.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'iconfont';  /* project id 628254 */
    src: url('//at.alicdn.com/t/font_628254_krs5euvdmxmeu3di.eot');
    src: url('//at.alicdn.com/t/font_628254_krs5euvdmxmeu3di.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_628254_krs5euvdmxmeu3di.woff') format('woff'),
    url('//at.alicdn.com/t/font_628254_krs5euvdmxmeu3di.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_628254_krs5euvdmxmeu3di.svg#iconfont') format('svg');
  }





*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}
header{
    background: #434343;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
}
header .header{
    display: flex;
    justify-content:space-between;
}
header .header .ave{
    font-size: 12px;
    color: #d8d8d8;
    padding: 7px 0;
}
header .header .sell .sell_s1{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}
header .header .sell .sell_s2{
    font-size: 16px;
    font-weight: bold;
    color: #fff; 
}
header .header .sell .sell_s3 a{
    font-size: 12px;
    color: #d8d8d8;
    margin-left: 4px;
    text-decoration: none;
}
.navbar-brand>img{
    position: absolute;
    left: 0;
    top: -175px;
    z-index: 1;
}

.navbar {
	background: #FFFFFF;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.navbar .navbar-brand {
	height: auto;
}

.navbar .navbar-collapse {
	height: auto;
}

.navbar .logo {
	width: 100%;
}

.nav_tex {
	display: none;
}

.navbar .navbar-nav {
	height: auto;
}
.link_img{
    width: 100%;
}
.navbar .navbar-nav .linkk a {
	padding: 75px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: -1px;
	background: #204D74;
	position: relative;
	left: 0;
	top: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -1px;
    position: relative;
}
.navbar-default .navbar-nav>li>a::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 45%;
    height: 10%;
    width: 1px;
    background-color: #ccc;
}
.down {
    visibility: hidden;
    width: 100%;
    text-align: center;
    padding: 10px 8px 0px 10px;
    position: absolute;
    left: 0;
    top: 69px;
    z-index: 10;
}

.down a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	background: #337ab7;
	padding-top: 10px;
	padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li:hover>a {
	background: #1691e1;
	color: #FFFFFF;
}
.on:hover .down {
	visibility: inherit;
}
.navbar-nav>li{
    padding: 8px 0px 0px 10px;
}



#banner{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  #p{
    background: #f2f1f1;
  }
  #p .banner_text{
      display: flex;
      justify-content:space-between;
  }
  #p p{
    width: 33%;
    text-align: center;
    padding: 3px 0;
    margin: 0;
  }

  

  #banner img{
    width:100%;
    display: none;
  }
  #left{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 42%;
    font-size: 50px;
    color: #fff; 
  }
  #right{
    display: inline-block;
    position: absolute;
    right:0;
    top: 42%;
    font-size: 50px;
    color: #fff; 
  }
  #p .banner_text .on{
    background: #707070;
  }
  #left{
    display: none;
  }
  #right{
    display: none;
  }

.bottomlogo{
    width: 100%;
}
.bottomlogo img{
    width: 100%;
}
.texx .henan{
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    position: relative;
}
.texx .henan h2{
    color: #212121;
    margin-top: 60px;
    margin-bottom: 80px;
}

.texx .henan h2::after{
    content: "";
    position: absolute;
    left: 47%;
    top: 31%;
    height: 2px;
    width: 8%;
    background-color: #000;
}
.texx .henan .p{
    font-size: 13px;
    color: #656565;
}
.texx .henan .p1{
    display: block;
    padding: 10px 20px;
    background:#1491e1;
    margin-top: 30px;
}
.texx .henan a{
    color: #fff;
    text-decoration: none;
}
.texx .henan a:hover{
    color: #fff;
}
.aa{
    display: flex;
    flex-direction:row;
}
.a{
    width: 25%;
    height: 100px;
    background: yellow;
}
.b{
    width: 25%;
    height: 100px;
    background:black;
}
.c{
    width: 25%;
    height: 100px;
    background: aqua;
}
.d{
    width: 25%;
    height: 100px;
    background: darkblue;
}
.service{
    
    display: flex;
    flex-direction:row;
}
.service_servicr{
    width: 25%;
    display: flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    border: 1px solid #ccc;
    margin-left: -1px;
}
.service_servicr:hover p{
    color: #fff;

}
.service_servicr:hover{
    background: #1491e1;
}
.service_servicr:hover h4{
    color: #fff;
}
.service_servicr .service_servicr_h4{
    margin-top: 20px;
    margin-bottom: 14px;
    font-size: 50px;
    font-weight: bold;
    color: #7f7f7f;
}
.service_servicr_h44{
    font-weight: bold;
}
.service_servicr_p{
    font-size: 15px;
    margin-top: 10px;
    color: #646464;
}
.serve{
    margin-top: 40px;
}
.main{
    background: url(../images/background_02.png);background-size:100% auto  no-repeat;
    width: 100%;
    padding-bottom: 5%;
    margin-top: 5%;
}
.main_d{
    display: flex;
    flex-direction:column;
    align-items:center;
}
.main .main_d .main_d_img{
    margin-top: 4%;
}
.print{
    width: 100%;
    margin-top: 4%;
}
.print_d{
    display: flex;
    flex-wrap: wrap;
}
.main .main_d .print .print_d  a{
    width: 31%;
    background: #e5e5e5;
    text-decoration: none;
    margin-bottom: 2%;
    margin-left: 1.8%;
}
.main .main_d .print .print_d .goods img{
    margin-left: 3%;
    margin-top: 3%;
    width: 94.5%;
}
.main .main_d .print .print_d .goods .p1{
    font-size: 17px;
    font-weight: bold;
    color: #212121;
    margin-left: 3%;
    margin-top: 3%;
}
.main .main_d .print .print_d .goods .p2{
    font-size: 12px;
    color:#656565;
    margin-left: 3%;
}
.main .main_d .print .print_d .goods .p3{
    width:10%;
    height: 2px;
    background: #313131;
    margin-left: 3%;
}
.centrallogo{
    width: 100%;
}
.centrallogo img{
    width: 100%;
}
.centrallogo_img2{
    display: none;
}
.company{
    display: flex;
    flex-direction:row;
    margin-bottom: 5%;
}
.company img{
    width: 20%;
    border: 1px solid #959595;
    margin-left: -1px;
}
.company_img{
    padding-top: 1px;
}
#case{
    background: #1491e1;
    padding-bottom: 5%;
}
#case .case_img{
    width: 100%;
}
#case .case_case #title{
    display: flex;
    justify-content:center;
    margin-top: 4%;
    margin-bottom: 3%;
}
#case .case_case #title a{
    text-decoration: none;
}
#case .case_case #title p{
    margin: 0 0 10px;
    padding: 5px 33px;
    border: 1px solid #fff;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 9px;
    color: #fff;
}

#case .case_case #title .onn{
    background: #fff;
    color: #349ae3;
}
#case ul{
    display: none;
    list-style: none;
    flex-wrap:wrap;
    align-items:flex-start;
}
#case ul li{
    position: relative;
    margin-left: .5%;
    margin-right: .5%;
    margin-bottom: 4px;
    width: 24%;
    margin-top: 1%;
}
#case ul li img{
    width: 100%;
}
#case ul li:hover .spot{
    display: block;
}
.spot{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    opacity: .8;
    display: none;
}
.spot span{
    color: #fff;
    margin-bottom: 50px;
    margin-top: 50px;
}
.spot_span1{
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.spot_span2{
    border: 1px solid;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    margin-left: 29%;
}
.seek{
    padding-top: 5%;
}
.seek_img{
    width: 100%;
}
.seek_img1{
    display: none;
}
.seek_d{
    margin-top: 10%;
}

.seek_seek{
    display: flex;
    justify-content:center;
}
.brief{
    margin-left: 5%;
}
.brief h4{
    font-weight: bold;
    color: #212121;
    margin-top: 0;
}
.brief h4 a{
    color: #212121;
}
.brief h4 a:hover{
    text-decoration: none;
}
.brief p{
    font-size: 14px;
    color: #5d5d5d;
}
.brief span{
    padding: 10px 15px;
    display: inline-block;
    background: #1491e1;
    color: #fff;
    margin-top: 5%;
    border-radius: 5px;
}
.abstract{
    display: flex;
    justify-content:space-between;
    margin-top: 5%;
}
.abstract_d p{
    display: flex;
    justify-content: space-between;
    color: #212121;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px;
    padding-top: 10px;
    width: 45%;
    margin-right: 5%;
}
.abstract_d a{
    text-decoration: none;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}
.abstract_d{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.abstract_d .span{
    color: #898989;
}
.skill{
    margin-top: 30%;
}
.skill_d{
    background: url(../images/ans_06.png) no-repeat;
    display: flex;
    justify-content: space-between;
}
.skill_d_p1{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 17px;
}
.skill_d_p2{
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
    background: #fff;
    color: #000000;
    padding: 4px 6px;
}
.skill_d_p2 a{
    text-decoration: none;
    color: #000;
}
.skill_dd{
    border: 1px solid #dcdcdc;
    margin-top: -6px;
}
.and{
    width: 94%;
    margin-left: 3%;
}
.and_tex{
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 23px;
}
.and_tex p{
    margin-bottom: 13px;
    margin-top: 13px;
}
.and_tex:last-child{
    border-bottom: none;
}
.and_span1{
    font-size: 13px;
    padding: 3px 3px 3px 5px;
    background: #1491e1;
    margin-left: 3px;
    margin-top: 12px;
    display: inline-block;
    color: #fff;
}
.and_span2{
    font-size: 13px;
    font-weight: bold;
}
.and_span2 a{
    color: #000;
    text-decoration: none;
}
.and_span3{
    font-size: 13px;
    padding: 3px 3px 3px 5px;
    background: #959595;
    margin-left: 3px;
    color: #fff;
    display: block;
    width: 9%;
    float: left;
}
.and_span4{
    color: #8b8b8b;
    font-size: 13px;
    display: inline-block;
    height: 50px;
    width: 87%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2%;
}
.and_tex1{
    border-bottom: none;
}
footer{
    background: #1491e1;
    margin-top: 5%;
    -moz-box-shadow:0px 2px 1px #333333; -webkit-box-shadow:0px 2px 1px #333333; box-shadow:0px 2px 1px #333333;
}
footer .footer_img{
    width: 100%;
}
footer .footer_copyright{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
}
footer .footer_copyright a{
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    text-decoration: none;
}
.bnav p{
    width: 12.3%;
    color: #fff;
    margin-top: 3%;
    border-right: 1px solid;
    padding-left: 25px;
}
.bnav{
    display: flex;
    flex-direction:row;
}
.bnav a{
    color: #fff;
    text-decoration: none;
}
.bnav_b{
    border-right: none;
}
.touch{
    display: flex;
    flex-direction:row;
}
.touch_d{
    margin-left: 8%;
    margin-top: 5%;
    width: 16%;
}
.touch_d img{
    width: 100%;
}
.touch_d p{
    color: #fff;
    text-align: center;
    margin-top: 10%;
}
.phone{
    display: flex;
    flex-direction:row;
    margin-left: 15%;
    margin-top: 5%;
    width: 37%;
}
.phone_d{
    margin-left: 7%;
}
.phone_tex{
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    border: 1px solid #fff;
    font-size: 35px;
    border-radius: 50%;
    color: #1491e1;
    background: #fff;
}
.whole{
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}
.telephony{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-shadow:2px 0px 5px #333333;
}
.site{
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}
.link{
    width: 100%;
    background: #006eb4;
    padding-top: 2%;
    padding-bottom: 3%;
}
.link_d{
    display: flex;
    flex-direction:row;
    margin-top: 2%;
}
.link_p1{
    width: 8%;
    border-right: 1px solid #fff;
    margin-left: 4%;
    color: #fff;
}
.link p{
    width: 10%;
    border-right: 1px solid #fff;
    color: #fff;
    padding-left: 24px;
}
.link_d .link_p2{
    border-right: none;
}
.link_d a{
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    padding-right: 23px;
    margin-left: 32px;
}
.link_d a:last-child{
    border-right: none;
}
.link_d a:first-child{
    margin-left: 5.5%;
}
.innerSitepath{
	background: #1691e1;
    color: #fff;
	padding: 10px;
    margin-bottom: 40px;
    margin-top: 3.7%;
}
.innerSitepath a{
	color: #ffffff;
}
.tex_dtex{
    margin-top: 12%;
}
.can{
	font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 6%;
    text-align: center;
    padding: 5px;
    width: 100%;
}
.contact{
    margin-top: 3%;
}
.contact h2{
    text-align: center;
    font-weight: bold;
    color: rgb(150, 144, 144);
}
.contact_h3{
    margin-top: 5%;
}
.contact_h33{
    margin-bottom: 5%;
}
.can1{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px; 
}
#container{
    width: 100%;
    position: absolute;
    left: 0;
    top: 40%;
    height: auto;
}
.swiper-container {
	width: 100%;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 400px;
	width: 80%;
	display: flex;
	justify-content:center;
}
.gallery-top img{
	text-align: center;
	width: 100%;
	height: 400px;
}
.tex_dtex1 .gallery-thumbs {
	width: 80%;
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top: 20px;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.column{
    margin-top: 5%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.column_d{
    width: 30%;
    background: yellow;
}
.carbon{
    width: 100%;
}
.carbon p{
    font-size: 20px;
    font-weight: bold;
    background: rgb(221, 218, 218);
    width: 12%;
    text-align: center;
}
.tab-pane {
    display: flex;
    flex-wrap:wrap;
    width: 100%;
}
.tabpanel_div{
    width: 30%;
    text-align: center;
    border: 1px solid rgb(158, 154, 154);
    margin-bottom: 3%;
    margin-right: 1.5%;
    border-radius: 20px;
    margin-top: 2%;
    margin-left: 1.8%;
}
.tabpanel_div:hover{
    -moz-box-shadow:1px 5px 5px #333333; -webkit-box-shadow:1px 5px 5px #333333; box-shadow:1px 5px 5px #333333;
    margin-top: 15px;
}
.goods_d img{
    border-radius: 10px;
    margin-top: 6%;
    width: 87%;
}
.goods_d{
    float: left;
}
.goods_d p{
    color: rgb(124, 122, 122);
    padding: 10px;
    font-size: 18px; 
    margin: 0;
    text-align: center;
}
.tabpanel_div a{
    text-decoration: none;
}
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    z-index: 2;
    color: #fff;
    background-color: #1691e1;
    border-color: #1691e1; 
}













    

#successful img {
    width: 100%;
}

#successful_case {
	display: flex;
	justify-content: center;
	align-items: baseline;
}

#successful_case a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #818181;
	padding: 10px 40px;
	background: #e4e4e4;
	text-decoration: none!important;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 17px;
}

#successful_case .oo {
	background: #1691e1;
    color: #fff;
    border-radius: 10px;
}

#successful_case_d {
	margin-top: 20px;
}

#successful_case_dd {
	display: none;
}

#successful li{
	display: none;
}

#successful #demo {
	background: #FFF;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}
#successful .aa{
	display: block;
}

#demo img {
	border: 3px solid #F2F2F2;
}

#indemo {
	float: left;
	width: 800%;
}

#demo1 {
	float: left;
}

#demo1 img {
	width: 250px;
	height: 250px;
}

#demo2 {
	float: left;
}
#demo2 img{
	width: 250px;
	height: 250px;
}

#demo0 {
	background: #FFF;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

#demo0 img {
	border: 3px solid #F2F2F2;
}

#indemo0 {
	float: left;
	width: 800%;
}

#demo10 {
	float: left;
}

#demo10 img {
	width: 250px;
	height: 250px;
}

#demo20 {
	float: left;
}
#demo20 img{
	width: 250px;
	height: 250px;
}




.lis{
    width: 100%;
}

.list{
    border-bottom: 1px dashed #dcdcdc;
    padding: 10px 0;
    margin-top: 15px;
    color: #000000;
    font-size: 15px;
    text-decoration: none;
    display: flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;   
}
.list a{
    width: 100%;
    text-decoration: none;
    color: rgb(124, 123, 123);
}
.ks{
    color: #fff;
    background: #1691e1;
    border: 1px solid #1691e1;
    border-radius: 50%;
    padding: 2px 1px 2px 5px; 
}
.list_d{
    width: 30%;
    margin-bottom: 2%;
    margin-left: 1.65%;
    margin-right: 1.65%;
    border: 1px solid rgb(94, 90, 90);
}
.list_d img{
    width: 100%;
}
.list_d a{
    width: 100%;
    display: block;
}
.name{
    font-size: 16px;
    font-weight: bold;
}
.time{
    font-size: 12px;
    color: rgb(97, 96, 96);
    margin-top: 7px;
}
.namee{
    display: block;
    text-align: center;
    padding: 10px;
}
.list_p{
    margin-top: 7px;
    color: rgb(97, 96, 96);
    font-size: 13px;
}
.listpage{
    margin-top: 5%;
}
.listpage strong{
    margin-right: 10px;
    border: 1px solid #000;
    padding: 4px;
}
.listpage a{
    display: inline-block;
    width: 20px;
    border: 1px solid;
    padding: 1px;
    text-align: center;
    margin-right: 5px;
}

.listpage input{
    width: 50px;
}
.sub{
    width: 100%;
}
.swiper-slide img{
    width: 100%;
}
.sjj{
    width: 100%;
}
.sjj_img{
    width: 100%;
}
.cad{
    width: 100%;
    display: none;
}
.cad_img{
    width: 100%;
}
tbody{
    background: rgb(224, 223, 223);
}
tr:hover{
    background: rgb(177, 124, 101);
    color: #fff;
}
.bt{
    width: 100%;
    display: flex;
    justify-content:space-between;
    background: #1691e1;
    margin-top: -10px;
}
.bt p{
    width: 14%;
    text-align: center;
    background: #1691e1;
    margin-left: 2%;
    padding: 12px 16px 0px 1px;
    color: #fff;
}
.bt a{
    color: #fff;
    text-decoration: none;
}
.innerSitepathh{
    margin-top: -10px;
    background: #1691e1;
    color: #fff;
    padding: 10px;
    margin-bottom: 40px;
}
.innerSitepathh a{
    color: #fff;
    text-decoration: none;
}

.ccontact{
    width: 100%;
    height: 900px;
}
.ccontact_d2{
    height: 500px;
    position: relative;
}
#banner1{
    display: none;
}
#banner1 img{
    display: none;
}
.bottom_bottom{
    display: none;
}
.tex_dtex1 img{
    width: 100%;
}



.navbar-nav>li {
    padding: 8px 0px 0px 10px;
}








