body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Microsoft YaHei","PingFang SC" , "STHeiti", "宋体", "arial";
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea {
    font-family: "Microsoft YaHei", "STHeiti", "宋体", "arial", Verdana;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei", "STHeiti", "宋体", "arial";
    font-weight: normal
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    
}

a:active {
    text-decoration: none
}

li {
    list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}


.conwidth{
	max-width: 1500px;
	width: 100%;
	margin: auto;
}

.header{
	width: 100%;
	background-color: #FFFFFF;
}
.fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 11;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.h-box{
	text-align: center;
	margin: 0 auto;
}
.head2{
	display: none;
}
.h-logo{
	float: left;
	display: inline-block;
	line-height: 100px;
	text-align: left;
}
.logo img{
	max-width: 100%;
	vertical-align: middle;
}
.nav{
	display: inline-block;
	margin: 0 auto -4px;
}
.nav ul{
	position: relative;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	margin-right: 50px;
}
.nav ul li:last-child{
	margin-right: 0;
}
.nav ul li a{
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: 100px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.nav ul li a:hover,.nav ul li.on a{
	color: #004ea2;
	font-weight: bold;
}
.nav ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 2px;
	border-bottom: #004ea2 solid 2px;
}
.nav ul li a:hover:before,.nav ul li.on a:before{
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}


.search{
	float: right;
	display: inline-block;
	height: 100px;
	margin-left: 20px;
}
.search form{
	display: inline-block;
	margin-top: 34px;
}
.search-box{
	display: inline-block;
	width: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 18px;
    background-color: #f0f0f0;
    color: #666666;
    line-height: 37px;
    padding: 0px 20px;
}
.search-box .text {
	display: inline-block;
	float: left;
	width: 130px;
	height: 37px;
	line-height: 37px;
    margin: 0 auto;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: none;
    border: none;
    outline: none;
}

input.search-box::-webkit-input-placeholder {
    color: #cfcece;
	font-size: 14px;
}
input.search-box:-moz-placeholder {
	color: #cfcece;
	font-size: 14px;
}
input.search-box::-moz-placeholder {
	color: #cfcece;
	font-size: 14px;
}
input.search-box:-ms-input-placeholder {
	color: #cfcece;
	font-size: 14px;
}
.search-btn{
	float: right;
	display: inline-block;
	width: 18px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	border-radius: 3px;
	outline: none;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 10px;
	background:url(../image/search.png) center no-repeat;
	background-size: 18px 18px;
	border:none;
}

.m-nav{
	float: right;
	display: none;
}
.m-nav .search{
	width: 100%;
}
.m-nav .menubtn{
	width: 50px;
    height: 100px;
    background: url(../image/menu-icon1.png) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
}
.header .menubtn.on {
    background: url(../image/menu-icon2.png) center center no-repeat;
    background-size: 100%;
}
.header .m-nav .drop-down{
    position: fixed;
    right: 0;
    top: 100px;
    width: 100%;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    background: #fff;
    padding: 20px 0px;
    display: none;
    z-index: 999;
}
.header .m-nav .drop-down .search{
	margin-left: 0;
	height: auto;
}
.header .m-nav .drop-down .search form{
	width: 100%;
	margin-top: 0;
}
.header .m-nav .drop-down .search-box{
	max-width: 350px;
	width: 90%;
	border-radius: 28px;
	line-height: 56px;
	padding: 0 25px;
}
.header .m-nav .drop-down .search-box .text{
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	line-height: 56px;
	height: 56px;
}
.header .m-nav .drop-down .search-box .text{
	height: 56px;
	line-height: 56px;
}
.header .m-nav .drop-down .search-btn{
	line-height: 56px;
	height: 56px;
}
.header .m-nav .drop-down ul{
}
.header .m-nav .drop-down ul li{
	width: 100%;
	line-height: 69px;
	border-bottom: 1px solid #eeeeee;
}
.header .m-nav .drop-down ul li a{
	position: relative;
	display: inline-block;
	color: #333333;
	font-size: 20px;
	margin: 0 auto;
	padding: 0px 10px;
}
.header .m-nav .drop-down ul li a::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background-color: #004ea2;
}
.header .m-nav .drop-down ul li:hover a::before{
	width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .m-nav .drop-down ul li.on a, .header .m-nav .drop-down ul li:hover a{
	color:#004ea2;
}
.header .m-nav .drop-down ul li:hover a::before, .header .m-nav .drop-down ul li.on a::before{
	width: 100%;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer{
	width: 100%;
	overflow: hidden;
	background-color: #f0f0f0;
	padding: 35px 0px 35px;
}
.f-box{
	overflow: hidden;
	text-align: center;
}
.f-left{
	float: left;
	display: inline-block;
}
.f-phone{
	display: inline-block;
}
.f-phone:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.phonetxt{
	display: inline-block;
	margin-top: 10px;
}
.f-phone span, .f-phone i{
	display: inline-block;
	vertical-align: middle;
}
.f-phone-t{
	color: #004ea2;
	font-size: 18px;
	font-weight: bold;
}
.f-phone-p{
	color: #004ea2;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
}
.f-phone i{
	margin: 0px 5px;
}
.f-phone i img{
	width: 35px;
	height: 35px;
}
.f-infor{
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.f-infor a{
	color: #666666;
	font-size: 14px;
}
.f-center{
	display: inline-block;
	margin: 0 auto;
}
.f-ewm{
	display: inline-block;
	float: left;
	margin-right: 18px;
}
.f-ewm:last-child{
	margin-right: 0px;
}
.f-ewm-tu{
	width: 100%;
	overflow: hidden;
}
.f-ewm-zi{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-top: 18px;
}
.f-right{
	float: right;
	display: inline-block;
}
.f-login{
	overflow: hidden;
	width: 100%;
	margin-bottom: 32px;
}
.f-login a{
	display: inline-block;
	margin-right: 25px;
}
.f-login a:last-child{
	margin-right: 0px;
}
.f-login a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.fl-icon{
	display: inline-block;
	vertical-align: middle;
	float: left;
	width: 23px;
	margin-right: 10px;
}
.fl-icon img{
	max-width: 23px;
	height: 20px;
}
.f-icon1{
	display: block;
}
.f-icon2{
	display: none;
}
.f-login a:hover .f-icon1{
	display: none;
}
.f-login a:hover .f-icon2{
	display: block;
}
.f-login-zi{
	display: inline-block;
	vertical-align: middle;
	float: left;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.f-login a:hover .f-login-zi{
	color: #004ea2;
}
.f-logo{
	text-align: right;
	overflow: hidden;
}
.f-logo img{
	max-width: 100%;
}

.lunbotu{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lunbotu .swiper-slide>a{
	display: inline-block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	
	margin: 0 auto;
	width: 100%;
}
.ban1{
	display: block;
}
.ban2{
	display: none;
}
.i-banner{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);	
	-moz-transform:translate(-50%, -50%); 	
	-webkit-transform:translate(-50%, -50%); 
	-o-transform:translate(-50%, -50%); 
}
.i-bannerzi{
	text-align: center;
	overflow: hidden;
}
.i-bannerzia{
	color: #ffffff;
	font-size: 86px;
	font-weight: bold;
	font-family: "华文行楷";
	letter-spacing: -0.1em;
}

.lunbotu>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction {
    bottom: 20px;
    left: 0;
    width: 100%;
   
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	 margin: 0px 8px;
}
.lunbotu .swiper-pagination-bullet {
  	width: 10px;
  	height: 10px;
  	text-align: center;
  	background: #ffffff;
 	border-radius:50%;
  	opacity: 0.6;
  	box-shadow: none;
  	transition:0s;
}
.lunbotu .swiper-pagination-bullet-active{
	position: relative;
	opacity: 1;
	width: 15px;
	border-radius: 5px;
}


.bgcolor1{
	background-color: #ffffff;
}
.bgcolor2{
	background-color: #f4f4f4;
}
.pad-t{
	padding-top: 50px;
}
.pad-b{
	padding-bottom: 60px;
}
.i-title{
	margin: 0 auto;
	text-align: center;
}
.i-title-h{
	position: relative;
	display: inline-block;
	color: #004ea2;
	font-size: 30px;
	font-weight: bold;
	padding: 0px 20px;
}
.i-title-h:before{
	content: '';
	position: absolute;
	left: -99px;
	top: 0;
	width: 99px;
	height: 100%;
	background: url(../image/img5.png) center no-repeat;
	background-size: 99px 2px;
}
.i-title-h:after{
	content: '';
	position: absolute;
	right: -99px;
	top: 0;
	width: 99px;
	height: 100%;
	background: url(../image/img6.png) center no-repeat;
	background-size: 99px 2px;
}

.i-news{
	width: 100%;
	overflow: hidden;
}
.news{
	margin-bottom: 60px;
}
.i-news-div{
	width: 100%;
	margin-top: 40px;
}
.xwone{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 25px;
}
.xwone .swiper-slide a{
	display: inline-block;
	width: 100%;
}
.i-news-div ul{
	padding-bottom: 20px;
}
.news-list ul{
	margin-top: 40px;
}
.news-list ul li{
	margin-bottom: 60px;
}
.i-news-div ul li{
	float: left;
	width: 32.3%;
	width: -moz-calc(97% / 3);
	width: -webkit-calc(97% / 3);
	margin-right: 1.5%;
}
.i-news-div ul li:nth-child(3n){
	margin-right: 0;
}
.i-news-div ul li:hover .i-news-h{
	color: #004ea2;
}
.i-news-div ul li:hover, .xwone .swiper-slide:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.i-news-div ul li a{
	display: inline-block;
	width: 100%;
}
.i-news-tu{
	width: 100%;
	overflow: hidden;
}
.i-news-tu img{
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.i-news-div ul li:hover .i-news-tu img, .xwone .swiper-slide a:hover .i-news-tu img{
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.i-news-zi{
	padding: 25px 18px 25px;
	overflow: hidden;
}
.i-news-h{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i-news-p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	min-height: 48px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news-t{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.xwone.swiper-container-horizontal>.swiper-pagination-bullets, .xwone .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.xwone .swiper-pagination-bullet{
	display: none;
    width: 10px;
    height: 10px;
   
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.xwone .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.xwone.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.n-details{
	padding-top: 65px;
	padding-bottom: 80px;
}
.n-details .box{
	width: 100%;
	margin: 0 auto;
}
.n-details .box .title{
	border-bottom: #e6e6e6 solid 1px;
	padding-bottom: 30px;
}
.n-details .box .title .t1{
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.n-details .box .title .t2{
	text-align: center;
	overflow: hidden;
}
.n-details .box .title .t2 .sp{
	display: inline-block;
	margin-right: 3%;
	color: #888888;
	font-size: 16px;
	margin-bottom: 10px;
}
.n-details .box .title .t2 .sp:last-child{
	margin-right: 0;
}
.n-details .box .txt{
	padding: 40px 25px;
	color: #444444;
	font-size: 16px;
	line-height: 32px;
	border-bottom: #e5e5e5 solid 1px;
}
.n-details .box .txt img{
	display: block;
	margin: 0 auto;
}
.details-bottom{
	margin-top: 70px;
}
.n-details .box .nextprev{
	width: 100%;
}
.nextprev a{
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    font-size: 18px;
	color: #000000;
	line-height: 32px;
	width: 50%;
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}
.nextpage{
	float: right;
	text-align: right;
	padding-left: 4%;
}
.prevpage{
	float: left;
	padding-right: 4%;
}
.nextprev a:hover{
	color: #0670e1;
}
.nextprev a:hover span{
	color:#333333;
}

.more{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

.i-service-div .more{
	margin-top: 40px;
}
.more a{
	width: 160px;
	height: 46px;
	line-height: 46px;
	background-color: #e9e9e9;
	border-radius: 23px;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: arial;
}
.more a:hover{
	background-color: #014fa2;
	color: #FFFFFF;
	transition: all 0.5s; 
}

.i-video{
	width: 100%;
	overflow: hidden;
}
.i-video-div{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
}
.i-video-div a{
	display: inline-block;
	width: 100%;
}
.video-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.32) url(../image/img15.png) center no-repeat;
}
.video-img:hover{
	background: rgba(0,0,0,0.45) url(../image/img15.png) center no-repeat;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.i-service{
	width: 100%;
	overflow: hidden;
}
.i-service-div{
	width: 100%;
	margin-top: 35px;
}
.fwone{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 25px;
}
.fwone .swiper-slide a{
	display: inline-block;
	width: 100%;
}
.i-service-div ul{
	
}
.i-service-div ul li{
	float: left;
	width: 23.95%;
	width: -moz-calc(95.8% / 4);
	width: -webkit-calc(95.8% / 4);
	margin-right: 1.4%;
}
.i-service-div ul li:nth-child(4n){
	margin-right: 0;
}
.i-service-div ul li:hover .i-news-h{
	color: #004ea2;
}
.i-service-div ul li:hover, .fwone .swiper-slide:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.i-service-div ul li:hover .learn i{
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.i-service-div ul li a{
	display: inline-block;
	width: 100%;
}
.i-service-tu{
	width: 100%;
	overflow: hidden;
}
.i-service-tu img{
	width: 100%;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.i-service-div ul li:hover .i-service-tu img, .fwone .swiper-slide a:hover .i-service-tu img{
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.i-service-zi{
	padding: 15px 18px 0px;
	overflow: hidden;
}
.i-service-h{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.i-service-div ul li:hover .i-service-h{
	color: #004ea2;
}
.i-service-p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-bottom: 12px;
	
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.learn{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	color: #999999;
	font-size: 14px;
	font-family: arial;
	border-top: #e3e3e3 solid 1px;
}
.learn i{
	position: absolute;
	right: 0;
	top: 0;
	width: 12px;
	height: 100%;
	background: url(../image/img16.png) center no-repeat;
	background-size: 12px 8px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.fwone.swiper-container-horizontal>.swiper-pagination-bullets, .fwone .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.fwone .swiper-pagination-bullet{
	display: none;
    width: 10px;
    height: 10px;
   
    border-radius: 100%;
    background: #000;
    opacity: .2;
}
.fwone .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.fwone.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.i-culture{
	width: 100%;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
}
.i-culture-div{
	width: 100%;
	overflow: hidden;
	margin-top: 35px;
	text-align: center;
}
.i-culture-div img{
	max-width: 100%;
}

.i-link{
	width: 100%;
	overflow: hidden;
}
.i-link-div{
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
}
.i-link-div .swiper-slide{
	border: #dddddd solid 1px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.i-link-div .swiper-slide a{
	display: inline-block;
	width: 100%;
	height: 130px;
	line-height: 130px;
	text-align: center;
}
.i-link-div .swiper-slide a img{
	max-width: 100%;
	max-height: 130px;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.i-link-div .swiper-slide a:hover img{
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}


.obanner{
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner img{
	width: 100%;
}
.oimg2{
	display: none;
}
.bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);	
	-moz-transform:translate(-50%, -50%); 	
	-webkit-transform:translate(-50%, -50%); 
	-o-transform:translate(-50%, -50%); 
    margin: auto;
    text-align: left;\n
}
.bannerzi .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.bannerzi1{
	overflow: hidden;
}
.bannerzi1 .sp1{
	display: inline-block;
	color: #ffffff;
	font-size: 24px;
}
.bannerzi1 .sp2{
	display: inline-block;
	vertical-align: bottom;
	color: #ffffff;
	font-size: 20px;
}
.bannerzi1 .line{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 22px;
	margin-left: 5px;
}
.bannerzi1 .line::before{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 20px;
	height: 2px;
	background-color: rgba(255,255,255,.5);
}
.bannerzi2{
	color:rgba(255,255,255,0.5);
	font-size: 50px;
	
	font-weight: bold;
	font-family: "思源黑体 CN";
	text-transform: uppercase;
	margin-top: -5px;
}
.blackzi .sp1, .blackzi .sp2{
	color: #333333 !important;
}
.blackzi .bannerzi2{
	color:rgba(51,51,51,0.5);
}
.blackzi .bannerzi1 .line::before{
	background-color: rgba(51,51,51,0.5);
}

.project{
	padding-bottom: 72px;
}
.tabmenu{
	background-color: #FFFFFF;
	padding: 15px 0px;
	border-bottom: #e7e7e7 solid 1px;
}
.tabmenu ul{
	text-align: center;
	overflow: hidden;
}
.tabmenu ul li{
	display: inline-block;
	padding: 0px 16px;
	margin-right: 95px;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
}
.tabmenu ul li:last-child{
	margin-right: 0;
}
.tabmenu ul li a{
	display: inline-block;
	width: 100%;
	color: #797979;
	font-size: 16px;
}
.tabmenu ul li.on{
	background-color: #004ea2;
}
.tabmenu ul li.on a{
	color: #FFFFFF;
}

.pro-list{
	margin-top: 50px;
}
.o-title{
	text-align: center;
	overflow: hidden;
}
.o-title .t1{
	color: #004ea2;
	font-size: 30px;
	font-weight: bold;
}
.o-title.whitezi .t1{
	color: #ffffff;
}
.o-title .line{
	width: 40px;
	height: 3px;
	background-color: #053e78;
	margin: 16px auto 0px;
}
.o-title.whitezi .line{
	background-color: #ffffff;
}
.pro-list ul{
	margin-top: 60px;
	padding-bottom: 15px;
}
.pro-list ul li{
	margin-bottom: 50px;
	border: #e3e3e3 solid 1px;
	overflow: hidden;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.page{
    width: 100%;
    text-align: center;
}
.page-list{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.page-list a{
	float: left;
   	padding: 0px 11px;
   	height: 33px;
   	line-height: 31px;
   	margin-right: 9px;
    text-align: center;
    font-size: 16px;
    color: #888888;
    border: 1px solid #bfbfbf;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
    color: #fff;
    background: #004ea2;
     border: 1px solid #004ea2;
}

.product-details{
	padding-bottom: 60px;
}
.product-details .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.pro-detail{
	margin-top: 55px;
}
  .pro-detail .txt{
	padding: 40px 25px;
	color: #444444;
	font-size: 16px;
	line-height: 32px;

}
.pro-detail .title{
	text-align: center;
	overflow: hidden;
	margin-bottom: 55px;
}
.pro-detail .title .t1{
	color: #004ea2;
	font-size: 24px;
	font-weight: bold;
}
.pro-detail .content{
	color: #888888;
	font-size: 16px;
	line-height: 30px;
}
.pro-detail .content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.pro-detail .content .describe{
	padding: 25px 0px;
	border-bottom: #e4e4e4 solid 1px;
	border-top: #e4e4e4 solid 1px;
}
.pro-detail .content .describe .t1{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 36px;
}
.pro-detail .content .describe ul{
	margin-bottom: 30px;
}
.pro-detail .content .describe ul li{
	display: inline-block;
	margin-right: 150px;
	color: #888888;
	font-size: 16px;
}
.pro-detail .content .describe ul li:last-child{
	margin-right: 0;
}
.pro-detail .content .describe ul li .sp1{
	color: #282828;
}

.a-title{
	text-align: center;
	overflow: hidden;
}
.a-title .a-title-h{
	color: #004ea2;
	font-size: 30px;
	font-weight: bold;
}
.a-title .a-title-l{
	width: 40px;
	height: 3px;
	background-color: #053e78;
	margin: 18px auto;
}
.a-title.whitezi .a-title-h{
	color: #ffffff;
}
.a-title.whitezi .a-title-l{
	background-color: #b9b9b9;
}
.join{
	width: 100%;
	overflow: hidden;
	padding: 60px 0px 0px;
}
.join .conwidth{
}
.join .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.join-p{
	max-width: 1110px;
	width: 100%;
	margin: 35px auto 0px;
	color: #888888;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.join-tu{
	margin-top: 60px;
	width: 100%;
	overflow: hidden;
}
.join-tu ul{
	padding: 0px 45px;
	overflow: hidden;
}
.join-tu ul li{
	float: left;
	width: 20%;
	overflow: hidden;
}
.join-tu ul li a{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.join-icon{
	display: inline-block;
	width: 145px;
	height: 145px;
	line-height: 145px;
	border-radius: 50%;
	border:#ededed solid 1px;
	margin-bottom: 15px;
}
.join-icon img{
	max-width: 51px;
	max-height: 50px;
	-o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.join-tu ul li a:hover .join-icon img{
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
.join-zi{
	color: #004ea2;
	font-size: 20px;
	font-weight: bold;
}
.zpbg{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
	margin: auto;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.zp_close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.zp_close img{
	width: 50px;
}
.r-detail{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 870px;
	max-height: 880px;
}
.recruit-detail{
	width: 790px;
	max-height: 88%;
	height: calc(100% - 50px);
	overflow: auto;
	background-color: #FFFFFF;
	padding: 45px 25px;
	margin-top: 70px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}
.r-d-t{
	background-color: #161491;
	padding: 0px 20px;
	overflow: hidden;
	color: #ffffff;
	font-size: 20px;
	line-height: 55px;
}
.r-d-o{
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
	padding: 0px 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.r-d-oli{
	float: left;
	display: inline-block;
	margin-right: 50px;
	color: #888888;
	font-size: 16px;
}
.r-d-olit{
	color: #000000;
}
.rd-describe{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0px 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.rd-describe-t{
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}
.rd-describe-p{
	color: #888888;
	font-size: 16px;
	line-height: 32px;
}
.rd-mark{
	color: #deaa08;
	font-size: 16px;
	line-height: 32px;
}
.rd-apply{
	display: inline-block;
	padding: 0px 25px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #f7bb00;
	margin-left: 20px;
}
.rd-apply a{
	color: #ffffff;
	font-size: 16px;
}

.hot-r{
	width: 100%;
	overflow: hidden;
	margin-top: 100px;
}
.hot-r .conwidth{
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 230px 20px 0px;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center top; 
}
.hot-r .conwidth .a-title-h{
	color: #FFFFFF;
}
.hot-r-con{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 60px;
	overflow: hidden;
	padding: 0px 35px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding-bottom: 60px;
	box-shadow: 0px 9px 54px rgba(0,0,0,.09);
}
.hot-r-table{ 
	width: 100%;
	border-collapse:collapse; 
}
.hot-r-table thead{
	border-bottom: #ececec solid 4px;
}
.hot-r-table thead tr td{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	height: 130px;
}
.hot-r-table tr{
	cursor: pointer;
}
.hot-r-table tr:hover{
	background-color: #f0f0f0;
}
.hot-r-table td{
	height: 80px;
	color: #888888;
	font-size: 18px;
	padding: 0px 20px 0px 40px;
	border-bottom: #ececec solid 1px;
	text-align: center;
}
.hot-r-table tbody tr td:first-child, .zhiwei{
	color: #161491;
}
.hot-r-table tbody tr td:first-child:hover, .zhiwei:hover{
	color: #f7bb00;
}

.contact{
	padding: 60px 0px 0px;
}
.contact .box{
	margin-top: 50px;
}
.contact .box .left{
	float: left;
	width: 60%;
	overflow: hidden;
}
.contact .box .right{
	float: left;
	width: 40%;
	padding-left: 2.3%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .box .right ul li{
	display: flex;
	align-items: center;
	margin-bottom: 8.8%;
	overflow: hidden;
}
.contact .box .right ul li:last-child{
	margin-bottom: 0;
}
.contact .box .right ul li .img{
	float: left;
	width: 39.8%;
	text-align: center;
	overflow: hidden;
}
.contact .box .right ul li .img .icon{
	width: 90px;
	height: 90px;
	line-height: 88px;
	border-radius: 50%;
	border: #c4c4c4 solid 1px;
	background-color: #f5f5f5;
	margin: 0 auto;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.contact .box .right ul li .txt{
	float: left;
	width: 60.2%;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

.cooperate{
	margin-top: 70px;
	padding: 40px 0px;
	min-height: 382px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cooperate .box{
	max-width: 1300px;
	width: 100%;
	margin: 50px auto 0px;
}
.cooperate .box .boxli{
	float: left;
	width: 50%;
	text-align: center;
}
.cooperate .box .boxli .lidiv{
	display: inline-block;
	margin: 0 auto;
}
.cooperate .box .boxli .lidiv .icon{
	display: inline-block;
	vertical-align: top;
	width: 54px;
	margin-right: 25px;
}
.cooperate .box .boxli .lidiv .icon img{
	width: 54px;
	
}
.cooperate .box .boxli .lidiv .txt{
	display: inline-block;
	text-align: left;
}
.cooperate .box .boxli .lidiv .txt .t1{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.cooperate .box .boxli .lidiv .txt .t2{
	color: #119ffa;
	font-size: 26px;
}

.feedback{
	background-color: #f5f5f5;
	padding-top: 42px;
	padding-bottom: 60px;
}
.feedback .box{
	max-width: 1045px;
	width: 100%;
	margin: 30px auto 0px;
}
.feedback .box .boxli{
	width: 100%;
	overflow: hidden;
}
.feedback .box .boxli .input-li{
	float: left;
	width: -moz-calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
	margin-bottom: 30px;
}
.feedback .box .boxli .input-li:nth-child(2n){
	margin-right: 0;
}
.re-input{
	width: 100%;
	border: none;
	outline: none;
	background: #FFFFFF;
	color: #666666;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	padding: 0px 20px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.re-textarea{
	width: 100%;
	height: 135px;
	resize: none;
	border: none;
	outline: none;
	background: #FFFFFF;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	padding: 15px 20px; 
}
.input-li input::-webkit-input-placeholder, .boxli textarea::-webkit-input-placeholder {
  color: #a9a5a5;
  font-size: 16px;
}
.input-li input:-moz-placeholder, .boxli textarea:-moz-placeholder {
  color: #a9a5a5;
  font-size: 16px;
}
.input-li input::-moz-placeholder, .boxli textarea::-moz-placeholder {
  color: #a9a5a5;
  font-size: 16px;
}
.input-li input:-ms-input-placeholder, .boxli textarea:-ms-input-placeholder {
  color: #a9a5a5;
  font-size: 16px;
}
.sub{
	margin-top: 50px;
	text-align: center;
}
.sub-btn{
	width: 137px;
	height: 40px;
	line-height: 40px;
	color: #f5f5f5;
	font-size: 18px;
	background: #004ea2;
	text-align: center;
	margin: 0 auto;
}
.sub-btn:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

.bgcolor{
	background-color: #f2f2f2;
}
.bgcolor1{
	background-color: #f7f7f7;
}
.introduce{
	padding-top: 50px;
}
.introduce .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.introduce .box .upper{
	margin-top: 60px;
}
.introduce .box .upper .left{
	float: left;
	width: 42.3%;
	overflow: hidden;
	padding-right: 3.85%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.introduce .box .upper .left img{
	max-width: 100%;
}
.introduce .box .upper .right{
	color: #888888;
	font-size: 16px;
	line-height: 38px;
}
.introduce .box .nether{
	margin-top: 60px;
	clear:both;
}
.introduce .box .nether ul li{
	float: left;
	width: 25%;
	overflow: hidden;
	text-align: center;
}
.introduce .box .nether ul li .t1{
	color: #000000;
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 5px;
}
.introduce .box .nether ul li .t2{
	color: #161491;
	font-size: 20px;
	font-weight: bold;
}

.a-develop{
	margin-top: 75px;
	padding-top: 60px;
	height: 874px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.a-develop .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.course{
	position: relative;
	height: 540px;
	overflow: hidden;
	padding: 70px 0px 20px;
}
.course:before{
	content: '';
	position: absolute;
	left: 134px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background-color: #8b8b8b;
}


.culture{
	margin-top: 50px;
}
.culture .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.culture .box .content{
	margin-top: 55px;
	padding-top: 23%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.culture .box .content .detail{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 65px 35px 65px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.culture .box .content .detail .txt{
	margin-bottom: 40px;
}
.culture .box .content .detail .txt .t1{
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.culture .box .content .detail .txt .t2{
	color: #888888;
	font-size: 16px;
	line-height: 28px;
}

.a-honor{
	margin-top: 70px;
	padding-top: 65px;
	min-height: 690px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.a-honor .box{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.a-honor .box .content{
	max-width: 1300px;
	width: 100%;
	margin: 45px auto 50px;
}
.a-honor .box .content .carousel{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.certificate{
	width: 100%;
}
.certificate .img{
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.certificate .img img{
	width: 100%;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.certificate:hover .img img{
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.certificate .txt{
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}
.a-honor .swiper-button-next, .a-honor .swiper-button-prev {
    position: absolute;
    top: 43%;
    width: 25px;
    height: 50px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 25px 50px;
    -webkit-background-size: 25px 50px;
    background-size: 25px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.a-honor .swiper-button-prev, .a-honor .swiper-container-rtl .swiper-button-next {
    background-image: url(../image/img61.png);
    left: 0;
    right: auto;
}
.a-honor .swiper-button-next, .a-honor .swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/img62.png);
    right: 0;
    left: auto;
}
.a-more{
	text-align: center;
	margin: 5px auto;
}
.a-more a{
	display: inline-block;
	width: 170px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #F5f5f5;
	font-size: 18px;
	border-radius: 23px;
	background-color: #22699b;
}
.a-more a img{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.a-more a:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}

.e-world{
	padding-top: 45px;
	padding-bottom: 75px;
}
.e-world .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.e-world .box .content{
	margin-top: 50px;
}
.e-world .box .content .left{
	float: left;
	width: 41.5%;
	overflow: hidden;
}
.e-world .box .content .left .img{
	width: 100%;
	overflow: hidden;
}
.e-world .box .content .right{
	float: left;
	width: 57.5%;
	overflow: hidden;
	margin-left: 1%;
}
.e-world .box .content .right .img{
	float: left;
	width: -moz-calc((100% - 1.4%) / 2);
	width: -webkit-calc((100% - 1.4%) / 2);
	width: calc((100% - 1.4%) / 2);
	overflow: hidden;
	margin-right: 1.4%;
	margin-bottom: 10px;
}
.e-world .box .content .right .img:nth-child(2n){
	margin-right: 0;
}
.e-world .box .content .img{
	position: relative;
}
.e-world .box .content .img img{
	display: block;
	width: 100%;
}
.e-world .box .content .img .mark{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 20px;
	text-align: center;
	background: rgba(0,0,0,.6);
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.develop, .honor{
	margin-top: 45px;
}
.develop .box, .honor .box, .culture .box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}
.develop .box .content, .wenhua .box .content, .honor .box .content{
	margin-bottom: 50px;
	overflow: hidden;
	margin-top: 50px;
}
.pc-slide{
	width: 100%;
	margin: 0 auto;
}
.pc-slide .view{
	float: left;
	width: 80%;
}
.view .swiper-container{
	
	width: 100%;
	height: 750px;
}
.develop .view .swiper-container{
	height: 670px;
}
.a-develop .view .swiper-container{
	height: 500px;
}
.view .swiper-container .swiper-slide{
	width: 100%;
}
.view .swiper-container .swiper-slide:last-child{
	height: 100%;
}
.view .swiper-container .swiper-slide .t1{
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
	color: #2d8acc;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
.view .swiper-container .swiper-slide .t2{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.view .swiper-container .swiper-slide .txtli {
   
    overflow: hidden;
}
.view .swiper-container .swiper-slide .txtli .t1{
	float: left;
    display: inline-block;
    width: 110px;
    color: #888888;
    font-size: 36px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
}
.view .swiper-container .swiper-slide .txtli .t2{
	float: left;
    display: inline-block;
    margin-top: 16px;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    color: #b7b7b7;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    min-height: 65px;
}
.view .swiper-container .swiper-slide .tubox {
    float: left;
    width: -moz-calc((100% - 66px) / 4);
    width: -webkit-calc((100% - 66px) / 4);
    width: calc((100% - 66px) / 4);
    margin-right: 22px;
    margin-bottom: 25px;
}
.view .swiper-container .swiper-slide .tubox:nth-child(4n){
	margin-right: 0;
}
.view .swiper-container .swiper-slide .tubox .img{
	width: 100%;
	border: #e7e7e7 solid 1px;
	text-align: center;
	background: rgba(255,255,255,.9);
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.view .swiper-container .swiper-slide .tubox .img img{
	max-width: 100%;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.view .swiper-container .swiper-slide .tubox:hover .img img{
	-o-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.view .swiper-container .swiper-slide .tubox .txt{
	color: #666666;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	padding: 18px 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview {
	float: left;
	width: 20%;
	height: 500px;
	margin-top: 10px;
	position: relative;
}
.preview .swiper-container {
	width: 100%;
	height: 100%;
}
.preview .swiper-slide{
	width: 100%;
	height: 60px;
	cursor:pointer;
	margin-bottom: 15px;
}
.x-year{
	position: relative;
    display: inline-block;
    padding-right: 80px;
    color: #888686;
   
    font-size: 24px;
    min-width: 60px;
    text-align: right;
}
.a-develop .x-year{
	min-width: 120px;
}
.x-year .spot{
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #8b8b8b;
}
.x-year .line{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background: #8b8b8b;
}
.preview .swiper-slide.active-nav .x-year{
    color: #2d8acc;
    font-weight: bold;
    margin-bottom: 20px;
}
.preview .swiper-slide.active-nav .x-year .spot {
    background: #2d8acc !important;
}
.preview .swiper-slide.active-nav .x-year .line {
    background: #2d8acc !important;
}
.a-develop .preview{
	width: 26%;
}
.a-develop .view{
	width: 74%;
}


.t-mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.t-maskdiv{
    position: absolute;
    
   	top: 50%;
   	left: 50%;
   	-o-transform: translate(-50%, -50%);
   	-ms-transform: translate(-50%, -50%);
   	-moz-transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
   	transform: translate(-50%, -50%);
    width: 800px;
    
}
.t-maskdiv .box{
	position: relative;
	width: 780px;
    max-height: 88%;
    height: calc(100% - 50px);
    overflow: auto;
    
    padding: 60px 50px 0px;
   
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}
.atlas{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.atlas .swiper-pagination-fraction{
	color: #FFFFFF;
	font-size: 18px;
	padding: 1.5% 0;
	background: rgba(0,0,0,.5);
}
.atlas .swiper-pagination-current{
	font-weight: bold;
	color: #22699b;
}
.t-maskdiv .box .swiper-button-next, .t-maskdiv .box .swiper-button-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 0px;
    -moz-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.t-maskdiv .box .swiper-button-next, .t-maskdiv .box .swiper-container-rtl .swiper-button-prev {
    
    right: 0px;
    left: auto;
}
.t-maskdiv .box .swiper-button-prev, .t-maskdiv .box .swiper-container-rtl .swiper-button-next {
    
    left: 0px;
    right: auto;
}
.a-close{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.a-close img {
    width: 45px;
}
@media only screen and (max-width:1360px){
	.conwidth{
		padding-left: 3%;
		padding-right: 3%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media only screen and (max-width:1440px){
	
	.i-bannerzia{
		font-size: 78px;
	}
}
@media only screen and (max-width:1366px){
	
	.bannerzi2 {
		font-size: 48px;
	}
}
@media only screen and (max-width:1280px){
	
	.i-bannerzia{
		font-size: 60px;
	}
	
	.bannerzi2 {
		font-size: 45px;
		margin-top: 0;
	}
}
@media only screen and (max-width: 1220px){
	
	.header .h-box .nav{
		display: none;
	}
	.header .h-box .m-nav{
		display: block;
	}
	.header .h-box .search{
		display: none;
	}
	.header .h-box .m-nav .search{
		display: block;
	}	
}
@media only screen and (max-width: 1024px){
	
	.ban1{
		display: none;
	}
	.ban2{
		display: block;
	}
	.i-bannerzia{
		font-size: 54px;
	}
	
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	.bannerzi2 {
		font-size: 42px;
	}
	
	.f-left{
		width: 100%;
		margin-bottom: 15px;
	}
	.f-right{
		width: 100%;
	}
	.f-login{
		margin-bottom: 15px;
	}
	.f-logo{
		text-align: center;
	}
	.f-center{
		display: none;
	}
	
	
	
	
	
	.i-title-h{
		font-size: 28px;
	}
	
	.tabmenu ul{
		width: 100%;
		overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}
	.tabmenu ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.tabmenu ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.tabmenu ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.tabmenu ul li{
		margin-right: 6%;
	}
	
	
	.o-title .t1{
		font-size: 28px;
	}
	
	.introduce .box .upper{
		margin-top: 40px;
	}
	.introduce .box .upper .right{
		font-size: 15px;
		line-height: 2;
	}
	.introduce .box .nether ul li .t1 {
		font-size: 56px;
	}
	.introduce .box .nether{
		margin-top: 45px;
	}
	
	.a-develop{
		padding-top: 50px;
		margin-top: 65px;
		padding-bottom: 50px;
		height: auto;
	}
	.course{
		height: auto;
		padding: 50px 0px 20px;
	}
	.course::before{
		background: none;
	}
	.pc-slide{
	}
	.preview{
		height: auto;
	}
	.pc-slide .preview::before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		height: 1px;
		background-color: #8b8b8b;
	}
	.develop .view .swiper-container{
		height: 300px;
	}
	.pc-slide .preview{
		width: 100%;
	}
	.pc-slide .preview .swiper-slide{
		width: auto;
		height: auto;
		margin-bottom: 0;
		margin-right: 5%;
	}
	.preview .swiper-slide.active-nav .x-year{
		margin-bottom: 0;
	}
	.preview .swiper-slide .x-year{
		padding-right: 0;
		text-align: center;
		margin-bottom: 0;
	}
	.pc-slide .view {
	    width: 100%;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.pc-slide .x-year{
		font-size: 22px;
		min-width: 1px;
	}
	.pc-slide .x-year .spzi{
		display: block;
		min-width: 60px;
		margin: 0 auto 10px;
	}
	.pc-slide .x-year .spot {
	    position: static;
	    display: block;
	    margin: 0 auto;
	}
	.preview .swiper-slide .x-year .line{
		display: none;
	}
	.preview .swiper-slide.active-nav .x-year .line{
		display: none;
	}
	.view .swiper-container .swiper-slide .t1{
		margin-bottom: 30px;
	}
	.view .swiper-container .swiper-slide .txtli .t1{
		font-size: 32px;
		width: auto;
		margin-bottom: 0;
	}
	.view .swiper-container .swiper-slide .txtli .t2{
		margin-top: 12px;
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.view .swiper-container .swiper-slide .tubox{
		width: 31.33%;
		margin-right: 3%;
		margin-bottom: 3%;
		width: -moz-calc(94% / 3);
		width: -webkit-calc(94% / 3);
		width: calc(94% / 3);
	}
	.view .swiper-container .swiper-slide .tubox:nth-child(4n){
		margin-right: 3%;
	}
	.view .swiper-container .swiper-slide .tubox:nth-child(3n){
		margin-right: 0%;
	}
	.view .swiper-container .swiper-slide .tubox .txt{
		padding: 15px 10px 0px;
		font-size: 16px;
		line-height: 1.8;
	}
	
	.culture .box .content .detail{
		padding: 65px 35px 30px;
	}
	
	.a-honor{
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
    	min-height: 1px;
	}
	.a-honor .box .content {
	    margin: 35px auto 40px;
	}
	
	.e-world{
		padding-top: 40px;
		padding-bottom: 65px;
	}
	.e-world .box .content{
		margin-top: 40px;
	}
	
	.i-news-div ul li{
		margin-bottom: 4%;
	}
	
	.n-details{
	    padding-top: 45px;
	    padding-bottom: 60px;
	}
	.n-details .box .title .t1{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.n-details .box .title .t2 .sp{
		font-size: 15px;
	}
	.n-details .box .txt{
		font-size: 15px;
		line-height: 2;
		padding: 4% 3%;
	}
	.details-bottom{
		margin-top: 50px;
	}
	.nextprev a{
		width: 100%;
		margin-bottom: 10px;
	}
	.nextpage {
	    float: left;
	    text-align: left;
	    padding-left: 0;
	    padding-right: 4%;
	}
	.nextprev a{
		font-size: 16px;
	}
	
	.pro-list ul{
		margin-top: 40px;
	}
	.i-service-div ul li{
	    float: left;
	    width: 32%;
	    margin-right: 2%;
	    margin-bottom: 5%;
	}
	.i-service-div ul li:nth-child(4n){
		margin-right: 2%;
	}
	.i-service-div ul li:nth-child(3n){
		margin-right: 0;
	}
	
	.product-details{
		padding-bottom: 40px;
	}
	.pro-detail{
	    padding-top: 45px;
	    padding-bottom: 60px;
		margin-top: 0;
	}

	.pro-detail .content .describe ul li{
		margin-right: 30px;
	}
	.pro-detail .content .describe ul li:last-child{
		margin-right: 0;
	}
	.pro-detail .title{
		margin-bottom: 40px;
	}
	
	.join {
	    padding: 45px 0px 0px;
	}
	.join-p{
		margin-top: 10px;
	}
	.a-title .a-title-h{
		font-size: 28px;
	}
	.join-tu{
		margin-top: 45px;
	}
	.join-tu ul{
		padding: 0;
	}
	.join-icon{
		width: 130px;
		height: 130px;
		line-height: 130px;
	}
	.join-zi{
		font-size: 18px;
	}
	.hot-r{
		margin-top: 70px;
	}
	.hot-r .conwidth{
		padding-top: 22%
	}
	.hot-r-table td{
		height: 70px;
		padding: 0;
	}
	.hot-r-table thead tr td{
		height: 110px;
	}
	.r-detail{
		width: 100%;
		padding: 0 5%;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.zp_close{
		right: 5%;
	}
	.recruit-detail{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	
	.contact{
		padding-top: 45px;
	}
	.contact .box{
		margin-top: 40px;
	}
	.contact .box .right ul li .img{
		width: 100px;
	}
	.contact .box .right ul li .img .icon{
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.contact .box .right ul li .img .icon img{
		width: 32px;
		height: auto;
	}
	.contact .box .right ul li .txt{
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		width: calc(100% - 100px);
	}
	.cooperate{
		margin-top: 50px;
		min-height: 1px;
		padding-bottom: 70px;
	}
	.cooperate .box{
		margin-top: 40px;
	}
	.cooperate .box .boxli .lidiv .txt .t1{
		font-size: 22px;
	}
	.cooperate .box .boxli .lidiv .txt .t2{
		font-size: 24px;
	}
	
	.t-maskdiv{
		width: 100%;
	    padding: 0 5%;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.t-maskdiv .box{
		padding: 60px 40px 0px;
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	    width: calc(100% - 40px);
	}
	.a-close {
	    right: 6%;
	}
	.a-close img {
	    width: 40px;
	}
}
@media only screen and (max-width: 768px){
	
	.h-logo{
		line-height: 80px;
	}
	.h-logo img{
		width: 220px;
	}
	.m-nav .menubtn {
		width: 45px;
	    height: 80px;
	}
	.header .m-nav .drop-down{
		top: 80px;
		height: -webkit-calc(100vh - 80px);
		height: calc(100vh - 80px);
	}
	.header .m-nav .drop-down ul li{
		line-height: 64px;
	}
	.header .m-nav .drop-down ul li a{
		font-size: 18px;
	}
	
	.i-bannerzia{
		font-size: 42px;
	}
	
	.bannerzi2 {
		font-size: 36px;
	}
	
	.i-title-h{
		font-size: 24px;
	}
	
	.pad-t{
		padding-top: 40px;
	}
	.pad-b{
		padding-bottom: 40px;
	}
	
	.news{
		margin-bottom: 40px;
	}
	.i-news-div{
		margin-top: 30px;
	}
	.news-list ul{
		margin-top: 30px;
	}
	.i-news-div ul li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.i-news-div ul li:nth-child(3n){
		margin-right: 3%;
	}
	.i-news-div ul li:nth-child(2n){
		margin-right: 0;
	}
	.more{
		margin-top: 0;
	}
	.i-news-zi{
		padding: 20px 15px;
	}
	.i-news-h{
		margin-bottom: 8px;
	}
	.i-news-p{
		margin-bottom: 12px;
	}
	
	.n-details {
	    padding-top: 35px;
	    padding-bottom: 45px;
	}
	.n-details .box .title{
		padding-bottom: 15px;
	}
	.n-details .box .title .t1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.nextprev a{
		font-size: 15px;
	}
	.details-bottom {
	    margin-top: 35px;
	}
	
	.i-video-div{
		margin-top: 30px;
	}
	.video-img{
		background-size: 70px 70px !important;
	}
	
	.i-service-div{
		margin-top: 30px;
	}
	.i-service-zi{
		padding: 15px 15px 0px;
	}
	.i-service-h{
		margin-bottom: 8px;
	}
	.i-service-p{
		margin-bottom: 12px;
	}
	
	.i-culture-div{
		margin-top: 30px;
	}
	
	.i-link-div{
		margin-top: 30px;
	}
	.i-link-div .swiper-slide a{
		height: 110px;
		line-height: 110px;
	}
	.i-link-div .swiper-slide a img{
		max-height: 110px;
	}
	
	
	.o-title .t1{
		font-size: 24px;
	}
	
	.tabmenu{
		padding: 12px 0px;
	}
	.tabmenu ul li{
		height: 32px;
		line-height: 32px;
	}
	.tabmenu ul li a{
		font-size: 15px;
	}
	
	.introduce{
		padding-top: 40px;
	}
	.introduce .box .upper{
		margin-top: 30px;
	}
	.introduce .box .nether ul li .t1 {
		font-size: 48px;
	}
	.introduce .box .nether ul li .t2{
		font-size: 18px;
	}
	.introduce .box .nether{
		margin-top: 35px;
	}
	
	.a-develop{
		padding-top: 40px;
		margin-top: 55px;
		padding-bottom: 50px;
	}
	.develop, .honor{
		margin-top: 40px;
	}
	.develop .box .content, .wenhua .box .content, .honor .box .content{
		margin-top: 35px;
		margin-bottom: 40px;
	}
	.course{
		padding: 40px 0px 0px;
	}
	.x-year{
		font-size: 20px;
	}
	.a-develop .view .swiper-container {
	    height: 320px;
	}
	.view .swiper-container .swiper-slide .txtli .t1{
		font-size: 28px;
		width: auto;
	}
	.view .swiper-container .swiper-slide .txtli .t2{
		margin-top: 10px;
		font-size: 16px;
		min-height: 45px;
	}
	.view .swiper-container .swiper-slide .t1{
		margin-bottom: 20px;
		font-size: 28px;
	}
	.view .swiper-container .swiper-slide .tubox{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.view .swiper-container .swiper-slide .tubox:nth-child(4n){
		margin-right: 4%;
	}
	.view .swiper-container .swiper-slide .tubox:nth-child(3n){
		margin-right: 4%;
	}
	.view .swiper-container .swiper-slide .tubox:nth-child(2n){
		margin-right: 0%;
	}
	.view .swiper-container .swiper-slide .tubox .txt{
		padding: 12px 10px 0px;
	}
	.a-more a{
		font-size: 16px;
	}
	.a-more a img{
		width: 15px;
		height: auto;
	}
	
	.culture{
		margin-top: 40px
	}
	.culture .box .content .detail{
		padding: 40px 30px 30px;
	}
	.culture .box .content{
		margin-top: 40px;
	}
	.culture .box .content .detail .txt .t1{
		font-size: 16px;
	}
	.culture .box .content .detail .txt .t2{
		font-size: 15px;
		line-height: 1.8;
	}
	
	.a-honor{
		margin-top: 40px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.a-honor .box .content {
	    margin: 30px auto 30px;
	}
	.certificate .img{
		margin-bottom: 20px;
	}
	.certificate .txt{
		font-size: 16px;
	}
	
	.e-world{
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.e-world .box .content{
		margin-top: 30px;
	}
	.e-world .box .content .left{
		width: 100%;
		margin-bottom: 1.4%;
	}
	.e-world .box .content .right{
		width: 100%;
		margin-left: 0;
	}
	.e-world .box .content .img .mark{
		font-size: 16px;
	}
	
	.project{
		padding-bottom: 50px;
	}
	.pro-list ul{
		margin-top: 30px;
	}
	.i-service-div ul li{
	    float: left;
	    width: 48.5%;
	    margin-right: 3%;
	}
	.i-service-div ul li:nth-child(4n){
		margin-right: 3%;
	}
	.i-service-div ul li:nth-child(3n){
		margin-right: 3%;
	}
	.i-service-div ul li:nth-child(2n){
		margin-right: 0%;
	}
	.learn{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	
	.product-details{
		padding-bottom: 0px;
	}
	.pro-detail{
	    padding-top: 35px;
	    padding-bottom: 45px;
	}
	.pro-detail .title{
		margin-bottom: 30px;
	}
	.pro-detail .title .t1{
		font-size: 22px;
	}
	.pro-detail .content .describe .t1{
		margin-bottom: 20px;
	}
	
	.a-title .a-title-h{
		font-size: 24px;
	}
	.join{
		padding: 35px 0px 0px;
	}
	.join-tu{
		margin-top: 35px;
	}
	.join-tu ul{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.join-tu ul li{
		width: 33.33%;
		width: -webkit-calc(100% / 3);
		width: calc(100% / 3);
		margin-bottom: 5%;
	}
	.hot-r{
		margin-top: 40px;
	}
	.hot-r-con{
		padding-bottom: 40px;
	}
	.hot-r-table td{
		height: 60px;
		padding: 0;
		font-size: 16px;
	}
	.hot-r-table thead tr td{
		height: 90px;
	}
	
	.contact {
	    padding-top: 35px;
	}
	.contact .box{
		margin-top: 20px;
	}
	.contact .box .left{
		float: none;
		width: 100%;
		margin-bottom: 5%;
	}
	.contact .box .right{
		float: none;
		width: 100%;
	}
	.contact .box .right ul li {
		margin-bottom: 2.8%;
	}
	.contact .box .right ul li .txt{
		font-size: 16px;
	}
	.contact .box .right ul li .img .icon {
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	}
	.contact .box .right ul li .img .icon img{
		width: 27px;
	}
	.cooperate {
	    margin-top: 40px;
	    padding-bottom: 50px;
	}
	.cooperate .box {
	    margin-top: 20px;
	}
	.cooperate .box .boxli .lidiv .txt .t1{
		font-size: 20px;
	}
	.cooperate .box .boxli .lidiv .txt .t2{
		font-size: 22px;
	}
	.cooperate .box .boxli .lidiv .icon{
		margin-right: 15px;
		width: 45px;
	}
	.cooperate .box .boxli .lidiv .icon img{
		width: 45px;
	}
	.feedback{
		padding-bottom: 40px;
	}
	.re-input{
		font-size: 15px;
		height: 50px;
    	line-height: 50px;
	}
	.feedback .box .boxli .input-li{
		margin-bottom: 3%;
	}
	.input-li input::-webkit-input-placeholder, .boxli textarea::-webkit-input-placeholder {
		font-size: 15px;
	}
	.input-li input:-moz-placeholder, .boxli textarea:-moz-placeholder {
		font-size: 15px;
	}
	.input-li input::-moz-placeholder, .boxli textarea::-moz-placeholder {
		font-size: 15px;
	}
	.input-li input:-ms-input-placeholder, .boxli textarea:-ms-input-placeholder {
		font-size: 15px;
	}
	.sub{
		margin-top: 40px;
	}
	.sub-btn{
		font-size: 16px;
	}
	
	.t-maskdiv .box{
		padding: 60px 40px 0px;
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}
	.a-close {
	    right: 5%;
	}
}
@media only screen and (max-width: 640px){
	
	.h-logo{
		line-height: 70px;
	}
	.h-logo img{
		width: 200px;
	}
	.m-nav .menubtn {
		width: 40px;
	    height: 70px;
	}
	.header .m-nav .drop-down{
		top: 70px;
		height: -webkit-calc(100vh - 70px);
		height: calc(100vh - 70px);
	}
	.header .m-nav .drop-down ul li{
		line-height: 59px;
	}
	.header .m-nav .drop-down .search-btn {
	    line-height: 50px;
	    height: 50px;
	}
	.header .m-nav .drop-down .search-box{
		height: 50px;
		line-height: 50px;
	}
	.header .m-nav .drop-down .search-box .text{
		line-height: 50px;
		height: 50px;
	}
	
	.i-bannerzia{
		font-size: 36px;
	}
	
	.bannerzi1 .sp1{
		font-size: 22px;
	}
	.bannerzi1 .sp2{
		font-size: 18px;
	}
	.bannerzi2 {
		font-size: 32px;
	}
	
	.i-title-h{
		font-size: 22px;
	}
	
	.pad-t{
		padding-top: 35px;
	}
	.pad-b{
		padding-bottom: 35px;
	}
	
	.i-news-div{
		margin-top: 20px;
	}
	.i-news-div ul li{
		box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	}
	.xwone .swiper-slide a{
		box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	}
	.i-news-zi{
		padding: 15px 12px;
	}
	.i-news-h{
		font-size: 16px;
	}
	.i-news-p{
		line-height: 1.6;
		min-height: 44px;
	}
	.more a{
		width: 130px;
		height: 40px;
		line-height: 40px;
		border-radius: ;
	}
	
	.n-details {
	    padding-top: 25px;
	    padding-bottom: 30px;
	}
	
	.n-details .box .title .t1{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.nextprev a{
		font-size: 15px;
	}
	.details-bottom {
	    margin-top: 25px;
	}
	
	.i-video-div{
		margin-top: 20px;
	}
	.video-img{
		background-size: 60px 60px !important;
	}
	
	.i-service-div{
		margin-top: 20px;
	}
	.fwone .swiper-slide a {
	    box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	}
	.i-service-h{
		font-size: 16px;
	}
	
	.i-culture-div{
		margin-top: 20px;
	}
	
	.i-link-div{
		margin-top: 20px;
	}
	.i-link-div .swiper-slide a{
		height: 100px;
		line-height: 100px;
	}
	.i-link-div .swiper-slide a img{
		max-height: 100px;
	}
	
	
	.o-title .t1{
		font-size: 22px;
	}
		
	.introduce .box .nether ul li .t1 {
		font-size: 40px;
	}
	.introduce .box .nether ul li .t2{
		font-size: 16px;
	}
	.introduce .box .upper .left{
		width: 52%;
	}
	.introduce .box .upper .left img{
		width: 100%;
	}
	
	.a-develop {
	    padding-top: 30px;
	    margin-top: 30px;
	    padding-bottom: 30px;
	}
	.develop, .honor {
	    margin-top: 35px;
	}
	.develop .box .content, .wenhua .box .content, .honor .box .content{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.course {
	    padding: 30px 0px 0px;
	}
	.a-develop .x-year, .preview .swiper-slide .x-year{
		font-size: 18px;
	}
	.x-year .spot{
		width: 10px;
		height: 10px;
	}
	.view .swiper-container .swiper-slide .txtli .t1{
		font-size: 24px;
	}
	.view .swiper-container .swiper-slide .txtli .t2{		
		font-size: 15px;
		min-height: 36px;
		margin-top: 5px;
	}
	.view .swiper-container .swiper-slide .t1 {
	    margin-bottom: 15px;
	    font-size: 24px;
	}
	.view .swiper-container .swiper-slide .tubox .txt{
		font-size: 15px;
	}
	
	.culture{
		margin-top: 30px
	}
	.culture .box .content .detail{
		padding: 4.5%;
	}
	.culture .box .content{
		margin-top: 30px;
	}
	
	.a-honor{
		margin-top: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.certificate .txt{
		font-size: 15px;
	}
	.a-honor .swiper-button-next, .a-honor .swiper-button-prev{
		background-size: 20px 40px;
	}
	
	.e-world{
		padding-bottom: 40px;
	}
	.e-world .box .content .left{
		width: 100%;
		margin-bottom: 1.4%;
	}
	.e-world .box .content .right .img{
		width: 100%;
		margin-bottom: 1.4%;
		margin-right: 0;
	}
	.e-world .box .content .img .mark{
		font-size: 15px;
		padding: 8px 15px;
	}
	
	.page-list a{
		font-size: 15px;
		padding: 0px 10px;
	    height: 30px;
	    line-height: 28px
	}
	
	.pro-detail .title .t1{
		font-size: 20px;
	}
	.pro-detail .content .describe .t1{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.pro-detail .content .describe ul li{
		font-size: 15px;
	}
	
	.a-title .a-title-h{
		font-size: 22px;
	}
	.join{
		padding: 30px 0px 0px;
	}
	.join-icon {
	    width: 110px;
	    height: 110px;
	    line-height: 110px;
	}
	.join-icon img{
		max-width: 45px;
		max-height: 45px;
	}
	.join-p{
		font-size: 15px;
		line-height: 2;
		margin-top: 0;
	}
	.join-tu{
		margin-top: 30px;
	}
	.join-zi{
		font-size: 16px;
	}
	.hot-r-con{
		padding: 0px 20px;
	}
	
	.contact {
	    padding-top: 25px;
	}
	.contact .box{
		margin-top: 10px;
	}
	.contact .box .right ul li .img{
		width: 80px;
	}
	.contact .box .right ul li .img .icon {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	}
	.contact .box .right ul li .img .icon img{
		width: 22px;
	}
	.cooperate {
	    margin-top: 25px;
	    padding-top: 30px;
	    padding-bottom: 40px;
	}
	.cooperate .box {
	    margin-top: 10px;
	}
	
	.cooperate .box .boxli .lidiv .icon{
		float: left;
	}
	.cooperate .box .boxli .lidiv .txt{
		float: left;
	}
	.cooperate .box .boxli .lidiv .txt .t1{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.cooperate .box .boxli .lidiv .txt .t2{
		font-size: 18px;
	}

	.feedback{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.feedback .box{
		margin-top: 10px;
	}
	.re-input{
		font-size: 15px;
		height: 40px;
    	line-height: 40px;
	}
	.feedback .box .boxli .input-li{
		margin-bottom: 3%;
		width: 100%;
	}
	.sub{
		margin-top: 30px;
	}
	.sub-btn{
		font-size: 15px;
	}
	
	.t-maskdiv{
		padding: 0 3%;
	}
}
@media only screen and (max-width: 639px){
		
	.tabmenu{
		padding: 10px 0px;
	}
	.introduce{
		padding-top: 30px;
	}
	.introduce .box .upper{
		margin-top: 20px;
	}
	.introduce .box .upper .left{
		width: 100%;
		padding-right: 0;
		margin-bottom: 5%;
	}
	.introduce .box .upper .right{
		width: 100%;
		font-size: 14px;
	}
	.introduce .box .nether{
		margin-top: 25px;
	}
	.introduce .box .nether ul li{
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.introduce .box .nether ul li .t1 {
		font-size: 36px;
	}
	.introduce .box .nether ul li .t2{
		font-size: 15px;
	}
	
	.a-develop {
	    margin-top: 20px;
	    padding-bottom: 30px;
	}
	.develop, .honor {
	    margin-top: 25px;
	}
	.develop .box .content, .wenhua .box .content, .honor .box .content{
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.course{
		padding: 20px 0px 0px;
	}
	.x-year{
		font-size: 16px;
	}	
	.pc-slide .x-year .spzi{
		margin-bottom: 5px;
	}
	.view .swiper-container .swiper-slide .t1{
		font-size: 22px;
	}
	.view .swiper-container .swiper-slide .txtli .t1{
		font-size: 22px;
	}	
	.view .swiper-container .swiper-slide .tubox .txt{
		font-size: 14px;
	}
	.a-more a{
		width: 140px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.a-more a img{
		width: 12px;
	}
	
	.culture{
		margin-top: 20px
	}
	.culture .box .content{
		margin-top: 20px;
	}
	
	.i-news-h{
		font-size: 15px;
	}
	
	.n-details .box .title .t2 .sp{
		font-size: 14px;
	}
	.n-details .box .title{
		padding-bottom: 12px;
	}
	
	.project{
		padding-bottom: 40px;
	}
	.i-service-h{
		font-size: 15px;
	}
	.learn{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.join-icon{
		width: 90px;
		height: 90px;
		line-height: 90px;
	}
	.join-icon img {
	    max-width: 40px;
	    max-height: 40px;
	}
	.join-zi{
		font-size: 15px;
	}
	.cooperate .box .boxli{
		width: 100%;
		margin-bottom: 3%;
	}
	.cooperate .box .boxli .lidiv{
		width: 100%;
		padding-left: 5%;
		overflow: hidden;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	
	.t-maskdiv .box {
		width: 100%;
	    
	    padding: 60px 30px 0px;
	}
	.t-maskdiv .box .swiper-button-next, .t-maskdiv .box .swiper-button-prev {
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    cursor: pointer;
	    margin-top: 0px;
	    -moz-background-size: 30px 30px;
	    -webkit-background-size: 30px 30px;
	    background-size: 30px 30px;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	
}
@media only screen and (max-width: 414px){
	
	.h-logo{
		line-height: 60px;
	}
	.h-logo img{
		width: 180px;
	}
	.m-nav .menubtn {
	    height: 60px;
	    background-size: 70%;
	}
	.m-nav .menubtn.on{
	    height: 60px;
	    background-size: 70%;
	}
	.header .m-nav .drop-down{
		top: 60px;
		height: -webkit-calc(100vh - 60px);
		height: calc(100vh - 60px);
	}
	.header .m-nav .drop-down ul li a{
		font-size: 16px;
	}
	.header .m-nav .drop-down .search-btn {
	    line-height: 45px;
	    height: 45px;
	}
	.header .m-nav .drop-down .search-box{
		height: 45px;
		line-height: 45px;
	}
	.header .m-nav .drop-down .search-box .text{
		line-height: 45px;
		height: 45px;
	}
	
	.i-bannerzia{
		font-size: 22px;
	}
	
	.bannerzi1 .sp1{
		font-size: 18px;
	}
	.bannerzi1 .sp2{
		font-size: 16px;
	}
	.bannerzi2 {
		font-size: 26px;
	}
	
	.i-title-h{
		font-size: 20px;
	}
	
	.pad-t{
		padding-top: 30px;
	}
	.pad-b{
		padding-bottom: 30px;
	}
	
	.video-img{
		background-size: 50px 50px !important;
	}
	
	.i-link-div .swiper-slide a{
		height: 90px;
		line-height: 90px;
	}
	.i-link-div .swiper-slide a img{
		max-width: 90%;
		max-height: 90px;
	}
	
	
	.o-title .t1{
		font-size: 20px;
	}
	
	.page-list a{
		font-size: 14px;
		padding: 0px 8px;
	    height: 28px;
	    line-height: 26px
	}
	
	.a-title .a-title-h{
		font-size: 20px;
	}
	.hot-r{
		margin-top: 10px;
	}
	.hot-r .a-title{
		padding-top: 20px
	}
	.hot-r-table td{
		font-size: 12px;
		padding: 0;
		height: 60px;
	}
	.hot-r-table thead tr td{
		font-size: 13px;
		height: 70px;
	}
	.a-recruit-con{
		margin-top: 20px;
	}
	.a-recruit-p{
		font-size: 15px;
		line-height: 28px;
	}
	.zp_close{
		right: 0;
		top: 5%;
	}
	.zp_close img{
		width: 30px;
	}
	.recruit-detail{
		width: 100%;
		max-height: 80%;
	}
	.r-d-o{
		margin: 15px auto;
		padding: 0px 10px;
	}
	.r-d-t{
		font-size: 16px;
	}
	.r-d-oli{
		font-size: 14px;
	}
	.rd-describe{
		margin: 15px auto;
		padding: 0px 10px;
	}
	.rd-describe-t{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.rd-describe-p{
		font-size: 14px;
		line-height: 26px;
	}
	.rd-mark{
		font-size: 14px;
		line-height: 26px;
	}
	.rd-apply a{
		font-size: 14px;
	}
	
	.a-close {
	    right: 3%;
	    top: 5%;
	}
	.a-close img {
	    width: 30px;
	}
}
.bigPicLayer {
    display: none;
    width: 1000px;
    height: 556px;
    position: fixed;
    z-index: 111;
    top: 40% !important;
    margin-top: -180px;
    padding: 10px;
}

.bigPicLayer .close {
    display: block;
    width: 38px;
    height: 38px;
    background: url(../image/m5_off.png) no-repeat;
    right: -50px;
    top: -50px;
    position: relative;
    position: absolute;
    z-index: 222;
}

.bigPicLayer .close em {
    width: 1px;
    height: 50px;
    background: #009690;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 100%;
}

.bigPicLayer .imgDiv {
    text-align: center;
}

.bigPicLayer .imgDiv img {
    width: 100%;
}

.bigPicLayer .imgDiv span {
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}


@media screen and (max-width: 1440px) {
    .bigPicLayer {
        display: none;
        width: 600px;
        height: 350px;
        position: fixed;
        z-index: 111;
        top: 40% !important;
        margin-top: -100px;
        padding: 10px;
    }

    .bigPicLayer .close {
        display: block;
        width: 38px;
        height: 38px;
        background: url(../image/m5_off.png) no-repeat;
        right: -50px;
        top: -50px;
        position: relative;
        position: absolute;
        z-index: 222;
    }

    .bigPicLayer .close em {
        width: 1px;
        height: 50px;
        background: #0a448d;
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -0.5px;
        top: 100%;
    }

    .bigPicLayer .imgDiv {
        text-align: center;
    }

    .bigPicLayer .imgDiv img {
        width: 100%;
    }

    .bigPicLayer .imgDiv span {
        display: block;
        text-align: center;
        font-size: 18px;
        margin-top: 16px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
    }

}


@media screen and (max-width: 1004px) {
    .bigPicLayer {
        width: 300px;
        height: auto;
        padding: 0px;
        margin-top: -150px;
    }

    .bigPicLayer .close {
        display: block;
        width: 38px;
        height: 38px;
        background: url(../image/m5_off.png) no-repeat;
        right: -50px;
        top: -50px;
        position: relative;
        position: absolute;
        z-index: 222;
    }

    .bigPicLayer .close em {
        width: 1px;
        height: 20px;
        background: #0a448d;
        display: none;
        position: absolute;
        left: 50%;
        margin-left: -0.5px;
        top: 100%;
    }

    .bigPicLayer .imgDiv {
        height: 169px;
    }

}

@media screen and (width: 1440px){
	.develop .preview, .honor .preview{
		height: 400px;
	}
	.develop .view .swiper-container{
		height: 500px;
	}
	.honor .view .swiper-container{
		height: auto;
	}
	.develop .preview .swiper-slide, .honor .preview .swiper-slide{
		height: 40px;
	}
	.develop .view .swiper-container .swiper-slide .txtli .t2, .honor .view .swiper-container .swiper-slide .txtli .t2{
		min-height: 54px;
	}
}


.xincontent{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.xintxtli{
	margin-bottom: 30px;
}
.xintxtli .t1{
	float: left;
    display: inline-block;
    width: 110px;
    color: #888888;
    font-size: 36px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 0;
}
.xintxtli .t2{
    float: left;
    display: inline-block;
    margin-top: 16px;
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    color: #b7b7b7;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    min-height: 65px;
}
.txtimgli{
}
.txtimgli .t1{
	width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
    color: #2d8acc;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
}
.txtimgli ul{
	width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
.txtimgli ul li{
	float: left;
    width: -moz-calc((100% - 90px) / 4);
    width: -webkit-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 25px;
}
.txtimgli ul li:nth-child(4n){
	margin-right: 0;
}
.txtimgli ul li .img {
    width: 100%;
    border: #e7e7e7 solid 1px;
    text-align: center;
    background: rgba(255,255,255,.9);
    overflow: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.txtimgli ul li .img img{
	max-width: 100%;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.txtimgli ul li .txt{
	color: #666666;
    font-size: 18px;
    text-align: center;
    line-height: 32px;
    padding: 18px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media only screen and (max-width: 1024px){
	.xintxtli .t1 {
	    font-size: 32px;
	    width: auto;
	    margin-bottom: 0;
	}
	.xintxtli .t2{
		margin-top: 12px;
	    width: -moz-calc(100% - 100px);
	    width: -webkit-calc(100% - 100px);
	    width: calc(100% - 100px);
	}
	.txtimgli .t1{
		margin-bottom: 30px;
	}
	.txtimgli ul li{
	    width: -moz-calc((100% - 60px) / 3);
	    width: -webkit-calc((100% - 60px) / 3);
	    width: calc((100% - 60px) / 3);
	    margin-right: 30px;
	}
	.txtimgli ul li:nth-child(4n){
		margin-right: 30px;
	}
	.txtimgli ul li:nth-child(3n){
		margin-right: 0;
	}
	.txtimgli ul li .txt{
		padding: 15px 10px 0px;
	    font-size: 16px;
	    line-height: 1.8;
	}
}

@media only screen and (max-width: 768px){
	.xintxtli .t1{
		font-size: 28px;
    	width: auto;
	}
	.xintxtli .t2{
		margin-top: 10px;
	    font-size: 16px;
	    min-height: 45px;
	}
	.txtimgli .t1{
		margin-bottom: 20px;
    	font-size: 28px;
	}
	.txtimgli ul li{
	    width: -moz-calc((100% - 30px) / 2);
	    width: -webkit-calc((100% - 30px) / 2);
	    width: calc((100% - 30px) / 2);
	    margin-right: 30px;
	}
	.txtimgli ul li:nth-child(3n){
		margin-right: 30px;
	}
	.txtimgli ul li:nth-child(2n){
		margin-right: 0;
	}
	.txtimgli ul li .txt{
		padding: 12px 10px 0px
	}
}
@media only screen and (max-width: 640px){
	.xintxtli .t1{
		font-size: 24px;
	}
	.xintxtli .t2{
		font-size: 15px;
	    min-height: 36px;
	    margin-top: 5px;
	}
	.txtimgli ul li .txt{
		font-size: 15px
	}
	.txtimgli .t1{
		margin-bottom: 15px;
    	font-size: 24px;
	}
}
@media only screen and (max-width: 639px){
	.xintxtli .t1{
		font-size: 22px;
	}
	.txtimgli .t1{
		margin-bottom: 15px
	}
	.txtimgli ul li{
	    width: -moz-calc((100% - 20px) / 2);
	    width: -webkit-calc((100% - 20px) / 2);
	    width: calc((100% - 20px) / 2);
	    margin-right: 20px;
	}
	.txtimgli ul li:nth-child(3n){
		margin-right: 20px;
	}
	.txtimgli ul li:nth-child(2n){
		margin-right: 0;
	}
	.txtimgli ul li .txt{
		font-size: 14px
	}
}