* {
    margin: 0;
    padding: 0;
}

 
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body, html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;;
}

* {
    text-decoration: none;
    list-style: none;
}

img {
    border: 0px;
}

ul, li, dl, dd, dt, p, ol, h1, h2, h3, h4, h5 {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

a, input, button {
    outline: none;
}

/*pc端*/
/*header*/

/*页面宽度大于等于1025时*/
/*@media only screen and (min-width: 1025px){
  	header{
		background-color: white;
	}
	.head{
		position: relative;
		width: 100%;
		height: 0.87rem;
		line-height: 0.87rem;
	}
	.head img{
		position: absolute;
		width: 1.23rem;
		height: 0.69rem;
		left: 3rem;
		bottom: 0;
	}
	.head .wangzhanDaohang{
		position: absolute;
		left: 7.44rem;
		width: 8.8rem;
		min-width: 643px;
		height: 0.87rem;
	}
	.head .wangzhanDaohang li{
		float: left;
		height: 0.7rem;
		font-size: 0.16rem;
		margin-left: 0.5rem;
		color: #111111;
	}
	.head .wangzhanDaohang li a{
		padding-bottom: 0.1rem;
		font-size: 0.16rem;
		color: #111111;
	}
	.head .wangzhanDaohang li:first-child{
		margin-left: 0;
	}
	.head span{
		float: right;
		font-size: 0.16rem;
		margin-right: 0.65rem;
		color: #111111;
	}
	
	/*banner图片*/
/*.datu{
    width: 100%;
    height: 4rem;
}
.datu img{
    width: 100%;
    height: 100%;
}*/

/*内容*/
/*.content{
    width: 12.04rem;
    height: 9.18rem;
    min-width: 1204px;
    margin: auto;
    margin-top: 0.72rem;
    margin-bottom: 1.72rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.content ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.content ul .zuishangceng{
    margin-top: 0;
}
.content ul .zhongjian{
    margin-left: 19px;
    margin-right: 19px;
}
.content ul li{
    position: relative;
    width: 388px;
    height: 213px;
    margin-top: 0.23rem;
    background-color: #FFFFFF;
}
.content ul li img{
    width: 102px;
    height: 102px;
    margin: 20px 0 0 20px;
    border-radius: 20px;
}
.content ul li .zhenxuan{
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 140px;
    color: #545454;
}
.content ul li .banben{
    font-size: 13px;
    position: absolute;
    top: 60px;
    left: 142px;
    color: #545454;
}*/
/*.content ul li .banben:after{
    position: absolute;
    left: 46px;
    top: 6px;
    content: '';
    width: 2px;
    height: 10px;
    background-color: #3ec63b;
}*/
/*.content ul li .xiazai{
    position: absolute;
    left: 142px;
    top: 90px;
    width: 90px;
    height: 28px;
    background-color: #f0f1f7;
    text-align: center;
    padding: 4px;
    color: #454545;
    font-size: 14px;
}
.content ul li .jianjie{
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
    margin-top: 20px;
}
.content ul li .phone{
    display: none;
}
.datu .shouji{
    display: none;
}
.content ul li .banbenphone{
    display: none;
}

}*/
.all-layout {
    height: 100%;
}

.footNav {
    width: 19%;
}

.jd_header .jd_header_box form input {
    padding: 0;
}

#dataList {
    padding: 0;
}

.content {
    padding-bottom: 40px;
}

html, body {
    overflow: auto;
}

footer a {
    color: #333 !important;
}

/*页面宽度小于等于1024时*/
/*@media only screen and (max-width: 1024px){*/

/*图片加载动画*/
.content img {
    width: 0;
    height: 0;
    animation: imgXuanzhuan 1s;
    -webkit-animation: imgXuanzhuan 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}

.content ul li {
    animation: divXianyin 1s;
    -webkit-animation: divXianyin 1s; /* Safari and Chrome */
    animation-fill-mode: forwards;
}

/*.datu .shouji{
    animation:banner 2s;
    -webkit-animation:banner 2s;
    animation-fill-mode: forwards;
}*/

@keyframes imgXuanzhuan {
    0% {
        width: 0;
        height: 0;
    }
    100% {
        width: 57.7px;
        height: 57.7px;
        transform: rotate(360deg);
    }
}

/*@keyframes divXianyin{
    0%{bottom: -200px;right: -200px;width: 90%;height: 65px;opacity: 0;}
    100%{bottom: 0;right: 0;width: 90%;height: 65px;opacity: 1;}
}*/
@keyframes divXianyin {
    0% {
        right: -200px;
        width: 90%;
        height: 65px;
        opacity: 0;
    }
    100% {
        right: 0;
        width: 90%;
        height: 65px;
        opacity: 1;
    }
}

/*@keyframes banner{
    0%{opacity: 0;}
    100%{opacity: 1;}
}*/
.datu {
    background-color: #FFFFFF;
}

.datu img {
    width: 100%;
}

.content {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #ffffff;
}

.content ul li {
    position: relative;
    width: 100%;
    height: 65px;
    margin: auto;
    margin-top: 25px;
}

/*li下划线*/
.content ul li:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #d5d6da;
}

/*手机版简介*/
.content ul li .jianjie {
    display: none;
}

/*pc版简介*/
.datu .pc {
    display: none;
}

.content ul li .banben {
    display: none;
}

.content ul li img {
    width: 57.7px;
    height: 57.5px;
}

.content ul li .zhenxuan {
    color: #000000;
    position: absolute;
    font-size: 16px;
    top: 7px;
    left: 65px;
    font-weight: 600;
    max-width: 30%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content ul li .phone {
    position: absolute;
    left: 65px;
    top: 35px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 57%;
    text-overflow: ellipsis;
}

.content ul li .banbenphone {
    position: absolute;
    top: 8px;
    left: 173px;
    font-size: 10px;
}

.content ul li .xiazai {
    position: absolute;
    right: 0px;
    top: 12px;
    background-color: #ffa10d;
    padding: 4px 12px 4px 12px;
    border-radius: 15px;
    color: #FFFFFF;
}

.content ul li .jingqingQidai {
    background-color: #aaa9a9;
}
@media (max-width: 320px) {
    .content ul li .zhenxuan {
        color: #000000;
        position: absolute;
        font-size: 15px;
        top: 7px;
        left: 65px;
        font-weight: 600;
        max-width: 28%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .content ul li .banbenphone {
        position: absolute;
        top: 8px;
        left: 142px;
        font-size: 10px;
    }
    @keyframes divXianyin {
        0% {
            right: -200px;
            width: 90%;
            height: 65px;
            opacity: 0;
        }
        100% {
            right: 0;
            width: 95%;
            height: 65px;
            opacity: 1;
        }
    }
}
/*}*/


