@charset "utf-8";
/*--------------- 内容------------------- */
body {
	background-color: #E9E9EB;
}
.content{
    width: 100%;
    overflow: hidden;
    font-size: 0;
    margin-top: 93px;
}
.container{
    width: 880px;
    margin: 0 auto;
    text-align: center;
    color: #43506C;
    font-family: "Microsoft YaHei";
}
.one{
    margin-bottom: 60px;
}
.one h2{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    color: #43506C;
}
.one p{
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}
.edition{
    margin-top: 30px;  
}
.edition .flex {
    width: 880px;
    display: flex;
    justify-content: space-between;
}
.edition .flex li {
    width: 130px;
    height: 220px;
    border-radius: 15px;
    background-color: #fff;
    list-style: none;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .5);
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    cursor: pointer;
}
.edition .flex li:hover {
    transform: scale(1.1);
}
.edition .flex li:nth-child(1):hover {background-color: #EF4B4C;}
.edition .flex li:nth-child(2):hover {background-color: #3D619B;}
.edition .flex li:nth-child(3):hover {background-color: #43506C;}
.edition .flex li:nth-child(4):hover {background-color: #EF4B4C;}
.edition .flex li:nth-child(5):hover {background-color: #3D619B;}
.edition .flex li:nth-child(6):hover {background-color: #43506C;}
.edition .flex li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.edition .flex li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    display: block;
    width: 45%;
    margin: 0 auto;
    transform: translateY(-100%);
}
.edition .flex li p {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    -webkit-transition: .6s;
}
.edition .flex li:hover p{
	color: #fff;
}
.a-groups {
    font-size: 16px;
    padding: 50px 0 80px 0;
    background-color: #f3f3f3; 
}
.a-groups h2 {
    line-height: 2.4;
}
.a-groups p {
    margin-bottom: 30px;
}
.a-groups .every-flex {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.a-groups .every-flex:nth-child(5) {
    margin-bottom: 25px;
}
.a-groups .every-flex:nth-child(8) {
    margin-bottom: 25px;
}
.a-groups .every-flex li {
    width: 207px;
    line-height: 2.5;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .5);
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.a-groups .every-flex li a {
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.a-groups .every-flex li a span {
    transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
}
.a-groups .every-flex li img {
    width: 25px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.a-groups .every-flex li:hover {
    background-color: #3D619B;
}
.a-groups .every-flex li:hover a span {
    color: rgb(255, 192, 0);
}
.a-groups .every-flex li:hover a {
    color: #fff;
}
.a-groups .every-flex li:nth-child(2) {
    margin-right: 15px;
}

.gnld{
    padding-bottom: 20px;
}
.gnld .container{
    text-align: left;
    padding: 100px 0;
    height: 260px;
}
.gnld h2{
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 36px;
    -webkit-text-stroke: 1px #43506C;
    line-height: 2;
}
.gnld h3{
    font-family: "Microsoft YaHeiLight";
    font-size: 18px;
    font-weight: bold;
    line-height: 2;
}
.bgleft{
    background-image: url(/static/images/tech1.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bgright .left{
    float: right;
    width: 50%;
    margin-left: 40px;
    /* display: inline-block; */
    vertical-align: bottom;
}
.bgleft ul{
    width: 50%;
    display: inline-block;
}
.gnld li{
    margin-top: 10px;
    color: #fff;
}
.gnld li span{
    font-size: 14px;
}
.gnld .pic{
    vertical-align: top;
    height: 240px;
    float: right;
}
.bgright ul{
    width: 100%;
    display: inline-block;
}
.bgright .pic {
	float: left;
}
.bgright .left {
	text-align: right;
}
.bgright h2 {
	color: #43506C;
}
.bgright li {
	color: #43506C;
}
.six{
    background-image: url(/static/images/competitive4.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.six .container{
    text-align: center;
}
.people{
    margin-top: 87px;
    vertical-align: middle;
    height: 277px;
}
.six-right{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 50px;
    margin-top: 104px;
}
.six-right li img{
    width: 18px;
    height: 18px;
    vertical-align: bottom;
}
.six-right h2{
    margin-bottom: 18px;
    font-size: 30px;
    font-family: "Microsoft YaHeiBold";
    color: #ffffff;
}
.six-right p{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 15px;
    font-family: "Microsoft YaHeiBold";
    color: #ffffff;
}
.seven{
    padding-bottom: 58px;
    overflow: hidden;
}
.container2{
    width: 880px;
    margin: 0 auto;
    text-align: center;
    color: #43506C;
    font-family: "Microsoft YaHei";
}
.seven h4{
    font-size: 24px;
    color: #43506C;
    margin-top: 47px;
    margin-bottom: 46px;
}
.seven .news{
    display: inline-block;
    width: 48%;
    text-align: left;
}
.news-right{
    margin-left: 20px;
}
.news img{
    margin-bottom: 20px;
}
.news li{
    margin: 5px 0;
}
.news li a{
    width: 100%;
    overflow: hidden;
    font-family: "Microsoft YaHeiUI";
    font-size: 14px;
    color: #43506C;   
}
.news li a:hover{
    text-decoration: underline;
}
.news li a p{
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}
.news li a span{
    /* display: inline-block; */
    width: 20%;
    float: right;
    vertical-align: top;
}
.eight{
    padding-bottom: 92px;
    background-image: url(/static/images/competitive4.jpg);
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.eight h2{
    margin-top: 55px;
    margin-bottom: 48px;
    color: #ffffff;
}
.eight li{
    display: inline-block;
    width: 18%;
    margin: 1%;
    overflow: hidden;
}
.eight li img{
    transition: all 0.5s ;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
}
.eight li img:hover{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
.nine{
    padding-bottom: 70px;
    background-color: #E9E9EB;
    overflow: hidden;
}
.nine h2{
    font-size: 24px;
    color: #43506C;
    margin-top: 68px;
    margin-bottom: 53px;
}
.nine li{
    display: inline-block;
    width: 24.2%;
    margin-right: 1%;
    margin-bottom: 1%;
}
li.nine-right{
    margin-right: 0;
}
.nine li img{
    transition: all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
}
.nine li img:hover{
    transform: scale(1.7);
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
}

.link{
    background-color: #262626;
    padding-top: 10px;
    padding-bottom: 30px;
}
.link ul{
    text-align: left;
}
.link li{
    display: inline-block;
    margin-right: 5px;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    color: #E9E9EB;
}
.link li a{
    color: #E9E9EB;
}
.link li a:hover{
    text-decoration: underline;
    color: #EF4B4C;
}
