@charset "utf-8";
/* CSS Document */
*{
    margin:0px;
    padding:0px;
    list-style: none;
}
body{
    font-family:"微软雅黑";
    font-size: 12px;
    color: #333333;
}

i {
    font-style: normal;
}
a {
    text-decoration: none;
	color: #333;
}
img {
    border: 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300px;
    font-size: 16px;
}
.clear {
    clear: both;
}
.w1200{
    width:1400px;
    margin:0 auto;
}

/*头部logo和导航*/
.top {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 3px solid #006cb5;
}
.top-container {
    width: 1200px;
    margin: 0 auto;
}
.logo {
    width: 465px;
    height: 53px;
    float: left;
    margin-top: 10px;
}
.tel {
    width: 260px;
    float: right;
}
.tel img {
    width: 65px;
    float: left;
    margin-top: 5px;
}
.tel h2 {
    float: right;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    color:#006cb5;
}
.clear::after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}
.wrap {
    width: 1400px;
    height: 45px;
    margin: 0 auto;
}
.wrap div {
    width: 150px;
    line-height: 45px;
    text-align: center;
    float: left;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.wrap h3 a{
    font-size: 16px;
    font-weight: 600;
}
#pt {
    width: 1200px;
    position: absolute;
    left: -300px;
    top: 45px;
    background-color: #f5f5f5;
    height: 315px;
    padding-top: 10px;
}
.wrap div ul {
    width: 150px;
    text-align: center;
    position: absolute;
    top: 33px;
    left: 0;
    display: none;
    font-size: 14px;
    font-weight: normal;
    z-index: 9999;
}
.wrap div ul li{
    height: 40px;
    line-height: 40px;
}
.wrap div:hover ul{
    display: block;
}
#pt li {
    width: 240px;
    float: left;
}
.wrap div ul li {
    height: 40px; 
    line-height: 40px;
}
#pt li h4 {
    border-bottom: 1px solid #fff;
}

/*banner*/
.lianjie{line-height: 22px;height: 22px;padding-bottom: 15px;font-size: 12px;}
.lianjie a {color: #d1d7e5;}
.slideBox{
    width:100%;
    height:auto; 
    overflow:hidden;
    position:relative;
}
.slideBox .hd{
    height:15px;
    overflow:hidden;
    position:absolute;
    left:50%;
    margin:0 auto;
    bottom:15px; 
    z-index:1;
}
.slideBox .hd ul{
     overflow:hidden; 
     zoom:1; 
     float:left;  
}
.slideBox .hd ul li{ 
    float:left; 
    margin-left:30px;  
    width:6px; 
    height:6px; 
    border-radius: 50%; 
    text-align:center; 
    background:#fff; 
    cursor:pointer; 
}
.slideBox .hd ul li.on{
     background:#006cb5; 
     color:#fff; 
}
.slideBox .bd{ 
    position:relative; 
    height:100%; 
    z-index:0;   
}
.slideBox .bd li{
     zoom:1; 
     vertical-align:middle; 
 }
.slideBox .bd img{ 
    width:100%; 
    height:auto; 
    display:block;  
}
/*banner结束*/






/*产品分类*/
.head-wrapp {
    display: block;
    background: url(../imgs/bb.jpg) repeat-x bottom;
    height: 72px;
}
.logo1{ 
    display:block; 
    float:left; 
    width:220px;
}
.navul { 
    display:block;
    width:905px; 
    float: right; 
}

.navul li{
     width:160px; 
     float:left; 
     line-height:65px; 
     height:72px; 
     font-size:16px; 
     text-align:center; 
     background:url(../imgs/li_r.png) no-repeat left center;
 }

 .navul li a{
    text-align: center;
 }
 .navul li:hover a{ 
    display:block; 
    height:72px; 
    width:100%; 
    background:url(../imgs/li_a.png) no-repeat center;
    color:#fff;
}
.navul li:hover{
    background:#006cb5;
}

.nav{ 
    display:block; 
    width:1000px; 
    float:right; 
    height:104px; 
    line-height:104px; 
    position:relative; 
    z-index:1;   
}
.nav .nLi{ 
    float:left;  
    position:relative; 
    display:inline;  
}
.nav .nLi h3{ 
    float:left; 
    text-align: center;
    font-weight:normal;
    width:110px;
    height:104px; 
    margin-top: 13px;
}
.nav .nLi h3 a{ 
    display:inline-block; 
    /*margin:0 22px; */
    text-align: center;
    font-size:16px; 
    color:#333; 
    height:104px;
    /*line-height: 80px;  */
}
.nav .nLi h3:hover  a{ 
    color:#006cb5;
}


/*关于长城*/
.about-bg{ 
    display:block; 
    background:url(../imgs/bg_ab.jpg) no-repeat center top; 
    height:532px; 
    padding:65px 0px 50px 0; 
    margin-top:30px;
}
.z_t{ 
    display:block; 
    text-align:center;
}
.z_t h2{ 
    display:block; 
    background:url(../imgs/bg_t.png) no-repeat center bottom; 
    color:#191919; 
    font-size:30px;
}
.z_t h2 span{ 
    color:#006cb5
}
.z_t p{ 
    display:block; 
    line-height:40px; 
    color:#240202;
    font-size:15px; 
    padding-top:10px;
	margin-bottom:20px;
}
.ab_l{ 
    display:block; 
    float:left; 
    background:#FFF; 
    height:345px; 
    margin-top:35px;
    /*margin-left:15%;*/
}

.ab_l .ab_l_left{
    width:595px;
    height:345px;
    overflow: hidden;
    transition:all 0.5s ease;
    float:left;
}
.ab_l .ab_l_left img{
    width:595px;
    height:345px;
    transition:all 0.5s ease;
}
.ab_l .ab_l_left:hover img{
    transform:scale(1.1);
}
.ab_lr{ 
    display:block; 
    width:595px; 
    height:345px; 
    float:left; transition-property: all 0.5s ease 0.5s; 
    overflow: hidden;
}
.ab_lr p{ 
    display:block; 
    width:550px; 
    border-bottom:1px #d6d6d6 solid; 
    color:#006cb5; 
    font-size:18px; 
    line-height:30px; 
    margin:20px 0 0 30px; 
    padding-bottom:6px;
}
.ab_lr p small{ 
    color:#555; 
    text-transform:uppercase; 
    font-size:16px; 
    padding-left:10px;
}
.ab_lr span{ 
    display:block; 
    width:550px; 
    line-height:28px; 
    color:#555; 
    font-size:14px; 
    margin:20px 0 0 30px; 
    padding-top:10px;
}
.xq{ 
    display:block; 
    width:120px; 
    height:36px; 
    line-height:36px; 
    color:#FFF; 
    background:#006cb5; 
    text-align:center; 
    font-size:14px; 
    margin:20px 0 0 30px;
}
/*结束*/


/*生产实力*/


.aaa{
    height:760px;
    background: url(../imgs/scsl.jpg) no-repeat center top;
    margin-top: 50px;
}
.aaa .text h2{
    color:#fff;
    text-align: center;
    font-size: 24px;
   padding-top:30px;
}
.aaa .text h2{
    font-family:"微软雅黑";
    font-size:38px;
    padding-top:10px;
    letter-spacing: 24px;
    margin: 20px 0;
}
.aaa .top{
    margin:0 auto;
    width:600px;
    height:150px;
    margin-bottom: 20px;
}
.aaa .text p{
    display:block;
    width:700px;
    line-height:30px;
    color:#fff;
    text-align: center;
    font-size:16px;
	margin-top: 20px;
 
}
.aaa .text .buttom{
    height:160px;
    margin:0 80px;
    width:1190px;
    margin-top: 40px;
}
.aaa .text .yuan{
    width:160px;
    height:160px;
    border-radius: 50%;
    border: 1px solid #adb4bf;
    margin-right:100px;
    float:left;
    transition-property:all 0.5s ease;
}
.aaa .text .buttom .yuan:first-child{
    margin-left: 150px;
}
.aaa .text .buttom .yuan:last-child{
      margin-right: 0px;
}

.aaa .text .buttom .yuan span{
    display:block;
    color:#fff;
    font-family:"微软雅黑";
    font-weight: bold;
    font-size:30px;
    line-height: 160px;
    text-align: center;
}
.aaa .text .buttom .yuan i{
    color:#fff;
    text-align: center;
    font-size: 16px;
    display:inline-block;
    margin-top:20px;
}

.aaa .text .buttom .yuan:hover{
    transform:scale(1.1);
}
/*结束*/

/*优势*/

.ys {
    background: #f5f5f5;
	display: block;
padding: 46px 0px 60px 0;
}
.ys_in {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}
.ly_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.ly_title h2 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.ly_title p font {
    color: #0170e2;
}
.ly_title span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin: 10px auto 0;
    padding: 0;
    color: #aaa;
    font-size: 14px;
    font-family: "Arial";
    text-align: center;
}
.ys ul {
    overflow: hidden;
}
.ys ul li {
    width: 43%;
    padding: 2%;
    float: left;
    overflow: hidden;
    margin-right: 6%;
    margin-bottom: 20px;
    background: #ffffff;
}
.ys ul li p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 62px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ys ul li p i {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 11px;
    top: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.ys ul li p i::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: #006cb5;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
}
.ys ul li p i b {
    position: absolute;
    top: 0;
    left: 1px;
}
.ys ul li em {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #aaa;
    font-family: "Arial";
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0;
    padding: 0 0 0 62px;
    box-sizing: border-box;
    height: 30px;
}
.ys ul li span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    margin: 12px 0 0;
    padding: 0 0 0 62px;
    box-sizing: border-box;
}
.ys ul li:nth-child(2n) {
    margin-right: 0;
    border-radius: 0 8px 8px 0;
}
.ys ul li p i {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 11px;
    top: 8px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.ys ul li p font, .adv_text ul li span font {
    color: #006cb5;
}


/*案例*/
.ly-bg{ 
    display:block; 
    padding:46px 0px 60px 0;
}
.ly ul li{ 
    display:block; 
    position:relative;
}
.ly ul li img { 
    transition: all 0.5s ease 0s;
}
.ly ul li a { 
    height:40px;  
    font-size:16px; 
    font-weight:bold; 
    color:#fff;
    display:block; 
}
.ly ul li a:hover img {
    transform: scale(1.1);transition: all 0.5s ease 0s;
}
.ly ul li p{ 
    position: absolute; 
    display:block; left:0; 
    bottom:0px; width:100%; 
    height:40px; 
    line-height:40px; 
    text-align:center; 
    z-index:101;
    background-color:rgba(9,80,133,0.7);  
}
.ly .ul2{ 
    display:block; 
}
.ly .ul2 li{ 
    display:block; 
    width:320px; 
    height:236px; 
    float:left; 
    overflow:hidden; 
    margin-right:30px; 
    margin-bottom:10px; 
}
.ly .ul2 .fgy{
    margin-right::0; 
}
.ly .ul2 li img{ 
    display:block; 
    width:315px; 
    height:236px;
}
/*结束*/

/*友链*/
.lianjie-bg{
    overflow: hidden;
    width: 100%;
    height:80px;
    background:#302f3d;
}
.lianjie{
    height:80px;
    color:#fff;
    line-height: 80px;
}
.lianjie h3{
    display:inline-block;
    float:left;
    font-size: 18px;
    line-height: 80px;
    padding-right: 20px;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.lianjie h3 a{
    color: #fff;
}
.lianjie li{
    display:inline-block;
    color:#fff;
    font-size: 14px;
    padding-right: 20px;
}
.lianjie li a{
    color:#fff;
    font-size: 14px;
}
/*结束*/


.space {
    margin: 0;
}
.tab-content > .active {
    display: block;
}
 .blocks-xxl-4 > li {
    width: 25%;
}
[class*="blocks-"] > li {
    display: inline-block;
 /*   font-size: 1rem;*/
}
.p-r-10 {
    padding-right: 10px !important;
}
.m-b-10 {
    margin-bottom: 10px !important;
}

.cover-image {
    width: 100%;
}

.container {
	width:1400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.container h2 {
    font-size: 36px;
	color: #006cb5;
	line-height: 1.2;
	font-size: 36px;
	text-align:center;
	
}
.index-news-list {
    margin-top:20px;
}
.blocks, [class*="blocks-"] {
    font-size: 0;
margin: 20px 100px 10px 100px;
}
.news_list_met_16_1_44 .index-news-list li {
    padding: 15px;
    border: 1px solid transparent;
    transition: all 0.5s ease 0s;
    margin-bottom: 15px;
}
.blocks-2 > li {
    width: 50%;
}
.index-news-list li {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
	margin-bottom:20px;
}
.media-left {
    padding-right: 20px;
	display: table-cell;
vertical-align: top;
}
.media-body {
    overflow: hidden;
	display: table-cell;
    vertical-align: top;
	padding:15px;
}
/*.media-heading {
    margin-top: 0;
}*/
.index-news-list li p.des {
    line-height: 1.8;
	font-size: 15px;
    margin-right: 10px;
}
.m-b-5 {
    margin-bottom: 5px !important;
}
.m-b-0 {
    margin-bottom: 0 !important;
}

.container p.desc {
    margin-top: 15px;
    font-size: 16px;
    color: #333333;
	text-align:center;
	margin-bottom:20px;
}

html {
 -webkit-box-sizing:border-box;
}

/*头部*/

.header{
    width:100%; 
    display:block; 
    background:#006cb5; 
    color:#e1e1e1; 
    height:36px; 
    line-height:36px;
}
.header span{ 
    display:block; 
    float:left; 
    width:500px;
}
.header p{ 
    display:block; 
    float:right; 
    position:relative;
}
.header p b{ 
    background:url(../imgs/dh.jpg) no-repeat left center; 
    padding-left:35px; 
    font-weight:normal; 
    height:36px; 
    margin:0px; 
    display:block; 
    float:left;
}
.header p a{ 
    padding:0px 5px; 
    color:#e1e1e1; 
    display:block; 
    float:left;
}
.header p a e{ 
    display:none;
}
.header p a:hover e{ 
    display:block; 
    position:absolute; 
    left:200px;
}

@media print {
 *,
 ::after,
 ::before,
 ::first-letter,
 blockquote::first-line,
 div::first-line,
 li::first-line,
 p::first-line {
  -webkit-box-shadow:none!important;
  box-shadow:none!important;
  text-shadow:none!important
 }
}

.form-control {
 -webkit-box-sizing:border-box;
}
.more {
    display: block;
    margin: 0 auto;
	width: 150px;
padding: 0 5px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 5px;
border: 1px solid;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
margin-top: 50px;
margin-bottom:50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: background-color 0.5s linear;}
.more:hover {
    color: #fff;
    background-color: #018ae2;
    border-color: #018ae2;}
.foot_pc {
    width: 100%;
    background-color: #006cb5;
}
.foot_pc p {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #ababab;
    font-size: 15px;
    line-height: 35px;
    padding: 0.3em 0;
    width: 100%;
}
.foot_pc p {
	color:#FFF;
}
.foot_pc p a {
	color:#FFF;
}
.floating_ck dl dd {
    position: relative;
    /*width: 60px;
    height: 60px;*/
    background-color: #31353e;
    border-bottom: solid 1px #464b51;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.foot_pc h4{
	font-size:24px;
	color:#FFF;
	font-weight:300;
	text-align:center;
	}

/*产品*/
.diwen{
	float:left;
	border-bottom:solid 1px #7e81822b;
	text-align:center;
	width:22.5%;
	margin:5px 17.5px;
	}
.diwen h4{
	margin:20px;
	color:#CCC;
	}
.sbt{
	float:right;
	}
.diwen p{
	line-height:28px;
	font-size:15px;
	text-align:left;
	text-indent:2em !important;
	}
.jies {
    border: solid 1px #7e81822b;
    padding: 15px;
}
.return {
    background-image: url(imgs/fd5.png);
	margin-top:10px;
}
dd {
    padding: 8px 0 15px;
}
.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}
.floating_ck {
    position: fixed;
    right: 0px;
    bottom:15%;
}


.navul h3{
	font-weight:normal;
	}

<!--客服样式-->
.floating_ck{position:fixed;right:20px;top:30%;}
.floating_ck .quote{
	position:relative;
border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;
bottom: 15%;
	}
.floating_ck .quote span{color:#fff;display:block;padding-top:54px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}