@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style: none;
	font-family: "Calibri";
}

html, body {
	margin: 0;
	padding: 0;
	font-family: "Calibri";
	
}
a{
	text-decoration: none;
}
a:link {

}
a:visited {

}
a:hover {

}
.fl{
	float:left;

}
.fr{ float:right;
}
.center{
	margin: 0 auto 0 auto;
	text-align: center;
}
img{ display:block;}







/* 头部 */
.top-header{
	height: 60px;
	width: 100%;
	font-family: "Calibri";
}


.cd-logo {
        position: absolute;
        top: 10px;
        left: 1em;
        z-index: 5;
    }



.top-nav {
	height: 45px;
	float: right;
	width: 80%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/* 头部语言选择 */
.top-nav ol{
	float: right;
	width: 15%;
	display: block;
}
.lang-selector {
	margin-top: 0px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	font-size: 14px;
	background-color: #f1f2f4;
	display: inline-block;
	border-radius: 8px;
	position: relative;
	font-family: calibri;
	text-align: left;
	margin-bottom: 0px;
	padding-right: 8%;
	padding-left: 8%;
	line-height: 30px;
	text-decoration: none;
	color: #000033;
    }


.top-nav ol i{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #D4AB4B;
	padding: 0px;
	display: inline-block;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    }
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
	display: none;

}
.dropdown:hover .dropdown-content {
  display: block;
}

.top-nav ol ul{
	background-color: #f1f2f4;
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
	z-index: 1000;
	width: 80%;
	position: relative;
	float: right;
	margin-right: 20%;
	padding: 0px;
	margin-top: -3px;
}

.top-nav ol ul li{
	display: inline-block;
	background-color: #f1f2f4;
	width: 80%;
	padding: 10%;
	float: left;
}

.top-nav ol ul li:hover{
	background-color: #CCC;
}
.top-nav ol li a{
	font-size: 14px;
	color: #000033;
	text-decoration: none;
}


/* 头部菜单 */
.top-nav dl{
	float: right;
	display: block;
	width: 70%;
}


.top-nav dl dt{
	background-color: #d4ab4b;
	border: 0 none;
	border-radius: 5px;
	color: #000033;
	cursor: default;
	font-size: 14px;
	text-decoration: none;
	float: right;
	padding-right: 2%;
	padding-left: 2%;
	display: block;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}
.top-nav dl dd a{
	float: right;
	display: block;
	font-size: 12px;
	color: #000033;
	text-decoration: none;
	padding-right: 2%;
	padding-left: 2%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #545454;
	margin-top: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #545454;
	margin-right: 20px;
}
.top-nav dl dd a:hover{
	color: #D4AB4B;
	text-decoration: underline;
}

 /* 主导航 */
.mainbav{
	font-size: 16px;
	color:black;
	list-style: none;
	font-family: Calibri;
	width: 100%;
	height: 60px;
	margin: 0px;
	background-image: url(../img/mainbav01.png);
	background-repeat: no-repeat;
	background-position: 3% top;
	background-color: #000033;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0a555;
}




/* 导航 */
.pgwMenu {
	position: relative;
	list-style: none;
	float: right;
	width: 70%;
}


.pgwMenu ul {
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
.pgwMenu li { float: left;}
.pgwMenu li a:hover{
	text-decoration: none;
	color: #D4AB4B;

}

.pgwMenu a{
	font-family: Calibri;
	display: block;
	color: #fff;
	line-height: 60px;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 18px;
}
.pgwMenu li > a{
	position: relative;
	bottom: 1px;
}
.pgwMenu li > ul {
	position: absolute;
	z-index: 100000;
	display: none;
	border: 1px solid #d0a555;
}
.pgwMenu li > ul li a {
	background: rgba(0, 0, 51, 0.8);
}
.pgwMenu li > ul li {
	float: none;
}
.pgwMenu a.selected {

}

.pgwMenu .pm-links.mobile,
.pgwMenu .pm-viewMore > ul { background: #000033; box-shadow: 2px 2px 4px #777; position: absolute; right: 0; top: 100%; z-index: 1000; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;  }
.pgwMenu .pm-viewMore { display: none; position: relative;}
.pgwMenu .pm-viewMore > a { display: inline-block;}
.pgwMenu .pm-viewMore > ul { left: auto; right: 0;}
.pgwMenu .pm-viewMore li { float: none;}
.pgwMenu .pm-viewMore span.icon,
.pgwMenu .pm-viewMore span.white { border-color: #fff transparent; border-style: solid; border-width: 8px 6px 0; margin-left: 3px; display: inline-block;}
.pgwMenu .pm-links.mobile li,
.pgwMenu .pm-viewMore > ul > li { display: block; clear: both; width: 220px;}
.pgwMenu .pm-dropDown,
.pgwMenu .pm-viewMore,
.pgwMenu .pm-viewMore > ul { display: none;}
.pgwMenu .pm-dropDown a {
	display: inline-block;
	background: #777;
	float: right;
}
.pgwMenu .pm-dropDown a.active,
.pgwMenu .pm-viewMore a.active { background: #666;}


.pgwMenu .pm-dropDown span.icon,
.pgwMenu .pm-dropDown span.white {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    margin: 9px 5px;
}

.pgwMenu.light .pm-dropDown span.icon,
.pgwMenu .pm-dropDown span.black {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat;
    display: block;
    height: 22px;
    width: 22px;
    margin: 9px 5px;
}



.pgwMenu.light { background: #ddd;}
.pgwMenu.light .pm-viewMore > ul {
    background-color: #ddd;
}

.pgwMenu.light .pm-links.mobile {
    background: #ddd;
}

.pgwMenu.light a {
    color: #000;
}

.pgwMenu.light a.selected {
    background: #c5c5c5;
}

.pgwMenu.light .pm-dropDown a {
    background: #c5c5c5;
}

.pgwMenu.light .pm-dropDown a.active,
.pgwMenu.light .pm-viewMore a.active {
    background: #d0d0d0;
}

.pgwMenu.light .pm-dropDown a.active {
    background: #bbb;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pgwMenu a {  padding: 0 30px;}

/* 自定义样式 */

.pm-links.mobile,.pm-viewMore>ul { background: rgba(0, 0, 51, 0.8); box-shadow: 2px 2px 4px #777; position: absolute; ; top: 100%; z-index: 1000;right: 0;}
.pm-links.mobile li,.pm-viewMore>ul>li { display: block; clear: both; width: 175px;	border-bottom-width: 1px;border-bottom-style: solid;
	border-bottom-color: #333; }

.pm-dropDown,.pm-viewMore,.pm-viewMore>ul { display: none }
.pm-dropDown a.active,.pm-viewMore a.active { background: #e5601d; }
.pm-dropDown span.icon,.pm-dropDown span.black { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOvgAADr4B6kKxwAAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABpSURBVEhL7ZPLCcAwDEM9jefI/ks1Hyj2QbiGSLcKHggl8sEktjTc/WGyZxo6YKAbrFzFoav3/hdhmsrlijBN5XJFmKZyuSJMU7lcsfV/kIN0FRJgyACGDGDIAIYMpK8CHt6iG6xZhY0JIJ+6AHGbUFsAAAAASUVORK5CYII=) no-repeat; display: block; height: 22px; width: 22px; margin: 9px 5px }
.pm-dropDown span.white { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwQAADsEBuJFr7QAAABZ0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMDvo9WkAAABKSURBVEhL7ZOxDQAwCMN6O4/T0tmjsxHJDB4yROJ0dz3s1BRHEi2OTREBpQFKA5QGKA3m7IP8RKeIgNIApQFKA5QGc/ZBfkJTdF0oUafLBAFNbAAAAABJRU5ErkJggg==) no-repeat; display: block; height: 22px; width: 22px; margin: 9px 5px }
.pm-viewMore { display: none; position: relative }
.pm-viewMore>a { display: inline-block }
.pm-viewMore>ul { left: auto; right: 0 }
.pm-viewMore li { float: none }
.pm-viewMore span.icon,.pm-viewMore span.white { border-color: #fff transparent; border-style: solid; border-width: 8px 6px 0; margin-left: 3px; display: inline-block }
.pm-viewMore span.black { border-color: #000033 transparent; border-style: solid; border-width: 8px 6px 0; margin-left: 3px; display: inline-block }

.pm-viewMore #sddm {
    position: relative;
}
.pm-viewMore div {
	right: 100%;
	top: 30px;
}



/* 下拉菜单 */

.sddm{z-index: 30;}

.sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D4AB4B;
	border-bottom-color: #D4AB4B;
	border-left-color: #D4AB4B;
	display: block;
	z-index: 30;



}

.sddm div a{
	background: rgba(0, 0, 51, 0.8);
	position: relative;
	display: block;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #2875DE;
	font-family: Calibri;
	display: block;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-weight: normal;
	font-size: 18px;
	line-height: 50px;
	padding-right: 30px;
	padding-left: 30px;
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.sddm div a:hover{
	color: #D4AB4B;
} 


/* 导航右按钮 */

 .accounts-area {
	font-size: 0.8em;
	float: right;
	width: 25%;
    }
.button.button--aylen {
        background: #fff;
        color: #37474f;
        overflow: hidden;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }
.accounts-area a {
        transition: all ease 0.3s;
    }
.accounts-area a {
	color: #FFF;
	width: 28%;
	display: block;
	border-radius: 5px;
	text-align: center;
	float: right;
	height: 30px;
	line-height: 30px;
	border: 2px solid;
	text-decoration: none;
    }
.button {
        float: left;
        display: block;
        margin: 1em 2px;
        border: none;
        background: none;
        color: inherit;
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }
.f1 {
        background: #d4ab4b !important;
    }

.button--aylen::before {
        background: #003;
    }

.button--aylen::after {
        background: #003;
    }
.button--aylen::before, .button--aylen::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        bottom: 100%;
        left: 0;
        z-index: -1;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }
.accounts-area a.demo-acc {

        padding: 0;
    }
.button--aylen:hover::after {
        -webkit-transition-delay: 0.175s;
        transition-delay: 0.175s;
    }
.button--aylen:hover::before, .button--aylen:hover::after {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
.button--aylen:hover {
        color: #fff;
    }
.accounts-area a.demo-acc:hover {
        background-color: #d4ab4b;
        color: #FFF !important;
        border-color: #d4ab4b;
    }



/* 头部END */


.de_home_con{
	width: 100%;
	max-width: 1920px;
	margin:0 auto 0 auto;
}




.de_content{
	width: 100%;
	max-width: 1920px;
	margin:0 auto 0 auto;
	min-height: 800px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	overflow:hidden;
}

.de_bg01{background-image: url(../img/de_home_bg01.jpg);}

.de_bg02{
	background-image: url(../img/de_home_bg02.jpg);
	background-position: left;
}

.de_bg03{background-image: url(../img/de_home_bg03.jpg);}

.de_bg04{
	background-image: url(../img/de_home_bg04.jpg);
	background-color: #000;
}
.de_content ul{
	width: 55%;
	margin-top: 8%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

.de_content ul h1{
	font-size: 48px;
	color: #e9c98b;
	text-shadow:3px 3px 0px #000;

}

.de_content ul h2{
	font-size: 34px;
	color: #e9c98b;
	text-shadow:3px 3px 0px #000;
	margin-top: 3%;
	margin-bottom: 3%;
}
.de_content ul li{
	font-size: 18px;
	line-height: 30px;
	background: rgba(0, 0, 51, 0.8);
	box-shadow: 2px 2px 4px #000;
	padding: 1%;
	width: 85%;
	color: #E9C98B;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}









.de_content3 {
	padding: 5%;
	width: 80%;
	color: #000033;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	display: block;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 2px 2px 4px #000;
}




.de_content3 p {
	color: #000033;
	margin-bottom: 5%;
	font-size: 18px;
	line-height: 36px;
}

.de_content4{
	background-color: #003;
	width: 50%;
	min-width: 380px;
	min-height: 380px;
	position: absolute;
	right: 0px;
	margin: 0px;
	height: 380px;
	background-image: url(../img/thank_you01.png);
	background-repeat: no-repeat;
	background-position: 40px center;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 2%;
	padding-left: 120px;
}
.de_content4 p{
	color: #fff;
	margin-bottom: 5%;
	font-size: 18px;
	line-height: 36px;
	text-align: left;

}

.in_content,.investors{
	width: 100%;
	max-width: 1920px;
	margin:0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: 600px;
	display: block;
	overflow: hidden;
}




.con_bg01{
	background-image: url(../img/de_bg01.jpg);
}
.con_bg02{
	background-image: url(../img/de_bg02.jpg);
}
.con_bg03{
	background-image: url(../img/de_bg03.jpg);
}
.con_bg04{
	background-image: url(../img/de_bg04.jpg);
}
.con_bg05{
	background-image: url(../img/de_bg05.jpg);
}
.con_bg06{
	background-image: url(../img/de_bg06.jpg);
}
.con_bg07{
	background-image: url(../img/de_bg07.jpg);
}
.con_bg08{
	background-image: url(../img/de_bg08.jpg);
}
.con_bg09{
	background-image: url(../img/de_bg09.jpg);
}
.con_bg10{
	background-image: url(../img/de_bg10.jpg);
	background-size: cover;
    box-sizing: border-box;
    background-attachment: fixed;
    background-position: 50%;
}
div.index_con_bg10 ul ol{
	width: 38%;
	margin-top: 8%;
}
.con_bg11{
	background-image: url(../img/de_bg11.jpg);
}
.con_bg12{
	background-image: url(../img/de_bg12.jpg);
}
.con_bg13{
	background-image: url(../img/de_bg13.jpg);
}
.con_bg14{
	background-image: url(../img/de_bg14.jpg);
}


.in_content ul,.investors ul{
	max-width: 1680px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.in_content ul ol{
	width: 45%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 5%;
	display: block;

}

.in_content ul ol h1,.investors ul ol h1{
	font-size: 40px;
	font-weight: normal;
	font-family: "Calibri";
}
.in_content ul ol p,.investors ul ol p{
	font-size: 18px;
	line-height: 36px;
	margin-top: 3%;
	margin-bottom: 3%;
	display: block;
	overflow: hidden;
	width: 100%;
	font-family: "Calibri";
}
.in_content ul ol a,.investors ul ol a{
	text-decoration: none;
}

.in_content ul ol a:hover,.investors ul ol a:hover{
	text-decoration: none;
}

.in_content ul ol span,.investors ul ol span{
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	color: #E9C98B;
	display: block;
	text-align: center;
	background-color: #000033;
	padding: 2%;
	color: #FFF;
	border: 1px solid #d2ac49;
	margin-top: 3%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}



.de_btn{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	background-color: #d2ac49;
	padding-right: 3%;
	padding-left: 3%;
	display: block;
	color: #FFF;
	text-align: center;
	overflow: hidden;
	text-decoration: none;
	border: 1px solid #D2AC49;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	width: 60%;
}

.de_btn:hover{
	background: #000033;

}

.t01{
	color: #FFF;
}
.t02{
	color: #000033;
}



.investors ul ol{
	float: left;
	width: 40%;
	margin-left: 6.5%;
	margin-top: 6%;
}

.investors ul ol h2{
	font-weight: normal;
}

.investors ul ol img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/*add动画css*/
.swiper-slide {
	position: relative;
}
.addanimt {
	position: absolute;
	top: 0;
	width: 100%;

}
.addanimt img {
	max-width: 100%;
	margin: 4% auto 0;
}



/* 尾部 */


.de_footer{
	width: 100%;
	min-width: 480PX;
	height: 100px;
	bottom:0;
	margin: 0px;
	display: block;
	padding: 0px;
}
.de_footer ul{
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: #e7e7e7;
	height: 105px;
}
.de_footer ul li{
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}


.de_footer ul li a{
	text-align: center;
	float: left;
	width: 50%;
	color: #000033;
	font-size: 14px;
	line-height: 105px;
	font-weight: normal;
}


.de_footer ul li a:hover{
	text-decoration: underline;
	color:#d4ab4b;
}



.de_footer_map{
	width: 100%;
	padding: 0px;
	margin-top: 2%;
	margin-right: 0px;
	margin-bottom: 2%;
	margin-left: 0px;
}
.de_footer_map ul{
	width: 80%;
	background-color: #FFF;
}

.de_footer_map h2{
	font-weight: normal;
	padding-bottom: 2%;
	font-size: 12px;
	display: block;
	width: 100%;
	line-height: 20px;
}


.de_footer_map ul li{
	float: left;
	width: 14%;
}

.de_footer_map ul li a{
	width: 100%;
	display: inline;
	line-height: 28px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


.de_footer_map ul p{
	color: #00033;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}

/* 尾部END */
.de_jump_box{
	width: 100%;
	background: rgba(0, 0, 51, 0.5);
	margin: 0;
	padding: 0;
	height: 100%;
	z-index: 1000;
	position: fixed;
	top: 0px;
	display:none;
}
.de_jump{
	line-height: 24px;
	width: 40%;
	max-width: 840px;
	margin-top: 6%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6%;
	background-color: #FFF;
	padding: 2%;
	box-shadow: 0px 10px 30px #000033;
}
.de_jump dd{
	float: right;
	display: block;
	margin-top: -3%;
	margin-right: -3%;
}
.de_jump i{
	height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00338D;
	border-bottom-color: #00338D;
	display: block;
	width: 100%;
}

.de_jump span{
	text-align: center;
	display: block;
	width: 100%;
	font-size: 24px;
	color: #00338d;
	font-weight: bold;
}

.de_jump span img{
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

.de_jump p{
	font-size: 12px;
	color: #00338d;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 20px;
	line-height: 18px;
}

.de_jump ul{
	text-align: center;
	font-size: 14px;
	color: #505050;
	line-height: 60px;
}
.de_jump_input{
	height: 16px;
	width: 16px;
}





.de_jump_btn1 {
	font-size:18px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff;
	text-shadow:1px 1px 0px #1570cd;
	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
	box-shadow:inset 1px 1px 0px 0px #97c4fe;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 200px;
	line-height: 50px;
}
.de_jump_btn1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}
.de_jump_btn1:active {
	position:relative;
	top:1px;
}


.de_jump_btn2 {
	font-size:18px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #dcdcdc;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	color:#999;
	display:block;
	text-shadow:1px 1px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	line-height: 50px;
}

/*add_css*/
.disappear {
	display: none;
}

/*add侧边栏css*/
#slidebar {
    position: fixed;
    top: 20%;
    right: 10px;
    z-index: 999;
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
}
#slidebar * {
    box-sizing: border-box;
}
#slidebar .slideitem a {
    display: block;
    height: 100%;
    position: relative;
    z-index: 2;
}
#slidebar .slideitem{width: 78px;height: 79px;border-bottom: 1px solid #fff;background-repeat: no-repeat;cursor: pointer;position: relative;overflow: hidden;}
#slidebar .slideitem:after{content: '';display: block;position: absolute;width: 100%;height: 100%;background-repeat: no-repeat;top: 0;left: 100%;transition: all .4s;opacity: 0;}
#slidebar .slidelist_de .slideitem{background-image: url('../img/slidebar_de.jpg');width: 79px;height: 45px;}
#slidebar .slidelist_de .demomatch{background-position: 0 0;}
#slidebar .slidelist_de .liveaccount{background-position: 0 -45px;}
#slidebar .slidelist_de .demoaccount{background-position: 0 -90px;}
/*#slidebar .slidelist_de .ibreg{background-position: 0 -135px;}
#slidebar .slidelist_de .getcall{background-position: 0 -180px;}
#slidebar .slidelist_de .whatsapp{background-position: 0 -225px;}*/

#slidebar .hover_slidebar:after{left: 0;opacity: 1;}


#slidebar .slidelist_de .slideitem:after{background-image: url('../img/slidebar_de.jpg');}
#slidebar .slidelist_de .demomatch:after{background-position: -81px 0;}
#slidebar .slidelist_de .liveaccount:after{background-position: -80px -45px;}
#slidebar .slidelist_de .demoaccount:after{background-position: -80px -90px;}
/*#slidebar .slidelist_de .ibreg:after{background-position: -80px -135px;}
#slidebar .slidelist_de .getcall:after{background-position: -80px -180px;}
#slidebar .slidelist_de .whatsapp:after{background-position: -80px -225px;}*/
/*add侧边栏css end*/

/* ----------------------  浏览器宽度1460及以下 ---------------------- */
@media only screen and (max-width: 1460px){

	.de_content ul,.de_jump{
		width: 70%;
	}
	
	.add_bg ul li  {
		margin-top: 0px;
		line-height: 18px;
	}

}




/* ----------------------  浏览器宽度1024及以下 ---------------------- */
@media only screen and (max-width: 1024px){
.in_content,.investors{
	width: 100%;
	height: auto;
	display: block;
	background-size:200% auto;


}

.addanimt img {
	width: 80%;
}

.con_bg01{
	background-position: left -40px;
	}
	
.con_bg02{
	background-position: 100% -90px;
	}
	
.con_bg03{
	background-position: left -110px;
	}
.con_bg04{
	background-position: left -40px;
	}

.con_bg05{
	background-position: 85% -60px;
	}
	
.con_bg06{
	background-position: left -40px;
	}

.con_bg07{
	background-position: 100% -100px;
	}

.con_bg08{
	background-position: left -180px;
	}
	
.con_bg09{
	background-position: left -150px
	}
.con_bg10{
	background-position: left -150px;
	}
div.index_con_bg10 ul ol{
	width: 88%;
	float: left;
    padding: 10% 6% 20px 6%;
	margin: 0;
	bottom: 0px;

}
.con_bg11{
	background-position: 100% -400px;
	background-size:300% auto;
	}
	
.con_bg12{
	background-position: 100% -160px;
	}	

.con_bg13{
	background-position: left -40px;
	}
	
.con_bg14{
	background-position: 100% -180px;
	}	
	
.in_content ul ol{
	width: 88%;
    padding: 20px 6% 40px  6%;
	margin: 30% 0 0 0;
	bottom: 0px;}


.gradient01{ background: -webkit-linear-gradient(topbottom, rgba(0,0,0,1)50%, rgba(0,0,0,1)75%, rgba(0,0,0,0)98%);/* Safari、Chrome */

background: -o-linear-gradient(top, rgba(0,0,0,1)50%, rgba(0,0,0,1)75%, rgba(0,0,0,0)98%);/* Opera */

background: -moz-linear-gradient(top, rgba(0,0,0,1)50%, rgba(0,0,0,1)75%, rgba(0,0,0,0)98%);/* Firefox */

background: linear-gradient(to top, rgba(0,0,0,1)50%, rgba(0,0,0,1)75%, rgba(0,0,0,0)98%); /* 标准的语法（必须放在最后） */ 

}
.gradient02{background: -webkit-linear-gradient(topbottom, rgba(255,255,255,1)60%, rgba(255,255,255,1)90%, rgba(255,255,255,0)100%);/* Safari、Chrome */

background: -o-linear-gradient(top, rgba(255,255,255,1)60%, rgba(255,255,255,1)90%, rgba(255,255,255,0)100%);/* Opera */

background: -moz-linear-gradient(top, rgba(255,255,255,1)60%, rgba(255,255,255,1)90%, rgba(255,255,255,0)100%);/* Firefox */

background: linear-gradient(to top, rgba(255,255,255,1)60%, rgba(255,255,255,1)90%, rgba(255,255,255,0)100%); /* 标准的语法（必须放在最后） */ 

}

.investors ul ol{
	width: 88%;
	float: left;
    padding: 0 6% 20px 6%;
	margin: 0;
	bottom: 0px;

}

.investors ul{
padding-top: 5%;

}

.investors ul ol p{margin:0;}
.investors ul ol img{
	width: 90%;
	display: block;

}

.detailed_pic{
	height: 180px;
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	
}

}

@media only screen and (max-width:990px){
.top-nav dl dt{
visibility: hidden;

}
.de_content ul,.de_jump{width: 80%;}
.de_footer_map ul{
	width: 90%;
   }

   }

@media only screen and (max-width:800px){
.top-nav dl{
visibility: hidden;
}
.top-nav ol{
width: 30%;
}

.accounts-area {
	width: 55%;
	margin-left: 5%;
	float: left;
    }
	
.pgwMenu {
	width: 35%;
}

.sddm div{top: 30px;
right: 220px;}

.de_footer_map ul{
	width: 95%;
   }}
/* ----------------------  浏览器宽度560及以下 ---------------------- */
@media only screen and (max-width: 560px){



.de_content ul,.de_jump{width: 98%;}
.de_footer_map ul{
	width: 100%;
   }

}
