
.guide-slider {
    width: 1200px;
    margin: 10px auto;
    background: #fff;
   
}

.guide-slider .guide {
    width: 200px;
    height: 320px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}

.guide-slider .guide .display {
    border: 1px solid #d5d5d5;
    width: 200px;
    height: 320px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    background: #f5f4f4;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .display .icon {
    display: inline-block;
     width: 74px;
    height: 74px;
    margin-top: 50px;
    background-image: url("../images/function.png");
}
.guide-slider .guide .display .icon.icon1 {
    background-position: -592px 0;
}

.guide-slider .guide .display .icon.icon2 {
    background-position: 0 0;
}

.guide-slider .guide .display .icon.icon3 {
    background-position: -296px 0;
}

.guide-slider .guide .display .icon.icon4 {
    background-position: -444px 0;
}

.guide-slider .guide .display .icon.icon5 {
    background-position: -518px 0;
}
.guide-slider .guide .display .title {
    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
	font-family: "FZZHUNYSK","å¾®è½¯é›…é»‘","å®‹ä½“";
}
.guide-slider .guide .display .title .a {
    color: #fff;
	font-size:20px;
}

.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    width: 150px;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    line-height: 20px;
}

.guide-slider .guide .display::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 15px;
    top: 100%;
    margin-top: 0;
    right: -1px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

.guide-slider .guide .behind {
    width: 400px;
    height: 320px;
    display: inline-block;
    background: #f9f9f9;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.guide-slider .guide .behind .function-list-wrap {
    width: 340px;
    margin: 0 auto;
}


.guide-slider .guide .behind .function-list-wrap > p {
    width:340px;padding-top:40px;padding-left:2px;font-size:12px;color: #4fa0d8;font-family:"Î¢ÈíÑÅºÚ";height:10px; float:left;
}

.guide-slider .guide .behind .function-list {
    margin-right: -10px;
    margin-top: 10px;
}

.guide-slider .guide .behind .function-list > li {
    float: left;
    padding-right: 10px;
}

.guide-slider .guide .behind .function-list > li > a {
    display: block;
    width: 340px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin-bottom: 7px;
	font-size:22px;
	font-family: "FZZHUNYSK","å¾®è½¯é›…é»‘","å®‹ä½“";

	border: 1px solid #0876c2;
    background: #0876c2;
    color: #ffffff;
}

.guide-slider .guide .behind .function-list > li > a:hover {
    text-decoration: none;
    border: 1px solid #0169ae;
    background: #0169ae;
    color: #ffffff;
}

.guide-slider .guide .behind .function-list > li > a.important {
    color: #f58914;
}

.guide-slider .guide .behind .function-list > li > a.important:hover {
    border: 1px solid #f58914;
    background: #f58914;
    color: #ffffff;
}

.guide-slider .guide.on {
    width: 600px;
}

.guide-slider .guide.on .display {
    background: #015293;
 
}

.guide-slider .guide.on .display .title {
    color: #fff;
	font-size:20px;
	font-family: "FZZHUNYSK","å¾®è½¯é›…é»‘","å®‹ä½“";
}
.guide-slider .guide.on .display .title .a {
    color: #fff;
	font-size:20px;
}
.guide-slider .guide.on .display .introduction {
    color: #fff;
}

.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px;
}

.guide-slider .guide.on .display .icon.icon1 {
    background-position: -74px 0;
}

.guide-slider .guide.on .display .icon.icon2 {
    background-position: -148px 0;
}

.guide-slider .guide.on .display .icon.icon3 {
    background-position: -222px 0;
}

.guide-slider .guide.on .display .icon.icon4 {
    background-position: -370px 0;
}

.guide-slider .guide.on .display .icon.icon5 {
    background-position: -666px 0;
}



.col-md-4{width:24.6%}

.blog_section{
  width: 1200px;
  margin: -20px auto;
  position: relative;


}

.blog_section h1 span{
  color: #3498db;
}

.single_blog {
  margin-top: 10px;
  display: inline-block;
}

.single_blog a{
  text-decoration: none;
  font-family: "FZYouHK_512B","Î¢ÈíÑÅºÚ","ËÎÌå";
}


.single_blog a:hover{
color: #282a2e;
}


.slider-content {
  position: relative;
  overflow: hidden;
  border-right: 1px solid transparent;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.slider-content img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
				transition: all 0.6s;
}


.slider-content img:hover{
				transform: scale(1.4);
				font-size:24px;
	}			
.slider-text {
  height: 100%;
  padding: 20px;
  background: #F5F6FA;
  color: #7a8188;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-align: center;
}
.slider-text h3 {

    font-size: 16px;
    color: #666666;
    height: 40px;
    line-height: 40px;
  
}

.slider-content:hover .slider-text {
  background:#3498db;
  font-size:20px;
}

.slider-content:hover  .slider-text p{
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;   
}

.slider-content .slider-text h3 .slider-text p {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
}


.slider-content:hover .slider-text h3  {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; 
  color:#fff;
}
