/*
1919px [1920×1080]
*/
@media only screen and (max-width: 1919px) {

}
/*
1800px 过渡尺寸
*/
@media only screen and (max-width: 1800px){

}
/*
1680px [1680×1050]
*/
@media only screen and (max-width: 1680px) {


}

/*
1500px 过渡尺寸
*/
@media only screen and (max-width: 1500px) {

}
/*
1600px [1600×900]
*/
@media only screen and (max-width: 1600px) {


}

/*
1440px [1400×900]
*/
@media only screen and (max-width: 1440px) {


}

/*
1400px 过渡尺寸
*/
@media only screen and (max-width: 1400px) {

}


/*
1366px [1366×768]
*/
@media only screen and (max-width: 1366px) {

}

/*
1280px [1280×1024] [1280×800]
*/
@media only screen and (max-width: 1280px) {



}
/*
1200px 过渡尺寸
*/
@media only screen and (max-width: 1230px) {

.w1200{ width: 96%; }
.top{ /*display: none;*/ }

.logo { width:330px;
}

ul.uldh {
  width: calc(100% - 340px);
}
}

/*
1100px 过渡
*/
@media only screen and (max-width: 1100px) {


}

/*
1024px [1024×768] ipad1 ipad2 ipad mini 手机端开始
*/
@media only screen and (max-width: 1023px) {
.logo { width:280px;
}

ul.uldh {
  width: calc(100% - 290px);
}
}

/*
1000px 过渡
*/
@media only screen and (max-width: 1000px) {
.cp .cpl{width: 100%;
    float: none;
    border-bottom: 10px solid #9c9c9c;
}

.cpr{    width: 100%;
    float: none;
    border-bottom: 10px solid #39703E;}
.cpr_nr{ width:95%;}
.cpll,cprr{ display:none;}



ul.uldh {
  width: calc(100% - 0px); float:none; display: none;
}
.top1{ display:none}
ul.uldh li a.hasdiv .bkg { display:none;
}
.wap{ display:block;}
.top {
     display: none;
}
}

/* 900px 过渡 */
@media only screen and (max-width: 900px) {


}

/* 800px 竖屏 安卓平板 */
@media only screen and (max-width: 850px) {
.about .text {
    float: none;
    width: 100%;
}
.about .pic img{ width:100%; padding-top:20px;}
.about .pic {
    float: none;
    width: 100%;
}

.index_fl li {
    float: none;
    width: 100%; margin-left:0%;
}

}

/* 768px 竖屏 ipad mini */
@media only screen and (max-width: 767px) {
ul.uldh li{ display:inline-block; float:none; width:auto; padding:0px 12px;}
ul.uldh{  text-align:center;}
}



/* 700px 过渡 */
@media only screen and (max-width: 700px) {

.cp .cpl li{
    width: 50%;
  }
 .cp .cpl li div.cc .text dl {

    width: 92%;
}



}

/* 640px 过渡 */
@media only screen and (max-width:640px){

.foot {
     text-align:center; background:#434243; line-height:22px; padding:10px 0px;
}
.foot_nr .l,.foot_nr .r{ float:none;}
}
/* 绝对手机模式 */
@media only screen and (max-width: 600px) {

.cpsou {
    min-height: 56px; height:auto; background-size:auto 100%; padding-bottom:20px;
}
.cpsou1 {
     padding-bottom:0px;
}

.dh {
    margin: 10px auto 0px auto; background:#2F6E3B;
    height: auto; border:1px solid #000
}

}

/* 苹果s */
@media only screen and (max-width: 414px) {

}
/* 苹果普通、X */
@media only screen and (max-width: 375px) {
}
/* 安卓小屏 */
@media only screen and (max-width: 360px) {
}
/* 苹果5 */
@media only screen and (max-width: 320px) {
body{ font-size: 12px; }
}
/*手机横屏*/
@media (max-width:850px) and (max-height:414px) {}
@media (max-width:600px) and (max-height:320px) {

	}