/* ---最上端蓝色 ----------------------------------------Start--------------------------------------------- */

.head_bar {
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 1440px;
    color: white;
    z-index: 11;
    background-color: white;
    /* box-shadow: 0px 0px 8px #ccc */
}

.head_bar_contact {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #005aa7;
}

.head_bar_contact_ul {
    position: relative;
    width: 1220px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: right;
    background-color: #005aa7;
}

.head_bar_contact .head_bar_contact_ul>li {
    display: inline-block;
    padding-left: 20px;
}

.head_bar_contact .head_bar_contact_ul li a {
    color: white;
}

.head_bar_contact_ul_symbol {
    padding-right: 3px;
}

.head_bar_contact .head_bar_onlineservice #head_bar_tdychat>img {
    display: none;
    float: right;
    width: 65px;
    height: 65px;
}


/*--------------------- 导航栏Start--------------------------------------------- */

.head_bar .head_bar_nav {
    position: relative;
    width: 1220px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}

.head_bar .head_bar_nav .head_bar_nav_logo {
    position: relative;
    float: left;
    width: 300px;
    height: 100px;
    vertical-align: center;
}

.head_bar .head_bar_nav .head_bar_nav_logo a {
    position: absolute;
    display: block;
    width: 300px;
    height: 92px;
    margin-top: 3px;
    font-size: 0px;
    background: url(../images/1.firstPage/Logo.png);
}

.head_bar .head_bar_nav .head_bar_nav_content {
    position: relative;
    float: right;
    top: 70px;
    width: 920px;
    height: 50px;
    vertical-align: middle;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul {
    position: absolute;
    left: 200px;
    width: 600px;
    height: 60px;
    z-index: 6;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul li {
    position: relative;
    display: block;
    float: left;
    transition: all 0.2s;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul li a {
    height: 50px;
    margin-left: 30px;
    font-size: 16px;
    color: #005aa7;
    font-weight: 600;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul li a:hover {
    color: red;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul .head_bar_nav_ul_line div {
    width: 2px;
    height: 25px;
    margin-left: 30px;
    padding-top: 9px;
    background-color: #005aa7;
}

.head_bar .head_bar_nav .head_bar_nav_content .head_bar_nav_ul .head_bar_nav_ul_line:hover {
    color: #005aa7;
    transform: scale(1);
}

.head_bar_bg .head_bar_nav_ul_1 {
    position: absolute;
    left: 85%;
    width: 138px;
    height: 50px;
    padding-left: 45px;
    background-color: #fff;
    z-index: 9;
}

.head_bar_bg .head_bar_nav_ul_1 li {
    position: relative;
    display: block;
    float: left;
    transition: all 0.2s;
}

.head_bar_bg .head_bar_nav_ul_1 li a {
    height: 50px;
    margin-left: 30px;
    font-size: 16px;
    color: #005aa7;
    font-weight: 600;
}

.head_bar_bg .head_bar_search {
    position: absolute;
    display: block;
    left: 85%;
    width: 300px;
    height: 30px;
    overflow: hidden;
    z-index: 7;
}

.head_bar_bg .head_bar_search input {
    position: relative;
    width: 300px;
    height: 26px;
    padding-left: 35px;
    border: 2px solid #005aa7;
    color: #989898;
}

.head_bar_bg .head_bar_search span {
    position: absolute;
    left: 15px;
    top: 2px;
    font-size: 16px;
    color: #005aa7;
    z-index: 8;
}


/*--------------------- 产品slider部分Start----------------------------------- */

.slider {
    position: relative;
    width: 1220px;
    height: 450px;
    margin: 10px auto;
    margin-bottom: 10px;
    overflow: hidden;
}

.slider .site_slider .site_slider_img,
.slider .site_slider .site_slider_img img {
    position: relative;
    width: 1220px;
    height: 450px;
}

.slider .site_slider .site_slider_img .site_slider_img_ul {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800%;
}

.slider .site_slider .site_slider_img .site_slider_img_ul>li {
    float: left;
}

.slider .site_slider_arrow_symbol .site_slider_arrow_symbol_left {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -35px;
    margin-left: 50px;
    font-size: 36px;
    color: white;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s;
}

.slider .site_slider_arrow_symbol .site_slider_arrow_symbol_right {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -35px;
    margin-left: 1130px;
    font-size: 36px;
    color: white;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s;
}

.slider .site_slider .site_slider_dot .site_slider_dot_ul {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 150px;
    margin-left: -98px;
    padding: 0 10px;
    height: 25px;
    border-radius: 50px;
    background: rgba(188, 188, 188, 0.5);
    z-index: 9;
}

.slider .site_slider .site_slider_dot .site_slider_dot_ul li {
    float: left;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 10px 0px 10px;
    border-radius: 7px;
    background-color: rgb(212, 208, 208);
    transition: all 0.3s;
}

.slider .site_slider .site_slider_dot .site_slider_dot_ul>.site_slider_dot_ul_1 {
    background-color: white;
    box-shadow: 0px 0px 2px 2px rgba(233, 233, 233, 0.6);
}

.slider .site_slider .site_slider_arrow_symbol .site_slider_arrow_symbol_left:hover,
.slider .site_slider .site_slider_arrow_symbol .site_slider_arrow_symbol_right:hover {
    color: #005aa7;
}


/* ---------------------悬浮条部分---------------------------------------- */

.info_floatBar {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 1px;
}

.info_floatBar ul {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: 650px;
    width: 60px;
    border: 1px solid #f5f5f5;
    background-color: #fff;
    z-index: 66;
    overflow: hidden;
}

.info_floatBar ul .info_floatBar_ul_1 {
    transition: all 0.3s;
}

.info_floatBar ul li {
    position: relative;
    display: block;
    margin-bottom: 2px;
}

.info_floatBar ul :last-child {
    display: block;
    margin-bottom: 0px;
}

.info_floatBar ul li .info_floatBar_a {
    display: block;
    width: 60px;
    height: 60px;
}

.info_floatBar .info_line::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin-left: 15px;
    background-color: #eee;
}

.info_floatBar ul li a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: #333333;
    padding: 10px 10px;
    text-align: center;
    transition: all 0.3s;
}

.info_floatBar #slider_wechatcode img {
    /* display: none; */
    position: absolute;
    left: 60px;
    width: 60px;
    height: 60px;
}

.info_floatBar #slider_backToTop {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 390px;
    z-index: 60;
}

.info_floatBar #slider_backToTop a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: #333333;
    padding: 10px 10px;
    text-align: center;
}


/*--------------------- Sector部分Start------------------------------------ */

.sector {
    position: relative;
    margin: 0 auto;
    width: 1220px;
    height: 170px;
}

.sector>div,
.sector a {
    float: left;
    width: 297.5px;
    height: 170px;
    margin-right: 10px;
}

.sector a img {
    width: 297.5px;
    height: 170px;
    overflow: hidden;
}

.sector .sector_1 a::before,
.sector .sector_2 a::before,
.sector .sector_3 a::before,
.sector .sector_4 a::before {
    content: '';
    position: absolute;
    display: none;
    width: 297.5px;
    height: 170px;
    background: rgba(16, 50, 96, 0.3);
    z-index: 8;
}

.sector .sector_1 a:hover::before,
.sector .sector_2 a:hover::before,
.sector .sector_3 a:hover::before,
.sector .sector_4 a:hover::before {
    display: block;
    cursor: pointer;
}

.sector .sector_4 {
    margin-right: 0px;
}

.sector div img {
    width: 297.5px;
    height: 170px;
}

.sector .sector_bg {
    position: absolute;
    margin-top: 140px;
    padding: 5px;
    width: 297.5px;
    height: 30px;
    color: white;
    background: rgba(188, 188, 188, 0.6);
}


/*--------------------- Sector部分End------------------------------------ */


/*--------------------- Special部分Start--------------------------------- */

.special {
    position: relative;
    width: 1220px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: red;
}

.special a>img {
    width: 1220px;
    height: 120px;
}


/*--------------------- Special | End------------------------------------ */


/* ---------------------公司信息共有部分Start--------------------------------- */

.info {
    position: relative;
    /* background-color: #f5f5f5; */
    width: 1220px;
    height: 1170px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.info .info_company .info_company_label,
.info .info_news .info_news_label,
.info .info_bb .info_bb_label,
.info .info_video .info_video_label {
    position: relative;
    height: 30px;
    overflow: hidden;
}

.info .info_company .info_company_label h1,
.info .info_news .info_news_label h1,
.info .info_bb .info_bb_label h1,
.info .info_video .info_video_label h1 {
    float: left;
}

.info .info_company .info_company_label .more,
.info .info_news .info_news_label .more,
.info .info_bb .info_bb_label .more,
.info .info_video .info_video_label .more {
    font-size: 14px;
    color: #666666;
    float: right;
}

.info .info_company_about,
.info .info_news_about,
.info .info_bb_about,
.info .info_video_about {
    position: relative;
    width: 1220px;
    height: 200px;
}

.info_company_about ul li,
.info_news_about ul li,
.info .info_bb_about ul li,
.info .info_video_about ul li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 393px;
    height: 200px;
    transition: all 0.2s;
    overflow: hidden;
}

.info .info_company_about ul li img,
.info .info_news_about ul li img,
.info .info_bb_about ul li img,
.info .info_video_about ul li img {
    width: 393px;
    height: 200px;
    transition: all 0.5s;
}

.info .info_company_about ul .info_company_about_3,
.info .info_news_about ul .info_news_about_3,
.info .info_bb_about ul .info_bb_about_3,
.info .info_video_about ul .info_video_about_3 {
    margin-right: 0px;
}

.info .info_company .info_company_about p,
.info .info_news .info_news_about p,
.info .info_bb .info_bb_about p,
.info .info_video .info_video_about p {
    position: absolute;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 800;
    color: white;
    left: 20px;
    top: 135px;
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.3);
    z-index: 9;
    transition: all 0.2s;
}


/* ---------------------公司简介部分Start--------------------------------- */

.info .info_company {
    position: relative;
    width: 1220px;
    height: 230px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}


/* .info .info_company .info_company_label {
    margin-top: 20px;
} */

.info .info_company .info_company_about ul li:hover img {
    transform: translateX(10px) scale(1.1);
    overflow: hidden;
}


/* -----------------------------公司新闻部分----------------------- */

.info_news {
    position: relative;
    width: 1220px;
    height: 230px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 0px;
    overflow: hidden;
}

.info .info_news .info_news_about ul li:hover img {
    transform: translateY(-5px);
}


/* -----------------------------植物讲堂部分----------------------- */

.info_bb {
    position: relative;
    width: 1220px;
    height: 230px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.info .info_bb .info_bb_about ul li:hover img {
    transform: translateX(-10px);
}


/* -----------------------------视频资源部分----------------------- */

.info_video {
    position: relative;
    width: 1220px;
    height: 230px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}

.info .info_video .info_video_about ul li:hover p {
    transform: translateY(-30px);
}

.info .info_video .info_video_about ul li::before {
    content: '\ea9d';
    position: absolute;
    font-family: 'icomoon';
    font-size: 38px;
    color: white;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -35px;
}


/* -----------------------------footer部分----------------------- */

.footer {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 260px;
    background-color: #102961;
}

.footer_up {
    position: relative;
    width: 100%;
    min-width: 1440px;
    height: 50px;
    background-color: #f6e604;
}

.footer_up .footer_up_bg {
    position: relative;
    width: 1220px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
}

.footer_up .footer_up_bg h1 {
    width: 250px;
    height: 50px;
    float: right;
    font-size: 0px;
}

.footer_up .footer_up_bg a {
    display: block;
    width: 250px;
    height: 50px;
    background: url(../images/1.firstPage/Logo-footer.png);
}

.footer .footer_down {
    position: relative;
    width: 1220px;
    height: 210px;
    margin: 0 auto;
    color: white;
}

.footer .footer_down .footer_down_1 {
    position: relative;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #888;
}

.footer .footer_down .footer_down_1 ul li {
    float: left;
    padding-right: 20px;
}

.footer .footer_down .footer_down_1 ul li a {
    display: block;
    height: 60px;
    color: white;
    line-height: 60px;
}

.footer .footer_down .footer_down_1 ul li a:hover {
    color: yellow;
    cursor: pointer;
}

.footer .footer_down .footer_down_2,
.footer .footer_down .footer_down_2 .footer_down_2_copyrights,
.footer .footer_down .footer_down_2 .footer_down_2_contact {
    position: relative;
    overflow: hidden;
}

.footer .footer_down .footer_down_2 .footer_down_2_copyrights {
    position: relative;
    width: 1220px;
    height: 70px;
    float: left;
}

.footer .footer_down .footer_down_2 .footer_down_2_copyrights ul li {
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
    padding-right: 20px;
    /* vertical-align: middle; */
}

.footer .footer_down .footer_down_2 .footer_down_2_contact {
    position: relative;
    width: 1220px;
    height: 60px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul li {
    float: left;
    display: block;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul .footer_down_2_contact_1::before {
    content: '\e947';
    font-family: icomoon;
    padding-right: 3px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul .footer_down_2_contact_2::before {
    content: '\e944';
    font-family: icomoon;
    padding-right: 3px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul .footer_down_2_contact_3::before {
    content: '\e942';
    font-family: icomoon;
    padding-right: 3px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul .footer_down_2_contact_4::before {
    content: '\e90f';
    font-family: icomoon;
    font-size: 16px;
    padding-right: 3px;
}

.footer .footer_down .footer_down_2 .footer_down_2_contact ul .footer_down_2_contact_5::before {
    content: '\e943 ';
    font-family: icomoon;
    font-size: 16px;
    vertical-align: middle;
    padding-right: 3px;
}