.w1200{
	width: 1200px;
	margin: 0 auto;
}
.label1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}
.label1 .label2 {
    display: inline-block;
    cursor: pointer;
}
li{list-style: none;}

a,a:hover{
	color: #333333;
	text-decoration: none;
}
h5{
	font-weight: normal;
}
.hide{
	display: none;
}
.phone{
	display: none;
}


.header{
	background: #fff;
	height: 75px;
  	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
}
.header .logo{
	width: 180px;
	line-height: 75px;
}
.header .logo img{
	/*height: 75px;*/
	max-width: 100%;
}
.header .w1200{
	position: relative;
	height: 100%;
}
.navbox li{
	float: left;
	font-size: 16px;
	color: #333;
	width: 130px;
	text-align: center;
	background: transparent;
	transition: all 0.5s;
	border-bottom: 1px solid transparent;
	height: 74px;
}
.navbox li a.ntit{
	display: block;
	line-height: 75px;
	color: #333;
}
.navbox li:hover,.navbox li.on{
	/*background: #ed7100;*/
	border-color: #ed7100;
}
.navbox li:hover a.ntit,.navbox li.on a.ntit{
	color: #ed7100;
}
.navbox .searchbox{
	background: url(/static/dichan/img/search_bg.png)no-repeat center center;
	height: 75px;
	width: 20px;
	cursor: pointer;
}

.lan{
	display: block;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 16px;
	color: #666666;
	line-height: 75px;
	margin-right: 10px;
}

.search{
	position: absolute;
	top: 90px;
	z-index: 99;
	right: 0;
	height: 30px;
	line-height: 30px;
	width: 200px;
	display: none;
}
.search input{
	display: block;
	border: none;
	height: 100%;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.search #skey{
	width: 100%;
	text-indent: 2em;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
}
.search #sbtn{
	position: absolute;
	background: url(/static/dichan/img/search_bg.png) no-repeat center center;
	right: 15px;
	top: 0;
	width: 20px;
}


.header .phone-wrap{
}
.header .phone-nav-btn {
  float: right;
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  padding: 0;
  padding-top: 5px;
  outline: none;
}
.header .phone-nav-btn span {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #163267;
  margin-left: calc(50% - 20px);
  margin-bottom: 9px;
  transition: all .5s ease-out;
  transform-origin: 0 0;
}

.header .phone-nav-btn.active{
	background: #163267;
}
.header .phone-nav-btn.active span{
	background: #fff;
}
.header .phone-nav-btn.active span:nth-child(2) {
  opacity: 0;
}
.header .phone-nav-btn.active span:first-child {
  transform: rotate(45deg) translate(5px, -5px);
}
.header .phone-nav-btn.active span:last-child {
  transform: rotate(-45deg) translate(1px, 4px);
}

.header .phone-menu-wrap {
  position: fixed;
  height: calc(100% - 60px);
  background-color: #163267;
  width: 100%;
  left: 0;
  top: 60px;
  display: none;
  overflow: scroll;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title {
  font-size: 20px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all .5s ease-out;
  background-color: transparent;
  text-align: left;
}

.header .phone-menu-wrap .wrap .phone-nav-item .title span,.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit {
  display: block;
  line-height: 64px;
  width: 90%;
  margin: 0 auto;
  background: url("/static/dichan/img/phone_arrow_down.png") no-repeat right center;
  color: #fff;
}
.header .phone-menu-wrap .wrap .phone-nav-item .title a.ptit{
	background: none;
}
.header .phone-menu-wrap .wrap .phone-nav-item .title.active span {
  background-image: url("/static/dichan/img/phone_arrow_up.png");
}
.header .phone-menu-wrap .wrap .phone-nav-item .menu {
  display: none;
}
.header .phone-menu-wrap .wrap .phone-nav-item .menu a {
  display: block;
  font-size: 18px;
  color: #ffffff;
  line-height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 8%;
  transition: all .5s ease-out;
}
.banner{
	position: relative;
	width: 100%;
}
.banner ul{
	width: 100%;
	/*height: 659px;*/
	position: relative;
}
.banner li{
	width: 100%;
	/*height: 659px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
/*.banner li img{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -960px;
}*/
.banner li img{
	display: block;
	width: 100%;
}
.banner li .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.banner .ab-box{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -593px;
	width: 548px;
	height: 200px;
}
.banner .ab-box .tit{
	font-size: 48px;
	color: rgba(255,255,255,0.9);
	position: relative;
	top: 50px;
	display: none;
	font-family: "Noto Sans S Chinese";
	line-height: 68px;
}
.banner .ab-box .tit-te{
	font-size: 12px;
	color: #fff;
	width: 304px;
	margin-bottom: 21px;
	position: relative;
	top: 50px;
	display: none;
}
.banner .ab-box a{
	width: 155px;
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 20px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 50px;
	display: none;
	border-radius: 20px;
	border: 1px solid #fff;
	cursor: pointer;
} 
.banner .ab-box a:hover{
	background: #0e2259;
	color: #fff;
	border-color: #0e2259;
}
.banner .btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  height: auto;
  z-index: 99;
  width: 1200px;
  margin-left: -600px;
  /*width: 10px;*/
}
.banner .btn span {
  display: inline-block;
  /*float: left;*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  /*border: 1px solid #fff;*/
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  position: relative;
  left: 0;
}
.banner .btn span.on {
  background: #ed7100;
}
.banner .prev,.banner .next{
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	opacity: 0;
	transition: all 0.5s;
	z-index: 99;
}
.banner .prev{
	left: 5%;
	transform: translateX(-200px);
	background: url(/static/dichan/img/prev.png) no-repeat center 0;
}
.banner .next{
	right: 5%;
	transform: translateX(200px);
	background: url(/static/dichan/img/next.png) no-repeat center 0;
}
.banner:hover .prev,.banner:hover .next{
	opacity: 1;
	transform: translateX(0);
}
.banner .prev:hover,.banner .next:hover{
	background-position: center -50px; 
}

.banner .banner-bot{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}
.banner-bot .bsc{
	background: #ed7100 url(/static/dichan/img/index_ic01.png) no-repeat center 20px;
	width: 110px;
	height: 97px;
	line-height: 142px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position: relative;
}
.banner-bot .bsc a{
	color: #fff;
	display: block;
}
.banner-bot .bsc:hover{
	-webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;    
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner .bwechat{
	width: 104px;
	height: 80px;
	border-left: 1px solid rgba(255,255,255,0.3);
	background: #324372;
	text-align: center;
	margin-top: 17px;
	cursor: pointer;
	position: relative;
}
.bwechat span{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #FFFFFF;
	background: url(/static/dichan/img/index_ic02.png) no-repeat center 20px;
	line-height: 120px;
}
.bwechat img{
	width:97px;
	height: 97px;
	position: absolute;
	bottom: 0;
	right: 3px;
	display: none;
}
.bweibo span{
	background: url(/static/dichan/img/index_ic03.png) no-repeat center 20px;
}
.banner .btel{
	width: 262px;
	height: 80px;
	background: #324372;
	margin-top: 17px;
	color: #fff;
	position: relative;
}
.btel:hover:before{
	-webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.btel:before{
	position: absolute;
	content: "";
	height: 100%;
	width: 58px;
	background: url(/static/dichan/img/index_ic04.png) no-repeat 15px center ;
}
.btel span,.btel p{
	margin-left: 58px;
}
.btel span{
	display: block;
	font-size: 12px;
	margin-top: 15px;
}
.btel p{
	font-size: 24px;
	line-height: normal;
}

.banner_phone{
	margin-top: 60px;
}
.banner_phone img{
	display: block;
	width: 100%;
}
.banner_phone .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	border: none;
	background: #fff;
}
.banner_phone .swiper-pagination-bullet-active{
	background: #324372;
}
.main-center{
	background: #e1e2e6;
	height: 232px;
	position: relative;
	overflow: hidden;
}
.main-center:after{
	position: absolute;
	content: "";
	width: 1px;
	background: #cccccc;
	bottom: 35px;
	height: 104px;
	left: 50%;
}
.inews,.idichan{
	margin-top: 35px;
}
.itit{
	font-size: 20px;
	color: #333333;
	margin-bottom: 25px;
	line-height: 30px;
}
.itit a.more{
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #999;
}
.itit a.more:hover{
	color: #ed7100;
}
.iproject{
	width: 560px;
}
.iproject dl{
	width: 100%;
}
.iproject dl dt{
	width: 206px;
	float: left;
	overflow: hidden;
}
.iproject dl dt img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	height: 109px;
}
.iproject dl dd{
	float: right;
	width: 330px;
}
.iproject dl dd span{
	font-size: 16px;
	color: #333333;
	transition: all 0.5s;
}
.iproject dl dd p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.iproject dl:hover dd span,.inews li:hover span{
	color: #324372;
	font-weight: bold;
}
.iproject dl:hover dt img{
	transform: scale(1.1,1.1);
}
.iproject .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #fff;
}
.iproject .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0;
}
.iproject .swiper-pagination-bullet-active{
	background: #ed7100;
}
.main-center .inews{
	width: 555px;
}
.inews li{
	
}
.inews li span{
	display: block;
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
	transition: all 0.5s;
}
.inews li p{
	font-size: 12px;
	color: #666666;
}
.inews li .more{
	display: inline-block;
	text-align: right;
	font-size: 12px;
	color: #999;
	position: relative;
	left: 0;
	transition: all 0.5s;
	float: right;
}
.inews li:hover .more{
	left: 15px;
}
.main-center .inews,.main-bot .iproject{
	transition: all 0.5s;
	opacity: 0;
}
.main-center .inews{
	transform: translateX(-200px);
}
.main-bot .iproject{
	transform: translateX(200px);
}
.main-center.ani .inews,.main-bot.ani .iproject{
	transform: translate(0);
	opacity: 1;
}


.main-bot{
	background: #ececec;
	height: 263px;
	overflow: hidden;
}
.iservice,.iproject{
	margin-top: 40px;
}
.main-bot .iservice{
	width: 612px;
}
.iservice dl{
	width: 195px;
	height: 111px;
	transition: all 0.5s;
	background: #e1e2e6;
	margin-right: 8px;
}
.iservice dl:last-child{
	margin-right: 0;
}
.iservice dl dt{
	width: 30px;	
	margin-top: 20px;
	margin-left: 20px;
}

.iservice dl dd{
	/*width: 133px;*/
	margin-left: 5px;
	margin-top: 16px;
}
.iservice dl dd h5{
	font-size: 18px;
	color: #333333;
}
.iservice dl p{
	font-size: 14px;
	color: #666666;
	line-height: 21px;
}
.iservice dl:hover dd h5{
	color: #ed7100;
}


.idichan li{
	float: left;
	width: 128px;
	height: 107px;
	background: #ececec;
	margin-right: 13px;
	text-align: center;
	transition: all 0.5s;
}
.idichan li span{
	display: block;
	height: 33px;
	margin-top: 20px;
	transition: all 0.5s;
}
.idichan li  p{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.idichan li:nth-child(1) span{
	background: url(/static/dichan/img/dc_ic01.png) no-repeat center 0;
}
.idichan li:nth-child(2) span{
	background: url(/static/dichan/img/dc_ic02.png) no-repeat center 0;
}
.idichan li:nth-child(3) span{
	background: url(/static/dichan/img/dc_ic03.png) no-repeat center 0;
}
.idichan li:nth-child(4) span{
	background: url(/static/dichan/img/dc_ic04.png) no-repeat center 0;
}
.idichan li:hover{
	background: #ed7100;
}
.idichan li:hover p{
	color: #fff;
}
.idichan li:hover span{
	background-position: center -33px; 
}
.fcopy{
	text-align: center;
	font-size: 12px;
	color: #cccccc;
	height: 45px;
	line-height: 45px;
}
.fcopy a{
	color: #ccc;
}
.sbanner img{
	display: block;
	width: 100%;
}
.sbanner_phone{
	margin-top: 60px;
}
.sbanner_phone img{
	display: block;
	width: 100%;
}
.navigation{
	height:50px;
  	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.07);
  	margin-bottom: 3px;
}
.nav-list li{
	float: left;
	width: 135px;
	line-height: 50px;
	/*border-right: 1px solid #cccccc;*/
	text-align: center;
	font-size: 16px;
	color: #333333;
	position: relative;
	transition: all 0.5s;
}
.nav-list li:after{
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	background: #0e2259;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
}
.nav-list li:last-child{
	border-right: transparent;
}
.nav-list li a{
	display: block;
	color: #333333;
}
.nav-list li.on,.nav-list li:hover{
	font-weight: bold;
}
.nav-list li.on:after,.nav-list li:hover:after{
	width: 100%;
}
.nav-current {
	line-height: 50px;
	color: #999999;
	background: url(/static/dichan/img/about_ic01.png) no-repeat left center;
	padding-left: 20px;
}
.nav-current a{
	font-size: 14px;
	color: #999999;
	padding: 0 10px;
}
.nav-current a:hover{
	color: #0e2259;
}


.about-wrap{
	padding-bottom: 5%;
}
.about{
	margin-top: 20px;
	margin-bottom: 30px;
}
.about .left{
	width: 655px;
	margin-top: 2%;
}
.about .left .alogo{
	margin: 3% 0 5%;
}
.alogo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.about .left .profile{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.profile p{
	text-indent: 2em;
}
.about .right{
	float: right;
	width: 450px;
}
.about .right img{
	display: block;
	max-width: 100%;
}
.about-wrap .list {
    padding: 30px 0;
    text-align: center;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-left: none;
    border-right: none;
}
.about-wrap .list li {
    position: relative;
    float: left;
    width: 23%;
    display: block;
    text-align: left;
    /*margin-right: 1%;*/
    margin-left: 2%;
}
.about-wrap .list li:last-child{
	margin-right: 0;
}
.about-wrap .list li p{
	font-size: 20px;
	color: #0e2259;
}
.about-wrap .list li div{
	/*margin-top: 10px;*/
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}
.about-wrap .list li:last-child::after {
    display: none;
}
.about-wrap .list li b,.about-wrap .list li strong {
    display: inline-block;
    padding-right: 5px;
    font-size: 50px;
    line-height: 70px;
    font-weight: normal;
    color: #2d509f;
}
.about-wrap .list li b#numup3,.about-wrap .list li strong#numup3 {
    position: relative;
}

.footer{
	background: #113b6d url(/static/dichan/img/footer_01.jpg) no-repeat top center;
	padding-bottom: 40px;
	min-height: 100px;
}
.footer .fnav li{
	font-size: 14px;
	color: rgba(255,255,255,0.8);
	float: left;
	padding: 25px 25px 25px 0;
	margin-right: 25px;
	background: url(/static/dichan/img/footer_ic01.jpg) no-repeat right center;
}
.footer .fnav li:last-child{
	background: none;
}
.footer .fnav li a{
	color: rgba(255,255,255,0.8);
}
.footer .fcopy2,.fcopy2 a{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
}
.fcopy2 span{
	display: inline-block;
	margin-left: 10px;
}
.flinks{
	width: 238px;
	position: relative;
	margin-top: 32px;
}
.flinks span{
	display: block;
	height: 36px;
	width: 100%;
	line-height: 36px;
	color: #fff;
	background: #597699 url(/static/dichan/img/footer_ic02.png) no-repeat 90% center;
	text-indent: 2em;
	font-size: 14px;
	cursor: pointer;
}
.flinks ul{
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 36px;
	display: none;
}
.flinks li{
	color: #333;
	font-size: 14px;
	text-indent: 2em;
	line-height: 36px;
}
.flinks li a{
	color: #333;
}
.flinks li:hover{
	background: #597699
}
.flinks li:hover a{
	color: #fff
}

.history-wrap{
	background: url(/static/dichan/img/history_bg.jpg) no-repeat center;
	padding: 80px 0;
}
.history-pc img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.history-wrap .history{
	position: relative;
	overflow: hidden;
}
.history:after{
	display: block;
	position: absolute;
	content:"";
	after:"after";
	top: 50%;
	background: url(/static/dichan/img/history_ic02.png) no-repeat center;
	height: 23px;
	margin-top: -11.5px;
	width: 100%;
	z-index: 9;
}
.history li{
	float: left;
	position: relative;
	margin-left: 50px;
	margin-right: 10px;
	top: 13px;
	z-index: 10;
	opacity: 0;
	left: 60px;
}
.history li img{
	display: block;
	text-align: center;
	position: relative;
	top: 15px;
}
.history li span{
	display: block;
}
.history li span.line{
	width: 2px;
	height: 70px;
	background: #6f6e6e;
	position: relative;
	left: 50%;
	margin-left: -8px;
}
.history li span.circle{
	background: url(/static/dichan/img/history_ic01.png) no-repeat center;
	width: 23px;
	height: 23px;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -18px;
}
.history li.odd{
	margin-left: 190px;
	position: relative;
	top: -10px;
}
.history li.odd img{
	top: -5px;
}
.history li.odd span.line,.history li span.circle{
	margin-top: initial;
}
.history li.third{
	margin-left: 48px;
}

.history-phone li{
	margin-bottom: 30px;
    margin-left: 3%;
    position: relative;
    overflow: hidden;
}
.history-phone li h5{
    height: 30px;
    line-height: 30px;
    background: #fff;
    /*border: 1px solid #0e2259;*/
    /*text-align: center;*/
    font-size: 20px;
    color: #0e2259;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 25%;   
    float: left; 
    margin-right: 2%;
}
.history-phone li h5:after{
	position: absolute;
	content: "";
	width: 50%;
	height: 1px;
	right: 0;
	top: 50%;
	margin-top: -0.5px;
	background: #0e2259;
}
.history-phone li p{
	/*text-align: center;*/
	font-size: 16px;
	color: #333;
	width: 68%;
	/*margin: 0 auto;*/
	line-height: normal;
	display: inline-block;
	float: left;
	margin-top: 3px;
}



.res-wrap{
	padding: 30px 0 90px;
	position: relative;
}
.res-wrap .w1200{
	width: 1000px;
}
.res-wrap .res-top img{
	display: block;
	width: 100%;
	margin-bottom: 5%;
}
.res-wrap li{
	overflow: hidden;
	margin-bottom: 25px;
}
.res-wrap li .img{
	width: 380px;
	overflow: hidden;
	/*margin-left: 15px;*/
	margin-right: 45px;
}
.res-wrap li .img img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.res-wrap .right{
	width: 540px;
	height: 427px;
	position: relative;
}
.res-tit{
	position: relative;
	line-height: normal;
	height: 172px;
	/*font-family: "Noto Sans S Chinese";*/
	width: 288px;
	margin-bottom: 35px;
	margin-top: 15px;
}
.res-tit:after{
	position: absolute;
	content: "";
	after:"after";
	width: 100%;
	height: 1px;
	background: #313131;
	bottom: 65px;
	left: 0;
	display: none;
}
.res-tit strong{
	display: block;	
	font-size: 130px;
	color: #efefef;
}
.res-tit span{
	font-size: 32px;
	color: #333333;
	display: block;
	position: absolute;
	bottom: 31px;
	right: 0;
	font-family: "微软雅黑"
}
.res-wrap .right p{
	font-size: 18px;
	color: #666666;
}
.res-wrap .right .more{
	display: block;
	font-size: 18px;
	color: #0e2259;
	position: absolute;
	bottom: 40px;
}
.res-wrap li.odd .img{
	float: right;
	margin-right: 0;
}
.res-wrap li.odd .right{
	margin-left: 45px;
}
.res-wrap li:hover .img img{
	transform: scale(1.1,1.1);
}
.res-wrap .bg{
	position: absolute;
}
.res-wrap .bg img{
	display: block;
	width: 100%;
}
.res-wrap .bg1{
	top: -60px;
	right: 0;
}
.res-wrap .bg2{
	left: 0;
	bottom: 0;
}



.culture-wrap .culture-top{
	background: #f2f2f2;
	padding: 2% 0;
}
.culture-top .w1200{
	width: 62.5%;
}
.culture-top li{
	position: relative;
	width: 31.8%;
	float: left;
	margin-right: 2.3%;
}
.culture-top li .img{
	display: block;
	width: 100%;
	overflow: hidden;
}
.culture-top li .img img{
	display: block;
	width: 100%;
	transition: all 1s;
}
.culture-top li .info{
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	color: #fff;
}
.culture-top li .info span{
	display: block;
	margin-top: 19%;
}
.culture-top li .info span img{
	height: 60px;
}
.culture-top li .info h5{
	font-size: 24px;
}
.culture-top li .info p{
	font-size: 20px;
	width: 90%;
	margin-left: 5%;
	line-height: normal;
}
.culture-top li:nth-child(3){
	float: right;
	margin-right: 0;
}
.culture-top li:hover .img img{
	transform: scale(1.1,1.1);
}
.culture-bot{
	background: url(/static/dichan/img/cul_07.jpg) no-repeat center center;
	padding: 3% 0 5%;
}
.culture-bot .w1200{
	text-align: center;
}
.culture-bot .w1200 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
/*.culture-top li .info span{
	margin-top: 30px;
}*/


.news-wrap,.media-wrap{
	padding: 3% 0;
}
.news-top .left{
	width: 400px;
	margin-left: 5px;
	margin-top: 10px;
}
.news-top .right{
	width: 765px;
}
.edu-tit{
	border-bottom: 1px solid #cccccc;
	width: 100%;
	overflow: hidden;
	margin-bottom: 11px;
}
.edu-tit span{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	position: relative;
	float: left;
}
.edu-tit span a{
	color: #333333;
}
.edu-tit span:after{
	position: absolute;
	content: "";
	after: "after";
	width: 107px;
	height: 3px;
	background: #004981;
	left: 0;
	bottom: 0;
}
.edu-tit a.more{
	float: right;
	font-size: 14px;
	color: #999999;
}
.edu-tit a.more:hover{
	color: #004981;
}
.news-top .right .list1{
	width: 380px;
}
.news-top .right .list1 li,.news-top .right .list2 dl dd p{
	font-size: 14px;
	color: #333333;
}
.news-top .right .list1 li{
	overflow: hidden;
	border-bottom: 1px dashed #e6e6e6;
	line-height: 36px;
}
.news-top .right .list1 li:last-child{
	border-bottom: none;
}
.news-top .right .list1 li span,.news-top .right .list2 dl dd span{
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #999999;
}
.news-top .right .list1 li:hover a{
	color: #004981;
}
.news-top .right .list2{
	width: 360px;
}
.news-top .right .list2 dl{
	overflow: hidden;
	max-height: 110px;
	margin-top: 5px;
}
.news-top .right .list2 dl:first-child{
	margin-bottom: 22px;
}
.news-top .right .list2 dl dt{
	float: left;
	width: 39%;
}
.news-top .right .list2 dl dt img{
	max-width: 100%;
	display: block;
	width: 100%;
}
.news-top .right .list2 dl dd{
	height: 110px;
	position: relative;
	width: 58%;
	float: right;
}
.news-top .right .list2 dl dd span{
	position: absolute;
	bottom: 0;
}
.news-top .right .list2 dl:hover dd p{
	color: #004981;
}

.news-media{
	margin-top: 3%;
}
.news-media li {
	position: relative;
	margin-top: 1%;
	float: left;
	width: 24.25%;
	margin-right: 1%;
	overflow: hidden;
}
.news-media li img,.media-top img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.news-media li span,.media-top span{
	display: block;
	position: absolute;
	background: url(/static/dichan/img/news_ic01.png) no-repeat center;
	width: 41px;
	height: 41px;
	top: 50%;
	left: 50%;
	margin-top: -20.5px;
	margin-left: -20.5px;
	transition: all 0.5s;
}
.news-media li:last-child{
	margin-right: 0;
	float: right;
}
.news-media li:hover img,.media-top:hover img{
	transform: scale(1.1,1.1);
}
.news-media li:hover span,.media-top:hover span{
	transform: scale(0.9,0.9);
}

.outvideo {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0,0,0,0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.outvideo .close {
  position: absolute;
  right:-65px;
  top: 0;
  background: url(/static/dichan/img/popup_close.jpg) no-repeat center center;
  width: 65px;
  height: 60px;
  cursor: pointer;
}
.outvideo .video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: 600px;
  margin: -300px 0 0 -450px;
  background-color: #000;
}

.newslist1{
	padding-top: 3%;
}
.ninfo-wrap{
	
	/*background: #f2f2f2;*/
}
.ninfo-wrap .ninfo{
	width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 3% 2%;
}
.newslist1 dl{
	overflow: hidden;
	padding: 20px 40px;
	background: #f5f5f5;
	margin-bottom: 20px;
	height: 135px;
	cursor: pointer;
	transition: all 0.5s;
}
.newslist1 dl dt,.newslist1 dl dd,.newslist1 dl .date{
	float: left;
}
.newslist1 dl dt{
	width: 16%;
	overflow: hidden;
	margin-left: 3%;
}
.newslist1 dl dt img{
	transition: all 0.5s;
	display: block;
	width: 100%;
}
.newslist1 dl dd{
	width: 635px;
	margin-left: 35px;
	margin-right: 30px;
}
.newslist1 dl dd h3{
	font-size: 20px;
	color: #666666;
	margin: 15px 0 0;
	transition: all 0.5s;
}
.newslist1 dl dd p{
	font-size: 14px;
	color: #999999;
	transition: all 0.5s;
	position: relative;
	left: 0;
}
.newslist1 dl .date{
	height: 105px;
	border-left: 1px solid #d9d9d9;
	width: 115px;
	margin-top: 20px;
	color: #999999;
	font-size: 16px;
	padding-left: 20px;
	position: relative;
	transition: all 0.5s;
}
.newslist1 dl .date:after{	
	position: absolute;
	content: "";
	after: "after";
	display: block;
	background: url(/static/dichan/img/news_02.png) no-repeat center;
	width: 26px;
	height: 26px;
	background-size: 26px;
	bottom: 0px;
	left: 20px;
	transition:  0.5s;
}
.newslist1 dl .date span,.newslist1 dl .date em{
	display: block;
	line-height: normal;
	font-style: normal;
}
.newslist1 dl .date span {
	font-size: 26px;
	margin-top: 5px;
}
.newslist1 dl:hover{
	background: #0850a6;
}
.newslist1 dl:hover dt img{
	transform: scale(1.1,1.1);
}
.newslist1 dl:hover dd h3,.newslist1 dl:hover .date{
	color: #fff;
}
.newslist1 dl:hover dd p{
	color: rgba(255,255,255,0.8);
	left: 20px;
}
.newslist1 dl:hover .date:after{
	background: url(/static/dichan/img/news_02_hover.png) no-repeat center;
	left: 81px;
}

.page {
    width: 100%;
    height: 40px;
    display: table;
    margin: 50px 0 30px;
}
.page a {
    padding: 3px 14px;
    height: 30px;
    display: block;
    float: left;
    margin-left: 10px;
    background: #cccccc;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
.page a.active, .page a:hover {
    background: #0850a6;
}

.ninfo-wrap h1 {
    font-size: 26px;
    color: #4682B4;
    text-align: center;
    margin-bottom: 1%;
}
.ninfo-wrap .time {
	display: block;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-bottom: 2%;
}
.ninfo-wrap .detail{
    font-size: 14px;
    color: #999;
    line-height: 28px;
    text-indent: 2em;
}
.ninfo-wrap .detail img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.ninfo-wrap .turn {
    position: relative;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    padding-bottom: 3%;
}
.ninfo-wrap .turn a {
	display: block;
    color: #999999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.ninfo-wrap .turn a:hover{
    color: #0e2259;
}
.ninfo-wrap .turn a.back {
    border: 1px solid #999999;
    width: 98px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    right: 10px;
    top: 15px;
     color: #999999;
     text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}
.ninfo-wrap .turn a.back:hover{
     background: #0e2259;
     color: #fff;
     border-color: transparent;
}

.media-top{
	position: relative;
	overflow: hidden;
	margin-bottom: 35px;
}
.media-top img{
	transition: all 1s;
}
.media-bot {
	position: relative;
}
.media-bot ul{
	width: 1140px;
	margin: 0 auto;
}
.media-bot li{
	float: left;
	width: 280px;
	height: 151px;
	position: relative;
	margin-left: 5px;
	cursor: pointer;
}
.media-bot li img{
	display: block;
	width: 100%;
}
.media-bot li .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.5s;
	transform: scale(0.3,0.3);
}
.media-bot li .bg p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	transform: translate(0,-50%);
	top: 50%;
	width: 100%;
}
.media-bot li:hover .bg{
	opacity: 1;
	transform: scale(1,1);
}
.media-bot .prev,.media-bot .next{
	position: absolute;
	width: 18px;
	height: 35px;
	top: 50%;
	margin-top: -17.5px;
}
.media-bot .prev{
	left: 0;
	background: url(/static/dichan/img/media_prev.png) no-repeat center 0;
}
.media-bot .next{
	background: url(/static/dichan/img/media_next.png) no-repeat center 0;
	right: 0;
}
.media-bot .prev:hover,.media-bot .next:hover{
	background-position: center -35px;
	transition: all 0.5s;
}

.media-video li{
	margin-bottom: 2%;
}
.media-video li{
	font-size: 16px;
}
.media-video li img{
	display: block;
	width: 100%;
}
.media-video li p{
	height: 30px;
	line-height: 30px;
}

/*产业地图*/
.indus-map,.map-wrap{
	/*background: url(../img/indus_bg1.jpg) no-repeat center;*/
	width: 100%;
	height: 620px;
	padding-top: 60px;
	background: #f5f5f5
}
.indus-map{
	padding-top: 20px;
}
.indus-map .indus-search2{
	overflow: hidden;
	position: relative;
	border: 1px solid #cccccc;
	width: 160px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
	float: right;
	margin-bottom: 0;
}
.indus-search2 input{
	display: block;
	border: none;
	float: left;
	background: none;
}
.indus-search2 #stkey{
	height: 30px;
	line-height: 30px;
	width: 130px;
	text-indent: 1em;
	color: #cccccc;
}
.indus-search2 #stbtn{
	position: absolute;
	background: url(/static/dichan/img/indus_ic05.png) no-repeat center;
	width: 18px;
	height: 30px;
	right: 10px;
	top: 0;
}
.indus-map .map-pic{
	position: relative;
	clear: both;
}
.map-pic .ditu{
	width: 980px;
	margin: 0 auto;
	display: block;
}
.map-pic span,.map-pic a{
	display: block;
}
.map-pic span{
	position: absolute;
}
.map-pic a{
	height: 100%;
}
.map-pic .m1{
	top: 0px;
    left: 184px;
    width: 242px;
    height: 190px;
}
.map-pic .m2{
	top: 140px;
    right: 254px;
    width: 180px;
    height: 120px;
}
.map-pic .m3{
	width: 120px;
    height: 100px;
    right: 208px;
    bottom: 42px;
}
.map-pic .m4{
	width: 110px;
    height: 120px;
    left: 365px;
    bottom: 70px;
}
.map-pic .m5{
	width: 129px;
    height: 50px;
    right: 244px;
    bottom: 140px;
}
.map-pic .m6{
	width: 30px;
    height: 30px;
    right: 340px;
    top: 250px;
}
.indus-search{
	margin-left: 66px;
	overflow: hidden;
	margin-top: 20px;
}
.indus-search select,.indus-search .insbtn{
	display: block;
	float: left;
	font-size: 16px;
	color: #333333;
}
.indus-search select{
	padding: 0 90px 0 100px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #d3d3d3;
    background: #fff;
    text-align: center;
    margin-right: 15px;
    text-align: center;  
    appearance: none;
    max-width: 306px;
}
.indus-search .insbtn{
	width: 132px;
	height: 40px;
	line-height: 40px;
	background: #0E2259;
	text-align: center;
	color: #fff;
}
.indus-project{
	padding: 20px 0;
	
}
.indus-project ul{
	width: 90%;
	margin-left: 5%;
}
.indus-project h5{
	font-size: 26px;
	color: #0e2259;
	margin-bottom: 20px;
	margin-left: 5%;
}
.indus-project li{
	float: left;
	position: relative;
	overflow: hidden;
	width: 24.1%;
	margin-right: 1.2%;
}
.indus-project li:last-child{
	margin-right: 0;
}
.indus-project li img{
	display: block;
	width: 100%;
}
.indus-project li span{
	position: absolute;
	width: 100px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #fff;
	text-align: center;
	left: 50%;
	margin-left: -50px;
	top: 50%;
	margin-top: -21px;
	color: #fff;
	font-size: 18px;
}
.inlist-wrap{
	background: #fafafa;
	padding-bottom: 1%;
}
.inlist-wrap .sort{
	padding: 30px 0;
}
.sort li{
	float: left;
	width: 18%;
	height: 46px;
	line-height: 46px;
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
	text-align: center;
	margin: 0 1% 0 5px;
	background: #fff;
	font-size: 16px;
	color: #333333;
}
.sort li a{
	color: #333333;
	display: block;
}
.sort li.on,.sort li:hover{
	background: #25459d;
}
.sort li.on a,.sort li:hover a{
	color: #fff;
}
.inlist-wrap .list-first{
	
}
.list-first .img{
	width: 50%;
}
.list-first .img img{
	display: block;
	width: 100%;
}
.list-first .lfinfo{
	padding: 0 5%;
	width: 40%;
	display: table;
	background: #ffffff;
}
.lfinfo .label1{
	text-align: left;
}
.lfinfo h5{
	font-size: 20px;
	color: #333333;
	margin-bottom: 4%;
}
.lfinfo p{
	color: #999999;
	line-height: normal;
	width: 95%;
}
.lfinfo .lfcanshu{
	margin: 7% 0 15%;
	color: #999999;
}
.lfcanshu span{
	display: inline-block;
	padding-left: 15px;
	margin-right: 30px;
}
.lfcanshu .type{
	background: url(/static/dichan/img/indus_ic01.png) no-repeat left center;
}
.lfcanshu .num{
	background: url(/static/dichan/img/indus_ic02.png) no-repeat left center;
}
.lfinfo .more{
	display: inline-block;
	background: url(/static/dichan/img/indus_ic03.png) no-repeat right center;
	padding-right: 35px;
	color: #0e2259;
	line-height: 20px;
}
.indus-list li{
	margin-top:2%;
	width: 24.1%;
	float: left;
	margin-right: 1.2%;
	transition: all 0.5s;
	margin-bottom: 0.5%;
}
.indus-list li:nth-child(4n){
	margin-right: 0;
}
.indus-list li .img{
	display: block;
	overflow: hidden;
}
.indus-list li .img img{
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.indus-list li .info{
	background: #fff;
	padding: 1% 2% 0;
}
.indus-list li .info h5{
	text-align: center;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #f2f2f2;
	line-height: 40px;
}
.indus-list li .info p{
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #999999;
}
.indus-list li .info p:after{
	position: absolute;
	content: "";
	background: url(/static/dichan/img/indus_ic04.png) no-repeat center;
	width: 20px;
	border-left: 1px solid #cccccc;
	height: 13px;
	right: 0;
	top: 8.5px;
	transition: all 0.5s;
}
.indus-list li:hover{
	box-shadow: 0 0 13px rgba(0,0,0,0.16);
}
.indus-list li:hover .img img{
	transform: scale(1.1,1.1);
}
.indus-list li:hover .info p:after{
	background: url(/static/dichan/img/indus_ic04_h.png) no-repeat center;
}

.map-wrap{
	padding-top: 30px;
	height: 610px;
}
.map-wrap .left{
	margin-left: 45px;
	width: 658px;
	height: 544px;
	margin-right: 85px;
	position: relative;
}
.map-wrap .left span{
	position: absolute;
	color: #333333;
	display: inline-block;
	cursor: pointer;
	padding-top: 10px;
}
.map-wrap .left span:after{
	position: absolute;
	content: "";
	background: url(/static/dichan/img/indus_ic06.png) no-repeat top center;
	width: 10px;
	height: 13px;
	top: 0;
	left: 50%;
	margin-left: -3.5px;
}
.map-wrap .left span.on{
	font-weight: bold;
	color: #004392;
}
.map-wrap .left span.on:after{
	animation: limit 1s infinite ease-in-out;	
}
.map-wrap .left .tj{	
	top: 203px;
	right: 141px;
}
/*.map-wrap .left .tj:after{
	top: 0;
	left: 50%;
	margin-left: -3px;
}*/
.map-wrap .left .qd{	
	right: 99px;
	top: 247px;
}
.map-wrap .left .nj{	
	right: 94px;
    top: 294px;
}
.map-wrap .left .sh{	
	right: 70px;
	top: 317px;
}
.map-wrap .left .hz{
	right: 105px;
	bottom: 175px;
}
.map-wrap .left .nb{
	right: 78px;
	bottom: 158px;
}
.map-wrap .left .jh{
	right: 99px;
	bottom: 140px;
}

.map-wrap .left .huz{
	right: 115px;
    bottom: 150px;
}
.map-wrap .left .nc{
	right: 142px;
	bottom: 130px;
}
.map-wrap .left .jj{
	right: 157px;
	bottom: 160px;
}
.map-wrap .left .cs{
	right: 193px;
	bottom: 133px;
}
.map-wrap .left .cd{
	bottom: 173px;
	right: 289px;
}
.map-wrap .left .mas{
	right: 98px;
    top: 314px;
}
.map-wrap .left .zz{
	right: 171px;
    top: 290px;
}
.map-wrap .left .dg{
	right: 155px;
    bottom: 53px;
}


.map-wrap .right{
	width: 360px;
}
.map-wrap .right h3{
	font-size: 28px;
    color: #004392;
    line-height: normal;
    margin: 40px 0;
}
.map-wrap .right .map-list{
	overflow: hidden;
	position: relative;
	height: 400px;
}
.map-list li{
	border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 320px;
}
.map-list li h5 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}
.map-list li p {
    font-size: 12px;
    color: #999999;
}
.ininfo-wrap{
	background: #fafafa;
	padding: 3% 0;
}
.ininfo-wrap .indus-info{
	width: 83.3%;
	margin: 0 auto;
}
.indus-info .top .left{
	width: 62.625%;
}
.indus-info .top .left img{
	display: block;
	width: 100%;
}
.indus-info .top .left .swiper-container-horizontal>.swiper-pagination-bullets{
	left: initial;
	right: 3%;
	width: auto;
}
.indus-info .top .left .swiper-pagination-bullet{
	opacity: 1;
	background: #fff;
	margin: 0 3px;
}
.indus-info .top .left .swiper-pagination-bullet-active{
	background: #0e2259;
}
.indus-info .top .right{
	width: 31.375%;
	padding: 0 3%;
	display: table;
	background: #fff;
}
.indus-info .top .right .label1{
	text-align: left;
}
.indus-info .top .right .label1 .label2{
	display: block;
}
.indus-info .top .right h1{
	font-size: 30px;
	color: #333333;
	border-bottom: 1px solid #e6e6e6;
	background: url(/static/dichan/img/indus_ic07.png) no-repeat 50px center;
	padding-left: 120px;
	position: relative;
	/*padding-bottom: 10px;*/
}
.indus-info .top .right h1:after{
	position: absolute;
	content: "";
	after:"after";
	width: 47px;
	height: 2px;
	background: #0e2259;
	bottom: 0;
	left: 50px;
}
.indus-info .top .right .detail{
	width: 80%;
	margin: 5% auto 0;
}
.indus-info .top .right .detail .con{
	font-size: 14px;
	color: #666666;
	position: relative;
	height: 260px;
	overflow: hidden;
	margin-bottom: 15px;
}
.indus-info .top .right .detail .con img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.indus-info .top .right .info-other span{
	display: block;
	line-height: 30px;
	font-size: 14px;

}
.info-other span img{
	margin-right: 10px;
	width: 15px;
}
.indus-info .bot{
	margin-top: 3%;
}
.indus-info .bot .map{
	width: 100%;
	height: 622px;
	font-size: 18px;
	text-align: center;
}
.indus-info .bot .map img{
	display: block;
	width: 100%;
}


.contact-wrap{
	margin-bottom: 3%;
}
.contact-wrap .contact-form{
	padding: 2% 0 3%;
	border-top: 1px solid #f0f0f0;
	margin-top: 3%;
}
.contact-form h5{
	font-size: 26px;
	color: #0e2259;
	text-align: center;
}
.contact-form .cinput{
	overflow: hidden;
	/*width: 90%;*/
	margin: 2% auto 0;
}
.cinput select,.cinput input,.cinput textarea,#cbtn{
	display: block;
	width: 47%;
	float: left;
	background: #eeeeee;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	color: #666666;
	height: 50px;
	line-height: 50px;
	padding-left: 1%;
	appearance: none;
}
.cinput select{
	color: #0e2259;
	width: 48%;
}
.cinput select option{
	padding: 0;
}
.cinput input:last-child{
	float: right;
}
.cinput textarea{
	width: 100%;
	float: none;
	min-height: 180px;
}
#cbtn{
	width: 198px;
	height: 46px;
	line-height: 46px;
	background: #0e2259;
	font-size: 16px;
	color: #fff;
	float: none;
	margin: 3% auto 0;
	text-align: center;
	text-indent: 0;
}

.contact-bot{
	margin-top: 3%;
}
.contact-bot.w1200{
	
}
.contact-bot .left{
	width: 60%;
	
}
.contact-bot .left .map{
	width: 100%;
	height: 400px;
}
.contact-bot .right{
	width: 33%;
	margin-right: 2%;
}
.contact-bot .right h5{
	font-size: 26px;
	color: #0e2259;
	margin-top: 5%;
}
.contact-bot .right .address{
	font-size: 18px;
	color: #333333;
	margin: 2% 0 5%;
}
.contact-bot .right .cinfo{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.contact-bot .right .wechat{
	margin-top: 5%;
}
.wechat img{
	float: left;
	margin-right: 3%;	
}
.wechat div{
	float: left;
	font-size: 16px;
	color: #666666;
	line-height: normal;
	margin-top: 5px;
}
.wechat div p span{
	font-size: 18px;
	color: #0e2259;
}



.recruit-wrap{
	padding: 3% 0;
}
.n-talent *{
	box-sizing: border-box;
}
.n-talent ul, .n-talent li, .n-talent span, .n-talent a{
	box-sizing: border-box;
}
.n-talent .recruit-li {
  width: 100%;
  padding: 16px 0;
  border-bottom: 2px solid #f4f4f4;
  position: relative;
}
.n-talent .recruit-dl {
  width: 23%;
  padding-left: 45px;
  font-size: 22px;
  color: #323232;
  line-height: 26px;
  padding-top: 32px;
}
.n-talent .recruit-dr {
  width: 77%;
  padding: 0 35px 0 31px;
  border-left: 1px solid #cccccc;
}
.n-talent .recruit-box {
  width: 74%;
}
.n-talent .recruit-box1 {
  display: none;
}
.n-talent .recruit-li .bot {
	/*margin-top: 10px;*/
}
.n-talent .recruit-li .bot .tit{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 10px;
}
.n-talent .recruit-li .bot p{
	line-height: 1.5;
}
.n-talent .link {
  width: 15%;
  margin-top: 3%;
}
.n-talent .link2{
	margin-top: 10px;
}
.n-talent .p1 {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}
.n-talent .s1 {
  float: left;
  display: inline-block;
  width: 32.6%;
  margin: 10px 0;
}
.n-talent .s1 em {
  font-style: normal;
}
.n-talent .recruit-a {
  display: inline-block;
  color: #0e2259;
  border:1px solid #0e2259;
  width: 100%;
  height: 32px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  transition: all .3s linear;
}

.n-talent .recruit-ul .sx_show{
	width: 50%;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    display: none;
}
.n-talent .recruit-a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.n-talent .recruit-ul .more {
  float: left;
}
.n-talent .recruit-ul .more.on,.n-talent .recruit-ul .more:hover{
	background: #0e2259;
	color: #fff;
}
.n-talent .need {
  float: right;
  background: #7f7f7f;
  color: #fff;
}
.n-talent .bot {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: none;
}



.report-wrap{
	background: #f9f9fb;
	padding-top: 3%;
	margin-bottom: 3%;
}
.report-wrap h3{
	font-size: 26px;
	color: #0e2259;
	text-align: center;
	margin-bottom: 3%;
}
.report-wrap h3 span{
	display: inline-block;
}
.report-wrap h3 span::before{
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #0e2259;
	vertical-align: middle;
	margin-right: 20px;
}
.report-wrap h3 span::after{
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	background: #0e2259;
	vertical-align: middle;
	margin-left: 20px;
}
.report-wrap .report_div{
	position: relative;
	background: #e9e9ef;
}
.report-wrap .report_div::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.report-wrap .report_div .left_div{
	float: left;
	width: 30%;
}
.report-wrap .report_div .left_div h6{
	font-size: 16px;
	color: #393f65;
	line-height: 1.5;
	background: #bfc1cf;
	padding: 45px 30px;
	font-weight: normal;
}
.report-wrap .report_div .left_div ol{
	margin-top: 40px;
}
.report-wrap .report_div .left_div ol::after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.report-wrap .report_div .left_div li{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}
.report-wrap .report_div .left_div li::after{
	content: "";
	display: inline-block;
	height: 5px;
	background: #d2d4e3;
	width: 200px;
	vertical-align: top;
	margin-top: 10px;
}
.report-wrap .report_div .left_div li:last-of-type::after{
	display: none;
}
.report-wrap .report_div .left_div li span{
	display: block;
}
.report-wrap .report_div .left_div li img{
	vertical-align: top;
}
.report-wrap .report_div .left_div li p{
	padding: 0 20%;
	margin-top: 10px;
}
.report-wrap .report_div .right_form{
	background: #eeeef5;
	float: left;
	width: 70%;
	box-sizing: border-box;
	padding: 20px 30px 30px;
}
.report-wrap .report_div .right_form>div{
	margin-bottom: 15px;
	font-size: 0;
}
.report-wrap .report_div .right_form div h6{
	font-size: 16px;
	color: #0e2259;
	font-weight: normal;
}
.report-wrap .report_div .right_form div>input{
	height: 52px;
	font-size: 14px;
	background: #fff;
	width: 100%;
	border: none;
	box-sizing: border-box;
	padding-left: 10px;
	margin-top: 10px;
	padding-top: 0;
}
.report-wrap .report_div .right_form div .verification_btn{
	width: 150px;
	margin-right: 6px;
}
.report-wrap .report_div .right_form div #canvas{
	vertical-align: top;
	background: #fff;
	margin-top: 10px;
}
.report-wrap .report_div .right_form div>textarea{
	resize: none;
	border: none;
	font-size: 14px;
	background: #fff;
	height: 130px;
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 6px 10px;
}
.report-wrap .report_div .right_form div label{
	display: inline-block;
	font-size: 14px;
	width: 25%;
	vertical-align: top;
	cursor: pointer;
}
.report-wrap .report_div .right_form div label input{
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
	width: 16px;
	height: 16px;
}
.report-wrap .report_div .right_form div .btn{
	width: 200px;
	height: 52px;
	position: relative;
	padding: 0;
}
.report-wrap .report_div .right_form div .btn .int1{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.report-wrap .report_div .right_form div .btn .int2{
	width: 100%;
	height: 100%;
	background: #f9f9fb;
	border: 0;
	color: #666;
}
.report-wrap .report_div .right_form div .pull-left{
	float: none;
}
.report-wrap .report_div .right_form div .js-img-list-f{
	margin-top: 20px;
}
.report-wrap .report_div .right_form div .ts_p{
	color: #b36e5a;
	font-size: 14px;
	margin-top: 15px;
}
.report-wrap .report_div .right_form div .pull-right{
	float: none;
}
.report-wrap .report_div .right_form div .img-list-action{
	font-size: 16px;
}
.report-wrap .report_div .right_form div .fa{
	padding: 6px 0;
	text-align: center;
	width: 87px;
	border: 1px solid red;
	margin-top: 5px;
}
.report-wrap .report_div .right_form div .fa-times:before{
	content: "删除";
	font-size: 13px;
}

.report-wrap .report_div .right_form hr{
	margin: 30px 0;
	border: none;
	border-top: 1px solid #b5b8c7;
}
.report-wrap .report_div .right_form .submit_btn{
	color: #fff;
    display: block;
    width: 99px;
    height: 35px;
    margin: 20px 0;
    background: #0e2259;
    border-radius: 35px;
    font-size: 14px;
	cursor: pointer;
	border: none;
}




@media only screen and (max-width: 1600px){
	.w1200{
		width: 78%;
	}
	.newslist1 dl{
		
	}
}

@media only screen and (max-width:1440px ) {
	.indus-info .top .right .detail{
		width: 88%;
	}
	.indus-info .top .right .detail .con{
		height: 200px;
	}
	.culture-top li .info h5{
		font-size: 22px;
	}
	.culture-top li .info p{
		font-size: 16px;
	}
	.culture-top li .info span{
		margin-top: 15%;
	}
	.culture-top li .info span img{
		height: 50px;
	}
	.indus-info .top .right h1{
		background-position: 20px center;
		padding-left: 70px;
	}
	.indus-info .top .right h1:after{
		left: 20px;
	}
	.culture-top li{
		width: 29.8%;
		margin-right: 5.3%;
	}
	.newslist1 dl dd{
		width: 712px;
	}
	.culture-bot .w1200 img{
		width: 60%;
	}

	.media-bot ul{
		width: 90%;
	}
	.media-bot li{
		width: 24%;
		height: auto;
	}
	.w1200{
		width: 1200px;
	}
	.media-top{
		width: 80%;
		margin-left: 10%;
	}
	.media-bot{
		width: 90%;
		margin-left: 5%;
	}
	.history-pc img{
		width: 70%;
	}
	.about-wrap .about,.about-wrap .list{
		width: 1100px;
		margin-left: auto;
		margin-right: auto;
 	}
	.about .left{
		width: 600px;
	}

}
@media only screen and (max-width: 1366px){
	.header .w1200{
		width: 90%;
	}
	.newslist1{
		width: 82%;
	}
	.newslist1 dl dd{
		width: 624px;
	}

	.contact-wrap .contact-form.w1200,.contact-bot.w1200{
		width: 62.5%;
	}
	.contact-bot .right{
		width: 34%;
	}
	.navbox li{
		width: 100px;
	}

}
@media only screen and (max-width: 1200px){
	.report-wrap{
		padding: 0 5%;
		box-sizing: border-box;
	}
	.report-wrap .report_div .left_div{
		width: 100%;
	}
	.report-wrap .report_div .right_form{
		width: 100%;
	}
	.report-wrap .report_div .left_div ol li{
		float: left;
		width: 33.33%;
	}
	.report-wrap .report_div .left_div li::after{
		display: none;
	}
}
@media only screen and (max-width: 1024px ) {
	.pc{display: none;}
	.phone{
		display: block;
	}
	.w1200,.ninfo-wrap .ninfo{
		width: 96%;
	}	
	.header {
	    height: 60px;
	    position: fixed;
	    width: 100%;
	    top: 0;
	    left: 0;
	    z-index: 999;
	    margin-bottom: 0;
	}
	.logo{
		margin-left: 2%;
	}
	.header .logo{
		line-height: 60px;
	}
	.header .logo img{
		/*height: 60px;*/
	}
	.main-center,.main-bot{
		height: auto;
		padding: 3% 0;
	}
	.main-center:after{
		display: none;
	}
	.main-center .inews,.idichan,.main-bot .iservice,.main-bot .iproject{
		width: 100%;
		float: none;
		padding-bottom: 2%;
	}
	.idichan li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.idichan li:nth-child(2n){
		float: right;
	}
	.iservice, .iproject,.inews, .idichan{
		margin-top: 0;
	}
	
	.iproject dl dd{
		width: 55%;
	}
	.iproject dl dd span{
		font-size: 20px;
	}
	.iproject dl dd p{
		font-size: 16px;
	}
	
	.navigation,.nav-current{
		height: 50px;
		line-height: 50px;
	}
	.nav-current{
		float: left;
	}
	.about-wrap .about, .about-wrap .list{
		width: 100%;
	}
	.about .left{
		width: 100%;
	}
	.about-wrap .list li{
		width: 50%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.about-wrap .list li strong{
		font-size: 40px;
	}
	.footer{
		padding-top: 6%;
		min-height: auto;
		padding-bottom: 3%;
	}
	.flinks {
	    width: 80%;
	    margin: 0 auto 3%;
	    float: none;
	}
	.fcopy2{
		text-align: center;
	}
	
	.res-wrap{
		padding: 5% 0;
	}
	.res-tit{
		margin: 0;height: auto;
	}
	.res-tit strong{
		font-size: 100px;
	}
	.res-tit span{
		bottom: 24px;
	}
	.res-wrap li .img,.res-wrap li.odd .img{
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.res-wrap .right,.res-wrap li.odd .right{
		width: 100%;
		margin-left: 0;
		height: initial;
		padding: 2% 0;
	}
	.res-wrap .right .more{
		position: relative;
		bottom: 0;
		margin-top: 10px;
	}
	.res-tit span{
		font-size: 30px;
	}
	.res-wrap .w1200{
		width: 96%;
	}
	
	.culture-top li,.culture-top li:nth-child(3n){
		width: 68%;
		float: none;
		margin: 0 auto 3%;
	}
	.culture-top li .info h5{
		font-size: 24px;
	}
	.culture-top li .info p{
		font-size: 20px;
	}
	
	.news-top .right,.news-top .right .list1,.news-top .right .list2{
		width: 100%;
	}
	.news-top .right .list1{
		margin-bottom: 3%;
	}
	.outvideo .video {
	    width: 90%;
	    left: 5%;
	    height: 300px;
	    margin: 0;
	    transform: translate(0,-50%);
	}
	.outvideo .close {
	    top: -60px;
	    right: 0;
	}
	
	.newslist1 dl{
		background: none;
		padding: 0;
		height: auto;
	}
	.newslist1 dl dt{
		width: 40%;
		margin-left: 0
	}
	.newslist1 dl dd{
		width: 58%;
		float: right;
		margin-left: 0;
		margin-right: 0;
		position: relative;
	}
	.newslist1 dl dd h3{
		font-size: 20px;
		line-height: normal;
		margin-top: 5px;
	}
	.newslist1 dl dd span{
		font-size: 16px;
		display: block;
		color: #666;
		position: absolute;
		bottom: 5%;
	}
	.ninfo-wrap .turn a.back{
		position: relative;
		margin-left: 2%;
	}
	
	.indus-map{
		height: auto;
		padding: 5% 0;
	}
	.indus-map .indus-search2{
		float: none;
		width: 80%;
		margin: 0 auto 3%;
	}
	.indus-search2 #stkey{
		width: 90%;
	}
	.indus-search{
		width: 80%;
		margin: 3% auto;
	}
	.indus-search select{
		width: 100%;
		text-indent: 2em;
		margin-bottom: 3%;
		padding: 0;
	}
	.indus-search .insbtn{
		width: 100%;
	}
	.indus-project h5{
		font-size: 24px;
	}
	.list-first .img{
		width: 100%;
	}
	.list-first .lfinfo{
		width: 90%;
		padding: 3% 5%;
	}
	.indus-list li{
		width: 48%;
		margin-right: 0;
	}
	.indus-list li:nth-child(2n){
		float: right;
	}
	
	.ininfo-wrap{
		margin-top: 60px;
	}
	.ininfo-wrap .indus-info{
		width: 94%;
	}
	.indus-info .top .right h1{
		font-size: 24px;
		background-position: 20px center;
		padding-left: 80px;
		padding-bottom: 0;	
	}
	.indus-info .top .right h1:after{
		left: 20px;
	}
	
	.n-talent .recruit-box{
		display: none;
	}
	.n-talent .recruit-box1{
		display: block;
	}
	.n-talent .recruit-ul .sx_show{
		display: block;
	}
	.n-talent .recruit-dl{
		display: none;
	}
	.n-talent .recruit-dr{
		width: 100%;
		border-left:none;
	}
	.n-talent .recruit-box1{
		border-top:1px solid #f4f4f4;
	}
	.n-talent .link{
		width: 45%;
		margin-top: 0;
	}
	.n-talent .recruit-dr{
		padding: 0 3%;
	}
	
	.culture-bot .w1200 img{
		width: auto;
		max-width: 100%;
	}
	.contact-wrap .contact-form.w1200, .contact-bot.w1200{
		width: 96%;
	}
	.history-wrap{
		padding: 3% 0;
		background-size: cover;
	}
	.culture-top li .info span img{
		height: 40px;
	}
	.report-wrap{
		width: 100%;
		padding: 0 2%;
	}
}
@media only screen and (max-width:768px ) {
	.indus-info .top .left{
		width: 100%;
	}
	.indus-info .top .right{
		width: 94%;
		padding: 3%;
	}
	.indus-info .top .right .detail .con{
		height: auto;
	}
	.indus-info .bot .map{
		height: 360px;
	}
	.n-talent .link{
		width: 35%;
	}
	.n-talent .recruit-li .bot .tit{
		font-size: 14px;
	}
	.n-talent .recruit-li .bot p{
		line-height: 2;
	}
	.itit a.more,.inews li p{
		font-size: 14px;
	}
	.iproject dl dt,.iproject dl dd{
		width: 100%;
	}
	.contact-bot .left{
		width: 55%;
	}
	.contact-bot .right{
		width: 40%;
	}
	.iproject dl dt img{
		height: auto;
	}
	.iproject .swiper-container-horizontal>.swiper-pagination-bullets{
		position: relative;
	}
	.report-wrap{
		padding: 5% 2%;
	}
	.report-wrap .report_div .left_div h6{
		padding: 20px;
	}
	.report-wrap .report_div .left_div ol{
		margin-top: 20px;
	}
	.report-wrap .report_div .left_div ol li{
		width: 100%;
	}
	.report-wrap .report_div .right_form div label{
		width: 50%;
	}
	.report-wrap .report_div .right_form{
		padding: 20px 20px 30px;
	}
}
@media only screen and (max-width:640px ) {
	.iservice dl p{
		font-size: 14px;
	}
	.about-wrap .list li strong{
		font-size: 30px;
	}
	.about-wrap .list li div{
		font-size: 16px;
	}
	.res-tit{
		width: 220px;
	}
	.res-tit strong{
		font-size: 80px;
	}
	.res-tit span{
		font-size: 24px;
		bottom: 20px;
	}
	.culture-top li .info h5{
		font-size: 22px;
	}
	.culture-top li .info p{
		font-size: 18px;
	}
	.edu-tit span{
		/*font-size: 20px;*/
	}
	.news-media li{
		width: 49%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.news-media li:nth-child(2n){
		float: right;
	}
	.ninfo-wrap .detail,.ninfo .time{
		font-size: 16px;
	}
	.indus-project li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 2%;
	}
	.indus-project li:nth-child(2n){
		float: right;
	}
	.contact-form h5{
		font-size: 22px;
	}
	.contact-bot .left{
		width: 100%;
	}
	.contact-bot .left .map{
		height: 320px;
	}
	.contact-bot .right{
		width: 90%;
		padding: 0 5% 3%;
	}	
	.ninfo-wrap h1{
		font-size: 24px;
	}

	
}
@media only screen and (max-width:480px ) {
	.iservice dl{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.about-wrap .list li strong{
		font-size: 24px;
	}
	.about-wrap .list li p{
		font-size: 18px;
	}
	
	.res-tit{
		
	}
	.res-tit:after{
		bottom: 50px;
	}
	.res-tit strong{
		/*height: 40px;*/
	}
	.res-tit span{
		font-size: 22px;
	}
	.culture-top li .info h5{
		font-size: 20px;
	}
	.culture-top li .info span{
		margin-top: 25px;
	}
	
	.indus-project h5{
		font-size: 20px;
	}
	
	.indus-info .top .right h1{
		font-size: 20px;
	}
	.contact-form h5{
		font-size: 20px;
	}
	.cinput select,.cinput input,.cinput textarea{
		width: 99%;
		float: none;
		box-sizing: border-box;
	}
	
	.cinput input:last-child{
		margin-top: 3%;
		float: none;
	}
	.n-talent .s1 {
	    width: 100%;
	    margin: 5px 0;
	}	
	.newslist1 dl dd h3{
		font-size: 18px;
	}
	.ninfo-wrap h1{
		font-size: 20px;
	}
}

@media only screen and (max-width:414px ) {
	/*.culture-top .w1200{
		width: 70%;
	}*/
	.culture-top li .info span{
		margin-top: 30px;
	}
	.sort li{
		width: 24.5%;
		margin-right: 0.5%;
		margin-left: 0;
	}
	.culture-top li, .culture-top li:nth-child(3n){
		width: 88%
	}
}

@media only screen and (max-width:375px ){
	.culture-top li .info span{
		margin-top: 20px;
	}
}


@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1,1,1) rotate(3deg);
		transform: scale3d(1,1,1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1,1,1) rotate(-3deg);
		transform: scale3d(1,1,1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1,1,1) rotate(3deg);
		transform: scale3d(1,1,1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1,1,1) rotate(-3deg);
		transform: scale3d(1,1,1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@-webkit-keyframes bounce {
   0%, 20%, 53%, 80%, 100% {
	    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	    animation-timing-function: cubic-bezier(.215,.61,.355,1);
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	}	
	40%, 43% {
	    -webkit-transform: translate3d(0,10px,0);
	    transform: translate3d(0,10px,0);
	}	
	40%, 43%, 70% {
	    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}	
	70% {
	    -webkit-transform: translate3d(0,-10px,0);
	    transform: translate3d(0,-10px,0);
	}
	90% {
	    -webkit-transform: translate3d(0,4px,0);
	    transform: translate3d(0,4px,0);
	}
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
	    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
	    animation-timing-function: cubic-bezier(.215,.61,.355,1);
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	}	
	40%, 43% {
	    -webkit-transform: translate3d(0,10px,0);
	    transform: translate3d(0,10px,0);
	}	
	40%, 43%, 70% {
	    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
	}	
	70% {
	    -webkit-transform: translate3d(0,-10px,0);
	    transform: translate3d(0,-10px,0);
	}
	90% {
	    -webkit-transform: translate3d(0,4px,0);
	    transform: translate3d(0,4px,0);
	}
}

@keyframes limit {
	0% {
	    transform: translateY(0px);
	}
	50% {
	    transform: translateY(-8px);
	}
	100% {
	    transform: translateY(0px);
	}
}

@media only screen and (max-width: 1920px){
	.banner ul{
		height: 654px;
	}
}

@media only screen and (max-width: 1600px){
	.banner ul{
		height: 544px;
	}
}

@media only screen and (max-width: 1440px){
	.banner ul{
		height: 489px;
	}
}

@media only screen and (max-width: 1366px){
	.banner ul{
		height: 464px;
	}
}



