@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";

}
*{ padding:0 ; margin:0 ;}
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;
}




/*标题*/
.tb{ width:100%; height:140px;  }
.tb1{ width:323px; height:76px; float:left; padding-top:32px; margin-left:10%}
.tb2{ width:283px; height:76px; float:right; padding-top:32px;}

@media all and (max-width:1399px){
.tb1{ width:323px; height:76px; float:left; padding-top:32px; margin-left:0.5%}
.tb2{ display:none}
}



.qh_nav {
  z-index: 9999; }
  .qh_nav ul {
    width: 960px; }
  .qh_nav li {
    float: left;
    line-height: 140px;
    height: 140px; }
    .qh_nav li a {
      color: #2f2f2f;
      display: block;
      width: 110px;
      text-align: center;
      height: 140px;
      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: #1150b8;
        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 {
      color: #2f2f2f; }
      .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: 140px;
    padding: 20px 2%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .5s;
    text-align: center;
    height: 260px;
	z-index:999
	 }
    .qh_nav .qh_nav1 ul:before {
      display: none; }
    .qh_nav .qh_nav1 ul a {
      width: 10.1%;
      color: #fff;
      margin: 10px 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:#d92f21
           }
        .qh_nav .qh_nav1 ul a:hover:before {
          display: none; }
  .qh_nav .qh_nav1:hover ul {
    visibility: visible;
    opacity: 1;
    top: 137px; }



/*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;}
.lwt1{ width:1200px; margin:auto}

.lwt1 h2{ font-size:40px; color:#FFFFFF; line-height:130px; text-align:center; padding-top:80px;}
.ss1 a{ width:142px;  height:38px; line-height:38px; text-align: center; font-size: 12.5px; float:left; color: #000; display: block; margin:3px; background-color:#ffffff; border:1px #CCCCCC solid    }
.ss1 a:hover{ background-color: #1150b8; color: #fff; transition:all .5s ease;}

.lwt_1{ width:1100px; padding-top:220px; float:right}




/*简介*/
.tsjj{width:100%; height:616px; background-image:url(../Img/ts_03.jpg);background-position:center; background-repeat:no-repeat;}
.tsjj1{ width:358px; float:left; padding-top:50px;}
.tsjj2{ width:725px; float: right; padding-top:50px;}
.tsjj1 h2{ font-size:30px; color:#5a5959; letter-spacing:-0.5px;}
.tsjj1 img{ width:358px; height:236px; margin-top:15px;}
.tsjj2_1{ font-size:14px; color:#333333; line-height:33px;}
.tsjj2_2{ width:117px; height:35px; border:1px #c70606 solid; border-radius:25px; margin-top:20px; font-size:14px; text-align:center; line-height:35px; color:#c70606}
.tsjj2_2 a{ color:#c70606}
.tsjj2_2:hover{ background-color:#c70606}
.tsjj2_2:hover a{ color:#fff}

/*滚动数字*/

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.product-number-info {   
    position: relative;
}

.product-number-info .product-number-inner {
    width: 1150px;
	margin:0 auto;
}

.product-number-info ul {
    padding:35px 0;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 193px;
    height: 193px;
	text-align:center;
    border: 1px solid #e8e8e8;
    color: #c70606;
    padding-top: 1px;
	background-color:#FFFFFF;
	margin:0 15px;
}

.product-number-info li:first-child {

}

.product-number-info li b {
    font-weight: 400;
    font-size: 70px;
	font-family: Impact;
    line-height: 1;
	text-align:center;
    display: inline-block;
    position: relative;
    margin: 35px auto 15px auto ;
}

.product-number-info li p {
    font-size: 16px; color:#333333; text-align:center
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b em {
    position: absolute;
    font-size: 20px;
    right: -5px;
    top: -3px;
}

.product-number-info li.li-2 b, .product-number-info li.li-2 p {
text-align:center;
    
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.product-number-info li.li-3 b, .product-number-info li.li-3 p {
    text-align:center;
}

.product-number-info li.li-4 b, .product-number-info li.li-4 p {
text-align:center;
}

.product-number-info li.li-5 {
    text-align: center;;
}





/*产品*/
.tscp{ width:100%; height:200px; padding:30px 0; background-color:#1150b8}
.tscp h2{ font-size:35px; color:#f6f6f6; line-height:50px; text-align:center}
.tscp p{ font-size:15px; color:#f6f6f6; line-height:20px; text-align:center; padding-bottom:15px;}

.ss a{ width:142px;  height:38px; line-height:38px; text-align: center; font-size: 12.5px; float:left; color: #000; display: block; margin:3px 4px; background-color:#ffffff    }
.ss a:hover{ background-color: #ff8b01; color: #fff; font-size: 12.5px;  transition:all .5s ease;}

.tscp1{ width:512px; height:64px; background-color:#232323; border-radius:30px; margin:0 auto 20px auto; font-size:25px; color:#FFFFFF; text-align:center; line-height:64px; font-weight:400; font-family: Impact; }

.yqcp2 {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top:10px;
  width:100%; height:700px; background-position:center; background-repeat:no-repeat; background-color:#FFFFFF
   }


.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: #1150b8;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }






@media all and (max-width:1399px){
.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: 15px;
        border-bottom: 1px solid #e1dfdf;
        padding: 10px 10px;
        box-sizing: border-box; overflow:hidden }
        .anliroll li a ol a {
          color: #555;
          font-size: 15px;}
        .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: #1150b8;
          color: #fff;
          padding-left: 25px; }
        .anliroll li a:hover span {
          background: #fff;
          color: #000;
          border: 1px solid #1574cd; }

}

/*优势*/
.tsys{width:100%; height:555px; background-image:url(../Img/ts_05.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position:center;  background-color:#FFFFFF}

.tsys1{ width:344px; height:100px; border-bottom:2px #FFFFFF solid; float:left }

.tsys2{ width:345px; float:left; margin-left:10px; padding-top:75px;}
.tsys2 img{ width:345px; height:61px;}
.tsys2_1{ width:204px; height:204px; margin-top:40px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:40px;}
.tsys2_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys2_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys3{ width:230px; float:left}
.tsys3_1{ width:204px; height:204px; margin-top:40px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:40px;}
.tsys3_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys3_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys3_2{ width:204px; height:204px; margin-top:20px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:-60px;}
.tsys3_2 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys3_2 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}


.tsys4{ width:230px; float:left}
.tsys4_1{ width:204px; height:204px; margin-top:180px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:40px;}
.tsys4_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys4_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys5{ width:506px; height:477px; margin-top:30px; float:left; margin-left:20px; animation: sss 1s infinite alternate linear; }


.tsyss{ width:100%}



@keyframes sss {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-10px);
	}
}
@keyframes sss1 {
	0%{
		transform: translateY(0);
	}
	100%{
		transform: translateY(-5px);
	}
}
@keyframes sss2 {
	0%{
		transform: translateY(-5px);
	}
	100%{
		transform: translateY(0);
	}
}


@media all and (max-width:1399px){

.tsyss{ width:100%}
.tsys1{ display:none }


.tsys2{ width:345px; float:left; margin-left:10px; padding-top:75px;}
.tsys2 img{ width:345px; height:61px;}
.tsys2_1{ width:204px; height:204px; margin-top:40px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:40px;}
.tsys2_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys2_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys3{ width:210px; float:left}
.tsys3_1{ width:204px; height:204px; margin-top:40px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; }
.tsys3_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys3_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys3_2{ width:204px; height:204px; margin-top:20px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px; margin-left:-60px;}
.tsys3_2 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys3_2 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}


.tsys4{ width:210px; float:left}
.tsys4_1{ width:204px; height:204px; margin-top:180px; border:2px #5487c0 solid;background: rgba(0,0,0,0.3); border-radius:204px;}
.tsys4_1 h3{ font-size:30px; color:#edeaea; line-height:40px; text-align:center; padding-top:60px;}
.tsys4_1 p{ font-size:16px; color:#eae0e0; line-height:20px; text-align:center; padding:10px;}

.tsys5{ width:506px; height:477px; margin-top:30px; float: right; animation: sss 1s infinite alternate linear; }


}



/*案例*/
.tsal{width:100%; height:696px; background-image:url(../Img/ts_08.jpg);background-position:center; background-repeat:no-repeat;}

.tsal h2{ font-size:38px; color:#2f2f2f; line-height:55px; padding-top:40px; text-align: center }
.tsal h2 span{color:#d92f21; }
.tsal p{ font-size:16px; color:#3c3c3c; line-height:35px;   text-align: center; padding-bottom:30px;}


.jcImgScroll { position:relative; height:402px;  }
.jcImgScroll li { border:1px solid #ccc; }
.jcImgScroll li a { background:#fff; display:block; height:400px;  }
.jcImgScroll li.loading a { background:#fff url(../images/loading.gif) no-repeat center center;} 
.jcImgScroll li img,.jcImgScroll li,.jcImgScroll em,.jcImgScroll dl { display:none; border:0 none;}
.jcImgScroll em.sPrev { background:url(../images/arrow-left.png) no-repeat left center; }
.jcImgScroll em.sNext { background:url(../images/arrow-right.png) no-repeat right center;}
.jcImgScroll dl dd { background:url(../images/NumBtn.png) no-repeat 0 bottom; text-indent:-9em; }
.jcImgScroll dl dd:hover,.jcImgScroll dl dd.curr { background-position:0 0; }





/*资质*/
.tszz{width:100%; height:648px; background-image:url(../Img/ts_09.jpg);background-position:center; background-repeat:no-repeat; }

.tszz1 {width:558px; height:58px; position: absolute;  right:10px; margin-top:30px;}
.tszz1 img{  position: absolute; }


.qimo8{ overflow:hidden; width:78%; height:440px; position:absolute; right:0; margin-top:170px; }
.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:275px; margin-right:10px; overflow:hidden; }
.qimo8 .qimo ul li img{ width:275px; height:390px;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:#c70606;  color:#fff}
.qimo8 li a{color:#444444;}



@media all and (max-width:1399px){

.qimo8{ overflow:hidden; width:87%;  height:440px; position:absolute; right:0 }
.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:275px; margin-right:10px; overflow:hidden; }
.qimo8 .qimo ul li img{ width:275px; height:390px;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:#c70606;  color:#fff}
.qimo8 li a{color:#444444;}

}




/*新闻 */
.tsxw{width:100%; height:691px; background-image:url(../Img/ts_11.jpg); background-position:center; background-repeat:no-repeat;}

.tsxw1{ width:900px; float:left; margin-top:30px;}
.tsxw2{ width:62px; height:62px; background-color:#c70606; border-radius:62px; float: right; font-size:16px; text-align:center; line-height:62px; color:#FFFFFF; text-transform:uppercase; margin-top:30px;}
.tsxw2 a{  color:#FFFFFF; }

.xinwen_news{width:1200px;  float:left; margin-top:20px; }
.xinwen_news span{ text-align:center; font-size:14px; line-height:30px; width:110px; height:40px; color:#fff !important; background-color:#1150b8; margin-left:10px;  }
.xinwen_news p{ padding-left:170px; color:#474646}
.xinwen_news li:hover{ background-color:#1150b8;}
.xinwen_news li:hover span{ background-color:#f5f5f5; color: #000 !important;}
.xinwen_news li{ width:540px; display:inline-block; overflow:hidden; height:163px;  margin:12px 8px;  line-height:30px;font-size:14px; color:#474646; border:1px #dfdfdf solid; padding:19px; float:left; background-color:#f5f5f5;  }
.xinwen_news li h3{ color:#474646; padding-left:170px; }
.xinwen_news li:hover h3{color:#fff; }
.xinwen_news li:hover p{color:#fff}
.xinwen_news li:hover span{color:#fff}




	
/*版权*/
.footr2{width:100%; height:145px; background: linear-gradient(to top left,#222222 50% ,#fff 50%); margin-top:-120px;  }

.footr{ width:100%; height:230px; padding:30px 0; background-color:#222222}
.footr_1{ width:100%; margin:auto}

.footr_5{ width:179px; height:162px; float:left; margin-left:3%; margin-top:40px;}

.footr_2{ width:600px; height:200px; float:left; margin-left:4%;}
.footr_21{ width:340px; height:50px; font-size:16px; color:#c7c7c7; line-height:50px; margin-left:4px;}

.sss a{ width:135px;  height:27px; line-height:27px; text-align: center; font-size: 12px; float:left; color: #c7c7c7; display: block; margin: 3px 4px; border:1px #c7c7c7 solid}
.sss a:hover{ background-color: #ff8b01; color: #fff; }


.footr_3{ width:240px; float:left; margin-left:4%; }
.footr_31{ width:340px; height:50px; font-size:16px; color:#c7c7c7; line-height:50px; margin-left:4px;}

.sss1 a{ width:100px;  height:27px; line-height:27px; text-align: center; font-size: 14px; float:left; color: #c7c7c7; display: block; margin: 3px 4px; border:1px #c7c7c7 solid}
.sss1 a:hover{ background-color: #ff8b01; color: #fff; }


.footr_4{ width:540px; float:right;  font-size:14px; color:#c7c7c7; line-height:33px; margin-right:3%;}
.footr_4 a:link { color:#c7c7c7;}
.footr_4 a:visited { 
color:#c7c7c7; 
text-decoration:none; 
} 
.footr_4 a:hover { 
color:#c7c7c7; 
text-decoration:none; 
} 
.footr_4 a:active { 
color:#c7c7c7; 
text-decoration:none; 
} 


.footr1{ width:100%; height:55px; background-color:#222222; border-top:1px #333333 solid   }	
.footr1_1{ width:1300px; height:55px; margin:auto; line-height:55px; font-size:14px; color:#626161!important;  }
.footr1_1 a:link { color:#626161;}
.footr1_1 a:visited { 
color:#626161; 
text-decoration:none; 
} 
.footr1_1 a:hover { 
color:#626161; 
text-decoration:none; 
} 
.footr1_1 a:active { 
color:#626161; 
text-decoration:none; 
} 	
	

@media all and (max-width:1399px){

.footr_5{ display:none}

.footr_2{ width:470px; height:200px; float:left; margin-left:1%;}
.footr_21{ width:340px; height:50px; font-size:16px; color:#c7c7c7; line-height:50px; margin-left:4px;}

.sss a{ width:135px;  height:27px; line-height:27px; text-align: center; font-size: 14px; float:left; color: #c7c7c7; display: block; margin: 3px 4px; border:1px #c7c7c7 solid}
.sss a:hover{ background-color: #ff8b01; color: #fff; }


.footr_3{ width:240px; float:left; margin-left:1%; }
.footr_31{ width:340px; height:50px; font-size:16px; color:#c7c7c7; line-height:50px; margin-left:4px;}

.sss1 a{ width:100px;  height:27px; line-height:27px; text-align: center; font-size: 14px; float:left; color: #c7c7c7; display: block; margin: 3px 4px; border:1px #c7c7c7 solid}
.sss1 a:hover{ background-color: #ff8b01; color: #fff; }


.footr_4{ width:540px; float:right;  font-size:14px; color:#c7c7c7; line-height:33px; margin-right:1%;}
.footr_4 a:link { color:#c7c7c7;}
.footr_4 a:visited { 
color:#c7c7c7; 
text-decoration:none; 
} 
.footr_4 a:hover { 
color:#c7c7c7; 
text-decoration:none; 
} 
.footr_4 a:active { 
color:#c7c7c7; 
text-decoration:none; 
} 

}





	
/*内页列表*/
.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;}
