body{
    background-color: #ffffff;
}
/* 头部 */
.header{
    box-sizing: content-box;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 0 auto;
    background-color: #ffffff;
    width: 15rem;
    height: 2.5rem;
    border-bottom: 1px solid #dddddd;
    justify-content: space-between;
    align-items: center;
}
.header img{
    max-width: 100%;
    margin-left: 0.4rem;
}
.nav {
	width: 1rem;
	cursor: pointer;
	height: 0.6rem;
    text-align: center;
    position: relative;
}

.nav span {
	display: block;
	background: #666666;
	width: 1rem;
	height: 0.08rem;
    transition: all ease 0.35s;
    position:absolute;
    right: 0.4rem;
}

.nav span:nth-of-type(1) {
	top: 0
}

.nav span:nth-of-type(2) {
	top: 0.32rem
}

.nav span:nth-of-type(3) {
	top: 0.64rem
}

.nav_se span:nth-of-type(1) {
	top: 0.2rem;
	transform: rotate(45deg)
}

.nav_se span:nth-of-type(2) {
	width: 0
}

.nav_se span:nth-of-type(3) {
	top: 0.2rem;
	transform: rotate(-45deg)
}

.nav_list {
	position: fixed;
	z-index: 999;
    background: #f6f6f6;
    left: 0;
    right: 0;
    top: -100%;
    z-index: 999;
    margin: 0 auto;
    width: 15rem;
	height: 100vh;
	font-size: 0.56rem;
	line-height: 1.6rem;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
}

.nav_show {
	top: 2.5rem
}

.nav_list ul li i {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px #e2e2e2 solid;
	width: 2rem;
	height: 1.6rem;
	text-align: center;
	padding-top: 0.3rem;
}

.nav_list ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.nav_list ul li .nav_i_se svg {
	transform: rotate(0deg)
}

.nav_list ul li {
	border-top: 1px #e2e2e2 solid;
	padding-left: 0.56rem;
	position: relative;
	line-height: 1.6rem;
	font-size: 0.56rem
}

.nav_list>ul >li:last-child {
	border-bottom: 1px #ddd solid;
}

.nav_list ul li ul {
	display: none
}

.nav_list ul li a {
	color: #666;
	width: 80%;
	display: inline-block;
}

.nav_list ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.nav_list ul li i svg {
	width: 1rem;
	height: 1rem;
	fill: #555;
}

.nav_list ul li .nav_i_se svg {
	fill: #0772bf
}

.nav_list ul li ul li>ul {
	margin-left: 0.2rem
}

/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
    position: relative;
    margin-top: 2.5rem;
}

.swiper-container {
	width: 100%;
}

.swiper-container .swiper-slide {
	text-align: center;
	background: #fff;
	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
}

.swiper-container .swiper-pagination-bullet {
	height: 0.26rem;
	width: 0.26rem;
}

.swiper-container img {
	width: 100%;
	max-width: 100%
}

.swiper-pagination-fraction {
	color: #ffffff;
}
.banner .slogan{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    width: 15rem;
    height:3rem;
    margin-left:-7.5rem;
    margin-top:-1.5rem;
    padding: 0 0.8rem;
    text-align: left;
}
.slogan h6{
    color: #ff7404;
    font-size: 0.8rem;
    font-weight: 700;
}
.slogan h5{
    color: #0772bf;
    font-size: 0.5rem;
    font-weight: 700;
}

/* 首页 */
.container{
    padding: 0 0.6rem;
}

/* 关于 */
.aboutbj{
    background:#f6f6f6 url(../images/about_bg.jpg) no-repeat center top;
    height: auto;
    padding:1rem 0 1.2rem 0; 
}
.about_us{
    padding: 1rem 0;
    text-align: left;
    line-height: 0.8rem;
    font-size: 0.56rem;
}
.about_more{
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_more a{
    border: 1px solid #dddddd;
    transition: all 0.3s;
    font-size: 0.6rem;
    line-height: 1.4rem;
    width: 6.6rem;
}
.about_more a:nth-child(1){
    color: #028ccf;
}
.about_more a:nth-child(2){
    color: #666666;
}
.about_more a:nth-child(1):hover{
    border: 1px solid #028ccf;
    color: #014270;
}
.about_more a:nth-child(2):hover{
    border: 1px solid #028ccf;
    color: #0772bf;
}
.tel{
    color: #0772bf;
    border: 1px solid #dddddd;
    transition: all 0.3s;
    font-size: 0.6rem;
    line-height: 1.4rem;
    text-align: center;
    margin-top: 0.6rem;
}
.tel:hover{
    border: 1px solid #028ccf;
    color: #014270;
}

/* 公共标题 */
.title{
    text-align: center;
}
.title h6{
    font-size: 1rem;
    color:#333333;
    position: relative;
}
.title h4{
    font-size: 1rem;
    color:#dddddd;
    position: relative;
}
.title h6::before,.title h4::before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    width: 1rem;
    height: 0.08rem;
    margin-left: -0.5rem;
    background-color: #0772bf;
}
.title h5{
    padding-top: 1rem;
    font-size: 0.56rem;
    color: #999999;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}
/* 优势 */
.advbox{
    background: url(../images/advx_bg.jpg) repeat-y center top;
    height: auto;
    padding:1rem 0 1.2rem 0; 
}

.adv_list{
    margin-top:1rem;
}
.adv_list .adv_item{
    width: 100%;
   display: flex;
   align-items: center;
   padding: 0.6rem;
   margin-bottom: 0.6rem;
}
.adv_list .adv_item:nth-child(odd){
    background-color: rgba(255,255,255,0.9);
}
.adv_list .adv_item:nth-child(even){
    background-color: rgba(15,54,97,0.9);
}
.adv_list .adv_item .adv_img img{
    width: 1.8rem;
    height: 1.8rem;
   overflow: hidden;
}
.adv_list .adv_item .adv_img img:hover{
    animation: tada 1s .2s ease both;
}
@keyframes tada{
    0%{transform:scale(1);}
    10%, 20%{transform:scale(1.1) rotate(10deg);}
    30%, 50%, 70%, 90%{transform:scale(1.1) rotate(-10deg);}
    40%, 60%, 80%{transform:scale(1.1) rotate(10deg);}
    100%{transform:scale(1.1) rotate(0);}
}
.adv_list .adv_item dl{
    padding: 0 0 0 0.6rem;
    overflow: hidden;
}
.adv_list .adv_item dl dt{
    font-size: 0.64rem;
}
.adv_list .adv_item dl dd{
    font-size: 0.56rem;
}
.adv_list .adv_item:nth-child(odd) dl dt{
    color: #028ccf;
}
.adv_list .adv_item:nth-child(odd) dl dd{
    color: #666666;
}
.adv_list .adv_item:nth-child(even) dl dt{
    color: #ffffff;
}
.adv_list .adv_item:nth-child(even) dl dd{
    color: #ffffff;
}

/* 服务 */
.servicebox{
    background:#fafafa;
    height: auto;
    padding:1rem 0 1.2rem 0; 
}
.service_list{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.service_item{
    margin-bottom: 0.6rem;
    width: 6.6rem;
}
.service_item .service_img{
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: relative;
}
.service_item .service_img img{
	width: 100%;
	height: 4rem;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #D0D0D0;
	background-color: #FFF;
}
.service_item .service_img span{
    background-color:rgba(0,0,0,0.5); 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    color:#ffffff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
}
.service_item:hover .service_img span{
    opacity: 1;
}

.service_item dl{
    background-color: #ffffff;
    box-shadow: rgba(58,65,80,0.05) 0px 0px 0.72rem 0px;
    padding: 0.6rem 0;
    text-align: center;
}
.service_item dl dt{
	font-size: 0.52rem;
	/* height: 1.04rem; */
    padding:0 .3rem;
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 2;    
    overflow: hidden;
    min-height: 1.6rem;
        
}
.service_item dl dd a{
    border: 0.02rem solid #0772bf;
    display: inline-block;
    color: #0772bf;
    border-radius: 0.04rem;
    padding: 0.2rem 1rem;
    margin-top: 0.4rem;
    font-size: 0.56rem;
}
.service_item dl dd a:hover{
    color: #ff7404;
    border: 1px solid #ff7404;;   
}

/* 合作 */
.customer{
    margin-top: 1rem;
}
.customer ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.customer ul:after{
    content:'';
    width: 4.2rem;
    height: 0;
    display: block;
}
.customer ul li{
    border: 1px solid #eeeeee;
    border-radius: 0.04rem;
    margin-bottom: 0.4rem;
}
.customer ul li img{
    width: 4.2rem;
    height: 2rem;
    overflow: hidden;
}
.customer ul li:hover{
    border: 0.02rem solid #ff7404;
}

/* 新闻 */
.newsbox{
    height: auto;
}

.news_top{
    background-color: #fafafa;
    padding:1rem 0.6rem;
    overflow: hidden;
    position: relative;
}
.news_item ul li{
    height: 1.8rem;
    line-height: 1.8rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_item ul li a{
	font-size: 0.55rem;
	color: #5B5B5B;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.news_item ul li span{
    color: #999999;
    font-size: 0.55rem;
}
.news_item ul li:hover a{
    color: #ff7404;
}
.news_bottom{
    background-color: #ffffff;
    padding:1rem 0.6rem;
    overflow: hidden;
    position: relative;
}
.news_items ul li{
    height: 2rem;
    line-height: 2rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news_items ul li a{
    font-size: 0.6rem;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 70%;
}
.news_items ul li span{
    color: #999999;
    font-size: 0.4rem;
}
.news_items ul li:hover a{
    color: #ff7404;
}

.news_title{
    border-bottom:1px solid #dddddd;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* tabs */
.news_title ul li{display:inline-block;line-height: 2rem;font-size: 0.6rem;margin-right: 0.52rem;position: relative;}
.news_title ul li::before{content: "";width: 1px;height: 0.32rem;background-color: #666666;left:-0.4rem;top: 50%;position: absolute;margin-top: -0.1rem;}
.news_title ul li:first-child::before{background-color: #ffffff;}
.news_item,.news_items{display: none;}
.on{display:block}
.tab li.cur,.tabs li.cur{color:#0772bf;}
.news_top .more,.news_bottom .more{border-radius:3px;background-color:#e9edf2;margin-top:1.65rem;padding: 0 0.4rem;color:#666;position: absolute;top: 0;right: 0.6rem;font-size: 0.52rem;}
.news_top .more:hover,.news_bottom .more:hover{background-color:#0772bf}
.news_top .more:hover a,.news_bottom .more:hover a{color:#fff;}

/* 友情链接 */
.links{
    background-color: #fafafa;
    padding: 1rem 0.6rem;
}
.links span{
    display: block;
    font-size: 0.72rem;
    margin-bottom: 0.6rem;
}
.links_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.links_list:after{
    content:'';
    width: 6.6rem;
    height: 0;
    display: block;
}
.links_list a{
    display:block;
    background-color: #ddd;
    border-radius: 2px;
    font-size: 0.44rem;
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.4rem;
    width: 6.6rem;
}
.links_list a:hover{
    color: #ffffff;
    background-color: #0772bf;
}

/* 底部 */
.foot{
    background-color: #0772bf;
}
.foot_item{
    border-bottom: 1px solid #80acd8;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 0.4rem;
}
.foot_item .tels{
    color: rgb(255, 116, 4);
    font-size: 0.8rem;
    text-align: center;
}
.foot_item .tels img{
    width: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
    margin-right: 0.6rem;
}
.foot_text{
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.foot_text dl{
    color: rgb(217, 217, 217);
    margin: 10px 0;
    width: 100%;
}
.foot_text dl dt{
    font-size: 14px;
    margin-bottom: 10px;
}
.foot_text dl dd{
    font-size: 0.5rem;
}
.wx{
    text-align: center;
    padding-top:0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.wx dl{
    width: 6.6rem;
}
.wx dl dd{
    color: rgb(217, 217, 217);
    line-height: 2rem;
    font-size: 0.5rem;
}
.foot_bt{
	background-color: #323232;
	color: rgb(217, 217, 217);
	height: auto;
	line-height: 0.8rem;
	font-size: 0.35rem;
    margin-bottom: 2.4rem;
    padding: .6rem;
}

/* 理念 */
.concept{
    padding: 1rem 0 1.2rem 0;
    
}
.concept .concept_bottom{
    padding-top: 0.6rem;
}
.concept .concept_bottom dl{
    margin-bottom: 0.4rem;
}
.concept .concept_bottom dl dt{
    font-size: 0.8rem;
    color: #333333;
    position: relative;
}
.concept .concept_bottom dl dt::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    width: 1rem;
    height: 0.08rem;
    background-color: #ff7404;
}
.concept .concept_bottom dl dd{
    padding-top: 1rem;
    font-size: 0.56rem;
    color: #666666;
}
.concept .concept_top{
    width: 100%;
    overflow: hidden;
}
.concept .concept_top span{
    display: block;
}
.concept .concept_top span img{
    width: 100%;
    height: auto;
    overflow: hidden;
}


/* 内页栏目 */
.column{
    background-color: #eeeeee;
    line-height: 1.68rem;
    font-size: 0.6rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.column a{
    text-align: center;
    font-size: 0.6rem;
    color: #283B42;
    white-space: nowrap;
    width: calc(100% / 4);
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    
}

.column a.active{
    color:#0772bf;
}

/* 案例 */
.cont_box{
    padding: 0.6rem 0.6rem 1.2rem 0.6rem;
}
.item_li{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
}
.item_li .item_img{
    width: 13.8rem;
    overflow: hidden;
}
.item_li .item_img img{
    width: 100%;
}
.item_li dl {
	overflow: hidden;
}

.item_li dl dt a {
	font-size: 0.72rem;
    color: #464646;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}

.item_li dl dd {
	font-size: 0.52rem;
	color: #7d7d7d;
	margin-bottom: 0.3rem;
}

.item_li dl i {
	text-align: right;
	font-style: normal;
	display: block;
	font-size: 0.4rem;
	color: #999999
}

.item_li:hover dt a {
	color: #2a5dc1
}

/*翻页*/
.page {
	text-align: center;
    margin-top: 1rem;
    font-size: 0.52rem;
}

.page a,.page span {
	border-radius: 0.06rem;
	border: 1px solid #ebebeb;
	padding: 0.16rem 0.3rem;
}

.page a:hover,.page span:hover,.page a.active {
	background: #0772bf;
	color: #ffffff;
	border: 1px solid #0772bf;
}
.xzpage {
	background: #fff;
	color: #2a5dc1;
	font-family: "微软雅黑";
	font-size: 14px;
	width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*详情*/
.details_box {}
	

.details_box h1 {
	font-size: 0.72rem;
	color: #333333;
	line-height: 1.5rem;
	text-align: center;
}

.details_box .subtitle {
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.details_box .subtitle i {
	color: #666666;
    font-size: 0.4rem;
    height: 2rem;
    line-height: 2rem;
}

.details_box .abstract {
	background: #eeeeee;
	padding: 0.4rem;
    line-height: 0.8rem;
    font-size: 0.52rem;
    color: #666666;
}

.details_box .details_cont {
	padding-bottom: 0.4rem;
	padding-top: 0.6rem;
	color: #666666;
	line-height: 0.8rem;
    font-size: 0.52rem;
}
.details_box .details_cont img{
    width: 100%;
}
.details_box .pages {
    margin: 0.4rem 0 0 0;
    padding-top: 0.4rem;
	border-top: 1px solid #ececec;
}

.details_box .pages p>a {
	line-height: 1.2rem;
    color: #666666;
    font-size: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
    width: 13.8rem;
}

.details_box .pages p>a:hover {
	color: #c21920
}
/* 单页模型 */
.single_box{
    padding: 0.4rem 0;
    color: #666666;
    line-height: 0.6rem;
    font-size: 0.6rem;
}

/* 内页新闻 */
.cont_news li{
    height: 1.6rem;
    line-height: 1.6rem;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cont_news li a{
    font-size: 0.55rem;
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 80%;
}
.cont_news li span{
    color: #999999;
    font-size: 0.55rem;
}
.cont_news li:hover a{
    color: #ff7404;
}

/* 底部导航 */
.footer{
    box-sizing: content-box;
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background-color: #ffffff;
    width:15rem;
    height: 2.5rem;
    border-top:1px solid #eeeeee;
    justify-content: center;
    align-items: center;
  }
  .footer a{
    width: 3.75rem;
    display: block;
    font-size: .4rem;
    line-height: .64rem;
    color: #666;
    text-align: center;
  }
  .footer a.active{
    font-weight: 800;
    color: #0772bf;
  }
  .footer a .img img{
      width: 0.8rem;
      height: 0.8rem;
  }
  .footer a span{
    margin-top: 0.1rem;
    display: block;
  }
  
  
/* 表单 */
.module_form{padding:0px 0}
.module_form .row input{width:100%;border-radius:3px;border:1px solid #e8e8e8;line-height:40px;padding:0 5px;margin-bottom:20px;color:#666;font-size: 0.6rem;}
.module_form .row input:focus,.module_form .row textarea:focus{border:1px solid #1c88ff;color:#1c88ff}
.module_form .row textarea{border-radius:3px;border:1px solid #e8e8e8;width:100%;padding: 0.2rem;color:#666;font-size: 0.6rem;}
.module_form .row button{background:#429efd;color:#fff;font-size:0.6rem;border-radius:3px;text-align:center;border:0;padding: 0.42rem 0;margin-top:20px;width: 100%;}
.module_form .row button:hover{background-color: #fe741d;}
.module_form .row span{margin-top:0.6rem}
.module_form .row span i{color:#429efd;font-size:0.6rem;font-family:Arial,Helvetica,sans-serif}