/*可删除*/
body {
    /*background: #f7f7f7;*/
}


/*二级菜单*/
.one_menu {
    position: relative;
    height: 755px;
    margin-bottom: 75px;
    /*background: url("../images/loading.gif") no-repeat 0 260px;*/
    /*background-size: 150px 150px;*/
}
.one_menu > li {
    box-sizing: border-box;
    height: 54px;
    padding-left: 11px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 2px;
    width: 150px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-top: none;
}

/*一级菜单颜色*/
.one_menu > li:nth-of-type(1):hover > p a,
.one_menu > li:nth-of-type(4):hover > p a,
.one_menu > li:nth-of-type(7):hover > p a,
.one_menu > li:nth-of-type(10):hover > p a,
.one_menu > li:nth-of-type(13):hover > p a{
    color: #F8B62D;
}
li:nth-of-type(1) .three_menu p a:hover,
li:nth-of-type(4) .three_menu p a:hover,
li:nth-of-type(7) .three_menu p a:hover,
li:nth-of-type(10) .three_menu p a:hover,
li:nth-of-type(13) .three_menu p a:hover{
    color: #F8B62D;
}
li:nth-of-type(1) .three_menu h4,
li:nth-of-type(4) .three_menu h4,
li:nth-of-type(7) .three_menu h4,
li:nth-of-type(10) .three_menu h4,
li:nth-of-type(13) .three_menu h4{
    color: #F8B62D;
}
li:nth-of-type(1) .three_menu.w_ha a,
li:nth-of-type(4) .three_menu.w_ha a,
li:nth-of-type(7) .three_menu.w_ha a,
li:nth-of-type(10) .three_menu.w_ha a,
li:nth-of-type(13) .three_menu.w_ha a{
	font-weight: bold;
    color: #F8B62D;
}

.one_menu > li:nth-of-type(2):hover > p a,
.one_menu > li:nth-of-type(5):hover > p a,
.one_menu > li:nth-of-type(8):hover > p a,
.one_menu > li:nth-of-type(11):hover > p a,
.one_menu > li:nth-of-type(14):hover > p a{
    color: #47A4D7;
}
li:nth-of-type(2) .three_menu h4,
li:nth-of-type(5) .three_menu h4,
li:nth-of-type(8) .three_menu h4,
li:nth-of-type(11) .three_menu h4,
li:nth-of-type(14) .three_menu h4{
    color: #47A4D7;
}
li:nth-of-type(2) .three_menu.w_ha a,
li:nth-of-type(5) .three_menu.w_ha a,
li:nth-of-type(8) .three_menu.w_ha a,
li:nth-of-type(11) .three_menu.w_ha a,
li:nth-of-type(14) .three_menu.w_ha a{
    color: #47A4D7;
    font-weight: bold;
}

li:nth-of-type(2) .three_menu p a:hover,
li:nth-of-type(5) .three_menu p a:hover,
li:nth-of-type(8) .three_menu p a:hover,
li:nth-of-type(11) .three_menu p a:hover,
li:nth-of-type(14) .three_menu p a:hover{
    color: #47A4D7;
}


.one_menu > li:nth-child(3n+3):hover > p a{
    color: #2f6fb7;
}
li:nth-child(3n+3) .three_menu p a:hover{
    color: #2f6fb7;
}
li:nth-child(3n+3) .three_menu h4{
    color: #2f6fb7;
}
li:nth-child(3n+3) .three_menu.w_ha a{
    color: #2f6fb7;
    font-weight: bold;
}
.one_menu > li>p:nth-of-type(2){
    /*height: ;*/
    overflow: hidden;
}
.one_menu li:hover{
    background: #ffffff;
}
.two_menu{
    overflow: auto;
}
.one_menu li:hover .two_menu{
    display: block;
}
.one_menu li > p:nth-of-type(1) {
    height: 18px;
    margin-bottom: 9px;
}

.one_menu li > p:nth-of-type(1) a {
    font-size: 18px;
    font-weight: bold;
}

.one_menu li > p:nth-of-type(2) {
    height: 20px;
    overflow: hidden;
}

.one_menu li > p:nth-of-type(2) a {
    font-size: 12px;
    margin-right: 8px;
}

.one_menu > li .two_menu {
    position: absolute;
    background: #ffffff;
    height: 755px;
    z-index: 9;
    top: 0;
    left: 149px;

}

.two_menu {
    padding-left: 22px;
    padding-top: 17px;
    padding-right: 10px;
    max-width: 1052px;
    max-height: 755px;
    box-sizing: border-box;
    display: none;
    min-width:1052px;
}

.two_menu h4 {
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.two_menu p {
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 20px;*/
}

.two_menu p  a {
    margin-right: 18px;
    margin-bottom: 5px;
}

.two_menu .three_menu{
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
/*轮播图*/

.slide_box{
    position: relative;
}
.slide{
    position: absolute;
    top: 0;
    left: 150px;
    width: 1050px;
    height: 755px;
    overflow: hidden;
    z-index: 8;
}
.slide_img{
    position: absolute;
    /*left: 1200px;*/
    width: 3150px;
    height: 755px;
}
.slide_img li{
    float: left;
}


.slide_page{
    position: absolute;
    bottom:23px;
    right: 81px;
}
.slide_page li{
    width: 16px;
    height: 16px;
    background: #e5e5e5;
        border-radius: 50%;
    float: left;
    margin-right: 11px;
    cursor: pointer;
    z-index:7
}
.slide_page li.active{
    background: #3ebefc;
}


.index_new, .index_hot {
    margin-bottom: 45px;
}

h2 {
    display: inline-block;
    color: #666666;
    line-height: 29px;
    height: 29px;
    margin-bottom: 20px;
    font-size: 29px;
}

.index_tit > a {

    display: inline-block;
    color: #3ebefc;
    line-height: 22px;
    height: 22px;
    font-size: 22px;
}

.index_new_item_all {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
       min-height: 800px;
}

.index_new_item {
    position: relative;
    width: 290px;
    height: 380px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background: #ffffff;
    margin-bottom: 13px;
    margin-right: 13px;
}
.index_new_item:nth-child(4n+4){
    margin-right: 0;!important;
}
.index_new_item:hover {
    border: 1px solid #3ebefc;
}

.index_new_item:hover .index_new_item_collection,.index_new_item:hover  #comm_sc {
    display: block;!important;
}

.index_new_item_collection {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
    width: 75px;
    height: 30px;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    background: #3ebefc;
    cursor: pointer;
}

#comm_sc{
    width: 50px;!important;
    display: none;
}
#comm_sc:hover{
    display: block;
}


.index_new_item_img {
    width: 288px;
    height: 270px;
    box-sizing: border-box;
    margin-bottom: 27px;
    display: flex;
    align-items: center;
}
.index_new_item_img>img{
	max-width: 286px;
    max-height: 268px;
    display: block;
    margin: 0 auto;
}
.index_new_item_img a {
    display: block;
}

.index_new_item_txt {
    padding-left: 20px;
    font-size: 16px;
    color: #666666;
}

.index_new_item_txt p {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.index_new_item_txt p:nth-of-type(1) {

    margin-bottom: 6px;
}

.index_new_item_txt p:nth-of-type(2) {

    margin-bottom: 6px;
}

.index_new_item_txt p:nth-of-type(3) {
    padding-left: 20px;
    background: url("../images/star_grey.png") no-repeat 0 5px;
    margin-bottom: 6px;
    background-size: 16px 16px;
   height: 26px;
   line-height: 26px;
   /*vertical-align: middle;*/
}


/*.n_x{
	display: inline-block;
	width: 22px;
	height: 21px;
	background-image:url(../images/n_xx.png) ;
	background-position: 0 0;
	background-repeat:no-repeat ;
	vertical-align: middle;
	margin-top: -4px;
    margin-right: 5px;
}

#comm_sc:hover{
	background-position: 0 -21px;
}
.n_x_d{
	background-image:url(../images/n_xx.png) ;
}

*/

.index_new_item_txt p:nth-of-type(3){
	padding-left: 28px;
	background: none;
	position: relative;
}
.index_new_item:hover #comm_sc{
	display: inline-block;
	animation: n_bci 0.55s 1 linear;
}
#comm_sc{
	width: 24px;
	display: inline-block;
}
.u_x{
	position: absolute;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image:url(../images/n_sf.png) ;
	background-repeat: no-repeat;
	background-size:100% 100%;
	left: 0;
	top: 0;
	transition: all 0.25s;
}
.u_x:hover{
	background-image:url(../images/n_sf.png) ;
}
.u_x#comm_sc{
	background-image:url(../images/n_df.png) ;
}
.u_x#comm_sc:hover{
	transform: translateY(4px);
	background-image:url(../images/n_mf.png) ;
}

@keyframes n_bci{
	0%{
		transform: rotateY(0);
	}
	
	100%{
		transform: rotateY(360deg);
		
	}
}
