body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    margin: 0;
    background: #ffffff;
    overflow-x: hidden;
}

img {
    border: 0;
}

a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

h2,
h3,
h4,
h5 {
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ol,
ul,
li,
table,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
    background: transparent;
    border-collapse: collapse;
}

* {
    margin: 0;
    padding: 0;
    hide-focus: expression(this.hideFocus=true);
    /* for ie 5+ */
    outline: none;
    /* for firefox 1.5 + */
}

.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1200px;
    height: auto;
    margin: 0 auto
}

.header_top {
    background: #f1f1f1;
    height: 40px;
    line-height: 40px;
}

.header_top fl {
    color: #808080;
}

.header_top .fr p {
    font-size: 14px;
    color: #403e3e;
    line-height: 18px;
    border-left: solid 1px #c9c9c9;
    padding: 0 12px;
    margin-top: 13px;
}

.header_top .fr a:nth-child(1) p {
    border-left: none;
}

.nav {
    margin-top: 30px;
}

.nav ul li {
    float: left;
    line-height: 48px;
    padding: 0 12px;
    /* 	margin-right: 40px; */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.nav ul li:last-child {
    margin-right: 0;
}

.nav ul li a {
    color: #666666;
    font-size: 16px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.on {
    border-bottom: 3px solid #4672bd;
}

.nav ul li.on a {
    color: #4672bd !important;
}

.nav ul li:hover a {
    color: #4672bd;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.nav ul li:hover {
    border-bottom: 3px solid #4672bd;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}


/*banner*/

.banner .bannerimg {
    background: url(../images/banner.png)no-repeat center center;
    height: 600px;
}


/*seach*/

.seach {
    background: #f1f1f1;
    padding: 20px 0 15px;
}

.seach_left {
    width: 480px;
    background: #fff;
    padding: 18px 20px;
}

.seach_left input {
    width: 426px;
    height: 24px;
    line-height: 24px;
    border: none;
    border-right: 1px solid #d9d9d9;
}

.seach_left .fr {
    background: url(../images/sousuo.png)no-repeat center center;
    width: 26px;
    height: 24px;
    border: none;
}

.seach_right {
    width: 336px;
}

.seach_right img {
    width: 100%;
}


/*投资中心*/

.invite_title {
    margin: 80px 0 58px;
    text-align: center;
}

.invite_title h3 {
    width: 150px;
    margin: 0 auto;
    color: #333333;
    font-size: 28px;
    margin-bottom: 5px;
    position: relative;
}

.invite_title h3::after {
    position: absolute;
    content: '';
    background: #4672bd;
    width: 100px;
    height: 3px;
    left: 25px;
    bottom: -45px;
}

.invite_title span {
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
}

.invite_kind {
    /* width:1070px; */
    margin: 0 auto;
    margin-bottom: 40px;
}

.invite_kind ul li {
    float: left;
    width: 25%;
    /* padding-left:30px;
	padding-right:30px; */
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    /* margin-right: 40px; */
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.invite_kind ul li:last-child {
    margin-right: 0;
}

.onlist {
    background: #4672bd !important;
}

.onlist a {
    color: #fff !important;
}

.invite_kind ul li a {
    color: #666666;
    font-size: 16px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.invite_kind ul li:hover {
    background: #4672bd;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.invite_kind ul li:hover a {
    color: #fff;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.invite_list ul li {
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 36px;
}

.invite_list ul li:nth-child(4n) {
    margin-right: 0;
}

.invite_list ul li .invite_list_img {
    width: 100%;
    overflow: hidden;
}

.invite_list ul li .invite_list_img img {
    width: 100%;
    vertical-align: bottom;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.invite_list ul li:hover .invite_list_img img {
    transform: scale(1.2);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.invite_list ul li:hover .invite_list_text {
    background: #4672bd;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.invite_list_text {
    text-indent: 2em;
    height: 56px;
    line-height: 56px;
    background: #e6e6e6;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.invite_list_text h3 {
    color: #4c4c4c;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.invite_list ul li:hover .invite_list_text h3 {
    color: #fff;
}

.advert {
    background: url(../images/guang1.png)no-repeat top center;
    height: 300px;
    margin: 44px 0 80px;
}

.about_left {
    width: 549px;
    background: #4672bd;
    padding: 58px 30px 50px;
}

.about_left h2 {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.about_left span {
    color: #fff;
    display: flex;
    /* margin-bottom: 40px; */
    font-size: 16px;
    color: #fff;
    margin-right: 16px;
}

.about_left a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.about_left p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    /* overflow: hidden; */
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; */
    margin-top: 10px;
}

.about_left button {
    width: 134px;
    height: 44px;
    border-radius: 50px;
    background: #fff;
    color: #4672bd;
    font-size: 18px;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}

.about_right {
    width: 500px;
    position: relative;
    z-index: 999;
    margin-right: 70px;
}

.about_right::after {
    position: absolute;
    background: #4672bd;
    content: '';
    width: 70px;
    height: 137px;
    right: -70px;
    top: 184px;
    z-index: 1;
}

.footer {
    background: #333;
    padding: 76px 0 46px;
}

.di_erweima {
    /* width: 130px; */
    margin: 0 auto;
    /* 	margin-right: 100px; */
}

.di_erweima img {
    display: block;
    width: 100px;
    margin: 0 auto;
}

.di_erweima h3 {
    color: #b2b2b2;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}

.di_adress {
    margin: 0 80px;
}

.di_adress ul p {
    color: #e5e5e5;
}

.di_adress ul li {
    margin-bottom: 20px;
    color: #e5e5e5;
}


/*投创案例*/

.index_case {
    background: #f1f1f1;
    padding-top: 1px;
    padding-bottom: 128px;
}

.index_case_list ul li {
    width: 373px;
    margin-right: 40px;
    float: left;
}

.index_case_list ul li:nth-child(3n) {
    margin-right: 0;
}

.case_img {
    width: 100%;
    overflow: hidden;
}

.case_img img {
    width: 100%;
    vertical-align: bottom;
    transition: all ease-in-out .3s;
}

.index_case_list ul li:hover .case_img img {
    transform: scale(1.2);
    transition: all ease-in-out .3s;
}

.index_case_list ul li:hover .case_text {
    background: #4672bd;
    transition: all ease-in-out .3s;
}

.index_case_list ul li:hover .case_text h3 {
    color: #fff;
    transition: all ease-in-out .3s;
}

.index_case_list ul li:hover .case_text span {
    color: #fff;
    transition: all ease-in-out .3s;
    text-align: right;
}

.case_text {
    background: #e6e6e6;
    padding: 20px;
    transition: all ease-in-out .3s;
}

.case_text h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #4c4c4c;
    transition: all ease-in-out .3s;
}

.case_text span {
    font-size: 14px;
    color: #666;
    display: block;
    transition: all ease-in-out .3s;
}

.next_list {
    width: 1330px;
    margin: 0 auto;
    position: relative;
}

.motainen img {
    vertical-align: bottom;
}

.contact {
    background: url(../images/ren.png)no-repeat top center;
    padding-top: 100px;
    padding-bottom: 51px;
}

.contact_left {
    width: 260px;
}

.contact_left h3 {
    color: #456cb1;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.contact_left a {
    color: #456cb1;
    font-size: 24px;
    text-align: center;
    display: block;
}

.contact_right {
    margin-left: 15px;
}

.contact_right h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 17px;
}

.contact_right h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 18px;
}

.contact_right a {
    display: block;
    width: 165px;
    height: 42px;
    line-height: 42px;
    color: #4672bd;
    background: #fff;
    border-radius: 50px;
    line-height: 42px;
    text-align: center;
    font-size: 22px;
}

.about_us {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    padding-bottom: 120px;
}

.news_list ul li {
    width: 387px;
    float: left;
    margin-right: 19px;
    margin-bottom: 25px;
}

.news_list ul li:nth-child(3n) {
    margin-right: 0;
}

.news_img {
    width: 100%;
    height: 230px;
    position: relative;
}

.news_img::after {
    position: absolute;
    content: '';
    background: url(../images/lab.png)no-repeat center center;
    width: 81px;
    height: 81px;
    left: 50%;
    bottom: -40px;
    margin-left: -40px;
    z-index: 999;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.news_list ul li:hover .news_img::after {
    background: url(../images/b1.png)no-repeat center center;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.news_title {
    background: #f1f1f1;
    padding: 72px 22px 25px;
}

.news_title h3 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 30px;
}

.news_title p {
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news_title span {
    display: block;
    width: 202px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background: #fff;
    color: #4672bd;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.news_list ul li:hover .news_title span {
    background: #456cb1;
    color: #fff;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

.newshow {
    padding-top: 78px;
    padding-bottom: 100px;
}

.newshow_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.newshow_title h3 {
    color: #4c4c4c;
    font-size: 24px;
    margin-bottom: 18px;
}

.newshow_title span {
    font-size: 14px;
}

.news_show {
    margin-top: 40px;
    line-height: 30px;
    text-indent: 2em;
}

.last {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 62px;
    border-top: 1px solid #808080;
    background: #333;
    text-align: center;
}

.product_content {
    width: 755px;
    margin: 0 auto;
    position: relative;
}

.content_img {
    width: 597px;
    height: 445px;
    margin: 0 auto;
}

.content_img img {
    width: 100%;
    height: 100%;
}

.left {
    position: absolute;
    width: 40px;
    height: 100px;
    left: 0;
    top: 45%;
    display: block;
}

.right {
    position: absolute;
    width: 40px;
    height: 100px;
    right: 0;
    top: 45%;
    display: block;
}

.introduc_title {
    border-bottom: 1px solid #4f65bf;
    margin-top: 90px;
}

.introduc_title h3 {
    color: #fff;
    font-size: 18px;
    background: #4f65bf;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.introduc_content {
    margin-top: 50px;
    margin-bottom: 20px;
    min-height: 171px;
}

.product_show {
    padding-top: 80px;
}

.page {
    margin-top: 30px;
    margin-bottom: 114px;
}

.page_r {
    padding: 7px 37px;
    border-radius: 50px;
    background: #e6e6e6;
    margin-right: 10px;
}

.page_r ul li {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 42px;
}

.zise {
    background: #4f65bf;
}

.zise a {
    color: #fff;
}

.contact_list h3 {
    margin-bottom: 27px;
    color: #4c4c4c;
    font-size: 18px;
}

.contact_list ul li {
    margin-bottom: 16px;
    float: left;
    width: 574px;
}

.contact_list ul li span {
    display: inline-block;
}

.contact_us {
    padding-bottom: 100px;
}

.map {
    margin-top: 30px;
}

.newnext {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 20px;
    margin-bottom: 60px;
    margin-top: 100px;
}

.newnext li {
    margin-bottom: 22px;
    color: #666666;
    font-size: 14px;
    padding-left: 40px;
    list-style: none;
}

.newnext p {
    float: left;
    width: 247px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newnext img {
    float: left;
    margin-right: 10px;
}

.next {
    background: url(../images/right.png) center center no-repeat;
    width: 45px;
    height: 128px;
    opacity: 1;
}

.prev {
    background: url(../images/left.png) center center no-repeat;
    width: 45px;
    height: 128px;
    opacity: 1;
}

.index_case .swiper-button-disabled {
    opacity: 1 !important;
}

.pation {
    text-align: center;
    width: 100%;
    bottom: -60px;
}

.pation .swiper-pagination-bullet {
    background: #4d4d4d;
}

.pation .swiper-pagination-bullet-active {
    background: #4672bd;
}

.pation span {
    width: 100px;
    height: 6px;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
}

.index_news {
    background: #4672bd;
}

.news_bt h3 {
    color: #fff;
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.news_bt h3 span {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
}

.news_showlist {
    height: 350px;
    background: #fff;
}

.n_showleft {
    width: 800px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .17);
}

.n_showright {
    width: 360px;
    padding-top: 40px;
}

.show_left_top h3 {
    font-size: 16px;
}

.show_left_top h3 span {
    font-size: 28px;
    font-weight: bold;
    color: #456cb1;
    display: inline-block;
    margin-right: 15px;
}

.show_left_top {
    padding: 40px 20px 20px 42px;
    width: 420px;
}

.show_left_top h4 {
    color: #4672bd;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 25px;
}

.show_left_top h5 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 10px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.show_left_top p {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.show_left_top img {
    width: 36px;
    height: 36px;
    margin-top: 20px;
}

.show_left_doen {
    width: 221px;
    margin-top: 80px;
    margin-right: 25px;
}

.show_left_doen img {
    width: 100%;
}

.n_showright h3 {
    font-size: 16px;
}

.n_showright h3 span {
    font-size: 28px;
    font-weight: bold;
    color: #456cb1;
    display: inline-block;
    margin-right: 15px;
}

.n_showright h4 {
    color: #4672bd;
    text-transform: uppercase;
    font-size: 16px;
    margin: 15px 0 25px;
}

.n_showright h5 {
    color: #4c4c4c;
    font-size: 20px;
    margin-bottom: 10px;
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.n_showright img {
    width: 36px;
    height: 36px;
    margin-top: 20px;
}

.news_zhanshi {
    margin-bottom: 100px;
    margin-top: 1px;
}

.news_zhanshi ul li {
    float: left;
    background: #fff;
    width: 32%;
    margin-right: 1%;
    padding-bottom: 15px;
    transition: all ease-in-out .3s;
}

.news_zhanshi ul li:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .17);
}

.news_title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_case_list ul li:nth-child(4) {
    /* display: none; */
}

.phone_state {
    display: none;
}