﻿* {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

body {
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
}

body[aos-duration=‘4000‘] [aos],
[aos][aos][aos-duration=‘4000‘] {
    transition-duration: 4000ms;
}

ul,
li {
    list-style: none;
}

div,
ul,
li,
dl,
dt,
dd {
    box-sizing: border-box;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }
p{
    text-align: left;
    text-justify: inter-ideograph;}



.box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.centerBox {
    margin: 0 auto;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;

}

.float {
    float: left;
    display: block;
}

.fz8 {
    font-size: 8px;
    line-height: 18px;
    font-style: italic;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl60 {
    padding-left: 60px;
}

.pr25 {
    padding-right: 25px;
}

.mt10 {
    margin-top: 15px;
}

.mar20 {
    margin: 20px 0;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt0 {
    margin-top: 0 !important;
}

.pt30 {
    padding-top: 30px;
}

.Spacing80 {
    padding:80px 0;
}
.Spacing120{padding: 120px 0;}


.topDiv {
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

.topDiv .logo {
    float: left;
    display: block;
    margin-top: 13px;
}

.topNav {
    width: 70%;
    float: right;
    display: block;
    text-align: right;
    height: 80px;
}

.topNav li {
    display: inline-block;
    margin-top: 32px;
    margin-left: 50px;
    font-size: 16px;
    transition: 0.3s;
}

.topNav li a{
    color: #222; font-weight: bold;
}
.topNav li a:hover{color:#009FC8;}
.topNav .active,
.topNav li:hover {
    color:#009FC8;
    cursor: pointer;
    position: relative;
    font-weight: bold;
}

.topNav .active::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    height: 2px;
    right: 0;
    background-color: #009FC8;
    border-radius: 2px;
}


.navbar{ margin-bottom: 0px;}
.navbar-nav{ margin-top: 15px;}
.navbar-collapse{z-index: 9999;}
.navbar-default{ background: #fff; border: none;}
.navbar-brand{height: 54px; padding-top: 8px; padding-bottom:4px;}
.navbar-default .navbar-nav>li>a{font-size: 16px; color: #222; font-weight: bold;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
 color: #009FC8;
 background-color: #fff;
}
.navbar-default .navbar-nav>.active>a{ border-bottom: 2px solid #009FC8;}
.navbar-nav>li{margin-left: 10px;}



.bannarDiv {
    margin:0px auto 0;
    overflow: hidden;
    position: relative;
    z-index: 8888;
}
.apple-banner {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 800px;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}
.swiper-button-next{
	right:0;}
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../image/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../image/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}

.apple-banner .swiper-pagination{
	top:auto;
	bottom:1%;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 3px;
    display: block;
    border-radius: 1.5px;
	background: rgba(000,000,000,0.6);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:rgba(255,255,255,0.4);
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background:rgba(255,255,255,0.4);
}
.apple-banner  .swiper-pagination-bullet i{
	background: #fff;
	height: 3px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:#fff;
}


.swiper-slide::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #000;
    opacity: .0;
}

.slide1 {
	background: #000 url(../image/banner001.png) no-repeat center;
	background-size: auto 100%;
}
.slide2 {
	background: #000 url(../image/banner002.png) no-repeat center;
	background-size: auto 100%;
}
.slide4 {
	background: #000 url(../image/banner004.png) no-repeat center;
	background-size: auto 100%;
}

.wrapper_con{ width: 1200px; margin: 0 auto;}

.swiper-slide .title{
    color: #fff;
    position: absolute;
    top: 0px;
    display: block;
    left:0px;
    right: 0;
    bottom: 0px;
    color: #fff;
    text-align: left;
    width: 41%;
    background-color: rgba(0, 159, 200,0.8);
}
.swiper-slide.slide1 .title{background-color: rgba(255, 150, 44,0.85);}
.swiper-slide.slide2 .title{background-color: rgba(255, 84, 44,0.8);}

.swiper-slide .title h1{ font-size: 60px;font-weight: bold; line-height: 1.8;}
.swiper-slide .title p{ font-size: 18px;line-height: 1.8; text-align: center;}
.swiper-slide h6{margin-top:2rem; font-size: 16px; color:#fff}
.swiper-slide h6 a{color: rgba(255, 255, 255,0.7);}
.swiper-slide h6 a:hover{color: rgba(255, 255, 255,1);}

.swiper-slide .title_con{ width: 92%; text-align: center; padding-top: 36%; margin: 0 auto;}




.navigation{
    display: flex;
    overflow: hidden;
    margin: 0;
    margin-bottom: 30px;
}

.navigation li{
    margin-right: 8px;
    display: block;
    color: #999;
}

.navigation li a{
    color: #E1140A;
}


.home_aboutus{height: 560px; position: relative; width: 1200px; margin: 100px auto;}
.home_aboutus .home_aboutus_text{
    height: 400px; width: 54%; position: absolute; left: 0px; top: 56px;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(233, 233, 233, 0.6);
    z-index:1000;
    padding: 50px 40px;
}
.home_aboutus_text dd p{ margin-bottom: 15px; text-indent: 2em;}
.home_aboutus .home_aboutus_img{
    height: 410px; width: 52%; position: absolute; right: 0; top: 0px;
    z-index:900;

}
.home_aboutus .home_aboutus_img img{ width: 100%; box-shadow: 0px 2px 20px 0px rgba(233, 233, 233, 0.6);}
.home_aboutus_text dt{ font-size: 42px; font-weight: bold; margin-bottom: 30px; height: 50px; line-height: 50px;}
.home_aboutus_text dd{ font-size: 18px; color: #777; line-height: 1.5;}
.home_aboutus .maohao{position: absolute; left: 45%; top: 35px;z-index:1100;}
.home_aboutus_btn{
    margin-top:15px;
    background: #009FC8;
    display: inline-block;
     height: 45px; width: 45px; line-height: 45px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
}
.home_aboutus_btn:hover{
    background: #28B6DA;
    color: #fff;
}


.boxDiv {
    background-color: #f9f9f9;
}
.Our_services{background:#fff url(../image/bg2.png) no-repeat center top; padding-top: 100px; padding-bottom: 20px;}
.big_title{text-align: center;color: #fff; height:200px ;}
.big_title h1{font-size:42px; line-height: 42px; margin-bottom: 30px;}
.big_title p{font-size:18px; line-height: 1.5; text-align: center;}

.home_services_con{width: 1200px; margin: 0px auto;background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgba(233, 233, 233, 0.6); height: 400px; margin-bottom: 30px; padding: 50px 0px;}
.home_services_con ul li{ width: 26%; margin: 10px 3%; float: left; text-align: center;}
.home_services_con ul li h2{
    color: #fff; background: #009FC8;
    height: 105px; width: 105px; line-height:105px;
    text-align: center; border-radius: 100%;
    margin: 20px auto;
}
.home_services_con ul li h2:hover{
    background: #28B6DA;
}
.home_services_con ul li h2 span.iconfont{font-size:50px; font-weight: normal;}
.home_services_con ul li h3{font-size:20px; color: #222; margin-bottom: 20px;}
.home_services_con ul li p{font-size:14px; color: #777; text-align: center;}
.m_services{display: none;}

.Our_services_nu{width: 1200px; margin: 0px auto;padding: 50px; height: 250px;}
.Our_services_nu ul li { width: 26%; margin: 10px 3%; float: left; text-align: center;}
.Our_services_nu ul li h1{ color: #CE3737; font-size: 50px;}
.Our_services_nu ul li h1 span{ color: #CE3737; font-size: 20px;}
.Our_services_nu ul li p{ font-size: 16px; color: #777; margin-top: 15px; text-align: center;}



.big_title2{text-align: center;color: #222; height:200px ;}
.big_title2 h1{font-size:42px; line-height: 42px; margin-bottom: 30px;}
.big_title2 p{font-size:18px; line-height: 1.5;color: #777; text-align: center;}

.home_news{width: 1200px; margin: 0 auto; height: 480px;}
.home_news .newPic{ float: left;width: 43%;}
.home_news .newPic img{
    transition:all ease-in-out .5s;
}
.home_news .newPic li:hover img{
    transform: scale(1.1);
    transition:all ease-in-out .5s;
}
.home_news .newPic li:hover{
    background-color: #f8f8f8;
    transition:all 0.3s linear;
}
.home_news .newPic li{position: relative;}

.home_news .newPic .new_img {
    height: 390px;
    width: 100%;
    overflow: hidden;
    padding: 0!important;
    margin-bottom: 10px;}
.home_newPic_text{
    position:absolute; bottom: 0px; left: 0px; right: 0px; height:80px ;color: #fff; padding:15px 20px;
    background: rgba(000,000,000,0.3);
}
.home_newPic_text h4{font-size: 20px; color: #fff; margin-bottom: 5px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;
    overflow: hidden;}

.home_newtext{ float: right;; width: 52%;}
.home_newtext ol li{ border-bottom: 1px dotted #ddd; position: relative; height: 102px; margin-bottom:22px;}
.home_newtext ol li h4{font-size: 20px; width: 85%;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;
    overflow: hidden;
}
.home_newtext ol li h4:hover{color: #009FC8;}
.home_newtext ol li p{
    font-size: 14px; margin: 15px 0px; color: #777;width: 85%;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
overflow: hidden;
 }
.home_newtext ol li h6{ position: absolute; right: 0px; top: 0px; color: #bbb;font-weight: normal; }
.home_newtext ol li h6 span{ font-size: 24px; display: block;}
.home_newtext ol li h6 p{ color: #bbb !important;}
.home_newtext h5 a{ color: #009FC8; font-weight: normal; font-size: 14px;}
.home_newtext h5 a:hover{ text-decoration: underline;}



.footerDiv {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #272D37;
    padding: 60px 0;
}

.recordDiv {
    background-color:#303642;
    padding: 10px;
}

.recordDiv p{
    color: #999;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0px;
    width: 80%;
    margin: 0 auto;
}



.information {
    display: flex;
    justify-content: space-between;
}

.information ul li {
    color: #fff;
    line-height: 2em;
}
.information ul li h1{ font-size: 18px; margin-bottom: 12px;}
.information ul li p{ color: rgba(255,255,255,0.7);}
.information ul li p a{ font-size: 14px; color: rgba(255,255,255,0.7);}
.information ul li p a:hover{ color: rgba(255,255,255,1);}

.information ul {
    display: flex;
}
.footer_con{ width: 1200px; margin: 0 auto;}


.main_inner{ width: 1200px; margin: 0 auto;}


.subpic{height: 360px; background: #000 url(../image/news_bg.png) no-repeat center; padding: 100px;-webkit-background-size: cover;}
.subpic h1{ font-size: 42px; color: #FFF; line-height: 1.5; margin-bottom: 10px; margin-top:2rem;}
.subpic h4{ font-size: 14px; color: #FFF;line-height: 1.5; font-weight: normal;}


.aboutus_banner{ background: #f1f1f1 url(../image/aboutusbg.png) no-repeat top;-webkit-background-size: cover;}
.law{ background: #f1f1f1 url(../image/law.png) no-repeat top;-webkit-background-size: cover; }

.aboutus_con{
    width: 1200px; margin: 0px auto;
    min-height: 600px; margin-bottom:150px; padding:80px 0px;
}
.aboutus_banner_text{background: rgba(000,000,000,0.2); width:70%; margin: 0 auto; padding:15px; text-align: center;}
.aboutus_banner_text h1{ font-size: 42px;font-weight: bold; line-height: 1.8;}
.aboutus_banner_text p{ font-size: 18px;line-height: 1.8; text-align: center;}

.aboutus_inner{margin: 0 auto; font-size: 18px; line-height: 2em; width: 80%;}
.aboutus_inner h1{ font-size: 42px; margin-bottom: 45px;}
.aboutus_inner p{color: #777;font-size: 16px;}
.ab_pic{ margin: 50px auto 25px;}
.ab_pic img{width: auto; max-width: 100%; margin-bottom: 25px;}


.NeweList_inner {padding: 40px;}
.NeweList li{margin-bottom: 30px;}
.NeweList li a{display: flex;}
.NeweList .NeweImg {
    height: 225px;
    width:300px;
    overflow: hidden;
    margin-right: 30px;
}
.NeweImg img{
    height: 225px;
    width:300px;
    transition:all ease-in-out .5s;
}

.NeweList li:hover img{
    transform: scale(1.1);
    transition:all ease-in-out .5s;
}
.NeweList .NeweList_text{width:850px;}
.NeweList .NeweList_text h4{
    font-size: 20px;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}
.NeweList .NeweList_text:hover h4{color: #009FC8;}
.NeweList .NeweList_text p{
    font-size: 14px; margin: 20px 0px; color: #777;
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;
overflow: hidden;
 }
 .NeweList .NeweList_text h6{font-weight: normal;color: #777; font-size:14px;}

 .NewDetail{margin-bottom: 100px;}
 .NewDetail .NewDetail_title{ text-align: center; margin: 50px auto 2rem;border-bottom: 1px dotted #ddd; padding-bottom:2rem; width: 90%;}
 .NewDetail .NewDetail_title h1{margin:15px; font-size: 32px; line-height: 1.5;}
 .NewDetail .NewDetail_title p{color: #777; font-size: 14px;}
 .NewDetail_con{ font-size: 16px; line-height: 1.5; width: 90%; margin: 0 auto;}

 .in_nav{margin: 10px 0px;}
 .in_nav a{margin: 0px 10px;}
 .in_nav a:hover{color: #009FC8;}
 .NewDetail_img{ text-align: center; margin: 20px;}
 .NewDetail_img img{ width: auto; max-width: 100%;}

 .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
 {background-color: #009FC8;
    border-color: #009FC8;}
.pagination>li>a, .pagination>li>span{ color: #777;}
.pagination>li>a:hover{ color: #009FC8;}
.pagination_box{ width: 315px; margin: 0 auto;}

 
.business_subpicbox{background: #ccc url(../image/business_bg.png) no-repeat left top; -webkit-background-size: cover;}
.business_box .nav-tabs{ display: flex; border-bottom:none;}
.tab_wrapper{ text-align: center; height: 74px;background: rgba(0, 159, 200, 0.05); padding-top: 13px;}
.business_box .nav-tabs {width:65%; margin: 0 auto;}
.business_box .nav-tabs li{ display: flex; width:28%; margin: 0px 1%;}
.business_box .nav-tabs li a{ text-align: center;font-size: 18px; height: 60px; line-height: 40px;width:100%;

    margin: 0 auto;

    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.business_box .nav-tabs>li.active>a, .business_box .nav-tabs>li.active>a:focus, .business_box .nav-tabs>li.active>a:hover{
    border: none; background: none;
    color: #009FC8; font-weight: bold;
}
.business_box .nav-tabs li a:hover{ background: none;color: #009FC8; border: none;}
.business_box .nav-tabs li.active a::before{
    content: "";
    position: absolute;
    bottom: -0px;
    height: 2px;
    background-color: #009FC8;
    border-radius: 2px;
    width: 50%;
    left: 25%;
    right:25%;
}
.business_contentbox{ margin-bottom: 80px;}
.business_contentbox .b_img{ text-align: center;}
.business_contentbox .b_img img{ width: 100%;}
.business_contentbox .big_title2{ height: 160px; margin-top: 80px;}
.qg_list{ margin-bottom:180px; margin-top: 30px;}
.qg_list ul{display: flex; }
.qg_list ul li.qg_pro{ width: 8%; text-align: center;}
.qg_list ul li.qg_pro h5 span{font-size: 50px; color: #009FC8;}
.qg_list ul li.qg_pro h5 .icon{height: 50px; width: 50px; color: #009FC8;}
.qg_list ul li.qg_pro h5 .icon path{color: #009FC8;fill: rgb(0, 159, 200) !important;}
.qg_list ul li.qg_pro h6{font-size:18px; margin-top: 20px; color: #222;}
.qg_list ul li.qg_line{ width: 7%;text-align: center;}
.qg_list ul li.qg_line p{
    color: #C7C7C7;padding-top: 30px;
    font-weight: lighter;
    font-size: 12px;
    letter-spacing: 2px;
}


.Service_subpicbox{background: #ccc url(../image/fwptbg.png) no-repeat left top; height: 360px;-webkit-background-size: cover;}
.Service_shuilv{ padding: 60px 0;}
.Service_shuilv p{font-size: 16px; color: #777;}
.Service_shuilv h2{font-size: 26px;padding-bottom: 10px;}
.Service_shuilv h3{font-size: 16px; color: #222; line-height: 2; margin-top: 30px; padding-bottom: 10px;}
.Service_shuilv a{color: #009FC8}
.Service_shuilv a:hover{text-decoration: underline;}
.Service_shuilv ul{margin-top: 20px;}
.Service_shuilv ul li{ padding:5px 0px; font-size: 16px; border-bottom: 1px dotted #eee; margin-bottom:2px;}
.Service_shuilv ul li p{margin-bottom: 5px;}
.Service_shuilv ul li p.time{ color: #999; font-size: 14px;}

.shuilv_se{margin: 50px 0px;}
.huilv{ padding: 0px 20px;}
.huilv h4{ font-size:20px;}
.huilv table{ width:100%; color: #222;margin-top: 15px;}
.huilv table tr th{ font-size:16px; text-align: left; padding: 10px; border: 1px solid #ccc;}
.huilv table tr td{ font-size:16px; text-align: left;padding: 10px; border: 1px solid #ccc;}
.login_se{
    width: 65%; margin: 60px auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px 0px rgb(233 233 233 / 60%);
    z-index: 1000;
    padding: 40px;
}
.login_se form{width: 80%;}
.login_se form h2{font-size: 26px;}
.login_se form p{color: #999; font-size: 16px;}
.form-control{font-size: 16px;}
.login_se form .form-group{ margin: 25px 0px 25px;}
.login_se_btn .btn{width:100%; margin: 0 auto; font-size: 16px;}

.qg_list_mb{ display: none;}

.caseuL {
    display: flex;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.caseuL li {
    margin: 0 10px 30px;
    width: calc(33% - 20px);
    transition: all 1s linear;
    overflow: hidden;
    position: relative;
    height: 210px;
    border-radius: 8px;
    flex: 1;
    min-width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    background: #999;
}

.caseuL li:hover img {
    transform: scale(1.08);
    overflow: hidden;
}

.caseuL li img {
    width: 100%;
    transition: all 1s;
    height: auto;
}

.case_title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    transition: all ease-in-out .5s;
    height: 66px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}
.case_title h4{ line-height: 60px; padding: 0px 12px; text-align: center;}

.caseHover {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, .6);
    right: 0;
    color: #fff;
    padding: 30px;
    opacity: 0;
    transition: all ease-in-out .5s;
}

.caseHover h4 {
    font-size: 18px;
    margin: 40px 0 20px;
}

.caseHover p {
    opacity: .8;
    font-size: 12px;
    line-height: 1.6em;
    max-height: 110px;
    display: block;
    overflow: hidden;
}

.caseuL li:hover .caseHover {
    opacity: 1;
    top: 0;
    bottom: 0;
}

.business_contentbox02{ padding: 80px 0px;}



.contact_bg{background: #000 url(../image/contact_bg.png) no-repeat center;-webkit-background-size: cover;}
.main-contact{padding: 30px 20px 10px;margin: 0 auto;
}
.main-contact h3{
	font-size: 25px;
	padding-bottom: 20px;
	padding-left: 72px;
    border-bottom:1px solid #f5f5f5;
    text-align: center;
}
.main-contact dl{
	padding-bottom: 10px;
}
.main-contact dt{
	font-size: 20px;
	padding: 15px 0;
    font-weight: bold;
    line-height: 40px;
}
.main-contact dl dd p{
	font-size: 16px;
    margin-bottom: 10px;
    color: #777;
}
.main-contact dl dd span{
	display: inline-block;
	padding: 2px 4px;
	margin-right: 10px;
	border-radius: 3px;
	color: #333;
	font-size: 14px;
    width: 70px

}

.contact-02 dt{
	font-size: 26px;
	font-weight: bold;
	line-height: 60px;
}
.add_map{margin-top: 50px;}
.add_map img{ width:auto; max-width: 100%; text-align: center;}
.contact_msg{width: 50%; margin-bottom: 80px;}