html{
    height:100%;
}
body {
    font-size:13px;
    width:100%;
    height:100%;
    background:url($imgRoutePrefix+'/201905_lovearrow_h5/bg.jpg') no-repeat  center;
    background-size:cover;
}
*{margin:0;padding:0;-webkit-text-size-adjust:none;vertical-align: top;font-size:13px;}
img,div,input{-webkit-tap-highlight-color:transparent;}
i{
    font-style: normal;
}
li{
  list-style: none;
}
a{
    text-decoration: none;
}
input[type="text"],input[type="button"],input[type="submit"],textarea{outline:none;-webkit-tap-highlight-color:transparent;background:none; -webkit-appearance:none;}
*:focus {outline: none;} 
.clearfix {
    *zoom: 1;
} 
.clearfix:before,.clearfix:after{ 
    display: table; 
    line-height: 0; 
    content: ""; 
}
.clearfix:after { clear: both; }  
.clear{clear:both;}

.wrap{
    width:100%;
    min-height:100%;
    background:#fff;
    position: relative;
    z-index:2;
}
.layer{
    display:none;
    position: fixed;
    left:0;
    top:50px;
    right:150px;
    bottom:0;
    background:rgba(0,0,0,.7);
    z-index:100;
}
#pro_menu_btn{
    width:35px;
    padding:10px 0;
    position: fixed;
    left:0;
    top:50%;
    margin-top:-50px;
    z-index:60;
    background:#3891fe;
    border-radius:0 10px 10px 0;
    font-size:14px;
    font-weight: bolder;
    color:#fff;
    text-align: center;
}
#pro_menu{
    width:150px;
    background:#fff;
    position: fixed;
    left:-150px;
    top:50%;
    margin-top:-105px;
    z-index:70;
    border-right:3px solid #3891fe;
}
#pro_menu a{
    display:block;
    line-height:35px;
    color:#333;
    font-size:13px;
    padding-left:15px;
}
#pro_menu a:active{
    color:#3891fe;
}
#pro_menu a.cur{
    background:#3891fe;
    color:#fff;
}
.header_container{
    height:50px;
}
.header{
    width:100%;
    height:50px;
    background:#fff;
    position: fixed;
    top:0;
    left:0;
    z-index:50;
    border-bottom:1px solid #e5e5e5;
}
.logo{
    display:block;
    float:left;
    margin-left:10px;
    height:50px;
}
.logo img{
    display:block;
    height:100%;
}
.tel{
    float:right;
    line-height:50px;
    font-size:13px;
    color:#333;
}
.tel img{
    float:left;
    width:20px;
    margin: 15px 5px 0 0 ;
}
.nav-toggle {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 6;
    cursor: pointer;
    -webkit-transition-duration: 0.66s;
    transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
    float: right;
}
.nav-toggle .icon {
    width: 20px;
    height: 2px;
    background-color: #3891fe;
    border-radius: 2px;
    position: absolute;
    top: 24px;
    left: 15px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transiting-timing-function: swing;
    z-index: 5;
}
.nav-toggle .icon:before,
.nav-toggle .icon:after {
    width: 20px;
    height: 2px;
    background-color: #3891fe;
    border-radius: 2px;
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}
.nav-toggle .icon:before {
    top: -6px;
}
.nav-toggle .icon:after {
    top: 6px;
}

.navopen .icon {
    width: 0;
}
.navopen .icon:before {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}
.navopen .icon:after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
}


.nav_container{
    width:150px;
    height:100%;
    position: fixed;
    top:0;
    right:0;
    z-index:1;
    background:#fff;
}
.nav{
    height:100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}
.nav li{
    position: relative;
}
.nav li:first-child{
    margin-top:15px;
}
.nav p{
    padding: 0 10px;
    line-height: 35px;
    color: #333;
    border-bottom: 1px solid #eee;
    position: relative;
    
}
.nav p:after{
    display:block;
    content:"";
    width:7px;
    height:100%;
    background: url(../images/h_n_ele.png) no-repeat center;
    position: absolute;
    right:10px;
    top:0;
}
.has_subnav.cur p:after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav li.cur p,.nav li a:active p{
    color: #3088ff;
}
.nav .subnav{
    display:none;
    padding:0 10px;
    background: #f5f5f5;
}
.nav .subnav a{
    display:block;
    padding:0 10px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    color:#333;
}
.nav .subnav a:active,.nav .subnav a.cur{
    color: #3088ff;
}

.swiper-container {
    width: 100%;
}
.swiper-wrapper{
    height:auto;
}
.swiper-slide{
    height:auto;
}
.swiper-slide img{
    display:block;
    width:100%;
}
.swiper-pagination{
    height:7px;
}
.swiper-pagination-bullet{
    width:14px;
    height:7px;
    background:#fff;
    border-radius:2px;
    vertical-align:top;    
}
.swiper-pagination-bullet-active{
    background:#3088ff;
}

.index_product{
    margin-top:50px;
}
.index_product{

}
.pro_select{
    width:100%;
}
.title{
    text-align: center;
}
.title h1{
    font-size:18px;
    color:#444444;
    line-height:30px;
}
.title p{
    color:#666;
    font-size:13px;
    line-height:20px;
}
.title i{
    display:block;
    width:50px;
    height:1px;
    background: #3891fe;
    margin:10px auto 0;
}
.index_about{
    margin-top:30px;
    background-size:cover;
}
.index_about .con{
    line-height:25px;
    color:#333;
    padding:15px 10px;
}
.index_about .con p{
    text-indent:2em;
}

.index_news{
    width:100%;
}
.index_news a{
    display:block;
    width:100%;
    margin-bottom:10px;
}
.index_news a img{
    display:block;
    width:100%;
}
.index_news a .con{
    padding:0 10px 10px 10px;
}
.index_news a h2{
    font-weight: normal;
    font-size:16px;
    height:30px;
    color:#444444;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_news a p{
    font-size:13px;
    color:#666;
    line-height:20px;
    height:60px;
    position: relative;
    overflow: hidden;
}
.index_news a .date{
    background: url(../images/icon_date.png) no-repeat ;
    line-height:15px;
    color:#b5b5b5;
    padding-left:20px;
    margin-top:10px;
    height:15px;
}
.index_news a:active .con{
    background:#3088ff;
}
.index_news a:active h2,.index_news a:active p,.index_news a:active .date{
    color:#fff;
}
.index_news a:active .date{
    background-image: url(../images/icon_date_n.png);
}
.bottom{
    background:#1e232e;
    padding-top:20px;
}
.bottom_menu{
    width:270px;
    margin:0 auto;
}
.bottom_menu h1{
    font-size:14px;
    color:#fff;
    line-height:30px;
    text-align: center;
    margin-bottom:10px;
}
.bottom_menu p{
    font-size:12px;
    line-height:20px;
    margin-bottom:10px;
    color:#7c8087;
}
.ewm img{
    display:block;
    margin:0 auto;
    width:160px;
}
.bottom_2{
    background:#1e232e;
    text-align: center;
    border-top:1px solid #333;
    padding:10px 0;
    line-height:20px;
    color:#7c8087;
    margin-top:20px;
    font-size:10px;
}

.bg{
    background:#f9f9f9;
}
.banner img{
    display:block;
    width:100%;
}
.inset_menu{
    width:100%;
    height:80px;
    background:#fff;
    text-align: center;
    position: relative;
    z-index:2;
}
.fixed{
    position: fixed;
    left:50%;
    margin-left:-600px;
    top:81px;
    z-index:40;
}
.inset_menu a{
    display:block;
    width:200px;
    height:80px;
    line-height:80px;
    float:left;
    font-size:18px;
    color:#333;
}
.inset_menu a.cur,.inset_menu a:hover{
    background:#3088ff;
    color:#fff;
}
.product{
    padding-bottom:100px;
}
.pro_list{
    padding:20px 10px;
}
.pro_list a{
    display:block;
    margin-bottom:20px;
    background:#fff;
    position: relative;
    border:1px solid #eee;
}
.pro_list a img{
    display:block;
    width:100%;
}
.pro_list a p{
    width:100%;
    height:35px;
    line-height:35px;
    font-size:14px;
    color:#333;
    text-align: center;
    border-top:1px solid #eee;
}

.inset_title{
    text-align: center;
}
.inset_title h1{
    font-size:18px;
    color:#444444;
    line-height:30px;
}
.inset_title p{
    color:#666;
    font-size:13px;
    line-height:20px;
}
.inset_title i{
    display:block;
    width:50px;
    height:1px;
    background: #3891fe;
    margin:10px auto 0;
}
.inset_title .date{
    background: url(../images/icon_date.png) no-repeat left center;
    color:#b5b5b5;
    padding-left:20px;
}

#about{
    padding:20px 10px;
}
#about .con{
    margin-top:20px;
}
#about .con p{
    line-height:24px;
    text-indent: 2em;
    color:#333;
    margin-bottom:10px;
}
#about .con p strong{
    color:#3088ff;
    font-size:20px;
}

#culture{
    padding:20px 10px;
    background: url(../images/culture_bg.jpg) no-repeat center;
    background-size:cover;
    padding
}
#culture .inset_title h1{
    color:#fff;
}
#culture .con{
    color:#fff;
    line-height:24px;
    text-align: center;
    margin-top:20px;
}
#culture .con h2{
    font-size:20px;
}
#culture .con span{
    color:#3088ff;
}
#honor,#processing,#turn{
    padding:20px 0 30px 0;
}
#honor,#processing{
    border-bottom:2px solid #f9f9f9;
}
.honor-swiper,.processing-swiper,.turn-swiper{
    width:100%;
    overflow:hidden;
    position: relative;
    margin-top:20px;
}
.about_menu a{
    width:240px;
}
.bg1{
    background:#fff;
}
.order{
    padding:20px 0;
}
.order img{
    display:block;
    width:100%;
}
.border_btn{
    display:block;
    width:200px;
    height:30px;
    line-height: 30px;
    text-align: center;
    background:#3088ff;
    color:#fff;
    margin:0 auto 20px;
    margin-top:20px;
}
.border_btn:active{
    opacity:.8;
}
.technical{
    padding:20px 10px;
}
.technical a{
    display:block;
    margin:20px auto 0;
    width:200px;
}
.technical a p{
    font-size:14px;
    color:#3088ff;
    text-align: center;
    line-height:30px;
    text-decoration: underline;
}
.technical a:hover p{
    opacity:.8;
    filter:alpha(opacity=80);
}

.news{
    padding:20px 0;
}
.news .index_news{
    margin-top:20px;
}
.pro_detail{
    padding:20px 10px;
}
.pro_detail .con{
    margin-top:20px;
}
.pro_detail .pro_img{
    width:100%;
    position: relative;
    border:1px solid #eee;
}
.pro_detail .pro_img a{
    display:block;
    width:80px;
    height:30px;
    background:#3088ff;
    color:#fff;
    text-align: center;
    line-height:30px;
    position: absolute;
    top:0;
    right:0;
}
.pro_detail .pro_img a:active{
    opacity:.8;
}
.pro_detail .pro_img img{
    display:block;
    width:250px;
    margin:0 auto;
}
.pro_detail .type{
    line-height:22px;
    padding:5px;
    text-align: center;
    background:#3088ff;
    color:#fff;;
    word-break: break-all; 
    word-wrap:break-word;
}
.pro_detail .intro{
    margin-top:10px;
}
.pro_detail .intro img{
    display:block;
    width:100%;
}
.pro_detail .intro p{
    color:#333;
    font-size:14px;
    font-weight: bolder;
}
.news_detail{
    padding:20px 10px;
}
.news_detail .inset_title{
    font-size:16px;
    line-height:20px;
}
.news_detail .con{
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #eee;
    line-height:24px;
    color:#333;
}
.news_detail img{
    max-width:100%;
}

.jobs{
    padding:20px 0;
}
#jobs_table {
    width:100%;
    color: #333;
    margin-top:20px;
    border-collapse: collapse;
    border-spacing: 0;
    color:#333;


}
#jobs_table tr {
    border-bottom: 1px solid #eee;
    
}
#jobs_table th{
    background: #3088ff;
    color:#fff;   
    vertical-align: middle;
}
#jobs_table td{
    vertical-align: middle;
    padding:5px 2px;
    font-size:12px;
}
#jobs_table tr  a{
    color:#3088ff;
    font-size:12px;
    text-decoration: underline;
}
#jobs_table tr  a:active{
    opacity:.8;
    filter: alpha(opacity=80);
}
.cv{
   padding:20px 10px;

}
.cv_line{
    padding:5px 0;
}
.cv_line p{
    line-height:30px;
    font-size:14px;
    color:#333;
}
.cv_line p i{
    color:red;
}
.cv_line input,.cv_line textarea{
    width:100%;
    height:40px;
    line-height:40px;
    background:#fff;
    border:1px solid #ccc;
    border-radius:2px;
    padding:0 10px;
    color:#333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cv_line  .error{
    background: url(../images/icon_error.png) no-repeat left center;
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #cf0820;
    display: none;
    background-size: 10px;
}
.cv_line label{
    float:left;
    margin-right:20px;
    line-height:40px;
    color:#333;
}
.cv_line label input{
    width:20px;
}
.upload_text{
    float:left;
}
.cv_line  .upload {
    float:left;
    position: relative;
    height: 30px;
    width: 130px;
}
.cv_line  .upload_btn {
    width: 130px;
    height: 30px;
    background: #3088ff;
    border: none;
    position: absolute;
    top: 0;
    left: 0px;
    cursor: pointer;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.cv_line .file {
    position: absolute;
    top: 0;
    left: 0px;
    height: 30px;
    filter: alpha(opacity:0);
    opacity: 0;
    width: 130px;
    cursor: pointer;
}
.cv_line textarea{
    line-height:18px;
    height:100px;
}
.cv_line #code{
    width:100px;
    text-align:center;
    float:left;
}
.cv_line .code_img{
    float:left;
    height:40px;
    margin-left:10px;
}
.cv_line .cv_btn{
    width:100%;
    height:40px;
    line-height: 40px;
    text-align: center;
    background:#cf0820;
    color:#fff;
    font-size:14px;
    font-weight: normal;
    border:none;
    margin:10px 0 5px 0;
}
.cv_line .tip{
    line-height:15px;
    font-size:10px;
    color:#666;
}
.contact{
    padding-top:20px;
}
.contact .con{
    color:#333;
    padding:20px 10px 10px 10px;
    max-width:350px;
    margin:0 auto;
}
.contact .con h1{
    line-height:30px;
    color:#3891fe;
    font-size:16px;
}
.contact .con p{
    line-height:22px;
    color:#333;
    margin-bottom:10px;
}

.contact .con p img{
    width:20px;
    float:left;
    margin:5px 5px 0 0;
}
.BMap_Marker{
    background: url(../images/icon_map.png) !important;
}
.iw_poi_title{
    color:#3088ff !important;
}
.BMapLabel{
    background:#3088ff !important;
    color:#fff !important;
    border:none !important;
}


