*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	font-family: "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1","\5b8b\4f53","微软雅黑",'STHeiti',"SimHei","黑体";
	font-weight:normal;
	text-decoration:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{ 
	border:none;
}
a img{
	border:none;
}
a:link{
	color: #333333;
	}
a:visited{
	color: #333333;
	}
a:hover{
	color: #e10000;
	text-decoration:none;
	}
a:active{
	color: #333333;
	}
p,div{
	color:#333;
	font-size:12px;
	}
body{
	background:#fff;
	}
table {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table td {
    border-width: 1px;
    padding: 8px;
	font-size: 16px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}
table td p{
	margin-bottom: 0 !important;
}
h2{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
h3{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

.study-list:after,.ranking-list:after,.i-menu-list:after{
	content:'';
	clear:both;
	display:table;
	
	}
.container{
    position: relative;
    max-width: 6.4rem;
    margin: 0 auto;
    overflow: hidden;
	}
#top{
	position:fixed;
    width: 6.4rem;
    height: 70px;
	padding: 10px 0;
    background: #fff;
	z-index:99;
	}
.phone-nav {

}
.hidden-nav-text {
	position: absolute;
	color: #276bf4;
	font-size: 15px;
	left: 12%;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 100;
}
.hidden-nav {
	position: fixed;
	top: 70px;
	z-index: 100;
	opacity: 0;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}
.nav-active .hidden-nav {
	opacity: 0.97;
	background-color: #222;
}
.hidden-nav-list {
	margin: 0;
	padding: 20px 3%;
}
.hidden-nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #545454;
	margin-bottom: 10px;
	padding-left: 6px;
	overflow: hidden;
}
.hidden-nav-item>a {
	display: block;
	color: #F7F7F7;
	margin-bottom: 10px;
	font-size: 14px;
}
.two-menu {
	margin: 7px 0;
	overflow: hidden;
}
.two-menu li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 8px;
	float: left;
}
.two-menu li a {
	color: #C3C3C3;
	font-size: 12px;
}
.nav-trigger {
	display: block;
	position: absolute;
	left: 2%;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 200;
	cursor: pointer;
}
.nav-active {
	height: 100% !important;
}
.nav-active .nav-trigger {
	opacity: 0.8;
}
.nav-icon {
	position: relative;
	display: block;
	width: 29px;
	height: 2px;
	margin: 7px auto;
	background-color: #276bf4;
	-webkit-transition: .3s;
	transition: .3s;
}
.nav-icon:nth-of-type(1) {
	margin-top: 0px;
}
.nav-icon:nth-of-type(3) {
	margin-bottom: 0px;
}
.hidden-nav {
	-webkit-transform: translate(-100%, -100%) scale(0.5);
	transform: translate(-100%, -100%) scale(0.5);
	border-radius: 100%;
}
.nav-active .hidden-nav {
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
	border-radius: 0;
	width: 100%;
	height: 100%;
}
.nav-active .nav-icon:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	-ms-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.nav-active .nav-icon:nth-of-type(2) {
	opacity: 0;
}
.nav-active .nav-icon:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	-ms-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
/*手机端结尾*/

#top .logo{
	
	max-width: 130px;
    position: absolute;
    top: 50%;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transform: translate(0px, -50%);	
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
	}
#top .logo img{
	width:100%;
	-ms-interpolation-mode: bicubic; 
	}
#top .en-logo{
	max-width: 65px;
}
.language{
    position: absolute;
   	right: 2%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 200;
    cursor: pointer;
}
.language .head-flag{
	width: 30px;
    text-align: center;
    margin: 0 auto;
}
.language .head-flag img{
	display: block;
	width: 100%;
}
.language p{
	font-size: 13px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #fff;
}

#banner{
	padding-top:60px;
	}
.swiper-container,.swiper-container1 {
	width: 100%;
	height: 100%;
}
.swiper-container:hover,.swiper-container1:hover{
	cursor:pointer;
	}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
    width: 100%;
    height: auto;
}
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 20px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #276bf4;
	margin: 0 5px !important;
	opacity: 1;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none;
}

/*标题*/
.tit{
	padding: 0 5px;
	text-align: center;
}
.tit h2{
	font-weight: bold;
	font-size: 20px;
}
.line{
    width: 40px;
    height: 3px;
	margin: 10px auto;
}

.line .red{
	width: 50%;
	float: left;
	height: 3px;
	background: #db0a06;
}
.line .blue{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #043982;
}
.tit p{
	color: #666;
	font-size: 14px;
}
.center-more{
	margin-top: 5px;
	text-align: center;
}
.more a{
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #043982); 
}
.more a:hover{
	background: linear-gradient(to right, #f10500 0%, #ca120f); 
}
.more a .arrow{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.more .arrow img{
	width: 10px;
}
#study{
	padding: 25px 0;
}
.study-list{
	margin: 25px 0 0 0;
}
.study-list dl{
	padding: 25px 20px;
	border-bottom: 1px solid #eee;
}
.study-list dl:last-child{
	border-bottom: none;
}
.study-list dl dt{
	text-align: center;
}
.study-list dl dt .icon{
	position: relative;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #043982;
	margin: 0 auto 10px auto;
}
.study-list dl:hover dt .icon{
	background: #db0a06;
}
.study-list dl dt .icon img{
	position: absolute;
	display: block;
	width: 30px;
	align-self: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.study-list dl:hover dt .icon img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}
.study-list dl dt h3{
	font-size: 18px;
	margin-bottom: 15px;
	text-shadow: 0 1px 0 #fff;
}
.study-list dl dd{
	color: #6d6d6d;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
}

#ranking{
	padding: 30px 0;
	background: #f5f5f5;
}
.ranking .tit h2, .ranking .tit p{
	color: #fff;
}
.ranking-list{
	margin-top: 30px;
}
.ranking-list .swiper-container{
	padding-bottom: 40px;
}
.ranking-list dl{
	width: 100%;
	background: #fff;
	float: left;
}
.ranking-list dl dt{
	text-align: center;
	border-bottom: 1px solid #eee;
}
.ranking-list dl dt img{
	width: 100%;
	max-width: 190px;
	max-height: 1.23rem;
}
.ranking-list dl dd{
	padding: 15px 10px;
}
.ranking-list dl:hover dd{
	background: #043982;
}
.ranking-list dl:hover dd h3, .ranking-list dl:hover dd p{
	color: #fff;
}
.ranking-list dl dd h3{
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.ranking-list dl dd p{
	font-size: 14px;
	margin-bottom: 10px;
}

#immigration{
	padding-top: 30px;
	background: url(../images/immigration-bg.png) center bottom no-repeat;
}

.immigration-list{
	margin: 0 -10px;
	margin-top: 30px;
}
.immigration-list dl{
    text-align: center;
	margin: 0 10px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
    background: #fff;
}
.immigration-list dl:last-child{
	margin-bottom: 0;
}
.immigration-list dl dt{
	text-align: center;
}
.immigration-list dl dt .circle{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background: #e9f1ff;
}
.immigration-list dl dt img{
	display: block;
    width: 50px;
    margin: 0 auto;
	align-self: center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.immigration-list dl:hover dt img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}
.immigration-list dl dd{
	margin-top: 20px;
	padding: 0 20px;
	text-align: center;
}
.immigration-list dl dd h3{
    font-size: 18px;
    color: #000000;
	margin-bottom: 7px;
}
.immigration-list dl dd p{
	font-size: 14px;
    color: #888;
    line-height: 24px;
}



.column-tit{
	padding-bottom: 15px;
}
.column-tit .icon{
	display: inline-block;
	margin-right: 3px;
}
.column-tit .icon img{
	display: block;
	width: 33px;
}
.column-tit h2{
	display: inline-block;
	font-size: 16px;
}
.column-tit .icon, .column-tit h2{
	vertical-align: middle;
}
#company{
	padding: 30px 0.2rem;
}

.about{
	margin-bottom: 30px;
	background: #fff;
}
.about h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.about p{
	font-size: 14px;
	 line-height: 28px;
}
.about .more{
	margin-top: 15px;
}
.contact{
}
.contact-list{
	
}
.contact-list dl{
	margin-bottom: 10px;
	overflow: hidden;
}
.contact-list dl dt{
	width: 0.45rem;
	margin-right: 10px;
	float: left;
}
.contact-list dl dt img{
	width: 0.45rem;
}
.contact-list dl dd{
	width: 5.2rem;
	padding-top: 2px;
	font-size: 14px;
	float: left;
}

#footer{
	padding:15px 0;
	background:#000040;
	border-top:2px solid #db0a06;
	}
#footer p, #footer p a{
	color: #7b7bcc;
	text-align: center;
}
/*内页*/
#inner{
	}
#i-banner{
	padding-top: 70px;
	}
#i-banner img{
	display:block;
	width:100%;
	}

.i-menu{
	margin-bottom:10px;
	padding: 20px 0 20px 0;
	background:#fff;
	border-bottom: 1px solid #eee;
	}
.i-menu h1{
	text-align: center;
	font-size: 16px;
}
.i-menu-list{
	margin-top: 15px;
	text-align: center;
}

.i-menu-list a{
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 6px 10px;
	margin: 0 4px 10px 4px;
	background: #043982;
}
.i-ranking-menu{
	margin-bottom: 0;
}
.i-tit{
	text-align:center;
	}
.i-tit h2{
	font-size:15px;
	font-weight:bold;
	}
.i-tit .i-line{
	width:30px;
	border-bottom:1px solid #1465de;
	margin:8px auto 8px auto;
	}
.i-nav-list{
	text-align:center;
	}
.i-nav-list a{
	display:inline-block;
	margin:0 7px;
	}
.i-detail{
	padding: 10px 15px 0 15px;
}
.i-detail h1{
	text-align: center;
	font-size: 18px;
}
.content{
	margin-top: 15px;
	overflow: hidden;
}
.content p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.content p img, .content p a{
	vertical-align: middle;
}
.i-ranking{
	background: #f5f5f5;	
}
.i-ranking-list{
	padding-top: 30px;
	margin-top: 0;
}

.i-ranking-list dl{
	width: 46%;
    margin: 0 2%;
	margin-bottom: 4%;
}
.i-ranking-content{
}

.i-ranking-bd{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.i-ranking-bd .i-ranking-pic{
	margin-bottom: 20px;
	text-align: center;
}
.i-ranking-bd .i-ranking-pic img{
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
.i-ranking-bd .i-ranking-pic p{
	font-size: 14px;
}
.i-ranking-bd .i-ranking-info{
	text-align: center;
}
.i-ranking-bd .i-ranking-info dl{
	display: inline-block;
	margin: 0 15px;
	text-align: center;
}
.i-ranking-bd .i-ranking-info dl dt img{
	width: 35px;
}
.i-ranking-bd .i-ranking-info dl dd h4{
	font-size: 13px;
}
.i-ranking-bd .i-ranking-info dl dd h3{
	font-size: 15px;
	color: #db0a06;
}


.i-news{
	margin-top: 10px;
	padding: 0 15px;
}
.i-news dl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-news dl:hover{
	border-bottom: 1px dashed #db0a06;
}
.i-news dl:hover a{
	color: #db0a06;
}
.i-news dl dt, .i-news dl dd{
	display: inline-block;
}
.i-news dl dt{
	font-size: 14px;
	float: left;
}
.i-news dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}
.i-contact-menu{
	border-bottom: none;
}
.i-contact-list{
}
.i-contact-list li{
	padding: 20px 15px;
	margin-bottom: 15px;
	background: #f5f5f5;

}
.i-contact-list li:last-child{
	margin-bottom: 0;
}
.i-contact-list li h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.i-contact-list li h3{
	text-shadow: 0 1px 0 #fff;
}


.i-detail-con{
	padding: 0 15px;
}
.i-detail-con img{
	max-width: 900px;
}
.i-detail-con p{
	text-align: justify;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 23px;
}
.i-pic img{
	width: 100%;
}
.page-turning{
	overflow: hidden;
	padding-bottom: 20px;
}
