﻿/* 样式整理*/
body {
    background: #ffffff;
	overflow: auto !important;
	
}
a:hover {
	border-color: #c30914; 
	text-decoration: none !important;
}
*{
	font-size:12px/1.8;
	font-family: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
::-webkit-scrollbar {
display: none;/*隐藏滚轮*/
}
.row{
    margin-right: 0;
    margin-left: 0;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
.top {
    position: relative;
    z-index: 500;
    width: 100%;
    background: #fff;
    top: 0;
    border-top: 6px solid #1054ad;
}
.top_box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.top_logo {
    float: left;
}
.top_logo a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.top_logo a img {
    width: 272px;
    height: 100%;
}
.top_bar {
    float: right;
}
.top_bar_nav {
    float: left;
}
.top_bar_nav ul {
    margin: 0;
}
.top_bar_nav li {
    float: left;
    display: block;
    position: relative;
	transition-duration: 0s;
    -webkit-transition-duration: 0s;
}
.top_bar_nav li>a {
    font-size: 16px;
    display: block;
    color: #333333!important;
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 18px;
}
.top_bar_nav li.on>a {
    color: #ffffff!important;
	background:#1c5bae;
}
.top_bar_subnav {
    display: none;
    position: absolute;
    width: calc(200% + 18px);
    background: #1c5bae;
    top: 100%;
    left: 0;
    z-index: 10;
    padding: 3px 0 7px;
	transition-duration: 0s;
    -webkit-transition-duration: 0s;
}
.top_bar_subnav a {
    display: block;
    color: #ffffff !important;
    padding: 0 18px;
    line-height: 40px;
    font-size: 14px;
}
.top_bar_subnav a:hover {
	background:#3572c4;
}
.top_bar_tab {
    float: left;
}
.top_bar_tab_a {
    float: left;
    display: block;
    padding: 0 12px 0 8px;
	background:url(icon2.jpg) no-repeat right center;
}
.top_bar_tab_a a {
    display: block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #1c5bae !important;
}
.search {
    float: left;
}
.search_a {
    width: 36px;
    height: 42px;
    display: block;
    overflow: hidden;
}
.search_a a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background:url(icon1.png) no-repeat center;
}
.search_box {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(28, 91, 174, 0.8);
	transition-duration: 0s;
    -webkit-transition-duration: 0s;
    z-index: 9;
}
.search_box form {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1% 0;
}
.search_searchInput {
    font-size: 16px;
    height: 50px;
    float: left;
    border: none;
    padding: 0 10px;
    width: calc(100% - 200px);
}
.search_searchBar {
    padding: 0 20px;
    background-color: #0b3775;
    color: white !important;
    margin: 0 20px;
    font-size: 18px;
    float: left;
    border: none;
}
.close{
	display: inline-block;
    background: url(icon9.png) no-repeat center;
    box-sizing: border-box;
    float: left !important;
    opacity: 1 !important;
    background-size: contain;
}
.wap_nav {
    display: none;
    float: right;
    margin-top: 20px;
    margin-right: 3%;
}
.wap_nav_left {
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 0;
    height: 36px;
    position: relative;
    z-index: 10;
    float: right;
    margin: auto;
    width: 36px;
}
.wap_nav_icon {
    width: 36px;
    height: 36px;
    border: none;
    background: none;
    margin: auto 0;
    display: block;
    float: left;
}
.wap_nav_icon.collapsed i.wap_nav_icon1 {
	background:url(icon10.png) no-repeat;
    background-size: 90%;
}
.wap_nav_icon i.wap_nav_icon1 {
	background:url(icon11.png) no-repeat;
	width: 36px;
    height: 36px;
    display: block;
    background-size: 90%;
}
.wap_nav_list {
    background: rgba(0,0,0,0.6);
    position: absolute;
    width: 100%;
    border: 0;
    top: 77px;
    padding: 0 3% 64px;
    left: 0;
    max-height: 384px;
    display: none;
}
.wap_nav_list_ul {
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 0;
}
.wap_nav_list_ul>li {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px #888 solid;
}
.wap_nav_list_ul>li>a {
    height: 52px;
    line-height: 52px;
    color: #ffffff!important;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    padding: 0;
    background-size: 0;
}
.wap_nav_subnav {
    line-height: 34px;
    width: 100%;
    overflow: hidden;
    background: none;
    position: static;
    float: none;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    padding: 0 0 8px;
}
.wap_nav_subnav a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff !important;
}
.wap_nav_search {
    padding: 10px 0;
    height: 64px;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wap_nav_search form {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wap_nav_searchInput {
    float: left;
    width: 80%;
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
    border: none;
}
.wap_nav_searchBar {
    background-color: #0b3775;
    color: #fff !important;
    margin: 0;
    font-size: 14px;
    height: 44px;
    float: right;
    border: none;
    width: 14%;
}
.index {
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: relative;
}
.banner {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}
.banner_pic {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.banner_pic img {
    width: 100%;
}
.banner_icon {
    bottom: 10% !important;
    height: 14px;
    margin: 0;
    display: block;
}
.banner_icon  span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px 6px !important;
    border: none;
    border-radius: 0;
    background: url(icon7.png) no-repeat;
    opacity: 1;
}
.banner_icon .swiper-pagination-bullet-active{
    background: url(icon8.png) no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
}
.in_one {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 42px;
    display: block;
    background: #ffffff;
    width: 100%;
}
.in_news {
    float: left;
    width: 66%;
    overflow: hidden;
    display: block;
}
.in_news_tit {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}
.in_news_tit h1 {
    float: left;
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    color: #333333 !important;
    height: 36px;
    line-height: 36px;
    display: block;
    padding-right: 31px;
    overflow: hidden;
    background: url(icon3.png) no-repeat right bottom;
    text-transform: Uppercase;
}
.in_news_tit a {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #1c5bae !important;
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
    display: block;
    padding-right: 14px;
    padding-left: 15px;
    overflow: hidden;
    background: url(icon4.png) no-repeat right center;
    text-transform: Uppercase;
}
.in_news_cont {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.in_news_cont_box {
    float: left;
    width: calc((100% - 30px) /2);
    height: 320px;
    display: block;
    overflow: hidden;
}
.in_news_cont_box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
		transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.in_news_cont_box a:hover .in_news_cont_pic img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in_news_cont_left{
	margin-right:30px;
}
.in_news_cont_pic {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 240px;
}
.in_news_cont_pic img {
    width: 100%;
}
.in_news_cont_nr {
    display: block;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}
.in_news_cont_nr p {
    font-size: 16px;
    line-height: 22px;
    color: #333333 !important;
    display: block;
    width: 100%;
    overflow: hidden;
    max-height: 44px;
    margin: 0;
}

.in_news_cont_nr span {
    margin-top: 5px;
    font-size: 12px;
    color: #777777 !important;
    display: block;
    line-height: 16px;
    padding-left: 18px;
    float: left;
	background: url(icon12.png) no-repeat 2px center
}
.in_events {
    float: right;
    overflow: hidden;
    display: block;
    width: 32%;
}
.in_events_tit {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
}
.in_events_tit h1 {
    float: left;
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    color: #333333 !important;
    height: 36px;
    line-height: 36px;
    display: block;
    padding-right: 31px;
    overflow: hidden;
    background: url(icon3.png) no-repeat right bottom;
    text-transform: Uppercase;
}
.in_events_tit a {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    color: #1c5bae !important;
    height: 20px;
    line-height: 20px;
    margin-top: 16px;
    display: block;
    padding-right: 14px;
    padding-left: 15px;
    overflow: hidden;
    background: url(icon4.png) no-repeat right center;
    text-transform: Uppercase;
}
.in_events_cont {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top: 1px solid #e4e4e4;
}
.in_events_box {
    padding: 24px 0;
    height: 106px;
    overflow: hidden;
    background: url(icon13.jpg) repeat-x bottom;
    width: 100%;
}
.in_events_box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.in_events_time {
    float: left;
    width: 54px;
    text-align: center;
    height: 100%;
}
.in_events_time p {
    font-size: 30px;
    color: #1c5bae !important;
    font-family: "FZZHUNYSJW";
    display: block;
    width: 100%;
    line-height: 34px;
    margin: 0;
	font-weight: bold;
}
.in_events_time span {
    font-size: 12px;
    color: #1c5bae !important;
    font-family: "PTSans";
    display: block;
    width: 100%;
    line-height: 16px;
}
.in_events_nr {
    float: right;
    width: calc(100% - 70px);
    display: block;
    height: 100%;
    overflow: hidden;
}
.in_events_nr p {
    margin: 0;
    font-size: 16px;
    color: #333333 !important;
    line-height: 24px;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 48px;
}
.in_tow {
    padding: 24px 0 54px;
    display: block;
    background: #f4f4f4;
    width: 100%;
}
.in_education {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.in_education_tit {
    display: block;
    width: 100%;
    text-align: center;
}
.in_education_tit h1 {
    margin: 0;
    font-size: 32px;
    display: block;
    width: 100%;
    background: url(icon5.jpg) no-repeat center bottom;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    font-family: "Myriad Pro";
    text-transform: Uppercase;
}
.in_education_cont {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}
.in_education_box {
    float: left;
    width: calc((100% - 60px) / 3);
    height: 280px;
    overflow: hidden;
    display: block;
}
.in_education_box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.in_education_box a{
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.in_education_box a:hover .in_education_pic img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in_education_left {
    margin-right: 30px;
}
.in_education_box:nth-child(1) {
	background:#3470c8;
}
.in_education_box:nth-child(2) {
	background:#6d9e19;
}
.in_education_box:nth-child(3) {
	background:#d67b10;
	margin-right: 0;
}
.in_education_pic {
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 220px;
}
.in_education_pic img{
    width: 100%;
}
.in_education_nr {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    width: 100%;
    background: url(icon6.png) no-repeat 92% center;
}
.in_education_nr p {
    color: #ffffff !important;
    margin: 0;
    font-size: 22px;
    display: block;
    width: 100%;
}
.in_three {
    padding: 24px 0 54px;
    display: block;
    width: 100%;
    background: url(icon14.jpg) repeat-x bottom #ffffff;
}
.in_campus {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.in_campus_tit {
    display: block;
    width: 100%;
    text-align: center;
}
.in_campus_tit h1 {
    margin: 0;
    font-size: 32px;
    display: block;
    width: 100%;
    background: url(icon5.jpg) no-repeat center bottom;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    font-weight: normal;
    font-family: "Myriad Pro";
    text-transform: Uppercase;
}
.in_campus_cont {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 34px;
    position: relative;
    list-style: none;
}
.in_campus_box {
    position: absolute;
    width: 30%;
    max-width: 100%;
    margin: 0;
}
.in_campus_one {
    z-index: 2;
    left: 0;
	bottom: 50%;
}
.in_campus_tow {
    z-index: 2;
    left: 30%;
    top: 0;
	width:40%;
}
.in_campus_three {
    z-index: 4;
    left: 70%;
	bottom: 50%;
}
.in_campus_four {
    z-index: 2;
    left: 0;
    top: 50%;
}
.in_campus_fives {
    z-index: 4;
    left: 70%;
    top: 50%;
}
.in_campus_nr {
    display: none;
}
.in_campus_box>a {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
}
.in_campus_tow .in_campus_nr {
	display: block;
}
.in_campus_nr {
    background: #ffffff;
    z-index: 1;
    padding: 12px 35px 30px;
    width: 100%;
}
.in_campus_nr h1 {
    text-align: center;
    margin-bottom: 4px;
    font-size: 28px;
    color: #154689 !important;
    font-family: "PTSans";
    line-height: 56px;
}
.in_campus_nr p {
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    color: #666666 !important;
    font-family: "PTSans";
}
.in_campus_nr a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
	line-height:17px;
    color: #1c5bae !important;
    text-transform: Uppercase;
    margin-top: 16px;
}
.in_campus_box  a{
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.in_campus_box  a:hover .in_campus_pic img{
	transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.in_campus_h1 {
    position: absolute;
    left: 0;
    bottom: 18px;
    text-align: center;
    width: 100%;
}
.in_campus_h1 h1{
    font-size: 24px;
    color: #fff !important;
    font-family: "PTSans";
    line-height: 36px;
	margin:0;
}
.in_campus_pic img {
    width: 100%;
}
.bottom {
    background: #154689;
    padding: 36px 0 26px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    position: relative;
}
.bottom_nr {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.bottom_nr span {
    color: #d0dae7!important;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
}
.bottom_nr span:nth-child(1) {
    max-width: 976px;
    margin: 0 auto;
}
.bottom_nr p {
    color: #ffffff !important;
    float: left;
    display: block;
    line-height: 28px;
    font-size: 14px;
    margin: 0;
}
.main_banner {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_banner_pic {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0px;
    height: 320px;
}
.main_banner_pic img {
    display: none;
}
.main_banner_position {
    display: block;
    position: absolute;
    bottom: 0;
    background: rgba(250,250,250,0.8);
    width: 100%;
}
.main_banner_position_box {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 28px;
    overflow: hidden;
	background: url(icon15.png) no-repeat 2px center;
}
.main_banner_position_box a {
    color: #333333 !important;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
}
.main_banner_position_box span {
    color: #333333 !important;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
}
.main_box {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    padding: 30px 0 42px;
}
.main_left {
    float: left;
    width: 260px;
    overflow: hidden;
    display: block;
}
.main_left h1 {
    margin: 0;
    color: #333333 !important;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
    padding: 9px 0;
    width: 100%;
    overflow: hidden;
}
.main_nav {
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_nav a {
    padding: 8px 10px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #e4e4e4;
    line-height: 32px;
	color:#333333 !important;
}
.main_nav a:hover {
	background:#154689;
	color:#FFFFFF !important;
}

.main_right {
    float: right;
    width: calc(100% - 300px);
    overflow: hidden;
    display: block;
}
.main_cont_tit {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}
.main_cont_tit h1 {
    float: left;
    margin: 0;
    line-height: 64px;
    color: #154689;
    font-size: 32px;
    font-weight: bold;
}
.main_cont_fx {
    float: right;
    position: relative;
}
.main_cont_fx a {
    display: inline-block;
}
.main_cont_fx span {
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px;
    border: 1px solid #dedede;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: 16px;
}

.main_cont_fx a:hover span{
	background:#1c5bae;
    border: 1px solid #1c5bae;
}
.main_cont_fx span img {
    max-width: 100%;
    display: block;
}
.main_cont_fx .hide {
    position: absolute;
    display: none;
    overflow: hidden;
    top: 15px;
    left: -80px;
    transition: all 0.5s;
}
.bsTop{
    width: 208px !important;
}
.bsFrameDiv div{
    width: 208px !important;
	height: 208px !important;
	background:url(pic7.jpg) no-repeat;
	background-size: cover;
}
.bsFrameDiv img {
	display:none !important;
}
.main_cont {
    display: block;
    padding: 6px 0 16px;
    width: 100%;
    overflow: hidden;
}

/************************/
.main_list {
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_list ul {
    margin: 0;
    display: block;
    width: 100%;
}
.main_list ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    height: 50px;
    line-height: 50px;
}
.main_list ul li a {
    display: block;
    max-width: 88%;
    float: left;
    color: #333333 !important;
    height: 50px;
    font-size: 16px;
    width: 100%;
	transition-duration: 0s;
    -webkit-transition-duration: 0s;
    overflow: hidden;
}
.main_list ul li a:hover {
    color: #154689 !important;
    font-weight: bold;
}
.main_list ul li span {
    float: right;
    color: #666666 !important;
    font-size: 14px;
    height: 50px;
    display: block;
    overflow: hidden;
}

/************************/
.main_show {
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_show_tit {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
    text-align: center;
    padding: 12px 0 10px;
}
.main_show_tit h1 {
    font-size: 24px;
    color: #333333;
    display: block;
    width: 100%;
    line-height: 34px;
    margin: 0;
}
.main_show_tit p {
    font-size: 14px;
    font-weight: normal;
    color: #88766d;
    line-height: 30px;
    display: block;
    overflow: hidden;
    margin: 0;
    margin-top: 4px;
}
.main_show_nr {
    padding: 14px 0 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 28px;
    display: block;
}
.main_page{
    display: block;
    width: 100%;
	padding: 14px 0 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 28px;
}
/***************/
.main_piclist{
    display: block;
    width: 100%;
	padding: 14px 0 20px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 28px;
}
.main_piclist ul {
    margin: 0;
    display: block;
    width: 100%;
}
.main_piclist li {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    display: block;
    overflow: hidden;
}
.main_piclist li:nth-child(3n){
	margin-right:0px
}
.main_piclist li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_piclist_img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main_piclist_img img {
    width: 100%;
}
.main_piclist_nr {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 28px;
}
.main_piclist_nr p {
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0;
    font-size: 16px;
    color: #333333;
    width: 100%;
    overflow: hidden;
}
.main_piclist li a:hover .main_piclist_nr{
    border-bottom: 1px solid #1c5bae;
}
.main_piclist li a:hover .main_piclist_nr p{
	color: #1c5bae;
}
@media only screen and (max-width: 1200px) {
.top_box {
    padding: 20px 3%;
}
.top_logo a img {
    width: 242px;
}
.search_box {
    padding: 0 3%;
}
.top_bar_nav li>a {
    padding: 0 12px;
}
.top_bar_subnav {
    width: calc(200% + 24px);
}
.top_bar_subnav a {
    padding: 0 12px;
}
.in_one {
    padding: 30px 3% 42px;
}
.in_news_tit {
    margin-bottom: 16px;
}
.in_news_cont_nr {
    margin-top: 10px;
}
.in_news_cont_box {
    height: 300px;
}
.in_events_tit {
    margin-bottom: 16px;
}
.in_events_box {
    padding: 6.9% 0;
    height: auto;
}
.in_tow {
    padding: 2% 0 5%;
}
.in_education {
    padding: 0 3%;
}
.in_education_tit h1 {
    font-size: 28px;
    height: 64px;
    line-height: 64px;
}
.in_education_cont {
    margin-top: 22px;
}
.in_education_box {
	height:auto;
}
.in_education_nr {
    height: 54px;
    line-height: 54px;
}
.in_education_nr p {
    font-size: 20px;
}
.in_three {
    padding: 2% 0 5%;
}
.in_campus{
	padding: 0 3%;
}
.in_campus_tit h1 {
    font-size: 28px;
    height: 64px;
    line-height: 64px;
}
.in_campus_cont {
    margin-top: 2%;
}
.in_campus_h1 h1 {
    font-size: 20px;
}
.bottom {
    padding: 24px 0 20px;
}
.bottom_nr {
    padding: 0 3%;
}
.main_banner_position {
    padding: 0 3%;
}
.main_box {
    padding: 2% 3% 2%;
}
/******************/
.main_piclist_nr p {
    height: 44px;
    line-height: 44px;
}
.main_piclist_nr {
    margin-bottom: 22px;
}
.main_piclist li {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
}
}
@media only screen and (max-width: 1120px) {
.top_bar_nav li>a {
    padding: 0 8px;
    font-size: 15px;
}
.top_bar_subnav {
    width: calc(200% + 16px);
}
.top_bar_subnav a {
    padding: 0 8px;
}
.top_bar_tab_a {
    padding: 0 8px;
}
.search_a {
    width: 30px;
}
}

@media only screen and (max-width: 1024px) {
.top_logo a img {
    width: 192px;
}
.top_bar_nav li>a {
    padding: 0 4px;
	font-size: 12px;
    height: 36px;
    line-height: 36px;
}
.top_bar_subnav {
    width: calc(200% + 8px);
}
.top_bar_subnav a {
    padding: 0 4px;
	font-size: 10px;
}
.top_bar_tab_a a {
    font-size: 12px;
}
.search_a {
    width: 24px;
}
.search_a a {
    background-size: 50%;
}
.top_bar_tab_a a {
    height: 36px;
    line-height: 36px;
}
.search_a {
    height: 36px;
}
.in_news {
    width: 100%;
    float: inherit;
}
.in_events {
    width: 100%;
    float: inherit;
    margin-top: 16px;
}
.in_events_box {
    padding: 3% 0;
}
.in_education_tit h1 {
    font-size: 24px;
    height: 54px;
    line-height: 54px;
}
.in_education_left {
    margin-right: 14px;
}
.in_education_box {
    width: calc((100% - 28px) / 3);
}
.in_education_nr {
    height: 48px;
    line-height: 48px;
    background-size: 8px;
}
.in_education_nr p {
    font-size: 16px;
}
.in_campus_tit h1 {
    font-size: 24px;
    height: 54px;
    line-height: 54px;
}
.in_campus_nr {
    padding: 12px 26px 22px;
}
.in_campus_nr h1 {
    font-size: 24px;
    line-height: 42px;
}
.in_campus_nr p {
    line-height: 26px;
    font-size: 14px;
}
.bottom_nr span:nth-child(1) {
    max-width: 836px;
}
.bottom_nr span {
	font-size: 12px;
}
.bottom_nr p {
	font-size: 12px;
}
.main_banner_pic{
    height: 230px;
}
.main_left {
    width: 220px;
}
.main_left h1 {
    font-size: 26px;
    line-height: 48px;
}
.main_nav a {
    font-size: 14px;
    line-height: 40px;
}
.main_right {
    width: calc(100% - 252px);
}
.main_cont_tit h1 {
    font-size: 26px;
    line-height: 48px;
}
.main_cont_fx span {
    margin-top: 4px;
}
.main_cont_fx .hide {
    top: 3px;
}
.main_list ul li {
    height: 40px;
    line-height: 40px;
}
.main_list ul li a {
    height: 40px;
    font-size: 14px;
    max-width: 80%;
}
.main_list ul li span {
    font-size: 14px;
    height: 40px;
}
/******************/
.main_show_tit {
    padding: 8px 0;
}
.main_show_tit h1 {
    font-size: 20px;
    line-height: 30px;
}
.main_show_tit p {
    line-height: 26px;
}
.main_show_nr {
    padding: 8px 0 12px;
}
/************/
.main_page{
    padding: 8px 0 12px;
}
/******************/
.main_piclist_nr p {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.main_piclist_nr {
    margin-bottom: 18px;
}
.main_piclist li {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}
}
@media only screen and (max-width: 890px) {
.bottom {
    padding: 4% 0;
}
.bottom_nr p {
    width: 100%;
    line-height: 24px;
}
}
@media only screen and (max-width: 768px) {
.top_bar {
	display:none;
}
.wap_nav {
    display: block;
    margin-top: 1px;
}
.in_news_cont_box {
    width: 100%;
    height: auto;
}
.in_news_cont_left {
    margin-right: 0;
	margin-bottom: 20px;
}
.in_news_cont_pic {
	 max-height: 100%;
}
.in_news_tit h1 {
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    padding-right: 22px;
}
.in_news_tit a {
    margin-top: 6px;
    padding-right: 12px;
    padding-left: 10px;
}
.in_news_cont_nr p {
    font-size: 14px;
}
.in_events_tit h1 {
    font-size: 22px;
    height: 26px;
    line-height: 26px;
    padding-right: 22px;
}
.in_events_tit a {
    margin-top: 6px;
    padding-right: 12px;
    padding-left: 10px;
}
.in_events_nr p{
    font-size: 14px;
}

.in_education_box {
    width: 100%;
    float: inherit;
    margin-bottom: 20px;
}
.in_education_left {
    margin-right: 0;
}
.in_education_pic {
    max-height: 100%;
}
.in_three{
    background: #ffffff;
}
.in_campus_cont {
    height: 100% !important;
}
.in_campus_box {
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
}
.in_campus_h1 {
    display: none;
}
.in_campus_nr {
    display: block;
    margin-bottom: 20px;
    background: #cfdce9;
}
.in_campus_nr h1 {
    font-size: 18px;
    line-height: 30px;
}
.in_campus_nr p {
    line-height: 22px;
    font-size: 12px;
}
.in_campus_nr a {
    margin-top: 8px;
}
.main_banner_pic {
    height: 128px;
}
.main_banner_position_box a {
    height: 38px;
    line-height: 38px;
}

.main_banner_position_box span {
    height: 38px;
    line-height: 38px;
}
.main_left {
    width: 100%;
}
.main_left h1 {
    display: none;
}
.main_nav {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-overflow-scrolling: touch;
    text-align: justify;
    box-sizing: border-box;
}
.main_nav a {
    display: -webkit-inline-box;
    border: 0;
}
.main_right {
    width: 100%;
}
.main_list ul li span {
    font-size: 12px;
}
/********************/
.main_show_tit h1 {
    font-size: 18px;
    line-height: 28px;
}
.main_show_tit p {
    font-size: 12px;
}
/************************/
.main_piclist li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}
.main_piclist li:nth-child(3n) {
    margin-right: 20px;
}
.main_piclist li:nth-child(2n) {
    margin-right: 0px;
}

}
@media only screen and (max-width: 460px) {
/************************/
.main_piclist li {
    width: calc((100% - 14px) / 2);
    margin-right: 14px;
}
.main_piclist li:nth-child(3n) {
    margin-right: 14px;
}
}