
/*-------top-------*/
body{
    background: #f1f0f5;
    font-size: 14px;
}
.top{
    width: 100%;
    height: 25px;
    background: #1d1d1d;
    position: fixed;
    z-index: 300;
}
.top p{
    font-size: 12px;
    color: white;
    line-height: 25px;
}
.top_p1 span{
    float: right;
}
.head{
    height: 100px;
}

.hot_product{
    color: white;
    position: absolute;
    margin-top: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    overflow: hidden;
}
.hot_product p{
    padding-right: 30px;
    color: #f39800;
    font-weight: 700;
}
.hot_ul{
    font-size: 14px;
}
.hot_ul li{
    float: left;
    margin-right: 20px;
    color:#ffffff;
}
.hot_ul li:hover{
    color: #f39800;
}
/*---------------------公司简介------------------------*/
.company{
    padding-top: 50px;
    padding-bottom: 50px;
    /*background-color: #f39800;*/
}
.company_title{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.company_left{
    width: 56%;
    padding-left: 20px;
    /*background-color: antiquewhite;*/
}
.company_left p{
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 22px;
}
.company_left .span1{
    display: inline-block;
    width: 71px;
    height: 5px;
    background: #0e6eb8;
}
.company_left .span_more{
    display: inline-block;
    color: white;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    background: #0e6eb8;
    text-align: center;
}
.company_left_ul{
    margin-top: 40px;
}
.company_left_ul li{
    float: left;
    width: 120px;
    height:150px;
    margin-right: 20px;
    transition: 300ms;
}
.company_left_ul .li1{
    background-image: url("../img/about-2.png");
    background-position: 0px -150px;
}
.company_left_ul .li2{
    background-image: url("../img/about-2.png");
    background-position: -122px 0px;
}
.company_left_ul .li3{
    background-image: url("../img/about-2.png");
    background-position: -244px 0px;
}
.company_left_ul .li4{
    background-image: url("../img/about-2.png");
    background-position: -366px 0px;
}
.company_left_ul .li2:hover{
    background-position: -122px -150px;
}
.company_left_ul .li3:hover{
    background-position: -244px -150px;
}
.company_left_ul .li4:hover{
    background-position: -366px -150px;
}
.company_right{
    width: 44%;
    /*background-color: aquamarine;*/
}
.company_right_bg{
    width: 300px;
    height: 442px;
    padding-top: 30px;
    padding-left: 20px;
    background-color: #0e6eb8;
}
.company_right_bg h3{
    color: white;
}
.company_right_bg p{
    color:#00a0e9;
}
.company_right_video{
    position: absolute;
    margin-top: 144px;
    margin-left: 10px;
}
/*----------------产品展示--------------------*/
.product_show{
    padding-top: 20px;
    padding-bottom: 50px;
}
.product_main_out{
    padding: 60px 0;
    background-image: url("../img/show-bg.jpg");
    background-repeat: no-repeat;
}
.product_main ul li{
    float: left;
    width: 25%;
}
.product_more{
    text-align: center;
    margin-bottom: 20px;
}
.product_more span{
    display: inline-block;
    width: 120px;
    height: 50px;
    border: 2px solid white;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin-top: 20px;
}
.product_more span:hover{
    background-color: white;
    color: #0e6eb8;
}
/*-----------------产品应用----------------------*/
.application{
    padding-top: 20px;
    margin-bottom: 50px;
}
.application_ul li{
	margin-top:5px;
    float: left;
    width: 25%;
    height:200px;
    background-color:white;
    overflow: hidden;
}
.application_ul li img{
    width: 100%;
    height: 100%;
}
.application_ul li:hover img{
    transition: all 0.5s;
    transform: scale(1.1);
}
.application_ul .word{
    padding: 20px 20px;
    color: #362e2b;
}
.application_ul .word h3{
    font-size: 16px;
}
.application_ul .word h4{
    font-size: 12px;
    color: #595757;
}
.application_ul .word p{
    font-size: 12px;
    color: #7e7c7c;
    line-height: 20px;
}
.application_ul .word span{
    margin-top: 10px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #7e7c7c;
}
/*--------------------企业资讯---------------------*/
.news{
    padding-top: 20px;
	width:64%;
	margin:0 auto;
}
.news_left{
    width: 38%;
    margin-left: 10px;
    padding-right: 10px;
}
.news_left img{
   width: 100%;
}
.news_1{
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 20px;
}
.news_right{
    width: 61%;
    padding-left: 20px;
}
.news_img{
    width: 27%;
    padding-right: 10px;
}
.news_img img{
    width: 100%;
}
.news_word{
    width: 73%;
}
.news_word_title{
    color: #0e6eb8;
}
.news_1 .news_word h3{
    color: #0e6eb8;
    margin-bottom: 20px;
}
.news_1 .news_word .p1{
    margin-bottom: 20px;
    font-size: 14px;
}
.news_1 .news_word .p2{
    margin-bottom: 20px;
    line-height: 22px;
}
.news_1 .news_word .p3{
    color: #0e6eb8;
    font-size: 14px;
}
.news_2 li{
    height: 45px;
    border-bottom: 1px dashed #d2d2d2;
    line-height: 45px;
    color: #333333;
}
.news_2 li:hover .p1{
    color: black;
}
.news_2 li .p2{
    margin-left: 50px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_2 li .p3{
    font-size: 14px;
}
.news_2 li:hover .p2 a{
    color: #0e6eb8;
}
.news_2 li:hover .p3{
    color: #0e6eb8;
}
/*----------------------honor--------------------------*/
.honor{
    padding-top: 50px;
    margin-bottom: 50px;
}
/*--------------------------------------------------*/
.online_now{
    position: fixed;
    left: 0;
    bottom: 100px;
    z-index: 200;
}
.online_now_div{
    position: relative;
    margin-top: -240px;
}
.online_now span{
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #0e6eb8;
    color: #0e6eb8;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px;
    margin-left: 13px;
    transition: 500ms;
}
.online_now span:hover{
    background-color: #0e6eb8;
    color: white;
}
@media screen and (max-width:1200px){
    .language1{
        display: none;
    }
    .y_center{
        width: 100%;
    }
    .Y_logo{
        width: 20%;
        line-height: 11;
    }
    .Y_logo img{
        width: 100%;
    }
    .Y_nav_word{
        width: 70%;
    }
    .language {
        display: inline-block;
        position: absolute;
    }
    /*------------------关于一诺-------------------*/
    .company_left_ul li {
        margin-right: 10px;
    }
    .company_right_video img{
        width: 100%;
    }
    /*------------------企业资讯--------------------*/
	.news_left {
        width: 35%;
    }
    /*-----------------企业荣誉-------------------*/
    .scroll-img {
        width: 100%;
    }
}
@media screen and (max-width:1000px){
    .language1{
        display: none;
    }
    .Y_nav_word ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*------------------企业资讯--------------------*/
    .news_left {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_right {
        width: 100%;
    }
}
@media screen and (max-width:982px){
    .company_left_ul li {
        margin-right: 1px;
    }
}
@media screen and (max-width:917px){
    .company_left {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .company_right {
        width: 100%;
        padding-right: 20px;
    }
    .company_right_bg {
        width: 50%;
    }
}
@media screen and (max-width:768px){
    /*--------------手机导航---------------*/
    .container1 {
        display: block;
    }
    .Y_nav{
        height: 69px;
    }
    .language{
        display: none;
    }
    .language1{
        display: block;
        float: right;
        margin-top: 10px;
        font-size: 12px;
    }
    .Y_logo{
        width: 100%;
        height: 69px;
        line-height: normal;
        text-align: center;
    }
    .Y_logo img{
        width: 150px;
    }
    .Y_nav_word{
        display: none;
    }
    .language {
        position: absolute;
    }
    /*----------------企业资讯------------------*/
    .news_2 li .p3 {
        display: none;
    }
    .news_2 li .p2{
        margin-left: 20px;
        width: 70%;
    }
    .news_2 li .p1{
        font-size: 12px;
    }
    /*------------------产品应用------------------*/
    .application_ul li {
        width: 50%;
    }
    .application_display{
        display: none;
    }
}
@media screen and (max-width:450px){
    .company_right_bg {
        height: 350px;
    }
    .company_title img{
        width: 150px;
    }

}