@CHARSET "UTF-8";
html,
body,
div,
section,
article,
canvas,
header,
footer,
figure,
figcaption,
nav span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
dl,
dt,
li,
ol,
ul,
input,
select,
button,
textarea {
    padding: 0;
    margin: 0;
    border: none;
}

input,
button,
select,
textarea,
a,
img {
    outline: none;
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

/*去掉超链接或按钮点击时出现的虚线框黄色边框*/

section,
article,
header,
footer,
figure,
figcaption,
nav,
canvas {
    display: block;
}

::-moz-focus-inner {
    border: 0px;
}


/* 正文字体 */


/* @font-face {
	font-family: PingFangSC-R;
	src: url('/public/common/css/PingFang-Regular.ttf');
} */


/* 标题字体 */


/* @font-face {
	font-family: PingFangSC-M;
	src: url('/public/common/css/PingFang-Medium.ttf');
} */


/* 数字字体 */


/* @font-face {
  font-family: DINPro-Bold;
  src: url('/public/common/css/DINPro-Bold.otf');
} */


/* *{
font-family: none;
} */

/* @font-face {
    font-family: ldzc;
    src: url('/public/home/common/ldzc.ttf');
} */

@font-face {
    font-family: wr-yh;

}

#chatBtn {
    display: flex !important;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: wr-yh;
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*user-select: none;*/
}

a,
button,
{
    border: none;
    cursor: pointer;
    display: block
}

img {
    display: block;
}

i {
    display: block;
}

ul,
ul li,
ol li,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    border: 0;
    vertical-align: middle;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.none {
    display: none;
}

.fontColor {
    color: rgba(255, 255, 255, 0.75);
}

.hoverimg {
    background-size: 100%!important;
    transition: background-size .3s linear;
}

.hoverimgbig {
    background-size: 120%!important;
    -webkit-transition: background-size .3s linear;
    transition: background-size .3s linear;
    transition: background-size .3s linear;
}

.hoverimgsmall {
    background-size: 100%!important;
    -webkit-transition: background-size .3s linear;
    transition: background-size .3s linear;
}

.btn_hover {
    background: #00A0E9!important;
    color: #fff!important;
    border: 1px solid #00A0E9!important;
    transition: all 0.5s;
}

.a_hover:hover {
    background: rgba(230, 0, 18, 1);
    color: #fff;
    transition: all 0.3s;
}

.button_hover:hover {
    background: #b61824;
    transition: all 0.3s;
}


/* .button_hover_big:hover{
	transform: scale(1.2);
} */

.header_mob_box {
    display: none;
}

.com_so_box {
    width: 960px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com_so_box>input {
    width: 70%;
    box-sizing: border-box;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding: 10px;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.com_ejbt {
    font-size: 22px;
    color: #00a0e9;
    margin-top: 100px;
    margin-bottom: 50px;
}

.w1000 {
    width: 1000px;
    margin: auto;
}

.w1200 {
    width: 1200px;
    margin: auto;
}


/* 回到顶部 */

#goToTop {
    position: fixed;
    bottom: 10%;
    right: 6%;
    z-index: 99999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
    background: #fff;
    font-size: 12px;
    text-align: center;
    color: #979797;
}

#goToTop a {
    width: 28px;
    height: 28px;
    background: url("/public/home/images/com_top.png") no-repeat center;
    background-size: contain;
    display: block;
    background-size: contain;
    margin: 8px auto 0;
}


/* 公共头部开始 */

header {
    width: 100%;
    border-bottom: 1px solid #E7ECEE;
    /* margin-bottom: 40px; */
}

.header_box {
    width: 1200px;
    margin: auto;
    height: 80px;
    background: #fff;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    width: 112px;
    height: 37px;
    background: url("/public/home/images/header_logo20240926.png") no-repeat center;
    background-size: contain;
}

.header_nav_list {
    display: flex;
    margin-right: 10px;
}

.header_nav_list>a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    margin: 0 20px;
}

.header_nav_list>a:hover {
    font-size: 14px;
    font-weight: 500 !important;
    color: #00A0E9 !important;
}

.header_select {
    font-size: 14px;
    font-weight: 500 !important;
    color: #00A0E9 !important;
    border-bottom: 2px solid #00A0E9;
}

.header_nav {
    display: flex;
    align-items: center;
}

.header_nav_so {
    width: 50px;
    height: 28px;
    background: url('/public/home/images/header_so.png') no-repeat center right;
    background-size: contain;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.header_nav_so_left {
    height: 18px;
    border-left: 1px solid #DADADA;
}

.header_list_box {
    /*width: 1120px;
    */
    /*height: 280px;
    */
    position: absolute;
    top: 80px;
    z-index: 99;
    background: rgba(40, 51, 67, 1);
    /*display: flex;
    */
    padding: 40px;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.header_list_box::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    width: 0;
    height: 0;
    border: 8px solid;
    border-color: transparent transparent rgba(40, 51, 67, 1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.header_list_box>img {
    margin-left: 320px;
}

.hlb_jianjie {
    /* width: 208px; */
    margin-right: 40px;
}

.hlb_jianjie>h2 {
    font-size: 24px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 33px;
}

.hlb_jianjie>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hlb_jianjie>span {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    line-height: 20px;
}

.hlb_nav {
    /* border-left: 1px solid #D7E5EC; */
    display: flex;
    flex-direction: column;
    /* padding-left: 50px; */
    flex-shrink: 0;
    margin-top: 30px;
}

.hlb_nav>a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}

.hlb_nav>a:hover {
    color: #00A0E9;
}

.header_close {
    width: 28px;
    height: 28px;
    background: url("/public/home/images/header_close.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    cursor: pointer;
}

.header_close:hover {
    transform: rotate(45deg);
    transition: all 300ms;
}

.dal_page {
    padding-bottom: 100px;
}


/* 公共头部结束 */


/* 底部导航开始 */

footer {
    border-top: 1px solid #E7ECEE;
    padding: 58px 0;
    min-width: 1200px;
}

.footer_box {
    width: 1200px;
    margin: auto;
    min-width: 1200px;
    display: flex;
    justify-content: space-between;
}

.footer_left {
    display: flex;
    flex-direction: column;
}

.footer_logo_border {
    padding-top: 20px;
    border-bottom: 1px solid #CCCCCC;
}

.footer_shares {
    width: 142px;
    height: 100px;
    margin-top: 20px;
}

.footer_shares p.quotes-name {
    height: 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}

.footer_shares p.quotes-price {
    margin-top: 6px;
    font-size: 14px;
    margin-bottom: 6px;
}

.footer_shares p.quotes-price>span {
    font-size: 24px;
}

.footer_shares p.quotes-zdf {
    position: relative;
    display: flex;
}

.footer_shares p.quotes-zdf .quotes-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.footer_right {
    display: flex;
    justify-content: space-between;
}

.footer_right_list {
    margin: 0px 18px;
    max-width: 104px;
}

.footer_right_list>span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 16px;
}

.footer_right_list>a {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
}

.footer_right_list>a:hover {
    color: #00A0E9;
}

footer>p {
    margin-top: 60px;
    margin-bottom: 30px;
    /* border-top: 1px solid #E7ECEE; */
}

.footer_about {
    width: 1200px;
    margin: auto;
}

.footer_about>h5 {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    text-align: center;
}

.footer_about_guanmei {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    position: relative;
}

.footer_about_guanmei>a {
    width: 36px;
    height: 36px;
    margin: 0 13px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.fag_wx {
    background: url("/public/home/images/footer_wx.png") no-repeat center;
    background-size: contain;
}

.fag_wx:hover {
    background: url("/public/home/images/footer_wx_h.png") no-repeat center;
    background-size: contain;
}

.fag_ks {
    background: url("/public/home/images/footer_ks.png") no-repeat center;
    background-size: contain;
}

.fag_ks:hover {
    background: url("/public/home/images/footer_ks_h.png") no-repeat center;
    background-size: contain;
}

.footer_about_guanmei>a>div {
    position: absolute;
    top: -100px;
    left: -30px;
    width: 98px;
    height: 103px;
    display: none;
}

.footer_dy_ewm {
    background: url("/public/home/images/footer_dy_ewm.png") no-repeat center;
    background-size: contain;
}

.footer_ks_ewm {
    background: url("/public/home/images/footer_ks_ewm.png") no-repeat center;
    background-size: contain;
}

.footer_wx_ewm {
    background: url("/public/home/images/footer_wx_ewm.png") no-repeat center;
    background-size: contain;
}

.footer_wb_ewm {
    background: url("/public/home/images/footer_wb_ewm.png") no-repeat center;
    background-size: contain;
}

.fag_wb {
    background: url("/public/home/images/footer_wb.png") no-repeat center;
    background-size: contain;
}

.fag_wb:hover {
    background: url("/public/home/images/footer_wb_h.png") no-repeat center;
    background-size: contain;
}

.fag_dy {
    background: url("/public/home/images/footer_dy.png") no-repeat center;
    background-size: contain;
}

.fag_dy:hover {
    background: url("/public/home/images/footer_dy_h.png") no-repeat center;
    background-size: contain;
}

.footer_about_phone {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.footer_about_phone>span {
	padding-right: 30px;
}

.footer_about_phone>a {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
	padding-right: 30px;
}
.footer_about_phone>a:last-child{
	padding-right: 0;
}

.footer_about_phone>a:hover {
    font-weight: bold;
}

.footer_about_record {
    font-size: 14px;
    color: #C3C3C3;
    text-align: center;
    margin-top: 6px;
    display: block;
    margin: 6px auto 0;
}


.footer_service_select{
	border: 1px solid #666666;
    border-radius: 2px;
    width: 120px;
    height: 24px;
    font-weight: 300;
    color: #666666;
    padding: 0 0 0 0.5em;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/public/home/images/icon-arrow.png) no-repeat right #ffffff;
    background-size: 10px;
    /* text-indent: 8px; */
    font-size: 14px;
	background-position: 100px 4px;
}

.footer_service_select option{
	background-color:#2a3342;
	color:#fff;
}

/* 底部导航结束 */


/*公共标题样式*/

.com_h1 {
    font-size: 24px;
    font-family: PingFangSC-M;
    font-weight: 500;
    color: rgba(57, 57, 57, 1);
    text-align: center;
}

.com_h5 {
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFangSC-R;
    font-weight: 300;
    color: rgba(115, 115, 115, 1);
    text-align: center;
}

.com_p {
    font-size: 14px;
    font-family: PingFangSC-R;
    font-weight: 300;
    color: rgba(57, 57, 57, 1);
    line-height: 26px;
    text-align: center;
}

.com_zx_box {
    width: 788px;
    margin: auto;
}

.com_zx_p {
    margin-top: 26px;
    margin-bottom: 38px;
    font-size: 14px;
    font-family: PingFangSC-R;
    font-weight: 300;
    color: rgba(57, 57, 57, 1);
    line-height: 26px;
    text-align: center;
}

.com_zx_button {
    width: 140px;
    height: 48px;
    background: rgba(230, 0, 18, 1);
    border-radius: 6px;
    font-size: 14px;
    font-family: PingFangSC-R;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    margin: auto;
}

.com_zx_h1 {
    font-size: 24px;
    font-family: PingFangSC-M;
    font-weight: 500;
    color: rgba(57, 57, 57, 1);
    text-align: center;
}

.com_banner_content {
    position: absolute;
    width: 966px;
    margin: auto;
    left: 0;
    right: 0;
}

.com_banner_h1 {
    font-size: 24px;
    font-family: PingFangSC-M;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding-top: 97px;
}

.com_banner_h2 {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    padding-top: 7px;
}

.com_banner_button {
    font-size: 14px;
    font-family: PingFangSC-M;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    background: rgba(230, 0, 18, 1);
    border-radius: 6px;
    text-align: center;
    margin-top: 47px;
    width: 122px;
    height: 36px;
    background: rgba(230, 0, 18, 1);
    border-radius: 6px;
}


/* 首页开始 */


/* banner */

.index_banner_box {
    height: 428px;
    overflow: hidden;
    margin: 0 auto 100px;
    width: 1200px;
    position: relative;
}

.index_swiper {
    position: relative;
    width: 1280px;
    height: 570px;
    min-width: 1280px;
    margin: auto;
}


/* .index_swiper_bg {
  width: 1280px;
  height: 428px;
  background: #00A0E9;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 8px;
} */

.index_swiper_isc_left {
    width: 290px;
    height: 378px;
    padding-left: 60px;
    padding-top: 50px;
    padding-right: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 160, 233, 1);
	z-index: 9;
}

.index_swiper_box {
    position: absolute;
    right: 60px;
    width: 1200px;
    height: 428px;
    top: 0;
    left: 0;
    z-index: 0;
}

.index_swiper_content {
    display: flex;
    justify-content: space-between;
    margin-left: 60px;
    padding-top: 60px;
}


/* .isc_left {
  width: 350px;
  margin-left: 60px;
margin-top: 60px;
} */

.isc_left>h5 {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 40px;
}

.isc_left>p {
    font-size: 17px;
    font-weight: 300;
    color: #EDF9FF;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 65px;
}

.isc_left>a {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 60px;
    text-align: center;
    display: block;
}
.isc_left>span {
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 60px;
    text-align: center;
    display: block;
}
.isc_left>span:hover {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
}

.isc_left>a:hover {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
}

.isc_right {
    margin-right: 60px;
    width: 1200px;
    height: 428px;
    background: url("/public/home/images/index_banner.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
	display: block;
}


/* 蓝谷动态 */

.index_com_bt {
    font-size: 24px;
    font-weight: 300;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.index_com_fbt {
    font-size: 17px;
    font-weight: 300;
    color: #666666;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}

.index_dynamic {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 25px;
    padding-top: 70px;
    padding-bottom: 100px;
    background: #FFFFFF;
}

.index_dynamic_box {
    width: 1200px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}

.idb_img {
    width: 376px;
    height: 230px;
}

.index_dynamic_box span {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B;
    line-height: 20px;
    margin-top: 20px;
    display: block;
}

.index_dynamic_box h6 {
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    line-height: 28px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.index_dynamic_box h6:hover {
    text-decoration: underline;
}

.index_dynamic_box p {
    font-size: 14px;
    font-weight: 300;
    color: #01A1EB;
    line-height: 22px;
}

.index_dynamic_box a:hover>p {
    color: #00A0E9;
}


/* 新能源汽车 */

.index_car {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.index_car_box {
    /* width: 1280px; */
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.index_car_box>a {
    width: 50%;
    height: 444px;
    /* border-radius: 8px; */
}

.icb_img1 {
    background: url("/public/home/images/icb_img1.png") no-repeat center;
    background-size: contain;
}

.icb_img2 {
    background: url("/public/home/images/icb_img2.png") no-repeat center;
    background-size: contain;
}


/*
.index_car_box>a>span {
  width: 134px;
  height: 42px;
  background: #00A0E9;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 42px;
  text-align: center;
  margin-top: 360px;
  margin-left: 246px;
  display: block;
}

.index_car_box:hover span {
  background: #01A1EB;
} */

.index_car_info {
    width: 100%;
    padding: 90px 0;
    background: #F7F8FA;
}


/* .ici_h5 {
    position: absolute;
    left: 10px;
    bottom: 10px;
} */

.index_car_info>div {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.index_car_info>div>a {
    width: 380px;
    cursor: auto;
    position: relative;
}

.index_car_info>div>a>i {
    width: 380px;
    height: 480px;
}

.index_car_info>div>a>h5 {
    width: 180px;
    /* margin-top: 30px; */
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}

.index_car_info>div>a>h6 {
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    margin-bottom: 30px;
    margin-top: 30px;
}

.index_car_info>div>a>span {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #333;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    text-align: center;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}

.index_car_info>div>a>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.index_car_img1 {
    background: url("/public/home/images/index_car_img1.png") no-repeat center;
    background-size: contain;
}

.index_car_img2 {
    background: url("/public/home/images/index_car_img2.png") no-repeat center;
    background-size: contain;
}

.index_car_img3 {
    background: url("/public/home/images/index_car_img3.png") no-repeat center;
    background-size: contain;
}


/* 科技创新页 */

.innovate_banner {
    width: 1280px;
    height: 428px;
    margin: auto;
    background: url("/public/home/images/innovate_banner.png") no-repeat center;
    background-size: cover;
    /* border-radius: 8px; */
}

.innovate_banner>div {
    width: 244px;
    height: 102px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #00A0E9;
    border-radius: 8px 0px 8px 0px;
    text-align: center;
}

.innovate_banner>div>b {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
}

.innovate_banner>div>b:last-child {
    font-size: 16px;
}

.innovate_nav {
    width: 1280px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}

.innovate_nav>span {
    padding: 0 48px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
}

.innovate_nav_active {
    font-weight: 500 !important;
    color: #009FE8 !important;
}


/*科技创新页- 战略合作伙伴 */

.innovate_strategy_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.innovate_strategy_list>li {
    width: 480px;
}

.innovate_strategy_list>li>i {
    margin: 80px auto 30px;
    width: 200px;
    height: 59px;
}

.innovate_strategy_logo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
    margin: 0 80px 80px;
}

.innovate_strategy_logo>i {
    margin: 60px 30px;
    width: 200px;
    height: 59px;
}

.innovate_strategy_huawei_logo {
    background: url("/public/home/images/innovate_strategy_huawei_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_magna_logo {
    background: url("/public/home/images/innovate_strategy_magna_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_daimler_logo {
    background: url("/public/home/images/innovate/innovate_strategy_daimler_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_ningde_logo {
    background: url("/public/home/images/innovate/innovate_strategy_ningde_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_arcfox_logo {
    background: url("/public/home/images/innovate_strategy_arcfox_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_baidu_logo {
    background: url("/public/home/images/innovate_strategy_baidu_logo.png") no-repeat center;
    background-size: contain;
}

.innovate_strategy_list>li>div {
    height: 125px;
    background: #F9FBFC;
    border-radius: 8px;
    padding: 0 30px 20px;
}

.innovate_strategy_list>li>div>h6 {
    font-size: 18px;
    font-weight: bold;
    color: #00A0E9;
    text-align: center;
        height: 50px;
    line-height: 50px;
	padding-top: 10px;
}

.innovate_strategy_list>li>div>p {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}


/*科技创新页- 核心技术 */

.innovate_core_box {
    width: 1080px;
    margin: 60px auto 120px;
}

.innovate_core_box img {
    width: 100%;
}

.innovate_core_icon1 {
    background: url("/public/home/images/new1007/innovate_core_icon1.png") no-repeat center;
    background-size: 65px 71px;
}

.innovate_core_icon2 {
    background: url("/public/home/images/new1007/innovate_core_icon2.png") no-repeat center;
    background-size: 56px 56px;
}

.innovate_core_icon3 {
    background: url("/public/home/images/new1007/innovate_core_icon3.png") no-repeat center;
    background-size: 56px 56px;
}

.innovate_core_icon4 {
    background: url("/public/home/images/new1007/innovate_core_icon4.png") no-repeat center;
    background-size: 75px 56px;
}

.innovate_core_icon {
    width: 75px;
    height: 75px;
}

.innovate_core_bt {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #666666;
    /* color: #00a0e9; */
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.icb_color {
    color: #00a0e9;
}

.innovate_core_bt::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #01A0E8;
}

.innovate_core_hxjs {
    width: 1000px;
    margin: auto;
}

.innovate_core_jj {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 30px;
}

.innovate_core_ul {
    /* margin-bottom: 60px; */
}

.innovate_core_yanzheng>h3 {
    padding: 22px 10px 22px 10px;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    background: url("/public/home/images/jt_down.png") no-repeat right 10px center;
    background-size: 22px 22px;
    border-bottom: 2px solid #E9EEEF;
    transition: all .5s;
    cursor: pointer;
}

.icy_h3_bg {
    background: url("/public/home/images/jt_up.png") no-repeat right 10px center !important;
    background-size: 22px 22px !important;
    border-bottom: 0 !important;
    transition: all .5s;
}

.icl_list>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    padding: 6px 32px;
}

.innovate_core_ul_img1 {
    background: url("/public/home/images/new1007/innovate_core_img1.png") no-repeat center;
    background-size: contain;
}

.innovate_core_ul_img2 {
    background: url("/public/home/images/new1007/innovate_core_img2.png") no-repeat center;
    background-size: contain;
}

.innovate_core_ul_img3 {
    background: url("/public/home/images/new1007/innovate_core_img3.png") no-repeat center;
    background-size: contain;
}

.inovate_core_znfzjs {
    width: 100%;
    background-color: #F9F9F9;
    height: 757px;
    background: url("/public/home/images/new1007/innovate_core_img4.png") no-repeat center;
    background-size: cover;
}

.innovate_core_icon_list {
    display: flex;
    justify-content: space-between;
    margin-top: 300px;
}

.innovate_core_icon_list>li {
    width: 21%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.innovate_core_icon_list>li>h6 {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    margin: 20px auto;
}

.innovate_core_icon_list p {
    line-height: 30px;
}

.innovate_core_jccz {
    width: 1000px;
    margin: 0 auto 20px;
}

.innovate_core_jccz>ul {
    display: flex;
    justify-content: space-between;
}

.innovate_core_jccz>ul>li {
    width: 45%;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.innovate_core_ul_img5 {
    width: 1000px;
    height: 634px;
    background: url("/public/home/images/new1007/innovate_core_img5.png") no-repeat center;
    background-size: contain;
}

.icl_list {
    padding-bottom: 40px;
    border-bottom: 2px solid #E9EEEF;
}

.icl_list img {
    width: auto;
    margin: 20px auto 0;
}

.icl_list>div>img {
    margin-left: 60px;
}

.innovate_core_ul>li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 50px;
    padding-top: 50px;
}

.innovate_core_ul>li>i {
    width: 100%;
    height: 300px;
}

.innovate_core_ul>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    flex-shrink: 0;
}

.innovate_core_ul>li>p>strong {
    font-size: 28px;
    font-weight: 300;
}

.innovate_core_list {}

.icl_frist {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.icl_frist_img {
    width: 700px;
    height: 360px;
    /* border-radius: 8px; */
    flex-shrink: 0;
}

.icl_frist_img1 {
    background: url("/public/home/images/icl_frist_img1.png") no-repeat center;
    background-size: contain;
}

.icl_frist_img2 {
    background: url("/public/home/images/icl_frist_img2.png") no-repeat center;
    background-size: contain;
}

.icl_frist_img3 {
    background: url("/public/home/images/icl_frist_img3.png") no-repeat center;
    background-size: contain;
}

.icl_frist_img4 {
    background: url("/public/home/images/icl_frist_img4.png") no-repeat center;
    background-size: contain;
}

.icl_frist_img5 {
    background: url("/public/home/images/icl_frist_img5.png") no-repeat center;
    background-size: contain;
}

.icl_frist_img6 {
    background: url("/public/home/images/icl_frist_img6.png") no-repeat center;
    background-size: contain;
}

.icl_frist_bt {
    width: 540px;
    flex-shrink: 0;
}

.icl_frist_bt>h3 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
}

.icl_frist_bt>h5 {
    height: 60px;
    background: #ccc;
    background-size: contain;
    margin-top: 30px;
}

.icl_frist_bt>h4 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.icl_frist_bt>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    margin-top: 20px;
}


/*科技创新页- 蓝谷研究院 */

.innovate_research_box {
    width: 1080px;
    margin: auto;
}

.innovate_research_box h3 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 20px;
}


/*科技创新页- 北汽新能源试验中心 */

.icb_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icb_list>li {
    width: 46%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #00a0e9;
    background: #f9fbfc;
    margin-bottom: 14px;
    position: relative;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.icb_list>li>h6 {
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
}

.icb_list_box {
    background: #ececec;
    position: absolute;
    top: 100px;
    left: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    z-index: 9;
    display: none;
    color: #333;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
    padding: 36px;
}

.icb_list_box>strong {
    display: block;
}

.icb_list_box>span {
    font-size: 14px;
    color: #777;
    text-decoration: underline;
    display: block;
    margin-top: 30px;
    cursor: pointer;
}

.icb_list2 {
    display: flex;
    justify-content: space-between;
}

.icb_list2 li {
    width: 30%;
}

.icb_list2 h6 {
    font-size: 24px;
    color: #00a0e9;
    font-weight: 300;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.icb_list2 p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.innovate_core_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
}

.innovate_core_box h3 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 20px;
}

.innovate_core_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.innovate_core_p>span {
    color: #00A0E9;
}

.innovate_core_hj_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.innovate_core_hj_list>li {
    width: 48%;
}

.innovate_core_hj_list>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.innovate_core_hj_list>li>h6 {
    height: 48px;
    line-height: 48px;
    background: #00A0E9;
    color: #fff;
    font-size: 24px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.innovate_core_hj_list>li>h6::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #00A0E9;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.innovate_core_cd_list {
    display: flex;
}

.innovate_core_cd_list>li {
    width: 48%;
}

.innovate_core_cd_list>li>h3 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.innovate_core_cd_list>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.innovate_core_cd_list {
    margin-bottom: 60px;
}

.innovate_core_shiyannengli {
    display: flex;
}

.innovate_core_shiyannengli>em {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-left: 20px;
    font-style: normal;
}

.innovate_core_h6 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
}

.innovate_core_jg_box>h6 {
    height: 48px;
    line-height: 48px;
    background: #00A0E9;
    color: #fff;
    font-size: 24px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
    height: 120px;
    margin: auto;
}

.innovate_core_jg_box>h6::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #00A0E9;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.innovate_core_jg_list {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.innovate_core_jg_list>li {
    width: 48%;
}

.icjl_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #E7ECEE;
    padding-bottom: 40px;
}

.icjl_top>p {
    width: 50%;
}

.icjl_top>p,
.icjl_bottom p,
.icjl_bottom>h6 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.icjl_bottom>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icjl_bottom>div>p {
    width: 50%;
}

.icjl_bottom>h6 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.innovate_core_mf {
    display: flex;
    align-items: center;
}

.innovate_core_mf>p {
    margin-right: 40px;
}

.innovate_core_dc_list {
    display: flex;
    justify-content: space-between;
}

.innovate_core_dc_list>li {
    width: 48%;
}

.innovate_core_dc_list>li>h6 {
    height: 48px;
    line-height: 48px;
    background: #00A0E9;
    color: #fff;
    font-size: 24px;
    position: relative;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 30px;
}

.innovate_core_dc_list>li>h6::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #00A0E9;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.innovate_core_dc_list>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
}

.innovate_core_qd_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.innovate_core_qd_list>li {
    width: 30%;
}

.innovate_core_qd_list>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-left: 60px;
    margin-bottom: 15px;
}

.innovate_core_dq_list {
    display: flex;
    padding-left: 36px;
}

.innovate_core_dq_list>li {
    margin-right: 200px;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.innovate_core_dq_list>li>p {
    margin-bottom: 15px;
}

.innovate_core_cl_list {
    padding-left: 36px;
}

.innovate_core_cl_list>li {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 15px;
}

.innovate_core_qt_list {
    display: flex;
    justify-content: space-between;
}

.innovate_core_qt_list>li {
    width: 30%;
}

.innovate_core_qt_list h6 {
    height: 80px;
    background: #0098E5;
    border-radius: 2px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    border-radius: 2px;
    color: #fff;
}

.innovate_core_qt_list p {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    padding: 30px;
    background: #00BEF1;
    border-radius: 2px;
    height: 120px;
}


/* 蓝谷业务 */

.langu_box {
    /* width: 1280px;
  margin: auto; */
}

.com_box {
    width: 1000px!important;
    margin: 0 auto 100px!important;
}

.investor_company,
.media_dongtai {
    width: 1080px;
    margin: 90px auto 0;
}

.langu_banner {
    width: 1280px;
    height: 428px;
    margin: auto;
    background: url("/public/home/images/langu_banner.png") no-repeat center;
    background-size: contain;
}

.langu_banner>div {
    width: 244px;
    height: 102px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #00A0E9;
    border-radius: 8px 0px 8px 0px;
    text-align: center;
}

.langu_banner>div>b {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
}

.langu_banner>div>b:last-child {
    font-size: 16px;
}

.langu_nav {
    width: 1000px;
    margin: 26px auto 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* display: none; */
}

.langu_nav>span {
    margin-right: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    cursor: pointer;
}

.langu_nav>span:hover {
    font-weight: 500;
    color: #009FE8;
}

.langu_nav_active {
    font-weight: 500 !important;
    color: #009FE8 !important;
}

.langu_zhihui_bt {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    color: #333333;
    border-left: 4px solid #01A0E8;
    padding-left: 16px;
    margin-bottom: 28px;
    margin-top: 100px!important;
}


/* 蓝谷业务-蓝谷智慧 */

.langu_zhihui {
    width: 1080px;
    margin: auto;
}

.langu_zhihui_list {
    margin: 100px auto;
}

.langu_zhihui_list li {
    margin-bottom: 100px;
    position: relative;
}

.langu_zhihui_list img {
    position: absolute;
    left: 10px;
    top: 0;
}

.langu_zhihui_list li h5 {
    font-size: 25px;
    color: #333;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 600px;
}

.langu_zhihui_list li h6 {
    font-size: 14px;
    color: #00A0E9;
    font-weight: 300;
    padding-left: 600px;
    margin-bottom: 20px;
}

.lzl_neirong {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 350px;
    height: 155px;
    background: #f8f8f8;
    padding-left: 600px;
    padding-right: 50px;
}

.lzl_neirong>p {
    font-size: 12px;
    color: #333;
    font-weight: 300;
    line-height: 30px;
}

.lzl_neirong>span {
    width: 88px;
    padding-left: 20px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    color: #00A0E9;
    font-weight: 300;
    border: 1px solid #00A0E9;
    margin-top: 5px;
    cursor: pointer;
    background: url('/public/home/images/new1007/bofang.png') no-repeat 10px center / 20px 20px;
}

.langu_zhihui_content {
    margin-bottom: 60px;
}

.lzp_font {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.langu_zhihui_p {
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.langu_zhihui_img {
    width: 1280px;
    height: 800px;
    background: url("/public/home/images/langu_zhihui_img.png") no-repeat center;
    background-size: contain;
    margin-bottom: 120px;
}

.langu_zhihui_img1 {
    width: 100%;
    height: 362px;
    background: url("/public/home/images/langu_zhihui_img1.png") no-repeat center;
    background-size: contain;
    margin-bottom: 18px;
}

.langu_zhihui_img2 {
    width: 100%;
    height: 362px;
    background: url("/public/home/images/langu_zhihui_img2.png") no-repeat center;
    background-size: contain;
    margin-bottom: 18px;
}

.langu_zhihui_img3 {
    width: 100%;
    height: 362px;
    background: url("/public/home/images/langu_zhihui_img3.png") no-repeat center;
    background-size: contain;
    margin-bottom: 18px;
}

.langu_zhihui_img4 {
    width: 100%;
    height: 362px;
    background: url("/public/home/images/langu_zhihui_img4.png") no-repeat center;
    background-size: contain;
    margin-bottom: 18px;
}

.langu_zhihui_img5 {
    width: 100%;
    height: 362px;
    background: url("/public/home/images/langu_zhihui_img5.png") no-repeat center;
    background-size: contain;
    margin-bottom: 18px;
}

.langu_zhihui_dianchi>p {
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.langu_zhihui_dianchi>img {
    margin: 80px auto;
}

.langu_zhihui_dianchi_li {
    margin-top: 60px;
}

.langu_zhihui_dianchi_li_div {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.langu_zhihui_dianchi_li>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 16px;
}

.langu_zhihui_dianchi_li>div>p>strong {
    font-size: 20px;
}

.langu_zhihui_dianchi_li i {
    width: 700px;
    height: 360px;
    display: block;
    border-radius: 8px;
}

.langu_zhihui_dianchi_li_img1 {
    background: url("/public/home/images/langu_zhihui_img6.png") no-repeat center;
    background-size: contain;
}

.langu_zhihui_dianchi_li_img2 {
    background: url("/public/home/images/langu_zhihui_img7.png") no-repeat center;
    background-size: contain;
}

.langu_zhihui_dianchi_li h6 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    background: url("/public/home/images/langu_xuanzhong.png") no-repeat left;
    background-size: 12px 12px;
    padding-left: 32px;
}


/* 蓝谷业务——蓝谷动力 */

.langu_power_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.langu_power_dianchi {
    position: relative;
    height: 300px;
    padding-top: 40px;
    margin-top: 50px;
    background: url(/public/home/images/new1007/langu_power_dcxtbg.png) no-repeat bottom / 1000px 260px;
}

.langu_power_dianchi>img {
    width: 523px;
    height: 266px;
    position: absolute;
    right: 100px;
    top: 15px;
}

.langu_power_dianchi>div {
    margin-top: 50px;
    margin-left: 50px;
}

.langu_power_dianchi>h5 {
    font-size: 22px;
    font-weight: 300;
    color: #333;
}

.langu_power_dianchi>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}

.langu_power_dianchi2 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 79px;
}

.langu_power_dianchi2>li {
    width: 24%;
    height: 286px;
    border-radius: 8px;
    position: relative;
}

.lpdl2 {
    background: url("/public/home/images/langu_power_dianchi2.png") no-repeat center;
    background-size: contain;
}

.lpdl3 {
    background: url("/public/home/images/langu_power_dianchi3.png") no-repeat center;
    background-size: contain;
}

.lpdl4 {
    background: url("/public/home/images/langu_power_dianchi4.png") no-repeat center;
    background-size: contain;
}

.lpdl5 {
    background: url("/public/home/images/langu_power_dianchi5.png") no-repeat center;
    background-size: contain;
}

.langu_power_dianchi2>li>p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 0;
    width: 100%;
}

.langu_power_zhuanjia {
    /* border-radius: 8px; */
    border: 1px solid #EBF1F4;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.langu_power_zhuanjia>li {
    display: flex;
    width: 48%;
    align-items: flex-start;
}

.langu_power_zhuanjia>li>img {
    width: 250px;
}

.langu_power_zhuanjia>li>div {
    margin-left: 16px;
}

.langu_power_zhuanjia>li>div>h5 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.langu_power_zhuanjia>li>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
}

.langu_power_zhuanjia2 {
    display: flex;
    align-items: center;
    margin-bottom: 79px;
}

.langu_power_zhuanjia2>div {
    margin-right: 70px;
}

.langu_power_zhuanjia2>div>h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 30px;
}

.langu_power_zhuanjia2>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.langu_power_jidi_list {
    display: flex;
    align-items: center;
}

.langu_power_jidi_list>img {
    margin-right: 40px;
}

.langu_power_jidi_list li {
    margin-bottom: 34px;
}

.langu_power_jidi_list h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.langu_power_jidi_list p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
}

.langu_power_yuanjing {
    display: flex;
    justify-content: space-between;
    margin-top: 79px;
    margin-bottom: 120px;
}

.langu_power_yuanjing>div {
    width: 48%;
    border-bottom: 2px solid #E9EEEF;
    padding-bottom: 28px;
}

.langu_power_yuanjing>div>h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.langu_power_yuanjing>div>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-top: 18px;
}


/* 蓝谷业务-轻松出行 */

.langu_zhihui_h5 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}

.langu_travel_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.langu_travel_jiazhi {
    display: flex;
}

.langu_travel_jiazhi>img {
    margin-right: 20px;
}

.langu_travel_jiazhi h5 {
    font-size: 24px;
    color: #333333;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 30px;
}

.langu_travel_jiazhi p {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    line-height: 30px;
    /* margin-bottom: 10px; */
}

.langu_travel_yewu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.langu_travel_yewu ul {
    margin-left: 40px;
}

.langu_travel_yewu h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 30px;
}

.langu_travel_yewu p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 30px;
}

.langu_travel_chuxing {
    position: relative;
    width: 100%;
    height: 400px;
    background: #F9FBFC;
    border-radius: 8px;
    margin-top: 38px;
}

.langu_travel_chuxing>div {
    padding-top: 80px;
    padding-left: 80px;
}

.langu_travel_chuxing>img {
    position: absolute;
    right: 66px;
    top: -48px;
}

.langu_travel_chuxing>div>h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
}

.langu_travel_chuxing>div>h6 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 70px;
}

.langu_travel_chuxing>div>a {
    width: 178px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #00A0E9;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 40px;
    text-align: center;
    display: block;
}

.langu_travel_ywys>ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.langu_travel_ywys li {
    width: 150px;
    height: 100px;
    background: #F7FDFF;
    border-radius: 8px;
    padding: 20px;
}

.langu_travel_ywys h5 {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.langu_travel_ywys p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-top: 20px;
}

.langu_travel_guimo {
    display: flex;
    flex-wrap: wrap;
}

.langu_travel_guimo>li {
    display: flex;
    margin-bottom: 63px;
    width: 50%;
}

.langu_travel_guimo>li>span {
    font-size: 80px;
    color: rgba(1, 160, 232, 1);
    line-height: 70px;
}

.langu_travel_guimo>li>div {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.langu_travel_guimo>li>div>i {
    display: block;
}

.langu_travel_guimo>li>div>p {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}

.langu_travel_yunying {
    display: flex;
    justify-content: space-between;
}

.langu_travel_yunying>li {
    width: 142px;
    height: 380px;
    background: linear-gradient(180deg, #FAFEFF 0%, #E7F7FF 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.langu_travel_yunying>li:hover {
    transform: translateY(-20px);
    transition: all .3s;
}

.langu_travel_yunying>li>h5 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 40px;
}

.langu_travel_yunying>li>img {
    width: 68px;
    height: 68px;
    margin-top: 130px;
    margin-bottom: 18px;
    display: block;
}

.langu_travel_yunying>li>p {
    font-size: 14px;
    font-weight: 300;
    color: #888888;
    line-height: 20px;
    text-align: center;
}

.langu_zhihui_list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.langu_travel_img1 {
    background: url("/public/home/images/langu_travel_img1.png") no-repeat center;
    background-size: contain;
}

.langu_travel_img2 {
    background: url("/public/home/images/langu_travel_img2.png") no-repeat center;
    background-size: contain;
}

.langu_travel_img3 {
    background: url("/public/home/images/langu_travel_img3.png") no-repeat center;
    background-size: contain;
}

.langu_zhihui_list>li>p {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 26px;
}


/* 蓝谷业务-麦格纳 */

.langu_magna_list {}

.langu_magna_list>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 89px;
}

.langu_magna_list>li>img {
    flex-shrink: 0;
    width: 420px;
    height: 250px;
}

.lml_right {
    width: 490px;
}

.lml_right>h6 {
    font-size: 22px;
    color: #333;
    font-weight: 300;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-top: 20px;
}

.lml_right>p {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
    line-height: 30px;
}

.lml_right>h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #01A0E8;
}

.langu_magna_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    /* margin-bottom: 10px; */
}

.langu_magna_ys {
    margin: 30px auto;
    display: block;
}

.langu_magna_jt {
    margin: 30px auto;
    display: block;
}

.langu_magna_drop {
    display: flex;
    justify-content: space-between;
}

.langu_magna_drop>li {
    width: 48%;
}

.langu_magna_drop h2 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.langu_magna_drop h5 {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    padding-top: 18px;
    padding-bottom: 30px;
    background: url("/public/home/images/jt_down.png") no-repeat right top 20px;
    background-size: 22px 22px;
    border-bottom: 2px solid #E9EEEF;
    cursor: pointer;
}

.lmd_down {
    background: url("/public/home/images/jt_up.png") no-repeat right top 20px !important;
    background-size: 22px 22px !important;
    transition: all .5s;
    border: 0 !important;
}

.langu_magna_drop p {
    display: none;
    padding-top: 14px;
    padding-bottom: 30px;
    border-bottom: 2px solid #E9EEEF;
}

.langu_info_list i {
    width: 480px;
    height: 300px;
    margin-right: 80px;
}

.langu_info_list li {
    display: flex;
    margin-bottom: 80px;
}

.lil_right {
    margin-top: 30px;
}

.lil_right>h1 {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 24px;
    font-weight: 200;
}

.lil_right>h2 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.lil_right>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 14px;
}

.langu_info_img1 {
    background: url("/public/home/images/langu_info_img1.png") no-repeat center;
    background-size: contain;
}

.langu_info_img2 {
    background: url("/public/home/images/langu_info_img2.png") no-repeat center;
    background-size: contain;
}

.langu_info_img3 {
    background: url("/public/home/images/langu_info_img3.png") no-repeat center;
    background-size: contain;
}

.langu_info_img4 {
    background: url("/public/home/images/langu_info_img4.png") no-repeat center;
    background-size: contain;
}

.langu_info_img5 {
    background: url("/public/home/images/langu_info_img5.png") no-repeat center;
    background-size: contain;
}

.langu_info_img6 {
    background: url("/public/home/images/langu_info_img6.png") no-repeat center;
    background-size: contain;
}

.langu_info_img7 {
    background: url("/public/home/images/langu_info_img7.png") no-repeat center;
    background-size: contain;
}

.langu_info_img8 {
    background: url("/public/home/images/langu_info_img8.png") no-repeat center;
    background-size: contain;
}

.langu_info_img9 {
    background: url("/public/home/images/langu_info_img9.png") no-repeat center;
    background-size: contain;
}

.langu_info_img10 {
    background: url("/public/home/images/langu_info_img10.png") no-repeat center;
    background-size: contain;
}

.langu_info_img11 {
    background: url("/public/home/images/langu_info_img11.png") no-repeat center;
    background-size: contain;
}


/* 关于我们页 */

.about_banner {
    width: 100%;
    height: 428px;
    margin: auto;
    background: url("/public/home/images/about_banner.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.about_banner>div {
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
}

.about_banner>div>b {
    font-size: 32px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 1px #333; */
    margin-top: 20px;
    margin-bottom: 20px;
}

.about_banner>div>b:last-child {
    width: 500px;
    font-size: 24px;
}


/* 关于我们——合规管理 */

.about_manage_box {
    width: 1080px;
    margin: 0 auto 120px;
}

.about_manage_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.about_manage_h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* 关于我们——法律声明 */

.about_law_banner {
    width: 100%;
    height: 428px;
    background: url("/public/home/images/about_law_banner.png") no-repeat center;
    background-size: cover;
}
.about_service_banner {
    width: 100%;
    height: 428px;
    background: url("/public/home/images/huazhang_pc2.jpg") no-repeat center;
    background-size: cover;
}

.about_law_h1 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
}

.about_law_box {
    margin: 0 auto 120px;
    width: 1000px;
    height: 550px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    padding: 40px;
    overflow-y: auto;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    display: flex;
}

.about_law_right {
    margin-left: 60px;
}

.about_law_right>h5 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 33px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about_law_right>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 36px;
}


/* 关于我们-公司概况 */

.about_profile_logo {
    width: 248px;
    height: 70px;
    margin: 40px auto 60px;
    background: url("/public/home/images/about_profile_logo.png") no-repeat center;
    background-size: contain;
}

.about_profile_gaikuang {
    width: 1200px;
    margin: auto;
    margin-bottom: 120px;
}

.apg_img {
    width: 100%;
    height: 584px;
    margin-top: 40px;
    margin-bottom: 58px;
    background: url("/public/home/images/apg_img.png") no-repeat center;
    background-size: contain;
}

.about_dev {
    padding-left: 0;
    padding-right: 0;
}

.about_dev>h4 {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    padding: 22px 32px;
}

.about_dev_list>h3 {
    padding: 22px 10px 22px 10px;
    margin-left: 22px;
    margin-right: 22px;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
    background: url("/public/home/images/jt_down.png") no-repeat right 10px center;
    background-size: 22px 22px;
    border-bottom: 2px solid #E9EEEF;
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 30px;
}

.adl_h3_bg {
    background: url("/public/home/images/jt_up.png") no-repeat right 10px center !important;
    background-size: 22px 22px !important;
    transition: all .5s;
}

.about_dev_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 38px;
    padding: 22px 32px;
    display: none;
}

.apg_content {
    position: absolute;
    padding: 50px;
    width: 430px;
    background: #00A0E9;
    border-radius: 8px;
}

.apg_content1 {
    top: 76px;
    right: -180px;
}

.apg_content2 {
    top: 76px;
    left: -180px;
}

.apg_content3 {
    top: 76px;
    right: -180px;
}

.apg_content>h1 {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 40px;
}

.apg_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}

.apg_content>p>span {
    font-weight: 500;
}

.apg_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}

.apg_p1>p {
    text-indent: 0 !important;
}

.apg_p>p {
    /* margin-top: 16px; */
}

.apg_p>p>span {
    display: block;
    font-weight: 500;
    font-size: 14px;
}


/* 关于我们-公司荣誉 */

.about_honor {
    width: 1080px;
    margin: 0 auto 100px;
}

.about_honor>h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 33px;
    margin-top: 80px;
    margin-bottom: 30px;
}

.about_honor_list>li {
    width: 620px;
    height: 520px;
    background: #F9FBFC;
    border-radius: 8px;
}


/* 关于我们-预约参观选择 */

.about_yuyue_tab {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.about_yuyue_tab_list {
    width: 49%;
}

.about_yuyue_tab_list>i {
    height: 460px;
}

.aytl_img1 {
    background: url("/public/home/images/aytl_img1_1119.png") no-repeat center;
    background-size: contain;
}

.aytl_img2 {
    background: url("/public/home/images/aytl_img2_1119.png") no-repeat center;
    background-size: contain;
}

.about_yuyue_tab_list>a {
    width: 282px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #01A0E8;
    font-size: 14px;
    font-weight: 300;
    color: #01A0E8;
    line-height: 64px;
    text-align: center;
    margin: 40px auto;
    display: block;
}


/* .about_yuyue_tab_list>a:hover {
  background: #01A0E8 !important;
  color: #fff !important;
} */


/* 关于我们——领导致辞 */

.about_dsz {
    display: flex;
}

.innovate_core_box {
    position: relative;
}

.about_dsz_left {
    margin-right: 50px;
}

.about_leader_yulu {
    margin-top: 30px;
}

.about_leader_yulu>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    /* margin-bottom: 16px; */
}

.about_leader_yulu>p>span {
    color: #00A0E9;
}

.about_leader_qm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 120px;
}

.about_leader_qm>span {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-right: 20px;
}


/* 关于我们-预约参观详情页 */

.about_visit_step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1050px;
    margin: auto;
}

.avs_list {
    width: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.avs_list>i {
    width: 80px;
    height: 80px;
}

.avs_list>span {
    font-size: 14px;
    font-weight: 300;
    color: #2C2C2C;
    text-align: center;
    margin-top: 20px;
}

.avs_img1 {
    background: url("/public/home/images/about_visit_step1.png") no-repeat center;
    background-size: contain;
}

.avs_img1h {
    background: url("/public/home/images/about_visit_step1.png") no-repeat center;
    background-size: contain;
}

.avs_img2 {
    background: url("/public/home/images/about_visit_step2.png") no-repeat center;
    background-size: contain;
}

.avs_img2h {
    background: url("/public/home/images/about_visit_step2h.png") no-repeat center;
    background-size: contain;
}

.avs_img3 {
    background: url("/public/home/images/about_visit_step3.png") no-repeat center;
    background-size: contain;
}

.avs_img3h {
    background: url("/public/home/images/about_visit_step3h.png") no-repeat center;
    background-size: contain;
}

.avs_img4 {
    background: url("/public/home/images/about_visit_step4.png") no-repeat center;
    background-size: contain;
}

.avs_img4h {
    background: url("/public/home/images/about_visit_step4h.png") no-repeat center;
    background-size: contain;
}

.avs_img5 {
    background: url("/public/home/images/about_visit_step5.png") no-repeat center;
    background-size: contain;
}

.avs_img5h {
    background: url("/public/home/images/about_visit_step5h.png") no-repeat center;
    background-size: contain;
}

.about_visit_step>span {
    width: 40px;
    height: 17px;
    background: url("/public/home/images/about_visit_step_jt.png") no-repeat center;
    background-size: contain;
}


/* 关于我们-蓝谷文化 */

.about_culture_box {
    width: 1200px;
    margin: auto;
}

.about_culture_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.about_culture_list>li {
    margin-bottom: 50px;
    width: 480px;
}

.about_culture_list>li>h2 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
}

.about_culture_list>li>h5 {
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    padding-top: 18px;
    padding-bottom: 30px;
    background: url("/public/home/images/jt_down.png") no-repeat right top 20px;
    background-size: 22px 22px;
    border-bottom: 2px solid #E9EEEF;
    cursor: pointer;
}

.acl_down {
    background: url("/public/home/images/jt_up.png") no-repeat right top 20px !important;
    background-size: 22px 22px !important;
    transition: all .5s;
    border: 0 !important;
}

.about_culture_content {
    display: none;
    border-bottom: 2px solid #E9EEEF;
    padding-bottom: 10px;
}

.about_culture_content>h1 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.about_culture_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    /* margin-bottom: 10px; */
}

.about_culture_img {}

.about_culture_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-bottom: 10px;
}

.about_culture_img1 {
    background: url("/public/home/images/about_culture_img1.png") no-repeat center;
    background-size: contain;
}

.about_culture_img2 {
    background: url("/public/home/images/about_culture_img2.png") no-repeat center;
    background-size: contain;
}

.about_culture_img3 {
    background: url("/public/home/images/about_culture_img3.png") no-repeat center;
    background-size: contain;
}

.about_culture_img4 {
    background: url("/public/home/images/about_culture_img4.png") no-repeat center;
    background-size: contain;
}

.about_culture_img5 {
    background: url("/public/home/images/about_culture_img5.png") no-repeat center;
    background-size: contain;
}

.about_culture_img6 {
    background: url("/public/home/images/about_culture_img6.png") no-repeat center;
    background-size: contain;
}

.about_culture_img7 {
    background: url("/public/home/images/about_culture_img7.png") no-repeat center;
    background-size: contain;
}

.about_culture_img8 {
    background: url("/public/home/images/about_culture_img8.png") no-repeat center;
    background-size: contain;
}

.about_culture_img9 {
    background: url("/public/home/images/about_culture_img9.png") no-repeat center;
    background-size: contain;
}

.about_culture_img10 {
    background: url("/public/home/images/about_culture_img10.png") no-repeat center;
    background-size: contain;
}

.about_culture_img11 {
    background: url("/public/home/images/about_culture_img11.png") no-repeat center;
    background-size: contain;
}

.about_culture_img12 {
    background: url("/public/home/images/about_culture_img12.png") no-repeat center;
    background-size: contain;
}

.about_culture_img13 {
    background: url("/public/home/images/about_culture_img13.png") no-repeat center;
    background-size: contain;
}

.about_culture_img14 {
    background: url("/public/home/images/about_culture_img14.png") no-repeat center;
    background-size: contain;
}

.acl_content {
    width: 540px;
}

.acl_content>h3 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.acl_content>h6 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.acl_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}

.acl_content>p>span {
    font-weight: 500;
}

.about_culture_box>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}


/* 关于我们-预约参观详情页 -选择参观工厂 */

.about_visit_factory_bt {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 30px;
}

.about_visit_factory {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: auto;
    flex-wrap: wrap;
}

.avf_list {
    width: 330px;
    height: 630px;
    padding: 30px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin-bottom: 30px;
    cursor: pointer;
}

.avf_list_active {
    border: 4px solid #01A0E8 !important;
}

.avf_list>i {
    width: 330px;
    height: 220px;
    background: #ccc;
    border-radius: 4px;
}

.avf_list>h5 {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 8px;
}

.avf_list>p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.avf_list_step {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
}

.avf_list_step>h6 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.avf_list_step>p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.avf_list>a {
    font-size: 14px;
    color: #01A0E8;
    line-height: 19px;
    margin-bottom: 20px;
}

.avf_list_lianxi {
    display: flex;
    flex-direction: column;
}

.avf_list_lianxi>h6 {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    line-height: 30px;
}

.avf_list_lianxi>p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
}

.avfb_div {
    display: flex;
    align-items: center;
    margin: 60px auto;
    justify-content: center;
}

.about_visit_factory_button {
    width: 226px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid #01A0E8;
    font-size: 14px;
    font-weight: 500;
    line-height: 64px;
    text-align: center;
    margin: 0 20px;
    cursor: pointer;
}

.avfb_up {
    background: #fff;
    color: #00A0E9;
}

.avfb_up:hover {
    background: #00A0E9 !important;
    color: #fff !important;
}

.avfb_down {
    color: #FFFFFF;
    background: #00A0E9;
}

.avfb_down:hover {
    background: #fff !important;
    color: #00A0E9 !important;
}


/* 关于我们-预约参观详情页-信息填写 */

.about_visit_info {
    width: 1280px;
    margin: auto;
}

.avi_content {
    width: 970px;
    padding: 40px;
    height: 440px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    overflow-y: scroll;
    margin: auto;
}

.avi_content>p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.avi_input {
    width: 500px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.avi_input>label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000000;
}

.avi_input>label>input {
    width: 257px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid #DBDBDB;
    padding: 10px;
    font-size: 14px;
}

.avi_input_tishi {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #B2B2B2;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 66px;
}

.avi_input_tishi>input {
    width: 416px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid #DBDBDB;
}

.avi_input>label>span {
    width: 137px;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    border: 2px solid #00A0E9;
    text-align: center;
}


/*  关于我们-预约参观详情页-信息填写  */

.about_visit_down {
    width: 850px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin: auto;
    padding: 50px 100px;
}

.about_visit_down_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.about_visit_down_list>input {
    height: 30px;
    border-radius: 4px;
    border: 2px solid #DBDBDB;
    width: 626px;
    font-size: 14px;
    padding: 10px;
}
.about_visit_down_list .layui-input {
    height: 50px;
    border-radius: 4px;
    border: 2px solid #DBDBDB;
    width: 650px;
    font-size: 14px;
    padding: 10px;
}
.about_visit_down_tishi {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about_visit_down_tishi>p {
    font-size: 14px;
    font-family: Helvetica;
    color: #999999;
    line-height: 24px;
    width: 646px;
}

.about_visit_down_list>span {
    font-size: 14px;
    color: #191919;
}

.about_visit_down_time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about_visit_down_time_list {
    width: 646px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.about_visit_down_time_list input {
    margin-right: 10px;
}

.about_visit_down_xuanze {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 646px;
}

.about_visit_down_xuanze>label {
    margin-right: 80px;
}

.about_visit_down_xuanze input {
    margin-right: 10px;
}


/*  关于我们-预约参观详情页-下载资料  */

.about_visit_success {
    width: 768px;
    height: 597px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    margin: auto;
}

.about_visit_success>span {
    width: 146px;
    height: 48px;
    background: #00A0E9;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
    line-height: 48px;
    display: block;
}

.about_visit_success>h5 {
    font-size: 14px;
    font-weight: 300;
    color: #191919;
    line-height: 22px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.about_visit_success>p {
    width: 659px;
    margin: auto;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 24px;
    text-align: center;
}

.avs_sqzl {
    width: 200px;
    height: 200px;
    background: #F2F2F2;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 60px auto 30px;
}

.avs_sqzl>i {
    width: 44px;
    height: 48px;
    background: url("/public/home/images/avs_sqzl_img.png") no-repeat center;
    background-size: contain;
    margin-bottom: 10px;
}

.avs_sqzl>span {
    font-size: 14px;
    color: #5B5B5B;
    line-height: 17px;
}


/*  关于我们-预约参观详情页-上传资料  */

.avu_box {
    width: 460px;
    height: 400px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    padding: 40px 154px;
    margin: auto;
}

.avu_box>h6 {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-align: center;
}

.avu_box>p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.avu_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 30px;
}

.avu_list>div>span {
    width: 146px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #01A0E8;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 48px;
    text-align: center;
    margin: auto;
    display: block;
}

.avu_list_wenjian {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    height: 200px;
    background: #F6F6F6;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.avu_list_wenjian>span {
    font-size: 14px;
    font-family: Helvetica;
    color: #5B5B5B;
    line-height: 17px;
}

.avu_list_wenjian>i {
    width: 46px;
    height: 49px;
    margin-bottom: 15px;
}

.alw_icon1 {
    background: url("/public/home/images/alw_icon1.png") no-repeat center;
    background-size: contain;
}

.alw_icon2 {
    background: url("/public/home/images/alw_icon2.png") no-repeat center;
    background-size: contain;
}


/*  关于我们-预约参观详情页-等待审核  */

.avs_content {
    width: 468px;
    height: 280px;
    border-radius: 8px;
    border: 2px solid #EBEBEB;
    padding: 60px 150px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.avs_content>i {
    width: 82px;
    height: 82px;
    background: url("/public/home/images/avs_content_icon.png") no-repeat center;
    background-size: contain;
}

.avs_content>h5 {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 14px;
}

.avs_content>p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.avs_content>span {
    width: 146px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #01A0E8;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    line-height: 48px;
    text-align: center;
}


/* 关于我们-预约参观-查询进度 */

.yuyue_progress_chaxun {
    width: 1282px;
    height: 130px;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 40px;
}

.yuyue_progress_chaxun>span {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
}

.yuyue_progress_chaxun>input {
    width: 235px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 10px;
    margin-left: 28px;
    margin-right: 20px;
}

.yuyue_progress_chaxun>a {
    width: 137px;
    height: 50px;
    background: #009FE8;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

.yuyue_progress_table table {
    width: 1280px;
    margin: auto;
    border: 1px solid #CFE1FD;
}

.yuyue_progress_table th {
    width: 200px;
    font-size: 14px;
    color: #191919;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 300;
    background: #EEF7FF;
    border: 1px solid #CFE1FD;
}

.yuyue_progress_table td {
    width: 280px;
    font-size: 14px;
    color: #666666;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.yuyue_progress_box>p {
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 48px;
}


/* 新能源汽车页 */

.energy_banner {
    width: 1280px;
    height: 428px;
    margin: auto;
    background: url("/public/home/images/energy_banner.png") no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

.energy_banner>div {
    width: 244px;
    height: 102px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #00A0E9;
    border-radius: 8px 0px 8px 0px;
    text-align: center;
}

.energy_banner>div>b {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
}

.energy_banner>div>b:last-child {
    font-size: 16px;
}

.energy_list_box {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    margin: 100px auto;
}

.energy_list_bg1 {
    width: 626px;
    height: 444px;
    background: url("/public/home/images/icb_img1.png") no-repeat center;
    background-size: contain;
}

.energy_list_bg2 {
    width: 626px;
    height: 444px;
    background: url("/public/home/images/icb_img2.png") no-repeat center;
    background-size: contain;
}

.energy_list>span {
    width: 178px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #00A0E9;
    font-size: 14px;
    color: #00A0E9;
    line-height: 40px;
    text-align: center;
    margin: 110px auto;
    display: block;
}

.energy_list:hover>span {
    background: #00A0E9;
    color: #fff;
}


/* 社会责任 */

.responsibility_banner {
    background: url("/public/home/images/responsibility_banner.png") no-repeat center;
    background-size: contain;
}

.responsibility_banner>div {
    width: 380px;
}


/* 社会责任-责任理念 */

.responsibility_idea_box {
    padding-bottom: 40px;
}

.responsibility_idea_img {}

.responsibility_idea>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    text-indent: 40px;
    margin-top: 20px;
}

.responsibility_idea_list {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    margin-bottom: 100px;
}

.responsibility_idea_list>i {
    display: block;
    width: 700px;
    height: 360px;
    background: #ccc;
    border-radius: 8px;
}

.ril_bt {
    width: 540px;
}

.ril_bt>h3 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    margin-top: 10px;
}

.ril_bt>h6 {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ril_bt>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
}


/* 社会责任-社会公益 */

.responsibility_welfare {}

.responsibility_welfare>h6 {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    line-height: 33px;
    margin-bottom: 20px;
}

.responsibility_welfare>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.responsibility_welfare>img {
    margin: auto;
}

.responsibility_welfare>span {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 60px;
    display: block;
}


/* 社会责任-社会责任报告 */

.responsibility_report_list {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.responsibility_report_list>span {
    width: 280px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    margin: 0 10px;
    display: block;
    cursor: pointer;
}

.responsibility_report_list>span:hover {
    border: 1px solid #00A0E8 !important;
}

.rrl_act {
    border: 1px solid #00A0E8 !important;
    color: #fff !important;
    background: #00A0E8 !important;
}

.rrl_box {
    /* width: 1200px; */
    height: 800px;
    border-radius: 8px;
    padding: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    background: url('/public/home/images/rrl_img.png') no-repeat center;
    background-size: 1200px 800px;
    position: relative;
}

.rrl_box_riqi {
    background: rgba(0, 0, 0, 0.2);
    border: 4px solid #FFFFFF;
    padding: 10px 16px;
    position: absolute;
    right: 90px;
    bottom: 90px;
}

.rrl_box_riqi>h5 {
    font-size: 60px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 84px;
    letter-spacing: 1px;
    border-bottom: 4px solid #fff;
}

.rrl_box_riqi>p {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 33px;
    margin-top: 13px;
    text-align: center;
}

.responsibility_report {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.responsibility_report>a {
    width: 374px;
    height: 88px;
    line-height: 88px;
    border-radius: 8px;
    border: 2px solid #01A0E8;
    font-size: 14px;
    font-weight: 300;
    color: #00A0E9;
    text-align: center;
    margin: 0 25px;
}

.responsibility_report>a:hover {
    background: #01A0E8 !important;
    color: #fff !important;
}


/* 党建动态-卫蓝红帆 */

.dynamic_banner {
    background: url("/public/home/images/dynamic_banner.png") no-repeat center;
    background-size: cover;
    /* border-radius: 8px; */
}

.dynamic_box {
    width: 1080px;
    margin: auto;
}

.dynamic_details_box img {
    width: 100%;
}

.dynamic_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    margin-bottom: 30px;
}

.dynamic_h6 {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 20px;
}

.dynamic_list {
    display: flex;
    justify-content: space-between;
    margin: 60px 40px;
}

.dynamic_list>li {
    width: 550px;
}

.dynamic_list>li>span {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 22px;
    padding-top: 14px;
    display: block;
}


/* 党建动态——党建活动 */

.dynamic_activity {
    width: 408px;
    height: 270px;
    background: #EFF6FA;
    border-radius: 8px;
}

.dynamic_activity_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dynamic_activity_list::after {
    content: '';
    width: 408px;
}

.dal_list {
    margin-bottom: 40px;
    width: 320px;
    display: block;
}

.dal_list>i {
    width: 320px;
    height: 214px;
    background: #EFF6FA;
}

.dal_list>h6 {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dal_list>p {
    font-size: 14px;
    font-weight: 300;
    color: #9B9B9B;
    line-height: 20px;
}


/* 人才培养 */

.talent_banner {
    background: url("/public/home/images/talent_banner.png") no-repeat center;
    background-size: cover;
    border-radius: 8px;
}

.talent_banner>div {
    width: 348px;
}

.talent_peiyang_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.talent_peiyang_list>i {
    width: 820px;
    height: 500px;
    flex-shrink: 0;
    background: #ccc;
}

.tpl_content {
    width: 310px;
    height: 340px;
    background: #F9FBFC;
    border-radius: 8px;
    padding: 80px 50px;
}

.tpl_content>h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
}

.tpl_content>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 24px;
    margin-top: 30px;
    text-align: justify;
}


/* 人才培养 ---人才招聘 */

.talent_zhaopin_banner {
    width: 1280px;
    height: 500px;
    background: url("/public/home/images/talent_zhaopin_banner.png") no-repeat center;
    background-size: contain;
}

.talent_zhaopin_p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #ECECEC;
}

.talent_zhaopin_p>p>span {
    color: #333333;
    font-weight: 500;
}

.talent_zhaopin_select {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    margin-bottom: 40px;
}

.talent_zhaopin_select>a {
	display: block;
    width: 140px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin: 0 10px;
    cursor: pointer;
}
.talent_zhaopin_select>a:active{
	background: #00A0E9;
	color: #FFFFFF;
}

.talent_zhaopin_select_active {
    border: 0 !important;
    color: #fff !important;
    background: #00A0E8 !important;
}

.talent_zhaopin_list table {
    width: 100%;
    margin-bottom: 120px;
    border-radius: 8px;
    overflow: hidden;
}

.talent_zhaopin_list tr {
    text-align: center;
    /* background: rgba(0, 48, 70, .07); */
}

.talent_zhaopin_list th {
    height: 72px;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
}

.talent_zhaopin_list td {
    height: 72px;
    font-size: 14px;
    color: #333333;
    line-height: 19px;
}

.talent_zhaopin_list tr:nth-child(odd) {
    background: rgba(0, 48, 70, .07);
}

.talent_zhaopin_content {
    width: 100%;
    height: 484px;
    background: #f5f5f5;
    padding: 40px;
    box-sizing: border-box;
}

.talent_zhaopin_content>ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.talent_zhaopin_content>ul>li {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 28px;
    flex-shrink: 0;
    margin-bottom: 20px;
    width: 25%;
    text-align: left;
}

.tzc_content {
    display: flex;
    margin-top: 20px;
}

.tzc_content_list {
    width: 50%;
    text-align: left;
    height: 200px;
    overflow-y: auto;
}

.tzc_content_list>h6 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 20px;
}

.tzc_content_list>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    margin-bottom: 10px;
    line-height: 30px;
}

.tzc_content_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.tzc_content_footer>h2 {
    height: 56px;
    width: 100px;
    background: #bd2315;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 56px;
    cursor: pointer;
    font-weight: normal;
    transition: all .3s ease-in-out 0s;
    border-radius: 8px;
}

.tzc_content_footer p {
    text-align: right;
    margin-bottom: 10px;
}

.tan_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    display: none;
}

.tan_box {
    display: none;
    width: 680px;
    height: 320px;
    background: #ffffff;
    position: fixed;
    left: 50%;
    z-index: 1234567890;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tan_box>h2 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    width: 100%;
    height: 80px;
    background: #e1e1e1;
    line-height: 80px;
    text-align: center;
}

.tan_box>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    border-bottom: 1px solid #ededed;
}

.tan_box>span>em {
    font-size: 14px;
    color: #333333;
    font-style: normal;
}

.tan_box>button {
    display: block;
    width: 195px;
    height: 58px;
    background: #bd2315;
    text-align: center;
    margin: 40px auto 0 auto;
    color: #fff;
    line-height: 58px;
    font-size: 24px;
    border-radius: 8px;
}


/* 投资者关系 */

.investor_banner>div {
    width: 355px;
}

.investor_list {
    margin-bottom: 80px;
}

.investor_list>a {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.investor_list>a:hover>h6 {
    color: #009FE8;
}

.investor_list>a:hover>span {
    color: #009FE8;
}

.investor_list>a>span {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 24px;
    display: block;
    flex-shrink: 0;
}

.investor_list>a>i {
    background: url("/public/home/images/pdf.png") no-repeat center;
    background-size: contain;
    display: block;
    width: 32px;
    height: 32px;
}

.investor_list>a>h6 {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 33px;
    width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_investor_a {
    display: block;
    position: relative;
}

.investor_report_bt {
    width: 32px;
    height: 32px;
    background: url("/public/home/images/investor_bt_right.png") no-repeat center right;
    background-size: 32px 32px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 46px;
}

.icr_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.icr_list>a {
    position: relative;
}

.icr_list>a>span {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 160, 233, 0) 0%, #00A0E9 100%);
}

.icr_list_img1 {
    width: 190px;
    height: 250px;
    background: #ccc;
    border-radius: 4px;
}


/* 投资者关系 投资者查询 */

.investor_query_box {
    width: 1052px;
    margin: 220px auto 88px;
    position: relative;
}

.investor_query_box>div {
    width: 360px;
    height: 262px;
    background: #FFFFFF;
    border: 1px solid #E7ECEE;
    position: absolute;
    top: -128px;
    right: 192px;
    padding: 30px 15px;
    border-radius: 8px;
}

.investor_query_box>div::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #fff;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}

.investor_query_box>div>h6 {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7ECEE;
    padding-left: 40px;
}

.investor_query_box>div>p {
    font-size: 22px;
    font-weight: 300;
    color: #333333;
    line-height: 36px;
    padding-left: 40px;
    padding-top: 30px;
}


/* 投资者关系 业绩报告 */

.investor_government {
    margin-top: 50px;
}

.irl_ul_a1 {
    width: 270px;
    height: 354px;
    background: #CCCCCC;
    border-radius: 8px;
    position: relative;
}

.irl_ul {
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
}

.investor_report_box {
    /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.investor_report_list {
    width: 580px;
}

.irl_ul>a>span {
    border-radius: 0 0 8px 8px;
    font-size: 14px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 160, 233, 0) 0%, #00A0E9 100%);
}


/* 投资者关系——股票资讯 */

.investor_info_list>li {
    display: flex;
    justify-content: space-between;
    background: rgba(216, 216, 216, .6);
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}

.investor_info_list>li:nth-child(2n+2) {
    background: rgba(216, 216, 216, .2);
}

.investor_info_list>li:nth-child(2n+1) span {
    color: #000;
}

.investor_info_list>li>span {
    font-size: 14px;
    color: #333333;
    font-weight: 300;
}

.investor_info_list_h6 {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: right;
}


/* 投资者关系- 公司治理 */

.investor_government_tab {
    display: flex;
    justify-content: space-between;
    width: 310px;
    margin: auto;
}

.investor_government_tab>span {
    width: 140px;
    height: 48px;
    line-height: 48px;
    border-radius: 8px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    text-align: center;
}

.igt_span_active {
    background: #00A0E8;
    border: 2px solid #00A0E8 !important;
    color: #fff !important;
}

.investor_government_list {
    border: 2px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.investor_government_list>a {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.investor_government_list>a>div {
    margin-left: 20px;
    line-height: 30px;
}

.investor_government_list>a>i {
    width: 80px;
    height: 80px;
    background: url("/public/home/images/pdf.png") no-repeat center;
    background-size: contain;
}

.investor_government_list>a h6 {
    font-size: 14px;
    color: #000000;
}

.investor_government_list>a span {
    font-size: 14px;
    color: #999999;
}

.igl_page {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.igl_page>span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
}

.igl_page>b {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 1px;
    border: 1px solid #E9E9E9;
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.igl_page_span_active {
    background: #01A4EF !important;
    border-radius: 1px;
    color: #fff !important;
}

.igl_jiagou {
    border: 2px solid #EBEBEB;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}

.igl_jiagou>i {
    width: 714px;
    height: 423px;
    background: url("/public/home/images/igl_jiagou_img.png") no-repeat center;
    background-size: contain;
    margin: 60px auto;
}


/* 媒体中心 -蓝谷动态*/

.media_dongtai_list {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.media_dongtai_list>a {
    display: flex;
    margin-bottom: 40px;
}

.media_dongtai_list>a>i {
    width: 420px;
    height: 256px;
    display: block;
    background: #ccc;
    flex-shrink: 0;
}

.mdl_right {
    margin-left: 40px;
}

.mdl_right>h6 {
    font-size: 24px;
    font-weight: 300;
    color: #333333;
    line-height: 40px;
    margin-top: 30px;
}

.mdl_right>span {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
}

.mdl_right>p {
    font-size: 14px;
    font-weight: 300;
    color: #333333;
    line-height: 30px;
}
