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{border:0px;}
ol,ul{list-style:none}
.fl{ float: left; }
.fr{ float: right; }
.mt-20{margin-top: 20px;}
.mt-15{margin-top: 15px;}
.mt-80{ margin-top: 80px; }
.mt-40{margin-bottom:40px;}
.w-640{
  margin:0 auto;
  max-width: 640px;
  height: auto;
  background-color: #333;
  overflow: hidden;
}
/*标题*/
.ph-tit1{
  position: relative;
  padding:10px;
  width:auto;
  background-color:#f8f8f8;
  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: #ff9900;
}
.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:24px;
  text-transform: uppercase;
  text-align: center;
  color: #888;
  font-family:Impact;
}
.w-ph{
  padding:15px 15px;
}
.ph-top{
  position: fixed;
  top:0px;
  left:0px;
  z-index: 10000;
  width: 100%;
  /*height: 100%;
  background-color: #333;*/
}
.ph-top .ph-tit{
  width: 100%;
  height: 80px;
  background: url(../images/mini-t-bg.jpg);
  background-color: #fff;

}
.ph-top .ph-tit .logo{
  padding-top: 5px;
  width: 70%;
  float: left;
}
/*=========浮动导航========*/
#ph-menu-tu{
  position: fixed;
  top:40px;
  right:6px;
  z-index: 11111;
  width: 40px;
  height: 32px;
  background:#034f43;
  border-radius: 5px;
}

#ph-menu-tu div{
  width: 60%;
  height: 3px;
  background: #fff;
  margin: 5px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}
#ph-menu-tu.on .one {
  margin-top: 8px;
    transform: rotate(45deg) translate(4px, 4px);
}

#ph-menu-tu.on .two {
    opacity: 0;
}

#ph-menu-tu.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
}
#menu{
  position: fixed;
  top:0px;
  right:0px;
  z-index: 1000;
  display: none;
  width: 50%;
  height:600px;
  background:url(../img/fwbj.jpg) repeat;
}
.ph-menu{
  padding-top: 30px;
}
.ph-menu h2{
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #034f43;
  text-align: center;
}
.ph-menu a{
  display: block;
  margin:15px auto;
  width: 80%;
  height:40px;
  border:1px solid #034f43;
  text-align: center;
  font-size: 17px;
  color: #034f43;
  line-height:40px;
}
/*=========导航1========*/
.s_top{width:auto;}
.ph-w-menu{
  padding:8px 10px;
}
.ph-w-menu li{
  float: left;
  padding:5px 0px;
  width: 25%;
}
.ph-w-menu li .dh{
  margin:0 auto;
  padding:3px;
  width: 80%;
  /*height: 50px;*/
  border:1px solid #045ac5;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
}
.ph-w-menu li .dh img{
  display: block;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  /*margin:0 auto;
  margin-top: 10px;
  width: 60%;*/
}
.ph-w-menu li a{
  display: block;
  text-align: center;
  font-size: 15px;
  line-height: 170%;
  color: #333;
}
.h-menu-hover{
  color: #282828 !important;
}

/*=========导航2========*/
.ph-w-menu2{
  padding:5px 8px; padding-top:10px; margin-top:-5px;
  background-color:#034f43;
  overflow: hidden;
}
.ph-w-menu2 li{
  float: left;
  margin:0.6% 0.6% ;
  width:23.6%;
}
.ph-w-menu2 li a{
  display: block;
  padding:5px 0px;
  font-size:15px;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}

/*=========导航2========*/
.ny-w-menu2{
  padding:5px 8px;
  background-color: #282828;
  overflow: hidden;
}
.ny-w-menu2 li{
  float: left;
  margin:0.6% 0.6% ;
  border-right:1px dotted #e70304;
  width: 22.7%;
}
.ny-w-menu2 li a{
  display: block;
  padding:5px 0px;
  font-size: 15px;
  color: #fff;
  /*background-color: #045ac5;*/
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}



/*分类*/
.ph-proc{
  padding:10px;
}
.ph-proc li{
 padding:1px 1%;
 float: left;
 width: 47%;
 margin:1px;

}
.ph-proc a{
  display: block;
  padding:6% 2%;
  font-size:15px;
  color: #fff;
  text-align: center;
  border-radius:5px;
  background-color:#005bac;
  box-sizing: border-box;
}
.ph-proc1-hover{
  background-color: #FFC900 !important;
  color: #434343 !important;
}
.ph-more1 a{
  display: block;
  margin:0px auto;
  padding:5px;
  width:40%;
  border-radius:5px;
  margin-bottom:20px;
  background-color: #fff;
  text-align: center;
  font-size:16px;
  color: #034f43;
}

.ph-proc2{
  padding:10px;
}
.ph-proc2 li{
 padding:2px 1%;
 float: left;
  width: 47.5%;
}
.ph-proc2 a{
  display: block;
  padding:5% 1%;
  font-size: 15px;
  color: #fff;
  text-align: center;
  border:1px solid #FF9024;
  box-sizing: border-box;
  background-color: #303030;
}
  /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom: 3px;
  width: 100%;
  background-color: #363638;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
  z-index:99999999;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  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;z-index:99999999;}

.clear {
	clear: both;
}

i,em{
	font-style: normal;
}


/*首页简介*/

.a_left{width:auto; height:auto; padding:10px; text-align:left; font-family:"微软雅黑";}
.a_left h2{color:#034f43; font-size:36px; line-height:40px; font-weight:normal; padding-top:10px;}
.a_left p{color:#5a5a5a; font-size:15px; line-height:30px; padding-top:10px;}
.a_left p span{font-weight:bold; color:#c30d23; font-size:18px;}
.a_left .a_more{display:inline-block;width:140px;height:42px;line-height:42px; margin-top:30px;font-size:15px;color:#fff;background:#034f43;border-radius:25px;text-align:center;position:relative;overflow: hidden;}
.a_left .a_more a{color:#fff;}
.a_left .a_more:before{content:"";position:absolute;width:140px;height:140px;top:50%;margin-top:-50px;left:50%;margin-left:-70px;background: rgba(0,0,0,.2);transform:scale(0);transition:0.6s;border-radius: 50%; opacity:0}
.a_left .a_more:hover{ color:#fff;overflow: hidden !important;}
.a_left .a_more:hover:before{transform:scale(1); opacity:1;  border-radius: 50%;}
.a_right{width:auto; height:auto;}

/*fw*/
.sylm{text-align:center;width:auto;margin:auto;z-index:0;position:relative;}
.sylm_e{font-weight:bold;font-size:30px;text-align:center;color:#333;line-height:36px;display:block;margin:auto;}
.sylm_e span{color:#92d050;}
.linx{width:60px;margin:10px auto 0;position: relative;}
.linx:before{width:50px;height:5px;background:#f2cf91;margin:auto;display:block;content:"";position: absolute;}
.sylm p{font-family:"微软雅黑"; font-size:15px; color:#034f43; padding-top:10px; line-height:30px;}

.n_sylm{text-align:center;width:auto;margin:auto; background:url(../img/fwbj.jpg) center no-repeat; padding-top:20px; padding-bottom:20px;z-index:0;position:relative;}
.n_sylm_e{font-weight:bold;font-size:30px;text-align:center;color:#333;line-height:36px;display:block;margin:auto;}
.n_sylm_e span{color:#92d050;}
.n_linx{width:60px;margin:20px auto 0;position: relative;}
.n_linx:before{width:50px;height:5px;background:#f2cf91;margin:auto;display:block;content:"";position: absolute;}
.n_sylm p{font-family:"微软雅黑"; font-size:15px; color:#034f43; padding-top:10px; line-height:30px;}




.fwbj{width:100%; height:auto; background: url(../img/fwbj.jpg) repeat;padding-top:30px; padding-bottom:40px; margin-top:20px; margin-bottom:20px; overflow:hidden;}
.anlirol2 {height:auto;width:auto; padding:10px; margin-top:20px;}
.anlirol2 li {float: left;width:49%;margin:1% 0 0 1%; overflow:hidden;}
.anlirol2 li a {display: block;overflow: hidden;font-size:18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%; height:150px;display: block;transition: all .5s; }
.anlirol2 li a ol {position: relative;margin:0 auto; width:95%; height:140px;background:#034f43;color: #fff; margin-top:-30px;z-index: 55555;transition: all .2s;text-align: center;font-size:16px; font-weight:bold; line-height:20px;padding:5px;box-sizing: border-box; padding-top:10px; }
.anlirol2 li a ol i {display: block;color: #fff;font-size:12px; line-height:18px;margin-top: 0px; font-weight:normal; }
.anlirol2 li a ol i em{font-family:Impact; color:#fff; font-size:18px; line-height:20px;}
.anlirol2 li a:hover ol i em{font-family:Impact; color:#fff;}
.anlirol2 li a ol a {color: #fff;font-size: 18px; }
.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anlirol2 li a:hover ol {background: #434343;color: #fff;}
.anlirol2 li a:hover ol i {color: #fff;}

.lx_mini{width:100%; height:auto; background: url(../img/fwbj.jpg)  center repeat;padding-top:30px;overflow:hidden;}



.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;
  font-size: 14px;
  color: #888;
  line-height: 170%;
}
.ph-h-about .ph-a-more a{
  display: block;
  padding:10px;
  margin:0 auto;
  width:40%;
  margin:10 auto;
  font-size:16px;
  color: #fff;
  text-align: center;
  border-radius:5px;
  background-color: #005bac;
  margin-top:10px;
}


/*拨打电话*/
.sj-tel{margin:0 auto; width:90%; height:auto;text-align:center; background-color:#888;border-radius:10px}
.sj-tel a span{font-family:"微软雅黑"; font-size:14px; color:#fff; font-weight:bold;}

/*首页新闻*/
.ph-news1{
  padding:15px; background:url(../img/footerbj.jpg) repeat;
  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:66%;
  /*height: 150px;*/
  float:left;
  overflow: hidden;
}
.ph-news1 li .news-r{
  width:100%;
  padding-top:20px;
  float:left;
}
.ph-news1 li .news-r a h3{
  display: block;
  font-size: 14px;
  color: #fff; font-weight:bold; line-height:30px;
  overflow: hidden;
}
.ph-news1 li .news-r span{
  display: block;
  padding-bottom: 5px;
  font-size: 12px;
  color: #ccc;
}
.ph-news1 li .news-r p{
  display: block;
  height: 40px;
  font-size: 14px;
  color: #888;
  line-height: 140%;
  overflow: hidden;
}


/*底部联系我们*/
.ph-f-cont{
  padding-top:15px; padding-bottom:15px;
}
.ph-f-cont h2{
  display: block;
  margin-bottom: 8px;
  text-align: center;
  font-size: 26px;
  color: #888;
}
.ph-f-cont .f-lxwm{
  margin:0 auto;
  width: 85%;  
  font-size: 16px;
  color: #888;
  line-height: 150%;
  text-align:left;
}
.ph-f-cont .f-lxwm img{
  margin:0 auto;
  margin-top:10px;

}
.ph-f-cont .f-lxwm p,
.ph-f-cont .f-lxwm p a,
.ph-f-cont .f-lxwm a{
  font-size: 16px;
  color: #888;
  line-height: 150%;
  text-align: center;
}
/*底部版权*/
.ph-bq{
  margin-bottom: 63px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 150%;
  background:url(../img/footerbj.jpg) left repeat;background-size:100% auto;
}
.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{
/*  margin-top: 81px;*/
  width: 100%;
  height: auto;
  margin-bottom:-5px;
}
/*内页详情*/
.ph-n-cont{
  padding:15px;
  font-size: 15px;
  color: #333;
  line-height: 170%
}
.ph-n-cont strong{font-size:20px; font-weight:bold;}
.ph-n-cont p, .ph-n-cont p a, .ph-n-cont p p{
  font-size: 15px;
  color: #333;
  line-height: 170%
}
.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%;/* margin-top: 70px;*/ margin:0px; padding:0px;}
.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 ul img{
  /*margin-top: 10px;*/
}
.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;}

