@charset "utf-8";
.w1200{
	margin:0 auto;
	width:1200px;
	position:relative;
}
.m-hd {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 90px;
	line-height: 1.5;
}
.m-hd.hd-other{
	border-bottom:1px solid #e8e7e7;
}
.m-hd.hd-other:not(ie8){
	border-bottom:none;
	box-shadow: 0 1px 4px rgba(6 ,0,1,0.2);
}
.m-hd:hover:before {
	content: '';
	height: 90px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	-moz-transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, .3, 1);
}
.m-hd.hd-other:hover:before {
	height:0;
}
.m-hd:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: none;
	-webkit-transition: height .3s, background-color .3s;
	-moz-transition: height .3s, background-color .3s;
	transition: height .3s, background-color .3s;
}

.m-hd-logo a {
	display: block;
	width: 371px;
	height: 48px;
	background: url(../res/images/logo.png) center no-repeat;
	text-indent: -100px;
}
.hd-other .m-hd-logo a{
	background: url(../res/images/logo-other.png) center no-repeat;
}
.m-hd-wrap {
	position: relative;
	z-index: 10;
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}

.m-hd-menu, .m-hd-logo {
	display: inline-block;
	vertical-align: middle;
}

.m-hd-menu {
	height:90px;
	margin-left: 122px;
}

.m-hd-menu ul li {
	float: left;
}

.m-hd-menu ul li a {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 30px;
	height:90px;
	line-height:90px;
}
.hd-other .m-hd-menu ul li a{
	color:#333;
}
.m-hd-menu ul li a:hover,.m-hd-menu ul li a.cur{
	color: #4d7cfe;
}

.m-hd-operation {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	height:90px;
}

.m-hd-operation a {
	font-size: 14px;
	color: #fff;
	width: 80px;
	height: 28px;
	line-height: 27px;
	display: inline-block;
	margin-top: 30px;
	text-align: center;
	border:1px solid rgba(255,255,255,0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: 12px;
	box-sizing: border-box;
	-webkit-transition: border .3s, background-color .3s;
	-moz-transition: border .3s, background-color .3s;
	transition: border .3s, background-color .3s;
}
.hd-other .m-hd-operation a{
	border:1px solid #4d7cfe;
	color:#4d7cfe;
}
.hd-other .m-hd-operation .reg,.hd-other .m-hd-operation a:hover {
	color: #fff;
}
.m-hd-operation .reg, .m-hd-operation a:hover {
	background: #4d7cfe;
	border: 1px solid transparent;
	line-height: 27px;
}

.m-hd-operation .reg:hover {
	background: #2671c4;
	border-color: #2671c4;
}

.m-gotop {
	position: fixed;
	right: 20px;
	bottom: 170px;
	z-index: 100;
	display: none;
}

.m-gotop a {
	display: block;
	width: 60px;
	height: 60px;
	background: #797e85;
	box-sizing: border-box;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	transition: background-color .3s;
	text-align: center;
}
.m-gotop a i {
	vertical-align: -23px;
}

.m-gotop a:hover {
	background: #4893e5;
}


/*footer*/
.footer-contain{
	overflow: hidden;
}
.g-footer {
	background-color: #252d3a;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.footer-inner {
	width: 1200px;
	margin: 0 auto;
}

.footer-in-links {
	padding-top: 45px;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 66px;
}

.footer-in-links a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}

.footer-in-links a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-in-links .links {
	margin-right: 148px;
}

.footer-in-links .links:nth-of-type(3) {
	margin-left: 12px;
}

.footer-in-links .link-title {
	font-size: 14px;
	margin-bottom: 15px;
}

.footer-in-links dd {
	line-height: 28px;
	font-size: 12px;
}

.footer-chat-code {
	margin-left: 10px;
}

.footer-chat-code .link-title {
	margin-bottom: 23px;
}

.footer-concact {
	margin-left: 124px;
}

.footer-concact-tel {
	font-size: 28px;
	color: #4d7cfe;
	letter-spacing: 1.2px;
	font-family: "微软雅黑";
	margin-top: -2px;
	margin-bottom: 13px;
}

.footer-concact-mail {
	margin-bottom: 4px;
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.footer-concact-qq{
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
 }

.copy-right {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	border-top: 1px solid #3b424e;
	padding: 25px 0;
	margin-top: 52px;
}
.copy-right a{
	color: rgba(255, 255, 255, 0.7);
}
.copy-right li a{
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
.copy-right a:hover{
	color: rgba(255, 255, 255, 1);
	text-decoration: underline;
}
.copy-right .department-link-left{
	display: inline-block;
	vertical-align: top;
}
.copy-right .department-link-right{
	display: inline-block;
	vertical-align: text-top;
}
.copy-right ul {
	display: inline-block;
	margin-right: 33px;
}
/*.copy-right ul.last-child-link {*/
	/*margin-right: 42px;*/
/*}*/
.copy-right .link-item {
	margin-right: 15px;
	margin-top: 5px;
	opacity: 0.6;
}
.copy-right .link-item:hover{
	opacity: 1;
}
.copy-right .link-item.last {
	margin-right: 0;
}
/*动画*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInLeft-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.fadeInLeft-s {
	-webkit-animation-name: fadeInLeft-s;
	animation-name: fadeInLeft-s;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-webkit-keyframes fadeInRight-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
.fadeInRight-s {
	-webkit-animation-name: fadeInRight-s;
	animation-name: fadeInRight-s;
}
.fadeInUp-s{
	-webkit-animation-name: fadeInUp-s;
	animation-name: fadeInUp-s;
}
.right-to-left{
	-webkit-animation-name:right-to-left;
	animation-name:right-to-left;
}

@-webkit-keyframes fadeInUp-m {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp-m {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 80px, 0);
		transform: translate3d(0, 80px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes fadeInUp-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp-s {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 60px, 0);
		transform: translate3d(0, 60px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
/*dy*/
@-webkit-keyframes left-to-rightdy{
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes left-to-rightdy{
	from {
		opacity: 0;
		-webkit-transform: translate3d(-30%, 0, 0);
		transform: translate3d(-30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
/*dy*/
@-webkit-keyframes left-to-right{
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes left-to-right {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@-webkit-keyframes right-to-left{
	from {
		opacity: 0;
		-webkit-transform: translate3d(120px, 0, 0);
		transform: translate3d(120px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes right-to-left {
	from {
		opacity: 0;
		-webkit-transform: translate3d(120px, 0, 0);
		transform: translate3d(120px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
/*动画效果*/
.wow:not(ie8){
	/*visibility:hidden;*/
	overflow: hidden;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeIn{
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeInUpTow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpTow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpTow {
	-webkit-animation-name: fadeInUpTow;
	animation-name: fadeInUpTow;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.m-banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.m-banner a {
	display: block;
	width: 100%;
	height: 100%;
}

.m-banner .up-area {
	padding-top: 154px;
	position: relative;
	z-index: 3;
}

.m-banner .down-area {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .6s ease-out;
}

.down-area .img-box {
	position: absolute;
	top: 0;
	right: 0;
	transition: all .9s ease-in-out;
	width: 100%;
	height: 100%;
}

.down-area .img-box {
	position: absolute;
	top: 0;
	right: 0;
	transition: all .9s ease-in-out;
}

.m-banner .down-area .img-box.bg-child1 {
	animation: fadeInUp-m .9s cubic-bezier(0.4, 0, .3, 1) 0s;
	background: url(../res/images/bg/banner-bg1.png) center center;
}

.m-banner .down-area .img-box.bg-child2 {
	animation: fadeInUp-s .6s cubic-bezier(0.4, 0, .3, 1) 0s;
	background: url(../res/images/bg/banner-bg2.png) center center;
}