﻿@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans CN", "PingFang SC", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", STXihei, "思源黑体", "苹果苹方", "华文细黑", Heiti, "黑体", SimSun, "宋体", sans-serif
}

.aboutGroup_banner_a {
    width: 100%;
    height: 950px;
    background-image: url("../../imgs/about/20100426103809.jpg");
	background-size:cover;
	background-position:top;
}
/*字体颜色*/
body,
html {
    color: #666;
    font-size: 14px;
    margin: 0 auto;
}

/*↓公共阴影↓*/
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.industry_in_c_one img{
    width: 260px;
    height: 260px;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

select,
input {
    vertical-align: middle;
}

img {
    border: 0;
}

.wrapCon {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

/*通用样式结束*/
.aboutGroup {
    width: 100%;
    margin: 0 auto;
}

.aboutGroup .aboutGroup_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.aboutGroup .aboutGroup_banner .aboutGroup_banner_a img {
    width: 100%;
}
/*集团简介位置*/
.aboutGroup .aboutGroup_banner .aboutGroup_banner_b {
    position: absolute;
    top: 110px;
    z-index: 10;
    color: #fff;
    margin-left: 18.5%;
    text-shadow: 1px 3px 1px grey;
}
/*集团简介位置*/
.aboutGroup .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b1 {
    font-size: 48px;
    letter-spacing: 4px;
    margin-bottom: 120px;
}
/*详情点击位置*/
.aboutGroup .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b2 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 100px;
}

.aboutGroup .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b3{
    width: 300px;
    height: 100px;
}

.aboutGroup .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b3 img{
    width: 360px;
    height: 100px;
}

.aboutGroup .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b3 .twXQ {
    display: none;
}

.industry .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b1 {
    font-size: 60px;
    letter-spacing: 2px;
}
/*集团简介大小*/
.industry .aboutGroup_banner .aboutGroup_banner_b .aboutGroup_banner_b2 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
    max-width: 758px;
}
/*集团业务位置*/
.industry_in {
    padding-top: 5%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 10%;
}
/*集团业务框架宽度*/
.industry_in .industry_in_box {
    max-width: 1100px;
    margin: 0 auto;
}
/*集团业务*/
.industry_in .industry_in_box .industry_in_a {
    font-size: 70px;
    width: 100%;
    text-align: center;
    color: rgb(0,104,182);
    letter-spacing: 2px;
    margin-bottom: 7%;
}
/*集团业务内容*/
.industry_in .industry_in_box .industry_in_b {
    font-size: 42px;
    letter-spacing: 2px;
    line-height: 60px;
    text-indent: 2em;
}
/*集团业务框架位置*/
.industry_in .industry_in_box .industry_in_c {
    margin-top: 5%;
}

.industry_in .industry_in_box .industry_in_c li:nth-child(odd){
    margin-right: 4%;
}

/*集团业务框架*/
.industry_in .industry_in_box .industry_in_c ul li {
    overflow: hidden;
    position: relative;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 4% 0;
    box-shadow: 0 0px 10px 5px #e5e5e5;
    text-align: center;
    background: #fff;
    float: left;
    width: 48%;
    display: block;
    margin: 0 auto;
    height: 510px;
    margin-top: 80px;
}
/*集团业务框架下拉详情*/
.industry_in .industry_in_box .industry_in_c ul li:hover .in_c_sd {
    top: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/*集团分公司字体大小*/
.industry_in .industry_in_box .industry_in_c ul li .industry_in_c_two {
    font-size: 50px;
    margin-top: 50px;
}
/*子公司框架下拉效果*/
.industry_in .industry_in_box .industry_in_c ul li .in_c_sd {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,104,182,0.6);
    top: -100%;
    text-align: left;
    padding: 5%;
}
/*子公司详情颜色*/
.industry_in .industry_in_box .industry_in_c ul li .in_c_sd .in_c_sd_a {
    color: #fff;
	font-size: 40px;
    padding: 2%;
}
@media only screen and (max-width: 1024px) {
    .wrapCon {
        width: 1200px;
    }
}


