

/* 轮播图 */
body {
    position: relative;
}

a,img{border:0;}
.flexslider{position:relative;width: 100%; overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li img{
    width: 100%;
}
.flex-control-nav{position:absolute;bottom:30px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;margin:0 auto;width:100%;top:45%; height: 50px; left:0;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:1%;background:url(../images/prev.gif) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:1%;background:url(../images/next.gif) center center no-repeat;}




/* 技术服务 */

/* .service_bg {
    background: url('../images/2_06.jpg') repeat;
} */

.service1 {
    height: 100%;
    margin: 0 auto;
    width: 1100px;
}

.info {
    height: 131px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    margin:0 auto;
    overflow: hidden;
}

.info span {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.info .ying {
    font-size: 14px;
    color: #999;
}

.info .span_info {
    font-size: 28px;
    color: #333333;
    margin-top: 32px;

}

.info span.line1{
    width: 31px;
    height: 3px;
    background-color: #012173;
    margin: 16px 0 8px 0;
    box-sizing: border-box;
    margin-left: 48.5%;
}

.main {
    margin-top: 40px;
}

.main li {
    float: left;
    position: relative;
    width:50%;
}

.pic {
    width: 549px;
    height: 228px;
    float: left; 
}

.pInfo {
    width: 275px;
    height: 228px;
    padding: 0 32px;
    box-sizing: border-box;
    font-size: 16px;
    display: table;
    cursor: pointer;
}


.pInfo_bg1 {
    background-color: #fff;
}

.pInfo_bg2 {
    background-color: #f6f6f6;
}

.pInfo_bg3 {
    background-color: #fff;
}

.pInfo_bg4 {
    background-color: #e1e1e1;
}



.pInfo p a{
    display: inline-block;
    padding-top: 20px;
    color: #666666;
}

.pInfo .more a{
    font-size: 12px;
    color: #999999;
}

.pInfo .pInfoCont {
    vertical-align: middle;
    display: table-cell;
}
.pInfo .pInfoCont p a:hover {
    text-decoration: none;
}

.picture {
    margin: 0 auto;
    overflow: hidden;
}

.picture img {
    cursor: pointer;
    transition: all 0.6s;
}

.kuang {
    width: 263px;
    height: 206px;
    border: 1px solid #999;
    z-index: 40;
    position: absolute;    
    top: 10px;
}

.kuang1 {
    right: 12px;
}

.kuang2 {
    left: 12px;
}


.icon1 {
    border-width: 10px; 
    border-style: solid;
    border-color: transparent transparent transparent #F5F5F5; 
    position: absolute;
    top: 50px;
    z-index: 100;
}

.icon1_1 { 
    left: 275px;
}

.icon1_2 {
    right: 255px;
}

.icon2 {
    border-width: 10px; 
    border-style: solid;
    border-color: transparent #F5F5F5 transparent transparent; 
    position: absolute;
    top: 50px;
    z-index: 100;
}

.icon2_1 { 
    left: 255px;
}

.icon2_2 {
    right: 275px;
}


.icon11 {
    border-color: transparent transparent transparent #fff;   
}

.icon22 {
    border-color: transparent transparent transparent #f6f6f6;   
}

.icon33 {
    border-color: transparent #fff transparent transparent; 
}

.icon44 {
    
    border-color: transparent #e1e1e1 transparent transparent; 
    
}

/* 箭头部分 */
.arrow {
    height: 145px;
    overflow: hidden;
    width: 100%;
}

.btn1 {
    width: 109px;
    height: 29px;
    border: 1px solid #B1BED4;
    margin: 55px auto;
    text-align: center;
    line-height: 28px;
    cursor:pointer;
}

 .btn1 i{
    font-size: 45px;
    color: #B1BED4;
}


/* 产品中心 */
#pro_cen  {
    margin: 0 auto;
}

#pro_cen .product_center1 {

    width:1100px;
    margin: 0 auto;

    height: 100%;
}

.pro {
    height: 237px;  
}

.product {
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    float: left;
}

.info_1 {
    height: 53px;
    line-height: 53px;
}

.info_1 .fl {
    color: #999999;
    margin-left: 15px;
}

.info_1 .letter{
    letter-spacing: -.4em;
    padding-right: 7px; 
}

.info_1 p a:hover {
    color: #1e51a2;
    text-decoration: none;
}

.product_li li {
    margin-left: 21px;
}

.product_li li:first-child,
.product_li li:nth-child(5) {
    margin-left: 0;
}

.product_li li:nth-child(5),
.product_li li:nth-child(6),
.product_li li:nth-child(7),
.product_li li:nth-child(8) {
    margin-top: 31px;
}

.product .image {
    overflow: hidden;
    border: 1px solid #e0e0e0;
}
.product .image img{
    cursor: pointer;
    transition: all 0.6s;
}

.product_li {
    margin-top: 40px;
}

.product_li li{
    float: left;
    position: relative;
}

/* 关于我们 */


.about, .about_bot{
    width: 1100px;
}

.about span.line1 {
    display:block;
    width: 32px;
    height: 4px;
    background-color: #012173;
    margin: 12px 0 8px 0;
    box-sizing: border-box;
    margin-left: 30%;
}

.about_top_but {
    border-radius: 0px;
    padding-top: 0px;
}

.about_bot_l {
    width: 497px;
}

.about_bot_r a img {
    padding-left: 55px;
    padding-top: 72px;
}

.split {
    position: absolute;
    top: 67px;
    left: 508px;
    z-index: 30;
}

.full_img2 {
    display: none;
}


 
.btn2 {
    width: 109px;
    height: 29px;
    border: 1px solid #B1BED4;
    margin: 48px auto;
    text-align: center;
    line-height: 28px;
    cursor:pointer;
}

.btn2 i{
    font-size: 49px;
    color: #B1BED4;
}

#full {
    width: 1100px;
    margin: 0 auto;
}

#full1 {
    width: 1040px;
    margin: 0 auto;
}


 #full.carousel {
    padding: 66px 0;
 }

 .carousel-inner .row li img {
    margin: 0 auto;
 }

