body, div, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button{margin: 0;padding: 0;border: 0;}
html{-webkit-text-size-adjust:none; }
body {
	font-family: 'arial','microsoft yahei';
	font-size: 14px;
	line-height: 1.5;
	color: #222;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-font-smoothing: antialiased;
}

@font-face { font-family: 'avian';
	src: url('../font/AvianRegular.eot');
	src: url('../font/AvianRegular.eot?#iefix') format('embedded-opentype'),
		url('../font/AvianRegular.woff') format('woff'),
		url('../font/AvianRegular.ttf') format('truetype'),
		url('../font/AvianRegular.svg#AvianRegular') format('svg');
}

body sup {display: inline-block!important;vertical-align: top;}
blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;}
a{text-decoration:none;color:#242424;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
a:hover{text-decoration:none;color: #00A0E9;} 
a:focus{outline:0px dotted;}
a:focus, input:focus{ -moz-outline-style: none; } 
a *{-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;} 
input,select,textarea {-webkit-appearance: none;border-radius: 0;outline: none;color: #888;font-size: 15px;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color:#a1a4b2;font-size:14px;}
input::-moz-input-placeholder,textarea::-moz-input-placeholder{color: #a1a4b2;font-size:14px;}
input::-ms-input-placeholder,textarea::-ms-input-placeholder {color: #a1a4b2;font-size:14px;}
img {border:0;max-width:100%;vertical-align: middle;}
.left{ float:left;}
.right{ float:right;}
.clear { clear:both;}
.alltransition {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.opacity0{filter:alpha(Opacity=0);-moz-opacity:0;opacity:0;}
.no-touch { height:100%;}
.no-touch body{ overflow:hidden;height:100%;}
.pcshow { display:block;}
.mbshow { display:none!important;}
.ipshow {display: none!important;}
.relative {position: relative;}
.table {display: table;width: 100%;height: 100%;}
.table-cell {display: table-cell;vertical-align: middle;}
.fullscreen,.fullscreen body {height: 100%;overflow: hidden}
.display-block {display: block!important;}
.height-auto {height: auto!important;}
.hide {display: none;opacity: 0;width: 0px;height: 0px;z-index: -1;overflow: hidden;}
.dblockw100hauto{display:block;width: 100%;height:auto;}
.mark-nav-bg {width: 100%;height: 100%;position:fixed;left: 0;top: 0;z-index: 100;background: #000;opacity: .5;display: none;}
.mark-nav-bg.cur {display: block;}




.header {position: fixed;left: 0;top:0;width: 100%;z-index: 999;background: #fff;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.header .content {height: 100%;margin: auto;position: relative;}
.header .content .left {position: relative;height: 84px;}
.header .content .left .logo{display: block;width: 120px;position: absolute;left: 0;top: 17px;}
.header .content .left .logo img{}
.header .content .left .stockcode{font-size: 12px;color: #666;margin-left: 150px;margin-top: 30px;padding-left:20px; position: relative;}
.header .content .left .stockcode::before {content: '';display: block;width: 1px;height:30px;background: #ccc;position: absolute;left: 0;top: 0;}
.header .content .left .stockcode p {text-decoration: underline;}
.header .content .center {text-align: center;position: absolute;left: 15%;width: 70%;height: 100%;top: 0;}
.header .content .center .nav{margin: 0;padding: 0;list-style: none;font-size: 0;}
.header .content .center .nav li{display: inline-block;margin: 0;list-style: none;position: relative;}
.header .content .center .nav li a{display: block;font-size: 16px;line-height: 88px;padding: 0 32px;position: relative;text-transform:uppercase;}
.header .content .center .nav li a:hover{color: #00A0E9;}
.header .content .right {text-align: right;font-size: 0;padding-top: 29px;}
.header .content .right .search {display: inline-block;vertical-align: middle;width: 160px; position: relative;}
.header .content .right .search .icon {display: block;width: 18px;height: 18px;position: absolute;right: 0;top: 50%;margin-top: -12px;background: url("../images/ss.png") center no-repeat;background-size: 100%;}
.header .content .right .search .icon input {width: 100%;display: block;height: 100%;border: none;opacity: 0;background: none;cursor: pointer;}
.header .content .right .search .search-input {border: none;border-bottom: 1px solid #ccc;background: none; width: 100%;height: 30px;font-size: 12px;outline: none;}
.header .content .right .language {display: inline-block;vertical-align: middle;margin: 0 0px 0 30px; overflow: hidden;cursor: pointer;}
.header .content .right .language .icon{display: block; width: 18px;height: 18px;padding-left: 25px;color: #1a1a1a;font-size: 14px; background: url("../images/ll.png") left center no-repeat;}
.header .content .right .language .language-show{display: none;position: absolute;width: 100px;padding:20px 10px 10px 10px;right: -40px;text-align: center;top:60px;background: #fff; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);}
.header .content .right .language .language-show:before {content: '';position: absolute;top: -10px;left: 50%;margin-left: -15px;border-right: 15px solid transparent;border-left: 15px solid transparent;border-bottom: 15px solid #fff;}
.header .content .right .language .language-show a{display: block; color: #000;font-size: 12px;line-height: 20px; margin-bottom:5px;opacity: .5;}
.header .content .right .language .language-show a:hover {opacity: 1;}
.header .content .right .language .language-show.cur {display: block;}


.header .logo-white{display: inline !important;}
.header .logo-color{display: none !important;}

.header:hover .logo-white{display: none !important;}
.header:hover .logo-color{display: inline !important;}

.inside-pages .header.scroll-top .logo-white{display: none !important;}
.inside-pages .header.scroll-top .logo-color{display: inline !important;}
.inside-pages .header.scroll-down .logo-white{display: none !important;}
.inside-pages .header.scroll-down .logo-color{display: inline !important;}


.inside-pages .header-height{height: 0px;}
.inside-pages .header {background: none;}
.inside-pages .header .content .right .search .icon { background: url("../images/ss1.png") center no-repeat;background-size: 100% ;}
.inside-pages .header .content .right .language .icon{color: #fff;background: url("../images/ll1.png") left center no-repeat;}
.inside-pages .header .content .right .search .search-input {border-bottom: 1px solid rgba(255,255,255,.3);}
.inside-pages .header.scroll-top,.inside-pages .header:hover {background: #fff;box-shadow: 0 0 65px rgba(0,0,0,.09);}
.inside-pages .header.scroll-top .content .right .search .icon,.inside-pages .header:hover .content .right .search .icon{ background: url("../images/ss.png") center no-repeat;background-size: 100%;}
.inside-pages .header.scroll-top .content .right .language .icon,.inside-pages .header:hover .content .right .language .icon{color: #1a1a1a;background: url("../images/ll.png") left center no-repeat;}
.inside-pages .header.scroll-top .content .right .search .search-input,.inside-pages .header:hover .content .right .search .search-input{border-bottom: 1px solid #ccc;}
.inside-pages .header .content .center .nav li a {color: #fff;}
.inside-pages .header:hover .content .center .nav li a,.inside-pages .header.scroll-top .content .center .nav li a {color: #242424;}
.inside-pages .header .content .center .nav li a.cur {color: #00A0E9;}
.inside-pages .header:hover .content .center .nav li a:hover {color: #00A0E9;}
.inside-pages .header .content .center .nav li.cur a {color: #00A0E9;}

.inside-pages .header.scroll-down .content .right .search .icon{ background: url("../images/ss.png") center no-repeat;background-size: 100%;}
.inside-pages .header.scroll-down .content .right .search .search-input{border-bottom: 1px solid #ccc;}
.inside-pages .header.scroll-down .content .center .nav li a {color: #242424;}
.header.scroll-down {top: 0; background: #fff; box-shadow: 0 0 65px rgba(0,0,0,.09);}


 


.header .content .center .nav li.cur a::after {width:100%;}
.header .content .center .nav li.cur a{color: #00A0E9;}
.header-nav-show::before {content: '';display: block;width: 100%;height: 1px;background: #d8d8d8;top: 0;left: 0;position: absolute;}
.header-nav-show {position: absolute;left: 0;top: 84px;background: #f5f5f5;width: 100%;height: auto;overflow: hidden;z-index: 999;}
.header-nav-show .content {overflow: hidden;margin: auto;}
.header-nav-show .content .nav-content.Hide {display: block;opacity: 0;height: 0px;padding:0;min-height:0px;overflow: hidden;}
.header-nav-show .content .nav-content {display: block;padding: 30px 0;opacity:1;height: auto;}
.item-nav {position: relative;overflow: hidden;}
.item-nav .left{float: left;width: 26%;overflow: hidden;height: auto!important;position: relative;}
.item-nav .left .ntitle{padding-bottom: 10px;}
.item-nav .left .ntitle h3{font-size: 24px;color: #1a1a1a;text-transform: uppercase;margin: 0;}
.item-nav .left .item-nav-pic-swiper {position: relative;}
.item-nav .left .img {display: block;}
.item-nav .left .text{padding: 20px 0;overflow: hidden;font-size: 14px;line-height: 24px;color: #666;}
.item-nav .left .btn {font-size: 0;border: 1px solid #ccc;display: inline-block;padding: 15px 20px;position: relative;}
.item-nav .left .btn span{font-size: 14px;color: #666;display: inline-block;vertical-align: middle;margin-right: 10px;z-index: 3;position: relative;}
.item-nav .left .btn i{width: 9px;height: 12px;display: inline-block;vertical-align: middle;margin-right: 10px;background: url("../upload/right2.png");background-size:100% 100%;margin-top: 3px;position: relative;z-index: 3;opacity: .5;}
.item-nav .left .btn::before {content: '';display: block;width:0px;height: 100%;position: absolute;left: 0;top: 0;background: #00A0E9;z-index: 1;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.item-nav .left a {display: block;overflow: hidden;}
.item-nav .left a:hover .btn::before{width: 100%;}
.item-nav .left a:hover .btn span {color: #fff;}
.item-nav .left a:hover .btn i{background: url("../upload/right3.png");background-size:100% 100%;opacity: 1;}

.item-nav .right-nav {float: left;width:70%;height: 450px;}
.item-nav .right-nav ul {width:95%;height: 100%;margin: 0;padding:0 0 0 5%;list-style: none;position: relative;overflow: hidden;}
.item-nav .right-nav ul::before {content: '';display: block;width: 1px;height: 100%;background: #e5e5e5;position: absolute;left: 0;top: 0;z-index: 1;}
.item-nav .right-nav ul:last-child::after{display: none;}
.item-nav .right-nav ul.nav {position: relative;margin-top: -10px;}
.item-nav .right-nav ul.two {position: absolute;top: 0; left: 340px;background: #fff;}
.item-nav .right-nav ul.three {position: absolute;top: 0;left: 340px;background: #fff;}
.item-nav .right-nav ul li{list-style: none;width: 240px;padding-right:50px;}
.item-nav .right-nav ul li a{position: relative;display: block;padding:15px 0;overflow: hidden;}
.item-nav .right-nav ul li a::before,.item-nav .right-nav ul li a::after{content: '';display: block;width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;bottom: 0;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
.item-nav .right-nav ul li a::before {width: 0px;height: 2px;z-index: 3;}
.item-nav .right-nav ul li a:hover::before{width: 100%;background: #00A0E9;}
.item-nav .right-nav ul li a h4{font-size: 17px;color: #999999;margin: 0;}
.item-nav .right-nav ul li a i{width: 9px;height: 12px;position: absolute;top: 50%;right: 5%;margin-top: -6px; background: url("../upload/right2.png");background-size:100% 100%;display: block;opacity: 0;}
.item-nav .right-nav ul li a:hover i,.item-nav .right-nav ul li.cur a i {opacity: .5;}
.item-nav .right-nav ul li.cur a h4{color: #000;}
.item-nav .right-nav ul li.cur a::before{width: 100%;background: #00A0E9;}
.item-nav .right-nav ul li.cur ul li a::before{width: 0px;}
.item-nav .right-nav ul li.cur ul li a:hover::before{width: 100%;}
.item-nav .right-nav ul li ul li.cur.on a i{opacity: .5;display: block;}
.item-nav .right-nav ul li ul li.cur.on a::before{width: 100%;}
.item-nav .right-nav ul li ul li.cur.on ul li a::before{width:0;}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover::before{width:100%;}
.item-nav .right-nav ul li ul li.cur.on ul li a i{opacity: 0;display: none;}
.item-nav .right-nav ul li ul li.cur.on ul li a:hover i{opacity: .5;display: block;}
.item-nav .right-nav ul li ul{display:none;}
.item-nav .right-nav ul li ul li a{color: #999999;}
.item-nav .right-nav ul li ul li a i {opacity: 0;display: none;}
.item-nav .right-nav ul li ul li a:hover i {opacity: .5;display: block;}
.item-nav .right-nav ul li ul li a:hover,.item-nav .right-nav ul li ul li a:hover h5 {color: #000;}
.item-nav .right-nav ul li ul li a h5{font-size: 15px;color: #999999;margin: 0;font-weight: normal;width: 90%;}





#browser_ie {BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT:auto;overflow: hidden; COLOR: #000; FONT-SIZE: 15px;text-align: center;position: absolute;left: 0;top: 0;width: 100%;z-index: 9999;}
#browser_ie .brower_info {MARGIN: 0px auto; WIDTH: 800px;padding: 1% 0;overflow: hidden;position:relative;text-align: center;}
#browser_ie .brower_info .notice_info {POSITION: relative;overflow: hidden;}
#browser_ie .brower_info .notice_info P { text-align: center; LINE-HEIGHT: 25px;overflow: hidden;DISPLAY: inline-block}
#browser_ie .browser_list {POSITION: relative;text-align: center;}
#browser_ie .browser_list IMG {WIDTH: 40px; HEIGHT: 40px}
#browser_ie .browser_list SPAN {TEXT-ALIGN: center;padding:1%;DISPLAY: inline-block;vertical-align: top;}




.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { /*background: url("../images/loading.gif") no-repeat center center;*/ height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none; /*background: url(../images/arrows.png) no-repeat;*/ opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }



.popup-close {z-index:1;width: 30px; height:30px;background: url("../images/xx.png") center no-repeat;background-size: 40%;text-align:center; padding:10px; position:absolute; right:1%; display:block; top:30px;cursor: pointer;}


.investor-end {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center}
.investor-end.showtip {opacity: 0;display: none;}
.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.investor-end h2{font-size: 24px;}
.investor-end h5{font-size: 14px;}
.investor-end-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #00A0E9;margin:10px auto;cursor: pointer;}
.investor-end-ok:hover {background: #000;}
.cfcheckboxtxt {font-size: 12px;line-height: 20px; color: #666;display: inline-block;vertical-align: bottom;}
.content-form .cfcheckboxtxt a{font-size: 12px;line-height: 20px; color: #00A0E9;}.cfcheckbox{width: 20px;height: 20px;display: inline-block;vertical-align: bottom;border: 1px solid #ccc;margin-right: 10px;appearance: checkbox;-webkit-appearance: checkbox;}.showseemore { display:none;}
.popupmoer {background: rgba(0,0,0,.7);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;text-align: center;display:none;}
.popupmoer.showtip {opacity: 0;display: none;}
.popupmoer.investor-end-content {width:550px;height:auto;margin: auto;display: inline-block; background: #fff;padding: 25px;}
.popupmoer h5{font-size: 18px;}
.popupmoer-ok {display: block;width:130px;height:40px;font-size: 14px;line-height: 40px;color: #fff; background: #00A0E9;margin:10px auto;cursor: pointer;}
.popupmoer-ok:hover {background: #000;}



.aside-top {position: fixed; width: 50px;bottom:10%;right:1.5%; z-index:199;display: none}
.aside-top a {width: 38px;height: 38px;display: block;overflow: hidden; background: #00A0E9 url(../images/aside-top.svg) no-repeat center;background-size:70%;border:1px solid #00A0E9;}
.aside-top a:hover {background: #00A0E9 url(../images/aside-top.svg) no-repeat center;border:1px solid #00A0E9 ;background-size: 70%;opacity: 1;}

.commWidget{width:100%;}
.commPadding{padding: 65px 0;}

.index-title{margin: 0 0 22px;font-size: 42px;letter-spacing: 1px;line-height: 1.2;font-weight:400;color:#121212;}

.comm-txt-box{font-size: 16px;}
.comm-txt-box p{margin: 0 0 18px;line-height: 1.8;}
.comm-img-box{text-align:center; line-height:2;}
.comm-img-box img{display:block; width:100%;}

.data-list{width:100%;margin: 52px auto 10px auto;text-align:center;overflow:hidden;}
.data-list span{position:relative; display:block; float:left; width:25%; font-size:16px; color:#666;}
.data-list span em{display:block; font-style:normal;}
.data-list span label{position:relative;font-size: 62px;color:#222;line-height: 1.2;margin-bottom: 8px;display: inline-block;font-family: 'avian',arial;}
.data-list span:after{content:""; position:absolute; right:0; top:0; width:1px; height:100%; background:#ccc;}
.data-list span:last-child:after{display:none;}
.data-list span:last-child label:after{content:'';} 

.Str-three{padding:160px 0; position:relative; color:#fff;}
.Str-three .container{position:relative;}
.Str-three p{width:60%;line-height: 2;}
.bg-img-01{position:relative;}

.gradient-overlay {position: absolute; z-index: 0; width: 100%; height: 100%; top: 0; background: rgba(0,95,184,1);
    background: -moz-linear-gradient(left,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 40%,rgba(0,95,184,0) 80%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(0,95,184,1)),color-stop(40%,rgba(0,95,184,0.57)),color-stop(80%,rgba(0,95,184,0)));
    background: -webkit-linear-gradient(left,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 40%,rgba(0,95,184,0) 80%);
    background: -o-linear-gradient(left,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 40%,rgba(0,95,184,0) 80%);
    background: -ms-linear-gradient(left,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 40%,rgba(0,95,184,0) 80%);
    background: linear-gradient(to right,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 40%,rgba(0,95,184,0) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005fb8',endColorstr='#005fb8',GradientType=1);
}
.home-gradient-overlay {background: linear-gradient(to bottom,rgba(0,95,184,1) 0%,rgba(0,95,184,0.57) 20%,rgba(0,95,184,0) 80%);}
.home-gradient-overlay2 {background: linear-gradient(to right,rgb(0, 38, 64) 0%,rgba(0, 78, 150, 0.57) 52%,rgba(0, 78, 150, 0.05)80%);}


.index-title{margin: 0 0 22px;font-size: 42px;letter-spacing: 1px;line-height: 1.2;font-weight:400;color:#121212;}
.index-title.txt-white{color:#fff;}

.home-Btn{margin-top: 5%;}

.mp50{ margin-top:50px;}
.index_more1{height: 46px;display: inline-block;line-height: 46px;width: 155px;font-size: 14px;transition: ease .4s;box-sizing: border-box;text-align: center;border-radius: 60px;border: 1px solid #fff;color: #ffffff;}
index_more1 .iconfont{ display: inline-block; margin-left: 10px; font-size: 20px;}
.index_more1:hover{background: #014DA1;color: #fff;border: 1px solid #00A0E9;}
.at1{ line-height:2; color:#424242;}
.at1 p{ line-height:2; color:#424242; margin-bottom:0;}


.section-ul1 {margin: 0 -0.5% -20px -0.5%;width: 101%;float: left;box-sizing: border-box;}
.section-ul1 li {float: left;width: 15.666666666%;text-align: center;margin: 0 0.5% 15px 0.5%;border: 1px solid #d0d0d0;overflow: hidden;line-height: 0;box-sizing: border-box;}








.navigation-down{width:100%;}
.navigation-down .nav-down-menu{width:100%;}
.navigation-down .nav-down-menu dl{float: left;}
.navigation-down .menu-1 dl{padding: 15px 60px 15px 0;}
.navigation-down .menu-1 dt{font-size: 16px;color: #00A0E9;padding-bottom: 12px;border-bottom: 1px solid #00A0E9;margin-bottom: 12px;}
.navigation-down .menu-1 dd a{color: #282828;font-size: 14px;line-height: 2;}
.navigation-down .menu-1 dd a:hover{color:#00A0E9; text-decoration:underline;}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color: #282828;font-size: 15px;}

.w16{ width:16.6666666%;}
.w17{ width:20%;}
.w18{ width:25%;}
.pd30{ padding:30px;}
.dd11{margin-left: 375px;}
.dd12{margin-left: 765px;}
.dd13{margin-left: 890px;}
.dd14{margin-left: 880px;}

.nav-down-menu dl{float: left; padding: 0 60px 0 0;}
.nav-down-menu dl a{}




@media screen and (max-width:1600px) {

.header .content .center {left: 15%;}

}


@media screen and (max-width:1500px) {

.header .content .center {left: 15%;}

.header .content .left .logo{top: 12px;}

.header .content {}


}


@media screen and (max-width:1300px) {

.header .content .left .logo{top: 11px;}


}



