

/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}

* {
	word-wrap: break-word;
}

body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body,
html {
	font-family: "微软雅黑";
	min-width: 320px;
}

ul,
ul li,
dl,
dl dt,
dl dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.f_faminly {
	font-family: "微软雅黑";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearboth {
	clear: both;
}

.bigzm {
	text-transform: uppercase;
}

.b_cursor {
	border: 0px;
	cursor: pointer;
}

a {
	color: #00447C;
}

a:link {
	text-decoration: none;
}

input {
	outline: 0;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs20 {
	font-size: 20px;
}

ul li {
	list-style-type: none;
	float: left;
}

.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}

.container1 {
	width: 100%;
}


/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #466f9e;
	z-index: 10000000;
}

.loading-img {
	width: 231px;
	position: absolute;
	height: 47px;
	left: 50%;
	top: 50%;
	margin-left: -115.5px;
	margin-top: -23.5px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}

@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}

	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}


/*头部*/

#banner {
	width: 100%;
	position: relative;
}

.clearpadding {
	padding: 0px;
	margin: 0px;
}


.i_bg1 {
	background: url(../image/bg1.jpg) center center no-repeat;
	background-size: cover;
}

.i_bg2 {
	background: url(../image/bg2.jpg) center center no-repeat;
	background-size: cover;
}


.header {
	width: 100%;
	position: fixed;
	/*height:110px;*/
	left: 0px;
	top: 40px;
	z-index: 10000;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.header.fixedmenu {
	background-color: #fff;
	top: 0px;
	position: fixed;
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
}

.header.fixednav {
	position: relative;
}

.header.fixednav.fixedmenu {
	position: fixed;
}

.i_top {
	width: 100%;
	height: 90px;
	background: url(../image/tb_05.png) repeat;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
	padding: 0px 2.5%;
	position: relative;
}

.i_top.activezz {
	-moz-border-radius: 20px 20px 0px 0px;
	/* Gecko browsers */
	-webkit-border-radius: 20px 20px 0px 0px;
	/* Webkit browsers */
	border-radius: 20px 20px 0px 0px;
	/* W3C syntax */
}

.i_logo_img {
	width: 14%;
	padding-top: 22px;
}

.i_logo_img img {
	width: 100%;
}


.i_keyword_l {
	margin-left: 13%;
	padding-right: 5px;
	line-height: 63px;
	color: #333333;
	font-size: 14px;
}

.i_keyword_l a {
	color: #666666;
	padding-right: 5px;
	display: inline-block;
}

.i_keyword_l a:hover {
	text-decoration: none;
	color: #f79630;
}


.i_logo_ul {
	width: 61%;
}

.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.i_logo_ul .nav_menu:after {
	width: 100%;
	height: 1px;
	background-color: #666666;
	position: absolute;
	left: 0px;
	bottom: 20px;
	content: "";
	display: none;
}

.i_logo_ul.xzactive .nav_menu:after {
	display: block;
}

.i_logo_ul .nav_menu li {
	width: 16.66%;
	height: 90px;
	float: left;
	margin: 0px;
	padding: 0px;
	/* position:relative;*/
}

.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	position: relative;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #000000;
	font-size: 16px;
}

.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
	color: #00447C;
	text-decoration: none;
}

.i_logo_ul .nav_menu li .a_nav:after {
	content: "";
	width: 0px;
	height: 4px;
	background-color: #01447b;
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	margin-left: 0px;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}

.i_logo_ul .nav_menu li .a_nav:hover:after,
.i_logo_ul .nav_menu li .a_nav.active:after,
.i_logo_ul .nav_menu li .a_nav.active1:after {
	width: 60px;
	margin-left: -30px;
}

.header.fixedmenu .i_top .twodiv {
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
}

.i_top .twodiv {
	width: 100%;
	background: url(../image/tb_05.png) repeat;
	position: absolute;
	left: 0px;
	top: 100%;
	padding: 15px 2.5% 60px 2.5%;
	display: none;
	-moz-border-radius: 0px 0px 20px 20px;
	/* Gecko browsers */
	-webkit-border-radius: 0px 0px 20px 20px;
	/* Webkit browsers */
	border-radius: 0px 0px 20px 20px;
	/* W3C syntax */
}

.i_top .twodiv_box1 {
	width: 61%;
	margin-right: 14%;
	margin-right: 17%;
}

.i_top .twodiv_box1 dd {
	width: 16.66%;
	float: left;
}

.i_top .twodiv_box1 dd a {
	width: 100%;
	padding: 5px 0px;
	line-height: 1.6;
	text-align: center;
	color: #666666;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.i_top .twodiv_box1 dd a:hover {
	text-decoration: none;
	color: #01447b;
}

/*.i_logo_ul .nav_menu li dl{width:160px; position:absolute; left:50%; margin-left:-80px; top:100%; background-color:#f79630; z-index:111; display:none;}
.i_logo_ul .nav_menu li dl dd{width:100%; float:left;}
.i_logo_ul .nav_menu li dl dd a{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center; color:#fff; font-size:16px; display:inline-block; float:left;}
.i_logo_ul .nav_menu li dl dd a:hover{ color:#fff; text-decoration:none; background-color:#fba448;}
*/
/*.i_phone{ background:url(../images/tb_01.png) left center no-repeat; background-size:25px; color:#333333; font-size:18px; line-height:63px; padding-left:35px;}*/



.i_ss {
	width: 16%;
	height: 55px;
	margin-top: 18px;
	margin-left: 1%;
	position: relative;
	text-align: center;
	padding-right: 10px;
}

.i_ss:after {
	width: 2px;
	height: 19px;
	background-color: #666666;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9.5px;
	content: "";
	text-align: center;
}

.i_ss .i_ss_t {
	height: 55px;
	line-height: 55px;
	background: url(../image/tb_01s.png) left center no-repeat;
	display: inline-block;
	padding-left: 29px;
	color: #00447C;
	font-size: 16px;
	cursor: pointer;
	padding-right: 5px;
}

.i_ss .i_ss_c {
	width: 200px;
	position: absolute;
	top: 72px;
	right: 0px;
	background-color: #fff;
	display: none;
}

.i_ss .i_ss_c .ipt1 {
	width: 85%;
	height: 34px;
	line-height: 34px;
	background-color: transparent;
	text-indent: 10px;
	border: 0px;
	font-family: "微软雅黑";
	color: #333;
	font-size: 14px;
}

.i_ss .i_ss_c .ipt2 {
	width: 15%;
	height: 34px;
	line-height: 34px;
	border: 0px;
	background: url(../image/tb_01sz.png) center no-repeat;
	background-color: #01447b;
	cursor: pointer;
	background-size: 18px;
}

.i_ss .i_ss_c .ipt1:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

.i_ss .i_ss_c .ipt1::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

.i_ss .i_ss_c .ipt1:-ms-input-placeholder {
	color: #999999;
}

.i_ss .i_ss_c .ipt1::-webkit-input-placeholder {
	color: #999999;
}

.lag {
	position: absolute;
	right: 0;
	top: 20px;
	color: #00447C;
}

.lag a {
	padding: 0 2px;
}

.home-swiper {
	width: 100%;
	height: 100%;
}

.home-swiper .swiper-slide {
	text-align: left;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
	position: relative;
}

/*.home-swiper .swiper-slide.swiper-slide-active{-webkit-animation: hvr-bob 7s ease infinite;animation: hvr-bob 7s ease infinite;}*/
.home-swiper .swiper-slide .s1 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: block;
}

.home-swiper .swiper-slide .s1 img {
	width: 100%;
	height: auto !important;
	display: none;
}

.home-swiper .swiper-slide .s2 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.home-swiper .swiper-slide .s2 img {
	width: 100%;
	height: auto !important;
	display: none;
}


.home_subiao {
	width: 26px;
	height: 45px;
	background: url(../image/tb_02.png) no-repeat;
	position: absolute;
	right: 20%;
	top: 50%;
	margin-top: 180px;
	z-index: 111;
}

.home-swiper.swiper-container-horizontal>.home-pagination.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 24px;
	text-align: center;
	left: auto;
	right: 20%;
	bottom: auto;
	top: 50%;
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.home-pagination .swiper-pagination-bullet {
	width: 100% !important;
	height: 25px;
	line-height: 25px;
	background-color: transparent;
	margin: 20px 0px !important;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.home-pagination .swiper-pagination-bullet:after {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	content: "";
}

.home-pagination .swiper-pagination-bullet-active {
	color: #01437d;
}

.home-pagination .swiper-pagination-bullet-active:after {
	background-color: #01437d;
}

/*
.home-swiper .home_prev{width:21px; height:40px; background:url(../images/banner_l.png) no-repeat; position:absolute; left:4%; top:50%; margin-top:-20px; background-size:100%;}
.home-swiper .home_next{width:21px; height:40px; background:url(../images/banner_r.png) no-repeat; position:absolute; right:4%; top:50%; margin-top:-20px; background-size:100%;}*/




/*首页内容部分*/
.ui_div {
	width: 100%;
	overflow: hidden;
}

.ui_div1 {
	width: 100%;
}

.ui_div_center {
	width: 1400px;
	margin: 0px auto;
}

.ui_div_con {
	width: 1200px;
	margin: 0px auto;
}


/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}

.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	background-color: #fff;
	left: 0px;
	z-index: 100000;
	-moz-box-shadow: 0px 0px 10px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 0px 10px #e5e5e5;
	/*opera或ie9*/
}

.phone_logo {
	padding: 10px 0px;
}

.phone_logo .p1 img {
	width: auto;
	height: 35px;
}

@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 100%;
		display: inline-block;
		position: relative;
	}

	/*.header{ display:none;}*/
	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}

	.phone_nav {
		display: block;
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		z-index: 100000;
		background-color: #fff;
	}

	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		top: 50%;
		margin-top: -15px;
		z-index: 1;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}

	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #00447b;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}

	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #00447b;
		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}

	.phone_nav .nav_but:before {
		margin-top: -5px;
	}

	.phone_nav .nav_but:after {
		margin-top: 5px;
	}

	/*栏目名称*/
	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background-color: #fff;
		overflow: hidden;
	}

	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}

	.phone_nav .nav_main li a {
		background-position: left;
		color: #333;
		height: 46px;
		line-height: 46px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
		font-size: 14px;
	}

	.phone_nav .nav_main .ss {
		border: 1px solid #fff;
		margin-top: 20px;
	}

	.phone_nav .nav_main .ss .p2 {
		float: right;
	}

	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		width: 34px;
		height: 34px;
	}

	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}

	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}

	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 50%;
		height: 50px;
		background: url("../image/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}

	.phone_nav .nav_main .ul {
		padding: 0 0 0px 40px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}

	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}

	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 20px;
		margin-bottom: 10px;
	}


	.phone_nav .nav_main li {
		width: 100%;
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(225, 225, 225, 0.5);
		padding: 0 20px;
		position: relative;
	}

	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}

	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}

	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}

	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}

	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}

	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}


	/*打开样式*/
	.phone_nav_one {
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}

	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}

	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}

	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}

	.phone_nav_one .nav_main li {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}




@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 10px 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:758px) {

	/*--768-0--*/
	/*.phone_nav .nav_but_box{ top:34px; right:10px;}*/
	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 550px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

/*手机导航*/
.i_ssbn {
	width: 50px;
	height: 100%;
	background: url(../image/tb_01s.png) center no-repeat;
	background-size: 17px;
	position: absolute;
	top: 0px;
	right: 40px;
	z-index: 10000;
}

.i_ssbn span {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.i_ssbn_div {
	width: 200px;
	display: none;
	background-color: #fff;
	z-index: 10000;
	position: absolute;
	right: 0px;
	top: 100%;
	box-shadow: 0px 5px 20px 0px #d9d9d9;
}

.i_ssbn_div .ipt1 {
	width: 80%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	border: 0px;
	font-family: "微软雅黑";
	background-color: #fff;
	color: #b9b9b9;
	font-size: 0.16rem;
}

.i_ssbn_div .ipt2 {
	width: 20%;
	height: 40px;
	background: url(../image/tb_01sz.png) center no-repeat;
	background-color: #00447b;
	border: 0px;
	background-size: 15px;
}

.i_ssbn_div input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #b9b9b9;
}

.i_ssbn_div input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #b9b9b9;
}

.i_ssbn_div input:-ms-input-placeholder {
	color: #b9b9b9;
}

.i_ssbn_div input::-webkit-input-placeholder {
	color: #b9b9b9;
}

.i_box1 {
	width: 100%;
	padding: 100px 0px 95px 0px;
}

.i_box1_t {
	width: 100%;
	padding-bottom: 86px;
	position: relative;
}

.i_box1_t .en_box {
	width: 100%;
	line-height: 1.3;
	color: #ccdae5;
	font-size: 118px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 140px;
}

.i_box1_t .en_box span {
	position: relative;
}

.i_box1_t .en_box span:after {
	width: 50px;
	height: 43px;
	background: url(../image/img6.jpg) no-repeat;
	position: absolute;
	left: -67px;
	top: -97px;
	z-index: 1;
	content: "";
}

.i_box1_t_l {
	width: 39.5%;
	padding-top: 165px;
}

.i_box1_t_l_t {
	width: 100%;
	font-size: 22px;
	color: #999999;
	line-height: 1.5;
}

.i_box1_t_l_t.active {
	text-align: center;
}

.i_box1_t_l_t .s1 {
	color: #00447C;
	font-size: 34px;
	font-weight: bold;
}

.i_box1_t_l_c {
	width: 100%;
	margin: 40px 0px 40px 0px;
	height: 150px;
	line-height: 30px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}

.i_box1_t_l_b {
	height: 33px;
	line-height: 33px;
	padding-right: 27px;
	background: url(../image/tb_02s.png) right center no-repeat;
	color: #00447C;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.i_box1_t_l_b:hover {
	color: #00447C;
	text-decoration: none;
}

.i_box1_t_r {
	width: 51.5%;
	position: relative;
	z-index: 1;
}

.i_box1_t_r_t {
	width: 100%;
	padding: 0px 0px 30px 31.5%;
}

.i_box1_t_r_t .a_img {
	width: 100%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.i_box1_t_r_t .a_img img {
	width: 100%;
}

.i_box1_t_r_t .a_img .a_player {
	width: 100%;
	height: 100%;
	background: url(../image/tb_05s.png) center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.i_box1_t_r_c {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.i_box1_t_r_c img {
	max-width: 100%;
	height: auto !important;
}

.i_box1_c {
	width: 100%;
}

.i_box1_c li {
	width: 12.5%;
	margin-right: 16.66%;
	float: left;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

.i_box1_c li .s1 {
	font-size: 36px;
	color: #00447C;
	font-weight: bold;
}



.i_box3 {
	width: 100%;
	padding: 77px 0px 87px 0px;
}

.i_box3_t {
	width: 100%;
}

.i_box3_t .s1 {
	font-size: 22px;
	color: #999999;
	line-height: 1.5;
}

.i_box3_t .s1 span {
	color: #00447C;
	font-size: 34px;
	font-weight: bold;
}

.i_box3_t .s2 {
	margin-top: 15px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
}

.i_box3_t .s2 a {
	height: 40px;
	font-weight: bold;
	line-height: 40px;
	background: url(../image/tb_02s.png) right center no-repeat;
	padding-right: 30px;
	color: #00447C;
	font-size: 16px;
	display: none;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	float: left;
}

.i_box3_t .s2 a:hover {
	text-decoration: none;
	color: #00447C;
}

.i_box3_t .s3 {
	margin-top: 15px;
}

.i_box3_t .s3 a {
	margin: 0px 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	color: #000000;
	font-size: 18px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	float: left;
	position: relative;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3_t .s3 a:after {
	width: 0px;
	height: 3px;
	background-color: #00447C;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	content: "";
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 1.5px;
	/* Gecko browsers */
	-webkit-border-radius: 1.5px;
	/* Webkit browsers */
	border-radius: 1.5px;
	/* W3C syntax */
}

.i_box3_t .s3 a:hover,
.i_box3_t .s3 a.active {
	color: #00447C;
	text-decoration: none;
	font-weight: bold;
}

.i_box3_t .s3 a:hover:after,
.i_box3_t .s3 a.active:after {
	width: 100%;
}

.i_box3_c {
	width: 100%;
	padding-top: 75px;
}

.i_box3_con {
	width: 100%;
	display: none;
}

.i_box3_box {
	width: 100%;
}

.i_box3_box_l {
	width: 47.5%;
}

.i_box3_box_l li {
	width: 100%;
	float: left;
	padding-bottom: 15px;
}

.i_box3_box_l li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	background-color: #ffffff;
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.10);
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
	color: #999999;
	font-size: 16px;
	padding: 15px 6% 10px 6%;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box3_box_l li .div:hover {
	text-decoration: none;
	background-color: #f17f02;
	color: #f6af61;
}

.i_box3_box_l li .div .div_text {
	width: 100%;
	display: table;
}

.i_box3_box_l li .div .div_text .div_l {
	width: 98px;
	padding-right: 30px;
	display: table-cell;
	color: #000;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	display: none;
}

.i_box3_box_l li .div .div_text .div_l span {
	font-size: 56px;
}

.i_box3_box_l li .div:hover .div_text .div_l {
	color: #fff;
}

.i_box3_box_l li .div .div_text .div_r {
	display: table-cell;
	vertical-align: middle;
}

.i_box3_box_l li .div .div_text .div_r .s1 {
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.i_box3_box_l li .div:hover .div_text .div_r .s1 {
	color: #fff;
}

.i_box3_box_l li .div .div_text .div_r .s2 {
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}

.i_box3_box_r {
	width: 52.5%;
}

.i_box3_box_r li {
	width: 50%;
	float: left;
	padding-left: 5%;
}

.i_box3_box_r li .div {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	float: left;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.10);
	color: #999999;
	font-size: 16px;
	overflow: hidden;
}

.i_box3_box_r li .div:hover {
	text-decoration: none;
	color: #999999;
}

.i_box3_box_r li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	min-height: 230px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.i_box3_box_r li .div .a_img img {
	width: 100%;
	display: none;
}

.i_box3_box_r li .div .a_text {
	width: 100%;
	padding: 25px 5% 15px 5%;
}

.i_box3_box_r li .div .a_text .s1 {
	width: 100%;
	height: 56px;
	line-height: 28px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.i_box3_box_r li .div:hover .a_text .s1 {
	color: #00447C;
}

.i_box3_box_r li .div .a_text .s2 {
	width: 100%;
	margin-bottom: 24px;
	line-height: 23px;
	overflow: hidden;
	height: 92px;
}

.i_box3_box_r li .div .a_text .s3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.i_box3_box_r li .div .a_text .s3 .more_btn {
	height: 30px;
	line-height: 30px;
	padding-right: 25px;
	background: url(../image/tb_02s.png) right center no-repeat;
	color: #00447C;
	font-weight: bold;
}
.i_box3_box_r li .div .a_text .s3 .timetext{ display: none;}
.i_box2 {
	width: 100%;
	padding: 95px 0px 130px 0px;
}

.i_box2_dl {
	width: 100%;
}

.i_box2_dl dt {
	width: 58%;
	float: left;
	padding-right: 4%;
	float: left;
	font-weight: normal;
}

.i_box2_dl dt .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.20);
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	color: #fff;
	font-size: 16px;
}

.i_box2_dl dt .a_img img {
	width: 100%;
}

.i_box2_dl dt .a_img .a_text {
	width: 100%;
	padding: 15px 5% 20px 5%;
	background: url(../image/tb_013.png) repeat;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.i_box2_dl dt .a_img .a_text .s1 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

.i_box2_dl dt .a_img .a_text .s2 {
	width: 100%;
	height: 69px;
	overflow: hidden;
	line-height: 23px;
}

.i_box2_dl dd {
	width: 42%;
	float: left;
	margin-top: 30px;
}

.i_box2_dl dd .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 16px;
}

.i_box2_dl dd .div:hover {
	text-decoration: none;
	color: #000;
}

.i_box2_dl dd .div .div_text {
	width: 100%;
	display: table;
}

.i_box2_dl dd .div .div_text .div_l {
	width: 88px;
	padding-right: 20px;
	text-align: center;
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle;
}

.i_box2_dl dd .div .div_text .div_l span {
	font-size: 36px;
}

.i_box2_dl dd .div:hover .div_text .div_l {
	color: #00447C;
}

.i_box2_dl dd .div .div_text .div_r {
	display: table-cell;
	vertical-align: middle;
}

.i_box2_dl dd .div .div_text .div_r .s1 {
	width: 100%;
	line-height: 28px;
	overflow: hidden;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.i_box2_dl dd .div:hover .div_text .div_r .s1 {
	color: #00447C;
}


.i_box4 {
	width: 100%;
	padding: 75px 0px 100px 0px;
}

.i_box4_t {
	width: 100%;
	padding-bottom: 75px;
}

.i_box4_t .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
}

.i_box4_t .a_img img {
	width: 100%;
}

.i_box4_t .a_img_l {
	width: 43.75%;
}

.i_box4_t .a_img_l_c {
	width: 100%;
	margin: 34px 0px;
	height: 210px;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-align: justify;
}

.i_box4_t .a_img_l_b {
	padding: 0px 22px;
	margin-top: 28px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #333333;
	font-size: 14px;
	color: #333;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box4_t .a_img_l_b .s1 {
	background: url(../image/tb_04.png) right center no-repeat;
	padding-right: 65px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.i_box4_t .a_img_l_b:hover {
	color: #f79630;
	border: 1px solid #f79630;
}

.i_box4_t .a_img_l_b:hover .s1 {
	background: url(../image/tb_04s.png) right center no-repeat;
}

.i_box4_c {
	width: 100%;
	margin-top: 70px;
	/*background-color:#fff; */
	overflow: hidden;
	border-box;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
}


.ny_wmscy_con31 {
	width: 100%;
	overflow: hidden;
}

.ny_wmscy_con31 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	overflow: hidden;
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.15);
}

.ny_wmscy_con31 .swiper-slide .div {
	width: 100%;
	min-height: 500px;
	position: relative;
	color: #333333;
	float: left;
	font-size: 18px;
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
}

.ny_wmscy_con31 .swiper-slide .div:hover {
	color: #333333;
	text-decoration: none;
}

.ny_wmscy_con31 .swiper-slide .div .a_img {
	width: 42%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ny_wmscy_con31 .swiper-slide .div .a_img img {
	width: 100%;
	display: none;
}

.ny_wmscy_con31 .swiper-slide .div .a_img_l {
	width: 58%;
	padding: 100px 10% 0px 3.5%;
	float: left;
}

.ny_wmscy_con31 .swiper-slide .div .a_img_l .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 35px;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}

.ny_wmscy_con31 .swiper-slide .div:hover .a_img_l .s1 {
	color: #00447C;
}

.ny_wmscy_con31 .swiper-slide .div .a_img_l .s2 {
	width: 100%;
	height: 180px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 25px;
}


.ny_wmscy_con31.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.wmscy-pagination31 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: transparent;
	opacity: 1;
	border: 1px solid #a5a5a5;
	position: relative;
}

.wmscy-pagination31 .swiper-pagination-bullet-active {}

.wmscy-pagination31 .swiper-pagination-bullet-active:after {
	width: 4px;
	height: 4px;
	background-color: #a5a5a5;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	margin-left: -2px;
	margin-top: -2px;
	content: "";
}

.ny_wmscy_con31 .wmscy_next31 {
	width: 18px;
	height: 31px;
	background: url(../image/tb_2s.png) no-repeat;
	right: 31%;
	top: auto;
	bottom: 35px;
	margin-top: 0px;
	background-size: 100%;
	outline: 0;
}

.ny_wmscy_con31 .wmscy_prev31 {
	width: 18px;
	height: 31px;
	background: url(../image/tb_2.png) no-repeat;
	left: auto;
	right: 36%;
	top: auto;
	bottom: 35px;
	margin-top: 0px;
	background-size: 100%;
	outline: 0;
}

.i_box5 {
	width: 100%;
	padding: 90px 0px 100px 0px;
}

.i_box5_t {
	width: 100%;
	padding: 70px 0px 100px 0px;
}

.i_box5_c {
	width: 100%;
	padding-top: 75px;
}

.i_box5_c li {
	width: 23%;
	float: left;
	margin-right: 2.6%;
}

.i_box5_c li .div {
	width: 100%;
	background-color: #00447c;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #fff;
	font-size: 18px;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	padding: 40px 5px 25px 5px;
}

.i_box5_c li .div .a_img {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}

.i_box5_c li .div .a_text {
	width: 100%;
	height: 60px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
}


.ny_wmscy_con32 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 65px !important;
}

.ny_wmscy_con32 .swiper-slide {
	width: 100%;
	color: #333333;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_wmscy_con32 .swiper-slide .div {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	float: left;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.10);
	color: #000;
	font-size: 16px;
	overflow: hidden;
}

.ny_wmscy_con32 .swiper-slide .div:hover {
	text-decoration: none;
	color: #000;
}

.ny_wmscy_con32 .swiper-slide .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.ny_wmscy_con32 .swiper-slide .div .a_img img {
	width: 100%;
}

.ny_wmscy_con32 .swiper-slide .div .a_text {
	width: 100%;
	padding: 25px 8% 35px 8%;
	border: 1px solid #c4c4c4;
	-moz-border-radius: 0px 0px 30px 30px;
	/* Gecko browsers */
	-webkit-border-radius: 0px 0px 30px 30px;
	/* Webkit browsers */
	border-radius: 0px 0px 30px 30px;
	/* W3C syntax */
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s1 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-bottom: 23px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.ny_wmscy_con32 .swiper-slide .div:hover .a_text .s1 {
	color: #00447C;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s2 {
	width: 100%;
	margin-bottom: 20px;
	line-height: 25px;
	overflow: hidden;
	height: 150px;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}

.ny_wmscy_con32 .swiper-slide .div .a_text .s3 .more_btn {
	height: 30px;
	line-height: 30px;
	padding-right: 25px;
	background: url(../image/tb_02s.png) right center no-repeat;
	color: #00447C;
	font-weight: bold;
}


.ny_wmscy_con32.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.wmscy-pagination32 .swiper-pagination-bullet {
	width: 100px;
	height: 6px;
	background-color: #cccccc;
	opacity: 1;
	position: relative;
	-moz-border-radius: 3px;
	/* Gecko browsers */
	-webkit-border-radius: 3px;
	/* Webkit browsers */
	border-radius: 3px;
	/* W3C syntax */
	margin: 0px 9px !important;
}

.wmscy-pagination32 .swiper-pagination-bullet-active {
	background-color: #01437d;
}


/*.i_box5_t .wmscy_next32{width:40px; height:57px; background:url(../images/tb_06s.png) no-repeat; right:0px; top:50%; margin-top:-58.5px; background-size:100%; outline:0;}
.i_box5_t .wmscy_prev32{width:40px; height:57px; background:url(../images/tb_5s.png) no-repeat; left:0px; top:50%; margin-top:-58.5px; background-size:100%; outline:0;}
*/




.i_ff {
	background: url(../image/bg3.jpg) center center no-repeat;
	background-size: cover;
}

.i_footer {
	width: 100%;
	padding: 80px 0px 35px 0px;
}

.i_footer_t {
	width: 100%;
	padding-bottom: 90px;
}

.i_footer_t_l {
	width: 27%;
}

.i_footer_t_c {
	width: 35.5%;
	color: #fff;
}

.i_footer_t_c_t {
	width: 100%;
	padding: 15px 0px;
	line-height: 1.5;
	font-size: 22px;
	font-weight: bold;
}

.i_footer_t_c_c {
	width: 100%;
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
}

.i_footer_t_r {
	height: 80px;
	line-height: 80px;
	padding-left: 60px;
	margin-top: 40px;
	background: url(../image/tb_2z.png) left center no-repeat;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}

.i_footer_b {
	width: 100%;
	line-height: 2;
	text-align: center;
	color: #fff;
	font-size: 17px;
}

.i_footer_b a,
.i_footer_b a:hover {
	text-decoration: none;
	color: #fff;
}

.i_footer_b .s1 {
	margin-left: 30px;
	display: inline-block;
	position: relative;
}

.i_footer_b .s1 .img1 {
	width: 34px;
}

.i_footer_b .s1 .img2 {
	width: 120px;
	height: 120px;
	background-color: #fff;
	position: absolute;
	left: -50px;
	top: -120px;
	display: none;
}

.i_footer_b .s1:hover .img2 {
	display: block;
}

.wx_top {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.wx_top.activshow {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}




.n_banner {
	width: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.pc_banner {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.pc_banner img {
	width: 100%;
	float: left;
}

.wap_banner {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	display: none;
	float: left;
}

.wap_banner img {
	width: 100%;
	float: left;
}


.pc_amenu {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(http://www.northde.cn/skins/images/tb_015.png) repeat;
}

.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	text-align: center;
}

.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 25px;
	margin: 0px 5px;
	height: 50px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	color: #222222;
	font-size: 16px;
	position: relative;
}

.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #fff;
	background-color: #1c5fc4;
	text-decoration: none;
}


.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 111;
}

.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../image/zxl_jt1.jpg) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #f79630;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #f79630;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #e99134;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}


.video_div {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 100011111111111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 100;
}

.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.n_top_bg {
	background: url(../image/n_bg1.png) top center no-repeat;
}

.n_footer_bg {
	background: url(../image/n_bg2.png) bottom center no-repeat;
}

.n_top_bgcp {
	background: url(../image/n_bg4.png) top center no-repeat;
}

.n_footer_bgcp {
	background: url(../image/n_bg5.png) bottom center no-repeat;
}

.n_bg1 {
	border-bottom: 2px solid #01437d;
}

.n_box1 {
	width: 100%;
	padding-top: 35px;
}

.n_box1_t {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #00447C;
	font-size: 14px;
}

.n_box1_t a,
.n_box1_t a:hover {
	color: #00447C;
}

.n_box1_c {
	width: 100%;
	padding: 95px 0px 75px 0px;
}

.n_box1_con {
	width: 100%;
	padding: 50px 0px 80px 0px;
}

.n_about {
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
}

.n_about img {
	max-width: 100%;
	height: auto !important;
}

.n_about video {
	width: 100%;
	height: auto !important;
}

.n_box1_qyfc {
	width: 100%;
	padding-top: 50px;
}

.n_box1_qyfc li {
	width: 32%;
	float: left;
	margin-right: 2%;
	padding-bottom: 2%;
}

.n_box1_qyfc li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 25px;
	/* Gecko browsers */
	-webkit-border-radius: 25px;
	/* Webkit browsers */
	border-radius: 25px;
	/* W3C syntax */
}

.n_box1_qyfc li .a_img img {
	width: 100%;
}

.n_box2 {
	width: 100%;
	padding: 60px 0px 30px 0px;
}

.n_box2_ul {
	width: 100%;
}

.n_box2_ul li {
	width: 21%;
	float: left;
	margin-right: 5%;
	padding-bottom: 50px;
}

.n_box2_ul li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #00447C;
	font-size: 20px;
	font-weight: bold;
}

.n_box2_ul li .div:hover {
	text-decoration: none;
	color: #00447C;
}

.n_box2_ul li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 30px;
}

.n_box2_ul li .div .a_img img {
	width: 100%;
}

.n_box2_ul li .div .a_text {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}

.n_box2_ul1 {
	width: 100%;
}

.n_box2_ul1 li {
	width: 23%;
	margin-right: 2.6%;
	float: left;
	padding-bottom: 60px;
}

.n_box2_ul1 li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	float: left;
	padding: 60px 10%;
	background-color: #01437d;
	-moz-border-radius: 25px;
	/* Gecko browsers */
	-webkit-border-radius: 25px;
	/* Webkit browsers */
	border-radius: 25px;
	/* W3C syntax */
}

.n_box2_ul1 li .div img {
	width: 100%;
}

.n_box2_ul1 li .div:hover {
	text-decoration: none;
}

.n_bg2 {
	background: url(../image/n_bg3.png) top center no-repeat;
}

.n_box3 {
	width: 100%;
	padding: 90px 0px 50px 0px;
}

.n_box3_map {
	width: 100%;
	overflow: hidden;
}

.n_box3_map #allmap {
	width: 100%;
	height: 750px;
	height: 450px;
}

.n_box3_c {
	width: 100%;
	padding: 100px 0px 95px 0px;
}

.n_box3_ul {
	width: 100%;
}

.n_box3_ul li {
	width: 33.33%;
	float: left;
}

.n_box3_ul li .div {
	width: 100%;
	color: #000;
	font-size: 20px;
	display: inline-block;
	overflow: hidden;
	float: left;
}

.n_box3_ul li .div:hover {
	color: #000;
}

.n_box3_ul li .div .a_img {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.n_box3_ul li .div .a_img .s1 {
	width: 120px;
	height: 120px;
	border: 3px solid #cccccc;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
	display: inline-block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box3_ul li .div:hover .a_img .s1 {
	border: 3px solid #00447d;
}

.n_box3_ul li .div .a_img .s1 img {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.n_box3_ul li .div .a_text {
	width: 100%;
	line-height: 1.8;
	text-align: center;
}

.n_box3_ul li .div .a_text .s1 {
	font-size: 25px;
	color: #000000;
}

.n_bg3 {
	background-color: #f6f6f6;
}

.n_box4 {
	width: 100%;
	padding: 90px 0px 80px 0px;
}

.add_box1 {
	width: 100%;
	padding-top: 50px;
}

.add_box1 li {
	width: 100%;
	float: left;
}

.add_box1 li .div {
	width: 100%;
	padding: 25px 0px;
	color: #000;
	font-size: 20px;
}

.add_box1 li .div1 {
	width: 100%;
	padding-bottom: 33px;
}

.add_box1 li .div1 .ipt1 {
	width: 52%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #999999;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
	text-indent: 15px;
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
}

.add_box1 li .div1 .ipt2 {
	width: 100%;
	height: 320px;
	padding: 10px 15px;
	line-height: 1.8;
	border: 1px solid #999999;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
	color: #333;
	font-size: 20px;
	font-family: "微软雅黑";
}

.add_box1 li .ipt3 {
	height: 60px;
	border: 0px;
	line-height: 60px;
	padding: 0px 60px;
	background-color: #194d90;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
}

.n_bg4 {
	background: url(../image/bg4.jpg) top center no-repeat;
	background-size: cover;
}

.n_bg5 {
	background: url(../image/bg5.jpg) top center no-repeat;
	background-size: cover;
}

.n_box4_ul {
	width: 100%;
}

.n_box4_ul li {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

.n_box4_ul li .div {
	width: 100%;
	padding: 30px;
	display: inline-block;
	float: left;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box4_ul li .div:hover {
	text-decoration: none;
	color: #333;
	background-color: #fff;
	box-shadow: 13px 13px 45px 0px rgba(0, 0, 0, 0.10);
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
}

.n_box4_ul li .div .a_img {
	width: 31%;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
}

.n_box4_ul li .div .a_img img {
	width: 100%;
}

.n_box4_ul li .div .a_img_c {
	width: 55%;
	padding: 0px 7% 0px 3.5%;
}

.n_box4_ul li .div .a_img_c .s1 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 5px;
	color: #000;
	font-size: 25px;
	font-weight: bold;
}

.n_box4_ul li .div:hover .a_img_c .s1 {
	color: #01437d;
}

.n_box4_ul li .div .a_img_c .s2 {
	width: 100%;
	height: 140px;
	line-height: 35px;
	overflow: hidden;
}

.n_box4_ul li .div .a_down {
	width: 14%;
	margin-top: 64px;
	height: 60px;
	line-height: 60px;
	background-color: #01437d;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	text-align: center;
}

.n_box4_ul li .div .a_down .s1 {
	padding-right: 40px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	background: url(../image/tb_10.png) right center no-repeat;
}

.n_box4_ul li .div .a_down:hover {
	text-decoration: none;
	color: #fff;
	background-color: #094e8b;
}

.n_box4_ul li .div .a_img_r {
	width: 57.5%;
	margin-right: 8%;
}

.n_box4_ul li .div .a_img_r .s1 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}

.n_box4_ul li .div:hover .a_img_r .s1 {
	color: #01437d;
}

.n_box4_ul li .div .a_img_r .s2 {
	width: 100%;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
	font-size: 16px;
}


.a_mtbd_dpages {
	width: 100%;
	text-align: center;
	padding: 30px 0% 0px 0%;
	font-size: 16px;
}

.a_mtbd_dpages a,
.a_mtbd_dpages span {
	padding: 0px 15px;
	height: 35px;
	margin-bottom: 5px;
	line-height: 35px;
	text-align: center;
	background-color: #fff;
	color: #666666;
	display: inline-block;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
	border: 1px solid #ccc;
}

.a_mtbd_dpages a:hover,
.a_mtbd_dpages a.activepages,
.a_mtbd_dpages span {
	color: #fff;
	text-decoration: none;
	background-color: #00447d;
}


.n_box6 {
	width: 100%;
	padding-top: 50px;
}

.n_box6 li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding-bottom: 3.5%;
}

.n_box6 li .div {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	float: left;
	-moz-box-shadow: 0px 5px 4px #e5e5e5;
	/*firefox*/
	-webkit-box-shadow: 0px 5px 4px #e5e5e5;
	/*webkit*/
	box-shadow: 0px 5px 4px #e5e5e5;
	/*opera或ie9*/
	color: #999;
	font-size: 14px;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
}

.n_box6 li .div:hover {
	text-decoration: none;
	color: #999;
	moz-box-shadow: 0px 20px 35px #d9d9d9;
	/*firefox*/
	-webkit-box-shadow: 0px 20px 35px #d9d9d9;
	/*webkit*/
	box-shadow: 0px 20px 35px #d9d9d9;
	/*opera或ie9*/
}

.n_box6 li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 250px;
}

.n_box6 li .div .a_img .img1 {
	width: 100%;
}

.n_box6 li .div .a_text {
	width: 100%;
	padding: 30px 4.5%;
}

.n_box6 li .div .a_text .s1 {
	width: 100%;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.n_box6 li .div:hover .a_text .s1 {
	color: #00447d;
}

.n_box6 li .div .a_text .s2 {
	width: 100%;
	margin: 10px 0px 0px 0px;
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}

.n_box6 li .div .a_text .s3 {
	width: 100%;
	text-align: right;
}

.n_box6 li .div .a_text .s3 img {
	width: auto;
	height: 18px;
}

.n_box6 li .div .a_text .s1.s4 {
	height: 30px;
}

.n_box4d {
	width: 100%;
	padding: 0px 7%;
}

.n_box4d_t {
	width: 100%;
	padding: 15px 0px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	color: #000;
}

.n_box4d_t1 {
	width: 100%;
	padding: 5px 0px;
	text-align: center;
	line-height: 1.6;
	color: #000;
	font-size: 16px;
	display: none;
}

.n_box4d_c {
	width: 100%;
	padding: 40px 0px 50px 0px;
	font-size: 18px;
	line-height: 2;
	overflow: hidden;
	color: #000;
}

.n_box4d_c img {
	max-width: 100%;
	height: auto !important;
}

.n_box4d_b {
	width: 100%;
}

.n_box4d_b .a1 {
	width: 50%;
	line-height: 1.7;
	color: #000;
	font-size: 18px;
	float: left;
}

.n_box4d_b .a1:hover {
	text-decoration: none;
	color: #194D90;
}

.n_box4d_b .a1.a2 {
	text-align: right;
}

.n_box5 {
	width: 100%;
	padding: 50px 0px 90px 0px;
}

.n_box5 .a_img {
	width: 55%;
	display: inline-block;
	overflow: hidden;
	box-shadow: 19px 16px 40px 0px rgba(0, 0, 0, 0.10);
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
}

.n_box5 .a_img img {
	width: 100%;
}

.n_box5 .a_img_r {
	width: 40%;
	padding-top: 40px;
}

.n_box5 .a_img_r .s1 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	margin-bottom: 35px;
	overflow: hidden;
	color: #000000;
	font-size: 25px;
	font-weight: bold;
}

.n_box5 .a_img_r .s1:hover {
	text-decoration: none;
	color: #01437d;
}

.n_box5 .a_img_r .s2 {
	width: 100%;
	height: 185px;
	line-height: 37px;
	overflow: hidden;
	margin-bottom: 40px;
	color: #333;
	font-size: 18px;
}

.n_box5 .a_img_r .s3 {
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	background-color: #01437d;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box5 .a_img_r .s3:hover {
	text-decoration: none;
	color: #fff;
	background-color: #073d6d;
}

.n_box5_ul {
	width: 100%;
	margin-top: 30px;
}

.n_box5_ul li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding-bottom: 70px;
}

.n_box5_ul li .div {
	width: 100%;
	display: inline-block;
	float: left;
	color: #000000;
	font-size: 20px;
	position: relative;
	font-weight: bold;
}

.n_box5_ul li .div:hover {
	color: #00447c;
	text-decoration: none;
}

.n_box5_ul li .div .more_btn {
	padding: 0px 30px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	overflow: hidden;
	float: left;
	color: #fff;
	font-size: 16px;
	background-color: #01437d;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	font-weight: normal;
	position: absolute;
	left: 50%;
	bottom: -30px;
	-o-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}

.n_box5_ul li .div .div1 {
	width: 100%;
	background-color: #fff;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
	box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.10);
	overflow: hidden;
	-webkit-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.n_box5_ul li .div .div1 .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.n_box5_ul li .div .div1 .a_img img {
	width: 100%;
}

.n_box5_ul li .div:hover .div1 {
	box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.15);
}

.n_box5_ul li .div .div1 .a_text {
	width: 100%;
	padding: 35px 10px 50px 10px;
}

.n_box5_ul li .div .div1 .a_text .s1 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
}

.n_box5_ul li .div .div1 .a_text .s1.s2 {
	color: #F04A4A;
}

.n_box7 {
	width: 100%;
	padding-bottom: 90px;
}

.n_box7 video {
	width: 100%;
	height: auto !important;
}

.n_box7_t {
	width: 100%;
	padding-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
}

.n_box7_t .s1 {
	color: #000;
}

.n_box7_t .s2 {
	color: #F04A4A;
}

.n_box7_c {
	width: 100%;
	padding-bottom: 60px;
	line-height: 2;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}

.n_box7_c img {
	max-width: 100%;
	height: auto !important;
}

.n_box8 {
	width: 100%;
	padding-bottom: 100px;
}

.n_box8_c {
	width: 100%;
	padding-top: 100px;
	overflow: hidden;
	color: #333;
	font-size: 18px;
	line-height: 2;
}

.n_box8_c img {
	max-width: 100%;
	height: auto !important;
}


.gallery-top {
	/*  height: 80%;*/
	width: 100%;
	-moz-border-radius: 30px;
	/* Gecko browsers */
	-webkit-border-radius: 30px;
	/* Webkit browsers */
	border-radius: 30px;
	/* W3C syntax */
	overflow: hidden;
	box-shadow: -13px 13px 45px 0px rgba(0, 0, 0, 0.15);
}

.gallery-top .swiper-slide img {
	width: 100%;
}

.gallery-thumbs {
	/*height: 20%;*/
	width: 100%;
	box-sizing: border-box;
	/*padding: 10px 0;*/
	margin-top: 10px !important;
	padding-top: 9px !important;
}

.gallery-thumbs .swiper-slide {

	height: 100%;
	text-align: center;
	opacity: 1;
	border: 2px solid #f17f02;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #e60012;
	position: relative;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
	width: 21px;
	height: 40px;
	margin-top: -20px;
}

.gallery-top .swiper-button-next {
	background: url(../image/banner_rs.png) right center no-repeat !important;
	background-size: cover;
}

.gallery-top .swiper-button-prev {
	background: url(../image/banner_ls.png) right center no-repeat !important;
	background-size: cover;
}

.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}

@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}

	50% {
		-webkit-transform: translate(0, 0%);
	}

	100% {
		-webkit-transform: translate(0, 30%);
	}
}

@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}

	50% {
		transform: translate(0, 0%);
	}

	100% {
		transform: translate(0, 30%);
	}
}

.Amplification img {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

.Amplification1 .img1 {

	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}

.Amplification1:hover .img1 {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}


.Rotation img {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.Rotation:hover img {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}



@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
