html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
em,
a {
    /*font-family:"PingFangSC-Regular";*/
}

* {
    box-sizing: border-box;
}


/*丰富多采官网-首页样式*/

.homePage {
    padding-top: 68px;
}

.homePage-header {
    width: 100%;
    height: 68px;
    top: 0;
    z-index: 22;
    position: fixed;
    background-color: #f00;
    /*background:linear-gradient(to right, #f00, #FF3232);*/
    box-shadow: 0 2px 5px rgba(51, 51, 51, 0.6);

}
.homePage-header:hover{
    animation:myfirst 5s infinite;
    -moz-animation:myfirst 5s infinite; /* Firefox */
    -webkit-animation:myfirst 5s infinite; /* Safari and Chrome */
    -o-animation:myfirst 5s infinite; /* Opera */
}
@keyframes myfirst{
    0%   {background:#FF2500;}
    25%  {background:#702CD8;}
    50%  {background:#CF2CAA;}
    100% {background:#FF2500;}
}
@-moz-keyframes myfirst /* Firefox */
{
    0%   {background:#FF2500;}
    25%  {background:#702CD8;}
    50%  {background:#CF2CAA;}
    100% {background:#FF2500;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {background:#FF2500;}
    25%  {background:#702CD8;}
    50%  {background:#CF2CAA;}
    100% {background:#FF2500;}
}

@-o-keyframes myfirst /* Opera */
{
   0%   {background:#FF2500;}
    25%  {background:#702CD8;}
    50%  {background:#CF2CAA;}
    100% {background:#FF2500;}
}


.homePage-header-content {
    position: relative;
    /*background-color: #f00;*/
}

.register-dropDown {
    top: 68px;
    right: -20px;
    border-top: 2px solid #e22404;
    position: absolute;
    z-index: 8;
    box-shadow: 0 0 10px 0 #999;
    display: none;
}

.register-dropDown a {
    width: 120px;
    height: 45px;
    line-height: 45px;
    display: block;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
}

.register-dropDown a:nth-of-type(2) {
    background-color: #f7f5f5;
}

.register-dropDown a:hover {
    color: #E22404;
    background-color: #f9d2cc;
}

ul.header-content-ul {
    width: auto;
    height: 68px;
    float: left;
}

.header-content-ul li.layui-nav-item {
    height: 68px;
    line-height: 68px;
    font-size: 14px;
    float: left;
}

.header-content-ul li a {
    height: 68px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
    text-decoration: none;
    display: block;
}

.header-content-ul li .layui-nav-child a {
    height: 24px;
    line-height: 24px;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background-color: #fff;
}

.header-content-ul li a:hover {
    background-color: #cc2205;
}

.header-content-ul li:first-child a:hover {
    background-color: #fff;
}

.hmpg-lunbo {
    background-color: #e3e3e3;
    text-align: center;
}

.header-content-ul .header-logo {
    width: 168px;
    padding: 0;
    margin-right: 15px;
    text-align: center;
    background-color: #fff;
}

.homePage-lr {
    height: 68px;
    line-height: 68px;
    float: right;
}

.homePage-lr a {
    width: 60px;
    height: 30px;
    margin-top: 17px;
    margin-left: 10px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    float: left;
}

.header-logo a img {
    width: 96px;
}

.homePage-lr a:hover {
    background-color: #f43b27;
    text-decoration: none;
}
.homePage-lr a:nth-of-type(2){
    border:0;
}
.homePage-lr a:nth-of-type(1):hover{
    border-color:#f00;
}

.homePage-pd {
    padding-top: 50px;
    padding-bottom: 50px;
}
.globalPartner-collaborator:hover{
    box-shadow: 0 0 15px #999;
}

.platform-title {
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    color: #262626;
    text-align: center;
}

.platform-ul {
    margin-top: 18px;
}

.platform-ul li {
    width: 171.4px;
    height: 210px;
    padding: 22px 26px 16px;
    float: left;
}

.platform-ul li:hover {
    box-shadow: 0 0 10px 0 #e3e3e3;
}

.platform-img {
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

.platform-img img {
    width: 100%;
    height: 100%;
}

.platform-state {
    text-align: center;
}

.platform-state h5 {
    margin-top: 30px;
    line-height: 28px;
    font-size: 20px;
    /*font-weight: 700;*/
}

.platform-state p {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}

.homePage-upgrade-content .layui-tab-title {
    margin-bottom: 25px;
    border: 0;
    text-align: center;
}

.homePage-upgrade-content .layui-tab-title li {
    display: inline-block;
}

.bddHp-tab-content{
    padding:10px 60px;
}

.upgrade-contentMian1 li {
    width: 33.33%;
    float: left;
}

.upgrade-contentMian1-picture {
    width: 100%;
    padding: 0 60px;
}

.upgrade-contentMian1-picture img {
    width: 100%;
}

.upgrade-contentMian1-state {
    margin-top: 20px;
}

.upgrade-contentMian1-state h4 {
    line-height: 28px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

.upgrade-contentMian1-state p {
    /*width:280px;*/
    padding:0 40px;
    margin:0 auto;
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.homePage-bottom {
    background-color: #F4F4F4;
}

.homePage-bottom1 {
    margin-top: 60px;
}

.bottom-content {
    padding: 38px 20px;
    background-color: #F4F4F4;
}

.bottom-aboutUs {
    font-size: 20px;
    color: #262626;
    /*font-weight: 700;*/
}

.bottom-list {
    height: 42px;
    line-height: 42px;
}

.bottom-list a {
    color: #262626;
}

.bottom-ul li {
    float: left;
    margin-right: 20px;
}

.bottom-ul li div {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    float: left;
    background-color: #fff;
}

.bottom-ul li p {
    line-height: 34px;
    margin-left: 10px;
    color: #262626;
    float: left;
}

.bottom-icp {
    color: #262626;
    margin-top: 14px;
}

.bottom-left {
    float: left;
}

.bottom-right {
    float: right;
}

.bottom-ewm {
    width: 100px;
    text-align: center;
    float: left;
}

.bottom-ewm img {
    width: 100%;
}

.bottom-ewm p {
    font-size: 12px;
    color: #262626;
    margin-top: 10px;
}

.lunboImg {
    width: 100%;
}


/*丰富多采公司简介样式*/

.companyProfile {
    background: url("../images/buydodo-cp1.jpg") center;
    overflow: hidden;
}

.companyProfile-content {
    margin-bottom: 156px;
}

.companyProfile-content h1 {
    line-height: 90px;
    font-size: 90px;
    text-align: center;
    color: #fff;
    margin-top: 138px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}

.cpcontent-box {
    width: 1200px;
    height: 600px;
    padding-left: 70px;
    padding-right: 70px;
    border-radius: 8px;
    margin: 182px auto 0;
    background-color: #fff;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transform-style: preserve-3d;
}

.cpleft-img {
    width: 450px;
    top: -60px;
    left: 70px;
    position: absolute;
}

.cpleft-img img {
    width: 100%;
    border-radius: 6px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.cpright-state {
    width: 550px;
    right: 70px;
    bottom: 60px;
    position: absolute;
}

.cpright-state h4 {
    font-size: 20px;
    margin-bottom: 60px;
    /*font-weight: 700;*/
    color: #333;
}

.cpright-state p {
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-align: justify;
}


/*廉政举报须知页面的样式*/

.HR-center {
    padding-top: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #E3E3E3;*/
    background-color: #F4F4F4;
}

.HR-center-w {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 172px;
    box-shadow: 0 0 6px 0 #E3E3E3;
}

.HR-report {
    height: 56px;
    line-height: 56px;
    font-size: 40px;
    color: #E22404;
    text-align: center;
}

.HR-state {
    padding-top: 24px;
    padding-bottom: 30px;
}

.HR-state p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.HR-state2 {
    /*font-weight: 700;*/
}

.HR-jyccgjjcs {
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #E22404;
    text-align: center;
}

.HR-jyccgjjcs .layui-btn {
    background-color: #f00;
}

.HR-jyccgjjcs a {
    display: inline;
    color: #E22404;
}


.buydodo-HR1{
    margin-top:118px;
}
.RI-mianState-content{
    margin-bottom: 50px;
}

/*举报信息样式*/

.buydodo-RIB {
    background-color: #F4F4F4;
}

.buydodo-RI {
    padding: 0;
}

.RI-mianState {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
}

.RI-mianState-header {
    height: 70px;
    line-height: 70px;
    padding-left: 60px;
    background-color: #E22404;
}

.RI-mianState-content {
    padding: 20px 70px;
}

.RI-mianState-box1 {
    border: 1px solid #e6e5e1;
}

.RI-box1-title {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 14px;
    color: #F60;
    background-color: #f7f7f7;
}

.RI-mianState-box1 {
    font-size: 18px;
}

.RI-mianState-box1 .layui-form-label {
    width: 120px;
    height: 100%;
    font-size: 14px;
    border-top: 1px solid #e6e5e1;
    border-left: 1px solid #e6e5e1;
    margin: 0;
    color: #555;
    padding: 13px 15px;
    padding-left: 0;
    /*font-weight: 700;*/
    background-color: #FFF8F5;
}

.RI-mianState-box1 .layui-form-item {
    background-color: #FFF8F5;
}

.RI-mianState-box1 .layui-input-block {
    border-top: 1px solid #e6e5e1;
    border-left: 1px solid #e6e5e1;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 40px;
    background-color: #fff;
}

.RI-mianState-box1 .layui-input-block select,
.RI-mianState-box1 .layui-input-block input,
.RI-mianState-box1 .layui-input-block textarea {
    font-size: 14px;
}

.RI-mianState-box1 .layui-form-item {
    margin: 0;
}

.RI-color {
    color: red;
}

.RI-RIcare {
    line-height: 20px;
    font-size: 12px;
    color: #999999;
}

.layui-btn-normal {
    background-color: #fff;
    border: 1px solid #f00;
    color: #f00;
}

.layui-btn-normal:hover {
    color: #f00;
}

.RI-form-btn {
    margin-top: 10px;
    text-align: center;
}

.RI-form-btn button:nth-of-type(1) {
    background-color: #f00;
}

.RI-mianState-box2 {
    margin-top: 10px;
}

.RI-input {
    width: 20%;
    display: inline-block;
}

.RI-txBtn {
    width: 120px;
    height: 38px;
}


/*layui*/

.layui-nav {
    width: 100%;
    top: 0;
    height: 68px;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 88;
}

div.homePage-dropDown {
    top: 68px;
    color: #333;
    background-color: #FAFAFA;
    position: fixed;
}


/*首页新添内容样式*/

.newsTrends-contentUl li {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.newsTrends-contentUlPicture img {
    width: 100%;
    height: 100%;
}

.newsTrends-contentUlNews {
    padding: 20px 10px 10px 0;
}

.newsTrends-contentUlTittle {
    height:28px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333333;
    font-size: 20px;
}

.newsTrends-contentUlTittle a {
    /*text-decoration: none;*/
}

.newsTrends-contentUlMain {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
    color: #999999;
    line-height: 20px;
    font-size: 12px;
}

.newsTrends-contentUlTime {
    margin-top: 10px;
    line-height: 17px;
    font-size: 12px;
    display: block;
    color:#999;
}

.homePage-offside {
    right: -60px;
    bottom: 30px;
    position: absolute;
}

.offside-onlineService a {
    width: 50px;
    height: 100px;
    line-height: 20px;
    text-align: center;
    background-color: #FF0000;
    background: linear-gradient(to bottom, #FF0000, #FC47A3);
    color: #fff;
    font-size: 14px;
    padding-top: 8px;
    box-sizing: border-box;
    border-radius: 5px;
    display: block;
}

.offside-goBack a {
    width: 50px;
    height: 50px;
    line-height: 17px;
    font-size: 12px;
    padding-top: 6px;
    margin-top: 10px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 5px;
    color: #666666;
    display: block;
}

.platform-title-padding {
    margin-bottom: 35px;
}

.homePage-globalPartner {
    background: url("../images/hpBgc1.png");
    background-size: 100% 100%;
}

.globalPartner-title {
    color: #fff;
}

.globalPartner-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.globalPartner-mianContent-ul {
    margin-top: 50px;
}

.globalPartner-mianContent-ul li {
    width: 14.28%;
    text-align: center;
    float: left;
}

.globalPartner-mianContent-ul li {
    padding: 0 10px;
}

.globalPartner-collaborator {
    padding-bottom: 10px;
    background-color: #fff;
}

.newsTrends {
    background-color: #fff;
}

.newsTrends-content {
    position: relative;
}
.newsTrends-contentUlPicture1{
    padding-top:10px;
}
.newsTrends-contentUlPicture1 img {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.homePage-AboutUs {
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 1px solid #DDDDDD;
    background-color: #fff;
}

.AboutUs-mainContent {
    width: 60%;
    float: left;
}



.AboutUs-mainContent dl {
    width: 20%;
    float: left;
}

.AboutUs-mainContent dl dt {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 18px;
}

.AboutUs-mainContent dl dd {
    font-size: 12px;
    line-height: 28px;
}

.AboutUs-Ewm {
    width: 40%;
    float: left;
}

.AboutUs-EwmUl li {
    width: 24%;
    margin-top: -20px;
    text-align: center;
    float: left;
}

.AboutUs-EwmUl li img {
    width: 110px;
    height: 110px;
}

.AboutUs-EwmUl li p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.bottom-media-left a {
    width: 48px;
    height: 48px;
    display: block;
}

.bottom-media-left a img {
    width: 100%;
    height: 100%;
}

.bottom-media-right {
    padding-left: 60px;
}

.bottomNew-content {
    padding: 12px 0;
}
.media-body{
    padding-top:6px;
    color:#999;
}
.media-body a{
    color:#999;
    font-size: 12px;
}

.homePage-dropDown-content {
    height: 300px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.dropDown-contentUl li {
    width: 11.11111%;
    text-align: center;
    line-height: normal;
    float: left;
}

.dropDown-contentUlLI-picture {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 3px;
    /*border: 1px dashed #ccc;*/
}

.dropDown-contentUlLI-picture img {
    width: 100%;
    height: 100%;
}

.dropDown-contentUl li {
    margin-top: 16px;
    height: auto;
}

.dropDown-contentUl li p {
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    font-size: 12px;
    color: #333;
}

.dropDown-content-slide {
    height: 100%;
}

.dropDown-content-slide ol li {
    /*width: 30px;*/
    /*height: 4px;*/
    /*margin: 0;*/
    background-color: #666;
}

.dropDown-content-slide ol li.active {
    /*width: 30px;*/
    /*height: 4px;*/
    background-color: #333;
}


/*新闻页*/

.newsTrends-media-details {
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newDetails-leftMian {
    width: 60%;
    float: left;
}

.newDetails-rightRelevantContent {
    width: 40%;
    float: left;
}

.homePage-newsDetails {
    padding-bottom: 50px;
}

.homePage-catalogue {
    line-height: 20px;
    padding: 15px 0;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #DDDDDD;
}

.newDetails-leftMian-content {
    margin-bottom: 20px;
}

.newDetails-leftMian-content img{
    max-width: 97%;
}

.newDetails-leftMian-content .platform-title {
    height: auto;
    margin-bottom: 20px;
}
.newDetails-MgTop{
    margin-top:20px;
}
.newDetails-leftMian em {
    font-size: 12px;
    color: #999999;
    display: block;
}

.newDetails-leftMian .platform-title {
    text-align: left;
}

.newDetails-leftMian-content p {
    line-height: 26px;
    text-indent: 2em;
    font-size: 14px;
    margin-top:10px;
    color: #333333;
    text-align: justify;
}

.newDetails-leftMian-SLEW {
    margin-top: 20px;
}

.newDetails-leftMian-SLEW a:nth-of-type(1) {
    width:49%;
    height:18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
}

.newDetails-leftMian-SLEW a:nth-of-type(2) {
    width:49%;
    height:18px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 1;
    /*display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;*/
    overflow: hidden;
    float: right;
    text-align: right;
    margin-left: 2%;
}

.newDetails-rightRelevantContent {
    padding-left: 30px;
}

.newDetails-rightRelevantContent .platform-title {
    font-size: 18px;
    margin-bottom: 24px;
    text-align: left;
}

.homePage-enterGroup-content {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

.enterGroup-btn {
    text-align: center;
}

.enterGroup-btn .layui-btn {
    width: 180px;
    height: 45px;
    font-size: 14px;
    background-color: #f00;
    color: #ffffff;
}

.homePage-backTop {
    width: 50px;
    height: 50px;
    padding-top: 6px;
    right: 40px;
    bottom: 100px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    text-align: center;
    border: 1px solid #DADADA;
    background-color: #fff;
    display:none;
    position: fixed;
}
.homePage-backTop:hover{
    border-color:#f00;
    color:#f00;
}

/*分页*/

.homePage-paging {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.homePage-paging .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #f00;
}


/*新闻详情*/

.newsTrends-content-left a img {
    width: 140px;
    height: 70px;
}

.newsTrends-media-heading {
    padding-top: 6px;
}

.newsTrends-media-heading a {
    font-size: 14px;
    color: #333;
}

.newsTrends-media-heading a:hover {
    color: #C81623;
}

.newsTrends-media-details {
    height: 17px;
    line-height: 17px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 12px;
    color: #999;
}


/*关于我们*/

.homePage-connectUs {
    /*background-color: #f0f2f5;*/
}

.connectUs-banner {
    position: relative;
}

.connectUs-banner img {
    width: 100%;
    min-width: 1200px;
}

.connectUs-banner-character {
    width: 100%;
    min-width: 1200px;
    top: 44%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
    text-align: center;
    position: absolute;
}

.connectUs-banner-character h2 {
    font-size: 48px;
    line-height: 66px;
}

.connectUs-banner-character p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 0 0 2px #333;
}
.connectUs-banner-character .connectUs-character-p {
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-shadow: 0 0 12px #fff;
}

.newsTrends-banner .connectUs-banner-character {
    color: #333333;
}

.homePage-connectUs .homePage-catalogue {
    margin-bottom: 0;
    border: 0;
}

.homePage-connectUs-content {
    padding: 50px 10px;
}

.connectUs-companyInformation {
    width: 420px;
    float: left;
}

.connectUs-map {
    width: 700px;
    float: right;
}

.connectUs-map img {
    width: 100%;
    height: 100%;
}

.connectUs-companyInformation h2 {
    margin-bottom: 20px;
    text-align: left;
}

.companyInformation-detail .layui-form-item {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.companyInformation-detail .layui-form-item .layui-form-label {
    width: auto;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.companyInformation-detail .layui-form-item .layui-input-block {
    margin: 0;
    min-height: auto;
}


/*问题反馈*/

.problemFeedback-box {
    width: 800px;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    padding: 50px 150px;
    border-radius: 5px;
    background-color: #fff;
}

.homePage-problemFeedback-box {
    padding: 50px 0;
}

.homePage-problemFeedback-content {
    border-top: 1px solid #DDDDDD;
    background-color: #f2f2f2;
}

.homePage-problemFeedback .homePage-catalogue {
    margin-bottom: 0;
    border: 0;
}

.problemFeedback-box .layui-form-item .layui-form-label {
    color: #333;
    font-size: 14px;
    padding: 9px 0;
}
.problemFeedback-box .layui-form-item{
    margin-bottom:20px;
}
.problemFeedback-box .layui-form-item .layui-input-block {
    margin-left: 96px;
}
.problemFeedback-box .layui-form-item .layui-input-block input{
    font-size: 14px;
    border-radius: 3px;
}
.problemFeedback-box .layui-form-text .layui-input-block textarea {
    padding-top:9px;
    font-size: 14px;
    min-height: 120px;
    border-radius: 3px;
}

.problemFeedback-box-hint .layui-input-block {
    padding-right: 40px;
    color: #999999;
    font-size: 12px;
}

.problemFeedback-box .layui-btn {
    width: 90px;
    height: 36px;
    background-color: #f00;
    border-radius: 3px;
    font-size: 14px;
}


/*关于我们页面的样式*/

.homePage-gsIntroduce {
    background-color: #fff;
}

.homePage-gsIntroduce-content {
    overflow: hidden;
}
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #f00;
}
.layui-tab-brief>.layui-tab-title .layui-this a {
    color: #f00;
}

.gsIntroduce-content-title li a {
    text-decoration: none;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #f00;
}

.homePage-gsIntroduce-content .layui-tab-content {
    padding: 50px 0;
}

.gsIntroduce-content-left {
    width: 760px;
    color:#333;
    float: left;
}

.gsIntroduce-content-left .platform-title {
    text-align: center;
}

.gsIntroduce-content-right {
    width: 370px;
    height: 100%;
    padding-top:28px;
    float: right;
}

.gsIntroduce-content-left p {
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.gsIntroduce-content-left em {
    margin-top: 20px;
    font-size: 16px;
    display: block;
}

.gsIntroduce-content-right img {
    width: 100%;
    height: 100%;
}

.enterpriseCulture-contentMian {
    margin-top: 30px;
}

.enterpriseCulture-contentMian li {
    width: 25%;
    float: left;
}

.enterpriseCulture-contentMian-picture {
    width: 280px;
    height: 200px;
    margin: 0 auto;
}

.enterpriseCulture-contentMian-picture img {
    width: 100%;
    height: 100%;
}

.enterpriseCulture-introduce {
    margin-top: 10px;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.enterpriseCulture-introduce span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}

.managementTeam-contentMian {
    margin-top: 20px;
}

.managementTeam-contentMian li {
    width: 50%;
    padding: 10px;
    float: left;
    /*background-color: #fff;*/
}

.teamIntroduction {
    height: 200px;
    padding: 25px 30px;
    background-color: #fff;
    border:1px solid #ddd;
    position: relative;
}
.teamIntroduction:hover{
    box-shadow: 0 0 10px #ddd;
}

.teamIntroduction-headPortrait {
    width: 150px;
    height: 150px;
    top: 25px;
    left: 30px;
    position: absolute;
}
.teamIntroduction-headPortrait img{
    width:100%;
    height:100%;
    border-radius: 50%;
}
.teamIntroduction-state {
    padding-left: 170px;
}

.teamIntroduction-state h3 {
    height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.teamIntroduction-state h3 span {
    margin-left: 12px;
    font-size: 12px;
}

.teamIntroduction-state p {
    line-height: 20px;
    text-align: justify;
    font-size: 12px;
    color: #999999;
}

.contentFeedback {
    line-height: 22px;
    padding: 20px 40px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.layui-nav .layui-nav-item a {
    color: #fff;
}

.gsIntroduce .gsIntroduce-mg {
    padding-top: 50px;
}

.gsIntroduce-headline .layui-tab-title .layui-this a {
    color: #f00 !important;
}

.gsIntroduce-headline .layui-tab-title .layui-this:after {
    border-width: 0;
    border-bottom: 2px solid #f00;
}

.bdd-download{
    position: relative;
}
.bdd-download img{
    width:140px;
    height:140px;
    bottom:20px;
    left:50%;
    margin-left: -70px;
    display:none;
    position: absolute;
}


/*改*/
.layui-nav-child{
    border:0;
}