﻿@charset "utf-8";
@import url("dll.css");
@import url("global.css");
@import url("module.css");
@import url("../../onlinecss/onlineeditor.css");
@import url("ddsmoothmenu.css");
@import url("animate.css");
/* 首页部分开始 */
.header {
    width: 100%;
    left: 0;
    z-index: 9999;
}
.header .topbar_box {
    width: 1170px;
    margin: 0 auto;
}
.header .topbar {
    height: 50px;
    background: #161616;
    color: #999ea3;
}
.header .topbar p {
    font-size: 1.1em;
    color: #7f8997;
    line-height: 50px;
    margin: 0;
}
.pull_left { float: left !important;}
.pull_right { float: right!important;}
.nav_box {
    background: #1d1d1d url("../Images/header-v5-bg.png") no-repeat center;
    background-size: cover;
}

/*search*/
.nav_search button {
    border: 0;
    background: 0 0;
    outline: 0;
    padding: 0;
    width: 32px;
    height: 90px;
}
.nav_search {
    background: url("../Images/masearch.png") no-repeat center;
    float: right;
    width: 32px;
    height: 90px;
}
.i_search {
    position: fixed;
    top: 180px;
    left: 530px;
    z-index: 1700;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    width: 900px;
    height: 116px;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.in { opacity: 1;}
.search3d_filp { perspective: 1300px;display: none;}
.search_dialog {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    -o-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.in .search_dialog {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}
.search_center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: center;
    align-content: center;
}
.search_content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.i_search ul {
    height: 116px;
    width: 900px;
    padding: 40px 40px 20px;
}
.i_search ul li {
    float: left;
    display: block;
    padding-bottom: 20px;
}
.i_search .s_int {
    background: 0 0;
    border: 1px solid #e4eaec;
    color: #fff;
    padding: 6px 15px;
    color: #76838f;
    height: 36px;
    line-height: 1.57142857;
    font-size: 14px;
    border-radius: 200px;
    width: 820px;
}
.i_search .s_btn {
    background: url("../Images/masearch2.png") no-repeat center center;
    border: palegoldenrod;
    position: absolute;
    top: 50px;
    right: 50px;
    width: 16px;
    height: 16px;
    background-size: 13px;
}
.contact_box { float: right;}
.i_contact ul { list-style: none;}
.i_contact ul li {  float: left;}
.i_contact ul li a {
    color: #A2A2A2;
    font-size: 13px;
    line-height: 49px;
    display: inline-block;
    padding: 0 0px;
    margin-right: 42px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.i_contact ul li:hover a { color: #3b6caa;}
.i_contact .sg_position {
    background: url("../Images/maposition.png") no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.i_contact .sg_tel {
    background: url("../Images/maemail.png") no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.i_contact .sg_timer {
    background: url("../Images/matel.png") no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

/*logo*/
.nav_box { position: relative;}
.nav_box .logo_box:before {
    background-color: #3b6caa;
    z-index: 1;
}
.logo_box:before {
    content: ' ';
    width: 2000px;
    position: absolute;
    top: 0;
    right: -30px;
    height: 110%;
    background: #e8a20d url("../Images/header-v5-bg.png") no-repeat 0 0;
    background-color: rgb(232, 162, 13);
    background-size: auto auto;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -o-transform: skewX(-45deg);
}
.logo_box {
    float: left;
    vertical-align: middle;
    line-height: 65px;
    position: relative;
    height: 90px;

}
.logo_box a {
    display: inline-block;
    max-width: 100%;
}
.logo_box img {
   /* height: 43px;
    width: 204px;*/
    position: relative;
    z-index: 1;
    min-height: 43px;
    max-height: 90px;
    margin-top: 10px;
}

/*language*/
.lan_box {
    height: 50px;
    float: left;
}
.lan_box li {
    float: left;
    padding-right: 5px;
    color: #7f8997;
    line-height: 49px;
}
.lan_box li a {
    color: #A2A2A2;
    font-size: 13px;
    line-height: 49px;
    display: block;
    height: 50px;
}

/*ecosocials社交圈*/
.ecosocials { float: right;}
.ecosocials ul {
    margin: 0;
    position: relative;
    border-left: 1px solid #212121;
    height: 50px;
}
.ecosocials li {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.maqq:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.maweixin:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.maweibo1:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.maweibo2:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.dropdown-menu {/* display: none; */}
.maqq { background: url("../Images/maqq.png") no-repeat center;}
.maweixin { background: url("../Images/maweixin.png") no-repeat center;}
.maweibo1 { background: url("../Images/maweibo1.png") no-repeat center;}
.maweibo2 { background: url("../Images/maweibo2.png") no-repeat center;}
/*mainmenu*/
.nav_fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.mainmenu_box {
    height: 65px;
    float: right;
}
.mainmenu_box .mfbox {
    background-color: #13a0b2 !important;
    position: relative;
    z-index: 1;
}
.mainmenu_box .mfbox::before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, .25);
    z-index: 1;
}
.caret {
    border-top: 4px solid;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-transform: scale(1.001);
    -ms-transform: scale(1.001);
    -o-transform: scale(1.001);
    transform: scale(1.001);
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*indexbanner*/
.i_banner_box .i_banner .fullSlide { width: 100%!important; height: 600px!important;}
.i_banner_box .i_banner .fullSlide .bd {height: 100%!important;}
.i_banner_box .i_banner .fullSlide .bd ul { height: 100%!important;}
.i_banner_box .i_banner .fullSlide .bd li { height: 100%!important;background-size: cover!important;background-position: center!important;}
.i_banner_box .i_banner .fullSlide .bd li a {  height: 100%!important;}


/*服务*/
.service_box {
    background: #E9E9EA;
    background-size: auto auto;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
}
.i_service .service_item {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
.i_service .i_service_list {
    width: 33.3%;
    float: left;
    padding: 0 15px;
}
.i_service .service_item { padding-bottom: 30px;}
.i_service .service_item .cover_img {
    border: 5px solid #fff;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.i_service .service_item .cover_img::before { background: #3b6caa !important;}
.i_service .service_item:hover img {
    opacity: .45;
    transition: all .3s ease;
}
.i_service .service_item:hover .cover_img::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.i_service .service_item .img_out {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.i_service .service_item .cover_img:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.i_service .service_item a { color: #2a333c;}
.i_service .service_item a .service_text h2 {
    color: #2a333c;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: capitalize;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.i_service .service_item a .service_text h2:after {
    content: '';
    width: 35px;
    background: #3b6caa;
    height: 2px;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.i_service .service_item h2:hover {color: #3b6caa!important;}
.i_service .service_item a .service_text p.des,
.i_service .service_other .service_text p {
    font-size: 16px;
    line-height: 26px;
    color: #818080;
    font-weight: 500;
    margin: 0;
    max-height: 78px;
    overflow: hidden;
}
.i_service .service_other .service_text h1 {
    color: #2a333c;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: .03em;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 8px;
}
.i_service .service_other:nth-child(2) { margin-top: 19px;}
.i_service .service_other .serv_arrow {
    background: url("../images/maserv_arrow.png") no-repeat center;
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
.i_service .service_other a .service_text h2 {
    font-size: 14px;
    line-height: 38px;
    color: #2a333c;
    text-transform: uppercase;
}
.i_service .service_other a .service_text h2:hover{color: #3b6caa;}

/*首页行业咨询*/
.i_consultant .pro_left_tabs {
    width: 25%;
    float: left;
    padding-right: 15px;
}
.pro_left_tabs ul {
    border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #e4eaec;
}
.pro_left_tabs ul li {
    font-size: 13px;
    line-height: 45px;
    color: #787878;
    font-weight: 500;
    padding: 0 25px;
    text-transform: uppercase;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-top: 0;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.pro_left_tabs ul li a {color: #76838f;}
.pro_left_tabs ul li:hover a {color: #3b6caa;}
.pro_left_tabs ul li.active::before {
    content: ' ';
    width: 6px;
    height: 100%;
    background: #3b6caa;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.i_consultant .pro_right_content {
    width: 75%;
    float: right;
    padding: 0 15px;
}
.i_consultant .pro_right_content .procontent_left {
    width: 66.6%;
    float: left;
}
.i_consultant .pro_right_content .procontent_left ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #8e8d8d;
    font-weight: 500;
    margin-bottom: 25px;
    height: 98px;
    overflow: hidden;
}
.i_consultant .pro_right_content .procontent_left a { display: block;}
.i_consultant .pro_right_content .procontent_right {
    width: 33.3%;
    float: right;
}
.i_consultant .pro_right_content .procontent_left .img {
    width: 50%;
    float: left;
}
.i_consultant .pro_right_content .procontent_left .i_more {
    width: 50%;
    float: right;
    padding-top: 10px;
    padding-left: 20px;
}
.i_consultant .pro_right_content .procontent_left .i_more span {
    line-height: 28px;
    border: 1px solid #3b6caa;
    font-size: 14px;
    color: #3b6caa;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.i_consultant .pro_right_content .procontent_left .i_more:hover span {
    background: #3b6caa;
    color: #fff;
}
.i_consultant .pro_right_content .procontent_left ul li {display: none;}
.i_consultant .pro_right_content .procontent_left ul li:first-child { display: block;}
.i_consultant .pro_right_content .procontent_left ul li img { }
.i_consultant .pro_right_content .procontent_left .i_more .bounce_to_right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3b6caa;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.i_consultant .pro_right_content .procontent_left .i_more span:hover:before {
    background: #3b6caa;
    color: #fff;
    border: 1px solid #3b6caa;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/*首页集团简介*/
.news_box {
    background: url("../Images/hotnews_bg2.jpg") no-repeat;
   
    background-size: cover;
}
.news_box .hotnews {}
.news_box .hotnews .i_news_img {
    width: 41.6%;
    float: left;
    background: url("../Images/hotnews_bg.jpg") no-repeat left;
    height: 845px;
    transition: all .3s ease;
    position: relative;
}
.news_box .hotnews .i_news_img:before,
.i_serviceteam li a .img:before,
.i_newlist ul li .media_left a:before,.i_u_def1 .content .left_side:before,.p_u_def1 .content .left_side:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3b6caa;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: .45;
}
.news_box .hotnews:hover .i_news_img::before,
.i_serviceteam li:hover a .img:before,
.i_newlist ul li:hover .media_left a:before,.i_u_def1 .content:hover .left_side:before,.p_u_def1 .content:hover .left_side:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .45;
}
.i_news_info {
    width: 58.3%;
    margin-right: 0;
    float: right;
    padding: 50px 50px 50px 58px;
   
}
.i_news_info .title_box .i_title h2 {
    color: #3b6caa;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 17px;
}
.i_news_info .title_box .i_title p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    letter-spacing: .03em;
    font-weight: normal;
}
.i_news_info .title_box .i_title h3 { color: #3b6caa;}
.i_news_info li:hover .info .text h3 {color: #3b6caa !important;}
.i_news_info li {
    width: 50%;
    float: left;
    padding-right: 10px;
    line-height: 40px;
}

.i_news_info li .info .text h3 {
    font-size: 13px;
    color: #fff;
    height: 41px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.i_news_info li .info .text h3 span {
    background: url("../images/manews_ico.png");
    display: inline-block;
    height: 13px;
    width: 13px;
    margin-right: 12px;
}


/*开始精英团队*/

.serviceteam_box {background: url("../Images/imglist_bg.jpg");}

.i_serviceteam ul li {
    width: 555px;
    height: 170px;
    float: left;
    margin-right: 30px;
    background: #fff;
}

.i_serviceteam li a {display: block;}

.i_serviceteam li a .img {
    position: relative;
    float: left;
}

.i_serviceteam li .serviceteam_holder {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    text-align: center;
    background: #282f39;
    border-top: 2px solid #f6bb19;
    display: block;
    min-height: 73px;
    padding: 0 10px;
    display: inline-block;
}

.i_serviceteam li:hover .serviceteam_holder:before { background: #f6bb19;}

.i_serviceteam li .serviceteam_holder:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f6bb19;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.i_serviceteam li:hover .serviceteam_holder::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.i_serviceteam li a h3 {
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #3b6caa;
    padding: 0 49px;
    margin: 0;
    margin-bottom: 23px;
    position: relative;
    right: 50px;
}

.i_serviceteam li .detail {
    margin-left: 200px;
    padding-top: 15px;
}

.i_serviceteam li a h3:before {
    content: ' ';
    width: 50px;
    height: 2px;
    background: #3b6caa;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.i_serviceteam li a p {
    text-align: left;
    padding-right: 15px;
    font-size: 14px;
    color: #484848;
    margin: 0;
    font-weight: 500;
    max-height: 80px;
    overflow: hidden;
}
/*结束精英团队*/
/*开始咨询案例*/

.product_box {
    background: url("../Images/team_bg.jpg");
}

.product_box .title_box {
    width: 50%;
    float: left;
}
.product_box .title_box .i_title h3{color: #fff!important;}
.i_products {
    position: relative;
    margin-top: 30px!important;
}

.i_products ul li {
    width: 262.5px;
    margin-right: 30px;
    position: relative;
}

.i_products li a .img {
    border: 9px solid #1B222C;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -82.5px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.i_products li a .img {
    height: 165px;
    width: 165px;
}

.i_products li a .content {
    text-align: center;
    padding: 0 22px;
    background: #1B222C;
    padding-top: 82.5px;
    padding-bottom: 40px;
    display: block;
    border: 1px solid #565B64;
    position: relative;
}

.i_products li a .content:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3b6caa;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.i_products li:hover a .content:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    color: #fff;
}
.i_products li a .desc p {
    color: #9A9999;
    font-size: 14px;
    margin-top: 11px;
    transition: all .3s ease;
}
.i_products li:hover .desc p {
    color: #fff;
    z-index: 1;
    position: relative;
}
.i_products li a img {
    height: 148.5px;
    width: 280.5px;
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
.i_products li a {
    display: block;
    overflow: hidden;
    text-align: center;
}
.i_pro_title {
    background: #fff none repeat scroll 0 0;
    bottom: 47px;
    display: inline-block;
    left: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    height: 47.2px;
}
.i_products li h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 6px;
    margin: 11px 0;
    line-height: 1.2;
    z-index: 1;
    position: relative;
}
/*滑动产品*/
.pro_arrow {
    height: 70px;
    width: 100%;
    position: relative;
}
.slick_prev,
.slick_next {
    position: absolute;
    display: block;
    height: 36px;
    width: 36px;
    z-index: 1;
    cursor: pointer;
}
p.prev { right: 68px;}
p.next { right: 30px;}
p.prev img {  margin: 6px;}
p.next img {  margin: 6px;}
p.prev,p.next {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #333 !important;
    position: absolute;
    bottom: 25px;
    z-index: 1;
}
p.prev:hover,
p.next:hover {
    background: #3b6caa;
}
/*首页新闻中心*/
.i_news .media_left,
.i_news .media_body {
    /* display: table-cell;
    vertical-align: top; */
}
.media{
    zoom:1;
}
.media:after,.media:before {
    content: "";
    display: table
}
.media:after {
    clear: both;
    overflow: hidden
}
.i_news .media_left {
    padding-right: 20px;
    height: 120px;
    width: 180px;
    float: left;
}
.i_news .media_body {
    width: 375px;
    height: 120px;
    float: left;
}
.i_news .media_left img {
    min-height: 120px;
    min-width: 160px;
}
.i_news .media_body h4 {
    width: 375px;
    font-weight: 400;
    line-height: 1.2;
    color: #37474f;
    font-size: 18px;
    margin-bottom: 5px;
}
.i_news .media_body h4 a {
    color: #2a333c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.i_news .media_body h4:hover a { color: #3b6caa;}
.i_newlist .i_title p.desc {
    margin-bottom: 20px;
}
.i_news .media_body p.des {
    color: #76838f;
    font-weight: 300;
    height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
}
.i_newlist ul li a {
    position: relative;
    display: block;
}
.i_newlist ul li {
    width: 50%;
    float: left;
    position: relative;
    margin-top: 30px;
}
.i_newlist .newsinfo .click_icon {
    background: url("../Images/maclick.png") no-repeat center;
    display: inline-block;
    width: 18px;
    height: 15px;
    display: inline-block;
}
.i_newlist .time,
.i_newlist .click {
    color: #76838f;
    font-size: 1em;
    line-height: 22px;
    padding-top: 5px;
}
/*首页联系方式*/
.i_relation {
    background: url("../Images/contactways_bg.jpg");
    background-size: cover;
    padding: 50px 0;
    line-height: 42px;
    background-position: center; height:220px;
}
.i_relation .i_contactway .con_editor .tit {
    font-size: 36px;
    color: rgb(31, 73, 125);
}
.i_relation .i_contactway .con_editor .des {
    color: rgb(89, 89, 89);
    font-size: 16px;
}
.i_relation .i_contactway .con_editor .tel {
    font-size: 48px;
    color: rgb(89, 89, 89);
}

/*结束首页联系方式*/

/*footer*/

.footnav {
    border: 0;
    background: #212832;
    padding: 40px 0;
}

.fo_item1,
.fo_item2,
.fo_item3 {
    width: 262.5px;
    float: left;
    padding: 0 15px;
}

.fo_item0 {
    background: url("../images/footnav_bg.jpg");
    height: 345px;
    width: 330px;
    float: left;
    margin: 0 15px;
}
.fo_item1 h4,
.fo_item2 h4,
.fo_item3 h4 {
    color: #fff;
    margin: 0 0 25px;
    margin-top: 0px;
    padding-bottom: 15px;
    font-size: 18px;
    margin-top: 0;
    text-shadow: none;
    position: relative;
}
.fo_item1 h4:before,
.fo_item2 h4:before,
.fo_item3 h4:before {
    content: '';
    width: 45px;
    height: 2px;
    background: #3b6caa;
    position: absolute;
    bottom: 0;
}
.fo_item1 p {
    color: #797a7c;
    margin-bottom: 11px;
}
.fo_item1 .read-more {
    color: #fff;
    margin: 5px 0 20px 0;
    display: block;
}
.fo_item1 .fomore {
    background: url("../images/mafonews_icob.png") no-repeat center;
    background-size: auto auto;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(-90deg);
    background-size: 15px;
    margin-left: 10px;
}
.fo_item1 li {
    margin-top: 10px;
    float: left;
    margin-right: 10px;
}
.fo_item1 .foqq {
    background: url("../images/foqq.png") no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.fo_item1 .foweibo {
    background: url("../images/foweibo.png") no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 28px;
}
.fo_item1 .fogoogle {
    background: url("../images/fogoogle_plus.png") no-repeat center;
    width: 28px;
    height: 28px;
    display: inline-block;
    border: 1px solid #3b6caa;
    border-radius: 14px;
    background-size: 20px;
}
.fo_item1 .foweixin {
    background: url("../images/foweixin.png") no-repeat center;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.fo_item1 .foqq:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fo_item1 .foweibo:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.fo_item1 .fogoogle:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.fo_item1 .foweixin:hover {
    transform: rotate(360deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.fo_item2 ul li:hover h3 { color: #3b6caa;}

.fo_item2 ul li h3 {
    color: #797a7c;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fo_item2 ul li .fonews_icon {
    background: url("../images/fo_newsicon.png") no-repeat center;
    width: 21px;
    height: 21px;
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 8px;
}

.fo_item3 ul li {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 18px;
    width: 100%;
    float: left;
    color: #797a7c;
}

.fo_item3 ul li .foposition {
    background: url("../images/foposition.png") no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.fo_item3 ul li .fotel {
    background: url("../images/fotel.png") no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.fo_item3 ul li .foenvolope {
    background: url("../images/foenvelope.png") no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.fo_item3 ul li .fosite {
    background: url("../images/fosite.png") no-repeat center;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
footer {
    border: 0;
    color: #636363;
    background: #0F0F0F;
    padding: 20px 0px;
    height: auto;
    line-height: 1.8;
}

/*友情链接*/
.links {
    border: 0;
    background: #0F0F0F;
    color: #636363;
    padding: 15px 0px;
    text-align: center;
}
.links ul li { display: inline-block;}
/*除了第一个节点以外的兄弟节点*/
.links ul>li+li:before {
    padding: 0 5px;
    color: #636363;
    content: "/\00a0";
}
.links ul li a {
    color: #636363;
    font-size: 14px;
    text-align: center;
}
.links ul li:hover a {color: #3b6caa;}
/* 首页部分结束 */

/* 内页部分开始 */
/*行业咨询*/
.sub_nav {
    border-bottom: 1px solid #f0f2f5;
    text-align: left;
    background: #fff;
}
.sub_nav .mfbox{
    display:flex;/*Flex布局*/
    display: -webkit-flex; /* Safari */
    align-items:center;/*指定垂直居中*/
}

.sub_nav .sidebar_title {
    width: 100%;
    float: left;
}
.sub_nav h4 { display: none;}
.sub_nav .sortnavul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-align:  center;
    width: 100%;
}
.sub_nav .sortnavul .sortnavli { display: inline-block;}
.sub_nav .sortnavul .sortnavli a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #90939b;
}
.sub_nav .sortnavul .sortnavli a:hover {
    color: #3b6caa;
}
.sub_nav .sortnavul .sortnavli .select {color: #3b6caa;}
.sub_nav .sidebar_title > a{
    display: inline-block;
    float: left;
    text-decoration: none;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 300;
    color: #90939b;
    height: 51px;
    line-height: 51px;
}
.sub_nav .sortnavul .sortnavli .subactive span{color: #3b6caa;}
.sub_nav .sortnavul .sortnavli .sortsubnavcontainer{display: none;}
/*中间导航搜索*/
.sub_nav .p_search {
    width: 25%;
    float: right;
    position: relative;
}
.sub_nav .p_search .s_int {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    padding-right: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    border-radius: 200px;
}
.sub_nav .p_search .s_btn {
    background: url("../images/masearch2-1.png") no-repeat center;
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    padding: 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background-size: 15px;
}
/*产品列表*/
.p_pro .pro_list {
    padding: 30px;
    
}
/*行业咨询结束*/

/*行业咨询详细*/
.v_pro_navbar {
    background: #f5f5f5;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
    min-height: 50px;
}
.v_pro_navbar h1 {
    margin: 0px;
    height: 50px;
    line-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #37474f;
    float: left;
    font-weight: 500;
    font-size: 18px;
}
.v_pro_navbar .v_info {
    height: 50px;
    line-height: 50px;
    float: right;
    color: #3b6caa;
    position: relative;
    display: block;
    padding: 0px 15px;
}
.showproduct_head { background: #fff;}
.showproduct_head .productimg a img {
    width: 1000px;
    height: 667px;
}
.showproduct_head .pro_info {
    float: right;
    width: 50%;
}
.p_showpro {padding: 30px 0;}
.p_showpro .p_pro_list {
    border-radius: 5px;
    min-height: 650px;
}

/*行业咨询详细结束*/
/*开始关于我们*/
.p_show {
    padding: 30px 0;
    background: #f9f9f9;
}
.table {
    border-collapse: collapse;
}
.table td {
    border: 1px solid #e4eaec;
    padding: 8px;
}
/*结束关于我们*/
/*右边内容区域*/
.p_rightcontent .content {padding: 0 15px;}
.p_rightcontent .content .p_title {
    margin-bottom: 30px;
}
.p_rightcontent .content h2 {
    font-weight: 500;
    font-size: 20px;
    color: #37474f;
    position: relative;
    padding-bottom: 10px;
    margin: 0;
}
.p_rightcontent .content h2::before {
    content: '';
    width: 45px;
    height: 2px;
    background: #f6bb19;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p_editor {
    padding: 30px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}
.p_editor p {  margin-bottom: 16px;}
.p_rightcontent .p_editor {
    font-size: 16px;
    background: 0 0 !important;
}
.p_column_nav .sortsubnavcontainer {display: block;}

.p_column_nav .sortsubnavcontainer li {
    padding-left: 70px;
    color: #999;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 41px;
    margin-bottom: 3px;
    margin-top: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.p_column_nav .mfbox .sidebar_title>h3 a {display: none;}
/*新闻资讯*/
.p_news {
    padding: 30px 0;
    border-top: 1px solid #f0f2f5;
    background: #f9f9f9 !important;
}
.p_news .p_news_list {
    width: 75%;
    float: left;
    border-radius: 5px;
    background: #ffffff;
    padding: 30px;
}
.p_news .p_news_list .p_v_pic img {
    height: 500px;
    width: 900px;
    padding: 30px 0;
}
/*右边新闻搜索*/
.p_news_bar .news_search h4 {display: none;}
.p_news_bar .s_int {
    width: 100%;
    height: 36px;
    padding: 6px 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 1.57142857;
    color: #76838f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 200px;
}
.p_news_bar .news_search ul {position: relative;}
.p_news_bar .news_search #productSearch {
    width: 100%;
    height: 36px;
}
.p_news_bar .s_btn {
    background: url("../Images/news_search.png") no-repeat center center;
    border: palegoldenrod;
    position: absolute;
    top: 10px;
    right: 15px;
    background-size: 16px;
    position: absolute;
    width: 16px;
    height: 16px;
}
.p_news_sidebar {
    width: 25%;
    float: right;
}
.p_news_bar {
    margin-left: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    min-height: 650px;
    max-height: 1230px;
    overflow: hidden;
}
.p_news_bar .recommend h3 span {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #37474f;
}
.p_news_bar .recommend .newsrecommend_group {  margin: 10px 0;}
.newsrecommend_group_item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.newsrecommend_group_item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
    border-color: #e4eaec;
}
.newsrecommend_group_item :hover {  color: #3b6caa;}
.p_news_bar .recommend {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f2f5;
    border-bottom: 1px solid #f0f2f5;
}
.p_news_bar .recommend .newsrecommend_group a {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #333333;
    font-size: 15px;
    text-align: left;
}
.p_news_bar .recommend .newsrecommend_group li img {
    float: left;
    padding-right: 20px;
    width: 50%;
    border-radius: 5px;
    min-height: 100px;
    max-height: 100px;
}
.column .sidebar>h3 {
    font-size: 26px;
    padding-bottom: 10px;
    margin-bottom: -1px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d2d2d2;
}
.column .sidebar h3>a {
    border-bottom: 1px solid #03a9f4;
    padding-bottom: 10px;
}
.column .sidebar > a{display: none;}
.p_news_bar ul.column li {
    margin-bottom: 10px;
    display: block;
}
.p_news_bar ul.column span {
    margin-bottom: 10px;
    display: block;
}
.p_news_bar ul.column li a,
.p_news_bar ul.column span {
    font-size: 16px;
    color: #2a333c;
    border: none;
    line-height: 23px;
    padding-left: 0px;
}
.p_news_bar ul.column .sidebar .sortnavt {  display: none;}
.p_news_bar ul.column li .subactive span {  color: #3b6caa;}
.p_news_bar ul.column span:hover {  color: #3b6caa!important;}
.p_news_bar ul.column h4 {  display: none;}

/*在线留言*/

.p_feedback {
    padding: 30px 0;
    background: #f2f2f2;
}

.p_feedback .mfbox {
    max-width: 800px;
}

.p_feedback .p_feedback_body {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
/*动态产品详细开始*/
.p_showprodll_detail .p_showpro_body {
    width: 100%;
}
.p_showprodll_detail {
    padding: 0;
    border: none;
    background-image: none;
}
/*动态产品详细结束*/

/* 内页部分结束 */

.clearfix:after,.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
    overflow: hidden
}
.clearfix {
    zoom:1
}
.fl {
    float: left;
}
.fr{
    float: right;
}
.full{
    background: #ffffff;
}
.z-nav{
    width: 100%;
    margin-top: 20px;
    text-align:center;
	border-bottom:1px #E3E3E3 solid;
}
.z-nav li{
    display: inline-block;
}
.z-nav li a{
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #90939b;
}
.z-nav li:hover a,.z-nav li.on a{
    color: #3b6caa;
}
.w1200{margin-left:auto;margin-right:auto;max-width:1200px;}
.w745{margin-left:auto;margin-right:auto;max-width:900px;text-align:left;}
.fl{float:left;}
.fr{float:right;}

.topbgbanner{width:100%;}

.customer .title p{text-align:center;font-size:36px;color:#333;margin-bottom:18px;line-height:36px;font-weight:500;}
.customer .content p{font-size:16px;color:#333;line-height:30px;font-weight:500;}
.customer{margin-top:68px}
.customer{margin-bottom:104px}

.demand{background:url(../images/dffa-bg.png) no-repeat;overflow:hidden;padding-bottom:29px;background-size: cover;}
.need{width:46%;margin:2%;}
.precept{width:46%;margin:2%;}
.demand .title p{color:#333;font-size:36px;margin-top:30px;line-height:36px;text-align:center}
.demand .content p{color:#333;font-size:16px;line-height:30px;margin-top:17px}
.precept .content p{ margin:0;}
.precept .content p:first-child{ margin:17px 0 0 0;}
.income .title p{color:#333;font-size:36px;margin-top:52px;line-height:36px;text-align:center}
.income ul{overflow:hidden;margin-top:57px;margin-bottom:69px}
.income ul li:last-child{margin-right:0}
.income ul li{width:300px;text-align:center;margin-right:150px;float:left}
.income ul li h1{font-size:24px;color:#333;line-height:24px;margin-top:40px}
.income ul li p{font-size:16px;color:#333;line-height:30px;margin-top:5px}
.product .title p{font-size:18px;color:#333;line-height:48px;border-bottom:1px solid #cccccc}
.product ul{overflow:hidden;margin-top:40px;margin-bottom:75px}

.product ul li{width:384px;border:1px solid #e6e6e6;text-align:center;float:left;margin-right:20.6px}
.product ul li.rt{margin-right:0}

.product ul li.none{margin-right:0}  
.product ul li:hover{border:1px solid #be1e21;}
.product ul li img{margin-top:77px;margin-bottom:64px}
.product ul li h1{font-size:18px;color:#be1e21;line-height:18px}
.product ul li p{font-size:14px;color:#666;line-height:22px;width:318px;margin: 67px auto 48px;height:44px;}
.product dl{overflow:hidden;display:none}
.product dl:hover dt{border:1px solid #be1e21;}
.product dt{width:35.7%;float:left;text-align:center;vertical-align:middle;border:1px solid #e6e6e6;height:108px}
.product dd{width:58%;float:right}
.product dd h1{font-size:14px;color:#333;line-height:34px}
.product dl:hover dd h1{color:#be1e21;}
.product dd p{font-size:12px;line-height:20px;color:#666;}

.share{line-height:26px;height:26px;float:right;display:none}
.share a{display:inline-block}
.share p{display:inline-block;line-height:26px;font-size:12px;color:#666;margin-right:5pxs}
.share img {vertical-align:middle;margin-left:10px}
.income{overflow:hidden}



.caseTable{  margin-left:auto; margin-right:auto; overflow:hidden; margin-top:68px; padding-bottom:50px;}
.caseTableBox{ margin-right:-40px;}
.caseTable dl{ width:372px; float:left; margin-bottom:20px; margin-right:40px;}
.caseTable dd a{ font-size:18px; font-family:微软雅黑; color:#333;  letter-spacing: 1px;
}
.caseTable dl:hover dd a{ color:#be1e21;}
.caseTable dd p{ color:#666666;font-size:14px; font-family:微软雅黑; margin-top:20px;letter-spacing: 1px;}
.caseTable dt{ margin-bottom:24px ;width: 372px; border: 1px solid transparent;}
.caseTable dl:hover dt{ border:1px solid #be1e21;}
.caseTable dd { height:130px; overflow:hidden;}
.caseTable dl dt img{ width:100%;}

.case p img{ width:100%; }

.dl-list{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}
.dl-list dl{
    float: left;
    margin:40px;
}
.dl-list dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
}
.dl-list dl dd a{
    font-size: 18px;
    line-height: 30px;
    color: #000;
    display: block;
}
.aboutMe {
    background: #e9edf0;
}
.aboutMe .wrap-rect{
    padding-bottom: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
.name-c {
    text-align: center;
    font-size: 32px;
    color: #000000;
    line-height: 40px;
    padding-top: 75px;
}
.name-e {
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-top: 10px;    
    text-indent: 0em;
}
.aboutMe p{
    color: #090909;
    line-height: 40px;
    font-size: 16px;
    text-indent: 2em;
    text-align: left;
    font-weight: normal;
}
.partner{ background:#e9ecef; }

.partner ul{width: 1200px; }
.partner li{ float: left; width: 20%; text-align: center; height: 140px; margin-bottom: 20px; text-align: center;}
.partner li a{width: 100%;height: 1005;display: block;text-align: center;}
.partner .ulBox{ padding: 90px 0; max-width: 1200px; margin: 0 auto;}
.contact{
    background: #e8eae9;
    padding-bottom: 120px;
}
.wrap-contact{max-width: 1000px;margin: 60px auto 0;}
.wrap-contact ul li{
    font-size: 16px;
    color: #000000;
    line-height: 40px;
}
.wrap-contact div {
    width: 500px;
    text-align: center; margin-top:60px;
}
.wrap-contact div img{
    width: 100%;
}
.sub_nav.posfix {
    position: fixed;
    width: 100%;
    z-index: 20;
    top: 90px;
    left: 0px;
    background: #fff;
    border-bottom: #ccc solid 1px;
}
#ins-header {
    display: none;
}
.p_banner_box a{
    display: block;
    width: 100%;
}