@charset "utf-8";
/*初始化样式*/
body{ margin:0; padding:0; margin:0 auto; zoom:1;border: none;outline: none;
     /*设置字体*/
     font-size:12px;
     font-family:"微软雅黑","宋体",Arial;
     color:#414446;
     background:#FFF;
 }
a{ text-decoration:none; color:#333;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
li{ list-style:none;}
h1,h2,h3,h4,h5,h6,p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;}
input:focus { outline: none;}
/*强制去除表单自带的样式*/
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*/}
/*强制去除textarea自带的样式*/
textarea{resize:none;/*-webkit-appearance:none;*/}
.clear:after{
    content: "";
    height: 0;
    clear: both;
    display:block;
}
.wrap{
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
/*首页--nav*/
.nav{
    width: 100%;
    height: 90px;
}
.nav_main{
    width: 1000px;
    height: 100%;
    margin:0 auto;
}
.nav_logo{
    float: left;
    margin-top: 9px;
}
.nav_logo>a,.nav_logo>a>img{
    display: block;
    width: 100%;
}
.nav_login{
    float: right;
    width:64px;
    font-size: 12px;
    height: 26px;
    border-radius: 12px;
    background:#f0572c;
    color: white;
    line-height: 26px;
    text-align: center;
    margin-top: 32px;
    cursor: pointer;
}
.denglu{
    width:438px;
    height:352px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -192px;
    margin-left: -219px;
    background: white;
    z-index: 99999;
    display: none;
}
.cha{
    text-align: right;
    color: #b2b2b2;
    font-size:30px;
    line-height: 1;
    padding-right:10px;
    box-sizing: border-box;
    cursor: pointer;
}
.cha:hover{
    color: #333333;
}
.deng_main{
    width: 352px;
    margin: 0 auto;
}
.deng_title{
    text-align: center;
    padding-bottom: 32px;
    font-size: 18px;
    color: #333333;
}
.login_name,.login_name2{
    width: 352px;
    height: 48px;
    border-radius: 4px;
    border:1px solid #caced1;
    box-sizing: border-box;
    margin:0 auto 16px;
    overflow: hidden;
}
.login_name:hover,.login_name2:hover{
    border:1px solid #f0572c;
}
.login_name>img,.login_name2>img{
    width: 20px;
    margin:0 10px 0 14px;
    vertical-align: middle;
}
.login_name>input,.login_name2>input{
    width:290px;
    height:44px;
    border: none;
}
.login_lost{
    width:352px;
    margin: 0 auto;
}
.login_dl{
    width: 350px;
    height: 48px;
    background: #f0572c;
    color: white;
    margin:15px auto 0;
    border-radius: 3px;
}
.login_dl>button{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    border:none;
    color: white;
}
.login_zhu{
    font-size: 14px;
    text-align: center;
    color: #6a7f88;
    margin: 16px 0 0;
}
.login_zhu>span{
    color: #2298cf;
    cursor: pointer;
}
.login_zhu>span:hover{
    text-decoration:underline;
}



.nav_dao{
    float:right;
    height: 90px;
}
.nav_dao>li{
    float: left;
    width: 80px;
    height: 90px;
    position: relative;
    margin-right:40px;
}
.nav_dao>li>a{
    width: 100%;
    height: 100%;
    text-align: center;
    line-height:90px;
    font-size: 16px;
    display: block;
}
.nav_line{
    width:0;
    height:4px;
    position: absolute;
    bottom:0;
    left: 0;
    background:#f0572c;
    transition:all .3s linear;
}
.nav_lin2{
   width: 100% !important;
}
.nav_dao>li:hover .nav_line{
    width:100%;
    transition:all .3s linear;
}
.nav_submenu{
    position: absolute;
    width: 100%;
    height:0;
    overflow: hidden;
    bottom:0;
    left:0;
    background:rgba(255,255,255,.9);
    box-sizing: border-box;
    z-index: 6666;
    transition:all .3s linear;
}
.nav_dao>li:hover .nav_submenu{
    height:84px;
    transition:all .3s linear;
    bottom:-84px;
}
.nav_submenu>li>a{
    display: block;
    font-size: 14px;
    line-height: 1;
    width: 100%;
    margin-top:20px;
    text-align: center;
}
.nav_submenu>li>a:hover{
    color: #f0572c;
}
/*首页--banner*/
.banner{
    width: 100%;
    height:600px;
    overflow: hidden;
    background:url("/statics/images_new0.0.1/home_banner1.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
}
.spot{
    position: absolute;
    bottom:5%;
   left:50%;
    margin-left: -30px;
}
.spot li{
    float: left;
    width:10px;
    height:10px;
    margin:0 5px;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    background: #a0a0a0;
    cursor:pointer;
}
.spot .spot_active{
    background:white;
}
/*首页--product*/
.product{
    width:1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top:70px;
    padding-bottom:44px;
}
.product_title{
    font-size: 26px;
    text-align: center;
}
.product_title>span{
    font-size: 23px;
}
.product_main{
    margin-top:50px;
    width: 100%;
}
.product_left{
    width: 568px;
    float: left;
}
.product_left>li{
    width: 120px;
    float:left;
    margin-right:104px;
}
.product_left>li:nth-child(3n){
    margin-right: 0;
}
.tubiao{
    width: 120px;
    height: 120px;
    overflow: hidden;
}
.tubiao>img:nth-child(1){
    display: block;
    width: 100%;
}
.tubiao:hover img:nth-child(1){
    display:none;
}
.product_left>li>p{
    text-align: center;
    font-size: 16px;
    color:#333333;
    margin:24px 0 36px;
}
.product_right{
    float: right;
    margin-left: 100px;
    width: 332px;
    height: 350px;
    background:#f3f3f3;
    border-radius: 12px;
}
.product_huo{
    text-align: center;
    font-size: 16px;
    color:#333333;
    margin:40px 0 30px;
}
.product_duo{
    display: block;
    width: 240px;
    height: 110px;
    margin: 0 auto;
    border-radius:4px;
    background: white;
    padding-left: 10px;
    padding-top:8px;
    box-sizing: border-box;
}
.product_tj{
    width: 240px;
    line-height: 30px;
    background: #f0572c;
    border-radius:4px;
    font-size: 14px;
    text-align: center;
    margin: 30px auto 0;
    color: white;
    cursor: pointer;
}
/*首页--one*/
.one{
    width: 100%;
    height:300px;
    overflow: hidden;
    background:url("/statics/images_new0.0.1/home_bg.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*首页--new*/
.new{
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top:70px;
    padding-bottom:80px;
}
.new_main{
    margin-top:50px;
    width: 100%;
}
.news_left{
    float: left;
    width: 550px;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.news_lun{
    width:2750px;
    position: absolute;
    left:0;
    top:0;
}
.news_lun>li{
    float:left;
}
.news_point{
    position: absolute;
    left:175px;
    bottom: 22px;
}
.news_point>li{
    cursor: pointer;
    width:40px;
    height:6px;
    border-radius: 5px;
    background:white;
    float: left;
    margin-right:10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news_point>.news_active{
    background: #f0572c;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}



.news_right{
    float: right;
    width: 410px;
    position: relative;
    font-size:16px;
    color:#333333;
    box-sizing: border-box;
    padding-top:10px;
}
.news_right>li{
    margin-bottom:20px;
}
.news_right>li>a{
    display: block;
    width: 100%;
    color: black;
}
.news_right>li:last-child{
    margin-bottom:0;
}
.new_one{
    float: left;
    width:288px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:1;
}
.new_time{
    float: right;
    text-align: right;
    line-height: 1;
}
/*footer*/
.footer{
    width: 100%;
    height:330px;
    overflow: hidden;
    background:url("/statics/images_new0.0.1/home_footer.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
}
.footer_one{
    width:1000px;
    margin: 80px auto 0;
}
.footer_left,.footer_right{
    float: left;
}
.footer_left{
    width: 900px;
    color: white;
    font-size:16px;
}
.footer_left>p{
    line-height: 1;
    margin-bottom:26px;
}
.footer_left>p>img{
vertical-align: middle;
}
.footer_left>p>span{
    margin-left: 16px;
}
.footer_right{
    width: 100px;
}
.footer_right>img{
   display: block;
    width: 100%;
}
.footer_two{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(25,25,25,.6);
    text-align: center;
    color: white;
    font-size: 14px;
}
/*产品服务*/
.service_banner{
    width: 100%;
    height:300px;
    background:url("/statics/images_new0.0.1/product_banner.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.service_main{
    background:#f3f3f3;
    width: 100%;
    padding:70px 0 80px;
}
.service_one{
    width: 1000px;
    margin: 0 auto;
    background: white;
    padding:40px 0 10px;
}
.service_title{
    font-size: 26px;
    color:#333333;
    text-align: center;
    margin-bottom: 40px;
}
.service_all{
    width: 100%;
    box-sizing: border-box;
    padding:0 80px;
}
.service_all>li{
    margin-bottom:40px;
}
.service_all>li>img{
    display: block;
    width: 100%;
}
.service_dian{
    float: left;
    width: 10px;
    height: 10px;
    border-radius:50%;
    background:#f0572c;
    margin-top: 6px;
}
.service_biao>p{
    font-size: 16px;
    float: left;
    margin-left:10px;
}
.service_con1{
    font-size: 14px;
    line-height:28px;
    margin: 20px 0;
}
.service_con2{
    font-size: 14px;
    line-height:28px;
}
.service_te{
    width: 50px;
    float: left;
}
.service_te2{
    float: left;
}
/*new*/
.new_banner{
    width: 100%;
    height:300px;
    background:url("/statics/images_new0.0.1/news_banner.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.new_all{
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 80px;
}
.new_title{
    font-size: 26px;
    text-align: center;
    margin-bottom:10px;
}
.new_wen>li{
    padding: 30px 0;
    border-bottom:1px solid #cccccc;
}
.wen_tu{
    display: block;
    width:320px;
    height: 180px;
    float: left;
}
.wen_tu>img{
    display: block;
    width: 100%;
}
.wen_title{
    width:520px;
    height: 160px;
    float: left;
    margin-left: 40px;
    padding-top:20px;
    position: relative;
}
.wen_biao{
    display: block;
    font-size: 24px;
    color:#333333;
    margin-bottom: 20px;
    line-height: 1;
}
.wen_time{
    margin-bottom: 20px;
    font-size: 14px;
    color:#666666;
}
.wen_nei{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wen_more2{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size:14px;
    color: #f0572c;
}
.new_ye{
    margin-top:40px;
    float: right;
}
.new_ye>li{
    float: right;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height:38px;
    font-size: 14px;
    color:#666666;
    border:1px solid #cccccc;
    box-sizing: border-box;
    margin-left: 20px;
}
.new_active{
    color:white !important;
    background: #f0572c;
    border:1px solid  #f0572c !important;
}
/*newdetail*/
.newdetail_main{
    width: 1000px;
    margin:70px auto 80px;
    box-shadow:0 0 5px  rgba(0,0,0,.2);
    padding: 50px 0 80px;
}
.newdetail_title{
    font-size: 20px;
    color:#333333;
    text-align: center;
    margin-bottom:30px;
}
.newdetail_title2{
    font-size:14px;
    color:#808080;
    text-align: center;
    margin-bottom:50px;
}
.newdetail_title3{
    text-indent: 24px;
    font-size: 14px;
    line-height: 28px;
    color:#333333;
    margin-bottom: 26px;
}
.newdetail_title4{
    padding: 0 80px;
    box-sizing: border-box;
}
.newdetail_footer{
    margin-top: 50px;
}
.page_left,.page_right{
    width:50%;
    font-size: 16px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_left{
    text-align: left;
}
.page_right{
  text-align: right;
}
/*about*/
.about_banner{
    width: 100%;
    height:300px;
    background:url("/statics/images_new0.0.1/about_banner.jpg")no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about_main{
    width: 1000px;
    margin:70px auto 80px;
}
.about_title1{
    font-size: 26px;
    text-align: center;
    color: #333333;
    margin-bottom:40px;
}
.about_title2{
    font-size: 14px;
    color: #333333;
    line-height:28px;
    text-indent: 28px;
    margin-bottom: 20px;
}
.about_title3{
    margin:20px 0 70px;
}
.about_title3>img{
    display: block;
    width: 100%;
}
.about_map1{
    float: left;
    font-size:16px;
}
.about_map1:nth-child(1){
    width:40%;
}
.about_map1:nth-child(2){
    width:35%;
    text-align: center;
}
.about_map1:last-child{
    text-align: right;
    width:25%;
    margin-right: 0;
}
.about_map3{
    width: 1000px;
    height:300px;
    margin:40px auto 0;
}