*{
	-webkit-font-smoothing: antialiased;
}

body{
	background-color: #fff;
}

.block-welcome{
	width: 100%;
	height: 80px;
	background-color: #565a60;
	z-index: 99;
}

.block-welcome p{
	color: #fff;
    font-size: 14px;
    line-height: 80px;
    padding-left: 40px;
}

.block-welcome p span{
	margin-right: 10px;
}

.block-welcome p a{
	white-space: nowrap;
	color: #1bbc9b;
}

.block-welcome button{
    position: absolute;
    right: 20px;
    top: 30px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 20px;
    font-size: 14px;
}

.block-welcome p button:hover{
	color: #2f343a;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

.block-header{
	position: absolute;
	padding-top: 30px;
	z-index: 99;
	width: 100%;
}

.block-header header{
	background:url(../image/h_bg.png) repeat center center;
	height: 68px;
	position: relative;
}

.block-header header .logo-header{
	padding: 9px 0 0 20px;
	width: 160px;
	height: 59px;
	display: inline-block;
}

.block-header header .logo-header img{
	height: 100%;
}

.block-header header .language-header{
	display: inline-block;
	margin-left: 20px;
}

.block-header header .language-header button{
	color: #1bbc9b;
	margin-right: 4px;
	line-height: 40px;
}

.block-header header .language-header button:hover{
	color: #fff;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}

.block-header header .navlist-header{
	height: 54px;
	position: absolute;
	top: 0px;
	right: 138px;
	font-size: 0px;
}

.block-header header .navlist-header li{
	display: inline-block;
	height: 68px;
}

.block-header header .navlist-header li a{
	display: block;
	padding: 0 18px;
	line-height: 68px;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.block-header header .navlist-header li:hover{
	transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #fff;
	background: #1bbc9b;
}

.block-header header .navlist-header li.current{
	background: #1bbc9b;
}

.block-header header .signbtn-header{
	position: absolute;
	top: 0px;
	right: 0px;
	background:url(../image/h_bg.png) repeat center center;
	width: 138px;
	height: 68px;
	color: #fff;
	line-height: 68px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
}

.block-header header .signbtn-header .fa{
	margin-right: 4px;
}

.block-header header .signbtn-header:hover{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #1bbc9b;
}

.container-intro{
	position: relative;
	z-index: 10;
}

.block-intro{
	font-size: 0;
	width: 960px;
	margin: 0 auto;
}

.block-intro .triple-intro{
	display: inline-block;
	margin: 0 10px;
	width: 295px;
	font-size: 12px;
	padding-bottom: 20px;
	background-color: #fff;
	vertical-align: top;
}

.block-intro .triple-img-container{
	position: absolute;
	width: 94px;
	height: 96px;
	background-color: #1bbc9b;
}

.block-intro .triple-img-container img{
	width: 40px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -20px;
}

.block-intro .triple-text-container{
	height: 96px;
	padding-left: 94px;
}

.block-intro .triple-text-container h3{
	font-size: 20px;
	line-height: 96px;
	padding-left: 20px;
}

.block-intro .triple-description-container{
	padding: 18px 20px;
	border-bottom: 3px solid #1bbc9b;
}

.block-intro .triple-description-container p{
	height: 40px;
	color: #808080;
}

.block-news{
	width: 960px;
	margin: 0 auto;
}

.block-news .newsblock{
	position: relative;
	width: 450px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}

.block-news .newsblock:first-child{
	margin-right: 11px;
}

.block-news .newsblock .title-news{
	color: #fff;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	background-color: #2abb9b;
	font-size: 18px;
}

.block-news .newsblock .more-news{
	position: absolute;
	top: 0;
	right: 0;
}

.block-news .newsblock .more-news a{
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	padding: 0 16px 0 6px;
}

.block-news .newsblock .more-news i{
	position: relative;
	top: 1px;
	margin-left: 4px;
	font-size: 20px;
}

.block-news .newsblock .body-news{
	background-color: #fff;
	padding: 12px 16px;
}

.block-news .newsblock .body-news ol{
	margin: 0;
	padding: 0;
}

.block-news .newsblock .body-news ol li a{
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 110px;
	color: #0c2b26;
	display: block;
	position: relative;
}

.block-news .newsblock .body-news .time-news{
	color: #2abb9b;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 28px;
}

.block-footer{
	color: #a1a1a1;
    background-color: #27282a;
}

.block-footer footer{
	margin: 0 auto;
	width: 925px;
	height: 63px;
	position: relative;
}

.block-footer .footer-menu-container{
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 63px;
	font-size: 14px;
}

.block-footer .footer-nav-container{
	position: absolute;
	top: 24px;
	margin-left: 270px;
}

.block-footer .footer-nav-container a{
	padding: 6px 4px;
	color: #8f8e8e;
	position: relative;
}

.block-footer .footer-nav-container a:after{
	content: "";
	position: absolute;
	left: -2px;
	top: 6px;
	width: 1px;
	height: 12px;
	background-color: #8f8e8e;
}

.block-footer .footer-nav-container a:first-child:after{
	display: none;
}

.block-footer .footer-copyright-container{
	position: absolute;
	right: 0px;
	top: 0px;
}

.block-footer .footer-copyright-container a,
.block-footer .footer-copyright-container span{
	line-height: 63px;
}

.block-footer .footer-copyright-container a{
	cursor: pointer;
	text-decoration: none;
	color: #8f8e8e;
}

.flex-container{
	margin-bottom: -50px;
}

.flex-container .slides li{
	background-size: auto 100%;
}

.flex-container .slides .content-comment{
	width: 920px;
	margin: 0 auto;
	height: 636px;
	color: #fff;
	position: relative;
}

.flex-container .users-comment h2{
	font-size: 18px;
	position: absolute;
	top: 204px;
	left: 10px;
	color: #fff;
}

.flex-container .users-comment .detail-comment{
	position: absolute;
	left: 0px;
	top: 280px;
	/*width: 580px;*/
}

.flex-container .users-comment p{
	font-size: 22px;
	line-height: 50px;
	padding: 20px 60px;
	position: relative;
}

.flex-container .users-comment p:before,
.flex-container .users-comment p:after{
	color: #9a9da3;
	position: absolute;
	font-size: 50px;
	font-weight: bold;
}

.flex-container .users-comment p:before{
	content: "「";
	top: 0px;
	left: 0px;
}

.flex-container .users-comment p:after{
	content: "」";
	bottom: 0px;
	right: 0px;
}

.flex-container .users-comment .links{
	color: #1bbc9b;
	text-decoration: underline;
	margin-top: 20px;
	font-size: 18px;
	cursor: pointer;
}

.flex-container .users-comment .users-avatar{
	position: absolute;
	right: 0px;
	top: 148px;
	width: 360px;
	height: 360px;
}

.flex-container .merak-intro h2{
	position: absolute;
	bottom: 320px;
	font-size: 28px;
    padding: 14px 20px;
    color: #fff;
    background-color: #1bbc9b;
}

.flex-container .merak-intro p{
	position: absolute;
	top: 362px;
	line-height: 30px;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #565a60;
}

.flex-container .merak-intro .links{
	position: absolute;
	top: 460px;
	color: #1bbc9b;
	text-decoration: underline;
	font-size: 18px;
	cursor: pointer;
}

.flex-container .merak-intro img{
	position: absolute;
	right: 0px;
	top: 190px;
	width: 300px;
}

.flex-direction-nav li a:hover{
	background-color: #1bbc9b;
}

.modal .modal-dialog{
	width: 960px;
	margin-top: 60px;
}

.modal .modal-content{
	/*height: 568px;*/
	padding: 52px 60px 40px 240px;
	position: relative;
	background-image: url(/style/image/index/bg_index_modal.png);
	background-size: 1010px;
	background-position: -22px -22px;
	border-radius: 18px;
}

.modal .modal-content .users-avatar{
	width: 136px;
	height: 136px;
	position: absolute;
	top: 52px;
	left: 60px;
}

.modal .modal-content .users-avatar img{
	width: 100%;
}

.modal .modal-content .close{
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 22px;
	border: 4px solid #fff;
	text-align: center;
	width: 48px;
	height: 48px;
	border-radius: 40px;
	opacity: 0.8;
}

.modal .modal-content .close span{
	line-height: 40px;
}

.modal .modal-content .close:hover{
	opacity: 1;
}

.modal .modal-content h3{
	font-size: 26px;
	padding: 36px 0 34px 0;
}

.modal .modal-content p{
	font-size: 18px;
	line-height: 30px;
	max-height: 380px;
	overflow-y: auto;
}