/*
* name: Grid System
* version: v1.0.0
* update: 使用max-device-width代替max-width
* date: 2014-06-30
*/
.row {
  width: 101.66666667%;
  transition: 0.2s width ease;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  clear: both;
  content: '';
}
.row > [class*="span-"] {
  float: left;
  margin-right: 1.66666667%;
  *margin-right: 1.55666667%;
}
.row > .span-1 {
  width: 2.5%;
}
.row > .span-2 {
  width: 6.66666667%;
}
.row > .span-3 {
  width: 10.83333333%;
}
.row > .span-4 {
  width: 15%;
}
.row > .span-5 {
  width: 19.16666667%;
}
.row > .span-6 {
  width: 23.33333333%;
}
.row > .span-7 {
  width: 27.5%;
}
.row > .span-8 {
  width: 31.66666667%;
}
.row > .span-9 {
  width: 35.83333333%;
}
.row > .span-10 {
  width: 40%;
}
.row > .span-11 {
  width: 44.16666667%;
}
.row > .span-12 {
  width: 48.33333333%;
}
.row > .span-13 {
  width: 52.5%;
}
.row > .span-14 {
  width: 56.66666667%;
}
.row > .span-15 {
  width: 60.83333333%;
}
.row > .span-16 {
  width: 65%;
}
.row > .span-17 {
  width: 69.16666667%;
}
.row > .span-18 {
  width: 73.33333333%;
}
.row > .span-19 {
  width: 77.5%;
}
.row > .span-20 {
  width: 81.66666667%;
}
.row > .span-21 {
  width: 85.83333333%;
}
.row > .span-22 {
  width: 90%;
}
.row > .span-23 {
  width: 94.16666667%;
}
.row > .span-24 {
  width: 98.33333333%;
}
/*
* 无间距模式
*/
.full-row {
  width: 100%;
  transition: 0.2s width ease;
  *zoom: 1;
}


.full-row li{ margin-right:0.5%; margin-bottom:0.5%}




.full-row:before,
.full-row:after {
  display: table;
  clear: both;
  content: '';
}
.full-row > [class*='span'] {
  float: left;
}
.full-row > .span-1 {
  width: 4.16666667%;
  *width: 4.05666667%;
}
.full-row > .span-2 {
  width: 8.33333333%;
  *width: 8.22333333%;
}
.full-row > .span-3 {
  width: 12.5%;
  *width: 12.39%;
}
.full-row > .span-4 {
  width: 16.66666667%;
  *width: 16.55666667%;
}
.full-row > .span-5 {
  width: 20.83333333%;
  *width: 20.72333333%;
}
.full-row > .span-6 {
  width: 25%;
  *width: 24.89%;
}
.full-row > .span-7 {
  width: 29.16666667%;
  *width: 29.05666667%;
}
.full-row > .span-8 {
  width: 32.8%;
  *width: 33.22333333%;
}
.full-row > .span-9 {
  width: 37.5%;
  *width: 37.39%;
}
.full-row > .span-10 {
  width: 41.66666667%;
  *width: 41.55666667%;
}
.full-row > .span-11 {
  width: 45.83333333%;
  *width: 45.72333333%;
}
.full-row > .span-12 {
  width: 50%;
  *width: 49.89%;
}
.full-row > .span-13 {
  width: 54.16666667%;
  *width: 54.05666667%;
}
.full-row > .span-14 {
  width: 58.33333333%;
  *width: 58.22333333%;
}
.full-row > .span-15 {
  width: 62.5%;
  *width: 62.39%;
}
.full-row > .span-16 {
  width: 66.66666667%;
  *width: 66.55666667%;
}
.full-row > .span-17 {
  width: 70.83333333%;
  *width: 70.72333333%;
}
.full-row > .span-18 {
  width: 75%;
  *width: 74.89%;
}
.full-row > .span-19 {
  width: 79.16666667%;
  *width: 79.05666667%;
}
.full-row > .span-20 {
  width: 83.33333333%;
  *width: 83.22333333%;
}
.full-row > .span-21 {
  width: 87.5%;
  *width: 87.39%;
}
.full-row > .span-22 {
  width: 91.66666667%;
  *width: 91.55666667%;
}
.full-row > .span-23 {
  width: 95.83333333%;
  *width: 95.72333333%;
}
.full-row > .span-24 {
  width: 100%;
  *width: 99.89%;
}
/*
* 工具
*/
.row > .pull-right,
.full-row > .pull-right {
  float: right;
}
.row > .center {
  position: relative;
  left: -0.83333333%;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.full-row > .center {
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}
.pull-left-1 {
  position: relative;
  left: -4.16666667%;
}
.pull-left-2 {
  position: relative;
  left: -8.33333333%;
}
.pull-left-3 {
  position: relative;
  left: -12.5%;
}
.pull-left-4 {
  position: relative;
  left: -16.66666667%;
}
.pull-left-5 {
  position: relative;
  left: -20.83333333%;
}
.pull-left-6 {
  position: relative;
  left: -25%;
}
.pull-left-7 {
  position: relative;
  left: -29.16666667%;
}
.pull-left-8 {
  position: relative;
  left: -33.33333333%;
}
.pull-left-9 {
  position: relative;
  left: -37.5%;
}
.pull-left-10 {
  position: relative;
  left: -41.66666667%;
}
.pull-left-11 {
  position: relative;
  left: -45.83333333%;
}
.pull-left-12 {
  position: relative;
  left: -50%;
}
.pull-left-13 {
  position: relative;
  left: -54.16666667%;
}
.pull-left-14 {
  position: relative;
  left: -58.33333333%;
}
.pull-left-15 {
  position: relative;
  left: -62.5%;
}
.pull-left-16 {
  position: relative;
  left: -66.66666667%;
}
.pull-left-17 {
  position: relative;
  left: -70.83333333%;
}
.pull-left-18 {
  position: relative;
  left: -75%;
}
.pull-left-19 {
  position: relative;
  left: -79.16666667%;
}
.pull-left-20 {
  position: relative;
  left: -83.33333333%;
}
.pull-left-21 {
  position: relative;
  left: -87.5%;
}
.pull-left-22 {
  position: relative;
  left: -91.66666667%;
}
.pull-left-23 {
  position: relative;
  left: -95.83333333%;
}
.pull-left-24 {
  position: relative;
  left: -100%;
}
.pull-right-1 {
  position: relative;
  left: 4.16666667%;
}
.pull-right-2 {
  position: relative;
  left: 8.33333333%;
}
.pull-right-3 {
  position: relative;
  left: 12.5%;
}
.pull-right-4 {
  position: relative;
  left: 16.66666667%;
}
.pull-right-5 {
  position: relative;
  left: 20.83333333%;
}
.pull-right-6 {
  position: relative;
  left: 25%;
}
.pull-right-7 {
  position: relative;
  left: 29.16666667%;
}
.pull-right-8 {
  position: relative;
  left: 33.33333333%;
}
.pull-right-9 {
  position: relative;
  left: 37.5%;
}
.pull-right-10 {
  position: relative;
  left: 41.66666667%;
}
.pull-right-11 {
  position: relative;
  left: 45.83333333%;
}
.pull-right-12 {
  position: relative;
  left: 50%;
}
.pull-right-13 {
  position: relative;
  left: 54.16666667%;
}
.pull-right-14 {
  position: relative;
  left: 58.33333333%;
}
.pull-right-15 {
  position: relative;
  left: 62.5%;
}
.pull-right-16 {
  position: relative;
  left: 66.66666667%;
}
.pull-right-17 {
  position: relative;
  left: 70.83333333%;
}
.pull-right-18 {
  position: relative;
  left: 75%;
}
.pull-right-19 {
  position: relative;
  left: 79.16666667%;
}
.pull-right-20 {
  position: relative;
  left: 83.33333333%;
}
.pull-right-21 {
  position: relative;
  left: 87.5%;
}
.pull-right-22 {
  position: relative;
  left: 91.66666667%;
}
.pull-right-23 {
  position: relative;
  left: 95.83333333%;
}
.pull-right-24 {
  position: relative;
  left: 100%;
}
@media only screen and (max-width: 1240px) {
  /*
* 中屏
*/
  .row > .midd-1 {
    width: 2.5%;
  }
  .row > .midd-2 {
    width: 6.66666667%;
  }
  .row > .midd-3 {
    width: 10.83333333%;
  }
  .row > .midd-4 {
    width: 15%;
  }
  .row > .midd-5 {
    width: 19.16666667%;
  }
  .row > .midd-6 {
    width: 23.33333333%;
  }
  .row > .midd-7 {
    width: 27.5%;
  }
  .row > .midd-8 {
    width: 31.66666667%;
  }
  .row > .midd-9 {
    width: 35.83333333%;
  }
  .row > .midd-10 {
    width: 40%;
  }
  .row > .midd-11 {
    width: 44.16666667%;
  }
  .row > .midd-12 {
    width: 48.33333333%;
  }
  .row > .midd-13 {
    width: 52.5%;
  }
  .row > .midd-14 {
    width: 56.66666667%;
  }
  .row > .midd-15 {
    width: 60.83333333%;
  }
  .row > .midd-16 {
    width: 65%;
  }
  .row > .midd-17 {
    width: 69.16666667%;
  }
  .row > .midd-18 {
    width: 73.33333333%;
  }
  .row > .midd-19 {
    width: 77.5%;
  }
  .row > .midd-20 {
    width: 81.66666667%;
  }
  .row > .midd-21 {
    width: 85.83333333%;
  }
  .row > .midd-22 {
    width: 90%;
  }
  .row > .midd-23 {
    width: 94.16666667%;
  }
  .row > .midd-24 {
    width: 98.33333333%;
  }
  /*
* 工具
*/
  .midd-hide {
    display: none;
  }
  .midd-center {
    position: relative;
    left: -0.83333333%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .midd-1 {
    width: 4.16666667%;
  }
  .full-row > .midd-2 {
    width: 8.33333333%;
  }
  .full-row > .midd-3 {
    width: 12.5%;
  }
  .full-row > .midd-4 {
    width: 16.66666667%;
  }
  .full-row > .midd-5 {
    width: 20.83333333%;
  }
  .full-row > .midd-6 {
    width: 25%;
  }
  .full-row > .midd-7 {
    width: 29.16666667%;
  }
  .full-row > .midd-8 {
    width: 33.33333333%;
  }
  .full-row > .midd-9 {
    width: 37.5%;
  }
  .full-row > .midd-10 {
    width: 41.66666667%;
  }
  .full-row > .midd-11 {
    width: 45.83333333%;
  }
  .full-row > .midd-12 {
    width: 50%;
  }
  .full-row > .midd-13 {
    width: 54.16666667%;
  }
  .full-row > .midd-14 {
    width: 58.33333333%;
  }
  .full-row > .midd-15 {
    width: 62.5%;
  }
  .full-row > .midd-16 {
    width: 66.66666667%;
  }
  .full-row > .midd-17 {
    width: 70.83333333%;
  }
  .full-row > .midd-18 {
    width: 75%;
  }
  .full-row > .midd-19 {
    width: 79.16666667%;
  }
  .full-row > .midd-20 {
    width: 83.33333333%;
  }
  .full-row > .midd-21 {
    width: 87.5%;
  }
  .full-row > .midd-22 {
    width: 91.66666667%;
  }
  .full-row > .midd-23 {
    width: 95.83333333%;
  }
  .full-row > .midd-24 {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  /*
* 小屏栅格
*/
  .row > .smal-1 {
    width: 2.5%;
  }
  .row > .smal-2 {
    width: 6.66666667%;
  }
  .row > .smal-3 {
    width: 10.83333333%;
  }
  .row > .smal-4 {
    width: 15%;
  }
  .row > .smal-5 {
    width: 19.16666667%;
  }
  .row > .smal-6 {
    width: 23.33333333%;
  }
  .row > .smal-7 {
    width: 27.5%;
  }
  .row > .smal-8 {
    width: 31.66666667%;
  }
  .row > .smal-9 {
    width: 35.83333333%;
  }
  .row > .smal-10 {
    width: 40%;
  }
  .row > .smal-11 {
    width: 44.16666667%;
  }
  .row > .smal-12 {
    width: 48.33333333%;
  }
  .row > .smal-13 {
    width: 52.5%;
  }
  .row > .smal-14 {
    width: 56.66666667%;
  }
  .row > .smal-15 {
    width: 60.83333333%;
  }
  .row > .smal-16 {
    width: 65%;
  }
  .row > .smal-17 {
    width: 69.16666667%;
  }
  .row > .smal-18 {
    width: 73.33333333%;
  }
  .row > .smal-19 {
    width: 77.5%;
  }
  .row > .smal-20 {
    width: 81.66666667%;
  }
  .row > .smal-21 {
    width: 85.83333333%;
  }
  .row > .smal-22 {
    width: 90%;
  }
  .row > .smal-23 {
    width: 94.16666667%;
  }
  .row > .smal-24 {
    width: 98.33333333%;
  }
  /*
* 工具
*/
  .smal-hide {
    display: none;
  }
  .smal-show {
    display: block;
  }
  .smal-center {
    position: relative;
    left: -0.83333333%;
    display: block;
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
  }
  /*
* 清除位移
*/
  [class*='pull-left-'],
  [class*='pull-right-'] {
    right: auto;
    left: auto;
  }
  /*
* 无间距模式
*/
  .full-row > .smal-1 {
    width: 4.16666667%;
  }
  .full-row > .smal-2 {
    width: 8.33333333%;
  }
  .full-row > .smal-3 {
    width: 12.5%;
  }
  .full-row > .smal-4 {
    width: 16.66666667%;
  }
  .full-row > .smal-5 {
    width: 20.83333333%;
  }
  .full-row > .smal-6 {
    width: 25%;
  }
  .full-row > .smal-7 {
    width: 29.16666667%;
  }
  .full-row > .smal-8 {
    width: 33.33333333%;
  }
  .full-row > .smal-9 {
    width: 37.5%;
  }
  .full-row > .smal-10 {
    width: 41.66666667%;
  }
  .full-row > .smal-11 {
    width: 45.83333333%;
  }
  .full-row > .smal-12 {
    width: 50%;
  }
  .full-row > .smal-13 {
    width: 54.16666667%;
  }
  .full-row > .smal-14 {
    width: 58.33333333%;
  }
  .full-row > .smal-15 {
    width: 62.5%;
  }
  .full-row > .smal-16 {
    width: 66.66666667%;
  }
  .full-row > .smal-17 {
    width: 70.83333333%;
  }
  .full-row > .smal-18 {
    width: 75%;
  }
  .full-row > .smal-19 {
    width: 79.16666667%;
  }
  .full-row > .smal-20 {
    width: 83.33333333%;
  }
  .full-row > .smal-21 {
    width: 87.5%;
  }
  .full-row > .smal-22 {
    width: 91.66666667%;
  }
  .full-row > .smal-23 {
    width: 95.83333333%;
  }
  .full-row > .smal-24 {
    width: 100%;
  }
  
  

  
  
  
}



.news_index{clear: both; list-style:none;margin:0px; padding: 0px; margin-bottom: 25px;}
.news_index li{padding: 15px 0px 15px 0px; }
.news_index li span{display: inline-block; width: 60px; height:60px; text-align: center; background-color: #005bab; color: #fff; float: left;  padding:0px 2px; margin-right: 15px; margin-top:4px;}
.news_index li span strong{display: block; font-size: 23px; font-weight: normal; padding-top:5px;}
.news_index li span i{display: block; font-size: 12px;  font-style: normal; font-family: Arial;}
.news_index li a{color:##333333; font-size: 17px; }
.news_index li a:hover{ text-decoration:none;color:#de0000; }
.news_index li em{ font-style: normal;line-height: 18px;color:#8e8c8c; padding-top: 8px; font-size: 13px;}

/*首页新闻*/
.ipart03{padding:1px 0 50px;}
.ipart03 .infor{text-align:center}
.ipart03 .infor .tit{font-size:34px; line-height:34px; color:#2a2a2a;}
.ipart03 .content{margin-top:10px;}
.ipart03 .content .rect-86{padding-bottom:86%;}
.ipart03 .content .left{width:32%; float:left;}
.ipart03 .content .left a{display:block;}
.ipart03 .content .left .intro{background:#fff}
.ipart03 .content .left .intro .box{padding:25px 53px 35px 35px;}
.ipart03 .content .left .intro .box .t{font-size:20px; color:#1c1c1c; margin-bottom:3px;}
.ipart03 .content .left .intro .box .c{font-size:14px; color:#7b7b7b; margin-bottom:15px;}
.ipart03 .content .left .intro .box .date{font-size:14px; color:#9d9d9d; font-family:Arial; position:relative;}
.ipart03 .content .left .intro .box .icon{width:32px; height:9px; background:url(../image/ipart03_2.png) no-repeat center; position:absolute; right:0; bottom:2px;}
.ipart03 .content .left:hover .intro .box .t{color:#bf1b1d}
.ipart03 .content .center{width:32%; float:left; margin:0 2%;}
.ipart03 .content .center .item{background:#fff; transition:all 0.5s ease;}
.ipart03 .content .center .item01{margin-bottom:20px;}
.ipart03 .content .center .item_box{display:block; padding:40px 42px 25px;}
.ipart03 .content .center .item_box .t{font-size:20px; color:#242424; transition:all 0.5s ease;}
.ipart03 .content .center .item_box .c{font-size:14px; color:#686868; line-height:23px; height:46px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin-top:15px; transition:all 0.5s ease;}
.ipart03 .content .center .item_box .date{color:#9d9d9d; position:relative; font-family:Arial; border-top:1px solid #d8d8d8; transition:all 0.5s ease; margin-top:20px; padding-top:20px;}
.ipart03 .content .center .item_box .date .day{font-size:37px; line-height:37px; font-weight:bold;}
.ipart03 .content .center .item_box .date .year{font-size:14px; line-height:20px; margin-top:3px;}
.ipart03 .content .center .item_box .date .icon{width:32px; height:9px; background:url(../image/ipart03_3.png) no-repeat center; position:absolute; right:25px; bottom:15px; transition:all 0.5s ease;}

.ipart03 .content .center .item:hover{box-shadow:0 0 20px rgba(0,0,0,.1)}
.ipart03 .content .center .item:hover .item_box .t{color:#bf1b1d}
.ipart03 .content .center .item:hover .item_box .c{color:#bf1b1d}
.ipart03 .content .center .item:hover .item_box .date{color:#bf1b1d}
.ipart03 .content .center .item:hover .item_box .date .icon{background:url(../image/ipart03_2.png) no-repeat center;}
.ipart03 .content .right{width:32%; float:right}
.ipart03 .content .right li{margin-top:17px; background:#fff; transition:all 0.5s ease;}
.ipart03 .content .right li:first-child{margin-top:0}
.ipart03 .content .right .li_box{display:block; padding:40px 35px 40px 50px;}
.ipart03 .content .right .li_box .date{display:inline-block; width:25%; color:#9d9d9d; font-family:Arial; border-right:1px solid #d8d8d8; margin-right:8%; transition:all 0.5s ease; vertical-align:middle; padding:3px 0;}
.ipart03 .content .right .li_box .date .day{font-size:37px; line-height:37px; font-weight:bold;}
.ipart03 .content .right .li_box .date .line{width:21px; height:2px; background:#d4d4d4; margin:10px 0 13px;}
.ipart03 .content .right .li_box .date .year{font-size:14px; line-height:20px;}
.ipart03 .content .right .li_box .intro{display:inline-block; width:65%; vertical-align:middle;}
.ipart03 .content .right .li_box .intro .t{font-size:20px; color:#2c2c2c; line-height:25px; height:50px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition:all 0.5s ease;}
.ipart03 .content .right .li_box .intro .icon{width:32px; height:9px; background:url(../image/ipart03_3.png) no-repeat center; margin-top:15px; transition:all 0.5s ease;}
.ipart03 .content .right li:hover {box-shadow:0 0 20px rgba(0,0,0,.1)}
.ipart03 .content .right li:hover .li_box .date{color:#bf1b1d;}
.ipart03 .content .right li:hover .li_box .intro .t{color:#bf1b1d;}
.ipart03 .content .right li:hover .li_box .intro .icon{background:url(../image/ipart03_2.png) no-repeat center;}
.ipart03 .content .left .intro .box {
  padding: 30px 53px 45px 35px;
}

/*底部*/
.if_bg{
  background: #000;
  padding: 60px 0 35px;
}
.if1{
  width: 320px;
  color: #ffffff;
  border-right: 1px solid #4d4d4d;
}
.if2{
  width: 400px;
  color: #ffffff;
  border-right: 1px solid #4d4d4d;
  padding-right: 60px;
  box-sizing: border-box;
}
.if3{
  width: 265px;
  color: #ffffff;
}
.ifooter{
  display: flex;
  justify-content: space-between;
}
.if1 ul li{
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
}
.if1 ul li a{
  color: #ffffff;
  font-size: 16px;
}
.ftitle{
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #ffffff;
}
.ftitle span{
  font-size: 14px;
  font-weight: 100;
  line-height: 30px;
}
.if2 p{
  font-size: 14px;
  margin-bottom: 13px;
}
.if3l{
  float: left;
  margin-right: 47px;
  margin-top: 0px;
}
.if3l p{
  font-size: 14px;
  margin-top: 15px;
}
.ficp{
  background: #000;
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
  color: #ffffff;
}
.ficp a{
  color: #ffffff;
}
.flink{
  background: #000;
  border-top: 1px solid #4d4d4d;
}
.flink a{
  line-height: 85px;
  color: #ffffff;
  font-size: 14px;
  margin-right: 50px;
}
.flink a:first-of-type{
  font-size: 20px;
  margin-right: 60px;
}
.flink a:first-of-type span{
  font-size: 16px;
}

.w1200 {
  max-width: 1181px;
  margin: 0 auto;
}
.if2 p.htel{
  background: url("../image/i42.png") no-repeat left;
  padding-left: 35px;
  font-size: 20px;
  font-weight: bold;
  background-size: 23px;
}
.xc_nav{
  border-bottom: 1px solid #DFDFDF;
}

.xypg-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.xypg-pagination a, .xypg-pagination #current, .xypg-pagination span {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.clear{
  clear: both;
}
.imap{
  margin-top: 50px;
  padding: 5px;
  border: 1px solid #DFDFDF;
}
@media only screen and (max-width:1367px) {
  .ipart03 .content .center .item_box {
    padding: 25px;
  }

  .ipart03 .content .center .item_box .c {
    margin-top: 11px;
  }

  .ipart03 .content .center .item_box .date {
    margin-top: 16px;
    padding-top: 16px;
  }

  .ipart03 .content .right .li_box {
    padding: 31px 30px;
  }
}
@media only screen and (max-width: 1240px) {
  .ipart03{padding:1px 0;}
  .ipart03 .content .center .item_box .c{height:23px; -webkit-line-clamp:1;}
  .ipart03 .content .center .item_box .date{margin-top:13px; padding-top:13px;}
  .ipart03 .content .center .item_box .date .day{font-size:30px; line-height:30px;}
  .ipart03 .content .right .li_box{padding:26px;}
  .ipart03 .content .right .li_box .date .line{margin:5px 0;}
  .ipart03 .content .right .li_box .date .day{font-size:30px; line-height:30px;}
  .ipart03 .content .right .li_box .intro{width:64%;}
  .ipart03 .content .right .li_box .intro .t{font-size:18px;}
}
@media only screen and (max-width: 992px) {
  .ipart03 .content .left{width:100%}
  .ipart03 .content .center{width:100%; margin:30px 0;}
  .ipart03 .content .center .item01{margin-bottom:30px;}
  .ipart03 .content .right{width:100%;}
  .ipart03 .content .right li{margin-top:30px;}
}
@media only screen and (max-width: 760px) {
  .ipart03{padding:1px 0 50px;}
  .ipart03 .infor .tit{font-size:20px; line-height:24px;}
  .ipart03 .content{margin-top:0px;}
  .ipart03 .content .left .intro .box{padding:25px;}
  .ipart03 .content .center{margin:20px 0;}
  .ipart03 .content .right li{margin-top:20px;}
  .ipart03 .content .right .li_box .intro .t{font-size:16px;}
  .ifooter,.flink{
    display: none;
  }
  .if_bg{
    padding: 30px 10px;
    box-sizing: border-box;
  }
  .ficp{
    margin-top: 0;
  }
}