/*专题服务*/
.ztbanner{ height:400px; background: url(../images/ztbanner.jpg)  center  repeat-x   #d9e5f0; }
.ztbanner ul{ padding-top:80px;}
.ztbanner ul li{ float:left; width:14%; margin-right:6.7%; }
.ztbanner ul li:nth-child(5){ margin-right:0;}
.ztbanner ul li span{ display:block; background-color: rgba(255,255,255,0.4); border-radius: 10px; background-position: center; background-repeat: no-repeat; position: relative; background-size:40% auto;  }
.ztbanner ul li span i{ display: inline-block; position: absolute; left: -3px; top:-5px; width: 30%;  }
.ztbanner ul li span i img{ width: 100%; height: auto; }
.ztbanner ul li span  { width:100%; height:auto; -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;}
   .ztbanner ul li:hover span   {    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.ztbanner ul li p{ text-align:center; line-height:24px; padding-top:10px;}
.ztbox2 ul { padding-top:50px; padding-bottom: 20px;}
.ztbox2 ul li{  float:left; width:18%; margin-right:2.5%;  margin-bottom:30px; }
.ztbox2 ul li a{ display:block; height:60px; line-height:60px; padding-left:50px; padding-right:15px;  border:1px solid #bfbfbf; border-radius:10px; min-height:50px;  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap; background-position:15px center; background-repeat:no-repeat; background-image:url(../images/ztlisticon.png) }
.ztbox2 ul li a:hover{ background-color:#2E6FC5; color: #fff;  border:1px solid #2E6FC5; background-image:url(../images/ztlisticon2.png) }
.ztbox2 ul li:nth-child(5n){ margin-right:0;}
 

@media screen and (max-width: 960px){

.ztbanner{ height:400px; height: auto; background: url(../images/ztbanner.jpg)  top  repeat   #d9e5f0; background-size: auto 100%;  }
.ztbanner ul{ padding-top:40px; padding-bottom: 40px;}
.ztbanner ul li{ float:left; width:48%; margin-right:4%; margin-bottom: 20px; }
.ztbanner ul li:nth-child(2n){ margin-right:0;}
.ztbanner ul li:nth-child(5){ margin-right:0;}
 
.ztbanner ul li p{ text-align:center; line-height:24px; padding-top:0px;}
.ztbox2 ul { padding-top:40px;}
.ztbox2 ul li{  float:left; width:100%; margin-right:0;  margin-bottom:15px;}
.ztbox2 ul li a{ display:block; height:50px; line-height:50px; padding-left:50px; padding-right:15px;  border:1px solid #bfbfbf; border-radius:5px; min-height:50px;  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;  background-position:25px center; background-repeat:no-repeat; background-image:url(../images/ztlisticon.png); background-size: 15px auto;}
.ztbox2 ul li:nth-child(5n){ margin-right:0;}
}