/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;color: #333;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;}
input:required,
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;}
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width:1230px !important;}
.tr5 {transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.tr2 {transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;}
.overflow {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;}
.bjcover{background-position: 50% 50%; background-size: cover;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}
.zx{display: block;
width: 400px;
margin: 44px auto 0;
border: 0;
cursor: pointer;
line-height: 66px;
height: 66px;
font-size: 30px;
font-weight: bold;
background-image: linear-gradient(to right, #ff4b33,#ff9033);
color: #ffffff;
border-radius: 35px;
text-align: center;
transition: all 300ms ease;}
.zx:hover { color: #ffffff; transform:translateY(5px); }




.dock.hidden-xs{display: block !important;}







header .container-fluid{max-width:1400px !important;}
header{position: absolute;left: 0;top:0;width: 100%;z-index: 111;}
header .logo{line-height: 100px;height: 100px;font-size: 0;max-width: 200px;}
header .logo img{max-height:50%;}
/*pc导航*/
header nav .ul{font-size: 0;margin:0;}
header nav .ul > li{position: relative;text-align: center;display: inline-block;vertical-align: top;}
header nav .ul > li > a{position: relative; line-height:100px; display:block; color: #fff;font-size: 16px;padding:0 14px;height: 100px;overflow: hidden;}
header nav .ul > li > a i{display: inline-block;}
header nav .ul > li.active > a{color:#FF8400;}
header nav .ul > li:hover > a{color:#FF8400;}
header .txt {line-height: 100px;}
header .txt  span:nth-child(1){color: #fff;font-size: 16px;padding-right: 10px;}
header .txt  span:nth-child(1) i{line-height: 20px;}
header .txt  span{float: left;display: block;padding-left: 1px;font-size: 18px;color: #FF8400;line-height: inherit;}
header .txt  span:nth-child(2){animation: tiao 3.2s linear 0s infinite;-webkit-animation: tiao 3.2s linear 0s infinite;}
header .txt  span:nth-child(3){animation: tiao 3.2s linear 0.2s infinite;-webkit-animation: tiao 3.2s linear 0.2s infinite;}
header .txt  span:nth-child(4){animation: tiao 3.2s linear 0.4s infinite;-webkit-animation: tiao 3.2s linear 0.4s infinite;}
header .txt  span:nth-child(5){animation: tiao 3.2s linear 0.6s infinite;-webkit-animation: tiao 3.2s linear 0.6s infinite;}
header .txt  span:nth-child(6){animation: tiao 3.2s linear 0.8s infinite;-webkit-animation: tiao 3.2s linear 0.8s infinite;}
header .txt  span:nth-child(7){animation: tiao 3.2s linear 1s infinite;-webkit-animation: tiao 3.2s linear 1s infinite;}
header .txt  span:nth-child(8){animation: tiao 3.2s linear 1.2s infinite;-webkit-animation: tiao 3.2s linear 1.2s infinite;}
header .txt  span:nth-child(9){animation: tiao 3.2s linear 1.4s infinite;-webkit-animation: tiao 3.2s linear 1.4s infinite;}
header .txt  span:nth-child(10){animation: tiao 3.2s linear 1.6s infinite;-webkit-animation: tiao 3.2s linear 1.6s infinite;}
header .txt  span:nth-child(11){animation: tiao 3.2s linear 1.8s infinite;-webkit-animation: tiao 3.2s linear 1.8s infinite;}
header .txt  span:nth-child(12){animation: tiao 3.2s linear 2s infinite;-webkit-animation: tiao 3.2s linear 2s infinite;}
header .txt  span:nth-child(13){animation: tiao 3.2s linear 2.2s infinite;-webkit-animation: tiao 3.2s linear 2.2s infinite;}
header .txt  span:nth-child(14){animation: tiao 3.2s linear 2.4s infinite;-webkit-animation: tiao 3.2s linear 2.4s infinite;}
header .txt  span:nth-child(15){animation: tiao 3.2s linear 2.6s infinite;-webkit-animation: tiao 3.2s linear 2.6s infinite;}
header .txt  span:nth-child(16){animation: tiao 3.2s linear 2.8s infinite;-webkit-animation: tiao 3.2s linear 2.8s infinite;}
header .txt  span:nth-child(17){animation: tiao 3.2s linear 3s infinite;-webkit-animation: tiao 3.2s linear 3s infinite;}
@keyframes  tiao{
0%{ margin-top:0px}
3%{ margin-top:-7px}
6%{ margin-top:0px}
100%{ margin-top:0px}
}
@-webkit-keyframes  tiao{
0%{ margin-top:0px}
3%{ margin-top:-7px}
6%{ margin-top:0px}
100%{ margin-top:0px}
}
.banner{position: relative;z-index: 1;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{width: 100%;}


footer{background: #337AB7;}
footer .box1{padding: 44px 0;}
footer .box1 .list1{width: 44%;float: left;}
footer .box1 .list1 a{display: inline-block;color: #fff;vertical-align: top;line-height: 33px;min-width:23%;}
footer .box1 .list1 a:hover{text-decoration: underline !important;}
footer .box1 .list2{width: calc(56% - 130px);float: left;line-height:33px;color: #fff;padding-right: 20px;}
footer .box1 .list3{width: 130px;float: left;}
footer .box1 .list3 img{width: 100%;}
footer .box2{background: #2A6597;padding: 20px;color: #fff;text-align: center;}

.main88{padding-top: 88px;padding-bottom: 88px;}
.title{text-align: center;border-bottom: 1px solid #e5e5e5;font-size: 32px;color: #000;padding-bottom:20px;margin-bottom:44px;position: relative;}
.title:after{content: "";width: 88px;height: 2px;background: #FF8400;position: absolute;left: 0;right: 0;bottom: -1px;margin: 0 auto;z-index:11;}




/*我们为您提供，全面的资产评估服务*/
.main1 .box{font-size: 0;margin: -30px -15px 0;}
.main1 .box .list{display: inline-block;vertical-align: top;width: calc(20% - 30px);margin: 30px 15px 0;border: 1px solid #e5e5e5;text-align: center;position: relative;top:0;}
.main1 .box .list .tt1{font-size: 24px;color: #fff;line-height: 100px;background: #FF8400;}
.main1 .box .list:nth-child(1) .tt1{background-color: #0075C1;}
.main1 .box .list:nth-child(2) .tt1{background-color: #29D79E;}
.main1 .box .list:nth-child(3) .tt1{background-color: #F35750;}
.main1 .box .list:nth-child(4) .tt1{background-color: #F4A57A;}
.main1 .box .list:nth-child(5) .tt1{background-color: #7B99EE;}
.main1 .box .list .tt2{font-size: 18px;color: #333;line-height: 40px;margin:30px 10px;height: 160px;overflow: hidden;}
.main1 .box .list:hover{top:-10px;}
/*评估所需材料*/
.main1.main16 .box .list .tt1{font-size: 20px;line-height: 55px;}
.main1.main16 .box .list .tt2{line-height:35px;margin:18px 0;height:210px;overflow: hidden;text-align: left;padding:0 18px;font-size: 17px;}
.main1.mainjia .box .list{width: calc(33.33% - 30px);}
.main1.mainjia .box .list .tt2{text-align: left;}


/*评估之前先来明确下您的评估目的*/
.main2 .box{font-size: 0;margin: -30px -15px 0;}
.main2 .box .list{display: inline-block;vertical-align: top;width: calc(25% - 30px);margin: 30px 15px 0;padding: 50px 10px;background: #FF8400;text-align: center;}
.main2 .box .list .img{height:80px;line-height:80px;font-size: 0;}
.main2 .box .list .img img{max-height: 99%;}
.main2 .box .list:nth-child(1){background-color: #4F9CDB;}
.main2 .box .list:nth-child(2){background-color: #F4A57A;}
.main2 .box .list:nth-child(3){background-color: #50D2B7;}
.main2 .box .list:nth-child(4){background-color: #7B99EE;}
.main2 .box .list:nth-child(5){background-color: #4F9CDB;}
.main2 .box .list:nth-child(6){background-color: #F4A57A;}
.main2 .box .list:nth-child(7){background-color: #50D2B7;}
.main2 .box .list:nth-child(8){background-color: #7B99EE;}
.main2 .box .list .tt{font-size:20px;color: #fff;margin-top:33px;}

/*评估流程*/
.main3 .box{font-size: 0;margin: -30px -15px 0;}
.main3 .box .img{display: inline-block;vertical-align: top;width: calc(16.66% - 30px);margin: 30px 15px 0;text-align: center;}


.title2{text-align: center;border-bottom:2px solid #e5e5e5;font-size: 32px;color: #000;padding-bottom:36px;margin-bottom:44px;position: relative;}
.title2 .div1{font-size: 12px;color: #a4a4a4;padding-top:10px;text-transform: uppercase;}
.title2:after{content: "";width:88px;height: 2px;background: #FF8400;position: absolute;left: 0;right: 0;bottom:28px;margin: 0 auto;z-index:11;}

/*评估知识*/
.main4 .box{position: relative;margin: 0 -20px;font-size: 0;}
.main4 .box:after{content: "";width: 1px;height: 100%;background: #e5e5e5;margin: 0 auto;position: absolute;left: 0;top:0;right: 0;}
.main4 .box .xg{position: absolute;left: 0;right: 0;top:calc(100% - 30px);width: 30px;margin: 0 auto;display: block;z-index: 11;}
.main4 .box .xg:before{content: "+";width:30px;height:30px;border: 2px solid #dedede;border-radius: 50%;line-height: 24px;font-size:22px;color: #999;text-align: center;position: absolute;left: 0;right: 0;top:0;margin: 0 auto;z-index: 111;transition: all .3s ease-in-out;background: #fff;}
.main4 .box .xg:hover:before{background-color: #FF8400;border-color: #FF8400;color: #fff;transform:rotate(90deg)}
.main4 .box .list{width: calc(50% - 40px);display: inline-block;vertical-align: top;margin:0 20px;border: 1px solid #e5e5e5;padding:15px;position: relative;top:0;box-shadow: 0 8px 16px rgba(0,0,0,0);}
.main4 .box .list:nth-child(odd){margin-top:66px;}
.main4 .box .list:nth-child(even){margin-top:26px;}
.main4 .box .list:after{content: "";width: 0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;position: absolute;bottom:17px;transition: all .3s ease-in-out}
.main4 .box .list:nth-child(odd):after{border-left: 8px solid #e5e5e5;right: -8px;}
.main4 .box .list:nth-child(even):after{border-right: 8px solid #e5e5e5;left: -8px;}
.main4 .box .list:before{content: "";width:11px;height:11px;border:2px solid #e5e5e5;border-radius: 50%;position: absolute;bottom:19px;background: #fff;z-index: 11;}
.main4 .box .list:nth-child(odd):before{right: -26px;}
.main4 .box .list:nth-child(even):before{left: -26px;}
.main4 .box .list .bjcover{width: 124px;height: 124px;float: left;}
.main4 .box .list .tt{width: calc(100% - 124px);padding:6px 0 0 20px;float: left;}
.main4 .box .list .tt .tt1{font-size: 16px;color: #4c4c4c;line-height: 22px;max-height: 44px;overflow: hidden;}
.main4 .box .list .tt .tt2{font-size: 12px;color: #707070;line-height: 20px;max-height: 40px;overflow: hidden;margin-top:6px;}
.main4 .box .list .tt .tt3{width: 30px;height: 30px;border: 1px solid #e5e5e5;text-align: center;line-height: 28px;color: #707070;border-radius: 50%;position: absolute;right: 10px;bottom: 10px;font-size: 20px;padding-left: 1px;}
.main4 .box .list:hover{border-color: #FF8400;top:-6px;box-shadow: 0 8px 16px rgba(0,0,0,.15);}
.main4 .box .list:hover .tt .tt3{border-color: #FF8400;background-color: #FF8400;color: #fff;}
.main4 .box .list:hover:nth-child(odd):after{border-left-color: #FF8400;}
.main4 .box .list:hover:nth-child(even):after{border-right-color: #FF8400;}

/*合作伙伴*/
.main5{background: #F6F6F6;}
.main5 .box{margin: -20px -10px 0;}
.main5 .box .list{display: block;line-height: 100px;height: 100px;float: left;font-size: 0;background: #fff;width:calc(16.66% - 20px);margin: 20px 10px 0;box-shadow: 0 8px 16px rgba(0,0,0,0);position: relative;top:0;}
.main5 .box .list img{max-height: 100%;}
.main5 .box .list:hover{box-shadow: 0 8px 16px rgba(0,0,0,.15);top:-6px;}

/*首页结束*/

/*企业整体资产评估含义*/
.main6 .box{border:1px solid #ddd;padding:30px;}
.main6 .box .tt{font-size: 18px;color: #666;line-height:33px;float: left;width:66%;padding-right: 30px;max-height:264px;overflow-y: auto;}
.main6 .box .img{width: 34%;height:264px;float: right;}

/*评估内容*/
.main7 {background: #F6F6F6;}
.main7 .box{font-size: 0;margin: -30px -15px 0;}
.main7 .box .img{display: inline-block;vertical-align: top;width: calc(20% - 30px);margin: 30px 15px 0;text-align: center;position: relative;top:0;transition: all 0.3s ease-in-out;}
.main7 .box .img:hover{top:-8px;}

/*评估流程*/
.main8 .box{font-size: 0;text-align: center;margin: -20px -10px 0;position: relative;padding-bottom: 33px;}
.main8 .box:after{content: "";width:87%;height: 2px;background: #ddd;position: absolute;left: 0;right: 0;top:100px;margin: 0 auto;z-index: 1;}
.main8 .box .list{display: inline-block;vertical-align: top;width: calc(14.28% - 20px);margin: 20px 10px 0;position: relative;z-index: 2;}
.main8 .box .list .tt1{font-size: 24px;color: #333;position: relative;line-height: 40px;top:0;}
.main8 .box .list .tt1:after{content: "";width: 40px;height: 2px;background: #ddd;position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;transition: all .3s ease-in-out;}
.main8 .box .list .tt2{height: 54px;line-height: 54px;font-size: 0;text-align: center;margin-top: 6px;position: relative;top:0;}
.main8 .box .list .tt2 img{max-height: 100%;}
.main8 .box .list .tt3{background: #FB90AB;padding: 44px 10px;margin-top:16px;position: relative;top:0;}
.main8 .box .list .tt3:after{content: "";width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-bottom: 8px solid #FB90AB;position: absolute;left: 0;right: 0;bottom: 100%;margin: 0 auto;}
.main8 .box .list .tt3 .tt4{font-size: 18px;color: #fff;line-height: 30px;height: 60px;overflow: hidden;}
.main8 .box .list:hover .tt1{top:34px;}
.main8 .box .list:hover .tt1:after{height: 0;}
.main8 .box .list:hover .tt2{top:44px;}
.main8 .box .list:hover .tt3{top:44px;}

.main8 .box .list:nth-child(1) .tt3{background: #FB90AB;}
.main8 .box .list:nth-child(1) .tt3:after{border-bottom-color: #FB90AB;}
.main8 .box .list:nth-child(2) .tt3{background: #F0AE57;}
.main8 .box .list:nth-child(2) .tt3:after{border-bottom-color: #F0AE57;}
.main8 .box .list:nth-child(3) .tt3{background: #C69FF5;}
.main8 .box .list:nth-child(3) .tt3:after{border-bottom-color: #C69FF5;}
.main8 .box .list:nth-child(4) .tt3{background: #F29700;}
.main8 .box .list:nth-child(4) .tt3:after{border-bottom-color: #F29700;}
.main8 .box .list:nth-child(5) .tt3{background: #8FC97A;}
.main8 .box .list:nth-child(5) .tt3:after{border-bottom-color: #8FC97A;}
.main8 .box .list:nth-child(6) .tt3{background: #E33652;}
.main8 .box .list:nth-child(6) .tt3:after{border-bottom-color: #E33652;}
.main8 .box .list:nth-child(7) .tt3{background: #50A2E8;}
.main8 .box .list:nth-child(7) .tt3:after{border-bottom-color: #50A2E8;}

/*合鸿服务*/
.main9 .box{position: relative;}
.main9 .box .img{width: 100%;display: block;}
.main9 .box .tt{font-size:20px;color: #000;line-height: 34px;height: 68px;overflow: hidden;width:210px;position: absolute;}
.main9 .box .tt:nth-child(1){left:6%;top:18%;}
.main9 .box .tt:nth-child(2){right:6%;top:18%;}
.main9 .box .tt:nth-child(3){left:6%;bottom:18%;}
.main9 .box .tt:nth-child(4){right:6%;bottom:18%;}
/*评估专家问题解答*/
.main10 .box .list{display: block;margin-bottom:25px;padding-left: 110px;position: relative;min-height: 46px;}
.main10 .box .list .tt1{width: 90px;height:44px;background: url("../images/tu5.png") no-repeat center center/contain;position: absolute;left: 0;top:0;}
.main10 .box .list .tt1 div{font-size: 14px;color: #fff;line-height: 44px;width:36px;text-align: center;}
.main10 .box .list .tt2{font-size: 15px;color: red;}
.main10 .box .list .tt3{font-size: 14px;color: #333;}

/*评估内容*/
.main11 .box{font-size: 0;text-align: center;margin: -10px -10px 0;}
.main11 .box .list{display: inline-block;vertical-align: top;width: calc(25% - 20px);margin: 20px 10px 0;position: relative;top:0;}
.main11 .box .list .img{height: 160px;line-height: 160px;font-size: 0;text-align: center;}
.main11 .box .list .img img{max-height: 100%;}
.main11 .box .list .tt{font-size: 20px;text-align: center;color: #000;margin-top: 15px;}
.main11 .box .list:hover{top:-10px;}
.main11.main14 .box .list{width: calc(20% - 20px);}
.main11.main20 .box .list{width: calc(25% - 20px);}
.main11.main16 .list:nth-child(n+2):after{content: "";width: 26px;height: 26px;background: url("../images/left.png") no-repeat center center/contain;position: absolute;left: -15px;top:72px;}



/*企业整体资产评估流程*/
.main12 .box{font-size: 0;margin: -30px -15px 0;}
.main12 .box .img{display: inline-block;vertical-align: top;width: calc(16.66% - 30px);margin: 30px 15px 0;text-align: center;}


/*企业整体资产评估集慧服务优势*/
.main13 .box{position: relative;}
.main13 .box .img{display: block;margin: 0 auto;position: relative;z-index: 1;width: 340px;}
.main13 .box .tt{font-size:20px;color: #000;font-weight: bold;line-height: 34px;height: 68px;overflow: hidden;width:260px;position: absolute;left: 0;right: 0;margin: 0 auto;}
.main13 .box .tt:nth-child(odd){text-align: right;}
.main13 .box .tt:nth-child(1){margin-right: calc(50% + 188px);top:15px;}
.main13 .box .tt:nth-child(2){margin-left: calc(50% + 188px);top:15px;}
.main13 .box .tt:nth-child(3){margin-right: calc(50% + 188px);bottom:10px;}
.main13 .box .tt:nth-child(4){margin-left: calc(50% + 188px);bottom:10px;}

/*评估流程*/
.main15 .box{position: relative;padding-top: 9%;}
.main15 .box .img{width:94%;position: absolute;left: 0;right: 0;top:0;z-index: 1;margin: 0 auto;}
.main15 .box .listbox{font-size: 0;position: relative;z-index: 2;}
.main15 .box .listbox .tt{display: inline-block;vertical-align: top;width: 12.5%;text-align: center;font-size: 18px;}
.main15 .box .listbox .tt:nth-child(even){margin-top:7%;}

/*我们提供的评估服务*/
.main17 .box {font-size: 0;margin-top: -30px;}
.main17 .box .tt{display: inline-block;vertical-align: top;width: 25%;position: relative;padding-left:90px;font-size: 18px;line-height: 100px;margin-top: 30px;height: 100px;overflow: hidden;}
.main17 .box .tt span{width:70px;height: 100px;line-height: 100px;background: #4E9CDA;position: absolute;left: 0;top:0;display: block;text-align: center;font-size:34px;color: #fff;}
.main17 .box .tt span:after{content: "";width: 0;height: 0;border-top:8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #4E9CDA;position: absolute;left: 100%;top:0;bottom: 0;margin: auto 0;display: block;}
.main17 .box .tt:nth-child(1) span{background-color:#4E9CDA;}
.main17 .box .tt:nth-child(1) span:after{border-left-color:#4E9CDA;}
.main17 .box .tt:nth-child(2) span{background-color:#F3A67C;}
.main17 .box .tt:nth-child(2) span:after{border-left-color:#F3A67C;}
.main17 .box .tt:nth-child(3) span{background-color:#F49802;}
.main17 .box .tt:nth-child(3) span:after{border-left-color:#F49802;}
.main17 .box .tt:nth-child(4) span{background-color:#009E9D;}
.main17 .box .tt:nth-child(4) span:after{border-left-color:#009E9D;}
.main17 .box .tt:nth-child(5) span{background-color:#4E9CDA;}
.main17 .box .tt:nth-child(5) span:after{border-left-color:#4E9CDA;}
.main17 .box .tt:nth-child(6) span{background-color:#F3A67C;}
.main17 .box .tt:nth-child(6) span:after{border-left-color:#F3A67C;}
.main17 .box .tt:nth-child(7) span{background-color:#F49802;}
.main17 .box .tt:nth-child(7) span:after{border-left-color:#F49802;}
.main17 .box .tt:nth-child(8) span{background-color:#009E9D;}
.main17 .box .tt:nth-child(8) span:after{border-left-color:#009E9D;}

/*合作支持*/
.main18 .box{font-size: 0;margin:-10px -10px 0;}
.main18 .box .list{display: inline-block;vertical-align: top;width: 25%;text-align: center;margin-top: 20px;padding: 0 10px;position: relative;top:0;}
.main18 .box .list:hover{top:-8px;}
.main18 .box .list .img{height: 100px;line-height: 100px;font-size: 0;}
.main18 .box .list .img img{max-height: 100%;}
.main18 .box .list .tt1{font-size: 20px;margin-top: 12px;}
.main18 .box .list .tt2{font-size: 16px;margin-top: 18px;color: #999;}
/*合作条件*/
.main19 .box {margin: -12px -6px 0;font-size: 0;}
.main19 .box .list{display: inline-block;vertical-align: top;width: calc(33.33% - 12px);margin: 12px 6px 0;border: 1px solid #e5e5e5;position: relative;top:0;box-shadow: 0 8px 16px rgba(0,0,0,0);}
.main19 .box .list .tt1{font-size: 28px;color: #fff;line-height: 100px;height: 100px;overflow: hidden;background:#29D79E;text-align: center;}
.main19 .box .list .tt2{font-size: 16px;line-height: 30px;padding: 0 18px;margin: 15px 0;height: 300px;overflow: hidden;}
.main19 .box .list:nth-child(1) .tt1{background:#29D79E;}
.main19 .box .list:nth-child(2) .tt1{background:#F35750;}
.main19 .box .list:nth-child(3) .tt1{background:#0075C1;}
.main19 .box .list:hover{top:-8px;box-shadow: 0 8px 16px rgba(0,0,0,.15);}

/*加入我们*/
.main21 input:required,.main21 input{appearance:auto;-webkit-appearance:auto;-moz-appearance: auto; -o-appearance: auto;}
.main21{background:#252726;padding: 44px 0;}
.main21 .zuo{width:calc(50% - 30px);float: left;}
.main21 .zuo .tt1{font-size: 30px;color: #fff;border-bottom: 1px solid rgba(255,255,255,.3);padding-bottom:13px;margin-bottom: 15px;}
.main21 .zuo .tt2{font-size: 15px;color: rgba(255,255,255,.8);line-height:28px;}
.main21 .you{width:calc(50% - 30px);margin-left: 60px;float: left;}
.main21 .you form > input{width:calc(50% - 10px);float: left;line-height: 44px;height: 44px;background:#7B7B7B;border-radius: 5px;border: 0;padding: 0 15px;color: #fff;}
.main21 .you form > input:nth-child(2){margin-left: 20px;}
.main21 .you form .labelbox{margin-top: 15px;width: 100%;float: left;font-size: 18px;color: #fff;font-weight: 500;text-align: left;}
.main21 .you form .labelbox label{font-weight: 500;margin-left: 15px;}
.main21 .you form .labelbox label input{margin-right:6px !important;position: relative;top:-1px;}
.main21 .you form button{margin-top: 15px;width:160px;line-height: 46px;background: #FF8400;float: left;border: 0;font-size: 16px;color: #fff;border-radius: 6px;transition: all .3s ease-in-out;}
.main21 .you form button:hover{background-color: #DD7302;}


/*为什么选择合鸿*/
.main22 .box{font-size: 0;}
.main22 .box .list{width: 25%;display: inline-block;vertical-align: top;text-align: center;position: relative;}
.main22 .box .list .bjcover{padding-top:70%;}
.main22 .box .list:hover .bjcover{transform:scale(1.06);}
.main22 .box .list .tt{padding: 0 15px;}
.main22 .box .list .tt1{font-size: 18px;color: #000;font-weight: bold;margin-top:16px;}
.main22 .box .list .tt2{font-size: 14px;color: #999;margin-top:10px;}
.title3{text-align: center;margin-bottom: 44px;}
.title3 .div1{font-size: 32px;color: #000;}
.title3 .div2{font-size: 16px;margin-top:10px;}

.main23{background:#F5F5F5;}
.main23 .box{font-size: 0;margin: -12px -6px 0;}
.main23 .box .list{display: inline-block;vertical-align: top;width: calc(50% - 12px);margin: 12px 6px 0;border: 1px solid #ddd;padding: 20px 25px;background: #fff;}
.main23 .box .list .tt1{font-size: 20px;font-weight: bold;}
.main23 .box .list .tt2{font-size: 14px;line-height: 26px;margin-top: 10px;height: 52px;overflow: hidden;padding-left:20px;}
.main23 .box .list .tt3{font-size: 14px;line-height: 34px;width: 100px;text-align: center;color: #fff;background: #F07C2E;display: block;margin:15px auto 0;}
.main23 .box .list .tt3:hover{background-color: #DD7302;}
/*服务优势*/
.main24 .box{font-size: 0;}
.main24 .box .list{display: inline-block;vertical-align: top;width:33.33%;background: #fff;position: relative;top:0;}
.main24 .box .list .imgbox{background:#E6E6E6;padding:33px 10px;text-align: center;border: 2px solid #fff;}
.main24 .box .list .imgbox .img{height: 100px;line-height: 100px;font-size: 0;}
.main24 .box .list .imgbox .img img{max-height: 100%;}
.main24 .box .list .imgbox .tt1{font-size: 22px;color: #fff;margin-top: 10px;}
.main24 .box .list .tt2{padding:33px 20px;background: #fff;font-size: 14px;text-align: center;}
.main24 .box .list:hover{top:-6px;}
.main24 .box .list:nth-child(1) .imgbox{background:#4F9CDB;}
.main24 .box .list:nth-child(2) .imgbox{background:#F39800;}
.main24 .box .list:nth-child(3) .imgbox{background:#F4A57A;}
.main24 .box .list:nth-child(4) .imgbox{background:#56B76B;}
.main24 .box .list:nth-child(5) .imgbox{background:#C17BB1;}
.main24 .box .list:nth-child(6) .imgbox{background:#E72645;}











/*关于我们*/
.main25{background:#F5F5F5;}
.main25 .box{font-size: 15px;line-height: 30px;margin-top: -10px;}


/*知识评估*/
.nyxw .list{display: block;margin-bottom:20px;}
.nyxw .list .img{width:160px;padding-bottom:30px;float: left;position: relative;}
.nyxw .list .img:after{content: "";width: 82%;height: 82%;box-shadow: 0 0 20px rgba(0,0,0,.6);position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;transition: all .3s ease-in-out;opacity: 0;}
.nyxw .list:hover .img:after{opacity: 1;width: 86%;height: 86%;}
.nyxw .list .tt{width:calc(100% - 160px);padding-left: 22px; float: left;}
.nyxw .list .img .bjcover{height: 116px;}
.nyxw .list .tt .tt1{color: #999;font-size: 0;}
.nyxw .list .tt .tt1 div{display: inline-block;color: #999;font-size: 14px;position: relative;padding-left: 0;}
.nyxw .list .tt .tt1 div:after{content: "";width: 30px;height: 1px;background: #ddd;position: absolute;left: 110%;bottom:6px;transition: all .3s ease-in-out;}
.nyxw .list:hover .tt .tt1 div{padding-left:20px;color: #ccc}
.nyxw .list:hover .tt .tt1 div:after{width: 100px;background-color: #FF8400;}
.nyxw .list .tt .tt2{font-size: 18px;color: #777;margin-top: 8px;}
.nyxw .list .tt .tt3{font-size: 14px;color: #B7B7B7;line-height:25px;height: 50px;overflow: hidden;margin-top: 10px;}
.nyxw .list:hover .tt .tt2{color: #FF8400;}
.nyxw .list:hover .tt .tt3{color: #666;}

.danye{font-size: 15px;line-height:30px;}
.danye .bt{font-size: 26px;text-align:center;margin-bottom: 15px;}
.danye .rq{font-size: 14px;color: #999;text-align: center;margin-top: -5px;margin-bottom: 15px;}


.sx{margin-top:22px;font-size: 0;}
.sx a{font-size:15px;display: inline-block;vertical-align: top;padding-right: 20px;min-width: 50%;margin-top: 3px;}
.sx a span{color: #337AB7;transition: all .3s ease-in-out;}
/*.sx a:hover{color: #FF8400;}*/
.sx a:hover span{color: #FF8400;}



/*我们的核心优势*/
.title4{text-align: center;font-family: 'DIN';font-size: 24px;color: #ff9933;letter-spacing: -0.5px;line-height: 60px;text-transform: uppercase;margin-top: -40px;margin-bottom: 44px;}
.main30 .box{position: relative;}
.main30 .box .img{max-width:380px;display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;z-index: 1;}
.main30 .box .listbox{position: relative;z-index: 2;font-size: 0;}
.main30 .box .listbox .list{display: inline-block;vertical-align: top;width: 50%;padding-right:200px;font-size: 14px;}
.main30 .box .listbox .list:nth-child(even){padding-right: 0;padding-left:200px;}
.main30 .box .listbox .list .tt1{font-size: 28px;color: #333;border-bottom: 1px solid #ddd;padding-bottom: 11px;margin-bottom: 10px;line-height: 34px;}
.main30 .box .listbox .list .tt1 img{padding-right: 11px;max-height: 34px;position: relative;top:-2px;}
.main30 .box .listbox .list .tt1 span{display: none;}
.main30 .box .listbox .list .tt2{font-size: 18px;line-height: 34px;color: #666666;}
.main30 .box .listbox .list:nth-child(n+3){margin-top:33px;}
/*
.main30 .box .listbox .list:nth-child(3){padding-right: 240px;}
.main30 .box .listbox .list:nth-child(4){padding-left: 240px;}
*/
.main31 img{display: block;margin: 0 auto;}












/*transition: all .3s ease-in-out ;*/
/*FF8400*/
/*transform:scale(1.06);*/

/*媒体查询开始*/
@media (max-width:1400px){
    header nav .ul > li > a{padding: 0 5px;}

}
@media (max-width:1199px){
    header nav .ul > li > a{line-height: 60px;height: 60px;margin-top:30px;padding-left:16px;}
    header nav .ul > li > a i{display: none;}
    header .txt{position: absolute;right: 15px;top:20px;line-height:20px;}
    
    .main88{padding-top: 60px;padding-bottom: 60px;}
    .title{font-size: 30px;margin-bottom: 36px;}
    .main1 .box .list .tt1{font-size: 20px;line-height: 80px;}
    .main1 .box .list .tt2{font-size:16px;line-height: 34px;height: 136px;}
    /*评估所需材料*/
    .main1.main16 .box .list .tt1{font-size:17px;}
    .main1.main16 .box .list .tt2{line-height:30px;height:180px;font-size: 15px;}

    .main2 .box .list {padding: 40px 10px;}
    .main2 .box .list .tt{margin-top: 20px;}
    .title2{font-size: 30px;margin-bottom: 36px;}
    
    .banner2{overflow: hidden;}
    .banner2 img{max-width: 140%;width: 140%;margin-left: -20%;}
    
    /*企业整体资产评估含义*/
    .main6 .box .tt{font-size: 17px;}
    .main8 .box .list .tt3 .tt4{font-size: 16px;}
    
    /*评估流程*/
    .main15 .box .listbox .tt{font-size: 16px;}

    /*我们提供的评估服务*/
    .main17 .box .tt{padding-left:80px;font-size: 16px;}
    .main17 .box .tt span{width:60px;}



    
    
    
    
    
}
@media (max-width:991px) {
    header {position: relative;left: auto;top:auto;background: #fff;}
    header .txt span{font-size: 16px;}
    header .txt span:nth-child(1){color: #FF8400;padding-right:3px;}
    header .txt span:nth-child(1) i{position: relative;left: -2px;}
    header .logo{max-width: calc(100% - 180px);padding: 0;}
    header nav{display: none;position: absolute;right:0;top:100%;width:160px;margin: 0;background: rgba(255,255,255,1);padding-bottom:15px;z-index: 11;box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
    header nav .ul{margin: 0;}
    header nav .ul > li{width:100%;}
    header nav .ul > li > a{width:100%;padding: 0 10px;text-align: center;color: #000;display: block;font-size: 15px;line-height: 40px;height: 41px;margin: 0;border-top: 1px solid #e5e5e5;}
    /*移动导航*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;top:54px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:#FF8400;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}
    .banner .swiper-slide img{width: 140%;max-width: 140%;margin-left: -20%;}
    footer .box1 .list2{line-height: 28px;}
    
    .title{font-size:24px;}
    .title2{font-size:24px;}
    
    .main1 .box{margin: -12px -6px 0;}
    .main1 .box .list{width: calc(20% - 12px);margin: 12px 6px 0;}
    .main1 .box .list .tt1{font-size:16px;line-height: 50px;}
    .main1 .box .list .tt2{font-size:14px;line-height: 30px;height:120px;margin:15px 5px;}
    
    /*评估所需材料*/
    .main1.main16 .box .list .tt1{font-size:15px;}
    .main1.main16 .box .list .tt2{line-height:28px;height:168px;font-size: 14px;margin: 10px 0;padding: 0 14px;}
    .main1.mainjia .box .list{width: calc(33.33% - 12px);}

    
    
    .main2 .box{margin: -12px -6px 0;}
    .main2 .box .list{width: calc(25% - 12px);margin: 12px 6px 0;padding: 30px 5px;}
    .main2 .box .list .tt{font-size:18px;margin-top: 15px;}
    .main3 .box{margin: -12px -6px 0;}
    .main3 .box .img{width: calc(16.66% - 12px);margin: 12px 6px 0;}
    .main4 .box .list .tt .tt1{font-size: 15px;}
    .main5 .box{margin: -12px -6px 0;}
    .main5 .box .list{width: calc(20% - 12px);margin: 12px 6px 0;}
    .main7 .box{margin: -12px -6px 0;}
    .main7 .box .img{width: calc(20% - 12px);margin: 12px 6px 0;}
    .main7 .box .img:hover{top:0;}
    /*企业整体资产评估含义*/
    .main6 .box{padding:20px;}
    .main6 .box .tt{font-size: 16px;line-height:30px;width:60%;padding-right:20px;max-height:240px;}
    .main6 .box .img{width:40%;height:240px;}

    
    /*评估流程*/
    .main8 .box{margin:-12px -6px 0;}
    .main8 .box:after{top:87px;}
    .main8 .box .list {width: calc(14.28% - 12px);margin: 12px 6px 0;}
    .main8 .box .list .tt2{height:34px;line-height: 34px;}
    .main8 .box .list .tt3{padding: 30px 5px;}
    .main8 .box .list .tt3 .tt4{font-size: 14px;line-height: 25px;height:50px;}
    .main8 .box .list:hover .tt1{top:26px;}
    .main8 .box .list:hover .tt2{top:33px;}
    .main8 .box .list:hover .tt3{top:33px;}


    /*合鸿服务*/
    .main9 .box .tt{font-size:18px;line-height: 30px;height: 60px;width:180px;}
    .main9 .box .tt:nth-child(1){left:3%;top:15%;}
    .main9 .box .tt:nth-child(2){right:3%;top:15%;}
    .main9 .box .tt:nth-child(3){left:3%;bottom:15%;}
    .main9 .box .tt:nth-child(4){right:3%;bottom:15%;}

/*    企业整体资产评估流程*/
    .main12 .box{margin: -12px -6px 0;}
    .main12 .box .img{width: calc(25% - 12px);margin: 12px 6px 0;}
    
    /*企业整体资产评估集慧服务优势*/
    .main13 .box .img{width:280px;}
    .main13 .box .tt{font-size:18px;line-height: 30px;height: 60px;width: 210px;}
    .main13 .box .tt:nth-child(1){margin-right: calc(50% + 150px);}
    .main13 .box .tt:nth-child(2){margin-left: calc(50% + 150px);}
    .main13 .box .tt:nth-child(3){margin-right: calc(50% + 150px);}
    .main13 .box .tt:nth-child(4){margin-left: calc(50% + 150px);}

    /*评估内容*/
    .main11 .box{margin:-10px -6px 0;}
    .main11 .box .list{width: calc(25% - 12px);margin: 20px 6px 0;}
    .main11 .box .list .img{height: 100px;line-height: 100px;}
    .main11 .box .list .tt{font-size:16px;margin-top: 10px;}
    .main11 .box .list:hover{top:0;}
    .main11.main14 .box .list{width: calc(20% - 12px);}
    .main11.main16 .list:nth-child(n+2):after{top:40px;}
    .main11.main20 .box .list{width: calc(25% - 12px);}
    
    
    /*评估流程*/
    .main15 .box .listbox .tt{font-size: 14px;}

    /*我们提供的评估服务*/
    .main17 .box .tt{padding-left:54px;}
    .main17 .box .tt span{width:40px;font-size: 22px;}

    /*合作支持*/
    .main18 .box .list .tt2{font-size: 14px;margin-top: 10px;}
    /*合作条件*/
    .main19 .box .list .tt1{font-size: 22px;line-height:80px;height:80px;}
    .main19 .box .list .tt2{font-size: 14px;line-height: 28px;height: 280px;}


    /*为什么选择合鸿*/
    .main22 .box{font-size: 0;margin-top: -33px;}
    .main22 .box .list{width:50%;margin-top:33px;}
    .title3{margin-bottom:30px;}
    .title3 .div1{font-size: 24px;}
    .main23 .box .list .tt2{height: 78px;}
    /*服务优势*/
    .main24 .box .list .imgbox .img{height:80px;line-height: 80px;}

    /*我们的核心优势*/
    .title4{margin-top: -33px;margin-bottom: 44px;}
    .main30 .box .img{display: none;}
    .main30 .box:after{content: "";width: 6px;height:calc(100% - 46px);background: #FFB400;position: absolute;left: 30px;top:0;z-index: 1;}
    .main30 .box .listbox .list{width: 100%;padding:0 0 0 88px !important;position: relative;}
    .main30 .box .listbox .list .tt1 span{display: block;position: absolute;text-align: center;line-height:66px; width: 66px;height: 66px;background: url("../hh1.png") no-repeat center center/contain;font-size: 22px;color: #fff;left:0;top:-12px;}
    .main30 .box .listbox .list:nth-child(n+2){margin-top:25px;}

    .main30 .box .listbox .list:nth-child(1) .tt1 span{background: url("../images/hh1.png") no-repeat center center/contain;}
    .main30 .box .listbox .list:nth-child(2) .tt1 span{background: url("../images/hh2.png") no-repeat center center/contain;}
    .main30 .box .listbox .list:nth-child(3) .tt1 span{background: url("../images/hh6.png") no-repeat center center/contain;}
    .main30 .box .listbox .list:nth-child(4) .tt1 span{background: url("../images/hh5.png") no-repeat center center/contain;}
    .main30 .box .listbox .list:nth-child(5) .tt1 span{background: url("../images/hh3.png") no-repeat center center/contain;}
    .main30 .box .listbox .list:nth-child(6) .tt1 span{background: url("../images/hh4.png") no-repeat center center/contain;}



    


}

@media (max-width:767px) {
    footer .box1{padding:30px 0;}
    footer .box1 .list1{width:100%;text-align: center;}
    footer .box1 .list1 a{line-height:30px;min-width:70px;padding: 0 6px;}
    footer .box1 .list2{width:100%;margin-top:15px;padding: 0;}
    footer .box1 .list3{display: none;}
    footer .box2{padding: 15px;}

    .main88{padding-top:30px;padding-bottom: 35px;}
    .title{margin-bottom: 26px;padding-bottom: 12px;}

    /*我们为您提供，全面的资产评估服务*/
    .main1 .box .list{width: calc(50% - 12px);}
    .main1 .box .list:nth-child(1){width: calc(100% - 12px);}
    .main1 .box .list:nth-child(1) .tt2{height: auto;}
    .main1 .box .list .tt2{font-size: 15px;}
    .main1 .box .list:hover{top:0;}

    
    /*评估之前先来明确下您的评估目的*/
    .main2 .box .list{width: calc(33.33% - 12px);padding:16px 5px;}
    .main2 .box .list .img{height:46px;line-height:46px;}
    .main2 .box .list .tt{font-size:16px;margin-top:8px;}

    /*评估流程*/
    .main3 .box .img{width: calc(33.33% - 12px);}
    .title2{padding-bottom:26px;margin-bottom:26px;}
    .title2 .div1{padding-top: 6px;}
    .title2:after{bottom: 20px;}

    /*评估知识*/
    .main4 .box{margin:-20px 0 0;padding-bottom:55px !important;}
    .main4 .box:after{display: none;}
    .main4 .box .list{width:100%;margin:20px 0 0 !important;padding:5px;}
    .main4 .box .list:after{display: none;}
    .main4 .box .list:before{display: none;}
    .main4 .box .list .tt{padding: 5px 5px 0 15px;}
    .main4 .box .list .tt .tt1{font-size: 14px;line-height: 20px;max-height: 40px;}
    .main4 .box .list .tt .tt2{line-height: 18px;max-height:36px;}
    .main4 .box .list .tt .tt3{width: 22px;height:22px;line-height: 20px;font-size:16px;}
    .main4 .box .list:hover{top:0;}

    /*合作伙伴*/
    .main5 .box .list{line-height: 80px;height: 80px;width: calc(25% - 12px);}
    .main5 .box .list:hover{top:0;}
    /*首页结束*/
    .main7 .box .img{width: calc(33.33% - 12px);}
    .main7 .box .img img{width: 100%;}
   
    
    /*企业整体资产评估含义*/
    .main6 .box{padding:15px;}
    .main6 .box .tt{font-size: 15px;line-height:30px;width: 100%;max-height: inherit;padding:15px 0 0}
    .main6 .box .img{width:100%;height: auto;padding-top: 66%;}

    /*评估流程*/
    .main8 .box{padding: 0;margin-top: -26px;}
    .main8 .box:after{display: none;}
    .main8 .box .list{width: calc(50% - 12px);margin-top:26px;}
    .main8 .box .list:nth-child(1){width: calc(100% - 12px);}
    .main8 .box .list .tt1{font-size: 24px;color: #333;position: absolute;line-height: 40px;top:-10px;left: 10px;}
    .main8 .box .list .tt1:after{display: none;}
    .main8 .box .list .tt2{display: none;}
    .main8 .box .list .tt3{padding:15px 8px 15px 15px;text-align: left;}
    .main8 .box .list .tt3:after{display: none;}
    .main8 .box .list .tt3 .tt4{height: auto;font-size: 15px;}
    .main8 .box .list:hover .tt1{top:-18px;}
    .main8 .box .list:hover .tt1:after{height: 0;}
    .main8 .box .list:hover .tt2{top:0;}
    .main8 .box .list:hover .tt3{top:0;}

    

    /*合鸿服务*/
    .main9 .box {margin-top: -10px;}
    .main9 .box .img{display: none;}
    .main9 .box .tt{font-size:16px;line-height: 30px;padding-left: 40px;height: auto;width: 100%;position: relative;left: auto !important;right: auto !important;top:auto !important;bottom: auto !important;margin-top: 10px;}
    .main9 .box .tt:after{content: "";font-size:14px;line-height: 24px;width:24px;width:26px;height:26px;background:fixed;position: absolute;left: 0;top:2px;border:1px solid #0175C1;border-radius: 50%;color: #0175C1;text-align: center;}
    .main9 .box .tt:nth-child(1):after{content: "1";}
    .main9 .box .tt:nth-child(2):after{content: "2";}
    .main9 .box .tt:nth-child(3):after{content: "3";}
    .main9 .box .tt:nth-child(4):after{content: "4";}

    
    /*评估专家问题解答*/
    .main10 .box .list{margin-bottom:20px;padding-left:40px;min-height: inherit;}
    .main10 .box .list .tt1{width:26px;height:26px;background: fixed;position: absolute;left: 0;top:0;border:1px solid red;border-radius: 50%;}
    .main10 .box .list .tt1 div{font-size:14px;line-height: 24px;width:auto;color: red;}
    .main10 .box .list .tt2{font-size: 15px;color: red;}
    .main10 .box .list .tt3{font-size: 14px;color: #333;}



    /*企业整体资产评估集慧服务优势*/
    .main13 .box .img{display: none;}
    .main13 .box .tt{font-size:16px;font-weight: 500; line-height: 30px;height: auto;width:100%;position: relative;left: auto;right: auto;margin: auto !important;top:auto !important;bottom: auto !important;text-align: left !important;padding-left:40px;margin-bottom: 10px !important;}
    .main13 .box .tt:nth-child(1):after{content: "1";}
    .main13 .box .tt:nth-child(2):after{content: "2";}
    .main13 .box .tt:nth-child(3):after{content: "3";}
    .main13 .box .tt:nth-child(4):after{content: "4";}

    .main13 .box .tt:after{content: "";font-size:14px;line-height: 24px;width:24px;width:26px;height:26px;background:fixed;position: absolute;left: 0;top:2px;border:1px solid #0175C1;border-radius: 50%;color: #0175C1;text-align: center;}

    
    /*评估内容*/
    .main11 .box .list{width: calc(50% - 12px);}
    .main11.main14 .box .list{width: calc(33.33% - 12px);}
    .main11 .box .list .img{height:88px;line-height: 88px;}
    .main11.main16 .list:nth-child(n):after{display: none;}
    
    
    /*我们提供的评估服务*/
    .main17 .box {margin-top: -20px;}
    .main17 .box .tt{width:33.33%;padding-left:0;line-height: 150%;margin-top:20px;height: auto;text-align: center;padding-top:42px;}
    .main17 .box .tt span{width:98%;height: 32px;line-height: 32px;}
    .main17 .box .tt span:after{border-left:6px solid transparent !important;border-right: 6px solid transparent !important;border-top: 6px solid #4E9CDA;position: absolute;left: 0;top:100%;bottom:auto;right: 0;margin:0 auto;}
    .main17 .box .tt:nth-child(1) span:after{border-top-color:#4E9CDA;}
    .main17 .box .tt:nth-child(2) span:after{border-top-color:#F3A67C;}
    .main17 .box .tt:nth-child(3) span:after{border-top-color:#F49802;}
    .main17 .box .tt:nth-child(4) span:after{border-top-color:#009E9D;}
    .main17 .box .tt:nth-child(5) span:after{border-top-color:#4E9CDA;}
    .main17 .box .tt:nth-child(6) span:after{border-top-color:#F3A67C;}
    .main17 .box .tt:nth-child(7) span:after{border-top-color:#F49802;}
    .main17 .box .tt:nth-child(8) span:after{border-top-color:#009E9D;}


    /*合作支持*/
    .main18 .box .list{width: 50%;}
    .main18 .box .list:hover{top:0;}
    .main18 .box .list .img{height:80px;line-height: 80px;}
    .main18 .box .list .tt1{font-size: 18px}

    /*合作条件*/
    .main19 .box .list{width: calc(100% - 12px);}
    .main19 .box .list .tt1{font-size:18px;line-height:46px;height:46px;}
    .main19 .box .list .tt2{height: auto;}
    .main19 .box .list:hover{top:0;}

    /*加入我们*/
    .main21{padding:30px 0;}
    .main21 .zuo{width:100%;}
    .main21 .zuo .tt1{font-size: 20px;padding-bottom:10px;margin-bottom: 12px;}
    .main21 .zuo .tt2{font-size: 14px;}
    .main21 .you{width:100%;margin:22px 0 0;}
    .main21 .you form > input{width:100%;margin: 0 0 10px !important;}
    .main21 .you form .labelbox{margin-top: 5px;font-size:16px;}
    .main21 .you form .labelbox label{margin:3px 10px;display: block;}
    .main21 .you form .labelbox label input{margin-right:6px !important;position: relative;top:-1px;}
    .main21 .you form button{width:140px;line-height: 42px;}

    .title3{margin-bottom:26px;}
    .main23 .box .list{width: calc(100% - 12px);padding: 18px 18px 24px;}
    .main23 .box .list .tt2{height: auto;padding: 0;}
    /*服务优势*/
    .main24 .box{margin-top:-20px;}
    .main24 .box .list{width: 100%;margin-top:20px;}
    .main24 .box .list .imgbox{padding: 20px 10px;}
    .main24 .box .list .imgbox .img{height:60px;line-height:60px;}
    .main24 .box .list .imgbox .tt1{font-size:18px;margin-top: 6px;}
    .main24 .box .list .tt2{padding:10px;}
    .main24 .box .list:hover{top:0;}

    /*关于我们*/
    .main25 .box{font-size: 15px;line-height: 28px;}


    
    
  .danye{line-height:28px;}
    .danye .bt{font-size: 22px;margin-bottom: 12px;}
    .danye .rq{margin-top: -5px;margin-bottom: 10px;}

      .main1.mainjia .box .list{width: calc(50% - 12px);}
    
    
    
    
    
}
@media (max-width:600px) {
    header {padding-top: 40px;}
    header .txt{top:10px;}
    header:after{content: "";width: 100%;height: 1px;background: #e5e5e5;position: absolute;left: 0;top:40px;}
    header .logo{max-width: calc(100% - 50px);line-height: 80px;height: 80px;}
    header .lanmu{top:auto;bottom:30px;}
    
    /*企业整体资产评估流程*/
    .main12 .box .img{width: calc(33.33% - 12px);}
    
    /*评估流程*/
    .main15 .box{padding: 0;margin-top: -22px;}
    .main15 .box .img{display: none;}
    .main15 .box .listbox .tt{width:33.33%;font-size:16px;padding: 0 5px;padding-top:32px;margin-top:26px !important;position: relative;}
    .main15 .box .listbox .tt:nth-child(even){margin-top:0;}
    .main15 .box .listbox .tt:after{content: "";font-size:14px;line-height: 24px;width:24px;width:26px;height:26px;background:fixed;position: absolute;left: 0;top:0;border:1px solid #F35750;border-radius: 50%;color: #F35750;text-align: center;margin: 0 auto;right: 0;}
    .main15 .box .listbox .tt:nth-child(1):after{content: "1";}
    .main15 .box .listbox .tt:nth-child(2):after{content: "2";}
    .main15 .box .listbox .tt:nth-child(3):after{content: "3";}
    .main15 .box .listbox .tt:nth-child(4):after{content: "4";}
    .main15 .box .listbox .tt:nth-child(5):after{content: "5";}
    .main15 .box .listbox .tt:nth-child(6):after{content: "6";}
    .main15 .box .listbox .tt:nth-child(7):after{content: "7";}
    .main15 .box .listbox .tt:nth-child(8):after{content: "8";}
    /*为什么选择合鸿*/
    .main22 .box .list{width:100%}
    .main22 .box .list .tt2{margin-top: 6px;}
    /*知识评估*/
    .nyxw .list .img{width:100%;padding: 0;}
    .nyxw .list .img:after{display: none;}
    .nyxw .list .tt{width:100%;padding:15px 0 10px;}
    .nyxw .list .img .bjcover{height: auto;padding-top:66%;}
    .nyxw .list:hover .tt .tt1 div{padding-left:0;color: #999;}
    .nyxw .list .tt .tt1 div:after{display: none;}
    .nyxw .list .tt .tt2{font-size: 15px;}
    .nyxw .list .tt .tt3{font-size: 13px;height: auto;max-height: 75px;}

.zx{
width: 290px;
margin:26px auto 0;

line-height: 46px;
height: 46px;
font-size:20px;
}
    
    

/*我们的核心优势*/
.title4{margin-bottom:10px;font-size:18px;margin-top: -36px;}
.main30 .title4{margin-bottom:24px;}
.main30 .box:after{width: 4px;height:calc(100% - 77px);left: 24px;}
.main30 .box .listbox .list{padding:0 0 0 60px !important;}
.main30 .box .listbox .list .tt1 span{line-height:50px; width: 50px;height: 50px;font-size:18px;top:-11px;}
    .main30 .box .listbox .list .tt1{font-size: 20px;line-height: 30px;}
    .main30 .box .listbox .list .tt2{font-size: 16px;line-height: 28px;}

    
}

@media (max-width:479px) {
    .main5 .box .list{width: calc(33.33% - 12px);}
    .main7 .box .img{width: calc(50% - 12px);}
    .main15 .box .listbox .tt{width:50%;}
    .main17 .box .tt{width:50%;}
    .main1.mainjia .box .list{width: calc(100% - 12px);}
    .main1.mainjia .box .list .tt2{height: auto;}
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:#FF8400;position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}