*{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a,.head a{
    color: black;
    text-decoration: none;
    display: inline-block;
}
body{
    font-family: "微软雅黑";
    overflow: scroll;
    min-width: 800px;
}

.content_wrap{
    margin:0 40px;
}
.content_wrap>div{
    width:32.3333333%;
}
.news_nontent li{
    padding-right: 15px;
}

/*@media screen and (max-width: 1220px) {
    .foot>div>ul{
        display: none;
    }
    .foot>div>table{
        width: 100%;
        border: none;
    }
}*/
/*@media screen and (min-width: 1050px) {
    body{
        width: 100%;
    }
    #my_users{
        width: 100%;
    }
    #news,#work,#neirong{
        margin-left: 4%;
        width: 28%;
    }
}*/
#news,#work,#neirong{
    display: inline-block;
    height: 250px;
    padding-top: 20px;
    overflow: hidden;
    clear: both;
}

/*@media screen and (max-width: 1050px) {
    body{
        width: 1050px;
    }
    #news,#work,#neirong,#contact_us{
        margin-left: 5%;
        width: 40%;
    }
}*/
/*@media screen and (max-width: 540px) {
    #news,#work,#neirong,#contact_us{
        margin-left: 4%;
        width: 90%;
    }
}*/

.clearfix:after{
	display: table;
	clear: both;
	content:'';
}
input{
    border: none;
    outline: none;
}
div.header_top {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    border-bottom: 1px solid #DBDBDB;
    color: #FFf;
    overflow: hidden;
    background: #3e3e3e;
    display: none;
}
.header_top #time a,.header_top .toplinks a{
    color: #e96d21;
}
#time #_userlogin a{
    display: inline-block;
    padding: 0 5px;
    color: #a1a1a1;
    line-height: 30px;
}
#time #_userlogin a:hover{
    color: #fff;
}
.header_top button{
    border: none;
    background: transparent;
    color: #e96d21;
}

#time{
    float: right;
    margin-right: 25px;
}
div.header_top .toplinks{
    float: left;
    margin-left: 70px;
}
.head{
    height: 80px;
    background: linear-gradient(#ffffff,#ededed);
}
#logo{
    margin: 10px 0 10px 40px;
    width: 130px;
    height: 60px;
    float: left;
}
#logo img{
    width: 180px;
}
#head{
    float: right;
    margin-right: 30px;
}
#head li{
    height: 80px;
    display: inline-block;
}
#head li a{
    line-height: 80px;
    font-size: 18px;
    height: 80px;
    padding: 0 10px;
    margin-right: 10px;
}
#head li a:hover{
    color: #008cd6;
        text-decoration: none;
}
.banner{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.img_banner{
    position: relative;
    width: 100%;
    height: 50%;
}
 .banner_nav{
    z-index: 1;
    position: absolute;
    left: 45%;
    bottom: 10%;
}
.banner_nav .banner_nav_empty{
     background-color: transparent;
     border: 1px solid white;
     width: 9px;
     height: 9px;
 }
.banner_nav i{
    cursor: pointer;
    font-size: 0px;
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}
.banner_img{
    position: relative;
    width: 500%;
    height: 100%;
}
.banner_img li{
    float: left;
    width: 20%;
    height: 100%;
}
.banner_img img{
    width: 100%;
    height: 100%;
}
.left_pic{
    position: absolute;
    display: block;
    width: 32px;
    height: 40px;
    left:1%;
    top:40%;
    background: url("../images/slider-arrow.png")  -110px 5px no-repeat;
    opacity: 0.5;
}
.left_pic:hover{
    background: url("../images/slider-arrow.png")  -170px 5px no-repeat;
}
.right_pic{
    position: absolute;
    display: block;
    width: 32px;
    height: 40px;
    right:1%;
    top:40%;
    background: url("../images/slider-arrow.png")  0px 5px no-repeat;
    opacity: 0.5;
}
.right_pic:hover{
    background: url("../images/slider-arrow.png")  -60px 5px no-repeat;
}
#product ul{
    margin: 10px 20px;
}
#product li{
    overflow: hidden;
    width: 22%;
    height: 250px;
    margin: 1%;
    border-radius: 5px;
    display: inline-block;
    clear: both;
    position: relative;
}
#product li{
    text-align: center;
}
#product li img{
    display: inline-block;
    margin-top: 40px;
}
@keyframes top_add {
    from{top:0}
    to{top:-250px}
}
.product_content{
    position: relative;
}
.product_content:hover{
    animation: top_add 1s;
    top:-250px;
}
.product_use{
    margin-top: 100px;
}
.product_use input{
    width: 90%;
    height: 48px;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    background-color: inherit;
    margin-top: 20px;
}

#product1 input:hover,#product2 input:hover,#product3 input:hover,#product4 input:hover{
    color: black;
    background-color: white;
}
.pro_name{
    font-size: 30px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 15px;
}
#product1 input{
    background-color: #fc7c66;
    color: white;
}
#product #product1{
    margin-left: 2%;
    background-color: #fc7c66;
    color: white;
}
#product2,#product2 input{
    background-color: #3cdd6d;
    color: white;
}
#product3,#product3 input{
    background-color: #4f87fb;
    color: white;
}
#product4,#product4 input{
    background-color: #393939;
    color: white;
}
#my_users .my_users_title h1{
    padding-left: 20px;
}
#my_users .my_users_title .more_users{
    padding-right: 40px;
}
.my_users_title{
    margin-top: 20px;
    margin-bottom: 10px;
    height: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid lightgray;
        margin-right: 25px;
}
.my_users_title h1{
    background-color: white;
    padding-right: 10px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 400;
    float: left;
}
.more_users{
    color: #5f5f5f;
    background-color: white;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
    float: right;
}
.my_user_logo{
    position: relative;
    border: 1px solid lightgray;
    /*margin: 1%;
    width: 178px;*/
    height: 94px;
    display: block;
    float: left;
    padding: 1%;
    width: 15%;
    margin: 1%;
}
.my_user_logo img{
    /*width: 178px;*/
    width:100%;
    height: 94px;
    /*-webkit-filter: grayscale(1);*/
}
#my_users{
    clear: both;
}

.my_user_logo img:hover{
    -webkit-filter:none;
}
.my_user_name{
    padding-top: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
    color: white;
    text-align: center;
    display: none;
    box-sizing: border-box;

}

.my_user_name input{
    width: 80px;
    padding: 4px 6px;
    margin-top: 5px;
    border-radius: 3px;
    opacity: 1;
    color: white;
    background-color: #97c740;
}

.content{
    padding-top: 10px;
    padding-bottom: 10px;
}
.content li{
    overflow: hidden;
}
.content h1{
    float: left;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #5f5f5f;
}

.more{
    line-height: 30px;
    color: #6eb92b;
    float: right;
}
.more i{
    display: inline-block;
    transition: background-position 0.5s;
    background: url("../images/more_a.png") no-repeat -13px 0;
    width: 13px;
    height: 13px;
}
.more:hover{
    color: black;
}
.more:hover i{
    background-position: 0 0;
}
.news_nontent{
    height: 280px;
    clear: both;
}

.news_nontent li{
    display: block;
    padding-top: 20px;
    line-height: 25px;
}
.news_nontent p{
    float: right;
}
.news_nontent li a:before{
    display: inline-block;
    line-height: 25px;
    margin-right: 5px;
    content: " ";
    transform: translateY(-4px);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #5f5f5f;
}
.news_nontent li:hover a{
    color: #337ab7;
}
.news_nontent li a{
    display: inline-block;
    margin-right: 8%;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_nontent li p{
    text-align: center;
    font-size: 10px;
    margin-top: 4px;
    line-height: 10px;
    border-radius: 8px;
    padding: 3px 5px;
    width: 20%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.foot{
    overflow: hidden;
    border-top: 1px solid lightgray;
    clear: both;
    background-color:RGB(38,48,62);
    position: relative;
}
.clear{
    clear: both;
}
.foot ul{
    /*float: left;*/
    margin-left: 40px;
    margin-top: 36px;
    color: RGB(104,114,133);
}
.foot ul.company{
    margin:10px 0 0 40px;
}
.foot ul li{
    padding-bottom: 10px;
    font-size: 12px;
}
.foot ul h3{
    font-size: 16px;
}

.foot ul h6{
    display: inline;
    font-size: 12px;
}
.foot table{
    float: left;
    margin: 45px 10px 25px 60px;
    color: RGB(104,114,133);
    border-right: 1px solid RGB(62,68,78);
}
.foot table a{
    color: RGB(104,114,133);
}
.foot th{
    text-align: left;
    padding-top: 10px;
    padding-bottom: 12px;
}

.foot td{
    text-align: left;
    padding-top: 12px;
    padding-right: 45px;
}
.foot_bottom{
    background-color: RGB(22,30,42);
    clear: both;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    text-align: center;
}
.foot_bottom img{
    display: inline;
    transform: translateY(6px);
    height: 30px;
    width: 100px;
}
.foot_bottom p,.foot_bottom a{
    display: inline;
    color: RGB(115,120,125);
}
.nav_content{
    z-index: 1000;
    display: none;
    position: absolute;
    background-color: #ededed;
        top: 80px;
}
.nav_content li{
    display: block;
}
#head .nav_content li{
    display: block;
    height: 35px;
}
#head .nav_content li a{
    line-height: 35px;
    height: 35px;
}
#head .nav_content{
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
}
.nav_head:hover>.nav_content{
    display: block;
}
.QQTalk{
    position: fixed;
    z-index: 9999999;
    right: 0;
    background-color: transparent;
    display: inline-block;
    font-size: 0;
    top: calc(50% - 77px);
}
.user_margin{
	margin-left: 30px;
	margin-right: 30px;
}
.our_user{
	margin:20px 30px;
}
.foot tbody{
	font-size: 14px;
}
/*.foot ul.company{
	margin-top: 0;
}*/
.backToTop{
	display: inline-block;
	border-radius: 50%;
    width: 58px;
    height: 58px;
    background: url("../images/gotop-arrow.png") 0 0 no-repeat;
    background-size: 58px 116px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 15px;
}
.backToTop:hover{
	background-position: 0 -58px;
}
.backWrap{
	display: none;
}
.qqContact{
	color: rgb(49, 130, 189);
}
#container{
	margin-top: 15px;
}
img{border:none;}

.z10{z-index:10;}
.z_10{z-index: -10;}