@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
  font-family: Arial, Tahoma, "微软雅黑";
  /*文字字体定义 */
  font-size: 14px;
  /*文字大小定义 */
}
/* 网站超链接css通用设置 */
a {
  text-decoration: none;
}
/* 链接无下划线,有为underline */
a:link {
  color: #333333;
}
/* 未访问的链接 */
a:visited {
  color: #333333;
}
/* 已访问的链接 */
a:hover {
  color: #e35b00;
  text-decoration: none;
}
/* 鼠标在链接上 */
a:active {
  color: #e35b00;
}
input{
  outline: none;
  border: none;
}
/* 点击激活链接 */
img {
  border: none; max-width:100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.clear {
  clear: both;
}
.clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*清除浮动*/
ul,
li,
dl,
dt,
dd,
table {
  list-style: none;
}

.ells{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.textover{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block;}















/*banner*/
.banner {
  position: relative; margin-top:100px
}


@media(max-width:760px) 
{
	.in_cplist{ display:none}
	}


@media(min-width:641px) 
{
.in_cplist{
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0;
	}
.in_cplist ul{ max-width:1400px; width:95%; margin:0 auto}
.in_cplist ul li{
    float: left;
    display: block;
    width: 19%;
    margin: 0 0.62%;
	position:relative;
	}
.in_cplist ul li:first-child {
    margin-left: 0;
}

.in_cplist ul li:nth-child(5) {
    margin-right: 0;
}

.in_cplist ul li .topimg{
	width: 100%;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	border-radius: 5px;
	position: relative;
}
.in_cplist ul li .topimg img{
	width: 100%;
    transform: scale(1);
    transition: all 1s ease-out;
	}
.in_cplist ul li:hover .topimg img{transform: scale(1.2);}
.in_cplist ul li .topimg p{
	text-align: center;
    line-height: .15rem;
    font-size: .115rem;
    z-index: 99999;
    color: #fff;
    padding: 0.05rem 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    background-color: rgba(0, 70, 165, 0.85);
    border-radius: 5px 0 0 0;
	}
.in_cplist ul li:hover .topimg p{
    background-color: rgba(255, 102, 0, 0.85);
	}






	}








.banner .flexslider {
  width: 100%;
}
.banner .slides {
  position: relative;
  z-index: 1;
}
.banner .slides > li {
  height: 100%;
}
.banner .slides > li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.banner .slides > li > ul {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -309px;
  z-index: 200;
}
.banner .slides > li > ul h1 {
  font-size: 38px;
  color: #fff;
}
.banner .slides > li > ul h1 span {
  font-size: 50px;
}
.banner .slides > li > ul h1 span span {
  color: #0894CB;
}
.banner .slides > li > ul h2 {
  text-align: center;
  font-size: 26px;
  color: #C4C7AF;
  margin-top: 10px;
}
.banner .slides > li > ul > li {
  float: left;
  width: 100px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  margin: 20px  10px 0;
}
.banner .slides > li > ul > li a {
  color: #fff;
}
.banner .slides > li > ul > li.cases {
  border: 1px solid #fff;
  margin-left: 200px;
}
.banner .slides > li > ul > li.indexs {
  background: #044e8a;
}
.banner .flex-control-nav {
  display: inline-block; position:absolute; z-index:1; text-align:center; bottom:0.45rem; left:0; width:100%
}
.banner .flex-control-nav li{ display: inline-block;}
.banner .flex-control-nav li a{ width:14px; height:14px; background:rgba(255, 255, 255, 0.5);border-radius:7px; display:inline-block; color:rgba(255, 255, 255, 0); overflow:hidden; margin:0 5px; cursor:pointer}
.banner .flex-control-nav li a.flex-active,.banner .flex-control-nav li a.flex-active:hover{ width:40px; height:14px; background:linear-gradient(to right, #c00500, #e96b2d);border-radius:7px; display:inline-block; color:rgba(255, 255, 255, 0); overflow:hidden; margin:0 5px; cursor:pointer}

.banner .flex-direction-nav {
  display:  block;
}

.banner .flex-direction-nav .flex-prev{ top:42%; position:absolute; left:5px;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4; z-index:9999; display:block; width:32px; height:60px; background: url(../images/indexleft.png) no-repeat center center}
.banner .flex-direction-nav .flex-prev:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; }

.banner .flex-direction-nav .flex-next{top:42%; position:absolute; right:5px;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4; z-index:9999; display:block; width:32px; height:60px; background: url(../images/indexright.png) no-repeat center center}
.banner .flex-direction-nav .flex-next:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; }



.span01 .bdshare{position: relative;bottom:-10px;}



@media screen and (min-width: 1200px){
.banner .swiper-container{
    display: none;
  }
	}

@media screen and (min-width: 769px) and (max-width: 1199px){
	.banner .swiper-container{
    display: none;
  }
  
	}
		
	
	


@media screen and (max-width: 768px){
/*子页面banner*/
.nban {
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:90px;
}
.nban img{ max-width:100%; height:auto}	
	
	
.banner {
    margin-top: 90px;
}	

/*banner*/
.banner {
  position: relative; margin-top:100px
}
.banner .flexslider {
  width: 100%;
}
.banner .slides {
  position: relative;
  z-index: 1;
}
.banner .slides > li {
  height: 100%;
}
.banner .slides > li img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.banner .slides > li > ul {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -309px;
  z-index: 200;
}
.banner .slides > li > ul h1 {
  font-size: 38px;
  color: #fff;
}
.banner .slides > li > ul h1 span {
  font-size: 50px;
}
.banner .slides > li > ul h1 span span {
  color: #0894CB;
}
.banner .slides > li > ul h2 {
  text-align: center;
  font-size: 26px;
  color: #C4C7AF;
  margin-top: 10px;
}
.banner .slides > li > ul > li {
  float: left;
  width: 100px;
  height: 35px;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  margin: 20px  10px 0;
}
.banner .slides > li > ul > li a {
  color: #fff;
}
.banner .slides > li > ul > li.cases {
  border: 1px solid #fff;
  margin-left: 200px;
}
.banner .slides > li > ul > li.indexs {
  background: #044e8a;
}
.banner .flex-control-nav {
    display: inline-block;
    position: absolute;
    z-index: 1;
    text-align: center;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.banner .flex-control-nav li{ display: inline-block;}
.banner .flex-control-nav li a{ width:8px; height:8px; background:rgba(255, 255, 255, 0.5);border-radius:7px; display:inline-block; color:rgba(255, 255, 255, 0); overflow:hidden; margin:0 5px; cursor:pointer}
.banner .flex-control-nav li a.flex-active,.banner .flex-control-nav li a.flex-active:hover{ width:20px; height:8px; background:linear-gradient(to right, #c00500, #e96b2d);border-radius:7px; display:inline-block; color:rgba(255, 255, 255, 0); overflow:hidden; margin:0 5px; cursor:pointer}

.banner .flex-direction-nav {
  display:  block;
}

.banner .flex-direction-nav .flex-prev{
	top: 42%;
    position: absolute;
    left: 5px;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    z-index: 9999;
    display: block;
    width: 0.6rem;
    height: 0.7rem;
    background: url(../images/indexleft.png) no-repeat center center;
	}
.banner .flex-direction-nav .flex-prev:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; }

.banner .flex-direction-nav .flex-next{top:42%; position:absolute; right:5px;filter:alpha(opacity=40);-moz-opacity:0.4;opacity:0.4; z-index:9999; display:block; width:0.6rem; height:0.7rem; background: url(../images/indexright.png) no-repeat center center}
.banner .flex-direction-nav .flex-next:hover{filter:alpha(opacity=70);-moz-opacity:0.7;opacity:0.7; }



.span01 .bdshare{position: relative;bottom:-10px;}

	}

@media(max-width:1000px){
	
/*子页面banner*/
.nban {
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:70px;
}
.nban img{ max-width:100%; height:auto}		
	
.banner{ /*margin-top:60px*/}
}


@media (min-width:1440px){
	
/*子页面banner*/
.nban {
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:100px;
}
.nban img{ max-width:100%; height:auto}	
	
	
	
	
	/*底部*/
.foooter{ background:#212121; padding-top:80px;}
.foooter .cont{ width:1400px; margin:0 auto}

.bot_left{
    display: block;
    float: left;
    border-right: 1px solid #444444;
    padding-right: 5%;
	}
.bot_left img{}
.bot_left h1{ font-size:32px; color:#999999; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:54px; margin:14px auto}
.bot_left p,.bot_left p a{ font-size:15px; line-height:35px; color:#999999}

.bot_center{
    border-right: 1px solid #444444;
    display: block;
    float: left;
    padding-left: 5%;
    padding-right: 4%;
    width: 580px;
	}
.bot_center .top_cplist{}
.bot_center .top_cplist ul li{
	font-size: 15px;
    line-height: 36px;
    color: #999999;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:15px; line-height:36px; color:#999999}

.bot_center .botlx{ font-size:14px; line-height:30px; color:#999999; margin-top:20px;}


.bot_right{ width:355px; display:block; float:right; font-size:15px; line-height:24px; color:#999999}
.bot_right .ewm img{ width:165px; height:165px;}
.bot_right h1{
	line-height: 45px;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: 26px;
    color: #999999;
    font-size: 14px;
    font-weight: 500;
	}


.bot_link{ width:1400px; margin:0 auto; height:88px; border-top:1px solid #444444; margin-top:65px;}
.bot_link p{ background:url(../images/link.png) left center no-repeat; padding-left:40px; font-size:18px; line-height:88px; color:#999999}
.bot_link a{ font-size:16px; line-height:88px; color:#999999; display: inline-block;}
	}






@media (max-width: 768px){
	/*底部*/
.foooter{ background:#212121; padding-top:30px;}
.foooter .cont{
	width: 90%;
    margin: 0 auto;
	}

.bot_left{
	border-bottom: 1px solid #444444;
    margin-bottom: 3%;
    padding-bottom: 3%;
	}
.bot_left img{
	max-width: 60%;
	}
.bot_left h1{
	font-size: 25px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 35px;
    margin: 14px auto 10px;
	}
.bot_left p,.bot_left p a{
	font-size: .28rem;
    line-height: 0.6rem;
    color: #999999;
	}

.bot_center{ display:none
	}
.bot_center .top_cplist{}
.bot_center .top_cplist ul li{
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{
	font-size: 0.28rem;
    line-height: .6rem;
    color: #999999;
	}

.bot_center .botlx{
	font-size: .28rem;
    line-height: 0.6rem;
    color: #999999;
    margin-top: 3%;
	}


.bot_right{ display:none
}
.bot_right .ewm img{
	width: 35%;
    height: auto;
	}
.bot_right h1{
    line-height: .6rem;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: 26px;
    color: #999999;
    font-size: .28rem;
    font-weight: 500;
    margin: 1% 0;
	}


.bot_link{
	display:none
	}
.bot_link p{
	background: url(../images/link.png) left 5px no-repeat;
    padding-left: 38px;
    font-size: .25rem;
    line-height: .45rem;
    color: #999999;
	}
.bot_link a{
	font-size: .25rem;
    line-height: .45rem;
    color: #999999;
    display: inline-block;
	}
	}
	
	
	
@media screen and (min-width: 769px) and (max-width: 1199px){
	
/*子页面banner*/
.nban {
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:90px;
}
.nban img{ max-width:100%; height:auto}		
	
	
	/*底部*/
.foooter{
	background: #212121;
    padding-top: .35rem;
	}
.foooter .cont{
	width: 95%;
    margin: 0 auto;
	}

.bot_left{
    width: 29%;
    height: 2.62rem;
    display: block;
    float: left;
    border-right: 1px solid #444444;
    margin-right: .32rem;
    padding-right: 2%;
	}
.bot_left img{
    max-width: 75%;
	}
.bot_left h1{
	font-size: .18rem;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: .35rem;
    margin: .12rem auto;
	}
.bot_left p,.bot_left p a{
	font-size: .1rem;
    line-height: .22rem;
    color: #999999;
	}

.bot_center{
    width: 35%;
    height: 2.62rem;
    border-right: 1px solid #444444;
    margin-right: .32rem;
    display: block;
    float: left;
	padding-right:2%;
	}
.bot_center .top_cplist{}
.bot_center .top_cplist ul li{
	font-size: .1rem;
    line-height:.26rem;
    color: #999999;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:.11rem; line-height:.26rem; color:#999999}

.bot_center .botlx{ 
    font-size: .1rem;
    line-height: .22rem;
	color:#999999; margin-top:.12rem;}


.bot_right{
	width: 27%;
    display: block;
    float: right;
    font-size: .1rem;
    line-height: .22rem;
    color: #999999;
	}
.bot_right .ewm img{
	width: 40%;
    height: auto;
	}
.bot_right h1{
    line-height: .3rem;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: .14rem;
    color: #999999;
    font-size: .1rem;
    font-weight: 500;
	}


.bot_link{
	width: 95%;
    margin: 0 auto;
    height: .5rem;
    border-top: 1px solid #444444;
    margin-top: .3rem;
	}
.bot_link p{
	background: url(../images/link.png) left center no-repeat;
    background-size: 2%;
    padding-left: .25rem;
    font-size: .1rem;
    line-height: .5rem;
    color: #999999;
	}
.bot_link a{ font-size:.1rem; line-height:.5rem; color:#999999; display: inline-block;}
	}
	
	
	
	
@media screen and (min-width: 1200px) and (max-width:1440px){
	/*子页面banner*/
.nban {
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-top:90px;
}
.nban img{ max-width:100%; height:auto}	

/*底部*/
.foooter{
	background: #212121;
    padding-top: .35rem;
	}
.foooter .cont{
	width: 95%;
    margin: 0 auto;
	}

.bot_left{
    width: 27%;
    height: 2.45rem;
    display: block;
    float: left;
    border-right: 1px solid #444444;
    margin-right: .3rem;
	}
.bot_left img{
	max-width: 65%;
	}
.bot_left h1{
	font-size: .21rem;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: .35rem;
    margin: .12rem auto;
	}
.bot_left p,.bot_left p a{
	font-size: .11rem;
    line-height: .22rem;
    color: #999999;
	}

.bot_center{
    width: 38%;
    height: 2.45rem;
    border-right: 1px solid #444444;
    margin-right: .4rem;
    display: block;
    padding-left: 0;
    float: left;
	}
.bot_center .top_cplist{}
.bot_center .top_cplist ul li{
	font-size: .11rem;
    line-height:.26rem;
    color: #999999;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:.11rem; line-height:.26rem; color:#999999}

.bot_center .botlx{ 
    font-size: .11rem;
    line-height: .22rem;
	color:#999999; margin-top:.12rem;}


.bot_right{
	width: 27%;
    display: block;
    float: right;
    font-size: .11rem;
    line-height: .22rem;
    color: #999999;
	}
.bot_right .ewm img{
	width: 40%;
    height: auto;
	}
.bot_right h1{
    line-height: .3rem;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: .14rem;
    color: #999999;
    font-size: .11rem;
    font-weight: 500;
	}


.bot_link{
	width: 95%;
    margin: 0 auto;
    height: .5rem;
    border-top: 1px solid #444444;
    margin-top: .3rem;
	}
.bot_link p{
	background: url(../images/link.png) left center no-repeat;
    background-size: 2%;
    padding-left: .25rem;
    font-size: .11rem;
    line-height: .5rem;
    color: #999999;
	}
.bot_link a{ font-size:.11rem; line-height:.5rem; color:#999999; display: inline-block;}

	}
	
	
	
/*首页简介*/	
.x-about {}

@media (min-width: 990px) {
    .x-about .x-title {
        float: left;
        width: 32.5%;
    }
}

.x-title {
    color: #007ec5;
    position: relative;
}

.x-title h3 {
    color: inherit;
    font: 600 40px/66px "Microsoft yahei";
    text-align: center;
}

.x-title h3 span {
    display: block;
    color: #999999;
    font: 400 16px/20px "Microsoft yahei";
    text-transform: uppercase;
}

.x-title a {
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #000;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.x-title a:hover {
    background: #000;
}

.x-title a:hover .icon-add:after {
    background-position: -30px -450px;
}

.x-title .icon-add {
    width: 100%;
    height: 100%;
    display: block;
}

.x-title .icon-add:after {
    background-position: 0 -450px;
}
/*关于我们*/

.x-about-box {
    position: relative;
    min-height: 280px;
}

.x-about-img img {
    max-width: 100%;
}

.x-about-left {
    width: 344px;
    background: url(../images/2bce45a1954c4bbc6fbe8b3f441ea6f82db06be3.jpg) no-repeat center;
    float: left;
    top: -150px;
    z-index: 1;
    position: absolute;
}

.x-about-title {
    text-align: center;
    padding: 20px 0;
}

.x-about-title h3 {
    color: #fff;
    font: 600 40px/66px "Microsoftt yahei";
}

.x-about-title p {
    color: #fff;
    font: 400 14px/28px "Microsoftt yahei";
}

.x-about-tel {
    padding: 40px;
}

.x-about-tel h3 {
    color: #fff;
    font: 400 24px/40px "Microsoft yahei";
}

.x-about-tel p {
    color: #b0b0b0;
    font: 400 16px/30px "Microsoft yahei";
}

.x-about-hot {
    margin-top: 40px;
}

.x-about-hot h3 {
    color: rgba(255, 255, 255, 0.6);
    font: 400 14px/26px "Microsoft yahei";
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 38px;
}

.x-about-hot p {
    color: #fff;
    font: 400 32px/44px "Microsoft yahei";
}

@media (max-width: 1366px) {
    .x-about-left ul li h3 {
        font-size: 30px;
    }
}

@media (max-width: 1024px) {
    .x-about-left>p {
        font-size: 14px;
    }
    .x-about-left ul li h3 {
        font-size: 20px;
    }
    .x-about-left ul li p {
        font-size: 14px;
    }
}

.x-about-right {
    float: right;
    width: 70%;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 1.846;
}

.x-about-right h4 {
    color: #333333;
    font: 600 28px/52px "Microsoft yahei";
    padding: 30px 0 19px 0;
}

.x-about-right p {
    color: #666666;
    font: 400 16px/36px "Microsoft yahei";
}

.x-about-right strong {
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 1.1em;
    font-weight: normal;
}

.x-about-right p {
    margin-bottom: 0;
}

@media (max-width: 1430px) {
    .x-about-left {
        width: 300px;
    }
    .x-about-tel {
        padding: 30px 20px;
        background: #3d3d3d;
    }
    .x-about-tel h3 {
        font: 400 20px/40px "Microsoft yahei";
    }
}

@media (max-width: 1200px) {
    .x-about-right {
        width: calc(100% - 330px);
    }
    .x-about-right h4 {
        padding: 20px 0;
    }
}

@media (max-width: 1024px) {
    .x-about-right {
        width: 100%;
        font-size: 12px;
    }
    .x-about-right strong {
        font-size: 14px;
        color: #000;
        line-height: 1.6;
        margin-bottom: 10px;
    }
}
/* 手机样式 */

@media (max-width: 990px) {
   .x-about .x-title {
        margin-bottom: 20px;
    }
    .x-about-left {
        margin-bottom: 15px;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
		display:none;
    }
}

.container-fluid {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}

.container-fluid {
    width: 1430px;
}

@media (max-width: 1450px) {
    .container-fluid {
        width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container-fluid {
        width: 100%;
    }
}


.x-case {
    padding: 4vh 0;
}

.x-case-list {
    margin-left: -11px;
    margin-right: -11px;
}

.x-case-item {
    background: #fff;
}

.x-case-item a {
    display: block;
    padding: 0px 11px;
}

.x-case-item h3 {
    color: #666666;
    text-align: center;
    font: 400 14px/60px "Microsoft yahei";
    overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap; 
}
.x-case-item:hover h3 {
    color: #007ec5;
}

@media (max-width: 1024px) {
    .x-case-item .wz {
        margin-top: 10px;
    }
    .x-case-item .wz h3 {
        font-size: 16px;
    }
    .x-case-item .wz p {
        font-size: 13px;
        margin-bottom: 1.5em;
        line-height:
    }
}

.x-case-item:hover a {
    border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
    background: #000;
    border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
    background-position: -28px -241px;
    opacity: 1;
}