*{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body{
	font-family: "microsoft yahei";
}
a{
	color: #333;
	text-decoration: none;
}
img{
	max-width: 100%;
}
.ov{
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1200{
	width: 1200px;
	margin: 0px auto;
}
.nav{
	height: 100px;
	background: url(../img/nav_bg.png) center center no-repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 900;
}
.nav .logo{
	display: block;
	float: left;
	margin-top: 5px;
}
.nav_ul{
	float: right;
	overflow: hidden;
}
.nav_ul li{
	float: left;
	width: 120px;
	text-align: center;
	margin-top: 25px;
	box-sizing: border-box;
	position: relative;
}
.nav_ul li i{
	width: 40px;
	margin: 0px auto;
	border-bottom: 2px solid #1B224A;
	display: block;
	opacity: 0;
	transition: all 0.3s;
}
.nav_ul li:hover i{
	opacity: 1;
}
.nav_ul li a{
	display: block;
	line-height: 40px;
	
	
	
}

.nav_ul li a:after{
	content: "/";
	float: left;
	color: #aaa;
	
}
.nav_ul li:first-child a:after{
	content: "";
	float: left;
}
video {
    width: 100%;
   
   
}
.video_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/banner_bg.png) rgba(0,0,0,0.4);
    height: 100%;
    width: 100%;
    opacity: 1;
  
    z-index: 999;
}
.banner{
	overflow: hidden;
}
.banner img{
	display: block;
}
.swiper-slide-active .video_mask img{
	opacity: 1;
}
.video_mask img{
	display: block;
	margin: 0px auto;
	margin-top: 400px;
	 opacity: 0;
	 transition: all 2.5s;
}
.section{
	overflow: hidden;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 100px;
    left: 0;
    width: 100%;
}
#section2{
	background: url(../img/page2.jpg) top center no-repeat;
}
.ind_title{
	text-align: center;
	
}
.ind_title p{
	font-size: 22px;
	color: #1B224A;
	display: block;
	margin: 0px auto;
	width: 250px;
	position: relative;
}
.ind_title p:before{
	content: url(../img/title_left.png);
	position: absolute;
	left: -110px;
	top: 13px;
}
.ind_title p:after{
	content: url(../img/title_right.png);
	position: absolute;
	right: -110px;
	top: 13px;
}
.ind_title p span{
	display: block;
	font-size: 20px;
	color: #666;
	margin-top: 5px;
}
.lingyu_ul li{
	float: left;
	width: 25%;
	text-align: center;
	margin-top:40px;
}
.lingyu_ul li a{
	display: block;
	width: 120px;
	height: 120px;
	background-color: #f5f5f5;
	border: #d2d2d2 1px solid;
	box-sizing: border-box;
	border-radius: 100%;
	margin: 10px auto;
	transition:all 0.4s ;	
}
.lingyu_ul li:hover a{
	background-color: #D8DCF1;
	transform: rotate(360deg);
}
.lingyu_ul li a img{
	display: block;
	margin: 0px auto;
	margin-top: 38px;
}
#section3,#section5{
	background: url(../img/page3.jpg) top center no-repeat;
}
.teamswiper{
	text-align: center;
	margin-top: 60px;
}
.teamswiper a{
	display: block;
	overflow: hidden;
}
.teamswiper a p{
	font-size: 20px;
	color: #1B224A;
}
.teamswiper .swiper-slide{
	overflow: hidden;
}
.teamswiper a p span{
	display: block;
	color: #888;
	font-size: 16px;
	margin-top: 10px;
}
.teamswiper .imgbox{
	overflow: hidden;
	position: relative;
	width: 280px;
	height: 280px;
	margin-top: 20px;
}
.teamswiper .imgbox .imgmask{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	
	
}
.teamswiper .imgbox .imgteam{
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	
	transition:all 0.5s ;
	transform: scale(1);
}
.teamswiper a:hover .imgbox .imgteam{
	transform: scale(1.1);
}
.teamswiper .teamppage{
	bottom: -20px;
}
.pr{
	position: relative;
}
.teamppage{
	text-align: center;
	width: 100%;
}
.teamppage .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #fff;
    opacity: 1;
    border-radius: 100%;
    background-color: #aaa;
    margin: 10px;
}
.teamppage .swiper-pagination-bullet-active{
	background-color: #1B224A;
}
.about_txt{
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-left: -100%;
	transition: all 1.2s;
	opacity: 0;
}
.about_pic{
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: -100%;
	transition: all 1.2s;
	opacity: 0;
}
.number{
	overflow: hidden;
}
.number p{
	display: block;
	width: 33%;
	float: left;
	text-align: center;
}
.number p span{
	display: block;
	color: #1B224A;
	font-size: 40px;
	font-weight: bold;
}
.about_txt > span{
	display: block;
	margin-top: 50px;
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.about_pic{
	float: right;
	width: 580px;
	margin-top: 20px;
	margin-right: -100%;
	transition: all 1.2s;
	opacity: 0;
}
.active .about_txt{
	margin-left: 0px;
	opacity: 1;
}
.active .about_pic{
	margin-right: 0px;
	opacity: 1;
}
.ind_news{
	
}
.ind_news li{
	width: 380px;
	border:1px solid #d2d2d2;
	background-color: #fff;
	float:left;
	padding: 10px;
	box-sizing: border-box;
	margin-left: 30px;
	margin-top: 40px;
	text-align: center;
	transition: all 0.5s;
}
.ind_news li img{
	display: block;
	margin: 10px auto;
}
.ind_news li p{
	color: #1B224A;
	text-align: left;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ind_news li:hover{
	box-shadow: 0px 0px 10px  #999;
	
}
.ind_news li span{
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 10px;
	text-align: left;
}
.ind_news li i{
	font-style: normal;
	display: block;
	float: right;
	margin: 10px 0px;
	font-size: 12px;
	color: #999;
}
.ind_news li:first-child
{
	margin-left: 0px;
}
.more{
	display: block;
	width: 120px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	color: #1B224A;
background-color: #fff;
margin: 0px auto;
margin-top: 30px;
border-radius: 5px;
font-size: 14px;
border:1px solid #1B224A;
transition: all 0.5s;
}
.more:hover{
	background-color: #1B224A;
	color: #fff;
}
.cl{
	clear: both;
}
.foot{
	background-color: #1B224A;
	box-sizing: border-box;
	padding-top: 30px;
	overflow: hidden;
}
.foot_logo{
	float: left;
}
.foot_contact{
	float: right;
	color: #7E838C;
}
.foot_contact img{
	display: block;
	float: left;
	margin-right: 10px;
}
.foot_contact p{
	overflow: hidden;
	margin-top: 10px;
	font-size: 14px;
	
}
.copyright{
	background-color: #000;
	color: #7E838C;
	font-size:14px;
	line-height: 40px;
	margin-top: 30px;
}
.copyright a{
	display: block;
	float: right;
	color: #7E838C;
}
.nban .video_mask img{
	margin-top: 250px;
}
.nban img{
	display: block;
}
.n_class{
	overflow: hidden;
	text-align: center;
	background-color: #f7f7f7;
	border-bottom: 1px #ddd solid;
}
.n_class li{
	width: 150px;
	text-align: center;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	border:1px solid #ddd;
	border-top:0px;
	border-bottom: 0px;
	border-left: 0px;
    font-size:15px;
    box-sizing:border-box
}
.n_class li:first-child{
	border-left:1px solid #ddd;
}
.n_class li a{
	display: block;
	transition: all 0.5s;
}
.n_class li a:hover{
	background-color: #1B224A;
	color: #fff;
}
.n_class .hover a{
	background-color: #1B224A;
	color: #fff;
}
.about_title{
	margin-top: 40px;
}
.about_title p{
	width: 160px;
}

.ab_txt{
	
	width: 580px;
	margin-top: 50px;
	font-size: 14px;
	color: #555;
	line-height: 30px;
	transition: all 1.2s;
	
}
    .ab_txt p {
        margin-top:20px;
        text-indent:30px;
    }
.ab_pic{	
	width: 580px;
	margin-top: 50px;	
	transition: all 1.2s;
	
}
.bghui{
	padding-top: 1px;
	background: url(../img/page3.jpg) top center no-repeat;
	padding-bottom: 40PX;
}
.honner_ul{
	margin-top: 20px;
	
}
.about_ul{
	margin-bottom: 30px;
}
.honner_ul li{
	width: 210px;
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	border:1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
}
.honner_ul li p{
	font-size: 14px;
	color: #999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	text-align: center;
}
.honner_ul li:nth-child(5n+1){
	margin-left: 0px;
}
.nr{
	padding: 20px 0px;
	box-sizing: border-box;
    line-height:28px;
    color:#666
}
.pages {
    color: #999;
    float: right;
    overflow: hidden;
    padding: 30px;
    padding-right:0px
}

    .pages a, .pages .cpb {
        text-decoration: none;
        float: left;
        padding: 5px 10px;
        border: 1px solid #ddd;
        background: #efefef;
        margin: 0 2px;
        font-size: 11px;
        color: #000;
      
    }

        .pages a:hover {
            background-color: #053389;
            color: #fff;
            border: 1px solid #053389;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #053389;
        border: 1px solid #053389;
    }


.newslist li {
    border: 1px solid #ddd;
    overflow: hidden;
    padding:20px;
    margin: 20px 0px;
    background-color: #fff;
}

.newslist .classname {
    font-size: 24px;
    text-align: center;
    color: #444;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.newsdate {
    float: left;
    width: 160px;
    height: 100px;
    margin-right: 20px;
    text-align: center;
    font-size: 40px;
    background-color: #eee;
    line-height: 30px;
}

    .newsdate > span {
        padding-top: 22px;
        display: block;
    }

    .newsdate p {
        font-size: 16px;
        color: #999;
    }

    .newsdate img {
        width: 160px;
        height: 100px;
    }

.newslist > li > a {
    font-size: 16px;
    line-height: 35px;
    color: #1B224A;
    display:block;
   
}
.newslist > li {
 transition:all 0.5s;
}
    .newslist > li:hover {
        background-color:#f5f5f5;
        
    }

.newslist > li > p {
    color: #777;
    line-height: 22px;
  
}
.newslist li a p {
  font-size:14px;
    color:#888;
    line-height:22px;
}

.newslist > li > div > span > p {
    font-size: 15px;
    color: #666;
}


.imglist1 {
    float: left;
    margin-right: 30px;
    margin-top: 30px;
    text-align: center;
    line-height: 40px;
   border:1px solid #eee;
    background:#fff;
    box-sizing:border-box;
    width: 275px;
}
    .imglist1:nth-child(4n) {
        margin-right:0px
    }

    .imglist1 .listlink {
        text-align:center;  box-sizing:border-box; line-height:50px;
        background-color:#f8f8f8
    }
    .imglist1 .bd4 {
        display:block;
        overflow:hidden;
    }
    .imglist1 a {
        display:block;
    }

    .imglist1  a:hover .listlink {
        background:#1B224A;
        color:#fff;
    }
        .imglist1 .listlink a span {
            display:block; float:right; background:#ddd; width:60px; text-align:center; padding-top:8px; line-height:40px; box-sizing:border-box;
        }
           
    .imglist1 .bd4 {
    overflow:hidden;
    }
        .imglist1 .bd4 img {
            width: 273px;
            display: block;
            height: 273px;
            -webkit-transition: 0.5s;
            transition:all 0.5s;
        }
        .imglist1 .bd4 img:hover {
            -webkit-transform:scale(1.1);
	 -moz-transform:scale(1.1);
        }
    .nextnews {
  border: 1px dashed #DDD;
  border-right: 0px;
  border-left: 0px;
  line-height: 50px;
  text-align: right;
  color: #999;
   font-size:12px
}
    .newstitle
{
    text-align:center; font-size:22px; padding:10px 0px; color:#000;
}
.newsaddtime
{
    text-align:center; line-height:30px; color:#999; border-bottom:1px dashed #ddd;
    font-size:12px
}
.news_content {
    padding:20px; background:#fff
}
.newscontent {
    padding:20px 0px
}
    .newscontent img {
       max-width:100%
    }
    .newslist li a i {
    font-style:normal;
    font-size:12px;
    display:block;
    color:#999;
  float:right
}
.nrpic{
	width: 300px;
	float: left;
}
.nrpic img{
	width: 100%;
}
.nrpic p{
	text-align: center;
}
.nrtxt{
	width: 900px;
	float: right;
	font-size: 14px;
	box-sizing: border-box;
	padding-left: 40px;
}
.wapno{
	display: none;
}


.job_list li{
	margin-top: 20px;
	
}
.job_list li .jobname{
	background-color: #1B224A;
	color: #fff;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px;
	cursor: pointer;
}
.job_list li .jobcontent{
	background-color: #f6f6f6;
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 15px;
	line-height: 24px;
	display: none;
}
.job_list li:first-child .jobcontent{
	
}
.jobname a{
	display: block;
	float: right;
	color: #fff;
}
.jobbig{
	margin-bottom: 20px;
}