﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
     ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #b79a7c;
    }
    /*定义滚动条轨道 内阴影+圆角*/
     ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #b79a7c;
    }
    /*定义滑块 内阴影+圆角*/
     ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #fc4d3a;
    }
}


/*=========
  基本默认值
  ==========*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}

html,
body {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    /*苹果手机端滑动卡屏*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /*手机端点击底部出现背景*/
    width: 100%;
    overflow: hidden;
    min-width: 320px;
    font-size: 14px;
}

body {
    color: #000;
    /* font-family:"Arial","SimHei"; */
}


/*  @media only screen and (min-width: 1000px) {
   html{
     	zoom:1.3;
   }
   .outer-bg{
   	height: 76.923vh!important;
	}
}  */

li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
a:hover{ color:#e70300;}
::after,
::before {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    /* font-family: "Arial","SimHei"; */
    font-size: 12px;
    outline: none;
    appearance: none;
    /*清楚表单默认样式*/
    -moz-appearance: none;
    -webkit-appearance: none;
}


/** Generated by FG **/


/* @font-face {
	font-family: 'ziti';
	src: url('../fonts/dincond-regular.eot');
	src: local('☺'), url('../fonts/dincond-regular.woff') format('woff'), url('../fonts/dincond-regular.ttf') format('truetype'), url('../fonts/dincond-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti2';
	src: url('../fonts/DINCond-Medium.eot');
	src: local('☺'), url('../fonts/DINCond-Medium.woff') format('woff'), url('../fonts/DINCond-Medium.ttf') format('truetype'), url('../fonts/DINCond-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti3';
	src: url('../fonts/Myriad Pro Light.eot');
	src: local('☺'), url('../fonts/Myriad Pro Light.woff') format('woff'), url('../fonts/Myriad Pro Light.ttf') format('truetype'), url('../fonts/Myriad Pro Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} */


/*94%的内容*/

.container {
    width:100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative;
}

.container1 {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1130px;
    position: relative;
}

@media only screen and (max-width:1280px) {
    .container {
        width: 100%;
        padding: 0 3%;
    }
    .container1 {
        width: 100%;
        padding: 0 3%;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*图片通用样式*/

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
}


/*清楚浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}

.clearfix:after {
    clear: both;
}


/*Flex居中样式*/

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*动画*/

.donghua {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}


/*文字溢出*/

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.en {
    /* font-family: "ziti"; */
}

.outer-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}

.out-main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    overflow-y: auto;
    background-color: #fff;
}


/* =========

	导航

 ========= */

.header {
    position: relative;
    z-index: 1111;
    height: 80px;
    margin-top: 4px;
}

.header:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #e70300;
    position: absolute;
    left: 0;
    top: -4px;
}

.header .container1 {
    height: 100%;
}


/*logo*/

.header .nav-logo {
    float: left;
    height: 100%;
}


/*menu*/

.header .nav-menu {
    float: right;
    cursor: pointer;
    display: none;
}


/*中英文*/

.header .nav-language {
    height: 100%;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.header .nav-language .lang-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 23px;
    height: 23px;
    font-size: 1rem;
    color: #e5e5e5;
    line-height: 23px;
    text-align: center;
    background-color: #b9b9b9;
    border-radius: 50%;
    margin: 0 2px;
}

.header .nav-language .lang-item.on {
    color: #fff;
    background-color: #e70300;
}


/*搜索*/

.header .nav-search {
    float: right;
    height: 100%;
    margin-left: 45px;
}

.header .nav-search .icon {
    display: none;
}

.header .nav-search .search-sub {
    width: 150px;
    height: 30px;
    border-radius: 50px;
    background-color: #f1f1f1;
}

.header .nav-search .search-sub .search-form {
    position: relative;
    padding-left: 40px;
}

.header .nav-search .search-sub input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: none;
    font-size: 1.14rem;
    background-color: transparent;
}

.header .nav-search .search-sub input[type="submit"] {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    background-image: url(../images/search_03.png);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    border: none;
    background-color: transparent;
}


/*导航菜单*/

.header .nav-list {
    float: right;
    font-size: 0;
    display: block;
}

.header .nav-list .list-n {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
}

.header .nav-list .list-n .nav-word {
    padding: 0 25px;
    font-size: 1.16rem;
    color: #606060;
    transition: all 0s;
    line-height: 80px;
    display: block;
    position: relative;
    z-index: 11;
}

.header .nav-list .list-n.on .nav-word {
    color: #fff;
    background-color: #e70300;
}


/*小屏幕导航*/

.mmnav {
    display: none;
}

@media only screen and (min-width: 601px) {
    .header .nav-list .list-n:hover .nav-word {
        color: #fff;
        background-color: #e70300;
    }
}

@media only screen and (max-width:1600px) {
    .header {
        height: 70px;
    }
    .header .nav-list .list-n .nav-word {
        line-height: 70px;
    }
}

@media only screen and (max-width:1440px) {
    .header {
        height: 60px;
    }
    .header .nav-list .list-n .nav-word {
        line-height: 60px;
    }
    .header .nav-search {
        margin-left: 30px;
    }
}

@media only screen and (max-width:1280px) {
    .header {
        height: 55px;
    }
    .header .nav-list .list-n .nav-word {
        padding: 0 10px;
        line-height: 55px;
    }
}

@media only screen and (max-width:1024px) {
    .header .nav-list {
        display: none;
    }
    .header {
        width: 100%;
    }
    .header .nav-logo img {
        width: 120px;
    }
    .header .nav-menu {
        display: block;
        position: relative;
        width: 22px;
        margin-left: 10px;
        height: 100%;
        cursor: pointer;
    }
    .header .nav-menu .line {
        width: 100%;
        height: 2px;
        background-color: #606060;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .nav-menu .line.li1 {
        margin-top: -6px;
    }
    .header .nav-menu .line.li3 {
        margin-top: 6px;
    }
    .mmnav {
        display: block;
        position: fixed;
        right: 0;
        top: 55px;
        z-index: 1111;
        background-color: #fff;
        width: 300px;
        height: 100%;
        padding: 6%;
        transition: all .5s ease;
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
    .mmnav[data-on="on"] {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    .mmnav .mmnav-list .list-n {
        margin-bottom: 12%;
    }
    .mmnav .mmnav-list .list-n .nav-word {
        display: block;
        font-size: 1.5rem;
        color: #606060;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:640px) {
    .mmnav .mmnav-list .list-n {
        margin-bottom: 6%;
    }
}

@media only screen and (max-width:414px) {
    .header .nav-search .search-sub input[type="submit"] {
        background-image: url(../images/wsearch_03.png);
    }
    .mmnav {
        width: 100%;
        padding-top: 20%;
    }
    .mmnav .mmnav-list .list-n .nav-word {
        text-align: center;
    }
    .header .nav-search .icon {
        display: block;
        width: 23px;
        height: 23px;
        background-color: #f1f1f1;
        border-radius: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        background-position: center;
        background-image: url(../images/search_03.png);
    }
    .header .nav-search .search-sub {
        position: fixed;
        left: 0;
        top: 55px;
        width: 100%;
        height: 40px;
        background-color: rgba(0, 0, 0, .4);
        border-radius: 0;
        transition: all .5s ease;
        transform: translate3d(100%, 0, 0);
        opacity: 0;
        visibility: hidden;
    }
    .header .nav-search[data-on="on"] .search-sub {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    .header .nav-search .search-sub .search-form {
        z-index: 1111;
    }
    .header .nav-search .search-sub input[type="text"] {
        color: #fff;
        height: 50px;
    }
}


/* =========

	首页

 ========= */


/*首页轮播*/

.inbanner-swiper .swiper-wrapper .swiper-slide .inbanner {
    display: block;
    padding-top: calc(490 / 1920 * 100%);
}

.inbanner-swiper .inbanner-prev {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    position: absolute;
    left: 6%;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    z-index: 111;
    cursor: pointer;
}

.inbanner-swiper .inbanner-prev:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -4px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    /* IE 9 */
    -moz-transform: rotate(-135deg);
    /* Firefox */
    -webkit-transform: rotate(-135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-135deg);
    /* Opera */
}

.inbanner-swiper .inbanner-next {
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    position: absolute;
    right: 6%;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    z-index: 111;
    cursor: pointer;
}

.inbanner-swiper .inbanner-next:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #fff #fff transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -8px;
    margin-right: -4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

@media only screen and (max-width:1280px) {
    .inbanner-swiper {
        padding: 0;
    }
}

@media only screen and (max-width:1024px) {
    .inbanner-swiper .inbanner-prev {
        display: none;
    }
    .inbanner-swiper .inbanner-next {
        display: none;
    }
}


/*首页通用标题*/

.intitlebox {
    float: left;
}

.intitlebox .cn {
    font-size: 1.5rem;
    color: #4f4f4f;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
}

.intitlebox .en {
    font-size: 1.33rem;
    color: #c8c5c5;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

@media only screen and (max-width:640px) {
    .inbanner {
        height: 250px;
    }
}

@media only screen and (max-width:414px) {
    .inbanner {
        height: 180px;
    }
    .intitlebox {
        width: 100%;
        float: none;
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:375px) {
    .inbanner {
        height: 160px;
    }
}

@media only screen and (max-width:320px) {
    .inbanner {
        height: 140px;
    }
}


/*首页新闻*/

.innews-bg {
    padding-top: 40px;
    padding-bottom: 90px;
}

.innews-bg .innews-top {
    margin-bottom: 25px;
}

.innews-bg .innews-top .innews-classbox {
    float: right;
}

.innews-bg .innews-top .innews-classbox .class-item {
    font-size: 1.16rem;
    color: #606060;
    margin: 0 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-bottom: 5px;
    cursor: pointer;
}
.innews-bg .innews-top .innews-classbox .class-item:hover {
color: #e70300;
}
.innews-bg .innews-top .innews-classbox .class-item.on {
    border-bottom: 2px solid #e70300;
}

.innews-bg .innews-list {
    overflow: hidden;
}

.innews-bg .innews-list .lin {
    width: calc(90% / 3);
    float: left;
    margin-right: 5%;
    display: block;
}

.innews-bg .innews-list .lin:nth-child(3) {
    margin-right: 0;
}

.innews-bg .innews-list .lin .lin-timebox {
    padding-bottom: 10px;
    position: relative;
}

.innews-bg .innews-list .lin .lin-timebox:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    left: 0;
    bottom: 0;
}

.innews-bg .innews-list .lin .lin-timebox:after {
    content: "";
    width: 150%;
    height: 2px;
    background-color: #efefef;
    position: absolute;
    left: 0;
    bottom: 0;
}

.innews-bg .innews-list .lin:nth-child(3) .lin-timebox:after {
    display: none;
}

.innews-bg .innews-list .lin .lin-timebox .date {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 4rem;
    color: #7a7a7a;
    /* font-family:"ziti"; */
}
.innews-bg .innews-list .lin .lin-timebox .date:hover{
    color: #1158ce;
}

.innews-bg .innews-list .lin .lin-timebox .year {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.33rem;
    color: #fff;
    /* font-family: "ziti2"; */
    background-color: #b7b7b7;
    padding: 1px 10px;
    margin-left: 10px;
}
.innews-bg .innews-list .lin .lin-titlebox {
    position: relative;
}

.innews-bg .innews-list .lin .lin-titlebox:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #e70300;
    position: absolute;
    left: 0;
    top: -2px;
}

.innews-bg .innews-list .lin .lin-titlebox .lin-title {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 1.16rem;
    color: #262626;
    font-weight: bold;
}

.innews-bg .innews-list .lin .lin-titlebox .lin-title:hover{
    color: #e70300;
}
.innews-bg .innews-list .lin .lin-demo {
    font-size: 1rem;
    color: #565656;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.innews-bg .innews-list .lin .lin-more {
    font-size: 1rem;
    color: #484848;
    margin-top: 30px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.innews-bg .innews-list .lin .lin-more:before {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #484848;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
}

.innews-bg .innews-list .lin .lin-more:after {
    content: "";
    width: 6px;
    height: 2px;
    background-color: #484848;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
}

@media only screen and (min-width: 601px) {
    .innews-bg .innews-list .lin:hover .lin-timebox .year {
        background-color: #1158ce;
    }
	    .innews-bg .innews-list .lin:hover .lin-timebox .date {
        color: #1158ce;
    }
		.innews-bg .innews-list .lin:hover .lin-lin-titlebox .lin-title {
        color: #e70300;
    }
    .innews-bg .innews-list .lin:hover .lin-titlebox:after {
        width: 100%;
    }
    .innews-bg .innews-list .lin:hover .lin-more {
        color: #e70300;
    }
    .innews-bg .innews-list .lin:hover .lin-more:before {
        background-color: #e70300;
    }
    .innews-bg .innews-list .lin:hover .lin-more:after {
        background-color: #e70300;
    }
}

@media only screen and (max-width:1600px) {
    .innews-bg {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:1440px) {
    .innews-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .innews-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .innews-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .innews-bg .innews-top {
        margin-bottom: 3%;
    }
    .innews-bg .innews-list .lin .lin-timebox .date {
        font-size: 3rem;
    }
    .innews-bg .innews-list .lin .lin-titlebox .lin-title {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .innews-bg .innews-list .lin .lin-more {
        margin-top: 3%;
    }
    .innews-bg .innews-list .lin .lin-timebox {
        padding-bottom: 1%;
    }
}

@media only screen and (max-width:800px) {
    .innews-bg .innews-list .lin {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:414px) {
    .innews-bg .innews-top .innews-classbox {
        width: 100%;
        text-align: left;
        float: none;
    }
    .innews-bg .innews-top .innews-classbox .class-item {
        margin-right: 10px;
        margin-left: 0;
    }
    .innews-bg .innews-list .lin .lin-timebox .date {
        font-size: 2.5rem;
    }
    .innews-bg .innews-list .lin .lin-titlebox .lin-title {
        font-size: 1.16rem;
    }
    .innews-bg .innews-list .lin .lin-demo {
        font-size: 1rem;
    }
}


/*核心业务*/

.inbootom-bg {
    padding-bottom: 50px;
    overflow: hidden;
}

.inbootom-bg .inwork {
    width: calc(96% - 340px);
    float: left;
    padding: 35px 40px;
    min-height: 260px;
    background-image: url(../images/111_03.jpg);
}

.inbootom-bg .inwork .intitlebox {
    float: none;
}

.inbootom-bg .inwork .intitlebox .en {
    font-size: 1.5rem;
    display: inline-block;
    font-weight: bold;
}

.inbootom-bg .inwork .intitlebox .cn {
    font-size: 1.33rem;
    display: inline-block;
}

.inbootom-bg .inwork .inwork-main {
    padding-top: 30px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.inbootom-bg .inwork .inwork-main .left {
    width: 40%;
    padding-top: 10px;
    font-size: 1.16rem;
    color: #777676;
    line-height: 1.83rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
}

.inbootom-bg .inwork .inwork-main .right {
    width: 60%;
    text-align: center;
}

.inbootom-bg .inwork .inwork-main .right .right-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    width: 100px;
    vertical-align: top;
}

.inbootom-bg .inwork .inwork-main .right .right-item .ico {
    width: 80px;
    height: 50px;
}

.inbootom-bg .inwork .inwork-main .right .right-item .ico.i2 {
    display: none;
}

.inbootom-bg .inwork .inwork-main .right .right-item .title {
    margin-top: 10px;
    font-size: 1.16rem;
    color: #434343;
}

.inbootom-bg .inwork .inwork-linkbox {
    text-align: right;
}

.inbootom-bg .inwork .inwork-linkbox .link {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 8px;
    background-color: #c02a1a;
    font-size: 1rem;
    color: #fff;
    border: 1px solid transparent;
}

@media only screen and (min-width: 601px) {
    .inbootom-bg .inwork:hover {
        background-image: url(../images/222_03.jpg);
    }
    .inbootom-bg .inwork:hover .intitlebox .cn {
        color: #fff;
    }
    .inbootom-bg .inwork:hover .intitlebox .en {
        color: #fff;
    }
    .inbootom-bg .inwork:hover .inwork-main .left {
        color: #fff;
    }
    .inbootom-bg .inwork:hover .inwork-main .right .right-item .ico.i2 {
        display: inline-block;
    }
    .inbootom-bg .inwork:hover .inwork-main .right .right-item .ico.i1 {
        display: none;
    }
    .inbootom-bg .inwork:hover .inwork-main .right .right-item .title {
        color: #fff;
    }
    .inbootom-bg .inwork:hover .inwork-linkbox .link {
        border: 1px solid #fff;
    }
}


/*信息公告*/

.inmsg {
    width: 340px;
    float: right;
}

.inmsg .inmsg-top {
    margin-bottom: 30px;
}

.inmsg .inmsg-top .titlebox {
    margin-bottom: 15px;
}

.inmsg .inmsg-top .titlebox .title {
    font-size: 1.16rem;
    color: #5b5b5b;
    font-weight: bold;
}

.inmsg .inmsg-top .titlebox .time {
    font-size: 1.16rem;
    color: #959595;
}

.inmsg .inmsg-top .maktbox {
    padding-bottom: 15px;
    position: relative;
    font-size: 0;
}

.inmsg .inmsg-top .maktbox:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e70300;
    position: absolute;
    left: 0;
    bottom: 0;
}

.inmsg .inmsg-top .maktbox:after {
    content: "";
    width: 45%;
    height: 2px;
    background-color: #4c4c4c;
    position: absolute;
    right: 0;
    bottom: 0;
}

.inmsg .inmsg-top .maktbox .rmb {
    width: 60%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 30px;
    font-size: 1.5rem;
    color: #525252;
    position: relative;
}

.inmsg .inmsg-top .maktbox .rmb:after {
    content: "";
    border-style: solid;
    border-width: 18px 12px;
    position: absolute;
    left: 0;
    bottom: 10px;
    transition: all 0s;
    border-color: transparent transparent #000 transparent;
    display: none;
}

.inmsg .inmsg-top .maktbox .rmb.shen:after {
    border-color: transparent transparent #e70300 transparent;
    display: block;
}

.inmsg .inmsg-top .maktbox .rmb.die:after {
    border-color: #30a019 transparent transparent transparent;
    bottom: -8px;
    display: block;
}

.inmsg .inmsg-top .maktbox .rmb span {
    font-size: 3.5rem;
    /* font-family: "ziti2"; */
    color: #dec8ae;
}

.inmsg .inmsg-top .maktbox .rmb.shen span {
    color: #e70300;
    margin-right: 5px;
}

.inmsg .inmsg-top .maktbox .rmb.die span {
    color: #30a019;
}

.inmsg .inmsg-top .maktbox .num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20%;
    text-align: center;
}

.inmsg .inmsg-top .maktbox .num .title {
    font-size: 1.08rem;
    color: #7c7c7c;
    margin-bottom: 5px;
}

.inmsg .inmsg-top .maktbox .num .msg {
    font-size: 1.66rem;
    color: #e70300;
    /* font-family: "ziti2"; */
}

.inmsg .inmsg-bottom .intitlebox {
    float: none;
}

.inmsg .inmsg-bottom .inmsg-list .lim {
    margin-top: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.inmsg .inmsg-bottom .inmsg-list .lim .title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 1.08rem;
    color: #4f4f4f;
    vertical-align: top;
}

.inmsg .inmsg-bottom .inmsg-list .lim .time {
    font-size: 1rem;
    color: #aeacac;
}

@media only screen and (min-width: 601px) {
    .inmsg .inmsg-bottom .inmsg-list .lim:hover .title {
        color: #e70300;
    }
}

@media only screen and (max-width:1280px) {
    .inbootom-bg {
        padding-bottom: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .inbootom-bg {
        padding-bottom: 3%;
    }
    .inbootom-bg .inwork {
        padding: 3%;
    }
    .inbootom-bg .inwork .inwork-main {
        padding-top: 0;
        padding-bottom: 3%;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .inbootom-bg .inwork .inwork-main .left {
        width: 100%;
        padding-top: 0;
        padding-bottom: 2%;
        text-align: left;
    }
    .inbootom-bg .inwork .inwork-main .right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .inbootom-bg .inwork .inwork-main .right .right-item {
        margin: 0 2%;
    }
    .inbootom-bg .inwork .inwork-main .right .right-item .title {
        margin-top: 2%;
    }
    .inmsg .inmsg-top {
        margin-bottom: 3%;
    }
    .inmsg .inmsg-top .titlebox {
        margin-bottom: 3%;
    }
    .inmsg .inmsg-top .maktbox {
        padding-bottom: 3%;
    }
}

@media only screen and (max-width:800px) {
    .inbootom-bg .inwork {
        width: 100%;
        float: none;
        min-height: auto;
    }
    .inmsg {
        width: 100%;
        margin-top: 3%;
        float: none;
    }
}

@media only screen and (max-width:414px) {
    .inbootom-bg .inwork .inwork-main .right .right-item .ico {
        width: 60px;
        height: 40px;
    }
    .inbootom-bg .inwork .inwork-main .right .right-item .title {
        font-size: 1rem;
    }
    .inmsg .inmsg-top .maktbox .rmb {
        padding-left: 25px;
        font-size: 1.16rem;
    }
    .inmsg .inmsg-top .maktbox .rmb span {
        font-size: 2.6rem;
    }
    .inmsg .inmsg-top .maktbox .rmb:after {
        border-width: 12px 8px;
        bottom: 5px;
    }
}


/* =========

	通用大图

 ========= */

.all-banner {
    position: relative;
}

.all-banner .banner-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.all-banner .banner-themebox {
    height: 335px;
    font-size: 3.33rem;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 11;
}

.all-banner .banner-themebox .cn {
    margin-bottom: 10px;
    font-weight: bold;
}

.all-banner .banner-themebox .en {
    /* font-family: "ziti2"; */
}

.all-banner .banner-class {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
	opacity:.8;filter:alpha(opacity=80);-moz-opacity:.8;
}

.all-banner .banner-class .class-sub .swiper-wrapper {
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}

.all-banner .banner-class .class-sub.center .swiper-wrapper {
    justify-content: center;
}

.all-banner .banner-class .class-sub .swiper-wrapper .item {
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #606060;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    margin: 0 10px;
    position: relative;
    vertical-align: top;
}

.all-banner .banner-class .class-sub .item.on {
    border-bottom: 2px solid #e70300;
}

@media only screen and (min-width: 601px) {
    .all-banner .banner-class .class-sub .item:hover {
        color: #e70300;
    }
}

@media only screen and (max-width:1280px) {
    .all-banner.container {
        padding: 0;
    }
    .all-banner .banner-themebox {
        height: 220px;
        font-size: 2.33rem;
    }
    .all-banner .banner-class {
        max-width: none;
    }
}

@media only screen and (max-width:1024px) {
    .all-banner .banner-themebox {
        height: 200px;
        font-size: 2rem;
    }
    .all-banner .banner-themebox .cn {
        margin-bottom: 0;
    }
    .all-banner .banner-class .class-sub .swiper-wrapper .item {
        height: 50px;
        line-height: 50px;
        margin: 0 1%;
    }
}

@media only screen and (max-width:414px) {
    .all-banner .banner-themebox {
        height: 180px;
    }
    .all-banner .banner-class .class-sub .swiper-wrapper {
        justify-content: flex-start;
    }
    .all-banner .banner-class .class-sub .swiper-wrapper .item {
        display: block;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:320px) {
    .all-banner .banner-themebox {
        height: 150px;
    }
}


/* =========

	关于我们

 ========= */


/*公司简介*/

.about-bg .about1 {
    padding-top: 80px;
    padding-bottom: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #dbdbdb;
}

.about-bg .about1 .left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 50%;
    min-height: 370px;
    padding-top: 50px;
    padding-right: 40px;
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
    overflow: hidden;
}

.about-bg .about1 .right {
    width: 50%;
    position: relative;
}

.about-bg .about1 .right .right-bg {
    padding-top: calc(370 / 565 * 100%);
}

.about-bg .about1 .right .right-videobox {
    position: absolute;
    left: -40px;
    bottom: -20px;
    width: 520px;
    padding-top: calc(320 / 520 * 100%);
}

.mejs-container .mejs-controls {
    z-index: 111!important;
}

.about-bg .about1 .right .right-videobox .mejs-overlay-button {
    z-index: 1111;
    background-color: none;
}

.about-bg .about1 .right .right-videobox video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.about-bg .about1 .right .right-videobox iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
}

.about-bg .about2 {
    padding: 70px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #dbdbdb;
}

.about-bg .about2 .left {
    width: 48%;
}

.about-bg .about2 .right {
    width: 52%;
    font-size: 1.16rem;
    color: #888888;
    min-height: 140px;
    padding-top: 20px;
    padding-right: 30px;
    line-height: 2;
    overflow: hidden;
}

.about-bg .about3 {
    font-size: 1.16rem;
    color: #404040;
    line-height: 2;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

@media only screen and (max-width:1600px) {
    .about-bg .about1 {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .about-bg .about2 {
        padding: 60px 0;
    }
    .about-bg .about3 {
        padding-top: 60px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:1440px) {
    .about-bg .about1 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .about-bg .about2 {
        padding: 50px 0;
    }
    .about-bg .about3 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .about-bg .about1 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .about-bg .about2 {
        padding: 40px 0;
    }
    .about-bg .about3 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .about-bg .about1 {
        padding-top: 3%;
        padding-bottom: 3%;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .about-bg .about1 .right {
        width: 100%;
    }
    .about-bg .about1 .right .right-bg {
        display: none;
    }
    .about-bg .about1 .right .right-videobox {
        position: static;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    .about-bg .about1 .right .right-videobox video {
        height: 100%;
    }
    .about-bg .about1 .left {
        width: 100%;
        min-height: auto;
        padding-top: 3%;
        padding-right: 0;
    }
    .about-bg .about2 {
        padding: 3% 0;
    }
    .about-bg .about3 {
        padding-top: 3%;
        padding-bottom: 3%;
    }
}

@media only screen and (max-width:414px) {
    .about-bg .about2 {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .about-bg .about2 .left {
        width: 100%;
    }
    .about-bg .about2 .right {
        width: 100%;
        min-height: auto;
        padding-top: 3%;
        padding-right: 0;
    }
}


/*管理框架*/

.frame-bg {
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 100px;
}

@media only screen and (max-width:1600px) {
    .frame-bg {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:1440px) {
    .frame-bg {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .frame-bg {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .frame-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
}


/*发展历程*/

.history-bg {
    padding-top: 120px;
    padding-bottom: 100px;
}

.history-bg .history-swiperbox {
    position: relative;
}

.history-bg .history-swiperbox .history-button-prev {
    width: 46px;
    height: 46px;
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}

.history-bg .history-swiperbox .history-button-prev:after {
    content: "";
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 3px;
    border-color: #d3d3d3 transparent transparent #d3d3d3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.history-bg .history-swiperbox .history-button-next {
    width: 46px;
    height: 46px;
    border: 3px solid #d3d3d3;
    border-radius: 50%;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
}

.history-bg .history-swiperbox .history-button-next:after {
    content: "";
    width: 18px;
    height: 18px;
    border-style: solid;
    border-width: 3px;
    border-color: #d3d3d3 transparent transparent #d3d3d3;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -9px;
    margin-right: -4px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.history-bg .history-swiperbox .history-swiper {
    margin: 0 30px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide {
    cursor: pointer;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .left {
    width: calc(100% - 240px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    overflow: hidden;
    position: relative;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .left .left-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right {
    width: 240px;
    padding: 38px 20px;
    background-color: #ececec;
    color: #303030;
    position: relative;
    transition: all .5s;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right:after {
    content: "";
    border-style: solid;
    border-width: 10px 12px;
    border-color: transparent #ececec transparent transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -10px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .year {
    font-size: 2rem;
    margin-bottom: 15px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .year span {
    /* font-family: "ziti3"; */
    font-size: 3.33rem;
    margin-right: 5px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .demo {
    font-size: 1.16rem;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 81px;
}

.history-bg .history-pagination {
    margin-top: 60px;
    text-align: center;
}

.history-bg .history-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #c0c0c0;
    margin: 0 10px;
}

.history-bg .history-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e70300;
}

@media only screen and (min-width: 601px) {
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide:hover .history-box .right {
        background-color: #e70300;
        color: #fff;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide:hover .history-box .right:after {
        border-color: transparent #e70300 transparent transparent;
    }
}

@media only screen and (max-width:1600px) {
    .history-bg {
        padding-top: 100px;
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:1440px) {
    .history-bg {
        padding-top: 80px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .history-bg {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .history-bg .history-pagination {
        margin-top: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .history-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .history-bg .history-swiperbox .history-button-prev {
        display: none;
    }
    .history-bg .history-swiperbox .history-button-next {
        display: none;
    }
    .history-bg .history-pagination {
        display: none;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .year {
        margin-bottom: 1%;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .year span {
        font-size: 3rem;
    }
    .history-bg .history-swiperbox .history-swiper {
        margin: 0 3%;
    }
    .history-bg .history-pagination .swiper-pagination-bullet {
        margin: 0 1%;
    }
}

@media only screen and (max-width:414px) {
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .left {
        width: 100%;
        padding-top: calc(190 / 280 * 100%);
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right {
        width: 100%;
        padding: 3%;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right:after {
        display: none;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .history-box .right .year span {
        font-size: 2rem;
    }
}


/*企业文化*/

.cultrue-bg {
    padding: 120px 20px;
}

.cultrue-bg .cultrue1 {
    margin-bottom: 40px;
}

.cultrue-bg .cultrue1 .cultrue-title {
    margin-bottom: 30px;
}

.cultrue-bg .cultrue1 .cultrue-title .cn {
    font-size: 1.66rem;
    color: #e70300;
    margin-bottom: 5px;
    font-weight: bold;
}

.cultrue-bg .cultrue1 .cultrue-title .en {
    font-size: 3.25rem;
    color: #cccccc;
}

.cultrue-bg .cultrue1 .cultrue1-demo {
    font-size: 1.33rem;
    color: #606060;
}

.cultrue-bg .cultrue2 {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.cultrue-bg .cultrue2 .left {
    width: calc(100% - 445px);
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    position: relative;
}

.cultrue-bg .cultrue2 .left .left-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cultrue-bg .cultrue2 .right {
    width: 445px;
    min-height: 280px;
    padding-top: 140px;
    padding-left: 30px;
}

.cultrue-bg .cultrue2 .right .title {
    font-size: 1.66rem;
    color: #fff;
    margin-bottom: 20px;
}

.cultrue-bg .cultrue2 .right .demo {
    font-size: 2.66rem;
    color: #fff;
}

@media only screen and (max-width:1600px) {
    .cultrue-bg {
        padding: 100px 20px;
    }
}

@media only screen and (max-width:1440px) {
    .cultrue-bg {
        padding: 80px 20px;
    }
}

@media only screen and (max-width:1280px) {
    .cultrue-bg {
        padding: 60px 20px;
    }
}

@media only screen and (max-width:1024px) {
    .cultrue-bg {
        padding: 3%;
    }
    .cultrue-bg .cultrue1 {
        margin-bottom: 3%;
    }
    .cultrue-bg .cultrue1 .cultrue-title {
        margin-bottom: 3%;
    }
    .cultrue-bg .cultrue2 {
        margin-bottom: 3%;
    }
    .cultrue-bg .cultrue2 .right .title {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:800px) {
    .cultrue-bg .cultrue2 {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .cultrue-bg .cultrue2 .left {
        width: 100%;
    }
    .cultrue-bg .cultrue2 .left .left-img {
        position: static;
        width: auto;
        height: auto;
        padding-top: calc(270 / 640 * 100%);
    }
    .cultrue-bg .cultrue2 .right {
        width: 100%;
        min-height: auto;
        padding: 3%;
    }
}

@media only screen and (max-width:414px) {
    .cultrue-bg .cultrue2 .right .demo {
        font-size: 2rem;
    }
}


/*荣誉资质*/

.history-bg.honor {
    padding-top: 50px;
    padding-bottom: 80px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .honor-box {
    position: relative;
    max-width: 360px;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .honor-box .honor-img {
    padding-top: calc(250 / 360 * 100%);
    background-color: #f6f6f6;
    border: 1px solid #EEEEEE;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .honor-box .honor-mian {
    background-color: rgba(252, 77, 58, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}

.history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide .honor-box .honor-mian .demo {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    transition: all .5s ease;
    transition-delay: .2s;
    transform: translate3d(0, -30%, 0);
    opacity: 0;
    visibility: hidden;
}

@media only screen and (min-width: 601px) {
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide:hover .honor-box .honor-mian {
        opacity: 1;
        visibility: visible;
    }
    .history-bg .history-swiperbox .history-swiper .swiper-wrapper .swiper-slide:hover .honor-box .honor-mian .demo {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:1600px) {
    .history-bg.honor {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1440px) {
    .history-bg.honor {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1280px) {
    .history-bg.honor {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .history-bg.honor {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .history-bg .history-swiperbox .history-button-prev {
        display: none;
    }
    .history-bg .history-swiperbox .history-button-next {
        display: none;
    }
}


/* =========

	通用加载按钮

 ========= */

.loadbtn {
    width: 115px;
    height: 30px;
    background-color: #fc4d3a;
    border-radius: 50px;
    margin: 0 auto;
    cursor: pointer;
}

.loadbtn .yuan {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.loadbtn .yuan.y1 {
    animation: myload 1s infinite;
    -webkit-animation: myload 1s infinite;
    /* Safari and Chrome */
}

.loadbtn .yuan.y2 {
    animation: myload2 1s infinite;
    -webkit-animation: myload2 1s infinite;
    /* Safari and Chrome */
    animation-delay: .3s;
    -webkit-animation-delay: .3s;
    /* Safari 和 Chrome */
}

.loadbtn .yuan.y3 {
    animation: myload3 1s infinite;
    -webkit-animation: myload2 1s infinite;
    /* Safari and Chrome */
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
    /* Safari 和 Chrome */
}

@keyframes myload {
    0% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
    50% {
        transition: all 1s ease;
        transform: scale(1);
    }
    100% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
}

@-moz-keyframes myload
/* Firefox */

{
    0% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
    50% {
        transition: all 1s ease;
        transform: scale(1);
    }
    100% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
}

@-webkit-keyframes myload
/* Safari 和 Chrome */

{
    0% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
    50% {
        transition: all 1s ease;
        transform: scale(1);
    }
    100% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
}

@-o-keyframes myload
/* Opera */

{
    0% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
    50% {
        transition: all 1s ease;
        transform: scale(1);
    }
    100% {
        transition: all 1s ease;
        transform: scale(1.3);
    }
}

@keyframes myload2 {
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-moz-keyframes myload2
/* Firefox */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-webkit-keyframes myload2
/* Safari 和 Chrome */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-o-keyframes myload2
/* Opera */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@keyframes myload3 {
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-moz-keyframes myload3
/* Firefox */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-webkit-keyframes myload3
/* Safari 和 Chrome */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}

@-o-keyframes myload3
/* Opera */

{
    0% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(1.3)
    }
}


/* =========

	新闻

 ========= */


/*新闻列表*/

.news-bg {
    padding: 60px 0;
}

.news-bg .news-list {
    padding-bottom: 10px;
}

.news-bg .news-list .lin {
    margin-bottom: 40px;
    background-color: #f6f6f6;
    display: block;
}

.news-bg .news-list .lin .news-imgbox {
    width: 360px;
    height: 220px;
    float: left;
    overflow: hidden;
}

.news-bg .news-list .lin .news-imgbox .news-img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    transform: scale(1);
}

.news-bg .news-list .lin .news-main {
    width: calc(97% - 360px);
    float: right;
    padding-top: 30px;
    padding-right: 30px;
}

.news-bg .news-list .lin .news-main .news-title {
    font-size: 1.5rem;
    color: #303030;
    font-weight: bold;
    margin-bottom: 10px;
}

.news-bg .news-list .lin .news-main .time {
    font-size: 2rem;
    color: #7a7a7a;
    /* font-family: "ziti"; */
    margin-bottom: 10px;
}

.news-bg .news-list .lin .news-main .demo {
    display: block;
    font-size: 1.16rem;
    color: #404040;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 56px;
    overflow: hidden;
}

.news-bg .news-list .lin .news-main .news-morebox {
    text-align: right;
    margin-top: 20px;
}

.news-bg .news-list .lin .news-main .news-morebox .news-more {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.33rem;
    color: #e70300;
    padding-right: 10px;
    position: relative;
    /* font-family: "ziti2"; */
}

.news-bg .news-list .lin .news-main .news-morebox .news-more:before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #e70300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news-bg .news-list .lin .news-main .news-morebox .news-more:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #e70300;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}


/*分页样式*/
.page_fy { padding:15px;TEXT-ALIGN: center;}
.page_fy A {BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #e70300; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none}
.page_fy A:hover {BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid}
.page_fy A:active {BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid}
.page_fy .focus {BORDER-RIGHT: #e703001px solid; PADDING-RIGHT: 10px; BORDER-TOP: #e703001px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bold; PADDING-BOTTOM: 4px; MARGIN: 2px; BORDER-LEFT: #e703001px solid; COLOR: #fff; PADDING-TOP: 4px; BORDER-BOTTOM: #e703001px solid; BACKGROUND-COLOR: #e70300}
.page_fy .disabled {BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid}
.page_fy span{padding-left:5px;}
.page_fy span.off {border: 1px solid #EEEEEE;color: #7a7a7a;margin: 2px;padding: 5px 15px; background:#fff;}
.page_fy span select {border: 1px solid #EEEEEE;color: #7a7a7a;margin: 2px;padding: 5px 15px; background:#fff;}

@media only screen and (min-width: 601px) {
    .news-bg .news-list .lin:hover .news-imgbox .news-img {
        transform: scale(1.05);
    }
    .news-bg .news-list .lin:hover .news-main .news-title {
        color: #e70300;
    }
	    .news-bg .news-list .lin:hover .news-main .time {
        color: #1158ce;
    }
}

@media only screen and (max-width:1600px) {
    .news-bg {
        padding: 50px 0;
    }
}

@media only screen and (max-width:1440px) {
    .news-bg {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1280px) {
    .news-bg {
        padding: 30px 0;
    }
}

@media only screen and (max-width:1024px) {
    .news-bg {
        padding: 3% 0;
    }
    .news-bg .news-list .lin {
        margin-bottom: 3%;
    }
    .news-bg .news-list {
        padding-bottom: 0;
    }
    .news-bg .news-list .lin .news-main {
        padding-top: 3%;
        padding-right: 3%;
    }
    .news-bg .news-list .lin .news-main .news-title {
        margin-bottom: 1%;
    }
    .news-bg .news-list .lin .news-main .time {
        margin-bottom: 1%;
    }
    .news-bg .news-list .lin .news-main .news-morebox {
        margin-top: 2%;
    }
}

@media only screen and (max-width:800px) {
    .news-bg .news-list .lin .news-imgbox {
        width: 280px;
        height: 180px;
    }
    .news-bg .news-list .lin .news-main {
        width: calc(97% - 280px);
    }
}

@media only screen and (max-width:640px) {
    .news-bg .news-list .lin .news-imgbox {
        width: 100%;
        height: auto;
        float: none;
    }
    .news-bg .news-list .lin .news-imgbox .news-img {
        width: auto;
        height: auto;
        padding-top: calc(220 / 360 * 100%);
    }
    .news-bg .news-list .lin .news-main {
        width: 100%;
        float: none;
        padding: 3%;
    }
}


/* =========

	新闻详细

 ========= */

.newview-bg {
    padding-top: 80px;
    padding-bottom: 40px;
}

.newview-bg .nview-title {
    font-size: 1.83rem;
    color: #303030;
    font-weight: bold;
    margin-bottom: 40px;
}

.newview-bg .nview-timebox {
    margin-bottom: 20px;
}

.newview-bg .nview-timebox .time {
    /* font-family: "ziti"; */
    font-size: 2.5rem;
    color: #cccccc;
    margin-right: 60px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.newview-bg .nview-timebox .view {
    font-size: 1.16rem;
    color: #b8b8b8;
    margin-right: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.newview-bg .nview-timebox .share {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #b8b8b8;
}

.newview-bg .nview-timebox .share .bshare-custom a {
    padding-left: 19px;
    text-decoration: none;
    zoom: 1;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    margin-right: 3px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    width: 21px;
    height: 21px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.newview-bg .nview-timebox .share .bshare-custom a.bshare-weixin {
    background: url(../images/nweixin_03.png);
}

.newview-bg .nview-timebox .share .bshare-custom a.bshare-sinaminiblog {
    background: url(../images/nweibo_03.png);
}

.newview-bg .nview-timebox .share .bshare-custom a.bshare-qzone {
    background: url(../images/nzoom_03.png);
}

.newview-bg .nview-timebox .share .bshare-custom a.bshare-qqim {
    background: url(../images/nqq_03.png);
}

.bsBox,
.bsBox * {
    box-sizing: content-box;
}

.newview-bg .nview-content {
    padding-top: 50px;
    padding-bottom: 70px;
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
    border-top: 1px solid #e1e1e1;
    overflow: hidden;
}

.newview-bg .nview-backbox {
    height: 46px;
    background-color: #fc4d3a;
    text-align: center;
    margin-bottom: 35px;
}

.newview-bg .nview-backbox .back {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 40px;
    position: relative;
    font-size: 1.33rem;
    color: #fff;
}

.newview-bg .nview-backbox .back:before {
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.newview-bg .nview-backbox .back:after {
    content: "";
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 2px;
    border-color: #fc4d3a transparent transparent #fc4d3a;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    margin-left: 9px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.nview-page .page-btn {
    width: calc((100% - 70px) / 2);
    height: 40px;
    background-color: #f1f1f1;
    display: block;
    padding-left: 80px;
    position: relative;
    font-size: 1.16rem;
    color: #888888;
    line-height: 40px;
}

.nview-page .page-btn .page-word {
    font-size: 1.16rem;
    color: #303030;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width:1600px) {
    .newview-bg {
        padding-top: 60px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1440px) {
    .newview-bg {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .newview-bg .nview-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1280px) {
    .newview-bg {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .newview-bg .nview-content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .newview-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .newview-bg .nview-title {
        margin-bottom: 2%;
    }
    .newview-bg .nview-timebox {
        margin-bottom: 2%;
    }
    .newview-bg .nview-content {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .newview-bg .nview-backbox {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:414px) {
    .newview-bg .nview-title {
        font-size: 1.5rem;
    }
    .newview-bg .nview-timebox .time {
        font-size: 1rem;
        margin-right: 0;
        display: block;
        margin-bottom: 2%;
        /* font-family:"Arial","SimHei"; */
    }
    .newview-bg .nview-backbox {
        height: 35px;
    }
    .newview-bg .nview-backbox .back:before {
        width: 20px;
        height: 20px;
    }
    .newview-bg .nview-backbox .back:after {
        width: 8px;
        height: 8px;
        margin-top: -3px;
    }
    .nview-page .page-btn {
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-top: 3%;
    }
}


/* =========

	业务中心

 ========= */


/*公司业务*/

.class-content {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 1.16rem;
    color: #606060;
    text-align: center;
    line-height: 2;
}

.work-theme {
    font-size: 1.66rem;
    color: #606060;
    margin-bottom: 50px;
    text-align: center;
}

.work-list {
    text-align: center;
    font-size: 0;
}

.work-list .liw {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0 18px;
    padding-bottom: 50px;
    transition: all .5s ease;
}

.work-list .liw.on:after {
    content: "";
    border-style: solid;
    border-width: 18px;
    border-color: transparent transparent #fc4d3a transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -18px;
}

.work-list .liw .liw-main {
    width: 220px;
    height: 220px;
    background-color: #e1e1e1;
    position: relative;
    transition: all .5s ease;
}

.work-list .liw.on .liw-main {
    background-color: #fc4d3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.work-list .liw .liw-main .main-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.work-list .liw .liw-main .main-box .icon {
    height: 50px;
    max-width: 80px;
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.work-list .liw .liw-main .main-box .icon.i2 {
    display: none;
}

.work-list .liw.on .liw-main .main-box .icon.i2 {
    display: block;
}

.work-list .liw.on .liw-main .main-box .icon.i1 {
    display: none;
}

.work-list .liw .liw-main .main-box .title {
    font-size: 1.33rem;
    color: #464646;
    margin-bottom: 5px;
    padding: 0 3%;
}

.work-list .liw.on .liw-main .main-box .title {
    color: #fff;
}

.work-list .liw .liw-main .main-box .demo {
    font-size: 1.16rem;
    color: #929292;
}

.work-list .liw.on .liw-main .main-box .demo {
    color: #fff;
}


/*业务详情*/

.workview-bg {
    padding: 50px 0;
}

.workview-bg .wview-title {
    margin-bottom: 40px;
    text-align: center;
}

.workview-bg .wview-title .cn {
    font-size: 2rem;
    color: #303030;
    margin-bottom: 5px;
}

.workview-bg .wview-title .en {
    font-size: 1.33rem;
    color: #cccccc;
    /* font-family: "ziti"; */
}

.workview-bg .wview-main {
    max-width: 870px;
}

.workview-bg .wview-main .left {
    float: left;
    width: calc(100% - 360px);
    font-size: 1.33rem;
    color: #797979;
    line-height: 2;
    overflow: hidden;
}

.workview-bg .wview-main .right {
    float: right;
    width: 360px;
}

.workview-bg .wview-main .right .wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    padding-top: calc(256 / 364 * 100%);
}

.workview-bg .wview-main .right .wview-swiper .wview-pagination {
    margin-top: 20px;
    text-align: center;
}

.workview-bg .wview-main .right .wview-swiper .wview-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 3px;
}

.workview-bg .wview-main .right .wview-swiper .wview-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 35px;
    background-color: #e70300;
    border-radius: 50px;
}

@media only screen and (min-width: 601px) {
    .work-list .liw:hover .liw-main {
        background-color: #fc4d3a;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    }
    .work-list .liw:hover .liw-main .main-box .icon.i2 {
        display: block;
    }
    .work-list .liw:hover .liw-main .main-box .icon.i1 {
        display: none;
    }
    .work-list .liw:hover .liw-main .main-box .title {
        color: #fff;
    }
    .work-list .liw:hover .liw-main .main-box .demo {
        color: #fff;
    }
}

@media only screen and (max-width:1280px) {
    .class-content {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .work-theme {
        margin-bottom: 30px;
    }
    .work-list .liw {
        padding-bottom: 40px;
    }
    .workview-bg {
        padding: 30px 0;
    }
}

@media only screen and (max-width:1024px) {
    .class-content {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .work-theme {
        margin-bottom: 3%;
    }
    .work-list .liw {
        margin: 0 2%;
        padding-bottom: 30px;
    }
    .workview-bg {
        padding: 3% 0;
    }
    .workview-bg .wview-title {
        margin-bottom: 3%;
    }
    .workview-bg .wview-main .right .wview-swiper .wview-pagination {
        margin-top: 2%;
    }
}

@media only screen and (max-width:800px) {
    .work-list .liw .liw-main {
        width: 200px;
        height: 200px;
    }
    .workview-bg .wview-main .left {
        width: 100%;
        float: none;
    }
    .workview-bg .wview-main .right {
        float: none;
        width: 100%;
    }
}

@media only screen and (max-width:640px) {
    .work-list .liw .liw-main {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width:414px) {
    .work-list .liw .liw-main {
        width: 100px;
        height: 100px;
    }
    .work-list .liw .liw-main .main-box .title {
        font-size: 1.16rem;
    }
    .work-list .liw .liw-main .main-box .demo {
        display: none;
    }
    .work-list .liw {
        padding-bottom: 20px;
    }
    .work-list .liw.on:after {
        border-width: 10px;
        margin-left: -10px;
    }
    .workview-bg .wview-title .cn {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:320px) {
    .work-list .liw .liw-main {
        width: 88px;
        height: 88px;
    }
    .work-list .liw .liw-main .main-box .icon {
        height: 45px;
        max-width: 70px;
    }
}


/*旗下企业*/

.company-list {
    padding: 80px 55px;
}

.company-list .lic {
    display: block;
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 50px;
    float: left;
    position: relative;
    overflow: hidden;
}

.company-list .lic:nth-child(3n) {
    margin-right: 0;
}

.company-list .lic .company-img {
    padding-top: calc(322 / 310 * 100%);
}

.company-list .lic .company-mianbox {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
}

.company-list .lic .company-mianbox:after {
    content: "";
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/cicoin_03.png);
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -15px;
}

.company-list .lic .company-mianbox .company-mian {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(252, 77, 52, .8);
    transition: all .5s ease;
}

.company-list .lic .company-mianbox .company-mian .title {
    font-size: 1.16rem;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
}

.company-list .lic .company-mianbox .company-mian .demobox {
    padding: 0 30px;
}

.company-list .lic .company-mianbox .company-mian .demobox .demo {
    font-size: 1rem;
    color: #fff;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 20px;
    position: relative;
}

.company-list .lic .company-mianbox .company-mian .demobox .demo:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 601px) {
    .company-list .lic:hover .company-mianbox .company-mian {
        top: auto;
        bottom: 0;
    }
    .company-list .lic:hover .company-mian .demobox .demo:after {
        width: 100%;
        transition-delay: .3s;
    }
}

@media only screen and (max-width:1600px) {
    .company-list {
        padding: 70px 50px;
    }
}

@media only screen and (max-width:1440px) {
    .company-list {
        padding: 60px 40px;
    }
}

@media only screen and (max-width:1280px) {
    .company-list {
        padding: 50px 30px;
    }
}

@media only screen and (max-width:1024px) {
    .company-list {
        padding: 3% 0;
    }
    .company-list .lic {
        width: calc((100% - 60px) / 3);
        margin-right: 30px;
        margin-bottom: 3%;
    }
    .company-list .lic .company-mianbox .company-mian .title {
        padding: 0 3%;
    }
}

@media only screen and (max-width:800px) {
    .company-list .lic {
        width: calc((100% - 30px) / 2);
    }
    .company-list .lic:nth-child(3n) {
        margin-right: 30px;
    }
    .company-list .lic:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:414px) {
    .company-list .lic {
        width: calc(97% / 2);
        margin-right: 3%;
    }
    .company-list .lic:nth-child(3n) {
        margin-right: 3%;
    }
    .company-list .lic:nth-child(2n) {
        margin-right: 0;
    }
    .company-list .lic .company-mianbox {
        height: 40px;
    }
    .company-list .lic .company-mianbox .company-mian .title {
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:320px) {
    .company-list .lic {
        width: 100%;
        margin-right: 0;
    }
}


/*旗下公司详情*/

.company-top {
    padding-top: 50px;
    padding-bottom: 80px;
}

.company-top .left {
    width: calc(97% - 430px);
    float: left;
}

.company-top .left .titlebox {
    margin-bottom: 30px;
}

.company-top .left .titlebox .en {
    font-size: 5rem;
    text-transform: uppercase;
    color: #f1f1f1;
}

.company-top .left .titlebox .cn {
    font-size: 1.66rem;
    color: #303030;
    font-weight: bold;
}

.company-top .left .demo {
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
}

.company-top .right {
    float: right;
    width: 430px;
    height: 260px;
}

@media only screen and (max-width:1024px) {
    .company-top .left .titlebox .en {
        font-size: 4rem;
    }
    .company-top .left .titlebox {
        margin-bottom: 3%;
    }
}

@media only screen and (max-width:800px) {}

@media only screen and (max-width:640px) {
    .company-top .left .titlebox .en {
        font-size: 3rem;
    }
}

@media only screen and (max-width:414px) {
    .company-top .left .titlebox .en {
        font-size: 2rem;
    }
}


/*企业详情*/

.cview-bg {
    background-color: #f1f1f1;
    position: relative;
}

.cview-bg .mainid {
    position: absolute;
    top: -80px;
}

.cview-bg .cview-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.cview-bg .cview-box .left-menu {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 220px;
    background-color: #fff;
}

.cview-bg .cview-box .left-menu .en {
    padding: 35px 0;
    font-size: 3.5rem;
    color: #e70300;
    text-align: center;
    border-top: 4px solid #e70300;
    border-bottom: 1px solid #e70300;
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-wordbox {
    padding-left: 40px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.cview-bg .cview-box .left-menu .menu-list .mune-item.jt .item-wordbox:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e1e1e1 #e1e1e1 transparent transparent;
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-wordbox .item-word {
    font-size: 1.16rem;
    color: #666666;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a {
    padding-left: 55px;
    display: block;
    font-size: 1.08rem;
    color: #666666;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a.on {
    background-color: #e70300;
    color: #fff;
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a:after {
    content: "";
    width: 5px;
    height: 2px;
    background-color: #e70300;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a.on:after {
    background-color: #fff;
}

.cview-bg .cview-box .right-detail {
    width: calc(100% - 220px);
    padding-left: 60px;
}

.cview-bg .cview-box .right-detail .right-title {
    padding-top: 50px;
    padding-bottom: 30px;
}

.cview-bg .cview-box .right-detail .right-title .cn {
    font-size: 1.66rem;
    color: #606060;
}

.cview-bg .cview-box .right-detail .right-title .ten {
    font-size: 1.33rem;
    color: #cccccc;
}


/*轮播*/

.cview-bg .cview-box .right-detail .cview-swiper .swiper-wrapper .swiper-slide .cview-img {
    padding-top: calc(400 / 850 * 100%);
}

.cview-bg .cview-box .right-detail .cview-swiper .btnbox {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    z-index: 111;
}

.cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn {
    position: static;
    width: 50px;
    height: 50px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: rgba(0, 0, 0, .4);
    position: relative;
    cursor: pointer;
}

.cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn.cview-prev:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: -4px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn.cview-next {
    margin-left: 5px;
}

.cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn.cview-next:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #fff transparent transparent #fff;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -8px;
    margin-right: -4px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.cview-bg .cview-box .cview-content {
    padding-top: 20px;
    padding-bottom: 60px;
    font-size: 1.16rem;
    color: #777777;
    line-height: 2;
}

@media only screen and (min-width: 601px) {
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a:hover {
        background-color: #e70300;
        color: #fff;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a:hover:after {
        background-color: #fff;
    }
}

@media only screen and (max-width:1600px) {
    .company-top {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1440px) {
    .company-top {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1280px) {
    .company-top {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .cview-bg .cview-box .right-detail {
        padding-left: 40px;
    }
    .cview-bg .cview-box .cview-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .company-top {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .cview-bg .cview-box .right-detail {
        padding-left: 3%;
    }
    .cview-bg .cview-box .left-menu .en {
        padding: 30px 0;
        font-size: 3rem;
    }
    .cview-bg .cview-box .right-detail .right-title {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn {
        display: none;
    }
    .cview-bg .cview-box .right-detail .cview-swiper .btnbox .cbtn {
        display: none;
    }
    .cview-bg .cview-box .cview-content {
        padding-top: 2%;
        padding-bottom: 3%;
    }
}

@media only screen and (max-width:800px) {
    .company-top .right {
        float: none;
        width: 100%;
        height: auto;
        padding-top: calc(260 / 430 * 100%);
    }
    .company-top .left {
        width: 100%;
        float: none;
        margin-top: 3%;
    }
    .cview-bg .cview-box .left-menu {
        width: 150px;
    }
    .cview-bg .cview-box .right-detail {
        width: calc(100% - 150px);
    }
    .cview-bg .cview-box .left-menu .en {
        padding: 20px 0;
        font-size: 2.5rem;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-wordbox {
        padding-left: 30px;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-wordbox .item-word {
        height: 40px;
        line-height: 40px;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub .sub-a {
        padding-left: 50px;
        height: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width:640px) {
    .cview-bg .cview-box .left-menu .en {
        padding: 2% 0;
        font-size: 2rem;
    }
    .cview-bg .cview-box {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
    .cview-bg .cview-box .left-menu {
        width: 100%;
    }
    .cview-bg .cview-box .left-menu .menu-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        position: relative;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item {
        width: calc(100% / 3);
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
    .cview-bg .cview-box .left-menu .menu-list .mune-item .item-sub {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 111;
        display: none;
    }
    .cview-bg .cview-box .right-detail {
        width: 100%;
        padding-left: 0;
    }
}


/*业务伙伴*/

.partner-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.partner-top .left {
    width: 50%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.partner-top .left .titlebox {
    margin-bottom: 15px;
}

.partner-top .left .titlebox .cn {
    font-size: 1.66rem;
    color: #484848;
}

.partner-top .left .titlebox .en {
    /* font-family: "ziti2"; */
    font-size: 1.5rem;
    color: #c2c2c2;
}

.partner-top .left .demo {
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
    overflow: hidden;
}

.partner-top .right {
    width: 50%;
}

.partner-top .right .right-img {
    padding-top: calc(266 / 597 * 100%);
}

.partner-bg {
    background-color: #f1f1f1;
}

.partner-bg .partner-class {
    text-align: right;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 50px;
}

.partner-bg .partner-class .pclass {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1.16rem;
    color: #606060;
    padding: 0 10px;
    line-height: 25px;
    height: 25px;
    margin: 0 8px;
    border-radius: 50px;
}

.partner-bg .partner-class .pclass.on {
    background-color: #fc4d3a;
    color: #fff;
}


/*伙伴列表*/

.partner-bg .partner-list {
    padding-bottom: 70px;
}

.partner-bg .partner-list .lip {
    width: calc(85% / 4);
    margin-right: 5%;
    margin-bottom: 60px;
    float: left;
    overflow: hidden;
    background-color: #f9f9f9;
}

.partner-bg .partner-list .lip:nth-child(4n) {
    margin-right: 0;
}

.partner-bg .partner-list .lip .partner-img {
    padding-top: calc(105 / 235 * 100%);
    transition: all .5s ease;
    transform: scale(1);
}

@media only screen and (min-width: 601px) {
    .partner-bg .partner-class .pclass:hover {
        background-color: #fc4d3a;
        color: #fff;
    }
    .partner-bg .partner-list .lip:hover .partner-img {
        transform: scale(1.15);
    }
}

@media only screen and (max-width:1600px) {
    .partner-bg .partner-list {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1440px) {
    .partner-bg .partner-list {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1280px) {
    .partner-top .left {
        padding-top: 30px;
    }
    .partner-bg .partner-list {
        padding-bottom: 40px;
    }
    .partner-bg .partner-list .lip {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .partner-top {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .partner-top .left {
        width: 100%;
        padding-top: 3%;
        padding-left: 0;
        padding-bottom: 3%;
    }
    .partner-top .left .titlebox {
        margin-bottom: 1%;
    }
    .partner-top .right {
        width: 100%;
    }
    .partner-bg .partner-class {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .partner-bg .partner-list {
        padding-bottom: 3%;
    }
    .partner-bg .partner-list .lip {
        width: calc(90% / 3);
        margin-right: 5%;
        margin-bottom: 3%;
    }
    .partner-bg .partner-list .lip:nth-child(4n) {
        margin-right: 5%;
    }
    .partner-bg .partner-list .lip:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:800px) {
    .partner-bg .partner-list .lip {
        width: calc(95% / 2);
        margin-right: 5%;
    }
    .partner-bg .partner-list .lip:nth-child(3n) {
        margin-right: 5%;
    }
    .partner-bg .partner-list .lip:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:414px) {
    .partner-bg .partner-list .lip {
        width: 100%;
    }
}


/* =========

	投资者关系

 ========= */

.invest-class {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.invest-class .left {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: calc(100% - 800px);
}

.invest-class .left .classname {
    padding-top: 25px;
    padding-left: 40px;
    height: 150px;
    background-color: #ededed;
}

.invest-class .left .classname .cn {
    font-size: 1.66rem;
    color: #616161;
}

.invest-class .left .classname .en {
    font-size: 3.33rem;
    color: #bdbdbd;
}

.invest-class .left .class-menu .lia {
    font-size: 1.16rem;
    color: #f3bebe;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e70300;
    float: left;
    display: block;
}

.invest-class .left .class-menu .lia.on {
    background-color: #fc4d3a;
    color: #fff;
}

.invest-class .left .class-menu.three .lia {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
}

.invest-class .left .class-menu.three .lia:nth-child(3n) {
    margin-right: 0;
}

.invest-class .right {
    width: 800px;
    height: 190px;
    padding: 25px 30px;
    font-size: 0;
}

.invest-class .right .rmb {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 40%;
}

.invest-class .right .rmb .title {
    font-size: 1.33rem;
    color: #f1f1f1;
    margin-bottom: 20px;
}

.invest-class .right .rmb .msg {
    font-size: 5rem;
    /* font-family: "ziti2"; */
    margin-bottom: 20px;
    color: #dec8ae;
}

.invest-class .right .rmb .msg.shen {
    color: #fc4d3a;
}

.invest-class .right .rmb .msg.die {
    color: #30a019;
}

.invest-class .right .rmb .msg #jg {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.invest-class .right .rmb .msg .word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 30px;
    font-size: 2.16rem;
    position: relative;
}

.invest-class .right .rmb .msg.shen .word {
    color: #fc4d3a;
}

.invest-class .right .rmb .msg.die .word {
    color: #30a019;
}

.invest-class .right .rmb .msg .word:after {
    display: inline-block;
    position: relative;
    border-width: 15px 10px;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    bottom: 5px;
    transition: all 0s;
    border-color: transparent transparent #dec8ae transparent;
    display: none;
}

.invest-class .right .rmb .msg.shen .word:after {
    border-color: transparent transparent #fc4d3a transparent;
    display: block;
}

.invest-class .right .rmb .msg.die .word:after {
    border-color: #30a019 transparent transparent transparent;
    bottom: -5px;
    display: block;
}

.invest-class .right .rmb .time {
    font-size: 1.16rem;
    color: #b5b5b5;
}

.invest-class .right .rmb .time #gpri {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.invest-class .right .num {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 15%;
    vertical-align: top;
}

.invest-class .right .num .title {
    font-size: 1.16rem;
    color: #acacac;
    margin-bottom: 40px;
}

.invest-class .right .num .msg {
    font-size: 2.66rem;
    color: #dec8ae;
    /* font-family: "ziti2"; */
}

@media only screen and (min-width: 601px) {
    .invest-class .left .class-menu .lia:hover {
        background-color: #fc4d3a;
        color: #fff;
    }
}

@media only screen and (max-width:1280px) {
    .invest-class .right {
        width: 700px;
    }
    .invest-class .left {
        width: calc(100% - 700px);
    }
}

@media only screen and (max-width:1024px) {
    .invest-class {
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .invest-class .right {
        width: 100%;
        padding: 3%;
        height: auto;
    }
    .invest-class .left {
        width: 100%;
    }
    .invest-class .left .classname {
        padding: 3%;
        height: auto;
        background-color: #ededed;
    }
    .invest-class {
        margin-top: 3%;
    }
    .invest-class .right .rmb .title {
        margin-bottom: 2%;
    }
    .invest-class .right .rmb .msg {
        margin-bottom: 2%;
        font-size: 4rem;
    }
    .invest-class .right .num .title {
        margin-bottom: 3%;
    }
    .invest-class .left .classname .en {
        font-size: 3rem;
    }
}

@media only screen and (max-width:414px) {
    .invest-class .right .rmb .msg {
        font-size: 3rem;
    }
    .invest-class .right .rmb {
        width: 100%;
    }
    .invest-class .right .num {
        width: 25%;
        margin-top: 3%;
    }
}

@media only screen and (max-width:320px) {
    .invest-class .right .num .msg {
        font-size: 2rem;
    }
}


/*团队管理*/

.invest-bg .team-list {
    padding-top: 30px;
    padding-bottom: 40px;
}

.invest-bg .team-list .list {
    padding-bottom: 30px;
}

.invest-bg .team-list .lit {
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 1.16rem;
    color: #606060;
    border-bottom: 1px solid #f1f1f1;
}

.invest-bg .team-list .lit .title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 110px;
    text-align: center;
}

.invest-bg .team-list .lit .demo {
    width: calc(100% - 110px);
    overflow: hidden;
    line-height: 2;
}

@media only screen and (min-width: 601px) {
    .invest-bg .team-list .lit:hover {
        background-color: #f1f1f1;
    }
}

@media only screen and (max-width:1024px) {
    .invest-bg .team-list {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .invest-bg .team-list .list {
        padding-bottom: 3%;
    }
    .invest-bg .team-list .lit {
        padding: 3% 0;
    }
}

@media only screen and (max-width:414px) {
    .invest-bg .team-list .lit {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .invest-bg .team-list .lit .title {
        width: 100%;
        margin-bottom: 3%;
        text-align: left;
        font-size: 1.5rem;
    }
    .invest-bg .team-list .lit .demo {
        width: 100%;
    }
}


/*规章制度*/

.invest-bg .rule-box {
    padding-top: 30px;
    padding-bottom: 40px;
}

.invest-bg .rule-box .rule-list {
    padding-bottom: 30px;
}

.invest-bg .rule-box .rule-list .lir {
    padding: 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid #f1f1f1;
}

.invest-bg .rule-box .rule-list .lir .time {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 140px;
    font-size: 2.16rem;
    color: #cccccc;
    /* font-family: "ziti"; */
}

.invest-bg .rule-box .rule-list .lir .title {
    width: calc(100% - 230px);
    font-size: 1.33rem;
    color: #606060;
    line-height: 2.5rem;
}

.invest-bg .rule-box .rule-list .lir .more {
    width: 120px;
    text-align: right;
    font-size: 1.08rem;
    color: #fff;
    line-height: 2.5rem;
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/ihico_03.png);
}

.invest-bg .rule-box .rule-list .lir .more.download {
    background-image: url(../images/dicon_03.png);
}

@media only screen and (min-width: 601px) {
    .invest-bg .rule-box .rule-list .lir:hover {
        background-color: #f1f1f1;
    }
    .invest-bg .rule-box .rule-list .lir:hover .more {
        color: #e70300;
        background-image: url(../images/iicon_03.png);
    }
    .invest-bg .rule-box .rule-list .lir:hover .more.download {
        background-image: url(../images/drico.png);
    }
}

@media only screen and (max-width:1024px) {
    .invest-bg .rule-box {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .invest-bg .rule-box .rule-list .lir {
        padding: 3% 0;
    }
    .invest-bg .rule-box .rule-list {
        padding-bottom: 3%;
    }
}

@media only screen and (max-width:414px) {
    .invest-bg .rule-box .rule-list .lir {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        position: relative;
    }
    .invest-bg .rule-box .rule-list .lir .time {
        width: 100%;
        font-size: 2rem;
    }
    .invest-bg .rule-box .rule-list .lir .title {
        width: 100%;
    }
    .invest-bg .rule-box .rule-list .lir .more {
        display: none;
    }
}


/*公告*/

.invest-class .left .class-menu.two .lia {
    width: calc((100% - 1px) / 2);
    margin-right: 1px;
}

.invest-class .left .class-menu.two .lia:nth-child(2n) {
    margin-right: 0;
}

.msg-box {
    padding-top: 40px;
    padding-bottom: 30px;
}

.msg-box .msg-list {
    padding-bottom: 40px;
}

.msg-box .msg-list .lim {
    margin-top: 50px;
}

.msg-box .msg-list .lim:first-child {
    margin-top: 0;
}

.msg-box .msg-list .lim .time {
    width: 120px;
    float: left;
    font-size: 2.16rem;
    color: #cccccc;
    /* font-family: "ziti"; */
    text-align: center;
    padding: 15px 0;
}

.msg-box .msg-list .lim .msg-sub {
    width: calc(100% - 120px);
    float: right;
}

.msg-box .msg-list .lim .msg-sub .sub-a {
    display: block;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px dashed #eeeeee
}

.msg-box .msg-list .lim .msg-sub .sub-a .title {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: calc(100% - 100px);
    font-size: 1.16rem;
    line-height: 2.5rem;
    color: #606060;
}

.msg-box .msg-list .lim .msg-sub .sub-a .more {
    width: 85px;
    font-size: 1.08rem;
    color: #fff;
    line-height: 2.5rem;
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/ihico_03.png);
}

@media only screen and (min-width: 601px) {
    .msg-box .msg-list .lim .msg-sub .sub-a:hover {
        background-color: #f1f1f1;
    }
    .msg-box .msg-list .lim .msg-sub .sub-a:hover .more {
        color: #e70300;
        background-image: url(../images/iicon_03.png);
    }
}

@media only screen and (max-width:1024px) {
    .msg-box {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .msg-box .msg-list {
        padding-bottom: 3%;
    }
    .msg-box .msg-list .lim .msg-sub .sub-a {
        padding: 2%;
    }
    .msg-box .msg-list .lim .time {
        padding: 2% 0;
    }
    .msg-box .msg-list .lim {
        margin-top: 3%;
    }
}

@media only screen and (max-width:768px) {
    .msg-box .msg-list .lim .msg-sub .sub-a .more {
        display: none;
    }
    .msg-box .msg-list .lim .time {
        width: 100%;
        float: none;
        text-align: left;
    }
    .msg-box .msg-list .lim .msg-sub {
        width: 100%;
        float: none;
    }
    .msg-box .msg-list .lim .msg-sub .sub-a {
        padding: 2% 0;
    }
}


/*投资者交流*/

.invest-class .left .classname.invester {
    height: 109px;
}

.invest-class .left .class-menu.four .lia {
    width: calc((100% - 1px) / 2);
    margin-right: 1px;
    margin-bottom: 1px;
}

.invest-class .left .class-menu.four .lia:nth-child(2n) {
    margin-right: 0;
}


/*投资者接待*/

.invest-bg .visit-bg {
    padding: 50px 0;
}

.invest-bg .visit-bg .visit-massage {
    padding: 0 20px;
}

.invest-bg .visit-bg .visit-massage .top {
    font-size: 1.16rem;
    color: #444444;
    line-height: 2;
    padding-bottom: 20px;
}

.invest-bg .visit-bg .visit-massage .bottom {
    font-size: 1.16rem;
    color: #919191;
    line-height: 2;
    padding-bottom: 20px;
}

.invest-bg .visit-bg .visit-form .item-list {
    background-color: #f1f1f1;
}

.invest-bg .visit-bg .visit-form .item-list:nth-child(2n) {
    background-color: #fff;
}

.invest-bg .visit-bg .visit-form .item-list .my-item {
    width: calc(100% / 3);
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 15px 20px;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.white {
    background-color: #fff;
}

.invest-bg .visit-bg .visit-form .item-list .my-item:nth-child(3n) {
    margin-right: 0;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-label {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    width: 110px;
    margin-right: 30px;
    font-size: 1.16rem;
    color: #444444;
    padding-left: 15px;
    position: relative;
    text-align: justify;
    height: 18px;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-label span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #e70300;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-label em {
    display: inline-block;
    padding-left: 100%;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-input {
    width: calc(100% - 140px);
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-input input[type="text"] {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent transparent #dddddd;
    background-color: transparent;
    padding: 0 10px;
    font-size: 1.16rem;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-input input[type="text"]:-moz-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-input input[type="text"]:-ms-input-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form .item-list .my-item .my-input input[type="text"]::-webkit-input-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea {
    width: 100%;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-label {
    width: 340px;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea {
    width: calc(100% - 370px);
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea textarea {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    font-size: 1.16rem;
    border: none;
    background-color: transparent;
    resize: none;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea textarea:-moz-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea textarea:-ms-input-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea textarea::-webkit-input-placeholder {
    font-size: 1.16rem color: #dddddd;
}

.invest-bg .visit-bg .visit-form input[type="submit"] {
    width: 100px;
    height: 30px;
    border-radius: 50px;
    background-color: #fc4d3a;
    border: none;
    margin: 0 auto;
    display: block;
    font-size: 1.16rem;
    color: #ffffff;
    cursor: pointer;
}

.invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-label {
    text-align: left;
}

@media only screen and (max-width:1280px) {
    .invest-bg .visit-bg {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1024px) {
    .invest-bg .visit-bg {
        padding: 3% 0;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item .my-label {
        margin-right: 3%;
    }
}

@media only screen and (max-width:800px) {
    .invest-bg .visit-bg .visit-form .item-list .my-item {
        width: calc(100% / 2);
        padding: 2%;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.white {
        background-color: transparent;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-label {
        width: 200px;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea {
        width: calc(97% - 200px);
    }
}

@media only screen and (max-width:414px) {
    .invest-class .left .classname.invester {
        height: auto;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item {
        width: 100%;
        margin-bottom: 3%;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-label {
        width: 100%;
        height: auto;
        margin-bottom: 3%;
    }
    .invest-bg .visit-bg .visit-form .item-list .my-item.my-item-textarea .my-textarea {
        width: 100%;
    }
}


/*股本结构*/

.stock-content {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 80px;
    font-size: 1.16rem;
    color: #000;
    line-height: 2;
}

@media only screen and (max-width:1600px) {
    .stock-content {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width:1440px) {
    .stock-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width:1280px) {
    .stock-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .stock-content {
        padding-top: 3%;
        padding-bottom: 3%;
    }
}


/*发行与分红*/

.invest-bg .issue-bg {
    padding-top: 40px;
    padding-bottom: 60px;
}

.invest-bg .issue-bg .issue-item {
    margin-bottom: 40px;
}

.invest-bg .issue-bg .issue-item .issue-wordbox {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.invest-bg .issue-bg .issue-item .issue-wordbox .issue-word {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    padding-right: 20px;
    font-size: 1.5rem;
    color: #424242;
}

.invest-bg .issue-bg .issue-item .issue-wordbox .issue-word:after {
    content: "";
    border-style: solid;
    border-width: 7px;
    border-color: #616161 transparent transparent transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
}

.invest-bg .issue-bg .issue-item .issue-contentbox {
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.invest-bg .issue-bg .issue-item .issue-contentbox .issue-content {
    font-size: 1.16rem;
    color: #666666;
    line-height: 2;
    height: 54px;
    overflow: hidden;
}

.invest-bg .issue-bg .issue-item .issue-contentbox[data-on="on"] .issue-content {
    height: auto;
}

.invest-bg .issue-bg .issue-item .issue-contentbox .click {
    padding-bottom: 12px;
    font-size: 1rem;
    color: #e70300;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    cursor: pointer;
}

.invest-bg .issue-bg .issue-item .issue-contentbox .click:after {
    content: "";
    border-style: solid;
    border-width: 6px;
    border-color: transparent transparent #e70300 transparent;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -6px;
}

.invest-bg .issue-bg .issue-item .issue-imgbox {
    padding-top: 35px;
    font-size: 1.16rem;
    color: #666666;
    line-height: 2;
}

@media only screen and (max-width:1280px) {
    .invest-bg .issue-bg {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:1024px) {
    .invest-bg .issue-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .invest-bg .issue-bg .issue-item .issue-wordbox {
        padding-bottom: 1%;
    }
    .invest-bg .issue-bg .issue-item .issue-contentbox {
        padding-top: 2%;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }
    .invest-bg .issue-bg .issue-item {
        margin-bottom: 3%;
    }
    .invest-bg .issue-bg .issue-item .issue-imgbox {
        padding-top: 3%;
    }
}

@media only screen and (max-width:414px) {
    .invest-bg .issue-bg .issue-item .issue-contentbox {
        padding-bottom: 30px;
    }
}


/*股票走势*/

.chart-bg {
    padding: 60px 0;
}

.chart-bg .chart-chose {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.chart-bg .chart-chose .citem {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 1.16rem;
    color: #333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}

.chart-bg .chart-chose .citem[data-on="on"] {
    font-weight: bold;
    border-bottom: 3px solid #e70300;
}

.chart-bg .chart-main .chart-box {
    height: 600px;
    display: none;
}

.chart-bg .chart-main .chart-box[data-on="on"] {
    display: block;
}

@media only screen and (max-width:1440px) {
    .chart-bg .chart-main .chart-box {
        height: 500px;
    }
}

@media only screen and (max-width:1280px) {
    .chart-bg .chart-main .chart-box {
        height: 400px;
    }
    .chart-bg {
        padding: 40px 0;
    }
}

@media only screen and (max-width:1024px) {
    .chart-bg {
        padding: 3% 0;
    }
}


/* =========

	人力资源

 ========= */


/*GR*/

.human-bg {
    padding: 50px 20px;
}

.human-bg .human-titlebox {
    margin-bottom: 10px;
}

.human-bg .human-titlebox .en {
    /* font-family: "ziti"; */
    font-size: 4.16rem;
    color: #e2e2e2;
}

.human-bg .human-titlebox .cn {
    font-size: 2rem;
    color: #fc4d3a;
    font-weight: bold;
}

.human-bg .human-content {
    font-size: 1.16rem;
    color: #888888;
    line-height: 2;
    overflow: hidden;
	margin-bottom:30px;
}


/*人才招聘*/

.human-bg .join-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    background-color: #fc4d3a;
}

.human-bg .join-head .head {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 1.33rem;
    color: #fff;
    text-align: center;
    height: 48px;
    line-height: 48px;
}

.human-bg .join-head .head.h1 {
    width: 35%;
}

.human-bg .join-head .head.h2 {
    width: 10%;
}

.human-bg .join-head .head.h1 {
    width: 35%;
}

.human-bg .join-head .head.h1 {
    width: 20%;
}

.human-bg .join-list .list-item .list-top {
    border-bottom: 1px solid #dddddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}

.human-bg .join-list .list-item .list-top .lij {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    font-size: 1.33rem;
    color: #606060;
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.human-bg .join-list .list-item .lij-sub {
    padding: 30px 60px;
    background-color: #f1f1f1;
    font-size: 1.16rem;
    color: #606060;
    line-height: 2;
    display: none;
}

@media only screen and (max-width:1440px) {
    .human-bg .join-list .list-item .lij-sub {
        padding: 30px 50px;
    }
}

@media only screen and (max-width:1280px) {
    .human-bg {
        padding: 30px 20px;
    }
    .human-bg .join-list .list-item .lij-sub {
        padding: 30px 40px;
    }
}

@media only screen and (max-width:1024px) {
    .human-bg {
        padding: 3%;
    }
    .human-bg .human-titlebox {
        margin-bottom: 3%;
    }
    .human-bg .human-titlebox .en {
        font-size: 4rem;
    }
    .human-bg .join-list .list-item .list-top .lij {
        height: 60px;
        line-height: 60px;
    }
    .human-bg .join-list .list-item .lij-sub {
        padding: 3%;
    }
}

@media only screen and (max-width:800px) {
    .human-bg .human-titlebox .en {
        font-size: 3rem;
    }
    .human-bg .human-titlebox .cn {
        font-size: 2rem;
        color: #fc4d3a;
        font-weight: bold;
    }
    .human-bg .join-list .list-item .list-top .lij {
        height: 55px;
        line-height: 55px;
    }
}

@media only screen and (max-width:414px) {
    .human-bg .human-titlebox .en {
        font-size: 2.5rem;
    }
    .human-bg .human-titlebox .cn {
        font-size: 1.8rem;
        color: #fc4d3a;
        font-weight: bold;
    }
    .human-bg .join-head .head {
        font-size: 1.16rem;
        height: 40px;
        line-height: 40px;
    }
    .human-bg .join-list .list-item .list-top .lij {
        font-size: 1.08rem;
        height: 45px;
        line-height: 45px;
    }
}


/* =========

	联系我们

 ========= */


/*联系我们大图*/

.all-banner .banner-themebox.contact {
    height: 350px;
}

.contact-bg {
    padding-top: 50px;
    padding-bottom: 25px;
}

.contact-bg .left {
    width: calc(100% - 530px);
    float: left;
}

.contact-bg .left .en {
    font-size: 5rem;
    color: #f1f1f1;
    /* font-family: "ziti2"; */
    margin-bottom: 20px;
}

.contact-bg .left .left-content {
    font-size: 1.33rem;
    color: #606060;
    line-height: 2;
}


/*留言*/

.contact-bg .masssaged {
    width: 500px;
    float: right;
}

.contact-bg .masssaged .en {
    font-size: 5rem;
    color: #f1f1f1;
    /* font-family: "ziti2"; */
    margin-bottom: 20px;
}

.contact-bg .masssaged .my-item {
    width: calc(97% / 2);
    float: left;
    margin-right: 3%;
    margin-bottom: 15px;
}

.contact-bg .masssaged .my-item:nth-child(2) {
    margin-right: 0;
}

.contact-bg .masssaged .my-item input[type="text"] {
    border: 1px solid #dcdcdc;
    height: 45px;
    width: 100%;
    padding: 15px;
}

.contact-bg .masssaged .my-item-textarea {
    width: 100%;
    margin-bottom: 20px;
}

.contact-bg .masssaged .my-item-textarea textarea {
    height: 100px;
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 15px;
    resize: none;
}

.contact-bg .masssaged .my-btn {
    text-align: right;
}

.contact-bg .masssaged .my-btn input[type="submit"] {
    width: 100px;
    height: 35px;
    background-color: #fc4d3a;
    border: none;
    font-size: 1.33rem;
    color: #fff;
    cursor: pointer;
}


/*地图*/

.mapbox {
    padding-top: calc(380 / 1680 * 100%);
    position: relative;
}

.mapbox .allmap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mapbox .allmap img {
    max-width: none;
}

@media only screen and (max-width:1600px) {
    .all-banner .banner-themebox.contact {
        height: 320px;
    }
}

@media only screen and (max-width:1440px) {
    .all-banner .banner-themebox.contact {
        height: 300px;
    }
}

@media only screen and (max-width:1280px) {
    .all-banner .banner-themebox.contact {
        height: 280px;
    }
    .contact-bg {
        padding-top: 30px;
    }
}

@media only screen and (max-width:1024px) {
    .all-banner .banner-themebox.contact {
        height: 260px;
    }
    .contact-bg {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .contact-bg .left {
        width: 100%;
        float: none;
    }
    .contact-bg .left .en {
        font-size: 4rem;
        margin-bottom: 0;
    }
    .contact-bg .masssaged {
        width: 100%;
        float: none;
    }
    .contact-bg .masssaged .en {
        font-size: 4rem;
        margin-bottom: 2%;
    }
    .contact-bg .masssaged .my-item {
        margin-bottom: 2%;
    }
    .mapbox {
        height: 300px;
    }
}

@media only screen and (max-width:800px) {
    .all-banner .banner-themebox.contact {
        height: 220px;
    }
}

@media only screen and (max-width:414px) {
    .all-banner .banner-themebox.contact {
        height: 180px;
    }
    .contact-bg .left .en {
        font-size: 3rem;
    }
    .contact-bg .masssaged .en {
        font-size: 3rem;
    }
    .mapbox {
        height: 250px;
    }
    .contact-bg .masssaged .my-item {
        width: 100%;
        margin-right: 0;
    }
    .contact-bg .masssaged .my-item input[type="text"] {
        border-radius: 3px;
    }
    .contact-bg .masssaged .my-item-textarea textarea {
        border-radius: 3px;
    }
}

@media only screen and (max-width:320px) {
    .all-banner .banner-themebox.contact {
        height: 150px;
    }
    .contact-bg .left .en {
        font-size: 2.5rem;
    }
    .contact-bg .masssaged .en {
        font-size: 2.5rem;
    }
    .mapbox {
        height: 200px;
    }
}


/* =========

	页脚

 ========= */

.footer {
    background-color: #585858;
}

.footer .footer-top {
    padding-top: 25px;
    padding-bottom: 30px;
}

.footer .footer-top .footer-nav {
    width: calc(100% - 300px);
    float: left;
}

.footer .footer-top .footer-nav .lif {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 60px;
    vertical-align: top;
}

.footer .footer-top .footer-nav .lif:last-child {
    margin-right: 0;
}

.footer .footer-top .footer-nav .lif .nav-wordbox {
    font-size: 1.16rem;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.footer .footer-top .footer-nav .lif .sub-menu .sub-a {
    display: block;
    font-size: 1rem;
    color: #d3d3d3;
    margin-bottom: 10px;
}

.footer .footer-top .footer-contact {
    width: 300px;
    float: right;
}

.footer .footer-top .footer-contact .contact-titlebox {
    margin-bottom: 20px;
}

.footer .footer-top .footer-contact .contact-titlebox .cn {
    font-size: 1.5rem;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.footer .footer-top .footer-contact .contact-titlebox .en {
    font-size: 1.16rem;
    color: #d3d3d3;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* font-family: "Microsoft YaHei" */
}

.footer .footer-top .footer-contact .contact-content {
    font-size: 1.16rem;
    color: #d3d3d3;
    line-height: 2;
}

.footer .footer-top .footer-contact .contact-link {
    margin-top: 20px;
}

.footer .footer-top .footer-contact .contact-link .link-item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 26px;
    height: 26px;
    background-color: #d2d2d2;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}

.footer .footer-top .footer-contact .contact-link .link-item.phone {
    display: none;
}

.footer .footer-top .footer-contact .contact-link .link-item .weixin {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-left: -35px;
    transition: all .5s ease;
    transform: scale(0);
}

.footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 20px 0;
    position: relative;
}

.footer .footer-bottom .footer-a .lia {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1rem;
    color: #d3d3d3;
    margin-right: 20px;
}

.footer .footer-bottom .footer-content {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 1rem;
    line-height: 2;
    color: #d3d3d3;
}

@media only screen and (min-width: 601px) {
    .footer .footer-top .footer-nav .lif .sub-menu .sub-a:hover {
        color: #e70300;
    }
    .footer .footer-top .footer-contact .contact-link .link-item:hover .weixin {
        transform: scale(1);
    }
    .footer .footer-bottom .footer-a .lia:hover {
        color: #e70300;
    }
}

@media only screen and (max-width:1024px) {
    .footer .footer-top {
        padding-top: 3%;
        padding-bottom: 3%;
    }
    .footer .footer-top .footer-nav {
        display: none;
    }
    .footer .footer-top .footer-contact {
        width: 100%;
        float: none;
    }
    .footer .footer-top .footer-contact .contact-titlebox {
        margin-bottom: 2%;
    }
    .footer .footer-top .footer-contact .contact-link {
        margin-top: 2%;
    }
    .footer .footer-bottom {
        padding: 2% 0;
    }
    .footer .footer-bottom .footer-content {
        float: left;
        margin-top: 1%;
    }
    .footer .footer-top .footer-contact .contact-link .link-item.phone {
        display: inline-block;
    }
    .footer .footer-top .footer-contact .contact-link .link-item.pc {
        display: none;
    }
}


/*底部加载动画*/

.paggg {
    display: block;
    padding: 3%;
    text-align: center;
    width: 100%;
}

.loading-svg {
    width: 50px;
    height: 50px;
    text-align: center;
}

h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 100px;
    font-size: 34px;
    font-weight: 100;
    text-transform: uppercase;
    background-color: #e43725;
    padding: 20px 0;
}

h1 b {
    font-weight: 700;
}

.made-with-love {
    margin-top: 20px;
    padding: 10px;
    font-size: 10px;
    color: #fff;
}

.made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.made-with-love a {
    color: #fff;
    text-decoration: none;
}

.made-with-love a:hover {
    text-decoration: underline;
}


/*搜索*/

.search-main img {
    max-width: 100%;
}

.search-main {
    width: 94%;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
    min-height: 300px;
}

.search-main .list {
    margin-bottom: 30px;
}

.search-main .type {
    line-height: 50px;
    font-size: 3.33rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.search-main .list ul li {
    display: block;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

.search-main .list ul li.nothing {
    height: 100px;
    border: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    color: #999;
}

.search-main .list ul li a .text .title {
    font-size: 1.16rem;
}

.search-main .list ul li a .text .demo {
    font-size: 1rem;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 20px;
}

.search-main .list ul li a .text .rq {
    font-size: 1.16rem;
    opacity: .7;
    line-height: 1.8;
    margin-bottom: 15px;
}

.search-main .list ul li a .tu {
    margin-bottom: 20px;
}

@media only screen and (min-width:600px) {
    .search-main .list ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -ms-box-orient: horizontal;
        box-orient: horizontal;
    }
    .search-main .list ul li a .tu {
        width: 200px;
        margin-right: 30px;
        margin-bottom: 0px;
    }
    .search-main .list ul li a .text {
        -webkit-flex: 1;
        -ms-flex: 1;
        -moz-box-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }
}

.search-main .list ul li a span {
    float: right;
    margin-right: 20px;
}

.search-main .list ul li a:hover {
    color: #e62129;
}

@media only screen and (max-width:800px) {
    .search-main {
        margin-top: 6%;
        padding: 3% 0;
    }
    .search-main .list ul li {
        padding: 3% 0;
    }
    .search-main .list ul li a .tu {
        margin-bottom: 2%;
    }
    .search-main .list ul li a .text .demo {
        margin-bottom: 2%;
    }
    .search-main .list ul li a .text .rq {
        margin-bottom: 2%;
    }
}

@media only screen and (max-width:500px) {
    .search-main .type {
        font-size: 2.5rem;
        font-weight: normal;
    }
}


/*法律声明*/

.law-bg {
    padding: 6% 0;
    font-size: 1.16rem;
    color: #000;
    line-height: 2;
}


/*公告分页*/

.mfenye {
    text-align: center;
    margin-bottom: 3%;
}

.mfenye .prev {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 85px;
    height: 30px;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 50px;
    margin: 0 10px;
}

.mfenye .prev:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #6d6d6d transparent transparent #6d6d6d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
}

.mfenye .next {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 85px;
    height: 30px;
    position: relative;
    background-color: #f1f1f1;
    border-radius: 50px;
    margin: 0 10px;
}

.mfenye .next:after {
    content: "";
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #6d6d6d transparent transparent #6d6d6d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -5px;
    margin-left: -5px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -webkit-transform: rotate(135deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(135deg);
    /* Opera */
}

.mfenye .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.16rem;
    color: #606060;
    vertical-align: top;
}

.mfenye .btn.on {
    color: #e70805;
}

@media only screen and (min-width: 601px) {
    .mfenye .to:hover {
        background-color: #e70805;
    }
    .mfenye .to:hover:after {
        border-color: #fff transparent transparent #fff;
    }
}

@media only screen and (max-width:414px) {
    .mfenye .prev {
        width: 55px;
        height: 25px;
    }
    .mfenye .next {
        width: 55px;
        height: 25px;
    }
    .mfenye .btn {
        height: 25px;
        line-height: 25px;
    }
}