@CHARSET "UTF-8";
body {
   /*  padding-top: 70px; */
    background: #f5f5f6;
}

body.body-white {
    background: #f5f5f6;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}


.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#index_banner{
    width:100%;
    height:679px;
    padding-top:262px;
    background: url('../images/index/banner2019.jpg?v=1') top center;
}

#index_banner .banner_descri{
    /* width:1200px; */
    min-height: 90px;
    margin:0 auto;
    text-align: center;
}

.banner_descri .cn_title_desc{
    text-align: center;
    font-size: 38px;
    color:#fff;
    margin-bottom: 10px;
}

.banner_descri .en_title_desc{
    text-align: center;
    font-size: 21px;
    color:#eee;
}

.banner_descri .video{
    width: 48px;
    height: 48px;
    background: url('../images/index/video2019.png') no-repeat;
    display: block;
    margin: 0 auto;
    margin-top: 170px;
    cursor: pointer;
}

.banner_descri .video-more{
    text-align: center;
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    /* padding-right: 112px; */
}

#tchip_introduct{
  width:1200px;
  min-height: 200px;
  margin:0 auto;
  margin-top:60px;
}

#tchip_introduct .compay_title{
    width:650px;
    margin:0 auto;
    text-align: center;
}

.compay_title span{
    font-size: 30px;
    height:40px;
    width:130px;
    margin:0 auto;
    color:#3c3c3c;
}

.compay_title p{
    font-size: 16px;
    color:#555555;
    line-height: 23px;
    margin-top:10px;
    margin-bottom: 60px;
}

#tchip_introduct .four_introd{
    width:100%;
    height:180px;
    margin-bottom: 70px;
}

.four_introd ul li{
    float:left;
    text-align: center;
    list-style:none;
}

.four_introd ul li.team{
    width:230px;
}

.four_introd ul li.team div{
    width:100%;
    height:82px;
     margin-bottom: 22px;
    background: url('../images/index/team.png') no-repeat center;
}

.four_introd ul li span{
    font-size:20px;
    color:#444444;
}

.four_introd ul li.team p{
    font-size:14px;
    color:#969696;
    margin:0 auto;
    line-height: 22px;
    margin-top:12px;
    width:200px;
}


.four_introd ul li.technical{
    width:300px;
}

.four_introd ul li.technical div{
    width:100%;
    height:82px;
     margin-bottom: 22px;
    background: url('../images/index/techincal.png') no-repeat center;
}

.four_introd ul li.technical p{
    font-size:14px;
    color:#969696;
    margin:0 auto;
    line-height: 22px;
    margin-top:12px;
    width:220px;
}

.four_introd ul li.server{
    width:300px;
}

.four_introd ul li.server div{
    width:100%;
    height:82px;
     margin-bottom: 22px;
    background: url('../images/index/server.png') no-repeat center;
}

.four_introd ul li.server p{
    font-size:14px;
    color:#969696;
    margin:0 auto;
    line-height: 22px;
    margin-top:12px;
    width:220px;
}

.four_introd ul li.belief{
    width:300px;
}

.four_introd ul li.belief div{
    width:100%;
    height:82px;
     margin-bottom: 22px;
    background: url('../images/index/belief.png') no-repeat center;
}

.four_introd ul li.belief p{
    font-size:14px;
    color:#969696;
    margin:0 auto;
    line-height: 22px;
    margin-top:12px;
    width:220px;
}

#index_product{
    width:100%;
   /*  min-height: 200px; */
    background: #fff;
    padding-top: 60px;
    padding-bottom: 20px;
}

#index_product .product_content{
    width:1200px;
    margin:0 auto;
   text-align: center;
}

.product_content .p_title{
    font-size: 30px;
    color: #000000;
}

.product_content .p_introduct{
    font-size: 16px;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 35px;
}

.product_content .all_product_category{
  width:900px;
  min-height: 32px;
  margin: 0 auto;
}

.all_product_category ul li{
    cursor:pointer;
    float:left;
    list-style: none;
   
}

.all_product_category ul li.all_product{
    border-right: none;
    margin-left: 20px;
    margin-top:9px;
}

.all_product_category ul li.all_product a{
   color:#ff6600;
   text-decoration:none;
}

.category_nav{
    width:95px; 
    height:12px;
    line-height: 12px;
    font-size: 14px;
    margin-top:12px;
    color:#000000;
    text-align: center;
}

.onclick_bg{
    background: #000000;
    height:32px;
    color:#fff;
    line-height: 32px;
    text-align: center;
    margin-top:0px;
}

.product_content .index_product_list{
    /* min-height: 270px; */
    width:100%;
    margin-top:55px;
}

.clear{
    clear:both;
}

.index_product_list .product_list{
    width:100%;
    min-height:50px;
}

.index_product_list .product_list ul{
    margin:0px;
    padding:0px;
    height:auto;
}

.index_product_list .product_list ul li{
    float:left;
    height:270px;
    width:380px;
    list-style: none;
    margin-right: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.index_product_list .product_list ul li .product_img{
    height:212px;
    width:378px;
    transition: all .5s;
    border:1px solid #e7e7e7;
}

.index_product_list .product_list ul li p{
    font-size: 18px;
    color:#555555;
    width:100%;
    height:15px;
    margin-top:16px;
}

.index_product_list .product_list ul li span{
    font-size: 14px;
    color:#999999;
    margin-top:-5px;
}

.index_product_list .product_list ul li .product_img:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 8px #d8d8d8;
}


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

.index_product_list .product_02,.product_03,.product_04,.product_05,.product_06,.product_07,.product_08{
    display: none;
}

#index_news_list{
    width:1200px;
    min-height: 240px;
    margin:0 auto;
    padding-top:70px;
    padding-bottom: 60px;
    text-align: center;
}

#index_news_list .news_description{
    font-size: 30px;
    color: #3c3c3c;
}

#index_news_list .news_profile{
    font-size: 16px;
    color: #555555;
    margin-top: 15px;
    margin-bottom: 50px
}

#index_news_list .list{
    width:1140px;
    height:240px;
    margin:0 auto;
}

#index_news_list .list ul{
    margin:0px;
    padding:0px;
}

#index_news_list .list ul li{
    float:left;
    list-style:none;
    transition: all .5s;
    width:360px;
    height:264px;
    margin-right: 30px;
}

#index_news_list .list ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 0 8px #d8d8d8;
}

#index_news_list .list ul li:nth-child(3n){
  margin-right: 0px;
}

#index_news_list .list ul li .new_img{
    width:100%;
    height:204px;
}

#index_news_list .list ul li .new_img img{
    width:360px;
    height:204px;
}

#index_news_list .list ul li .news_title{
    height:60px;
    text-align: center;
    width:100%;
    line-height: 60px;
    background: #fff;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#index_news_list .list ul li .news_title a{
     color:#333333;
     font-size: 14px;
     text-decoration:none;
}

#company_honor{
   width:100%;
   margin:0 auto;
   padding-top:70px;
   padding-bottom: 70px;
   background: #fff;
   position: relative;
}

.success_layer{
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    background: #000;
    opacity: 0.5;
    z-index:300;
    display:none;
}

.pop-up_layer{
    z-index:500;
    position: fixed;
    text-align: center;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    display:none;
    padding-top:150px;
}

.pop-up_layer .layer_content{
    width:450px;
    height:306px;
    margin:0 auto;
    padding-top:57px;
    border-radius: 5px;
    background: #fff;

}

.layer_content .success_pic{
    width:100%;
    height:55px;
    margin-bottom: 18px;
    background: url(../images/index/success.png) no-repeat center;
}

.layer_content .sub_success{
    width:100%;
    min-height:25px;
    margin-bottom: 44px;
    text-align: center;
}

.sub_success .tp_content{
    font-size: 18px;
    color:#444444;
}

.sub_success .bt_conte{
    font-size: 12px;
    color:#666666;
    line-height: 10px;
    margin-bottom: 0px;
}

.layer_content .close_btn{
    width:94px;
    height:38px;
    margin: 0 auto;
    line-height: 38px;
    font-size: 18px;
    color:#ffffff;
    cursor: pointer;
    background: #ff6600;
}


#company_honor .honor_center{
   width:1200px;
   min-height: 280px;
   margin:0 auto;
   text-align: center;
}

.honor_center .honor_list{
  min-height: 54px;
  width:1015px;
  margin:0 auto;
  position:relative;
}

.honor_center .honor_list .honor1{
    width:264px;
    height:52px;
    margin:0 auto;
    line-height: 52px;
    border-radius:3px;
    padding-left: 60px;
    color:#999999;
     position:relative;
    font-size: 16px;
    background: url(../images/index/h1.png) no-repeat 35px center;
    border:1px solid #e7e7e7;
    box-shadow: 0 0 8px #d8d8d8;
}

.honor_layer_show{
    position:absolute;
    width:280px;
    height:330px;
    padding-top: 56px;
    border:1px solid #e7e7e7;
    box-shadow: 0 0 8px #d8d8d8;
    background: #fff;
    transform: translateY(-2px);
    border-radius: 5px;
    z-index:99;
    text-align: center;
}

.layer_show_01{
    top:-40px;
    left:-5px;
    display:none;
}

.layer_pic_01{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_01.png) no-repeat center;
}

.layer_content_desc{
   
    text-align: center;
    margin:0 auto;
    margin-top:33px;
}

.layer_content_desc p{
    font-size: 16px;
    color:#aaaaaa;
    line-height: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.layer_show_02{
    top: -130px;
    left: 170px;
    display:none;
}

.layer_pic_02{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_02.png) no-repeat center;
}

.layer_show_03{
   top: -140px;
   left: -165px;
   display:none;
}

.layer_pic_03{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_03.png) no-repeat center;
}

.layer_show_04{
  top: -235px;
  left: 370px;
  display:none;
}

.layer_pic_04{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_04.png) no-repeat center;
}

.layer_show_05{
 top: -223px;
 left: -33px;
 display:none;
}

.layer_pic_05{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_05.png) no-repeat center;
}

.layer_show_06{
 top: -237px;
 left: -363px;
 display:none;
}

.layer_pic_06{
    width:195px;
    height:129px;
    margin:0 auto;
    background: url(../images/index/big_06.png) no-repeat center;
}

.honor_list .honor2{
    width:615px;
    height:54px;
    margin:0 auto;
    margin-top:38px;
}

.honor_list .honor2 ul, .honor3 ul{
    margin:0px;
    padding:0px;
}

.honor_list .honor2 ul li, .honor3 ul li{
    float:left;
    list-style: none;
     height:52px;
    border-radius:3px;
    line-height: 52px;
    padding-left: 40px;
    font-size: 16px;
    color:#999999;
    position:relative;
    border:1px solid #e7e7e7;
    box-shadow: 0 0 8px #d8d8d8;
}

.honor2 ul li.h2_li_01{
    width:306px;
    margin-right: 30px;
    background: url(../images/index/h2.png) no-repeat 20px center;
   
}

.honor2 ul li.h2_li_02{
    width:277px;
    margin-top:9px;
     padding-left: 50px;
    background: url(../images/index/h3.png) no-repeat 20px center;
}


.honor_list .honor3{
    width:1013px;
    height:54px;
    margin:0 auto;
}

.honor3 ul li.h3_li_01{
    width:372px;
    margin-right: 30px;
    padding-left: 45px;
    margin-top:43px;
    background: url(../images/index/h4.png) no-repeat 10px center;
}

.honor3 ul li.h3_li_02{
    position: relative;
    width:300px;
    margin-right: 30px;
    padding-left: 40px;
    margin-top:30px;
    background: url(../images/index/h5.png) no-repeat 20px center;
}

.honor3 ul li.h3_li_02 .layer_show{
     position:absolute;
    width:276px;
    height:326px;
    top:-220px;
    left:-40px;
    border:1px solid #e7e7e7;
    box-shadow: 0 0 8px #d8d8d8;
    background: #fff;
    display:block;
    border-radius: 5px;
    z-index:999;
}

.layer_show .big_display_01{
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    padding-top: 56px;
    border-radius: 5px;

}


.honor3 ul li.h3_li_03{
    width:280px;
    padding-left: 40px;
    margin-top:43px;
    background: url(../images/index/h6.png) no-repeat 27px center;
}

.honor_center .honor_title, #custom_cooperation .cooper_title{
    font-size: 30px;
    color: #3c3c3c;
}

.honor_center .honor_desc, #custom_cooperation .cooper_desc{
    font-size: 16px;
    color: #555555;
    margin-top: 15px;
    margin-bottom: 50px;
}

#custom_cooperation{
   width:1200px;
   min-height: 600px;
   margin:0 auto;
   margin-top:60px;
   text-align: center;
}

#custom_cooperation .submit_form{
    width:835px;
    /* min-height: 300px; */
    margin:0 auto;
}

.index_form-group{
  width:100%;
  height:42px;
  margin-bottom: 10px;
}

.index_form-group ul{
    margin:0px;
    padding:0px;
}

.index_form-group ul li{
    float:left;
    list-style: none;
}

.index_form-group ul li.name_phone{
     width:254px;
    height:42px;
    margin-right: 10px;
}

.index_form-group ul li input, .sub_center_info ul li input{
    height:42px;
    font-size: 14px;
    color: #555;
    background: #fff;
    line-height: 42px;
    padding-left: 10px;
    border-radius: 4px;
    outline: none;
}

.index_form-group ul li.name_phone input{
   
    width:254px;

}

.index_form-group ul li.email input{
    width:302px;
}

.sub_center_info{
    width:100%;
    height:42px;
}

.sub_center_info ul{
    margin:0px;
    padding:0px;
}

.sub_center_info ul li{
    float:left;
    list-style: none;
}

.sub_center_info ul li.user_company{
    margin-right: 10px;
}

.sub_center_info ul li input{
    width:518px;
}

.sub_center_info ul li #source_info_form{
    width:302px;
    height:42px;
    outline:none;
    border-radius: 4px;
    color: #555;
    padding-left: 10px;
    
}

.detail_content_info{
    width:831px;
    min-height: 42px;
    margin-top:10px;
}

.detail_content_info #detail_info{
    padding:10px;
    outline:none;
    border-radius: 4px;
    color: #555;
    width:100%;
    height:300px;
}

#submit_info_form{
    float: right;
    margin-right:5px;
    width: 154px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    background-color: #ff6600;
    border: none;
    cursor: pointer;
}

.gary_border{
    border:1px solid #ccc;
}

.red_border{
   border: 1px solid rgb(243, 111, 21);
}




