.line{
    height: 4px;
    background-color: #0f519b;
}

.head .logo{
    height: 106px;
    width: 249px;
    line-height: 106px;
    float: left;
}
.head .logo img{
    display: inline;
}



.head .nav {
    float: left;
    margin-left: 32px;
}
.head .nav{
    font-family: "宋体";
}
.head .nav .lia {
    display: block;
    width: 90px;
    text-align: center;
    line-height: 106px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    /*border-bottom: 1px solid #fff;*/
}

.head .nav .lia.hover,
.head .nav .lia:hover {
    background: url(../images/nav_bj.jpg) no-repeat center;
    color: #fff;
}
.nav .lis1{
    float: left;
    position: relative;
}
.nav .sub_col{
    position: absolute;
    left: 0;
    top: 106px;
    z-index: 100000;
   background: rgba(255,255,255,.8);
   display: none;
   padding:18px 0;
}
.head .h{
    overflow: visible;
    height: 106px;
}
.nav ul{
    overflow: visible;
}
.nav .sub_col li{
    width: 90px;
    text-align: center;
    
}
.nav .sub_col a{
    display: inline-block;
    line-height: 36px;
    color: #0375bd;
    border-bottom: 1px dashed #0375bd;
}
.nav .sub_col li:hover{
    background-color: #1882d5;
    
}
.nav .sub_col li:hover a{
    color: #fff;
}
.nav .sub_col li:last-child a{
    border-bottom: 0;
}



/*  搜索框   */
.head .h{
    position: relative;
}

.sear {
    position: absolute;
    right: 0;
    height: 95px;
    width: 100px;

}

.sea_a {
    width: 0px;
    height: 90px;
    position: absolute;
    right: 40px;
    background-color: #fff;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    font-family: '宋体';
    border:1px solid #ccc;

}

.sea_b {
    position: absolute;
    right: 0;
    width: 80px;
    height: 106px;
    background: url("../images/search.png") no-repeat center;
    background-color: #0375bd;
    cursor: pointer;
}



.index_play{
    padding-top: 38px;
    margin-bottom: 66px;
}
.index_play ul{
    width: 960px;
    margin: 60px auto 10px auto;
    

}
.index_tit{
    display: block;
    width: 378px;
    margin: 0 auto;
    line-height: 38px;
    background: url(../images/type.png) no-repeat center;
    text-align: center;
    font-size: 30px;
    color: #0375bd;
}

.index_play li{
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.index_play li a{
    display: block;
    width: 300px;
    height: 200px;
    overflow: hidden; 
    position: relative; 

}
.index_play li a img{
          transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.index_play li a:hover img{
           -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
     transform: scale(1.3); 
}

.biankuang{
    width: 2px;
    height: 2px;
    position: absolute;
    z-index: 99;
    border-radius:10px;
    /*background: black;*/
}
.biankuang_1{
    height: 0px;
    top: 9px;
    left:9px;
    border-left: 2px solid #bbbdc9;
}
.biankuang_2 {
    width: 0px;
    bottom:7px;
    left: 9px;
    border-top: 2px solid #bbbdc9;
}
.biankuang_3{
    height: 0px;
    bottom:9px;
    right:9px;
    border-right: 2px solid #bbbdc9;
}
.biankuang_4{
    width:0px;
    top:7px;
    right:9px;
    border-bottom: 2px solid #bbbdc9;
}
.text_gobuy_show{
    height: 50px;
    position: absolute;
    z-index:9;
    bottom: 0px;
    width: 280px;
    overflow: hidden;
    padding: 20px 15px ;
    cursor: pointer;
    background-color: rgba(32, 32, 33,0.3);
}












.more{
    display: block;
    width: 168px;
    line-height: 40px;
    border: 1px solid #cccccc;
    text-align: center;
    margin: 0 auto;
     -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.more:hover{
    color: #fff;
    background-color: #0375bd;
     border: 1px solid #0375bd;
}




.query{
    display: block;
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


.busin{
    padding-top: 38px;
}
.busin .n_li{
    margin-top: 60px;
    position: relative;
    left: 0;
    top: 0;
    height: 464px;
    width: 1200px;
}

.busin .b_num{
    overflow: visible;
    height: 256px;
}
.busin .b_num li{
    float: left;
    height: 272px;
}


.busin .b_num li a{
    display: block;
    width: 399px;
    height: 256px;
    /*border-bottom: 1px solid #0fa98e;*/
      -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  
}
.busin .b_num li .a1{
    background: url(../images/s1-1.png) no-repeat center 0px;
      background-color: #ebf4fa;
}.busin .b_num li .a2{
    background: url(../images/s2-2.png) no-repeat center 0px;
      background-color: #ebf4fa;
}.busin .b_num li .a3{
    background: url(../images/s3.png) no-repeat center 0px;
      background-color: #ebf4fa;
}

.busin .b_num li p{
    text-align: center;
    padding-top: 176px;
    font-size: 20px;
}

.busin .b_num li .a2{
    border-left: 1px solid #ccc;
    border-right:1px solid #ccc;


}

.busin .b_num .hover .a1{
    background: url(../images/s1.png) no-repeat center 0px;
}.busin .b_num .hover .a2{
    background: url(../images/s2.png) no-repeat center 0px;
}.busin .b_num .hover .a3{
    background: url(../images/s3-3.png) no-repeat center 0px;
}

.busin .b_num .hover .a1>p,
.busin .b_num .hover .a1>p,
.busin .b_num .hover .a2>p,
.busin .b_num .hover .a3>p{
   color: #fff;

}

.busin .b_num .hover,
.busin .b_num .hover:hover{
    background: url(../images/bj.png) no-repeat center;
}


.busin .b_num .hover a{
   background-color:transparent;
}


.busin .b_con {
    width: 1198px;
  position: absolute;
  left: 0;
  top: 256px;
}
.busin .b_con li{
    height: 204px;
    border: 1px solid #0fa98e;
    display: none;
}

.busin .b_con li p{
    width: 934px;
    margin: 0 auto;
    border-bottom: 2px solid #0fa98e;
    padding-bottom: 34px;
    padding-top: 76px;
    line-height: 24px;
    font-family: "宋体";

}


.busin .b_con .show{
    display: block;
}


/*首页公司简介*/

.index_sum{
    overflow: hidden;
    width: 1920px;
    height: 580px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 66px;
}
.index_sum .sum{
    width: 960px;
    height: 580px;
    float: left;
    background: url(../images/sum.jpg) no-repeat center;
}
.index_sum .sum .sum_main{
    width: 690px;
    height: 580px;
    padding-left: 270px;
    /*background: rgba(3,117,189,0.8);*/
}
.index_sum .sum_main .sum_tit{
    font-size: 30px;
    color: #fff;
    line-height: 70px;
    background: url(../images/type2.png) no-repeat left bottom;
}

.index_sum .sum_main .sum_con{
    line-height: 24px;
    color: #fff;
    padding: 28px 80px 0 0;
}

.index_sum .add{
    width: 472px;
    height: 213px;
    position: absolute;
    left: 926px;
    top: 180px;
    background: rgba(255,255,255,0.9);
}
.index_sum .add .add_de{
    width: 352px;
    height: 140px;
    border: 1px solid #1c82c3;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -213px;
    line-height: 28px;
    padding: 40px 34px 0 40px ;
}
.index_sum .add .add_de p{
    padding-left: 32px;
    font-size: 16px;
    color: #0375bd;
    margin-bottom: 30px;
}
.index_sum .add .add_de p:first-child{
    background:url(../images/add.png) no-repeat left 6px;
}
.index_sum .add .add_de p:last-child{
    background:url(../images/tel.png) no-repeat left 6px;
}

.index_sum .map{
    float: left;
    width: 960px;
}






/*首页新闻中心*/

.index_news{
    padding-top: 38px;
    margin-bottom: 56px;
}

.index_news .index_tit{
    margin-bottom: 60px;
}
.index_news li{
    float: left;
    margin-right: 57px;
}

.index_news li a{
    display: block;
    width: 362px;
    height: 378px;
}

.index_news .tit{
    font-size: 20px;
    padding-top: 28px;
    padding-bottom: 8px;
    color: #0375bd;
}
.index_news .summary{
    line-height: 24px;
    color: #000000;
    margin-bottom: 10px;
}

.index_news .img{
    position: relative;
    left: 0;
    top: 0;
    width: 362px;
    height: 205px;
    overflow: hidden;

}
.index_news .img img{
        transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.index_news li a:hover img{
     -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
     transform: scale(1.3); 
}


.index_news .date{
    width: 80px;
    height: 66px;
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: #0375bd;
}
.index_news .date p{
    color: #fff;
    text-align: center;
    font-family: "Aria";
}
.index_news .date1{
    font-size: 30px;
}

.index_news .mo{
    float: right;
    color: #0375bd;
    padding-right: 10px;
    background:url(../images/mo.png) no-repeat right center;
}



/*底部导航*/


.footer{
    overflow: hidden;
    width: 1920px;
    position: relative;
    left:50%;
    margin-left: -960px;
}
.footer .h{
    background-color: #02253b;
    float: left;
}
.foo_log{
    width: 360px;
    line-height: 260px;
    text-align: center;
    float: left;
}
.foo_log img{
    display: inline;
}

.foo_nav li{
    float: left;
}
.foo_nav li a{
    display: block;
    width: 150px;
    line-height: 53px;
    color: #fff;
    text-align: center;
    background: url(../images/foo_bj.jpg) no-repeat right center;
}
.foo_nav li:last-child a{
    background: transparent;
}
.foo_nav li a:hover{
    color: #1a9ef1;
}
.foo_nav ul{
    border-bottom: 1px solid #1c3b4f;
}

.foo_b{
    padding-top: 40px;
    height: 166px;
}

.foo_b .com_de{
    padding-left: 42px;
    width: 742px;
    float: left;
}

.foo_b .com_tit{
    font-size: 24px;
    color: #1a9ef1;
    padding-bottom: 16px;
    background: url(../images/foo2.jpg) no-repeat bottom left;
}

.foo_b .foo_con{
    padding-top: 20px;
}
.foo_b .foo_con p{
    font-size: 16px;
    color: #bfbfbf;
    line-height: 36px;
}




.foo_b .foo_r{
    float: right;
    width: 400px;
}

.foo_b .foo_r .qd{
    margin-left: 146px;
}
.foo_b .foo_r .qd span{
    float: left;
    font-size: 12px;
    color: #fff;
    margin-right: 16px;
    margin-top: 116px;
}
.foo_b .foo_r .qd img{
    float: left;
}

.foo_b .foo_r ul{
    width: 42px;
    float: left;
    margin-left: 32px;
    overflow: visible;
}
.foo_b .foo_r ul li{
    margin-bottom: 20px;
}
.foo_b .foo_r ul a{
    display: block;
    width: 42px;
    height: 42px;
    

}

.foo_b .foo_r ul a{
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.foo_b .foo_r ul .a1{
    background: url(../images/qq.png) no-repeat center;
    background-color: #355162;
}

.foo_b .foo_r ul .a1:hover,
.foo_b .foo_r ul .a2:hover{
    background-color: #1792df;
}
.foo_b .foo_r ul .a2{
    background: url(../images/wx.png) no-repeat center;
    background-color: #355162;
    position: relative;
    left: 0;
    top: 0px;
}

.foo_b .foo_r ul .a2 img{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50px;
    top: 0px;
    display: none;
        -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.foo_b .foo_r ul .a2:hover img{
    display: block;
}


.foo{
    background-color: #011827;
}
.foo p a{
    line-height: 58px;
    color: #757b81;

}

.foo p a:last-child{
    float: right;
    
}
.foo p .mai:hover{
    color: #1a9ef1;
}
.foo p{
    margin-left: 48px;
    margin-right: 48px;
}




/*公司简介*/




.about{
    background-color: #f4f4f4;
}

.about .h{
    background-color: #fff;
    padding-bottom: 112px;
}

.left_list{
    margin-bottom: 64px;
}

.left_list li{
    float: left;
    margin-right: 10px;
}

.left_list li a{
    display: block;
    width: 138px;
    line-height: 36px;
    text-align: center;
    background-color: #e6e6e6;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.left_list li a.hover,
.left_list li a:hover{
    background-color: #0375bd;
    color: #fff;
}




.w1100{
    width: 1100px;
    margin: 0 auto;
    padding-top: 35px;
}
.w1100 .ab_con{
    font-size: 14px;
    /*padding-top: 64px;*/
    line-height: 30px;
}


.honor{
    padding-top: 42px;
}
.honor li{
    float: left;
    margin-right: 52px;
    margin-bottom: 40px;
}
.honor li img{
    border: 1px solid #ccc;
}


/*公司实力*/

.play a{
    display: block;
    width: 332px;
    height: 212px;
    overflow: hidden;
    position: relative;
}






/*  业务范围  */

.fw li{
    height: 190px;
    margin-bottom: 10px;
    background-color: #f4f4f4;
}
.fw img{
    float: left;
}
.fw .b_con{
    width: 724px;
    float: right;
    padding-top: 28px;
    margin-right: 66px;

}

.fw .tit{
    padding-bottom: 22px;
    font-size: 18px;
    color: #0375bd;
}

.fw .b_con .b_sum{
    line-height: 30px;
    color: #333333;

}

.fw .two img{
    float: right;
}
.fw .two .b_con{
    float: left;
    margin-left: 43px;
}
.fw .two .tit{
    text-align: right;
}





.news ul li{
    height: 180px;
    background-color: transparent;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.news ul li a{
    display: block;
    height: 180px;
}

.news ul .img{
    width: 252px;
    height: 160px;
    overflow: hidden;
    float: left;
}

.play a img,
.news .img img{
        transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.play a:hover img,
.news li a:hover img{
     -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
     transform: scale(1.3); 
}




/*  联系我们  */


.con_list h2{
    font-size: 24px;
    color: #0375bd;
    padding-left: 30px;
    background: url(../images/contect.jpg) no-repeat left center;
    margin-bottom: 24px;
}

.con_list p{
    line-height: 38px;
    padding-left: 30px;
}
.con_list p{
    background: url(../images/con_icon1.png) no-repeat left center;
}
.con_list p:last-child {
    background: url(../images/con_icon2.png) no-repeat left center;
    margin-bottom: 45px;
}


/*留言*/

.manager p{
    margin-bottom: 15px;
}
.manager input{
    line-height: 35px;
    border:1px solid #cccccc;
    padding-left: 10px;
    color: #999999;
    font-family: "宋体";
    font-size: 4px;
    width: 260px;
}

.manager textarea{
    line-height: 35px;
    border:1px solid #cccccc;
    padding-left: 10px;
    color: #999999;
    font-family: "宋体";
    font-size: 14px;
    height: 250px;
}
.manager .wi{
    width: 644px;
}

.manager .sub{
    color: #333333;
    background-color: #cccccc;
    left: 46px;
    width: 172px;
    font-size: 16px;
    padding-left: 0;
     -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.manager .sub:hover{
    background-color: #1797e8;
    color: #fff;
}


/*新闻内页*/


.news_read .title{
    text-align: center;
    font-size: 24px;
    color: #0375bd;
    line-height: 46px;
    padding-top: 4px;
}

.news_read .di{
    text-align: center;
    margin-top: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.news_read .di span{
    padding-right: 18px;
    font-size: 12px;
    columns: #666666;
}

.news_read .news_con{
    padding: 30px 40px;
    line-height: 30px;
    color: #333333;
    font-family: "宋体";
}


/*  货源信息  */


.about .tab tr {
    border-right: 1px solid #a6a6a6;
}
.about .tab th{
    
     line-height: 34px;
      background-color: #dddddd; 
     color: #0375bd;
     border-left: 1px solid #a6a6a6;
      font-weight: 300;
}

.about .tab td{
    text-align: center;
     line-height: 60px;
      border-left: 1px solid #cccccc;
     border-bottom: 1px solid #cccccc;
}