body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  font-weight: normal;
}
body {
  font: 12px "MyNewFont", Arial, Helvetica, sans-serif;
  color: #444;
  margin: 0;
  padding: 0;
  line-height: 24px;
}
@font-face {
  font-family: 'MyNewFont';
  src: url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
}
ul,ol {
  list-style: none;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
input,button {
  font-family: "MyNewFont";
}
a {
  color:#000;
  text-decoration: none;
}
a:hover {
  color:#d5b86a;
  text-decoration: none;
}
.clearfloat:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}
b{
  font-weight: normal;
}
.link {
  display: block;
  width: 100%;
  height: 100%;
}
.lf{
  float:left;
}
.rt{
  float: right;
}
img {
  border: none;
}
li {
  list-style: none;
}
input{
  outline: none;
  border: none;
}
input[type="button"]{
  cursor: pointer
}
textarea {
  resize: none;
}
b{
  font-weight: 400;
}
/*首页*/
.header{
  width:100%;
  height:78px;
  background: rgba(56,56,56,.7);
  position:absolute;
  left: 0;
  top: 0;
  z-index: 70;
}
.head-box{
  width:62.5%;
  margin: 0 auto;
  /*position: relative;*/
}
.logo{
  display: inline-block;
  padding-top: 8px;
  float: left;
}
.menu {
  height:78px;
  /*position: absolute;
  top:0;
  right: 0;*/
  float: right;
}
.menu li {
  float: left;
  /*margin:  0 10px 0 0;*/
  font-size: 14px;
  line-height: 78px;
  width: 80px;
  text-align: center;
}
.menu a {
  /*float: left;*/
  /*padding: 0 20px;*/
  color: #fff;
  text-decoration: none;
}
.menu a:hover{
  color: #fff;
}
.menu .active a {
  color: #fff;
}
.banner{
  position: relative;
  overflow: hidden;
}
.banner>img{
  width: 100%;
}
.banner .float_letter{
  position: absolute;
  /*top:120%;*/
  top:50%;
  left: 50%;
  margin-left: -226px;
  margin-top: -30px;
}
.banner .float_letter.up{
  animation: up 1s ease;
}
@keyframes up {
  0%{
    top:120%;
    opacity: 0;
    transform: scale(0);
  }
  100%{
    top:50%;
    opacity: 1;
    transform: scale(1);
  }
}
.container{
  width:1200px;
  margin: 0 auto;
}
.line{
  width: 720px;
  height: 1px;
  background: #8c8c8c;
  margin: 100px auto 0;
}
.title{
  background: #fff;
  text-align: center;
  width: 400px;
  margin: -34px auto 0;
}
.title h3{
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 17px;
}
.title h3 span{
  color: #ef0116;
}
.title p{
  font-size: 18px;
  color: #000;
}
.nav_box{
  margin-top: 40px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e1e1e1;
}
.nav_box ul{
  display: inline-block;
}
.nav_box ul li{
  float: left;
  margin: 0 6px;
  padding: 5px 15px;
  border: 1px solid #d1d1d1;
}
.nav_box ul li:first-child{
  padding: 5px 20px;
}
.nav_box ul li a{
  color: #868686;
  font-size: 14px;
}
.nav_box ul li:hover,.nav_box ul li.active{
  border-color: #ef0116;
  background: #ef0116;
}
.nav_box ul li:hover a,.nav_box ul li.active a{
  color: #fff;
}
.promise{
  text-align: center;
  font-size: 14px;
  color: #868686;
  margin: 20px 0;
}
.cases_box li{
  width: 32%;
  margin-right: 2%;
  float: left;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.cases_box li a{
  display: block;
  overflow: hidden;
}
.cases_box li a h4{
  font-size: 18px;
  color: #333;
  margin-top:25px;
}
.cases_box li a p{
  font-size: 14px;
  color: #868686;
}
.cases_box li:hover .shade{
  display: block;
}
.cases_box li .shade{
  width: 100%;
  height:92px;
  background: rgba(255,255,255,.5);
  position: absolute;
  top:62px;
  left: 0;
  z-index: 100;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  /*display: none;*/

}
.cases_box li .shade img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cases_box li:hover a h4{
  color: #ef0116;
}
.cases_box li:hover{
  /*box-shadow: 5px 5px 5px #ccc;*/
}

/*分页器*/
.pages {
  width:720px;
  margin:0 auto 40px auto;
}
.pages #Pagination {
  /*float: left;*/
  overflow: hidden;
  text-align: center;
}
.pages #Pagination .pagination {
  height: 40px;
  display: inline-block;
  font-family: \u5b8b\u4f53,Arial;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
  float: left;
  display: inline;
  padding: 8px 15px;
  border: 1px solid #e1e1e1;
  background: #f7f7f7;
  color: #212121;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  cursor: pointer;
  margin: 0 7px;
  font-weight: bold;
}
.pages #Pagination .pagination .current {
  background: #ef0116;
  color: #fff;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
  float: left;
  padding: 8px 15px;
  /*border: 1px solid #e6e6e6;*/
  background: #f6f6f6;
  color: #666666;
  cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
  display: inline-block;
  width: 4px;
  height: 11px;
  margin-right: 5px;
  /*background: url(../images/icon.fw.png) no-repeat;*/
}
.pages #Pagination .pagination .prev {
  border-right: none;
}
.pages #Pagination .pagination .prev i {
  background-position: -144px -1px;
  *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
  background-position: -156px -1px;
  *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
  padding: 11px 5px;
  border: none;
  background: none;
  cursor: default;
}
.pages .searchPage {
  float: left;
  padding: 8px 0;
}
.pages .searchPage .page-sum {
  padding: 8px 15px;
  color: #999999;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
}
.pages .searchPage .page-go {
  padding: 8px 0;
  color: #999999;
  font-family: \u5b8b\u4f53,Arial;
  font-size: 14px;
  padding: 10px 0\9;
  *padding: 6px 0;
}
.pages .searchPage .page-go input {
  width: 21px;
  height: 20px;
  margin: 0 5px;
  padding-left: 5px;
  border: 1px solid #e4e4e4;
}
.pages .searchPage .page-btn {
  margin: 9px 0 5px 5px;
  padding: 2px 5px;
  background: #ffac59;
  color: #ffffff;
  font-family: Arial, 'Microsoft YaHei';
  font-size: 14px;
  text-decoration: none;
}
.fixed:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
/*----------------------------*/
.ad{
  text-align: center;
  color: #333;
}
.ad p.p1{
  color: #333;
  font-size: 20px;
}
.ad p.p2{
  font-size: 24px;
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ad em{
  display: inline-block;
  width: 50px;
  border-bottom: 2px solid #ef0116;
  margin-left: -12px;
}
.btn_box{
  text-align: center;
  margin-bottom: 50px;
}
.btn_box .btn {
  display: inline-block;
  width: 162px;
  height: 42px;
  background: #ef0116;
  color: #fff;
  line-height: 42px;
  font-size: 18px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.btn_box p{
  font-family: Arial;
}
.btn_box p span{
  display: inline-block;
  width: 15px;
}
footer{
  padding: 20px 0;
  background: #151515;
}
footer li{
  float: left;
  color: #fff;
  font-size: 14px;
}
footer li:first-child{
  width: 524px;
  border-right: 1px solid #7b7b7b;
  padding-top: 50px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
footer li:first-child a{
  margin-right: 25px;
}
footer li p{
  margin-bottom: 7px;
}
footer li:nth-child(2){
  width: 483px;
  border-right: 1px solid #7b7b7b;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 92px;
  box-sizing: border-box;
}
footer li:last-child{
  width: 193px;
  padding-top: 15px;
  text-align: right;
}
footer li:last-child p{
  padding-right: 15px;
}
/*联系我们*/
.contact_box{
  padding-top: 85px;
  padding-bottom: 65px;
}
.contact{
  width: 955px;
  box-shadow: 0 0 15px #ececec;
  border: 1px solid #ececec;
  padding: 65px 36px 36px 38px;
  box-sizing: border-box;
  position: relative;
}
.contact h3{
  font-size: 46px;
  color: #ef0116;
  font-family: Calibri Regular;
  margin-bottom: 65px;
}
.contact h4{
  color: #303030;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact h4 img{
  margin-right: 20px;
  vertical-align: bottom;
}
.contact p{
  font-family: "MyNewFont";
  font-size: 16px;
  color: #6f6f6f;
}
.contact li{
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 18px;
  width: 416px;
  margin-bottom: 40px;
}
.contact li:last-child{
  width: 100%;
  margin-bottom: 20px;
}
.map{
  position: absolute;
  right: -244px;
  top:65px;
}
.map img{
  box-shadow: 0 0 10px #eeedee;
}
.contact .we{
  font-size: 14px;
  color: #989898;
  text-align: right;
}
.contact .we span{
  color: #ef0116;
}
.about_us{
  padding: 120px 0 100px;
}
.about_us h3{
  margin-bottom: 20px;
}
.about_left{
  width: 544px;
  padding-right: 20px;
  box-sizing: border-box;
}
.about_left h4{
  font-size: 16px;
  color: #787878;
  letter-spacing: 12px;
  margin-bottom: 40px;
}
.about_left p{
  font-size: 14px;
  color: #181818;
  text-indent: 28px;
  line-height: 33px;
}
.about_left p span{
  color: #ef0116;
  font-weight: 500;
}
.about_left .button{
  display: block;
  width: 110px;
  height:31px;
  border: 2px solid #ef0116;
  text-align: center;
  margin-top: 40px;
  margin-left: 5px;
  padding: 0 10px;
}
.about_left .button img{
  margin-top: 8px;
}
.about_left .button:hover{
  text-align: right;
}
.about_right{
  position: relative;
  z-index: 10;
}
.big_d{
  position: absolute;
  top:-82px;
  right: -60px;
  z-index: -1;
}
.cheng {
  position: absolute;
  top:5px;
  right: -110px;
}
/*案例详情*/
.case_detail{
  padding-top: 40px;
  border-bottom:1px solid #e1e1e1;
  margin-bottom: 30px;
}
.breadcrumb {
  margin-bottom: 60px;
  list-style: none;
  border-radius: 4px;
  font-size: 14px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #333;
  /*content: "/\00a0";*/
  content: ">";
}
.breadcrumb > .active {
  color: #ef0116;
}
.case_detail h3{
  font-size: 30px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}
.introduce{
  color: #818181;
  font-size: 15px;
  line-height: 33px;
  position: relative;
  margin-bottom: 35px;
}
.introduce .share_box{
  position: absolute;
  top:0;
  right: 0;
}
.introduce .share_box img{
  margin-left: 20px;
}
.case_pic{
  padding-bottom: 50px;
}
.case_pic .line {
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  margin: 80px auto 0;
}
.go_top{
  display: block;
  width: 84px;
  margin: -14px auto 0;
  font-size: 16px;
  color: #333;
  background: #fff;
  text-align: center;
}
.go_top:hover{
  color: #ef0116;
}
#cases .img_box{
  overflow: hidden;
  height:217px;
}
#cases li a:hover .img_box img{
  transform: scale(1.1);
  transition: 0.1s linear;
}

.mypage a{
    color:#4d555d;
    width:auto;
    height:auto;
    padding:6px 12px;
    font-size:16px;
    margin-right:5px;
    border: 1px solid #DBDBDB;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.mypage span{
    color:#717171;
    width:auto;
    height:auto;
    padding:10px;
    font-size:16px;
    border-radius:5px;
    margin-right:5px;
}
.mypage .linking,.mypage a:hover {
    color: #fff;
    background: #ff0000;
    border:1px solid transparent;
    border-radius: 4px;
}




p.ktitle{
	font-size:18px;
	text-align:left;
	padding:10px 0;
	
}
  .infor img{
  vertical-align: middle;
  margin-right: 5px;
}
  .infor span{
  margin-right: 50px;
  color: #a0a0a0;
}
 .infor{
  margin-bottom: 20px;
}
 .paging{
  margin-top: 40px;
  color: #00a0e9;
}
  .paging span{
  margin-right: 5px;
}




