@charset "utf-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*Html5*/
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
/*Base*/
@font-face {
 font-family: 'Vijaya';
 src: url("../font/Vijaya.eot");
 src: local('Vijaya Regular'), local('Vijaya'), url("../font/Vijaya.woff") format('woff'), url("../font/Vijaya.ttf") format('truetype'), url("../font/Vijaya.svg#Vijaya") format('svg');
}
html, body {
	font: 12px/22px Arial;
	background:#f7f7f8;
	color:#666;
}
form {
	margin:0px;
	padding:0px;
	display:inline;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
img{
	border:none;}
a,a:link,a:visited {color:#666; text-decoration:none;}
a:hover {color:#333; text-decoration:none;}
a:active {color:#333; text-decoration:none;}

.f_left{float:left;}
.f_right{float:right;}
.w100 {width:100%; padding:0px; margin:0px; overflow:hidden;}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	background: transparent; /*修正win8系统IE连接灰色背景*/
	outline:none;
 blr:expression(this.onFocus=this.blur());
}
a:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode:bicubic;
	transition: transform 1s;
}
img.hover {
	transform: scale(1.15);
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/*legend*/
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	outline:none;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input.submit {
	cursor: pointer;
}
input.radio {
	width: 13px;
	height: 13px;
}
input[type="text"], input[type="number"] {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
	-webkit-appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul, ol, li {
	list-style: none;
	float: left;
}
i, em {
	font-style: normal;
}
/*清除浮动*/
.clear {
	clear: both;
}
.f-cb {
	zoom: 1;
}
.f-cb:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	overflow:hidden;
	content:".";
}
.fl {
	float:left;
	display: inline;
}
.fr {
	float:right;
	display: inline;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.poa-f {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.ovh {
	overflow: hidden;
}
.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.z1 {
	z-index: 1;
}
.z2 {
	z-index: 2;
}
.dn {
	display: none;
}
.w-f {
	width: 100%;
}
.h-f {
	height: 100%;
}
.fwn {
	font-weight: normal;
}
.t-f {
	transition: all 0.5s;
}
.t-c {
	transition: color 0.5s;
}
.t-bg {
	transition: background 0.5s;
}



.header {
	width:100%;
	height:85px;
	background:#fff;
	/*filter:alpha(opacity=9);
	opacity: 0.9;*/
	position:fixed;
    top:0;
    z-index:999;
	}
.logo {
	margin-left:6%;
}
.g20{
	margin:35px 0px 0px 0px;}
.logo.poa {
	left: 3%;
	top: 0;
}
.nav-btn {
	width: 71px;
	height: 40px;
	padding: 0 12px;
	margin: 32px 2% 0 0;
	background: #fff;
	font-size: 20px;
	line-height: 40px;
	color: #5c5c5c;
	cursor: pointer;
}
.nav-btn.poa {
	right: 2%;
	top: 32px;
	margin: 0;
}
.nav-btn .line {
	width: 23px;
	height: 18px;
	margin-top: 11px;
}
.nav-btn span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 23px;
	height: 2px;
	margin-bottom: 5px;
	background: #6e6e6e;
}
.nav-btn span.top {
	top: 0;
	transform-origin: left top;
}
.nav-btn span.bot {
	top: 16px;
	transform-origin: left bottom;
}
.nav {
	left: 0;
	top: 0;
	padding-top:30px;
	width: 65%;
	
}
.nav ul {
	width: 100%;
}
.nav li {
	position: relative;
	width: 13%;
	min-width: 113px;
	padding: 0 0 1px 3%;
	margin-bottom: 38px;
	line-height: 31px;
}
.nav p {
	color: #666;
	transition: color 0.5s;
}
.nav p.en {
	font-size: 18px;
	color: #818181;
}
.nav a:hover p {
	color: #ba845c;
}
.nav .sel p{
	color: #ba845c;}
.nav .line {
	left: 18%;
	bottom: 0;
	width: 32px;
	height: 1px;
	background: #c9c9c9;
}
.nav .in {
	left: -32px;
	top: 0;
	width: 32px;
	height: 1px;
	background: #ba845c;
}
.nav .btn {
	padding: 0 3% 0 2%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 42px;
}
.nav .list, .nav .btn {
	/*filter:alpha(opacity=0);
	opacity: 0;*/
}
.nav .btn p.fr {
	cursor: pointer;
}
.nav .btn p.fr img {
	margin-left: 55px;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
.language p {
	color: #868686;
	cursor: pointer;
}
.language span {
	display: inline-block;
	padding-left: 10px;
	transition: color 0.5s;
}
.language span.hover, .language span.cur {
	color: #333;
}
.language img {
	margin-left: 5px;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
.language-list {
	padding: 0 3% 0 2%;
	line-height: 42px;
}
.language-list a {
	display: inline-block;
	margin-right: 15px;
	color: #666;
}
.language-list a.en {
	font-size: 17px;
	text-transform: uppercase;
	transition: color 0.5s;
}
.language-list a.en:hover {
	color: #333;
}
.nav .search {
	padding: 35px 3% 38px 2%;
	line-height: 44px;
}
.nav form {
	width: 100%;
}
.nav .search input {
	width: 380px;
	height: 58px;
	border: 0;
	font: 36px/58px Arial;
	color: #e1e1e1;
}
.nav .search input.cur {
	color: #333;
}
.nav .search .submit {
	width: 58px;
	background: url("../images/bg_btn01.png") no-repeat center;
}
.footer {
	padding: 3% 10% 3% 0;
	background: #313131;
	line-height:30px;	
}
.footer .list {
	width: 77%;
}
.footer .list ul {
	width: 100%
}
.footer .list li {
	width: 12%;
	padding-left: 10%;
}
.footer .list a {
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #818181;
	transition: all 0.5s;
}
.footer .list a:hover {
	color: #d4b181;
	transition: all 0.5s;
}
.footer .list a.t {
	padding-bottom: 2px;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 56px;
}
.footer .list .line {
	left: 0;
	bottom: 0;
	width: 35px;
	height: 1px;
	background:#818181;
}
.footer .list .in {
	left: -35px;
	top: 0;
	width: 35px;
	height: 1px;
	background: #d4b181;
}
.footer .mark {
	width: 23%;
}
.footer .box {
	width: 25%;
	margin-left: 10%;
	min-width: 70px;
	font: 14px/24px Arial;
	text-align: center;
}
.footer .share {
	margin-top: 18px;
}
.footer .share a {
	float:left;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0 5px;
	background: url("../images/bg_sign05.png") no-repeat;
}
.footer .share a.bds_sqq {
	background-image: url("../images/bg_sign06.png");
}
.footer .share a.bds_tqq {
	background-image: url("../images/bg_sign07.png");
}
.footer .share a.bds_tsina {
	background-image: url("../images/bg_sign08.png");
}
.footer p.tar {
	margin-top: 15px;
	font-size: 17px;
	color: #808080;
	text-align: right;
}
.footer p.tar a {
	color: #808080;
	transition: 0.5s;
}
.footer p.tar a:hover {

	color: #333;
}
/*INDEX*/
.iban {
	top: -104px;
	margin-bottom: -104px;
 *top: 0;
 *margin: -104px 0 0;
	background: url("http://www.dunnu.com/static/web/css/../../img/loadings.gif") no-repeat center;
}
.iban img {
	position: absolute;
	top: -100%;
	opacity: 0;
}
.iban img.cur {
	animation: ibanImg 5s linear forwards;
}
@keyframes ibanImg {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
.iban canvas {
	transform: scale(1.1);
}
.iban .detail {
	left: 0;
	top: 35%;
	width: 28%;
	min-width: 326px;
	font-size: 14px;
	color: #686c6b;
	filter:alpha(opacity=0);
	opacity: 0;
}
.iban .detail p.en {
	font: 80px/72px Vijaya;
	color: #58605e;
}
.iban .detail p.fz36 {
	font-size: 36px;
	line-height: 66px;
	color: #2e3433;
}
.iban .btn {
	margin-top: 20%;
}
.iban .btn a {
	display: inline-block;
	width: 84px;
	padding-left: 56px;
	background: url("../images/bg_sign12.png") no-repeat 30px 0;
	border: 1px solid #fff;
	font: 14px/38px Arial;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.5s;
}
.iban .btn a.photo {
	margin-left: -1px;
	background-image: url("../images/bg_sign13.png");
}
.iban .btn a:hover {
	background-position: 30px -38px;
	background-color: #fff;
	color: #000;
}
.iban .video-box .box {
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
	filter:alpha(opacity=0);
	opacity: 0;
}
.iban .video-box .close {
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: url("../images/close01.jpg") no-repeat;
	cursor: pointer;
}
a.more-btn {
	display: inline-block;
	width: 150px;
	padding: 1px 0;
	margin-top: 20%;
	font: 20px/38px Vijaya;
	color: #58605e;
	text-align: center;
}
a.more-btn.g {
	color: #818181;
}
a.more-btn span {
	display: inline-block;
}
a.more-btn span:first-child {
	position: relative;
}
a.more-btn span.af {
	left: 0;
	top: 28px;
	width: 148px;
	height: 38px;
	color: #6b877f;
	filter:alpha(opacity=0);
	opacity: 0;
}
a.more-btn .blank {
	top: -100%;
	background: #fff;
	display: none;
}
a.more-btn.g .blank {
	background: #cce1dd;
}
a.more-btn .border.w {
	width: 100%;
	height: 1px;
	background: #8f9997;
}
a.more-btn.g .border.w {
	background: #b4b4b4;
}
a.more-btn .border.he {
	width: 1px;
	height: 100%;
	background: #8f9997;
}
a.more-btn.g .border.he {
	background: #b4b4b4;
}
a.more-btn .border.t {
	left: 0;
	top: 0;
}
a.more-btn .border.r {
	right: 0;
	bottom: 0;
}
a.more-btn .border.b {
	right: 0;
	bottom: 0;
}
a.more-btn .border.l {
	left: 0;
	top: 0;
}
a.more-btn .border.hover {
	background: #485a56;
}
a.more-btn.g .border.hover {
	background: #7c938c;
}
a.more-btn .border.w.hover {
	width: 100%;
}
a.more-btn .border.he.hover {
	height: 100%;
}
a.more-btn .border.t.hover {
	left: -100%;
	top: 0;
}
a.more-btn .border.r.hover {
	right: 0;
	bottom: 100%;
}
a.more-btn .border.b.hover {
	left: 100%;
	bottom: 0;
}
a.more-btn .border.l.hover {
	left: 0;
	top: 100%;
}
.iban .bg {
	top: 100%;
	background: #eee;
}
.iabout .list {
	left: -50%;
	top: 0;
	width: 50%;
}
.iabout .tips {
	padding: 10.5% 19% 9%;
	font-size: 14px;
	color: #989898;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.iabout .tips p.fz24 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 42px;
	color: #626b68;
}
.iabout .tips a.more {
	margin-top: 44px;
}
.iabout .list-in ul {
	width: 100%;
}
.iabout .list-in li {
	position: relative;
	overflow: hidden;
	width: 33.3%;
}
.iabout .list-in li.last {
	width: 33.4%;
}
.iabout .img {
	right: -50%;
	top: 0;
	width: 50%;
	height: 100%;
}
a.imgshow .bg {
	background: #1e2524;
	filter:alpha(opacity=40);
	opacity: 0.4;
}
a.imgshow .sign {
	display: none;
	left: 50%;
	top: 50%;
	width: 106px;
	margin: -20px 0 0 -53px;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}
a.imgshow .line {
	display: inline-block;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	filter:alpha(opacity=0);
	opacity: 0;
}
a.imgshow .t {
	top: 0;
}
a.imgshow .b {
	bottom: 0;
}
.ilist {
	padding: 0% 10% 10% 10%;
	background: #f7f7f8;
}
.ilist ul {
	width: 100%;
}
.ilist li {
	left: 33.3%;
	width: 33.3%;
	color: #989898;
	text-align: center;
	filter:alpha(opacity=0);
	opacity: 0;
}
.ilist .in {
	width: 85%;
	margin: 0 auto;
}
.ilist a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: background 0.5s;
}
.ilist a:hover {
	background: #eee0cd;
}
.ilist .top {
	padding: 10% 11% 0;
}
.ilist .num {
	height: 96px;
	background: url("../images/bg_sign01.png") no-repeat center top;
	transition: background 0.5s;
}
.ilist .num.se {
	background-image: url("../images/bg_sign02.png");
}
.ilist .num.th {
	background-image: url("../images/bg_sign03.png");
}
.ilist a:hover .num {
	background-position: center -96px;
}
.ilist .line {
	width: 57px;
	height: 2px;
	background: #c0c0c0;
	margin: 0 auto 12%;
	transition: background 0.5s;
}
.ilist a:hover .line {
	background: #fff;
}
.ilist p {
	color: #989898;
}
.ilist p.t {
	margin-bottom: 8.5%;
	font: 18px/28px Vijaya;
	color: #666;
}
.ilist .img {
	display: inline-block;
}
.inews ul {
	width: 100%;
	background-color:#FFF;
}
.inews li {
	position: relative;
	left: -50%;
	overflow: hidden;
	width: 50%;
}
.inews li:nth-child(2n) {
 left: auto;
 right: -50%;
}
.inews .detail {
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	transition: background 0.5s;
}
.inews .detail.r {
	left: auto;
	right: 0;
}
.inews .detail.hover {
	background: #cde2de;
}
.inews .in {
	padding: 30% 17% 0;
	line-height: 18px;
	color: #666;
	text-align: center;
}
.inews .in p.time {
	margin-bottom: 3.5%;
	font-size: 18px;
	line-height: 24px;
	color: #000;
}
.inews .in p.t {
	margin-bottom: 3.5%;
	font-size: 20px;
	line-height: 34px;
	color: #333;
}
.inews .in p {
	color: #666;

}
.inews img.sign {
	left: 50%;
	bottom: 20%;
	width: 15px;
	height: 15px;
	margin-left: -8px;
}
@media screen and (max-width:1440px) {
 .inews img.sign {
 bottom: 15%;
}
}
@media screen and (max-width:1200px) {
 .inews a p:nth-child(2) {
 display: none;
}
}
.inews .arrow {
	right: -18px;
	top: 50%;
	width: 18px;
	height: 36px;
	margin-top: -18px;
	background: url("../images/bg_sign04.png") no-repeat;
}
.inews .detail.r .arrow {
	right: auto;
	left: -18px;
	background-image: url("../images/bg_sign04l.png");
}
.inews .hover .arrow {
	background-image: url("../images/bg_sign04s.png");
}
.inews .detail.r.hover .arrow {
	right: auto;
	left: -18px;
	background-image: url("../images/bg_sign04ls.png");
}
.inews .img {
	width: 50%
}

.dromp{
	border:#999 1px solid;
	background-color:#FFF;
	position:absolute;
	left:-20px;
	margin-top:24px;
	}	
.dromp li{
	padding:0 0;
	margin:0 0;
	width:100%;
	line-height:40px;
	}
.dromp li a{
	margin:auto;
	display:block;
	text-align:center;
	}
.dromp li a:hover{
	background-color:#f1f1f1;
	}		
	