body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}



a {
    text-decoration: none;
    color:#333;
}

a:hover {
    color: #15489d;
}

* {
    outline: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
}

input[type='submit'],input[type='reset'],
input[type='button'],select,button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type='submit'],input[type='reset'],
input[type='button'],button {
    cursor: pointer;
    border: 0;
    font-family: 'Microsoft Yahei';
    background: none;
}


img {
    max-width: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.clear:after{
    content: "";
    display: block;
    clear:both;
}
.clear{
    zoom: 1;
}


body{
/* 	background: #000; */
}
.logo{
	display: block;
	width: 222px;
	height: 55px;
	position: absolute;
	top:35px;
	left: 3%;
	z-index: 9999;
}
.logo img{
	display: block;
	width: 100%;
	height: 100%;
}


#footer{
	background: #1a1a1a;
}
#footer .footer-inner{
	width: 94%;
	margin:0 auto;
	overflow: hidden;
}
#footer .footer-inner .fo-l h1{
	color:#707070;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
}
#footer .footer-inner .fo-l a{
	color:#707070;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
	margin:0 5px;
}
#footer .footer-inner .fo-l a:hover{
    color:#f1f1f1;
}

#footer .footer-inner .fo-l{
	float: left;
}
#footer .footer-inner .fo-r{
	float: right;
}
#footer .footer-inner .fo-r p{
	color:#707070;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
}
#footer .footer-inner .fo-r p.p2{
	margin-left:15px;
}
#footer .footer-inner .fo-r a{
	color:#707070;
	font-size: 14px;
	display: inline-block;
	line-height: 40px;
	margin-left:15px;
}
#footer .footer-inner .fo-r a:hover{
     color:#f1f1f1;
}

#banner{
	width: 100%;
	overflow: hidden;
}
#banner ul {
	overflow: hidden;
	width: 100%;
}
#banner ul li{
    height: calc(100vh - 40px);
    height: -webkit-calc(100vh - 40px);
    height: -moz-calc(100vh - 40px);
    height: -ms-calc(100vh - 40px);
    height: -o-calc(100vh - 40px);
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    float: left;
    width: 25%;
  /*   webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s; */
    position: relative;

}
#banner ul li.on{
	height:40% !important;
}
#banner ul li.on2{
	width:40% !important;
}
/* #banner ul li.on{
	width: 40%;
} */
#banner ul:hover li{
	width: 20%;
/* 	webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s; */
}
#banner ul li:hover{
	width: 40%;
}

#banner ul li .txt{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/bg1.png) repeat;
}
#banner ul li:hover .txt{
	background: rgba(0,0,0,0.5);
}
#banner ul li .txt-inner{
	position: absolute;
	top:40%;
	left:0;
	right:0;
	margin:0 auto;
	width: 80%;
}
#banner ul li .txt h1{
	font-size: 30px;
	color:#fff;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	position: relative;
}
#banner ul li .txt h1 img{
	width: auto;
	height: 33px;
	display: inline-block;
}

/* #banner ul li .txt h1:after{
	display: block;
	content: "";
	width: 36px;
	height: 1.5px;
	background: #fff;
	position: absolute;
	left:50%;
	margin-left:-60px;
	top:40px;
} */
#banner ul li:hover .txt h1{
	display: none;
}
#banner ul li .txt .txt-til{
	display: none;
}
#banner ul li:hover .txt .txt-til{
	display: block;
}
#banner ul li .txt .txt-til h2{
	font-size: 22px;
	color:#fff;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom:60px;
	position: relative;
}
#banner ul li .txt .txt-til h2:after{
	display: block;
	content:"";
	width: 70px;
	height: 1.5px;
	background: #fff;
	text-align: center;
	position: absolute;
	top:40px;
	left:50%;
	margin-left:-35px;
}
#banner ul li .txt .txt-til p{
	font-size: 14px;
	color:#fff;
	line-height: 30px;
	text-align: center;
	margin-bottom:30px;
	/* padding:0 20px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
    height:56px;
}
#banner ul li .txt .txt-til .text:before{
	display: block;
	content: "";
	width: 21px;
	height: 19px;
	background: url(../images/p-bg1.png) no-repeat;
	margin-bottom:20px;
	margin-left:-20px;
}
#banner ul li .txt .txt-til .text:after{
	display: block;
	content: "";
	width: 21px;
	height: 19px;
	background: url(../images/p-bg2.png) no-repeat;
	margin-top:-20px;
	margin-right:-20px;
	float: right;
}
#banner ul li .txt .txt-til a{
	display: block;
	width: 98px;
	height: 26px;
	color:#fff;
	font-size:14px;
	border:1px solid #fff;
	border-radius: 15px;
	line-height: 26px;
	margin:0 auto;
	text-align: center;
}
#banner ul li .txt .txt-til a:hover{
	background: #15489d;
	color:#fff;
    border-color:#15489d;
}

#header{
	position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background: #fff;
	/* right:0;
	left:0; */
}
.header-inner{
	max-width: 94%;
	margin:0 auto;
	height: 86px;
	overflow: hidden;
	
}
.logo2{
	line-height: 84px;
	text-align: center;
	display: block;
	float: left;
}
.logo2 img{
	width:auto;
	height: 50px;
	line-height: 86px;
	display: inline-block;
	vertical-align: middle;
}
/*导航触发按钮*/
.menuBtn {
    display: none;
    position: relative;
    float: right;
    width: 35px;
    height: 35px;
    cursor: pointer;
    margin-top: 25px;
}

.menuBtn em {
    position: absolute;
    left: 0;
    top: 5px;
    width: 35px;
    height: 3px;
    background-color: #000;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

.menuBtn .s1 {
    top: 5px;
}

.menuBtn .s2 {
    top: 16px;
}

.menuBtn .s3 {
    top: 27px;
}

.menuBtn.on .s1 {
    top: 18px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.menuBtn.on .s2 {
    opacity: 0;
}

.menuBtn.on .s3 {
    top: 18px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}


#nav {
    font-size: 15px;
    float: left;
    padding-top: 26px;
    float:right;

}

#nav li {
    float: left;
    position: relative;
    margin:0 10px;
}

#nav .btn {
    display: none;
}

#nav .v1 {
    display: inline-block;
    /* padding: 0 20px; */
    /* line-height: 85px; */
/*     border-bottom: 2px solid #fff; */
    color:#666;
    font-size:16px;
    border-radius: 20px;
    padding:5px 20px;
}
/* #nav .v1:last-child{
    background: none;
} */
#nav .cur {
    display: none;
}

#nav li.on .v1,#nav li.hover .v1,#nav .v1:hover {
 /*    color: #15489d; */
        color:#fff;
        background: #0b5a9b;

}

#nav li.hover .v1,#nav .v1:hover {
    color:#fff;
}

#nav dl {
    display: none;
    position: absolute;
    left: 50%;
    top: 74px;
    right: 0;
    text-align: center;
    background-color: #fff;
    width: 180px;
    margin-left:-90px;
}
#nav dl:before{
     position: absolute; 
     left: 50%; 
     margin-left: -10px;
     top: -10px; 
     border-left: 10px transparent solid; 
     border-right: 10px transparent solid; 
     border-bottom: 10px solid #fff; 
     content: '';
}
#nav .sv1 {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    font-size:14px;
    margin:0 10px;
}

#nav .sv1:hover {
    color: #15489d;
}

.nav {
    display: none;
}

.nav li {
    display: none;
}

.dc {
    color: #2d3444;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
    padding: 15px 0;
}

.dc:before {
    content: '';
    display: block;
    float: left;
    width: 2px;
    height: 54px;
    background: #d7d7d7;
    margin-right: 26px;
    margin-left: 40px;
}


#ban {
    /* height: 420px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top:86px; */
    width: 100%;
    padding-top:86px;
}
#ban img{
    width: 100%;
    margin:0 auto;
}
#ban2{
    display: none;
    margin-top:50px;
}
#content{
	width: 100%;
	overflow:hidden;
}
.content-inner{
	max-width: 80%;
	margin:0 auto;
    position:relative;
}
.contact{
	overflow: hidden;
	padding:70px 0 0 0;
}
.contact .map{
	float: left;
	width: 60%;
}
.contact .map img{
	width: 100%;
	height: auto;
	display: block;
}
.contact dl{
	float: right;
	width: 35%;
	margin-top:-20px;
}
.contact dl dt{
	font-size:17px;
	color:#333;
	line-height: 40px;
	font-weight: 500;
	padding-top:20px;
	padding-bottom:10px;
}
.contact dl dd{
	font-size:14px;
	color:#666;
	line-height:26px;
}
.ly{
	padding-top:90px;
	padding-bottom:100px;
}
.ly .tit{
	padding-bottom:30px;
}
.ly .tit h1{
	font-size: 32px;
	color:#0466b1;
	font-weight: normal;
	line-height: 40px

}
.ly .tit p{
	font-size: 15px;
	color:#666;
	line-height: 40px;
}
.ly form{
	width: 100%;
}
.ly form .col01 .fl,.ly form .col01 .fr{
	width: 48%;
}
.ly form .col01{
	margin-bottom: 10px;
}
.ly form .col01 input{
	width: 100%;
	height: 40px;
    line-height: 40px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: 50px;
	
}
.ly form .col01 input, .ly form textarea {
    background-image: url(../images/message_ico.png);
    background-repeat: no-repeat;
    background-color: #f5f5f5;
    font-size:15px;
}
.ly form .col01 .title{
	background-position: 0 0;
}
.ly form .col01 .name {
    background-position: 0 -40px;
}
.ly form .col01 .tel {
    background-position: 0 -80px;
}
.ly form .col01 .email {
    background-position: 0 -120px;
}
.ly form .col02 {
    width: 100%;
    margin-bottom: 10px;
}
.ly form textarea {
    background-position: 0 -200px;
    padding: 10px 0;
    width: 100%;
    height: 200px;
    border: 1px solid #c9c9c9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: 50px;
    line-height: 23px;
}
.ly form .word_count {
    font-size: 12px;
    color: #bfbfbf;
}
.ly form .col02 .checkcode {
    width: 60px;
    line-height: 21px;
}
.ly form .submit {
    display: block;
    width: 142px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #0466b1;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: none;
    margin: 0 auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ly form .submit:hover{
	background: #0b5a9b;
}


.gb-contact {
    z-index: 9999;
    right: 10px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gb-contact li {
    margin-bottom: 10px;
    height: 60px;
    width: 60px;
    transition: 0.5s;
    position: relative;
    border:1px solid #0868b2;
    border-radius: 100%;
}
.gb-contact .txt {
    position: absolute;
    right: 0;
    height: 60px;
    overflow: hidden;
    transition: 0.5s;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #ffffff;
    padding-right: 0;
    text-align: center;
    background: rgba(11,90,155,0.8);
    border-radius: 60px;


}
.gb-contact li:hover{
  /*   border:0; */
}
.gb-contact li:hover .txt{
    width:125px;
    padding-right: 60px;
}

.gb-contact .ico {
    transition: 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 60px;
   
}

.gb-contact .ico-phone {
    background:#fff url(../images/ico1.png) no-repeat center center;
}
.gb-contact .ico-phone:hover {
    background:rgba(11,90,155,1) url(../images/ico2.png) no-repeat center center;
   
}
.gb-contact .ico-zx {
    background:#fff url(../images/ico3.png) no-repeat center center;
}
.gb-contact .ico-zx:hover {
    background:rgba(11,90,155,1) url(../images/ico4.png) no-repeat center center;

}
.gb-contact .ico-wx {
    background:#fff url(../images/ico5.png) no-repeat center center;
}
.gb-contact .ico-wx:hover {
    background:rgba(11,90,155,1) url(../images/ico6.png) no-repeat center center;
}
.gb-contact li.wx:hover .txt{
    width:150px;
    height: 150px;
    padding-right: 0;
    right: 80px;
    border-radius:0;
    top:-40px;
}

.wp{
    width: 80%;
    margin:0 auto;
}


.title2{
    padding:25px 0;
    border-bottom:1px solid #e5e5e5;
}
.m-cur{
    float: left;
    overflow: hidden;
}
.m-cur li{
    float: left;
}
.m-cur li a{
    font-size:15px;
    color:#666;
    padding:5px 20px;
    margin:0 10px;
    display: inline-block;
    border-radius: 20px;
}
.m-cur li.on a,.m-cur li a:hover{
    background: #0969b3;
    color:#fff;
}
.ser{
    float: right;
    position: relative;
    border:1px solid #b4b4b4;
    border-radius: 20px;
    overflow: hidden;
}
.search {
    width: 218px;
}
.search input[type=text]{
    float: left;
    width: 170px;
    padding-left: 10px;
    border: 0;
    height: 26px;
    line-height: 26px;
    color: #999;
    border-right: 1px solid #b4b4b4;
    margin-left: 5px;
}
.search input[type=submit] {
    float: right;
    width: 26px;
    height: 26px;
    border: none;
    background: url(../images/search.png) no-repeat center center; 
    cursor: pointer;
    outline: none;
    margin: 0px 4px 0 0;
}
.news-list .wp{
    border-bottom: 1px dotted #D2D2D2;
    padding:40px 0;
}
.news-list li:last-child .wp{
    border-bottom:0;
}
.news-list li .pic{
    display: block;
    width: 260px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.news-list li .pic img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    overflow: hidden;
}

.news-list li .pic:hover img{
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news-list li .txt{
    margin-left:300px;
}
.news-list li .txt h1{
    font-size:18px;
    color:#333;
    font-weight: normal;
    line-height: 26px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list li .txt span{
    font-size:13px;
    color:#c4bcbc;
    font-weight: normal;
    line-height: 22px;
}
.news-list li .txt i {
    display: block;
    margin: 8px 0;
    width: 40px;
    height: 2px;
    background-color: #E2E2E2;
}
.news-list li .txt p{
    font-size:14px;
    color:#666;
    font-weight: normal;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list li .txt span.mor{
    display: block;
    width: 120px;
    height: 38px;
    margin-top: 22px;
    border: 1px solid #E2E2E2;
    text-align: center;
    line-height: 38px;
    font-size: 13px;
    color: #666666;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.news-list li:hover .txt span.mor{
    background: #0969b3;
    color:#fff;
}
.news-list li:hover {
    background-color: #F3F2F2;
}


div.fy {
    width: 100%;
    padding: 60px 0 80px 0;
}

div.fy a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #EEE;
    font-size: 13px;
    line-height: 20px;
}

div.fy span {
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
}

div.fy a:hover,div.fy a.on {
    background-color: #0969b3;
    color: #fff;
}


.news-left{
    float: left;
    width:72%;
    margin-top: 64px;
}
.news-right{
    float: left;
}
.news-left .newTit {
    width: 100%;
    text-align: center;
    padding-bottom:30px;
}

.news-left .newTit h3 {
    font-size: 22px;
    color: #363636;
}

.news-left .newTit h4 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 10px 0;
    background-color: #F9F9F9;
}

.news-left .newTit h4 font {
    font-size: 13px;
    color: #999999;
    margin: 0 30px;
}

.news-right {
    float: right;
    width: 22%;
    border: 1px solid #E0E0E0;
    margin-top: 64px;
}

.news-right h3 {
    font-size: 15px;
    color: #363636;
    font-weight: bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 0 15px 25px;
}

.news-right a {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 15px 25px 0 25px;
    font-size: 13px;
    color: #666666;
    line-height: 1.7;
}

.news-right a:before {
    position: absolute;
    left: 15px;
    top: 2px;
    content: '·';
    font-size: 25px;
    color: #666;
}

.news-right a:hover {
    background-color: #0969b3;
    color: #fff;
}

.news-right a:hover:before {
    color: #fff;
}


.join-top{
    padding-top:80px;
    padding-bottom:80px;
}
.join-top .join-l{
    float: left;
    width:55%;
}
.join-top .join-l h1{
    font-size: 36px;
    color:#0466b1;
    line-height: 40px;
    font-weight: bold;
}
.join-top .join-l h2{
    font-size: 20px;
    color:#333;
    line-height: 30px;
    font-weight: normal;
    border-bottom:1px solid #0b5a9b;
    display: inline-block;
}
.join-top .join-l p{
    font-size: 15px;
    color:#333;
    line-height: 30px;
    padding-top:40px;
}
.join-top .join-r{
    float: right;
    width:44%;
}
.join-top .join-r img{
    display: block;
    width: 100%;
    height: auto;
}


.jrwmM{background-color:#fff;padding-top:40px;padding-bottom:50px;}
.jrwmMulli1{ max-width: 270px; margin: 0 auto; overflow: hidden; position: relative;border:1px #ddd solid;border-radius:10px;width:90%;}
.jrwmMulli1 a{ display: block; background: #fff;  }
.zw_nr{ overflow: hidden; background: #fff; position: relative;z-index:1;transition:All 0.7s ease-in-out;-webkit-transition:All 0.7s ease-in-out;-moz-transition:All 0.7s ease-in-out;-o-transition:All 0.7s ease-in-out;}
.jrwmMulli1fc{ position: absolute; top:0; left:0; z-index: 0; width: 100%; height: 100%; background:url(../images/fcbj_05.png) no-repeat; filter: Alpha(Opacity=0); opacity: 0;}
.jrwmMulli1fc .info_box1{ padding: 30px 20px;}
.jrwmMulli1:hover .jrwmMulli1fc{ filter: Alpha(Opacity=100);  opacity: 1;}
.jrwmMulli1:hover .img_item{ bottom: -50px;}
.jrwmMul{
    overflow: hidden;
    padding-bottom:50px;
}
.jrwmMul li{margin-bottom:30px;float: left;width:25%;}
.jrwmMul li:hover .zw_nr{filter: Alpha(Opacity=0); opacity: 0;}
.zw_nrxq{border-bottom:1px #ddd solid;}
.sqanspan{text-align:center;font-size:16px;color:#333;display:block;line-height:49px;}
.zw_nrh1{padding-top:30px;padding-bottom:30px;font-size:24px;color:#0b5a9b;padding-left:30px;}
.zw_nrxq p{font-size:14px;color:#333;padding-bottom:20px;}
.zw_nrxq{padding-left:30px;padding-bottom:40px;}

.jrwmMulli1fc .zw_nrxq{border-bottom:1px #fff solid;}
.jrwmMulli1fc .sqanspan{color:#fff;}
.jrwmMulli1fc .zw_nrh1{color:#fff;}
.jrwmMulli1fc .zw_nrxq p{color:#fff;}

.wrap{
    padding: 0.70rem 0 0;
    position: relative;
}
.wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #0b5a9b;
}
.hz{
    position: relative;
    z-index: 2;
}
.hz-title h1{
    font-size: 36px;
    color:#fff;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    padding-top:70px;
}
.hz-title span{
    font-size: 20px;
    color:#fff;
    line-height: 30px;
    display:block;
    text-align: center;
    padding-top:15px;
    padding-bottom:25px;
}
.hz-bot{
    margin-bottom:60px;
}

.slideBox{ overflow:hidden; position:relative; background: #f1f1f1;    padding: 75px 40px 80px 40px; }
.slideBox .hd{overflow:hidden;float: right;width: 55%; padding-top:40px;}
.slideBox .hd ul{ overflow:hidden; width: 80%; }
.slideBox .hd ul li{ 
    float:left;   
    width:33.33%; 
    text-align:center;  
    cursor:pointer; 
    margin-bottom:20px;
    position: relative;
}
.slideBox .hd ul li img{
    display: block;
    width:90%;
    margin:0 auto;
}
.slideBox .hd ul li span{
    background: url(../images/ico7.png) repeat;
    position: absolute;
    left:0;
    right: 0;
    top:0;
    width: 90%;
    height: 100%;
    display: none;
    margin:0 auto;
}
.slideBox .hd ul li.on span{ display: block; }
.slideBox .bd{ position:relative; height:100%; z-index:0; float:left; width:40%; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li h1{ 
    font-size:20px;
    color:#0b5a9b;
    font-weight: bold;
}
.slideBox .bd li i{
    display: block;
    margin: 12px 0;
    width: 50px;
    height: 1px;
    background-color: #c1c1c1;
}
.slideBox .bd li p{
    color:#666;
    font-size:14px;
    line-height: 24px;
    padding-top:15px;
}
.slideBox .prev{ 
    position:absolute; 
    left:3%; 
    top:69%; 
    display:block; 
    width:22px; 
    height:22px; 
    background:url(../images/prev.png) no-repeat center center; 
}
.slideBox .prev:hover{
    background:url(../images/prev2.png) no-repeat center center; 
}
.slideBox .next{ 
    position:absolute; 
    left:5%; 
    top:69%; 
    display:block; 
    width:22px; 
    height:22px; 
    background:url(../images/next.png) no-repeat center center; 
}
.slideBox .next:hover{
    background:url(../images/next2.png) no-repeat center center; 
}


.title3{
    overflow: hidden;
    border-bottom:1px solid #dddddd;
    padding:30px 0 10px 0;
    margin-bottom:30px;
}
.title3 h1{
    font-size:26px;
    font-weight: normal;
    color:#0b5a9b;
    line-height: 30px;
    float: left;
}
.title3 a{
    font-size:14px;
    font-weight: normal;
    color:#0b5a9b;;
    line-height: 30px;
    float: right;
    display: block;
}
.title3 a:hover{
    background: #0b5a9b;
    padding:0 10px;
    text-align: center;
    color:#fff;
}
.jrwmny_2{
    background-image: url(../images/dipao_03.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 145px;
    padding-left: 130px;
    position: absolute;
    right: 0;
    top:38%;
}
.jrwmny_2 h1{
    font-size:30px;
    color:#0b5a9b;
    line-height: 30px;
    font-weight: normal;
    padding-bottom:12px;
    padding-top:42px;
}
.jrwmny_2 p{
    font-size:18px;
    color:#666;
    line-height: 30px;
}

.js{
    overflow: hidden;
    padding:100px 0;
}
.js li{
    width: 25%;
    float: left;
    cursor: pointer;
}
.js li .inner{
    margin:0 5px;
    background: #f8f9fb;
}
.js li .inner img{
    width: 100%;
    height: 100%;
    display: block;
}
.js li .yd{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.js li:hover .yd{
    display: none;
}
.js li .yd span{
    font-size:18px;
    display: inline-block;
    text-align: center;
    color:#fff;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-10px;
    margin-left:-50px;
    border:1px solid #fff;
    width:100px;
    line-height: 36px;
}
/* .js li:hover .yd{
    display: none;
} */
.js li .txt{
    position: relative;
    overflow: hidden;
}
.js li .txt .txt-inner{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:url(../images/js-bg1.png) repeat;
    display: none;
    webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
     overflow-y:auto;
    z-index: 3;
}
.js li:hover .txt .txt-inner{
    display: block;

}
.js li .txt .txt-inner.act{
	display:block;
}
.js li .txt .txt-inner2{
   padding:35px 25px;
    overflow-y:auto;
   /* height: 100%; */
}
.js li .txt .txt-inner2 p{
    color:#fff;
    font-size:14px;
    line-height: 30px;
    text-indent: 28px;
    margin-bottom:20px;
}
.js li .js-tit{
    padding:30px 0 20px 0;
}
.js li .js-tit h1{
    font-size:18px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color:#333;
}
.js li .js-tit span{
    font-size:16px;
    line-height:20px;
    text-align: center;
    color:#666;
    display: block;
    word-spacing: 2px;
}
.js li .js-tit i{
    width: 150px;
    height: 4px;
    display: block;
    background: url(../images/js-bg.jpg) no-repeat center center;
    margin:0 auto;
    padding:20px 0;
}


.sb-box{
    width: 80%;
    margin:0 auto;
    padding:0 6%;
    background:#fff;
	overflow:hidden;
}


.sb{
    padding:100px 0 80px 0;
    
}
.sb .pic{
    width: 25%;
}
.sb .pic img{
    width: 100%;
    height: auto;
}
.sb .txt{
    width: 44%;

}

.sb .txt-inner{
    display: inline-block;
    vertical-align: middle;
    font-size: medium;
    line-height: normal;
}
.sb .txt h1{
    font-size: 34px;
    color: #0466b1;
    font-weight: bold;
    line-height: 48px;
}
.sb .txt span{
    font-size:18px;
    color:#333;
    line-height: 26px;
    border-bottom: 1px solid #0b5a9b;
    display: inline-block;
    padding-bottom:4px;
    margin-bottom:30px;
}
.sb .txt p{
    font-size:14px;
    color:#333;
    line-height:30px;
}
.sb-fix{
    position: relative;
    padding: 0.80rem 0 0;
    margin-bottom:100px;
}
.sb-fix .sb-box{
    background:#0466b1;
    position: relative;
    z-index: 2;
    margin-top:80px;
}
.sb-fix .sb-box .sb .pic{
    margin-left:55px;
}
.sb-fix:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    background: #f1f1f1;
    z-index: 1;
}
.sb-fix .sb .txt{
    width: 44%;
    height:232px;
   
}
.sb-fix .sb .txt:before {
    display: inline-block;
    content: " ";
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.sb-fix .sb-box .sb{
    padding-top:20px;
    padding-bottom:20px;
}
.sb-fix .sb-box .sb .txt h1{
    color:#fff;
}
.sb-fix .sb-box .sb .txt span{
    color:#fff;
    border-color:#fff;
}
.sb-fix .sb-box .sb .txt p{
    color:#fff;
}


.case{
    padding:40px 0 60px 0;
}
.case li{
    overflow: hidden;
    background:#fff;
}

.case li.bg1{
    background:#f9f9f9;
}
.case li .pic{
    width: 33%;
    height: auto;
    overflow: hidden;
}
.case li .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.case li .txt{
    width:55%;
    padding:70px 60px 0 60px;
}
.case li .txt h1{
    font-size:20px;
    color:#333;
    font-weight: 500;
    line-height: 30px;
    padding-bottom:10px;
}
.case li .txt p{
    font-size:15px;
    color:#666;
    font-weight: normal;
    line-height: 28px;

}
.case li:hover{
    background:#738bcd;
}
.case li:hover .txt h1{
    color:#fff;
}
.case li:hover .txt p{
    color:#fff;
}

.about-top{
    width: 100%;
    background-image:url(../images/bg1.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding:95px 0 100px 0;
    margin-top:87px;

}
.jj {
    border-bottom:1px solid #7d848f;
    padding-bottom:20px;
}
.jj .jj-l{
    float: left;
    width:46%;
    
}
.jj .jj-l h1{
    font-size:34px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    border-bottom:4px solid #0969b3;
    display: inline-block;
    padding-bottom:10px;
    margin-bottom:10px;
}
/* .jj .jj-l h1:after{
    background:#0969b3;
    width:50px;
    height: 4px;
    display: block;
    content:"";
    margin:10px 0 15px 0;
} */
.jj .jj-l span{
    font-size:16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
    margin-bottom:30px;
    display:block;
}
.jj .jj-l p{
    font-size:14px;
    color: #F1F1F1;
    line-height: 24px;
    margin-bottom:30px;
    text-indent: 28px;
}
.jj .jj-r{
    float: right;
    width: 38%;
    
}

.m-vido{
    display: inline-block;position: relative;margin: 0;padding: 0;
}
.vido-img{
    position: absolute;z-index: 8;left: 0;top: 0;width: 100%;height: 100%;

}
.lm-vido-btn{
    position: absolute;z-index: 9;left: 0;top: 0;width: 100%;height: 100%;cursor: pointer;
    background:url(../images/play.png) no-repeat center center;
    font-size: 0;line-height: 0;border: none;
    padding: 0 !important;margin: 0 !important;
}
.btn-on{display:none;}

.ab-fw{
    overflow: hidden;
    padding-top:50px;
}
.ab-fw li{
    float: left;
    width: 25%;
    
}
.ab-fw li .inner{
    margin:0 auto;
    border-right:1px solid #575b64;
    padding:0 12%;
}
.ab-fw li .inner .txt{
    font-size:15px;
    color:#F1F1F1;
    line-height: 24px;
    text-align: center;
    margin-bottom:20px;
}
.ab-fw li .inner img{
    display: block;
    margin:0 auto;
}

.about-center{
    overflow: hidden;
}
.about-center .cen-l{
    float: left;
    width:30%;
    height: 100%;
    background-image:url(../images/bg2.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.about-center .cen-l .inner{
    float: right;
    width: 56%;
    margin-right:10%;
    padding:25% 0 80% 0;
}
.about-center .cen-l .inner h1{
    font-size:34px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    border-bottom:4px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
}
/* .about-center .cen-l .inner h1:after{
    background:#fff;
    width:50px;
    height: 4px;
    display: block;
    content:"";
    margin:10px 0 15px 0;
} */
.about-center .cen-l .inner p{
    font-size:14px;
    color: #F1F1F1;
    line-height: 24px;
    margin-bottom:30px;
    text-indent: 28px;
}
.about-center .cen-r{
    float: right;
    width: 70%;
    background: #fff;
}
.about-center .cen-r .inner h1{
    font-size:34px;
    font-weight: normal;
    color: #0969b3;
    line-height: 40px;
    display: inline-block;
    border-bottom:4px solid #0969b3;
    padding-bottom:10px;
    margin-bottom:15px;
}
/* .about-center .cen-r .inner h1:after{
    background:#0969b3;
    width:50px;
    height: 4px;
    display: block;
    content:"";
    margin:10px 0 15px 0;
} */
.about-center .cen-r .inner p{
    font-size:14px;
    color: #333;
    line-height: 24px;
    margin-bottom:30px;
}
.about-center .cen-r .inner-box{
    float: left;
    margin-left:10%;
    padding:10% 0 0 0;
    width: 76%;
}
.responsive{
    margin:0 -3%;
}
.responsive .item img{
    width:90%;
    margin:0 auto;
    border:1px solid #fff;
    cursor: pointer;
}
.responsive .item img:hover{
    border-color:#0b5a9b;
}
.responsive .slick-dots li{
    display: inline-block;
}
.responsive .slick-dots li button{
    width: 15px;
    height: 15px;
    background:#959595;
    border-radius: 100%;
    margin:0 3px; 
    cursor: pointer;
    outline: none;
    font-size:0;
    border:0;
    display:block;
}
.responsive .slick-dots li.slick-active button{
    background:#0969b3;
}
.about-bot{
    width:100%;
    height: 100%;
    background-image:url(../images/bg3.jpg); 
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0 110px 0;
}
.about-bot .tit h1{
    font-size: 34px;
    font-weight: normal;
    color: #0969b3;
    line-height: 40px;
    text-align: center;
    margin-bottom:10px;
}
.about-bot .tit p{
    font-size: 15px;
    font-weight: normal;
    color: #333;
    line-height: 26px;
    text-align: center;
}
.responsive2{
    padding-top:60px;
}
.responsive2 .slick-slide img{
    margin:0 auto;
    width:100%;
    height: auto;
    border:1px solid #fff;
}

.responsive2 .slick-dots{
    display: none !important;
}
.responsive2 .slick-prev{
    width: 22px;
    height: 43px;
    background:url(../images/prev3.png) no-repeat;
    top:50%;
    margin-top:-21px;
    left:-60px;
}
.responsive2 .slick-next{
    width: 22px;
    height: 43px;
    background:url(../images/next3.png) no-repeat;
    top:50%;
    margin-top:-21px;
    right: -60px;
}
.responsive2 .item-inner{
    position: relative;
    width:90%;
    margin:0 auto;
}
.responsive2 .item .txt{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background:rgba(4,102,177,0.8);
    opacity: 0;
    /*  display: none; */
    cursor: pointer;
}
/* .responsive2 .item:hover .txt{
    opacity: 1;
} */
.responsive2 .item .item-inner:hover img{
    border-color:#0b5a9b;
}
.responsive2 .item .txt::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}
.responsive2 .item .txt h1{
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding-top:50%;
}
.responsive2 .item .txt h1:after{
    display: block;
    content: "";
    width: 125px;
    height: 1px ;
    background: #fff;
    margin:30px auto;
}


.responsive2 .item .txt::before,
.responsive2 .item .txt h1 {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.responsive2 .item:hover .txt h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.responsive2 .item:hover .txt::before,
.responsive2 .item .txt:hover h1 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
