body {
    margin: 0 auto;
    background: #fff;
}
.fkfeffd{display:inline-block; min-width:17px; text-align:center;}
.hidden {
  overflow: hidden;
}
.phone_header {
    display: none;
}
.phone_nav {
    display: none;
}
.dm_box  {
    display: none;
}
.server_detail_phone {
    display: none;
}
.phone_search_box {
    display: none;
}
.phone_banner_box {
    display: none;
}

/*********      公用       ********/
.header {
    position: fixed;
    z-index:999;
    width:100%;
    left:0;
    top:0;
    height:80px;
    padding:16px 0 0 0;
    background: rgba(255,255,255,0.8);
}
/*.header .wrap {
    overflow: hidden;
}*/

.wrap {
	width: 100%;
}
.container {
    padding-top: 80px;
}
.logo img {
    width: 160px;
}
.search_icon {
    position: relative;
    /* margin: 19px 0 0 120px; */
    overflow: hidden;
    width: 171px;
    text-align: right;
    height: 60px;
    padding-top: 19px;
}

.search_popup {
    position: absolute;
    width: 171px;
    height: 40px;
    padding: 0;
    z-index: 1000;
    top: 10px;
    right: -215px;
    overflow:hidden;'
    background:#fff;
}
.search_text {
    float: left;
    width: 100%;
    width: 131px;
    height: 38px;
    border: 1px solid #ddd;
    padding:0 12px;
    line-height: 36px;
    color:#666;
    background: #fff;
}

.search_btn {
    width: 40px;
    height: 38px;
    float: left;
    font-size: 12px;
    color: #fff;
    border: none;
    background: #015db2;
    cursor: pointer;
    margin-bottom: 0;
}

.search_text::-webkit-input-placeholder{color:#fff;}
.search_text::-moz-placeholder{color:#fff;}
.search_text:-moz-placeholder{color:#fff;}

.input_close {
    position: absolute;
    right: 30px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-weight: bold;
    top: 0;
    color: #fff;
    display: block;
    cursor: pointer;
}
.input_close:hover {
    color: #8fc421;
}

.news_banner {
    position: relative;
    width: 100%;
    height: 232px;
    overflow: hidden;
}
.news_banner>img {
    position: absolute;
    left:50%;
    width: 1920px;
    height: 232px;
    margin-left:-960px;
}
.news_banner_text {
    position: absolute;
    left:0;
    right: 0;
    top:70px;
    width: 1170px;
    margin:0 auto;
    color:#fff;
    text-align: center;
}
.news_banner_title {
    font-size: 30px;
    /*margin-bottom: 14px;*/
}
.news_banner_link {
    font-size: 13px;
    color:#fff;
}
.news_banner_link a {
    color:#fff;
}
.news_banner_link span {
    margin:0 6px;
}
.news_banner_drop {
    position: absolute;
    left:0;
    right: 0;
    bottom:20px;
    width: 18px;
    margin:0 auto;
    text-align: center;
    cursor: pointer;
}

.nav ul li {
    position: relative;
    z-index: 999;
    float: left;
    font-size: 16px;
    height: 64px;
    line-height: 50px;
    margin-left:20px;
}
.nav ul li.current:after,.nav ul li:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height:3px;
    background: #0064b1;
}
.nav ul li.current .nav_top a {
    color:#000;
}
.nav ul li:hover  .nav_top a {
    color:#000;
}
.nav_top a {
    display: block;
    color:#000;
    padding:0 10px;
    line-height: 55px;
}
.nav ul li:hover .nav_drop {
    display: block;
}
.nav_drop {
    position: absolute;
    width: 204px;
    top:100%;
    left: 0;
    background: #f3f7f9;
    display: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nav_drop a {
    display: block;
    font-size:13px;
    height: 55px;
    line-height: 54px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 23px;
    color:#04365a;
}
.nav_drop a:hover {
    background:#0063ae;
    border-bottom: 1px solid #0063ae; 
    color:#fff;
}
.nav_drop a:last-child {
    border-bottom: 0;
}

/********     首页    ********/
.side_banner  {
    height:auto;
}
.side_banner .swiper-slide {
    position: relative;   
    width: 100%;
    height: auto;  
    overflow: hidden; 
}
.side_banner .swiper-slide img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.side_banner .swiper-button-next, .side_banner .swiper-button-prev {
    position: absolute;
    top:50%;
    margin-top:-20.5px;
    width: 41px;
    height: 41px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 41px 41px;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    background-position: center;
    background-repeat: no-repeat;
}
.side_banner .swiper-button-next {
    background-image: url(../images/next.png);
    right: 80px;
    left: auto;
}
.side_banner .swiper-button-prev {
    background-image:url(../images/prev.png);
    left: 80px;
    right: auto;
}
.side_banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #aaa;
    opacity: 1;
	margin: 0 5px !important;
}
.side_banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.home_about {
    background: url(../images/home_bj1.jpg) no-repeat center center;
    height:636px;
    text-align: center;
    padding-top: 86px;
}
.home_about_title{
    font-size:32px;
    color:#282828;
    margin-bottom: 21px;
}
.home_about_text {
    width: 100%;
    margin:0 auto;
    font-size:14px;
    color:#282828;
    line-height: 24px;
    margin-bottom: 40px;
}
.home_about_group {
    padding:38px 0;
    box-shadow: -5px 0 5px #f8f8f8, 
                5px 0 5px #f8f8f8, 
                0 -5px 5px #f8f8f8, 
                0 5px 5px #f8f8f8;
    /*margin-bottom: 38px;*/
}
.home_about_item {
    float: left;
    width: 390px;
    height:168px;
    padding:0 55px;
    border-right: 1px solid #ededed;
}
.home_about_item:last-child {
    border-right: 0;
}
.home_about_item_icon {
    margin-bottom: 14px;
}
.home_about_item_title {
    font-size: 22px;
    color:#282828;
    margin-bottom: 8px;
}
.home_about_item_text {
    font-size: 14px;
    color:#818181;
    line-height: 24px;
}
.home_about_link {
    display: inline-block;
    width: 160px;
    height:44px;
    line-height: 44px;
    font-size: 14px;
    color:#fff;
    background: #0068b7;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home_about_link:hover {
    border:1px solid #0068b7;
    color:#0068b7;
    background: transparent;
}


.home_field {
    background: url(../images/home_bj2.jpg) no-repeat center center;
    height: 560px;
    color:#fff;
    text-align: center;
    padding-top: 86px;
}
.home_field_top {
    margin-bottom: 44px; 
}
.home_field_top h4 {
    font-size: 32px;
    margin-bottom: 21px;
}
.home_field_top p {
    font-size: 14px;
}

.home_field_item {
    width: 566px;
    height:244px;
    background: rgba(255,255,255,0.15);
    padding:28px 30px 0;
}
.field_item_icon {
    margin-bottom: 16px;
}
.field_item_title {
    font-size: 22px;
    margin-bottom: 5px;
}
.field_item_text {
    font-size: 14px;
    margin-bottom: 11px;
}
.field_item_more {
    display: inline-block;
    width: 160px;
    height:44px;
    line-height: 44px;
    font-size: 14px;
    color:#fff;
    background: #3fa355;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.field_item_more:hover {
    background: #fff;
    color:#0068b7;
}

.home_result {
    padding: 42px 0 80px;
}
.home_result_top {
    margin-bottom: 38px;
    line-height: 44px;
}
.home_result_left {
    font-size: 26px;
    color:#282828;
    width:800px;
}
.home_result_group {
    margin-right: -52.5px;
}
.home_result_group .result_item {
    float: left;
    width:355px;
    height:378px;
    padding:0;
    margin: 0 52.5px 0 0 ;
    border:0;
    box-shadow: -5px 0 5px #f8f8f8, 
                5px 0 5px #f8f8f8, 
                0 -5px 5px #f8f8f8, 
                0 5px 5px #f8f8f8;
}
.home_result_group .result_btm {
    padding:26px 23px 0;
}
.home_result_group .result_item_title  {
    color:#0068b7;
}
.home_result_group .result_item_more {
    color:#0068b7;
}

.home_news {
    background:url(../images/home_bj3.jpg) no-repeat center center;
    height:598px;
    padding-top:76px;
}
.home_news_group {
    margin-right: -52.5px;
}
.home_news_item {
    float: left;
    width:355px;
    margin: 0 52.5px 0 0 ;
}
.home_news_title {
    font-size:26px;
    color:#282828;
    margin-bottom: 36px;
}

.home_company {
    position: relative;
    background:#fff;
    height:360px;
    padding:13px 13px 0;
}
.home_company_picture {
    width:329px;
    height:204px;
    overflow: hidden;
    margin-bottom: 5px;
}
.home_company_picture img {
    width:329px;
    height:204px;
    transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_company_picture:hover img  {
    transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
}
.home_company_text a {
    position: relative;
    display: block;
    height:34px;
    line-height: 34px;
    font-size: 16px;
    color:#000000;
    padding-left:12px;
    overflow: hidden;
    transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_company_text a:hover {
    color:#0068b7;
    padding-left: 20px;
}
.home_company_text a:after {
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top:-2.5px;
    width: 5px;
    height:5px;
    background:#0068b7;
    border-radius:50%;
}
.home_company_link {
    position: absolute;
    left:0;
    bottom:35px; 
    width: 100%;
    text-align: center;
}
.home_company_more {
    display: inline-block;
    width:150px;
    height:42px;
    line-height: 40px;
    font-size:14px;
    color:#0068b7;     
    border:1px solid #dddddd;
    background: #f5f8fa;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home_company_more:hover {
    border:1px solid #0068b7;
    background: #0068b7;
    color:#fff;
}


.home_flash {
    position: relative;
    background:#fff;
    height:360px;
    padding:13px 13px 0;
}
.home_flash_title {
    width: 329px;
    height:70px;
    line-height: 70px;
    font-size:20px;
    color:#ffffff;
    text-align: center;
    background:url(../upload/home_d2.jpg) no-repeat center center;
}
.home_flash_item {
    margin-top: 4px;
}
.home_flash_item a {
    position: relative;
    display: block;
    height:34px;
    line-height: 34px;
    font-size: 16px;
    color:#000000;
    padding-left:12px;
    overflow: hidden;
    transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home_flash_item a:hover {
    color:#0068b7;
    padding-left: 20px;
}
.home_flash_item a:after {
    content: "";
    position: absolute;
    left: 0;
    top:50%;
    margin-top:-2.5px;
    width: 5px;
    height:5px;
    background:#0068b7;
    border-radius:50%;
}



.home_technology {
    position: relative;
    background: #fff;
    height:360px;
    padding:13px 13px 0;
}
.home_technology_title {
    width: 329px;
    height:70px;
    line-height: 70px;
    font-size:20px;
    color:#ffffff;
    text-align: center;
    background:url(../upload/home_d3.jpg) no-repeat center center;
}


/********    产品中心    ************/
.product_cont {
    padding:60px 0;
}

.product_left {
    width: 350px;
}
.sidebar ul li {
    position: relative;
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    color: #04365a;
    background: #f3f7f9;
    margin-bottom: 2px;
    overflow: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sidebar ul li a {
    position: relative;
    z-index: 99;
    background: transparent;
    display: block;
    color:#04365a;
    padding:0 24px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	text-align:center;
}
.sidebar ul li.current:after,.sidebar ul li:hover:after {
    content: "";
    position: absolute;
    z-index:1;
    top:0;
    left:0;
    width: 5px;
    height:100%;
    background: #0068b7;
}

.sidebar ul li:hover a ,.sidebar ul li.current a  {
   color:#0068b7;    font-weight: bold;
}


.product_right {
    width:780px;
}
.product_right img {
    max-width: 100%;
}
.product_a {
    margin-bottom: 22px;
} 
.product_describe_title {
    height:45px;
    border-bottom: 1px solid #e6e5ea;
    margin-bottom: 15px;
}
.product_describe_title span {
    position: relative;
    display: block;
    float: left;
    width:107px;
    height:44px;
    line-height: 43px;
    border: 1px solid #e6e5ea; 
    border-bottom: 0;
    font-size:15px;
    color:#888888;
    margin-right: -1px;
    text-align: center;
    cursor: pointer;
}
.product_describe_title span.current {
    background: #f3f7f9;
}
.product_describe_title span.current:after {
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height:4px;
    background: #0068b7;
} 
.product_text {
    font-size:14px;
    color:#595858;
    line-height: 24px;
}
.product_text p {
    margin-bottom: 24px;
}


.foot_top {
    background: #333333;
    padding:35px 0;
}
.foot_list {
    float: left;
    width: 145px;
    padding-left:20px;
}
.foot_list_last {
    width: 295px;
}
.foot_title {
    font-size:16px;
    color:#ffffff;
}
.foot_title a {
    color:#fff;
}
.foot_btm {
    margin-top: 10px;
}
.foot_btm a {
    display: block;
    font-size:14px;
    color:rgba(255,255,255,0.45);
    line-height: 24px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.foot_btm a:hover {
    color:#0068b7;
    padding-left: 10px;
}

.foot_contact {
    font-size:14px;
    color:rgba(255,255,255,0.45);
    line-height: 18px;
    margin-top: 14px;
}
.foot_contact_item {
    margin-bottom: 10px;
}
.foot_contact_item img {
    margin:-3px 6px 0 0;
}
.foot_contact_left {
    width:68px;
}
.foot_contact_right {
    width:200px;
}
.foot_copy {
    background: #242424;
    text-align: center;
}
.copy {
    font-size:13px;
    color:#fff;
    padding:15px 0;
}



/**********     公司业绩   *********/
.result_cont {
    padding:60px 0 84px;
}
.result_group {
    margin-right: -19.5px;
}
.result_item {
    position:relative;
    top:0;
    float: left;
    width:377px;
    height:373px;
    padding:10px;
    margin: 0 19.5px 38px 0 ;
    border:1px solid #ececec;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.result_item:hover {
    top:-10px;
}
.result_picture {
    position: relative;
    width:355px;
    height:187px;
    overflow: hidden;
}
.result_picture img {
    width:355px;
    height:187px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.result_picture:hover img  {
    transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
}

.result_item_side {
    position: absolute;
    z-index:99;
    top:10px;
    right:9px;
    width:64px;
    height:58px;
    background: #0068b7;
    color:#fff;
    line-height: 1;
    padding-top: 8px;
    text-align: center;
}
.result_item_date {
    font-size: 25px;
    margin-bottom: 4px;
}
.result_item_year {
    font-size: 14px;
}

.result_btm {
    padding-top: 19px;
}
.result_item_title {
    font-size: 16px;
    color:#000000;
    margin-bottom: 8px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.result_item_text {
    font-size: 14px;
    color:#7f7f7f;
    line-height: 24px;
    margin-bottom: 10px;
}
.result_item_more {
    font-size: 14px;
    color:#6d6d6d;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.result_item:hover .result_item_more {
    color:#0068b7;
}
.result_item:hover .result_item_title {
    color:#0068b7;
}



.page a,.page span {
    display: inline-block;
    font-size: 15px;
    color:#6c7178;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin:0 7px;
    background:#e6e6e6;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.page a:hover,.page span.current {
    background: #0068b7;
    color:#fff;
}


.result_details_cont {
    padding:60px 0 40px;
}
.result_details_title {
    text-align: center;
    margin-bottom: 26px;
}
.result_details_title h4 {
    font-size: 21px;
    color:#000000;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 12px;
}
.result_details_title h6 {
    font-size: 13px;
    color:#7e7e7e;
}
.result_details_title h6 span {
    margin:0 14px;
}

.result_details_btm {
    border-bottom: 1px solid #e6e5ea;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.result_details_btm img {
    display: block;
    margin:10px auto;
    max-width: 100%;
}
.result_details_btm p {
    font-size: 14px;
    color:#000000;
    line-height: 24px;
}
.result_details_text {
    margin-bottom: 20px;
}
.result_details_text img{width:100% !important; height:auto !important;}

.result_page_item {
    width: 50%;
    font-size: 13px;
}
.result_page_item a {
    display: inline-block;
}
.result_page_icon {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
}
.result_page_text {
    display: inline-block;
    vertical-align: middle;
    width:400px;
}
.result_page_right {
    text-align: right;
}
.result_page_a {
    color:#848484;
}
.result_page_b {
    color:#257ec1;
}
.result_page_left .result_page_icon {
    margin-right:8px;
}
.result_page_right .result_page_icon {
    margin-left:8px;
}


/*********     关于我们         **********/
.about_descript {
    padding:58px 0 72px;
}
.about_descript_title {
    font-size: 28px;
    color:#000000;
    margin-bottom: 76px;
}
.about_descript_a {
    border-bottom:1px solid #e0e0e0;
    margin-bottom: 42px;
}
.about_descript_b {
    width: 692px;
    border-right:1px solid #e0e0e0;
}
.about_descript_c {
    width: 475px;
    text-align: right; 
}
.about_descript_d1 {
    font-size: 22px;
    color:#434242;
    margin-bottom: 12px;
}
.about_descript_d2 {
    font-size: 15px;
    line-height: 24px;
    color:#000000;
    margin-bottom: 24px;
}

.des_item {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    text-align: center;
    margin:0 32px;
}
.des_item_icon {
    margin-bottom: 10px;
}
.des_item_text {
    font-size: 14px;
    color:#004071;
    line-height: 20px;
}

.about_culture {
    background: url(../images/about_c.jpg) no-repeat center center;
    height:492px;
    color:#fff;
    padding-top: 58px;
}
.about_culture_title {
    font-size: 22px;
    margin-bottom: 112px;
}
.about_culture_group {
    font-size: 0;
    text-align: center;
}
.culture_item {
    display: inline-block;
    vertical-align: top;
    width: 165px;
    margin:0 27px;
}
.culture_item_title {
    font-size:20px;
    margin-bottom: 90px;
}
.culture_item_text {
    font-size:15px;
    line-height: 24px;
    text-align: left;
}

.about_btm {
    padding:70px 0 75px;
}
.about_btm_item {
    width: 537px;
    height: 265px;
    text-align: center;
    padding-top: 48px;
}
.about_btm_left {
    background: url(../images/about_d1.png) no-repeat
}
.about_btm_right {
    background: url(../images/about_d2.png) no-repeat
}
.about_btm_item_icon {
    margin-bottom: 20px;
}
.about_btm_item_title {
    font-size:22px;
    color:#282828;
    margin-bottom: 16px;
}
.about_btm_item_text {
    font-size:15px;
    color:#282828;
}


/************      联系我们       ***********/
.contact_cont {
    padding:60px 0 90px;
}
.map {
    width: 100%;
    height: 394px;
    margin-bottom: 65px;
}

.contact_group {
    margin-bottom: 50px;
}
.contact_item {
    float: left;
    width: 390px;
    padding:0 80px;
    text-align: center;
}
.contact_item_icon {
    margin-bottom: 12px;
}
.contact_item_title {
    font-size: 16px;
    color:#0068b7;
    margin-bottom: 20px;
}
.contact_item_text {
    font-size: 14px;
    color:#282828;
    line-height: 20px;
}

.contact_input_title {
    font-size: 18px;
    color: #282828;
    margin-bottom: 48px;
    text-align: center;
}
.contact_list {
    margin-bottom: 15px;
}
.contact_input {
    width: 100%;
    height: 52px;
    line-height: 24px;
    font-size:14px;
    color:#ababab;
    padding:13px 15px;
    border:1px solid #d5e1e4;
    border-radius: 3px;
}

.contact_area {
    width: 100%;
    height: 124px;
    line-height: 24px;
    font-size:14px;
    color:#ababab;
    padding:8px 15px;
    border:1px solid #d5e1e4;
    border-radius: 3px;
}
.contact_group_btm {
    margin-top: 32px;
    text-align: center;
}
.contact_btn {
    width: 116px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
    color:#fff;
    background: #0068b7;
    border:0;
    border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact_btn:hover {
    background:transparent;
    border:1px solid #0068b7;
    color:#0068b7;
}


/********     加入我们    ********/
.join_cont {
    padding:60px 0 75px;
}
.join_top h4 {
    font-size:20px;
    color:#000000;
    margin-bottom: 20px;
}
.join_top_text {
    font-size:13px;
    color:#5c5c5c;
    line-height: 24px;
}
.recruitment_list ul li {
    color: #666666;
    margin-bottom: 8px;
}
.recruitment_list ul li.current .recruitment_list_top {
    background: #0068b7;
    color: #fff;
}
.recruitment_list ul li.current .toggle_icon {
    background: url(../images/toggle_icon4.png) no-repeat center center;
}
.recruitment_list_top {
    position: relative;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    font-size: 15px;
    color: #000000;
    background:#eef1f5;
}
.toggle_icon {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 12px;
    width: 36px;
    height: 36px;
    background: url(../images/toggle_icon3.png) no-repeat center center;
    cursor: pointer;
}

.recruitment_list_btm {
    padding:20px 0;
}
.recruitment_list_item {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 10px;
}
.recruitment_list_left {
    font-weight: bold;
    color:#696969;
    width: 110px;
}
.recruitment_list_right {
    width:980px;
    color:#000000;
}
.recruitment_list_right img {
    margin:-3px 6px 0 0;
}
.recruitment_list_right span {
    margin-right:10px;
}


/*********      新闻    ***********/
.news_cont {
    padding:60px 0;
}
.news_group {
    margin-bottom: 50px;
}

.news_left {
    width: 850px;
}
.news_item {
    position: relative;
    top: 0;
    margin-bottom: 24px;
    transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
     padding-bottom: 25px;
    border-bottom: 1px solid #efefef;
}
.news_item:hover {top:-10px;}
.news_img {
    width: 245px;
    height: 153px;
    overflow: hidden;
}
.news_img img {
    width: 245px;
    height: 153px;
    overflow: hidden;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.news_img:hover img  {
    transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
}

.news_item_right {
    width: 570px;
}
.news_item_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 24px;
    font-weight: bold;
}
.news_item_date {
    font-size:13px;
    color:#919191;
    margin-bottom: 10px;
}
.news_item_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 15px;
}
.news_item_link a{color: #b60005;}
.ckddde{
	float:left;
    font-size: 14px;
    color: #999;
}
.news_item_more {
    font-size: 14px;
    color:#0068b7;
}

.news_right {
    width: 280px;
}
.news_search_cont {
    margin-bottom: 25px;
    border:1px solid #d5e1e4;
    height: 45px;
}
.news_search_text {
    width:302px;
    height:43px;
    line-height: 23px;
    border-right: 0;
    padding:10px 10px;
    font-size:15px;
    color:#757575;
}
.news_search_btn {
    width:43px;
    height:43px;
    background:url(../images/search.png) no-repeat center center;
}
.news_link {
    margin-bottom: 60px;
}
.latest_title {
    font-size:18px;
    color:#000000;
    margin-bottom: 20px;
}
.latest_item {
    margin-bottom: 20px;
}
.latest_item_img {
    width:106px;
    height: 66px;
    overflow: hidden;
}
.latest_item_img img {
    width:106px;
    height: 66px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.latest_item_img:hover img  {
    transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
}
.latest_item_right {
    width: 160px;
}
.latest_item_title {
    font-size: 16px;
    color:#414141;
    line-height: 20px;
    margin-bottom: 8px;
    transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.latest_item_date {
    font-size: 13px;
    color:#919191;
}
.latest_item:hover .latest_item_title {
    color:#0068b7;
}


.news_det_btm {
    border-bottom: 1px solid #e6e5ea;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    color:#626262;
    line-height: 24px;
}
.news_det_btm p {
    margin-bottom: 20px;
}

.news_left .result_details_title {
    text-align: left;
}
.news_left .result_page_text {
    width: 300px;
}



/**********     业务领域    *********/
.tcg {
    padding: 43px 0 68px;
}
.tcg_a {
    font-size: 38px;
    color:#0068b7;
    text-align: center;
    margin-bottom: 14px;
}
.tcg_a span {
    display: inline-block;
    position: relative;
}
.tcg_a span:before,.tcg_a span:after {
    content:"";
    position: absolute;
    top:50%;
    margin-top: -2.5px;
    width: 323px;
    height: 5px;
    background: #0068b7;
}
.tcg_a span:before {
    left:-340px;
}
.tcg_a span:after {
    right:-340px;
}


.tcg_b {
    width: 830px;
    font-size: 18px;
    color:#070707;
    line-height: 32px;
    margin:0 auto;
    text-align: center;
    margin-bottom: 25px;
}
.tcg_c {
    font-size: 29px;
    color:#0068b7;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.tcg_d {
    height: 404px;
    border:4px solid #0068b7;
    padding:18px 28px 0;
    margin-bottom: 38px;
}
.nebo_top {
    font-size: 22px;
    color:#b60005;
    line-height: 42px;
    margin-bottom: 25px;
    margin-top: -3px;
}
.nebo_top span {
    display: inline-block;
    vertical-align: middle;
    width:42px;
    height:42px;
    line-height: 42px;
    background: #b60005;
    font-size: 40px;
    color:#fff;
    font-style: italic;
    margin-right: 18px;
    text-align: center;
    padding-right: 5px;
}
.nebo_left {
    width: 273px;
    height:289px;
    overflow: hidden;
}
.nebo_left img {
    width: 273px;
    height:289px;
}
.nebo_right {
    width:795px;
}
.nebo_right_text {
    position: relative;
    font-size: 15px;
    color:#282828;
    line-height: 26px;
    padding-left:30px;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
}
.nebo_right_text:after {
    content:"";
    position: absolute;
    left:0;
    top:8px;
    width: 11px;
    height: 11px;
    background: #0068b7;
    border-radius: 50%;
}

.tcg_group {
    margin-right: -36px;
}
.tcg_item {
    float: left;
    position: relative;
    width:366px;
    height:418px;
    margin-right: 36px;
    border:1px solid #e1e1e1;
}
.tcg_item:after {
    content:"";
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height:7px;
    background: #0068b7;
}
.tcg_item_img {
    width:364px;
    height:177px;
    overflow: hidden;
}
.tcg_item_img img {
    width:364px;
    height:177px;
}
.tcg_item_btm {
    border-top:1px solid #e1e1e1;
    padding: 20px 30px 0;
} 

.tcg_item_a {
    font-size: 22px;
    color:#b60005;
    line-height: 42px;
    margin-bottom: 18px;
}
.tcg_item_a span {
    display: inline-block;
    vertical-align: middle;
    width:42px;
    height:42px;
    line-height: 42px;
    background: #b60005;
    font-size: 40px;
    color:#fff;
    font-style: italic;
    margin-right: 18px;
    text-align: center;
    padding-right: 5px;
    margin-top: -3px;
}
.tcg_item_b {
    font-size: 15px;
    color:#282828;
    line-height: 26px;
}
.emergency {
    background: url(../images/emergency_bj.jpg) no-repeat center center;
    height: 839px;
    padding-top: 90px;
}
.emergency_top {
    color:#fff;
    margin-bottom: 64px;
}
.emergency_top h4 {
    font-size: 38px;
    margin-bottom: 16px;
}
.emergency_top p {
    width: 830px;
    font-size: 18px;
    color:#fff;
    line-height: 32px;
    margin:0 auto;
    text-align: center;
}
.emergency_top p span { font-weight: bold; }
.emergency_item {
    float: left;
    width:366px;
    height: 450px;
    background: #fff;
    overflow: hidden;
    border:1px solid #e1e1e1;
    margin-right: 36px;
    padding: 44px 25px 0;
    text-align: center;
}
.emergency_item:last-child {
    margin-right: 0;
}
.emergency_item_icon {
    margin-bottom: 18px;
}
.emergency_item_title {
    font-size: 20px;
    color:#e10601;
    margin-bottom: 18px;
}
.emergency_item_line {
    width: 74px;
    height: 4px;
    background: #0068b7;
    margin:0 auto 25px;
}
.emergency_item_text {
    font-size: 16px;
    color:#676767;
    line-height: 28px;
}

.performance {
    padding: 60px 0;
}
.performance_top {
    font-size: 38px;
    color:#0068b7;
    text-align: center;
    margin-bottom: 56px;
}
.performance_top span {
    display: inline-block;
    position: relative;
}
.performance_top span:before,.performance_top span:after {
    content:"";
    position: absolute;
    top:50%;
    margin-top: -2.5px;
    width: 423px;
    height: 5px;
    background: #0068b7;
}
.performance_top span:before {
    left:-454px;
}
.performance_top span:after {
    right:-454px;
}

.performance_group {
    margin-bottom: 24px;
}
.performance_item {
    border:1px solid #e1e1e1;
    margin-bottom: 16px;
}
.performance_item_img {
    width: 365px;
    height:238px;
    border-right: 1px solid #e1e1e1;
    margin-right: 24px;
    overflow: hidden;
}
.performance_item_img img {
    width: 365px;
    height:238px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.performance_item_img:hover img  {
    transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    -o-transform: scale(1.1); 
}

.performance_item_right {
    width: 748px;
    padding-top: 26px;
}
.performance_item_title {
    font-size: 20px;
    color:#0068b7;
    margin-bottom: 16px;
}
.performance_item_date {
    font-size: 14px;
    color:#5a5b5c;
    margin-bottom: 6px;
}
.performance_item_text {
    font-size: 14px;
    color:#5a5b5c;
    line-height: 24px;
    margin-bottom: 15px;
}
.performance_item_more {
    display: inline-block;
    width:79px;
    height:38px;
    line-height: 34px;
    border:2px solid #0068b7;
    font-size: 15px;
    color:#0068b7;
    text-align: center;
    border-radius: 30px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.performance_item_more:hover {
    background: #0068b7;
    color:#fff;
}

.performance_btm a {
    display: block;
    height: 55px;
    line-height:53px;
    font-size: 14px;
    color:#5a5b5c;
    text-align: center;
    border:1px solid #e1e1e1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.performance_btm a:hover {
    border:1px solid #0068b7;
    color:#0068b7;
}

.performance_btm img {
    margin:-3px 0 0 8px;
}

.business_contact {
    height:172px;
    background: #0068b7;
    padding-top: 50px;
}
.business_contact_infor {
    text-align: center;
}
.business_contact_left {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.business_contact_right {
    display: inline-block;
    vertical-align: middle;
    font-size: 38px;
    color:#ffffff;
    font-weight: bold;
    font-style: italic;
}

.business_message {
    padding:50px 0 70px;
}


.business_banner {
    height:500px;
}
.business_banner>img {
    height:500px;
}
.business_banner_inside {
    position: absolute;
    top:80px;
    left: 0;right:0;
    width: 1170px;
    color:#fff;
    margin:0 auto;
    text-align: center;
}
.business_banner_a {
    font-size: 33px;
    margin-bottom: 16px;
}
.business_banner_b {
    font-size: 57px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 16px;
}
.business_banner_c {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 45px;
}
.business_banner_c span {
    margin:0 16px;
}
.business_banner_c img {
    margin:-3px 8px 0 0;
}

.banner_more {
    display: inline-block;
    width: 169px;
    height: 46px;
    line-height: 42px;
    font-size: 17px;
    color:#fff;
    border:2px solid #ffffff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.banner_more.current {
     background: #fff;
     color:#0462a4;
}
.banner_mr {
    margin-right: 20px;
}

.banner_more:hover {
    background: #fff;
    color:#0462a4;
}
.banner_more.current:hover {
    background: transparent;
    color:#fff;
}


@media screen and (max-width: 768px){
    html { max-width: 750px; margin: 0 auto; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: transparent;background: #fff;
    padding: 0;}
    body { font-family: Arial;max-width: 750px; }
    *{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; box-sizing: border-box;  }
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
    form, fieldset, input, textarea, p, blockquote, th, td, img, span { padding: 0; margin: 0; }
    fieldset, img { border: 0; }
    address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
    ol, ul, li { list-style: none; }
    div, dl, dt, dd, ol, ul, li { zoom: 1; }
    caption, th { text-align: left; }
    h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
    q:before, q:after { content: ''; }
    abbr, acronym { border: 0; }
    b, strong {font-weight: bold;}
    a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
    table{ border-collapse:collapse; } 
    body{ margin:0 auto; max-width: 750px; overflow-x:hidden; }

    input,textarea {outline:0;resize:none;  box-sizing: border-box; font-size:.7rem;}
    button,
    optgroup,
    select,
    textarea {
        -webkit-appearance:none;
        color: inherit;
        font: inherit;
        margin: 0;
    }
    button { overflow: visible; box-sizing: border-box; outline:0;resize:none;}
    button,select { text-transform: none;}
    /* input[type="text"] {border-radius:0;} */
    button,
    input[type="button"],input[type="reset"],input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }
    button[disabled],input[disabled] { cursor: default;}
    button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0;}

    input {
        line-height: normal;
        box-sizing:border-box;
    }
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
        display:none;
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    label {
        display: inline-block;
        max-width: 100%;
    }
    .wrap {
        width: 100%;
    }
    img { border: 0; vertical-align: middle; width:100%;}    
    .header { display: none; }
    .floot {
        position: fixed;
        z-index: 999;
        width: 30px;
        top:auto;
        margin-top:0;
        bottom: 40px;
        right: 0;
    }

    .phone_header {
        display: block;
        width: 100%;
        height: 58px;
        line-height: 58px;
        font-size: .8rem;
        color: #333;
        box-shadow: 0 1px 8px #ddd;
        background: #fff;
        /*border-bottom: 1px solid #ddd;*/
    }
    .phone_left {
        /*width: 100px;
        margin-left: 15px;
        text-align: left;*/
    }
    .phone_left img {
        height:34px;    width: auto;
    }
    .phone_center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }
    .phone_center img {
        width: auto;
        height: 36px;
    }
    .phone_right {
    position: absolute;
    right: 15px;
    top: 0px;
	/*	
        width: 100px;
        text-align: right;
        margin-top:0;
        margin-right: 15px;
		*/
		
    }
    .phone_right img {
        width: 23px;
    }

    .phone_nav { display: block; }
    .phone_mask { 
        position: fixed;  
        z-index: 999; 
        top: 0;  left: 0; 
        width: 100%; 
        height: 100%; 
        background: rgba(0, 0, 0, 0.6); 
        display: none; 
    }
    .phone_nav_right { 
        position: fixed; 
        top: 0; 
        right: -70%; 
        width: 60%; 
        height: 100%; 
        overflow-y:scroll;
        -webkit-overflow-scrolling: touch;
        z-index:1000; 
        background: #fff; 
    }
     
    .phone_nav_list a { 
        display: block; 
        border-bottom: 1px solid #ddd; 
        font-size: 15px; 
        color: #333; 
        height:49px; 
        line-height:49px;
        padding:0 15px; 
    }
    .phone_nav_list a:hover {color: #1f98f5; }
    .phone_nav_list li.current>a { color:#1f98f5; }
    .phone_nav_drop { display: none; }
    .phone_nav_drop a { display: block; padding:0 15px 0 40px; color:#666; }

    .dm_box {
        padding:10px 15px;
        background: #fff;
        display: block;
    }
    .dm_text {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        color: #666;
        padding: 6px 0;
        line-height: 20px;
        background: transparent;
        border-bottom: 1px solid #e5e5e5;
    }
    .head_search {
        width: 17px;
        margin-left:20px;
    }

    .slider_wrap {
        position: relative;
        z-index: 99;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }
    .slider_wrap::-webkit-scrollbar{
        display:none; 
        width:0px; 
        -webkit-appearance: none;
    }
    .slider_wrap_item { 
        white-space: nowrap; 
    }

    /***********   首页  ********/
    .side_banner {
        height: auto;
    }
    .side_banner .swiper-slide {
        position: relative;   
        width: 100%;
        height: auto;  
        overflow: hidden; 
    }
    .side_banner .swiper-slide img {
        position: relative;
        left: 0;
        margin-left:0;
        height:auto;
    }
    .side_banner .swiper-button-next, .side_banner .swiper-button-prev {
        display: none;
    }

    .home_about {
        background: #fff;
        height: auto;
        text-align: center;
        padding:10px 15px 10px;
    }
    .home_about_title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .home_about_text {
        width: 100%;
        margin-bottom: 20px;
    }
    .home_about_group {
        padding:20px 0;
    }
    .home_about_item {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 160px;
        height: auto;
        padding: 0 10px;
        border-right: 1px solid #ededed;
    }
    .home_about_item_icon img {
        width: auto;
        height: 28px;
    }
    .home_about_item_title {
        font-size: 16px;
    }
    .home_about_item_text {
        white-space: normal;
        line-height: 20px;
    }

    .home_field {
        background: url(../images/home_bj2.jpg) no-repeat center center;
        background-size:100% 100%;
        height: auto;
        color: #fff;
        text-align: center;
        padding: 20px 15px 30px;
    }
    .home_field_top {
        margin-bottom: 20px;
    }
    .home_field_top h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .field_item_icon img {
        width: auto;
        height: 28px;
    }
    .home_field_item {
        float: none;
        width: 100%;
        height: auto;
        background: rgba(255,255,255,0.15);
        padding: 20px 15px ;
        margin-bottom: 20px;
    }
    .field_item_title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .home_result {
        padding: 20px 15px 30px;
    }
    .home_result_top {
        position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      line-height: 1;
      margin-bottom: 20px;
    }
    .home_result_left  {
        font-size: 20px;
        -webkit-box-flex: 1;
          -webkit-flex: 1;
          flex: 1;
          min-width: 0;
    }
    .home_result_right .home_about_link {
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #fff;
        background: #0068b7;
        text-align: center;
    }
    .home_result_group {
        margin-right: 0;
    }
    .home_result_group .result_item {
        float: none;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0 0 20px 0;
        border: 0;
        box-shadow: -5px 0 5px #f8f8f8, 5px 0 5px #f8f8f8, 0 -5px 5px #f8f8f8, 0 5px 5px #f8f8f8;
    }
    .home_result_group .result_btm {
        padding: 15px 15px 20px ;
    }
    
    .home_news {
        background: #f8f8f8;
        height: auto;
        padding:20px 15px 30px;
    }
    .home_news_group {
        margin-right: 0;
    }
    .home_news_item {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }
    .home_news_title {
        font-size: 20px;
        color: #282828;
        margin-bottom: 20px;
    }
    .home_company {
        position: relative;
        background: #fff;
        height: auto;
        padding: 0 0  30px;
    }
    .home_company_picture {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .home_company_picture img {
        width: 100%;
        height: auto;
    }
    .home_company_text {
        padding:10px 15px;
    }
    .home_company_link {
        position: relative;
        left: auto;
        bottom: auto;
        width: 100%;
        text-align: center;
    }

    .home_flash {
        position: relative;
        background: #fff;
        height: auto;
        padding:0 0 30px;
    }
    .home_flash_title {
        width: 329px;
        height: 70px;
        line-height: 70px;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
        background: url(../upload/home_d2.jpg) no-repeat center center;
        margin:0 auto;
    }
    .home_flash_item {
        margin-top: 0;
        padding:15px;
    }

    .home_technology {
        position: relative;
        background: #fff;
        height: auto;
        padding:0 0 30px;
    }
    .home_technology_title {
        margin:0 auto;
    }

    /************     加入我们     **********/
    .join_cont {
        padding:30px 15px;
    }
    .join_top {
        margin-bottom: 20px;
    }
    .join_top h4 {
        font-size: 16px;
        color: #000000;
        margin-bottom: 12px;
    }
    .recruitment_list_right img {
        width: auto;
    }
    .recruitment_list_btm {
        padding: 15px 0 10px;
    }
    .recruitment_list_item {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .recruitment_list_left {
        width: 100%;
        float:none;
        font-size:14px;
        margin-bottom: 5px;
    }
    .recruitment_list_right {
        width: 100%;
         float:none;
    }

    /**********    关于我们    **********/
    .news_banner {
        position: relative;
        width: 100%;
        height: 80px;
        overflow: hidden;
    }
    .news_banner>img {
        position: relative;
        left:0;
        width: 100%;
        height: 80px;
        margin-left:0;
    }
    .news_banner_text {
        position: absolute;
        left:0;
        right: 0;
        top:50%;
        transform: translate(0,-50%);
        width: 100%;
        margin:0 auto;
        color:#fff;
        padding:0 15px;
        text-align: center;
    }
    .news_banner_title {
        font-size: 19px;
        /*margin-bottom: 6px;*/
    }
    .news_banner_link {
        font-size: 13px;
        color:#fff;
    }
    .news_banner_link img {
        width: 6px;
    }
    .news_banner_drop {
        display: none;
    }

    .about_descript {
        padding: 30px 15px;
    }
    .about_descript_title {
        font-size: 19px;
        color: #000000;
        margin-bottom: 15px;
    }
    
    .about_descript_a {
        margin-bottom: 20px;
    }
    .about_descript_b {
        width: 100%;
        border-right:0;
    }
    .about_descript_c {
        width: 100%;
        float: none;
        text-align: left;
    }
    .about_descript_c img {
        width: 60%
    }
    .about_descript_d1 {
        font-size:18px;
    }
    .des_item {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        text-align: center;
        margin: 0 15px 0 0;
    }
    .des_item_icon img {
        width:50px;
    }
    .des_item_text {
        white-space: normal;
    }
    .about_culture {
        background: #004071;
        height: auto;
        color: #fff;
        padding:30px 15px;
    }
    .about_culture_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .culture_item_title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .culture_item {
    display: inline-block;
        vertical-align: top;
        width: 140px;
        margin: 0 15px 0 0;
    }
    .culture_item_text {
        white-space: normal;
        line-height: 20px;
    }
    
    .about_btm {
        padding: 30px 15px;
    }
    .about_btm_item_icon img {
        width: auto;
        height:36px;
    }
    .about_btm_item {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 20px 15px;
        background-size:100% 100%;
    }
    .about_btm_left {
        margin-bottom: 20px;
    }    
    .about_btm_item_icon {
        margin-bottom: 10px;
    }
    .about_btm_item_title {
        font-size:18px;
        margin-bottom: 8px;
    }

    .foot_top {
        display: none;
    }
    .copy {
        font-size: 13px;
        color: #fff;
        padding: 12px 15px;
    }

    /**********     联系我们    ********/
    .contact_cont {
        padding: 30px 15px;
    }
    .map {
        width: 100%;
        height: 200px;
        margin-bottom: 40px;
    }
    .contact_item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width:140px;
        padding:0 5px;
    }
    .contact_item_icon img {
        width: auto;
        height:30px;
    }
    .contact_item_title {
        margin-bottom: 15px;
        white-space:normal;
    }
    .contact_item_text {
        white-space:normal;
    }
    .contact_input_title {
        font-size: 18px;
        color: #282828;
        margin-bottom: 20px;
        text-align: center;
    }
    .contact_group_btm {
        margin-top: 30px;
        text-align: center;
    }
    .contact_group {
        margin-bottom: 30px;
    }
    .contact_btn {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        color: #fff;
        background: #0068b7;
        border: 0;
        border-radius: 3px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    /*********   业绩   ********/
    .result_cont {
        padding: 0px 15px;
    }
    .result_group {
        margin-right:0;
        margin-bottom: 10px;
    }
    .result_item {
        float: none;
        width: 100%;
        height: auto;
        padding: 10px;
        margin: 0 0 20px 0;
        border: 1px solid #ececec;
    }
    .result_picture {
        position: relative;
        width: 100%;
        height: 45.5vw;
        overflow: hidden;
    }
    .result_picture img {
        width: 100%;
        height: 45.5vw;
    }
    .result_btm {
        padding: 18px 0;
    }


    .result_details_cont {
        padding: 20px 15px 30px;
    }
    .result_details_title {
        margin-bottom: 10px;
    }
    .result_details_title h4 {
        font-size: 18px;
        color: #000000;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    .result_details_title h6 span {
        margin: 0 6px;
    }
    .result_details_btm {
        border-bottom: 1px solid #e6e5ea;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }
    .result_page_item a {
        position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .result_page_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
    }
    .result_page_left {
        padding-right: 10px;
    }
    .result_page_right {
        padding-left: 10px;
    }

    /********  产品中心    ********/
    .product_cont {
        padding: 20px 15px 30px;
    }
    .product_left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .sidebar ul li {
        position: relative;
        float: left;
        display: block;
        width:48%;
        margin-right: 4%;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        color: #04365a;
        background: #f3f7f9;
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .sidebar ul li:nth-child(2n) {
        margin-right: 0;
    }
    .product_right {
        width: 100%;
    }
    .product_describe_title {
        height: auto;
    }
    .product_describe_title span {
        position: relative;
        display: block;
        float: left;
        width: 25%;
        height: 40px;
        line-height: 39px;
        border: 1px solid #e6e5ea;
        border-bottom: 0;
        font-size: 14px;
        color: #888888;
        margin-right: -1px;
        text-align: center;
        cursor: pointer;
    }
    .product_text {
        line-height: 20px;
    }
    .product_text p {
        margin-bottom: 15px;
    }

    .news_cont {
        padding: 20px 15px 30px;
    }
    .news_left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .news_group {
        margin-bottom: 30px;
    }
    .news_img {
        width: 100%;
        height: 57vw;
        overflow: hidden;
        float: none;
        margin-bottom: 15px;
    }
    .news_img img {
        width: 100%;
        height: 57vw;
    }
    .news_item_right {
        width: 100%;
        float: none;
    }
    .news_item_title {
        font-size: 18px;
        color: #414141;
        margin-bottom: 10px;
    }

    .news_right {
        width: 100%;
        float: none;
    }
    .news_search_cont {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .news_search_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        float: none;
        height: 44px;
        line-height: 30px;
        border: 1px solid #f1f1f1;
        border-right: 0;
        padding: 6px 10px;
        font-size: 14px;
        color: #757575;
    }
    .news_search_btn {
        width: 44px;
        height: 44px;
        float: none;
    }
    .news_link {
        margin-bottom: 20px;
    }
    .latest_item a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .latest_item_img {
        float: none;
        margin-right: 15px;
    }
    .latest_item_right {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }
    .latest_item_title {
        font-size: 14px;
        color: #000000;
        line-height: 20px;
        margin-bottom: 4px;
    }


    /*********  业务领域    ********/
    .business_banner {
        height: auto;
    }
    .business_banner>img {
        height: auto;
    }
    .business_banner_inside {
        width: 100%;
        padding:0 15px;
        top:50%;
        transform: translate(0,-50%);
    }
    .business_banner_a {
        font-size:14px;
        margin-bottom: 6px; 
    }
    .business_banner_b {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .business_banner_c {
		    padding-top: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .business_banner_c img {
        width: 18px;
    }
    .banner_more {
        width: 120px;
        height: 36px;
        line-height: 32px;
        font-size: 14px;
    }
    .business_banner_c span {
        margin:0 6px;
    }


    .tcg {
        padding: 20px 15px 30px;
    }
    .tcg_a {
        font-size: 20px;
        color: #0068b7;
        text-align: center;
        margin-bottom: 10px;
    }
    .tcg_a span:before, .tcg_a span:after {
        display: none;
    }
    .tcg_b {
        width: 100%;
        font-size: 14px;
        color: #070707;
        line-height: 20px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 15px;
    }
    .tcg_c {
        font-size:20px;
    }
    .tcg_d {
        height: auto;
        border: 2px solid #0068b7;
        padding: 15px 10px 10px;
        margin-bottom: 20px;
    }
    .nebo_top {
        font-size: 16px;
        color: #b60005;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .nebo_top span {
        width: 24px;
        height: 24px;
        line-height: 26px;
        font-size:16px;
        margin-right: 5px;
        padding-right: 2px;
        margin-top: -3px;
    }
    .nebo_right {
        width: 100%;
        margin-top: 20px;
    }
    .nebo_right_text {
        position: relative;
        font-size: 14px;
        color: #282828;
        line-height: 20px;
        padding-left: 0;
        padding-bottom: 6px;
        margin-bottom: 6px;
        border-bottom: 1px solid #e1e1e1;
    }
    .nebo_right_text:after {
        display: none;
    }
    .tcg_group {
        margin-right: 0;
    }
    .tcg_item {
        float: none;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
        border: 1px solid #e1e1e1;
    }
    .tcg_item:after {
        display: none;
    }
    .tcg_item_img {
        position: relative;
        width: 100%;
        height: 35vw;
        overflow: hidden;
    }
    .tcg_item_img img {
        width: 100%;
        height: auto;
        top:50%;
        transform: translate(0,-10%);
    }
    .tcg_item_a {
        font-size: 16px;
        color: #b60005;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .tcg_item_btm {
        border-top: 1px solid #e1e1e1;
        padding: 15px 10px 20px;
    }
    .tcg_item_a span {
        width: 24px;
        height: 24px;
        line-height: 26px;
        font-size:16px;
        margin-right: 5px;
        padding-right: 2px;
        margin-top: -3px;
    }
    .tcg_item_b {
        font-size: 14px;
        color: #282828;
        line-height: 20px;
        white-space: normal;
    }

    .emergency {
        background: url(../images/emergency_bj.jpg) no-repeat center center;
        background-size:100% 100%;
        height: auto;
        padding:20px 15px 30px;
    }
    .emergency_top {
        margin-bottom: 20px;
    }
    .emergency_top h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .emergency_top p {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }
    
    .emergency_item {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: 170px;
        height: auto;
        background: #fff;
        overflow: hidden;
        border: 1px solid #e1e1e1;
        margin-right: 15px;
        padding: 20px 10px 30px;
        text-align: center;
    }
    .emergency_item_icon {
        margin-bottom: 10px;
    }
    .emergency_item_icon img {
        width: auto;
        height: 36px;
    }
    .emergency_item_title {
        font-size: 16px;
        color: #b60005;
        margin-bottom: 10px;
        white-space: normal;
    }
    .emergency_item_line {
        width: 52px;
        height: 2px;
        background: #0068b7;
        margin: 0 auto 15px;
    }
    .emergency_item_text {
        font-size: 14px;
        color: #676767;
        line-height: 20px;
        white-space: normal;
    }
    
    .performance {
        padding:20px 15px 30px;
    }
    .performance_top {
        font-size: 20px;
        color: #0068b7;
        text-align: center;
        margin-bottom: 20px;
    }
    .performance_top span:before, .performance_top span:after {
        display: none;
    }
    .performance_item {
        margin-bottom: 20px;
    }
    .performance_item_img {
        float:none; 
        width: 100%;
        height: 55vw;
        border-right: 0;
        margin-right: 0;
        overflow: hidden;
    }
    .performance_item_img img {
        width: 100%;
        height: 55vw;
    }
    .performance_item_right {
        float:none; 
        width: 100%;
        padding-top: 0;
        padding:15px 10px;
    }
    .performance_item_title {
        font-size: 16px;
        color: #0068b7;
        margin-bottom: 10px;
    }
    .performance_item_more {
        width: 120px;
    }
    .performance_btm a {
        height: 40px;
        line-height: 40px;
    }
    .performance_btm img{
        width: auto;
    }
    
    .business_contact {
        height: auto;
        background: #0068b7;
        padding:40px 15px;
    }
    .business_contact_left {
        width: 120px;
        margin-right: 10px;
    }
    .business_contact_right {
        width: 160px;
        font-size: 24px;
    }
    .business_message {
        padding:30px 15px;
    }
    .news_det_btm {
        padding-bottom: 10px;
    }
	
	
	
	/*tttttt*/
	.about_culture {
    background: #ffffff;
    height: auto;
    color: #fff;
    padding: 0px;
    font-size: 18px;
	}
	.about_culture  .about_descript_d1{      margin-bottom: 0px;  padding: 0px 15px;}
	.about_culture_group{display:none;}
	.about_culture_title{ margin-bottom:0px;}
	.about_descript_c{display:none;}
}














/*tttttt*/
.bigboxxx{ width:100%; float:left;}
.mainboxxx{ width: 100%;   display: block;    padding: 1%;    float: left;}
.bfz33dd{    border-radius: 3px; width:32%; height:40px; text-align:left;    padding-left: 10px; line-height:40px; background-color:#0478d0; margin-left:1%; display:block; float:left; margin-bottom:1%; color:#fff;}
.bfz33dd img{ height:20px; width:auto;}
.bfz33dd span{ margin-left:5px;}
.topdddc{    margin-top: 5px;}
.ywlldltt{    font-size: 20px; margin-left:1%; }
.ywlybtndd{ width:100%; margin-bottom:10px; border:1px #0068b7 solid; float:left;}
.lliggg{ display:inline-block; width:80px; padding:10px; float:left;}
.rrrrggg{ display:inline-block; float:left; padding:10px;    text-align: left;
width:-webkit-calc(100% - 80px); 
width:-moz-calc(100% - 80px); 
width:calc(100% - 80px); }
.imgboxxdd{background-color: #0068b7;border-radius: 10px; display:block; float:left; width:100%; height:60px; text-align:center;}
.imgboxxdd img{width:30px; margin-top:15px;}

.lindd01{ display:block; font-weight:bold;}
.lindd02{     display: block;
    font-size: 12px;
    line-height: 18px;}
.newtabdldl {
	font-size: 15px;
    width: 33%;
    height: 45px;
    text-align: center;
    line-height: 45px;
	background-color: #ededed;
    display: block;
    float: left;
    margin-bottom: 1%;
    color: #333;
	position:relative;
	cursor:pointer;
}
.xiaicod{ position:absolute; width:100%; height:20px; background:url(../images/xia.png) center no-repeat; bottom:-14px;    left: 0px; display:none;}
.newboxtadd{ width:100%; float:left;}
.ckcknewsd{    background-color: #0068b7;color: #fff;}
.ckcknewsd > .xiaicod{ display:block;}
.xinwfsfsd{    margin-top: 10px;}


.hslnewsbox{ margin:0 1rem; padding-bottom:1rem;}
.hslnewsbox .hd{ width:100%; height:4rem; line-height:4rem;background-color: #ededed; margin-bottom:1rem;}
.hslnewsbox .hd ul li{ float:left; width:33.3333333333333333333333333%;}
.hslnewsbox .hd ul li a{ display:block;height:4rem; line-height:4rem; text-align:center; position:relative; color:#333; font-size:1.4rem;}
.hslnewsbox .hd ul li i{display: none;position: absolute;font-size: 1rem;color: #ff6600;bottom: -2.4rem;left: 50%;margin-left: -1.2rem;}
.hslnewsbox .hd ul li.on a{background-color:#ff6600; color:#fff;}
.hslnewsbox .hd ul li.on i{ display:block;}
.fgfgrr { margin-top:10px;}
.fgfgrr  li{ border-bottom:1px dotted #ddd; width:100%; margin-bottom: 10px;    padding-bottom: 5px;   float: left;}
.fgfgrr  li.con3{ border-bottom:none; margin-bottom:0;}
.fgfgrr  li.con4{}
.fgfgrr li a{ display:block;}
.fgfgrr li .hslnewpic1{
	display: block;
	width: 33%;
	overflow: hidden;
	float: left;
	margin-right:2%;
}
.fgfgrr li .hslnewxtit{display:block; width:63%; float:left;}
.fgfgrr li b{
	display:block;
	font-size: 16px;
	height: 25px;
	line-height:25px;
	color: #333333;
	text-align: left;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fgfgrr li p{
color: #626262;
font-size: 12px;
line-height: 14px;
height:28px;
overflow:hidden;
-webkit-line-clamp: 2;
text-overflow: ellipsis;
text-align: justify;    position: relative;
}
.hslnewxtit>p>strong{position: absolute;
    right: 0px;
    background: #fff;bottom:0px;padding-left: 4px;
    line-height: 15px;
    height: 15px;}
.fgfgrr li i{
font-weight: normal;
font-size: 12px;
text-align: left;
display: block;
color: #999;
}
.fgfgrr li span{ display:block;}
.hslnewsbtn{ display:block; background-color:#0478d0; color:#fff; height:45px; line-height:45px; text-align:center; font-size:15px;}

.fa{ padding-right:12px;}
.faicode{}
.newnavdbdd{ display:block; height:58px; float:left; width:100%; z-index:9999;}
.clear{ clear:both;}
.swiper-pagination{background-color: rgba(0,0,0,0.5);    height: 26px;    bottom:0px !important;line-height: 26px;}

.news_banner_link{ display:none;}

.hslnewpic1 > img{ height:70px;}
.news_det_btm table{ width:100%;}




            
            .m-cl-1nt4-3-01-list {
                
            }
            
            .m-cl-1nt4-3-01-list dl {
                padding: 15px 0;
                border-bottom: 2px solid #e5e5e5;
                display: inline-block;
                width: 100%;
            }
            
            .m-cl-1nt4-3-01-list dt {
                width: 33.3%;
                float: left;
                margin-right: 5.6%;
            }
            
            .m-cl-1nt4-3-01-list dt img {
                width: 100%;
            }
            
            .m-cl-1nt4-3-01-list h3 {
                height: 30px;
                font-size: 16px;
                line-height: 30px;
                text-overflow: ellipsis;
                border-bottom: 2px solid #f1f1f1;
                overflow: hidden;
                white-space: nowrap;
            }
            
            .m-cl-1nt4-3-01-list-desc {
                margin-top: 5px;
                height: 42px;
                font-size: 14px;
                line-height: 21px;
                color: #626262;
                overflow: hidden;
            }
            
            .m-cl-1nt4-3-01-list-data {
                font-size: 14px;
                font-weight: bold;
                line-height: 21px;
                color: #626262;
                display: inherit;
                float: right;
                margin-top: -21px;
            }
            .m-cl-1nt4-3-01-list-data a{
                color: #626262;
            }
        



