@font-face {
		font-family: 'oreelaser';
		src: url("/static/home/font/Montserrat-Regular.ttf");
	}
*, body {
    font-family: 'oreesolar' !important;
}
.header_img{
    transition:all 0.6s
}
.header_img:hover{
    transform: scale(1.1);
}
    .open_language .language a {
        top: -4px;
        left: 10px;
    }

    ul.menu_nav li._navbar ul._dropdown li:first-child {
        border-top: 1px #1a7e67 solid;
    }

    ul.menu_nav li._navbar ul._dropdown li a._hover {
        border-bottom: 1px #1a7e67 solid;
        background: #1a7e67;
        color: #fff;
    }

    ._dropdown_2 {
        display: none;
        position: absolute;
        top: 0;
        left: 300px;
        width: 400px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }

    ul.menu_nav li._navbar ul._dropdown_2 {
        background: #fff;
    }

    ._dropdown_2 li:hover ._dropdown_2_a {
        border-bottom: 1px #1a7e67 solid !important;
        background: #1a7e67;
        color: #fff !important;
    }

    .menu_nav li._navbar ._dropdown li:hover ._dropdown_2 {
        display: block;
    }

 

    .totop {
        bottom: 100px !important;
    }

    .language a {
        display: block;
        padding: 5px 20px 5px 40px;
    }

    ._dropdown_3 {
        display: none;
        position: absolute;
        top: 0;
        left: 300px;
        width: 400px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    }

    ul.menu_nav li._navbar ul._dropdown_3 {
        background: #fff;
    }

    ._dropdown_3 li:hover a {
        border-bottom: 1px #1a7e67 solid !important;
        background: #1a7e67;
        color: #fff !important;
    }

    .menu_nav li._navbar ._dropdown li:hover ._dropdown_3 {
        display: block;
    }

    ._dropdown1_li:hover ._dropdown_3 {
        display: none !important;
    }

    ._dropdown_2_li:hover ._dropdown_3 {
        display: block !important;
    }

    ._dropdown_3 {
        left: 400px
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        background: #2B2C30;
        width: 100%;
        z-index: 200;
        height: 50px;
    }

    ul.menu_nav li._navbar a {
        display: block;
        font-size: 16px;
        font-family: oreelaser;
        font-weight: 300;
        color: #FFFFFF;
	font-weight: 400;
    }

    .search_nav {
        padding: 15px 0;
        margin-right: 10%;
    }

    .open_language i {
        font-size: 20px;
        color: #FFFFFF
    }

    .menu_nav {
        margin-left: 270px;
    }

    .language {
        top: 50px;
        position: absolute;
        right: -110px;
        background: #fff;
        padding: 15px 5px;
        border: 1px #efefef solid;
        display: none;
    }

    /* 产品中心下拉框 */
    .product-header {

        width: 100%;
        position: fixed;
        margin-top: 50px;
        z-index: 400;
        display: none;
    }

   
    .product-content {
        display: flex;
        box-shadow: 0px 2px 10px rgb(192, 192, 192);
    }
    .hhu{
        box-shadow: 0px 2px 10px rgb(192, 192, 192);
    }

    .product-left-content ul {
        display: flex;
        flex-direction: column
    }

    .product-left-content ul li {

        white-space: nowrap;
        line-height: 90px;
    }

    .product-left-content a {

        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #4B4B4B;
        margin-left: 15%;

    }

    .product-left {
        width: 35%;
       
        background: #fff;

    }

    .product-left-style {
        background: #F4F4F4;
        border-right: 2px solid #008068
    }

    .product-right {
        width: 65%;
        background: #F4F4F4;
        padding-bottom: 15px;
    }

    .product-right-content {
        height: 100%;
    }

    .product-right-content ul {
        width: 90%;
        display: flex;
        margin: auto;
        justify-content: flex-start;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-right-content ul li {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 20%;
        margin-left: 4%;
    }

    .product-left-content {
        height: 90%;
        margin-top: 60px;
        margin-bottom: 70px;
        text-align: left;
    }

    .product-right-content ul li div {
        text-align: center;
        margin: auto;
    }

    .product-right-jtitle {

        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #2C2C2C;
        display: inline-block;
        padding-bottom: 5px;

    }

    .product-right-jxian {
        width: 20px;
        height: 1px;
        border-bottom: 2px solid #008068;
        display: none;

    }

    .product-left-style-info .product-right-jxian {
        display: block !important;
    }

    .product-right .product-right-content:first-child {
        display: block;
    }

    .product-right .product-right-content:not(:first-child) {
        display: none;
    }

    .product-right:after {
        content: ".";
        height: 0;
        overflow: hidden;
        visibility: hidden;
        clear: both;
        display: block;
    }


    .search_nav a {

        top: -19px;
    }

   

    /* 适配*/
    @media screen and (max-width: 1900px) and (min-width: 1680px) {
        .product-type ul {
            width: 80%;
        }
    }

    @media screen and (max-width: 1650px) and (min-width: 1450px) {
        .product-type ul li img {
            width: 50%;
        }

        .product-type ul {
            width: 80%;
        }

    }

    @media screen and (max-width: 1450px) {
        .header_content {
            padding: 0;
        }

	.product-left {

    	height: 520px;
      }
    .product-left-content ul li {
       line-height: 70px;
     } 

        .product-left-content a {
            margin-left: 10%;
        }

  

        .product-type ul {
            width: 90%;
        }

        .news-time-left {
            width: 38%;
        }
    
        .news-time-right {
            width: 52%;

        }
    }

    @media screen and (max-width: 1368px) {
        .header_content .menu {
            padding-left: 0px !important;
        }

        .product-type img {
            width: 50%;
        }
        .product-right-content ul{
            width:100%
        }
    }

    @media screen and (max-width: 1280px) {
        .menu_nav {
            margin-left: 30px;
        }

        .logo {
            margin-left: 10px !important
        }

        .about-content {
            width: 90%;
        }
        
    }

    @media screen and (max-width: 800px) {
        ul.menu_nav li._navbar a {

            padding: 26px 6px;
        }

        .shixian2 {

            height: 120px;
        }

        .shixian{

            height: 120px;
        }
        .news-time-img{
            width: 212px;
            height: 198px;
        }
    }
    @media screen and (max-width: 660px) {
        .product-header{
            display: none !important;
        }
    }

    /* 适配end*/
    .nav-ul {
        display: none;
        position: absolute;
        background: #FFFFFF;

    }
