@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
img{ border:0;vertical-align: middle;}
em {font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none;}
li{vertical-align: middle;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{ background: transparent;text-decoration: none;color: #333;}
a:active,
a:hover { outline: 0;text-decoration: underline;
  transition:color 0.25s ease-out 0s;
  -webkit-transition:color 0.25s ease-out 0s;}
img.o8:hover{filter:alpha(opacity=80);opacity:0.8;}
body {
  font:12px/2 Helvetica,Arial,Verdana,sans-serif;
  color: #333;
  word-break:break-all;
  background: #f7f7f7;
  font-family: PingFang SC, PingFang SC;
}
.header{ 
    width: 100%;
    height: 72px; background: #fff;
    box-shadow: 0 10px 40px 0 rgba(0,0,0,.15);
}
.header .head{ width: 1400px; height: 72px; margin: 0 auto;}
.header .head .logo{ float: left; margin-top: 10px;}
.header .head .logo a img{ height: 52px;}
.header .head .menu{ float: right;}
.header .head .menu ul li{ float: left; width: 128px; text-align: center;}
.header .head .menu ul li a{ 
    width: 128px; 
    font-size: 16px; 
    display: block;
    color:#B1B1B1;
    font-family: "Myriad Pro", Arial, "FZLanTingHei-R-GBK", 方正兰亭黑, "Microsoft YaHei", 微软雅黑, STHeiti, 华文黑体, SimSun, 宋体, sans-serif; 
    text-decoration: none;
    border-radius: 31px;
    height: 40px;
    color: #000;
    line-height: 40px;
    margin-top: 16px;
}
.header .head .menu ul li a:hover{ 
    color: #FA6D13;
    background: rgba(250,109,19,0.1);
}
.banner{
    width: 100%;
    height: 350px;
    display: flex;
    z-index: 0;
    background: url(../images/intro.png) center center no-repeat;
}
.intro_page .word{
    width: 1420px;
    height: 350px;
    margin: 0 auto;
}
.intro_page .word h3{
    width: 761px;
    height: 71px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 48px;
    color: rgba(0,0,0,0.9);
    line-height: 72px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    margin-top: 115px;
}
.intro_page .word p{
    width: 740px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0,0,0,0.9);
}
.intro_about{
    width: 1420px;
    height: 385px;
    padding: 100px 0;
    margin: 0 auto;
}
.intro_about .intro_about_left{
    width: 800px;
    height: 385px;
    float: left;
}
.intro_about .intro_about_left h3{
    width: 200px;
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.9);
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.intro_about .intro_about_left span{
    width: 60px;
    height: 4px;
    background:#FA6D13;
    display: inline-block;
 }
 .intro_about .intro_about_left p{
    width: 800px;
    height: 247px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 50px;
 }
.intro_about .intro_about_thumb {
    width: 580px;
    height: 385px;
    float: right;
}
.intro_about .intro_about_thumb img{
    width: 580px;
    height: 385px;
    border-radius: 20px;
}
.time_axis{
    width: 100%;
    display: flex;
    height: 586px;
    background: url(../images/timeBg.png) center no-repeat #dedede;
   
}
.time_axis_name {
    position: absolute;
    width: 112px;
    margin-top:60px;
    left: 50%;
    margin-left: -56px;
    text-align: center;
}
.time_axis_name h3{
    width: 200px;
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.9);
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.time_axis_name span{
    width: 60px;
    height: 4px;
    background:#FA6D13;
    display: inline-block;
 }
.time_cont {
    width: 1680px;
    height: 586px;
    position: relative;
    margin: 0 auto;
}
.time_line {
    position: relative;
    width: 1424px;
    margin: 0 auto;
    height: 20px;
}
.time_axis .line{
    position: absolute;
    margin-top:360px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.time_line  .dot{
    position: absolute;
    width: 20px;
    height:20px;
    display: grid;
    margin-top:351px;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    place-items: center;
}
.time_line  .dot1{
    margin-left: 178px;
}
.time_line  .dot2{
    margin-left: 356px;
}
.time_line  .dot3{
    margin-left: 534px;
}
.time_line  .dot4{
    margin-left: 712px;
}
.time_line  .dot5{
    margin-left: 890px;
}
.time_line  .dot6{
    margin-left: 1068px;
}
.time_line  .dot7{
    margin-left: 1246px;
}
.time_line  .dot8{
    margin-left: 1424px;
}

.time_line  .dot .dot_a {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 5px;
    background: #000;
}
.time_lists .timea{
    width: 208px;
    padding: 14px;
    height: 106px;
    background: #fff;
    float: left;
    position: absolute;
    margin-top: 372px;
    margin-left: 23px;
    box-shadow: 0px 4px 20px 0px rgba(181,181,181,0.4);
}
.time_lists .active {
    background: #fa6d13;
}

.time_lists .timea1{ 
    margin-top: 0px;
    margin-left: 23px;
}

.time_lists .timea h4{
    height: 30px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: rgba(0,0,0,0.6);
    line-height: 30px;
    font-style: normal;
    text-transform: none;
}
.timea .dot {
    width: 0;
    height: 0;
    border-top: 10px solid transparent; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -20px;
    left: 104px;
}


.time_lists .active h4{
    color: #fff;
}
.active .dot{
    border-bottom: 10px solid #fa6d13;
}
.time_lists .timea1 .dot { 
    top: 134px;
    border-top: 10px solid #fa6d13; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    
}
.time_lists .timea1 {
    margin-left: 202px;
    margin-top: 175px;
}
.time_lists .timea2 {
    margin-left: 379px;
}
.time_lists .timea3 {
    margin-left: 557px;
    margin-top: 175px;
}
.time_lists .timea3 .dot { 
    top: 134px;
    border-top: 10px solid #fff; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.time_lists .timea4 {
    margin-left: 737px;
}
.time_lists .timea5 {
    margin-left: 913px;
    margin-top: 175px;
}
.time_lists .timea5 .dot { 
    top: 134px;
    border-top: 10px solid #fff; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.time_lists .timea6 {
    margin-left: 1093px;
}
.time_lists .timea7 {
    margin-top: 175px;
    margin-left:1269px;
}
.time_lists .timea7 .dot { 
    top: 134px;
    border-top: 10px solid #fff; 
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.time_lists .timea8 {
    margin-left: 1450px;
}


.time_lists .timea span{
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.time_lists .active span{
    color: #fff;
}
.zheren {
    width: 100%;
    margin: 80px auto;
}

.zheren_name {
    width: 100%;
    text-align: center;
}

.zheren_name h3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.9);
}
.zheren_name span.line_name{
    width: 60px;
    height: 4px;
    background:#FA6D13;
    display: inline-block;
}
.zheren_list {
    width: 1280px;
    margin: 0 auto;
}
.zheren_list ul {
    width: 1280px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zheren_list ul li {
    width: 560px;
    display: flex;
    height: 58px;
    padding: 65px 0;
    border-bottom:  1px solid #DCDCDC;;
}
.zheren_list ul li .time {
    width: 100px;
    float: left;
}
.zheren_list ul li .time span.time1 {
    color: #000;
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-family: PingFang SC, PingFang SC;
}
.zheren_list ul li .time span.time2 {
    color: rgba(61,61,61,.6);
    display: block;
    line-height: 35px;
    font-family: PingFang SC, PingFang SC;
    font-size: 24px;
    
}
.zheren_list ul li .des{
    width: 439px;
    float: left;
    height: 52px;
    border-left:  1px solid #DCDCDC;
    line-height: 29px;
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
}

.zhizi{
    width: 100%;
    height: 700px;
    padding-top: 50px;
    background: #F3F5F7;
}
.zhizi_up{
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.zhizi_up ul  {
    display: flex;
    justify-content: center;
}
.zhizi_up ul li {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    width: 100px;
    line-height: 120px;
    margin: 0 105px;
    cursor: pointer;
}
.zhizi_up ul li.active{
    border-bottom: 1px solid #FA6D13;
}
.zhizi_img {
    width: 1420px;
    height: auto;
    margin: 80px auto;
}
.zhizi_img ul {
  display: block;
  width: 1420px;
}
.zhizi_img ul.none{
    display: none;
}
.zhizi_img ul li {
    width: 246px;
    height: 358px;
    float: left;
    margin: 0 10px 0 9px;
}
.zhizi_img ul li img{
    width: 246px;
    height: 358px;
}


.lianxi {
    width: 1420px;
    height: auto;
    overflow: hidden;
    margin: 20px  auto;
}
.lianxi .cate {
    width: 473px;
    float: left;
    margin-top: 20px;
}
.lianxi .cate h5{
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color:#333;
    line-height: 44px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lianxi .cate p{
    width: 319px;
    height: 57px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,0.9);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.lianxi p.address {
    margin-top: 18px;
}
.footer{ width: 100%; background: #252525; height:412px;}
.footer .wrapper{ width: 1420px; height:321px;  margin: 0 auto; }
.footer_logo{
   float: left;
   margin-top: 80px;
   margin-right: 80px;
   width: 252px;
}
.footer_logo img {
   width: 252px;
   height: 106px;
}
.footer .wrapper .lap-three-quarters{ width:1080px; float: left;}
.footer .wrapper .lap-three-quarters ul{
   width: 100%;
}
.footer .wrapper .lap-three-quarters .lap-one-quarter{
    width: 270px; float: left; margin-top: 80px;}
.footer .wrapper .lap-three-quarters .lap-one-quarter a.m-item{ font-weight: bold; color: #fff; font-size:18px;}
.footer .wrapper .lap-three-quarters .lap-one-quarter ul{ margin-top: 8px;}
.footer .wrapper .lap-three-quarters .lap-one-quarter ul li{ font-size: 16px;color: rgba(255,255,255,0.6);}
.footer .wrapper .lap-three-quarters .lap-one-quarter ul li a{
   color: rgba(255,255,255,0.6);
}
.footer .wrapper .lap-three-quarters .lap-one-quarter .tel .tel_num{
   font-size: 30px;
   color: #fff;
}
.footer .wrapper .lap-three-quarters .lap-one-quarter .tel span{
   font-size: 14px;
   color: rgba(255,255,255,0.6);
}

.footer_bottom{
   width: 1420px;
   height: 92px;
   line-height: 92px;
   margin: 0 auto;
   font-size: 16px;
   color: rgba(255,255,255,0.6);
   border-top: 1px solid rgba(0,0,0,0.2);
}
.fuwu_title {
    text-align: center;
    margin-top: 50px;
}
.fuwu_title h3{
    width: 200px;
    height: 42px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.9);
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    text-align: center;
}
.fuwu_title span{
    width: 60px;
    height: 4px;
    background:#FA6D13;
    display: inline-block;
}

.fuwu_list{
    width: 1400px;
    margin: 40px auto;
    height: 290px;
}
.fuwu_list .fuwu_left{
    width: 320px;
    height: 290px;
    float: left;
}

.fuwu_list .fuwu_left .fuwu_case {
    width: 320px;
    height: 145px;
    line-height: 145px;
    color: #999;
    font-size: 28px;
    text-align: center;
    background: #F3F5F7;
}

.fuwu_list .fuwu_left .fuwu_case h3{
    color: #999;
}

.fuwu_list .fuwu_left .active {
    background: #FA6D13;
}

.fuwu_list .fuwu_left .active h3{
    color: #fff;
}
.fuwu_list .fuwu_right{
    width: 1000px;
    padding: 40px;
    height: 210px;
    float: left;
    background: url("../images/bga.png");
}
.fuwu_list .fuwu_right h4{
    font-size: 24px;
}
.fuwu_list .fuwu_right  p{
    font-size: 18px;
    line-height: 23px;
    color: #666;
    width: 560px;
    margin-top:60px;
}

.techfuwu {
    width: 100%;
    background: #F3F5F7;
    padding: 70px 0px;
    margin-top: 40px;
}

.techfuwu .tech_cont {
    width: 1400px;
    margin: 0 auto;
    height: 400px;
    display: flex;
    justify-content: space-between;
}

.tech_left{
    width: 680px;
    background: url("../images/pro12.png");
    height: 400px;;

}

.tech_leftb{
    background: url("../images/pro11.png");
}

.tech_left h4{
    font-size: 24px;
    color: #000;
    margin-top: 72px;
    margin-left: 40px;
}

.tech_left p {
    width: 410px;
    line-height: 36px;
    font-size: 18px;
    color: #666;
    margin-top: 20px;
    margin-left: 40px;
}

.ruanjian{
    width: 1400px;
    margin: 40px auto;
    height: 395px;
}

.ruanjian .ruanjian_left{
    width: 680px;
    height: 395px;
    float: left;
}
.ruanjian .ruanjian_left img{
    width: 680px;
    height: 395px;
}

.ruanjian_right {
    width: 680px;
    height: 295px;
    float: left;
    margin-left: 40px;
    font-size: 20px;
    line-height: 36px;
    color: #333;
    padding-top: 100px;
}

.pro_list {
    width: 1400px;
    height: 87px;
    border-radius: 16px;
    background: #fff;
    border-radius: 16px;
    margin: 0 auto;
    margin-top: -44px;
    box-shadow: 0px 3px 10px 0px rgba(167,167,167,0.3);
}
.pro_list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pro_list ul li {
    text-align: center;
    display: inline-block;
    width: 233px;
    line-height: 87px;
}
.pro_list ul li a{
    font-size: 20px;
    color: #333;
}

.pro_list ul li.active a{
    height: 76px;
    display: inline-block;
    border-bottom: 3px solid #FA6D13;
}
.pro_list ul li.active a{
    color:#FA6D13 ;
}
.pro_title {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pro_title h3 {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 28px;
    color: rgba(0,0,0,0.9);
}
.pro_title span.line_name{
    width: 60px;
    height: 4px;
    background:#FA6D13;
    display: inline-block;
}

.pro_intro {
    width: 1400px;
    height: 285px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pro_intro .pro_intro_left{
    width: 856px;
}
.pro_intro .pro_intro_left h4{
    margin-top: 70px;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}
.pro_intro .pro_intro_left p{
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
.pro_intro .pro_intro_right {
    width: 440px;
    height: 285px;;
}
.pro_intro .pro_intro_right img {
    width: 440px;
    height: 285px;
}

.product_list {
    width: 1400px;
    margin:40px auto;
    display: flex;
    justify-content: space-between;
}
.product_list .product_cate {
    width: 319px;
    overflow: hidden;
    height: 384px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgba(167,167,167,0.3);
    border-radius: 16px 16px 16px 16px;
}
.product_list .product_cate .thumb{
    width: 319px;
    height: 307px;
}
.product_list .product_cate  img{
    width: 319px;
}
.product_list .product_cate span{
    height: 76px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 76px;
    font-weight: 400;
    font-size: 20px;
    border-top: 1px solid #E7E7E7;
    margin-bottom: 0px;
}
.jiben {
    width: 1400px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.jiben .jiben_cate{
    width: 662px;
    height: auto;
    overflow: hidden;
    margin-right: 75px;
    float: left;
    margin-top: 80px;
}
.jiben .jiben_cate2{
    margin-right: 0px;
}
.jiben .jiben_cate img {
    width: 64px;
    height: 64px;
    float: left;
}
.jiben .jiben_cate .des{
    float: left;
    width: 532px;
    margin-left: 47px;;
    height: 150px;
}
.jiben .jiben_cate .des h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    font-family: PingFang SC, PingFang SC;
    color: #333;
}
.jiben .jiben_cate .des p{
    line-height: 24px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #666;
    font-family: PingFang SC, PingFang SC;
}
.xitong_bg {
    width: 100%;
    background: #F3F5F7;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.xitong_apption {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
   
}

.xitong_apption .cate{
    width: 440px;
    height: 388px;
    background: #fff;
    border-radius: 20px;
	 overflow: hidden;
    border: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    margin: 25px 12px;
	float: left;
}


.xitong_apption .cate img{
    width: 440px;
    height: 252px;
}
.xitong_apption .cate h5{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 32px;
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
.xitong_apption .cate span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}

.cate_name {
    width:480px;
    height: 62px;
    border-radius: 57px;
    background: #F3F5F7;
    margin: 20px auto;
}

.cate_name a{
    width: 234px;
    line-height: 56px;
    border-radius: 56px;
    height: 56px;
    display: block;
    margin:3px;
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    font-size: 28px;
    color: #000000;
    float: left;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cate_name a.active {
    background: #fff;;
}
.case_list{
    width: 1320px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
}

.case_list .thumb {
    width: 320px;
    height: 180px;;
}
.case_list .thumb img {
    width: 320px;
    height: 180px;
}
.case_list .des {
    width: 972px;
}
.case_list .des h4{
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    font-size: 26px;
    color: #000000;
    font-size: 26px;
}
.case_list .des p {
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    font-size: 18px;
    color: rgba(0,0,0,0.6);
    line-height: 28px;
}
.case_list .des a{
    font-family: PingFang SC, PingFang SC;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    line-height: 24px;
    float: right;
}


.cate_des {
  width: 1400px;
  height: auto;
  overflow: hidden;
  padding-bottom:50px;
  margin: 0 auto;
}

.cate_des  h1.title {
	font-size:18px;
	width: 100%;
	line-height:50px;
	text-align:center;
}


.cate_des  .thumb  {
	width: 1400px;
	margin-top: 40px;
	text-align:center;
}


.cate_des  .thumb  img {
	width: 700px;
}

.cate_des  .content {
	margin-top: 40px;
	font-size:16px;
	line-height:40px;
}

.dianxing {
    width: 1420px;
    height: auto;
    overflow: auto;
    padding: 40px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.dianxing_list  {
    margin-top: 40px;
    width: 1420px;
    height: auto;
    overflow: hidden;
}
.dianxing_list  ul li{
    width: 280px;
    text-align: center;
    float: left;
}

.dianxing_list  ul li img {
    width: 180px;
    height: 180px;
}

.dianxing_list  ul li span {
    font-size: 18px;
    height: 60px;
    margin-top: 20px;
    line-height: 30px;
    width: 280px;
    text-align: center;
    display: inline-block;
}

.putong{
    width: 1400px;
}
.putong span {
    font-size: 16px;
    width: 233px;
    display: inline-block;
}

.putong span.parent{
    width: 1420px;
    line-height: 80px;
    height: 80px;
    
}

.putong span.parent b {
    font-size: 18px;
}

.qita {
    display: flex;
    width: 1420px;
    justify-content: space-between;
    margin-top: 40px;
}

.qita ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.qita ul li {
    width: 25%;
    text-align: center;
}

.qita ul li span {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    width: 100%;
}