﻿@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family:Microsoft YaHei,arial,'宋体'; color: #666; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none; 
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}

ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
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{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;}
a:hover{ color: #15182B;text-decoration: none;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
/*全局样式*/

/*头部*/


/*
 .nav-3 为demo编号
 */

/* Bootstrap默认优先手机 */
.nav-3{width:1580px; max-width:100%; margin:0 auto;}
.SubNav li a{display: block;padding:10px;}
.SubNav li a:hover{/*color:#fff;*/text-decoration: none;/*background: #861c3e;*/}
.nav-3 .navbar{ background: none; border: 0 none; margin-bottom: 0;}
.nav-3 .topnav{ padding-top: 0px; padding-bottom: 10px; overflow: hidden;}
.nav-3 .topnav ul{ float: right; overflow: hidden;}
.nav-3 .topnav li{ float: left; padding-left: 10px; font-size: 12px;}
.nav-3 .topnav li a{ color: #fff;}
.nav-3 .navbar-header{ background: #fff;}
/*小屏影藏分享、第三方系统链接和搜索*/
.nav-3 .share,
.nav-3 .searchbox{ display: none;}

.nav-3 .navbar-brand{ display: block; height: auto; padding: 5px 3px;}
.nav-3 .navbar-toggle{ margin-top: 12px; margin-bottom: 12px;}

/*小屏隐藏二级菜单*/
.nav-3 .navbar-nav .subnav{ display: none; position: relative;z-index: 999;}

.nav-3 .navbar-nav>li.active>a,
.nav-3 .navbar-nav>li>a:hover{ background: #861c3e; color: #fff;}
.nav-3 .navbar-nav li .subnav{}
.nav-3 .navbar-nav li .subnav a{ }
.container-fluid{padding:0 2%;}

/*补*/
.nav-3 .asystem{ display:block;}
.nav-3 .navbar .asystem{ display: block; float: right; height: 39px; line-height: 39px; margin: 10px 0; }
/*.nav-3 .navbar .youxiang{display: block; float: right; height: 39px; line-height: 39px; margin: 10px 0;border: 1px solid #ccc; border-radius: 39px; width: 40px; background:url(../images/youxiang.png) no-repeat center; margin-right: 10px;}
.nav-3 .navbar-nav{ padding-right: 100px;}*/
.nav-3 .navbar .asystem{  color: #999; position:absolute; padding: 0 20px;/*border-left:1px solid #dbdbdb;*/ cursor:pointer; top: 12px;
right: 50px;}
   .nav-3 .navbar .asystem dl{ position:absolute; top:49px; left:0; width:100%; text-align:center; background:#fff; color:#333;z-index:9}
   .nav-3 .navbar .asystem dd a{ display:inline-block; padding:10px; color:#666; }
   

/*============================ @media 屏幕适应 ===============================*/
/* 超小屏幕（手机，小于 768px） */
@media (min-width:640px){
   
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px ) {
   .nav-3 .topnav{ padding-top: 23px; padding-bottom: 10px;}
   .nav-3 .topnav a{ font-size: 14px;}
   .nav-3 .topnav a:hover{ text-decoration: underline;}
   .nav-3 .navbar-collapse{ padding: 0; float: left;}
   .nav-3 .navbar-nav > li{ position: relative;}
   .nav-3 .navbar-nav > li > a{ padding: 0 3px; height: 59px; line-height: 59px;}
   .nav-3 .navbar-nav li .caret,
   .nav-3 .navbar-nav li .subnav{ display: none; position: absolute;left: 0; top: 59px; width: 100%; z-index: 999;}
  .nav-3 .navbar .asystem {
  top: 32px;
    right: 11px;
     padding: 0;
     font-size:13px;
}
}
@media (min-width:800px ) {
.nav-3 .navbar .asystem {
     padding: 0;
    top: 32px;
    right: 11px;
}
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:1024px ) {
   .nav-3 .navbar-nav > li > a{ padding: 0 17px;}
   .nav-3 .navbar-nav .subnav{ position: absolute; left: 0; top: 59px; width: 100%; background: #E5B200; z-index: 999;}
   .nav-3 .navbar-nav li .subnav a{ padding: 0; color: #fff; text-align: center; font-size: 12px; height: 30px; line-height: 30px; background: url(../images/subnav_silder.png) no-repeat 10px center;}
   .nav-3 .navbar-nav li .subnav a:hover{ background: url(../images/subnav_silder.png) no-repeat 10px center #9A773B;}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
   /*大屏显示分享和第三方系统入口*/
   .nav-3 .share,
   .nav-3 .navbar .asystem{ display: block; float: right; height: 39px; line-height: 39px; margin: 10px 0; }
    .nav-3 .navbar .youxiang{display: block; float: right; height: 39px; line-height: 39px; margin: 10px 0;border: 1px solid #ccc; border-radius: 39px; width: 40px; background:url(../images/youxiang.png) no-repeat center; margin-right: 10px;}
   .nav-3 .navbar-nav{ padding-right: 100px;}
   .nav-3 .navbar .asystem{  color: #999; position:relative; padding: 0 20px;border-left:1px solid #dbdbdb; cursor:pointer;top:0; }
   .nav-3 .navbar .asystem dl{ position:absolute; top:49px; left:0; width:100%; text-align:center; background:#fff; color:#333;z-index:9}
   .nav-3 .navbar .asystem dd a{ display:inline-block; padding:10px; color:#666; }
   /*搜索*/
   .nav-3 .searchbox{ width: 39px; height: 39px; position: relative; display: block; margin: 10px 20px 10px 0; float: right;}
   .nav-3 .searchbox .searchbtn{ display: block; width: 100%; height: 100%; text-align: center; line-height: 39px; cursor: pointer; color: #BBB; padding: 0 5px; border: 1px solid #ccc; border-radius: 40px; }
   .nav-3 .searchbox .search{ position:absolute; right:0; top:44px; width:200px; border: 1px solid #ccc; background: #fff; overflow: hidden; display: none;}
   .nav-3 .searchbox .search .sreach_ipu{ width:90%; padding: 10px;}
   .nav-3 .searchbox .search .sreach_btn{float:right; display: block; width:10%; height:40px; background:url(../images/search_btn.png) no-repeat center center;}
   
   /*分享*/
   .nav-3 .share{ border-left: 1px solid #ccc; padding-left: 10px;}
   .nav-3 .share a{ width: 20px; height: 18px; margin: 10px 10px 10px 0;}
   .nav-3 .share .bds_tsina{ background: url(../images/sina.jpg) no-repeat left top;}
   .nav-3 .share .bds_weixin{ background: url(../images/weixin.jpg) no-repeat left top;}
   
}
@media (min-width:1580px) { 
  .container-fluid{padding: 0;}
}
/*头部*/

/*底部*/
.bottom{background:#f4f4f4;}
.bottom_ditu{width:1200px; max-width:100%;margin: 0 auto;}
.bottom_ditu dl{ float: left; width:33.3%; margin-top: 30px;text-align: center;}
.bottom_ditu dl dt,.bottom_ditu dl dd{margin-bottom: 10px;}
.bottom_hide{display: none;}
.bottom_ditu dl dt a{color:#333;}


.bottom .Links{padding:18px 0; border-bottom: 1px solid #ececec;width:1200px; 
  max-width:100%; margin:0 auto;padding:0 2%;overflow: hidden;}
.bottom .Links em{font-style: inherit; padding: 0 10px;}
.bottom_bottom{width:1200px; max-width:100%; margin:0 auto;padding:1% 2%; }



/*.bottom_bottom .Copyright{margin-bottom: 10px;}*/
.WeChat{float: right; line-height: 36px;}
.WeChat span{line-height: 36px; padding:0 5px; display:inline-block; height: 36px; vertical-align: top;}
.WeChat a{line-height: 36px; display:inline-block;vertical-align: top; width: 36px;
   height: 36px; background:url(../images/erweima.png) no-repeat center; position: relative;}
.bdsharebuttonbox{float: left;}
.Copyright b{display: inline-block; background:url(../images/gh.png) no-repeat left center;width:20px;
height:20px;}

.WeChat img{ width: 100px; height: 100px; max-width: none; position: absolute; bottom: 36px; right: 0;; display: none;}
.bottom_ditu{padding: 0 2%;}
@media (min-width:640px){

.bottom_ditu dl{ float: left; width: 33.33%; }
.bottom_hide_1{ display: none; }
.bottom_hide{display:block;}
.WeChat a:hover img{display: block;}
   
}
@media (min-width:640px){
.bottom_ditu dl{ float: left; width:16.6%;} 
}
@media (min-width:768px){
   .bottom_hide{display:none;}
  
  
  .bottom .Links{padding:18px 2%;}

}
.Copyright{}
@media (min-width:1024px ) {
      
.Copyright{padding: 0.5% 0;}
.bottom_ditu dl{float: left; width:19%;text-align:left;padding-left:6%;} 
.bottom_fenxiang{float: right;}

}

@media (min-width:1580px){
   .bottom_bottom{padding:0;}
   .bottom .Links{padding:18px 0;}
   .bottom_ditu{padding:0;}
}




/*底部*/






/*banner*/


/* Bootstrap默认优先手机 */
.homeban-2{ position:relative; padding:0; margin:0 auto; overflow: hidden;}
.homeban-2 .banlist,
.homeban-2 .banlist li,
.homeban-2 .banlist li img{ width:100%;}

/*tab导航*/
.homeban-2 .tablist{ position:absolute; left:50%; margin-left: -16px; bottom:5%; overflow: hidden;}
.homeban-2 .tablist li{ cursor:pointer; display:inline-block; width:8px; height:8px; border-radius:8px; background:#BC3147; margin-right:3px; float: left;}
.homeban-2 .tablist li.on span{ background: #fff; display: block; width: 6px; height: 6px; border-radius: 4px; margin: 1px;}


/*============================ @media 屏幕适应 ===============================*/
/* 超小屏幕（手机，小于 768px） */
@media (min-width:640px){
   .homeban-2 .tablist{ margin-left: -30px;}
   .homeban-2 .tablist li{ width: 12px; height: 12px; border-radius: 12px; margin-right: 8px;}
   .homeban-2 .tablist li.on span{ margin: 3px;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width:768px ) {
   
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:1024px ) {
   
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
  
}

/*banner*/



/************************** 以下是页面样式 *************************/
/*首页*/

.index_list{
   background:#fafafa;
   padding: 0 5%;
}

.index_list{  }

.index_list li{}
.index_list li{text-align: center;}
.index_list li a{display: block; padding:20px 10px 0;}
.index_list img{margin-bottom: 10px;}
.index_list h2{font-size: 20px; color:#333;}
.index_list p{font-size: 14px; color:#999;}

@media (min-width:768px ) {
  /* .index_list li{padding:20px 0 0;}*/
   .index_list .right{float:right; width: 49%;padding-left: 1%; text-align: left;padding-top: 5%;}
   .index_list .left{float:left; width: 50%; text-align: center; margin-right: 0%; }

}

@media (min-width:1024px ) {
   .index_list li{ float: left; width: 33.33%;}
    .index_list li a{border-right:2px solid #fff;}
    
}

/*首页*/
.Contain{width:1200px; max-width:100%; margin:30px auto;}
.Contain p{line-height: 25px;}
@media (max-width:1220px ){
.Contain,.Current{padding:0 2%;}

}

/*关于我们*/

.Banner{height: 250px; padding-top: 50px; }
.Current{width:1200px; max-width: 100%; margin: 20px auto; font-size:12px; color:#959595;
text-align: right;}
.Current a{color:#959595;}
.Current span{ color: #851c3e; }

.current_bottom{min-height: 40px;
}
.current_bottom h2{font-size: 18px; color: #333;margin: 0; line-height: 40px; float: left;}
.Menulist{width:1200px; max-width: 100%; margin:0 auto;}

.current_bottom ul{ display: none;}
.current_bottom ul li{ line-height: 40px;/*padding: 0 8px;*/}
.current_bottom ul li a{display: block;padding:0 8px;}
.current_bottom ul li:hover{background: #fff;}

.current_menu{display: block; width: 30px; height: 30px; background:url(../images/yuannav.png) no-repeat center; float: right; margin-top: 5px;}


@media (min-width:768px ) {
  .current_menu{display: none;}
  .current_bottom ul{ display:block; float: right;}
  .current_bottom ul li{ line-height: 40px;/*padding: 0 8px; */float: left;}
/*  .current_bottom ul li a{}*/
  .zj_clear{display: none;}
  .current_bottom ul li:hover{background: #fff;}
  

}

@media (min-width:1024px ){
  .Banner_box{padding:0 }
}





.about_ul{margin-top: 50px;}
.about_ul li{margin-bottom: 30px; text-align: center;}
.about_ul li a{ position: relative; display:inline-block; }
.about_ul li a span{display:inline-block;width: 100%; height: 100%; position: absolute; top:0; left:0; background:red; opacity: 0; transition: all .3s;}
.about_ul li a:hover span{opacity: .3; }

@media (min-width:768px ) {

  .about_ul li{float: left; width: 50%;}
}
@media (min-width:1024px ) {
  .about_ul li{float: left; width: 25%;}
  .zj_about_ul{display: none;}
}


/*关于我们*/
/*发展历程*/
.growth_box{
    padding-top: 70px;
    background: url(../images/faz.png) no-repeat 88px 45px;
}

.growth_box_left{ 
  float: left;

}
.growth_box_right{float: left; padding:0px 20px 20px; min-height: 50px; width: 200px;}

/*.growth_box ul{background: url(../images/fz_bg.png) repeat-y right top;
  width: 100px; text-align: right; }*/

.growth_box ul{padding-top: 40px;background: url(../images/fz_bg.png) repeat-y 100px top;}
.growth_box ul li { min-height: 50px;}
.growth_box ul li h3{font-size: 18px;padding-right: 20px; position: relative;  height: 40px;
  width: 100px; text-align: right; margin: 0;}
.growth_box ul li h3 i{display: block; width: 13px; height: 13px; background: url(../images/fz_icon.png) no-repeat center; position:absolute; top: 5px; right:-6px;}

.growth_box ul li dl{min-height: 50px;}


.growth_box ul li h4{font-size: 16px;padding-right: 20px; position: relative;
  width: 100px; text-align: right; margin: 0;}
.growth_box ul li h4 i{display: block; width: 13px; height: 13px; background: url(../images/fz_icon_1.png) no-repeat center; position:absolute; top: 5px; right:-7px;}


@media (min-width:640px ) {

.growth_box_right{width:80%;}
}





.growth_title{font-size: 24px;color: #333;font-weight:bold;text-align: center;margin: 40px 0 0;}


.growth_box{display: none;}
.growth_title{margin: 40px 0 80px;}
.growth_box1{display: block;max-width: 1000px;margin: 0 auto;}

#main{ width:100%;position: relative;    margin-top: 20px;}
#timeline {max-width:1200px;overflow: hidden;margin: 0px auto;position: relative;
  height:98px;background: #fff;border:1px solid #DDDDDD;}
#timeline .hd{margin:0px 5%;height: 78px;background:url(../images/line_14.jpg) repeat-x left 54px; }
#dates {height: 100px;overflow: hidden; /*margin:0 8%;*/}
#dates li{float: left; height: 78px;font-size: 24px;text-align: center;background:url(../images/icon_08.png) no-repeat right center;}
#dates li a{color:#666666; font-size: 16px; font-family:"微软雅黑";line-height: 51px; display:block;height: 78px;
    background:url(../images/dot.jpg) no-repeat center 47px;
  }
#dates li a.even{}
#dates a{line-height: 16px;padding-bottom: 29px; height:65px; }
#dates li a:hover,#dates li a.selected{text-decoration: none; font-weight:bold; 
  color:#861c3e;background:url(../images/cur.png) no-repeat center 46px;}

.DateContent h5{background:url(../images/big.jpg) no-repeat left center; padding-left:30px; color:#008FD7; font-size:24px; font-weight:bold;  line-height:18px;}
.block{display:block !important;}
.DateContent ul{display:none;}
.bx-viewport{ height:78px !important; }
.DateContent li{font-size:14px; color:#666; margin-bottom:2%;/*white-space:nowrap;*/ text-overflow:ellipsis; }
.DateContent .Font h4{font-weight:bold;font-size:17px;margin-top: 17px;}
.DateContent .Font h4 a{color: #124189;}
.DateContent .Font p{color: #999;font-size:14px;line-height: 26px;}
.DateContent .Font span{font-size: 16px;color: #f8c057;display: block;text-align: right;}
.DateContent li div div{padding:0 5%;}
.DateContent .Right h4{font-size: 17px;font-weight: bold;margin-top: 17px;}
.DateContent .Right h4 a{color: #124189;}
.DateContent .Right p{color: #618bad;line-height: 24px;margin-bottom: 70px;margin-top: 19px;}
.DateContent .Right .More{display: block;border-radius:30px; background: #f8b62c;width: 149px;height: 32px;line-height: 32px;color: #fff;font-size: 13px;text-align: center;}
#timeline .hd .bx-prev{left: 20px;background: url(../images/icon1_03.png) no-repeat;}

#timeline .hd .bx-next {right: 20px;background: url(../images/icon_03.png) no-repeat;}

#timeline .hd .bx-prev:hover{background: url(../images/icon_05.png) no-repeat;}

#timeline .hd .bx-next:hover {background:  url(../images/icon1_05.png) no-repeat;}

#timeline .hd .bx-controls-direction a {
position: absolute;
top:36%;
outline: 0;
width: 33px;
height: 33px;
text-indent: -9999px;
z-index: 9999;
font-family:"宋体";
font-weight: bold;
font-size: 20px;color: #444;
}
#timeline .bx-pager-item{display:none;}
/*#timeline .bx-controls{display: none;}*/
.DateContent{background: url(../images/fl_54.png) repeat-y left top;}
.DateContent .ul{min-height: 79px;margin-bottom: 51px;}
.DateContent .h1{padding-left: 11px;height: 79px;line-height: 70px;margin: 0 0 40px 0;
  text-align: left;color:#861c3e;font-size:18px;font-weight:bold;}
.DateContent li{margin-top: 40px;}

.DateContent li h2{font-size:24px;}
.DateContent li p{font-size:14px;text-indent: 0;color:#666;}
.DateContent li{padding-left:21%;text-align:left ;margin-left: 22px;position:relative;}
.DateContent li span{position:absolute;left:0px;  display: block;width:55px;height: 24px;color: #333;
    font-size: 16px;padding-left: 20px;
background:url(../images/fz_icon_1.png) no-repeat left center;}

@media screen and (min-width:1000px){
  .DateContent .ul{ padding: 0 9px;margin: 0 auto;margin-bottom: 51px;}
.DateContent{background: url(../images/fl_54.png) repeat-y center top;}
.DateContent .ul{min-height: 79px;}
.DateContent .h1{text-align: center;padding-left: 0;margin-bottom: 40px;    
background:url(../images/fz_icon.png) no-repeat 47% center;    padding-right: 135px;
    padding-top: 5px;}
.DateContent li{margin-left: 0;margin-top: 0;width: 440px;padding: 0;padding:0 40px;position:;}
.DateContent li img{width: 100%;}
.DateContent .growth_box1_left{width:480px;padding-right:95px;text-align: right;margin-top:30px;
    float: left;}
.DateContent .growth_box1_left span{left: 420px;}
.DateContent .growth_box1_right{width:480px;padding-left:95px;text-align:left ;float: right;}
.DateContent .growth_box1_right span{background:url(../images/fz_icon_1.png) no-repeat right center;}
.growth_more{font-size:18px;color: #861c3e;text-decoration:underline; display: block;width: 70px;height: 53px;margin: 0 auto;text-align: center;line-height:70px; background:#fff url(../images/fz_95.png) no-repeat;}

.DateContent li span{padding-left: 0;}
}
@media screen and (min-width:1200px){



}

/*发展历程*/
/*产品中心*/
.product_banner{
  text-align: right;
}

.current_txt{border-bottom: 1px solid #ccc; height: 50px;}
.current_txt h3{font-size: 18px; color: #333; margin: 0; line-height: 50px;}
.current_txt h3 a{float: right;font-size: 12px;}

.product_list{ margin-top: 40px; }

.product_list2{padding:0 2%; }
.product_list2 h3{font-size: 18px;color: #333;margin: 0;line-height: 50px;}
.product_list li{text-align: center; margin-bottom: 20px;    width:49%;
    margin-right: 2%;float: left;}
.product_list li:nth-child(2n){margin-right:0;}
.product_list li:hover img{border:1px solid #861c3e;}
.product_list li:hover a{color: #861c3e;}

.product_list li a img{border:1px solid #ccc;}
.product_list li h3{text-align: center; font-size: 16px; font-weight: normal; height:15px; height:34px; overflow:hidden;}

.product_tab{text-align: center;}


@media (min-width:640px ) {
  .product_list li {float: left; width:31%;}
  .product_list li:nth-child(2n){margin-right:2%;}_
  .product_list li:nth-child(3n){margin-right: 0;}_

}

@media (min-width:768px ){

   .num{display:inline-block;}
}

@media (min-width:1024px ){
   .product_list1 li a{display: block;width: 80%;margin: 0 auto; position: relative;}
   .product_list1 li a img{width: 100%;}
   .product_list1 li a h3{position: absolute;width: 100%;background: #000;color: #fff;height: 35px;line-height: 35px;opacity: .5;bottom: 0px;padding: 0;margin: 0}}
.product_tab  .p_page{text-align: center;}
.product_tab {overflow: hidden; height: 50px; line-height: 50px; margin-bottom: 50px;}
.product_tab  .p_page a{padding:6px 12px; border:1px solid #EDEDED;text-decoration:none; 
transition:  all .3s; color:#666; font-size:12px; background: #fff;margin:0 3px;}

.product_tab  .p_page a:hover,.product_tab  .p_page a.a_cur{background: #861c3e; color:#fff;
}
.product_tab  .p_page .a_first,.a_end{display: none;}
.num{ font-style: inherit;}
.product_tab2{padding:0 2%;}
}
@media (min-width:640px ){

   .num{display:inline-block;}
}


.product_info{padding-top: 40px;}
.product_info p{text-indent: 0em;}
.product_info .left{ text-align: center; }
.product_info .left img{border:1px solid #EBEBEB;}
.product_info .right {padding-top:15px;}
.product_info .right h4{font-size: 16px; color:#861c3e; text-align: center;}
.product_info .right ul li{float: left; display: inline-block; }
.product_info .right ul li a{padding:0 10px 10px;   color:#861c3e; display: block; text-decoration: none;}
.product_info .right ul li a span{font-size: 30px; line-height: 40px; position: relative; top: 5px;}
.product_info .right p{text-align: center;}
.product_info .right .Online{display: block; margin:20px auto; width: 95px;height: 28px; border-radius: 28px; background: #881c3e;color:#fff; text-align:center; line-height: 28px;}
.product_info .right .Jg{margin-bottom:25px;}

.product_info .right .Jg li{list-style: none;
 background: url(../images/red.jpg) no-repeat left center;margin-right:15px;
padding-left:10px;    clear: both;float: none;font-size:14px; color:#861c3e}
@media (min-width:640px ){
.product_info .left{float: left;margin-right: 27px;}
.product_info .right{float: left;}
.product_info .right .Online{margin:10px 0;}
.product_info .right p{text-align:left; }
.product_info .right h4{text-align: left;}
   
}


.product_info_nav{}
.product_info_nav ul li{float: left;}
.product_info_nav ul li{position: relative; z-index: 100; border-radius: 5px 5px 0 0;padding:5px 10px 0;}
.product_info_nav ul li a{ border-radius: 5px 5px 0 0;text-decoration: none;cursor: pointer;
color:#333;}
.product_info_nav ul li.on{
   border:1px solid #ccc;
   border-bottom:1px solid #fff;
}
.product_nav_txt{
  border-top:1px solid #ccc; 
  position: relative;
  top:-1px;
  z-index: 99;
  padding-top:20px;
}
.product_nav_txt p{text-indent: 0em;}
.product_nav_tx{}

.product_nav_txt img{ margin: 3% 0 10%; }

@media (min-width:640px ){
  .product_info_nav {margin-top: 40px;}
  .product_info_nav ul li{padding:10px 20px;}
}

.Join_us{line-height: 40px; background: #861c3e;color: #fff; padding:1% 2%; margin: 30px 0;}
.Join_us p{margin: 0;}
.Join_us a{color:#fff;}


@media (min-width:768px ){
  .Join_us p{float: left;}
  .Join_us p.youx_p{float:right;}
}

.Join_txt .title{ height: 40px; padding:0 2%; background: #fff url(../images/down.png) no-repeat 98% center;}
.Join_txt li {margin-bottom: 30px;}
.Join_txt li.on .title{ background: #fff url(../images/up.png) no-repeat 98% center;}
.Join_txt li .title h3{
  font-size: 14px;color:#333333; line-height:40px;
}
.Join_txt li.on .title h3{
  color:#861c3e; 
  font-weight: bold;
}

.cont{display: none; padding:2%;}
/*.Join_txt li.on .cont{display: block;}*/
.cont p{text-indent: 0em;}
.cont h3,.cont h4{font-size: 14px; color: #333;}
.cont dd{border-bottom: 1px dotted #ccc;}

@media (min-width:640px ){
  .Join_txt ul li .cont dd h4{float: left; margin-right:4%;}
}
.cooperation{padding: 30px 0;}

.cooperation_left{text-align: center;}
.cooperation_right h3{text-align: center; color: #861c3e; font-size: 16px;}
.cooperation_right .more{display: block; width: 88px; height: 29px; border-radius: 2px;
  text-align: center;
  line-height: 29px;
  margin:20px auto;
 border:1px solid #861c3e; color: #861c3e;}

 @media (min-width:1024px ){
  .cooperation_left{float: left; width: 50%;}
  .cooperation_right{float:right; width: 50%; position: relative;}
  .more_txt{display: none;}
  .cooperation_right h3{margin:0 0 10px 0; text-align: left;}
   .cooperation_right .more{position: absolute; bottom:0; left:10px; margin:0;}
}

 @media (min-width:1200px ){
  .cooperation_left{width: 40%;}
  .cooperation_right{width: 58%; position: relative;}
  .more_txt{display:block;}
   .cooperation_right .more{position: absolute; bottom:0; left:10px; margin:0;}

 }
/*产品中心*/
.picScroll-left{display: none;}

.picScroll-left .hd{ /*overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;*/  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block; float:right; height: 32px; width: 18px;  overflow:hidden;
 cursor:pointer; background:url(../images/right.png) no-repeat center; position: absolute; left:0; top:50px;}

.picScroll-left .hd .next{left:auto;  right: 0;background:url(../images/left.png) no-repeat center; }

.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{display:block;  padding:2px; border:1px dotted #ccc;  width:211px; height:123px; }
.picScroll-left .bd ul li:hover .pic a img{ border:1px solid #861c3e;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.picScroll-left .bd ul li .title a{text-decoration: none;}
.picScroll-left .bd ul li:hover .title a{color: #861c3e;}

.tempWrap{margin:0 auto;}

 @media (min-width:768px ){
  .picScroll-left .hd{display: block;}
  .picScroll-left{display: block; position: relative;}
 }


/*技术文档*/
.service_list{padding:30px 0;}
.service_list li{ background: #f3f3f3; padding:5px; }
.service_list li.odd{background: #fff;}
.service_list h2{font-size: 14px; color: #555;  margin-top: 5px;}
.service_list a{display: block; width: 120px; height: 30px; 
  text-decoration: none;
  border:1px solid #881c3e; color: #881c3e; text-align:center; line-height: 30px;}


 @media (min-width:640px ){
   .service_list  ul li{height: 50px; padding: 0 2%;}
  .service_list h2{float: left; line-height: 50px; margin: 0;}
  .service_list a{float: right; position: relative; top:10px;}

 }
/*技术文档*/
.contact_box{padding:2% 0;}
.contact_dt{height: 324px; margin-bottom: 40px;}

.contact_box a{display:block; padding-left: 40px; text-decoration: none;/* height: 40px;*/ line-height: 40px;}
.contact_box a.tel_icon{font-size: 24px; color:#861c3e; background: url(../images/tel.png) no-repeat 0px center; font-weight: bold;}
.contact_box a.youx_icon{ background: url(../images/youx_1.png) no-repeat 0 center; font-size:16px; color:#666; font-weight:bold;}
.contact_box a.dz_icon{background: url(../images/diz.png) no-repeat 0 center; font-weight:bold; font-size: 12px; clear: #cac6c5;}
 @media (min-width:640px ){
  .contact_box a.dz_icon{font-size: 14px;}
 }


.contact_dt div img{max-width: none;}

.SubNav{display:none;position:absolute;z-index: 30; width: 784px;text-align: center;}
.SubNav img{width: 50px;height: 50px; -webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-o-transform:all 0.5s ease-in-out;}
.SubNav a:hover img{-webkit-transform:scale(1.1);-moz-transform: scale(1.1);-o-transform:scale(1.1);}
.SubNav b{display: block;font-weight:normal;}
.SubNav li{float: left;margin-right: 10px;min-width: 104px;}


/*新增*/
.Rightcon{width:100%;background:#F6F6F6;padding:1% 3%;}
.Rightcon .map{height:610px;}
.Leftcon{width:100%;margin-bottom:20px;}
.Leftcon .Leftlist h2{color:#fff; font-size:22px; font-weight: bold;background:#851C3E url(../images/side_bg.jpg) no-repeat right
  bottom;height:98px;border-radius:50px 0 0 0; text-indent:45px;padding:30px 0;margin:0; position:relative;}
.Leftcon .Leftlist h2 p{color:#fff; font-size:10px; text-transform:uppercase;font-weight: normal;}
.Leftcon .Leftlist .ul{background: #F6F6F6;padding:3% 2% 20% 4%;border-radius: 0 0 50px 0;}
.Leftcon .Leftlist li{padding:3% 0;border-bottom:1px solid #D0D0D0;}
.Leftcon .Leftlist li a{display:block; background: url(../images/san.jpg) no-repeat 100% center;
color:666666; font-size:14px;}
.Leftcon .Leftlist li a.on,.Leftcon .Leftlist li a:hover{color:#861c3e;font-weight: bold;}
.current_bottom{margin-bottom:4%;}

 @media (min-width:768px ){
    .Leftcon{width: 21%; float: left;}
    .Rightcon{float: right; width:75.5%;}
    .Leftcon .Leftlist li{padding:6% 0;}
    .Leftcon .Leftlist .ul{padding: 3% 5% 52% 10%;
    }
 }
@media (min-width:768px ) and (max-width:979px ){.Leftcon .Leftlist h2 p{ display:none;}}
@media (min-width:980px ) and (max-width:1099px ){.Leftcon .Leftlist h2{ text-indent:20px;}}
.current_bottom{display: none;}
 .product_list li>a{ display:block;  padding:5px; border:1px solid #e6e6e6; }
 .product_list li img{ width:100%;}
.product_list li h3 a{ color:#333; font-size:14px;}
 @media (max-width:640px ){
  .bottom .bottom_ditu{display:none;}
  .Links{text-align:center;padding:15px 0 !important;}
  .Copyright{text-align:center;}
 }

 .Dynamiclist{padding:3% 0;}
 .Dynamiclist li{padding:2%; border:1px solid #DDDDDD;background:#FCFCFC;position: relative;}
 .Dynamiclist li .left img{width:100%; border:1px solid #DDDDDD;}
 .Dynamiclist li .right a{color:#383838;font-size: 16px; font-weight:bold;display: block; padding:2% 0;
 }
 .Dynamiclist li .right p{color:#757575; font-size:14px;text-indent: 0;
 overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
 .Dynamiclist li .right .line{width:40px; border-bottom:1px solid #323232;padding:1% 0;
  margin-bottom:3%;
 }
@media (min-width:640px ){
 .Dynamiclist li{cursor: pointer;margin-bottom:2%;}
 .Dynamiclist li .left{float: left; width: 29.65%;} 
 .Dynamiclist li .right{width:48%; float: left;margin-left:2%;}
 .Dynamiclist li .Li_ico{float:right;width:15%; border-left:1px solid #DDDDDD;
 position: absolute; top: 0; height: 100%;right: 0;}
 .Dynamiclist li .Li_ico a{display: inline-block; background: url(../images/li_ico.png) no-repeat center center;
 width:100%; height:42px;    position: absolute;
    top: 50%;
    margin-top: -21px;}
 .Dynamiclist li .right a{margin-top:3%;}
 .Dynamiclist li:hover .Li_ico{background:#851C3E;}
 .Dynamiclist li:hover .Li_ico a{background: url(../images/li_icoh.png) no-repeat center center}
}

.ContainAbout{padding-bottom:5%;}
.ContainAbout .h3{color:#851c3e; font-size:18px;padding: 2% 0;}
.ContainAbout .p{color:#4c4c4c; font-size: 14px;margin-bottom: 2%;}
.mapinfo .p{font-size:14px;color:#666;text-indent: 0;line-height: 16px;}
.mapinfo{border: 1px solid #DDDDDD;padding:15px;position:relative;}
.mapinfo span.ico{ background: url(../images/ico_l.jpg) no-repeat left top;position: absolute;
top:-13px; left:-12px;width: 69px; height: 27px;}
.Newsinfo{text-align: center;}
.Newsinfo h2.title{font-size: 24px;}
.Newsinfo p{font-size: 14px; border-bottom: 1px dashed #ddd;margin-bottom: 2%;padding:15px 0;}

.h1,.h2,.h3,.h4,.h5,.h6,.p{padding: 0; margin:0; font-weight: normal;}

.Serinfo{padding:3% 0;}
.Serinfo li{float: left; width: 31%; margin-right:2%;}
.Serinfo li:nth-child(3n){margin-right: 0;}

.Talent{position: relative;}
.Talent .text{position:absolute; bottom:5%; left:8%;}
.Talent h2{color:#851C3E; font-size: 24px; font-weight: bold; margin-bottom:4%;}
.Talent .line{width:40px; border-bottom:4px solid #851C3E;}
.Talent p{color:#851C3E; font-size: 18px;}

.slideBox{padding:2% 0;position: relative;}
.slideBox .bd li{text-align: center;}
.slideBox .bd li p{color:#851c3e; font-size:18px;padding:1% 0;}
.slideBox .bd li img{display: block; margin:0 auto;}
.slideBox a{display: inline-block;width:36px; height: 67px;position: absolute; top: 50%;
z-index: 999;background-size:100% !important;}
.slideBox a.prev{background: url(../images/right.jpg) no-repeat;left:0%;}
.slideBox a.next{background: url(../images/left_h.jpg) no-repeat;right:0%;}
.slideBox a.prev:hover{background: url(../images/right_h.jpg) no-repeat;}
.slideBox a.next:hover{background: url(../images/left.jpg) no-repeat;}
@media (min-width:1024px ){
.slideBox a{width: 67px;}
.slideBox a.prev{left: -4%;}
.slideBox a.next{right: -4%;}
}

.Cooplist{padding:3% 0;}
.Cooplist li{float: left;width: 49%; margin-right: 2%;text-align: center;margin-bottom:2%;}
.Cooplist li a p{text-align: center; padding: 1.5% 0;font-size:12px; color:#333;}
.Cooplist li a img{border:1px solid #ddd;}
.Cooplist li:hover a img{border:1px solid #861C3E;}
.Cooplist li:hover a p{color:#861C3E;}

.Advant_up{padding:3% 2%;}
.Advant_left img{width:218px; height: 242px;text-align:center; display: block;margin:0 auto;}
.Advant_right h2{color:#878787; font-size:20px;text-align:center;margin-bottom:2%;}
.Advant_right h2 b{color:#861c3e;font-size: 22px; display: inline-block; padding-right:10px;}
.Advant_right li{color:#878787; font-size:14px; background: url(../images/fan.jpg) no-repeat left center;
padding:4px 0 4px 15px;}

@media (min-width:640px ){
  .Advant_left{float: left;width:38%;}
  .Advant_right{float: right; width:60%;}
  .Advant_left2{float: right;}
  .Advant_right2{float: left;}
  .Advant_right2 h2{text-align: left;}
}

@media (min-width: 640px){
.other_list{margin-top: 40px;}
.other_list li{width: 20%;float: left;padding:0 1%;text-align: center;}
.other_list li>a{display: block;padding: 5px;border: 1px solid #e6e6e6;}
.other_list li h3{font-size:14px;margin-top: 6px;margin-bottom: 20px;}


}
.map1{display: none;}
@media (max-width: 968px){
  .map1{display: block;}
  .map{display: none;}
}




