/*common start*/

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    color: #333;
}

a {
    color: #666;
}

a:hover {
    color: #f60;
    text-decoration: none;
}

:hover {
    transition: all .3s ease;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	padding:0 0;
}

input,
textarea,
select {
    outline: none
}

.langue {
    float: right;
    line-height: 97px;
}

.logo {
    float: left;
}

.menu {
    float: right;
    width: 70%;
}

.menu ul li {
    line-height: 97px;
    float: left;
    padding: 0 17px;
    text-align: center;
    position: relative;
}

.menu ul li a {
    font-size: 12px;
    font-weight: bold;
}

.menu ul li dl {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 99;
}

.menu ul li dl dd {
    line-height: 45px;
}

.menu ul li dl dd a {
    font-size: 12px;
}

.menu ul li dl dd:hover {
    background-color: #122A88;
}

.menu ul li dl dd:hover a {
    color: #fff;
}

.menu ul li:hover dl {
    display: block;
}

.news {
    width: 1200px;
    margin: 0 auto;
}

.news .title {
    height: 88px;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #01395e;
    font-weight: bold;
    font-family: "黑体"!important;
}

.news .title p {
    display: flex;
    align-items: flex-end;
}

.news .title p span {
    font-size: 18px;
    color: #949494;
    margin-left: 15px;
    font-weight: initial;
}

.box {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.box-1 ul li {
    width: 400px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.box-1 ul li img {
    display: block;
    width: 400px;
    height: 300px;
}

.box-1 ul li h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 400px;
    background: rgba(1, 57, 94, .8);
    text-indent: 18px;
    font-size: 15px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: ghostwhite;
    padding-right: 170px;
}

.box-2 {
    position: absolute;
    right: 10px;
    bottom: 14px;
}

.box-2 ul li {
    float: left;
    width: 6px;
    height: 6px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 50%;
    background: #f6f6f6;
    text-indent: 100px;
    cursor: pointer;
}

.box-2 ul .on {
    background: #c01825;
}

.news-main {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
}

.news-main .main-left {
    background: #ffffff;
    height: 360px;
    display: flex;
	width:100%;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 80px;*/
}

.news .news-box {
    width: 750px;
    height: 300px;
    margin-left: 30px;
}

.news .news-box .news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
	
	
}

.news .news-box .news-head .item {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #01395e;
    background: #fff;
    cursor: pointer;
    display: flex;
    padding-left: 30px;
	justify-content: space-around;
}

.news .news-box .news-head .item .text {
    font-size: 14px;
    color: #fff;
}

.news .news-box .news-head .item .english {
    font-size: 14px;
    color: #fff;
    margin-left: -230px;
}

.news .news-box .news-head .item .more {
    margin-left: 155px;
    font-size: 14px;
    color: #fff;
}

.news .news-box .news-head .item.sel {
    background: #01395e;
    color: #ededed;
}

.news .news-box .main {
    margin-top: 20px;
}

.news .news-box .main .info {
    height: 100px;
}

.news .news-box .main .info .text {
    font-size: 16px;
    line-height: 28px;
    color: #454545;
}

.news .news-box .main .info .text:hover a {
    color: #01395e;
}

.news .news-box .main .info .time {
    font-size: 16px;
    color: #01395e;
    margin-top: 10px;
}

.news .news-box .main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    height: 30px;
    position: relative;
}

.news .news-box .main ul li:hover a {
    color: #01395e;
}

.news .news-box .main ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #01395e;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2.5px;
}

.news .news-box .main ul li span {
    width: 295px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #454545;
    display: block;
}

.news .news-box .main ul li label {
    font-size: 12px;
    color: #747474;
}

.news .bulletin {
    width: 320px;
    background: #f5f5f5;
}

.news .bulletin .bulletin-head {
    height: 60px;
    background: url(../images/index-2.png);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
}

.news .bulletin .bulletin-head .text {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    font-family: "黑体" !important;
}

.news .bulletin .bulletin-head .text span {
    font-size: 16px;
    color: #fff;
    margin-left: 18px;
}

.news .bulletin .bulletin-head .more {
    font-size: 12px;
    color: #fff;
    margin-right: 18px;
}

.news .bulletin ul {
    padding: 0 24px;
    padding-top: 20px;
}

.news .bulletin ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
}

.news .bulletin ul li:hover a {
    color: #01395e;
}

.news .bulletin ul li span {
    font-size: 14px;
    color: #454545;
    flex: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news .bulletin ul li label {
    margin-left: 15px;
    font-size: 12px;
    color: #747474;
}

.product ul li {
    width: 32%;
    margin: 10px 5px;
    position: relative;
    float: left;
}

.product ul li img {
    width: 100%;
}

.product ul li p {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
}

.title h1 {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}

.title p {
    text-align: center;
    font-size: 18px;
}

.product {
    padding: 20px 0;
    background-color: #F3F3F3;
}

.lin3 {
    display: none;
    width: 100%;
    height: 5px;
    background-color: #122A88;
    position: absolute;
    top: 100%;
    left: 0;
}

.product ul li:hover {
    transform: translateY(-5px);
}

.product ul li:hover .lin3 {
    display: block;
}

.title {
    margin-bottom: 20px;
}

.con8 {
    padding-top: 50px;
	padding-bottom:15px;
}

.con8 video {
    float: right;
    width: 40%;
}

.c8_left {
    float: right;
    width: 40%;
}

.c8_right {
    float: left;
    width: 56%;
}

.c8_right h2 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    padding-bottom: 10px;
}

.c8_right h3 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 30px;
    display: inline-block;
}

.c8_right .about {
    font-size: 14px;
    line-height: 24px;
}

.con14bg {
    width: 100%;
    height: auto;
    background: ;
    color: #000;
}

.con14 {
    padding: 30px 0;
    height: auto;
}

.mumping_mun li {
    width: 25%;
    float: left;
    margin: 30px auto;
}

.mumping_mun p {
    font-size: 16px;
    width: 100%;
    display: block;
    clear: both;
}

.mumping_mun h2 {
    font-size: 34px;
    color: #122A88;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

.foot {
    background-color: #000;
    padding: 30px 0;
}

.foot p {
    color: #fff;
    text-align: center;
}

.about1 {
    padding: 30px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-size: cover;
	background-color:#fff;
}

.about1 p {
    font-size: 16px;
	font-family: 宋体, SimSun，;
	text-align:left;
}

.picMarquee-left {
    margin: 20px 0;
}

.picMarquee-left img {
    width: 100%;
}

.picMarquee-left .bd li {
    width: 20%;
    margin-right: 10px;
}

.tempWrap {
    width: 100% !important;
}

.about1list ul li {
    width: calc((100% - 53px) / 4);
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 30px 0;
    border: 1px solid #000;
    border-radius: 15px;
}

.about1list ul li:nth-child(4n) {
    margin-right: 0;
}

.abioc {
    width: 80px;
    height: 80px;
    background-color: #122A88;
    border-radius: 50%;
    position: relative;
    float: left;
}

.abioc img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abtxt {
    width: calc(100% - 100px);
    float: right;
}

.abtxt h1 {
    font-size: 36px;
    font-weight: bold;
    color: #122a88;
    text-align: center;
}


/* 1-3企业荣誉 */

.honor .menu-box {
    background: #fff;
}

.text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.text-box .text {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

.text-box .english {
    font-weight: bold;
    font-family: 宋体, SimSun;
    font-size: 16px;
    color: #333333;
}

.swiper-box .bg {
    width: 100%;
    height: 440px;
    background: #f2f5f7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.swiper-box .swiper-container {
    width: 1210px;
    height: 500px;
}

.swiper-box .swiper-container .honor-box {
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-box .swiper-container .honor-list {
    height: 440px;
    width: 1100px;
    display: flex;
    align-items: center;
}

.swiper-box .swiper-container .honor-list .item {
    height: 440px;
    width: 260px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.swiper-box .swiper-container .honor-list .item .img-box {
    width: 260px;
    height: 330px;
    background: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-box .swiper-container .honor-list .item .img-box img {
    width: 220px;
    height: initial;
}

.swiper-box .swiper-container .honor-list .item .text {
    font-size: 16px;
    color: #454545;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
    width: 32px;
    height: 96px;
    margin-top: -80.5px;
    background: #d8d9d9;
    color: #053c60;
}

.honor .swiper-button-next:after,
.honor .swiper-button-prev:after {
    content: "";
}

.honor .swiper-button-next i,
.honor .swiper-button-prev i {
    font-size: 28px;
    color: #053c60;
}

.honor .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #ababab;
}

.honor .swiper-pagination-bullet-active {
    background: #01395e;
}

.honor .swiper-button-next:hover,
.honor .swiper-button-prev:hover {
    background: #315f7d;
    color: #fff;
}

.honor .swiper-button-next:hover i,
.honor .swiper-button-prev:hover i {
    color: #fff;
}

.corporate-news .main .list {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}

.corporate-news .main .list .item {
    height: 150px;
    display: flex;
    justify-content: space-between;
    padding: 14px 0 0 17px;
    border: 1px dashed #dfdfdf;
    margin-bottom: 25px;
}

.corporate-news .main .list .item .img-box {
    width: 160px;
    height: 120px;
}

.corporate-news .main .list .item .img-box img {
    width: 100%;
    height: 100%;
}

.corporate-news .main .list .item .item-r {
    width: 110px;
}

.corporate-news .main .list .item .text-box {
    flex: 2;
    padding: 0 40px 0 35px;
}

.corporate-news .main .list .item .text-box .title {
    width: 645px;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
    font-weight: bold;
    font-family: "黑体"!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.corporate-news .main .list .item .text-box .text {
    height: 72px;
    width: 645px;
    font-size: 14px;
    color: #454545;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.corporate-news .main .list .item .item-r .time {
    font-size: 24px;
    color: #454545;
    font-weight: bold;
    font-family: "黑体"!important;
    margin-top: 10px;
}

.corporate-news .main .list .item .item-r .year {
    font-size: 14px;
    color: #454545;
    margin-top: 10px;
}

.corporate-news .main .list .item .item-r .iconfont {
    font-size: 28px;
    color: #ababab;
    margin-top: 15px;
    display: block;
}

.corporate-news .main .list .item:hover {
    background: #4e768f;
    border: none;
    padding: 15px 0 0 18px;
}

.corporate-news .main .list .item:hover .text-box .title {
    color: #fff;
}

.corporate-news .main .list .item:hover .text-box .text {
    color: #fff;
}

.corporate-news .main .list .item:hover .item-r .iconfont {
    color: #fff;
}

.corporate-news .main .list .item:hover .item-r .year {
    color: #fff;
}

.corporate-news .main .list .item:hover .item-r .time {
    color: #fff;
}

.corporate-news .main .page {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.corporate-news .main .page .item {
    height: 30px;
    padding: 0 10px;
    border: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #454545;
    margin-right: 8px;
}

.corporate-news .main .page .item.num {
    width: 30px;
    height: 30px;
    padding: 0;
}

.corporate-news .main .page .item.sel {
    background: #01395e;
    color: #fff;
    border: none;
}

.head-img {
    width: 100%;
    min-width: 1266px;
}

.head-img img {
    display: block;
	width:100%;
}

.menu-box {
    border-bottom: 1px solid #e8e8e8;
    min-width: 1266px;
}

.menu-box .menu {
    width: 1200px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    float: none;
}

.menu-box .menu .menu-l span {
    font-size: 12px;
    color: #ababab;
    margin: 0 10px 0 12px;
}

.menu-box .menu .menu-l a {
    font-size: 12px;
    color: #666666;
    margin: 0 10px 0 12px;
}

.menu-box .menu .menu-l img {
    width: 4px;
    height: 6px;
}

.menu-box .menu .menu-l .iconfont {
    font-size: 12px;
    color: #033c5f;
    margin: 0 12px 0 10px;
}

.menu-box .menu .menu-r {
    display: none;
    align-items: center;
}

.menu-box .menu .menu-r .item {
    margin-left: 20px;
    font-size: 14px;
    color: #454545;
    height: 90px;
    line-height: 90px;
    display: block;
    position: relative;
}

.menu-box .menu .menu-r .item.sel {
    color: #033c5f;
}

.menu-box .menu .menu-r .item.sel::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #033c5f;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}


/* 新闻详情 */

.news-details .main .title {
    width: 1200px;
    height: 145px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 40px;
}

.news-details .main .title .text {
    font-size: 20px;
    color: #454545;
    font-weight: bold;
    font-family: "黑体"!important;
    text-align: center;
}

.news-details .main .title .tips {
    margin-top: 30px;
    text-align: center;
}

.news-details .main .title .tips span {
    color: #ababab;
    font-size: 14px;
    margin-right: 10px;
}

.news-details .main .details {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 60px;
}

.news-details .main .details p {
    line-height: 30px;
}

.news-details .main .details .text {
    font-size: 14px;
    color: #454545;
    line-height: 30px;
    text-indent: 29px;
}

.news-details .main .details .text:first-child {
    text-indent: initial;
}

.news-details .main .details .img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 30px;
}

.news-details .main .details .img-box img {
    width: 800px;
    height: 600px;
}

.news-details .main .details .img-box .text {
    text-indent: initial;
    margin-top: 10px;
}

.news-details .main .cutover {
    width: 1200px;
    margin: 0 auto;
    height: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-details .main .cutover .list {
    height: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-details .main .cutover .list .item {
    font-size: 14px;
    color: #454545;
}

.news-details .main .cutover .list .item.end {
    color: #ababab;
}

.news-details .main .cutover .return {
    width: 120px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid #033c5f;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #033c5f;
    margin-right: 10px;
}

.news-details .main .cutover .return:hover {
    background: #033c5f;
    color: #fff;
}

.weizhi {
    height: 40px;
    line-height: 40px;
    background: url(../images/title03.png) no-repeat;
    font-size: 14px;
}

.inside {
    margin-top: 20px;
    min-height: 400px;
}

.inside_left {
    width: 220px;
    float: left;
}

.inside_left .side_a dl dt {
    border-bottom: 3px solid #ddd;
    display: block;
    height: 40px;
    color: #324483;
    font-weight: bold;
    line-height: 40px;
    font-size: 18px;
}

.inside_left .side_a dl dd {
    height: 36px;
    line-height: 36px;
    border-bottom: #ddd solid 1px;
}

.inside_left .side_a dl dd a {
    display: block;
    padding-left: 30px;
    font-size: 14px;
    background: url(../images/about-cn3_19.jpg) 15px center no-repeat;
}

.inside_left .side_a dl dd a:hover {
    background: #324483;
    color: #fff;
}

.inside_left .side_a dl .hover a {
    background: #324483;
    color: #fff;
}

.lianxi {
    margin-top: 15px;
    text-align: center;
    padding-bottom: 20px;
}

.inside_right {
    width: calc(100% - 240px);
    float: right;
}

.inside_con {
    padding: 10px 0;
}


/* 联系我们 */

.contact .main {
    display: flex;
}

.contact .main .map {
    width: 50%;
    height: 500px;
	margin-top:100px;
}

.contact .main .text-box {
    width: 50%;
   
    background: url(../img/contact-1.png) no-repeat;
    background-size: 100% 100%;
    float:left;
}

.contact .main .text-box .title {
    font-size: 26px;
    color: #01395e;
    font-weight: bold;
    font-family: "黑体"!important;
    padding-top: 40px;
    text-align: right;
    padding-right: 240px;
}

.contact .main .text-box .title p {
    color: #ababab;
    font-size: 18px;
    margin-top: 10px;
}

.contact .main .text-box .info {
    width: 550px;
    float: right;
}

.contact .main .text-box .info .text {
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}

.contact .main .text-box .info .phone:nth-of-type(3) {
    text-indent: 49px;
}

.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    display: none;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #c9141e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 50px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

@media(max-width:768px) {
    .sp_header {
        display: block;
    }
    .wapper {
        width: 95%;
    }
    .head {
        display: none;
    }
    .box-1 ul li {
        width: 100%;
    }
    .news {
        width: 100%;
    }
    .box {
        width: 100%;
    }
    .news-main {
        flex-wrap: wrap;
    }
    .news-main .main-left {
        padding: 0;
        flex-wrap: wrap;
        height: auto;
    }
    .news .news-box {
        width: 100%;
        margin: 0;
    }
    .box-1 ul li img {
        width: 100%;
    }
    .news .bulletin {
        width: 100%;
    }
    .product ul li {
        width: 100%;
        margin: 10px 0;
    }
    .con8 video {
        width: 100%;
    }
    .c8_right {
        width: 100%;
    }
    .c8_left {
        width: 100%;
    }
    .about1list ul li {
        width: 45%;
        margin: 10px 7px;
    }
    .abioc {
        width: 60px;
        height: 60px;
        float: none;
        margin: 0 auto;
    }
    .abtxt {
        width: 100%;
    }
    .swiper-box .swiper-container .honor-list {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .swiper-box .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper-box .swiper-container .honor-list .item {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-box .swiper-container .honor-list .item .img-box {
        width: 100%;
    }
    .swiper-box .swiper-container .honor-box {
        height: auto;
    }
    .head-img img {
        height: auto;
        width: 100%;
    }
    .head-img {
        min-width: 0;
    }
    .menu-box .menu {
        width: 100%;
        flex-wrap: wrap;
    }
    .menu-box {
        min-width: 0;
    }
    .menu-l {
        width: 100%;
    }
    .menu-r {
        width: 100%;
    }
    .contact .main .text-box .info {
        width: 90%;
    }
    .contact .main .text-box {
        min-width: 0;
        width: 100%;
    }
    .contact .main {
        flex-wrap: wrap;
    }
    .contact .main .map {
        width: 100%;
        height: 300px;
    }
    .corporate-news .main .list {
        width: 100%;
    }
    .corporate-news .main .list .item {
        flex-wrap: wrap;
        height: auto;
        padding: 0;
    }
    .corporate-news .main .list .item .text-box .title {
        width: 100%;
    }
    .corporate-news .main .list .item .text-box .text {
        width: 100%;
        height: auto;
    }
    .corporate-news .main .list .item .text-box {
        padding: 0;
        width: 100%;
    }
    .corporate-news .main .page {
        flex-wrap: wrap;
    }
    .corporate-news {
        width: 95%;
        margin: 0 auto;
    }
    .news .title {
        display: block;
        height: auto;
    }
    .news-details .main .title {
        width: 100%;
    }
    .details img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }
    .news-details .main .details {
        width: 100%;
    }
    .news-details .main .cutover {
        width: 100%;
    }
}


/*common end*/