<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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";
    text-align: left;
}
*{ padding:0 ; margin:0 ;text-align: left;}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}

.w1200{ width:1200px; margin:0 auto;}
.div-height{ height:20px; } 

.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:65px;}

.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; }


.baizi  a:link {
color:#ffffff;
text-decoration: none;

} 
.baizi  a:visited {
color:#ffffff;
text-decoration: none;
} 
.baizi  a:hover {
color:#ffe400;
text-decoration: none;
} 

.heizi  a:link {
color:#333333;
text-decoration: none;

} 
.heizi  a:visited {
color:#333333;
text-decoration: none;
} 
.heizi  a:hover {

color:#333333;
text-decoration: none;
}


@media all and (max-width:1399px){





}








/*标题*/
.tb{ width:100%; height:120px;  background: rgba(0,0,0,0.8); background-position:center ;  position: fixed; z-index: 9999; }
.tb1{ width:332px; height:78px; float:left; padding-top:20px;}
.tb2{ width:235px; height:78px; float:right; font-size:14px; color:#FFFFFF; text-align:center }
.tb2 a{padding-top:8px; font-size:14px; color:#FFFFFF; line-height:33px; text-align:center}
.tb2 img{ width:235px; height:78px; padding-top:-10px;  }




.qh_nav {
  z-index: 9999; }
  .qh_nav ul {
    width: 910px; }
  .qh_nav li {
    float: left;
    line-height: 120px;
    height: 120px; }
    .qh_nav li a {
      color: #fff;
      display: block;
      width: 100px;
      text-align: center;
      height: 120px;
      box-sizing: border-box;
      position: relative; }
      .qh_nav li a:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: -50px;
        height: 8px;
        transition: all .3s;
        visibility: hidden;
        opacity: 0; }
      .qh_nav li a:hover {
        background: #e60029;
        color: #fff; }
        .qh_nav li a:hover:before {
          position: absolute;
          width: 100%;
          left: 0;
          top: -30px;
          height: 8px;
          transition: all .3s;
          visibility: visible;
          opacity: 1; }
    .qh_nav li .act {
      background: #e60029;
      color: #fff; }
      .qh_nav li .act:before {
        position: absolute;
        width: 100%;
        left: 0;
        top: -30px;
        height: 8px;
        transition: all .3s;
        visibility: visible;
        opacity: 1; }
  .qh_nav .qh_nav1 ul {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    top: 96px;
    padding: 20px 1%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
    height: 260px; }
    .qh_nav .qh_nav1 ul:before {
      display: none; }
    .qh_nav .qh_nav1 ul a {
      width: 8.9%;
      color: #fff;
      margin: 20px 1% 0 0;
      display: block;
      float: left;
      height: 250px; }
      .qh_nav .qh_nav1 ul a:before {
        display: none; }
      .qh_nav .qh_nav1 ul a span {
        color: #fff;
        text-align: center;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .qh_nav .qh_nav1 ul a img {
        width: 100%;
        display: block; }
      .qh_nav .qh_nav1 ul a:hover {
        background: none; }
        .qh_nav .qh_nav1 ul a:hover span {
          color: #fff;
		  background-color:#e10b0b
           }
        .qh_nav .qh_nav1 ul a:hover:before {
          display: none; }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 117px; }



/*end menu*/ 



/*middle*/
    /*所有标题*/
.juzhong
{ text-align:center}


.lwt{width:100%; height:430px; background-image:url(../Img/11.jpg);  background-position:center; background-repeat:no-repeat;}

/*产品*/
.cxcp2 {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top:10px;
  width:100%; height:800px; background-image:url(../Img/cx_03.jpg); background-position:center; background-repeat:no-repeat;
   }


.anliroll {
  height: 760px;
  width: 96%;
  margin: 0 auto;
  overflow: hidden; }
  .anliroll li {
    float: left;
    width: 23.2558139535%;
    background: #fff;
    margin: 1.5% 0 0 1.4%; }
    .anliroll li a {
      display: block;
      overflow: hidden;
      position: relative; }
      .anliroll li a h4 {
        overflow: hidden; }
      .anliroll li a img {
        width: 100%;
        display: block;
        transition: all .5s; }
      .anliroll li a ol {
        line-height: 35px;
        color: #555;
        width: 100%;
        transition: all .3s;
        font-size: 20px;
        border-bottom: 1px solid #e1dfdf;
        padding: 10px 10px;
        box-sizing: border-box; }
        .anliroll li a ol a {
          color: #555;
          font-size: 20px; }
        .anliroll li a ol b {
          display: block;
          background: url(../images/sj.png) left no-repeat;
          background-size: 30px 30px;
          padding-left: 35px; }
      .anliroll li a span {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 6%;
        border: 1px solid #dcdcdc;
        border-radius: 999px;
        padding: 10px 20px; }
      .anliroll li a:hover {
        color: #fff; }
        .anliroll li a:hover img {
          transform: scaleX(1.2) scaleY(1.2); }
        .anliroll li a:hover ol {
          background: #e10b0b;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }


.tlcp h2{ font-size:40px; color:#2d2d2d; line-height:50px; text-align:center}
.tlcp h2 span{ color:#e10b0b;}
.tlcp1{ font-size:18px; color:#3a3a3a; line-height:30px; text-align:center}
.tlcp2{ width:85%;  margin:15px auto; }
.tlcp2 ul{ width:100%; }
.tlcp2 ul li{ float:left; margin:0 1% }
.tlcp2 ul li img{ width:116px; height:116px; border-radius:116px; border:1px #bfbfbf solid }
.tlcp2 ul li a{ text-align:center; line-height:3; font-size:15px; letter-spacing:-0.5px; }
.tlcp2 ul li a p{ text-align:center; line-height:3; font-size:15px; letter-spacing:-0.5px; }
.tlcp2 ul li:hover img{ border:1px #e10b0b solid}
.tlcp2 ul li:hover p{ color:#e10b0b; font-weight:bold}


/*简介*/
.tljj{width:100%; height:292px; background-image:url(../Img/tl_03.jpg); background-position:center; background-repeat: no-repeat;}

.tljj1{ width:100%; height:605px; background-color:#eaeaea}
.tljj_1{ width:460px; float:left; margin-left:20px;}
.tljj_1 h2{ font-size:48px; color:#FFFFFF; line-height:50px; padding-top:60px;}
.tljj_1 h2 span{ font-size:72px; color:#f7e901; }
.tljj_1 p{ font-size:18px; color:#FFFFFF; line-height:38px; padding-top:20px;}

@keyframes sss {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-20px);
	}
}
@keyframes sss1 {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-5px);
	}
}
@keyframes sss2 {
	0%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(0);
	}
}

.tljj_2{ width:54px; height:55px; float: left; margin-left:21px; padding-top:220px; animation: sss 1s infinite alternate linear;}

.tljj_3{ width:565px; float:left; margin-left:30px; padding-top:67px;}
.tljj_3 img{ width:319px; height:72px; float:left}
.tljj_3 h2{  float:left; font-size:48px; color:#FFFFFF; margin-left:10px;}

.tljj2{ width:1300px; margin:auto}
.tljj2_1{ width:641px; height:542px; float: left}

.tljj2_2{ width:598px; height:600px; margin-top:-100px; background-color:#FFFFFF; padding:30px; float: left}
.tljj2_21{ font-size:15px; color:#484848; line-height:36px;}
.tljj2_22{ width:598px; margin-top:15px;}

.tljj2_22 li{ width:588px; height:65px; padding:22px 5px; border-bottom:1px #cacaca solid}
.tljj2_22 li img{ width:46px; height:45px; float:left}
.tljj2_22 li p{ width:530px; float:right; font-size:16px; color:#878787; line-height:30px;}
.tljj2_22 li p span{ font-size:26px; color:#454545;  font-weight:800}

.ss a{ width:195px;  height:48px; line-height:48px; text-align: center; font-size: 16px; float:left; color: #fff; display: block; margin:130px 10px 10px 10px; border:1px #FFFFFF solid; border-radius:30px;  }
.ss a:hover{ background-color: #272727; color: #fff;  transform: scaleX(1.1) scaleY(1.1); transition:all .5s ease;}




/*新闻 */
.hxxw{ width:1300px; margin:auto}
.hxxw_1{ width:200px; float:left}
.hxxw_1 h2{ font-size:35px; color:#e50001}
.hxxw_1 h2 span{ font-size:35px; color:#2f2f2f}
.hxxw_1 p{ font-size:18px; color:#696868}

.hxxw_2{ width:80px; height:80px; background-color:#e1bd0b; float:right; border-radius:80px; text-align:center; font-size:15px; text-align:center; color:#FFFFFF; line-height:80px;}
.hxxw_2 a{ font-size:15px; text-align:center; color:#FFFFFF; line-height:80px;}
.hxxw_2:hover{ background-color:#353535}


.hxxw1{width:1300px; margin:auto; margin-top:15px;}

.hxxw1_1{ width:553px; height:505px; float:left; margin-top:8px}
.hxxw1_11{ width:553px; height:302px; }
.hxxw1_12{ width:553px; height:190px; background-color:#eeeeee }

.hxxw1_12_1{ width:523px; padding:10px 15px; font-size:15px; color:#3d3d3d; line-height:30px;}
.hxxw1_12_2{ width:140px; height:40px; margin:3px 15px; background-color:#e50001; font-size:15px; color:#fff; line-height:40px; text-align:center}
.hxxw1_12_2 a{  font-size:15px; color:#fff; line-height:40px; text-align:center}
.hxxw1_12_2:hover{ background-color:#353535}

.hxxw1_2{width:730px; float: right}

.xinwen_news{width:730px; height:492px;text-indent:10px;}
.xinwen_news span{ float:left; text-align:center; font-size:20px; line-height:50px; width:130px; height:148px; color:#3b3b3b !important; background-color:#dfdfdf; padding-top:20px;   }
.xinwen_news span:first-line{  font-size:40px; font-weight:bold}
.xinwen_news p{ padding-left:140px; color:#474646}
.xinwen_news li:hover{ background-color:#F3F3F3;}
.xinwen_news li:hover span{ background-color:#e50001; color: #FFFFFF !important;}
.xinwen_news li{ width:730px; display:inline-block; overflow:hidden; height:148px; float:left; margin:8px 0px; line-height:33px;font-size:14px; color:#474646; border:1px #dfdfdf solid }
.xinwen_news li h3{ color:#474646; padding-top:15px;}
.xinwen_news li:hover h3{color:#e50001; text-indent:30px;}
.xinwen_news li:hover p{color:#333333}
.xinwen_news li:hover span{color:#333333}




/*案例*/
.qimo8{ overflow:hidden; width:100%; height:360px; margin:10px auto;}
.qimo8 .qimo {width:8000%;}
.qimo8 .qimo div{ float:left;}
.qimo8 .qimo ul{float:left; overflow:hidden; zoom:1; }
.qimo8 .qimo ul li{float:left; list-style:none; text-align:center; width:365px; margin-right:10px; overflow:hidden; border:1px #dbdbdb solid}
.qimo8 .qimo ul li img{ width:365px; height:300px;transition:all .5s ease; }
.qimo8 .qimo ul li ol{ text-align:center; height:40px; line-height:40px;transition:all .5s ease; color:#000; font-size:15px; background-color:#eeeeee }
.qimo8 .qimo ul li:hover ol{ background:#e10b0b;  color:#fff}
.qimo8 li a{color:#444444;}


/*资质*/
.tlzz{ width:100%; height:1px; background-color:#c9c9c9}
.tlzz1{ width:435px; height:50px; background-color:#FFFFFF; margin:-30px auto 0 auto}
.tlzz1 h2{ font-size:40px; color:#2d2d2d; line-height:50px; text-align:center}
.tlzz1 h2 span{ color:#e10b0b;}
.tlzz2{ font-size:18px; color:#3a3a3a; line-height:30px; text-align:center}


.tlzz3{width:100%; height:492px; background-image:url(../Img/tl_06.jpg); background-position:center; background-repeat: no-repeat;}



	
/*版权*/
.footr{ width:100%; height:200px; padding:40px 0; background-color:#272727}

.footr_1{ width:1300px; margin:auto}

.footr_2{ width:395px; float:left; margin-left:30px;}
.footr_2 h2{ font-size:32px; color:#FFFFFF; line-height:50px; text-align:center}
.footr_2 img{ width:287px; height:80px; margin-left:54px; margin-top:10px;}
.footr_2 p{ font-size:18px; color:#e1bd0b; line-height:40px; text-align:center}


.footr_3{ width:170px; float:left; margin-left:90px; font-size:14px; color:#fff; line-height:40px;}
.footr_3 a:link { color:#fff;}
.footr_3 a:visited { 
color:#fff; 
text-decoration:none; 
} 
.footr_3 a:hover { 
color:#fff; 
text-decoration:none; 
} 
.footr_3 a:active { 
color:#fff; 
text-decoration:none; 
} 

.footr_4{ width:430px; float: left; margin-left:120px; font-size:14px; color:#fff; line-height:40px;}
.footr_4 a:link { color:#fff;}
.footr_4 a:visited { 
color:#fff; 
text-decoration:none; 
} 
.footr_4 a:hover { 
color:#fff; 
text-decoration:none; 
} 
.footr_4 a:active { 
color:#fff; 
text-decoration:none; 
} 


.footr1{ width:100%; height:55px; background-color:#272727; border-top:1px #666666 solid  }	
.footr1_1{ width:1300px; height:55px; margin:auto; line-height:55px; font-size:14px; color:#bdbdbd!important;  }
.footr1_1 a:link { color:#bdbdbd;}
.footr1_1 a:visited { 
color:#bdbdbd; 
text-decoration:none; 
} 
.footr1_1 a:hover { 
color:#bdbdbd; 
text-decoration:none; 
} 
.footr1_1 a:active { 
color:#bdbdbd; 
text-decoration:none; 
} 	
	






/*产品*/

.sss a{ width:227px;  height:40px; line-height:40px; text-align: center; font-size: 15px; float:left; color: #fff; display: block; margin: 4px 5px; background-color:#e10b0b}
.sss a:hover{ background-color: #272727; color: #fff; }








/*滚动产品图片样式*/
.h-pro-gun01 li{
  float: left;
  margin-right: 19px;
  margin-bottom: 20px;
  width:370px;
  height: 400px;
  border:1px solid #cbcbcb;
  background-color:#FFFFFF;
  -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{

}
.h-pro-gun01 li .tu{
	margin-top: 10px;
	margin-left: 10px;
	width: 350px;
	height: 320px;
	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: 95%;
	height: 50px;
	margin-top:-55px;
	position:relative;
	background: url(../Img/p1-t-bg.png) top right no-repeat #888888;
}

.h-pro-gun01 li .p1-t a h3{
	float: left;
  display: block;
  height:50px;
	line-height:50px;
  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: 37px;
	text-align: center;
	line-height: 37px;
	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:10px;
  margin-bottom: 10px;
  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{
	width:320px;
    height: 242px;
	background-color: #e5e5e5;
	border:1px  solid #fff;
	overflow: hidden;
}
.h-pro-gun02 li .tu img{
    width:320px;
    height: 242px;
  -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;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  background-color:#eaeff3 ;
  letter-spacing: 0px;
	
}






	


	
/*内页列表*/
.wyny{ width:1200px; margin:auto}




.list_wd{ float:left; width:247px; background-color:#f87906;  }
.list_wd dt{ text-align:center; color:#FFF; background-color:#f87906; height:80px; line-height:80px; border-bottom: 1px #fff solid; font-size:26px; font-weight:bold }
.list_wd dtt{ text-align:center; color:#FFF; background-color:#f87906; height:80px; line-height:80px; }
.list_wd dd a{display:block; font-size:15px; text-indent:35px; color:#fff; line-height:47px;width:247px; transition:all .2s ease;height:47px; font-weight:normal; border-bottom: 1px #fff solid; ; float:left}
.list_wd dd a:hover{ color:#ffffff;transition:all .2s ease; text-indent:50px;  background-color:#023d99; overflow:hidden }


/*内页*/

.pppp{width:100%; padding: 20px 0; }

.ny{ margin-bottom:20px; }
.ny p{ font-size:16px; line-height:30px}
.neiye{ width:1200px;}
.neiye h3{ height:40px; line-height:40px; font-size:20px; font-weight:bold; border-bottom:1px solid #ccc; margin-bottom:20px; color:#2f2f2f}
.neiye h3 span{ float:right; font-size:14px; font-weight:normal;color:#888}
.neiye h3 span a{ color:#888}

.neiye h2{ height:40px; line-height:40px; font-size:18px; font-weight:bold;}

	
.h-tit01{
  width: 100%;
  overflow: hidden;
}
.h-tit01 h2{
  width: 100%;
  height: 58px;
  font-size: 30px;
  color: #252424;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.h-tit01 p{
  display: block;
  width: 100%;
  height: 28px;
  font-size: 18px;
  color: #252424;
  text-align: center;
  letter-spacing: 0px;
}
.h-tit01 span{
  display: block;
  font-size: 18px;
  color: #575757;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
}







    /*end所有标题*/
.h-proc1{
  width: 1300px;
  height: auto;
}
.h-proc1 a{
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  width: 193px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  background-color: #313131;
  border-radius: 5px;

}
.h-proc1 a:hover{
  background-color: #ff0000;
  color: #fff;
}
.h-proc1-hover{
	background-color: #ff0000 !important;
}
.h-m1{
  width: 100%;
  height: 760px;
  
}
.h-m2{
  width: 100%;
  height: 722px;
  background: url(../Img/bg2.jpg) top center no-repeat;
}
.h-m2-1{
  margin-top: 262px;
  margin-left:36px;
}
.h-m2-2{
  float: left;  
  width: 395px;
  height: auto;
}
.h-m2-2 .h-about{
  width: 100%;
  height: 323px;
  font-size: 15px;
  color: #fff;
  line-height: 180%;
  overflow: hidden;
  letter-spacing: 0px;
}
.h-m2-2 .h-about p{
  font-size: 15px;
  color: #fff;
  line-height: 180%;
  letter-spacing: 0px;
}
.h-m2-2 .more1 a{
  display: block;
  margin-top:30px;
  width: 227px;
  height: 37px;
  border:1px solid #fff;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.h-m2-3{
  float: left;
  margin-left:50px;
  width: 483px;
}
.h-m2-3 .b-img{
  width: 100%;
  height: 326px;
  background-color: #ebebeb;
  overflow: hidden;
}
.h-m2-3 .b-img .bh-img{
  margin-top:8px;
  margin-left:8px;
  width: 466px;
  height: 310px;
  overflow: hidden;
  background-color: #fff;
}
.h-m2-3 p{
  display: block;
  margin-top:15px;
  font-size: 18px;
  color: #fff;
  line-height: 160%;
}
.h-case-tit{
  margin-top: 35px;
  width: 100%;
  height: 50px;
  font-size: 26px;
  color: #1d1d1d;
  text-align: center;
}
.h-news01-tit{
  width: 100%;
  height: 113px;
  font-size: 16px;
  color: #555;
  line-height: 113px;
  text-align: right;
  letter-spacing: 0px;
}
.h-news01{
  float: right;
  width: 810px;
  height: auto;
}
.h-news01 li{
  margin-bottom: 23px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.h-news01 li .l01{
  float: left;
  width: 92px;
  height: 80px;
  border-right: 3px solid #555555;
}
.h-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
}
.h-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.h-news01 li .r01{
  float: right;
  width: 690px;
  height: auto;
}
.h-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.h-news01 li:hover .r01 a h2{
	color:#fe0000;
}
.h-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}
/*end middle*/

/*bottom*/
.h-foot-bg{
  width: 100%;
  height: 365px;
  background: url(../Img/bg3.jpg) top center no-repeat;
}
.h-foot-zi1{
  margin-top:59px;
  width: 100%;
  height: 54px;
  font-size: 22px;
  color: #ef3a3a;
  text-align: left;
  border-bottom:1px solid #bfbfbf;
  letter-spacing: 0px;
}
.h-link{
  margin:0 auto;
  width: 1200px;
  height: 50px;
}
.h-link h3, .h-link a{
  display: block;
  float: left;
  padding-right: 15px;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 45px;
}

.h-foot-ewm{
  float: left;
  margin-top: 33px;
  margin-left: 39px;
  width: 480px;
}
.h-foot-ewm .f-zi1{
  float: left;
  width: 66px;
  height: 137px;
}
.h-foot-ewm .f-zi1 p{
  display: block;
  margin-left: 14px;
  width: 20px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 110%;
}

.f-content{
  float: right;
  margin-top:30px;
  width: 610px;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
  text-align: right;
  letter-spacing: 0px;
}
.f-content p, .f-content p a .f-content a{
  font-size: 15px;
  color: #fff;
  line-height: 170%;
  text-align: right;
  letter-spacing: 0px;
}

/*end bottom*/









/*手机站样式*/
.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(../Img/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(../Img/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;}
</pre></body></html>