﻿/*服务项目*/
@charset "utf-8";
body{
    font-family: "Microsoft YaHei";
}
.ServiceItems{
    width:1050px;
    margin:50px auto;
    overflow: hidden;
}
.as{
    width:1026px;
   height:478px;
    background: #0F40A9;
}
.st_1{
    width:342px;
    height:239px;
    background:#fff;
    float:left;
}
div.st_1{
    /*opacity: 0.95;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;*/
}
div.st_1:hover{
    /*-webkit-transform: scale3d(0.97,0.97,1);*/
    /*transform: scale3d(0.99,0.9,1);*/
    /*-webkit-transform: scale2d(2,4);*/
    /*transform: scale2d(2,4);*/
   /* transform: scale(0.97,0.97);*/
    -ms-transform: scale(0.97,0.97);	/* IE 9 */
    -webkit-transform: scale(0.97,0.97);	/* Safari 和 Chrome */
    -o-transform: scale(0.97,0.97);	/* Opera */
    -moz-transform: scale(0.97,0.97);	/* Firefox */
}
div.asdsg:hover{
    background: #0E3FA8;
}
/*hover效果==================================*/

.st_1>img{
    width:342px;
  height:100%;
}
.index_h1{
    font-size:30px;
    font-weight:bold;
    text-align: center;
    color:#103FA7;
}
.index_h6{
    font-size:12px;
    font-weight:bold;
    text-align: center;
    color:#656565;
    margin-top: 10px;
    margin-bottom: 50px;
}
.st_1wenzi{
    background:#fff;
}
/*.st_1wenzi:hover{
    border:2px solid #0F40A9;
 }*/
.index_h4,.index_p1{
    text-align:center;
}
.index_h4{
    margin-top:60px;
    font-size:20px;
    color:#0F40A9;
}
.index_p1{
    font-size:14px;
    margin-top:7px;
}
.index_button1{
    width:95px;
    height:28px;
    margin-top:30px;
    margin-left:125px;
    border:1px solid #0F40A9;
    background: #fff;
    cursor: pointer;
}
/**/
.shuizhijiance{
    opacity: 1;
}
.shuizixian{
    width:25px;
    height:3px;
    background: #0F40A9;
    /*margin-left:40px;*/
    /*margin-top:2px;*/
    margin: 5px auto;
}
.index_p11{
    font-size:14px;
    margin-top:29px;
    text-align: center;

}

/*公司简介*/
.Company_profile{
    /*width:100%;
    height:564px;
    margin:105px 0 0 0;
    background-image:url(../images/a4.jpg);
    background-repeat:no-repeat;
    position: relative;*/
background-image:url('../images/a4.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height:100%;
    padding-top: 35px;
    padding-bottom: 35px;


}
.company_box{
    width:895px;
    height:490px;
    background:#fff;
margin:0 auto;
    /*position: absolute;
    top:40px;
    left:28%;*/
}
.company_box_box{
    padding-top:55px;
    margin-left:74px;
    margin-right: 74px;
    padding-bottom:55px;
    position: relative;
}
.index_h11{
    font-size:30px;
    font-weight:bold;
    color:#103FA7;
}
.index_p2{
    font-size:12px;
    font-weight:bold;
    color:#656565;
    margin-top: 8px;
}
hr{
    margin:16px 0px 35px 0px;
}
.index_p3{
    text-indent: 2em;
    color:#303030;
    line-height: 28px;
    font-size:16px;
}
.index_button2{
    width:94px;
    height:30px;
    border:1px solid #103FA7;
    padding:5px 0px 0px 25px ;
    position: absolute;
    right:4px;
    bottom:0;
    cursor: pointer;
}
.index_button2:hover {
    background:#103FA7;
    color:#fff;
}
/*经典案例*/
.Classic_Case{
    width:100%;
    background: #fff;
    padding:100px 0 70px 0;
}
.case_box{
    width:1026px;
    margin:0px auto;
    overflow: hidden;
}

.case_box_1{
    width:315px;
    height:239px;
   /* background: #b7dcff;*/
    float:left;
    position: relative;
}
.case_box_1>img{
    width:315px;
    height:239px;
}
.case_box_1_right{
    margin-right:20px;
      margin-bottom: 20px;
}
.case_box_1_top{
    margin-top:20px;
}
.case_box_1_wenzi{
    padding:50px 0 0 30px;
    position: relative;
    z-index: 999;
}

/*hover效果===================*/
div.case_box_1::before,
div.case_box_1::after{
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content:"";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
div.case_box_1::before{
    border-top:2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    /*content:"安短";*/
}
div.case_box_1::after{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
div.case_box_1:hover::before,
div.case_box_1:hover::after{
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.case_box_1_kqjc{
    position: absolute;
    top:45%;
    left:32%;
}
.case_box_1:hover>.case_box_1_kqjc > p{
     opacity: 1;
     animation:slidein 2s ;
    -webkit-animation:slidein 2s ; /* Safari 和 Chrome */

}

@keyframes slidein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.kqjc1{
    font-size:24px;
    color:#fff;
    font-weight: bold;
    opacity: 0;
}
.kqjc2{
    width:25px;
    height:4px;
    background: #fff;
    margin-left:33px;
    margin-top:2px;
    opacity: 0;
}

.index_p4{
    color:#303030;
    line-height: 28px;
    font-size:14px;
    margin-top:18px;
}
.Our_Advantages{
    width:100%;
    margin:50px 0;
}
.Our_Advantages_box{
    width:1200px;
    margin:0 auto;
}
.nav2{
    float:left;
    margin-bottom: 30px;
}
.tab_li{
    width:245px;
    height:80px;
    background:#179CDF;
    float:left;
    text-align:center;
    line-height: 80px;
    color:#fff;
    border-right:1px solid #F2F2F2 ;
    cursor: pointer;
}
.tab_li:hover{
    background:#103FA9;
}
.tab_img{
    vertical-align: middle;
}
.abiaoqian{
    color:#fff;
}
/**/
.tab_li_box1{
   clear: both;
   overflow: hidden;
}
.tab_li_box1_top{

}
.tab_li_box1_top_box{
    width:322px;
    height:239px;
    background:#fff;
    float: left;
    margin-right:10px;
}
.tab_li_box1_top_box>img{
    width:100%;
    height:100%;
}
.tab_li_box1_bottom_box{
    width:488px;
    float:left;
    margin-top:10px;
    margin-right:10px;
}
.tab_li_box1_bottom_box>img{
    width:100%;
    height:100%;
}
.tab_li_box2_img{
    width:210px;
    height:100px;
    background:#fff;
    float:left;
    margin-right:37px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 100px;
}
.tab_li_box2_img img{
	vertical-align: middle;
}



/*资质证书*/
.Qualification{
    /*width:100%;
    height:564px;
    background-image:url(../images/a14.jpg);
    background-repeat:no-repeat;
    position: relative;*/
    background-image:url(../picture/gywmbg.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height:100%;
}
.Qualification_box{
    width:1200px;
    height:560px;
    background:#fff;
    margin:0px auto ;
    /*position: absolute;
    left:23%;*/
}
.Qualification_box_left{
    width:570px;
    height:100%;
    float: left;
    background:#0b3da9;
    padding: 5%;
}
.Qualification_po_right{
    position: relative;
}
.Qualification_box_right{
    width:500px;
    height:468px;
    float: right;
    position: absolute;
    top:80px;
    right:40px;
}
.Qualification_box_pad{
	height: 100%;
	color: #fff;
	position: relative;
}
.Qualification_box_pad .about-detail{
	width: 158px;
	height: 34px;
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
}
.Qualification_box_pad .about-detail:hover{
	color: #0b3da9;
	background: #fff;
}
.index_h111{
    font-size:30px;
    font-weight:bold;
    color:#103FA7;
    padding:100px 0px 0px 77px ;
}
.shuxian{
    width:2px;
    height:57px;
    background:#0F3FA3;
    margin:10px 0px 10px 78px ;
}
.jiance_wenzi{
    font-size: 24px;
    font-weight: bold;
    color:#303030;
    padding:0px 0px 0px 77px ;
}
.jiance_wenzi2{
    font-size:20px;
    padding:10px 70px 0px 77px ;
}
/*.Qualification_box_right{*/
    /*position: relative;*/
/*}*/
.bannerbanner{
    position: relative;
    overflow: auto;
    text-align: center;
}
.bannerbanner ul li { float: left; }
#b022 .dots { position: absolute; left: 0; right: 0; bottom: 20px;}
#b022 .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
#b022 .dots li.active {
    background: #fff;
    opacity: 1;
}
#b022 .arrow { position: absolute; top: 200px;}
#b022 #al { left: 15px;}
#b022 #ar { right: 15px;}

/*企业理念*/
.Concept{
	width: 100%;
	background: url(../picture/qybg.jpg) center no-repeat;
	padding: 44px 0;
}
.Concept_box{
	overflow: hidden;
	width: 1016px;
	height: 460px;
	margin: 0 auto;
}
.Concept_box_left{
	width: 391px;
	height: 100%;
	float: left;
	background: #0b3da9;
}
.Concept_box_pad{
	margin: 66px auto;
	width: 320px;
}
.Concept_po_right{
	float: right;
	width: 606px;
	height: 100%;
	background: #fff;
}
.Concept_box_right{
	width: 410px;
	margin: 80px auto;
	overflow: hidden;
}
.Concept_box_right ul li span{
	color: #323232;
	font-size: 16px;
	line-height: 70px;
}


/*新闻中心*/
.News{
    width:100%;
    background: #fff;
    padding: 80px 0;
    margin-top:-8px;
}

.News_box{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.News_box_sunmit{
    margin-bottom: 60px;
}
.submit_new1{
    color:#fff;
    background: #0F40A9;
}

.submit_new1,.submit_new2{
    width:98px;
    height:30px;
    float:left;
    margin-right:2px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
.submit_new2{
    color:#000;
    /*background: #0F40A9;*/
}

.submit_new2:hover{
    color:#fff;
    background: #0F40A9;
}
.news_kuai{
    overflow:hidden;
}
.news_kuai_1{
    width:380px;
    height:360px;
    background-color: #FFF;
    -webkit-box-shadow:rgb(162, 162, 162) 0px 0px 10px;
    -moz-box-shadow:rgb(162, 162, 162) 0px 0px 10px;
    box-shadow:rgb(162, 162, 162) 0px 0px 10px ;
    float: left;
    margin: 5px 20px 5px 5px;
}
.news_kuai_1:last-child{
	margin-right: 0;
}
.news_kuai_1>.news_kuai_img>a>img{
    width:100%;
}
.news_kuai_img{
    width:100%;
    height:207px;
    position: relative;
}
.news_kuai_img>a>img{
 width:100%;
height:100%;
}


div.news_kuai_1:hover,div.news_kuai_1:hover p{
    color:#fff;
    background:#103FA9;
}
.news_wen1{
    font-size:16px;
    color:#0f3fa8;
    margin-left: 18px;
    margin-right: 18px;
    font-weight: 600;
    margin-top:12px;
    cursor: pointer;
}
.news_wen2{
    font-size:14px;
    color:#858585;
    margin-left: 18px;
    margin-right: 18px
}
.news_wen3{
    font-size:14px;
    color:#303030;
    margin-top: 17px;
    margin-left: 18px;
    margin-right: 18px
}

.Service_Processes_box{
	background: #fff;
	padding: 80px 0;
}
.Service_Processes{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.Service_Processesdiv_box, .Service_Processesdiv_box2, .Service_Processesdiv_box3, .Service_Processesdiv_box4, .Service_Processesdiv_box5, .Service_Processesdiv_box_img{
	float: left;
}
.Service_Processesdiv{
	overflow: hidden;
	padding: 0 98px;
}
.Service_Processesdiv_box{
	width: 140px;
	height: 140px;
	border: 1px solid #595959;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 18px;
	padding: 30px;
	line-height: 40px;
	cursor: default;
}
.Service_Processesdiv_box:hover{
	border: 1px solid #103FA7;
	color: #fff;
	background: #103FA7;
}
.Service_Processesdiv_box_img{
	margin: 55px 40px;
}


nav.navbar,
.service_box
{display:none;}



/**********************************************************/
.location-wrap{
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto;
}



@media(max-width: 768px) {
	
.menu,
.as
{display: none;}

nav.navbar,
.service_box
{display:block;}


nav.navbar{margin: 0;}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
}
.navbar-nav{margin-top:0;}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
    background-color:#008dd0;
}
.banner{
	top: 0;
	width: 100%;
}
#b04 .dots{
	bottom: 0;
}
#b04 .dots li{
	width: 8px;
	height: 8px;
}
.ServiceItems{
	width: 100%;
	margin: 0;
	padding: 15px 0;
}
.index_h1{
	font-size: 1.5em;
}
.index_h6{
	margin-bottom: 0;
}
.service_box{
	margin-top: 10px;
}
.col-xs-6{
	padding: 3px;
}
.service_box_zi1{
	height: 140px;
}
.service_box_zi1>img, .service_box_zi2>img{
	width: 100%;
	height: 100%;
}
.service_box_zi2 {
    background: #fff;
    border: 1px solid #103FA7;
    margin-top: 2px;
    position: relative;
    height: 136px;
}
.service_h2 {
    font-size: 1em;
    color: #103FA7;
    padding: 10px 0px;
}
.service_p2 {
    font-size: 1em;
    padding: 10px 0px;
}
.service_h2, .service_p2{
	text-align: center;
}
.btn-default {
    background: #0F40A9;
    color: #fff;
    padding: 7px;
    border-color: #F2F2F2;
}
.btn.inp1{
	font-size: 0.5em;
	display: block;
    margin: 0 auto;
}
.Qualification_box{
	width: 100%;
	height: auto;
	padding: 15px 0;
}
.Qualification_box_left{
	width: 100%;
	height: auto;
	float: none;
	padding: 10px;
	background: #fff;
}
.index_h11{
	font-size: 1.5em;
	margin-top: 10px;
	text-align: center;
}
.Qualification .index_h11 a{
	color: #103FA7 !important;
}
.index_p2{
	text-align: center;
}
.Qualification_box_pad p{
	font-size: 1em !important;
	color: #333 !important;
}
.about-detail{
	display: none;
}
.Qualification_po_right{
	overflow: hidden;
}
.Qualification_box_right{
	position: initial;
	width: 100%;
	height: auto;
}
.bannerbanner{
	width: 100% !important;
}
.bannerbanner ul li img{
	width: 100%;
	height: 100%;
}
#b022 .arrow{
	top: 50%;
	margin-top: -21px;
}
.Classic_Case{
	padding: 15px 0;
	background: #F2F2F2;
}
.case_box{
	width: 100%;
}
.case_box_1_right{
	margin: 0;
    width: 50%;
    height: auto;
    padding: 3px;
}
.case_box_1:first-child{
	width: 100% !important;
	height: auto !important;
}
.case_box_1:last-child{
	display: none;
}
.case_box_1_wenzi{
	padding: 10px 15px !important;
	text-align: center;
}
.case_box_1>img{
	width: 100%;
	height: auto;
}
.Concept{
	display: none;
}
.News{
	padding: 15px 10px;
	margin: 0;
}
.News_box{
	width: 98%;
	margin-top: 10px;
}
.News_box_sunmit{
	margin-bottom: 40px;
}
.news_kuai_1{
	width: 98%;
	margin: 5px;
}
.Our_Advantages_box{
	width: 100%;
}
.tab_li_box2_img{
	width: 46%;
	margin: 15px 2% 0 !important;
}
.tab_li_box2_img img{
	max-width: 90%;
}
.Service_Processes_box{display: none;}




}
















