@charset "utf-8";
/* CSS Document */

body{
    font-family: "Microsoft Yahei";
    position: relative;
}
h1,h2,h3,h4{font-size:12px; font-weight:normal;}
.container{ /*根据效果图主体宽度定义*/
    width: 1200px;
    min-width: 1200px;
}
img{
    border:none;
}
body a{
    outline:none;
    blr:expression(this.onFocus=this.blur());
}
a:focus{
    outline: none;
}

input:focus {
    outline:none;
}

.fs12{font-size: 12px}
.fs14{font-size: 14px}
.fs16{font-size: 16px}
.fs18{font-size: 18px}

.color-ff{ color: #fff;}
.color-33{ color: #333;}
.color-66{ color: #666;}
.color-99{ color: #999;}

/*首页开始*/
/*头部开始*/
.head{
    height: 66px;
    line-height: 66px;
    background: url("../images/iphone.png") no-repeat 842px center;
}
.head p{
    font-size: 24px;
    margin-right: 14px;
}
.head p span{
    color: #0266b0;
}
/*头部结束*/
/*导航开始*/
.nav{
    width: 100%;
    height: 59px;
    line-height: 59px;
    background-color: #0266b0;
}
.nav .container .search{
    width: 34px;
    height: 34px;
    background: url("../images/search.png") no-repeat;
    margin: 19px 0 19px 50px;
}
.nav .container ul li{
    float: left;
    height: 59px;
    margin-left: 66px;
    position: relative;
}
.nav .container ul li a{
    font-size: 16px;
    color: #ffffff;
}
.nav .container ul li a:hover{
    color: #afddff;
}
.nav .container ul li .current{
    color: #afddff;
}
.nav .container ul li a img{
    vertical-align: middle;
}
.nav .container ul li .drop-down {
    position: absolute;
    background: url("../images/new-01.png") repeat;
    width: 97px;
    border-top:1px solid #cce0ef;
    text-align: center;
    z-index: 99;
    left: -15px;
    top:58px;
    display: none;
    padding-bottom: 5px;
}
.nav .container ul li .drop-down a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
}
.nav .container ul li .drop-down a:hover {
    color: #a7d6fa;
}
/*导航结束*/
/*轮播图开始*/

/*轮播图结束*/
/*logo开始*/
.container{
    position: relative;
    z-index: 9999;
}
.logo{
    width: 253px;
    height: 179px;
    position: absolute;
    top: 0;
    left: -11px;
}
.logo img{
    display: block;
    width: 253px;
    height: 179px;
}
/*logo结束*/
/*产品分类开始*/
.product{
    width: 100%;
    height: 388px;
    background-color: #fafafa;
    text-align: center;
}
.product .pro_t{
    width: 100%;
    height: 130px;
    text-align: center;
}
.product .pro_t p{
    font-size: 24px;
    padding-top: 50px;
}
/*修改*/
.product .container ul{
    margin-left: -32px;
}
.product .container ul li{
    /*position: relative;*/
    float: left;
    width: 172px;
    height: 153px;
    text-align: center;
    margin-left: 32px;
}
.product .container ul li > p{
    /*width: 172px;*/
    /*text-align: center;*/
    margin-top: 38px;
}
.product .container ul li > a{
    position: relative;
    display: block;
    width: 172px;
    height: 153px;
}


/*产品分类结束*/
/*关于我们开始*/
.list1{
    margin-top: 52px;
}
.ab_us{
    width: 582px;
}
.ab_us .ab_us_t p{
    font-size: 24px;
}
.ab_us .ab_us_b{
    margin-top: 40px;
}

.ab_us .ab_us_b .ab_us_b_r p{
    width: 309px;
    font-size: 14px;
    line-height: 30px;
    word-wrap: break-word;
    color: #666666;
}
.ab_us .ab_us_b .ab_us_b_r a{
    display: inline-block;
    width: 108px;
    height: 28px;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
}
.ab_us .ab_us_b .ab_us_b_r a:hover{
    background-color: #bf1b3d;
    color: #ffffff;
}
/*关于我们结束*/
/*新闻中心开始*/
.news{
    width: 584px;
}
.news .news_t p{
    font-size: 24px;
}
.news .news_b{
    margin-top: 40px;
}
.news .news_b .news_b_r_t{
    line-height: 30px;
}
.news .news_b .news_b_r_t span{
    font-size: 16px;
    color: #333333;
}
.news .news_b .news_b_r_t .date{
    font-size: 12px;
    color: #cccccc;
}
.news .news_b .news_b_r p{
    width: 314px;
    font-size: 12px;
    line-height: 20px;
    word-wrap: break-word;
    color: #999999;
}
.news .news_b .news_b_r a{
    display: inline-block;
    width: 108px;
    height: 28px;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
}
.news .news_b .news_b_r a:hover{
    background-color: #bf1b3d;
    color: #ffffff;
}
/*新闻中心结束*/
/*产品动态开始*/
.news_list{
    width: 100%;
    height: 544px;
    background-color: #fbfbfb;
    margin-top: 54px;
}
.public{
    width: 385px;
    height: 445px;
    background-color: #fff;
    margin-top: 46px;
    margin-right: 16px;
}
.pro_news .pro_news_t{
    height: 208px;
    text-align: center;
    vertical-align: middle;
}
.pro_news .pro_news_b{
    margin-left: 20px;
}
.pro_news .pro_news_b h3{
    font-size: 20px;
    color: #333333;
    margin: 26px 0 12px 0;
}
.pro_news .pro_news_b img{
    display: block;
    margin: 0 0 24px 0;
}
.pro_news .pro_news_b h4{
    font-size: 16px;
    color: #333333;
    height: 30px;
}
.pro_news .pro_news_b p{
    font-size: 12px;
    color: #999999;
    height: 20px;
}
.pro_news .pro_news_b a{
    display: inline-block;
    width: 108px;
    height: 28px;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin: 28px 125px;
}
.pro_news .pro_news_b a:hover{
    background-color: #bf1b3d;
    color: #ffffff;
}
/*产品动态结束*/
/*行业动态结束*/
.induct_news{
    margin-right: 16px;
}
.induct_news .induct_news_t{
    height: 208px;
    text-align: center;
    vertical-align: middle;
}
.induct_news .induct_news_b{
    margin-left: 20px;
}
.induct_news .induct_news_b h3{
    font-size: 20px;
    color: #333333;
    margin: 26px 0 12px 0;
}
.induct_news .induct_news_b img{
    display: block;
    margin: 0 0 24px 0;
}
.induct_news .induct_news_b h4{
    font-size: 16px;
    color: #333333;
    height: 30px;
}
.induct_news .induct_news_b p {
    font-size: 12px;
    color: #999999;
    height: 26px;
}
.induct_news .induct_news_b a{
    display: inline-block;
    width: 108px;
    height: 28px;
    border: 1px solid #cccccc;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    /*vertical-align: middle;*/
    margin: 25px 125px;
}
.induct_news .induct_news_b a:hover{
    background-color: #bf1b3d;
    color: #ffffff;
}
/*行业动态结束*/
/*联系我们开始*/
.contact_news{
    margin-right: 0;
}
.contact_news .contact_news_t{
    height: 208px;
    text-align: center;
    vertical-align: middle;
}
.contact_news .contact_news_b{
    margin-left: 20px;
}
.contact_news .contact_news_b h3{
    font-size: 20px;
    color: #333333;
    margin: 26px 0 12px 0;
}
.contact_news .contact_news_b img{
    display: block;
    margin: 0 0 24px 0;
}
.contact_news .contact_news_b p{
    font-size: 16px;
    color: #333333;
    height: 26px;
}
.contact_news .contact_news_b p span{
    font-size: 12px;
    color: #666666;
    height: 26px;
}
/*联系我们结束*/
/*底部开始*/
.footer{
    width: 100%;
}
/*底部上半部分开始*/
.footer_t{
    height: 268px;
    background-color: #024e86;
}
.footer_t .container{
    height: 100%;
}
.footer_t_l{
    width: 912px;
}
.footer_t_l_t{
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #0f63a1;
}
.footer_t_l_t ul li{
    float: left;
    margin-right: 60px;
}
.footer_t_l_t ul li a{
    font-size: 16px;
    color: #ffffff;
}
.footer_t_l_b{
    margin-top: 26px;
    text-align: center;
}
.footer_t_l_b ul li{
    height: 25px;
    margin-right: 76px;
}
.footer_t_l_b ul li a{
    font-size: 12px;
    color: #acdcff;
}
.footer_t_r{
    height: 156px;
    text-align: center;
    vertical-align: middle;
    margin: 48px 68px 42px 54px;
}
.footer_t_r p{
    font-size: 19px;
    color: #ffffff;
    margin-top: 8px;
}
/*底部上半部分结束*/
/*底部下半部分开始*/
.footer_b{
    height: 48px;
    background-color: #013256;
}
.footer_b .container span{
    line-height: 48px;
    font-size: 12px;
    color: #ffffff;
    padding-right: 126px;
}
.footer_b .container .share{
    padding-right: 15px;
}
.footer_b .container img{
    vertical-align: middle;
    border-radius: 2px;
}
/*底部下半部分结束*/


/*第二页*/
/*企业简介banner*/
.banner{
    width: 100%;
    height: 359px;
    background: url("../images/banner1.jpg") no-repeat top center;
}
/*main开始*/
.main{
    width: 100%;
    background-color: #f9f9f9;
}
.main .container .main_l{
    background-color: #fff;
    border-top: 1px solid #ededee;
    margin-top: 50px;
}
.main_l_t{
    width: 230px;
    height: 45px;
    padding: 25px 0 30px 30px;
}
.main_l_t p{
    font-size: 30px;
    font-weight: bold;
}
.main_l_t .gy{
    font-size: 18px;
    color: #efeded;
}
.main_l_b ul .li_1{
    border-top: 1px solid #ededee;
}
.main_l_b ul li > a {
    display: block;
    width: 201px;
    height: 66px;
    line-height: 66px;
    padding-left: 59px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #ededee;
    background: url("../images/new-02.png") no-repeat 30px 30px;
}
.main_l_b ul li > a.current {
    background: url("../images/new-03.png") no-repeat 30px 30px #67a3d0;
    color: #ffffff;
}
.main .container .main_r{
    width: 872px;
    padding-right: 24px;
    background-color: #fff;
    margin: 50px 0;
    color: #666666;
    padding-bottom: 50px;
}
.main_r .main_r_t{
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main_r .main_r_t a{
    font-size: 14px;
    color: #666666;
}

.product_list {
    clear: both;
    padding: 30px 0px 30px 0px;
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .product_img {
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    width:25%;
    overflow: hidden;
    box-sizing:border-box;
  }

  .product_img   a{
   display: block;
   width:100%;
   white-space: nowrap;
   empty-cells: hide;
  }
  .product_img   a.box1{
 
   display: flex;
   flex-wrap: wrap;
   height:185px;
   border:1px solid #f6f6f6;
   align-items: center;
   width:100%;
   overflow: hidden;
  }
  
  .product_img:hover img {
    
    border: 1px solid #0f63a1 !important;
    box-sizing: border-box;
  }
  
  .overflow-hide .product_img:hover .product_title a {
    color: #16a1b3 !important;
  }
  
  .product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width:100%; 
    width:100%; 
    height: auto;
  }
  
  
  .product_title {
    text-align: center  !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .product_title a {
    color: #656464;
    line-height: 46px;
  }
  
  .product_title a:hover {
    text-decoration: none;
    color: #16a1b3;
  }
  
.main_r .main_r_b{
    padding: 16px 24px 0 24px;
    word-wrap: break-word;
}
.main_r .main_r_b p{
    font-size: 14px;
    line-height:25px;
    text-align:justify;
}
.main_r .main_r_b img{
    /* margin-top: 35px; */
}



/*荣誉资质开始*/
/*main1开始*/
.main1 .container .main1_r{
    width: 872px;
    /*padding: 0 24px 50px 24px;*/
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #666666;
    padding-bottom: 50px;
    padding-left: 24px;
}
.main1_r .main1_r_t{
    width: 847px;
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    /*padding-left: 24px;*/
    font-size: 14px;
}
.main1_r .main1_r_t a{
    color: #666666;
}
.main1_r .main1_r_b{
    width: 847px;
    margin-left: 12px;
    margin-top: 16px;
}
.main1_r .main1_r_b ul li{
    float: left;
    margin-right: 18px;
    margin-bottom: 50px;
}
/*分页开始*/
.page{
    text-align: center;
}
.page a,
.page a.firs,
.page a.firs_1{
    display: inline-block;
    height: 26px;
    line-height: 26px;
    border: 1px solid #dddddd;
    font-size: 12px;
    color: #323232;
    cursor: pointer;
    background-color: #f3f2f2;
}
.page a{
    width: 26px;
}
.page a.firs{
    width: 50px;
}
.page a.firs_1{
    width: 56px;
}
.page a.current{
    background-color: #024e86;
    color: #ffffff;
}



/*发展历程开始*/
.main2_r{
    height: 632px;
    padding-right: 50px;
}
.main2_r .main2_r_t{
    margin-bottom: 74px;
}
.slide-1{
    width: 844px;
    height: 390px;
    background: url("../images/line_1.jpg") left center repeat-x;
    overflow: hidden;
    position: relative;
}
.slide-1 .prev,
.slide-1 .next{
    width: 34px;
    height: 34px;
    margin-top: -17px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 99;
}
.slide-1 .prev{
    left: 0;
    background:url("../images/zjt.png") no-repeat;
}
.slide-1 .next{
    right: 0;
    background:url("../images/yjt.png") no-repeat;
}
.slide-1 .prev:hover{
    background: url("../images/zjt1.png") no-repeat;
}
.slide-1 .next:hover{
    background: url("../images/rjt1.png") no-repeat;
}
.slide-1 .bd{
    width: 776px;
    height: 390px;
    position: relative;
}
.slide-1 .bd ul{
    height: 390px;
    overflow: hidden;
    zoom: 1;
    position: relative;
}
.slide-1 .bd ul li{
    width: 276px;
    height: 200px;
    position: absolute;
}



/*2011*/
.slide-1 .bd ul li .c_2011 .circle{
    width: 12px;
    height: 12px;
    background: url("../images/circle.png") no-repeat;
    margin: 0 auto;
    margin-bottom: 38px;
    cursor: pointer;
}
/*.slide-1 .bd ul li:hover .circle{*/
    /*background: url("../images/circle1.png") no-repeat;*/
/*}*/
.slide-1 .bd ul li.on .circle{
    background: url("../images/circle1.png") no-repeat;
}
.slide-1 .bd ul li.on .sjt{
    background: url("../images/sjt1.png") no-repeat;
}
.slide-1 .bd ul li.on .con_2011_t{
    background-color: #0266b0;
    color: #ffffff;
}
/*.slide-1 .bd ul li .c_2011 .circle:hover{*/
    /*background: url("../images/circle1.png") no-repeat;*/
/*}*/
/*.slide-1 .bd ul li .c_2012 .circle:hover{*/
    /*background: url("../images/circle1.png") no-repeat;*/
/*}*/
.c_2011 .sjt{
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/sjt.png") no-repeat;
    position: absolute;
    top: 41px;
    left: 128px;
    border: none;
}
.con_2011 .con_2011_t{
    text-align: center;
    line-height: 36px;
    background-color: #e8e8e8;
}
.slide-1 .bd ul li .con_2011 .con_2011_b{
    background-color: #fafafa;
    text-align: left;
}
.slide-1 .bd ul li .con_2011 .con_2011_b p{
    width: 196px;
    font-size: 14px;
    color: #333333;
    padding-top: 36px;
    padding-left: 48px;
    padding-bottom: 30px;
}
/*2012*/
.slide-1 .bd  ul li .circle{
    width: 12px;
    height: 12px;
    background: url("../images/circle.png") no-repeat;
    margin: 0 auto;
    cursor: pointer;
}
.c_2012{
    position: relative;
}
.c_2012 .xjt{
    display: block;
    width: 18px;
    height: 9px;
    background: url("../images/xjt.png") no-repeat;
    position: absolute;
    top: 151px;
    left: 128px;
}
.slide-1 .bd ul li.on .circle{
    background: url("../images/circle1.png") no-repeat;
}
.slide-1 .bd ul li.on .xjt{
    background: url("../images/xjt1.png") no-repeat;
}
.slide-1 .bd ul li.on .con_2012_b{
    background-color: #0266b0;
    color: #ffffff;
}
.con_2012{
    width: 272px;
    text-align: center;
    top: 74px;
    left: 125px;
    margin-bottom: 38px;
}
.con_2012 .con_2012_b{
    height: 36px;
    line-height: 36px;
    background-color: #e8e8e8;
}
.con_2012 .con_2012_t{
    height: 115px;
    background-color: #fafafa;
    text-align: left;
}
.con_2012 .con_2012_t p{
    width: 196px;
    font-size: 14px;
    color: #333333;
    padding-top: 36px;
    padding-left: 48px;
}
/*2013*//*

.slide-1 .bd  ul .li3 .c_2013 .circle{
    width: 12px;
    height: 12px;
    background: url("../images/circle.png") no-repeat;
    margin: 0 auto;
    margin-bottom: 38px;
    cursor: pointer;
}
.c_2013 .sjt{
    position: absolute;
    top: 41px;
    left: 128px;
}
.con_2013 .con_2013_t{
    text-align: center;
    line-height: 36px;
    background-color: #e8e8e8;
}
.slide-1 .bd ul .li3 .con_2013 .con_2013_b{
    background-color: #fafafa;
    text-align: left;
}
.slide-1 .bd ul .li3 .con_2013 .con_2013_b p{
    width: 196px;
    font-size: 14px;
    color: #333333;
    padding-top: 36px;
    padding-left: 48px;
    padding-bottom: 30px;
}
*/
/*2014*//*

.slide-1 .bd ul .li4 .circle{
    width: 12px;
    height: 12px;
    background: url("../images/circle.png") no-repeat;
    margin: 0 auto;
    cursor: pointer;
}
.c_2014{
    position: relative;
}
.c_2014 .xjt{
    position: absolute;
    top: 151px;
    left: 128px;
}
.con_2014{
    width: 272px;
    text-align: center;
    top: 74px;
    left: 125px;
    margin-bottom: 38px;
}
.con_2014 .con_2014_b{
    height: 36px;
    line-height: 36px;
    background-color: #e8e8e8;
}
.con_2014 .con_2014_t{
    height: 115px;
    background-color: #fafafa;
    text-align: left;
}
.con_2014 .con_2014_t p{
    width: 196px;
    font-size: 14px;
    color: #333333;
    padding-top: 36px;
    padding-left: 48px;
}
*/
/*2015*//*

.slide-1 .bd ul .li5 .c_2015 .circle{
    width: 12px;
    height: 12px;
    background: url("../images/circle.png") no-repeat;
    margin: 0 auto;
    margin-bottom: 38px;
    cursor: pointer;
}
.c_2015 .sjt{
    position: absolute;
    top: 41px;
    left: 128px;
}
.con_2015 .con_2015_t{
    text-align: center;
    line-height: 36px;
    background-color: #e8e8e8;
}
.slide-1 .bd ul .li5 .con_2015 .con_2015_b{
    background-color: #fafafa;
    text-align: left;
}
.slide-1 .bd ul .li5 .con_2015 .con_2015_b p{
    width: 196px;
    font-size: 14px;
    color: #333333;
    padding-top: 36px;
    padding-left: 48px;
    padding-bottom: 30px;
}
*/


/*产品中心开始*/
.banner1{
    width: 100%;
    height: 359px;
    background: url("../images/banner2.jpg") no-repeat top center;
}
.main3 .container .main3_r{
    width: 896px;
    /*height: 762px;*/
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #666666;
    padding-bottom: 50px;
    /*position: relative;*/
}
.main3_r .main3_r_t{
    /*width: 843px;*/
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    padding-left: 24px;
    font-size: 14px;
}
.main3_r .main3_r_t a{
    color: #666666;
}
.main3 .container .main3_r .main3_r_b{
    /*margin-left: 24px;*/
    padding-left: 24px;
    /*position: relative;*/

}
.main3_r .main3_r_b .cp_list1{
    position: relative;
    /*margin-bottom: 175px;*/
}
.main3_r .main3_r_b ul li .pic1{
    width: 190px;
    height: 125px;
    line-height: 125px;
    background-color: #cfcfcf;
    text-align: center;
    padding: 50px 30px;
}
.main3_r .main3_r_b ul li div.current{
    background-color: #0266b0;
}
.main3_r .main3_r_b ul li{
    float: left;
    margin-right: 40px;
    margin-top: 25px;
}
.main3_r .main3_r_b ul li span{
    display: block;
    text-align: center;
    margin-top: 32px;
    font-size: 18px;
}
.main3_r .main3_r_b ul li span a{
    color: #333333;
}
.products_hidden{
     position: absolute;
     top: 313px;
     left: -3px;
     display: none;
 }
.products_hidden ul {
    width: 841px;
    padding-left: 10px;
    background-color: #f0f0f0;
    padding-bottom: 60px;
}
.products_hidden span img{
    position: absolute;
    top: 23px;
    left: 50%;
}
.products_hidden ul .product_hidden_li_3{
    margin-left: 8px;
}
.products_hidden ul .product_hidden_li_4{
    margin-left: 8px;
}
.products_hidden ul li{
    float: left;
    width: 170px;
    margin-top: 32px;
    text-align: center;
}
.products_hidden ul li a{
    font-size: 12px;
    color: #666666;
}
.products_hidden ul li img{
    padding-right: 10px;
}


/*1-3W(SMD)开始*/
.main4 .main4_r{
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    padding-bottom: 50px;
    margin-right: -19px;
    overflow: hidden;
    box-sizing: border-box;
    width:920px;

}
.main4_r_b_t_l{
    color: #333333;
}
.main4_r_b_t_l h3{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 28px;
 }
.main4_r_b_t_l p{
    width: 582px;
    font-size: 14px;
    word-wrap: break-word;
}
.main4_r_b_t_r{
    width: 259px;
    height: 177px;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.main4_r_b_b table,.main5_r_b table{
    text-align: center;
    height: 64px;
    margin-top: 10px;
}
.main4_r_b_b table td,.main5_r_b table td {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.main4_r_b_b table td,
.main4_r_b_b table th,.main5_r_b table th{
    width: 92px;
    height: 62px;
    word-wrap: break-word;
}
.backcolor{
    background-color: #dbf1fd;
}
.main4_r_b_b table .tb_1,.main5_r_b table .tb_1{
    width: 123px;
}
.main4_r_b_b table th,.main5_r_b table th{
    border: 1px solid #e5e5e5;
    background-color: #0081cc;
    font-size: 14px;
    color: #ffffff;
}


/*1-3W(SMD)-详情开始*/
.main5{
    width: 100%;
    /*height: 920px;*/
    background-color: #f9f9f9;
}
.main5 .container .main5_l{
    background-color: #fff;
    border-top: 1px solid #ededee;
    margin-top: 50px;
}
.main5_l_t{
    width: 230px;
    height: 45px;
    padding: 25px 0 30px 30px;
}
.main5_l_t p{
    font-size: 30px;
    font-weight: bold;
}
.main5_l_t .gy{
    font-size: 18px;
    color: #efeded;
}
.main5_l_b ul .li_1{
    border-top: 1px solid #ededee;
}
.main5_l_b ul li > a {
    display: block;
    width: 201px;
    height: 66px;
    line-height: 66px;
    padding-left: 59px;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #ededee;
    background: url("../images/new-02.png") no-repeat 30px 30px;
}
.main5_l_b ul li > a.current {
    background: url("../images/new-03.png") no-repeat 30px 30px #67a3d0;
    color: #ffffff;
}

.menu_hidden{
    font-size: 14px;
    color: #999999;
    display: none;
    padding:10px 0;
}
.menu_hidden a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding-left: 62px;
    color: #999;
}
.menu_hidden a.current1 {
    color: #0266b0;
}
.main5 .container .main5_r{
    width: 896px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #666666;
    padding-bottom: 50px;
}
.main5_r .main5_r_t{
    width: 843px;
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main5_r_t a{
    color: #666666;
}
.main5_r .main5_r_b{
    width: 843px;
    margin-left: 24px;
    margin-top: 16px;
    color: #333333;
}

.main5_r   .paramset{
    width: 843px;
    margin-left: 24px;
    margin-top: 16px;
    color: #333333;

}

.main5_r   .paramset table td,
.main5_r   .paramset table th{
    width: 92px;
    height:auto !important;
    word-wrap: break-word;
    padding: 12px;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
  }
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
.main5_r   .paramset  h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.main5_r .main5_r_b .main5_r_b_t_l p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 21px;
}
.main5_r .main5_r_b  h3{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.main5_r .main5_r_b  h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 12px;
}
.main5_r .main5_r_b  ul  ul{
    padding: 0;
    margin: 0 0 10px 25px;
}
.main5_r .main5_r_b  dt {
    font-weight: bold;
}
用户代理样式表
.main5_r .main5_r_b   dt {
    display: block;
}
.main5_r .main5_r_b  dd {
    margin-left: 10px;
    display: block;
    margin-inline-start: 40px;
}




.main5_r .main5_r_b  p{
    font-size: 14px;
    line-height: 28px;
    text-align:justify;
}
.main5_r .main5_r_b  p img{
    max-width: 500px;
    width: auto;
}
.main5_r .main5_r_b  p.sjpos{
    text-indent: 28px;
}
.main5_l_t{
    width: 170px;
}
.main5_r_b_l{
    width: 538px;
    color: #333333;
}
.main5_r_b_l h3{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    padding-bottom: 28px;
}
.main5_r_b_l .h3_1{
    height: 60px;
    line-height: 60px;
}
.main5_r_b_l p{
    font-size: 16px;
    padding-bottom: 15px;
}




/*关于产品开始*/
/*banner3开始*/
.banner3{
    width: 100%;
    height: 359px;
    background: url("../images/banner3.jpg") no-repeat top center;
}
.main6 .container .main6_r{
    background-color: #fff;
    margin: 50px 0;
    color: #666666;
    padding-bottom: 50px;
}
.main6_r .main6_r_t{
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    padding-left: 24px;
    font-size: 14px;
}
.main6_r .main6_r_b{
    width: 843px;
    margin-left: 24px;
}
.main6_r  .introduce{
    padding: 20px 0 0 0;
}
.main6_r  .introduce p{
padding: 0 !important;
line-height: 28px;
text-align: justify;
text-indent: 28px;
color:#666;
font-size:14px !important;
}
.main6_r  .introduce h3{
 font-size:14px;
 line-height: 28px;
 font-weight:600;
 text-align: justify;
 color:#666;
 padding: 0 !important;
}

.main6_r .main6_r_t a{
    color: #666666;
}
.main6_r_b_l{
    width: 538px;
}
.main6_r_b h3{
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}
.main6_r_b p{
    font-size: 16px;
    padding-bottom: 15px;
    color: #999999;
}




/*公司新闻开始*/
/*banner4开始*/
.banner4{
    width: 100%;
    height: 359px;
    background: url("../images/banner4.jpg") no-repeat top center;
}
.main7 .container .main7_r{
    width: 896px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #666666;
    padding-bottom: 50px;
}
.main7_r .main7_r_t{
    width: 843px;
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main7_r .main7_r_t a{
    color: #666666;
}
.main7_r .main7_r_b{
    width: 843px;
    margin-left: 24px;
    margin-top: 16px;
    color: #333333;
}
.main7_r .main7_r_b .main7_r_b_t_l p{
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 21px;
}
.main7_l_t{
    width: 170px;
}
.main7_r_b_t_r{
    width: 602px;
}
.main7_r_b_t_r h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.main7_r_b_t_r p{
    font-size: 12px;
    color: #999999;
}
.main7_r_b_t_r a{
    display: block;
    width: 78px;
    height: 24px;
    line-height: 24px;
    background-color: #0266b0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 50px;
}
.main7_r_b_b{
    width: 850px;
    border-top: 1px dashed #e4e4e4;
    margin-top: 34px;
    margin-bottom: 50px;
}
.main7_r_b_b ul li{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #e4e4e4;
    background: url("../images/xw_icon.png") no-repeat left center;
}
.main7_r_b_b ul li a{
    font-size: 14px;
    color: #666666;
    float: left;
    padding-left: 20px;
}
.main7_r_b_b ul li span{
    font-size: 11px;
    color: #cccccc;
    float: right;
}


/*公司新闻-详情开始*/
/*main8开始*/
.main8 .container .main8_r{
    width: 896px;
    /*height: 762px;*/
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #666666;
    padding-bottom: 50px;
}
.main8_r .main8_r_t{
    width: 843px;
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main8_r .main8_r_t a{
    color: #666666;
}
.main8_r .main8_r_b{
    width: 852px;
    margin-left: 24px;
    margin-top: 16px;
}
.main8_r_b h3{
    line-height: 44px;
    font-size: 16px;
    padding-bottom: 28px;
    text-align: center;
    font-weight: bold;
    color: #323232;
}
.main8_r_b p{
    font-size: 14px;
    line-height:28px;
    text-indent: 28px;
    color: #999999;
    text-align: justify;
}
.main8_r_b h4{
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
.main8_r_b h5{
    font-size: 14px;
    font-weight: bold;
    line-height: 28px;
    text-indent: 28px;
}

.qiehuan{
    border-top: 1px solid #a0a0a0;
}
.qiehuan a,
.qiehuan span{
    font-size: 12px;
}
.qiehuan a{
    display: block;
    color: #333333;
    height: 20px;
    line-height: 20px;
    padding-top: 20px;
}
.qiehuan span{
    color: #666666;
}



/*售后服务开始*/
/*banner5开始*/
.banner5{
    width: 100%;
    height: 359px;
    background: url("../images/banner5.jpg") no-repeat top center;
}
.main9 .container .main9_r{
    background-color: #fff;
    margin: 50px 0;
    color: #666666;
    padding-right: 24px;
    padding-bottom: 50px;
}
.main9_r .main9_r_t{
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    font-size: 14px;
}
.main9_r .main9_r_b{
    margin-left: 24px;
    margin-top: 38px;
    color: #333333;
}

.main9_r_b_t_r{
    width: 552px;
    margin-left: 24px;
}
.main9_r_b_t_r a:hover{
    background-color: #024e86;
}
.main9_r_b_t_r h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}
.main9_r_b_t_r p{
    font-size: 12px;
    color: #999999;
}
.main9_r_b_t_r a{
    display: block;
    width: 78px;
    height: 24px;
    line-height: 24px;
    background-color: #cccccc;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 33px;
}
.main9_r_b_t_l{
    width: 224px;
    height: 127px;
    border: 1px solid #cccccc;
    text-align: center;
    overflow: hidden;
}
.page{
    margin-top: 58px;
}



/*售后服务-详情开始*/
.banner5{
    width: 100%;
    height: 359px;
    background: url("../images/banner5.jpg") no-repeat top center;
}
.main10 .container .main10_r{
    width: 896px;
    /*height: 762px;*/
    background-color: #fff;
    margin: 50px 0;
    color: #666666;
    padding-bottom: 50px;
}
.main10_r .main10_r_t{
    /*width: 843px;*/
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main10_r .main10_r_t a{
    color: #666666;
}
.main10_r .main10_r_b{
    padding: 16px 24px 0 24px;
    color: #333333;
}
.main10_r_b_l{
    width: 538px;
}
.main10_r_b .main10_r_b_l > h3{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
}
.main10_r_b .main10_r_b_l p{
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}


/*联系我们开始*/
/*banner6开始*/
.banner6{
    width: 100%;
    height: 359px;
    background: url("../images/banner6.jpg") no-repeat top center;
}
/*main11开始*/
.main11 .container .main11_r{
    width: 872px;
    padding-right: 24px;
    background-color: #fff;
    margin: 50px 0;
    color: #666666;
    padding-bottom: 50px;
}
.main11_r .main11_r_t{
    height: 46px;
    line-height:46px;
    border-bottom:1px solid #f6f6f6;
    margin-left: 24px;
    font-size: 14px;
}
.main11_r .main11_r_t a{
    color: #666666;
}
.main11_r .main11_r_b{
    padding: 16px 24px 0 24px;
}
.main11_r .main11_r_b h3{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bold;
}
.main11_r .main11_r_b p{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
.main11_r .main11_r_b img{
    margin-top: 20px;
}
/*在线留言开始*/
.main12_r_b h3{
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.xingming,
textarea,
.tijiao{
    font-size: 14px;
    color: #333333;
    padding-left: 16px;
    margin-left: 115px;
    margin-bottom: 25px;
    border: 1px solid #bfbfbf;
}
.xingming{
    width: 589px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
}
textarea{
    width: 589px;
    height: 160px;
    resize: none;
}
.tijiao{
    width: 610px;
    height: 45px;
    background-color: #024e86;
    margin-left: 115px;
    text-align: center;
    color: #ffffff;
    border: none;
}
/*招贤纳士开始*/
.line{
    width: 849px;
    height: 1px;
    background: url("../images/zxns.png") repeat-x;
    margin-top: 40px;
}
/*首页搜索框*/
.search_bar{
    width: 448px;
    height: 40px;
    border: none;
    padding: 0;
    position: absolute;
    top: 126px;
    left: 850px;
    display: none;
}
/*首页产品分类蒙层*/
.layer{
    background: url('../images/index_bj1.png') repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
/*首页在线客服部分*/
.zx{
    width: 215px;
    position: fixed;
    top: 150px;
    right: -182px;
    z-index: 9999;
}
.zx .zx_l{
    width: 33px;
    height: 158px;
    background-color: #0266b0;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.zx .zx_r{
    border-bottom:2px solid #8f8f8f;
    width: 182px;
}
.zx .zx_r .zx_r_t{
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    color: #ffffff;
    background-color: #0266b0;
    border: 1px solid #013e6c;
    text-align: center;
}
.zx .zx_r .zx_r_b{
    background-color: #e2e1e1;
}
.zx .zx_r .zx_r_b a {
    display: block;
    width: 168px;
    height: 40px;
    border-top:1px solid #ececec;
    border-bottom: 1px solid #d4d4d4;
    line-height: 40px;
    padding-left: 40px;
    margin: 0 auto;
}
.zx .zx_r .zx_r_b  .erweima {
    display: inline-block;
    width: 144px;
    height: 145px;
    margin-top: 10px;
    margin-left: 20px;

}
.zx .zx_r .zx_r_b a .Qzx{
    font-size: 16px;
    color: #343434;
    padding-left: 16px;
    display: inline-block;
    text-align: left;
}
.zx .zx_r .zx_r_b a .kf{
    font-size: 16px;
    color: #343434;
    padding-left: 16px;
}

.zx .zx_r .erwm img {
    display: block;
    margin: 0 auto;
}
.zx .zx_r .zx_r_b p {
    font-size: 20px;
    color: #343434;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

/*new add*/
.slideBox{
    width:100%;
    height:495px;
    overflow:hidden;
    position:relative;
    top: -13px;
}

.slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd li a {
    display: block;
    width:100%;
    height:495px;
}


.slideBox .prev,
.slideBox .next{
    position:absolute;
    top:50%;
    margin-top:-75px;
    display:block;
    width:70px;
    height:150px;
}
.slideBox .prev {
    background: url("../images/left.png") no-repeat;
    left: 0;
}
.slideBox .next{
    background: url("../images/right.png") no-repeat;
    right: 0;
}
