@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    font-family: "微软雅黑";
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    height:100%;
}

/*-----------------------公共类-------------------------*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.clear{
    clear: both;
}
table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

input,textarea {
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, Arial, sans-serif;
}

input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}

img {
    border: 0;
}

/**ie兼容*/
a {
    color: #666;
    text-decoration: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:active {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

textarea {
    resize: none;
}

/*防止拖动*/
s,
i,
em {
    font-style: normal;
    text-decoration: none;
}

.wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.container {
    padding: 0;
}

/******************通用样式结束*****************/

/*首頁 index*/
.tong_index {
    width: 100%;
    height: 100%;
}

.index_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 73px;
    z-index: 111111;
    font-size: 18px;
    background: rgba(255,255,255, 0.9);
    min-width:1600px;
    box-shadow: 1px 5px 5px #999;
}
.index_header .index_logo {
    margin-left: 15%;
    height:100%;
    overflow:hidden;
}
.index_logo a{
    display:block;
}
.index_logo a img{
    height:63px;
    margin:5px 0;
}
.index_header .index_nav {
    margin-right: 9.7%;
}
.index_header .index_nav .index_nav_ul>li {
    float: left;
    height: 73px;
    line-height: 73px;
    position: relative;
}
.index_header .index_nav .index_nav_ul>li>a {
    display: block;
    height: 73px;
    padding: 0 45px;
    color: #333;
}
/*.index_header .index_nav .index_nav_ul>li>a.index_nav_active {
    color: #a72126;
}*/

.index_header .index_nav .index_nav_ul>li>a:hover {
    color: #a72126;
}
.index_header .index_nav .nav_two{
    display:none;
    position: absolute;
    background:#fff;
    top:70px;
    left:0;
    width:100%;
    font-size:14px;
    padding:10px;
}
.index_header .index_nav .nav_two li a{
    display:block;
    line-height:2.2;
    text-align: center;
}
.index_header .index_nav .nav_two li a:hover{
    color:#a72126;
}
/*輪播圖*/

.swiper-container{
    width:100%;
    height:100%;
}
.swiper-slide{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*首頁word*/
@-webkit-keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
  
    50% {
      opacity: 1;
    }
  }
  
  @keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
  
    50% {
      opacity: 1;
    }
  }
.index_word{
    position:fixed;
    left:15%;
    top:30%;
    z-index: 999;
    color:#fff;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_word span{
    background:#fff;
    color:#3695fb;
    padding:15px;
}
.index_word h1{
    font-size:60px;
    margin-top:37px;
}
.index_word h2{
    font-size:45px;
    margin-bottom:25px;
}
.index_word h1,.index_word h2{
    line-height:1.5;
}
.index_word a{
    border:1px #fff solid;
    color:#fff;
    line-height:30px;
    width:235px;
    display:block;
    padding-left:50px;
}
.index_word a i{
    width:50px;
    height:32px;
    border-left:1px #fff solid;
    float:right;
    text-align:center;
    background:url("../images/index_right_jiantou.png") no-repeat center;
    background-size:65% auto;
}
/*index_menu*/
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.index_menu{
    background:rgba(0,0,0,0.8);
    position: fixed;
    bottom:0;
    left:15%;
    width:70%;
    color:#fff;
    z-index: 999;
    padding:8px 0;
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_menu ul{
    display:flex;
    width:100%;
}
.index_menu ul li{
    display:inline-block;
    border-left:1px #7d7d7d  solid;
    width:33.33%;
    text-align: center;
    height:50px;
    line-height:50px;
    font-size:16px;
}

.index_menu ul li:first-child{
    border:none;
}
.index_menu ul li img{
    display:inline-block;
    vertical-align: middle;
    width:42px;
    margin-right:3px;
}
.index_menu ul li span{
    display:inline-block;
    vertical-align: middle;
    line-height: 1.4;
    text-align: left;
	font-size:20px;
	color:#ffffff;
	}
.index_menu ul li span i{
    display:block;
    font-size:14px;
}
/*底部栏*/
.footer{
    width:100%;
    text-align: center;
    background:url("../images/foot_bg.png") no-repeat top center;
    background-size:100% 450px;
    padding:90px 0;
    color:#fff;
    font-size:16px;
    margin-top: 100px;
}
.foot_logo{
    display: block;
    width:80px;
    margin:0 auto;
}
.footer ul{
    padding:10px 0;
    display:inline-block;
}
.footer ul li{
    display:inline-block;
    margin:0 20px;
}
.footer ul li a{
    color:#fff;
}
.footer i{
    width:1px;
    height:30px;
    background:#999;
    display: block;
    margin:10px auto 20px;
 }
.footer h6{
    width:100%;
    font-size:18px;
    font-weight: normal;
    text-align: center;
}

.footer p{
    margin-top:30px;
    
}
.footer p span{
    margin-left:50px;
}
/*公共头部*/
.head_posi{
    position: relative;
}
/*領導關懷*/
.content{
    height:auto;
    overflow:auto;
}
@-webkit-keyframes scale_b {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  
  @-moz-keyframes scale_b {
     0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  
  @-o-keyframes scale_b {
    0% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
    }
  
    100% {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  
.lead_banner{
    width:100%;
    overflow:hidden;
}
.lead_banner img{
    width:100%;
    min-height:500px;
    animation: scale_b 10s linear infinite alternate;
}
.main{
    padding:10px 0;
}
.lead_box{
    width:100%;
    max-width:1200px;
    margin:120px auto;
    position: relative;
}
.lead_word{
    width:90%;
    height:350px;
}
.lead_word{
    background:url("../images/boss_bor.png") no-repeat left top;
    background-size:auto 100%;
    padding:60px 60px;
    margin-bottom: 140px;
}
.lead_word h1{
    width:60%;
    font-size:36px;
    padding-bottom:30px;
}
.lead_word p{
    width:65%;
    line-height:1.5;
}
.lead_img{
    position:absolute;
    top:-73px;
    right:0;
    height:500px;
    display:block;
}
.lead_box p{

    display:block;
    text-indent: 24px;
}
.lead_text{
    padding:0 30px 20px;
}
/*發展戰略*/
.deve_list li{
    height:500px;
    display:block;
    margin:5px 0;
    overflow:hidden;
    color:#fff;
    padding-top:110px;
    position: relative;
    font-size: 18px;
}
.deve_list li h3{
    font-size:34px;
    margin-bottom:90px;
    margin-left:20%;
    position: relative;
    z-index:2;
}
.deve_list li p{
    float:left;
    padding-left:90px;
    font-size:18px;
    line-height:2;
    width:400px;
    letter-spacing: 0.5px;
    position: relative;
    z-index:2;
    margin-left:20%;
}
.deve_list li:nth-child(2n) p{
    float:right;
    margin-left:0;
    margin-right:20%;
}
.deve_list li:nth-child(1){
    background:url("../images/deve_con1.jpg") no-repeat top center;
    background-size:100% 500px;
}
.deve_list li:nth-child(1) p{
    background:url("../images/deve_01.png") no-repeat left top;
    background-size:80px auto;
}
.deve_list li:nth-child(2){
    background:url("../images/deve_con2.jpg") no-repeat top center;
    background-size:100% 500px;
}
.deve_list li:nth-child(2) p{
    background:url("../images/deve_02.png") no-repeat left top;
    background-size:80px auto;
}
.deve_list li:nth-child(3){
    background:url("../images/deve_con3.jpg") no-repeat top center;
    background-size:100% 500px;
}
.deve_list li:nth-child(3) p{
    background:url("../images/deve_03.png") no-repeat left top;
    background-size:80px auto;
}
.deve_list li:nth-child(4){
    background:url("../images/deve_con4.jpg") no-repeat top center;
    background-size:100% 500px;
}
.deve_list li:nth-child(4) p{
    background:url("../images/deve_04.png") no-repeat left top;
    background-size:80px auto;
}
.deve_list li:nth-child(5){
    background:url("../images/deve_con5.jpg") no-repeat top center;
    background-size:100% 500px;
    text-align: center;
    padding-top:100px;
    line-height: 1.9;
    letter-spacing: 0.5px;
}
.deve_list .deve_bg{
    display:none;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0, 54, 119, 0.3);
    z-index:1;
}
/*企业文化*/
.corp{
    max-width:1200px;
    width:98%;
    margin:0 auto;
}
.corp h1{
    margin-top:50px;
}
.corp h1,.corp h6{
    text-align:center;
    width:100%;
}
.corp h6{
    font-weight:normal;
    font-size:16px;
    transform:scale(1);
    letter-spacing: 13px;
}
.corp i{
    width:41px;
    border-bottom:4px #a72126  solid;
    vertical-align: top;
	display: block;
    margin:0 auto;
    height:10px;
    }
.corp_box{
    width:100%;
    margin:50px 0;
    text-align: center;
    line-height:1.8;
}
.corp_box ul,.corp_img{
    width:49%;
}
.corp_box ul li{
    padding: 70px 0 0 80px;
    margin-bottom:50px;
}
.corp ul:nth-child(1) li:nth-child(1){
     background:url("../images/qywh_01.png") no-repeat left top;
     background-size:auto 110px;
 }
.corp ul:nth-child(1) li:nth-child(2){
    background:url("../images/qywh_02.png") no-repeat left top;
    background-size:auto 110px;
}
.corp ul:nth-child(2) li:nth-child(1){
    background:url("../images/qywh_03.png") no-repeat left top;
    background-size:auto 110px;
}
.corp ul:nth-child(2) li:nth-child(2){
    background:url("../images/qywh_04.png") no-repeat left top;
    background-size:auto 110px;
}
.corp_box .corp_list{
    width:100%;
    display: flex;
}
.corp_box .corp_list li{
    display: block;
    width:20%;
    padding:0;
    margin:50px 0;
}
.corp_list li img{
    width:60px;
    margin:0 auto;
}
.corp_list li p{
    color:#a72126;
    margin-top:20px;
}
.corp_box h4{
    font-weight: 500;
    font-size:22px;
}
.corp_end{
    background:url("../images/qywh_bg.jpg") no-repeat center;
    background-size:100% 100%;
    width:100%;
    margin-bottom:10px;
    padding:30px 0;
}
.corp_end .corp_ul{
    width:49.8%;
    min-height:300px;
    padding-right:6%;

}
.corp_end .corp_ul:nth-child(2){
    padding:0;
    padding-left:6%;
}
.corp_ul:nth-child(1){
    border-right:1px #ccc dashed;
}
.corp_ul:nth-child(2){
    border-left:1px #ccc dashed;
}
.cend{
    max-width:1200px;
    width:98%;
    margin:0 auto;
    color:#FFF;
}
.corp_ul li{
    position:relative;
    margin:30px 0;
}
.corp_ul li img{
    width:100%;
}
.corp_ul li .cend_cen{
    width:20%;
    position:absolute;
    right:-24%;
    top:35%;
}
.corp_ul li h1{
	font-size: 44px;
    letter-spacing: 2px;
    border-bottom:1px #aaa solid;
    line-height:2;

}
.corp_ul li h1 span{
    font-size:30px;
    font-weight: normal;
    padding-left:3px;
    letter-spacing: 0.5px;
    vertical-align: text-bottom;
}
.corp_ul li em{
    font-size:16px;
    transform: scale(0.8);
    color:#aaa;
    line-height:2;
}
.corp_ul li p{
    font-size:16px;
    margin:12px 0;
    line-height:1.7;
    overflow: hidden;
    display: -webkit-box; /* 将元素设为盒子伸缩模型显示 */
    -webkit-box-orient: vertical;/*伸缩方向设为垂直方向*/
    -webkit-line-clamp: 2;/*超出3行隐藏，并显示省略号*/
}
/*联系我们*/
.cont_box{
    max-width: 1200px;
    width:96%;
    margin:30px auto;
    text-align: center;
    animation-name: slideInUp;
}
.cont_box h5{
    font-weight: normal;
    line-height:3;
}
.cont_box i{
    display: block;
    margin:0 auto;
    width:45%;
    height:5px;
    background:url("../images/title_line.jpg") repeat-x top left;
}

.cont_from{
    margin:70px auto;
    width:100%;
}
.cont_from ul{
    width:50%;
    text-align: left;
}
.cont_from ul li{
    padding:20px 0;
}
.cont_from ul li input,.cont_from ul li textarea{
    padding:10px;
    width:95%;
}
.cont_from ul:nth-child(2) li{
    padding:10px 0;
}
.cont_from ul li textarea{
    height:150px;
}
.cont_from ul li button{
    width:150px;
    color:#fff;
    background:#a72126;
    height:40px;
    line-height:40px;
    border:none;
}
.cont_map{
    width:100%;
    height:auto;
    overflow:hidden;
    /*margin-bottom:300px;*/
    border: 1px solid #f5f5f5;
}
.cont_map img{width:100%;}

/*项目展示*/
.pre_title{
    width:100%;
    margin:30px auto 60px;
}
.pre_title li{
    float: left;
    width:20%;
    padding:0 20px 0 5px;
    margin:30px 0 0;
}
.pre_title li a{
    width:100%;
    display:block;
    background: #dddddd;
    color:#333;
    line-height:35px;
    height:35px;
}
.pre_title li a:hover{
    color:#fff;
    background:#a72126;
}
.pre_title li a:active{
    width:100%;
    display:block;
    background: #dddddd;
    color:#333;
    line-height:35px;
    height:35px;
}
.pre_list{
    width:95%;
    margin:0 auto;
}
.pre_list a{
    float:left;
    width:25%;
    overflow: hidden;
}
.pre_list a img{
    display:block;
    width:90%;
    margin:0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pre_list a img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pre_list a span{
    width:100%;
    display:block;
    padding:30px 0;
    text-align: center;
}

/*页数*/
.foot_pages{
    width:100%;
    text-align: center;
    margin:70px auto;
}
.foot_pages a{
    display:inline-block;
    margin-right:20px;
    padding:5px 15px;
    background:#ccc;
    color:#fff;
    border-radius:3px;
}
.foot_pages a.active{
    background:#e40505;
}

/*项目详情*/
.pro_details{
    width:100%;
    margin:20px auto;
    max-width:1200px;
}
.pro_details p{
    text-indent: 28px;
    letter-spacing: 0.5px;
    line-height:1.5;
    text-align: left;
}
.pro_details img{
    width:60%;
    margin:20px auto;
}
/*办公环境展示*/
.envi_list{
    width:70%;
    margin:70px auto;
}
.envi_list li{
    float:left;
    width:33.33%;
    overflow:hidden;
}
.envi_list li img{
    display:block;
    width:90%;
    margin:0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.envi_list li img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.envi_list li span{
    width:100%;
    display:block;
    padding:30px 0;
    text-align: center;
}

/*新闻展示*/
.new_list{
    width:100%;
    max-width:1150px;
    margin:25px auto;
}
.new_list li{
    -moz-box-shadow:1px 5px 5px #999; 
    -webkit-box-shadow:1px 5px 5px #999; 
    box-shadow:1px 5px 5px #999;
    padding:12px 50px 12px 30px;
    margin-bottom:20px;
}
.new_list .new_word{
    width:65%;
}
.new_list .new_img{
    width:30%;
}
.new_list li i{
    color:#aaa;
    font-style:normal;
}
.new_list li h3{
	font-size: 28px;
    line-height:2;
    padding:3px 0;
    overflow: hidden;
    display: -webkit-box; /* 将元素设为盒子伸缩模型显示 */
    -webkit-box-orient: vertical;/*伸缩方向设为垂直方向*/
    -webkit-line-clamp: 2;/*超出3行隐藏，并显示省略号*/
}
.new_list li p{
    color:#666;
    line-height:1.8;
    overflow: hidden;
    display: -webkit-box; /* 将元素设为盒子伸缩模型显示 */
    -webkit-box-orient: vertical;/*伸缩方向设为垂直方向*/
    -webkit-line-clamp: 4;/*超出3行隐藏，并显示省略号*/
}

/*集团介绍*/
.group_box{
    background:url("../images/group_end.jpg") no-repeat left top;
    background-size:100% 100%;
    width:100%;
    padding:10% 0; 
    margin:70px 0;
}
.group_box .group_bg{
    background:url("../images/group_bg.png") no-repeat left top;
    background-size:100% 100%;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:50px 50px 70px;
}
.group_bg p{
    font-size:16px;
    line-height: 1.8;
    color:#fff;
    padding:30px;
    text-align: center;
}
.group_bg img{
    display:block;
    margin:0 auto;
}
.group_video{
    width:98%;
    max-width:1800px;
    margin:70px auto;
}
.group_video li{
    
	width:45%;
    margin:0 auto;
    /*
	float:left;
	width:23%;
    margin:0 1% 30px;*/
    position: relative;
    overflow: hidden;
}

.group_video li img:first-child{
    display:block;
    width:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.group_video li img:first-child:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.group_video li img:last-child{
    position: absolute;
    top:calc(50% - 25px);
    left:calc(50% - 25px);
    width:90px;
    height:90px;
    display: block;
}
.group_more{
    display: block;
    width:200px;
    line-height:35px;
    height:35px;
    text-align: center;
    border:1px #666 solid;
    margin:70px auto;
}


@media screen and (max-width: 1050px){
    .index_logo a img{
        height:59px;
        margin:7px 0;
    }
    .index_header .index_nav .index_nav_ul>li{
        font-size:15px;
    }
    .index_header .index_logo {
        margin-left: 7%;
    }
    .index_header .index_nav {
        margin-right: 7%;
    }
}