@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #1076c1;
	text-decoration: none;
}

/*ie 兼容补救20190907 star*/
img{border: none;}
.clear_div{display: block;clear: both;}

/*ie 兼容补救20190907 end*/
/*public*/

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.banner_single_wap {
	display: none;
}

.pages_number {
	text-align: center;
}

.pages_number a {
	padding: 1px 8px;
	color: #808080;
	position: relative;
}

.pages_number a:hover,
.pages_number a.on {
	text-decoration: underline;
	color: #005d9f;
}

.pages_number .pages_prev:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #808080;
	border-bottom: 2px solid #808080;
	position: absolute;
	left: 0;
	top: 50%;
	transform: rotateZ(45deg) translateY(-50%);
	text-decoration: underline;
}

.pages_number .pages_next:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-left: 2px solid #808080;
	border-bottom: 2px solid #808080;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotateZ(-135deg) translateY(50%);
	text-decoration: underline;
}

.pages_number .pages_prev:hover:before,
.pages_number .pages_next:hover:before {
	border-color: #002752;
}

.content_area {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	    
	
}

.content_area111{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clear {
	position: relative;
	clear: both;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}
.logo_btn >p{font-size:smaller;float:none;color: #1076C1;}
.responsive_pic {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.acade_word_pic .pic {
	max-width: 380px;
	margin: 0 auto;
}

.responsive_pic img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.responsive_pic_contain {
	position: relative;
	width: 100%;
	height: 100%;
}

.responsive_pic_contain img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
}


/*上下篇*/

.pages_sx {
	width: 100%;
	line-height: 30px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	font-size: 14px;
	font-size: 20px;
}

.pages_sx a {
	display: block;
	width: 50%;
	height: 100%;
	padding: 0 1em;
	box-sizing: border-box;
	font-size: .7em;
	color: #666;
	float: left;
	padding-left: 5em;
	position: relative;
	box-sizing: border-box;
	line-height: 1.4em;
}

.pages_sx a .hd {
	max-height: 1.8em;
	display: block;
	width: 5em;
	font-size: .7em;
	height: 100%;
	float: left;
	border-radius: 5px;
	background: #f2f2f2;
	color: #666;
	text-align: center;
	float: left;
	margin: 0 1em;
}

.pages_sx a.prev .hd {
	position: absolute;
	left: -1em;
}

.pages_sx .next {
	text-align: right;
}

.pages_sx .next {
	padding: 0 5em 0 0;
	box-sizing: border-box;
}

.pages_sx .next .hd {
	position: absolute;
	right: -1em;
}

.pages_sx a:hover {
	color: #1076C1;
}

.pages_sx a:hover .hd {
	background: #1076C1;
	color: #fff;
}


/*header*/

.header_top {
	height: 36px;
	line-height: 36px;
	background: #1076c1;
	font-size: 12px;
	color: #fff;
	width: 100%;
	display: none;
}

.top_welcome {
	float: left;
}

.top_phrase {
	float: right;
}

.top_phrase span {
	position: relative;
}

.top_phrase span:before {
	content: '';
	display: none;
	width: 40px;
	height: 1px;
	background: rgba(255, 255, 255, .55);
	position: absolute;
	left: -50px;
	top: 50%;
}


/*header_logo*/

.header_logo {
	width: 100%;
	height: 96px;
	position: relative;
	background: #fff;
	border-bottom: 3px solid #1076C1;
}

.header_logo h1 {
	float: left;
	height: 100%;
	position: relative;
	padding-top: 18px;
}

.logo_btn {
	float: right;
	height: 45px;
display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;


}

.logo_btn a {
	display: inline-block;
	width: 120px;
	padding: 12px 0;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin: 20px 0 0 0;
	border-radius: 10px;
	font-size: 14px;
	color: #595959;
	background: #1076c1;
	border-color: #1076c1;
	color: #fff;
	transition: .3s;
}

.logo_btn a:hover {
	/* background: #1076c1; */
	/* border-color: #1076c1; */
	/* color: #fff; */
	box-shadow: 5px 5px 10px #999;
}


/*header_nav*/

.header_nav {
	text-align: center;
	font-size: 14px;
	position: relative;
	z-index: 10;
	background: #fff;
	width: 100%;
}

.header_nav_fixed {
	position: fixed;
	top: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.header_nav li {
	display: inline-block;
	position: relative;
	text-align: center;
}

.header_nav li p {
	float: left;
}

.header_nav li p a {
	display: inline-block;
	line-height: 50px;
	padding: 0 17px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	color: #666;
	font-size: 14px;
	position: relative;
}

.header_nav li:hover p a,
.header_nav li.on p a {
	color: #1076C1;
	font-weight: bold;
	position: relative;
}

.header_nav li p a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #1076C1;
	position: absolute;
	bottom: 0;
	transition: .3s;
}

.header_nav li:hover p a:after,
.header_nav li.on p a:after {
	width: calc(100% - 48px);
}

.header_nav li div {
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	transform: rotateX(90deg);
	transform-origin: center top;
	transition: .3s;
	z-index: 5;
}

.header_nav li:hover div {
	transform: rotateX(0deg);
}

.header_nav li div a {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #777;
	font-size: 12px;
}

.header_nav li div a:hover {
	background: rgba(16, 118, 193, 0.86);
	color: #fff;
}


/*banner star*/

.banner {
	background: #ccc;
	position: relative;
}

@media only screen and (max-width: 1250px) and (min-width:851px) {
	.banner {
		margin-top: 132px;
	}
}

.banner_pagination {
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: 2;
}

.banner img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.banner_pc {
	position: absolute;
	left: 0;
	top: 0;
}

.pic_wap {
	display: none;
}

@media only screen and (max-width: 750px) {
	.pic_wap {
		display: block;
	}
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	opacity: 1;
	background: #fff;
	width: 20px;
	height: 5px;
	border-radius: 5px;
	transition: .3s;
}

.banner .swiper-pagination-bullet-active {
	width: 40px;
	background: #1076c1;
}


/*banner end*/


/*footer*/

.footer {
	background: #267ab8;
	color: #fff;
	margin: 50px auto 0;
}

.footer a {
	color: #fff;
}

.footer_tp {
	padding: 60px 0 40px;
}

.footer_nav {
	float: left;
	width: 68%;
}

.footer_nav a {
	display: inline-block;
	font-size: 14px;
	width: 120px;
	margin: 0 10px 10px 0;
}

.footer_nav a:hover {
	text-decoration: underline;
}

.footer_tp_info {
	line-height: 30px;
	float: right;
	font-size: 14px;
}

.footer_tp_info_div {}

.footer_tp_info_div .info_hd {
	text-align: justify;
	position: relative;
	float: left;
}

.footer_tp_info_div .info_bd {
	float: left;
}

.info_hd:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(/images/ft_info_icons.png) no-repeat center top 0;
	position: absolute;
	left: -25px;
	top: 5px;
}

.info_hd_fax:before {
	background: url(/images/ft_info_icons.png) no-repeat center top -20px;
}

.info_hd_address:before {
	background: url(/images/ft_info_icons.png) no-repeat center top -40px;
}

.footer_bt {
	padding: 20px 0 40px;
}

.footer_flLinks {
	width: 88%;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	padding-left: 88px;
	position: relative;
	box-sizing: border-box;
	float: left;
}

.footer_frLinks_ti {
	position: absolute;
	left: 0;
	top: 0;
}

.footer_flLinks a {
	position: relative;
	color: rgba(255, 255, 255, .6);
	margin: 0 26px 10px 0;
	display: inline-block;
}

.footer_flLinks a:hover {
	color: #fff;
}

.footer_flLinks a:after {
	content: '';
	display: block;
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
}

.footer_flLinks a:last-child:after {
	display: none;
}

.footer_share {
	float: right;
}

.footer_share li {
	width: 20px;
	height: 20px;
	float: left;
	position: relative;
	margin-left: 10px;
	cursor: pointer;
	transition: .3s;
}

.footer_share li:hover {
	opacity: 1;
	transform: translateY(-2px);
}

.footer_share li a {
	display: block;
	width: 100%;
	height: 100%;
	opacity: .8;
}

.footer_share li.footer_share_qq {
	background: url(/images/share_icons.png) no-repeat center left 0;
}

.footer_share li.footer_share_wx {
	background: url(/images/share_icons.png) no-repeat center left -20px;
}

.footer_share li.footer_share_sina {
	background: url(/images/share_icons.png) no-repeat center left -40px;
}

.footer_share li img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -110%) scale(1) rotateX(90deg);
	transition: .3s ease-in-out;
}

.footer_share li:hover img {
	transform: translate(-50%, -110%) scale(1) rotateX(0);
}


/**/

.copyright {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, .3);
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
	padding: 10px 0;
}

.copyright a {
	color: rgba(255, 255, 255, .65);
}

.copyright a:hover {
	color: rgba(255, 255, 255, 1);
}


/*fiexd_icons*/

.fiexd_icons {
	width: 60px;
	position: fixed;
	bottom: 10%;
	right: 20px;
	z-index: 30;
	/*display: none;*/
}

.fiexd_icons a {
	display: block;
	width: 60px;
	height: 60px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(153, 153, 153, 0.12);
	opacity: .9;
	transition: .3s;
	cursor: pointer;
	position: relative;
}

.fiexd_icons a:hover {
	opacity: 1;
}

.fiexd_icons a img {
	width: 110px;
	height: 110px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-5px, -50%) scale(0);
	transform-origin: right center;
	transition: .3s;
	box-shadow: 0 0 2px rgba(0, 0, 0, .1);
}

.fiexd_icons a:hover img {
	transform: translate(-5px, -50%) scale(1);
}

.fiexd_icons .fiexd_icons_kygl {
	background: #fff url(/images/fiexd_icons.png) no-repeat center top 0;
}

.fiexd_icons .fiexd_icons_ysjy {
	background: #fff url(/images/fiexd_icons.png) no-repeat center top -60px;
}

.fiexd_icons .fiexd_icons_ks {
	background: #fff url(/images/fiexd_icons.png) no-repeat center top -120px;
}

.fiexd_icons .fiexd_icons_wxewm {
	background: #fff url(/images/fiexd_icons.png) no-repeat center top -180px;
}

.fiexd_icons .fiexd_icons_top {
	background: #1076c1 url(/images/fiexd_icons.png) no-repeat center top -240px;
	border: 1px solid #fff;
}


/*wap */

.wap_nav_switch {
	width: 24px;
	height: 16px;
	/* height: 1px; */
	position: fixed;
	top: 65px;
	right: 16px;
	z-index: 20;
	/* padding: 7px 0; */
	border-bottom: 2px solid #1076c1;
	box-sizing: border-box;
	transition: .5s;
	display: none;
}

.wap_nav_switch:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #1076c1;
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.wap_nav_switch:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #1076c1;
	position: absolute;
	left: 0;
	top: 50%;
	transition: .5s;
}

.switch_off {
	border-bottom: 0 solid #1076c1;
}

.switch_off:before {
	transform: translate(0px, 8px) rotateZ(225deg);
}

.switch_off:after {
	transform: translate(1px, 0px) rotateZ(-225deg);
}


/**/

.wap_nav {
	width: 100%;
	height: 100%;
	position: fixed;
	left: -100%;
	top: 132px;
	background: #fff;
	z-index: 20;
	display: none;
	transform: translateX(00%);
	transition: .5s ease-in-out;
	padding: 0 10px;
	box-sizing: border-box;
	overflow: auto;
}

.wap_nav_on {
	transform: translateX(100%);
}

.wap_nav ul li {
	padding: 0 3%;
	border-bottom: 1px solid rgba(204, 204, 204, 0.28);
	position: relative;
}

.wap_nav ul li:before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
	border-radius: 10%;
	position: absolute;
	right: 17px;
	top: 16px;
	transform: rotateZ(-45deg);
	transition: .3s;
}

.wap_nav ul li.on:before {
	transform: rotateZ(-225deg);
	border-left: 3px solid #666;
	border-bottom: 3px solid #666;
}

.wap_nav ul li p {
	padding: 10px 0;
}

.wap_nav ul li p a {
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}

.wap_nav ul li div {
	display: none;
}

.wap_nav ul li.on div {
	display: block;
	padding-bottom: 10px;
}

.wap_nav ul li div a {
	font-size: 12px;
	color: #666;
	display: inline-block;
	padding: 10px;
	width: 100%;
	font-weight: 500;
}

.wap_email {
	display: block;
	width: 80px;
	height: 40px;
	line-height: 40px;
	margin: 20px auto 140px;
	text-align: center;
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
}

.chafangzhibo {
	width: 100%;
	text-align: center;
}

.chafangzhibo img {
	max-width: 100%;
}
.banner{display: none;}
.su_banner{display: none;}
.su_banner{display: block;}
.su_banner img{width: 100%;}
/*@media  and (mix-width:1250px ) {
	.su_banner{margin-top: 132px;}
}*/
/*end*/