﻿h1,h2,h3,h3,h4,h5,h6,a{font-weight: normal; text-decoration:none; font-style:normal}
body{color: #666;background-color: #fff;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
}
*{-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
        box-sizing: border-box;
}
img{max-width: 100%;}
a img{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
li{ list-style-type:none}
input[type="button"],
input[type="submit"]{cursor: pointer;}
button{cursor: pointer;}
a:hover img{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
input[type="button"],input[type="submit"],input[type="reset"],button{
    -webkit-appearance: none;
}
a{
    color: #484848;
}
a:hover{
    color: #3568CE;
}
.wp{
    width: 100%;max-width: 1200px;margin: 0 auto;
}
.wp2{width: 100%;max-width: 1353px;margin: 0 auto;}
html,body{height:100%;}
/*公用*/

/*******************************
  -------[=头部]-------
********************************/
#hd{position: fixed;top:0;left: 0;right: 0; z-index: 9;clear: both;
    height: 90px;line-height: 90px;background-color: rgba(0,0,0,.5);
}
.logo{float: left;max-width: 20%;}
.logo img{display: inline-block;vertical-align: middle;margin-left: 15%;}
.hdr{float: right;}

.hd-tel{
    float: right;
    text-align: right;
    width: 160px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    color: #3568CE;
    margin: 20px 50px 0 95px;
    background:url(../images/splits.png) no-repeat left center;
}


/*******************************

    -------[=底部]-------
********************************/
#fd{color: #fff;background-color: #1e1e1e;border-top: 3px solid #3568CE;padding: 25px 0;}

.fhelp{color: #999;padding: 40px 0;border-bottom: 1px solid #b3b3b3;}
.fhelp ul{overflow: hidden;}
.fhelp li{float: left;width: 25%;padding-left: 85px;height: 80px;
    background-repeat: no-repeat;background-position: 0 center;
}
.fhelp .s1{background-image: url(../images/f-ico1.png);}
.fhelp .s2{background-image: url(../images/f-ico2.png);}
.fhelp .s3{background-image: url(../images/f-ico3.png);}
.fhelp .s4{width: auto;float: right;background-image: url(../images/f-ico4.png);}
.fhelp h4{color: #fff;font-size: 20px;line-height: 2;padding-top: 5px;}




/*网站案例*/
/***********底部*********************/
#fd{color: #fff;background-color: #1e1e1e;border-top: 3px solid #3568CE;padding: 25px 0;}
.wp{
    width: 100%;max-width: 1200px;margin: 0 auto;
}

.fhelp{color: #999;padding: 40px 0;border-bottom: 1px solid #b3b3b3;}
.fhelp ul{overflow: hidden;}
.fhelp li{float: left;width: 25%;padding-left: 85px;height: 80px;
    background-repeat: no-repeat;background-position: 0 center;
}
.fhelp .s1{background-image: url(../images/f-ico1.png);}
.fhelp .s2{background-image: url(../images/f-ico2.png);}
.fhelp .s3{background-image: url(../images/f-ico3.png);}
.fhelp .s4{width: auto;float: right;background-image: url(../images/f-ico4.png);}
.fhelp h4{color: #fff;font-size: 20px;line-height: 2;padding-top: 5px;}

.ul-tab1{text-align: center;margin-bottom: 50px;}
.ul-tab1 li{display: inline-block;line-height: 30px;
    border: 1px solid #d6d6d6;border-radius: 15px;margin: 0 10px;font-size: 15px;
}
.ul-tab1 a{color: #666;display: block;padding: 0 35px;    border-radius: 50px;}
.ul-tab1 li.on,.ul-tab1 a:hover{    background-color: #3568CE;
    color: #fff;
    border:none;
    border:1px solid #3568CE;}
.ul-tab1 li.on a{color: #fff;}
/* 分页  */
.page{
    text-align: center;
}
.page ul{
    display: inline-block;
}
.page li{
    margin:0 8px;
    float: left;
}
.page a{
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 15px;
    border:1px solid #cccccc;
    color: #999;
}
.page a:hover,
.page .on a{
    background-color: #3568CE;
    color: #fff;
    border:none;
}
.h70{height:70px;}
/*分页End*/
.ul-list2{overflow: hidden;padding: 0 3%;}
.ul-list2 li{float: left;width: 33.333%;margin-bottom: 20px;}
.ul-list2 .con{display: block;margin: 0 13px;background: #fff;border-radius: 3px;padding: 6px;overflow: hidden;}
.ul-list2 .pic{height: 0;padding-top: 71%;position: relative;border-radius: 3px;overflow: hidden;}
.ul-list2 .pic img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border-radius: 5px;}
.ul-list2 a:hover img{opacity: 1;
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);} 
.ul-list2 .pic em{display: block;width: 60px;height: 60px;
    position: absolute;left: 50%;top: 50%;margin-left: -30px;margin-top: -30px;
    background: url(../images/ico-so.png) no-repeat center center;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 0);
}
.ul-list2 .hide-txt{position: absolute;left: 0;right: 0;bottom: -100px;padding: 15px 20px;
    background-color: rgba(53,104,206,0.6);color: #fff;line-height: 2;font-size: 13px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-list2 .hide-txt p{max-height: 4em;overflow: hidden;}
.ul-list2 h4{font-size: 17px;color: #333;text-align: center;line-height: 55px;
    overflow: hidden;white-space: nowrap;word-wrap: normal;text-overflow: ellipsis;
}
.ul-list2 a:hover em{opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 100);
}
.ul-list2 a:hover .hide-txt{bottom: 0;}


.ul-list2-t2{padding: 0;}
.ul-list2-t2 .con:hover{box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);}

.txt-j5 span{
    padding-top: 28px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;

}
.txt-j5 em{
    margin: 0 23px;
    display: inline-block;
	font-style:normal;
}
.txt-j5 h1{
    text-align: center;
    font-size: 45px;
    color: #333;
    margin-bottom: 78px;
}
.case-box{
    background: url(../images/case-bg.png) no-repeat center top #f5f5f5;
    padding-top: 50px;
}