@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family:'Microsoft YaHei',arial; color: #666; width: 100%; zoom:1;
	 font-size: 14px; /*字体大小*/
/*禁用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{text-decoration: none;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
.container {width:100%;margin:0 auto; max-width: 1600px;}
@media screen and (min-width:1200px ){
    .container {width:98%;margin:0 auto;}
}
/*全局样式*/
.Home_lunbo {width:96%;display: block;}
.w1200{width:96%;display: block;margin:0 auto;}
.w1100{width:85%;display: block;margin:0 auto;}
.lf{float: left;}
.rt{float: right;}
.ul,.ul li ,.ul li p{ list-style:none;padding:0px; margin:0px;}
.h1,.h2,.h3,.h4,.h5,.h6,.p,.h{ padding:0px; margin:0px;list-style:none;font-weight: normal;}
.navbar{margin-bottom:0 !important;}
/** head **/
.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}
.nav > li > a {font-size:16px;color: #333333 !important;padding: 10px 10px;
    display: inline-block !important;line-height: 46px !important;}
   /** banner **/
.banner .slick-list{}
.banner .slick-slide{height:650px; width:100%; float:left}
.ban_wx{width:234px; height:179px; position:absolute;left: 68%; top:30%; z-index:999; background:url(../images/ico/1wx_bg.png) no-repeat center center; text-align:center}
.ban_wx img{margin-top:34px}
.banner .slick-slide{background-size:cover !important; z-index:10 !important}

.pc_wap{ position:relative}
.pc_wap .slick-dots{bottom:10px; text-align:center; display:none !important}
.pc_wap .slick-dots li{width:66px; height:7px; background:#fff; display:inline-block; margin:0 5px; cursor:pointer}
.pc_wap  .hi-icon.slick-active{background:#f0841d}
.navbar-collapse{padding: 0 5px !important;}
.bshare-custom{display: none;width:129px;}
.nav li dl{display: none;}
@media (min-width: 768px) {  
	 
	 .nav li>a{padding: 10px 10px;}
	 /*.bshare-custom{display: block;margin-top: 20px;}*/

	.nav-1 .navbar-header{ width: 19%;}
	.nav-1 .navbar-header .logo{ width: 100%;}
	
	.nav-1 .container .NavCont{float:right;}
	.nav-1 .container .NavCont ul li{ padding-left: 0;}
	.nav-1 .container .NavCont ul li a{ color:#5e423e; text-align:center; line-height:1;font-size:14px;}
	.nav-1 .TopCopy .container .NavCont{ padding-top:0px; padding-left:0; padding-right:0; float:none;}
 /*.nav>li.onnav>a{background: #e6e6e6;}*/
	/*分享按钮
	.nav-1 .Top_Share{ position:absolute; top:3px; right:0; display: block;}
	.nav-1 .Top_Share .bds_tools a.xlwb{ background:url(../images/Sina.png) no-repeat center; width:28px; height:28px; margin-right:13px;} 
	.nav-1 .Top_Share .bds_tools a.wx{ background:url(../images/Wechat.png) no-repeat center; width:28px; height:28px;}*/
  .nav li:hover>a{background: #e6e6e6 !important;color:#26298d !important;}
  .nav li{position: relative;}
  .nav li dl{position: absolute;top:66px;left:0px;background: #e6e6e6;border-bottom:4px solid #26298d;width:320px;display: none;padding-bottom: 20px;z-index: 999;}
  .nav li dl a:hover{color:#26298d !important;}
    .nav li dl a{display: block;height: 35px;line-height: 35px !important;border-bottom:1px solid #CCC;text-align: left !important;padding-left: 5px;font-size:14px !important;font-weight: 400;}
    .nav li dl dt{padding:0 10px;}
    .nav li:hover dl{display: block;}

	 }
@media screen and (min-width:1024px ) {
  .nav-1 .container .NavCont{ padding-top: 4px;}
  .nav-1 .container .NavCont ul li{}
  .nav-1 .container .NavCont ul li a{ font-size: 14px;}
  .bshare-custom {display:block;}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) { 
  .nav-1 .container .NavCont ul li a{ font-size: 16px;}
   .nav>li>a{padding: 10px 23px;}
}


/************************** 以下是页面样式 *************************/
/*地步*/
/* Bootstrap默认优先手机 */
/*左侧导航*/
.bottom-1{ background: #ebebeb;}
.bottom-1 .nav-bt{ padding: 20px 0;}
/*.bottom-1 a:hover{ color: #fff;}*/
.bottom-1 .nav-bt ul{ display: none;}
.bottom-1 .nav-bt .code{ width: 144px; height: 144px; margin: 0 auto;}

/*版权*/

.bottom-1 .bottom-auxiliary{ padding: 15px 0;}
.bottom-1 .nav-auiliary{ text-align: center; font-size: 12px;}
.bottom-1 .nav-auiliary em{ font-style: normal; padding: 0 2px;}
.bottom-1 .copyright{ text-align: center;}
.bottom-1 .copyright span{ display: block;}

.li_last{padding-left: 0 !important;}
.nav-auiliary a{color: #28256b;font-weight: bold;}

.copyright{font-size:12px;color: #28256b;}
.copyright a{color: #28256b;}

.copyright{margin-top:16px;}
.bottom-auxiliary{width:100%;display: block;padding: 50px 0;}
.bottom-1 .nav-bt li span {font-weight: bold;}
/*============================ @media 屏幕适应 ===============================*/
/* 超小屏幕（手机，小于 768px） */
@media screen and (min-width:640px){}

/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px ) {}
	
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:1024px ) {
   /*左侧导航*/
   .bottom-1 .nav-bt{ padding: 30px 0;width:60%;}
   .bottom-1 .nav-bt ul{ display: block; float: left; overflow: hidden;}
   .bottom-1 .nav-bt li{ float: left; padding-left: 45px;}
   .bottom-1 .nav-bt li span{ color: #28256b; display: block; padding-bottom: 15px;}
   .bottom-1 .nav-bt li dd{ line-height: 24px; font-size: 12px;}
   .bottom-1 .nav-bt .code{ float: right;}
   .bottom-1 .nav-bt li dd a{color: #28256b;}
   /*版权*/
   .bottom-1 .bottom-auxiliary{ padding:50px 0;}
  
   .bottom-1 .nav-auiliary em{ padding:  0 5px;}
   
   .bottom-1 .copyright span{ display: inline;}
   .bottom-auxiliary{width:40%;}
   
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width: 1200px) { 
  
}
/*首页*/
.onnav{color: #1d2088;}
.contain  {padding-bottom: 30px;}
.nav-1{border-bottom: #cacaca 1px solid;margin-bottom: 20px;}
.navbar-nav em{display:none;}   
/*.TopCont .in {display:none;}*/
.TopCont .in .english{display:none;}
.TopCont .in  .bshare-custom{display:none;}
body{position: relative;padding-top: 30px;}
.yuyan{position: absolute;top:0;height:30px;
width:100%;display: block;right: 0;margin: 0 auto;text-align: center;line-height: 30px;background-color: #ebebeb}
.yuyan .yuyan_zi{width:60%;position: absolute;top:0;right:0;text-align: right;}
.yuyan a{display: inline-block;width:25%;text-align: center;color: #28256b;}
.img{width:100%;display: block;}
.img img{width:100%;}
.HOME_comprehensive .Hcompany_lf{margin: 15px 0;}
.Hcompany_lf {/*    */padding: 0 3%;height:100%;width:100%;display: block;float: none;background-color: #f4f4f4;border:#eaeaea 1px solid;border-top: #1d2088 3px solid;}
.Hcompany_lf h3{font-size:18px;color: #322f85;font-weight: bold;padding-bottom: 10px; margin-bottom: 5px;}
.Hcompany_lf .Hnews_title {padding-top:4%;border-bottom: #a8a8a8 dashed   1px; padding-left: 15px;display: block;}
.Hcompany_lf .Hcompany_title {padding-top:4%;border-bottom: #a8a8a8 solid   1px; padding-left: 10px;display: block;}
.Hcompanydetail{font-size:14px;color: #666666;line-height: 28px;display: block;margin-top: 10px;


}
.Hcompany_lf h5.h{font-size:15px;color: #333333;font-weight: bold;width:100%;overflow: hidden;text-overflow : ellipsis; }
.Hcompany_lf h5.h a{color: #333333;}
.Hcom_date{margin-top:5px;}
.Hcompany_top{height:55%;overflow:hidden;text-overflow : ellipsis; }
.Hcompany_bottom{height:39%;overflow:hidden;text-overflow : ellipsis; }
#slideBox3{width:100%;display:block;float: none;}

.homeban-3{ position:relative; padding:0; margin:0 auto; overflow: hidden;}
.homeban-3 .banlist,
.homeban-3 .banlist li,
.homeban-3 .banlist li img{ width:100%;}
.homeban-3 .banlist li a{ display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.homeban-3 .banlist li video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; -webkit-object-fit: cover; background-color: #fff;}

/*tab导航*/
.homeban-3 .tablist{ display:none;position:absolute; left:50%; margin-left: -22px; bottom:5%; overflow: hidden;}
.homeban-3 .tablist li{ cursor:pointer; display:inline-block; width:8px; height:8px; border-radius:8px; background:#C8C8C8; margin-right:3px; float: left;}
.homeban-3 .tablist li.on{ background: #E70012;}

/*上/下按钮*/
.homeban-3 .banbtn{ position: absolute; top: 48%; z-index: 10; color: #fff; display: block; width: 30px; height: 30px; cursor: pointer; font-size: 30px;}
.homeban-3 .prev{ left: 0%;}
.homeban-3 .next{ right: 0%;}
#slideBox3 .prev { position: absolute;top: 48%;z-index: 10;cursor: pointer;background:url(../images/arrow.png) repeat !important;display: block;width:41px;height:75px;}
#slideBox3 .next { position: absolute;top: 48%;z-index: 10;cursor: pointer;background:url(../images/arrow_03.png) repeat !important;display: block;width:41px;height:75px;}

/*产品中心*/
.Home_pro{position: relative;}
.Common_title span.lf{font-size:18px;color: #333333;font-weight: bold;}
.Common_title a.rt{font-size:12px;color: #999999;}
.Common_title{margin-top:27px ;padding-bottom: 15px;border-bottom: #1D2088 3px solid;}

/*综合*/
.HOME_comprehensive>.Hcompany_lf{padding-bottom: 17px;overflow:hidden;}
.Hcompany_last{margin: 0 !important;}
.comprehensive_title{font-size:18px;color: #333333;font-weight: bold;line-height:60px;border-bottom: #eaeaea 1px solid;margin-bottom: 20px;}
.HOME_comprehensive .title{font-size:18px;color: #666666;line-height: 60px;padding-bottom: 0;margin-bottom: 0;}
.chakan{color: #1d2088;}
.Hcommon_news{padding-bottom: 0px;border-bottom: #a8a8a8 1px dashed;}
.Hcommon_news .lf{width:100%;display: block;float: none;}
.Hcommon_news .rt{width:100%;display: block;float: none;margin-top: 15px;}
.Hcommon_news .lf img{width:100%;display: block;}
.Hcommon_news .titlle{height: 24px;line-height: 24px;display: block;overflow:hidden;text-overflow : ellipsis; font-size:15px !important;color: #333333;font-weight: bold;margin: 0 !important;padding-bottom: 0;}
.Home_news{font-size:14px;color: #333;}
.Home_news li{line-height: 29px;height: 29px;overflow:hidden;}
.Home_zhanhui li{line-height:34.8px;border-bottom:  #eaeaea 1px dashed;height: 34.8px;overflow:hidden;}
.Home_lunbo{background-color: #f6f6f6;padding: 15px 0;border:#eaeaea 1px solid;}
.Home_news li span.lf,.Home_zhanhui li span.lf{width:70%;display:inline-block;overflow: hidden;text-overflow : ellipsis ;}
.Home_news li span{height: 29px;overflow:hidden;}
.Home_zhanhui li span{height:34.8px;overflow:hidden;}
/*index_bottom*/
 .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.Home_lunbo div.swiper-slide{float: left;border:#dbdbdb 1px solid;}
.Home_lunbo{position: relative;}
.swiper-button-next {display:none;}
.swiper-button-prev{display:none;}
/*.swiper-pagination{display:none;}*/
.Home_lunbo{margin:40px auto 40px !important;}




.navbar-toggle{margin: 21px 0 !important;}
/*============================ @media 屏幕适应 ===============================*/
/* 超小屏幕（手机，小于 768px） */
@media (min-width:640px){
   .homeban-3 .tablist{ margin-left: -40px;}
   .homeban-3 .tablist li{ width: 12px; height: 12px; border-radius: 12px; margin-right: 8px;}
}
 @media (min-width: 768px) { 
 	body{padding-top: 0px;}
 	.navbar-nav em{font-style: normal;display: inline-block;}
 	.HOME_comprehensive .Hcompany_lf{margin: 0;}
	 .HOME_comprehensive>.Hcompany_lf{margin-right: 2.00%;width:32%;float: left;}
	 
	 .chines{background:url(../images/ttop.png) no-repeat;display: block;width:71px;height:130px;}
	 .oncounte{background:url(../images/bsgaer_13.jpg) no-repeat center right;display: block;width:71px;height:66px;line-height: 66px;font-size:14px;text-align: center;}
	 .chines a{font-size:14px;color: #7f7f7f;background: url(../images/xiahua_07.jpg) no-repeat bottom;text-align:center;width:100%;display: block;height:36px;line-height: 36px;}
	 .chines{display:none;position: absolute;top:42px;z-index:100000;margin-right: 5px;}
	 .english{position: relative;margin-right: 6px;display: block;}
	.yuyan{display:none;background-color: rgba(0,0,0,0);}
	 
	 .yuyan a{color: #fff;}
	 .Hcompany_lf h3{padding-bottom: 20px;margin-bottom: 20px;}
	 .Hcompany_lf .Hnews_title {padding-top:7%;}
    .Hcompany_lf .Hcompany_title {padding-top:5%;}
    .Hcompany_top{height:45%;overflow:hidden;text-overflow : ellipsis; }
    .Hcompany_bottom{height:55%;overflow:hidden;text-overflow : ellipsis; }
    .Home_lunbo{display:block;}
    .swiper-button-next {position:absolute !important;right:10px !important;top:50% !important;background:url(../images/index_16.jpg) no-repeat !important;display: block;width:44px;height:55px;}
    .swiper-button-prev{position:absolute !important;left:10px !important; top:50% !important;background:url(../images/index_09.jpg) no-repeat;display: block;width:44px;height:55px;}
     .swiper-button-next1 {position:absolute !important;right:10px !important;top:18% !important;background:url(../images/index_16.jpg) no-repeat !important;display: block;width:44px;height:55px;}
    .swiper-button-prev1{position:absolute !important;left:10px !important; top:18% !important;background:url(../images/index_09.jpg) no-repeat;display: block;width:44px;height:55px;}
    .Hcompany_lf .Hcommon_news  .lf{width:100%;float: none;}
    .Hcompany_lf .Hcommon_news  .lf img{width:100%;} 
    .Hcompany_lf .Hcommon_news  .rt{width:100%;float: none;margin-top: 3px;}
	 }
@media (min-width: 992px){
	.Hcompany  .Hcompany_lf{width:30%;display: block;float: left;padding:0 2% ;margin: 0;}
	.Hcompany #slideBox3{width:68%;display: block;float: right;}
	.Hcompany_lf .Hcommon_news .lf{width:40%;display: block;float: left;}
	.Hcompany_lf .Hcommon_news .lf img{width:100%;}
	.Hcompany_lf .Hcommon_news .rt{width:57%;display: block;    float: right;  margin-top: 0px;}
	 
	 }
   .custom_box {display: none;}
   .custom_box ul li{float: left;background-size:100% ;width: 20px;height: 32px; position: relative;margin-right: 5px;}
   .custom_box ul li a{display: block;width: 100%;height: 100%}
   .custom_box ul li.li1{background: url(../images/email.png) no-repeat center center;background-size: contain;}
   .custom_box ul li.li2{background: url(../images/weixin.png) no-repeat center center;background-size: contain;}
   .custom_box ul li.li3{background: url(../images/whatsapp.png) no-repeat center center;background-size: contain;}

.custom_box .mark{position: absolute;left: -100%;bottom: -90px;display: none;z-index: 99}
.custom_box .mark img{max-width: 100px;}
   .custom_box ul li:hover .mark{display: block;}
@media (min-width: 1024px){
  .Hcommon_news{padding-bottom: 20px;}
  .custom_box{width:129px;display: block;}
}
 @media (min-width: 1200px) {
 	.Home_lunbo{width:1198px;} 
 	.bshare-custom{display: block;margin-top: 20px;width: 129px;}
 	.w1100{width:1050px;display: block;margin: 0 auto;}
	 }
/*首页*/


/*联系方式*/


.link_adress{width:100%;display: block;}
.link_adress li{width:100%;float: none;display: block;margin-bottom: 20px;background-color: #fff;float: left;}
.link_adress li dd {position: relative;width:100%;display: block;}
.link_adress li dd .map{display: inline-block; position: relative;}
.link_adress li dd .img{display: block; visibility: hidden;}
.link_adress li dd .mapM{ position: absolute; left: 0;top: 0;width: 100%;height: 100%; }
.link_adress li dd .mapM img{max-width: none;}


.link_adress li dt {position: relative;width:100%;display: block;}
.link_adress li .adres{font-size:16px;color: #fff;font-weight: bold;padding-left: 60px;height:40px;line-height: 40px;position:absolute;bottom:0; z-index: 999;background:url(../images/labbgr.png) no-repeat;display: block;width:100%;}
.link_adress li dt p{font-size:14px;color: #888888;line-height: 30px;display: block;}
.maincontant{width:100%;display: block;}
.columnname a.onslidebar,.columnname a:hover {color: #fff;background-color: #26298d;border-radius:5px;text-align:center;display:inline-block;height:35px;line-height:35px;margin-bottom:10px;margin-right:1%;border:#26298d 1px solid;}

.columnname a{display:inline-block;background-color: #f4f4f4;text-align:center;margin-right: 15px;width:48%;height:35px;line-height:35px;margin-right:1%;margin-bottom:10px;border:#f4f4f4 1px solid;border-radius:5px;}
.location{margin: 40px 0px;padding-bottom: 15px;display: block;border-bottom: #f3f3f3 1px solid;}
.columnname{width:100%;display: block;}
.location .current{display:none; line-height: 35px;}
 @media (min-width: 768px) { 
/*	.columnname a.onslidebar {color: #fff;background-color: #26298d;border-radius:5px;text-align:center;display:inline-block;width:23%;height:35px;line-height:35px;margin-right:2%;border:#26298d 1px solid;}
    .columnname a{display:inline-block;background-color: #f4f4f4;border-radius:5px;text-align:center;margin-right: 15px;width:23%;height:35px;line-height:35px;margin-right:2%;border:#f4f4f4 1px solid;}
    .columnname{width:80%;}*/
    .link_adress li{width:40%;display: block;margin: 0 5% 20px;background-color: #fff;float: left;}

	 }

/*产品*/

.pro_chanpin li{width:48%;float: left;background-color: #fff;margin: 0 1% 2.25%;border-bottom: #d9d9d9 1px solid;}
.pro_chanpin li img{width:155px;display: block;height: 108px;}
.pro_chanpin p{text-align: center;font-size:14px;color: #333333;line-height: 40px;}
@media (min-width: 768px) {
  .pro_chanpin li img{width:325px;display: block;height: 225px;}
 }
 @media (min-width: 1024px) {
  .pro_chanpin li img{width:319px;display: block;height: 221px;}
 }
 @media (min-width: 1200px) {
  .pro_chanpin li img{width:390px;display: block;height: 270px;}
 }


@media (min-width: 768px) { 
	.pro_chanpin li{width: 32.5%;float: left;background-color: #fff;    margin: 0 1.25% 2.25% 0;border-bottom: #d9d9d9 1px solid;}
	.columnname a.onslidebar,.columnname a:hover {border-radius:35px;}
    .columnname a{border-radius:35px;margin-right: 15px;width:18%;margin-right:1%;}
    .columnname{width:80%;}

	 }

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
	.w1200 { width: 1200px;margin: 0 auto; }
  .location .current{display: block;}
	}

/*公司简介*/
.news_top .lf{width:66px;display:none;float: none;} 
	.news_top .rt{width:100%;float: none;}

@media (min-width: 768px) { 
	.news_top .lf{width:10%;display:block;float: left;} 
.news_top .rt{width:88%;flex: 1;}
	 }
	 
/*公司新闻*/
.news_date p{text-transform:Uppercase ;}
.common_news li{float: none;width:100%;border:#eaeaea 1px solid;background-color: #f4f4f4;margin: 0 1%;} 
.common_news li .news_h3{font-size:16px;font-weight: bold;width:95%;overflow:hidden;display: block;margin:0 auto;padding-top:20px;}
.common_news li .news_nei{margin: 20px 0; font-size:13px;color: #999999;line-height:24px;height: 75px;
  width:95%;display: block;margin:0 auto; 
       overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.common_news li a.news_a{display: block;position: relative;}
.common_news li a img{width:100%;}
.common_news li a.news_a .news_date {position: absolute;bottom:9%;left:10%;}
.common_news li a.news_a .news_date h3{font-size:50px;color: #ffffff;}
.common_news li a.news_a .news_date p{font-size:14px;color: #ffffff;text-align: center;}
/*.common_news li{float: left;width:48%;background-color: #f4f4f4;margin: 0 1% 2.25%;} */

.news_rt_h4{font-size:21px;color: #102843;text-align: center;}
.news_detail{margin-top: 35px;padding-bottom: 75px;}
.news_rt_p{font-size:16px;color: #797979;line-height: 42px;text-align: center;}
.news_pp{font-size:16px;line-height: 30px;}
.news_pp a{color: #666;}
.updown{margin-top: 45px;}
@media (min-width: 640px) {
	.common_news li{float: left;width: 48%;background-color: #f4f4f4;margin: 0 1% 2.25%;}
	.common_news li .news_nei{font-size:14px;color: #999999;line-height:24px;height:52px;margin: 20px auto;}

	}
@media (min-width: 768px) {
	.common_news li{float: left;width: 32.5%;background-color: #f4f4f4;margin: 0 0.33333% 2.25%;}
}

/*招聘*/
.zhaopin_top {width:100%;line-height:45px;border-bottom: #f4f0ed 1px solid;font-size:16px;color: #26298d;font-weight: bold;background: url(../uploadfiles/image/uytr_03.jpg) no-repeat bottom left;display: block;}
.zhaoppin img{margin:25px 0 ;}
.zhaopingang h3{margin: 35px 0;width:140px;height:45px;display: block;background-color: #26298d;line-height: 45px;text-align:center;font-size:16px;color: #ffffff;}
.feibiao{padding-bottom:5px;border-bottom: #ebebeb 1px solid;min-width:480px;}
.zhaopingang_feibiao{overflow-x:auto;margin-bottom: 30px;}
.feibiao li{float: left;font-size:14px;color: #26298d;width:25%;text-align:left;height: 35px;line-height: 35px;}
.zhaopin_nei .lf{width:100%;color: #26298d;font-size:14px;float: none;}
.zhaopin_nei ul{height: 35px;display: block;}
.zhaopin_nei ul li{color: #666666;font-size:14px;line-height:30px;float: left;}
@media (min-width: 768px) {
	.zhaopin_nei .lf{float: left;width:12%;display: block;}
	.zhaopin_nei .rt{float: left;width:80%;display: block;} 
 }
 
 /*在线咨询*/

.from_top {font-size:14px;color: #666666;line-height: 30px;padding:0px 0 20px;display: block;line-height: 24px;border-bottom: #c2c2c2 1px dashed;}
.from_sub form{margin-top: 30px;}
.from_sub  p{width:95%;display: block;position: relative;margin:15px auto;}
.from_sub  p input{width:100%;height:38px;display: block;border:#d7d7d7 1px solid;line-height: 30px;padding:  0 3%;}
.from_sub  p span{position: absolute;right:10px;top:10px;}
.from_sub textarea{width:95%;display: block;height:170px;border:#d7d7d7 1px solid;margin:15px auto;padding:5px;}
.sub input{width:130px;height:35px;line-height: 35px;display: block;margin: 0 13px;text-align: center;background-color: #dedede;font-size:14px;color: #333333;}
.sub input.tijiao{color: #fff;background-color: #26298d;float: left;}
@media (min-width: 768px) {
	.from_sub  p{width: 25%;display: block;position: relative;margin: 0 1.65% 2.25% 0;float: left;}
     .from_sub textarea{width: 78%;margin: 15px 0;}
     .sub input.tijiao{margin-left: 0 !important;}
	}
	
 /*售后服务*/

.search_input{width:310px;display: block;height:30px;background-color: #1d2088;border-radius:10px;margin: 0 auto;}
.search_input input{width:260px;display: block;height:30px;border:#eeeeee 1px solid;padding: 0 5px;border-top-left-radius:10px;
border-bottom-left-radius:10px;background-color: #fff;float: left;}
.shou_top{line-height: 30px;}
.shou_top .lf{color:#26298d;font-size: 16px;padding-right: 12px;}
.shou_top input{font-size: 14px;}
.shou_top .search_input {padding-right: 0px;margin-bottom:10px;}
.ser{height:30px;width:40px !important;background-color: #1d2088 !important;border:none !important;color: #fff !important;float: left;border-radius:0 !important;}
.pro_search span{line-height: 30px;margin-right: 15px;color: #1d2088;}
.pro_shouhou .lf{width:95%;display: block;margin:0 auto 0;border:#dddddd 1px solid;float: none;text-align: center;vertical-align: middle;}
.pro_shouhou .rt{width:95%;display: block;margin: 20px auto 0;overflow-x: auto;}
.pro_shouhou .rt .production{width:460px;}
.pro_text {font-size:14px;color: #666666;margin-bottom: 20px !important;}
.pro_top span{float: left;margin-bottom:10px;width:15%;margin-right: 1%;font-size:14px;text-align:center;color: #fff;height:36px;line-height: 36px;background-color: #26298d;display: inline-block;}
.pro_center span{float: left;margin-bottom:10px;width:15%;margin-right: 1%;font-size:14px;text-align:center;color: #666666;height:36px;line-height: 36px;display: inline-block;border-bottom: #26298d 1px solid;}
.pro_date {margin-top: 10px !important;}
.pro_top {height:46px;display: block;overflow:hidden;}
@media (min-width: 768px) {
	.pro_shouhou .lf{width:38%;display: block;border:#dddddd 1px solid;float: left;}
     .pro_shouhou .rt{width:60%;display: block;float: right;margin-top: 0;}
	}
/*common*/

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {  }

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 1024px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
	
	}

.youqlink{}
.youqlink ul li{float: left; width: 49%; margin-right: 2%; margin-bottom: 20px; text-align: center;}
.youqlink ul li img{border:1px solid #ccc;}
.youqlink ul li span{display: block; line-height: 30px; line-height: 30px;}
.youqlink ul li:nth-child(2n){margin-right: 0;}


@media (min-width:540px) { 
.youqlink ul li{width: 32%; margin-right: 2%; }
  .youqlink ul li:nth-child(2n){margin-right: 2%;}
  .youqlink ul li:nth-child(3n){margin-right: 0;}
}


@media (min-width: 768px) { 
  .youqlink ul li{ width:24.25%; margin-right: 1%; }
  .youqlink ul li:nth-child(2n){margin-right: 1%;}
  .youqlink ul li:nth-child(3n){margin-right: 1%;}
  .youqlink ul li:nth-child(4n){margin-right: 0%;}
 }






/*分页*/

.PageBox{margin:60px 0;}
.PageBox .Pages{text-align: center;}
.p_page{width: 305px;display: block;margin:0 AUTO ;}
.PageBox .Pages a{float: left;padding:6px 10px;display:inline-block;color: #333; font-size: 14px; margin:0 3px;transition: all .5s;}
.PageBox .Pages a:hover,.PageBox .Pages a.a_cur{ color: #26298d;}
.PageBox .Pages .num{font-style: normal;}
.a_prev{background:url(../images/prev_03.png) no-repeat;width: 77px;height: 34px;border:none;}
.a_next {background:url(../images/next_03.png) no-repeat;width: 77px;height: 34px;border:none;}
.a_prev:hover{background:url(../images/inclick_03.png) no-repeat;width: 77px;height: 34px;border:none;}
.a_next:hover {background:url(../images/prev_05.png) no-repeat;width: 77px;height: 34px;border:none;}
/*分页*/
