*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
}
.clear{
	clear: both;
}
.y_huixian{
	width: 100%;
	height: 1px;
	background: #f3f3f3;
}
/*页眉*/
.top{
	width: 100%;
	height: 93px;
	margin-top: 15px;

}
.top_right ul{
	float: right;
}
.top_right li{
	float: left;
	margin-right: 10px;
	position: relative;
}
.top_right ul a{
	color: #000;
 	font-size: 20px;
    font-weight: 600;
	line-height: 95px;
	padding-left: .6em;
	text-decoration: none;
}
.top_right ul a:hover{
	color: #5895e1 ;
}
.top_right_active{
	color: #5895e1 !important;
}
.top_right_active a{
	color: #5895e1 !important;
}
.top_left{
	float: left;
}
.top_left img{
	margin-top: 15px;
 height: 60px;
}
.top_right li .cpzx_nav_ull{
	width: 120px;
	position: absolute;
	top: 65px;
	left: -10px;
	z-index: 300;
	background: #fff ;
	display: none;
}
.cpzx_nav_ull li{
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #5895E1;
}
.top_cpzx_nav:hover ul{
	display: block;
}
.top_right .cpzx_nav_ull a{
	display:block;
	width: 120px;
	color: #777;
 	font-size: 15px;
    font-weight: 500;
	line-height: 40px;
	padding: 0;

}
.cpzx_nav_ull li:hover{
	background: #F0F0F0;
}
/*轮播*/
.swiper {
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}

.swiper_ul li{
	position: absolute;
	top:0;
	opacity: 0;
	transition: 2.5s ;
	width: 100%;
	height: 100%;
}
.swiper_ul li:first-child{
	background: url(/news/information/static/img/banner1.png) no-repeat ;
	background-size: 100% 100%;
}
.swiper_ul li:nth-of-type(2){
	background: url(/news/information/static/img/banner2.png) no-repeat;
	background-size: 100% 100%;
}
.swiper_ul li:nth-of-type(3){
	background: url(/news/information/static/img/dfbanner.png) no-repeat;
	background-size: 100% 100%;
}
.active{
	opacity: 1 !important;
	display: block !important;
}
.swiper_list{
	position: absolute;
	bottom:5%;
	left: 45%;
	width:300px ;

}
.swiper_list li{
	float: left;
	width: 20px;
	height: 20px;
	background: #ffcc6c;
	margin-left: 10%;
	border-radius: 90px;
	border: #fff 1px solid;
}
.liactive{
	background: #5895e1  !important;
}
.swiper_ul li span{
	font-family: "微软雅黑";
	font-size: 50px;
	color:#fff;
	font-weight:1000;
	text-align: center;
}
.lunbo_one_text{
	margin-top:21%;
	margin-left: 18%;
}
.lunbo_two_text{
	margin-top:5%;
	margin-left: 14%;
	white-space: nowrap;  
}
.y_hidden{
	display: none;
}
/*产品中心*/
.nav_h2 h2{
	ont-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 0;
    color: #222;
	text-align: center;
}
.cpzx{
	margin-top: 20px;
}
.nav_h2  p{
	color: #e6212a;
    font-size: 17px;
    line-height: 24px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px
}
.cpzx_conter_img{
	width: 350px;
	height: 230px;
	overflow: hidden;
}
.cpzx_conter a{
    color: inherit;
}
.cpzx_span{
	display: block;
	font-size: 18px;
	line-height: 30px;
	text-align: right;
	color: #e6212a;
	border-top: 1px solid #F3F3F3;
	padding-right: 1em;
}
.cpzx_conter a:hover{
	text-decoration: none;
}
.cpzx_conter img{
	width: 100%;
}
.cpzx_border:hover{
	box-shadow:5px 2px 6px  #F0F0F0;
	transition: .6s;
}
.cpzx_conter h4{
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center;
}
.cpzx_conter p{
	text-indent: 1.5em;
	font-size: 17px;
    line-height: 26px;
    color: #777;
    margin-top: 0;
    margin-bottom: 1rem;
    height: 210px;
}
.cpzx_conter img:hover{
	opacity: 0.6;
	transform: scale(1.1);
	transition: 1s;
}
 /*解决方案*/
.jjfa{
	background: #F9F9F9;
	padding-top: 20px;
	margin-top: 1em;
}
.jjfa_left{
	padding: 0;
	box-sizing: border-box;
}
.jjfa_left li{
	text-align: center;
	display: block;
	line-height: 50px;
	margin-top: 20px;
	transition: .3s;
	border: 1px solid transparent;
}
.jjfa_left li a{
	font-size: 20px;
	font-weight: 400;
	color: #5794e1;
	font-style: italic;
}
.jjfa_left li:hover{
	border: 1px solid #BEE5EB;
	background: #fff;
    box-shadow: 3px 2px 4px #BEE5EB;
}
.jjfa_left li a:hover{
	text-decoration: none;
}
.jjfa_active{
border: 1px solid #5794E1 !important;
background: #fff;
}
.shover{
	padding: .5em .5em;
}
.y_jjfa_nav span{
	display: block;
	text-align: center;
	line-height: 40px;
}
.jjfa_right img{
	width: 100%;
	height: 200px;
	box-sizing: border-box;
}
.jjfa_right span{
	color: #e6212a;
	font-size:14px;
}
.jjfa_right p{
	color: #533F03;
	font-size: 13px;
}
.intro1{
	background:#fff;
	line-height: 200px !important;
	font-size:20px !important;
	font-weight: 500;
	letter-spacing: 2px;
	
}
/*技术优势*/
.jsys{

	padding-top: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.jsys p{
    text-indent: 1.5em;
    font-size: 17px;
    line-height: 26px;
}
.jsys span{
	display: block;
}
.jsys li{

	line-height: 33px;
}
/*服务优势*/
.fwys{
	background: #F9F9F9;
	padding-top: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

/*团队优势*/
.tdys{
	margin-top: 50px;
}
.y_tdys{
	height: 470px;
}
.y_tdys h4{
	line-height: 70px;
	font-size: 30px;
	font-weight: 800;
}
.tdys_text p{
	margin: 0;
	line-height: 30px;
}
.tdys_img{
	height: 470px;
	background: url(/news/information/static/img/tdys_left.png) no-repeat 30% 35%;
	background-size: 100%;
}
.tdys_text{
	text-align: center;
	box-sizing: border-box;
}
/*关于我们*/
.gywm{
	background: #F9F9F9;
	padding-top: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.gywm_right span{
	display: block;
	text-indent: 2em;
	line-height: 30px;
	
}
.gywm_left{
	padding: 0;
	padding-left: 30px;
}
.gywm_left img{
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
/*合作伙伴*/
.foot{
	margin-top: 50px;
}
.foot_gd{
	width: 100%;
	height: 80px;
	overflow: hidden;
	padding-bottom: 150px;
}
.foot_gd ul{
	width: 5000px;
}
.foot_gd li{
	float: left;
	margin-left:26px;
}
.foot_gd img{
	width: 190px;
	height: 80px;
}
/*右侧导航栏*/
.right_nav_ull li{
	position: relative;
	width: 200px;
	left:145px;
	text-indent: 80px;
	line-height: 57px;
	background: #5794e1;
}
.right_nav_ull li:nth-child(1){
	background: url(/news/information/static/img/fixCont.png)#5794e1 no-repeat;
}
.right_nav_ull li:nth-child(2){
	background: url(/news/information/static/img/fixCont.png)#5794e1 no-repeat  0 -57px;
}
.right_nav_ull li:nth-child(3){
	background: url(/news/information/static/img/fixCont.png)#5794e1 no-repeat  0 -112px;
}
.right_nav_ull li:nth-child(4){
	background: url(/news/information/static/img/fixCont.png)#5794e1 no-repeat  0 -171px;
}
.right_nav_ull li a{
	width: 100%;
	height: 57px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.right_navmain{
	position: fixed;
	width: 200px;
	height:230px;
	right: 1px;
	top: 35%;
	transition: .5s linear;
}
.right_nav_hover:hover{
	left: 0;
}
.right_nav_hover{
	transition: .7s;
}
#Code:hover{
	left: 0;
	height: 200px;
	background: #5794e1 url(/news/information/static/img/code.png)no-repeat;
	background-size:100% 100%;
}
/*联系我们*/

/*打字机效果*/
    .ityped-cursor {
      font-size: 2.2rem;
      opacity: 1;
      -webkit-animation: blink 0.3s infinite;
      -moz-animation: blink 0.3s infinite;
      animation: blink 0.3s infinite;
      animation-direction: alternate;
    }

    @keyframes blink {
      100% {
        opacity: 0;
      }
    }

    @-webkit-keyframes blink {
      100% {
        opacity: 0;
      }
    }

    @-moz-keyframes blink {
      100% {
        opacity: 0;
      }
    }
/*页脚*/
.y_footer {
    background: #333;
    width: 100%;
    height: 150px;
    margin: auto;
    margin-top: 60px;
}

.copyright {
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}


#jjfa h2 {
    color: #fff;
}