
.main{
	width: 1140px;
	margin: 0 auto;
}
.head{
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 8;
    left: 0;
    width: 100%;
    background: #1e62d2
}
.logo{
	color: #fff;
	font-size: 40px;
	margin-top: 20px;
	float: left;+
}
.meau{
	float: right;
    margin: 32px 0 0 0;
}
.meau li{
	float: left;
	margin: 0 25px;
}
.meau a{
	font-size: 14px;
	color: #fff;
}
.meau a:hover{
	color: #8fbaff;
	text-decoration: none;
}
.meau .active{
	    color: #fff;
    background: #14bf98;
    padding: 4px 11px;
    border-radius: 14px;
}
.news-box{
	margin-top: 50px;
}
.title{
	font-size: 48px;
	color: #1b1b1b;
	text-align: center;
}
.news-list{
	overflow: hidden;
	margin-top: 45px;
}
.news-list li{
	width: 418px;
    margin: 45px 8px 0 0;
    float: left;
    transition: all 0.3s linear 0s;
}
.news-list li:hover{
	transform: translate(0,-8px);
}
.news-name{
	font-size: 20px;
	margin: 10px 0 0
}
.news-name a{
	color: #161616
}
.news-name a:hover{
	color: #5ad9ac
}
.news-more-btn{
	margin: 70px auto 0;
	font-size: 30px;
	display: block;
	border: 1px solid #5ad9ac;
	border-radius: 4px;
	width: 276px;
	height: 72px;
	color: #5ad9ac;
	text-align: center;
	line-height: 72px;
	font-weight: 700
}
.news-more-btn:hover{
	background: #5ad9ac;
	color: #fff;
	text-decoration: none;
}
.band{
	background: url(../images/pic1.jpg);
	height: 555px;
	margin: 60px 0 0
}
.product-box{
	margin: 60px 0 110px;
}
.product-list{
	margin: 90px 0 0;
	overflow: hidden;
}
.product-list li{
	float: left;
    width: 318px;
    height: 310px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    text-align: center;
}
.product-list li:hover{
	cursor: pointer;
	box-shadow: 0px 5px 8px #ddd;
}
.product-img{
	margin-top: 100px;
}
.product-name{
	margin-top: 20px;
	color: #8a8a8a;
	font-size: 24px;
}
.foot{
	background: #1e62d2;
	clear: both;
    padding: 36px 0;
    margin: 90px 0 0
}
.subscribe-box{
	color: #fff;
    overflow: hidden;
}
.bottom-logo{
    float: left;
    margin-top: 30px;
}
.bottom-meau{
    float: right;
}
.subscribe-box h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}
.subscribe-box .submit-ipt{
	border-radius: 4px;
	width: 210px;
	height: 40px;
	padding: 0 5px;
	background: #fff;
}
.subscribe-box .submit-btn{
	display: inline-block;
	border-radius: 4px;
	width: 86px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #5ad9ac;
	font-size: 16px;
}
.subscribe-box .submit-btn:hover{
	background: #f90;
	text-decoration: none;
}
.copyright-box{
    color: #fff;
    margin: 40px 0 0 0;
    font-size: 14px;
    font-family: Verdana;
    border-top: 1px solid #78a1e4;
    padding: 20px 0 0;
}
.share-box{
	float: right;
	margin: 120px 0 0 0;
}

.swiper-container {
  width: 100%;
  height: 972px;

}
.swiper-container img{
    opacity: .6
}
.swiper-pagination-bullet{
	background: #fff
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;

  /* 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;
}
.product-banner{
	background: url(../images/product-banner.jpg);
	height: 460px;
}
.case-banner{
	background: url(../images/cta-one.jpg);
	height: 460px;
}
.new-banner{
	background: url(../images/new-banner.jpg);
	height: 460px;
}
.about-banner{
	background: url(../images/about-banner.jpg);
	height: 460px;
}

.narrative-panels__content{
    color: var(--moniz-base, #ffffff);
    position: absolute;
    left: 50%;
    top: 380px;
    margin-left: -400px;
    font-weight: 700;
    font-size: 46px;
    z-index: 2222;
    width: 920px;
    text-align: center;
}
.narrative-panels__content p{
    color: #a3beea;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: 400;
}
.thm-btn{
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    background-color: #4285f4;
    color: var(--moniz-base, #ffffff);
    font-size: 16px;
    font-weight: 400;
    transition: 500ms;
    border-radius: 32px;
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    width: 190px;
    text-align: center;
    margin: 30px auto;
}
.thm-btn:hover {
    text-decoration: none;
    background: #51a2ff;
    color: var(--moniz-base, #ffffff);
}
.welcome-one__img-box {
    float: left;
    position: relative;
    display: block;
    width: 530px;
    height: 530px;
}
.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}
.welcome-one__img img {
    width: 100%;
}
.welcome-one__right{
        float: left;
    width: 600px;
    margin: 40px 70px;
}
.welcome-one__right .section-title {
    margin-bottom: 32px;
}
.section-title__title {
    margin: 0;
    font-weight: 700;
    color: var(--moniz-black, #1e1e22);
    font-size: 50px;
    line-height: 60px;
}
.welcome-one__right-text-1 {
        color: #999;
    font-weight: 700;
    margin: 0;
    margin-bottom: 37px;
    line-height: 35px;
}
.portfolio-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: var(--moniz-border-radius, 10px);
    width: 370px;
    height: 426px
}
.portfolio-one__img img {
    width: 100%;
    border-radius: var(--moniz-border-radius, 10px);
    transition: all 500ms ease;
    transform: scale(1);
}
.portfolio-one__experience {
    position: absolute;
    bottom: 30px;
    left: 0px;
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: bottom center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    z-index: 2;
}
.portfolio-one__web-design {
    background-color: var(--moniz-primary, #fc653c);
    display: inline-block;
    padding: 0 30px;
    border-top-right-radius: 10px;
}
.portfolio-one__web-design-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--moniz-base, #ffffff);
    margin: 0;
}
.portfolio-one__fimlor {
    background-color: var(--moniz-black, #1e1e22);
    display: inline-block;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 30px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.portfolio-one__fimlor-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.portfolio-one__box{
    overflow: hidden;
    margin-top: 20px;
}
.portfolio-one__box li{
    float: left;
    margin: 0 10px;
    width: 406px;
}
.cta-one {
    position: relative;
    display: block;
    padding: 110px 0 120px;
    z-index: 1;
    background: #000;
    margin: 60px 0 0
}
.cta-one-bg {
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    opacity: 0.6;
}
.cta-one__inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}
.cta-one__tagline {
    font-weight: 400;
    color: var(--moniz-base, #ffffff);
    opacity: .7;
    margin: 0;
}
.cta-one__title {
    font-size: 50px;
    color: var(--moniz-base, #ffffff);
    font-weight: 700;
    line-height: 60px;
    margin-top: 21px;
    margin-bottom: 29px;
}
.single-blog-area {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-blog-area img {
    max-width: 100%;
    height: auto;
}
.blog-content {
    padding: 30px;
}
.blog-content h5{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #232d37;
    line-height: 1.25;
}
.blog-content p{
        font-family: 'Poppins', sans-serif;
    color: #51545f;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}




.zxcp_title {
    border-bottom: 1px #dcdcdc solid;
    overflow: hidden;
    height: 97px;
}
.zxcpleft {
    width: 297px;
    float: left;
}
.zxcpright {
    width: 902px;
    float: right;
    border-left: 1px #dcdcdc solid;
    padding-left: 42px;
}
.cpgs {
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: #5ad9ac;
    margin: 40px 0 50px;
}
.cpgs img {
    display: block;
    float: left;
}
.cpgs_font {
    width: 482px;
    height: auto;
    padding: 0 30px;
    float: left;
}
.cpgs_font h2 {
    height: 54px;
    border-bottom: 1px #69dda0 solid;
    line-height: 54px;
    background: url(../images/yuan.png) left center no-repeat;
    text-indent: 22px;
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
}
.cpgs_font p {
    color: #fff;
    line-height: 24px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
.zxcpright dl dt, .kzzd dl dt, .jjfa dl dt {
    height: 43px;
    background: #8fa2ae url(../images/yuan.png) 17px center no-repeat;
    text-indent: 40px;
    line-height: 43px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}
.zxcpright dl dd, .kzzd dl dd, .jjfa dl dd {
    padding: 25px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}
.zxcpleft dl {
    width: 100%;
    height: auto;
    margin: 0;
}
.zxcpleft dl.zknav dt {
    color: #24599b;
    background: url(../images/zknav_bg.png) 245px center no-repeat;
}
.zxcpleft dl.zknav dd {
    display: block;
}
.zxcpleft dl.zknav dd a {
    display: block;
    height: 55px;
    border-bottom: 1px #bcbcbc dotted;
    font-size: 16px;
    line-height: 55px;
    font-weight: normal;
    text-indent: 32px;
    color: #666;
}
.zxcpleft dl.zknav dd a:hover, .zxcpleft dl.zknav dd a.zknav {
    color: #24599b;
    font-weight: bold;
}
.zxcp_title h2 {
    height: 97px;
    padding-top: 28px;
    float: left;
    line-height: 69px;
    font-size: 22px;
    color: #1a408b;
    text-indent: 33px;
}
.zxcp_title h2 span {
    font-size: 18px;
    color: #666;
    float: right;
    margin-right: 20px;
    display: none;
}
.zxcp_title h2:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
}
.zxcp_title p {
    float: right;
    padding-top: 36px;
    line-height: 61px;
}
.zxcp_title p a {
    color: #666;
}
.service-list{
	overflow: hidden;
}
.service-list p{
	float: left;
	width: 50%;
}
.service-list .dian{
	font-size: 20px;
	margin-right: 6px;
}
.xwnav {
    height: 72px;
    border-bottom: 1px #f0f0f0 solid;
    position: relative;
    margin-bottom: 28px;
}
.xwnav_width {
    width: 1200px;
    height: 82px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
}
.xwnav_width a {
    width: 160px;
    height: 82px;
    overflow: hidden;
    float: left;
    background: url(../images/navbg.png) right center no-repeat;
    padding-bottom: 10px;
    text-align: center;
    line-height: 72px;
    font-size: 16px;
    color: #666666;
}
.xwnav_width a.xwnav_on {
    background: url(../images/xwnav_on.png) top center no-repeat;
    color: #fff;
}
.Page_title {
    padding: 60px 0;
}

.Page_title h2 {
    font-size: 27px;
    color: #333;
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}
.Page_title span {
    display: block;
    width: 60px;
    height: 3px;
    overflow: hidden;
    margin: 0 auto;
    background: #dbdbdb;
}
.khallist {
    background: #f7f7f7;
    height: 252px;
    overflow: hidden;
    margin: 0 0 44px;
    padding-right: 45px;
    position: relative;
}
.khallist a {
    display: block;
}
.khallist a img {
    display: block;
    float: left;
}
.khallist h2 {
    border-bottom: 1px #e1e1e1 solid;
    padding: 20px 0;
}
.khallist h2 img {
    display: block;
    float: left;
}
.khallist h2, .khallist .khallist_con {
    width: 702px;
    float: right;
}
.khallist_con {
    line-height: 33px;
    color: #666;
    font-size: 16px;
    padding-top: 20px;
}
.xwzxlist {
    padding: 30px 0;
    border-bottom: 1px #e5e5e5 solid;
}
.xwzxlist a {
    display: block;
    overflow: hidden;
}
.xwzxlist a img {
    display: block;
    float: right;
}
.xwzx_title {
    width: 690px;
    height: auto;
    float: left;
}
.xwzx_title h2 {
    height: 46px;
    padding-top: 6px;
    overflow: hidden;
    line-height: 40px;
    font-size: 20px;
    color: #333;
}
.xwzx_title span,.time{
    display: block;
    height: 31px;
    background: url(../images/dataicon.png) left center no-repeat;
    text-indent: 30px;
    line-height: 31px;
    color: #666;
}
.xwzx_title p {
    padding-top: 13px;
    line-height: 24px;
    color: #666;
    height: 61px;
    overflow: hidden;
}
.xwzx_title em {
    display: block;
    margin-top: 62px;
    width: 150px;
    height: 40px;
    border: 1px #e5e5e5 solid;
    background: url(../images/ckgd_bg.png) 118px center no-repeat;
    text-indent: 34px;
    line-height: 40px;
    color: #666;
}
.xwzx_title em:hover{
	background: #5ad9ac;
	color: #fff;
}
.gsjj_con p {
    font-size: 16px;
    line-height: 31px;
    color: #666;
    text-align: center;
}
.news-body{
	background-color: #fff;
    border-radius: 25px;
    padding: 60px;
    margin-top: 40px;
    box-shadow: 0px 12px 30px #b8b8b8;
}
.news-body .Page_title{
	padding: 0 0 60px
}
.contact-btn{
    display: inline-block;
    color: #3949ab !important;
    background: #fff;
    border-radius: 32px;
    background: #acc9f8;
    padding: 6px 20px;
    margin-top: -4px;
}
.view-title{
    text-align: center;
    width: 1120px;
    margin: 0 auto
}
.view-title p{
    color: #666;
    margin: 10px 0 0
}
.view-list{
    margin: 30px 0 0;
    overflow: hidden;
}
.view-list li{
    width: 350px;
    height: 300px;
    box-shadow: 0px 0px 7px #ebebeb;
    position: relative;
    padding-top: 160px;
    float: left;
    margin: 15px 15px;
}
.view-list h4{
    text-align: center;
    font-size: 24px;
    font-weight: 700
}
.view-list .icon-box{
    position: absolute;
    top: 70px;
    left: 130px;
}
.view-list p{
    padding: 20px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    font-family: Verdana;
}
.re-btn{
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 10px;
    color: #fff;
    position: relative;
    top: 20px;
    font-size: 14px;
}
.re-btn:hover{
    background: #fff;
    color: #000;
    text-decoration: none;
}
.bottom-meau{
    margin-right: 40px
}
.bottome-meau-list{
    float: left;
    font-family: 'Verdana';
    width: 230px;
}
.bottome-meau-list dt{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.bottome-meau-list a{
    color: #fff
}
.bottome-meau-list dd{
    font-size: 14px;
    margin-bottom: 25px;
}
.message-box{
    float: right;
    width: 510px;
    box-shadow: 0px 0px 7px #ebebeb;
    height: 310px;
    padding: 30px;
    text-align: center;
}
.message-box textarea{
    height: 120px;
}
.address-list{
    margin: 20px 0;
    overflow: hidden;
    padding: 3px;
}
.address-list li{
    width: 269px;
    height: 170px;
    box-shadow: 0px 0px 7px #ebebeb;
    float: left;
    margin: 0 30px 0 0;
}
.address-img-box{
    text-align: center;
    margin: 15px 0;
}
.address-p{
    color: #666;
    font-size: 12px;
    margin: 5px 0;
    font-family: 'Verdana';
}
.address-p span{
    display: inline-block;
    padding: 2px 0;
    background: #4285f4;
    color: #fff;
    margin: 0 5px 0 10px;
    width: 66px;
    text-align: center;
}
.email-p{
    text-align: center;
    font-size: 14px;
    color: #666;
}