* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #db0a06;
	text-decoration: underline;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
strong,strong span{
	font-weight:bold;
	}
.not-animated { opacity:0; }
.table-box{
	display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
	display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.container:after,.study-list:after,.ranking-list:after,.main:after,.i-contact-list:after, .performance-list:after, .i-contact:after{
	content: "";
	display: table;
	clear: both;
}
h2{
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
}
h3{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}

body {
	background: #fff;
}
table {
	width: 100%;
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}
table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}
table td {
	vertical-align: middle;
    border-width: 1px;
    padding: 8px;
	font-size: 16px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}
table td p{
	margin-bottom: 0 !important;
}
.container{
	width:1200px;
	margin:0 auto;
	}
.i-container{
	position:relative;
	width:1200px;
	min-height:300px;
	margin:0 auto;
	overflow:hidden;
	}
#welcome{
	padding: 12px 0;
	border-bottom: 1px solid #ececec;
}
#welcome p{
	width: 500px;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	float: left;
}
#welcome .language{
	float: right;
}
#welcome .language, .language dl, .language dl dt, .language dl dd{
	display: inline-block;
}
.language dl{
	margin: 0 10px;
}
.language dl dt{
	width: 30px;
	vertical-align: middle;
}
.language dl dt img{
	display: block;
	width: 100%;
}
.language dl dd{
	font-size: 13px;
	vertical-align: middle;
	text-shadow: 0 1px 0 #fff;
}
#top{
	width:100%;
	padding: 10px 0;
	background:#fff;
	}
#top.cur {
	position: fixed;
	padding: 0;
	top: 0;
	background: rgba(255,255,255,1);
  	-webkit-animation: caption-down .5s;
    animation: caption-down .5s;
	z-index: 999999;
}
@keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
 @-webkit-keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.logo{
	width:180px;
	padding:10px 0;
	float:left;
	}
.en-logo{
	width: 74px;
}
.logo img{
	display: block;
	max-width: 180px;
}
.nav{
	margin-left:80px;
	padding-top:15px;
	float:right;
	}
.nav>li{
	position:relative;
	padding:0 20px;
	float:left;
	}
.nav>li>a{
	position:relative;
	display:inline-block;
	line-height:40px;
	overflow:hidden;
	}
.nav>li>a:hover{
	text-decoration:none;
	}
.nav>li>a span{
	display:block;
	color:#444;
	padding:0 3px;
	font-size:15px;
	transition: all ease-out .3s;
	}
.nav>li>a div{
	width:0;
	border-bottom:1px solid #3F51B5;
	margin:10px auto 0 auto;
	transition: all ease-out .3s;

	}
.nav>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #3F51B5;
    left: 0;
	right:0;
	text-align:center;
    transform: translateY(100%);
    width: 100%;
}

.nav>li>a:hover span,.nav>li:hover span,.nav>li>a.cur span{
	color:#3F51B5;
	transform: translateY(-100%);
  }
.nav>li>a:hover div,.nav>li:hover>a>div, .nav>li>a.cur div{
	width:100%;
	}
/*下拉菜单*/
.down-menu{
	display:none;
	position:absolute;
	padding-top:13px;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	}
.down-menu-list{
	padding:7px 0;
	border-top:2px solid #3F51B5;
	background:rgba(255,255,255,0.98) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	background:#fff;
	filter:Alpha(opacity=98);/*实现IE背景透明*/
	border-radius:0 0 5px 5px;
	}
.down-menu-list a{
	display:block;
	color:#444;
	border-bottom: 1px solid #F1F1F1;
	font-size:13px;
	padding:7px 0;
	text-align:center;
	}
.down-menu-list a:hover{
	color:#fff;
	background:#3F51B5;
	text-decoration:none;
	}
.down-menu-list a:last-child{
	border-bottom:none;
	}

#banner{
	min-width:1200px;
	height:500px;
	overflow: hidden;
	}

.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
*/  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img{
	display: block;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ff0000;
    border-radius: 50%;
    background: none;
}

/*.swiper-button-next, .swiper-button-prev {
	display: none;
}
*/
/*.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
	display: block;
}*/

#banner .swiper-container .hide{
  opacity:0;
}
#banner .swiper-button-next,.swiper-button-prev{
  transition:opacity 0.5s;
}
#banner .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next, .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}
#banner .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
#banner .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}

#study{
	padding: 40px 0 50px 0;
}
.study-list{
	margin: 40px -10px 0 -10px;
}
.study-list dl{
	width: 285px;
	padding: 25px 20px;
	margin: 0 10px;
	background: #f5f5f5;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
	float: left;
}
.study-list dl:hover{
	box-shadow: 0 5px 15px #b0b0b0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.study-list dl dt{
	text-align: center;
}
.study-list dl dt .icon{
	position: relative;
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #043982;
	margin: 0 auto 10px auto;
}
.study-list dl:hover dt .icon{
	background: #db0a06;
}
.study-list dl dt .icon img{
	position: absolute;
	display: block;
	width: 30px;
	align-self: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.study-list dl:hover dt .icon img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}
.study-list dl dt h3{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 15px;
	text-shadow: 0 1px 0 #fff;
}
.study-list dl dd{
	color: #6d6d6d;
	line-height: 22px;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	text-align: center;
}
.tit{
	text-align: center;
}
.tit h2{
	font-weight: bold;
	font-size: 23px;
}
.line{
    width: 50px;
    height: 3px;
	margin: 10px auto;
}

.line .red{
	width: 50%;
	float: left;
	height: 3px;
	background: #db0a06;
}
.line .blue{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #043982;
}
.tit p{
	color: #666;
	font-size: 14px;
}

.center-more{
	margin-top: 30px;
	text-align: center;
}

#ranking{
	padding: 50px 0;
}
.ranking{
	padding:100px 0;
	/*-- W3layouts --*/
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
}
.ranking .tit h2, .ranking .tit p{
	color: #fff;
}
.ranking-list{
	margin: 40px 0 0 0;
}
.ranking-list .swiper-container{
	padding-bottom: 60px;
}
.ranking-list .banner-paper{
	bottom: 20px;
}
.ranking-list dl{
	width: 228px;
	background: #fff;
	float: left;
}
.ranking-list dl dt{
	text-align: center;
	border-bottom: 1px solid #eee;
}
.ranking-list dl dt img{
	max-width: 228px;
	max-height: 80px;
	margin: 0 auto;
}
.ranking-list dl dd{
	padding: 20px 10px;
}
.ranking-list dl:hover dd{
	background: #043982;
}
.ranking-list dl:hover dd h3, .ranking-list dl:hover dd p{
	color: #fff;
}
.ranking-list dl dd h3{
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.ranking-list dl dd p{
	font-size: 14px;
	margin-bottom: 10px;
}
#immigration{
	padding-top: 50px;
	padding-bottom: 150px;
	background: url(/static/pc/images/immigration-bg.png) center bottom no-repeat;
}
.en-immigration{
	padding-bottom: 50px !important;
	background: none !important;
}
.immigration-list{
	margin: 0 -10px;
	margin-top: 30px;
}
.immigration-list dl{
    display: inline-block;
    float: left;
    text-align: center;
    width: 386px;
    height: 210px;
	margin: 0 10px;
	margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.immigration-list dl:hover{
	box-shadow: 0 5px 15px #b0b0b0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
.immigration-list dl dt{
	width: 150px;
    height: 210px;
	text-align: center;
	float: left;
}
.immigration-list dl dt .circle{
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background: #e9f1ff;
}
.immigration-list dl dt img{
	display: block;
    width: 50px;
    margin: 0 auto;
	align-self: center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.immigration-list dl:hover dt img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transition: rotate(360deg);
	transform: rotate(360deg);
}
.immigration-list dl dd{
	width: 220px;
	margin-top: 35px;
	text-align: center;
	float: left;
}
.immigration-list dl dd h3{
    font-size: 18px;
    color: #000000;
	margin-bottom: 7px;
}
.immigration-list dl dd p{
	font-size: 14px;
    color: #888;
    line-height: 24px;
}
.en-immigration-list dl{
	width: 590px;
}
.en-immigration-list dl dd{
	width: 420px;
}
.en-immigration-list dl dd p{
	text-align: left;
}
#news{
	padding: 50px 0;
	background: #f5f5f5;
}
.news-list{
    margin: 0 -10px;
    overflow: hidden;
    margin-top: 35px;
}
.news-list li{
	position: relative;
	width: 285px;
	margin: 0 10px;
	background: #fff;
	height: 250px;
	float: left;
}
.news-list li .xian{
    width: 50px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -25px;
}

.news-list li .xian .hong{
	width: 50%;
	float: left;
	height: 3px;
	background: #ec271e;
}
.news-list li .xian .lan{ 
	width: 50%; 
	float: left; 
	height: 3px; 
	background: #097ee5;
}
.news-list li h3{
	font-size: 16px;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news-list li .small-list{
	padding: 15px 15px 15px 25px;
}
.news-list li .small-list a{
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.news-list li .small-list a:before{
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
.news-list li .small-list a:before {
    background: #0084ff;
}
#company{
	padding: 50px 0;
}

.column-tit{
	padding-bottom: 15px;
}
.column-tit .icon{
	display: inline-block;
	margin-right: 3px;
}
.column-tit .icon img{
	display: block;
	width: 33px;
}
.column-tit h2{
	display: inline-block;
	font-size: 16px;
}
.column-tit .icon, .column-tit h2{
	vertical-align: middle;
}

.about{
    width: 770px;
	background: #fff;
    float: left;
}
.about h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.about p{
	font-size: 14px;
	 line-height: 28px;
}
.about .more{
	margin-top: 15px;
}
.more a{
	position: relative;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #043982); 
}
.more a:hover{
	background: linear-gradient(to right, #f10500 0%, #ca120f); 
}
.more a .arrow{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0px, -50%);
}
.more .arrow img{
	width: 10px;
}

.contact{
	width: 360px;
	float: right;
}
.contact-list{
	
}
.contact-list dl{
	margin-bottom: 10px;
	overflow: hidden;
}
.contact-list dl dt{
	width: 25px;
	margin-right: 10px;
	float: left;
}
.contact-list dl dt img{
	width: 25px;
}
.contact-list dl dd{
	width: 260px;
	padding-top: 2px;
	font-size: 14px;
	float: left;
}
#i-banner {
    position: relative;
    height: 350px;
    overflow: hidden;
}
#i-banner img {
    position: absolute;
    width: 1920px;
    height: 350px;
    margin-left: -960px;
    left: 50%;
}
#inner{
	padding: 30px 0;
	background: #f5f5f5;
}
.i-bread-nav p span{
	font-family: serif;
}
.i-bread-nav img{
	display: inline-block;
	width: 25px;
    vertical-align: middle;

}
.i-bread-nav p{
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}
.main{
	position: relative;
	margin-top: 30px;
	min-height: 200px;
	border-radius: 5px;
	background: #fff;
    box-shadow: 0 0 5px #e0e0e0;
}

.i-left{
	position: absolute;
	width: 270px;
	padding: 30px 20px 30px 30px;
	border-right: 1px solid #eee;
	left: 0;
	top: 0;
	bottom: 0;
}
.i-left-fixed {
    position: fixed;
    top: 65px;
	left: inherit;
}
.i-left-tit{
	margin-bottom: 20px;
}
.i-left-tit h3{
	font-size: 20px;
}
.i-left-tit .line{
	width: 30px;
	margin: 10px 0;
}
.i-left-tit .line, .i-left-tit .line .blue, .i-left-tit .line .red{
	height: 2px;
}
.i-left-list{
	
}
.i-left-list a{
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.i-left-list a:hover{
	text-decoration: none;
	border-bottom: 1px solid #db0a06;
}
.i-right{
	width: 900px;
	padding: 40px 30px 40px 0;
	float: right;
}

.i-page{
	
}
.i-page h1, .i-contact h1{
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
}
.i-page .line{
	width: 45px;
}
.content{
	margin-top: 25px;
}
.content h1{
	margin-bottom: 10px;
}
.content p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}
.i-contact{
	padding-top: 40px;
}
.i-contact-list{
	padding: 30px 10px;
}
.i-contact-list li{
	width: 560px;
	margin: 0 10px;
	padding: 20px 15px;
	background: #f5f5f5;
	float: left;
}
.i-contact-list li h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.i-contact-list li h3{
	text-shadow: 0 1px 0 #fff;
}
.i-contact-info dd{
	width: 450px !important;
	
}
.i-ranking-list{
	margin-top: 30px;
}
.i-ranking-list dl{
	width: 220px;
	margin: 0 10px;
	margin-bottom: 20px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.i-ranking-list dl:hover{
	box-shadow: 0 5px 15px #b0b0b0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.i-ranking-content{
}

.i-ranking-bd{
	height: 120px;
	border-bottom: 1px solid #eee;
}

.i-ranking-bd .i-ranking-pic{
	width: 200px;
	text-align: center;
	float: left;
}
.i-ranking-bd .i-ranking-pic img{
	display: block;
	max-width: 200px;
	max-height: 90px;
	margin: 0 auto;
}
.i-ranking-bd .i-ranking-pic p{
	font-size: 14px;
}
.i-ranking-bd .i-ranking-info{
	display: inline-block;
	float: right;
}
.i-ranking-bd .i-ranking-info dl{
	height: 120px;
	margin: 0 15px;
	text-align: center;
	float: left;
}
.i-ranking-bd .i-ranking-info dl dt img{
	width: 35px;
}
.i-ranking-bd .i-ranking-info dl dd h4{
	font-size: 13px;
}
.i-ranking-bd .i-ranking-info dl dd h3{
	font-size: 15px;
	color: #db0a06;
}
.i-news{
}
.i-news dl{
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	box-shadow: 0 1px 0 #fff;
	overflow: hidden;
}
.i-news dl:hover{
	border-bottom: 1px dashed #db0a06;
}
.i-news dl:hover a{
	color: #db0a06;
}
.i-news dl dt, .i-news dl dd{
	display: inline-block;
}
.i-news dl dt{
	font-size: 14px;
	float: left;
}
.i-news dl dd{
	font-size: 12px;
	line-height: 20px;
	float: right;
}

.i-detail{
    text-align: justify;
}
.i-detail h1{
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}
.i-detail p{
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 15px;
}
.i-detail-con{
	padding-top: 20px;
}
.i-detail-con img{
	max-width: 900px;
}
.i-detail-con p{
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 23px;
}
.i-detail-con p img, .i-detail-con p a{
	vertical-align: middle;
}
.i-pic img{
	width: 100%;
}

#footer{
	position:relative;
	padding:50px 0;
	background:#000040;
	border-top:2px solid #db0a06;
	z-index:99;
	}
.f-nav{
	float:left;
	}
.f-nav li{
	margin-right:95px;
	float:left;
	}
.f-nav li h3, .f-nav li h3 a{
	font-size:16px;
	color:#a4a4a4;
	margin-bottom:20px;
	}
.f-nav li a{
	display:block;
	font-size:13px;
	color:#F5F5F5;
	margin-bottom:10px;
	}
.f-code{
	padding-left:50px;
	border-left:1px solid #565656;
	float:left;
	}
.f-code img{
	display:block;
	width:130px;
	margin-bottom:5px;
	}
.f-code p{
	font-size:13px;
	text-align:center;
	color:#A5A5A5;
	}
.f-tel{
	width:260px;
	margin-left:65px;
	float:left;
	}
.f-tel .b-logo{
	width:60px;
	margin:0 auto;
	}
.f-tel .b-logo img{
	display:block;
	width:60px;
	}

.f-tel .txt{
	padding:5px 15px;
	border:1px solid #3f8cff;
	text-align:center;
	margin-bottom:15px;
	}
.f-tel .txt img{
	width:25px;
	vertical-align:middle;
	}
.f-tel .txt span{
	color:#3f8cff;
	font-size:13px;
	line-height:24px;
	}
.f-tel .f-num{
	font-size:22px;
	text-align:center;
	color:#3f8cff;
	font-weight:bold;
	}
	
#copy{
	position:relative;
	padding:8px 0;
	border-top: 1px solid #2d2d75;
	background:#000031;
	z-index:99;
	}
#copy p{
	font-size:12px;
	margin-bottom:5px;
	text-align:center;
	}
#copy a,#copy p{
	color:#8A8A8A;
	}