@charset "utf-8";

/* CSS Document */
body,html,div,p,span,a,i,em,b,strong,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,tr,td,table{ margin:0; padding:0;}

article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;margin:0; padding:0;}

body{ font-family:"微软雅黑"; font-size:12px;}

input,textarea{ font-family:"微软雅黑";}

a,a:hover,a:active{ text-decoration:none; color:#016dcd;}

input::-ms-clear{display:none;}

select::-ms-expand{ display: none; }

button::-ms-expand{ display: none; }

img{ border:medium none;}

ul,li,dl,dd,dt{ list-style:none;vertical-align:bottom;}

ul li,ul p,ul span,ul a,ul i,ul em,ul b,dl p,dl span,dl dt,dl dd,dl a,dl i,dl em,dl b{ display:block;}

i,em,p{ font-style:normal;}

select{ font-family:"微软雅黑"; font-size: 14px;}

*, *:before, *:after {  -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ color:#cccccc;}

.wrap{ clear:both; margin:auto; width:1200px;}

.clearfix:after {
  content: "."; /**//*内容为“.”就是一个英文的句号而已。也可以不写。*/
  display: block; /**//*加入的这个元素转换为块级元素。*/
  clear: both; /**//*清除左右两边浮动。*/
  visibility: hidden; /**//*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
  line-height: 0; /**//*行高为0；*/
  height: 0; /**//*高度为0；*/
  font-size:0; /**//*字体大小为0；*/
}
.clearfix{ *zoom:1;} /**//*这是针对于IE6的，因为IE6不支持:after伪类，这个神奇的zoom:1让IE6的元素可以清除浮动来包裹内部元素。*/
/* 公共样式 */
.pc{
  display: block;
}
.moblie{
  display: none;
}
.padding60{  
  padding:60px 0;
}
.txtCenter {
  text-align:center;
}
.pad35{
  padding-top:35px;
  padding-bottom: 35px;
}
.padTop30{
  padding-top: 30px!important;
}
.padTop60{
  padding-top: 60px;
}
.padBottom30{
  padding-bottom: 30px;
}
.padBottom60{
  padding-bottom: 60px;
}
.borderD{
  border:1px solid #dddddd;
}
.marTop30{
  margin-top: 30px;
}
.content{
  font-size: 16px;
  color:#666666;
  line-height: 180%;
  width:100%;
}
.content img{
  max-width: 100%; margin: auto; text-align: center;
}
/* 头部 */
header{
  width:100%;
  display: flex;
  justify-content: space-between;
  padding:30px 50px;
  align-items: center;
}

/* 导航 */
.navbar{
  background-color: #333333;
  padding:0;
  height:50px;
  line-height: 50px;
}
.navbar-light .navbar-nav{
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}
.navbar-light .navbar-nav .nav-link{
  color:#fff;
  font-size: 16px;
  position: relative;
  text-align:center;
  padding:0 26px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color:#ffffff;
  background-color: #ff6a00;
}
.dropdown-toggle::after{
  content: '';
  display: none;
}

/* 轮播图 */
.carousel-indicators{
  margin-bottom: 20px;
}
.carousel-indicators li{
  width:18px;
  height:18px;
  border-radius: 50%;
  border:none;
}

/* 底部 */
footer{
  width: 100%;
  background-color: #333333;
  padding: 55px 0;
}
footer .f1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 45px;
}
.f1 .f1L{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-right: 100px;
}
.f1 .f1L img{
  margin:10px 0;
}
.f1 .f1R {
  flex:1;
  display: flex;
  justify-content: space-between;
}
.f1 .f1R dl dt{
  font-size: 20px;
  color:#ffffff;
  font-weight: normal;
}
.f1 .f1R dl dd{
  font-size: 16px;
  color:#666666;
  margin-top:15px;
}
.f1 .f1R dl dd a{
  color:#666666;
}
.f1 .f1R dl.f1last dd{
  margin-top: 30px;
}
footer .f2{
  font-size: 16px;
  color:#666;
  border-top:1px solid #666666;
  border-bottom:1px solid #666666;
  padding: 20px 0;
  line-height: 200%;
}
footer .f3{
  padding: 20px 0;
  color:#666666;
  font-size: 16px;
}
footer .f3 span{
  padding-right:20px;
}
footer .f3 a{
  color:#666666;
}

/* 首页 */
.con1{
  display: flex;
  justify-content: space-between;
}
.con1 .col{
  width:25%;
  height: 150px;
  margin-right:4px;
  background-color: #eeeeee;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.con1 .col:last-child{
  margin-right: 0;
}
.con1 .col .num{
  font-size: 16px;
  color:#ff6a00;
  font-family: "Tw Cen MT Condensed";
  height: 60px;
  display: flex;
}
.con1 .col .num span{
  font-size: 60px;
  line-height: 60px;
}
.con1 .col .line{
  background-color: #dddddd;
  width:22px;
  height:3px;
  margin:0 0 10px 0;
}
.con1 .col .text{
  font-size: 16px;
  color:#9d8263;
}

.con2, .con3, .con4, .con5, .con6, .con7, .con8, .con9{
  padding:60px 0 80px 0;
}
.con2 h1, .con3 h1, .con4 h1, .con5 h1, .con6 h1, .con7 h1, .con8 h1, .con9 h1{
  font-size: 40px;
  color: #ff6a00;
  text-align: center;
  font-weight: normal;
}
.con2 h2, .con3 h2, .con4 h2, .con5 h2, .con6 h2, .con7 h2, .con8 h2, .con9 h2{
  font-size: 16px;
  color:#666666;
  text-align: center;
  padding-top: 20px;
}
/* .con2 h2{
  font-size: 36px;
} */
.c2{
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}
.c2_from{
  width:290px;
  border:2px solid #ff6a00;
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 400px;
  justify-content: space-around;
  box-sizing: border-box;
}
.c2_from .title{
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
}
.c2_from p{
  color: #333333;
  font-size: 24px;
}
.c2_from span{
  color:#999999;
  font-size: 16px;
}
.c2_from i{
  color:#ff6a00;
}
.c2_from .input{
  background-color: #eeeeee;
  width:254px;
  height:38px;
  display: flex;
  align-items: center;
}
.c2_from .input img{
  margin:0 10px;
}
.c2_from .input input{
    border:none;
    background: none;
    color:#666666;
    font-size: 16px;
    flex: 1;
}
.c2_from button{
  width:254px;
  height:48px;
  background-color: #ff6a00;
  text-align: center;
  font-size: 20px;
  color:#fff;
  border:none;
  cursor: pointer;
}
.c2 .c2_right{
  flex: 1;
  justify-content: space-between;
  display: flex;
}
.c2 .c2_right .row{
  width:290px;
  margin-left: 14px;
  display: flex;
  flex-flow: column;
}
.c2 .c2_right .row .item{
  position: relative;
}
.c2 .c2_right .row .item:nth-child(2) {
  padding-top: 15px;
}
.c2 .c2_right .row .item .con_txt{
  position: absolute;
  top:30px;
  left:20px;
  display: flex;
  flex-flow: column;
}
.c2 .c2_right .row .item .con_txt span{
  color:#333333;
  font-size: 24px;
}
.c2 .c2_right .row .item .con_txt i{
  color:#999999;
  font-size: 16px;
  text-transform:capitalize;
}
.c2 .c2_right .row .item a{
  width:80px;
  height:30px;
  text-align: center;
  line-height: 30px;
  color:#ff6a00;
  border:1px solid #ff6a00;
  font-size: 24px;
  position: absolute;
  bottom: 20px;
  left:20px;
}
.c2 .c2_right .row .item a:hover{
  background-color: #ff6a00;
  color:#fff;
}
.c2 .c2_right .row:nth-child(2) .con_txt{
  left:0;
  text-align: center;
  width:100%;
}
.c2 .c2_right .row:nth-child(2)  a{
  left:50%;
  margin-left: -40px;
}

.c3{
  display: flex;
  flex-flow: wrap;
  padding:50px 0 30px 0;
}
.c3 .item{
  margin:0 0px 20px 0;
  width:25%;
  padding: 0 10px
}
.c3 .item .img{
  width: 100%;
  position:relative;
  padding-bottom: 65%;
  overflow: hidden;
}
.c3 .item img{
  width: 100%;
  position:absolute;
  top:0;
  left:0;
  min-height:100%;
}
/* .c3 .item:nth-child(4n) {
  padding-right: 0;
} */
.c3 .item p{
  display: flex;
  justify-content: space-between;
  padding:0 15px;
  background: #f6f6f6;
  width: 100%;
  height:48px;
  align-items: center;
}
.c3 .item span{
  color:#666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c3 .item i{
  color:#f6f6f6;
  font-size: 16px;
}
.c3 .item a:hover p{
  background-color: #ff6a00;
}
.c3 .item a:hover span,.c3 .item a:hover i{
  color:#fff;
}
.c3_nav{
  display: flex;
}
.c3_nav li{
  margin-left: 14px;
}
.c3_nav li a{
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  border:1px solid #dddddd;
  width:138px;
  height: 138px;
  cursor: default;
}
.c3_nav li:first-child{
  margin-left: 0;
}
.c3_nav li img{
  margin-top: 10px;
}
.c3_nav li a .navimg img:first-child{
  display: block;
}
.c3_nav li a .navimg img:last-child{
  display: none;
}
.c3_nav li span{
  font-size: 18px;
  color:#999999;
}
/* .c3_nav li a:hover,.c3_nav li a.hover{
  background:#ff6a00;
  border-color: #ff6a00;
} */
/* .c3_nav li a:hover .navimg img:last-child,.c3_nav li a.hover .navimg img:last-child{
  display: block;
}
.c3_nav li a:hover .navimg img:first-child,.c3_nav li a.hover .navimg img:first-child{
  display: none;
}
.c3_nav li a:hover span,.c3_nav li a.hover span{
  color:#fff;
} */

.c3_bottom{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.c3_bottom p{
  flex: 1;
  margin-right: 12px;
  background-color:#eeeeee;
  text-align: center;
  height: 58px;
  line-height: 58px;
  color:#ff6a00;
  font-size: 24px;
}
.c3_bottom p span{
  font-family: '宋体';
}
.c3_bottom p i {
  COLOR:#eaa98d;
  font-family: '宋体';
}
.c3_bottom a{
  font-size: 24px;
  color:#ffffff;
  background-color: #ff6a00;
  width:290px;
  height:58px;
  line-height: 58px;
  text-align: center;
}

.con4{
  background: url('../images/c4_bg.jpg') no-repeat center center;
}
.con4 h1,.con4 h2{
  color: #fff;
}
.con4 ul{
  display: flex;
  padding-top: 70px;
}
.con4 ul li{
  display: flex;
  flex-flow: column;
  border-left: 1px solid #d97560;
  width:20%;
}
.con4 ul li:first-child{
  border-left: none;
}
.con4 ul li i{
  font-family: 'Tw Cen MT';
  font-size: 40px;
  color:#fff;
  opacity: 0.3;
  width: 100%;
  text-align: center;
}
.con4 ul li dl{
  display: flex;
  justify-content: center;
  align-items: center;
}
.con4 ul li dl dt{
  float: left;
  margin-right: 10px;
}
.con4 ul li dl dd{
  float: right;
  font-size: 16px;
  color:#fff;
}

.con5{
  background: #f9f9f9;
}
.con5 ul{
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}
.con5 ul li{
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 16.6%;
  justify-content: space-around;
}
.con5 ul li i{
  background: url("../images/c5_bg.png") no-repeat center center;
  width:130px;
  height: 130px;
  font-size: 80px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 10px 10px 0;
}
.con5 ul li span{
  font-size: 16px;
  color: #666666;
  width:100%;
  text-align: center;
  padding-top: 15px;;
}

.con6 .c6{
  margin:50px auto 0 auto ;
  display: flex;
  height: 454px;
}
.c6 .item{
  display: flex;
}
.c6 .item .con{
  background-color: #ff6a00;
  padding:10px;
  position: relative;
  display: none;
}
.c6 .item .con img{
  width: 100%;
  height: 100%;
}
.c6 .item .con .txt{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width:100%;
  height:100%;
  top:0;
  left: 0;
}
.c6 .item .con .txt p.txt_tit{
  font-size: 40px;
  color:#fff;
}
.c6 .item .con .txt span.txt_con{
  font-size: 16px;
  color:#fff;
  text-align: center;
  padding:10px 0;
  line-height: 200%;
}
.c6 .item .con .txt a.link{
  font-size: 24px;
  color:#fff;
  border:1px solid #fff;
  width:80px;
  height:30px;
  text-align: center;
  line-height: 30px;
}
.c6 .item .con .txt a.link:hover{
  color: #fff;
  border-color: #ff6a00;
  background-color: #ff6a00;
}
.c6 .item .title{
  writing-mode: vertical-rl;
  font-size: 24px;
  color:#9d8263;
  background:#ecdfcf;
  width: 96px;
  display: flex;
  /* flex-flow: column; */
  /* justify-content: center; */
  align-items: center;
  cursor: pointer;
  padding-top: 24px;
}
.c6 .item .title span{
  font-size: 24px;
}
.c6 .item:nth-child(2n) .title{
  background-color: #f4efe9;
}
.c6 .item .title.hover{
  background:#ff6a00;
  color:#fff;
}

.con7{
  background: url("../images/con7_bg.jpg") no-repeat center center;
}
.con7 h1, .con7 h2{
  color: #fff;
}
#owl-demo{ 
  width:1240px; 
  margin:auto;
  padding-top: 50px;
}
.con7 .item{
  width:380px;
  height:418px;
  position: relative;
  margin:auto; overflow:hidden;
}
.con7 .item img{
  max-width: 100%;
}
.con7 .item .contxt{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width:312px;
  height:150px;
  position: absolute;
  bottom:0;
  left:50%;
  margin-left: -156px;
  padding: 25px 0;
}
.con7 .item .contxt p.title{
  color:#9d8263;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.con7 .item .contxt i.xian{
  width: 44px;
  height:2px;
  background: #e1d9d0;
}
.con7 .item .contxt span.con{
  font-size: 16px;
  color:#999999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#owl-demo .owl-pagination{ display:none;}
#owl-demo.owl-theme .owl-controls .owl-buttons div{ 
  color:#f1a280; margin:0; padding:0; font-size:80px;
  top:50%; margin-top: -40px;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev{
  position: absolute; left: -60px; z-index: 999;
}
#owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next{
  position: absolute; right: -60px; z-index: 999;
}

.con8{
  padding-top: 80px;
}
.con8 ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}
.con8 ul li{
  margin-right: 3.5px;
  margin-bottom: 5px;
}
.con8 ul li:nth-child(5n){
  margin-right:0;
}
.con8 .txt{
  font-size: 20px;
  color:#999999;
  text-align: center;
  width:100%;
  padding:30px 0;
}

.con9{
  background-color: #eeeeee;
}
.con9 ul{
  display: flex;
  padding-top: 50px;
  flex-flow: wrap;
}
.con9 ul li{
  margin-right: 30px;
  margin-bottom: 20px;
}
.con9 ul li:nth-child(3n){
  margin-right: 0;
}
.con9 ul li a{
  display: flex;
  flex-flow: column;
}
.con9 ul li p{
  display: flex;
  align-items: center;
  padding:10px 0;
}
.con9 ul li i{
  background: url("../images/arrow.png") no-repeat center center;
  width:14px;
  height:16px;
  margin-right: 10px;
}
.con9 ul li span{
  font-size: 18px;
  color:#666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.adpic{
  width:100%;
}
.adpic img{
  width:100%;
}

/* banner */
.banner{
  width:100%;
  height: 460px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.banner img{
  height: 100%;
}
/* 二级导航 */
.subnav{
  background-color: #eeeeee;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color:#999999;
}
.subnav a{
  color: #999999;
}
.subnav a:hover,.subnav a.active{
  color:#ff6a00;
}

/* 案例 */
.show{
  display: flex;
}
.left{
  flex: 1;
  margin-right: 20px;
}
.right{
  width:320px;
}
.caseshow{
  width: 90%;
  margin:auto;
}
.caseshow1{
  width:100%;
  text-align: center;
  color:#333333;
  font-size: 30px;
  padding:30px 0;
}
.caseshow2{
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  display: flex;
  justify-content: space-around;
  padding:30px 0;
}
.caseshow2 li{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-left:1px solid #dddddd;
  height: 68px;
  width:33.3%;
}
.caseshow2 li:first-child{
  border-left: none;
}
.caseshow2 li p{
  font-size: 16px;
  color: #999999;
}
.caseshow2 li span{
  font-size: 16px;
  color:#666666;
}

.right .c2_from{
  width:100%;
}
.right_kh{
  width:100%;
  background-color: #eeeeee;
  padding:20px;
}
.list_title{
  width:100%;
  display: flex;
  padding-bottom: 30px;
}
.list_title i{
  width:6px;
  height:24px;
  background-color: #ff6a00;
  margin-right: 15px;
}
.list_title p{
  font-size: 24px;
  color:#333333;
  line-height: 24px;
}
.right_kh_con{
  text-align: center;
  height:600px;
  overflow: hidden;
}
.right_kh_con ul li{
  height:150px;
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
}

/* 猜你喜欢  */
.like,.like_new{
  display: flex;
}
.like li,.like_new li{
  margin-left: 15px;
  position: relative;
}
.like li img,.like_new li img{
	width:100%;
}
.like li:first-child,.like_new li:first-child{
  margin-left: 0;
}
.like li p{
  background: rgba(0,0,0,0.5);
  height: 50px;
  width:100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 999;
  padding:0 15px;
  bottom: 0;
  left: 0;
}
.like li p span,.like li p i{
  font-size: 16px;
  color:#fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.like li a:hover p{
  display: flex;
}
.like_new li p{
  display: flex;
  padding:10px 0;
  align-items: center;
}
.like_new li p i{
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 12px solid #bfbfbf;
  border-bottom: 8px solid transparent;
  margin-right: 10px;
}
.like_new li p span{
  font-size: 24px;
  color:#666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



/* 新闻内容 */
.news{
  display: flex;
  flex-flow: column;
  width:92%;
  margin:auto;
}
.news .item{
  width:100%;
  display: flex;
  border-top: 1px dotted #dddddd;
}
.news a:first-child .item{
  border-top: none;
}
.news .item .new_img{
  width:240px;
  height:180px;
  overflow: hidden;
}
.news .item .new_img img{
  height: 100%;
}
.news .item .new_con{
  flex: 1;
  flex-flow: column;
  margin-left: 25px;
}
.news .item .new_con h2{
  font-size: 20px;
  color:#333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .item .new_con i{
  font-size:20px;
  color:#bbbbbb;
  margin:10px 0 20px 0;
  display: block;
}
.news .item .new_con span{
  font-size:16px;
  color:#999999;
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newshow{
  width:100%;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  padding:70px 0 30px 0;
}
.newshow h2{
  color: #333333;
  font-size: 26px;
}
.newshow span{
  font-size: 16px;
  color: #bbbbbb;
  padding-top: 15px;
  display: block;
}
.load_more{
  width:92%;
  margin:auto;
  background-color: #eee;
  color:#8a8a8a;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  display: block;
  cursor: pointer;
}
/* 关于我们 */
.fp-tableCell{
  vertical-align: inherit!important;
  position: relative;
}
.ab01{
  width:100%;
  height: 860px;
  /* height:calc(100% - 180px); */
  /* background:url('../images/about_banner1.jpg') no-repeat scroll center center; */
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color:#fff;
  position: relative;
}
.ab01 h2{
  font-size: 70px;
  color:#ff6a00;
}
.ab01 span{
  font-size: 22px;
  color:#ffffff;
  padding:30px 0 0 0;
}
.ab01 i{
  width:54px; 
  height:3px;
  overflow: hidden;
  background-color: #545454;
  margin:40px 0 30px 0;
}
.ab01 p{
  font-size: 32px;
  color:#ffffff;
  line-height: 180%;
  text-align: center;
}
.ab01_icon{
  background:url('../images/shubiao.png') no-repeat scroll center center;
  width: 38px;
  height:150px;
  position:absolute;
  bottom:30px;
  left:50%;
  margin-left: -19px;
}
.ab02{
  display: flex;
  padding-top:70px;
}
.ab02_l{
  flex: 1;
}
.ab02_r{
  width:235px;
  display: flex;
  justify-content: flex-end;
}
.ab_tit01{
  font-size: 40px;
  color: #ff6a00;
  writing-mode:vertical-rl;
  width:50px;
}
.ab_tit02{
  text-transform:uppercase;
  font-size: 40px;
  color:#dddddd;
  writing-mode: vertical-rl;
  margin-top: 120px;
}
.ab02_l{
  display: flex;
  flex-flow: column;
}
.ab02_l li{
  border-top: 1px dotted #818181;
  padding: 45px 0;
  font-size: 18px;
  color:#666666;
}
.ab02_l li:first-child{
  border:none;
}
/* .ab03{
  position: relative;
  height:100%;
} */
.ab03_wrap{
  position: relative;
  height: 860px;
}
.ab03_bg{
  position: absolute;
  right:0;
  z-index:1;
  width:50%;
  height:100%;
  display: flex;
  align-items: center;
  top: 0;
}
.ab03_bg img{
  max-width: 100%;
  max-height:100%;
}
.ab03{
  position:absolute;
  left:0;
  z-index: 2;
  width:53%;
  display: flex;
  flex-flow: column;
  background-color: #ff6a00;
  height:650px;
  margin-top: -325px;
  top:50%;
  padding:0 160px;
  justify-content: center;
  color:#fff;
}
.ab03_tit01{
  font-size: 40px;
  opacity: 0.1;
  text-transform: uppercase;
}
.ab03_tit02{
  font-size: 40px;
}
.ab03_con{
  font-size: 20px;
  padding-top:30px;
  line-height: 200%;
}

.ab04{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding:40px 0;
}
.ab04_l{
  display: flex;
}
.ab04 ul{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ab04 ul li{
  font-size: 18px;
  color:#666666;
  /* padding:20px; */
  /* border:1px solid #666666; */
  width:538px;
  margin:20px 0;
}
.ab04_img{
  width:358px;
}
.ab06{
  background: #eeeeee;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:50px 0;
  width:100%;
  margin-top:30px
}
.ab06 img{
  max-width: 100%;
}
#section4{
  background-color: #eeeeee;
}
.ab05_tit{
  width: 100%;
  text-align: center;
  padding-top:60px;
}
.ab05_tit01{
  font-size: 40px;
  color: #dddddd;
  text-transform: uppercase;
}
.ab05_tit02{
  font-size: 40px;
  color: #333333;
}
.contact{
  display: none;
  justify-content: space-around;
}
.contact li{
  width:33%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding:30px 0;
}
.contact li i{
  width:120px;
  height:120px;
  background-color: #ff6a00;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: auto 80px;
}
.contact li i.phone{
  background-image: url('../images/about_phone.png');
}
.contact li i.email{
  background-image: url('../images/about_email.png');
}
.contact li i.web{
  background-image: url('../images/about_web.png');
}
.contact span{
  font-size: 18px;
  color:#666666;
  padding-top:20px;
}

.contact p{
  font-size: 22px;
  color:#666666;
}
#section4 .fp-tableCell{
  display: flex;
    align-items: center;
}
.address{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.address li.item{
  width:32.5%;
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 15px;
  height:180px;
  padding:35px 50px 0;
  overflow: hidden;
}
.address li.item p.title{
  font-size: 24px;
  color:#666666;
}
.address li.item i.xian{
  display: block;
  width: 35px;
  height:1px;
  overflow: hidden;
  background-color: #e0e0e0;
  margin:10px 0;
}
.address li.item span.con{
  font-size: 16px;
  color:#666666;
  text-align: center;
}

#section5 .fp-tableCell{
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  background-color: #eeeeee;
}

/* 增值服务 */
.service{
  background: url('../images/service_bg.jpg') no-repeat center center;
  background-size: auto 100%;
  height: 900px;
  padding-top:80px;
}
.service .ser_tit01{
  font-size: 40px;
  color:#333333;
  display: flex;
  align-items: center;
}
.service .ser_tit01:after,.service .ser_tit01:before{
  content: '';
  display:block;
  height:1px;
  border-top: 1px solid #333333;
  flex: 1;
} 
.service .ser_tit02{
  background: #ff6a00;
  padding:10px 35px;
  color: #fff;
  font-size: 24px;
  float: left;
}
.ser{
  position: relative;
  height:512px;
}
.ser_con{
  background: url('../images/service_kuang.png') no-repeat scroll center center;
  width:401px;
  height:100%;
  position: absolute;
  left: 0;
  z-index: 2;
  top:0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color:#fff;
  padding-left: 40px;
  padding-bottom: 40px;
}
.ser_con span{
  font-size: 16px;
}
.ser_con p{
  font-size: 40px;
}
.ser_img{
  position: absolute;
  right:0;
  z-index: 1;
}
.ser_control{
  position: absolute;
  bottom:50px;
  left: 23%;
  display: flex;
  z-index: 99;
}
.ser_control .carousel-indicators{
  margin:0 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.ser_control .carousel-indicators li{
  width: auto;
  height:auto;
  text-indent: 0;
  background:none;
  font-size: 16px;
  display: none;
  color: #fff;
}
.ser_control .carousel-indicators li.active{
  display: block;
}
.ser_control .carousel-control{
  width:45px;
  height: 45px;
  border:1px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  cursor: pointer;
}
.ser_control .carousel-control.ser_left{
  background-image: url('../images/left.png');
}
.ser_control .carousel-control.ser_right{
  background-image: url('../images/right.png');
}
.service:nth-child(odd) .ser_tit01:after{
   display: block;
}
.service:nth-child(odd) .ser_tit01:before{
  display: none;
}
.service:nth-child(even) .ser_tit01:after{
  display: none;
}
.service:nth-child(even) .ser_tit01:before{
 display: block;
}
.service:nth-child(even) .ser_tit02{
  float: right;
}
.service:nth-child(even) .ser_con{
  right: 0;
  left: auto;
  background-image: url('../images/service_kuang_r.png');
  text-align: right;
  padding-left: 0px;
  padding-right: 40px;
}
.service:nth-child(even) .ser_img{
  left: 0;
  right: auto;
}
.service:nth-child(even) .ser_control{
  right: 23%;
  left: auto;
}

/* 合作伙伴 */
.partner_banner{
  width: 100%;
  height: 737px;
  overflow: hidden;
}
.partner{
  background: url('../images/partner_bg.png') no-repeat bottom center #ff6a00;
  padding-bottom: 150px;
}
.partner01{
  position: absolute;
  top:-120px;
  width:100%;
  display: flex;
  justify-content:space-between;
}
.partner01 li{
  width: 290px;
  text-align: center;
}
.partner01 li img{
  height: 200px;
}
.partner01 li span{
  background-color: #fff;
  font-size: 18px;
  color:#333333;
  line-height: 40px;
  height: 40px;
}
.partner02{
  margin-top: 150px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.partner02 h2{
  width:100%;
  text-align: center;
  font-size: 34px;
  color: #ffffff;
}
.partner02 .item{
  width: 48%;
  height:60px;
  background:url('../images/partner_kuang.png') no-repeat center;
  display: flex;
  justify-content: center;
  line-height: 52px;
  font-size: 16px;
  color: #ffffff;
  background-size: auto 60px;
  margin-top: 20px;
}
.partner03{
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #ffffff;
}
.partner03 span{
  font-size: 24px;
  margin-top:50px;
}
.partner03 i{
  width:58px;
  height: 3px;
  background-color: #ec8c5d;
  overflow: hidden;
  margin:20px 0;
}
.partner03 p{
  font-size: 24px;
}
.partner03 h2{
  font-size: 44px;
  margin-top: 10px;
}

/* 智慧党建 */
.zhdj{
  background-color: #8a060a;
}
.tit01{
  font-size: 40px;
  font-weight: bold;
  background-image:-webkit-linear-gradient(bottom,#eb9d4e,#f7cc87 30%,#ffe8c1);
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.tit02{
  font-size: 24px;
  font-weight: bold;
  background-image:-webkit-linear-gradient(bottom,#ffc05d,#f7cc87 30%,#f0d6aa);
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.tit03{
  font-size: 42px;
  font-weight: bold;
  background-image:-webkit-linear-gradient(bottom,#ffc05d,#f7cc87 30%,#f0d6aa);
  -webkit-background-clip:text; 
  -webkit-text-fill-color:transparent; 
}
.tit04{
  font-size: 16px;
  color: #f0dbb6;
}
.tit05{
  font-size: 28px;
  color:#f0d5a6;
}
.xian{
  width:58px;
  height: 3px;
  background-color: #ce5446;
  overflow: hidden;
  margin:20px 0;
}
.zhdj01{
  /* background:url('../images/zhdj_bg01.jpg') no-repeat center center; */
  background-repeat: no-repeat;
  background-position: center 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: column;
  /* height: 802px; */
  height:1157px;
}
.zhdj01 .tit04{
  margin-bottom: 60px;
  text-align: center;
  line-height: 200%;
}
.zhdj01 .video{
  margin-bottom: 80px;
}
.zhdj02{
  text-align: center;
  background:url('../images/zhdj_bg02.png') repeat-x 0 0;
  height: 760px;
}
.zhdj02 .tit01,.zhdj05 .tit01{
  padding-top: 60px;
}
.zhdj02 .tit03,.zhdj05 .tit03{
  padding-top: 100px;
}
.zhdj02 .tit02{
  font-size: 16px;
}
.zhdj02 ul{
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
}
.zhdj02 ul li{
  text-align: center;
}
.zhdj02 ul li p.title{
  font-size: 24px;
  color:#f0dbb6;
  padding:10px 0;
}
.zhdj02 ul li span.con{
  line-height: 150%;
  font-size: 16px;
  color:#f0dbb6;
}
.zhdj03{
  background:url('../images/zhdj_bg03.png') no-repeat center center;
  height: 869px;
  display: flex;
  justify-content: flex-end;
}
.zhdj03_l{
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.zhdj03_l .tit04{
  text-align: center;
  line-height: 180%;
}
.zhdj03_l .tit02{
  padding-top: 80px;
}

.zhdj04{
  background:url('../images/zhdj_bg04.jpg') no-repeat center center;
  height: 650px;
}
.zhdj04 .wrap{
  display: flex;
  flex-flow: wrap;
}
.zhdj04_tit{
  display: flex;
  width: 100%;
  padding-top: 100px;
}
.zhdj04_tit .tit04{
  flex:1;
  padding-left: 60px;
}
.zhdj04 dl{
  display: flex;
  width:33%;
  margin-top: 60px;
}
.zhdj04 dt{
  overflow: hidden;
}
.zhdj04 dd{
  margin-left: 20px;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.zhdj04 dd p.title{
  font-size: 24px;
  color:#f0dbb6;
}
.zhdj04 dd span.con{
  font-size: 16px;
  color:#f0dbb6;
}

.zhdj05{
  background: url('../images/zhdj_bg02.png') repeat-x 0 0;
  height: 850px;
}
.zhdj05 .title{
  text-align: center;
}
.zhdj05 ul{
  display: flex;
  flex-flow: wrap;
}
.zhdj05 ul li{
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  margin-top: 60px;
}
.zhdj05 ul li span{
  font-size: 24px;
  color:#f0dbb6;
  padding-top: 10px;
}

.zhdj06{
  background: url('../images/zhdj_bg06.jpg') no-repeat center center;
  height: 720px;
}
.zhdj06_con{
  width:50%;
  float: right;
  text-align: center;
  padding-top: 100px;
}
.zhdj06 ul{
  display: flex;
  justify-content:space-around;
  padding-top: 20px;
}
.zhdj06 ul li{
  width:48%;
}
.zhdj06 ul li p.title{
  font-size: 24px;
  color: #f0dbb6;
  padding-bottom: 20px;
}
.zhdj06 ul li span.ftitle{
  color: #f0dbb6;
  font-size: 24px;
  font-weight: normal;
  padding: 20px 0;
}
.zhdj06 ul li .tit04{
  font-size: 16px;
}
.zhdj07{
  padding: 100px 0;
}
.zhdj07 .tit01{
  text-align: center;
}
.zhdj07 ul{
  display: flex;
  justify-content: space-around;
  padding-top:60px;
}
.zhdj07 ul li{
  width: 25%;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-left: 1px solid #b35b4f;
}
.zhdj07 ul li:first-child{
  border-left: none;
}
.zhdj07 ul li p.title{
  font-size: 24px;
  color: #f0dbb6;
  padding:10px 0;
}
.zhdj07 ul li span.con{
  font-size: 16px;
  color:#f0dbb6;
  text-align: center;
}

.zhdj08{
  background: url('../images/zhdj_bg08.jpg') no-repeat center center;
  height: 730px;
  text-align: center;
}
.zhdj08 .tit01{
  padding-top: 100px;
}
.zhdj08 ul{
  display: flex;
  justify-content: space-around;
  padding-top: 80px;
}
.zhdj08 ul li{
  width:32%;
}
.zhdj08 ul li p.title{
  font-size: 24px;
  color: #f0dbb6;
  padding:20px 0 10px 0;
}
.zhdj08 ul li span.con{
  font-size: 16px;
  color:#f0dbb6;
  text-align: center;
}

.zhdj09{
  background: url('../images/zhdj_bg09.jpg') no-repeat center center;
  height: 721px;
  padding:100px 0;
  overflow: hidden;
}
.zhdj09 ul{
  display: flex;
  justify-content: space-around;
}
.zhdj09 ul li{
  width:31%;
  text-align: center;
}
.zhdj09 ul li p.title{
  font-size: 24px;
  color: #f0dbb6;
  padding:20px 0 10px 0;
}
.zhdj09 ul li span.con{
  font-size: 16px;
  color:#f0dbb6;
  text-align: center;
}

/* 窗口浮动 */
.floatwnd{
  background: url('../images/floatwnd_bg.png') no-repeat center bottom;
  position: fixed;
  left: 0;
  bottom: 0;
  width:100%;
  height: 125px;
  z-index: 9999;
}
.floatwnd .wrap{
  position: relative;
  height: 100%;
  margin-top:10px;
}
.floatwnd .close{
  background: url('../images/close.png') no-repeat 0 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  right:0px;
  top:-15px;
}
.float{
  display: flex;
  align-items: center;
  height: 100%;
}
.float .title{  
  color: #ffffff;
}
.float .title span{
  font-size: 22px;
}
.float .title p{
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
  background: #ff6a00;
  padding:5px 10px;
}
.float .input{
  background-color: #fff;
  width:175px;
  height:38px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-left: 10px;
}
.float .input img{
  margin:0 10px;
}
.float .input input{
    border:none;
    background: none;
    color:#666666;
    font-size: 16px;
    width:130px;
}
.float button{
  width:180px;
  height:48px;
  background-color: #ff6a00;
  text-align: center;
  font-size: 20px;
  color:#fff;
  border:none;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 5px;
}
.float .tel{
  color: #ffffff;
  text-align: center;
  margin-left: 10px;
}
.float .tel p{
  font-size: 24px;
}
.float .tel span{
  font-size: 16px;
}
/* 动画效果 */
.about_r img, .content img,.modal-img img, .time-img img,.team ul li img,.service .right img, .contact li i,.partner01 li img, .zhdj02 ul li img,.zhdj04 dl dt img,.zhdj05 ul li:hover img,.zhdj07 ul li:hover img{
  max-width: 100%; max-height: 100%; transition:0.5s all;
}
.contact li i:hover,.zhdj02 ul li:hover img,.zhdj04 dl:hover dt img,.zhdj05 ul li:hover img,.zhdj07 ul li:hover img{
  transform: rotateY(360deg);
} 
.partner01 li img:hover{
  opacity: 0.9;
}
.zhdj06 ul li:hover img,.zhdj08 ul li:hover img,.zhdj09 ul li:hover img{
  transition:0.5s all;
}
.zhdj06 ul li:hover img,.zhdj08 ul li:hover img,.zhdj09 ul li:hover img{ transform:scale(1.1); }