/*
 *  des: abiz special
 *  author: liuyao
 *  date: 2017/11/9
*/
@import url("/style/base/base_import.css");
@import url("/style/component/cn_footer.css");

@import url("/style/ui/button.css");
@import url("/style/ui/ui_icon.css");

.wrap-flex{
	width:1190px;
	margin: 0 auto;
}
/* header */
.header{
	height:89px;
	border-bottom:1px solid #cdccca;
}
.logo-wrap{
	float:left;
	padding-top:15px;
}
.logo{
	display:block;
	float:left;
	width:210px;
}
.logo-sub{
	float: left;
	display: inline;
	margin: 20px 0 0 20px;
	padding: 0 0 5px 20px;
	height: 30px;
	border-left: solid 1px #d8d8d8;
	color: #666;
	font: 22px/30px "Microsoft Yahei";
}

/* figure */
.figure{
	width:100%;
	height:620px;
	margin-bottom:90px;
	background:url(/images/special/tm/flag.jpg) center;
}
.am-wrap{
	width: 1190px;
	height:620px;
	margin: 0 auto;
	position:relative;
	overflow:hidden;
}

.am-box .am-top,
.am-box .am-btm{
	position:absolute;

    -webkit-animation: all ease 1.3s;
    -moz-animation: all ease 1.3s;
    animation: all ease 1.3s;
}

.am-box .am-top{
	-webkit-animation-name: fadeInSlow;
	  -moz-animation-name: fadeInSlow;
	  animation-name: fadeInSlow;
}

.am-box .am-btm{
	-webkit-animation-name: fadeIn;
	  -moz-animation-name: fadeIn;
	  animation-name: fadeIn;

}

/* web */
.am-box-web{
	position:absolute;
	top:125px;
	right:0;

	width:692px;
	height:401px;
}

.am-box-web .am-top{
	top:90px;
	right:0px;
	z-index:9;
	width:341px;
	height:234px;
	background:url(/images/special/tm/f_web_top.png) center;
}
.am-box-web .am-btm{
	width:692px;
	height:401px;
	background:url(/images/special/tm/f_web_btm.png) center;
}

/* pc */
.am-box-pc{
	position:absolute;
	top:125px;
	right:0;
	display:none;

	width:566px;
	height:412px;
}

.am-box-pc .am-top{
	top:20px;
	left:40px;
	z-index:9;
	width:455px;
	height:280px;
	background:url(/images/special/tm/f_pc_top.png) center;

}
.am-box-pc .am-btm{
	width:566px;
	height:412px;
	background:url(/images/special/tm/f_pc_btm.png) center;
}





/* menu */
.tab-menu{
	width: 1190px;
	margin:0 auto;
}
.tab-menu li{
	float:left;
	width:50%;
	height:54px;
	line-height:54px;
	border-bottom:3px solid #e6e6e6;
	font-size: 24px;
	text-align:center;
	color:#666;
	cursor:pointer;
}
.tab-menu li.on{
	color:#4499ee;
	border-bottom-color:#4499ee;
}
.tab-menu .icon{
	width:30px;
	height:24px;
	margin-right:10px;
	background:url(/images/special/tm/menu_icon.png) no-repeat;
}
.tab-menu .icon-pc{
	background-position:-30px 0;
}
.tab-menu li.on .icon-web{
	background-position:0 -24px;
}
.tab-menu li.on .icon-pc{
	background-position:-30px -24px;
}


/* wrap */
.tm-wrap,
.tm-wrap-blue{
	width:100%;
}
.tm-wrap-white{
	background-color:#fff;
}
.tm-wrap-blue{
	background-color:#d9f0ff;
}
.tm-wrap-white.fixed{
	position:fixed;
	top:0;
	left:0;
	z-index:9;
}

.floor{
	width:1190px;
	height:700px;
	margin:0 auto;
	overflow:visible;
}
.floor:before,
.floor:after{
   content:"\0020";
	display:table;
	height:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
.floor:after{
	clear:both;
}
.floor .text h3{
	margin:284px 0 40px;
	font-size:30px;
	font-weight:normal;

	position:relative;
}
.floor .text h3:after{
	position:absolute;
	bottom:-15px;
	left:0;

	display:block;
	content:"";
	width:40px;
	height:3px;
	background-color:#ffb600;
}
.floor .text p{
	font-size:18px;
	color:#999;
}
.floor-right .text{
	float:right;
}

.floor-img{
	float:right;
	margin-right:-41px;
	width: 810px;
	height:700px;
	background-position: center;
	background-repeat:no-repeat;
}
.floor-right .floor-img{
	float:left;
	margin-left:-41px;
}
.web-1{
	background-image:url(/images/special/tm/web_1.png);
}
.web-2{
	background-image:url(/images/special/tm/web_2.png);
}
.web-3{
	background-image:url(/images/special/tm/web_3.png);
}
.web-4{
	background-image:url(/images/special/tm/web_4.png);
}

.pc-1{
	background-image:url(/images/special/tm/pc_1.png);
}
.pc-2{
	background-image:url(/images/special/tm/pc_2.png);
}
.pc-3{
	background-image:url(/images/special/tm/pc_3.png);
}
.pc-4{
	background-image:url(/images/special/tm/pc_4.png);
}


.ft{
	height:265px;
	background-color:#FFF;
	text-align:center;
}
.ft .btn-link{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
	width:310px;
	height:60px;
	line-height:60px;
	margin-top:100px;
	background-color:#ffb600;
	font-size:30px;
	color:#fff;

	-webkit-transition: all .2s  ease-in;
    -moz-transition: all .2s  ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s  ease-in;
}
.ft .btn-link:hover{
	background-color:#ffca45;
	text-decoration:none;
}
.site-footer{
	border-top:1px solid #e6e6e6;
}



/* fixed-nav */
.fixed-nav{
	position:fixed;
	top:40%;
	right:38px;

}
.fixed-nav a{
	display:block;
	width:65px;
	height:55px;
	padding-top:10px;
	margin-bottom:1px;

	background-color:rgba(0,0,0,0.5);
	text-align:center;
	color:#fff;
}
.fixed-nav a:hover{
	text-decoration:none;
	background-color:rgba(0,0,0,0.6);
}
.fixed-nav .icon{
	width:25px;
	height:25px;
	background-image:url(/images/special/tm/tm_icon.png);
}
.fixed-nav .icon-ques{
	background-position:-25px 0;
}





/* animate */
/* fadeIn */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
	-webkit-transform: translateY(100px);
  }

  100% {
    opacity: 1;
	-webkit-transform: translateX(0px);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
	-moz-transform: translateY(100px);
  }

  100% {
    opacity: 1;
	-moz-transform: translateX(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
	transform: translateY(100px);
  }

  100% {
    opacity: 1;
	transform: translateX(0px);
  }
}

/* fadeInslow */
@-webkit-keyframes fadeInSlow {
  0% {
    opacity: 0;
	-webkit-transform: translateY(150px);
  }
  100% {
    opacity: 1;
	-webkit-transform: translateX(0px);
  }
}
@-moz-keyframes fadeInSlow {
  0% {
    opacity: 0;
	-moz-transform: translateY(150px);
  }
  100% {
    opacity: 1;
	-moz-transform: translateX(0px);
  }
}

@keyframes fadeInSlow {
  0% {
    opacity: 0;
	transform: translateY(150px);
  }
  100% {
    opacity: 1;
	transform: translateX(0px);
  }
}
