@font-face {
      font-family: 'sy-h';
      src: url(../fonts/SourceHanSansCN-Medium.otf);
   }

a:hover{
	text-decoration: none;
}
a{
	text-decoration: none;
}
a{
	color: #333;
}
ul,ol{
	margin: 0;
	padding:0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}
*{
    transition: .6s;
    font-family: 'sy-h';
}
.nybanner{
    padding-top:80px;
}
.home-banner{
    padding-top:79px;
}
.hidden-xs{
    display: block;
}
.hidden-lg{
    display: none;
}
.h-2-2 .container{
    /*max-width: 1300px;*/
}
.logo{
    margin-left: 138px;
}
.h-2-1
{

  width: 100%;
  /*height: 220px;*/
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 9998;
  transition:top 0.5s;
  position: fixed;
}
.h-2-1a
{
  height: 80px;
}
.header-hide
{
  top:-120px;
}
.h-2-2
{
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  height: 80px;
  background-color: #f0f0f0;
  transition-property: all;
  transition-duration: 0.2s;
  z-index: 9999;
}

.h-2-3
{
  position: relative;
  width:100%;
  height: 80px;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:space-between;
  align-items:center;
}
.h-2-4
{
  width: 100%;
  padding:0px;
  height: 80px;
}
.h-2-5
{
  height: 80px;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  flex-direction:row;
  flex-wrap:nowrap;
  justify-content:flex-end;
  align-items:center;
}
.h-2-6
{
  width:120px;
  line-height: 80px;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  transition-property: all;
  transition-duration: 0.5s;
}
.h-2-5>div.on
{
  background: #1e63b0;
}
.h-2-6.on a
{

  /**font-weight: bold;**/
}
.h-2-5>div:hover
{
  background: #1e63b0;
}
.h-2-5>div a{
	color: #1e63b0;
}
.h-2-6 a
{
  text-decoration: none;
  color: #FFFFFF;
   transition-property: all;
  transition-duration: 0.5s;
  font-size: 20px;
}
.h-2-5>div:hover a
{
  color: #fff;
}
.h-2-5>div.on a
{
  color: #fff;
}
.h-2-6 a:hover
{
  color: #FFFFFF;
  font-family: "OPPOSans-H";
  /**font-weight: bold;**/
}
.h-2-6:hover .h-1-9
{
  display: inline;
}
.h-2-7
{
  width:200px;
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  font-family: "OPPOSans-H";
  /**font-weight: bold;**/
}
.h-1-9
{
  display: none;
  position: absolute;
  top:80px;
  left:0px;
  width:100%;
  height: 560px;
  background-color: rgb(255,255,255,0.8);
  z-index: 9999;
}
.h-1-10
{
  width:100%;
  padding:0px 120px;
  display: none;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
   transition-property: all;
   transition-duration: 0.5s;
}
.h-1-11
{
  width:19%;
  height: 200px;
  margin:40px 20px 0px 20px;
  text-align: center;
}
.h-1-11.hon{
  margin:40px 30px 0px 30px;
}
.h-1-12
{
  width:160px;
  height: 160px;
  margin: auto;
}
.h-1-12 img
{
  cursor: pointer;
  transition-property: all;
   transition-duration: 0.5s;
}
.h-1-13
{
  width:100%;
  text-align: center;
  margin-top: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #9E9E9E;
}
.h-1-13 a
{
  text-decoration: none;
  color: #9E9E9E;
  transition-property: all;
  transition-duration: 0.2s;
}
.h-1-13 a:hover
{
  /*font-family: "OPPOSans-B";*/
  /**font-weight: bold;**/
  text-decoration: none;
  color: #1e63b0;
}
.h-1-11:hover .h-1-12 img
{
  transform:scale(1.1,1.1);
}
.h-1-11:hover .h-1-13 a
{
  font-family: "OPPOSans-B";
  /**font-weight: bold;**/
  text-decoration: none;
  color: #1e63b0;
}
.h-1-14
{
  width:100%;
  padding:0px 200px;
  display: none;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
}
.container-fluid{
	max-width: 1440px;
}
.container{
	max-width: 1440px;
}
.navbar{
	padding:0 1rem;
}
.navbar-collapse{
	flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link{
	color: #006ab7;
	padding:1.8rem 2.2rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
	background: #1e63af;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #fff;
	background: #1e63af;
}

.home-banner .swiper .swiper-pagination{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 999;
}
.home-banner .swiper .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
}
.home-banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 40px;
	height: 10px;
	border-radius: 10px;
	display: inline-block;
	background: #fff;
	margin: 0 5px;
}
.idtitle{
	text-align: center;
}
.idtitle h4{
	color: #272727;
	font-size: 32px;
	text-indent: 1px;
	letter-spacing: 1px;
}
.idtitle h3{
	color: #1c62af;
	font-size: 28px;
	font-weight: 600;
	text-indent: 3px;
	letter-spacing: 3px;
}

.id1{
	background: url(../images/id1bg.jpg) no-repeat;
	background-size: cover;
	height: 800px;
}
.id1 .id1list{
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}
.id1 .id1list .item{
	width: 16.66%;
	border-right: 1px solid #8fafa5;
	height: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.id1 .id1list .item:hover .t1{
    transform: translateY(-60px);
}
.id1 .id1list .item:hover .t2{
    transform: translateY(-60px);
}
.id1 .id1list .item .t1{
	color: #ffffff;
	font-size: 23px;
	text-indent: 6px;
	letter-spacing: 6px;
}
.id1 .id1list .item .t2{
	color: #ffffff;
	font-size: 12px;
	text-indent: 1px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 5px;
}
.id2{
	padding:100px 0;
}
.id2 .id2list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.id2 .id2list .idimg{
	position: relative;
	overflow: hidden;
}
.id2 .id2list .idimg:hover img{
    transform: scale(1.1);
}
.id2 .id2list .wz{
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #626262;
	font-size: 18px;
	text-indent: 2px;
	letter-spacing: 2px;
}
.id2 .id2list .id2l{
	width: 24.5%;
}
.id2 .id2list .i2{
	margin-top: 8px;
}
.id2 .id2list .i5{
	margin-top: 15px;
}
.id2 .id2list .i7{
	margin-top: 8px;
}
.id2 .id2list .id2c{
	width: 49%;
}
.id2 .id2list .id2c .id2ct{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.id2 .id2list .id2c .id2ct>div{
	width: 49%;
}
.id2 .id2list .id2r{
	width: 24.5%;
}
.id3{
	background: url(../images/id3bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;

	padding: 86px 0 282px;
}
.id3 .id3con{
	color: #fff;
	font-size: 18px;
	margin-top: 100px;
	text-align: center;
	line-height: 2;
}
.id4 .id4list{
	display: flex;
	flex-wrap: wrap;
}
.id4 .id4list .item{
	width: 33.33%;

	overflow: hidden;
}
.id4 .id4list .item:hover img{
    transform: scale(1.1);
}
.id5{
	padding:100px 0;
}
.id5 .id5con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.id5 .id5con .id5conl{
	width: 15%;
}
.id5 .id5con .id5conl .item{
	text-align: center;
	padding:25px 0 30px;
}
.id5 .id5con .id5conl .item .img img{
	height: 60px;
}
.id5 .id5con .id5conl .item .ct{
	margin-top: 10px;
}
.id5 .id5con .id5conl .item .ct .ct1{
	font-size: 24px;
	color: #333;
	text-indent: 3px;
	letter-spacing: 3px;
}
.id5 .id5con .id5conl .item .ct .ct2{
	font-size: 16px;
	color: #333;
	text-indent: 1px;
	letter-spacing: 1px;

}
.id5 .id5con .id5conl .item.active{
	background: #1c62af;
}
.id5 .id5con .id5conl .item.active .ct1{
	color: #fff;
}
.id5 .id5con .id5conl .item.active .ct2{
	color: #fff;
}
.id5 .id5con .id5conl .item.active .img img{
	filter: invert(1);
}
.id5 .id5con .id5conr{
	width: 76%;
}
.id5 .id5con .id5conr .nlist{
	display: none;
}
.id5 .id5con .id5conr .nlist:first-child{
	display: block;
}
.id5 .id5con .id5conr .nlist .item{
	margin-top: 40px;
}
.id5 .id5con .id5conr .nlist .item:first-child{
	margin-top: 0;
}
.id5 .id5con .id5conr .nlist .item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.id5 .id5con .id5conr .nlist .item a:hover{
    background: #1c62af;
}
.id5 .id5con .id5conr .nlist .item a .itl{
	width: 26%;
	overflow: hidden;
}
.id5 .id5con .id5conr .nlist .item:hover img{
    transform: scale(1.1);
}
.id5 .id5con .id5conr .nlist .item a .itr{
	width: 68%;
}
.id5 .id5con .id5conr .nlist .item a .itr .t1{
	font-size: 26px;
	color: #1f1f1f;
}
.id5 .id5con .id5conr .nlist .item a .itr .t2{
	font-size: 16px;
	color: rgba(31,31,31,0.75);
	margin:25px 0;
	line-height: 2;
}
.id5 .id5con .id5conr .nlist .item a:hover .itr .t3{
	color: #fff;
	font-size: 16px;
}
.id5 .id5con .id5conr .nlist .item a:hover .itr .t1{
	font-size: 26px;
	color: #fff;
}
.id5 .id5con .id5conr .nlist .item a:hover .itr .t2{
	font-size: 16px;
	color: #fff;
	margin:25px 0;

}
.id5 .id5con .id5conr .nlist .item a .itr .t3{
	color: rgba(31,31,31,0.75);
	font-size: 16px;
}
footer .fbr{
    display: flex;
    flex-wrap: wrap;
}
footer .fbr .img{
    margin-left: 25px;
}
footer .fbr .img:first-child{
    margin-left: 0;
}
footer{
	background: url(../images/fbg.jpg) no-repeat;
	background-size: cover;
	padding:150px 0 100px;
}
footer .ft1{
	color: #ffffff;
	font-size: 26px;
}
footer .fb{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 100px;
	align-items: flex-end;
}
footer .fb .fbl .fblt{
	display: flex;
	align-items: center;
}
footer .fb .fbl .fblt .wz{
	margin-left: 25px;
	font-size: 18px;
	color: #fffffd;
}
footer .fb .fbl .fblb ul{
	margin-top: 40px;
}
footer .fb .fbl .fblb ul li{
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	opacity: 0.5;
}
footer .fb .fbr{
	text-align: center;
	margin-right: 45px;
	
}
footer .fb .fbr h2{
	color: #fffffd;
	font-size: 16px;
	margin-top:10px;
}

.newkefub
{
  position: fixed;
  right: 20px;
  bottom:150px;
  z-index: 99;
}
.kefua
{
  width: 222px;
  background: #FFFFFF;
  box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.3);
  border-radius: 18px;
  border: 1px solid #5292FF;
}
.kefua_1
{
  width:100%;
  padding-top: 22px;
  text-align: center;
  color: #1e63b0;
  font-size: 39px;
  font-family: 'OPPOSans-B';
}
.kefua_2
{
  width:100%;
  margin-top: 20px;
  text-align: center;
}
.kefua_3
{
  width:100%;
  padding:0px 10%;
  margin-top: 16px;
  line-height: 18px;
  text-align: center;
  color: #1e63b0;
  font-size: 13px;
  font-family: 'OPPOSans-B';
}
.kefua_4
{
  position: relative;
  width:82px;
  height: 27px;
  border-radius: 14px;
  background-color: #1e63b0;
  margin:15px auto;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'OPPOSans-B';
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.kefua_4:hover
{
  position: relative;
  width:82px;
  height: 27px;
  border-radius: 14px;
  background-color: #FFC400;
  margin:15px auto;
  color: #FFFFFF;
  font-size: 13px;
  font-family: 'OPPOSans-B';
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.kefua_4a
{
  position: absolute;
  top:-7px;
  left:90px;
}
.kefua_4a img
{
  width:35px;
}
.kefua_5
{
  width:100%;
  height: 2px;
  margin-top: 16px;
  background-color: #5292FF;
}
.kefua_5a
{
  width:100%;
  height: 2px;
  background-color: #5292FF;
}
.kefua_6
{
  width:100%;
  margin-top: 25px;
  text-align: center;
  color: #1e63b0;
  font-size: 12px;
}
.kefua_7
{
  width:100%;
  margin-top: 6px;
  padding-bottom: 22px;
  text-align: center;
  color: #1e63b0;
  font-size: 20px;
  font-family: 'OPPOSans-B';
}

@media(max-width:780px){
    .logo{
        margin-left: 0;
    }
    
#jhlogo{
        max-height: 50px;
}
    .hidden-xs{
    display: none;
}
.hidden-lg{
    display: block;
}
.navbar-light .navbar-nav .nav-link{
    padding:0.5rem;
}
.kefua{
    display: none;
}
.id1 .id1list .item{
    width:50%;
    height: 33.33%;
}
.id2{
    padding:50px 0;
}
.idtitle h4{
    font-size: 24px;
}
.idtitle h3{
    font-size: 20px;
}
.id2 .id2list .id2l{
    width:100%;
}
.id2 .id2list .id2c{
    width:100%;
    margin-top:20px;
}
.id2 .id2list .id2r{
    width:100%;
    margin-top:20px;
}
.id3{
    padding:80px 0 160px;
}
.id4 .id4list .item{
    width: 50%;
}
.id5{
    padding:50px 0;
}
.id5 .id5con .id5conl{
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.id5 .id5con .id5conl .item{
    width:25%;
    padding:15px 0;
}
.id5 .id5con .id5conl .item .ct .ct1{
    font-size: 16px;
}
.id5 .id5con .id5conl .item .ct .ct2{
    font-size: 14px;
}
.id5 .id5con .id5conr{
    width:100%;
}
.id5 .id5con .id5conr .nlist .item a .itr .t1{
    font-size: 14px;
}
.id5 .id5con .id5conr .nlist .item a .itr .t2{
    font-size: 12px;
    margin:15px 0;
}
footer{
    padding:50px 0 60px;
}
footer .fb{
    margin-top:40px;
}
}
@media(max-width:1600px){
    body{
        zoom:80%
    }
}
@media(max-width:1500px){
    .id3{
        padding:80px 0 160px;
        background-attachment:unset;
    }
    /*.id1{*/
    /*    height: 400px;*/
    /*}*/
}
@media(max-width:1200px){

    .id1{
        height: 400px;
    }
}