.container {
	width: 1230px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box
}

.header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2
}

.header .topbar {
	height: 120px;
	background: url(../images/topbar_bg.jpg) no-repeat;
	background-size: cover
}

.header .topbar .container {
	height: 120px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.header .topbar .logo a {
	display: block
}

.header .topbar .logo img {
	height: 80px;
	overflow: hidden
}

.header .topbar .sign img {
	height: 48px;
	overflow: hidden
}

.header .topbar .other {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.5)
}

.header .topbar .other a {
	color: rgba(255, 255, 255, 0.5)
}

.header .nav {
	position: relative;
	z-index: 1;
	height: 58px;
	background: #1a576c;
	line-height: 58px
}

.header .nav ul {
	display: flex;
	display: -webkit-flex
}

.header .nav ul li {
	flex: 1;
	-webkit-flex: 1;
	position: relative;
	z-index: 1000;
	float: left
}

.header .nav ul li .popup {
	display: none;
	position: absolute;
	left: 0px;
	top: 58px;
	width: 100%;
	z-index: 1000;
	background: #104b5f;
	padding: 10px 0
}

.header .nav ul li .popup>a {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF
}

.header .nav ul li .popup>a:hover {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	background: #104b5f;
	font-size: 16px;
	color: #FFFFFF
}

.header .nav ul li>a {
	display: block;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 16px;
	color: #ffffff
}

.header .nav ul li>a:hover {
	background: #104b5f;
	color: #ffffff
}

.header .nav ul li.on {
	background: #104b5f
}

.header .nav ul li.on>a {
	color: #FFFFFF
}

.header_wap {
	display: none;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
	z-index: 999;
	background: #104b5f;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06)
}

.header_wap .in {
	width: 100%;
	position: absolute;
	top: 0px;
	z-index: 1001;
	height: 50px;
	line-height: 44px
}

.header_wap .logo {
	height: 38px;
	float: left;
	height: 38px;
	line-height: 38px;
	margin: 4px 0 0 3%;
	overflow: hidden
}

.header_wap .logo a {
	display: block;
	height: 38px
}

.header_wap .logo img {
	height: 38px
}

.header_wap .menu_icon {
	width: 50px;
	height: 50px;
	float: right;
	background: url(../images/ic_nav_menu.png) no-repeat center #104b5f;
	background-size: 20px 20px
}

.header_wap .menubar {
	position: fixed;
	top: 0px;
	left: 800px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1001
}

.header_wap .menubar ul {
	background: #ffffff;
	padding-bottom: 32px
}

.header_wap .menubar .navbar_close {
	position: absolute;
	top: 5px;
	right: 15px
}

.header_wap .menubar .navbar_close img {
	height: 24px
}

.header_wap .menubar .cont {
	position: absolute;
	right: 0px;
	background: #ffffff;
	width: 80%;
	height: 100%;
	z-index: 1001;
	padding: 70px 0 0 0;
	box-sizing: border-box
}

.header_wap .menubar .cont .showbtn {
	display: block;
	width: 100%;
	height: 100%;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #f6f6f6;
	text-align: left;
	font-size: 16px;
	color: #333333;
	padding: 0 10px 0 12px;
	text-transform: uppercase
}

.header_wap .menubar .cont .showbtn i {
	float: right;
	font-size: 14px
}

.header_wap .menubar .cont .navbar_close {
	text-align: right
}

.header_wap .menubar .cont a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding: 0 0 0 50px;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #f6f6f6
}

.header_wap .pop_up a {
	position: relative;
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px !important
}

.header_wap .pop_up a:before {
	position: absolute;
	left: 25px;
	top: 19px;
	content: '';
	width: 15px;
	height: 1px;
	background: #CCCCCC
}

.banner_iner {
	position: relative;
	z-index: 1
}

.banner_iner_wap {
	display: none
}

.notice {
	position: relative;
	z-index: 2;
	top: -100px;
	height: 100px
}

.notice .in {
	background: #1a576c;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.notice .tit {
	position: relative;
	font-size: 24px;
	color: #ffffff;
	width: 14.5%;
	text-align: center
}

.notice .tit:before {
	position: absolute;
	right: 0px;
	top: -12px;
	content: '';
	width: 1px;
	height: 50px;
	background: rgba(255, 255, 255, 0.5)
}

.notice .notice_swiper {
	position: absolute;
	left: 0px
}

.notice .swiper_iner {
	position: relative;
	width: 85%;
	height: 100px;
	overflow: hidden
}

.notice .swiper-button-next,
.notice .swiper-button-prev {
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
	margin-top: -12px
}

.notice .swiper-button-next {
	background-image: url(../images/right_icon.png)
}

.notice .swiper-button-prev {
	background-image: url(../images/left_icon.png)
}

.notice .notice_swiper {
	width: 90%;
	padding: 0 10%;
	box-sizing: border-box;
	overflow: hidden
}

.notice .notice_swiper .li {
	height: 100px;
	overflow: hidden
}

.notice .notice_swiper .li a {
	display: block;
	height: 100px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #FFFFFF
}

.notice .notice_swiper .li .text {
	width: 80%;
	overflow: hidden;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.notice .next {
	position: absolute;
	right: 26px
}

.notice .prev {
	position: absolute;
	left: 90.2%
}

.news {
	margin-top: -60px;
	margin-bottom: 40px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.news .img {
	width: 33.33%;
	height: 280px;
	overflow: hidden;
	background: no-repeat center;
	background-size: contain
}

.news .list {
	width: 65.4%;
	height: 280px;
	overflow: hidden
}

.news .list .title {
	height: 47px;
	overflow: hidden;
	margin-bottom: 5px
}

.news .list .title a {
	display: block;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between
}

.news .list .title img {
	height: 47px;
	overflow: hidden
}

.news .list .title .i_more {
	font-size: 16px;
	color: #999999
}

.news .list .cont .item {
	height: 57px;
	line-height: 57px;
	overflow: hidden;
	background: url(../images/news_line.png) repeat-x left bottom
}

.news .list .cont .item a {
	display: block;
	height: 57px;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content: space-between
}

.news .list .cont .item .text {
	position: relative;
	width: 80%;
	padding-left: 27px;
	font-size: 18px;
	color: #333333;
	height: 57px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.news .list .cont .item .text:before {
	position: absolute;
	top: 25px;
	left: 0px;
	content: '';
	width: 6px;
	height: 6px;
	background: #36768c
}

.news .list .cont .item .data {
	font-size: 16px;
	color: #333333
}

.news .list .cont .item:hover {
	cursor: pointer
}

.news .list .cont .item:hover .text {
	color: #1a576c
}

.news .list .cont .item:hover .data {
	color: #1a576c
}

.i_case {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.i_case .case {
	width: 33.33%
}

.i_case .case .tit img {
	height: 47px;
	overflow: hidden
}

.i_case .case .item {
	margin-top: 20px
}

.i_case .case .item a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 140px;
	padding: 0 20px
}

.i_case .case .item .name {
	width: 70%;
	overflow: hidden;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 1
}

.i_case .case .item .name span {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	font-family: arial;
	margin-top: 20px
}

.i_case .case .item .icon {
	margin-top: 8px
}

.i_case .case .item .icon img {
	height: 84px
}

.i_case .case .bg1 {
	background: -webkit-linear-gradient(0, #245e72, #205c70);
	background: -o-linear-gradient(0, #245e72, #205c70);
	background: -moz-linear-gradient(0, #245e72, #205c70);
	background: linear-gradient(90deg, #245e72, #205c70);
	background-repeat: repeat-x
}

.i_case .case .bg2 {
	background: -webkit-linear-gradient(0, #b06a53, #b06a53);
	background: -o-linear-gradient(0, #b06a53, #b06a53);
	background: -moz-linear-gradient(0, #b06a53, #b06a53);
	background: linear-gradient(90deg, #b06a53, #b06a53);
	background-repeat: repeat-x
}

.i_case .case .bg3 {
	background: -webkit-linear-gradient(0, #333, #333);
	background: -o-linear-gradient(0, #333, #333);
	background: -moz-linear-gradient(0, #333, #333);
	background: linear-gradient(90deg, #333, #333);
	background-repeat: repeat-x
}

.i_case .about {
	width: 64.8%
}

.i_case .about .in {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 20px
}

.i_case .about .tit img {
	height: 47px;
	overflow: hidden
}

.i_case .about .intro {
	width: 60.7%
}

.i_case .about .intro .img {
	height: 219px;
	background: no-repeat center;
	background-size: cover
}

.i_case .about .intro .text {
	margin: 10px 0 52px 0;
	height: 160px;
	font-size: 16px;
	color: #333333;
	line-height: 32px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.i_case .about .intro .i_more a {
	display: block;
	font-size: 16px;
	color: #999999;
	line-height: 1
}

.i_case .about .i_img {
	width: 37.2%
}

.i_case .about .i_img .img {
	height: 219px;
	margin-bottom: 20px;
	background: no-repeat center;
	background-size: cover
}

.partner,
.partner_wap {
	margin-top: 20px;
	background: url(../images/partner_bg.jpg) no-repeat top center;
	background-size: 100% 300px
}

.partner .title a,
.partner_wap .title a {
	height: 127px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.partner .title .tit img,
.partner_wap .title .tit img {
	height: 47px;
	overflow: hidden
}

.partner .title .i_more,
.partner_wap .title .i_more {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1
}

.partner .cont,
.partner_wap .cont {
	height: 242px
}

.partner .cont .li a,
.partner_wap .cont .li a {
	position: relative;
	display: block;
	height: 242px
}

.partner .cont .li .img,
.partner_wap .cont .li .img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 242px;
	background: no-repeat center;
	background-size: cover
}

.partner .cont .li .in,
.partner_wap .cont .li .in {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.partner .cont .li .in .name,
.partner_wap .cont .li .in .name {
	width: 60%;
	height: 40px;
	line-height: 40px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.partner .cont .li a:hover .in,
.partner_wap .cont .li a:hover .in {
	background: #297997
}

.partner_wap {
	display: none
}

.footer {
	margin-top: 88px
}

.footer .t {
	background: #e9f1f4;
	padding: 80px 0
}

.footer .t .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.footer .t ul {
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.footer .t ul li {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	color: #333333;
	line-height: 32px
}

.footer .t ul li .popup {
	display: flex;
	flex-direction: column
}

.footer .t ul li a {
	color: #333333
}

.footer .t ul li a:hover {
	color: #1a576c
}

.footer .t .logo img {
	height: 73px;
	overflow: hidden
}

.footer .b {
	background: #297997;
	padding: 48px 0;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: rgba(255, 255, 255, 0.5)
}

.footer .b a{
	color: rgba(255, 255, 255, 0.5)
}

.bottomnav {
	display: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 50px;
	background: #104b5f
}

.bottomnav .item {
	width: 25%;
	float: left;
	text-align: center;
	display: block
}

.bottomnav .item img {
	height: 24px;
	margin-top: 4px
}

.bottomnav .item span {
	display: block;
	font-size: 12px;
	margin-top: 2px;
	color: #ffffff
}

.in_container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.nybanner {
	height: 320px;
	background: no-repeat top center;
	background-size: cover
}

.side {
	width: 21.2%;
	margin-top: -40px
}

.side .name {
	height: 100px;
	background: #1a576c;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.side .name span {
	position: relative;
	display: inline-block;
	height: 62px;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 32px
}

.side .name span:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 2px;
	background: #FFFFFF;
	bottom: 0px;
	left: 0px
}

.side .cata {
	padding: 20px 0 5px 20px;
	background: #f6f6f6
}

.side .cata a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 15px;
	padding-left: 36px
}

.side .cata a:before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #333333;
	top: 24px;
	left: 20px
}

.side .cata a.on {
	background: #fcfcfc;
	color: #1a576c
}

.side .cata a.on:before {
	background: #333333
}

.main {
	width: 75.3%
}

.main .submenu {
	padding: 30px 0 18px 0;
	text-align: right;
	font-size: 14px;
	color: #999999
}

.main .submenu a {
	font-size: 14px;
	color: #999999
}

.main .submenu a:hover {
	color: #333333
}

.main .name {
	position: relative;
	height: 32px;
	line-height: 32px
}

.main .name:before {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 18px;
	content: '';
	width: 100%;
	height: 1px;
	background: #e0e0e0
}

.main .name span {
	position: absolute;
	z-index: 2;
	font-size: 32px;
	color: #1a576c;
	line-height: 1;
	background: #ffffff;
	padding-right: 40px
}

.nyabout {
	margin-top: 42px;
	font-size: 16px;
	color: #333333;
	line-height: 32px
}

.nycontact .map {
	margin: 40px 0 30px 0
}

.nycontact .cont {
	font-size: 20px;
	color: #333333;
	line-height: 40px
}

.nycontact .cont span {
	font-size: 32px;
	/* color: #1a576c; */
	line-height: 1;
	display: block;
	margin-bottom: 30px
}

.nynews ul li {
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0
}

.nynews ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.nynews ul li .img {
	width: 28.7%;
	height: 182px;
	background: no-repeat center;
	background-size: cover
}

.nynews ul li .intro {
	width: 68.8%
}

.nynews ul li .intro .i_name {
	height: 20px;
	font-size: 20px;
	color: #333333;
	line-height: 1;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.nynews ul li .intro .data {
	margin: 16px 0 22px 0;
	font-size: 14px;
	color: #999999;
	line-height: 1
}

.nynews ul li .intro .text {
	height: 90px;
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.nycase ul {
	margin-top: 10px
}

.nycase ul li {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e0e0e0
}

.nycase ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start
}

.nycase ul li .data {
	width: 15.4%;
	font-size: 18px;
	color: #333333
}

.nycase ul li .text {
	width: 84.6%;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.nypartner .cont {
	margin-top: 42px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}

.nypartner .li {
	width: 32.2%;
	margin-bottom: 1.9%
}

.nypartner .li a {
	position: relative;
	display: block;
	height: 182px
}

.nypartner .li .img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 182px;
	background: no-repeat center;
	background-size: cover
}

.nypartner .li .in {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between
}

.nypartner .li .in .i_name {
	width: 100%;
	height: 28px;
	line-height: 28px;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.nypartner .li a:hover .in {
	background: #297997
}

.nyonline {
	width: 85%;
	min-height: 500px;
	margin-top: 42px;
	font-size: 14px;
	color: #333333
}

.nyonline .tit {
	font-size: 20px;
	color: #1d64be;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 18px
}

.nyonline .item {
	width: 300px;
	overflow: hidden;
	height: 52px;
	line-height: 50px;
	border: 2px solid #e8e8e8;
	padding: 0 0 0 10px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.nyonline .item .title {
	width: 110px
}

.nyonline .item .iner {
	display: flex;
	flex-direction: row
}

.nyonline .item input {
	width: 80%;
	height: 50px;
	border: 0px;
	background: initial;
	font-size: 14px;
	color: #333333;
	float: left
}

.nyonline .item input::-webkit-input-placeholder {
	font-size: 14px;
	color: #999999
}

.nyonline .item span {
	display: inline-block;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #da1b1b;
	float: right
}

.nyonline .item .i_name {
	float: left;
	font-size: 14px;
	color: #333333;
	background: initial
}

.nyonline .item select {
	width: 200px;
	float: right;
	padding-right: 21px;
	box-sizing: border-box;
	margin-right: 10px;
	height: 50px;
	border: 0px;
	background: initial;
	font-size: 14px;
	color: #333333;
	text-align: right;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/select.png) no-repeat right center;
	background-size: 12px 7px;
	direction: rtl
}

.nyonline .item select::-ms-expand {
	display: none
}

.nyonline .w1 {
	width: 600px
}

.nyonline .w2 {
	width: 400px
}

.nyonline textarea {
	border: 2px solid #e8e8e8;
	width: 100%;
	height: 200px;
	padding: 10px 20px;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box
}

.nyonline textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #333333
}

.nyonline .btn {
	margin-top: 20px
}

.nyonline .btn .submit {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0px;
	border-radius: 0;
	margin-right: 30px;
	font-size: 14px;
	color: #FFFFFF;
	background: #1d64be
}

.nyonline .btn .reset {
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 0px;
	border-radius: 0;
	margin-right: 30px;
	font-size: 14px;
	color: #FFFFFF;
	background: #aaaaaa
}

.nyschool ul {
	margin-top: 10px
}

.nyschool ul li {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #e0e0e0
}

.nyschool ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start
}

.nyschool ul li .text {
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.nydetail {
	margin-top: 40px
}

.nydetail .title {
	font-size: 32px;
	color: #1a576c;
	text-align: center
}

.nydetail .auth {
	font-size: 14px;
	color: #999999;
	line-height: 1;
	margin-top: 16px;
	text-align: center
}

.nydetail .cont {
	margin: 30px 0 100px 0;
	font-size: 16px;
	color: #333333;
	line-height: 40px
}

.nydetail .page {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.nydetail .page a {
	font-size: 14px;
	color: #999999;
	line-height: 1
}

.nydetail .page a:hover {
	color: #1a576c
}

.page {
	margin-top: 36px;
	text-align: left;
	box-sizing: border-box;
	font-size: 12px;
	color: #333333;
	font-family: arial
}

.page ul {
	display: flex;
	flex-direction: row
}

.page .prev,
.page .next {
	margin-right: 4px;
	display: inline-block;
	width: 80px;
	height: 40px;
	background: #ffffff;
	text-align: center;
	line-height: 40px;
	background: #ffffff;
	border: 1px solid #d0d0d0;
	background: #efefef;
	font-size: 14px;
	color: #333333
}

.page .num {
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #efefef;
	border: 1px solid #d0d0d0;
	margin-right: 4px;
	text-align: center;
	font-size: 14px;
	color: #333333
}

.page .cur {
	background: #1a576c;
	color: #ffffff;
	border: 1px solid #1a576c
}


.idc_iner {
	margin-top: 58px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between
}

.idc_iner .list {
	width: 31.9%;
	height: 374px;
	background: #e6f2f8
}

.idc_iner .tit {
	padding: 20px 20px;
	border-top: 1px solid #097bb9
}

.idc_iner .tit h3 {
	font-size: 40px;
	line-height: 1;
	color: #333333
}

.idc_iner .tit p {
	margin-top: 10px;
	line-height: 1;
	font-size: 14px;
	color: #999999;
	text-transform: uppercase
}

.idc_iner .tit:hover {
	cursor: pointer;
	background: #097bb9
}

.idc_iner .tit:hover h3,
.idc_iner .tit:hover p {
	color: #FFFFFF
}

.idc_iner .cont {
	margin: 5px 20px 25px 20px
}

.idc_iner .cont .item a {
	position: relative;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	padding-left: 10px;
	color: #333333;
	display: block;
	color: #333333;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.idc_iner .cont .item a:before {
	position: absolute;
	left: 0;
	top: 13px;
	content: '';
	width: 5px;
	height: 5px;
	background: #999999
}

.idc_iner .cont .item:hover a {
	color: #3c84de
}

.idc_iner .cont .item:hover a:before {
	background: #3c84de
}

.idc_wap {
	display: none
}

@media only screen and (max-width: 1200px) {
	.header {
		display: block
	}
	.header_wap {
		display: none
	}
	.header .nav ul li>a {
		font-size: 14px
	}
}

@media only screen and (max-width: 992px) {
	.container {
		width: 970px
	}
	.header {
		display: block
	}
	.header_wap {
		display: none
	}
}

@media only screen and (max-width: 768px) {
	.container {
		width: 100%
	}
	.header_wap {
		display: block
	}
	.pg_home {
		margin-top: 50px
	}
	.header {
		display: none
	}
	.banner_iner {
		display: none
	}
	.banner_iner_wap {
		display: block
	}
	.banner_wap .swiper-slide img {
		height: 204px;
		overflow: hidden
	}
	.notice {
		top: 0px;
		height: 50px;
		background: #1a576c
	}
	.notice .tit {
		display: none
	}
	.notice .notice_swiper {
		position: absolute;
		left: 0px
	}
	.notice .swiper_iner {
		position: relative;
		width: 100%;
		height: 50px;
		overflow: hidden
	}
	.notice .swiper-button-next,
	.notice .swiper-button-prev {
		width: 20px;
		height: 20px;
		background-size: 20px 20px;
		margin-top: -9px
	}
	.notice .notice_swiper {
		width: 81%;
		padding: 0
	}
	.notice .notice_swiper .li {
		height: 50px
	}
	.notice .notice_swiper .li a {
		height: 50px;
		font-size: 14px
	}
	.notice .notice_swiper .li .text {
		width: 70%
	}
	.notice .next {
		right: 0px
	}
	.notice .prev {
		left: 87.2%
	}
	.news {
		margin-top: 0px;
		display: initial
	}
	.news .img {
		width: 93%;
		height: 280px;
		background-size: cover;
		margin: 0 15px
	}
	.news .list {
		width: 93%;
		height: 236px;
		margin: 0 15px
	}
	.news .list .title {
		height: 30px;
		margin-bottom: 15px;
		margin-top: 15px
	}
	.news .list .title img {
		height: 30px
	}
	.news .list .title .i_more {
		font-size: 14px
	}
	.news .list .cont .item {
		height: 44px;
		line-height: 44px
	}
	.news .list .cont .item a {
		height: 44px
	}
	.news .list .cont .item .text {
		width: 70%;
		padding-left: 27px;
		font-size: 14px;
		color: #333333;
		height: 44px
	}
	.news .list .cont .item .text:before {
		top: 19px
	}
	.news .list .cont .item .data {
		font-size: 14px
	}
	.i_case {
		display: initial
	}
	.i_case .case {
		width: 93%;
		margin: 0 15px
	}
	.i_case .case .tit {
		height: 30px
	}
	.i_case .case .tit img {
		height: 30px
	}
	.i_case .case .item {
		margin-top: 15px
	}
	.i_case .case .item a {
		height: 80px;
		padding: 0 10px
	}
	.i_case .case .item .name {
		font-size: 16px
	}
	.i_case .case .item .name span {
		font-size: 14px;
		margin-top: 10px
	}
	.i_case .case .item .icon img {
		height: 40px
	}
	.i_case .about {
		width: 93%;
		margin: 0 15px
	}
	.i_case .about .in {
		display: initial;
		margin-top: 20px
	}
	.i_case .about .tit {
		margin-top: 20px;
		height: 30px
	}
	.i_case .about .tit img {
		height: 30px
	}
	.i_case .about .intro {
		width: 100%;
		margin-top: 15px
	}
	.i_case .about .intro .img {
		height: 219px
	}
	.i_case .about .intro .text {
		margin: 10px 0 20px 0;
		height: 110px;
		font-size: 14px;
		line-height: 22px;
		-webkit-line-clamp: 5
	}
	.i_case .about .intro .i_more a {
		display: block;
		font-size: 16px;
		color: #999999;
		line-height: 1
	}
	.i_case .about .i_img {
		display: none;
		width: 100%;
		margin-top: 15px
	}
	.i_case .about .i_img .img {
		height: 219px;
		margin-bottom: 15px;
		background: no-repeat center;
		background-size: cover
	}
	.partner {
		display: none
	}
	.partner_wap {
		display: block;
		margin-top: 0px
	}
	.partner_wap {
		background-size: 100% 180px;
		margin-bottom: 65px
	}
	.partner_wap .title a {
		height: 80px
	}
	.partner_wap .title .tit img {
		height: 30px
	}
	.partner_wap .title .i_more {
		font-size: 14px
	}
	.partner_wap .cont .li .in {
		font-size: 14px
	}
	.partner_wap .cont .li .in .name {
		font-size: 14px
	}
	.footer {
		display: none
	}
	.bottomnav {
		display: block
	}
	.nybanner {
		height: 138px;
		margin-top: 50px
	}
	.in_container {
		display: initial
	}
	.side {
		width: 100%;
		margin-top: -21px
	}
	.side .name {
		height: 50px;
		padding: 0 15px
	}
	.side .name span {
		height: 30px;
		font-size: 18px;
		line-height: 18px
	}
	.side .name span:before {
		width: 30px
	}
	.side .cata {
		padding: 15px 0 0 0;
		overflow: hidden
	}
	.side .cata a {
		position: relative;
		width: 50%;
		float: left;
		margin-bottom: 10px;
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding-left: 30px
	}
	.side .cata a:before {
		top: 18px;
		left: 15px
	}
	.main {
		width: 100%
	}
	.main .submenu {
		padding: 15px;
		text-align: left
	}
	.main .name {
		margin-left: 15px
	}
	.main .name span {
		font-size: 18px;
		padding-right: 20px
	}
	.main .name:before {
		top: 11px
	}
	.nyabout {
		margin: 15px 15px 65px 15px;
		font-size: 14px;
		color: #333333;
		line-height: 28px
	}
	.nycontact {
		margin: 15px 15px 65px 15px;
		overflow: hidden
	}
	.nycontact .map {
		margin: 15px 0 15px 0
	}
	.nycontact .cont {
		font-size: 14px;
		color: #333333;
		line-height: 28px
	}
	.nycontact .cont span {
		font-size: 16px;
		/* color: #1a576c; */
		line-height: 1;
		display: block;
		margin-bottom: 15px
	}
	.nynews {
		margin: 0 15px 0 15px
	}
	.nynews ul li {
		padding: 15px 0
	}
	.nynews ul li .img {
		width: 40%;
		height: 120px
	}
	.nynews ul li .intro {
		width: 56%
	}
	.nynews ul li .intro .i_name {
		height: 16px;
		font-size: 16px
	}
	.nynews ul li .intro .data {
		margin: 8px 0 10px 0
	}
	.nynews ul li .intro .text {
		height: 72px;
		font-size: 12px;
		line-height: 24px;
		-webkit-line-clamp: 3
	}
	.nycase ul {
		margin: 0 15px 0 15px
	}
	.nycase ul li {
		height: 44px;
		line-height: 44px
	}
	.nycase ul li a {
		height: 44px
	}
	.nycase ul li .data {
		width: 26%;
		font-size: 14px;
		color: #333333
	}
	.nycase ul li .text {
		width: 74%;
		height: 44px;
		line-height: 44px;
		font-size: 14px
	}
	.nypartner .cont {
		margin: 15px
	}
	.nypartner .li {
		width: 48.2%;
		margin-bottom: 3.9%
	}
	.nypartner .li a {
		height: 120px
	}
	.nypartner .li .img {
		height: 120px
	}
	.nyonline {
		width: 100%;
		min-height: 500px;
		margin: 15px 15px 60px 15px
	}
	.nyonline .item {
		width: 320px;
		height: 44px;
		line-height: 44px;
		padding: 0 0 0 15px
	}
	.nyonline .item .title {
		width: 110px
	}
	.nyonline .item input {
		width: 95%;
		height: 40px;
		border: 0px;
		font-size: 14px
	}
	.nyonline .item select {
		width: 57%;
		height: 44px
	}
	.nyonline .w1 {
		width: 357px
	}
	.nyonline .w2 {
		width: 327px
	}
	.nyonline textarea {
		height: 120px
	}
	.nyonline textarea::-webkit-input-placeholder {
		font-size: 14px;
		color: #333333
	}
	.nyonline .btn {
		margin-top: 20px
	}
	.nyonline .btn .submit {
		width: 120px;
		height: 44px;
		line-height: 44px
	}
	.nyonline .btn .reset {
		width: 120px;
		height: 44px;
		line-height: 44px
	}
	.nyschool ul {
		margin: 0 15px 0 15px
	}
	.nyschool ul li {
		height: 44px;
		line-height: 44px
	}
	.nyschool ul li a {
		height: 44px
	}
	.nyschool ul li .text {
		height: 44px;
		line-height: 44px;
		font-size: 14px
	}
	.nydetail {
		margin: 15px
	}
	.nydetail .title {
		font-size: 16px
	}
	.nydetail .auth {
		font-size: 12px
	}
	.nydetail .cont {
		margin: 15px 0 5px 0;
		font-size: 13px;
		line-height: 26px
	}
	.nydetail .page {
		display: block;
		margin: 15px 0px 66px 0px
	}
	.nydetail .page a {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 30px
	}
	.nydetail .page a:hover {
		color: #1a576c
	}
	.page {
		margin: 30px 15px 65px 15px
	}
	.page .prev,
	.page .next {
		width: 55px;
		height: 34px;
		line-height: 34px
	}
	.page .num {
		width: 55px;
		height: 34px;
		line-height: 34px
	}
  .idc {
		display: none
	}

	.idc_wap {
		display: block
	}

	.idc_iner {
		margin-top: 20px;
		display: initial
	}

	.idc_iner .list {
		width: 92.6%;
		margin-left: 3.7%;
		height: 302px;
		background: #e6f2f8
	}

	.idc_iner .tit {
		padding: 15px 15px 10px 15px;
		border-top: 1px solid #097bb9
	}

	.idc_iner .tit h3 {
		font-size: 20px
	}

	.idc_iner .tit p {
		margin-top: 5px;
		font-size: 12px;
		color: #999999
	}

	.idc_iner .cont {
		margin: 5px 15px 15px 15px
	}

	.idc_iner .cont .item a {
		height: 28px;
		line-height: 28px;
		font-size: 14px
	}
	iframe {
		width: 360px;
		height: 200px;
	}

}

