@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*****！！页面通用css样式定义开始******/
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body {
  font-family: Arial;
  /*文字字体定义 */
  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, #0854a2, #0196e2);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, #0854a2, #0196e2);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:#003c8d; padding-top:80px;}
.foooter .cont{ width:1400px; margin:0 auto}

.bot_left{
    display: block;
    float: left;
    border-right: 1px solid #3363a4;
    padding-right: 5%;
	width: 30%;
	}
.bot_left img{}
.bot_left h1{ font-size:32px; color:#b3c5dd; 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:#a7bcd8}

.bot_center{
    border-right: 1px solid #3363a4;
    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: #b3c5dd;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:15px; line-height:36px; color:#b3c5dd}

.bot_center .botlx{ font-size:14px; line-height:30px; color:#b3c5dd; margin-top:20px;}


.bot_right{ width:355px; display:block; float:right; font-size:15px; line-height:24px; color:#b3c5dd}
.bot_right .ewm img{
	max-width: 80%;
	}
.bot_right h1{
	line-height: 45px;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: 26px;
    color: #b3c5dd;
    font-size: 14px;
    font-weight: 500;
	}


.bot_link{ width:1400px; margin:0 auto; height:88px; border-top:1px solid #3363a4; 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:#b3c5dd}
.bot_link a{ font-size:16px; line-height:88px; color:#b3c5dd; display: inline-block;}
	}






@media (max-width: 768px){
	/*底部*/
.foooter{ background:#003c8d; padding-top:30px;}
.foooter .cont{
	width: 90%;
    margin: 0 auto;
	}

.bot_left{
	border-bottom: 1px solid #3363a4;
    margin-bottom: 3%;
    padding-bottom: 3%;
	}
.bot_left img{
	max-width: 60%;
	}
.bot_left h1{
	font-size: 25px;
    color: #b3c5dd;
    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: #a7bcd8;
	}

.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: #b3c5dd;
	}

.bot_center .botlx{
	font-size: .28rem;
    line-height: 0.6rem;
    color: #b3c5dd;
    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: #b3c5dd;
    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: #b3c5dd;
	}
.bot_link a{
	font-size: .25rem;
    line-height: .45rem;
    color: #b3c5dd;
    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: #003c8d;
    padding-top: .35rem;
	}
.foooter .cont{
	width: 95%;
    margin: 0 auto;
	}

.bot_left{
    width: 29%;
    height:3.4rem;
    display: block;
    float: left;
    border-right: 1px solid #3363a4;
    margin-right: .32rem;
    padding-right: 2%;
	}
.bot_left img{
    max-width: 75%;
	}
.bot_left h1{
	font-size: .18rem;
    color: #b3c5dd;
    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: #a7bcd8;
	}

.bot_center{
    width: 35%;
    height: 3.4rem;
    border-right: 1px solid #3363a4;
    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: #b3c5dd;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:.11rem; line-height:.26rem; color:#b3c5dd}

.bot_center .botlx{ 
    font-size: .1rem;
    line-height: .22rem;
	color:#b3c5dd; margin-top:.12rem;}


.bot_right{
	width: 27%;
    display: block;
    float: right;
    font-size: .1rem;
    line-height: .22rem;
    color: #b3c5dd;
	}
.bot_right .ewm img{
	width: 80%;
    height: auto;
	}
.bot_right h1{
    line-height: .3rem;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: .14rem;
    color: #b3c5dd;
    font-size: .1rem;
    font-weight: 500;
	}


.bot_link{
	width: 95%;
    margin: 0 auto;
    height: .5rem;
    border-top: 1px solid #3363a4;
    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: #b3c5dd;
	}
.bot_link a{ font-size:.1rem; line-height:.5rem; color:#b3c5dd; 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: #003c8d;
    padding-top: .35rem;
	}
.foooter .cont{
	width: 95%;
    margin: 0 auto;
	}

.bot_left{
    width: 28%;
    height: 3.2rem;
    display: block;
    float: left;
    border-right: 1px solid #3363a4;
    margin-right: .2rem;
    padding-right: .2rem;
	}
.bot_left img{
	max-width: 65%;
	}
.bot_left h1{
	font-size: .21rem;
    color: #b3c5dd;
    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: #a7bcd8;
	}

.bot_center{
    width: 40%;
    height: 3.2rem;
    border-right: 1px solid #3363a4;
    margin-right: .2rem;
    display: block;
    padding-left: 0;
    float: left;
    padding-right: .2rem;
	}
.bot_center .top_cplist{}
.bot_center .top_cplist ul li{
	font-size: .11rem;
    line-height:.26rem;
    color: #b3c5dd;
    width: 50%;
    float: left;
	}
.bot_center .top_cplist ul li a{font-size:.11rem; line-height:.26rem; color:#b3c5dd}

.bot_center .botlx{ 
    font-size: .11rem;
    line-height: .22rem;
	color:#b3c5dd; margin-top:.12rem;}


.bot_right{
	width: 27%;
    display: block;
    float: right;
    font-size: .11rem;
    line-height: .22rem;
    color: #b3c5dd;
	}
.bot_right .ewm img{
	width: 80%;
    height: auto;
	}
.bot_right h1{
    line-height: .3rem;
    background: url(../images/phone.png) left center no-repeat;
    padding-left: .14rem;
    color: #b3c5dd;
    font-size: .11rem;
    font-weight: 500;
	}


.bot_link{
	width: 95%;
    margin: 0 auto;
    height: .5rem;
    border-top: 1px solid #3363a4;
    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: #b3c5dd;
	}
.bot_link a{ font-size:.11rem; line-height:.5rem; color:#b3c5dd; display: inline-block;}



	}