body,html{
width: 100%;
    height: 100%;
}

body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
*{
    margin: 0;
    padding: 0;
}
.bd_wrap{
    width: 100%;
    position: relative;
}
.nav{
    position: fixed;
    /*height:100%;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.headerNav{
    opacity: 0.7;
}
.banner{
    position: fixed;
    width: 100%;
    height: 6%;
    background: white; 
    opacity:0.7;
}
.nav_bg{
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: #ffffff;
    opacity: 0.4;
    z-index: 0;
}
.nav_con{
    position: absolute;
    left: 0;
    top:0;
    height:100%;
    line-height: 60px;
    font-size: 16px;
    width: 100%;
    z-index: 1;
}
.im{
    position: absolute;
    left: 0;
    top:0;
}
.logo{
    width: 220px;
    position: absolute;
    left: 12%;
}
.nav_ul{
	text-align: center;
    float: right;
    margin-right: 10%;
    height: 100%;
    line-height: 60px;
}
.nav_ul li{
    line-height: 60px;
    padding: 0 20px;
    height: 60px;
    cursor: pointer;
    float: left;
}
a{
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}
.nav_ul li a:hover{
    color: #ff9000;
}
.middle_con{
    width: 80%;
    margin: 0 auto;
    margin-left:10%;
    padding: 20px 0;
}
.middle_t{
    width: 80%;
    line-height: 26px;
    font-size: 16px;
    color: #626262;
    text-align: center;
    margin: 30px auto;
}
.middle_c{
    
}
.middle_con_cell{
    width: 30%;
    float: left;
    text-align: center;
}
.middle_con_mcell{
    margin: 0 5%;
}
.middle_con_cell .m_img{
    width: 40%;
}
.middle_con_cell h4{
    font-size: 20px;
    line-height: 60px;
    color: #000000;
}
.middle_con_cell .m_info{
    font-size: 14px;
    line-height: 24px;
    color: #b5b5b5;
    text-align: center;
    margin-bottom: 30px; 
}
.middle_con_cell .m_go{
    font-size: 16px;
    color: #000000;
    padding: 4px 16px;
    text-decoration: none;
    border: 2px solid #000000;
}
.middle_con_top{
    margin-top:100px; 
}
.middle_con_left{
    width: 200px;
    float: left;
}
.middle_con_left h4{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #ff6b11;
}
.middle_con_zhiwei{

}
.middle_con_zhiwei li{
    height: 30px;
    line-height: 30px;
    color: #626262;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.middle_con_zhiwei li.active,.middle_con_zhiwei li:hover{
    color: #ff6b11;
    background: #f9f9f9;
    border-right: 4px solid #ff6b11;
}
.middle_con_zhiwei li a{
    color: #ff6b11;
    text-decoration: none;
}
.middle_con_right{
    margin-left: 200px;
    background: #f9f9f9;
    padding:20px 50px 100px 50px;

}
.middle_con_right li{
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 2px dashed #b6b5b5;
}
.middle_con_right li a{
    line-height: 30px;
    font-size: 20px;
    text-decoration: none;
    color: #626262;
    padding-left: 20px;
}
.middle_con_right li a:hover{
    text-decoration: underline;
}
.middle_con_right li:first-child a{
    font-weight: bold;
    font-size: 14px;
    padding-left: 0;
}
.middle_con_right li h4{
    line-height: 30px;
    color: #626262;
    font-size: 14px;
}
.middle_con_right li p{
    line-height: 30px;
    text-align: left;
    text-indent: 10px;
    color: #626262;
}
.middle_con_right li p a{

}
.newsDetailPage .middle_con_right li{
    text-align: center;
}
.newsDetailPage .middle_con_right li h4{
    text-align: center;
    font-size: 20px;
}
.newsDetailPage .middle_con_right li p{
    text-indent: 30px;
}
.newsDetailPage .middle_con_right li p span{
    text-indent: 30px;
    font-size: 14px !important;
}
.newsDetailPage .middle_con_right li .time{
    text-align:center;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    margin-bottom: 30px;
}
.newsDetailPage .middle_con_right li img{
    width: 80%;
    margin-top:30px;
}
.newsDetailPage .middle_con_right li .imgSM {
    text-align: center;
}
.companyinfo{
    width: 80%;
    padding: 100px 10%;
    background: #323238;
    margin-top: 60px;
}
.companyinfo_cell{
    width: 25%;
    text-align: center;
    float: left;
}
.companyinfo_cell .c_img{
    width: 26%;
}
.companyinfo_cell h4{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
}
.companyinfo_cell p{
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 500;
}
.companyinfo_cell p a{
    color: #ffffff;
    text-decoration: none;
    
}
.companyinfo_cell p a:hover{
    text-decoration:underline;
    
}
.footer{
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #868686;
    background: #28282a;
   font-size: 14px;
}
.footer a{
	color: #868686;
	 font-size: 14px;
	 text-decoration:none;
}
.rightcode{
    position: fixed;
    top: 30%;
    right: 0;
    width: 150px;
    text-align: center;
}
.rightcode p{
    color: #d45d17;
    font-size: 14px;
    line-height: 24px;
}
.rightcode img{
    width: 120px;
}
.moudle{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.moudle_title{
    width: 500px;
    margin: 0 auto;
    line-height: 100px;
}
.moudle_title .moudle_title_con{
    display:block;
    height: 60px;
    margin:0 100px;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
}
.moudle_title .moudle_title_con p{
    line-height: 30px;
    font-size: 13px;
    color: #626262;
    letter-spacing:2px;
}
.moudle_title .moudle_title_con .moudle_title_name{
    font-size: 18px;
    font-weight: 600;
    letter-spacing:4px;
}
.moudle_title .moudle_title_l,.moudle_title .moudle_title_r{
    height: 48px;
    border-bottom: 6px dotted  #ff6c00;
    width: 100px;
}
.moudle_title .moudle_title_l{
    float: left;
}
.moudle_title .moudle_title_r{
    float: right;
}
.moudle_con{
    width: 100%;
    margin: 0 auto;
}
.moudle_con_l,.moudle_con_r{
}
.moudle_con_l{
    width: 40%;
    float: left;
}
.moudle_con_l img{
    width: 90%;
}
.moudle_con_r{
    padding-top: 50px;
    width: 50%;
    margin-left: 40%;
    line-height: 30px;
    color: #626262;
    font-size: 14px;
}
.middle_con_haswidth{
    width: 100%;
    margin:0;
}
.middle_con_haswidth .moudle{
    width: 80%;
    margin:0 auto;
    margin-left: 10%;
    margin-bottom: 50px;
}
.middle_con_haswidth .moudle_hasbg{
    width: 100%;
    margin: 0;
    position: relative;
    margin-bottom: 50px;
}
.middle_con_haswidth .moudle_title_hasbg{
    position: absolute;
    left: calc(50% - 250px);
    top: 20px;
}
.about_2_moudle{
    width: 100%;
}
.moudle_con_video{
    width: 60%;
    margin: 0 auto;
    height: 300px;
}
.moudle_con_video video{
    width: 100%;
    height: 100%;
}
.moudle_left_wrap,.moudle_right_wrap{
    width: 10%;
    height: 300px;
    line-height: 300px;
    text-align: center;
    cursor: pointer;
}
.moudle_left_wrap img,.moudle_right_wrap img{
    width: 40px;
    vertical-align:middle;
}
.moudle_left_wrap:hover,.moudle_right_wrap:hover{
    background: #f4f5f5;
}
.moudle_left_wrap{
    float: left;
    margin-left: 10%;
}
.moudle_right_wrap{
    float: right;
    margin-right: 10%;
}
.moudle_con_l_2{
    width: 50%;
    height: 150px;
    border-right: 1px dashed #777777;
    
}
.moudle_con_r_2{
    height: 150px;
    padding-top: 0;
    padding-left: 30px;
    margin-left: 50%;
}
.moudle_con_2_tit{
    line-height: 50px;
    height: 50px;
}
.moudle_con_2_icon{
    height: 50px;
    line-height: 50px;
    float: left;
}
.moudle_con_2_p{
    margin-left:40px;
}
.moudle_con_2_p h4{
    line-height: 26px;
    font-size: 18px;
    text-indent: 20px;
    color: #333333;
    letter-spacing:2px;
}
.moudle_con_2_p p{
    line-height: 20px;
    font-size: 14px;
    text-indent: 20px;
    color: #777777;
}
.moudle_con_2_tit img{
    width: 40px;
    vertical-align:middle;
}
.moudle_con_2_con{
    line-height: 22px;
    font-size: 14px;
    color: #777777;
    padding-top: 20px;
    width: 90%;
}
.middle_con_haswidth .moudle_bgcolor{
    background: #f4f5f5;
    text-align: center;
    padding:100px 0;
    margin: 0;
    width: 100%;
}
.moudle_bgcolor span,.moudle_bgcolor a{
    border: 2px solid #ff6c00;
    color: #ff6c00;
    padding: 4px 20px;
    font-size: 16px;
    cursor:pointer;
    text-decoration: none;
}
.product_moudle1{

}
.product_moudle1 li{
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.product_moudle1 li img{
    width: 60%;
}
.product_moudle1 li h4{
    text-align: center;
    color: #ff6c00;
    line-height:40px;
    font-size: 16px;

}
.product_moudle1 li p{
    line-height: 24px;
    color: #626262;
    font-size: 14px;
}
.moudle_con .moudle_con_product_2{
    width: 30%;
    text-align: right;
}
.moudle_con .moudle_con_product_2 img{
    width: 70%;
}
.moudle_con .moudle_con_product_2 p{
    background: url(../images/icon10.png) 0 center no-repeat;
    text-align: left;
    text-indent: 20px;
}
.positioncell{
    position: absolute;
    width: 100px;
}
.positioncell h4{
    text-align: center;
    line-height: 30px;
    color: #ff6000;
}
.positioncell p{
    line-height: 14px;
    text-align: center;
    color: #ff6000;
    font-size: 11px;
}
.positioncell_img{
    width: 2%;
    height: 2%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.positioncell_img img{
    width: 100%;
    display: none;
}
.product_moudle3{
    height: 560px;
    background: url(../images/phone.jpg) center center no-repeat;
    position: relative;
    width: 418px;
    margin:0 auto;
}
.phonewrap{
    width: 240px;
    height: 423px;
    position: absolute;
    left: 161px;
    top: 62px;
    overflow: hidden;
}
.phoneslideList{
    height:100%; 
    position: absolute;
    top: 0;
}
.phoneslideList li{
    width: 240px;
    height: 423px;
    float: left;
    
}
.solutionCell{
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.solutionCell img{
    width: 60%;
    border-radius: 40px;
}
.solutionCell h4{
    font-size: 16px;
    color: #626262;
    text-align: center;
    line-height: 40px;
}
.solutionCell p{
    font-size: 12px;
    color: #626262;
    text-align: center;
    line-height: 22px;

}
.projectMore{
    text-align: center;
    margin:100px 0;
    height: 30px;
}
.projectMore a{
    padding: 4px 30px;
    color: #ff6c00;
    border: 2px solid #ff6c00;
    cursor: pointer;
}
.apppage .appCell{
    width: 25%;
    text-align: center;
    float: left;
}
.apppage .appCell img{
    width: 80%;
}
.apppage .appCell p{
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    color: #666666;
}
.newspage{
    width: 70%;
    margin-left: 15%;
}
.newspage .newsSearchWrap{
    text-align: right;
    height: 50px;
    margin-top: 50px;
    position: relative;
}
.newspage .searchText{
    width: 200px;
    border: 1px solid #c9c9c9;
    height: 28px;
    text-indent: 4px;    
    margin-right:28px;
    border-right: none;
}
.newspage .searchBtn{
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #8f8f8f;
    border: 1px solid #8f8f8f;
    cursor: pointer;
}
.newspage .searchBtn img{
    position: absolute;
    left: 6px;
    top: 6px;
}
.newsList{

}
.newsList li{
    overflow: hidden;
    border-bottom: 1px solid #e9e9e9;
    padding: 50px 0;
}
.newsList li .news_l{
    width: 40%;
    float: left;
}
.newsList li .news_l img{
    width: 80%;

}
.newsList li .news_r{
    margin-left:40%;
    padding-top: 20px;
}
.newsList li .news_r h4{
    text-align: left;
}
.newsList li .news_r h4 a{
    line-height: 40px;
    color: #272728;
    font-size: 16px;
    text-decoration: none;
}
.newsList li .news_r p{
    text-indent: 30px;
}
.newsList li .news_r p a{
    line-height: 24px;
    color: #b2b2b3;
    text-decoration: none;
}
.newsList li .news_r p.newstime{
    background: url(../images/icon11.png) 0 center no-repeat;
    text-indent: 20px;
    line-height: 24px;
    color: #b2b2b3;
    text-decoration: none;
}

.newspage .newspager{
    height: 100px;
    line-height: 100px;
}

/*分页插件*/
.page_div {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #969697;
    margin-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}
/*
 * 页数按钮样式
 */

.page_div a {
    min-width: 30px;
    height: 28px;
    border: 1px solid #e9e9e9!important;
    text-align: center;
    margin: 0 4px;
    cursor: pointer;
    line-height: 28px;
    color: #666666;
    font-size: 13px;
    display: inline-block;
    border-radius: 4px;
}

#firstPage,
#lastPage {
    width: 50px;
    color: #969697;
    border: 1px solid #e9e9e9!important;
}

#prePage,
#nextPage {
    width: 70px;
    color: #969697;
    border: 1px solid #e9e9e9!important;
}

.page_div .current {
    background-color: #ff6000;
    border-color: #ff6000;
    color: #FFFFFF;
}

.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #969697;
    margin: 0 5px;
}   


/* �����˵� */
a#colorId{
 color: #ff9000;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    border-radius:10px;
}

.dropdown-content a {
    color: black;
    border-radius:10px;
    text-decoration: none;
    display: block;
    padding: 0px;
    margin:0px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content{
    color: black;
    display: block;
}
.currentli {
    color:#ff9000;         
}



.divT div{
	display: inline-block;
}

.divT div a{
	position:relative;
	z-index:500;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
