@charset "utf-8";
/* CSS Document */

html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,span,p,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}

table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
img{display: block; border:0px;}
ol,ul{list-style:none}
.fl{ float: left; }
.fr{ float: right; }
.mt-20{margin-top: 20px;}
.mt-15{margin-top: 15px;}
.w-640{
  margin:0 auto;
  max-width: 640px;
  height: auto;
  background-color: #333;
  overflow: hidden;
}
/*标题*/
.ph-tit1{
  position: relative;
  margin:0 auto;
  padding:10px 0px;
  width: 80%;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.ph-tit1:after{
  content: "";
  position: absolute;
  bottom:0px;
  left:50%;
  margin-left: -30px;
  width: 60px;
  height: 3px;
  background-color: #e70012;
}
.ph-tit1 h2{
  display: block;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.ph-tit1 p{
  display: block;
  margin-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  color: #666;
}

.menu_menu_bg {padding:5px 0px; background-color: #224db5;overflow: hidden;}

.ph_menu {margin:0 auto; padding:0px; width:100%;/* min-width:320px; */overflow: hidden; text-align: center;}
.ph_menu li{ display: inline-block; margin:1px -1px; width:23.5%; font-weight:bold;height:30px; line-height:28px;
 text-align:center; background:url(../img/dhbg.jpg);box-sizing:border-box;}
.ph_menu li a{width:100%; color:#ffffff; font-size:16px; font-weight:normal; text-align: center;}
.ph_menu li a:hover{ color:#ffffff;}

  /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom: 5px;
  width: 100%;
  background-color: #454545;
  overflow: hidden;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li a{
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/*返回顶部*/
.to-top { display: none; padding: 5px 10px; color: #fff; background-color: #f50;}
/*首页简介*/
.ph-h-about{
  padding:15px;
  background-color: #1b2634;
}
.ph-h-about h2{
  display: block;
  padding:15px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.ph-h-about p{
  margin-bottom: 15px;
  padding:0px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 170%;
}
.ph-h-about .ph-a-more a{
  display: block;
  margin: 0px auto;
  border-radius: 5px;
  padding:5px;
  width: 50%;
  margin:0px auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #224db5;
}

.ph-sy-more a{
  display: block;
  margin: 0px auto;
  border-radius: 20px;
  padding:5px;
  width: 80%;
  margin:0px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #d20412;
  margin-top: 20px;
  font-weight: bold;
}


.ph-h-about .ph-a-more a{
  display: block;
  margin: 0px auto;
  border-radius: 5px;
  padding:5px;
  width: 50%;
  margin:0px auto;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background-color: #224db5;
}

.ph-sy-more a{
  display: block;
  margin: 0px auto;
  border-radius: 20px;
  padding:5px;
  width: 80%;
  margin:0px auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #f90707;
  margin-top: 20px;
  font-weight: bold;
}


.ph-sy-more1{
  width: 100%;
  margin: 0px auto;
  text-align: center;}

.ph-sy-more1 a{
  display:inline-block !important;
  margin: 0px 2px;
  border-radius: 0px;
  padding:5px !important;
  width: 40%;
  font-size: 14px;
  color: #fff !important;
  text-align: center;
  background-color: #20429c;
  font-weight:normal;
}

/*首页新闻*/
.ph-news1{
  padding:15px;
  padding-top: 8px;
  height: auto;
  overflow: hidden;
}
.ph-news1 li{
  padding:15px 0px;
  border-bottom: 1px dashed #e1e1e1;
  overflow: hidden;
}
.ph-news1 li img{
  display: block;
  float: left;
  width: 30%;
  overflow: hidden;
}
.ph-news1 li .news-r{
  float: right;
  width: 65%;
}
.ph-news1 li .news-r a h3{
  display: block;
  height: 24px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
}
.ph-news1 li .news-r span{
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  color: #9d9d9d;
}
.ph-news1 li .news-r p{
  display: block;
  height: 40px;
  font-size: 14px;
  color: #333;
  line-height: 140%;
  overflow: hidden;
}
/*底部联系我们*/
.ph-f-cont{
  padding:15px;
  background-color: #f9f9f9;
}
.ph-f-cont h2{
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 26px;
  color: #333333;
}
.ph-f-cont .f-lxwm{
  margin:0 auto;
  padding:15px;
  width: 85%;
  font-size: 14px;
  color: #333333;
  line-height: 150%;
  border:1px solid #eaeaea;
}
.ph-f-cont .f-lxwm p,
.ph-f-cont .f-lxwm p a,
.ph-f-cont .f-lxwm a{
  font-size: 14px;
  color: #333333;
  line-height: 150%;
  text-align: center;
}
.ph-f-cont .f-lxwm p{
}

.ph-f-cont .f-lxwm img{
  margin: 5px;
  float: left;
}

/*底部版权*/
.ph-bq{
  margin-bottom: 63px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 150%;
  background-color: #224db5;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}
/*================内页===========*/
.ph-ny-banner{
  width: 100%;
  height: auto;
}
/*内页详情*/
.ph-n-cont{
  padding:15px;
  font-size: 15px;
  color: #333;
  line-height: 170%
}
.ph-n-cont p, .ph-n-cont p a, .ph-n-cont p p{
  font-size: 15px;
  color: #333;
  line-height: 170%
}

.ph-n-cont img{
  float: left;
}

.ph-picnr {
    padding: 0 10px;
}

.y-dy {
    padding: 0px 15px;
    padding-bottom: 20px;
    overflow: hidden;
}
/*====================之前的样式====================*/

/*y手机站样式*/
.y-phone-content{ padding:15px; font-size:1em; line-height:1.8em; color:#333333;}
.y-phone-content p{ padding:0px 20px ; text-align:left; line-height:170%; font-size:15px; color:#333;}
.y-phone-content p p{font-size:15px; color:#333;}

.y-tit01{ height:40px; line-height:40px; background-color:#f9f9f9; color:#333333; font-size:17px; text-indent:20px; border-left: 5px solid #fa3e3e; font-family:"Microsoft Yahei"; font-weight:bold;}
.y-n-content{ height:50px; line-height:50px; text-align:center; border-bottom:#CCC 1px solid;}
.y-n-content h1{ font-size:16px;}
.y-n-content p{ font-size:15px; font-family:"Microsoft Yahei"; line-height:170%; text-align:left;}
.y-dy{ padding:0px 15px; padding-bottom:20px;overflow: hidden;}
.y-dy p{ line-height:170%; text-align:left; font-size:14px; color:#333;}
.y-pro{ padding:0px 5px; padding-bottom:20px;overflow: hidden;}
.y-pro p{ line-height:170%; text-align:left; font-size:14px; color:#333;}
/*my上一页下一页样式*/
.mypage{ background-color:#f9f9f9; padding:5px; color:#3333; font-size:12px;}
.mypage a{ color:#333; font-size:12px;}


.main{}
/*y手机站导航样式*/
.mini_navv{width:100%;margin:0 auto; background: #485460;}
.nav5_11 {min-width:320px;}
.nav5_11 ul li{ margin:3px 0px; font-weight:bold;display:block; float:left; height:30px; line-height:30px; width:24.5%; text-align:center; border-right: 1px solid #2a445e;}
.nav5_11 ul li a{display:block; float:left; width:100%; color:#ffffff; font-size:16px; font-weight:normal;}
.nav5_11 ul li a:hover{ color:#ffffff;}



/*手机banner轮播*/
.banner{width:100%;}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
  -webkit-transition:left 800ms ease-in 0;
  -moz-transition:left 800ms ease-in 0;
  -o-transition:left 800ms ease-in 0;
  -ms-transition:left 800ms ease-in 0;
  transition:left 800ms ease-in 0;

}
.swipe #pagenavi{position:absolute;left:0px;bottom:0px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}


.mini_jj{ padding:15px 0px; border-bottom:1px dashed #eaeaea; text-align:center; font-size:18px; font-weight:bold; color:#fa3e3e;}

.mini_jjmore{ width:30%; height:35px; margin:0px auto; background:#313131; text-align:center; border-radius: 5px;-moz-border-radius: 10px;-webkit-border-radius: 10px;line-height:35px;}
.mini_jjmore a{ font-size:14px; color:#ffffff;}



.mini-class01 {margin:0 auto; padding:0px; width:100%;/* min-width:320px; */overflow: hidden; text-align: center;}
.mini-class01 li{ display: inline-block; margin:3px 3px; width:46%; font-weight:bold;height:30px; line-height:28px;
 text-align:center;  border: 1px solid #333333;box-sizing:border-box;}
.mini-class01 li a{ display: inline-block;  width:100%; height:30px;   
  color:#333333; font-size:14px; font-weight:normal; text-align: center;}
.mini-class01 li a:hover{ color:#333333;}


.minitop{    
    width: 100%;
    background: #f3f3f3;
    height: 45px;
    text-align: right;
    line-height: 45px;
  }

.minitop img{ 
    display: inline-block;
    text-align: right;
  }

.minitop a{ 
    padding: 5px;
  }


ul.love li .lxxx{padding:0px 10px 10px 5px; overflow: hidden;}
ul.love li .lxxx a{padding:0px; margin:0px;}
ul.love li .lx-phone{width: 90%; border-radius: 10px; margin: 0px auto; background-color:#224db5; text-align: center; padding:3px 4px;}
ul.love li .lx-phone img{display: inline-block;vertical-align:middle; width: 16px; height: 15px; margin:0px; padding:0px;}
ul.love li .lx-phone p{display: inline-block;vertical-align:middle; font-size: 14px; color: #ffffff; padding:0px; margin:0px; margin-left:5px;}
ul.love li .lx-dx{width: 44%;float: right; background-color: #454545; text-align: center; padding:3px 4px;}
ul.love li .lx-dx img{display: inline-block;vertical-align:middle; width: 16px; height: 15px; margin:0px; padding:0px;}
ul.love li .lx-dx p{display: inline-block;vertical-align:middle; font-size: 14px; color: #ffffff; padding:0px; margin:0px; margin-left:5px;}

