html{color:#000;background:#fff;overflow-y:scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html *{outline:0;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
html,body{font-family:sans-serif}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
abbr,acronym{border:0;font-variant:normal}
del{text-decoration:line-through}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:500}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:500}
q:before,q:after{content:''}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
a:hover{text-decoration:none}
ins,a{text-decoration:none}
html, body { height: 100%;background-color: #fff;}
body{
    min-height: 100%;
    color: #333;
    font-size: 14px;
    font-family: 'PingFang SC','NotoSansHans-Light','NotoSansHant-Light','Microsoft Yahei','Hiragino Sans GB','WenQuanYi Micro Hei',STHeiti,'\534E\6587\7EC6\9ED1',SimHei,Helvetica,Arial,sans-serif;
}
/*index*/
.header{
    width: 1250px;
    margin: 0 auto;
    position: relative;
    padding: 35px 0;
}
.logo{
    position: absolute;
    top: 35px;
    left: 0;
    width: 142px;
}
.logo img{
    width: 100%;
    vertical-align: top;
}
.erCode{
    position: absolute;
    top:35px;
    right: 0;
}
.erCodeIng{
    display: inline-block;
    width: 88px;
}
.erCodeIng img{width: 100%; vertical-align: top}
.erCodeText{
    display: inline-block;
    vertical-align: top;
    width: 68px;
    padding: 15px 0;
}
.headerSearch{
    width: 780px;
    margin: 24px auto;
    line-height: 36px;
}
.city{
    font-size: 18px;
    width: 210px;
    display: inline-block;
}
.city img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
.search{
    display: inline-block;
    width: 556px;
    border: 2px solid #fede00;
    border-radius: 5px;
    font-size: 18px;
}
.search input{
    width: 448px;
    border:none;
    padding-left: 8px;
    background: none;
}
.search button{
    width: 94px;
    float: right;
    background: #fede00;
    border: none;
    line-height: 36px;
    font-size: 20px;
}
.search button a{
    color: #333;
}
.nav{
    width: 1250px;
    margin: 0 auto;
}
.nav ul{
    overflow: hidden;
}
.nav ul li{
    width: 160px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    float: left;
    text-align: center;
}
.nav ul li a{
    color: #333333;
    display: block;
}
.nav ul li:hover{
    background: #fede00;
}
.liSelect{
    background: #fede00;
}
.banner{
    width: 100%;
    background: #fff8cc url("../img/bg.png") no-repeat center;
    border-top: 3px solid #fede00;
}
.bannerContent{
    width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}
.sowingMap{
    float: left;
    width: 564px;
}
.sowingMap img{
    width: 100%;
    vertical-align: top;
}
.wrap {position:relative;overflow:hidden; height: 275px;}
.slidebox {width:100%;position:absolute;top:0;left:0;}
.slidebox li {float:left;width:100%;left:0;top:0; height: 275px}
.slidebox li img {display:block;width:100%;height: 100%}
.dot {position:absolute;width:100%;height:30px;text-align:right;bottom:0;left:0;}
.dot p {margin-right:20px;}
.dot b {width:10px;height:10px;border-radius:50%;display:inline-block;border:1px solid #fff;background:none;text-align:center;line-height:10px;margin:0 3px;margin-top:6px;cursor:pointer;font-weight:normal;}
.dot .cur {background:#fff;color:#fff;border:1px solid #fff;}
.storeBanner{
    width: 682px;
    float: left;
}
.storeBanner img{
    width: 100%;
    vertical-align: top;
}
.content{
    width: 1250px;
    margin: 0 auto;
    /*overflow: hidden;*/
}
.clearfix:after{
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}
.contentList{
    overflow: hidden;
}
.contentLeft{
    width: 890px;
    float: left;
}
.contentRight{
    width: 310px;
    float: right;
    padding: 30px 0;
}
.goodsBox{
    padding: 30px 0;
}
.goodsBoxTitle{
    display: flex;
    line-height: 40px;
    font-size: 20px;
    border-bottom: 3px solid #fede00;
    text-align: center;
}
.goodsBoxTitle .title{
    background: #fede00;
    height: 40px;
    width: 160px;
}
.goodsBoxTitle a{
    font-size: 14px;
    color: #999;
    width: 160px;
}
.contentLeftItem{
    width: 928px;
    margin-left: -38px;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-wrap: wrap;
}
.item{
    width: 272px;
    padding: 16px 0;
    font-size: 16px;
    margin-left: 36px;
}
.item a{
    color: #626262;
}
.item img{
    width: 100%;
    vertical-align: top;
}
.itemTitle{
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    margin: 15px 0;
}
.itemPrice{
    color: #e90003;
    font-size: 20px;
}
.contentRightBox{
    padding: 0 20px;
    background: #fff8cc;
}
.contentRightBox h3{
    text-align: center;
    font-size: 20px;
    padding: 20px 0 30px;
}
.contentRightBox h3 a{
    font-size: 14px;
    float: right;
    color: #999;
    line-height: 30px
}
.groomItem{}
.groomItemImg img{
    width: 100%;
    vertical-align: top;
}
.groomItemImg{
    position: relative;
}
.groomItemImg div{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 76px;
    height: 76px;
    color: #fff;
    font-size: 16px;
    text-indent: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(000,000,000,0.5);
}
.groomItemTitle{
    font-size: 14px;
    color: #626262;
    line-height: 1.8;
    padding: 18px 0;
}
.cooperation{
    position: fixed;
    width: 80px;
    /*height: 80px;*/
    right: 50px;
    bottom: 50px;
    z-index: 11;
}
.cooperationFind{
    background: #EA3F2C !important;
}
.cooperationFind a{
    color: #fff !important;
}
.flexBox{
    background: rgba(000,000,000,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top:0;
    z-index: 111;
}
.cooperationFrom{
    width: 600px;
    height: 350px;
    margin: 100px auto;
    padding: 30px;
    background: #fff;
    position: relative;
}
.cooperationFrom h3{
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.cooperationText{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 16px;
}
.cooperationText span{
    display: inline-block;
    width: 110px;
}
.cooperationText input{
    height: 36px;
    padding-left: 5px;
    width: 350px;
}
.typeRadio{
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.cooperationSubmit{
    display: block;
    width: 150px;
    line-height: 40px;
    background: #fede00;
    border: none;
    text-align: center;
    border-radius: 5px;
    margin: 30px auto 0;
    cursor: pointer;
    font-size: 18px;
}

/*detail*/
.detailHeader{

}
.introduce{
    border-top: 3px solid #fede00;
    background: #fffdf1;
}
.introduceBox{
    width: 1250px;
    margin: 0 auto;
    position: relative;
    padding: 35px 0;
}
.introduceText{
    color: #767674;
    font-size: 18px;
    margin: 24px 0 24px 164px;
    line-height: 36px;
}
.detailItem{
    padding: 40px;
    display: flex;
    background: #fbfbfb;
}
.detailItemImg{
    width: 386px;
    min-width: 386px;
    height: 250px;
    margin-right: 20px;
}
.detailItemImg img{
    width: 100%;
    height: 100%;
}
.detailItemText{
    font-size: 18px;
    line-height: 30px;
}
.detailItemIntro{
    color: #d9271d;
    font-size: 16px;
    line-height: 1.6;
}
.detailItemAssistant{
    color: #d9271d;
    line-height: 40px;
    border-bottom: 1px solid #e6e6e6;
}
.detailItemType{
    font-size: 16px;
    color: #959595;
    display: flex;
    line-height: 40px;
}
.detailItemType img{
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}
.immediatelyOrder{
    width: 136px;
    height: 36px;
    line-height: 36px;
    background: #fede00;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-top: 8px;
    cursor: pointer;
    position: relative;
}
.detailItemHTML{
    background: #fbfbfb;
    padding: 15px 40px 30px;
}
.detailItemHTML h3{
    font-size: 20px;
    text-indent: 12px;
    border-left: 9px solid #fede00;
    margin: 15px 0;
}
.recommendation{
    background:#fffdf1;
}
.itemHtml{
    font-size: 16px;
}
.contentLeftPosition{
    position: relative;
}
.floatBox{
    position: fixed;
    width: 81px;
    /*margin: 0 auto;*/
    bottom: 50px;
    left: 50%;
    margin-left: 160px;
    z-index: 123;
}
.immediatelyM{
    background: #fede00;
    font-size: 16px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
    position: relative;
}
.immediatelyM a{
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
    color: #333;
}
.showCode{
    position: absolute;
    padding: 30px 30px 15px;
    background: rgba(000,000,000,0.7);
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    top: -268px;
    left: -40px;
    text-align: center;
}
.showCodeAn{
    transform:rotateY(360deg);
    animation: myfirst 1.5s;
}
@keyframes myfirst
{
    from {transform:rotateY(180deg);}
    to {transform:rotateY(360deg);}
}

.showCode p{
    padding-top: 10px;
}
.showCode img{
    display: block;
    width: 150px;
    height: 150px;
    vertical-align: top;
}
.showCodeClose{
    position: absolute;
    width: 26px;
    top:5px;
    right: 5px;
    cursor: pointer;
}
.showCodeClose img{
    width: 100%;
    height: auto;
}

/*list*/
.listItemBox{
    width: 100%;
}


.frootBox{
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    background: #3d3d3d;
    color: #fff;
}
.frootBox img{
    width: 20px;
    vertical-align: middle;
}
.frootBox a{
    color: #fff;
}
.footerContent{
    width: 1020px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
}
.footerContent h3{
    font-size: 26px;
}
.mobile{
    font-size: 20px;
}
.footerBia{
    font-size: 12px;
}
.aboutUsErCode{
    width: 104px;
    text-align: center;
    line-height: 1.8;
    display: inline-block;
    margin-left: 30px;
}
.aboutUsErCode img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.aboutUsCode{
    position: absolute;
    top: 0;
    right: 0;
}
.qualification{
    border-bottom: 1px solid #fff;
}

.login{
    width: 500px;
    padding: 40px;
    background: #fff;
    margin: 300px auto;
    font-size: 18px;
    position: relative;
}
.login h3{
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}

/*关于我们*/
.aboutUsImg{
    width: 100%;
}
.aboutUsImg img{
    width: 100%;
    height:auto;
}
.aboutUsTitle{
    text-align: center;
    padding: 110px 0 70px;
}
.aboutUsTitle img{
    width: 620px;
}
.aboutUsIntroduce img{
    width: 460px;
}
.aboutUsFortBanner {
    width: 100%;
    min-width: 1200px;
    position: relative;
    height: 487px;
    overflow: hidden;
    margin-top: 130px;
}
.aboutUsFortBannerImg{
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.aboutUsFortBannerImg img{
    width: 100%;
    height: auto;
    vertical-align: top;
}

/*遮罩层*/
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 11111;
    background: rgba(000,000,000,0.6);
    display: none;
}
.qualificationMask{
    width: 1000px;
    height: 650px;
    padding: 30px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -500px;
    overflow-y: scroll;
}
.qualificationMask img{
    width: 100%;
}
.icpBox{
    text-align: center;
}
.icpBox img{
    height: 100%;
    width: auto;
}






























