body{
margin: 0;
border:0;
padding:0;
}
.body{
width: 100%;
height: 100%;
background-color: white;
display: flex;
flex-direction:row;
flex-wrap:wrap;
align-content: flex-start;
align-items: flex-start;
}
.head{
width: 100%;
height: 90px;
background-color: white;
}
.banner{
width: 100%;
height: auto;
max-height: 400px;
background-color: white;
}
.menu{
width: 100%;
height: 100px;
background-color: white;
}
.menu_content{
width: 1200px;
height: 100%;
margin: 0 auto;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.menu_children{
width: 130px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
justify-content:center;
align-items:center;
cursor:pointer;
}
.content{
width: 100%;
height: auto;
background-color: #f1f1f1;
}
.content_children{
width: 1200px;
height: 100%;
margin: 0 auto;
display: flex;
flex-direction:row;
flex-wrap:wrap;
}
.content_new{
width: 100%;
height: 460px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.content_new_carone{
width: 690px;
}
.content_new_carone_head{
width: 100%;
height: 90px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
justify-content:center;
align-items:center;
}
.content_new_carone_head_con{
width: 100%;
height: 25px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.content_new_carone_con
{
width: 100%;
height: 223px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.content_new_carone_con_img{
height: 223px;
width: 340px;
}
.content_new_carone_con_img img{
overflow:hidden;
width: auto;
height: auto;
max-height: 223px;
max-width: 340px;
}
.content_new_carone_con_new{
height: 223px;
width: 315px;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
}
.content_new_carone_con_new_con{
width: 100%;
height: 140px;
overflow:hidden;
}
.content_new_carone_con_list{
width: 100%;
height: 115px;
}
.content_new_carone_con_list ul {
display: flex;
flex-direction:column;
flex-wrap:wrap;
height: 100px;
width: 700px;
}
.content_new_carone_con_list ul li{
height: 28px;
font-size: 15px;
}
.content_new_carone_con_list ul li a{
margin-left: 10px;
font-size: 15px;
color: #333333;
}
.content_new_carone_con_list ul li:before{
content: "";
display: inline-block;
width: 8px;
height: 8px;
background-color: #00bfeb;
border-radius: 50%;
text-align: center;
}
.content_new_cartwo{
width: 430px;
display: flex;
flex-direction:column;
justify-content: flex-end;
}
.content_new_cartwo_car{
height: 110px;
width: 100%;
background: #ffffff;
box-shadow: 0 4px 4px 0px #dddddd;
}
.content_new_cartwo_ban{
height: 270px;
width: 100%;
display: flex;
flex-direction:column;
justify-content: space-between;
}
.content_new_carthree_ban{
height: 270px;
width: 500px;
display: flex;
flex-direction:column;
justify-content: space-between;
}
.foot{
width: 100%;
height: 100%;
}
.nav_father{
margin-top:30px;
width: 100%;
height:50px;
background-color: #00bfeb;
}
.nav_content{
width:1220px;
height: 50px;
margin: 0 auto;
background-color: #00bfeb;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.nav_img_gap{
width: 20px;
height: 100%;
background-color: white;
}
.sign_img img{
display: block;
outline: none;
}
.find{
width: 120px;
height: 100%;
}
.find form{
width: 120px;
height: 100%;
display: flex;
justify-content:center;
align-items:center;
}
.input_father {
border-radius:25px;
border: solid 1px #c1e2b3;
display: table-cell;
vertical-align: middle;
text-align: center;
background-color: #ededed;
}
.input_father input{
border: 0px;
outline:none;
cursor: pointer;
width: 50px;
background-color:rgba(0,0,0,0);
}
.input_father img {
width: 18px;
height: 19px;
}
/**
*在position属性值为absoluteçš„åŒæ—¶ï¼Œ
*å¦‚æžœæœ‰ä¸€çº§çˆ¶å¯¹è±¡ï¼ˆæ— è®ºæ˜¯çˆ¶å¯¹è±¡è¿˜æ˜¯ç¥–çˆ¶å¯¹è±¡ï¼Œæˆ–è€…å†é«˜çš„è¾ˆåˆ†ï¼Œä¸€æ ·ï¼‰
*çš„position属性值为relative时,则上述的相对æµè§ˆå™¨çª—å£å®šä½å°†ä¼šå˜æˆç›¸å¯¹çˆ¶å¯¹è±¡å®šä½ï¼Œ
*è¿™å¯¹ç²¾ç¡®å®šä½æ˜¯å¾ˆæœ‰å¸®åŠ©çš„ã€‚
*/
*{
margin: 0;
padding: 0;
list-style-type:none;
}
/*nav导航盒å*/
.nav{
width: 100%;
height:50px;
line-height: 50px;
text-align: center;
font-size: 16px;
position: relative;
background: #00bfeb;
z-index: 99;
}
/*nav-main*/
ul.nav-main{
width: 100%;
height: 100%;
list-style-type: none;
text-align: center;
}
ul.nav-main span{
display: inline-block;
margin-left: 5px;
width: 10px;
height: 7px;
background: no-repeat;
}
/*å›¾æ ‡å‘上旋转*/
.hover-up{
transition-duration: .5s;
transform: rotate(180deg);
-webkit-transform: rotate(180deg);
}
/*å›¾æ ‡å‘下旋转*/
.hover-down{
transition-duration: .5s;
transform: rotate(0deg);
-webkit-transform: rotate(0deg);
}
/*导航æ¡è®¾ç½®*/
ul.nav-main>li{
width: 108px;
height: 100%;
display: block;
float: left;
background: #00bfeb;
color: #fff;
margin-right: 1px;
cursor: pointer;
}
ul.nav-main>li a{
color:#fff;
background: #00bfeb;
}
/*éšè—ç›’å设置*/
div.hidden-box{
width: 106px;
border: 1px solid #00bfeb;
border-top: 0;
position: absolute;
display:none;
background:#fff;
top: 36px;
}
.hidden-box>ul{
list-style-type: none;
color: #00bfeb;
cursor: pointer;
}
.hidden-box li:hover{
background: #00bfeb;
color: #fff;
}
.hidden-box li a:hover{
background: #00bfeb;
color: #fff;
}
/*éšè—ç›’åä½ç½®è®¾ç½®*/
.hidden-loc-1{
left: 100px;
}
.hidden-loc-2{
left: 208px;
}
.hidden-loc-3{
left: 318px;
}
.hidden-loc-4{
left:425px;
}
.hidden-loc-5{
left:540px;
}
.hidden-loc-6{
left:650px;
}
.hidden-loc-7{
left:755px;
}
.content_tran
{
width: 1200px;
height: 332px;
}
.content_tran_con
{
margin-left: 40px;
height: 290px;
width: 800px;
display: flex;
flex-direction:row;
flex-wrap:wrap;
justify-content: space-between;
}
.content_tran_con_cell{
height: 120px;
width: 130px;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
justify-content:center;
align-items:center;
cursor:pointer;
}
.content_fren{
width: 100%;
height: auto;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
}
.content_fren_head{
width: 100%;
height: 25px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.content_fren_con{
width:100%;
height:auto;
display: flex;
flex-direction:row;
justify-content: left;
}
.content_fren_con img{
cursor: pointer;
}
.foot{
margin: 0 auto;
width: 100%;
height: 100%;
background: white;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
}
.foot_con{
margin: 0 auto;
width: 1200px;
display: flex;
flex-direction:row;
flex-wrap:nowrap;
justify-content: space-between;
}
.foot_con_cell{
width: 125px;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
}
.foot_last_father{
background-color: #00bfeb;
width:100%;
}
.foot_last{
width:1200px;
height: 150px;
margin: 0 auto;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
justify-content: space-around;
justify-content:center;
align-items:center;
}
.new_detail{
width: 100%;
background-color: #f1f1f1;
display: flex;
flex-direction:column;
flex-wrap:nowrap;
}
.new_detail_father{
margin: 0 auto;
width: 1200px;
background-color: #f1f1f1;
}
.new_detail_menu{
float:left;
width: 275px;
border: 1px solid #00bfeb;
background-color:#ffffff;
}
.parent-menu{
border: 0px solid;
margin-bottom: 12px;
background-color: #00bfeb;
color: #ffffff;
font-size: 20px;
line-height: 46px;
padding-left: 20px;
}
.new_detail_con img{
max-width:855px;
}
.new_detail_con{
width: 905px;
float:right;
background-color: #ffffff;
min-height: 500px;
}
.new_detail_menu ul{
padding: 0;
list-style: none;
}
.new_detail_menu ul li{
width: 85%;
cursor: pointer;
position: relative;
line-height: 48px;
font-size: 18px;
margin: 5px 20px;
text-align: center;
border: 1px solid #00bfeb;
}
.new_detail_menu ul a{
text-decoration: none;
color: #00bfeb;
}
.new_detail_menu ul .active{
background-color: #00bfeb;
color: #ffffff;
}
.second-menu {
border: 0px solid;
margin-bottom: 20px;
background-color: #00bfeb;
color: #ffffff;
font-size: 24px;
line-height: 46px;
padding-left: 20px;
vertical-align: middle;
}
.li-content-wrapper {
padding: 0 20px 10px 20px;
background-color: #ffffff;
min-height: 500px;
}
.list-content{
min-height:400px;
width: 100%;
}
.ul-list{
list-style: none;
}
.table-circle{
position: absolute;
width: 10px;
height: 10px;
background: #00bfeb;
border-radius: 50%;
margin-top:-5px;
}
.ul-list-table{
width: 100%;
border-bottom: 1px solid #f1f1f1;
}
.ul-list-table tr td{
height: 35px;
}
.ul-list-table tr td img{
height:30px;
width:50px;
margin-top: 3px;
}
.a-con{
line-height:35px;
overflow: hidden;
z-index: 999;
font-size: 16px;
color: #333333;
font-weight:normal;
font-family: system, -apple-system, blinkmacsystemfont, simsun, arial, sans-serif;
}
.a-con label{
font-size: 16px;
color: #333333;
font-weight:normal;
font-family: system, -apple-system, blinkmacsystemfont, simsun, arial, sans-serif;
margin-top: 5px;
}
.date_label{
margin-top: 0px;
color: #999999;
font-size: 16px;
float: right;
font-weight:normal;
font-family: system, -apple-system, blinkmacsystemfont, simsun, arial, sans-serif;
margin-top: 5px;
}
.a-con label:hover {
color:#00bfeb;
}