*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 微软雅黑;
	position: relative;
	width: 100%;
	min-width: 1215px;

}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
}
a{
	text-decoration: none;
	color: #444444;
}
a:hover{
	color:7daaa8 ;

}
/*
@font-face{
	font-family: "思源宋体";
	src: url(../fonts/SC-BOLD.OTF);
}*/
:root {
  --cydl-container-wid: 1200px;
}
.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}

.copy{
	background: #172852;
	padding: 30px 0;
}
.copy .container{
	display: flex;
	justify-content: space-between;
}
.copy .container .left{
	font-size: 14px;
	color: #49526f;
}
.copy .container .right{
	font-size: 14px;
	color: #49526f;
	display: flex;
}
.copy .container .right p{
	margin-left: 35px;
}
.copy .container .right p a{
	color: #49526f;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 80px;
	z-index: 99;
	background: #0c43a1;
}
.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .container .right{
	width: 720px;
}
.header .container .right ul{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.header .container .right ul li{
	padding: 0 10px;
	position: relative;
	
}
.header .container .right ul li p{
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .container .right ul li p a{
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	padding-bottom: 5px;

}
.header .container .right ul li p a:hover,.header .container .right ul li p a.active{
	border-bottom: 1px solid #dcdcdc;
}
.header .container .right ul li .sub{
	position: absolute;
	width: 100%;
	left: 0;
	top: 80px;
	display: none;
	background: #fff;
	box-shadow: 0 10px 15px #dcdcdc;
}
.header .container .right ul li .sub h4 a{
	font-weight: 500;
	display: flex;
	height: 45px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #202020;
	border-bottom: 1px solid #dcdcdc;
}
.header .container .right ul li .sub h4 a:hover,.header .container .right ul li .sub h4 a.active{
	background: #1f6ab6;
	color: #fff;
}
.header .container .phone{
	display: flex;
	height: 80px;
	justify-content: center;
	align-items: center;
}
.header .container .phone p{
	font-size: 20px;
	color: #fff;
	margin-left: 15px;
}
.banner{
	padding-top: 80px;
}

.banner .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.banner .swiper-slide img{
    display: flex;
    width: 100%;
}
.product{
	padding: 80px 0;
	background: url(../images/bg1.png) no-repeat center;
	background-size: cover;
}
.title{
	text-align: center;
}
.title p{

}
.title h3{
	position: relative;
	margin-top: -20px;
	font-size: 36px;
}
.title span{
	width: 50px;
	height: 3px;
	background: #17a6d5;
	display: inline-block;
	margin: 20px 0;
}
.title .dis{
	font-size: 14px;
	color: #777777;
}
.title .nav{
	padding-top: 40px;
}
.title .nav ul{
	display: flex;
	justify-content: center;
}
.title .nav ul li{
	padding: 0 20px;
}
.title .nav ul li a{
	display: flex;
	padding: 10px 40px;
	background: #0d44a1;
	color: #fff;
	font-size: 14px;
	border-radius: 10px;
}
.title .nav ul li a:hover,.title .nav ul li a.active{
	background: #139bc7;
}
.product .list{
	position: relative;
	display: flex;
	justify-content: center;
	padding-top: 40px;
}
.product .list .swiper-container{
	width: 890px;
}
.product .list .swiper-button-next,.product .list .swiper-button-prev{
	width: 50px;
	height: 50px;
	background: #bfbfbf;
	border-radius: 50%;
	--swiper-navigation-size: 30px;
	color: #fff;
}
.product .list .swiper-button-next:hover,.product .list .swiper-button-prev:hover{
	background: #17a6d5;
}
.product .list .swiper-slide h3{
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
}
.product .more{
	padding-top: 50px;
	text-align: center;
}
.product .more a{
	display: inline-block;
	padding: 10px 40px;
	background: #0d44a1;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
}
.product .more a:hover{
	background: #139bc7;
}
.about{
	padding-top: 80px;

	background: url(../images/bg2.png) no-repeat center bottom;
	background-color: #f9f9f9;
}
.about .bottom{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 294px;
}
.about .top{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.about .top .left{
	width: 530px;
	box-sizing: border-box;
	background: #fff;
}
.about .top .left img{
	display: flex;
}
.about .top .right{
	padding-top: 55px;
	width: calc(100% - 530px);
	box-sizing: border-box;
	background: #fff;
	padding: 0 50px;
	position: relative;
	margin-top: 55px;
}
.about .top .right .title{
	text-align: left;
	padding-top: 65px;
}
.about .top .right .content{
	padding-top: 40px;
	color: #777777;
	font-size: 14px;
	line-height: 2em;
}
.about .top .right .content a{
	color: #0d44a1;
}
.about .top .right .sidebar{
	padding-top: 40px;
}
.about .top .right .sidebar ul{
	display: flex;
	justify-content: space-between;
}
.about .top .right .sidebar ul li .img{
	overflow: hidden;
	text-align: center;
}
.about .top .right .sidebar ul li .img img{
	position: relative;
	left: -100px;
	filter: drop-shadow(100px 0px 0 #0d44a1);
}
.about .top .right .sidebar ul li p{
	font-size: 14px;
	color: #777777;
	padding-top: 10px;
}
.about .top .right .sidebar ul li:hover .img img{
	
	filter: drop-shadow(100px 0px 0 #17a6d5);
}
.about .top .right .sidebar ul li:hover p{
	color: #17a6d5;
}
.Ddvantage{
	background: url(../images/bg3.png) no-repeat center;
	padding: 90px 0;
}
.Ddvantage .list {
	padding-top: 50px;
}
.Ddvantage .list ul{
	display: flex;
	justify-content: space-between;
}
.Ddvantage .list ul li{
	width: 33.34%;
}
.Ddvantage .list ul li a{
	position: relative;
	display: block;
}
.Ddvantage .list ul li a .img img{
	width: 100%;
	display: flex;
}
.Ddvantage .list ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 30px;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.Ddvantage .list ul li a .text .top{
	display: flex;
}
.Ddvantage .list ul li a .text .top .icon{
	margin-right: 30px;
}
.Ddvantage .list ul li a .text .top .dis{}
.Ddvantage .list ul li a .text .top .dis h3{
	font-size: 36px;
	font-weight: 500;
	color: #fff;
}
.Ddvantage .list ul li a .text .top .dis p{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.Ddvantage .list ul li a .text .bot{
	padding-top: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.Ddvantage .list ul li a:hover .text{
	background: rgba(0, 174, 239, 0.8);
	-webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.Ddvantage .list ul li a:hover .text .bot{
	opacity: 1;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.news {
	padding: 100px 0;
}

.news .title{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.news .title span{
	margin-top: 0;
	margin-bottom: 8px;
}
.news .title  .nav {
	padding-top: 0;
	width: 600px;
}
.news .title  .nav ul{
	text-align: right;
	display: block;
}
.news .title  .nav ul li{
	padding: 0 10px;
	display: inline-block;
}
.news .title  .nav a{
	background: none;
	color: #000000;
	padding: 0;
	font-size: 16px;
}
.news .title  .nav a:hover{
	color: #17a6d5;
	background: none;
}
.news .list{
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
}
.news .list .left{
	width: 600px;
}
.news .list .left .img{

}
.news .list .left .img img{
	width: 100%;
	display: flex;
}
.news .list .left .text{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 20px;
	background: #f9f9f9;
	align-items: center;
}
.news .list .left .text .dis{
	width: 430px;

}
.news .list .left .text .dis h3{
	font-size: 18px;
	color: #2b2b2b;
	font-weight: 500;
	padding-bottom: 5px;
}
.news .list .left .text .dis p{
	font-size: 14px;
	color: #777777;
	line-height: 2em;
	font-weight: 500;
	padding-bottom: 5px;
}
.news .list .left .text .more{
	width: 75px;
	text-align: center;
} 
.news .list .left .text .more span{
	font-size: 14px;
	color: #0d44a1;
}
.news .list .right{
	width: 580px;
}
.news .list .right ul li{
	padding-bottom: 24px;
}
.news .list .right ul li a{
	display: flex;
	justify-content: space-between;
	background: #f9f9f9;
	box-sizing: border-box;
	padding: 10px 25px;
}
.news .list .right ul li a .time{
	width: 85px;
	border-right: 1px solid #dcdcdc;
}
.news .list .right ul li a .time span{
	font-size: 30px;
	color: #979797;
	border-bottom: 1px solid #979797;
}
.news .list .right ul li a .time p{
	font-size: 18px;
	color: #979797;
	line-height: 2em;
}
.news .list .right ul li a .text{
	width: calc(100% - 85px);
	box-sizing: border-box;
	padding-left: 20px;
}
.news .list .right ul li a .text h3{
	font-size: 18px;
	color: #2b2b2b;
	line-height: 2em;
	font-weight: 500;
}
.news .list .right ul li a .text p{
	font-size: 14px;
	color: #777777;
	line-height: 2em;
}
.news .list .right ul li a:hover{
	background: url(../images/bg4.png) no-repeat center;
	background-size: 100% 100%;
}
.news .list .right ul li a:hover .time p,.news .list .right ul li a:hover .time span,.news .list .right ul li a:hover .text h3,.news .list .right ul li a:hover .text p{
	color: #fff;
}
.footer{
	background: url(../images/bg5.png) no-repeat center;
	padding: 60px 0 90px 0;
}
.footer .container{
	display: flex;
	justify-content: space-between;
}
.footer .container .footer_nav{
	padding-top: 25px;
}
.footer .container .footer_nav ul{
	display: flex;
}
.footer .container .footer_nav ul li{
	padding: 0 20px;
}
.footer .container .footer_nav ul li a{
	font-size: 16px;
	color: #FFF;
	font-weight: 500;
}
.footer .container .footer_nav ul li .sub{
	padding-top: 30px;
}
.footer .container .footer_nav ul li .sub h4{
	margin-bottom: 10px;
}
.footer .container .footer_nav ul li .sub a{
	font-size: 14px;
}
.footer .container .left{
	width: 285px;
}
.footer .container .left .text{
	margin-top: 25px;
}
.footer .container .left div>p{
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}
.footer .container .right{
	width: 140px;
	padding-top: 25px;
}
.footer .container .right .code{
	background: #0a3d94;
	padding: 12px;
}
.footer .container .right .code img{
	width: 100%;

}
.footer .container .right .code p{
	padding-top: 5px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.page{
	padding: 100px 0 80px;
}
.page .page_title{
	text-align: center;
}
.page .page_title h3{
	font-size: 36px;
	color: #5d5d5d;
	font-weight: 500;
	line-height: 2em;
}
.page .page_title p{
	font-size: 16px;
	color: #5d5d5d;
	font-weight: 500;
	line-height: 2em;
	text-transform: uppercase;
}
.page .page_title span{
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #139bc7;
}
.page .page_title .nav{
	padding-top: 45px;
	display: flex;
	justify-content: center;
}
.page .page_title .nav a{
	padding: 12px 40px;
	background: #139bc7;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 40px;
}
.page .page_title .nav a:hover,.page .page_title .nav a.active{
	background: #0d44a1;
}
.product_list{
	padding-top: 65px;
}
.product_list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.product_list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 30px;
	margin-bottom: 75px;
}
.product_list ul li a{
	overflow: hidden;
	display: block;
	border-radius: 15px;
}
.product_list ul li a .img img{
	overflow: hidden;
	display: flex;
	width: 100%;
}
.product_list ul li a .text{
	background: #fff;
	text-align: center;
	padding: 15px 0;
	color: #5d5d5d;
}
.product_list ul li a .text h3{
	font-size: 14px;
	font-weight: 500;
	line-height: 2em;
}
.product_list ul li a .text p{
	
	font-size: 14px;
	font-weight: 500;
	line-height: 2em;
	text-transform: uppercase;
}
.product_list ul li a:hover .text{
	color: #fff;
	background: #0d44a1;
}
 .pages{
	text-align: center;
	padding-top: 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #0d44a1;
	color: #fff;
	border: 1px solid #0d44a1;
}
.page_banner{
	padding-top: 80px;
}
.location{
	
}
.location .container{
	display: flex;
	align-items: center;
	height: 70px;
	color: #a6a6a6;
	font-size: 12px;
}
.location .container a{
	color: #a6a6a6;
}
.location .container span:last-child{
	color: #0c43a1;
}
.productShow{
	padding: 25px 0 105px;
}
.productShow .top{
	display: flex;
	justify-content: space-between;
}
.productShow .top .left{
	width: 710px;
	box-sizing: border-box;
}
.productShow .top .right{
	width: calc(100% - 750px);
}
.productShow .top .left .images{

}
.productShow .top .left .images img{
	width: 100%;
}
.productShow .top .left .thum_img{
	padding-top: 10px;
} 
.productShow .top .left .thum_img .swiper-button-white{
	position: static;
}

.productShow .top .left .thum_img .swiper-slide{
	box-sizing: border-box;
	border: 2px solid #fff;
}
.productShow .top .left .thum_img .swiper-slide img{
	width: 100%;
	display: flex;
}
.productShow .top .left .thum_img .swiper-slide.swiper-slide-thumb-active{
	border: 2px solid #0c43a1;
}
.productShow .top .right .showTitle{
	 border-bottom: 1px solid #dcdcdc;
	 padding-bottom: 15px;
}
.productShow .top .right .showTitle h3{
	font-size: 30px;
	font-weight: 500;
}
.productShow .top .right .dis{
	padding: 30px 0px 10px;
}
.productShow .top .right .dis h4{
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 15px;
}
.productShow .top .right .dis>div{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 1.5em;
}
.productShow .top .right .description{
	color: #8a8a8a;
	font-size: 16px;
	line-height: 1.6em;
}
.productShow .content{
	padding-top: 110px;
}
.productShow .content .showTitle{
	border-bottom: 1px solid #dcdcdc;
}
.productShow .content .showTitle p{
	font-size: 24px;
	color: #3f3f3f;
	font-weight: 500;
	padding-bottom: 15px;
}
.productShow .content .showTitle span{
	width: 50px;
	height: 5px;
	background: #0c43a1;
	display: block;
	position: relative;
	bottom: -3px;
}
.productShow .content  .box{
	padding: 60px 0;
	font-size: 16px;
	color: #8a8a8a;
}
.productShow .comPro .showTitle{
	border-bottom: 1px solid #dcdcdc;
}
.productShow .comPro .showTitle p{
	font-size: 24px;
	color: #3f3f3f;
	font-weight: 500;
	padding-bottom: 15px;
}
.productShow .comPro .showTitle span{
	width: 50px;
	height: 5px;
	background: #0c43a1;
	display: block;
	position: relative;
	bottom: -3px;
}
.productShow .comPro .list{
	padding-top: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	--swiper-navigation-size: 20px;
}
.productShow .comPro .list .swiper-button-white{
	position: static;
	width: 40px;
	height: 40px;
	background: #9e9e9e;
	border-radius: 50%;
}
.productShow .comPro .list .swiper-container{
	width: calc(100% - 100px);
}
.productShow .comPro .list .swiper-container img{
	width: 100%;
}
.productShow .comPro .more{
	text-align: center;
	padding-top: 30px;
}
.productShow .comPro .more a{
	display: inline-block;
	padding: 8px 50px;
	background: #0c43a1;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
}
.page_about{
	padding: 60px 0 75px;
}
.page_about .container{
	display: flex;
	justify-content: space-between;
}
.page_about .container .left{
	width: 255px;
}
.page_about .container .right{
	width: 888px;
}
.page_about .container .left .page_title{
	background: url(../images/bg6.png) no-repeat center;
	height: 211px;
	box-sizing: border-box;
	padding: 0 23px;
	color: #fff;
}
.page_about .container .left .page_title h3{
	font-size: 36px;
	padding-top: 30px;
	font-weight: 500;
}
.page_about .container .left .page_title p{
	font-size: 18px;
	text-transform: uppercase;
	padding-top: 10px;
}
.page_about .container .left .page_title h4{
	font-size: 14px;
	padding-top: 40px;
	font-weight: 500;
}
.page_about .container .left .list{
	padding-top: 50px;
}
.page_about .container .left .list ul{
	border-top: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.page_about .container .left .list ul li{
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.page_about .container .left .list ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	font-size: 14px;
	color: #3f3f3f;
}
.page_about .container .left .list ul li a:hover,.page_about .container .left .list ul li a.active{
	background: #0c43a1;
	color: #fff;
}
.page_about .container .right .top{
	font-size: 14px;
}
.page_about .container .right .bot{
	padding-top: 100px;
}
.page_about .container .right .bot .showTitle{
	text-align: center;
}
.page_about .container .right .bot .showTitle p{
	font-size: 30px;
}
.page_about .container .right .bot .showTitle span{
	display: inline-block;
	width: 50px;
	height: 4px;
	background: #0c43a1;
}
.page_about .container .right .bot .list{
	padding-top: 30px;
}
.page_about .container .right .bot .list ul{
	display: flex;
	justify-content: space-between;
}
.page_about .container .right .bot .list ul li{
	width: 205px;
	box-sizing: border-box;
	position: relative;
}
.page_about .container .right .bot .list ul li .img{
	background: #0c43a1;
}
.page_about .container .right .bot .list ul li img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
	display: flex;
}
.page_about .container .right .bot .list ul li .text{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.page_about .container .right .bot .list ul li .text h3{
	text-align: center;
	font-size: 18px;
	color: #545454;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
	font-weight: 500;
}
.page_about .container .right .bot .list ul li .text p{
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.page_about .container .right .bot .list ul li:hover .text{
	position: absolute;
	top: 0;
	left: 0;
	height: calc(100% - 70px);
	width: 100%;
	padding-top: 0;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.page_about .container .right .bot .list ul li:hover  .img img{
	opacity: 0.3;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.page_about .container .right .bot .list ul li:hover .text h3{
	color: #fff;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.page_case{
	padding-bottom: 30px;
}
.page_case ul{
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.page_case ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.page_case ul li .img{
	overflow: hidden;
	cursor: pointer;
	border: 1px solid  #dcdcdc;
}
.page_case ul li .img img{
	width: 100%;
	display: flex;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.page_case ul li:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.server{
	padding-top: 80px;
}
.server  ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background: #f8f8f8;
	margin-bottom: 80px;
	color: #5a5a5a;
}
.server  ul li .img{
	width: 567px;
	box-sizing: border-box;
}
.server  ul li .img img{
	display: flex;
	width: 100%;
}
.server  ul li .text{
	padding: 0 80px;
}
.server  ul li .text h3{
	
	font-size: 30px;
	line-height: 1.8em;
}
.server  ul li .text>p{
	font-size: 18px;

}
.server  ul li .text .dis{
	padding-top: 50px;
	font-size: 18px;

	line-height: 1.8em;
} 
.server  ul li:hover{
	background: #0c43a1;
	color: #fff;
}
.contact{
	padding-top: 45px;
}
.contact .top{
	display: flex;
	justify-content: space-between;
}
.contact .top .text{
	width: 410px;
}
.contact .top .map{
	width: 720px;
	height: 325px;
}
.contact .top .text p{
	/*display: flex;
	align-items: center;*/
	padding-bottom: 15px;
}
.contact .top .text p span{
	margin-right: 10px;
	color: #5d5d5d;
	font-size: 14px;
}
.contact .bot{
	padding-top: 80px;
}
.contact .bot .input{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.contact .bot .input .item{

}
.contact .bot .input .item p{
	color: #5d5d5d;
	font-size: 14px;
	line-height: 2em;
	display: flex;
	align-items: center;
}
.contact .bot .input .item p input{

	height: 30px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	width: 305px;
	margin-right: 10px;
	outline: none;
	box-sizing: border-box;
	padding: 0 10px;
}
.contact .bot .input .item p input:focus{
	border: 1px solid #0c43a1;
}
.contact .bot .text{

}

.contact .bot .text p{
	color: #5d5d5d;
	font-size: 14px;
	line-height: 2em;
	display: flex;
	align-items: center;
}
.contact .bot .text .item {
	display: flex;
	align-items: center;
}
.contact .bot .text .item textarea{
	width: 100%;
	height: 70px;
	background: #f3f3f3;
	border: 1px solid #f3f3f3;
	padding: 10px;
	outline: none;
	margin-right: 10px;
}
.contact .bot .but{
	padding-top: 20px;
}
.contact .bot .but button{
	border: none;
	width: 230px;
	height: 35px;
	background: #0c43a1;
	color: #fff;
}
.newsList{
	padding-top: 70px;
}
.newsList ul li{
	padding-bottom: 30px;
}
.newsList ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newsList ul li a .img{
	width: 310px;
}
.newsList ul li a .img img{
	display: flex;
	width: 100%;
}
.newsList ul li a .text{
	width: 830px;
	box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}
.newsList ul li a .text h3{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
	padding-bottom: 10px;
}
.newsList ul li a .text h3 label{
	font-size: 16px;
	color: #3f3f3f;
}
.newsList ul li a .text h3 span{
	font-size: 14px;
	color: #c4c4c4;
}
.newsList ul li a .text {
	font-size: 12px;
	color: #777777;
	line-height: 2em;
}
.newsList ul li a:hover{
	box-shadow: 0 0 15px #dcdcdc;
}
.newsShow{
	padding-bottom: 80px;
}
.newsShow .newsTtitle{
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.newsShow .newsTtitle h3{
	font-size: 24px;
	font-weight: 500;
}
.newsShow .newsTtitle p{
	color:#adadad;
	font-size: 12px;
	padding: 15px 0 0;
}
.newsShow .newsTtitle span{
	display: inline-block;
	width: 60px;
	height: 5px;
	background: #0c43a1;
	position: relative;
	bottom: -7px;
}
.newsShow .content{
	padding: 40px 0;
	color: #676767;
	font-size: 14px;
	line-height: 2em;
}
.newsShow  .nextPage{

}
.newsShow  .nextPage p,.newsShow  .nextPage p a{
	color: #676767;
	line-height: 2em;
	font-size: 14px;
}
.imgShow{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    box-sizing: border-box;
    padding: 15px 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.imgShow .box{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
}
.imgShow .box .img{
    height: 100%;
    box-sizing: border-box;
}
.imgShow .box .img img{
    height: 100%;
}
.imgShow .box i{
    display: flex;
    width: 20px;
    height: 20px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-style: unset;
    color: #f00;
}