<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin:0px; padding:0px;}
html{color:#212529;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;font-size:15px;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:"微软雅黑";font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font-family: "微软雅黑";color:#212529;/* overflow-x: hidden; */letter-spacing: 1px;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
a ,a:hover{color: #212529;text-decoration: none;}
.clear{clear: both;}



/* Navigation */

.nav-bar-main-block {
  z-index: 99999;
  width: 100%;
}

.nav-bar-main-block.absolute {
  position: absolute;
  padding-top: 20px;
}

.logo img {
  width:100%;
}

.navigation-btn {
  text-align: right;
}

.btn-primary {
  background-color: #c1272c;
  font-family: 'Poppins', sans-serif;
  font-weight: 600px;
  padding: 14px 28px;
  border: 1px solid #c1272c;
  text-transform: uppercase;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 16px;
}

.btn-primary:hover {
  background-color: #000;
  color: #000;
  border: 1px solid transparent;
}

.btn-primary:focus {
  background-color: #000;
  color: #000;
  border: 1px solid transparent;
}





@media (max-width: 785px) {
  #cssmenu&gt;ul&gt;li&gt;a {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .navigation-btn {
    text-align: center;
  }

  .nav-bar-main-block {
    padding: 15px 0;
  }

  .logo {
    text-align: center;
  }

  .navigation-btn {
    display: none;
  }
}

@media (max-width: 576px) {
  .nav-bar-main-block {
    padding: 15px 0;
  }

  .home-main-block .slider-heading {
    font-size: 40px;
    line-height: 60px;
  }
}

.nav-bar-main-block .btn-primary:hover,
.nav-bar-main-block .btn-primary:focus {
  background: #000;
  color: #FFF;
}

.responsive-menu-wrap {
  display: none;
}

#nav-bar .row {
  align-items: center;
}

.sticky-area {
  z-index: 999;
}

.is-sticky .sticky-area {
  background: #fff;
  width: 100%;
  z-index: 999999 !important;
  box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
  animation: slideInDown .6s forwards;
}

#nav-bar.absolute .is-sticky .sticky-area {
  background: #00656D;
  box-shadow: 0 3px 8px -2px #0C4D52;
}




/*banner*/
.banner{position:relative;}
.banner .qrc{position:absolute;left:20%;z-index: 999;bottom: 10%;}
.banner .qrc img{width:150px;}
.banner .qrc span{color:#fff;display:block;text-align:center;line-height:40px;}

.banner .swiper-slide {
  font-size: 18px;
  height:550px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20%;
  cursor: pointer;
}

.banner .swiper-slide .title {
  font-size: 40px;
  margin-top: 60px;
  font-weight: 300;
  margin-bottom: 40px;
}

.banner .swiper-slide .text {
  font-size: 16px;
  line-height:30px;
}

.banner .pagination {
  position: absolute;
  bottom: 20px;
  width: 1200px;
  z-index: 100;
  text-align: center;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 6px;
  margin-right: 20px;
  cursor: pointer;
  opacity: 1;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.banner .swiper-pagination-bullet-active {
  background-color: #00a0e9;
}
.banner .swiper-slide p{font-size:20px;line-height:30px;}

/* About Section */

.about-main-block {
  width: 100%;
  margin-top: 70px;
}
.about-block{cursor: pointer;}
.about-points-block {
  padding: 31px 40px;
  background-color: #337dc1;
  position: relative;
  z-index: 1;
}

.about-points-icon {
  display: inline-block;
  color: #FFF;
  padding-right: 8px;
}

.about-points-icon img {
  vertical-align: baseline;
}

.about-point-dtl {
  display: inline-block;
  color: #FFF;
  vertical-align: top;
}

.about-point-heading {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.about-point-text {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.about-type {
  padding: 40px 55px;
  background-color: #F5F5F5;
  margin-bottom: 100px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-block:hover .about-type {
  background-color: #FFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.number {
  position: absolute;
  font-size: 110px;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  opacity: 0.09;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.about-type p {
  margin-bottom: 34px;
  font-size: 17px;
  line-height: 26px;

}

.about-type i {
  color: #337dc1;
  margin-left: 12px;
}

.about-main-block.theme-2 .section-heading:after {
  margin: 0;
}

.about-icon {
  padding: 1px;
}

.about-heading {
  font-size: 22px;
}

.about-sub-heading p {
  margin-bottom: 50px;
  font-size: 17px;
  line-height: 26px;
}

.about-main-block .section {
  /* margin-bottom: 40px; */
}

.about-main-block .section-heading {
  margin-bottom: 25px;
  font-size: 38px;
  /* color: #c1272c; */
  letter-spacing: 2px;
}
.about-main-block p{margin-bottom: 15px;line-height:28px} 
.about-main-block p span.on{font-weight:bold;color:#c1272c;}


.about-main-block dl{margin-top: 30px;height:100px;display: flex;justify-content: space-between;}
.about-main-block dl dd{float:left;width:32%;/* margin-right:2%; */box-sizing:border-box;padding:10px 0px 0px 80px;}
.about-main-block dl dd:nth-child(3){margin-right:0}
.about-main-block dl dd span{font-weight: bold;font-size: 30px;color:#c1272c;}
.about-main-block dl dd p{font-size:16px;}
.about-main-block dl dd.ico1{background:url(../images/g1.png)  no-repeat  left center}
.about-main-block dl dd.ico2{background:url(../images/g2.png)  no-repeat  left center}
.about-main-block dl dd.ico3{background:url(../images/g3.png)  no-repeat  left center}
.about-img{margin-top:50px;}

@media (max-width: 992px) {
  .about-icon {
    text-align: center !important;
    margin-bottom: 10px;
  }

  .about-sub-heading {
    text-align: center !important;
  }

  .about-img {
    display: none;
  }

  .about-dtl {
    margin-bottom: 30px;
  }

  .about-main-block .section-heading {
    text-align: center;
    font-size: 28px;
  }

  .about-main-block.theme-2 .section-heading {
    text-align: left;
    margin-top: 30px;
  }

  .about-main-block .section {
    margin-bottom: 50px;
  }
}

@media (max-width: 576px) {
  .about-main-block .section-heading:after {
    margin: 0 auto;
  }

  .about-main-block .section p {
    text-align: left;
  }
}

/*About#2 CSS */

.about-main-block.theme-2 {
  padding: 100px 0;
}

.about-main-block.theme-3 {
  padding: 100px 0;
}


/*About # 3 css */

.about-content h2 {
  font-size: 45px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-content {
    margin-top: 20px;
    margin-left: 50px;
  }
}

.about-content h5 {
  color: #FFAA17;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 28px;
}

.about-content p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 20px;
}

.key-feature i {
  font-size: 30px;
  float: left;
  color: #FFAA17;
}

.key-feature p {
  font-size: 17px;
  font-weight: 500;
  margin-left: 40px;
}
/*core*/
.core-dd h3 {
  text-align: center;
  font-size: 38px;
}

.core {
 padding-top: 65px;
  /* height: 500px; */
  background: #fbfcfd;
  padding-bottom: 65px;
  display: flex;
  flex-direction: column;
}

.core-ccv dl {
  width: 23.75%;
  margin-right: 20px;
  float: left;
  /* background: url(./image/25717755.png); */
  box-shadow: 0px 4px 18px rgb(228 230 240 / 70%);
  margin-top: 50px;
  border-right: 0 none transparent;
  border-top: 0 none transparent;
  border-bottom: 0 none transparent;
  border-left: 0 none transparent;
  border-radius: 8px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -moz-box-shadow: 0.000000px 4.000000px 18px rgba(228, 230, 240, 0.7);
  -webkit-box-shadow: 0px 4px 18px rgb(228 230 240 / 70%);
  -ms-box-shadow: 0.000000px 4.000000px 18px rgba(228, 230, 240, 0.7);
  -o-box-shadow: 0.000000px 4.000000px 18px rgba(228, 230, 240, 0.7);
}

.core-ccv dl dt img {
  width: 100%;
}

.core-ccv dl dt {
  width: 50%;
  margin: 0 auto;
  padding: 35px 0;
}

.core-ccv dl dd h4 {
  text-align: center;
  font-size: 30px;
}

.core-xx {
  width: 80%;
  margin: 0 auto;
  line-height: 35px;
  height: 140px;
  margin-top: 15px;
}
.core-ccv dl:nth-child(4) {
  margin-right: 0;
}
.application-vv dl:nth-child(5n) {
  margin-right: 0;
}
.application-vv dl dt{width:100%;margin-bottom: 20px;}
.application-vv dl dt img{/* width:100%; */}

.application-vv dl {
  width: 18%;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  border-left: 1px solid #f3f3f3;
  border-radius: 0px;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
  background-size: cover;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
  padding: 30px 0 20px;
}

.application-dd h3 {
  overflow: hidden;
  text-align: center;
  font-size: 38px;
}

.application {
  padding-top: 60px;
}
.application-vv dl dd {
  width: 100%;
}

.application-vv {
  /* overflow: hidden; */
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application-vv dl:hover {
  cursor: pointer;
  transform: translateY(-3px);
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: -moz-linear-gradient(top, none, none);
  background: -o-linear-gradient(top, none, none);
  background: linear-gradient(top, none, none);
  background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
  background-size: cover;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 12px 12px rgb(238 238 239 / 60%);
  -moz-box-shadow: 0.000000px 12.000000px 12px rgba(238, 238, 239, 0.6);
  -ms-box-shadow: 0.000000px 12.000000px 12px rgba(238, 238, 239, 0.6);
  box-shadow: 0px 12px 12px rgb(238 238 239 / 60%);
  transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.fsdg {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  background-color: #c1272c;
  margin-top: 35px;
  margin-bottom: 50px;
}

.fsdg a {
  color: #fff;
  display: block;
  padding: 5px 20px;
}
.contant{width: 1200px; margin:0 auto;}
.r_content{width: 1200px;margin:0 auto;padding-top: 50px;}
.i_title {text-align: center;font-size: 38px;color: #fff;}
.i_b_title{text-align: center;font-size: 18px;color: #fff;}
.reasonbg{width: 100%;background: url(../images/reason.jpg) center no-repeat;background-size: cover;padding-bottom: 50px;margin-top: 60px;}
.r_c_t{width:100%;margin-top:30px;}
.uk_reason{display:flex;justify-content: space-between;}
.uk_reason_list{width: 31%;background:#fff;padding: 50px 30px;text-align: center;border-radius: 15px;box-shadow: 1px 1px 11px 1px #8f8f8f;cursor: pointer;}
.r_t_title{font-size: 25px;margin-bottom:20px}
.uk_reason_list p{font-size:16px;line-height: 30px;}
.uk_reason_list .btn{ background: #c1272c;margin-top:20px;
  padding: 10px 50px;
  color: #fff;}
.index_news{width: 100%;background: #fcfcfc;padding:60px 0;display: flex;}
.index_title{width: 100%; text-align: center; font-size: 38px; margin-bottom: 20px;}
.index_news_list{width:100%;display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.index_news_list dl{width: 49%;padding:1.5%;background:#fff;box-shadow: 1px 1px 11px 1px #d6d6d6;margin-bottom: 30px;}
.index_news_list dl dt{width:100%;font-weight: normal;}
.index_news_list dl dt a{display:flex;color: #212529;justify-content: space-between;}
.index_news_list dl dt a .dl_img{width:30%;overflow:hidden}
.index_news_list dl dt a .dl_img img{width:100%;transition:all 0.3s;height: 85px;object-fit: cover;}
.index_news_list dl dt a .dl_dt{width:68%;}
.index_news_list dl dt a .dl_img:hover img{transform:scale(1.1);transition:all 0.3s;}
.index_news_list dl dd{margin-top:10px;line-height:28px; letter-spacing:1px;}
.index_news_list dl dt a .dl_dt p:nth-child(1){font-size: 18px;margin-bottom: 10px;}
.index_news_list dl dt a .dl_dt p:nth-child(2){font-size: 14px;color: #212529;}
.index_case{width: 100%;padding:60px 0;display: flex;}
.index_case_dl{width:100%;display:flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
.index_case_dl dl{width: 31%;margin-bottom: 30px;position:relative;}
.index_case_dl dl img{width:100%;transition:all 0.3s;}
.index_case_dl dl .dl_img{width:100%;overflow:hidden;}
.index_case_dl dl:hover img{transform:scale(1.1);transition:all 0.3s;}
.index_case_dl dl .dl_dt{position:absolute;bottom:0;height:40px;width:100%;background: rgb(0 0 0 / 70%);line-height: 40px;text-align: center;}
.index_case_dl dl .dl_dt a{color:#fff;}
.case_box{width:100%;display:flex;justify-content: space-between;flex-direction: row;flex-wrap: wrap;}
.case_box dl{width: 48%;margin-bottom: 30px;position:relative;}
.case_box dl img{width:100%;transition:all 0.3s;}
.case_box dl .dl_img{width:100%;overflow:hidden;}
.case_box dl:hover img{transform:scale(1.1);transition:all 0.3s;}
.case_box dl .dl_dt{position:absolute;bottom:0;height:40px;width:100%;background: rgb(0 0 0 / 70%);line-height: 40px;text-align: center;}
.case_box dl .dl_dt a{color:#fff;}





.link{margin-bottom:20px;}
.footer{width:100%;background:#252d38;color:#888b98;display: flex;}
.foot{display:flex;justify-content: space-between;}
.footer .main{padding:0 1em}
.footer .intro{margin-bottom:.5em}
.footer small{color:#6e6f7d}
.footer small .icp{padding-left:1em;}
.footer a{color:#6e6f7d}
.footer a:hover{color:#888b98}
.footer .title{font-size:18px;padding-bottom:1em}
.f-about,.f-contact,.f-qr{display:inline-block}
.f-about{width:46%;padding:3% 0}
.f-contact{width: 20%;padding: 3% 0;font-size: 16px;line-height: 30px;}
.f_qrc{width: 20%;padding: 3% 0;}
.f-contact i.iconfont{padding-right:5px}
.f_qrc .f-qr{width: 48%;/* padding:3% 0; */text-align: center;}
.f_qrc .f-qr img{width:100px;height:100px}
.toolbar{bottom:80px;position:fixed;right:0;margin-right:15px;cursor:pointer; z-index: 999;}
#totop{display:none}
.toolbar i.iconfont{color:#666;font-size:18px}
.toolbar .btn{display:block;padding:12px;margin-bottom:5px;width:auto;height:auto;line-height:18px;vertical-align:middle;text-align:center}
#qr:hover,.btn.qq:hover,.toolbar .btn:hover{background-color:#0084ff}
#qr:hover a,.btn.qq:hover a,.toolbar .btn:hover i{color:#fff}
#qr #qr-img{position:absolute;display:none}
#qr-img{left:-200px;bottom:5px;max-width:180px;padding:8px}
.bn{border:none!important}
.pd{padding:1.5em}
.mb{margin-bottom:20px}
.mt{margin-top:20px}
.mr{margin-right:20px}
.br{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.sb{box-shadow:0 1px 3px rgba(26,26,26,.2);background:#fff}
.nav-sb{box-shadow: 0 3px 14px 0 rgba(199,209,215,.4);background:#fff}

/***内页**/
.contain{width: 1250px; margin: 0 auto;}
.mian_bg .contain{display:flex;justify-content: space-between;}
.mian_bg{width: 100%;padding-top: 20px;background: #F6F6F6;position: relative;padding-bottom: 30px;}
.post-nav{width: 1250px;margin:20px auto 20px;font-size: 14px;background:url(../images/add.png) center left no-repeat;height:32px;padding-left:35px;line-height: 32px;}
.content{width:70%;}
.sidebar{width: 28%;}

#aside_about .bg{width:100%;}
#aside_about .avatar{width:100%;text-align:center;margin-top:-42px}
#aside_about .img{width:70px;height:70px;margin:0 auto;border-radius:100px;border:5px solid rgba(255,255,255,.8)}
#aside_about .wrap{padding-top:0}
#aside_about .title{text-align:center;font-size: 25px;color:#333;margin-top: 10px;}
#aside_about p{color:#666;padding-top:5px;line-height:26px;overflow:hidden}
#aside_about .ul{position:relative;margin-top:17px;display: flex;/* line-height: 35px; */align-content: center;flex-direction: row;justify-content: center;align-items: center;}
#aside_about .line{z-index:1;color:#aaa;background: #aaa;width: 2px;height: 30px;}
#aside_about .li{width:49.5%;text-align:center}
#aside_about .num{text-align:center;font-size:22px;font-weight:100;line-height:10px}
#aside_about small{display:block;color:#999;/* margin-top: 5px; */font-size: 16px;}
.widget {
	margin-bottom: 30px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	padding: 25px 20px;
}
.widget widget_cjtz_img img {
	max-width: 100%;
	height: auto;
	border-radius: 0
}
.widget h3 {
	font-size: 18px;
	color: #282828;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 18px;
	margin-bottom: 28px;
	position: relative
}
.widget h3:after {
	content: "";
	background-color: #19B5FE;
	left: 0;
	width: 50px;
	height: 2px;
	bottom: -2px;
	position: absolute
}
.widget_ad {
	margin-bottom: 30px;
	clear: both;
	position: relative;
	overflow: hidden;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
}
.recent-posts-widget li {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}
.recent-posts-widget li .recent-posts-img {
	float: left;
	width: 30%;
	height: auto;
	overflow:hover;
	max-height: 75px;
	position: relative/*!  */
}

.recent-posts-widget li .recent-posts-img img {
	width: 100%;transition:all 0.3s;
	height: auto
}
.recent-posts-widget li .recent-posts-img:hover img{
	transform:scale(1.1);transition:all 0.3s;
}
.recent-posts-widget li .recent-posts-title {
	width: 66%;
}
.recent-posts-widget li .recent-posts-title:hover .tit a{
	color:#0188fb;
}
.recent-posts-widget li .recent-posts-title .tit {
	font-size: 16px;
	/* height: 40px; */
	overflow: hidden;
	margin-bottom: 10px
}
.recent-posts-widget li .recent-posts-title span {
	font-size: 12px;
	color: #9A9A9A
}



/***建站css***/
.why{width:100%;margin-top: 60px;display: flex;padding-bottom: 50px;}
.neitop{width:100%;text-align: center;}
.neitop .h3{font-size: 20px;}
.neitop .neih1{font-size: 25px;font-weight:bold;letter-spacing: 3px;line-height:55px}
.neitop .neih1 span{color:#0188fb;}
.why .neitop{height: 150px;background:url(../images/gui.png) top center repeat;width:100%;}
.whydl{width: 100%;/* height: 170px; */display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.why_dl_con{width: 47%;margin-bottom: 20px;display: flex;justify-content: space-between;background: #fff;box-shadow: 1px 1px 14px #d7d7d7;padding: 20px 14px;align-items: center;}
.whydl dl{float:left;width: 17%;text-align: center;/* color: #fff; *//* box-shadow: 1px 1px 14px #3d444a; */cursor: pointer;position: relative;}
.whydl .why_con{width: 79%;line-height:28px;}
.whydl .why_con .dt{font-size:18px;margin-bottom:10px;}
.whyl{width:100%;float: left;}
.whydl dl:last-child{margin-right:0;}
.whydl dl&gt;img{/* margin-top: 40px; */margin-bottom: 20px;}
.whydl dl dd{font-size: 18px;font-weight:bold;/* line-height: 55px; */}
.whydl dl.on .i{display:inline-block;position: absolute;width: 150px;height: 150px;border: 3px solid #0188fb;left: -10px;top: -10px;border-radius: 50%;display: none;}
.whyl{width:100%;margin-top:50px;}
.whyl dl{width:100%;float:left;}
.whyl dl dt{font-size:20px;line-height:50px;}
.whyl dl dd{font-size:16px;line-height:30px;}
.jianpage{background: #eeeeee;padding: 80px 0 60px;height}
.jianpage1{background: #fff;padding: 80px 0 60px;}
.page1 {width: 40%;}
.pager {width: 60%;margin-top: 25px;text-align: center;overflow: hidden;transition: all 1s;}
.pager1 {width: 60%;margin-top: 25px;text-align: left;transition: all 1s;}
.pager1 img{max-width: 100%;transition: all 1s;}
.pager img{max-width: 100%;transition: all 1s;}
.page1 .pageh2{height: 30px;line-height: 30px;font-weight:bold;font-size:20px;}
.page1 .pageh2 span{color:#0188fb;}
.page1 .pageh1{font-size: 38px;font-weight:bold;height: 65px;line-height: 65px;color:#0188fb;letter-spacing:2px;}
.page1 i{height: 4px;width:200px;background: #bebdbd;display:inline-block;}
.page1 p{font-size: 16px;line-height: 28px;margin-top: 20px;text-align: left;}
.page1 span.pagemore{display:inline-block;margin-top:50px;border:2px solid #9e9b9b;padding:10px 25px;}
.page1 span.pagemore a{font-size:18px;}
.pager:hover img{transform: scale(1.1);cursor:pointer;}
.pager1:hover img{transform: scale(1.1);cursor:pointer;}
.w1200{width:1250px;margin:0 auto}
.ppdsp{padding: 50px 0;}
.ppdsp ul {height: 230px;margin-top:130px;}
.ppdsp ul li{    text-align: center;
    border-radius: 20px;width:360px;height: 230px;float:left;margin-right:50px;box-sizing: border-box; padding: 50px 38px;-webkit-transition:all .2s linear;-ms-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear}
.ppdsp ul li:hover{-webkit-transform:translate3d(0,-2px,0);
    -ms-transform:translate3d(0,-2px,0);-moz-transform:translate3d(0,-2px,0);-o-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);}
.ppdsp ul li:nth-child(3){margin-right:0}
.ppdsp ul li.ico1{background: #e5f1ff;}
.ppdsp ul li.ico2{background: #ebf9f4;}
.ppdsp ul li.ico3{background: #fff7e8;}
.ppdsp ul li  i{margin-top: -120px;  height: 147px;
    width: 100%;
    display: block;}
.ppdsp ul li.ico1 i{background: url(../images/dy1.png)  no-repeat  center;}
.ppdsp ul li.ico2 i{background: url(../images/dy2.png)  no-repeat  center;}
.ppdsp ul li.ico3 i{background: url(../images/dy3.png)  no-repeat  center;}
.mtb50{margin:50px 0}
.bta{position:relative;margin-bottom:70px;text-align:center;font-size: 35px;color: #222222;letter-spacing: 2px;}
.bta span{font-weight: bold;}
.bta span u{padding-left:15px;font-weight: normal;}
.bta span:after{content:" ";display: block;height: 1px;width: 160px;background: #14479f;margin: 33px auto  0 auto;}
.guang .bta span:after{background: #94583e;}
.ppdsp ul li div{font-size:24px;margin-top:15px;}
.ppdsp ul li div:after {
    content: " ";
    display: block;
    height: 2px;
    width: 50px;
    background: #fff;
    margin: 10px auto;
}
.ppdsp ul li p{line-height: 2;font-size: 16px;color:#666666;}

.why-me-container {
  margin-top: 30px;
  margin-bottom: 60px;
}

 .why-me-container .why-me .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin: 0; */
  padding: 0;
}
.why-me-container .why-me .list .item {
  width: 280px;
  height: 330px;
  /* margin-right: 20px; */
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(35, 111, 251, .08);
  box-shadow: 0 2px 8px 0 rgba(35, 111, 251, .08);
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}
.why-me-container .why-me .list .item:nth-child(4n) {
  margin-right: 0
}

.why-me-container .why-me .list .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 40px 40px 0 rgba(35, 111, 251, .1);
  box-shadow: 0 40px 40px 0 rgba(35, 111, 251, .1)
}

.why-me-container .why-me .list .item .top {
  height: 190px;
  padding-top: 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.why-me-container .why-me .list .item .top .icon-box {
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  text-align: center
}

.why-me-container .why-me .list .item .top .icon-box .icon {
  width: 54px;
  display: inline-block;
  vertical-align: middle
}

.why-me-container .why-me .list .item .top .text {
  line-height: 1;
  margin-top: 18px;
  font-family: MicrosoftYaHeiLight;
  font-size: 22px;
  color: #fff;
  text-align: center
}

.why-me-container .why-me .list .item .bottom .text {
  width: 233px;
  margin: 35px auto 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 24px;
  color: #515d71;
  text-align: center
}

.why-me-container .why-me .list .item-1 .top {
  background-color: #0054ee
}

.why-me-container .why-me .list .item-2 .top {
  background-color: #236ffb
}

.why-me-container .why-me .list .item-3 .top {
  background-color: #2e85fb
}

.why-me-container .why-me .list .item-4 .top {
  background-color: #3b97ff
}
.region-title_a {
  line-height: 1;
  margin-bottom: 16px;
  font-size: 35px;
  color: #222222;
  text-align: center;
  font-weight: 550;
  letter-spacing: 2px;
}

.region-title_a .highlight {
  color: #236ffb
}

.region-sub-title {
  min-height: 40px;
  line-height: 40px;
  font-size: 23px;
  color: #666;
  text-align: center
}

.region-sub-title .space {
  margin: 0 10px
}

.region-sub-title .highlight {
  color: #236ffb
}

.house_box{width:100%;}
.house_box dl{width:100%;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px dashed #ddd;display: flex;justify-content: space-between;}
.house_list{position: relative;
	overflow: hidden;
  border-radius: 3px;
	padding: 32px 27px;
	line-height: normal;
  background: #fff;}
.house_box dl .dl_img{width:30%;overflow:hidden; cursor:pointer;}
.house_box dl .dl_cont{width:68%;}
.house_box dl .dl_img img{width:100%;transition:all 0.3s;}
.house_box dl .dl_img:hover img{transform:scale(1.1);transition:all 0.3s;} 
.house_box dl .syjiq-te{width:100%;margin-bottom:15px;font-size:16px;font-weight:550;}
.house_box dl .syjiq-te:hover{color:#0188fb;}
.house_box dl .syjiq-nr{margin-bottom:10px;line-height: 28px;}
.house_box .syjiq-sj{
    color: #888;
	
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    margin-right: 20px;
}

.house_box .syjiq-sj a{color: #888;font-size: 14px;margin-left: 5px;}
.info span{margin-right:10px;}
.newstext_bg{word-break: break-all;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  background: #fff;
  padding: 20px 32px;}
.single {line-height: 28px;    margin-top: 20px;}
.single h2{font-weight:bold;}
.single p{margin-bottom: 10px;}
.single p img{margin:0 auto;/* text-align:center; */display: block;/* vertical-align: middle; */}
.single li{list-style:decimal}
.single img{max-width:100%;height:auto !important;}
.tags{display:flex;align-items: center;margin: 20px 0 10px;}
.icon-tag{width: 16px;height: 16px;background: url(../images/Tags.png) center no-repeat;display: inline-block;margin-right: 6px;}
.tags a{border: 1px solid #ddd;border-radius: 5px;padding: 4px 10px;font-size: 14px;margin: 0 5px;}
.tags a:hover{color:#0188fb; border: 1px solid #0188fb;}
.single_img{margin-bottom:10px;width:100%;}
.single_img img{width: 100%;max-width: 550px;}
.post {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e8eb;
  position: relative;
  zoom: 1;
}

.post::after {
content: "";
display: block;
clear: both
}

.post h1 {
margin: 0 0 8px;
font-size: 20px;
color: #333;
font-weight: 600;
line-height: 1.5
}

.post .post_h2 {
margin-bottom: 5px;
line-height: 1.5;
font-weight: 600;
font-size:16px;
}

.post h2 a {
font-size: 20px;
color: #333
}

.post .post_h2 a:hover {
color: #0188fb
}

.post .post_h2 span {
margin-right: 2px;
vertical-align: middle
}

.post .post_h2 span::before {
font-family: iconfont;
font-weight: normal;
vertical-align: text-bottom
}

.post .post_h2 em {
margin: 6px 0 0 5px;
padding: 0 4px;
font-size: 12px;
color: #fff;
font-weight: normal;
font-style: normal;
line-height: 18px;
border-radius: 2px;
background: #0188fb;
display: inline-block;
vertical-align: top
}

.post .post_h2 .zbaudio::before {
content: "\e616";
font-size: 21px
}

.post .post_h2 .video::before {
content: "\e6dd";
font-size: 21px
}
.soft_font{width: 1200px;margin:0 auto;margin-top: 151px}
.soft_font p ,.soft_font h1{font-size: 40px;color: #fff;}
.soft_font span{font-size: 16px;color: #fff;margin-top: 10px;display: block;line-height: 30px;margin-right: 10px;}
@media only screen and (max-width: 760px){
  .soft_banner{height: 200px;background-size:100% 200px }
  .soft_font{width: auto;margin-top: 30px;margin-left: 10px;}
  .soft_font p ,.soft_font h1{font-size: 18px;}
  .soft_font span{margin-top: 10px;font-size: 13px;line-height: 20px;width: auto}
  
  }


.app_banner{height: 500px;background: url(../images/ban3.jpg) top center no-repeat;overflow: none;padding-top:10px;}
.system_banner{height: 500px;padding-top:10px;text-align:center;}
.system_banner img{max-width:100%;}

.more22{width: 126px;height: 34px;line-height: 34px;float: left;color: #3c73da;text-align: center;font-size: 14px;margin-top: 34px;margin-left: 20px;border: 1px solid #3c73da;}
.more22:hover{border: 1px solid #fff;transition: 300ms;color: #fff;background-color: #4a85f8;}

.sys_more{width: 126px;height: 34px;line-height: 36px;float: left;color: #fff;text-align: center;font-size: 14px;margin-top: 32px;margin-left: 20px;border: 1px solid #fff;}
.sys_more:hover{border: 1px solid #fff;transition: 300ms;color: #fff;background-color: #4a85f8;}



@media only screen and (max-width: 760px){
.more22{width: 80px;height: 25px;margin-top: 5px;margin-left: 20px;line-height: 25px;font-size: 12px;}
.app_banner{height: 200px;background-size:100% 200px }
.system_banner{height: 200px;background-size:100% 200px }
.sys_more{width: 80px;height: 25px;margin-top: 5px;margin-left: 20px;line-height: 25px;font-size: 12px;}



}


.app_fw{width: 1200px;margin:0 auto;}
.fw_list{overflow: hidden;margin-bottom: 30px;padding-bottom: 15px}
.fw_title{text-align: center;margin-top: 75px}
.fw_title p{font-size: 30px;color: #333;text-transform: uppercase;}
.fw_title span{font-size: 14px;color: #aeaeb2;margin-top: 20px;margin-bottom: 20px;display: block;}
.fw_list ul li{width: 284px;height: 359px;float: left;margin:0 8px;margin-top:20px;
			transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;}
.fw1{text-align: center;margin-top: 60px;padding-bottom: 20px;}
.fw2{font-size: 24px;color: #fff;text-align: center;margin-top: 20px;}
.fw3{width: 30px;border-top: 2px solid #fff;margin:0 auto;margin-top: 20px;text-align: center;}
.fw4{font-size: 12px;margin:0 15px;color: #dcdcdc;line-height: 20px;margin-top: 20px}
.fw_list ul li:hover{box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
			transform: translateY(-2px);}
.fwbg1{background: url(../images/app_img1.jpg) 0 0 no-repeat;overflow: hidden;}
.fwbg2{background: url(../images/app_img2.jpg) 0 0 no-repeat;overflow: hidden;}
.fwbg3{background: url(../images/app_img3.jpg) 0 0 no-repeat;overflow: hidden;}
.fwbg4{background: url(../images/app_img4.jpg) 0 0 no-repeat;overflow: hidden;}
@media only screen and (max-width: 760px){
.app_fw{width: auto;margin:0 auto;}
.fw_title{margin-top: 20px}
.fw_title p{font-size: 24px;}
.fw_title span{font-size: 14px;margin:0 10px;margin-top: 10px;margin-bottom: 10px;}
.fw_list ul li{width: 48%;height: 221px;float: left;margin:0 1%;margin-top:8px;background-size: 100% 261px;}
.fw1{margin-top: 10px;}
.fw1 img{width: 60px}
.fw2{font-size: 20px;margin-top: 5px;}
.fw3{margin-top: 5px;}
.fw4{margin:0 5px;margin-top: 10px;line-height: 18px}
}
.app_case{width: 1200px;margin:0 auto;}
.app_case_title{font-size: 30px;margin-top: 70px;margin-bottom: 30px;color: #333;text-align: center;}
.app_case_list ul li{height: 198px;border: 1px solid #ddd;box-sizing: border-box;width: 18%;margin:0 1%;text-align: center;float: left;margin-top: 20px;}
.app_case_list ul li p{margin-top: 60px;}
.app_case_list ul li span{display: block;font-size: 18px;color: #333;margin-top: 20px}
.app_case_list li:hover p img{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
.app_case_list li:hover{box-shadow:2px 2px 10px 2px #e4edfe;transition: 300ms;}
.app_case_list li:hover span{color: #4a85f8;}
.case_link a{display: block;width: 360px;height: 40px;line-height: 40px;background-color: #4a85f8;color: #fff;font-size: 14px;margin:0 auto;}
.case_link{margin-top: 60px;margin-bottom: 60px;text-align: center;}
.case_link a:hover{background-color: #719ff8;transition: 300ms}
@media only screen and (max-width: 760px){
.app_case{width: auto;margin:0 auto;}
.app_case_title{font-size: 24px;margin-top: 20px;margin-bottom: 10px;}
.app_case_list ul li{height: 110px;border: 1px solid #ddd;box-sizing: border-box;width: 48%;margin:0 1%;text-align: center;float: left;margin-top: 10px;}
.app_case_list ul li p{margin-top: 20px;}
.app_case_list ul li p img{width: 40px}
.app_case_list ul li span{margin-top: 10px}
.case_link a{display: block;width: 300px;}
.case_link{margin-top: 20px;margin-bottom: 20px;}
}
.smallp_banner{height: 500px;background: url(../images/ban4.jpg) top center no-repeat;overflow: none;padding-top:10px;}
.wz_banner{height: 500px;background: url(../images/wz_banner.jpg) top center no-repeat;overflow: none;padding-top:10px;}
.wz_banner .more22{color: #fff;border:1px solid #fff;}
.more22:hover{border: 1px solid #4a85f8;transition: 300ms;color: #fff;background-color: #4a85f8;}

.wz_banner .more22:hover{border: 1px solid #042f83;transition: 300ms;color: #fff;background-color: #042f83;}


@media only screen and (max-width: 760px){
.more22{width: 80px;height: 25px;margin-top: 10px;margin-left: 20px;line-height: 25px;font-size: 12px;}
.smallp_banner{height: 200px;background-size:100% 200px }
}
.smallp_case{width: 1200px;margin:0 auto;}
.smallp_case_title{font-size: 32px;margin-top: 70px;margin-bottom: 30px;color: #333;text-align: center;}
.smallp_case_list ul li{height: 198px;border: 1px solid #ddd;box-sizing: border-box;width: 18%;margin:0 1%;text-align: center;float: left;margin-top: 20px;}
.smallp_case_list ul li p{margin-top: 60px;}
.smallp_case_list ul li span{display: block;font-size: 18px;color: #333;margin-top: 20px}
.smallp_case_list li:hover p img{
    -webkit-animation: 1s ease 1 0s both;
    -moz-animation: 1s ease 1 0s both;
    -ms-animation: 1s ease 1 0s both;
    animation: 1s ease 1 0s both;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
}
.smallp_case_list li:hover{box-shadow:2px 2px 10px 2px #e4edfe;transition: 300ms;}
.smallp_case_list li:hover span{color: #4a85f8;}
@media only screen and (max-width: 760px){
.smallp_case{width: auto;margin:0 auto;}
.smallp_case_title{font-size: 24px;margin-top: 20px;margin-bottom: 10px;}
.smallp_case_list ul li{height: 110px;border: 1px solid #ddd;box-sizing: border-box;width: 48%;margin:0 1%;text-align: center;float: left;margin-top: 10px;}
.smallp_case_list ul li p{margin-top: 20px;}
.smallp_case_list ul li p img{width: 40px}
.smallp_case_list ul li span{margin-top: 10px}

}

.xiao_title{
    font-size: 32px;
	color:#333;
    text-align: center;
}
.xiao_cont{width: 90%;margin: 20px auto 30px;line-height: 30px;font-size:16px;text-align: center;}
.xiao_img{
    text-align: center;
}

.xiao_ys{width:100%;margin-top:50px;}
.xiao_ys_dl{width:100%;display:flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
.xiao_ys_dl dl{width: 17%;text-align: center;margin-bottom: 30px;}
.xiao_ys_dl dl dd{font-size:18px;margin-top:15px;margin-bottom:10px;}
.xiao_ys_dl dl p{font-size:15px;padding:0 0px;line-height:28px;}

.smallp_serv_bg{background:  #f6f6f6;overflow: hidden;padding-bottom: 60px;}
.smallp_serv_title{text-align: center;margin-top: 65px}
.smallp_serv_title p{font-size: 32px;/* color: #333; */}
.smallp_serv_title span{font-size: 16px;color: #aeaeb2;margin-top: 15px;margin-bottom: 20px;display: block;}
.smallp_serv_list{width: 1200px;margin:0 auto;margin-top: 10px;padding-bottom: 20px;}
.smallp_serv_list ul li{width: 284px;float: left;margin:0 8px;margin-top: 25px;cursor: pointer;background: #fff;height: 360px;position: relative;
            transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;}
.smallp_serv_list ul li:hover{box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
            transform: translateY(-2px);}
.ssr1{position: relative;}
.ssr2{font-size: 24px;margin-top: -60px;color: #fff;display:block;line-height: 20px;font-weight: 600;position: absolute;bottom:10px;left:30px;}
.ssr2 em{font-size: 12px;color: #fff;font-weight: 300;}
.ssr3{font-size:14px;color: #666;padding:30px;}
.smallp_serv_list ul li a{display: block;font-size:12px;line-height: 26px;width: 80px;background: #4a85f8;text-align: center;color: #fff;border-radius: 2px;position: absolute;left:30px;bottom: 30px;  }
.smallp_serv_list ul li a:hover{background: #2a63d4;}
.smallp_serv_link {text-align: center;font-size: 12px;color: #999;text-align: center;margin:0 auto;margin-top: 40px}
@media only screen and (max-width: 760px){
.smallp_serv_bg{height: auto;margin-top: 20px;padding-bottom: 50px;}
.smallp_serv_title{margin-top: 20px}
.smallp_serv_title p{font-size: 24px;}
.smallp_serv_title span{font-size: 14px;margin:0 10px;margin-top: 10px;margin-bottom: 10px;}
.smallp_serv_list{width: auto;margin-bottom: 20px;overflow: hidden;}
.smallp_serv_list ul li{width: 48%;margin:0 1%;margin-top: 10px}
.smallp_serv_list ul li img{width: 100%}
.an2{color: #333;font-size: 14px;margin-top: 5px;}
.smallp_serv_link {text-align: center;font-size: 14px;color: #666;text-align: center;margin:0 auto;margin-top: 0px;margin-bottom: 20px}
}
.screen{width: 1200px;margin:0 auto;margin-bottom: 90px;overflow: hidden;}
.screen_title{font-size: 32px;color: #333;margin-top: 70px;text-align: center;margin-bottom: 30px}
.screen_list{margin-top: 20px}
.screen_list ul li{margin:0 8px;margin-top: 20px;float: left;width: 284px;text-align: center;overflow: hidden;height: 210px;cursor: pointer;
            transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;

}
.screen_list ul li:hover{box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .01);
            transform: translateY(-2px);}
.screen_list ul li img{position: relative;z-index: 9}
.screen_list ul li p{padding-bottom: 7px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 15px;
margin-top: 12px;background-color: #fff;}
.screen_list ul li div{background-color: #fff;overflow: hidden;z-index: 10;position: relative;}

.screen_list ul li em{display: block;width: 80px;height: 30px;line-height: 30px;color: #fff;text-align: center;font-size: 14px;background-color: #4a85f8;display: block;margin:0 auto;margin-top: 0px}
.screen_list ul li:hover em{margin-top: -10px}
.screen_list ul li:hover{transition: 300ms;}

.screen_btn1{width: 300px;height: 50px;line-height: 50px;background-color: #4a85f8;text-align: center;font-size: 16px;color: #fff;display: block;float: left;margin-top: 64px;margin-left: 450px;}
.screen_btn1:hover{background-color: #6a9bf9;transition: 300ms}
.screen_btn2 {font-size: 14px;color: #4a85f8;text-decoration: underline;margin-top: 80px;display: block;margin-left: 40px;float: left;}
@media only screen and (max-width: 760px){
.screen_list ul li span{height: auto;margin:0 4px;text-align: left;}
.screen_list ul li{height: auto;padding-bottom: 10px;overflow: hidden;}
.screen{width: auto;margin-bottom: 40px;}
.screen_title{font-size: 24px;margin-top: 20px;margin-bottom: 10px}
.screen_list ul li{margin:0 1%;margin-top: 0px;width: 48%;}
.screen_list ul li img{width: 100%}
.screen_btn1{width: 200px;height: 40px;line-height: 40px;margin-top: 20px;margin-left: 0px;float: none;}
.screen_btn2 {font-size: 14px;color: #4a85f8;text-decoration: underline;margin-top: 30px;display: block;margin-left: 20px;}
.screen_link{width: 300px;margin:0 auto;text-align: center;display: flex;justify-content: center;}
}
.luodiye_top_content {
  width: 100%;
  height: 506px;
  display: flex;
  flex-direction: column;
  background-color: #4E6CED;
  position: relative;
}

.luodiye_one_conetent {
  width: 1100px;
  margin: 20px auto 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* background-color: #00C57B */
}

.luodiye_one_left {
  width: 259px;
  height: 38px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.luodiye_oneimg {
  width: 102px;
  height: 38px;
}

.luodiye_oneline {
  width: 1px;
  height: 21px;
  background-color: #FFFFFF
}

.luodiye_one_left_txt {
  font-size: 15px;
  color: #D4DFF2;
}

.luodiye_oneright {
  width: 138px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #3B58D2;
  border-radius: 6px;
  font-size: 15px;
  color: #C1D8FF;

}

.luodiye_two_conetent {
  width: 1200px;
  height: 350px;
  margin: 15px auto 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
  /* background-color:firebrick */

}

.luodiye_two_txt {
  width: 592px;
  height: 154px;
  margin: 43px 0 0 77px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.luodiye_two_txtone {
  font-size: 33px;
  color: #FFFFFF;
}

.luodiye_two_txttwo {
  font-size: 39px;
  color: #FFFFFF;
}

.luodiye_two_txtthree {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
  margin: 10px 0 0 0;
}

.luodiye_two_txtfour {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.72);
}
.luodiye_top_imgone_content{
	width: 590px;
	height: 350px;
	position: absolute;
	right: 0;
	top: 0;
}
	.luodiye_top_imgone {
		width: 590px;
		height: 350px;
	}
  .luodiye_top_imgtwo {
		width: 570px;
		height: 31px;
		position: absolute;
		left: 0;
		bottom: 0;
	}	

  .luodiye_top_img_hand {
		position: absolute;
		left:-40px;
		bottom: 0;
		width: 56px;
		height: 71px;
		animation-name: luodiye_top_img_handkf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
		
		
	}

  .luodiye_top_img_qianbi {
		position: absolute;
		left: 111px;
		top: 77px;
		width: 58px;
		height: 62px;
		
		animation-name: luodiye_top_img_qianbikf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}
  .luodiye_top_img_gangbi {
		position: absolute;
		left: 388px;
		top: 55px;
		width: 76px;
		height: 86px;
		animation-name: luodiye_top_img_gangbikf;
		animation-duration: 2s;
		animation-timing-function: linear;
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-play-state: running;
		animation-fill-mode: forwards;
	}
  .two_all_content {
    width: 1200px;
    margin:60px auto 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  
  .two_content_title {
    font-size: 38px;
    color: #1E2737;
  }
  
  .two_content_title span {
    font-size: 38px;
    color: #4480F4;
  }
  
  .two_content_titleTwo {
    font-size: 20px;
    color: #4F5C74;
  }
  
  /*内容*/
  .twoContent_service_img {
    width: 1179px;
    margin: 75px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /*background-color: red;*/
  }
  
  .twoContent_service_imgTwo {
    width: 1179px;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  .twoContent_service_left {
    width: 349px;
    height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    /*background-color: burlywood;*/
  }
  
  .twoContent_service_left:hover {
    cursor: pointer;
    box-shadow: 0px 3px 12px 2px rgba(189, 184, 184, 0.4);
    border-radius: 4px;
  }
  
  .two_txt_allcontent {
    width: 100%;
    height: 130px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /*background-color: darkgoldenrod;*/
  }
  
  /*标题*/
  .twoContent_service_leftTv_big {
    font-size: 24px;
    color: #15294B;
    font-weight: 500;
  }
  
  /*内容*/
  .twoContent_service_leftTv {
    font-size: 16px;
    color: #4F5C74;
    margin-top: 10px;
  }
  
  .twoContent_service_leftTvTwo {
    font-size: 16px;
    color: #4F5C74;
  }
  
  /*	解决方案*/
  .twoContent_service_leftTvThree {
    display: none;
    font-size: 16px;
    color: #4480F4;
    margin-top: 10px;
  }
  
  /*第一个动画*/
  .two_move_contentbg {
    width: 100%;
    height: 110px;
    /*background-color: red;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  
  .two_move_content {
    width: 137px;
    height: 99px;
    /*background-color: forestgreen;*/
    position: relative;
  }
  
  .home_two_icon_five {
    position: absolute;
    left: 89px;
    top: 47px;
    width: 48px;
    height: 46px;
  }
  
  .hometwo_first_icon {
    position: absolute;
    left: 0;
    top: 20px;
    width: 27px;
    height: 27px;
    background: #9FC5FF;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .home_two_icon_one {
    width: 14px;
    height: 15px;
  }
  
  .home_two_icon_one_Move {
    animation-name: home_two_icon_oneKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
  }
  
  @-webkit-keyframes home_two_icon_oneKf {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  
  .home_two_icon_four {
    position: absolute;
    left: 33px;
    top: 0;
    width: 74px;
    height: 99px;
  }
  
  .home_two_divmove_one {
    position: absolute;
    left: 49px;
    top: 20px;
    width: 8px;
    height: 8px;
    background-color: #4480F4;
    border-radius: 50%;
  }
  
  .home_two_divmove_one_Move {
    animation-name: home_two_divmove_oneKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes home_two_divmove_oneKf {
    0% {
      left: 49px;
      top: 20px;
    }
  
    100% {
      left: 85px;
      top: 20px;
    }
  }
  
  .home_two_divmove_two {
    position: absolute;
    left: 49px;
    top: 47px;
    width: 8px;
    height: 8px;
    background-color: #30D0BB;
    border-radius: 50%;
  }
  
  .home_two_divmove_two_Move {
    animation-name: home_two_divmove_twoKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes home_two_divmove_twoKf {
    0% {
      left: 49px;
      top: 47px;
    }
  
    100% {
      left: 85px;
      top: 47px;
    }
  }
  
  .home_two_divmove_three {
    position: absolute;
    left: 49px;
    top: 74px;
    width: 8px;
    height: 8px;
    background-color: #30D0BB;
    border-radius: 50%;
  }
  
  .home_two_divmove_three_Move {
    animation-name: home_two_divmove_threeKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes home_two_divmove_threeKf {
    0% {
      left: 49px;
      top: 74px;
    }
  
    100% {
      left: 85px;
      top: 74px;
    }
  }
  
  .home_two_icon_two {
    position: absolute;
    left: 9px;
    top: 57px;
    width: 37px;
    height: 42px;
  }
  
  .home_two_icon_three {
    position: absolute;
    left: 84px;
    top: 57px;
    width: 50px;
    height: 42px;
  }
  
  .home_two_icon_three_Move {
    animation-name: home_two_icon_threeKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes home_two_icon_threeKf {
    0% {
      left: 84px;
      top: 57px;
    }
  
    100% {
      left: 84px;
      top: 0;
    }
  }
  
  /*animation-name:twoMoveOne_top; 动画名称
  animation-duration:1s;     	规定动画完成一个周期所花费的秒或毫秒。默认是 0。
  animation-timing-function:linear;规定动画的速度曲线。默认是 "ease"。linear是均速
  animation-iteration-count:infinite;规定动画被播放的次数。默认是 1。 infinite无限循环
  animation-direction:alternate;规定动画是否在下一周期逆向地播放。默认是 "normal"。
  animation-play-state: running;规定动画是否正在运行或暂停。默认是 "running"。*/
  /*第二个动画*/
  .two_move_contentTwo {
    width: 133px;
    height: 102px;
    position: relative;
  }
  
  .hometwo_two_imgone {
    width: 133px;
    height: 102px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hometwo_two_imgtwo {
    position: absolute;
    left: 88px;
    top: 81px;
    width: 25px;
    height: 20px;
  }
  
  .hometwo_two_imgtwo_move {
    animation-name: hometwo_two_imgtwokf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_two_imgtwokf {
    0% {
      left: 88px;
      top: 81px;
    }
  
    25% {
      left: 25px;
      top: 21px;
    }
  
    50% {
      left: 102px;
      top: 21px;
    }
  
    75% {
      left: 21px;
      top: 81px;
    }
  
    100% {
      left: 88px;
      top: 81px;
    }
  }
  
  /*第三个*/
  .two_move_contentthree {
    width: 165px;
    height: 101px;
    position: relative;
  }
  
  .hometwo_three_imgone {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 21px;
  }
  
  .hometwo_three_imgtwo {
    width: 60px;
    height: 99px;
    position: absolute;
    left: 51px;
    top: 0;
  }
  
  .hometwo_three_imgsix {
    width: 66px;
    height: 64px;
    position: absolute;
    left: 51px;
    top: 19px;
  }
  
  /*钟表*/
  .hometwo_three_imgthree {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 53px;
    top: 21px;
  }
  
  .hometwo_three_imgthree_Move {
    animation-name: hometwo_three_imgthreeKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes hometwo_three_imgthreeKf {
    0% {
      left: 53px;
      top: 21px;
    }
  
    100% {
      left: 105px;
      top: 21px;
      z-index: -1;
    }
  }
  
  /*animation-name:twoMoveOne_top; 动画名称
  animation-duration:1s;     	规定动画完成一个周期所花费的秒或毫秒。默认是 0。
  animation-timing-function:linear;规定动画的速度曲线。默认是 "ease"。linear是均速
  animation-iteration-count:infinite;规定动画被播放的次数。默认是 1。 infinite无限循环
  animation-direction:alternate;规定动画是否在下一周期逆向地播放。默认是 "normal"。
  animation-play-state: running;规定动画是否正在运行或暂停。默认是 "running"。
  animation-fill-mode: forwards;*/
  /*百分比*/
  .hometwo_three_imgfour {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 105px;
    top: 21px;
  }
  
  .hometwo_three_imgfour_Move {
    animation-name: hometwo_three_imgfourKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes hometwo_three_imgfourKf {
    0% {
      left: 105px;
      top: 21px;
    }
  
    100% {
      left: 53px;
      top: 21px;
      z-index: 20;
    }
  }
  
  /*手*/
  .hometwo_three_imgfive {
    width: 51px;
    height: 55px;
    position: absolute;
    left: 95px;
    top: 47px;
  }
  
  .hometwo_three_imgfive_Move {
    animation-name: hometwo_three_imgfiveKf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
    animation-fill-mode: forwards;
  }
  
  @-webkit-keyframes hometwo_three_imgfiveKf {
    0% {
      left: 95px;
      top: 47px;
    }
  
    50% {
      left: 46px;
      top: 47px;
    }
  
    100% {
      left: 95px;
      top: 47px;
      z-index: 21;
    }
  }
  
  /*第四个*/
  .two_move_contentFour {
    width: 153px;
    height: 99px;
    position: relative;
  }
  
  .hometwo_four_imgone {
    width: 153px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hometwo_four_imgtwo {
    position: absolute;
    left: 99px;
    top: 44px;
    width: 21px;
    height: 28px;
  }
  
  .hometwo_four_imgtwo_move {
    animation-name: hometwo_four_imgtwokf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_four_imgtwokf {
    0% {
      left: 34px;
      top: 44px;
    }
  
    100% {
      left: 99px;
      top: 44px;
    }
  }
  
  .hometwo_four_imgThree {
    position: absolute;
    width: 62px;
    height: 3px;
    left: 31px;
    top: 44px;
    background: #30D0BB;
  }
  
  .hometwo_four_imgThree_move {
    animation-name: hometwo_four_imgThreekf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_four_imgThreekf {
    0% {
      width: 1px;
      height: 3px;
    }
  
    100% {
      width: 62px;
      height: 3px;
    }
  }
  
  /*第五个*/
  .two_move_contentFive {
    width: 125px;
    height: 99px;
    position: relative;
  }
  
  .hometwo_five_imgone {
    width: 125px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hometwo_five_imgtwo {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 13px;
    top: 21px;
  }
  
  .hometwo_five_imgtwo_move {
    animation-name: hometwo_five_imgtwokf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_five_imgtwokf {
    0% {
      left: 13px;
      top: 21px;
    }
  
    25% {
      left: 74px;
      top: 21px;
    }
  
    50% {
      left: 8px;
      top: 42px;
    }
  
    75% {
      left: 72px;
      top: 42px;
    }
  
    100% {
      left: 74px;
      top: 21px;
    }
  }
  
  .hometwo_five_imgThree {
    position: absolute;
    width: 8px;
    height: 8px;
    left: 28px;
    top: 62px;
    background: #30D0BB;
    border-radius: 50%;
  }
  
  .hometwo_five_imgThree_move {
    animation-name: hometwo_five_imgThreekf;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_five_imgThreekf {
    0% {
      left: 28px;
      top: 62px;
    }
  
    100% {
      left: 92px;
      top: 62px;
    }
  }
  
  /*第六个*/
  .two_move_contentSix {
    width: 153px;
    height: 99px;
    position: relative;
  }
  
  .hometwo_six_imgone {
    width: 153px;
    height: 99px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .hometwo_six_imgtwo {
    position: absolute;
    width: 99px;
    height: 26px;
    left: 29px;
    top: 18px;
    border: 1px solid #9FC5FF;
  }
  
  .hometwo_six_imgtwo_move {
    animation-name: hometwo_six_imgtwokf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_six_imgtwokf {
    0% {
      width: 1px;
      height: 26px;
    }
  
    100% {
      width: 99px;
      height: 26px;
    }
  }
  
  .hometwo_six_imgthree {
    width: 89px;
    height: 33px;
    position: absolute;
    left: 29px;
    top: 48px;
    border: 1px solid #9FC5FF;
  }
  
  .hometwo_six_imgthree_move {
    animation-name: hometwo_six_imgthreekf;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-play-state: running;
  }
  
  @-webkit-keyframes hometwo_six_imgthreekf {
    0% {
      width: 1px;
      height: 33px;
    }
  
    100% {
      width: 89px;
      height: 33px;
    }
  }
  
  .hometwo_six_imgfour {
    width: 56px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 60px;
  }
  
  .hometwo_six_imgfive {
    width: 45px;
    height: 60px;
    position: absolute;
    left: 108px;
    top: 39px;
  }


.news_bottom{word-break: break-all;
  border-radius: 3px;
  margin-top: 30px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  background: #fff;
  padding: 20px 26px;}
.posttitle{    padding: 0 0 7px;
  line-height: 30px;
  border-bottom: 1px solid #e4e8eb;}
.posttitle h4{font-size:18px;}
.relatecon{width:100%;margin-top:20px;}
.relate{width:100%;padding-bottom:20px;margin-bottom:20px;border-bottom:1px dashed #ddd;display:flex;justify-content: space-between;}
.relate .relateimg{width:30%;overflow:hidden}
.relate .relateimg img{width:100%;transition:all 0.3s;}
.relate .relateimg:hover img{transform:scale(1.1); transition:all 0.3s;}
.relate .relateinfo{width:68%;}
.relate .relateinfo .re_h3{width:100%;margin-bottom:10px;font-size:17px;font-weight:550;}
.relate .relateinfo .isimg{line-height:28px;}
.relate .relateinfo .re_h3:hover a{color:#0188fb; }
.ysy-main .row-content{width:1200px;margin:0 auto;}
.section-title h2{
	font-size: 32px;
	color:#333;
	text-align: center;
	margin-bottom: 20px;
	}
.section-title .title-h2{
	font-size: 32px;
	color:#333;
	text-align: center;
	margin-bottom: 20px;
	}
.section-title p{font-size: 16px;color: #aeaeb2;text-align:center;}
.sevies-box-s-t{width:100%;margin: 50px auto;display: flex;justify-content: space-between;}
.sevies-box-s-t .three{width:20%;text-align: center;}
.sevies-box-s-t .icon-i img{width:50px;height:50px;object-fit: contain;}
.sevies-box-s-t .small-icon {margin-bottom:25px;}
.sevies-box-s-t .small-icon-text{width:100%;}
.sevies-box-s-t .small-icon-text h4{font-size:20px;margin-bottom:10px;}
.sevies-box-s-t .small-icon-text .text-xs{font-size:16px;}
.section_bg{overflow: hidden;  background-color: #F2F2F2; padding:70px 0;}
.page-wz-bg{display:flex;justify-content: space-between;}
.page-wz{width:45%;}
.side-mockup{width: 50%;}
.side-mockup img{width:100%;}
.page-wz h2{
	font-size: 32px;
	color:#333;
	text-align: left;
	margin-bottom: 20px;
	}
.page-wz p{font-size: 16px;color: #000;text-align:left;line-height:30px;}
.c-module{margin:70px 0;}
.process{width:100%;margin-top:40px;display:flex;justify-content: space-between;}
.process-item {
    float: left;
    width:25%;
    font-size: 0;
    text-align: center;
}

.process-item:last-child {
    margin-right: 0;
}

.process-item-icon {
    max-width:150px;
    height: 100px;
    object-fit:contain;
}

.process-item-title {
    position: relative;
    margin-top: 30px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 600;
    line-height: 1;
    color: #262626;
}

.process-item-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0092E5;
}

.process-item-text {
    margin-top: 10px;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: #666666;
}
.advantage {
    overflow: hidden;
    padding-top: 70px;
    background-color: #F7F7FC;
    padding-bottom: 70px;
}

.advantage-list-item {
    float: left;
    box-sizing: border-box;
    margin-top: 30px;
    margin-right: 40px;
    padding: 40px;
    width: 373px;
    height: 280px;
    border: 1px solid #ccc;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.advantage-list-item:nth-child(3n) {
    margin-right: 0;
}

.advantage-list-itemIcon {
    display: block;
    margin: auto;
    width: 70px;
    height: 70px;
}

.advantage-list-itemIcon:nth-of-type(2) {
    display: none;
}

.advantage-list-itemTitle {
    position: relative;
    margin-top: 35px;
    padding-bottom: 15px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 1;
    color: #262626;
}

.advantage-list-itemTitle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background-color: #0092E5;
}

.advantage-list-itemText {
    margin-top: 10px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #666;
}








/*列表*/
.system-lists .item{width: 100%;padding-top: 70px;padding-bottom: 60px;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2;-o-transition: all 0.2s;transition: all 0.2s;}
.system-lists .item:nth-child(odd){background: #FFFFFF;}
.system-lists .item:nth-child(even){background: #F8F8F8;}
.system-lists .item .img{overflow: hidden;}
.system-lists .item:nth-child(odd) .img{text-align: left;}
.system-lists .item:nth-child(odd) dl{padding-left: 70px;}
.system-lists .item:nth-child(even) .img{text-align: right;float: right;}
.system-lists .item:nth-child(even) dl{padding-right: 60px;}
.system-lists .item dl{padding-top: 60px;}
.system-lists .item dt{font-size: 28px;position: relative;}
.system-lists .item dt:after{display: block;content: '';width: 30px;height: 4px;background: #E6AF29;position: absolute;left: 0;bottom: -20px;}
.system-lists .item .des{line-height: 28px;color: #A1A6AB;padding-top: 60px;height: 172px;}


/*放大*/
.appliance-page .right:hover .pic img, .news-swiper li:hover img, .ind-news .bottom li:hover img, .applets-program-swiper .swiper-slide:hover img, .wl-case-list li:hover img, .wl-honor .list li:hover img, #caseinfo .recommend li:hover img, .wl-environment .list li:hover img,
.cooperate-swiper .swiper-slide:hover img, .appliance-cont:hover img,.news-lists .list li:hover .img img{-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;-ms-transition:all .4s;transition:all .4s}
.wl-btn.advisory{line-height: 50px;border-radius: 25px;padding-left: 36px;padding-right: 60px;font-size: 16px;position: relative;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-ms-transition: all 0.2;-o-transition: all 0.2s;transition: all 0.2s;display:inline-block}
.wl-btn.advisory:after{display: block;content: '';width: 22px;height: 22px;background: url(../images/wl_icons.png) -261px -30px;position: absolute;right: 30px;top: 50%;-webkit-transform: translate(0,-50%);-moz-transform: translate(0,-50%);-ms-transform: translate(0,-50%);-o-transform: translate(0,-50%);transform: translate(0,-50%);}
.wl-btn.advisory:hover{padding-left: 40px;padding-right: 65px;}

.wl-btn.on{border-color: #E6AF29;background: #E6AF29;color: #fff;}
.wl-btn:hover{border-color: transparent;}
.wl-btn.line:before,.wl-btn.line:after{content:"";display:block;width: 0;height:0;border:1px solid transparent;box-sizing: border-box;position: absolute;border-radius:5px;}
.wl-btn.line:before{top:0;left:0;transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;}
.wl-btn.line:after{right:0;bottom:0;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in ;}
.wl-btn.line:hover:before{width:100%;height:100%;transition:width 0.2s ease-in ,height 0.2s ease-in 0.2s;border-top-color:#E6AF29;border-right-color:#E6AF29;}
.wl-btn.line:hover:after{width:100%;height:100%;transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.4s,height 0.3s ease-in 0.6s;border-bottom-color:#E6AF29;border-left-color:#E6AF29;}
.about_banner{height: 500px;background: url(../images/about_bg.jpg) top center no-repeat;overflow: none;padding-top:10px;}
.about_banner .soft_font p{color:#000;}
.about_banner .soft_font span{color:#000;}
.w_about{width:100%;display: flex;justify-content: space-between;}
.form_us{width: 46%;background: #fff;padding: 3%;box-shadow: 1px 1px 14px 4px #ddd;}
.contact_us{width: 46%;}
.form_us form{width:100%;}
.form_us form li{width:100%;margin-bottom:15px;line-height: 30px;font-size: 16px;}
.form_us form li input.text{height:35px;line-height:35px;border:1px solid #ddd;width:100%;background: none;} 
.form_us form li .atextarea{height:135px;line-height:35px;border:1px solid #ddd;width:100%;background: none;} 
.form_us form li:last-child .submita{line-height:45px;border:none;width:100%;background:#c1272c;color:#fff;font-size: 20px;}
.about_form{width:100%;padding:60px 0;background: #F6F6F6;margin-top: 60px;}
.contact_title{ margin-bottom: 25px;
  font-size: 35px;
  /* color: #c1272c; */
  letter-spacing: 2px;}
.contact_qq{width:100%;margin-top:30px;line-height: 40px;}
.contact_qq p:nth-child(1){font-size:18px;margin-bottom:10px;}
.contact_qrc{width:100%;margin-top: 20px;}
.contact_qrc .pb1{font-size:18px;margin-bottom:10px;}
.contact_qrc .f-qr img{width:180px;height:180px}


.zxmk{ display:none; position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(0,0,0,0.5);z-index:99999;}
.zxmk .zixun{background:#fff;background-size:500px auto;width:300px;height:300px;top:50%;margin:-200px auto 0;position:relative;max-width:100%;}
.zxmk .zixun h2{padding-top: 40px;font-size:30px;}
.zxmk .zixun .close{position:absolute;right:10px;top:10px;}
.zxmk .zixun .zxqrc{position:absolute;right:50%;margin-right:-75px;bottom:12%;text-align:center;}
.zxmk .zixun .zxqrc a{display:block;margin-bottom:10px;}
.zxmk .zixun .zxqrc img{width:150px;}
.zxmk .zixun .zxqrc span{display:block;padding-top:5px;}

.page{width:100%;text-align: center;margin-top: 20px;margin-bottom: 30px;}
.page a:nth-child(1){display:none;}
.page b{background:#0188fb;display:inline-block;color:#fff;padding: 5px 12px;margin:0 5px;}
.page a{background:#282828;display:inline-block;color:#fff;padding:5px 12px;margin:0 5px;}
.page a:hover{background:#0188fb;}


.glist {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.glist li {
  background: #f7f7f7;
  zoom: 1;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  height: 105px;
  display: flex;
  justify-content: space-between;
}
.glist .line {
  display: block;
  position: absolute;
  background: #2eafbb;
}
.glist li:after {
  content: "";
  clear: both;
  display: table;
}
.news_time {
  background: #0258cd;
  width: 150px;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.news_time p{font-size: 30px;}
.news_time .day {
  display: block;
  font-size: 35px;
  color: #fff;
  font-family: "Impact";
  /* line-height: 80px; */
  text-align: center;
  margin-top: 15px;
}
.news_time .year {
  display: block;
  color: #eee;
  text-align: right;
  line-height: 22px;
}
.news_time .author {
  display: block;
  color: #eee;
  text-align: right;
  line-height: 22px;
}
.news_time .type {
  display: block;
  text-align: right;
  background: url(../img/n01.jpg) no-repeat right top;
  padding-top: 6px;
  margin-top: 4px;
}
.news_time .type a {
  color: #fff;
  font-family: '', Arial;
}
.news_cont {
  width: 80%;
  height: 105px;
  line-height: 105px;
}
.news_cont .h2 {
  font-size: 20px;
  font-weight: normal;
  line-height: 105px;
  width: 100%;
  text-align: left;
}
.news_cont .h2 a {
  color: #333;
  text-align: left;
}
.news_cont a:hover {
  color: #c1272c;
}


.full-icontact-cover {
    padding: 57px 0 50px;
    background-color: #e6e6e6
}

/*尾部咨询*/
.m-ft-contact .content {
    position: relative;
    /* padding: 0 285px; */
    text-align: center;
    /* max-width: 842px; */
    margin: 0 auto
}

.m-ft-contact .motto {
    position: absolute;
    left: 0;
    top: 3px;
    width: 236px;
    height: 200px;
    padding: 30px 0 0 0;
    background-color: #303030;
    font-size: 48px;
    line-height: 54px;
    color: #fff;
    font-family: simsun
}

.m-ft-contact .motto span {
    font-size: 65px;
    line-height: 70px;
    display: block;
}

.m-ft-contact .info {
    overflow: hidden;
    zoom: 1; font-size: 16px;
    line-height: 36px;
    color: #fff
}

.m-ft-contact .info a {
    color: #fff
}

.m-ft-contact h3 {
    margin-bottom: 14px;
    font-size: 60px;
    line-height: 80px;
    font-weight: 700
}

.m-ft-contact h2 {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 52px;
    font-family: simsun
}

.m-ft-contact .msg {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 36px;
    color: #333
}

.m-ft-contact .msg a {
    font-weight: 700
}

.m-ft-contact .msg h4 {
    padding-top: 2px;
    font-size: 20px;
    line-height: 36px
}

.m-ft-contact .btns {
    width: 316px;
    margin: 0 auto
}

.m-ft-contact .btns a {
    display: block;
    width: 88px;
    height: 46px;
    padding: 0 0 0 30px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 23px center
}

.m-ft-contact .btns .oline {
    float: left;
    background-color: #303030;
    
}

.m-ft-contact .btns .edit {
    float: right;
    background-color: #21b1fb;
   
}

.icontact-cover {
    margin-bottom: 6.25%;
    padding: 105px 0 78px;
    background-color: #af1212
}

.full-icontact-cover {
    padding: 57px 0 50px;
    background-color: #e6e6e6
}

.full-icontact-cover h3 {
    color: #21b1fb
}

.full-icontact-cover .info {
    color: #333
}

.full-icontact-cover .info a {
    color: #333
}
.bottom_qrc .f-qr{width:150px;margin: 0 20px;}
.bottom_qrc .f-qr img{width:100%;}
.bottom_qrc p.pb1{font-size:18px;}

.single  pre,.single blockquote {
    margin: 20px 0;
    font-size: 12px;
    line-height: 22px;
    background: #4a4a4a;
    padding: 10px 20px;
    color: #f8f8d4;
    border: 0;
}

.serv-ul{width:100%;display: flex;justify-content: space-between;}
.ser-list-ul{position: relative;
	overflow: hidden;
  border-radius: 3px;
	padding: 32px 27px;
	line-height: normal;
  background: #fff;}



.ser-list-ul {
  float: left;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.ser-list-ul li {
  background: #f7f7f7;
  zoom: 1;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  height: 105px;
  display: flex;
  justify-content: space-between;
}
.ser-list-ul .line {
  display: block;
  position: absolute;
  background: #2eafbb;
}
.ser-list-ul li:after {
  content: "";
  clear: both;
  display: table;
}

.service-page {
    position: relative;
    background-color: #f5f7fa;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 50px;
    overflow: hidden;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
}

.service-page .conversion-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.service-page .conversion-box {
    text-align: left;
    margin-bottom: 0;
    position: relative
}

.service-page .conversion-box {
    width: 31%;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 4px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1), -8px -8px 20px 0 #fff;
}

.service-page .conversion-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #000
}

.service-page .conversion-box p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #212733;
}

.service-page .service-link {
    list-style-type: disc;
    padding-left: 14px
}

.service-page .service-link li {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #383e6b;
    padding-bottom: 10px
}

.service-page .service-link li:last-child {
    border-bottom: none
}

.service-page .service-link li a {
    display: inline-block;
    color: #686868;
    font-size: 16px;
    transition: all .3s cubic-bezier(.4,0,.2,1);
    text-decoration: underline
}

.service-page .price {
    font-family: 'oswaldregular', sans-serif;
    font-size: 1.5rem !important;
    color: #ff4a14;
    font-weight: 600;
}

.service-page .web-conversion-bg:hover::after {
    background: #ff4a14
}

.service-page .conversion-box:hover:after {
    transform: scaleX(1) translateZ(0)
}

.service-page .conversion-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: 0 0;
    transform-origin: 0 100%;
    transform: scaleX(0) translateZ(0);
    transition: transform 1s cubic-bezier(.23,1,.32,1);
    border-radius: 0 0 4px 4px
}
.ser-list-bg{margin-top:50px;}


.widget img.qrc{width: 150px !important;display:block;margin:0 auto;}
.widget span{text-align:center;display:block;color:#666;}
.widget .pd{padding-top:20px !important;}
.widget .pd .tel{background:url(/skin/images/icon-online01.png) no-repeat left 10px;background-size:20px;padding-left:30px;}
.widget .pd .email{background:url(/skin/images/icon-online02.png) no-repeat left 8px;background-size:18px;padding-left:30px;}
.widget .pd .email span{font-size: 13px;display: inline;}
.widget .pd .address{background:url(/skin/images/icon-online03.png) no-repeat left 8px;background-size:20px;padding-left:30px;}


















</pre></body></html>