.wrap {
    width: 100%;
    /* overflow-x: hidden; */
}
.header {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 2px 6px 0px rgba(176,176,176,0.5);
}
.header .header-box {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    color: #000;
    text-align: center;
}
.header-box>ul,
.header-box>ul>li {
    display: inline-block;
}
.header-box>ul>li  {
    position: relative;
    cursor: pointer;
}
.header-box>ul>li::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    left: 0;
}
.header-box>ul>li.active {
    color: #0A8BDF;
    font-weight: 600;
}
.header-box>ul>li.active::before {
    background: #0A8BDF;
}
.header-box>ul>li.active a{
    color: #0A8BDF;
}
.header-box>ul>li a{
    color: #000000;
    display: block;
}
.header-box>ul>li+li {
    margin-left: 50px;
}
.header-box .logo {
    height: 40px;
}
button img {
    width: 20px;
}
.header-box .logo,
.header-box button.phone {
    margin-top: 8px;
}
/* .header-box .logo {
    float: left;
} */
.header-box button.phone {
    /* float: right; */
    width: 210px;
    height: 44px;
    line-height: 44px;
    background: #0A8BDF;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    border: none;
}
.header-box button.phone img {
    vertical-align: middle;
}
.smart-scene {
    position: relative;
}
.smart-scene .smart-scene-box {
    position: absolute;
    width: 110px;
    background: #fff;
    border-radius: 4px;
    top: 60px;
    left: -10px;
    z-index: 2;
    text-align: left;
    padding-left: 20px;
    color: #666;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
            box-shadow: 0 0 4px rgba(0,0,0,0.2);
    display: none;
}
.smart-scene:hover .smart-scene-box {
    display: block;
}

.smart-scene .smart-scene-box li {
    height: 40px;
    line-height: 40px;
    font-weight: 500;
}
.footer {
    background: #0A8BDF;
    width: 100%;
}
.footer-top-bg {
    /* height: 10vh;
     */
     height: 80px;
    background: #F3F6F8 url('../images/common/footer_top_bg.png');
    background-size: 100% 100%;
    margin-bottom: -2px;
}
.footer-top-bg1 {
    /* height: 10vh;
     */
    height: 80px;
    background: #fff url('../images/common/footer_top_bg.png');
    background-size: 100% 100%;
    margin-bottom: -2px;
}
.footer-box {
    width: 1200px;
    margin: auto;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}
.footer .left {
    /* border-right: 1px solid #fff; */
    padding-right: 90px;
    text-align: center;
    position: relative;
}
.footer .left::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    right: 0;
    background: #fff;
}
.footer .left img {
    width: 70px;
}
.footer .left h2 {
    font-size: 18px;
    padding: 8px 0;
}
.footer .left p {
    line-height: 2em;
}
.footer-box ul,.footer-box li {
    display: inline-block;
}
.footer-box li {
    margin-left: 90px;
}
.footer-box li+li {
    margin-left: 120px;
}
.footer-box .center h1 {
    font-size: 18px;
    color: #EEC82D;
    margin-bottom: 20px;
}
.footer-box .center p+p {
    margin-top: 15px;
}
.footer .right {
    margin-top: -10px;
    height: 50px;
    width: 200px;
    
}
.footer .right1 {
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 150px;
}
.footer .right2 {
    display: flex;
    justify-content: space-between;
   margin-top: 10px;
    
    
}
.footer .right2.rightimg {
    display: flex;
    justify-content: space-between;
  
}
.footer img.img {
   
    width: 85px;
    height: 85px;
    margin-left: 10px
}

.footer-bottom {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #B6E1F2;
    text-align: center;
    font-size: 13px;
}
button.consulting {
    width: 206px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    background: #EEC82D;
    border: none;
    color: #000;
    font-size: 14px;
    position: relative;
    z-index: 1; /* z-index属性值大于0 */
}
button.consulting img {
    vertical-align: middle;
    margin-right: 10px;
}
button.consulting:hover {
    background: #DEB81C;
}

body button.blue-btn:hover {
    background: #077AC6;
}
.faint-yellow {
    background: rgba(238,200,45,0.3);
}
.faint-blue {
    background: rgba(10,139,223,0.3);
}
/* 公共样式 */
.part {
    text-align: center;
    padding: 40px 0;
    width: 100%;
}
.part h1 {
    font-size: 22px;
    padding-top: 30px;
}
.part .line_img {
    margin: 15px auto;
    display: block;
    height: 5px;
}
.part>p {
    font-size: 14px;
    line-height: 2em;
    color: #555;
}
/* 悬浮 信息提交处样式 */
.float-submit {
    position: absolute;
    left: -50%;
    bottom: -60px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    background: #fff;
    width: 920px;
    height: 75px;
    line-height: 70px;
    border-radius: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.float-submit input,
.float-submit select {
    width: 198px;
    padding: 0 10px;
    height: 42px;
    border-radius: 26px;
    border: 1px solid #C9C9C9;
    margin-right: 10px;
    color: #3f3f3f;
}
.float-submit input:hover,
.float-submit select:hover {
    border-color: #0a8bdf;
}
.float-submit input:focus,
.float-submit select:focus {
    border-color: #0a8bdf;
    color: #0A8BDF;
}
.float-submit .submit {
    background: #0A8BDF;
    color: #fff;
    width: 180px;
    margin-right: 10px;
}
/* tab 切换公共样式 */
.product>ul>li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.product-cont>li .title {
    position: relative;
}
.product-cont .line-write {
    position: absolute;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    display: none;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #0A8BDF;
}
.product-cont .active .line-write  {
    display: block;
}
.product-cont .line {
    position: relative;
    width: 45%;
    left: 50%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #0A8BDF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-cont .active .line {
    opacity: 1;
}

.product-cont .active h3 {
    color: #0A8BDF;
    /* font-weight: 600; */
}

.product-cont .line:before {
    position: relative;
    width: 45%;
    left: 50%;
    bottom: -1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #0A8BDF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.product-cont .line:after {
    position: absolute;
    /* top: -9px; */
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
}

.product-cont>li:hover .line {
    opacity: 1;
}

.product-cont>li:hover .product-cont-son {
    display: block;
}
.product-cont>li .product-cont-son {
   
    display: none;
}
.product-cont .active .product-cont-son {
    display: block;
}
/* 第三方检测和构成栏目评估 */
.product-cont-son-common {
    width: 100vw;
    background: #F4F7F8;
    text-align: center;
    margin-top: 20px;
    margin-left: calc(((100vw - 1200px) / 2) * -1);
}
.product-cont-son-common>ul {
    width: 1200px;
    display: inline-block;
    margin-top: 20px;
}
.product-cont-son-common li {
    width: calc((100% - 45px) / 4);
    height: 235px;
    background: rgba(255,255,255,0.5);
    border-radius: 12px;
    overflow: hidden;
    float: left;
    /* display: inline-block; */
    margin-left: 15px;
    margin-bottom: 20px;
}
.product-cont-son-common li:nth-of-type(4n+1) {
    margin-left: 0;
}
.product-cont-son-common li .img-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    font-size: 0;
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    margin: 40px auto 40px;
    /* transition: background 3s; */
}
.product-cont-son-common .hover p {
    font-size: 13px;
}
.product-cont-son-common li .img-box img {
    /* width: 42px; */
    height: 34px;
    vertical-align: middle;
}
.product-cont-son-common .title {
    font-size: 15px;
    height: 20px;
    line-height: 20px;
}
.product-cont-son-common li .hover {
    line-height: 1em;
    padding: 0 10px;
    margin-top: 70px;
}
.product-cont-son-common li:hover {
    color: #fff;
    background: #0A8BDF;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(2,86,141,0.3);
            box-shadow: 0px 0px 20px 0px rgba(2,86,141,0.3);
}
.product-cont-son-common li:hover .img-box {
    margin: 10px auto;
    background-color: #fff;
}
.product-cont-son-common li:hover .hover {
    margin-top: 10px;
}
.product-cont-son-common li:hover p {
    color: #fff;
}
/* 公共banner样式 */
.banner-bg-common {
    height: 400px;
    background: url('../images/common/common_bg.png');
    background-size: 100% 100%;
    position: relative;
}
.banner-bg-common .banner-box {
    position: absolute;
    width: 75vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    text-align: left;
}
.banner-bg-common .banner-box img.right {
    width: 400px;
}

.banner-bg-common .banner-box h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    padding-bottom: 10px;
}
.banner-bg-common .banner-box h1:nth-of-type(2) {
    padding-top: 30px;
    /* line-height: 1.8em; */
}
.banner-bg-common .banner-box p {
    font-size: 16px;
    line-height: 2em;
}
.banner-bg-common .banner-box p::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0A8BDF;
    margin-right: 10px;
    vertical-align: middle;

}
.part8,.part6 {
    background: #F3F6F8;
}
.part8 .part8-box {
    width: 1100px;
    display: inline-block;
    padding: 30px 0;
}
.part8-box .left {
    width: 320px;
    overflow: hidden;
    border-radius: 8px;
    font-size: 0;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    /* height: 400px; */
}
.part8-box .left img {
    width: 100%;
    /* height: 100%; */
}
.part8-box .right {
    width: 600px;
    text-align: left;
}
.part8-box .right li {
    display: inline-block;
    text-align: center;
}
.part8-box .right li b {
    font-size: 30px;
    color: #0A8BDF;
}
.part8-box .right p {
    font-size: 16px;
    line-height: 3em;
}
.part8-box .right ul {
    margin-top: 60px;
}
.part8-box .right ul li+li {
    margin-left: 60px;
}
/* 固定悬浮 */
.right-float-fixed {
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 200;
}
.right-float-fixed .phone,
.right-float-fixed .back-top {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.2)
}
.right-float-fixed .phone {
    background: url('../images/common/float_01.png');
    background-size: 100%;
    position: relative;
    
}
.right-float-fixed .back-top {
    margin-top: 20px;
    background: url('../images/common/float_02.png');
    background-size: 100%;
}
.right-float-fixed .phone .phone-float {
    position: absolute;
    width: 204px;
    height: 85px;
    right: 60px;
    text-align: center;
    background: url('../images/common/float_fixed_bg.png');
    background-size: 100% 100%;
    display: none;
   z-index: 1;
}
/* .right-float-fixed .phone .phone-float::before {
    content: '';
    position: absolute;
    top: 0;
    right: 12px;
    width: 173px;
    height: 65px; 
    z-index: 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2)
            box-shadow: 0 0 2px rgba(0,0,0,0.2)
} */
 .right-float-fixed .phone .phone-float h6 {
    font-size: 14px;
    padding-top: 20px;
}
.right-float-fixed .phone .phone-float p {
    color: #0A8BDF;
    font-size: 16px;
    text-decoration: underline;
    line-height: 2em;
}
.right-float-fixed .phone:hover {
    background: url('../images/common/float_hove_01.png');
    background-size: 100%;
}
.right-float-fixed .phone:hover .phone-float {
    display: block;
}
.right-float-fixed .back-top:hover {
    background: url('../images/common/float_hove_02.png');
    background-size: 100%;
}
.wrap>.on {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 60px;
    background: #fff;
    color: #666;
    box-shadow: 0px 2px 6px 0px rgba(176,176,176,0.5);
}