/*1300px*/
@media screen and (max-width:1300px){
 .wrap{
    width: 90%;
 }
 .img01 .nr {
    position: relative;
    margin-top: 0;
    display: flex;
    align-items: center;
}
.img01 .nr img {
width: auto; 
    /* min-width: auto; */
    /* max-width: 0px; */
    /* height: auto; */
    margin: 40px auto 0;
    display: block;
    overflow: hidden;
}
/*列表*/
.listnews dd a{
    display: flex;
    align-items: center;
}
.listnews dd .img {
    width: 30%;
    height: auto;
}
.listnews dd .img img {
    width: 100%;
    height: auto;
}
.listnews dd .des {
    float: left;
    width: 65%;
    padding: 0 0 0 3%;
    text-align: justify;
}
.listnews dd .date{
    display: none;
}
}

/*1150px*/
@media screen and (max-width:1150px){
.con1 .fl {
    width: 46%;
}
.con1 .fl .tit {
    font-size: 32px;
}
.con1 .fl .des {
    width: 100%;
    font-size: 17px;
    line-height: 35px;
}
.con1 .fl ul.content li {
    font-size: 16px;
    line-height: 30px;
}
.con1 .fl .btn {
    margin-top: 30px;
    margin-bottom: 50px;
}
.con1 .fl .btn a {
    font-size: 17px;
    width: 32%;
    height: 48px;
    line-height: 48px;
}
.con1 .fr {
    width: 50%;
    height: 100%;
    margin-top: 50px;
}
.con2 .tit {
    font-size: 32px;
}
.section .fr .tit {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
}
.section .fr .nr li p {
    font-size: 16px;
    line-height: 30px;
}
.con9 ul li em {
    width: 88px;
    height: 88px;
}
.con9 ul li em span {
    font-size: 42px;
    line-height: 54px;
    padding-top: 6px;
}
.con9 ul li h3 {
    width: 74%;
    float: right;
    height: 86px;
    margin-top: 10px;
}
.con9 ul li p span {
    padding-top: 12px;
}
.con9 ul li {
    height: 91px;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.img01 .nr img {
    width: auto;
    min-width: auto;
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: 4%;
}
}


/*1000px*/
@media screen and (max-width:1000px){
header .logo {
    width: 30%;
}
header .logo span {
    font-size: 22px;
}
.con1 .fl .tit {
    font-size: 30px;
    line-height: 45px;
}
.con1 .fl .des {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.con1 .fl ul.content li {
    font-size: 15px;
    line-height: 28px;
}
.con1 .fl .btn a:first-child {
    margin-right: 38px;
}
.con1 .fl .btn a {
    font-size: 16px;
    width: 40%;
    height: 46px;
    line-height: 45px;
}
.con2 {
    margin: 30px auto 80px;
}
.con2 .tit {
    font-size: 30px;
}
.con2 .line {
    width: 60px;
    height: 5px;
    margin: 18px auto 25px;
}
.con2 .des {
    font-size: 16px;
    line-height: 32px;
}
.section .fr .tit {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}
.section .fr .nr li {
    margin-bottom: 8px;
}
.section .fr .nr li p {
    font-size: 15px;
    line-height: 28px;
}
.section .fr {
    width: 48%;
}
.section .fl {
    width: 48%;
}
.video01 .nr {
    margin-top: 9%;
}
.con9 .tit {
    font-size: 30px;
}
.con9 .line {
    width: 60px;
    height: 5px;
    margin: 18px auto 25px;
}
.con9 {
    padding: 50px 0;
}
.con9 ul li h3 {
    width: 70%;
    float: right;
    height: 86px;
    margin-top: 10px;
}
.con9 ul li p {
    font-size: 16px;
}
.con9 ul li span {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
}
.lxwm {
    padding: 80px 0 30px;
}
.lxwm .tit {
    font-size: 30px;
}

.lxwm .line {
    width: 60px;
    height: 5px;
    margin: 18px auto 25px;
}
.lxwm ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.part2 .part2_nr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part2 .iexpert {
    width: 100%;
    position: relative;
    float: left;
    left: 0;
    margin-bottom: 60px;
}
.part2 .inews {
    width: 100%;
    float: right;
    right: 0;
}
}

/*手机端*/
/*865px*/
@media screen and (max-width:865px){
.wrap{
    width: 90%;
}
.pc_head{
    display: none;
}
.m_head{
    display: block;
}
.con1 {
    padding: 105px 0 70px;
}
.con1 .fl {
    width: 100%;
}
.con1 .fr {
    width: 100%;
}
.con1 .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 95px;
}
.con1 .fl .btn {
    margin-bottom: 0;
}
.con2 {
    margin: 0 auto 60px;
}
.section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.section .fl {
    width: 100%;
    margin-bottom: 10px;
}
.section .fr {
    width: 100%;
    margin-top: 25px;
}

.con4 .fr,.con6 .fr,.con8 .fr{
}
.con9 ul {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1,100%);
    justify-content: space-between;
    margin-top: 40px;
}
.con9 {
    margin: 0 0 60px;
    padding: 40px 0;
}
.img01 .nr img {
    width: auto;
    min-width: auto;
    max-width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}
.sp01{
}
.sp02{
    display: block;
}

/*关于我们*/
.minbanner .pc_lbt{
display: none!important;
}
.minbanner .m_lbt{
display: block!important;
}
.m_head {
    position: relative;
    background: #016bff;
}
.m_head.act {
    position: fixed;
}
.reLink .nextLink {
    float: left;
    height: auto;
    line-height: 35px;
}
}


/*650px*/
@media screen and (max-width:650px){
.listnews dd .des h2 {
    line-height: 38px;
    font-size: 17px;
}
.listnews dd .des p {
    line-height: 24px;
    font-size: 14px;
}
.listnews dd .des span {
    line-height: 24px;
    margin-top: 2%;
    display: block;
    font-size: 12px;
}
.ntitle .hengxian{
    width: 90%;
}
.ntitle h3 {
    font-size: 28px;
    color: #333;
    line-height: 35px;
}
.ntitle .hengxian .xiantiao {
    bottom: -4px;
}
.ntitle .hengxian .xiantiao span {
    width: 10px;
    height: 10px;
}
.listnews dl {
    margin-top: 40px;
    display: inline-block;
}
.pager ul li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    background: #FFF;
    border: 1px solid #ddd;
    margin: 0 5px;
}
.part2 .inews li .des {
    width: 100%;
}
.part2 .inews li .date{
    display: none;
}
.iexpert .item .img{
    display: none;
}
.iexpert .item .des {
    float: left;
    width: 100%;
}
.iexpert .item .des h4 {
    font-size: 17px;
}
.iexpert .item .des p {
    font-size: 14px;
    line-height: 24px;
}
.part2 .inews li .des h2 {
    font-size: 17px;
}
.part2 .inews li .des p {
    line-height: 24px;
}
}

/*480px*/
@media screen and (max-width: 480px){
.listnews dd .des h2 {
    line-height: 36px;
    font-size: 16px;
}
}











