@charset "utf-8";
/* CSS Document */

html{color:#333;background:#fff}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,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;
 
}
*{ padding:0 ; margin:0 ; }
 
a{ text-decoration:none;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}

.w-100{width:100%; height:auto; overflow:hidden;}
.w-1100{width:1100px; margin:0 auto; overflow:hidden;}
.w-1100-1{width:1100px; margin:0 auto;}
.w-1200{width:1200px; margin:0 auto; overflow:hidden;}
.w-1200-1{width:1200px; margin:0 auto;}
.w-1236{width:1236px; margin:0 auto; overflow:hidden;}
.w-1280{width:1280px; margin:0 auto;}
.line01{ width: 100%; border-top:#d8d8d8 1px solid; }
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-4{ margin-top:4px;}
.mt-6{ margin-top:6px;}
.mt-8{ margin-top:8px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:55px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:70px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.mt-110{ margin-top:110px;}
.mt-120{ margin-top:120px;}
.mt-130{ margin-top:130px;}
.mt-140{ margin-top:140px;}
.mt-150{ margin-top:155px;}
.mt-160{ margin-top:155px;}
.mt-170{ margin-top:170px;}
.mt-180{ margin-top:180px;}
.mt-250{ margin-top:255px;}

.mb-10{ margin-bottom:10PX;}
.mb-20{ margin-bottom:20PX;}
.mb-30{ margin-bottom:30px;}
.mb-40{ margin-bottom:40px;}
.mb-50{ margin-bottom:55px;}
.mb-60{ margin-bottom:55px;}

.bg-tc{ background-position:top center; background-repeat:no-repeat;}
.bg-tl{ background-position:top left; background-repeat:no-repeat;}
.bg-tr{ background-position:top right; background-repeat:no-repeat;}
.f-s13{ font-size:13px;}
.f-s14{ font-size:14px;}
.f-s15{ font-size:15px;}
.f-s16{ font-size:16px;}
.f-s17{ font-size:17px;}
.f-s18{ font-size:18px;}
.f-s20{ font-size:20px;}
.f-s22{ font-size:22px;}
.f-s24{ font-size:24px;}
.f-s26{ font-size:26px;}
.t-align-r{ text-align:right;}
.t-align-l{ text-align:left;}
.t-align-c{ text-align:center;}

.t-color-w{ color: #ffffff; }
.f-s18{ font-size: 18px; }
.f-s14{ font-size: 14px; }

.top-1{
  width: 100%;
  border-top:5px solid #c51518;
  height: 30px;
  background-color: #eeeeee;
  font-size: 14px;
  color: #000;
  line-height: 28px;
}
.top-r{
	float: right;
	width: 200px;
}
.top-r a h3{
	float: right;	
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding-right: 15px;
}
.top-r a:hover h3{
	color: #e00024;
}
/*top*/
.top1{
  width: 100%;
  height: 35px;
  background-color: #eeeeee;
  font-size: 15px;
  color: #141212;
  line-height: 35px;
  letter-spacing: 0px;
}
.h-menu-bg{
  width: 100%;
  height: 60px;
  background-color: #124b9a;
}
.h-menu{
  float: left;
  width: 970px;
  margin-bottom:12px;
}
.h-search{
  float: right;
  margin-top: 9px;
  width: 208px;
  height: 30px;
  background: url(../images/search-bg.jpg) top center no-repeat;
}
.h-input01{
  float: left;
  margin-top: 2px;
  margin-left:10px;
  width: 166px;
  height: 25px;
  border:none;
  font-size: 15px;
  color: #666;
}
.h-input02{
  float: left;
  margin-top: 2px;
  width: 31px;
  height: 26px;
  background:url(../images/search.png) top center no-repeat;
}
/*二级栏目*/
.topmenu{
    position: relative;
    z-index: 11111111;
          padding:0px;
          width: 970px;
          height: 60px;
        }
        .topmenu li{
          float: left;
          width: 105px;
          height: 60px;
          color: #fff;
          list-style: none;
        }
        .topmenu li a{
          display: block;
          width: 100%;
          height: 60px;
          font-size: 15px;
          color: #fff;
          text-align: center;
          line-height: 60px;
          text-decoration: none;
        }
        .topmenu li ul{
          /*position: relative;
          top:0px;
          left:0px;*/
          margin:0px;
          margin-left:-30px;
          padding:15px 0px 20px 0px;
          width:200px;
          display: none;
          background-color:#1355b0;
        }
        .topmenu li ul a{
          display: block;
          margin:0 auto;
          padding:0px;
          width: 90%;
          height: 30px;
          font-size: 15px;
          color: #ffffff;
          text-align: center;
          line-height: 30px;
          border-bottom:1px dashed #7ea409;
          text-decoration: none;
        }
        .topmenu li ul a:hover{
          background-color: #e00024;
        }
/*end menu*/ 

/*middle*/
    /*所有标题*/
.h-tit01{
  width: 100%;
  height: 122px;
  background:url(../images/tit-bg.jpg) top center no-repeat;
}
.h-tit01 h2{
  width: 100%;
  height: 70px;
  font-size: 33px;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
.h-tit01 p{
  display: block;
  font-size: 18px;
  color: #333333;
  text-align: center;
  letter-spacing: 0px;
}


    /*end所有标题*/
.onepro1{
   position: relative;
   z-index: 100;
  padding:0px;
  width: 1200px;
  height: 60px;
        }
.onepro1 li{
  float: left;
  padding:3px;
  width: 294px;
  height: 44px;
  color: #fff;
  list-style: none;
}
.onepro1 li a{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  background-color: #0175be;
  border-radius: 5px;
  font-weight:bold;
}
.onepro1 li:hover a{
  background-color: #e24444;  font-weight:bold;
}
.h-proc1-hover{
	background-color: #e24444 !important;
}
.onepro1 li ul{
  position: relative;
  top:5px;
  left:0px;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 0px 20px 0px;
  width:294px;
  display: none;
  background:rgba(226,43,43,0.8);
  border-radius: 5px;
 
}
.onepro1 li:hover ul a{  font-weight:normal;}
.onepro1 li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  width: 90%;
  height: 30px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  background: none !important;
  border-bottom: 1px dashed #f18888;
  font-weight:normal;
}
.onepro1 li ul a:hover{
  background-color: #fff !important;
  color: #333;
  font-weight:normal;
}

.h-m1{
  width: 100%;
  height: 280px;
  background: url(../images/bg1.jpg) top center no-repeat;
  margin-bottom:60px;
}
.h-m1-1{
	padding: 22px 20px;
	font-size: 16px;
	color: #fff;
	line-height: 190%;
	letter-spacing: 0px;
}
.h-pro01{
  position: 5px;
  width: 1300px;
  height: auto;
}
.h-pro01 li{
  float: left;
  margin-right: 20px;
  width: 387px;
  height: 386px;
}
.h-pro01 li .tu1{
  position: relative;
  z-index: 10;
  width: 387px;
  height: 289px;
  border:1px solid #bfbfbf;
  box-sizing: border-box;
  overflow: hidden;
}
.h-pro01 li .tu1 .tu2{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
}
.h-pro01 li .tu1 .tu2 img{
  position: absolute;
  width: 387px;
  height: 289px;
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-pro01 li:hover .tu1 .tu2 img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-pro01 li .tu1 .zi1{
	position: absolute;
	bottom:-56px;
	left:0px;
  z-index: 110;
  display: block;
  width: 100%;
  height: 56px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 56px;
  letter-spacing: 0px;
  background: rgba(1,117,190,0.6);
  transition: all 0.3s ease-out;
}
.h-pro01 li:hover .tu1 .zi1{
  bottom:0px;
}
.h-pro01 li .pro-tit{
  width: 100%;
  height: 68px;
  border-bottom:1px solid #e5e5e5;
}
.h-pro01 li .pro-tit a h2{
  float: left;
  display: block;
  width: 338px;
  height: 68px;
  font-size: 17px;
  color: #222324;
  line-height: 68px;
  text-indent: 14px;
}
.h-pro01 li .pro-tit .tit-r{
  float: right;
  width: 41px;
  height: 68px;
  background: url(../images/pro-bg1.jpg);
  background-position: -41px 0px;
  transition: all 0.3s ease-out;
}
.h-pro01 li:hover .pro-tit .tit-r{
  background-position: 0px 0px;
}
.h-m2{
  width: 100%;
  height: 623px;
  background: url(../images/bg2.jpg) top center no-repeat;
}
.h-m2-l{
  float: left;
  margin-top: 274px;
  width: 600px;
  height: 349px;
}
.h-m2-r{
  float: right;
  margin-top: 320px;
  width: 552px;
}
.h-m2-r h1{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 24px;
  color: #fff;
  letter-spacing: 0px;
}
.h-m2-r .h-acont{
  width: 510px;
  height: 177px;
  font-size: 15px;
  color: #fff;
  line-height: 150%;
  overflow: hidden;
}
.h-m2-r .h-acont p{
  font-size: 15px;
  color: #fff;
  line-height: 130%;
}
.h-m2-r a{
  display: block;
  margin-top: 17px;
  margin-right: 1px;
  float: right;
  width: 59px;
  height: 59px;
  background-color: #e24444;
  font-size: 17px;
  color: #fff;
  text-align: center;
  line-height: 59px;
}
.h-m2-tit{
  float: left;
  width: 1100px;
  height: 55px;
  font-size: 17px;
  color: #1e1e1f;
  letter-spacing: 0px;
}
.h-m2-tit-c{
  font-size: 22px;
  color: #0175be;
  font-weight: bold;
  letter-spacing: 0px;
}
.h-m2-more a{
  display: block;
  float: right;
  width: 68px;
  height: 55px;
  font-size: 17px;
  color: #626262;
  text-align: right;
  letter-spacing: 0px;
}
.h-m2-2{
  width: 100%;
  height: 180px;
  background: url(../images/bg4.jpg) top center no-repeat;
}
.h-xc{
  width: 1300px;
  height: auto;
}
.h-xc li{
  float: left;
  margin-right: 15px;
  width: 228px;
  height: 90px;
  overflow: hidden;
}
.h-xc li img{
  width: 228px;
  height: 90px;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-xc li:hover img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-m3{
  width: 100%;
  height: 859px;
  background: url(../images/bg3.jpg) top center no-repeat;
}
.h-m3-tit{
  width: 100%;
  height: 154px;
  background: url(../images/bg4.png) top center no-repeat;
  overflow: hidden;
}
.h-m3-tit h2{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 65px;
  font-size: 46px;
  color: #0175be;
  font-weight: bold;
  text-align: center;
}
.h-m3-tit-c{
  font-size: 46px;
  color: #e24444;
}
.h-m3-tit p{
  display: block;
  margin:0 auto;
  width: 422px;
  height: 29px;
  background-color: #0175be;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
}

.h-ys{
  margin:0 auto;
  width: 1115px;
  overflow: hidden;
}
.h-ys-bg1{
  background: url(../images/ys-1.png);
}
.h-ys-bg2{
  background: url(../images/ys-2.png);
}
.h-ys-bg3{
  background: url(../images/ys-3.png);
}
.h-ys-bg4{
  background: url(../images/ys-4.png);
}
.h-ys ul{
  width: 1200px;
  height: auto;
}
.h-ys ul li{
  float: left;
  margin-right: 40px;
  width: 249px;
  height: 590px;
}
.h-ys ul li .zi1{
  margin-top: 41px;
  height: 112px;
  width: 100%;
  font-size: 31px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.h-ys ul li .zi2{
  margin:0 auto;
  margin-top: 27px;
  height: 126px;
  width: 77px;
  font-size: 31px;
  color: #fff;
  text-align: center;
  line-height: 110%;
  font-weight: bold;
}
.h-ys ul li .h-ys-con{
  margin:0px 5px 0px 5px;
  padding:20px;
  background: rgba(1,117,190,0.7);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}
.h-ys ul li:hover .h-ys-con{
  background: rgba(224,0,36,0.7);
}
.h-ys ul li .h-ys-co p{
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 150%;
}


.h-m4-l-tit{
  float: left;
  margin-bottom: 28px;
  width: 126px;
  height: 37px;
  background-color: #0175be;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 37px;
}
.h-m4-l{
  float: left;
  width: 816px;
  height: auto;
}
.h-m4-l .news-1{
  width: 363px;
  height: auto;
}
.h-m4-l .news-1 .tu1{
  width: 363px;
  height: 218px;
  overflow: hidden;
}
.h-m4-l .news-1 .tu1 img{
  width: 363px;
  height: 218px;
}
.h-m4-l .news-1 .n1-cont{
  padding: 25px;
  background-color: #f3f3f3;
}
.h-m4-l .news-1 .n1-cont a h2{
  display: block;
  width: 100%;
  height: 34px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  letter-spacing: 0px;
}
.h-m4-l .news-1 .n1-cont p{
  display: block;
  height: 44px;
  font-size: 14px;
  color: #000;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-m4-l .news-r{
  float: right;
  width: 410px;
  height: auto;
}
.h-m4-l .news-r li{
  padding:23px 0px;
  width: 100%;
  height: 85px;
  border-bottom:1px solid #e5e5e5;
}
.h-m4-l .news-r li:first-child{
  padding-top:0px;
}
.h-m4-l .news-r li .nr-l{
  float: left;
  width: 72px;
}
.h-m4-l .news-r li .nr-l .nr-day{
  width: 100%;
  height: 58px;
  background-color: #e9f6fe;
  font-size: 35px;
  color: #5e5d5d;
  text-align: center;
  line-height: 58px;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.4s ease-out;
}
.h-m4-l .news-r li:hover .nr-l .nr-day{
  color: #fff;
  background-color: #0175be;
}
.h-m4-l .news-r li .nr-l .nr-year{
  width: 100%;
  height: 25px;
  font-size: 14px;
  color: #5e5d5d;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0px;
}
.news-r li .nr-r{
  float: right;
  width: 310px;
}
.news-r li .nr-r a h2{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 130%;
}
.news-r li:hover .nr-r a h2{
  color: #0175be;
}
.news-r li .nr-r p{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #515151;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}

.h-news2{
  float: right;
  width: 330px;
}
.h-news2 li{
  padding:30px 0px;
  width: 100%;
  height: 76px;
  border-bottom:1px solid #e5e5e5;
}
.h-news2 li:first-child{
  padding-top:0px;
}
.h-news2 li .n2-r{
  float: right;
  width: 297px;
}
.h-news2 li .n2-r a h2{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 130%;
}
.h-news2 li:hover .n2-r a h2{
  color: #0175be;
}
.h-news2 li .n2-r p{
  display: block;
  width: 100%;
  height: 44px;
  font-size: 14px;
  color: #515151;
  line-height: 150%;
  overflow: hidden;
  letter-spacing: 0px;
}
/*end middle*/


/*bottom*/
.f-link{
  float: left;
  height: 64px;
}
.f-link h3{
  display: block;
  float: left;
  padding-right: 15px;
  font-size: 18px;
  color: #333;
  line-height: 64px;
}
.f-link a{
  display: block;
  padding-right: 15px;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 64px;
}
.f-link p a{
  display: block;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 64px;
}
.f-bg{
  padding-top:40px;
  width: 100%;
  background-color: #333333;
}
.f-1{
  padding-bottom:20px;
  border-bottom: 1px solid #5c5c5c;
  overflow: hidden;
}
.f-menu{
  float: right;
  width: 870px;
}
.f-menu a{
  display: block;
  float: left;
  width: 80px;
  height: 70px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height:70px;
}
.f-2{
  padding:28px;
  border-bottom: 1px solid #5c5c5c;
  overflow: hidden;
}
.f-cont1{
  float: left;
  width: 520px;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 170%;
  letter-spacing: 0px;
}
.f-cont1 p, .f-cont1 p a{
  font-size: 14px;
  color: #d0d0d0;
  line-height: 170%;
}
.f-cont2{
  float: left;
  width: 350px;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 170%;
  letter-spacing: 0px;
}
.f-cont2 p, .f-cont2 p a{
  font-size: 14px;
  color: #d0d0d0;
  line-height: 170%;
}
.f-ewm-r{
  margin-right: 30px;
}
.f-ewm{
  float: right;
  width: 114px;
}

.f-ewm p{
  display: block;
  width: 100%;
  height: 14px;
  color: #fff;
  text-align: center;
  line-height: 36px;
}
.f-bq{
  width: 100%;
  height: 55px;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 55px;
  text-align: center;
}
.f-bq a, .f-bq p, .f-bq p a{
  font-size: 14px;
  color: #d0d0d0;
  line-height: 55px;
}
/*end bottom*/

/*滚动产品图片样式*/
.h-pro-gun01 li{
	float: left;
  margin-right: 19px;
  margin-bottom: 30px;
  width:300px;
  height: 330px;
  border: 1px solid #313131;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover{
	border: 1px solid #505050;
}
.h-pro-gun01 li .tu{
	margin-top: 10px;
	margin-left: 10px;
	width: 280px;
	height: 205px;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	overflow: hidden;
}
.h-pro-gun01 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun01 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background: url(../images/p1-t-bg.png) top right no-repeat #313131;
}

.h-pro-gun01 li .p1-t a h3{
	float: left;
  display: block;
  height:32px;
	line-height: 32px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
	text-indent: 10px;
}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 86px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
}
.h-pro-gun01 li:hover .p1-t a h3{
	color: #fff;
}
.h-pro-gun01 li .dianhu{
	margin-top:14px;
    width: 300px;
    height: auto;
}
.h-pro-gun01 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 14px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun01 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 15px;
    color: #5b5b5b;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}



/*滚动产品图片样式*/

.h-pro-gun02 li{
  margin-right: 19px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height: 88px;
	background-color: #e5e5e5;
	border:1px  solid #fff;
	overflow: hidden;
	border:#CCCCCC solid 1px;
 
}
.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li a h3{
  margin-top:0px;
  display: block;
	width:235px;
  height: 40px;
	line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
	
}

/*手机站样式*/
.img-m{
	text-align:center;
}
.mini-div{
	margin:0 auto;
	max-width:600px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
}
.mini-title{
	width:100%;
	height:50px;
	font-size:18px;
	color:#1a3a83;
	text-align:center;
	line-height:50px;
	}
.mini-class01{
	width:98%;
	margin-left:2%;
	}
.mini-class01 li{
	float:left;
	padding:5px 0px;
	margin-right:1%;
	margin-bottom:1%;
	width:48%;
	/*min-height:30px;*/
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border:1px solid #666666;
	}
.mini-class01 li a{
	display:block;
	width:100%;
	/*min-height:30px;*/
	font-size:14px;
	color:#666666;
	text-align:center;
	}
.mini-h-about{
	padding:10px;
	font-size:14px;
	text-align:left;
	line-height:170%;
	}
.mini-menu{
	width:100%;
	background-color:#1a3a83;
	padding:10px;
	}
.m-menu{
	width:100%;
	margin:0 auto;
	}
.m-menu a{
	display:block;
	float:left;
	width:24%;
	height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:20px;
	}
.m-fl01{
	width:100%;
	height:auto;
	overflow:hidden;
	}
.m-fl01 a{
	display:block;
	margin-bottom:10px;
	width:19%;
	height:66px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	}
.m-fl01 a .tu{
	margin:0px;
	padding:0px;
	width:100%;
	height:38px;
	text-align:center;
	}
.m-fl01 a h3{
	display:block;
	marign:0px;
	padding:0px;
	height:15px;
	width:100%;
	font-size:14px;
	text-align:center;
	color:#fff;
	}
.m-fl01-bg01{
	background-color:#0165ba;
	}
.m-fl01-bg02{
	background-color:#fe4351;
	}
.m-fl01-bg03{
	background-color:#ff6f3d;
	}
.m-fl01-bg04{
	background-color:#32b16c;
	}
.m-fl01-l{
	float:left;
	margin-left:5%;
	}
.m-fl01-r{
	float:right;
	margin-right:5%;
	}

.m-tit01{
	margin-bottom:15px;
	width:100%;
	height:40px;
	text-align:center;
	font-size:18px;
	color:#fff;
	line-height:40px;
	background:url(../images/m-tu02.png) no-repeat top center;
	}		
.m-tit01-1{background-color:#fe4351;}
.m-tit01-2{background-color:#ff6f3d;}
.m-tit01-3{background-color:#32b16c;}
.m-tit01-4{background-color:#00b7ee;}
.m-part02{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part02 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #fe4351;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#fe4351;
	font-size:15px;
	}
.m-part02-l{
	margin-right:5%;
	}
.m-part03{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part03 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #ff6f3d;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#ff6f3d;
	font-size:15px;
	}
.m-part04{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part04 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #32b16c;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#32b16c;
	font-size:15px;
	}
.m-part05{
	width:90%;
	margin:0 auto;
	height:auto;
	}
.m-part05 a{
	display:block;
	margin-bottom:10px;
	width:29%;
	height:30px;
	border:1px solid #00b7ee;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align:center;
	line-height:30px;
	color:#00b7ee;
	font-size:15px;
	}
.m-part06{
	width:100%;
	padding:20px 0px 30px 0px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	background-color:#f51d1d;
	}
.m-part06-1{
	width:80%;
	margin:0 auto;
	}
.m-part06-1 a{
	display:block;
	width:100%;
	height:auto;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #fff;
	}

.ny-readid{
	width:100%;
	background-color:#efefef;
	height:auto;
	padding:15px 0px;
	overflow:hidden;
	}
.ny-readid .tiao001{
	width:90%;
	height: auto;
	margin:0 auto;
	font-size:14px;
	color:#333;
	}
.ny-readid .tiao001 a{
	color:#09C;
	}

.mini-top{overflow: hidden;}
.mini-top img{ display: block;}
/*menu1*/
.mini-menu-bg{
	padding: 5px 0px 5px 0px;
	width:100%;
	height: auto;
	background-color: #262a2d;
}
.mini-menu1{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.mi-menu1{
	width:23%;
	height: 30px;
	background-color:#f8bf00;
	margin:5px 0 5px 0px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.mi-menu1 a{
	display: block;
	font-size:14px;
	text-align: center;
	line-height: 30px;
	color:#000;
}
/*标题1*/
.m-tit02{
	width:100%;
	height: 88px;
	background: url(../images/mini-tit-bg.jpg) no-repeat top center;
	font-size:20px;
	line-height: 110px;
	text-align: center;
	color: #887b5a;
	overflow: hidden;
}
.m-tit03{
	margin: 0 auto;
	width:90%;
	height: 36px;
	font-size:20px;
	line-height: 36px;
	text-align: center;
	color: #000;
	background-color: #f8bf00;
	overflow: hidden;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.img-m img {
    margin: 0 auto;
}

/*固定在底部*/

.fotheight{ height:50px;}
.fotfixed{ position:fixed; bottom:0; width:100%; max-width:640px; border-top: 1px solid rgba(255,255,255,0.2);height: 50px; background-color: #353535;}
.footerWrap{ width:98%; margin:0 auto; padding-left:3%; padding-top:6px;}
.footerWrap li{ float:left; width:24%; height:44px;     border-right: 1px solid rgba(255,255,255,0.2); position:relative;}
.footerWrap li:last-child{ border:0;}
.footerWrap .text{ display:block; color:#fff; text-align:center; font-size:12px; line-height:20px;}
.footerWrap .icon{ width: 30px; height: 20px; display: block; background: url(../images/common.png) no-repeat; background-size: 400px; margin: 4px auto 0 auto;position: relative;}
.footerWrap .tel{background-position: -90px -110px;}
.footerWrap .email{    background-position: 0 -110px;}
.footerWrap .qq{    background-position: -360px -109px;}
.footerWrap .map{background-position: -120px -110px;}
.footerWrap .share{    background-position: -60px -110px;}
.footerWrap .message{background-position: -30px -110px;}

.sharebox{ display:none; position:absolute; width:242px; height:52px; left:-120px; top:-52px; background:#fff; padding:5px 0 5px 10px; border-radius:5px; border:1px solid #ccc;}

/*end 手机站样式*/

/*手机banner轮播*/
.banner{width:100%}
.banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe{
	-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;}



/*效果*/
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}


/*首页渐出效果*/
.js .animate-box {
  opacity: 0;
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    /*-webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);*/
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*end 首页渐出效果*/

.box_map{width: 100%;height: 560px; border:#CCCCCC solid 1px;}
.box_map iframe{width: 100%;height: 100%;}