@charset "utf-8";






@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');



*
{
 margin: 0;
 padding: 0;
 -webkit-font-smoothing: antialiased;
 -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
 text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
 font-family: 微软雅黑, sans-serif;
 font-size: 15px;
 line-height: 2;
 font-weight: 400;
 color: #6e6e6e;

}
div
{
 display: block;
 position: relative;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
 list-style: none;
 margin-bottom: 0px;
}
p
{
 font-family: 'Poppins', sans-serif;
 font-size: 15px;
 line-height: 1.86;
 font-weight: 400;
 color: #909090;
 -webkit-font-smoothing: antialiased;
 -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
 text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
 display: inline;
 position: relative;
 color: inherit;
 border-bottom: solid 1px #ffa07f;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
 text-decoration: none;
 -webkit-font-smoothing: antialiased;
 -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
 text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
 position: relative;
 color: #FF6347;
 
}
p a:hover
{
 color: #FFFFFF;
 color: #55b0ff
}
p a:hover::after
{
 opacity: 0.2;
}
::selection
{
 background: #ffd9bf;
 color: #ff6b09;
}
p::selection
{
 background: #ffd9bf;
}
h1{font-size: 32px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
 color: #28262d;
 -webkit-font-smoothing: antialiased;
 -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
 text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
 
}
::-webkit-input-placeholder
{
 font-size: 14px !important;
 font-style: italic !important;
 font-weight: 400 !important;
 color: #9988ba !important;
}
:-moz-placeholder 
{
 font-size: 14px !important;
 font-style: italic !important;
 font-weight: 400 !important;
 color: #9988ba !important;
}
::-moz-placeholder  
{
 font-size: 14px !important;
 font-style: italic !important;
 font-weight: 400 !important;
 color: #9988ba !important;
} 
:-ms-input-placeholder
{ 
 font-size: 14px !important;
 font-style: italic !important;
 font-weight: 400 !important;
 color: #9988ba !important;
}
::input-placeholder
{
 font-size: 14px !important;
 font-style: italic !important;
 font-weight: 400 !important;
 color: #9988ba !important;
}
.form-control
{
 color: #db5246;
}
section
{
 display: block;
 position: relative;
 box-sizing: border-box;
}
.clear
{
 clear: both;
}
.clearfix::before, .clearfix::after
{
 content: "";
 display: table;
}
.clearfix::after
{
 clear: both;
}
.clearfix
{
 zoom: 1;
}
.float_left
{
 float: left;
}
.float_right
{
 float: right;
}
.trans_200
{
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
.trans_300
{
 -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
}
.trans_400
{
 -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 -o-transition: all 400ms ease;
 transition: all 400ms ease;
}
.trans_500
{
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}
.bez_1
{
 -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.fill_height
{
 height: 100%;
}
.super_container
{
 width: 100%;
 overflow: hidden;
}
.button
{
 display: inline-block;
 height: 54px;
 width: 174px;
 text-align: center;
 border: solid 2px #452b78;
 background: transparent;
}
.button a
{
 display: block;
 font-family: 'Roboto', sans-serif;
 font-size: 14px;
 font-weight: 700;
 line-height: 50px;
 text-transform: uppercase;
 color: #452b78;
}
.prlx_parent
{
 overflow: hidden;
}
.prlx
{
 height: 130% !important;
}



.home
{
 width: 100%;
 height: 100vh;
}
.home_background_container
{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.home_background
{
 width: 100%;
 height: 100%;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center center;
}



.header
{
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 128px;
 background: rgba(255, 255, 255, 0.0);
 z-index: 10;
}
.header.scrolled
{
 height: 80px;
 background: rgba(255, 255, 255, 0.99);
 box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
 
}
.header.scrolled .main_nav ul li a
{
 color:#333;
}
.header.scrolled .main_nav ul li a:hover
{
 
 color: #ff9759;
}


.logo
{
 padding-left: 57px;
 flex-basis: 50%;
 
}

.logo img
{
width:228px;
}

.logo a
{
 font-size: 36px;
 font-weight: 500;
 color: #fefefe;
 letter-spacing: 0.1em;
 line-height: 128px;
}
.logo a span
{
 font-weight: 800;
 color: #ff6b09;
 text-transform: uppercase;
}



.main_nav
{
 flex-basis: 200%;
}
.main_nav ul
{
 display: inline-block;
 margin-right: 80px;
 -webkit-transform: translateY(-4px);
 -moz-transform: translateY(-4px);
 -ms-transform: translateY(-4px);
 -o-transform: translateY(-4px);
 transform: translateY(-4px);
}
.main_nav ul li
{
 display: inline-block;
 margin-right: 50px;
}
.main_nav ul li:last-child
{
 margin-right: 0px;
}
.main_nav ul li a
{
 display: block;
 font-size: 15px;
 font-weight: 400;
 line-height: 40.51px;
 color: #fff;
}
.main_nav ul li a:hover
{
 
 color: #ff9759;
}
.main_nav ul li.active a
{
 font-weight: 700;
 
}



.search
{
 display: inline-block;
 margin-right: 50px;
 width: 100px;
 height: 100%;
}
.search_content
{
 width: 100%;
 height: 100%;
}
.search_button
{
 width: 40px;
 height: 40px;
 background: transparent;
 cursor: pointer;
 color:#a1a1a1;
}
.search_button:active
{
 color:#a1a1a1;
 background: #005aab ;
}
.search_form
{
 position: absolute;
 right: 0;
 top: 90px;
 width: 237px;
 height: 40px;
 visibility: hidden;
 opacity: 0;
}
.search_form.active
{
 top: 75px;
 visibility: visible;
 opacity: 1;
}
.search_input
{
 width: 100%;
 height: 100%;
 background: #FFFFFF;
 color: #1b0b32;
 padding-left: 20px;
 outline: none !important;
 border: none !important;
 box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}



.hamburger_container
{
 display: none;
 cursor: pointer;
 margin-right: 40px;
 flex-basis: 40px;
 text-align: right;
}
.hamburger_container i
{
 font-size: 24px;
 padding: 10px;
 color: #FFFFFF;
}
.hamburger_container:hover i
{
 color: #ff6b09;
}



.hero_slider_container
{
 width: 100%;
 height: 100%;
 z-index: 9;
}
.hero_slider
{
 width: 100%;
 height: 100%;
}
.hero_slider_item
{
 height: 100%;
}
.item_1 span
{
 font-size: 24px;
 line-height: 1.5;
 font-weight: 500;
 color: #FFFFFF;
}
.item_1 span:first-child
{
 font-size: 24px;
 margin-bottom: 22px;
}
.item_1 span:nth-child(2)
{
 margin-bottom: 11px;
}
.item_1 span:nth-child(3)
{
 font-size: 72px;
 font-weight: 800;
 line-height: 1;
 letter-spacing: 0.1em;
 margin-bottom: 30px;
 margin-right: -0.1em;
}
.item_1 span:nth-child(4)
{
 font-size: 24px;
}
.item_1 img{width:100%;}
.hero_slider_nav
{
 position: absolute;
 top: 50%;
 width: 50px;
 height: 50px;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 z-index: 10;
}
.hero_slider_nav_left
{
 left: 50px;
}
.hero_slider_nav_right
{
 
 right: 50px;
}
.hero_slider_nav div
{
 width: 100%;
 height: 100%;
 border-radius: 50%;
 background: transparent;
 cursor: pointer;
}
.hero_slider_nav div::before
{
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: '';
 background: #ff9759;
 border-radius: 50%;
 transform: scale(0);
 opacity: 0;
 z-index: -1;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
.hero_slider_nav div i
{
 font-size: 18px;
 color: #a2baff;
}
.hero_slider_nav div:hover::before
{
 opacity: 1;
 transform: scale(1);
}
.hero_slider_nav div:hover i
{
 color: #251343;
}
.hero_side_text_container
{
 position: absolute;
 top: 0;
 right: 285px;
 width: 865px;
 height: 236px;
 background: #301b55;
 z-index: 9;
 transform-origin: top right;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
}
.hero_side_text
{
 width: 80.5%;
 height: 100%;
 padding-right: 170px;
 padding-top: 51px;
 float: left;
}
.hero_side_text h2
{
 display: block;
 font-size: 30px;
 font-weight: 300;
 color: #9878e2;
}
.hero_side_text p
{
 display: block;
 font-size: 16px;
 font-weight: 300;
 line-height: 2.25;
 color: #FFFFFF;
}
.double_arrow_container
{
 width: 19.5%;
 height: 100%;
 float: left;
}
.double_arrow
{
 padding: 5px;
 -webkit-transform: translateY(-5px);
 -moz-transform: translateY(-5px);
 -ms-transform: translateY(-5px);
 -o-transform: translateY(-5px);
 transform: translateY(-5px);
 cursor: pointer;
}
.double_arrow i
{
 color: #FFFFFF;
}
.double_arrow i:first-child
{
 margin-right: -3px;
}
.double_arrow:hover i
{
 color: #ff6b09;
}



.next_section_scroll
{
 display: none;
 position: absolute;
 left: 50%;
 bottom: 40px;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 cursor: pointer;
 z-index: 9;
 padding: 10px;
}
.next_section i
{
 display: block;
 color: #FFFFFF;
}
.next_section i:first-child
{
 margin-bottom: -4px;
}
.next_section_scroll:hover i
{
 color: #ff6b09;
}



.menu_container
{
 position: fixed;
 top: 0;
 right: -400px;
 width: 400px;
 height: 100vh;
 background: #FFFFFF;
 z-index: 11;
 opacity: 0;
 -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
 transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active
{
 right: 0;
 opacity: 1;
}
.menu
{
 width: 100%;
 height: 100%;
}
.menu_close
{
 position: absolute;
 top: 50px;
 right: 30px;
 cursor: pointer;
}
.menu_close i
{
 font-size: 28px;
}
.menu_close:hover i
{
 color: #ff6b09;
}
.menu ul
{
 padding-top: 115px;
 padding-right: 50px;
}
.menu ul li
{
 position: relative;
}
.menu ul li::after
{
 display: block;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 right: -10px;
 width: 5px;
 height: 5px;
 border-radius: 50%;
 background: #ff6b09;
 content: '';
}
.menu ul li.active a
{
 font-weight: 700;
}
.menu ul li a
{
 color: #000;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
.menu ul li a:hover
{
 color: #ff6b09;
}



.icon_boxes
{
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
}
.icon_box_title
{
 padding-right: 50px;
 
}
.icon_box_title h1
{
 line-height: 1.25;
}
.icon_box_button
{
 margin-top: 40px;
}
.icon_box_button:hover
{
 background: #452b78;
}
.icon_box_button:hover a
{
 color: #FFFFFF;
}
.icon_box_col
{
 padding-top: 21px;
}
.icon_box_item
{
 margin-top:-30px;
 margin-left:10px;
margin-right: 10px;
height：330px;
}
.icon_box_item:last-child
{
 margin-bottom: 0px;
}
.icon_box_item h2
{
 margin-bottom: 15px;
 padding:30px 10px 10px 10px;
 font-size:18px;
 font-weight:bold;
}
.icon_box_item p
{
 margin-bottom: 0px;
 padding:10px 10px 20px 10px;
 
}
.icon_box_item h2 a
{
 color:#ffffff;text-decoration: none;
}
.icon_box_item ul
{
 
}
.icon_box_item ul li
{
   padding:10px 0;
   border-bottom:1px dashed #c1c1c1;
   font-size:15px;
}
.icon_box_item ul li a
{
 color:#6e6e6e;
}
.icon_box_item .more {
    width: 100%;
    margin: 5px auto;
    height: 19px;   
    text-align: left;
}

.icon_box_item .more_link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #32beff;
    text-align: center;
    line-height: 30px;
   
}

.icon_box_item .more_link:hover {
    color: #32dcff;
}



.services
{
 width: 100%;
 padding-top: 60px;
 padding-bottom: 100px;
 background:#005aab;
}
.section_title h1
{
 font-weight: lighter;
 
}

.Cwhite{color:#ffffff;}
.section_title span
{
 display: block;
 font-size: 18px;
 font-weight: 500;
 color: #452b78;
 margin-top: 29px;
}



.h_slider_container
{
 width: 100%;
}
.services_slider_container
{
 margin-top: 60px;
 width: 100%;
 height: 663px;
 -webkit-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
.service_slider_outer
{
 position: relative;
 top: 0;
 left: 50%;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 width: 1920px;
 height: 663px;
}
.services_slider
{
 height: 663px;
}
.services_slider .owl-stage-outer
{
 padding-top: 20px;
 padding-bottom: 60px;
}
.services_slider .owl-stage
{
 right: 50px;
}
.services_slider .owl-item
{
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.services_slider .owl-item.center
{
 margin-left: 48px !important;
 margin-right: 115px !important;
}
.services_slider .owl-item.center .services_item_inner
{
 background: #0082ca;
}
.services_item
{
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background: #005aab;
}
.services_item_inner
{
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 height: 475px;
 max-width: 100%;
 box-shadow: 0px 30px 59px rgba(24, 29, 33, 0.23);
 padding-left: 75px;
 padding-right: 60px;
 -webkit-transition: all 600ms ease;
 -moz-transition: all 600ms ease;
 -ms-transition: all 600ms ease;
 -o-transition: all 600ms ease;
 transition: all 600ms ease;
 background: #ffffff;
}
.services_slider .owl-item.active.center .services_item_inner
{
 height: 663px;
}
.service_item_content
{
 max-width: 100%;
}
.services_item_inner h2
{
 font-weight: 400;
 margin-bottom: 22px;
 -webkit-transition: all 600ms ease;
 -moz-transition: all 600ms ease;
 -ms-transition: all 600ms ease;
 -o-transition: all 600ms ease;
 transition: all 600ms ease;
}
.services_item_inner p
{
 line-height: 1.866;
 margin-bottom: 0px;
 -webkit-transition: all 600ms ease;
 -moz-transition: all 600ms ease;
 -ms-transition: all 600ms ease;
 -o-transition: all 600ms ease;
 transition: all 600ms ease;
}
.service_item_button
{
 position: absolute;
 bottom: -94px;
 left: 0;
 border-color: #FFFFFF;
 color: #FFFFFF;
 visibility: hidden;
 opacity: 0;
 -webkit-transition: all 600ms ease;
 -moz-transition: all 600ms ease;
 -ms-transition: all 600ms ease;
 -o-transition: all 600ms ease;
 transition: all 600ms ease;
}
.service_item_button a
{
 color: #FFFFFF;
}
.service_item_button:hover
{
 background: #FFFFFF;
}
.service_item_button:hover a
{
 color: #0082ca;
}
.services_slider .owl-item.center .services_item .services_item_inner h2
{
 color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p
{
 color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button
{
 visibility: visible;
 opacity: 1;
}
.service_item_icon
{
 position: absolute;
 top: -70px;
 left: 0;
 width: 42px;
 height: 42px;
 -webkit-transition: all 600ms ease;
 -moz-transition: all 600ms ease;
 -ms-transition: all 600ms ease;
 -o-transition: all 600ms ease;
 transition: all 600ms ease;
}
.service_item_icon .icon
{
 font-size: 40px;
 line-height: 1;
 color: #0082ca;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon
{
 font-size: 50px;
 color: #ff9759;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon
{
 top: -102px;
}
.services_slider .owl-dots
{
 margin-top: 15px !important;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
}
.services_slider.owl-theme .owl-dots .owl-dot span
{
 width: 11px !important;
 height: 11px !important;
 background: #0082ca;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span
{
 width: 18px !important;
 height: 18px !important;
 background: #ff9759;
}
.services_slider_nav
{
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 position: absolute;
 top: calc((100% - 80px) / 2);
 width: 40px;
 height: 40px;
 border-radius: 50%;
 z-index: 10;
 cursor: pointer;
}
.services_slider_nav_left
{
 left: calc(50% - 255px);
}
.services_slider_nav_right
{
 right: calc(50% - 255px);
}
.services_slider_nav i
{
 font-size: 18px;
 color: #d4caeb;
}
.services_slider_nav:hover i
{
 color: #452b77;
}


.none {
    display: none !important;
}
.features
{
 padding-top: 60px;
 padding-bottom: 60px;
 background: #ffffff;
}
.features_row
{
 margin-top: 35px;
}
.features_col
{
 padding-top: 20px;
 padding-bottom: 20px;
}
.features_item
{
 margin-bottom: 60px;
}
.features_col > div:last-of-type
{
 margin-bottom: 0px;
}
.features_button
{
 margin-top: 20px;
}
.features_button:hover,
.features_button_2:hover
{
 background: #452b78;
}
.features_button:hover a,
.features_button_2:hover a
{
 color: #FFFFFF;
}
.features_button_2
{
 display: none;
}

.investor_homapage_performance_navbox {
   
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.investor_homapage_performance_navbox .list {
    text-align: center;
    font-size: 0;
}

.investor_homapage_performance_navbox .item {
    font-size: 14px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 39px;
    height: 40px;
    position: relative;
}

.investor_homapage_performance_navbox .item:hover,
.investor_homapage_performance_navbox .item.cur {
    color: #005aab;
}

.investor_homapage_performance_navbox .item:hover:after,
.investor_homapage_performance_navbox .item.cur:after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #005aab;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.investor_homapage_performance_list {
    
    margin: 0 auto;
    font-size: 0;
}

.investor_homapage_performance_list:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.investor_homapage_performance_item {
    
    height: 110px;
    border: 1px solid #eeeeee;
    font-size: 0;
    box-shadow: 0 0 10px rgba(6, 0, 1, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(6, 0, 1, 0.05);
    -moz-box-shadow: 0 0 10px rgba(6, 0, 1, 0.05);
    
    overflow:hidden;
}

.investor_homapage_performance_item:hover {
    border: 1px solid #005aab;
    box-shadow: 0 0 20px rgba(6, 0, 1, 0.1);
    -webkit-box-shadow: 0 0 20px rgba(6, 0, 1, 0.1);
    -moz-box-shadow: 0 0 20px rgba(6, 0, 1, 0.1);
}

.investor_homapage_performance_item .date {
    padding:0 30px;
    height: 110px;  
    border-right: 1px solid #eee;
    text-align: center;
    display: table-cell;
}

.investor_homapage_performance_item .year {
    display: block;
    font-size: 32px;
    color: #005aab;
    line-height: 1;
    padding-top: 28px;
}

.investor_homapage_performance_item .day {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 1;
    padding-top: 5px;
}

.investor_homapage_performance_item .content {
    width: 70%;
    text-align: left;
    padding-left: 30px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.investor_homapage_performance_item .title {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    max-width: 330px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
}

.investor_homapage_performance_item .describe {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    max-width: 390px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 5px;
}

.investor_homapage_performance_item .load {
    font-size: 12px;
    line-height: 20px;
    color: #32beff;
    display: block;
    padding-top: 9px;
}

.investor_homapage_performance_item .load_icon {
    display: block;
    width: 8px;
    height: 13px;
    display: inline-block;
    vertical-align: -1px;
    background: url(../images/investor_icon.png) -1px -132px no-repeat;
    margin-left: 11px;
}

.features .more {
    width: 100%;
    margin: 30px auto;
    height: 19px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.features .more_link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #32beff;
    width: 250px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #32beff;
    background-color: #fff;
}

.features .more_link:hover {
    color: #32dcff;
    border: 1px solid #32dcff;
}
.bsbb {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}





.text_line
{
 width: 100%;
 padding-top: 60px;
 padding-bottom: 60px;
 background: #ffffff;
}
.text_line_image
{
 position: absolute;
 bottom: 49px;
 right: 0;
}
.text_line_image img
{
 max-width: 100%;
 height: auto;
}
.text_line_content
{
 padding-top: 60px;
 padding-bottom: 60px;
}
.text_line_content h1
{
 margin-bottom: 40px;
}
.text_line_content p
{
 margin-bottom: 41px;
}
.text_line_button:hover
{
 background: #452b78;
}
.text_line_button:hover a
{
 color: #FFFFFF;
}
.text_line_content .news-box{
 margin-bottom: 26px;  
 text-align:left;
 
}
.text_line_content .news-box a{
 background-color: #fff;
 display: block;
 box-shadow: 4px 4px 13px 2px #e8e8e8;border: 1px solid #e8e8e8;
 padding: 30px;
 transition: all 0.3s ease 0s;
 cursor: pointer;
}
.text_line_content .news-box a:hover{
 background-color: #035cac;
}
.text_line_content .news-box a:hover .f18{
 color: #fff;
 font-size:18px;
 
}
.text_line_content .news-box img{
 display: block;
 width: 100%;
}
.text_line_content .news-box .f18{
 line-height: 26px;
 display: block;
 color: #035cac;
 height: 52px;
 position: relative;
 overflow: hidden;
}
.text_line_content .news-box .classic{
 line-height: 24px;
 display: inline-block;
 padding-right: 16px;
 background: none;
 color: #333;
 margin-top: 19px;
 color: #333;
}
.text_line_content .news-box a:hover .classic{
 color: #fff;
 background: n;
}
.text_line_content .news-box .date{
 line-height: 32px;
 color: #888;
 display: block;
}
.text_line_content .news-box a:hover .date{
 color: #82a0cb;
}
.text_line_content .news-box .img{
 display: block;
 width: 100%;
 margin-top: 9px;
}
.text_line_content .news-box .word{
 margin-top: 13px;
 font-size:14px;
 width: 100%;
 display: block;
 color: #666;
 height: 90px;
 overflow: hidden;
}
.text_line_content .news-box a:hover .word{
 color: #c2d0e4;
}
.text_line_content .news-box .img{
 display: block;
 position: relative;
}
.text_line_content .news-box .img .bg-pic{
 width: 100%;
}
.text_line_content .news-box .img .up-img{
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
}

.text_line .more {
    width: 100%;
    margin: 30px auto;
    height: 19px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.text_line .more_link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #32beff;
    width: 250px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #32beff;
    background-color: #fff;
}

.text_line .more_link:hover {
    color: #32dcff;
    border: 1px solid #32dcff;
}


.newsletter
{
 width: 100%;
 background: #005aab;
}
.newsletter_content
{
 padding-top: 30px;
 padding-bottom: 30px;
}
.newsletter_title
{

}
.newsletter_title h1
{
 color: #FFFFFF;
 margin-bottom: 13px;
}
.newsletter_title div
{
 font-size: 16px;
 font-weight: 500;
 color: #FFFFFF;
}
.newsletter_title img{width:24px;}

.contact{
 background:#282f35;
 padding:5em 0;
}
.contact div.head-section h2{
 color:#FFF;
}
.contact-left h4{
 color:#FFF;
 text-transform:uppercase;
 font-size:1.2em;
 margin:0 0 1.5em 0;
 padding:0;
}
ul.address{
 margin:0;
 padding:0;
}
ul.address li{
 display:block;
 font-size:1em;
 font-family: 'Asap', sans-serif;
 font-style:italic;
 color:#FFF;
 margin:0.8em 0;
}
ul.social-icons{
 margin:3em 0 0 0;
 padding:0;
}
ul.social-icons li{
 display:inline-block;
}
ul.social-icons li a{
 display:block;
 margin:0 2em 0 0; 
}
ul.social-icons li a span{
 width:22px;
 height:22px;
 display:inline-block;
 background:url(../images/social-icons.png) no-repeat 0px 0px;
}
ul.social-icons li a span.facebook{
 background-position: 4px 0px;
}
ul.social-icons li a:hover span.facebook{
 background-position: 4px -22px;
}
ul.social-icons li a span.twitter{
 background-position: -54px 2px;
}
ul.social-icons li a:hover span.twitter{
 background-position: -54px -20px;
}
ul.social-icons li a span.vimeo{
 background-position: -117px 1px;
}
ul.social-icons li a:hover span.vimeo{
 background-position: -117px -21px;
}
ul.social-icons li a span.behance{
 background-position: -177px 1px;
}
ul.social-icons li a:hover span.behance{
 background-position: -177px -21px;
}

.text-box{
 
 
 margin-bottom:3em;
}
.index_lyb{display:none;}
.text-box input[type="text"],.subject-box textarea{
 width:100%;
 padding:0.8em;
 background:#1e2429;
 border-top:2px solid #1e2429;
 border-right:none;
 border-left:none;
 border-bottom:none;
 outline:none;
 font-size:0.875em;
 transition:0.5s ease;
 -webkit-transition:0.5s ease;
 -moz-transition:0.5s ease;
 -o-transition:0.5s ease;
 -ms-transition:0.5s ease;
 color: #94989B; 
 font-size:1em;
}
.text-box input[type="text"]:hover,.subject-box textarea:hover{
 border-color:#ff9759;
}
.subject-box textarea{
 resize:none;
 min-height:180px;
}

.text-box:nth-child(2),.text-box:nth-child(4)
{
 margin-right:0;
}
.contact-right input[type="submit"]{
 background:#ff9759;
 border:none;
 outline:none;
 padding:0.8em 3em;
 display:inline-block;
 color:#FFF;
 text-transform:uppercase; 
 margin-top:2em;
 float:right;
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
 font-family: 'Asap', sans-serif;
 font-weight:700;
 cursor:pointer;
}
.contact-right input[type="submit"]:hover{
 background:#a1774b;
}
.contact-grids{
 margin:4em 0 1em;
}



.footer
{
 padding-top: 99px;
 padding-bottom: 82px;
}
.footer_logo
{
 padding-left: 0px;
 margin-bottom: 39px;
}
.footer_logo a
{
 color: #452b78;
 line-height: 1;
}
.footer_intro p
{
 margin-bottom: 0px;
}
.footer_social
{
 margin-top: 27px;
}
.footer_social ul
{
 display: inline-block;
 margin-left: -5px;
}
.footer_social ul li
{
 display: inline-block;
 margin-right: 22px;
}
.footer_social ul li a
{
 padding: 5px;
}
.footer_social ul li a i
{
 font-size: 12px;
 color: #bab6c3;
}
.footer_social ul li a:hover i
{
 color: #1b0d37;
}

.footer_col
{
 margin-bottom: 27px;
}
.footer_col:last-child
{
 margin-bottom: 0px;
}
.footer_col_title
{
 font-size: 18px;
 font-weight: 500;
 color: #28262d;
 margin-bottom: 9px;
}
.footer_col_title i
{
 color:#e4e4e4;
 margin-right:5px;
}
.footer_col ul li
{
 margin-bottom: 4px;
 margin-left:24px;
}
.footer_col ul li a
{
 font-size: 16px;
 font-weight: 500;
 color: #909090;
 -webkit-transition: all 200ms ease;
 -moz-transition: all 200ms ease;
 -ms-transition: all 200ms ease;
 -o-transition: all 200ms ease;
 transition: all 200ms ease;
}
.footer_col ul li a:hover
{
 color: #28262d;
}
