.col-2-nth .col-md-6:nth-child(2n+1) {clear: left;}
.col-2-nth .col-sm-6:nth-child(2n+1) {clear: left;}
.col-3-nth .col-md-4:nth-child(3n+1) {clear: left;}
.col-3-nth .col-sm-4:nth-child(3n+1) {clear: left;}
.col-3-nth .col-lg-4:nth-child(3n+1) {clear: left;}
.col-4-nth .col-md-3:nth-child(4n+1) {clear: left;}
.col-4-nth .col-sm-3:nth-child(4n+1) {clear: left;}

*
{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: "寰蒋闆呴粦绻佺畝瀹屽叏鐗?ttf";
    src: url('../font/寰蒋闆呴粦绻佺畝瀹屽叏鐗?ttf.ttf');
    }
body
{
    font-family: '寰蒋闆呴粦绻佺畝瀹屽叏鐗 !important';
}

/* header */
.mega-menu.bg-menu
{
    min-width: 165px;;
}
.navbars_headers
{
    background: none !important;
}
.navbar
{
    background: rgba(255, 255, 255, 0.5) !important;
}
/* .bg-transparent .navbar-header
{
    background: rgba(255, 255, 255, 0.5) !important;
} */
.navbar-header .logo_top1
{
    max-width: 80%;
}
.navbar-left
{
    float: left !important;
}
.navbar-default .navbar-nav > li > a
{
    font-size: 16px;
    color: #666666 !important;
}
.navbar-nav > li > a
{
    line-height: 34px !important;
}
header .search-box-menu
{
    padding: 28px 0 0 0;
}
header.scroll-css .search-box-menu .btn-search
{
    padding: 30px 35px 0px 35px;
}
header button.navbar-toggle
{
    margin: 30px 6px 0 6px;
}
header.menu-transparent.bg-transparent .navbar, .bg-transparent li.active, .bg-transparent li:hover, .menu-transparent:not(.scroll-css) li.dropdown:hover
{
    background: none;
}
header.menu-transparent.bg-transparent .navbar
{
    background: rgba(255, 255, 255, 0.5) !important;
}

header .search-content
{
    background: #676a6b;
}

/* banner */
.home-slider .banner_title
{
    font-size: 40px !important;
    color: #1958A7;
    margin-left: 15%;
    margin-top: 0;
}

.home-slider .banner_info
{
    font-size: 20px !important;
    color: #1958A7;
    font-weight: bold;
    margin-left: 15%;
}
.home-slider .banner_btn
{
    display: block;
    width: 146px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    /* border: 2px solid  #ffffff; */
    border: none;
    background: #1958A7;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    margin-left: 15%;
}

/* banner */
.banner-slide
{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner_content
{
    position: absolute;
    top: 0;
    left: 18%;
}


.footer-parallax-container
{
    margin-bottom: 0;
}



.banner_title
{
    font-size: 40px !important;
    color: #1958A7;
    margin-left: 20%;
}

.banner_info
{
    font-size: 20px !important;
    color: #ffffff;
    margin-left: 20%;
}
.banner_btn
{
    display: block;
    width: 146px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 2px solid  #999999;
    color: #1A59A7;
    font-size: 16px;
    margin-left: 20%;
}
.flexslider .slides .bg-cover
{
    height: 90% !important;
}
.section-slide 
{
    height: 90%;
}
.section-slider > .flexslider .flex-control-nav
{
    bottom: 70px;
}
/* Group news */
.Group_news
{
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
}
.Group_news .container
{

    display: flex;
    padding: 0 0;
}
.Group_news .news_left
{
    width: 70%;
}
.Group_news .news_right
{
    width: 30%;
}

.news_left .news_title
{
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.news_left .news_title h3,.news_left .news_title a
{
    display: inline-block;
}

.news_left .news_title h3
{
    font-size: 30px;
    color: #000000;
}
.news_left .news_title a
{
    font-size: 16px;
    color: #999999;
    position: absolute;
    top: 7px;
    right: 30px;
}

.news_left  .news_content .news_img,.news_left  .news_content .news_info
{
    float: left;
}

.news_left  .news_content .news_img
{
    background: blue;
    overflow: hidden;
    cursor: pointer;
    margin-right: 1%;
}
.news_left  .news_content .news_img img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-out .2s;

}
.news_left  .news_content .news_img img:hover
{
    transform: scale(1.2);
    transition: all .4s ease-out .2s;
}


.news_left  .news_content .news_img
{
    position: relative;

}
.news_left  .news_content .news_img .news_i
{
    width: 100%;
    height: 71px;
    background-color:rgba(51,51,51,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}
.news_img .news_i .title
{
    float: left;
    font-size: 14px;
    padding: 10px 10px;
    color: #ffffff;
}
.news_img .news_i .data
{
    float: right;
    width: 81px;
    height: 71px;
    text-align: center;
    background-color:#0B6CB3;

}
.news_img .news_i .data h4
{
    padding-top: 4px;
}
.news_img .news_i .data h4,.news_img .news_i .data h5
{
    color: #ffffff !important;
}
.news_left  .news_content .news_info
{
    width: 57%;
}
.news_left  .news_content .news_info .news_d
{
    cursor: pointer;
    margin: 10px 0;
}
.news_left  .news_content .news_info .news_d .data
{
    float: left;
    text-align: center;
    border-right: 2px solid rgb(237,233,228);
    transition: all 0.4s ease-out .4s;
}
.news_left  .news_content .news_info .news_d .data:hover h3
{
    color: rgb(177,133,54);
    transition: all 0.4s ease-out .4s;
}
.news_left  .news_content .news_info .news_d .data:hover h4
{
    color: rgb(177,133,54);
    transition: all 0.4s ease-out .4s;
}


.news_left  .news_content .news_info .news_d .data h3
{
    font-size: 30px;
}
.news_left  .news_content .news_info .news_d .data h4
{
    font-size: 14px;
    padding: 0 10px;
}


.news_left  .news_content .news_info .news_d .info
{
    float: right;
    width: 83%;

}
.news_left  .news_content .news_info .news_d .info h3
{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    line-height: 22px;
    padding: 0 20px;
    transition: all .4s ease-in-out .2s;
}
.news_left  .news_content .news_info .news_d .info h3 a
{
    transition: all .4s ease-in-out .2s;
}
.news_left  .news_content .news_info .news_d .info h3:hover a
{
    color: rgb(1,73,151);
    transition: all .4s ease-in-out .2s;
}
.news_left  .news_content .news_info .news_d .info p
{
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
    line-height: 18px;
}




.news_left  .news_content::after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}
.news_left .news_content .news_info .news_d::after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}






.news_right .news_title
{
    width: 100%;
}

.news_right .news_title {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 15px;
}
.news_right .news_title h3 {
    font-size: 30px;
    color: #000000;
}

.news_right .news_title a {
    font-size: 16px;
    color: #999999;
    position: absolute;
    top: 7px;
    right: 0;
}


.news_right .void_content
{
    width: 100%;
    position: relative;
}
.news_right .void_content img
{
    width: 100%;
}
.news_right .void_content .play
{
    width: 20%;
    position: absolute;
    left: 40%;
    top: 30%;
}

.news_right .void_content .title
{
    background: #0B6CB3;
    height: 56px;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.news_right .void_content .title p
{
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    padding-top: 10px;
}

/*Group Industry*/
.Group_Industry
{
    width: 100%;
    overflow: hidden;
    margin-top: 42px;
}
.Group_Industry .container
{
    padding: 0 0;
}
.Group_Industry .industry .industry_1,.Group_Industry .industry .industry_2
{
    float: left;
}
.Group_Industry .industry::after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}
.Group_Industry .industry .industry_1
{
    width: 52%;
    display: flex;
    margin-right: 2px;
}
.Group_Industry .industry .industry_1 .item_one
{
    width: 320px;
    height: 490px;
    background-color: rgb(1,73,151);
    margin-right: 2px;

}
.Group_Industry .industry .industry_1 .item_one h3
{
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    padding: 92px 32px 36px 46px;
}
.Group_Industry .industry .industry_1 .item_one p
{
    font-size: 14px;
    text-align: left;
    color: #FFFFFF;
    padding: 0 32px 42px 46px;
}
.Group_Industry .industry .industry_1 .item_one a
{
    display: block;
    width: 240px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-left: 46px;
    transition: all .4s ease-out .2s;
}
.Group_Industry .industry .industry_1 .item_one a:hover
{
    background: #6D6D6D;
    transition: all .4s ease-out .2s;
}
.Group_Industry .industry .industry_1 .item_two
{
    width: 50%;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology
{
    margin-bottom: 2px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease-in-out .2s;
    overflow: hidden;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology .title1
{
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    transition: all .4s ease-in-out .2s;
    opacity: 1;
}
.item_two .Biotechnology p span
{
    border-bottom: 2px  solid #FFFFFF;
    padding-bottom: 2px;
}
.item_two .Biotechnology .shadow
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1,73,151,0.7);
    left: 0;
    bottom: 0;
    font-family: 微'Arial';
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.item_two .Biotechnology .shadow .title
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
    padding-top: 30%;
}
.item_two .Biotechnology .shadow .info
{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology:hover  .title1
{
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Biotechnology:hover  .shadow
{
   opacity: 1;
    transition: all .4s ease-in-out .2s;
}

.Group_Industry .industry .industry_1 .item_two .Special_medicine
{
    margin-bottom: 2px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Special_medicine img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Special_medicine .title1
{
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
}
.item_two .Special_medicine p span
{
    border-bottom: 2px  solid #FFFFFF;
    padding-bottom: 2px;
}
.item_two .Special_medicine
{
    cursor: pointer;
}
.item_two .Special_medicine .shadow
{
    position: absolute;
    width: 100%;
    height: 120px;
    background-color: rgba(82,135,255,0.5);
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.item_two .Special_medicine .shadow .title
{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
}
.item_two .Special_medicine .shadow .info
{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 25px;
}

.Group_Industry .industry .industry_1 .item_two .Special_medicine:hover  .title1
{
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Special_medicine:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_1 .item_two .Special_medicine:hover  .shadow
{
   opacity: 1;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2
{
    width: 47%;
    height: 490px;
    display: flex;
}
.Group_Industry .industry .industry_2 .item_three
{
    width: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 2px;
    overflow: hidden;
}
.Group_Industry .industry .industry_2 .item_three img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_three  .title1
{
    position: absolute;
    top: 40%;
    left: 32%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
}
.industry_2 .item_three p span
{
    border-bottom: 2px  solid #FFFFFF;
    padding-bottom: 2px;
}

.item_three  .shadow
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1,73,151,0.7);
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.item_three  .shadow .title
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
    padding-top: 60%;
}
.item_three  .shadow .info
{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Group_Industry .industry .industry_2 .item_three:hover  .title1
{
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_three:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_three:hover  .shadow
{
    opacity: 1;
    transition: all .4s ease-in-out .2s;
}

.Group_Industry .industry .industry_2 .item_four .Health_property
{
    margin-bottom: 2px;
    width: 100%;
    height: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.Group_Industry .industry .industry_2 .item_four .Culture_Industry
{
    margin-bottom: 2px;
    width: 100%;
    height: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four
{
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Health_property img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Culture_Industry img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}

.Group_Industry .industry .industry_2 .item_four  .Health_property  .title1
{
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
    transition: all .4s ease-in-out .2s;
}
.industry_2 .item_four .Health_property p span
{
    border-bottom: 2px  solid #FFFFFF;
    padding-bottom: 2px;
}
.item_four  .shadow
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(82,135,255,0.5);
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.item_four  .shadow .title
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
}
.item_four  .shadow .info
{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 25px;
}
.Group_Industry .industry .industry_2 .item_four .Health_property:hover  .title1
{
   opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Health_property:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Health_property:hover  .shadow
{
    opacity: 1;
    transition: all .4s ease-in-out .2s;
}

.Group_Industry .industry .industry_2 .item_four  .Culture_Industry  .title1
{
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 1;
    transition: all .4s ease-in-out .2s;
}
.industry_2 .item_four .Culture_Industry p span
{
    border-bottom: 2px  solid #FFFFFF;
    padding-bottom: 2px;
}
.item_four  .shadow
{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1,73,151,0.7);
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.item_four  .shadow .title
{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    padding-left: 25px;
    padding-top: 30%;
}
.item_four  .shadow .info
{
    font-size: 14px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
    overflow:hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Group_Industry .industry .industry_2 .item_four .Culture_Industry:hover  .title1
{
    opacity: 0;
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Culture_Industry:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.Group_Industry .industry .industry_2 .item_four .Culture_Industry:hover  .shadow
{
    opacity: 1;
    transition: all .4s ease-in-out .2s;
}

/*about*/
.about_haopu
{
    width: 100%;
    overflow: hidden;
    background-image:url("../images/bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 20px;
}
.about_haopu .container
{
    display: flex;
}
.about_haopu .container .about_left
{
    width: 50%;
    padding-top: 100px;
    padding-bottom: 32px;
}
.about_haopu .container .about_right
{
    width: 50%;
    padding-top: 100px;
    padding-bottom: 32px;
}
.about_haopu .container .about_left .about_top .img1
{
    float: left;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
    cursor: pointer;
    position: relative;
}
.about_haopu .container .about_left .about_top .img1 img
{
     width: 100%;
     height: 100%;
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_top .img1 .info
{
    position: absolute;
    top: 50%;
    left: 12%;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.about_haopu .container .about_left .about_top .img1 .info p
{
    line-height: 14px;
}
.about_haopu .container .about_left .about_top .img2 img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_bottom .img3 img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_bottom .img4
{
    position: relative;
}
.about_haopu .container .about_left .about_bottom .img4 img
{
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_bottom .img4  .info
{
    position: absolute;
    top: 50%;
    right: 8%;
    text-align: right;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
}
.about_haopu .container .about_left .about_bottom .img4 .info p
{
    line-height: 14px !important;
}
.about_haopu .container .about_left .about_bottom .img4 .more
{
    position: absolute;
    right: 0;
    bottom: 0;
}
.about_haopu .container .about_left .about_bottom .img4:hover .more img
{
    transform: scale(1);
}
.about_haopu .container .about_left .about_top .img2
{
    float: left;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
    cursor: pointer;
}
.about_haopu .container .about_left .about_top:after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.about_haopu .container .about_left .about_bottom .img3
{
    float: left;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
    cursor: pointer;
}
.about_haopu .container .about_left .about_bottom .img4
{
    float: left;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
    cursor: pointer;
}

.about_haopu .container .about_left .about_bottom:after
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

.about_haopu .container .about_left .about_bottom .img3:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_bottom .img4:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_top .img1:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_left .about_top .img2:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_right h3
{
    font-size: 28px;
    font-weight: bold;
    color: #0D5FA6;
    text-align: right;
    padding-bottom: 30px;
}
.about_haopu .container .about_right h3 span
{
    border-bottom: 4px solid #0D5FA6;
    padding-bottom: 2px;
}
.about_haopu .container .about_right p
{
    font-size: 14px;
    text-align: left;
    color: #333333;
    padding-bottom: 40px;
}
.about_haopu .container .about_right .row h3
{
    padding-bottom: 16px;
    text-align: left;
    font-size: 52px;
    color: #0D5FA6;
}
.about_haopu .container .about_right .row h3 sub
{
    font-size: 14px;
    color: #333333;
}
.about_haopu .container .about_right .row p
{
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding-bottom: 10px;
}
.about_haopu .container .about_right a
{
    display: block;
    width: 187px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #333333;
    font-size: 14px;
    color: #035CAC;
    margin: 0 auto;
    transition: all .4s ease-in-out .2s;
}
.about_haopu .container .about_right a:hover
{
    background: rgb(1,73,151);
    color: #FFFFFF;
    transition: all .4s ease-in-out .2s;
}
/*other*/

.other
{
    margin-top: 40px;
    overflow: hidden;
}
.other .container .row .o_num
{
    padding: 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.other .container .row .o_num .info
{
    position: absolute;
    top: 8%;
    left: 12%;
}
.other .container .row .o_num .info h3
{
    font-size: 20px;
    color: #323232;
    text-align: left;
}
.other .container .row .o_num .info h3 a
{
    transition: all .4s ease-in-out .2s; 
}
.other .container .row .o_num .info h3 a:hover
{
    color: rgb(1,73,151);
    transition: all .4s ease-in-out .2s; 
}
.other .container .row .o_num .info p
{
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 22px;
}
.other .container .row .o_num img
{
    width: 100%;
    overflow: hidden;
    transition: all .4s ease-in-out .2s;
}

.other .container .row .o_num:hover img
{
    transform: scale(1.2);
    transition: all .4s ease-in-out .2s;
}

/*footer*/

.footer
{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background-color: rgb(0,91,172);
}
.footer .footer_item
{
    margin: 32px -32px;
}
.footer .footer_item .footer_num ul li
{
    list-style: none;
}
.footer .footer_item .footer_num ul  h3
{
    font-size: 16px;
    color: #FFFFFF;
}
.footer .footer_item .footer_num ul  h3 span
{
    border-bottom: 2px solid #FFFFFF;
    padding-bottom: 6px;
}
.footer .footer_item .footer_num ul li a
{
    font-size: 14px;
    color: #FFFFFF;
}
.footer .footer_item .footer_num ul li:hover a
{
    color: #000000;
}
.footer .footer_item .num1
{
    width: 12% !important;
}
.footer .footer_item .num2
{
    width: 27%;
}

.footer .footer_item .num3
{
    width: 25%;
}
.footer .footer_item .footer_num ul li span img
{
    margin-right: 8px;
}
.footer .footer_item .footer_num ul li
{
    color: #FFFFFF;
}
.footer .footer_item .num2 .guanzhu p
{
    font-size: 20px;
    color: #FFFFFF;
}
.footer .footer_item .num2 .guanzhu img
{
    margin-right: 10px;
}

.footer .footer_item .num3 select
{
    width: 100%;
    height: 46px;
    background: transparent;
    color: #FFFFFF;
}

.footer .footer_item .num3 select option
{
    background: rgb(0,91,172);
    color: #000000;
}
.footer .footer_item .num3 .code
{
    width: 100%;
    display: flex;
}
.footer .footer_item .num3 .code .code_img
{
    width: 50%;
}
/*.footer .footer_item .num3 .code .code_img img*/
/*{*/
/*    width: 100%;*/
/*}*/
.footer .footer_item .num3 .code .code_info
{
    width: 50%;
}
.footer .footer_item .num3 .code .code_info .title
{
    padding-top: 70%;
    padding-left: 10%;
    padding-bottom: 2px;
    line-height: 0;
    color: #FFFFFF;
}
.footer .footer_item .num3 .code .code_info .title1
{
    padding-left: 10%;
    color: #FFFFFF;
}
.select_border{
    width:59px;
    height:29px;
    background:#fff;
    background:#fff;
    border:1px solid #09f;
    padding:4px;
    height:20px;
}
.select{
    border:1px solid #FFFFFF;
    padding:4px 3px;
    font-size:14px;
    height:30px;
    width:100px;
    width:52px;
    margin:-1px;
}
@-moz-document url-prefix() {
    select {
        -moz-appearance: none;
        appearance: none;
        padding:0;
    }
}


.copy_right
{
    width: 100%;
    overflow: hidden;
    background: #000000;
    height: 50px;
}
.copy_right .container
{
    padding:  0 0;
    display: flex;
}
.copy_right span
{
    display: inline-block;

    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
}
.copy_right .copy_2
{
    text-align: right;
}
.copy_right .copy_1,.copy_right .copy_2
{
    transition: all .4s ease-in-out .2s;
    line-height: 50px;
    /* width: 50%; */
}
.copy_right .copy_1 ,.copy_right .copy_2 ,.copy_right .copy_1  a,.copy_right .copy_2  a
{
    color: #ffffff;
}
.copy_right .copy_1
{
    padding-right: 6px;
}
.copy_right .copy_1 a:hover,.copy_right .copy_2 a:hover
{
    color: red;
    transition: all .4s ease-in-out .2s;
}
.copy_right .left,.copy_right .right
{
    width: 50%;
}
.copy_right .left .copy_1
{
    font-size: 14px;
}


@media (max-width: 1200px)
{
    .to-top
    {
        display: none !important;
    }
}


@media (min-width: 1200px){
.container {
        width: 1200px !important;
    }
 
}
/* header */
@media (min-width: 256px) and (max-width: 768px)
{
    header .search-content
    {
        margin: 0 0 !important;
    }
    .navbar-header .logo_top1
    {
        max-width: 40%;
    }
    header button.navbar-toggle
    {
        margin: 12px 6px 0 6px;
    }
}
@media (min-width: 320px) and (max-width: 320px)
{
    .navbar-brand
    {
        padding-top: 30px;
    }
}
@media (max-width: 992px)
{
    header.scroll-css .navbar-right .search-box-menu
    {
        width: 100% !important;
    }
    header .search-box-menu
    {
        width: 100% !important;
    }
    header .search-box
    {
        margin: 0 0 !important;
    }
}
@media (min-width: 990px) and (max-width: 1200px)
{
    .navbar-brand
    {
        top: 24%;
        left: 40%;
    }
    header .navbar-nav > li > a, .navbar-default .navbar-nav > li > a
    {
        padding: 41px 8px 39px 15px;
    }
}

@media (min-width: 256px) and (max-width: 366px)
{
    .navbar-brand
    {
        margin-top: -68px !important;
    }
}

@media (min-width: 360px) and (max-width: 366px)
{
    .navbar-brand
    {
        margin-top: 0 !important;
    }
}
/* banner */


@media (min-width: 256px) and (max-width: 768px)
{

    /* .bg-banner
    {
        height: 300px !important;
    } */
    .banner_content
    {
        top: 33px;
    }
    .banner_title
{
    font-size: 16px !important;
    margin-left: 0;
    margin-top: 7px;
    line-height: 0 !important;
    text-align: left;
}

    .banner_info
{
    font-size: 12px !important;
    margin-left: 0;
    text-align: left;
    line-height: 15px;
}
    .banner_btn
{
    /* display: block;
    width: 100px;
    text-align: center;
    font-size: 12px;
    margin-left: 0;
    margin: 0 auto; */
    display: none;
}

}




@media (min-width: 996px) and (max-width: 1202px)
{
    .banner_content
    {
        top: 53px;
    }
    .banner_title
    {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .banner_info
    {
        font-size: 16px !important;
    }
}
@media (min-width: 769px) and (max-width: 996px)
{
    .banner_content
    {
        top: 40px;
        left: 0;
    }
    .banner_title
    {
        font-size: 20px !important;
        line-height: 10px !important;
    }
    .banner_info
    {
        font-size: 14px !important;
    }
    .banner_btn
    {
        width: 120px;
        height: 38px;
        line-height: 38px;
    }
}
@media (min-width: 256px) and (max-width: 768px)
{
    .home-slider {
        height: 280px;
    }
    .flexslider .slides .bg-cover {
        height: 100% !important;
    }
    .home-slider .banner_title
    {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .section-slide {
        height: 100%;
    }
    .section-slider > .flexslider .flex-control-nav {
        bottom: 394px;
    }
    .home-slider .banner_info
    {
        font-size: 12px !important;
        /* color: #000000; */
    }
    .home-slider .banner_btn
    {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .section-slider > .flexslider .flex-control-nav
    {
        bottom: 0;
    }
}



/* Group news */

@media (max-width:1200px)
{
    .Group_news .container
    {
        display: block;
    }
    .Group_news .news_left
    {
        width: 100%;
    }
    .Group_news .news_right {
        width: 100%;
    }
    .news_right .news_title
    {
        margin-top: 10px;
    }
}

@media (min-width:256px) and (max-width:844px)
{
    .news_left .news_content .news_img
    {
        width: 100% !important;
    }
    .news_left .news_content .news_info
    {
        width: 100% !important;
    }
    .Group_news .news_right
    {
        width: 100% !important;
    }
}
@media (min-width:256px) and (max-width:768px)
{
    .Group_news
    {
        margin-top:  0;
    }
    .news_left .news_title h3
    {
        font-size: 15px;
        padding: 0 10px;
    }
    .news_left .news_title a {
        font-size: 12px;
        padding: 0 10px;
        right: 0;
    }
    .news_left .news_title
    {
        margin-bottom: 0;
    }
    .news_img .news_i .title
    {
        font-size: 12px;
    }
    .news_img .news_i .data h4
    {
        font-size: 18px;
    }
    .news_img .news_i .data h4, .news_img .news_i .data h5
    {
        font-size: 14px;
    }
    .news_left .news_content .news_info .news_d .data h3
    {
        font-size: 22px;
        padding: 0 5px;
    }
    .news_left .news_content .news_info .news_d .data h4
    {
        padding: 0 4px;
    }
    .news_left .news_content .news_info .news_d .info h3
    {
        font-size: 14px;
        padding: 0 8px;
    }
    .news_left .news_content .news_info .news_d .info p
    {
        font-size: 12px;
        padding: 0 8px;
    }
    .news_right .news_title
    {
        margin-bottom: 0;
    }
    .news_right .news_title h3
    {
        font-size: 15px;
        padding: 0 10px;
    }
    .news_right .news_title a {
        font-size: 12px;
        padding: 0 10px;
        right: 0;
    }
    .news_right .void_content .title p
    {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 362px)
{
    .news_left .news_content .news_info .news_d .info
    {
        width: 80%;
    }
}



/*Group Industry*/

@media  (max-width: 1200px)
{
    .Group_Industry .industry .industry_1,.Group_Industry .industry .industry_2
    {
        float: none;
        width: 100%;
        /*display: block;*/
    }
    .Group_Industry .industry .industry_1 .item_one
    {
        width: 50%;
        height: auto;
    }

}
@media (min-width:768px) and (max-width: 1000px)
{
    .Group_Industry .industry .industry_1, .Group_Industry .industry .industry_2
    {
        display: block;
    }
    .Group_Industry .industry .industry_1 .item_one
    {
        width: 100%;
        height: 350px;
    }
    .Group_Industry .industry .industry_1 .item_two
    {
        display: flex;
        width: 100%;
    }
    .Group_Industry .industry .industry_1 .item_two .Biotechnology,.Group_Industry .industry .industry_1 .item_two .Special_medicine
    {
        width: 50%;
    }
    .Group_Industry .industry .industry_2
    {
        height: 100%;
    }
    .Group_Industry .industry .industry_2 .item_three
    {
        width: 100%;
        margin-bottom: 2px;
    }
    .item_three .shadow .title
    {
        padding-top: 20px;
    }
    .Group_Industry .industry .industry_2 .item_four
    {
        width: 100%;
        display: flex;
        margin-bottom: 2px;
    }
    .Group_Industry .industry .industry_2 .item_four .Health_property
    {
        width: 50%;
    }
    .Group_Industry .industry .industry_2 .item_four .Culture_Industry
    {
        width: 50%;
    }
}
@media (min-width:256px) and (max-width: 768px) {
    .Group_Industry
    {
        margin-top: 2px;
    }
    .Group_Industry .industry .industry_1, .Group_Industry .industry .industry_2
    {
        display: block;
        width: 100%;
    }
    .Group_Industry .industry .industry_1 .item_one
    {
        width: 100%;
        height: 220px;
    }
    .Group_Industry .industry .industry_1 .item_one h3
    {
        font-size: 20px;
        padding: 18px 32px 18px 46px;
    }
    .Group_Industry .industry .industry_1 .item_one p
    {
        font-size: 12px;
        padding: 0 32px 0px 46px;
    }
    .Group_Industry .industry .industry_1 .item_one a
    {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .Group_Industry .industry .industry_1 .item_two
    {
        width: 100%;
    }
    .item_two .Biotechnology .shadow .title,.item_two .Special_medicine .shadow .title,.item_three .shadow .title,.item_four .shadow .title
    {
        font-size: 16px;
    }
    .item_two .Biotechnology .shadow .info,.item_two .Special_medicine .shadow .info,.item_three .shadow .info,.item_four .shadow .info
    {
        font-size: 13px;
    }
    .Group_Industry .industry .industry_2
    {
        height: 100%;
    }
    .Group_Industry .industry .industry_2 .item_three
    {
        width: 100%;
    }
    .Group_Industry .industry .industry_2 .item_three .title1
    {
        left: 40%;
    }
    .Group_Industry .industry .industry_2 .item_four
    {
        width: 100%;
        height: 100%;
    }
    .Group_Industry .industry .industry_2 .item_four .Health_property
    {
        width: 100%;
        height: 100%;
    }
    .Group_Industry .industry .industry_2 .item_four .Culture_Industry
    {
        width: 100%;
        height: 100%;
    }
}

/*about*/

    @media (max-width: 1200px) {
        .about_haopu .container
        {
            display: block;
            padding: 0 0;
        }
        .about_haopu .container .about_left
        {
            width: 100%;
        }
        .about_haopu .container .about_left
        {
            margin-left: 28%;
        }
        .about_haopu .container .about_right
        {
            width: 100%;
        }
        .about_haopu .container .about_right h3
        {
            text-align: center;
        }
    }
@media (min-width: 256px) and (max-width: 768px) {
    .about_haopu {
        margin-top: 0;
        background-image: none;
    }

    .about_haopu .container .about_left {
        padding-top: 0;
        margin-left: 0;
    }

    .about_haopu .container .about_left .about_top .img1 {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }

    .about_haopu .container .about_left .about_top .img2 {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }

    .about_haopu .container .about_left .about_bottom .img3 {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }

    .about_haopu .container .about_left .about_bottom .img4 {
        float: none;
        width: 100%;
        margin-bottom: 2px;
    }

    .about_haopu .container .about_right {
        padding-top: 0;
    }

    .about_haopu .container .about_right h3 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .about_haopu .container .about_right p {
        font-size: 12px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .about_haopu .container .about_right .row h3 {
        padding-bottom: 0px;
        font-size: 30px;
        padding-left: 5px;
    }
    .about_haopu .container .about_right .row .num
    {
        width: 32%;
    }
    .about_haopu .container .about_right .row h3 sub
    {
        font-size: 12px;
    }
    .about_haopu .container .about_right .row p
    {
        font-size: 12px;
    }
}
@media (min-width: 320px) and (max-width: 360px)
{
    .about_haopu .container .about_right .row .num
    {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 993px)
{
    .other .container .row .o_num
    {
        width: 50% !important;
    }
}
@media (min-width: 256px) and (max-width: 768px)
{
    .other .container .row .o_num .info
    {
        top: 40%;
        left: 30%;
    }
}
@media (min-width: 768px) and (max-width: 994px)
{
    .footer .footer_item .num1
    {
        width: 25% !important;
    }
    .footer .footer_item .num1 ul li
    {
        display: none;
    }
    .footer .footer_item .num2
    {
        width: 50%;
    }
    .footer .footer_item .num3
    {
        width: 30%;
    }
}
@media (min-width: 415px) and (max-width: 767px)
{
    .footer .footer_item .num2 ul
    {
        width: 100%;
        text-align: center;
    }
    .footer .footer_item .num3 .code .code_img
    {
        margin-left: 34%;
    }
    .footer .footer_item .num3 .code .code_img img
    {
        width: 60%;
        margin-left: 53%;
    }
    .footer .footer_item .num3 .code .code_info
    {
        margin-top: 10% !important;
    }
}
@media (min-width: 256px) and (max-width: 767px)
{
    .footer
    {
        margin-top: 0;
    }
    .footer .footer_item
    {
        margin: 0 0;
    }
    .footer .footer_item .footer_num ul h3
    {
        line-height: 26px;
        font-size: 14px;
    }
    .footer .footer_item .footer_num ul .lianxi
    {
        display: none;
    }
    .footer .footer_item .num2 .guanzhu p
    {
        display: none;
    }
    .footer .footer_item .num1 ul li
    {
        display: none;
    }
    .footer .footer_item .num1
    {
        width: 25% !important;
        padding: 0 0;
        text-align: center;
    }
    .footer .footer_item .num2
    {
        width: 100%;
    }
    .footer .footer_item .num3
    {
        width: 100%;
    }
    .footer .footer_item .num3 h3
    {
        display: none;
    }
    .footer .footer_item .num3 select
    {
        display: none;
    }

    .footer .footer_item .num3 .code .code_img
    {
        width: 30%;
        margin-left: 20%;
    }
    .footer .footer_item .num3 .code .code_info
    {
        margin-left: 8%;
        margin-top: 13%;
    }
    .footer .footer_item .num3 .code .code_info .title
    {
        padding-top: 0%;
        padding-left: 0%;
        padding-bottom: 2px;
    }
    .footer .footer_item .num3 .code .code_info .title1
    {
        padding-left: 0%;
    }
    .footer .footer_item .num2 .guanzhu
    {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .footer .footer_item .footer_num ul li
    {
        font-size: 12px;
    }
    .footer .footer_item .num3 .code .code_info .title
    {
        font-size: 12px;
    }
    .footer .footer_item .num3 .code .code_info .title1
    {
        font-size: 12px;
    }
}

@media (max-width: 1249px)
{
    .footer .footer_item {
        margin: 32px 0;
    }
}
 
@media (min-width: 250px) and (max-width: 414px)
{
    .footer .footer_item
    {
        margin: 0 0;
    }
    .footer .footer_item .footer_num ul h3
    {
        display: none;
    }
    .footer .footer_item .num2
    {
        text-align: center;
    }
    .footer .footer_item .num3 .code .code_img
    {
        width: 45%;
    }
}




@media (min-width: 768px) and (max-width: 1249px)
{
    .copy_right .left
    {
        width: 70%;
        text-align: center;
    }
     .copy_right .right
    {
        width: 30%;
    }
    .copy_right .copy_1
    {
        padding-right: 2px;
        font-size: 14px;
        text-align: center;
    }
    .copy_right .copy_1 a
    {
        font-size: 14px;
    }
    .copy_right .copy_2
    {
        text-align: left;
    }

}
@media (min-width: 256px) and (max-width: 767px)
{
    .copy_right
    {
        height: 100%;
    }
    .copy_right .container
    {
        display: block;   
    }
    .copy_right .left, .copy_right .right
    {
        width: 100%;
    }
    .copy_right .copy_1
    {
        display: block;
        padding: 0 0;
        margin: 0 0;
        text-align: center;
    }
    .copy_right .copy_2, .copy_right
    {
        text-align: center;
    }
    .copy_right span
    {
        line-height: 26px;
        font-size: 12px;
    }
    .copy_right .copy_1, .copy_right .copy_2
    {
        line-height: 26px;
        font-size: 12px !important;
    }
}




/* 鍏充簬濂芥櫘 */
@media (min-width: 256px) and (max-width: 767px)
{
    body, .adv-img p, .caption-bottom p, .adv-circle .caption p, .advs-box p
    {
        font-size: 12px;
    }

}

@media (max-width: 1000px)
{
    [class*="col-md-"].boxed
    {
        padding: 0;
    }
}
@media (min-width: 256px) and (max-width: 783px)
{
    [class*="col-md-"].boxed
    {
        width: 100% !important  ;
    }
}



/* 浼佷笟鏂囧寲 */
@media (max-width: 1200px)
{
    .block-quote.quote-1:before, .block-quote.quote-2:before
    {
        font-size: 92px !important;
    }
}

@media (min-width: 256px) and (max-width: 767px)
{
    .container.content, .section-empty > .content
    {
        padding-top: 6px !important; 
    }
    .block-quote.quote-1:before, .block-quote.quote-2:before
    {
        display: none;
    }
    .container.content .p1
    {
        text-align: left !important;
        font-size: 12px;
        padding: 0 10px;
    }
}


/* all banner */
.header-bootstrap .title
{
    margin-top: 4% !important;
}
@media (min-width: 256px) and (max-width: 767px)
{
    .header-bootstrap
    {
        height: 280px !important;
    }
    .header-bootstrap .title
    {
        margin-top: -24% !important;
    }
}

@media (min-width: 596px) and (max-width: 767px)
{
    .header-bootstrap .title {
        margin-top: -10% !important;
    }
}


/* 闆嗗洟浜т笟 */
.content_height p
{
    text-align: left;
}
@media (min-width: 769px) and (max-width: 1200px)
{
    .content_height
    {
        width: 50%;
        margin: 20px auto;
        text-align: center;
        float: none;
    }
}

@media (min-width: 256px) and (max-width: 768px)
{
    .content_height
    {
        /* width: 100%; */
        margin: 0 0;
    }
    .content_height img
    {
        width: 100%;
    }
    .content_height h4
    {
        font-size: 16px;
    }
    .content_height  hr.space.m
    {
        display: none;
    }
}



/* 璧拌繘濂芥櫘 */
@media (max-width: 992px){
    .col-md-4.boxed-inverse, .col-md-4 .imgs_box {
        width: 100% !important;
    }
}


/* 鍏徃鎴樼暐 */
@media (min-width: 256px) and (max-width: 768px)
{
    .zhanlue
    {
        font-size: 16px !important;
    }
    .z_info
    {
        font-size: 12px !important;
    }
}

/* 闆嗗洟浜т笟 */
.content_height
{
    overflow: hidden;
    cursor: pointer;
}
.content_height .jituan_img
{
    transition: all .4s ease-in-out .2s;
}

 .content_height .jituan_img:hover
 {
     transform: scale(1.2);
     transition: all .4s ease-in-out .2s;
 }
