a {
    color: #005096;
}

.body-container {
    position: relative;
	max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

.content-container {
	max-width: 1920px;
    margin: 0 auto;
}

#content-body__company-overview {
    margin-top: 140px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.company-overview__display--image {
    width: 700px;
    height: 640px;
    margin-right: 78px;

    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);

    filter: alpha(opacity=0);
    opacity: 0;

    flex: 1;
}

.company-overview__display--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-overview__display--text{
	 position: relative;

     flex: 1;
}
.company-overview__display--text .text-title {
    padding-right: 35px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.text-title .title--main {
    margin-top: 10px;
}

.text-title .title--sub {
    font-size: 26px;
    color: #005096;
    font-weight: lighter;
    padding: 5px 0 12px 0;
    border-bottom: 2px solid #ffc819;
    position: relative;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.text-title .title--sub::after {
    content: '';
    width: calc(100% - 215px);
    border-bottom: 2px solid #1eb9e1;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.company-overview__display--text .text-content {
    margin-top: 35px;
    margin-bottom: 45px;
    font-size: 16px;
    padding-right: 35px;
    color: #666;

    transform: translateX(80px);
    -ms-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -o-transform: translateX(80px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.text-content .text-content--span {
    padding-right: 35px;
    padding-bottom: 30px;
    line-height: 26px;
    word-spacing: 5px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.text-content .text-content--span>span{
	display: inline-block;
    text-align: justify;
}

#data-dispaly--top,
#data-dispaly--bottom,
.data-dispaly--plus {
    font-family: 'Conv_MONTSERRAT-REGULAR-8';
    font-size: 70px;
    color: #005096;
    line-height: 50px;
    font-style: normal;
}
.data-dispaly--plus {
  color: #ffc819 !important;
}
#content-body__company-overview .text-data {
    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.text-data .data-dispaly>.data-dispaly--after {
    text-indent: 10px;
    margin-top: 22px;
    font-size: 14px;
    color: #666;
}

.text-data .data-dispaly {
    padding-left: 28px;
   	border-left: 1px solid #dedede;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.text-data .data-dispaly-top {
    margin-bottom: 60px;
}
#content-body__cooperation-partner {
    margin-top: 140px;
    /* height: 930px;
  	   height: 770px;
  */
    height: 770px;
    position: relative;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    background: linear-gradient(to bottom, #fff, #f4f6fa);
    background: -moz-linear-gradient(to bottom, #fff, #f4f6fa);
    background: -webkit-linear-gradient(to bottom, #fff, #f4f6fa);
    background: -o-linear-gradient(to bottom, #fff, #f4f6fa);
    background: -ms-linear-gradient(to bottom, #fff, #f4f6fa);
}
.custom-more{
	position: absolute;
  	left: 50%;
  	bottom: 100px;
  	transform: translateX(-50%);
}

#content-body__cooperation-partner h2 {
    font-size: 40px;
    color: #000;
    /* padding-bottom: 20px; */
    text-align: center;
    font-weight: lighter;
    position: relative;
    z-index: 1;

    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);

    filter: alpha(opacity=0);
    opacity: 0;
}

#content-body__cooperation-partner .swiper-container {
    height: 500px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 45px
    filter: alpha(opacity=0);
    opacity: 0;
}

#content-body__cooperation-partner .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

#content-body__cooperation-partner .swiper-slide {
    width: auto !important;
}

#content-body__cooperation-partner .button-custom {
    position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 10;
}
#content-body__core-competitiveness {
    width: 100%;
    margin-top: 140px;
    height: 656px;
    position: relative;
}
#core-competitiveness{
	margin-top: 140px;
    height: 450px;
}
#core-competitiveness .core-competitiveness_container{
	width:100%;
  	position: relative;
  	display:flex;
  	background-color:#f3f5f9;
  	height:100%;
}
#core-competitiveness .content-body__core-competitiveness_left{
    min-width:350px;
  	width:24%;
    height: 100%;
  	flex-shrink: 0;
  	display:flex;
    justify-content: center;
    flex-direction: column;
  	background: url('../../static/hxjzl_left.png') no-repeat;
  	background-position:top 0 right 0;
  	padding-left:45px;
  	box-sizing: border-box;
}
.content-body__core-competitiveness_left .text-h2{
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 300;
}
#core-competitiveness .content-body__core-competitiveness_right{
    width:100%;
    height: 100%;
  	display:flex;
    align-content: flex-start;
	flex-wrap: wrap;
    flex-direction: column;
  	background: url('../../static/hxjzl_right.jpg') no-repeat;
  	background-size:100% 100%;
  	color:#005096;
}
.content-body__core-competitiveness_right>div{
	width:225px;
  	height:225px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  font-size: 20px;
}
.content-body__core-competitiveness_right>div:nth-child(1){
	color: #ededed;
}

.content-body__core-competitiveness_right>div:nth-child(2),.content-body__core-competitiveness_right>div:nth-child(3){
	background-color:#ffffffc9;
}
.content-body__core-competitiveness_right>div:nth-child(4){
	background-color:#ffffff80;
}
.core-competitiveness__header-image {
    width: 1260px;
    height: 470px;
    margin: 0 auto;
    background: url(../../static/sy/hxjzl.png);
    position: relative;
    z-index: 2;

    transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);

    filter: alpha(opacity=0);
    opacity: 0;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header-image__title {
    padding-top: 159px;
    padding-left: 114px;
}

.header-image__title .button-custom {
    margin-top: 45px;
}

.header-image__content {
    position: absolute;
    top: 206px;
    left: 0;
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    filter: alpha(opacity=0);
    opacity: 0;
}

.header-image__content>div {
    width: 50%;
    height: 450px;
    z-index: -1;
    padding-top: 265px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header-image__content .header-image__content--left {
    background-color: #005097;
    color: #fff;
}

.header-image__content .header-image__content--right {
    background-color: #f3f5f9;
    color: #333;
}

.header-image__content--left>ul,
.header-image__content--right>ul {
    height: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-image__content--left .header-image__content--item,
.header-image__content--right .header-image__content--item {
    padding: 0 110px;
    word-break: keep-all;
    text-align: center;
    border-left: 1px solid #2c6da6;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.header-image__content--right .header-image__content--item {
    border-left: none;
    border-right: 1px solid #dcdfe6;
}
#content-body__news-information {
    margin: 140px 0;
}

#content-body__news-information .header__title {
    width: 100%;
    position: relative;

    transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -o-transform: translateX(-50px);

    filter: alpha(opacity=0);
    opacity: 0;
}

#content-body__news-information .header__title .button-custom {
    position: absolute;
    top: 50%;
    right: 0;

    transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.news-information__container {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
    grid-template-areas: "item1 item2 item3";

    transform: translateX(80px);
    -ms-transform: translateX(80px);
    -moz-transform: translateX(80px);
    -webkit-transform: translateX(80px);
    -o-transform: translateX(80px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.news-information__container>div {
    margin-right: 40px;
    border-bottom: 1px solid #dedede;
}
.news-information__container .news-item__title{
	height:85px;
  	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-information__container .news-info__news-item1 {
    grid-area: item1;
}

.news-information__container .news-info__news-item2 {
    grid-area: item2;
}

.news-information__container .news-info__news-item3 {
    grid-area: item3;
}

#content-body__news-information .news-item__category {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

#content-body__news-information .news-item__title h1 {
    font-size: 26px;
    color: #005096;
    line-height: 42px;
    font-weight: lighter;
    cursor: pointer;
  	text-align: justify;
}

#content-body__news-information .news-item__content {
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 16px;
    color: #666;
    line-height: 26px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#content-body__news-information .news-item__content>span{
	    display: inline-block;
    text-align: justify;
}
}

#content-body__professional-domain {
    margin-top: 140px;
}

.professional-domain__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#content-body__professional-domain .header__title {
    width: 100%;

    transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.professional-domain__header .button-custom {
    transform: translateX(40px);
    -ms-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.header__title .title--main {
    border-bottom: 2px solid #ffc819;
    position: relative;
    padding-bottom: 8px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

}

.header__title .title--main::after {
    content: '';
    width: calc(100% - 155px);
    border-bottom: 2px solid #1eb9e1;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.header__title .title--content {
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.professional-domain__content {
    margin-top: 75px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.professional-domain__content .content--item {
    margin-left: 20px;
  	/* width:385px; */
  	width:calc(33% - 15px);
  	flex-shrink: 0;
  	/*height: 500px;
  	max-width: 500px;
  	min-width: 385px;*/
  	position: relative;
    box-sizing: border-box;
}
.professional-domain__content .content--item img{
	width: 100%;
  	max-height: 400px;
}
.professional-domain__content .content--item:nth-child(1) {
    margin-left: 0;
    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);

    filter: alpha(opacity=0);
    opacity: 0;
}
.professional-domain__content .content--item:nth-child(1) .learnmore-button--style3{
	left:0;
}
.professional-domain__content .content--item:nth-child(2) {
    transform: translateY(80px);
    -ms-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -o-transform: translateY(80px);

    filter: alpha(opacity=0);
    opacity: 0;
}
.professional-domain__content .content--item:nth-child(3) {
    transform: translateY(110px);
    -ms-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -webkit-transform: translateY(110px);
    -o-transform: translateY(110px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.professional-domain__content .content-item__title {
    font-size: 26px;
   	/* color: #005096; */
    font-weight: lighter;
    line-height: 70px;
	color:#000000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.professional-domain__content .content-item__text {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.professional-domain__content .content-item__text span{
	    display: inline-block;
    	text-align: justify;

}

#content-body__special-service {
    margin: 0 auto;
    margin-top: 140px;
    width: 100%;
    max-width:1410px;
}

#content-body__special-service h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    padding-bottom: 50px;
    font-weight: lighter;

    transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -o-transform: translateY(-40px);

    filter: alpha(opacity=0);
    opacity: 0;
}

#content-body__special-service .special-service__image-group {
    height: 515px;
    display: grid;
    grid-template-areas:
        "bar1 bar2 bar3"
        "bar1 bar2 bar4";
}

.special-service__image-group .image-group--bar1 {
    grid-area: bar1;
    width: 350px;
    background: url(../../static/sy/dzhcpfa.png) no-repeat;

    transform: translateY(50px);
    -ms-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.special-service__image-group .image-group--bar2 {
    grid-area: bar2;
    width: 676px;
    background: url(../../static/sy/pthtyzy.png) no-repeat;
    margin: 0 8px;

    transform: translateY(80px);
    -ms-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -o-transform: translateY(80px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.special-service__image-group .image-group--bar3 {
    grid-area: bar3;
    width: 350px;
    background: url(../../static/sy/zyhtzgl.png) no-repeat;
    padding-bottom: 60px;

    transform: translateY(110px);
    -ms-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -webkit-transform: translateY(110px);
    -o-transform: translateY(110px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.special-service__image-group .image-group--bar4 {
    grid-area: bar4;
    width: 350px;
    background: url(../../static/sy/cyhwyfw.png) no-repeat;

    transform: translateY(110px);
    -ms-transform: translateY(110px);
    -moz-transform: translateY(110px);
    -webkit-transform: translateY(110px);
    -o-transform: translateY(110px);

    filter: alpha(opacity=0);
    opacity: 0;
}

#content-body__special-service .hover-fonts {
    padding: 40px 40px 0 40px;
}

#content-body__special-service .title--main {
    color: #fff;
    font-size: 26px;
    line-height: 34px;

    /* border-bottom: 2px solid #1eb9e1; */
    border-bottom: 2px solid transparent;
    position: relative;
    padding-bottom: 13px;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#content-body__special-service .title--main::before {
    content: '';
    width: 1%;
    /* border-bottom: 2px solid #ffc819; */
    border-bottom: 2px solid transparent;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 12;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

#content-body__special-service .title--main::after {
    content: '';
    width: 100%;
    /* border-bottom: 2px solid #ffc819; */
    border-bottom: 2px solid transparent;
    position: absolute;
    right: 0;
    bottom: -2px;
    z-index: 11;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.special-service__image-group>div:hover .title--main::before {
    background-color: #ffc819;
    padding-left: 66%;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.special-service__image-group>div:hover .title--main--middle::before {
    background-color: #ffc819;
    padding-left: 30%;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.special-service__image-group>div:hover .title--main::after {
    background-color: #1eb9e1;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
#content-body__special-service .middle {
    width: 53%;
}
#content-body__special-service .title--content {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: 00;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.special-service__image-group>div:hover .title--content {
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;

    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
#content-body__switch-banner {
    padding: 140px 0 0 0 !important;
}

#content-body__switch-banner .wrap {
    position: relative;
}

#content-body__switch-banner .box {
    position: relative;
    height: 580px;
}

#content-body__switch-banner .d1 {
    position: absolute;
    width: 780px;
    height: 400px;
    left: 10px;
    top: 75px;
    z-index: 1;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background: #fff;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
/* card */
#content-body__switch-banner .slide-item__card{
    padding: 60px 67px 76px 66px;
}

.card__page-index {
    color: #dedede;
    font-size: 14px;
    font-weight: bold;
    word-wrap: 25px;
  line-height:25px;
}

.card__page-index span {
	margin:0 5px;
  	 color: #005097;
}

.card__page-index .page-index--current {
    color: #ffc819;
}

.page-index--total {
    color: #005097;
}

.slide-item__card .card__title .title--main {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;

    border-bottom: 2px solid #ffc819;
    position: relative;
    padding-bottom: 8px;
  	margin-top: 50px;
}

.slide-item__card .card__title .title--main::after {
    content: '';
    width: 75%;
    border-bottom: 2px solid #1eb9e1;
    position: absolute;
    right: 0;
    bottom: -2px;
}
.slide-item__card .card__title .title--content {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 12px 0;
}

#content-body__switch-banner .learnmore-button--style1 {
    margin-top: 30px;
}

#content-body__switch-banner .d2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 872px;
    height: 580px;

}

#content-body__switch-banner .img1{
    background: url(../../static/sy/temp/img_19.jpg) no-repeat;
}
#content-body__switch-banner .img2{
    background: url(../../static/sy/temp/img_19a.jpg) no-repeat;
}
#content-body__switch-banner .img3{
    background: url(../../static/sy/temp/img_19b.jpg) no-repeat;
}

#content-body__switch-banner .swiper-slide {
    opacity: 0 !important;
    transition: 1s;
}

#content-body__switch-banner .swiper-slide .d1 {
    transform: translateX(-30px);
    transition: 1s;
}

#content-body__switch-banner .swiper-slide .d2 {
    transform: translateX(30px);
    transition: 1s;
}

#content-body__switch-banner .swiper-slide-active {
    opacity: 1 !important;
    transition: 1s .3s;
}

#content-body__switch-banner .swiper-slide-active .d1 {
    transition: 1s .3s;
}

#content-body__switch-banner .swiper-slide-active .d2 {
    transition: 1s .3s;
}

#content-body__switch-banner .but {
    position: absolute;
    left: 330px;
    top: 120px;
    z-index: 99;
    width: 640px;
}

#content-body__switch-banner .but .swiper-pagination1 {
    float: left;
    padding-top: 15px;
    /*font-family: 'Conv_DIN-Bold';*/
    font-size: 16px;
    width: 200px;
    color: #dedede;
    display: none;
}

#content-body__switch-banner .but .button {
    float: right;
}

#content-body__switch-banner .but .button div {
    float: left;
    cursor: pointer;
    pointer-events: all;
}

#content-body__switch-banner .swiper-pagination-current {
    color: #ffc819;
}

#content-body__switch-banner .swiper-pagination-total {
    color: #005097;
}

.content-body {
    overflow-x: hidden;
}

.title--main {
    margin-top: 10px;
    font-size: 40px;
    color: #000;
    font-weight: lighter;
}

.button-custom {
}

/* .button-custom:hover {
    background-color: #005096;
    color: #fff;
    border-color: transparent;
} */

.learnmore-button--style1 {
    width: 180px;
    height: 44px;
    box-sizing: border-box;
    border: 2px solid #005096;
    color: #005096;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.learnmore-button--style2 {
    margin-top: 24px;
    width: 98px;
    height: 24px;
    color: #005096;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.learnmore-button--style2::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    background: url(../../static/sy/ljgd2.png) no-repeat;
    margin-left: 9px;
}

.learnmore-button--style3 {
    margin-top: 24px;
    width: 84px;
    height: 24px;
    cursor: pointer;
  	position: absolute;
    bottom: 0;
  	left:50px;
}

.box--active {
    transition: all .8s !important;
    -ms-transition: all .8s !important;
    -moz-transition: all .8s !important;
    -webkit-transition: all .8s !important;
    -o-transition: all .8s !important;

    /*IE*/
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;

    transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
}

.header__banner {
    height: 500px;
    position: relative;
    padding-top: 0 !important;
    overflow: hidden;
}

.header__banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.header__banner video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.header__banner .txt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -80px;
    z-index: 2;

    transform: translateX(50px);
    -ms-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    -o-transform: translateX(50px);

    filter: alpha(opacity=0);
    opacity: 0;
}

.header__banner h2 {
    color: #fff;
    font-size: 60px;
    padding-bottom: 20px;
    font-weight: bold;
}
.header__banner h3 {
    color: #fff;
    font-size: 35px;
  	font-weight:400;
}
.header__banner span {
    background: #ffc819;
    font-weight: bold;
    color: #000;
    width: 180px;
    height: 44px;
    line-height: 42px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}


@media screen and (min-width: 1920px) {
	.header__welcome,
    .header__navibar,
    .header__navibar--fixed,
    #content-body__company-overview,
    #content-body__professional-domain,
    #content-body__news-information,
  	#core-competitiveness,
  .footer{
  	padding: 0 260px;
  }
  .header__banner>img{
  	width:100%;
    height:100%;
  }
  #core-competitiveness {
  	height:450px;
  }
  #core-competitiveness .content-body__core-competitiveness_right>div{
  	width:225px;
    height:225px;
  }
  #content-body__switch-banner .swiper-slide-active .d1 {
        transform: translateX(240px) !important;
    }

    #content-body__switch-banner .swiper-slide-active .d2 {
        transform: translateX(-240px) !important;
    }

    .header-image__content .header-image__content--left {
        padding-left: 320px;
    }

    .header-image__content .header-image__content--right {
        padding-right: 320px;
    }
}
@media screen and (min-width: 1537px) and (max-width: 1920px) {

    .header__welcome,
    .header__navibar,
    .header__navibar--fixed,
    #content-body__company-overview,
    #content-body__professional-domain,
    #content-body__news-information,
  	#core-competitiveness,
    .footer {
        padding: 0 260px;
    }

    #content-body__switch-banner .swiper-slide-active .d1 {
        transform: translateX(240px) !important;
    }

    #content-body__switch-banner .swiper-slide-active .d2 {
        transform: translateX(-240px) !important;
    }

    .header-image__content .header-image__content--left {
        padding-left: 320px;
    }

    .header-image__content .header-image__content--right {
        padding-right: 320px;
    }

}

@media screen and (max-width: 1536px) and (min-width: 1000px) {

    .header__welcome,
    .header__navibar,
    .header__navibar--fixed,
    #content-body__company-overview,
    #content-body__professional-domain,
    #content-body__news-information,
  	#core-competitiveness,
    .footer {
        padding: 0 60px;
    }
  .header__navibar--fixed,.header__navibar{
  	padding:0 30px !important;
  }
  .navibar__warp li{
  	margin-left:60px !important;
  }
    #content-body__switch-banner .swiper-slide-active .d1 {
        transform: translateX(120px) !important;
    }

    #content-body__switch-banner .swiper-slide-active .d2 {
        transform: translateX(-120px) !important;
    }

    .header-image__content .header-image__content--left {
        padding-left: 130px;
    }

    .header-image__content .header-image__content--right {
        padding-right: 130px;
    }

    #content-body__switch-banner .but {
        left: 200px !important;
    }
}
body {
    box-shadow: 0px 1px 5px 0px #ccc inset;
    -moz-box-shadow: 0px 1px 5px 0px #ccc inset;
    -webkit-box-shadow: 0px 1px 5px 0px #ccc inset;

    overflow-x: hidden;
}

@font-face {
    font-family: 'Conv_MONTSERRAT-REGULAR-8';
    src: url('../../fonts/MONTSERRAT-REGULAR-8.eot');
    src: local('☺'), url('../../fonts/MONTSERRAT-REGULAR-8.ttf') format('truetype'), url('../../fonts/MONTSERRAT-REGULAR-8.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /*font-family: 'Conv_DIN-Bold';*/
    src: url('../../fonts/DIN-Bold.eot');
    src: local('☺'), url('../../fonts/DIN-Bold.woff') format('woff'), url('../../fonts/DIN-Bold.ttf') format('truetype'), url('../../fonts/DIN-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.loading {
    overflow: hidden;
    height: 0;
}

.box--active {
    transition: all .8s !important;
    -ms-transition: all .8s !important;
    -moz-transition: all .8s !important;
    -webkit-transition: all .8s !important;
    -o-transition: all .8s !important;

    /*IE*/
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;

    transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -webkit-transform: translate(0) !important;
    -o-transform: translate(0) !important;
}

.title__container{
	position: relative;
}
.title--more{
  	position: absolute;
  	right:0 !important;
  	top:50%;
	 transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.title--main {
    line-height: 80px;
    margin-top: 10px;
    font-size: 40px;
    color: #000;
    font-weight: lighter;
}
.title--main.main-marginTop{
 	margin-top: 125px;
}


.button-custom-alink {
    display: block;
    cursor: pointer;
    user-select: none;
    transition: all .5s;
    width: 180px;
    height: 44px;
    box-sizing: border-box;
    border: 2px solid #005096;
    color: #005096;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}

.button-custom-alink:hover {
    background-color: #005096;
    color: #fff;
    border-color: transparent;
}

.more{
	position: absolute;
  	bottom:30px;
}
.more .more-btn{
  	width: 180px;
	height: 44px;
  	text-align: center;
 	line-height:44px;
  	cursor: pointer;
    color: #005096;
  	font-size: 14px;
}
.more .more-btn a{
display: block;
    width: 100%;
    height: 100%;
}
.content--item_info{
	box-sizing: border-box;
  	padding:0 20px;
}
.professional-domain__content img{
  transition: .2s;
}
.professional-domain__content  .cover-container{
	width:100%;
  	max-height:400px;
  	overflow:hidden;
}
.professional-domain__content .content--item-warpper{
  	position: relative;
  	display: block;
	height:100%;
  	width:100%;
  	transition: .2s;
  	padding-bottom: 34px;
  	border-bottom:1px solid #dedede;
    cursor: pointer;
  	overflow:hidden;
}
.professional-domain__content .content--item-warpper::after{
	display:block;
  	content:"";
  	width:0;
  	height:2px;
  	position: absolute;
  	bottom:0;
  	left:0;
  	background:#005096;
  	transition: .2s;
}
.professional-domain__content .content--item-warpper:hover{
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.professional-domain__content .content--item-warpper:hover::after{
   width:100%;
}
.professional-domain__content .content--item-warpper:hover img{
  transform: scale(1.1);
}
#content-body__cooperation-partner .more{
	left:50%;
  	transform: translateX(-50%);
  	bottom:140px;
}
@media screen and (max-width: 1251px) {
    #content-body__special-service .special-service__image-group{
        width:calc(100% - 120px);
        padding:0 60px;
    }
    .special-service__image-group .image-group--bar2{
       width:auto;
    }
}
@media screen and (max-width: 751px) {
    .content-body,.anchor-bar, .banner,.content-box,.header__welcome,.header__navibar,.footer{
            padding: 0 80px;
        }
      .load{
            zoom: calc(750 / 1920);
        }
}