﻿/* top部分 */

.top {
    width: 1200px;
    height: 121px;
    margin: 0 auto;
    position: relative;
}

.top_left {
    float: left;
}

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

.left_1 {
    margin-top: 28px;
}

.left_2 {
    margin-top: 33px;
    margin-left: 43px;
}

.left_3 {
    margin-top: 33px;
    margin-left: 28px;
}

.top_right {
    width: 460px;
    height: 58px;
    line-height: 58px;
    float: left;
    margin-top: 31px;
    margin-left: 50px;
}

.top_right li {
    float: left;
    margin-left: 10px;
    width: 105px;
    height: 46px;
    text-align: center;
}

.top_right a {
    padding: 10px 15px 10px 15px;
    border: 1px solid transparent;
    color: #3f3f3f;
    font-size: 18px;
}

.top_right a:hover {
    border: 1px solid #838383;
    background: #f1f2f2;
    border-radius: 8px;
}

.top_tel {
    width: 200px;
    height: 41px;
    float: right;
    background: url(../images/top_tel.png) no-repeat left center;
    margin-top: 37px;
    padding-left: 45px;
}

.top_tel p {
    color: #595757;
    font-size: 12px;
}

.top_tel span {
    color: #e73828;
    font-size: 18px;
}

#listbox {
    width: 300px;
    height: 226px;
    background: url(../images/detail_bg.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 80px;
    left: 650px;
    display: none;
    z-index: 1000;
}

#listcontent {
    width: 240px;
    height: 140px;
    margin: 53px 30px 33px 30px;
}

.hang {
    width: 100%;
    height: 35px;
    border-bottom: 1px #ccc dashed;
}

.hang a {
    font-size: 14px;
    margin: 0px;
    width: 80px;
    line-height: 36px;
    text-align: left;
    color: #808080;
    display: block;
    float: left;
}

.hang a:hover {
    color: #0071c7;
}


/* banner部分 */

.banner {
    height: 495px;
    width: 100%;
    position: relative;
    background: url("../images/banner.png") center center no-repeat;
}

.banner .btn {
    width: 167px;
    height: 50px;
    border: 2px solid #0073c4;
    text-align: center;
    font-size: 25px;
    color: #0073c4;
    line-height: 50px;
    position: absolute;
    left: 65.5%;
    top: 361px;
    border-radius: 10px 10px 10px 10px;
    background-color: #dee9f7;
}


/* .banner .btn:hover{
    color:#0073c4;
} */

.fuly {
    width: 260px;
    height: 200px;
    position: absolute;
    top: -40px;
    left: 800px;
    border: 0;
    background-color: white;
    position: absolute;
    /* box-shadow: 1px 1px 1px 1px #ccc; */
    background: url(../images/%c3%a5%c2%9c%c2%86%c3%a8%c2%a7%c2%92%c3%a7%c2%9f%c2%a9%c3%a5%c2%bd%c2%a2.html\ 745.png) no-repeat 0 -2px;
}

.fuly .f,
.fuly .s,
.fuly .rd,
.fuly .th {
    width: 219px;
    border-bottom: 1px dashed #ccc;
    margin-left: 26px;
}

.fuly .f {
    margin-top: 30px;
}

.fuly a {
    display: inline-block;
    width: 69px;
    line-height: 42px;
}

.fuly a:hover {
    color: rgb(3, 110, 178);
    cursor: pointer;
}


/* 四个方块 */

.box1 {
    width: 1066px;
    height: 150px;
    margin: auto;
    margin-top: 55px;
    color: #5b5a58;
}

.box1 p {
    margin-top: 10px;
    color: #797876;
}

.box1 h3 {
    display: inline-block;
    color: #5b5a58;
    margin-top: 22px;
}

.box_one:hover h3,
.box_one:hover p {
    color: #0073c4;
    cursor: pointer;
}

.box_two:hover h3,
.box_two:hover p {
    color: #0073c4;
    cursor: pointer;
}

.box_three:hover h3,
.box_three:hover p {
    color: #0073c4;
    cursor: pointer;
}

.box_four:hover h3,
.box_four:hover p {
    color: #0073c4;
    cursor: pointer;
}


/* .box p{
    display:inline-block;
    font-size:23px;
    margin-top:22px;
} */

.box_one {
    height: 150px;
    width: 220px;
    background-color: white;
    text-align: center;
    float: left;
    box-shadow: 2px 2px 2px 2px #ccc;
    box-sizing: border-box;
}

.box_one p {
    font-size: 20px;
}

.box_one h3 {
    font-size: 28px;
}

.box_one:hover {
    color: #0073c4;
    border: solid #0073c4;
    cursor: pointer;
}

.box_two {
    height: 150px;
    width: 220px;
    text-align: center;
    float: left;
    margin-left: 60px;
    background-color: white;
    box-shadow: 2px 2px 2px 2px #ccc;
    box-sizing: border-box;
}

.box_two p {
    font-size: 20px;
}

.box_two h3 {
    font-size: 28px;
}

.box_two:hover {
    color: #0073c4;
    border: solid #0073c4;
    cursor: pointer;
}

.box_three {
    height: 150px;
    width: 220px;
    text-align: center;
    float: left;
    margin-left: 60px;
    background-color: white;
    box-shadow: 2px 2px 2px 2px #ccc;
    box-sizing: border-box;
}

.box_three p {
    font-size: 20px;
}

.box_three h3 {
    font-size: 28px;
}

.box_three:hover {
    color: #0073c4;
    border: solid #0073c4;
    cursor: pointer;
}

.box_four {
    height: 150px;
    width: 220px;
    text-align: center;
    float: left;
    margin-left: 60px;
    background-color: white;
    box-shadow: 2px 2px 2px 2px #ccc;
    box-sizing: border-box;
}

.box_four h3 {
    font-size: 28px;
}

.box_four p {
    font-size: 20px;
}

.box_four:hover {
    color: #0073c4;
    border: solid #0073c4;
    cursor: pointer;
}


/* 这些需求请联系我们 */

.need {
    width: 100%;
    height: 560px;
    background-color: #f5f5f5;
    margin-top: 67px;
    overflow: hidden;
}

.need .need_t {
    width: 100%;
    height: 50px;
    color: #666;
    font-size: 35px;
    margin: 58px auto 0px auto;
}

.need .need_t p {
    width: 13em;
    height: 50px;
    color: #454748;
    font-size: 42px;
    margin-left: auto;
    margin-right: auto;
}

.need .need_b {
    width: 1098px;
    height: 337px;
    margin-top: 68px;
}


/* 第一个盒子 */

.need .need_b .need_b1 {
    width: 231px;
    height: 337px;
    float: left;
    text-align: center;
}

.need_b1 .need_b1t {
    width: 172px;
    height: 155px;
    background: url(../images/need1.png) no-repeat;
    margin-left: 50px;
}

.need .need_b .need_b1 h3 {
    color: rgb(59, 58, 58);
    font-size: 21px;
    margin-top: 30px;
}

.need .need_b .need_b1 h4 {
    color: rgb(59, 58, 58);
    font-size: 17px;
    /* margin-top:16px; */
}

.need .need_b .need_b1 .btn {
    width: 129px;
    height: 34px;
    margin: 0 auto;
    margin-top: 36px;
    font-size: 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
    padding-top: 2px;
}

.need .need_b .need_b1:hover {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.need .need_b .need_b1:hover .need_b1t {
    background: url(../images/need_b1t.png) no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.need .need_b .need_b1:hover h3 {
    margin-top: 0px;
    cursor: pointer;
}

.need .need_b .need_b1:hover h4 {
    margin-top: 11px;
    cursor: pointer;
}

.need .need_b .need_b1:hover .btn {
    background-color: #0073c4;
    color: white;
    cursor: pointer;
}


/* 第二个盒子 */

.need .need_b .need_b2 {
    width: 231px;
    height: 337px;
    /* background-color:white; */
    float: left;
    margin-left: 57px;
    text-align: center;
}

.need_b2 .need_b2t {
    width: 172px;
    height: 155px;
    background: url(../images/need2.png) no-repeat;
    margin-left: 18px;
    margin-top: 10px;
}

.need .need_b .need_b2 h3 {
    color: rgb(59, 58, 58);
    font-size: 21px;
    margin-top: 11px;
    margin-left: auto;
}

.need .need_b .need_b2 h4 {
    color: rgb(59, 58, 58);
    font-size: 17px;
    /* margin-top:16px; */
}

.need .need_b .need_b2 .btn {
    width: 171px;
    height: 34px;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
    padding-top: 2px;
}

.need .need_b .need_b2:hover {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.need .need_b .need_b2:hover {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.need .need_b .need_b2:hover .need_b2t {
    background: url(../images/need_b2t.png) no-repeat;
    margin-left: auto;
    cursor: pointer;
}

.need .need_b .need_b2:hover h3 {
    margin-top: 11px;
    cursor: pointer;
}

.need .need_b .need_b2:hover h4 {
    margin-top: 11px;
    cursor: pointer;
}

.need .need_b .need_b2:hover .btn {
    background-color: #0073c4;
    color: white;
    cursor: pointer;
}


/* 第三个盒子 */

.need .need_b .need_b3 {
    width: 231px;
    height: 337px;
    /* background-color:white; */
    float: left;
    margin-left: 57px;
    text-align: center;
}

.need_b3 .need_b3t {
    width: 172px;
    height: 155px;
    background: url(../images/need3.png) no-repeat;
    margin-left: 50px;
}

.need .need_b .need_b3 h3 {
    font-size: 21px;
    margin-top: 22px;
    margin-left: auto;
}

.need .need_b .need_b3 h4 {
    color: rgb(59, 58, 58);
    font-size: 17px;
    /* margin-top:16px; */
}

.need .need_b .need_b3 .btn {
    width: 129px;
    height: 34px;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
    padding-top: 2px;
}

.need .need_b .need_b3:hover {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.need .need_b .need_b3:hover .need_b3t {
    background: url(../images/need_b3t.png) no-repeat;
    margin-top: 10px;
    cursor: pointer;
}

.need .need_b .need_b3:hover h3 {
    margin-top: 0px;
    cursor: pointer;
}

.need .need_b .need_b3:hover h4 {
    margin-top: 11px;
    cursor: pointer;
}

.need .need_b .need_b3:hover .btn {
    background-color: #0073c4;
    color: white;
    cursor: pointer;
}


/* 第四个盒子 */

.need .need_b .need_b4 {
    width: 231px;
    height: 337px;
    float: left;
    margin-left: 57px;
    text-align: center;
}

.need_b4 .need_b4t {
    width: 172px;
    height: 155px;
    background: url(../images/need4.png) no-repeat;
    margin-left: 50px;
    margin-top: 26px;
}

.need .need_b .need_b4 h3 {
    font-size: 21px;
    margin-top: -6px;
    margin-left: auto;
}

.need .need_b .need_b4 h4 {
    color: rgb(59, 58, 58);
    font-size: 17px;
    /* margin-top:16px; */
}

.need .need_b .need_b4 .btn {
    width: 129px;
    height: 34px;
    margin: 0 auto;
    margin-top: 22px;
    font-size: 20px;
    border: 2px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px 10px 10px 10px;
    padding-top: 2px;
}

.need .need_b .need_b4:hover {
    background-color: white;
    box-shadow: 1px 1px 1px 1px #ccc;
    cursor: pointer;
}

.need .need_b .need_b4:hover .need_b4t {
    background: url(../images/need_b4t.png) no-repeat;
    margin-top: 10px;
}

.need .need_b .need_b4:hover h3 {
    margin-top: 0px;
    cursor: pointer;
}

.need .need_b .need_b4:hover h4 {
    margin-top: 11px;
    cursor: pointer;
}

.need .need_b .need_b4:hover .btn {
    background-color: #0073c4;
    color: white;
    cursor: pointer;
}


/*服务涵盖 */

.wp_jcly {
    width: 100%;
    height: 810px;
    margin-top: 45px;
    overflow: hidden;
}

.wp_jcly_cont {
    width: 1200px;
    height: 650px;
    margin: 0 auto;
}

.blue_stitle {
    font-size: 18px;
    width: 100%;
    height: 85px;
    color: #0073c4;
    text-align: center;
    line-height: 85px;
}


/*.wp_jcly_cont .tab{
	width:935px;
	height:110px;
	margin:0 auto;
	box-shadow: 0 2px 5px #ccc;
}
.tab_default{
	width:155px;
	height:55px;
	float:left;
	font-size:22px;
	color:#6d6d6d;
	line-height:55px;
	text-align:center;
	border-left:1px #ebebeb solid;
	border-bottom:1px #ebebeb solid;
	background:#fff;
	cursor:pointer;
}
.tab_active{
	background:url(../images/tab_activebg.png) no-repeat;
	color:#fff;
}
.tab_cont{
	width:100%;
	height:280px;
	margin:40px auto;
	background:#fff;
}
.tab_cont_default{
	width:1085px;
	height:280px;
	margin:0 auto;
	background:#fff;
	display:none;
	position:relative;
}
.left_div{
	width:468px;
	height:265px;
	background:#ecf8fd;
	position:absolute;
	left:0;
	top:15px;
	z-index:1;
}
.right_div{
	width:670px;
	height:270px;
	background:none;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.tab_cont_title{
	width:1em;
	height:auto;
	font-size:30px;
	color:#595959;
	line-height:35px;
	margin:65px 0 0 45px;
	display:block;
	float:left;
}
.tab_cont_arro{
	width:21px;
	height:197px;
	background:url(../images/tab_cont_arro.png) no-repeat;
	margin:36px 0 0 26px;
	float:left;
}
.left_div img{
	width:307px;
	height:204px;
	margin:30px 0 0 27px;
	float:left;
}
.right_div .top{
	width:670px;
	height:125px;
	float:right;
	background:none;
}
.top .title{
	width:139px;
	height:38px;
	background:url(../images/blue_arr.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	font-size:22px;
	color:#fff;
	line-height:33px;
	padding-left:15px;
}
.title_div{
	width:643px;
	height:105px;
	border:1px solid #5a97cb;
	position:absolute;
	top:19px;
	right:0;
	z-index:3;
	background:#fff;
}
.right_div .bottom{
	width:670px;
	height:125px;
	float:right;
	background:none;
}
.bottom .title{
	width:139px;
	height:38px;
	background:url(../images/blue_arr.png) no-repeat;
	position:absolute;
	top:145px;
	left:0;
	z-index:4;
	font-size:22px;
	color:#fff;
	line-height:33px;
	padding-left:15px;
}
.title_div01{
	width:643px;
	height:105px;
	border:1px solid #5a97cb;
	position:absolute;
	top:164px;
	right:0;
	z-index:3;
	background:#fff;
}
.cot{
	width:500px;
	height:70px;
	margin:17px 71px;
}
.title_li{
	width:166px;
	font-size:16px;
	color:#9b9b9c;
	line-height:35px;
	float:left;
}
.title_li span{
	width:35px;
	height:35px;
	display:block;
	background:url(../images/title_libg.png) no-repeat center center;
	float:left;
}
.show{
	display:block;
} */

.homeCon1 {
    width: 1200px;
    height: 517px;
    margin: 0 auto;
}

.homeContitle {
    width: 100%;
    height: 22px;
    font-size: 16px;
    padding: 24px 0;
    border-bottom: 3px solid #f2f2f2;
    position: relative;
    margin-bottom: 30px;
}

.homeContitle span {
    font-size: 20px;
    display: inline-block;
    width: auto;
    height: 25px;
    text-align: center;
    padding: 0 25px;
    cursor: pointer;
}

.homeContitle .title:hover {
    color: #055490;
}

.homeContitle .spanL {
    padding: 0;
    float: right;
}

.spanL .spanL-word {
    float: left;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    margin-right: 5px;
    cursor: pointer;
}

.spanL .spanL-word a {
    color: #055490;
}

.spanL-icon {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid rgb(254, 102, 3);
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    float: right;
    margin-top: 6px;
}

.active {
    color: #055490;
    /* font-weight: bold; */
}

.titleBor {
    width: 90px;
    height: 3px;
    background: #055490;
    position: absolute;
    top: 70px;
    left: 0;
}

.homeConCon1 {
    width: 100%;
    height: 528px;
}

.homeConConL {
    width: 337px;
    height: 414px;
    float: left;
    cursor: pointer;
    position: relative;
}

.homeConConL02 {
    width: 544px;
    height: 388px;
    float: left;
    padding: 20px 30px 0 20px;
    background: url(../images/hyq_hzp01.html) no-repeat;
}

.homeConConL02A {
    width: 100%;
    height: 50px;
    display: block;
    font-size: 24px;
    line-height: 50px;
    padding: 0;
    color: #055490;
    font-weight: normal;
    text-align: left;
}

.homeConConL02 div {
    width: 100%;
    height: 48px;
}

.homeConConL02 div span {
    float: left;
    font-size: 26px;
    line-height: 48px;
    color: #5d5d5d;
}

.homeConConL02 div img {
    float: right;
}

.homeConConL02 ul {
    margin-left: 10px;
    margin-top: 10px;
}

.homeConConL02 li {
    width: 211px;
    height: 108px;
    margin: 12px 20px;
    float: left;
    position: relative;
}

.homeConCon02 li:hover {
    text-decoration: underline;
}

.homeConConL02 li p {
    width: 100%;
    font-size: 22px;
    line-height: 108px;
    color: #ffffff;
    text-align: center;
    position: absolute;
}

.homeConConL02 li img {
    width: 211px;
    height: 108px;
    position: absolute;
    top: 0;
    left: 0;
}

.homeConCon02 {
    width: 594px;
    height: 428px;
    float: left;
    position: relative;
}

.homeConCon02 .homeConConL02A {
    padding-left: 30px;
    padding-top: 20px;
}

.homeConCon02 p {
    padding-left: 30px;
    width: calc(100% - 50px);
    padding-top: 20px;
    font-size: 18px;
    line-height: 32px;
    color: #444444;
    text-align: left;
}

.homeConCon02 li {
    width: 167px;
    margin: 0 13px;
    float: left;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    text-align: left;
}
.act_img{display:none;}
.homeConCon02 li:hover .def_img{
	display:none;
	transition: .4s;
}
.homeConCon02 li:hover .act_img{
	display:block;
	transition: .4s;
}

.homeConCon02 ul {
    margin-left: 10px;
}

.fmore {
    width: 100%;
    height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    top: 340px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.homeConConL img{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.Ltitle{
	width:100%;
	text-align: center;
    font-size: 32px;
    color: #ffffff;
    line-height: 32px;
    font-weight: bold;
	position: absolute;
    top: 184px;
    left: 0;
	z-index:3;
}
.Lbutton{
	width: 151px;
    height: 39px;
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url(../images/jcly_LButton.png) no-repeat;
	z-index:3;
	display:none;
}
.homeConConL:hover .Ltitle{
	top:100px;
	transition: .4s;
}
.homeConConL:hover .Lbutton{
	display:block;
	transition: .4s;
}
.homeConConL em {
    display: inline-block;
    width: 226px;
    height: 48px;
    position: absolute;
    top: 280px;
    left: 30px;
    background: url(../images/jcly_act.png) no-repeat;
}

.homeConConL em:hover {
    background: url(../images/jcly_def.png) no-repeat;
}

.homeConConL .em01 {
    display: inline-block;
    width: 190px;
    height: 48px;
    position: absolute;
    top: 280px;
    left: 30px;
    background: url(../images/hyq_act.png) no-repeat;
}

.homeConConL .em01:hover {
    background: url(../images/hyq_def.png) no-repeat;
}

.homeConConL:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate3d(0, -3px, 0);
}

.homeConConL img {
    width: 100%;
    height: 100%;
    background-size: contain;
}

.homeConConRhzp {
    width: 850px;
    height: 415px;
    float: right;
}

.hyq_hzp_title {
    width: 836px;
    height: 68px;
    float: left;
    background: url(../images/hyq_wzcffx_title.png) no-repeat center center;
    text-align: center;
    font-size: 26px;
    color: #444444;
    line-height: 68px;
    font-weight: bold;
}

.homeConConRhzp ul {
    width: 942px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    float: left;
}

.homeConConRhzp li {
    width: 196px;
    height: 335px;
    float: left;
    margin-right: 20px;
    background: #fafafa;
    margin-bottom: 20px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.homeConConRhzp li img {
    width: 100%;
    margin-bottom: 10px;
}

.homeConConRhzp li div {
    height: 24px;
    text-align: center;
    font-size: 18px;
    color: #252525;
    line-height: 24px;
}

.homeConConRhzp li div a {
    color: #444444;
}

.homeConConRhzp li div a:hover {
    color: #073d80;
    text-decoration: underline;
}

.hzpgdzx {
    width: 87px;
    height: 29px;
    background: url(../images/hzpgdzx.png) no-repeat;
    position: absolute;
    top: 288px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.homeConConRwzcffx {
    width: 850px;
    height: 415px;
    float: right;
}

.hyq_wzcffx_title {
    width: 836px;
    height: 68px;
    float: left;
    background: url(../images/hyq_wzcffx_title.png) no-repeat center center;
    text-align: center;
    font-size: 26px;
    color: #444444;
    line-height: 68px;
    font-weight: bold;
}

.homeConConRwzcffx ul {
    width: 942px;
    height: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    float: left;
}

.homeConConRwzcffx li {
    width: 196px;
    height: 162px;
    float: left;
    margin-right: 20px;
    background: #fafafa;
    margin-bottom: 20px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.homeConConRwzcffx li img {
    width: 100%;
    margin-bottom: 0;
    float: left;
}

.homeConConRwzcffx li div {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #252525;
    line-height: 60px;
    float: left;
}

.homeConConRwzcffx li div a {
    color: #444444;
}

.homeConConRwzcffx li div a:hover {
    color: #073d80;
    text-decoration: underline;
}

.homeConConR {
    width: 850px;
    height: 498px;
    float: right;
}

.homeConConR ul {
    width: 942px;
    height: 100%;
    margin: 0;
    padding: 0;
}

.homeConConRLi {
    width: 264px;
    height: 200px;
    float: left;
    margin-right: 20px;
    background: #fafafa;
    margin-bottom: 20px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.homeConConRLi02 {
    width: 199px;
    height: 230px;
    float: left;
    margin-right: 12px;
    background: #fafafa;
    margin-bottom: 20px;
    cursor: pointer;
    list-style: none;
    position: relative;
}

.homeConConRLi-img {
    width: 264px;
    margin-bottom: 10px;
}

.homeConConRLi-img02 {
    width: 199px;
    height: 143px;
}

.homeConConRLi-word1 {
    text-align: center;
    font-size: 22px;
    color: #252525;
    line-height: 32px;
}

.homeConConRLi-word11 {
    text-align: center;
    font-size: 22px;
    color: #252525;
    line-height: 85px;
}

.homeConConRLi-word11:hover {
    color: #073d80;
    text-decoration: underline;
}

.homeConConRLi-word21 {
    text-align: center;
    font-size: 22px;
    color: #252525;
    line-height: 42px;
}

.homeConConRLi-word1 a {
    color: #444444;
    text-align: center;
    width: 100%;
}

.homeConConRLi-word1 a:hover {
    color: #073d80;
    text-decoration: underline;
}

.homeConConRDiv {
    width: 843px;
    height: 172px;
    float: left;
    margin: 0 auto;
    background: url(../images/hyq_sl05.html) no-repeat;
}

.homeConConRDiv p {
    width: 175px;
    height: 172px;
    float: left;
    font-size: 26px;
    line-height: 172px;
    text-align: center;
    color: #5d5d5d;
}

.homeConConRDiv ul {
    margin: 27px 0;
}

.homeConConRDiv li {
    padding: 0 27px;
    float: left;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #5d5d5d;
}

.homeConConRDiv a {
    color: #444444;
}

.homeConConRDiv a:hover {
    color: #055490;
    text-decoration: underline;
}

.homeConCon03 ul {
    margin-left: 38px;
    margin-top: 10px;
}

.homeConCon03 li {
    width: 337px;
    height: 129px;
    margin: 10px 17px;
    float: left;
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.homeConCon03 li p {
    width: 100%;
    font-size: 22px;
    line-height: 129px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
}

.homeConCon03 li p:hover {
    color: #272727;
    background: rgba(255, 255, 255, 0.5);
}

.homeConCon03 li img {
    width: 337px;
    height: 129px;
    position: absolute;
    top: 0;
    left: 0;
}

.over:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transition: .4s;
    transform: translate3d(0, -3px, 0);
}


/* 微谱检测业务 */

.busi {
    width: 100%;
    height: 696px;
    margin-top: 100px;
}

.busi_t {
    width: 340px;
    height: 90px;
    font-size: 42px;
    background: url(../images/jiance.png) no-repeat 100%;
    text-align: center;
    line-height: 90px;
    margin-top: 48px;
    border-left: 2px solid #f9aa55;
}

.busi_con {
    font-size: 21px;
    width: 993px;
    height: 104px;
    margin-top: 30px;
    text-indent: 2em;
}


/* 第一个盒子 */

.four {
    width: 1150px;
    background-color: red;
}

.busi_1 {
    width: 250px;
    height: 309px;
    margin-top: 62px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
}

.busi_1:hover {
    transform: translateY(-28px);
    transition-delay: 0.2s;
    cursor: pointer;
}

.busi_1t {
    width: 250px;
    height: 101px;
    background: url(../images/t2.png) no-repeat 100%;
    text-align: center;
    line-height: 101px;
    font-size: 26px;
}

.busi_1:hover .busi_1t {
    background: url(../images/t1.png);
    color: #e35514;
    cursor: pointer;
}

.busi_1m {
    width: 154px;
    height: 76px;
    text-align: center;
    margin-left: 44px;
    margin-top: 25px;
    font-size: 16px;
}

.busi_1b {
    width: 195px;
    height: 30px;
    background-color: #cbcaca;
    margin-left: 30px;
    margin-top: 25px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
}

.busi_1:hover .busi_1b {
    background-color: #e35514;
    box-shadow: 0px 0px 32px #e35514;
    cursor: pointer;
}


/* 第二个盒子 */

.busi_2 {
    width: 250px;
    height: 309px;
    margin-left: 50px;
    margin-top: 62px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
}

.busi_2:hover {
    transform: translateY(-28px);
    transition-delay: 0.2s;
    cursor: pointer;
}

.busi_2t {
    width: 250px;
    height: 101px;
    background: url(../images/t2.png) no-repeat 100%;
    text-align: center;
    line-height: 101px;
    font-size: 26px;
}

.busi_2:hover .busi_2t {
    background: url(../images/t1.png);
    color: #e35514;
    cursor: pointer;
}

.busi_2m {
    width: 154px;
    height: 76px;
    text-align: center;
    margin-left: 44px;
    margin-top: 25px;
    font-size: 16px;
}

.busi_2b {
    width: 195px;
    height: 30px;
    background-color: #cbcaca;
    margin-left: 30px;
    margin-top: 25px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
}

.busi_2:hover .busi_2b {
    background-color: #e35514;
    box-shadow: 0px 0px 32px #e35514;
    cursor: pointer;
}


/* 第三个 */

.busi_3 {
    width: 250px;
    height: 309px;
    margin-left: 50px;
    margin-top: 62px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
}

.busi_3:hover {
    transform: translateY(-28px);
    transition-delay: 0.2s;
    cursor: pointer;
}

.busi_3t {
    width: 250px;
    height: 101px;
    background: url(../images/t2.png) no-repeat 100%;
    text-align: center;
    line-height: 101px;
    font-size: 26px;
}

.busi_3:hover .busi_3t {
    background: url(../images/t1.png);
    color: #e35514;
    cursor: pointer;
}

.busi_3m {
    width: 154px;
    height: 76px;
    text-align: center;
    margin-left: 44px;
    margin-top: 25px;
    font-size: 16px;
}

.busi_3b {
    width: 195px;
    height: 30px;
    background-color: #cbcaca;
    margin-left: 30px;
    margin-top: 25px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
}

.busi_3:hover .busi_3b {
    background-color: #e35514;
    box-shadow: 0px 0px 32px #e35514;
    cursor: pointer;
}


/* 第四个 */

.busi_4 {
    width: 250px;
    height: 309px;
    margin-left: 50px;
    margin-top: 62px;
    float: left;
    background-color: white;
    box-shadow: 0px 0px 10px #ccc;
}

.busi_4:hover {
    transform: translateY(-28px);
    transition-delay: 0.2s;
    cursor: pointer;
}

.busi_4t {
    width: 250px;
    height: 101px;
    background: url(../images/t2.png) no-repeat 100%;
    text-align: center;
    line-height: 101px;
    font-size: 26px;
}

.busi_4:hover .busi_4t {
    background: url(../images/t1.png);
    color: #e35514;
    cursor: pointer;
}

.busi_4m {
    width: 154px;
    height: 76px;
    text-align: center;
    margin-left: 44px;
    margin-top: 25px;
    font-size: 16px;
}

.busi_4b {
    width: 195px;
    height: 30px;
    background-color: #cbcaca;
    margin-left: 30px;
    margin-top: 25px;
    font-size: 18px;
    color: white;
    text-align: center;
    line-height: 30px;
    border-radius: 10px 10px 10px 10px;
}

.busi_4:hover .busi_4b {
    background-color: #e35514;
    box-shadow: 0px 0px 32px #e35514;
    cursor: pointer;
}


/* 小banner */

.banner1 {
    width: 100%;
    height: 319px;
    background: url(../images/banner1.png) center center no-repeat;
}


/* 报告 */

.jz {
    /* background-color: green; */
    width: 1091px;
    height: 662px;
}

.report {
    width: 100%;
    height: 719px;
    margin: 0 auto;
}

.report_l {
    width: 376px;
    height: 602px;
    margin-top: 50px;
    float: left;
}

.report_btn {
    width: 376px;
    height: 56px;
    font-size: 30px;
    background-color: #fbb050;
    line-height: 56px;
    text-align: center;
    margin-top: 26px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 10px #f5f6f7;
}

.report_r {
    width: 650px;
    height: 578px;
    float: left;
    background: url(../images/r_r.png) no-repeat;
    margin-top: 50px;
    margin-left: 64px;
}


/* 企业 */

.ent {
    width: 100%;
    height: 1028px;
    text-align: center;
    background: url(../images/qiye.png) center center no-repeat;
    overflow: hidden;
}

.ent_t {
    width: 343px;
    height: 90px;
    background: url(../images/kuang.png) no-repeat;
    font-size: 42px;
    line-height: 90px;
    margin-top: 107px;
    text-align: center;
}

.ent h3 {
    font-size: 36px;
    margin-top: 28px;
    color: rgb(0, 115, 196)
}

.ent ul {
    background-color: white;
    width: 1040px;
    height: 73px;
    line-height: 73px;
    box-shadow: 5px 5px 50px #cfd1d6;
    margin-top: 30px;
}

.ent ul li {
    float: left;
    text-align: center;
    width: 260px;
    font-size: 26px;
}

ul .li_1.active {
    background-color: #dcdcdc;
}

ul .li_2.active {
    background-color: #dcdcdc;
}

ul .li_3.active {
    background-color: #dcdcdc;
}

ul .li_4.active {
    background-color: #dcdcdc;
}


/* 米 */

.ent_b {
    width: 1046px;
    height: 470px;
    margin-top: 34px;
}

.ent_b h4 {
    color: rgb(0, 115, 196);
    font-size: 30px;
}

.ent_bl {
    width: 303px;
    height: 231px;
    background: url(../images/mi.png);
    margin-left: 55px;
    margin-top: 44px;
    float: left;
}

.ent_br {
    width: 586px;
    height: 231px;
    margin-left: 26px;
    margin-top: 44px;
    float: left;
    text-align: left;
}

.ent_br h5 {
    font-size: 22px;
}

.ent_br h6 {
    font-size: 22px;
    margin-top: 34px;
}

.ent_br p {
    font-size: 18px;
    margin-top: 10px;
}


/*审批 */

.sp_b {
    width: 1046px;
    height: 470px;
    margin-top: 34px;
}

.sp_b h4 {
    color: rgb(0, 115, 196);
    font-size: 30px;
}

.sp_bl {
    width: 303px;
    height: 231px;
    background: url(../images/shenpan.png);
    margin-left: 55px;
    margin-top: 44px;
    float: left;
}

.sp_br {
    width: 586px;
    height: 231px;
    margin-left: 26px;
    margin-top: 44px;
    float: left;
    text-align: left;
}

.sp_br h5 {
    font-size: 22px;
}

.sp_br h6 {
    font-size: 22px;
    margin-top: 34px;
}

.sp_br p {
    font-size: 18px;
    margin-top: 10px;
}


/* 突破 */

.tp_b {
    width: 1046px;
    height: 470px;
    margin-top: 34px;
}

.tp_b h4 {
    color: rgb(0, 115, 196);
    font-size: 30px;
}

.tp_bl {
    width: 303px;
    height: 231px;
    background: url(../images/tupo.png);
    margin-left: 55px;
    margin-top: 44px;
    float: left;
}

.tp_br {
    width: 586px;
    height: 231px;
    margin-left: 26px;
    margin-top: 44px;
    float: left;
    text-align: left;
}

.tp_br h5 {
    font-size: 22px;
}

.tp_br h6 {
    font-size: 22px;
    margin-top: 34px;
}

.tp_br p {
    font-size: 18px;
    margin-top: 10px;
}


/* 优化 */

.yh_b {
    width: 1046px;
    height: 470px;
    margin-top: 34px;
}

.yh_b h4 {
    color: rgb(0, 115, 196);
    font-size: 30px;
}

.yh_bl {
    width: 303px;
    height: 231px;
    background: url(../images/youhua.png);
    margin-left: 55px;
    margin-top: 44px;
    float: left;
}

.yh_br {
    width: 586px;
    height: 231px;
    margin-left: 26px;
    margin-top: 44px;
    float: left;
    text-align: left;
}

.yh_br h5 {
    font-size: 22px;
}

.yh_br h6 {
    font-size: 22px;
    margin-top: 34px;
}

.yh_br p {
    font-size: 18px;
    margin-top: 10px;
}

.ent_btn {
    width: 270px;
    height: 70px;
    font-size: 22px;
    color: #0073c4;
    background: white;
    text-align: center;
    line-height: 70px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 24px;
    box-shadow: 2px 2px 2px 2px #ccc;
}


/* 5000家客户 */

.witness {
    width: 100%;
    height: 900px;
    background: url(../images/banner2.png) center center no-repeat;
    text-align: center;
    position: relative;
}

.witness h4 {
    font-size: 42px;
    color: #0073c4;
    margin-top: 76px;
}


/* 上面的轮播图 */

#box {
    width: 875px;
    height: 341px;
    padding: 5px;
    position: relative;
    margin: 100px auto 0;
    overflow: hidden;
}


/* .ad {
    width: 875px;
    height: 341px;
    overflow: hidden;
    position: relative;
} */

#box img {
    width: 100%;
}

#box img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.ad ol {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.ad ol li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    _display: inline;
}

.ad ol li.current {
    background: yellow;
}

.ad ul li {
    width: 251px;
    height: 341px;
    float: left;
    margin-left: 40px;
}

.ad .ul .li:nth-child(1) {
    margin-left: 0px;
}

.ad ul {
    position: absolute;
    top: 0;
    width: 2940px;
    /* line-height: 40px; */
}

.ad ul li.current {
    display: block;
}

#arr {
    display: none;
}

#arr span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
    font-size: 30px;
    color: #fff;
    opacity: 0.3;
    border: 1px solid #fff;
}

#arr #right {
    right: 5px;
    left: auto;
}


/* 地下轮播图 */

#wrapper {
    overflow: hidden;
    width: 1024px;
    height: 130px;
    position: relative;
    margin-top: 80px;
}

#wrapper ul {
    position: absolute;
    left: 0;
    top: 0;
}

#wrapper li {
    float: left;
    list-style: none;
}

#wrapper li img {
    width: 150px;
    height: 130px;
    border-radius: 9px;
}

input[type=button] {
    margin-top: 20px;
    width: 35px;
    height: 25px;
    line-height: 25px;
}


/* 按钮 */

.slider_b {
    width: 260px;
    height: 64px;
    margin: 0 auto;
    box-shadow: 2px 2px 2px 2px #ccc;
    color: #1c76b5;
    line-height: 64px;
    font-size: 26px;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30px;
}


/* 硬实力 */

.stre {
    width: 100%;
    height: 900px;
    background-color: #f3f3f3;
    text-align: center;
    overflow: hidden;
}

.stre h4 {
    font-size: 42px;
    margin-top: 50px;
}


/* 四个盒子 */

.stre_1 {
    width: 240px;
    height: 94px;
    text-align: center;
    margin-left: 60px;
    margin-top: 40px;
    background-color: white;
    float: left;
    box-shadow: 5px 5px 5px 5px #ccc;
    border-radius: 10px 10px 10px 10px;
}

.stre_1 h3 {
    font-size: 27px;
    color: rgb(28, 118, 181);
    margin-top: 20px;
}

.stre_1 p {
    font-size: 17px;
}

.stre_1:hover {
    background-color: rgb(28, 118, 181);
    cursor: pointer;
}

.stre_1:hover h3,
.stre_1:hover p {
    color: white;
    cursor: pointer;
}

.stre_2 {
    width: 240px;
    height: 94px;
    text-align: center;
    margin-left: 30px;
    margin-top: 40px;
    background-color: white;
    float: left;
    box-shadow: 5px 5px 5px 5px #ccc;
    border-radius: 10px 10px 10px 10px;
}

.stre_2 h3 {
    font-size: 27px;
    color: rgb(28, 118, 181);
    margin-top: 20px;
}

.stre_2 p {
    font-size: 17px;
}

.stre_2:hover {
    background-color: rgb(28, 118, 181);
    cursor: pointer;
}

.stre_2:hover h3,
.stre_2:hover p {
    color: white;
    cursor: pointer;
}

.stre_3 {
    width: 240px;
    height: 94px;
    text-align: center;
    margin-left: 30px;
    margin-top: 40px;
    background-color: white;
    float: left;
    box-shadow: 5px 5px 5px 5px #ccc;
    border-radius: 10px 10px 10px 10px;
}

.stre_3 h3 {
    font-size: 27px;
    color: rgb(28, 118, 181);
    margin-top: 20px;
}

.stre_3 p {
    font-size: 17px;
}

.stre_3:hover {
    background-color: rgb(28, 118, 181);
    cursor: pointer;
}

.stre_3:hover h3,
.stre_3:hover p {
    color: white;
    cursor: pointer;
}

.stre_4 {
    width: 240px;
    height: 94px;
    text-align: center;
    margin-left: 30px;
    margin-top: 40px;
    background-color: white;
    float: left;
    box-shadow: 5px 5px 5px 5px #ccc;
    border-radius: 10px 10px 10px 10px;
}

.stre_4 h3 {
    font-size: 27px;
    color: rgb(28, 118, 181);
    margin-top: 20px;
}

.stre_4 p {
    font-size: 17px;
}

.stre_4:hover {
    background-color: rgb(28, 118, 181);
    cursor: pointer;
}

.stre_4:hover h3,
.stre_4:hover p {
    color: white;
    cursor: pointer;
}


/* 大图 */

.stre_1b {
    width: 1177px;
    height: 587px;
    background: url(../images/gongcheng.png) no-repeat;
    margin-top: 169px;
}

.stre_2b {
    width: 1177px;
    height: 587px;
    background: url(../images/u100.png) no-repeat 36px 0;
    margin-top: 169px;
}

.stre_3b {
    width: 1177px;
    height: 587px;
    background: url(../images/shiyanshi.png) no-repeat 100%;
    margin-top: 169px;
}

.stre_4b {
    width: 1177px;
    height: 587px;
    background: url(../images/img1.png) no-repeat;
    background-size: contain;
    margin-top: 169px;
}


/* 流程 */

.flow {
    width: 100%;
    height: 448px;
    background: url(../images/banner3.png) center center no-repeat;
    text-align: center;
    overflow: hidden;
}

.hezi {
    padding-left: 227px;
}

.flow h4 {
    font-size: 42px;
    margin-top: 66px;
    color: white;
}

.flow_1 {
    width: 184px;
    height: 185px;
    margin-top: 60px;
    background: url(../images/flow1.png) no-repeat;
    float: left;
}

.flow_1 p {
    font-size: 25px;
    color: rgb(97, 97, 97);
    margin-top: 80px;
    margin-left: -6px;
    cursor: pointer;
}

.flow_1.active {
    background: url(../images/flow_1a.png) no-repeat;
}

.flow_1 p.active {
    color: #636363;
    margin-top: 60px;
}

.flow_2 {
    width: 184px;
    height: 185px;
    margin-left: 74px;
    margin-top: 60px;
    background: url(../images/fow2.png) no-repeat;
    transition: transform 2s;
    float: left;
    cursor: pointer;
}

.flow_2 p {
    width: 184px;
    height: 185px;
    margin-left: -1px;
    margin-top: 80px;
    font-size: 25px;
    color: rgb(97, 97, 97);
}

.flow_2.active {
    background: url(../images/flow2a.png) no-repeat;
}

.flow_2 p.active {
    color: #636363;
    margin-top: 60px;
}

.flow_3 {
    width: 184px;
    height: 185px;
    margin-left: 74px;
    margin-top: 60px;
    background: url(../images/flow3.png) no-repeat;
    transition: transform 2s;
    float: left;
    cursor: pointer;
}

.flow_3 p {
    width: 184px;
    height: 185px;
    margin-left: -1px;
    margin-top: 80px;
    font-size: 25px;
    color: rgb(97, 97, 97);
}

.flow_3.active {
    background: url(../images/flow3a.png) no-repeat;
}

.flow_3 p.active {
    color: #636363;
    margin-top: 60px;
}

.flow_4 {
    width: 184px;
    height: 185px;
    margin-left: 74px;
    margin-top: 60px;
    background: url(../images/flow4.png) no-repeat;
    transition: transform 2s;
    float: left;
    cursor: pointer;
}

.flow_4 p {
    width: 184px;
    height: 185px;
    margin-left: 20px;
    margin-top: 80px;
    width: 154px;
    height: 45px;
    font-size: 25px;
    color: rgb(97, 97, 97);
}

.flow_4.active {
    background: url(../images/flow4a.png) no-repeat;
}

.flow_4 p.active {
    color: #636363;
    margin-top: 60px;
}


/*  固定底部 */

.part6_box {
    width: 1200px;
    margin: 60px auto;
    overflow: hidden;
}

.part_6 {
    width: 245px;
    height: 272px;
    float: left;
    text-align: center;
    border: 1px solid transparent;
    margin-left: 40px;
    transition: border 0.3s ease-in;
}

.part_6 dt {
    margin: 20px auto;
}

.part_6 p {
    color: #3e3a39;
    font-size: 22px;
    margin-bottom: 20px;
}

.part_6 dd {
    color: #3e3f40;
    width: 194px;
    margin: 0 auto;
    line-height: 30px;
}

.part_6:hover {
    border: 1px solid #999999;
    transition: border 0.3s ease-in;
    cursor: pointer;
}


/*footer*/