body, button, dd, div, dl, form, h1, h2, h3, h4, h5, h6, html, img, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    border: 0
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Microsoft YaHei", "Arial", "Helvetica Neue", Helvetica, sans-serif;
    background-color: #ffffff;
    overflow-x: hidden;
}

button, input, textarea,select{
   -webkit-appearance: none;
   resize: none;
   outline: none;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
   border: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
.none{
	display:none;
}

.online_x{
	cursor:pointer;
}
button:hover,
input[type=submit]:hover {
    cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
   /* border: 0*/
  	outline: 0 none;
  	outline-color: transparent;
}

a {
    color: #333;
    display: inline-block;
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none;
  
}

a:active {
    text-decoration: none
}
li{
	list-style: none;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1
}
@font-face{
    font-family: "Poppins-Medium"; 
    src: url('../fonts/Poppins-Medium.ttf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "SOURCEHANSANSCN-MEDIUM"; 
    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "SourceHanSansCN-Light"; 
    src: url('../fonts/SourceHanSansCN-Light_0.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "CenturyGothicStd"; 
    src: url('../fonts/CenturyGothicStd.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "SOURCEHANSANSCN-BOLD"; 
    src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}
@font-face{
    font-family: "SourceHanSansCN-Regular"; 
    src: url('../fonts/SourceHanSansCN-Regular.otf');
  	font-weight: 400;
  	font-style: normal;
  	font-display: swap;
}

@-webkit-keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 4.2vw, 0);
        transform: translate3d(0, 4.2vw, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpSmall{
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 4.2vw, 0);
        transform: translate3d(0, 4.2vw, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpSmall{
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

@keyframes fadeup{
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeup{
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes faderight{
    0% {
        transform: translateX(200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.faderight{
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft{
    0% {
        transform: translateX(-200px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeleft{
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}

.maincontainer{
	width: 78.125%;
	margin-left: auto;
	margin-right: auto;
}



.header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
.header .wrap{
}
.header .wrap.hide{
	position: fixed;
	top: -100%;
}
.header.on,
.header.white,
.header.act{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.05);
}
.header .container{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.header .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo a{
	display: flex;
	align-items: center;
}
.header .logo a img{
	max-height: 70px;
}
.header .headright{
	display: flex;
	align-items: center;
}
.header .nav ul{
	position: relative;
	margin-right: 36px;
	display: flex;
	align-items: center;
}
.header .nav ul:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20%;
	background: #ffffff;
}
.header.on .nav ul:before,
.header.white .nav ul:before,
.header.act .nav ul:before{
	background: #333333;
}
.header .nav ul li{
	position: relative;
	padding: 0px 36px;
}
.header .nav ul li>a{
	display: flex;
	align-items: center;
	padding: 0 8px;
	font-size: 16px;
	height: 80px;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.on .nav ul li a,
.header.white .nav ul li a,
.header.act .nav ul li a{
	color: #333333;
}
.header .nav ul li.on>a{
	color: #eb881c;
}
.header .nav ul li a span{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0px 6px;
	height: 40px;
}
.header .nav ul li a span:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0%;
	height: 2px;
	background-color: #eb881c;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav ul li.on a span:before{
	width: 100%;
}
.header .cellbox{
	display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: #e5e5e5 solid 1px;
    background: #ffffff;
    box-shadow: 0px 0px 12px rgba(0, 166, 202, 0.08);
    min-width: 100%;
    box-sizing: border-box;
}
.header .cellbox a {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 4px 20px;
	box-sizing: border-box;
	margin: 4px auto;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .cellbox a:hover{
	color: #eb881c !important;
}
/**/
.head-nation{
	position: relative;
	-o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header .head-nation .current{
	cursor: pointer;
	display: flex;
	align-items: center;
	height: 80px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 25px;
	background: url(../images/language.png) left center no-repeat;
	background-size: 17px auto;
}
.header.on .head-nation .current,
.header.white .head-nation .current,
.header.act .head-nation .current{
	background: url(../images/language.png) left center no-repeat;
	background-size: 17px auto;
}
.header .head-nation .current .name{
	padding-right: 20px;
	background: url(../images/arrow.png) right center no-repeat;
	background-size: 9px auto;
    font-size: 16px;
   	color: #f6a043;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.header .head-nation .current .name.on{
	color: #f6a043;
}
.head-nation ul{
	display: none;
	position: absolute;
	left: 0;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	z-index: 100;
	background-color: #ffffff;
	padding: 10px 0px;
	text-align: left;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.head-nation ul li a{
	display: block;
   	font-size: 14px;
    color: #666666;
    line-height: 2.2;
    min-width: 90px;
    text-align: center;
    padding: 0px 20px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nation ul li a:hover{
	color: #f6a043;
	/*background-color: #f2f2f2;*/
}
.searchdiv{
	padding-left: 20px;
}
.header .show-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.show-search-btn img{
	width: 18px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .show-search-btn{
	position: relative;
}
.show-search-btn img.ic2{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.header.on .show-search-btn img.ic1,
.header.white .show-search-btn img.ic1,
.header.act .show-search-btn img.ic1{
	opacity: 0;
}
.header.on .show-search-btn img.ic2,
.header.white .show-search-btn img.ic2,
.header.act .show-search-btn img.ic2{
	opacity: 1;
}
.header .search{
  	position: fixed;
 	z-index: 6;
  	top: 80px;
  	right: 0;
  	height: auto;
  	overflow: hidden;
  	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
  	-webkit-overflow-scrolling: touch;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  	opacity: 0;
  	visibility: hidden;
  	transition-property: opacity,visibility;
  	transition-duration: .5s;
  	transition-delay: .5s;
}
.search.search-is-open{
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	visibility:visible;
	transition-delay:0s;}
.search.search-is-open .search__container{
	transform:translateY(0) translateZ(0);
}
.search__container{
  	position:relative;
  	z-index:2;
	background-color:#fff;
	transform:translateY(-100%) translateZ(0);
	transition:transform .75s cubic-bezier(.77,0,.175,1);
}
.search__overlay{
  	position:fixed;
  	z-index:1;
	top:0;
	right:0;
	width:100%;
	height:100%;
	/*background-color:#1d1d1d;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity:.2;
}
.search, .search__overlay{
	left:0;
}
.search-header{
	position:relative;
  	padding-top: 90px;
	padding-bottom: 120px;
}
.row{
	position: relative;
}
.search-header .search-loader{
	position:absolute;
  	top:17px;
	left:2.6vw;
}
.search-header .search-btn-close{position:absolute;
  	top:0;
	right:0;
}
.search-header .search-input{
  	font-size:24px;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:0;
}
.search-header .search-input__wrapper:after{content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background-color:#d9d9d9;
	width:100%;
}
.search-item{position:relative;
  	display:block;
	overflow:hidden;
	transition:background-color .2s,opacity .3s,color .3s;
	transform-origin:0 0;
	color:#1d1d1d;
}
.search-item:after{
	content:"";
	position:absolute;
	z-index:1;
	bottom:0;
	left:8.333%;
	right:8.333%;
	height:1px;
	background-color:#d9d9d9;
}
.search-item .solr-highlight{
	background-color:rgba(101,32,142,.2);
}
.search-close {
  	position: absolute;
  	display: block;
  	top: 0;
 	right: 0;
  	width: 28px;
  	height: 72px;
  	background: url(../images/close.png) no-repeat center;
  	background-size: 100% auto;
  	cursor: pointer;
  	z-index: 6;
  	transition-duration: .5s; 
}
.search-close:hover {
  	transform: rotate(90deg); 
}
.search .submit0 {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 5;
  	width: 28px;
  	height: 75px;
  	background: url(../images/searchf.png) no-repeat center;
	background-size: 100% auto;
  	border: none;
  	box-sizing: border-box;
  	display: block;
}
.search-header .search-input {
  	display: block;
  	text-indent: 80px;
 	line-height: 75px;
  	font-size: 24px;
  	color: #333;
  	width: 100%;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	border: 0;
  	border-bottom: 1px solid #d9d9d9;
}
.menubtn {
	display: none;
	float: right;
	width: 40px;
	height: 70px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	background-size: 28px 28px;
	cursor: pointer;
}
.header.white .menubtn,
.header.on .menubtn,
.header.act .menubtn{
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 28px 28px;
}
 
.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	background-size: 28px 28px;
}
.header.white .menubtn.on,
.header.on .menubtn.on,
.header.act .menubtn.on{
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 28px 28px;
}


.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	display: none;
	z-index: 99;
	background-color: #FFFFFF;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.m-nav ul{
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.m-nav>ul{
	padding-top: 20px;
	padding-left: 5%;
    padding-right: 5%;
}
.m-nav>ul>li{
	width: 100%;
    text-align: left;
    border-bottom: #e5e5e5 solid 1px;
    box-sizing: border-box;
    list-style: none;
}
.m-nav ul li a,
.m-nav ul li .headtitle{
	display: block;
    line-height: 1.7;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.m-nav>ul>li>a,
.m-nav>ul>li>.headtitle{
	font-size: 18px;
    padding: 14px 0px;
}
.m-nav ul li:hover>a,
.m-nav ul li .headtitle.on{
	color: #eb881c;
}

.m-nav ul li ul li .headtitle,
.m-nav>ul>li>ul>li>a{
	font-size: 16px;
    padding: 7px 0px;
}
.m-nav ul li .headtitle{
	position: relative;
	padding-right: 28px;
}
.m-nav>ul>li>a{
	position: relative;
}
.m-nav ul li .headtitle i,
.m-nav>ul>li>a i{
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 100%;
    background: url(../images/icon48.png) center no-repeat;
    background-size: 9px auto;
    transition: all 0.4s ease;
}
.m-nav ul li .headtitle.on i{
    background: url(../images/icon48a.png) center no-repeat;
    background-size: 9px auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.m-nav ul li ul{
	display: none;
}
.m-nav>ul>li>ul{
	border-top: #e5e5e5 solid 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.m-nav ul li  ul li ul li a{
	font-size: 15px;
    padding: 8px 0px;
}
/**/
#istop{
	position: absolute;
	right: 4.8vw;
	bottom: 10vw;
	z-index: 99;
}
#istop a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #EB881C;
	overflow: hidden;
	font-family: "Poppins-Medium"; 
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}
#istop a span{
	display: block;
	margin: auto;
	text-align: center;
}
#istop a img{
	display: block;
	margin: 0px auto 5px;
	max-width: 15px;
}
/*侧边栏*/
.sidebar{
	position: fixed;
	top: 50%;
    right: 0;
    z-index: 12;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar ul{
	background: linear-gradient(to bottom, #4f87f7, #0c49c0);
	border-radius: 10px 0 0 10px;
}
.sidebar ul li{
	position: relative;
	text-align: center;
	cursor: pointer;
}
.sidebar ul li:before{
	content: '';
	position: absolute;
	left: 10%;
	bottom: 0;
	width: 80%;
	height: 1px;
	background: rgba(243,243,243,0.2);
}
.sidebar ul li:last-child:before{
	display: none;
}
.sidebar ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 64px;
	height: 64px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	/*width: 4.6875vw;
	height: 4.6875vw;*/
}
.sidebar ul li .box{
	display: block;
	width: 100%;
}
.sidebar ul li a .img{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 5px;
}
.sidebar ul li a img{
	display: block;
	margin: auto;
	width: 39.0625%;
}
.sidebar ul li a .text{
	font-family: 'GOTHIC';
	color: #8faadf;
	font-size: 12px;
	/*font-size: 0.8333333333333333vw;*/
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	/*right: 3.5vw;*/
	right: 68px;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	min-width: 100%;
	/*padding: 0.6vw;*/
	padding: 12px;
	background: #ffffff;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
	/*border-radius: 0.78125vw;*/
	border-radius: 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	/*right: -0.5vw;*/
	right: -10px;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	/*border-top: 0.41666666666667vw solid transparent;
    border-bottom: 0.41666666666667vw solid transparent;
    border-left: 0.52083333333333vw solid #ffffff;*/
   	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #ffffff;
}
.sidebar ul li .codeimg{
	text-align: center;
	/*width: 5.72916666666667vw;*/
	width: 110px;
}
.sidebar ul li .codeimg img{
	display: block;
	width: 100%;
}
.sidebar ul li .secondary .txtli{
	/*min-width: 7vw;*/
	min-width: 140px;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.sidebar ul li .secondary .txtli img{
	/*width: 1vw;
	margin-right: 0.35vw;*/
	width: 20px;
	margin-right: 7px;
}
.sidebar ul li .txt{
	text-align: center;
	margin-top: 5px;
	color: #666666;
	font-size: 16px;
	/*margin-top: 0.2604166666666667vw;
	font-size: 0.8333333333333333vw;*/
}
/**/
.footer{
	position: relative;
	padding-top: 5.98958333333333%;
	background: #00223e url(../images/footbg.png) top right 10.9375% no-repeat;
	background-size: 40.78125% auto;
}
.footer .box{
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .footinfor{
	width: 20%;
	padding-bottom: 90px;
}
.footer .footinfor .text .t1{
	color: #a4a4a4;
	font-size: 20px;
	margin-bottom: 5px;
}
.footer .footinfor .text .t2{
	font-family: "Poppins-Medium"; 
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 5px;
}
.footer .footinfor .text .t3{
	color: #5d82b9;
	font-size: 16px;
	line-height: 1.7;
}
.footer .footinfor .official{
	display: flex;
	margin-top: 30px;
}
.footer .footinfor .official .item{
	text-align: center;
}
.footer .footinfor .official .item .img{
	margin-bottom: 10px;
}
.footer .footinfor .official .item .sp{
	color: rgba(255,255,255,0.6);
	font-size: 16px;
}
.footer .footnav{
	width: 65%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer .footnav .title{
	position: relative;
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
}
.footer .footnav .title i{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    display: none;
}
.footer .footnav .item.on .title i{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer .footnav .title i::before {
    content: '';
    width: 12px;
    position: absolute;
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFFFFF;
}
.footer .footnav .title i::after {
    content: '';
    height: 12px;
    position: absolute;
    width: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFFFFF;
}

.footer .footnav .item>ul>li{
	margin-bottom: 15px;
}
.footer .footnav .item>ul>li>a,
.footer .footnav .item>ul>li .subtit{
	display: block;
	color: #5d82b9;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footnav .item>ul>li>a:hover,
.footer .footnav .item>ul>li .subtit:hover{
	color: #ffffff;
}
.footer .footnav .item ul li ul{
	display: none;
	padding-top: 5px;
}
.footer .footnav .item ul li ul li a{
	position: relative;
	padding-left: 15px;
	color: #8ba9d6;
	font-size: 12px;
	line-height: 2;
}
.footer .footnav .item ul li ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	width: 4px;
	height: 1px;
	background: #8ba9d6;
}
.footer .footbot{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
	padding-top: 16px;
	padding-bottom: 16px;
	border-top: rgba(212,212,212,0.1) solid 1px;
}
.footer .copylink{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #646464;
	font-size: 14px;
	line-height: 1.7;
}
.footer .copylink a{
	color: #646464;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .copylink a:hover{
	color: #FFFFFF;
}
.footer .copylink .name{
	color: #b1b1b1;
}
.footer .poweredBy{
	margin-left: 25px;
	color: #133b72;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .poweredBy a{
	color: #133b72;
}
.footer .poweredBy:hover,
.footer .poweredBy:hover a{
	color: #b1b1b1;
}
.footer .footshare ul{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer .footshare ul li{
	position: relative;
	padding: 0 15px;
}
.footer .footshare ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: #2f479a solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footshare ul li:hover a{
	border: #eb881c solid 1px;
}
.footer .footshare ul li a img{
	max-width: 42%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footshare ul li a .ic2{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.footer .footshare ul li:hover a .ic2{
	opacity: 1;
}
.footer .footshare ul li:hover a .ic1{
	opacity: 0;
}
.footer .footshare ul li .QRcode{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	width: 100px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .footshare ul li:hover .QRcode{
	opacity: 1;
	visibility: visible;
}
.footer .footshare ul li .QRcode .img{
	overflow: hidden;
	background-color: #FFFFFF;
}
.footer .footshare ul li .QRcode .img img{
	width: 100%;
}
.footer .footshare ul li .QRcode .sjx{
	display: block;
	width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 9px;
    border-color: #FFFFFF transparent transparent transparent;
}
/**/
.section{
	overflow: hidden;
}
/**/
.banner{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner .swiper{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/bannerbg.png) top center no-repeat;
	background-size: 100% auto;
}
.banner .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-slide>a>img{
	width: 100%;
}
.mimg{
	display: none;
}
.bannerbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.bannerText{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	margin-top: 40px;
	box-sizing: border-box;
}
.bannerText .box{
	width: 100%;
}
.bannerText .box .text{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	font-family: "CenturyGothicStd"; 
	color: #dddddd;
}
.bannerText .box .text img{
	display: inline-block;
	margin-right: 12px;
	max-width: 16px;
}
.bannerText .box h2{
	font-family: "SOURCEHANSANSCN-MEDIUM"; 
	color: #ffffff;
	line-height: 1.1;
	margin-top: 10px;
	margin-bottom: 40px;
}
.viewmore{
	display: flex;
}
.viewmore span,
.viewmore a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #2c4497;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.viewmore span:hover,
.viewmore a:hover{
	color: #EB881C;
}
.viewmore span i,
.viewmore a i{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-left: 16px;
	overflow: hidden;
	background: #1852ca url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.viewmore span:hover i,
.viewmore a:hover i{
	background: #EB881C url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}
.viewmore.whitebtn span,
.viewmore.whitebtn a{
	color: #FFFFFF;
}
.viewmore.whitebtn span:hover,
.viewmore.whitebtn a:hover{
	color: #EB881C;
}
.viewmore.whitebtn span i,
.viewmore.whitebtn a i{
	background: #FFFFFF url(../images/icon13.png) center no-repeat;
	background-size: 55% auto;
}
.viewmore.whitebtn span:hover i,
.viewmore.whitebtn a:hover i{
	background: #EB881C url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}

.viewmore.otherbtn span,
.viewmore.otherbtn a{
	color: #333333;
}
.viewmore.otherbtn span:hover,
.viewmore.otherbtn a:hover{
	color: #EB881C;
}
.viewmore.otherbtn span i,
.viewmore.otherbtn a i{
	background: #455ca6 url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}
.viewmore.otherbtn span:hover i,
.viewmore.otherbtn a:hover i{
	background: #EB881C url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}

.viewmore.othbtn span,
.viewmore.othbtn a{
	color: #333333;
}
.viewmore.othbtn span:hover,
.viewmore.othbtn a:hover{
	color: #455ca6;
}
.viewmore.othbtn span i,
.viewmore.othbtn a i{
	background: #EB881C url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}
.viewmore.othbtn span:hover i,
.viewmore.othbtn a:hover i{
	background: #455ca6 url(../images/icon7.png) center no-repeat;
	background-size: 55% auto;
}

.banner .swiper-pagination{
	bottom: 80px;
}
.current.swiper-pagination{
	position: absolute;
	left: 0;
	
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.current .swiper-pagination-bullet{
	position: relative;
	width: 34px;
	height: 34px;
	border: transparent solid 1px;
	box-sizing: border-box;
	background: transparent;
	opacity: 1;
	margin: 0px 5px;
}
.current .swiper-pagination-bullet-active{
	border: #FFFFFF solid 1px;
}
.current .swiper-pagination-bullet:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
}
.current .swiper-pagination-bullet-active:before{
	background: #FFFFFF;
}

.obanner{
	position: relative;
}
.obanner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/obannerbg1.png) top center no-repeat;
	background-size: 100% auto;
}
.obanner.other:before{
	background: url(../images/obannerbg.png) top center no-repeat;
	background-size: 100% auto;
}
.obanner>img{
	width: 100%;
}
.obanner .obannertext{
	position: absolute;
	left: 50%;
	bottom: 5vw;
	z-index: 5;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.obanner .obannertext .box.w1{
	/*max-width: 700px;
	width: 100%;*/
	width: 46.66666666666667%;
}
.obanner .obannertext .box.w2{
	/*max-width: 1100px;*/
	width: 73.33333333333333%;
}
.obanner .obannertext .t1{
	display: flex;
	align-items: baseline;
	color: #7c7c7c;
}
.obanner .obannertext .t1 img{
	display: inline-block;
	margin-right: 10px;
	max-width: 16px;
}
.obanner .obannertext h2{
	font-family: "SOURCEHANSANSCN-MEDIUM";
	color: #2c4497;
}
.obanner .obannertext .t2{
	margin-top: 15px;
	line-height: 1.7;
	color: #8895a0;
}

.size14{
	font-size: 14px;
}
.size16{
	font-size: 16px;
}
.size18{
	font-size: 18px;
}
.size20{
	font-size: 20px;
}
.size22{
	font-size: 22px;
}
.size24{
	font-size: 24px;
}
.size26{
	font-size: 26px;
}
.size30{
	font-size: 30px;
}
.size32{
	font-size: 32px;
}
.size34{
	font-size: 34px;
}
.size40{
	font-size: 40px;
}
.size46{
	font-size: 46px;
}
.size48{
	font-size: 48px;
}
.size50{
	font-size: 50px;
}
.size57{
	font-size: 57px;
}
.size64{
	font-size: 64px;
}
.general_title .text{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	font-family: "CenturyGothicStd"; 
	color: #467ff0;
}
.general_title .text i{
	display: inline-block;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/icon8.png) center no-repeat;
	background-size: 100% auto;
}
.general_title h3{
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #000000;
}
.general_title.center{
	text-align: center;
}
.general_title.center .text{
	justify-content: center;
}

.index_solution .box{
	position: relative;
}
.index_solution .box .general_title{
	display: inline-block;
}
.index_solution .box .swiper{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.index_solution .box .swiper .item{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.index_solution .box .swiper .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%); 
    -webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_solution .box .swiper .item:hover:before{
	opacity: 0;
}
.index_solution .box .swiper .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #455ca6 url(../images/img4.png) right bottom no-repeat;
	background-size: 70.85% auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_solution .box .swiper .item:hover:after{
	opacity: 1;
	visibility: visible;
}
.index_solution .box .swiper .item .imgbox{
	width: 100%;
}
.index_solution .box .swiper .item .imgbox img{
	display: block;
	width: 100%;
	max-height: 65.75vh;
	object-fit: cover;
}
.index_solution .box .swiper .item .textbox{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 24px 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.index_solution .box .swiper .item .textbox .icon{
	display: flex;
	justify-content: flex-end;
}
.index_solution .box .swiper .item .textbox .icon span{
	position: relative;
}
.index_solution .box .swiper .item .textbox .icon img{
	max-width: 54px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_solution .box .swiper .item .textbox .icon .ic2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.index_solution .box .swiper .item:hover .textbox .icon .ic2{
	opacity: 1;
}
.index_solution .box .swiper .item:hover .textbox .icon .ic1{
	opacity: 0;
}
.index_solution .box .swiper .item .textbox h5{
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #243b87;
	margin-top: 25px;
	margin-bottom: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.index_solution .box .swiper .item:hover .textbox h5{
	color: #FFFFFF;
}
.index_solution .box .swiper .item .textbox .text{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.index_solution .box .swiper .item:hover .textbox .text{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.index_solution .box .swiper .item .textbox .text .txt{
	color: #768bc1;
	line-height: 1.7;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_solution .box .swiper .item .textbox .text ul{
	margin-top: 30px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #ffffff;
}
.index_solution .box .swiper .item .textbox .text ul li{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	min-width: 36.5%;
	max-width: 48%;
	margin-right: 4%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.index_solution .box .swiper .item .textbox .text ul li:nth-child(2n){
	margin-right: 0;
}
.index_solution .box .swiper .item .textbox .text ul li img{
	width: 18px;
	margin-right: 10px;
}
.index_solution .box .swiper .item .textbox .text ul li span{
	flex: 1;
}
.index_solution .swiper-button-next, .index_solution .swiper-button-prev{
	position: absolute;
    top: 0%;
    transform: none;
    z-index: 10;
    cursor: pointer;
    width: 46px;
	height: 46px;
	border-radius: 50%;
	border: #eaeaea solid 1px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*.index_solution .swiper-button-next:hover{
	border: #FFFFFF solid 1px;
	background: #455ca6 url(../images/icon15.png) center no-repeat; 
    background-size: 22.72727272727273% auto;
}
.index_solution .swiper-button-prev:hover{
	border: #FFFFFF solid 1px;
	background: #455ca6 url(../images/icon14.png) center no-repeat; 
    background-size: 22.72727272727273% auto;
}*/
.index_solution .swiper-button-prev, 
.index_solution .swiper-container-rtl .swiper-button-next {
    background: #455ca6 url(../images/icon14.png) center no-repeat; 
    background-size: 22.72727272727273% auto;
  	/*background: #FFFFFF url(../images/icon14a.png) center no-repeat; 
    background-size: 22.72727272727273% auto;*/
    left: auto;
    right: 60px;
}
.index_solution .swiper-button-next, 
.index_solution .swiper-container-rtl .swiper-button-prev {
    background: #455ca6 url(../images/icon15.png) center no-repeat;  
    background-size: 22.72727272727273% auto;
   	/*background: #FFFFFF url(../images/icon15a.png) center no-repeat; 
    background-size: 22.72727272727273% auto;*/
    right: 0;
    left: auto;
}
/*.index_solution .swiper-button-next.swiper-button-disabled,
.index_solution .swiper-button-prev.swiper-button-disabled{
	opacity: 0.3;
}*/
.index_solution .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	border: #eaeaea solid 1px;
	background: #FFFFFF url(../images/icon15a.png) center no-repeat;  
    background-size: 22.72727272727273% auto;
}
.index_solution .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	border: #eaeaea solid 1px;
	background: #FFFFFF url(../images/icon14a.png) center no-repeat; 
    background-size: 22.72727272727273% auto;
}


.index_about{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f5f5f5 url(../images/img5.png) right bottom 7.8125vw no-repeat;
	background-size: 47.6% auto;
}
.index_about .box{
	max-width: 60.66666666666667%;
	margin-top: 5%;
}
.index_about .box .text{
	color: #666666;
	line-height: 2;
}
.index_about .box ul{
	margin-top: 11%;
	margin-bottom: 4%;
}
.combination{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.combination li{
	display: flex;
	align-items: center;
	width: 47.5%;
	margin-right: 5%;
	margin-bottom: 5%;
}
.combination li:nth-child(2n){
	margin-right: 0;
}
.combination li .icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 115px;
	margin-right: 20px;
	border: rgba(0,0,0,0.05) solid 1px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.combination li .icon:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -39%;
	margin-top: -39%;
	width: 78%;
	height: 78%;
	background: url(../images/icon22.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.combination li:hover .icon:before{
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.combination li .icon img{
	max-width: 32%;
}
.combination li .txt{
	flex: 1;
}
.combination .txt .t1{
	font-weight: bold;
	color: #243b87;
	margin-bottom: 10px;
}
.combination .txt .t2{
	color: #666666;
	line-height: 1.5;
	word-break: break-word;
}



.index_application{
	position: relative;
	width: 100%;
	height: 100%;	
}
.index_application .general_title{
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 5;
	width: 100%;
}
.index_application .general_title h3{
	color: #FFFFFF;
}
.index_application .swiper{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index_application .swiper-slide{
	width: 19.01041666666667%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active{
	width: 42.96874999999999%;
}
.index_application .swiper-slide .item{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.index_application .swiper-slide .item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active .item:before{
	opacity: 0;
}
.index_application .swiper-slide .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/img10.png) top center no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active .item:after{
	opacity: 1;
}
.index_application .swiper-slide .item .imgbox{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index_application .swiper-slide .item .textbox{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 35px 30px;
	box-sizing: border-box;
	-webkit-transform: translateY(55px);
	transform: translateY(55px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 30px 0px 0px 0px;
}
.index_application .swiper-slide.active .item .textbox{
	width: calc(100% - 10.9375vw);
	padding-top: 25px;
	background: #ed5920;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.index_application .swiper-slide .item .textbox .order{
	position: absolute;
	left: 30px;
	top: 0;
	font-family: "SOURCEHANSANSCN-BOLD"; 
	font-size: 60px;
	line-height: 1;
	opacity: 0.78;
	background: -webkit-linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, transparent 100%); 
    -webkit-background-clip: text; 
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent; 
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active .item .textbox .order{
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	font-size: 200px;
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%); 
    -webkit-background-clip: text; 
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    color: transparent; 
    opacity: 0.07;
}
.index_application .swiper-slide .item .textbox h4{
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #ffffff;
}
.index_application .swiper-slide .item .textbox i{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 36px;
	height: 4px;
	background: #b8b8b8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active .item .textbox i{
	background: #FFFFFF;
}
.index_application .swiper-slide .item .textbox .txt{
	line-height: 1.7;
	color: #ffffff;
	opacity: 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_application .swiper-slide.active .item .textbox .txt{
	opacity: 1;
}
.index_application .swiper-button-next, 
.index_application .swiper-button-prev{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.index_application .swiper-button-prev, 
.index_application .swiper-container-rtl .swiper-button-next {
	background: #5c78d2 url(../images/icon14.png) center no-repeat; 
    background-size: 21.74% auto;
    left: 4.27%;
    right: auto;
}
.index_application .swiper-button-next, 
.index_application .swiper-container-rtl .swiper-button-prev {
    background: #5c78d2 url(../images/icon15.png) center no-repeat; 
    background-size: 21.74% auto;
    right: 4.27%;
    left: auto;
}
.index_application .swiper-button-next.swiper-button-disabled{
	background: rgba(0,0,0,0.59) url(../images/icon15.png) center no-repeat; 
    background-size: 21.74% auto;
}
.index_application .swiper-button-prev.swiper-button-disabled{
	background: rgba(0,0,0,0.59) url(../images/icon14.png) center no-repeat; 
    background-size: 21.74% auto;
}



.index_news{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
}
.index_news .maincontainer{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index_news .wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.index_news .choosebox ul{
	display: flex;
	align-items: center;
}
.index_news .choosebox ul li{
	display: flex;
	margin-left: 30px;
}
.index_news .choosebox ul li a,
.index_news .choosebox ul li span{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	height: 46px;
	border-radius: 23px;
	color: #666666;
	font-size: 16px;
	border: #455ca6 solid 1px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}
.index_news .choosebox ul li.active a,
.index_news .choosebox ul li.active span,
.index_news .choosebox ul li:hover a,
.index_news .choosebox ul li:hover span{
	background: #455ca6;
	color: #FFFFFF;
}
.index_news .box{
	position: relative;
	margin-top: 50px;
}
.index_news .box .boxli{
	position: absolute;
	display: block;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_news .box .boxli.active{
	position: relative;
	visibility: visible;
	opacity: 1;
}
.index_news .box .item{
	display: flex;
	/*align-items: center;*/
	align-items: stretch;
	justify-content: space-between;
}
.index_news .box .item .mainbox{
	width: 52%;
}
.index_news .box .item .listbox{
	width: 42.4%;
}
.index_news .box .item .mainbox a{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.index_news .box .item .mainbox a:before{
	content: '';
	position: absolute;
	left: 0;
	border: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(to bottom, transparent 60%, #000000 100%);
	background: linear-gradient(to bottom, transparent 60%, #000000 100%);
}
.index_news .box .item .mainbox .imgbox{
	display: block;
	width: 100%;
}
.index_news .box .item .mainbox .imgbox img{
	display: block;
	width: 100%;
	max-height: 55.2vh;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_news .box .item .mainbox a:hover .imgbox img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.index_news .box .item .mainbox .textbox{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 40px 28px;
	box-sizing: border-box;
	overflow: hidden;
}
.index_news .box .item .mainbox .textbox .t1{
	color: #FFFFFF;
	margin-bottom: 10px;
}
.index_news .box .item .mainbox .textbox .t2{
	color: #FFFFFF;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_news .box .item .mainbox :hover .textbox .t2{
	color: #455ca6;
}
.index_news .box .item .listbox ul{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.index_news .box .item .listbox ul li{
	flex: 1;
	border-bottom: #e9e7e7 solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_news .box .item .listbox ul li:hover{
	background-color: #efefef;
}
.index_news .box .item .listbox ul li a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	/*padding: 38px 0px;*/
	box-sizing: border-box;
}
.index_news .box .item .listbox ul li .date{
	position: relative;
	width: 19.5%;
	text-align: center;
}
.index_news .box .item .listbox ul li .date:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 100%;
	background-color: #e9e9e9;
}
.index_news .box .item .listbox ul li .date .sp1{
	display: block;
	color: #232323;
	margin-bottom: 6px;
}
.index_news .box .item .listbox ul li .date .sp2{
	display: block;
	color: #888888;
}
.index_news .box .item .listbox ul li .text{
	width: 80.5%;
	padding-left: 4%;
	box-sizing: border-box;
	overflow: hidden;
}
.index_news .box .item .listbox ul li .text .t1{
	color: #000000;
	line-height: 1.7;
	margin-bottom: 6px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.index_news .box .item .listbox ul li:hover .text .t1{
	font-weight: bold;
	color: #455ca6;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index_news .box .item .listbox ul li .text .t2{
	color: #888888;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_news .viewmore{
	justify-content: center;
	/*margin-top: 5.66666666666667%;*/
	margin-top: 60px;
}



.padt90{
	padding-top: 90px;
}
.padt100{
	padding-top: 120px;
}
.padt120{
	padding-top: 120px;
}
.padt160{
	padding-top: 160px;
}
.padb90{
	padding-bottom: 90px;
}
.padb100{
	padding-bottom: 100px;
}
.padb120{
	padding-bottom: 120px;
}
.padb180{
	padding-bottom: 180px;
}
.padb200{
	padding-bottom: 200px;
}
/*关于我们*/
.about-nav{
}
.aboutitem{
	/*padding-top: 160px;
    margin-top: -160px;*/
   	padding-top: 80px;
    margin-top: -80px;
}
.about-nav.fixed{
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}
.about-nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.about-nav ul li{
	display: flex;
	margin: 0px 16px;
}
.about-nav ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 200px;
	height: 60px;
	color: #979898;
	font-size: 18px;
	background: #f0f5fa;
	border-radius: 30px;
	padding: 0px 20px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.about-nav.fixed ul li{
	min-width: 120px;
	padding-bottom: 24px;
}
.about-nav.fixed ul li a{
	font-size: 14px;
	height: 36px;
}
.about-nav ul li.on a, .about-nav ul li:hover a{
	color: #ffffff;
	background-color: #ef9c39;
}

.profile{
	position: relative;
	z-index: 1;
	background: url(../images/img12.png) left top 60px no-repeat;
	background-size: 47.60416666666667% auto;
}
.profile:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 10vw;
	background: #fafafa;
}
.profile .box{
	display: flex;
	align-items: flex-start;
}
.profile .box .general_title{
	width: 20%;
}
.profile .box .wrap{
	width: 80%;
}
.profile .box .wrap .text{
	color: #666666;
	line-height: 1.7;
}
.profile .combination{
	margin-top: 6.5%;
	justify-content: center;
}
.profile .box .wrap .imgbox{
	margin-top: 2.5%;
}
.profile .box .wrap .imgbox img{
	display: block;
	width: 100%;
}

.culture{
	background: #fafafa;
}
.culture .wrap{
	display: flex;
	align-items: flex-end;
}
.culture .general_title{
	width: 20%;
}
.culture .wrap .txt{
	width: 80%;
	color: #666666;
	line-height: 1.7;
	padding-bottom: 8px;
}
.culture .box{
	margin-top: 6%;
	min-height: 43.85416666666667vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.culture .box ul{
	display: flex;
	align-items: flex-start;
}
.culture .box ul li{
	position: relative;
	display: flex;
	width: 25%;
	padding-top: 8%;
	padding-bottom: 7%;
	box-sizing: border-box;
}
.culture .box ul li:nth-child(1){
	width: 22.66%;
	padding-right: 5%;
}
.culture .box ul li:nth-child(2){
	width: 27.34%;
	padding-left: 5%;
	padding-right: 3%;
}
.culture .box ul li:nth-child(3){
	width: 27.34%;
	padding-left: 5%;
	padding-right: 3%;
}
.culture .box ul li:nth-child(4){
	width: 22.66%;
	padding-left: 5%;
}
.culture .box ul li span{
	display: block;
}
.culture .box ul li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: url(../images/line.png) top center no-repeat;
	background-size: auto 100%; 
}
.culture .box ul li:last-child:before{
	display: none;
}
.culture .box ul li .icon{
	margin-bottom: 3.9vw;
}
.culture .box ul li .icon img{
	max-width: 2.447916666666667vw;
}
.culture .box ul li .t1{
	color: #ffffff;
	margin-bottom: 0.52vw;
}
.culture .box ul li .t2{
	font-family: arial;
	color: #ffffff;
}
.culture .box ul li .t3{
	margin-top: 1.2vw;
	color: #feb303;
}


.distribution .textbox{
	text-align: center;
	max-width: 540px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	color: #666666;
	line-height: 2;
}
.distribution .box{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.distribution .box .mapbox{
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.distribution .box .mapbox .imgbox{
	overflow: hidden;
}
.distribution .box .mapbox .imgbox img{
	max-width: 100%;
}
.distribution .box .mapbox .locationbox,
.distribution .box .mapbox .locationbox ul{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.distribution .box .mapbox .locationbox ul li{
	position: absolute;
}
.distribution .box .mapbox .locationbox ul li.a1{
	left: 32.3%;
    top: 37%;
	text-align: center;
}
.distribution .box .mapbox .locationbox ul li.a2{
    left: 28%;
    top: 30%;
}
.distribution .box .mapbox .locationbox ul li.a3{
	left: 35.5%;
    top: 33%;
}
.distribution .box .mapbox .locationbox ul li.a4{
	left: 38.3%;
    top: 45%;
}
.distribution .box .mapbox .locationbox ul li.a5{
	right: 24%;
    top: 29%;
}
.distribution .box .mapbox .locationbox ul li img{
	position: absolute;
	z-index: 5;
	-webkit-animation: jump 1s ease-in-out infinite alternate;
	animation: jump 1s ease-in-out infinite alternate;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.distribution .box .mapbox .locationbox ul li.a1 .level1{
	padding-top: 60px;
}
.distribution .box .mapbox .locationbox ul li.a2 .level1{
	padding-top: 10px;
	padding-bottom: 30px;
}
.distribution .box .mapbox .locationbox ul li.a3 .level1{
	padding-top: 10px;
	padding-bottom: 30px;
}
.distribution .box .mapbox .locationbox ul li.a4 .level1{
	padding-left: 25px;
	padding-top: 12px;
}
.distribution .box .mapbox .locationbox ul li.a5 .level1{
	padding-top: 50px;
}
.distribution .box .mapbox .locationbox ul li.a1 img{
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
}
.distribution .box .mapbox .locationbox ul li.a2 img,
.distribution .box .mapbox .locationbox ul li.a3 img{
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.distribution .box .mapbox .locationbox ul li.a4 img{
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.distribution .box .mapbox .locationbox ul li.a5 img{
	left: 0;
	right: 0;
	top: 15px;
	margin: auto;
}
.distribution .box .mapbox .locationbox ul li.a1 img{
	width: 34px;
}
.distribution .box .mapbox .locationbox ul li.a2 img,
.distribution .box .mapbox .locationbox ul li.a3 img,
.distribution .box .mapbox .locationbox ul li.a4 img,
.distribution .box .mapbox .locationbox ul li.a5 img{
	width: 21px;
}
.distribution .box .mapbox .locationbox ul li .ic2{
	opacity: 0;
}
.distribution .box .mapbox .locationbox ul li:hover .ic2{
	opacity: 1;
}
.distribution .box .mapbox .locationbox ul li:hover .ic1{
	opacity: 0;
}
@keyframes jump {
	0% {
	  transform: translateY(-4px);
	}
	100% {
	  transform: translateY(4px);
	}
}
.distribution .box .mapbox .locationbox ul li .sp{
	color: #5b6168;
}
.distribution .box .mapbox .locationbox ul li.a1 .sp{
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #000000;
}
.distribution .box .mapbox .locationbox ul li .level2{
	position: absolute;
	bottom: 80%;
	left: 50%;
	z-index: 6;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 500px;
	text-align: left;
    display: none;
}
.distribution .box .mapbox .locationbox ul li:hover .level2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.distribution .box .mapbox .locationbox ul li .wrap{
	padding: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    box-sizing: border-box;
}
.distribution .box .mapbox .locationbox ul li .s-triangle{
	display: block;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 12px;
    border-color: #FFFFFF transparent transparent transparent;
}
.distribution .box .mapbox .locationbox ul li .place{
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #000000; 
	margin-bottom: 10px;
}
.distribution .box .mapbox .locationbox ul li .info{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.distribution .box .mapbox .locationbox ul li .info .t1{
	color: #000000;
}
.distribution .box .mapbox .locationbox ul li .info .t2{
	flex: 1;
	color: #666666;
}
.distribution .box .mapbox .locationbox ul li .info .t2 a{
	color: #666666;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.distribution .box .mapbox .locationbox ul li .info .t2 a:hover{
	color: #ef9c39;
}

.qualifications{
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
.qualifications .box{
	margin-top: 45px;
	width: 100%;
}
.qualifications .opt ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.qualifications .opt ul li{
	display: flex;
	margin: 0px 25px;
}
.qualifications .opt ul li span,
.qualifications .opt ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 125px;
	height: 40px;
	border-radius: 20px;
	color: #999999;
	font-size: 16px;
	background-color: #e9e9e9;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.qualifications .opt ul li:hover span,
.qualifications .opt ul li:hover a,
.qualifications .opt ul li.on span,
.qualifications .opt ul li.on a{
	color: #FFFFFF;
	background-color: #3b5cca;
}
.qualifications .box .wrap{
	position: relative;
	margin-top: 5.7%;
}
.qualifications .box .wrap .wrapli{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.qualifications .box .wrap .wrapli.on{
	position: relative;
	z-index: 2;
	visibility: visible;
	opacity: 1;
}
.swipernest{
	position: relative;
	width: 100%;
	/*padding-left: 3.64583333333333%;
	padding-right: 3.64583333333333%;*/
	box-sizing: border-box;
	overflow: hidden;
}
.swipernest .swiper-wrapper{
	align-items: flex-end;
}
.swipernest .swiper-slide{
	text-align: center;
	box-sizing: border-box;
	/*width: 28.57142857142857%;*/
}
.swipernest .swiper-slide-active{
	/*width: 42.85714285714286%;*/
}

.swipernest .swiper-slide{width: 43.02325581395349%; margin: 0;}
.swipernest .swiper-slide-active .imgbox img{width: 100%;}
/*.swipernest .swiper-slide .item{width: 70%;}
.swipernest .swiper-slide-active .item{width: 100%;}*/
.swipernest .swiper-slide.on1 .item{width: 70%;transform: translateX(59.5%);}
.swipernest .swiper-slide.on2 .item{width: 70%;transform: translateX(23.5%);}
.swipernest .swiper-slide.on3 .item{width: 70%;transform: translateX(20%);}
.swipernest .swiper-slide.on4 .item{width: 70%;transform: translateX(-16%);}


.swipernest .swiper-slide a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.swipernest .swiper-slide .imgbox img{
	/*width: 94%;*/
	width: 100%;
	box-shadow: 0px 30px 50px rgba(0,0,0,0.07);
}
.swipernest .swiper-slide-active .imgbox img{
	/*width: 82.66666666666667%;*/
	width: 100%;
}
.swipernest .swiper-slide .textbox{
	margin-top: 35px;
	color: #000000;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.swipernest .swiper-slide-active .textbox{
	opacity: 1;
}
.swipernest .swiper-button-next, 
.swipernest .swiper-button-prev{
	/*width: 50px;
	height: 50px;*/
	width: 2.5vw;
	height: 2.5vw;;
	/*top: 11vw;*/
	top: auto;
	bottom: 16vw;
    transform: none;
}
.swipernest .swiper-button-next, 
.swipernest.swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon32.png) center no-repeat; 
    background-size: 28% auto;
    right: 30%;
    left: auto;
}
.swipernest .swiper-button-prev, 
.swipernest.swiper-container-rtl .swiper-button-next {
    background: url(../images/icon31.png) center no-repeat; 
    background-size: 28% auto;
    left: 30%;
    right: auto;
}


/*合作伙伴*/
.cooperation{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cooperation .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cooperation .box .textbox{
	width: 30%;
}
.cooperation .box .textbox .txt{
	margin-top: 15%;
	color: #666666;
	line-height: 2;
}
.cooperation .box .imgbox{
	position: relative;
	width: 70%;
	padding-left: 6%;
}
.cooperation .box .imgbox .swiper{
	position: relative;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.cooperation .box .imgbox .swiper .swiper-wrapper{
 	align-items: stretch;
}
.cooperation .box .imgbox .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}
.cooperation .box .imgbox .swiper-slide .partners_logo{
	display: flex;
	flex-wrap: wrap;
	padding: 0px 20px;
}
.cooperation .box .imgbox .swiper-slide a{
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 20px;
	margin: 20px auto;
	overflow: hidden;
	box-shadow: 0px 4px 38px rgba(0,0,0,0.04);
	background-color: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cooperation .box .imgbox .swiper-slide a:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.cooperation .swiper-button-next, 
.cooperation .swiper-button-prev{
	width: 37px;
	height: 36px;
}
.cooperation .swiper-button-next, 
.cooperation .swiper-container-rtl .swiper-button-prev {
    background: url(../images/icon34.png); 
    background-size: 100% auto;
    right: -100px;
    left: auto;
}
.cooperation .swiper-button-prev, 
.cooperation .swiper-container-rtl .swiper-button-next{
	background: url(../images/icon33.png); 
    background-size: 100% auto;
    left: 30px;
    right: auto;
}
.cooperation .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon34a.png); 
    background-size: 100% auto;
}
.cooperation .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background: url(../images/icon33a.png); 
    background-size: 100% auto;
}

.news_center .box{
	margin-top: 2%;
	width: 83.33333333333333%;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.news_center .box .mySwiper{
	position: relative;
	width: 100%;
	padding-top: 2vw;
	padding-bottom: 5vw;
	box-sizing: border-box;
}
.news_center .box .mySwiper .swiper-wrapper{
	align-items: stretch;
}
.news_center .box .mySwiper .swiper-slide{
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 0px 57px rgba(0,0,0,0.06);
}
.newli{
	height: 100%;
}
.newli a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
}
.newli .imgbox{
	width: 100%;
	overflow: hidden;
}
.newli .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newli:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.newli .textbox{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.newli .textbox h5{
	color: #000000;
	line-height: 1.5;
	font-weight: bold;
	display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.newli:hover .textbox h5{
	color: #455ca6;
}
.newli .textbox .txt{
	margin-top: 15px;
	color: #888888;
	line-height: 1.7;
	display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newli .textbox .other{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.newli .textbox .other .sp1{
	display: flex;
	color: #333333;
}
.newli .textbox .other .sp1 i{
	display: inline-block;
	margin-left: 8px;
	width: 20px;
	height: 20px;
	background: #eb881c url(../images/icon35.png) center no-repeat;
	background-size: 50% auto;
	border-radius: 50%;
	overflow: hidden;
}
.newli .textbox .other .sp2{
	color: #b8b8b8;
}

.news_center .swiper-pagination.current{
	bottom: 0;
}
.news_center .swiper-pagination.current .swiper-pagination-bullet-active{
	border: #eb881c solid 1px;
}
.news_center .swiper-pagination.current .swiper-pagination-bullet:before{
	background: #e0e0e0;
}
.news_center .swiper-pagination.current .swiper-pagination-bullet-active:before{
	background: #eb881c;
}
/**/
.new-details .box{
	width: 86.66666666666667%;
	margin-left: auto;
	margin-right: auto;
}
.new-details .box .title{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #eaeaea solid 1px;
}
.new-details .box .title h3{
	color: #000000;
}
.new-details .box .title .othertxt{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 30px;
}
.new-details .box .title .othertxt span{
	display: inline-block;
	margin: 0px 28px 10px;
	color: #888888;
}
.new-details .box .details{
	padding-top: 60px;
	color: #666666;
	line-height: 2;
}
.new-details .box .details img{
	display: block;
	margin: auto;
}
/**/
.technology{
	background-color: #fafafa;
}
.technology .box{
	width: 82%;
	margin-left: auto;
	margin-right: auto;
}
.technology .box ul li{
	margin-bottom: 80px;
}
.technology .box ul li a{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}
.technology .box ul li:nth-child(even) a{
	flex-direction: row-reverse;
}
.technology .box ul li .imgbox{
	width: 50%;
	overflow: hidden;
}
.technology .box ul li .imgbox img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.technology .box ul li:hover .imgbox img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.technology .box ul li .textbox{
	display: flex;
	align-items: center;
	width: 50%;
	padding-left: 5.3%;
	padding-right: 4%;
	box-sizing: border-box;
	background: url(../images/img47.png) right bottom no-repeat;
	background-size: 71.86991869918699% auto;
}
.technology .box ul li .textbox .wrap{
	padding-top: 30px;
	padding-bottom: 30px;
}
.technology .box ul li .textbox h3{
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #000000;
}
.technology .box ul li .textbox .wrap>i{
	display: block;
	margin-top: 12px;
	width: 50px;
	height: 4px;
	background: #ed5920;
}
.technology .box ul li .textbox .txt{
	margin-top: 36px;
	font-family: "SourceHanSansCN-Light"; 
	color: #888888;
	line-height: 1.7;
	min-height: 110px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.technology .box ul li .textbox .viewmore{
	margin-top: 20px;
}

.general-details .box{
	/*width: 86.66666666666667%;*/
	max-width: 1360px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.general-details .title{
	text-align: center;
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #000000;
}
.general-details .iconbox{
	margin-top: 6%;
}
.general-details .iconbox ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.general-details .iconbox ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 13%;
	/*margin-right: 2.5%;*/
	margin-left: 4%;
	margin-bottom: 2%;
}
/*.general-details .iconbox ul li:last-child{
	margin-right: 0;
}*/
.general-details .iconbox ul li .icon{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-right: 15px;
	border: rgba(0,0,0,0.05) solid 1px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
}
.general-details .iconbox ul li .icon:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -39%;
	margin-top: -39%;
	width: 78%;
	height: 78%;
	background: url(../images/icon22.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.general-details .iconbox ul li:hover .icon:before{
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.general-details .iconbox ul li .icon img{
	max-width: 32%;
}
.general-details .iconbox ul li .txt{
	flex: 1;
	color: #000000;
}
.general-details .wrap{
	margin-top: 3%;
	color: #666666;
	line-height: 2;
	box-sizing: border-box;
}
.general-details .wrap .item{
	margin-top: 40px;
}
.general-details .wrap .textbox,
.general-details .wrap .content{
	padding-left: 4%;
}
.general-details .wrap .imgbox{
	margin-top: 4%;
}
.general-details .wrap .imgbox ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.general-details .wrap .imgbox ul li{
	width: 48%;
	margin-right: 4%;
	margin-top: 2%;
	margin-bottom: 2%;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}
.general-details .wrap .imgbox ul li:nth-child(2n){
	margin-right: 0;
}
.general-details .wrap .imgbox ul li img{
	display: block;
	width: 100%;
}
.general-details .wrap .subtit{
	display: flex;
	align-items: flex-start;
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #24387c;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 15px;
}
.general-details .wrap .subtit img{
	display: inline-block;
	margin-right: 25px;
	width: 30px;
}
/**/
.general-details .atlasbox{
	margin-top: 40px;
}
.general-details .atlasbox ul{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.general-details .atlasbox ul li{
	width: 32.30769230769231%;
	margin-right: 1.53846153846154%;
	margin-bottom: 1.53846153846154%;
	border-radius: 10px;
	overflow: hidden;
}
.general-details .atlasbox ul li:nth-child(3n){
	margin-right: 0;
}
.general-details .atlasbox ul li img{
	display: block;
	width: 100%;
}
/**/

.inner_title.center{
	text-align: center;
}
.inner_title h3{
	font-family: "SOURCEHANSANSCN-BOLD";
	color: #2C4497;
}
.inner_title .txt{
	margin-top: 10px;
	color: #6b6b6b;
	line-height: 1.7;
}
/*联系我们*/
.contactinfor .imgbox{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.contactinfor .imgbox img{
	display: block;
	width: 100%;
}
.contactinfor .textbox{
	margin-top: 5.33333333333333%;
}
.contactinfor .textbox ul{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.contactinfor .textbox ul li{
	width: 33.33%;
	text-align: center;
	margin-bottom: 30px;
}
.contactinfor .textbox ul li .icon span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 50%;
	border: #c5c5c5 dashed 1px;
}
.contactinfor .textbox ul li .icon span img{
	max-width: 44.8718%;
}
.contactinfor .textbox ul li .txt{
	max-width: 230px;
	width: 90%;
	margin: 28px auto 0px;
	text-align: center;
	color: #333333;
	line-height: 1.7;
}
.feedback{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.feedback .box{
	margin-top: 5.33333333333333%;
	width: 72.4%;
	margin-left: auto;
	margin-right: auto;
}
.feedback .status ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.feedback .status ul li{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
	height: 54px;
	text-align: center;
	background-color: #c9c9c9;
	color: #ffffff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
.feedback .status ul li.on,
.feedback .status ul li:hover{
	background-color: #2c4497;
}
.feedback .itembox{
	margin-top: 4.15%;
}
.feedback .mySwiper1,
.feedback .mySwiper2{
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*.feedback .itembox .item{
	display: none;
}
.feedback .itembox .item.on{
	display: block;
}*/
.feedback .itembox form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.feedback .itembox .formli{
	width: 46%;
	margin-right: 8%;
	margin-bottom: 2.3%;
	background-color: #FFFFFF;
	padding: 0px 20px;
	box-sizing: border-box;
}
.feedback .itembox .formli:nth-child(2n){
	margin-right: 0;
}
.feedback .itembox .formli,
.feedback .itembox .textareali{
	position: relative;
}
.feedback .itembox .formli .txt{
	position: absolute;
	left: 20px;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	color: #666666;
}
.feedback .itembox .textareali .txt{
	position: absolute;
	left: 20px;
	top: 15px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	color: #666666;
	font-size: 16px;
}
.feedback .itembox .formli .txt .asterisk,
.feedback .itembox .textareali .txt .asterisk{
	display: inline-block;
	margin-right: 5px;
	color: #fe0000;
}
.feedback .itembox .formli input{
	width: 100%;
	height: 52px;
	background: none;
	border: none;
	outline: none;
	color: #666666;
	font-size: 16px;
}
.feedback .itembox .textareali{
	width: 100%;
	padding: 15px 20px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.feedback .itembox .textareali textarea{
	width: 100%;
	min-height: 145px;
	color: #666666;
	font-size: 16px;
	outline: none;
	border: none;
	background: none;
}
.feedback .itembox .formli input::-webkit-input-placeholder,
.feedback .itembox .textareali textarea::-webkit-input-placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.feedback .itembox .formli input:-moz-placeholder,
.feedback .itembox .textareali textarea:-moz-placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.feedback .itembox .formli input::-moz-placeholder,
.feedback .itembox .textareali textarea::-moz-placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.feedback .itembox .formli input:-ms-input-placeholder,
.feedback .itembox .textareali textarea:-ms-input-placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}
.feedback .itembox .formli input::-ms-input-placeholder,
.feedback .itembox .textareali textarea::-ms-input-placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}
.feedback .itembox .formli input::placeholder,
.feedback .itembox .textareali textarea::placeholder{
	font-family: "microsoft yahei";
	font-style: 1em;
	background: -webkit-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -moz-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -o-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: -ms-linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background: linear-gradient(to right, #fe0000 0, #666666 var(--size), #666666 var(--size));
	background-clip: text;
	-webkit-background-clip: text;
	color:transparent;
}
.feedback .itembox .formli .selectbox{
	display: flex;
	justify-content: flex-end;
}
.feedback .itembox .formli .selectbox ul{
	display: flex;
	align-items: center;
	/*min-width: 90%;*/
	width: 100%;
}
.feedback .itembox .formli .selectbox ul li{
	position: relative;
	display: flex;
	width: 30%;
	margin-right: 5%;
	text-align: left;
}
.feedback .itembox .formli .selectbox ul li .txt{
	left: 0;
}
.feedback .itembox .formli .selectbox ul li:nth-child(2) .txt,
.feedback .itembox .formli .selectbox ul li:nth-child(3) .txt{
	display: none;
}
.feedback .itembox .formli .selectbox ul li:last-child{
	margin-right: 0;
}
.feedback .itembox .formli select{
	display: flex;
	align-items: center;
	min-width: 60px;
	height: 52px;
	color: #666666;
	font-size: 16px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
	background: url(../images/icon40.png) no-repeat center right;
	background-size: 12px auto;
	padding-left: 20px;
	padding-right: 25px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: none;
}
.feedback .itembox .formbtn{
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 7%;
}
.feedback .itembox .formbtn input{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	height: 56px;
	margin: auto;
	color: #FFFFFF;
	font-size: 24px;
	text-align: center;
	background: #eb881c;
	border-radius: 28px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.feedback .itembox .formbtn input:hover{
	background: #2c4497;
}

/**/
.recruitment{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fafafa;
}
.recruitment .box{
	width: 83.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
.recruitment .box .wrap{
	margin-top: 5.6%;
}
.recruitment .box .wrap .subtit{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	height: 66px;
	text-align: center;
	background-color: #2c4497;
}
.recruitment .box .wrap .t1{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20.8%;
}
.recruitment .box .wrap .t2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32.8%;
}
.recruitment .box .wrap .t3{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28.8%
}
.recruitment .box .wrap .t4{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 17.6%;
}
.recruitment .box .wrap ul{
	margin-bottom: 6.8%;
}
.recruitment .box .wrap ul li{
	display: flex;
	align-items: stretch;
	width: 100%;
}
.recruitment .box .wrap ul li a{
	display: flex;
	align-items: stretch;
	width: 100%;
	min-height: 80px;
	text-align: center;
	border-bottom: #f0f0f0 solid 1px;
	box-sizing: border-box;
}
.recruitment .box .wrap ul li .t1{
	color: #2a2c2d;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.recruitment .box .wrap ul li:hover .t1{
	color: #2c4497;
}
.recruitment .box .wrap ul li .t2{
	color: #999999;
}
.recruitment .box .wrap ul li .t3{
	color: #999999;
}
.recruitment .box .wrap ul li .t4{
	color: #ed5920;
}
.page{
    width: 100%;
    text-align: center;
}
.productList .page{
	margin-top: 45px;
}
.page-list{
	/*text-align: center;
	font-size: 0;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-list a{
	/*display: inline-block;
	vertical-align: top;*/
	display: flex;
	align-items: center;
	justify-content: center;
   	padding: 0px 6px;
   	min-width: 32px;
   	height: 32px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #cdcdcd;
    background: transparent;
    overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
	color: #FFFFFF;
	background: #2c4497;
}
.page-list a.fyprev,
.page-list a.fynext{
	min-width: 110px;
	height: 36px;
	line-height: 34px;
	border-radius: 25px;
	color: #666666;
	background: transparent;
	border: #dddddd solid 1px;
}
.page-list a.fyprev.disabled,
.page-list a.fynext.disabled{
	border: #e5e5e5 solid 1px;
	color: #666666;
	pointer-events:none;
	background: none;
	opacity: 0.5;
}
.page-list a.fyprev:hover,
.page-list a.fynext:hover{
	color: #FFFFFF;
	background: #2c4497;
	border: #2c4497 solid 1px;
}
.page-list a.fyprev{
	margin-right: 40px;
}
.page-list a.fynext{
	margin-left: 40px;
}

.recruitment_details .box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.other_positions{
	width: 21.33333333333333%;
}
.other_positions .title{
	font-family: "SOURCEHANSANSCN-MEDIUM"; 
	color: #000000;
}
.other_positions ul{
	margin-top: 15px;
}
.other_positions ul li{
	border-bottom: #e9e9e9 solid 1px;
}
.other_positions ul li a{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 58px;
	color: #2A2C2D;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 30px;
	box-sizing: border-box;
	background: url(../images/icon41.png) center right 12px no-repeat;
	background-size: 6px auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.other_positions ul li:hover a{
	color: #2c4497;
	background: url(../images/icon41a.png) center right 12px no-repeat;
	background-size: 6px auto;
}
.recruitment_details .box .wrap{
	width: 73.6%;
}
.recruitment_details .box .subtit{
	padding-bottom: 25px;
	border-bottom: #e9e9e9 solid 1px;
}
.recruitment_details .box .subtit .post{
	font-family: "SOURCEHANSANSCN-MEDIUM"; 
	color: #ed5920;
}
.recruitment_details .box .subtit .txt{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
	color: #666666;
}
.recruitment_details .box .subtit .txt span{
	display: block;
	margin: 0 6px;
}
.recruitment_details .box .info{
	margin-top: 25px;
	color: #666666;
	line-height: 1.7;
}
.recruitment_details .box .info ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.recruitment_details .box .info ul li{
	display: flex;
	align-items: flex-start;
	width: 45%;
	margin-right: 10%;
	margin-bottom: 10px;
}
.recruitment_details .box .info ul li:nth-child(2n){
	margin-right: 0;
}
.recruitment_details .box .info ul li .t2{
	flex: 1;
}
.recruitment_details .box .textbox{
	margin-top: 45px;
}
.recruitment_details .box .textbox h3{
	font-family: "SOURCEHANSANSCN-MEDIUM";
	color: #000000;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: #e9e9e9 solid 1px;
}
.recruitment_details .box .textbox .text{
	color: #666666;
	line-height: 2;
	margin-bottom: 35px;
}
.recruitment_details .box .textbox .text h4{
	color: #000000;
	font-weight: bold;
}
.recruitment_details .box .deliver{
	padding-top: 25px;
}
.recruitment_details .box .deliver,
.recruitment_details .box .deliver a{
	color: #ed5920;
}

/**/
.investor_relations{
	padding-top: 66px;
}
.question ul{
	padding-bottom: 4.2%;
}
.question ul li{
	position: relative;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
.question ul li .crosshead{
    display: flex;
    align-items: center;
    font-weight: bold;
    color: #000000;
    line-height: 1.7;
    box-sizing: border-box;
    transition: all 0.4s ease;
    cursor: pointer;
    border-bottom: #f3f3f3 solid 1px;
}
.question ul li.on .crosshead{
	font-family: "SourceHanSerifCNBold";
	color: #002060;
}
.question ul li .crosshead .sp{
	flex: 1;
}
.question ul li .arrow{
    position: absolute;
    top: 25px;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icon42.png) center no-repeat;
    background-size: 18px auto;
}
.question ul li.on .arrow{
    background: url(../images/icon42a.png) center no-repeat;
    background-size: 18px auto;
}
.question ul li .content{
    display: none;
    color: #333333;
    line-height: 2;
}
.question ul li .crosshead,
.question ul li .content{
	position: relative;
	padding-left: 50px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.question ul li .crosshead .icon,
.question ul li .content .icon{
	position: absolute;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
   	margin-right: 10px;
    border-radius: 50%;
    font-weight: bold;
    color: #FFFFFF;
}
.question ul li .crosshead .icon{
	top: 18px;
	background-color: #2c4497;
}
.question ul li .content .icon{
	top: 15px;
   	background-color: #ef9c39;
}
.question ul li .content .sp{
	flex: 1;
	color: #666666;
	line-height: 1.7;
}

.governance .box{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.governance .box .item{
	margin-bottom: 6.2%;
}
.governance .box .item:last-child{
	margin-bottom: 0;
}
.governance .box .item .title h3{
	font-weight: bold;
	color: #333333;
}
.governance .box .item .title .sp{
	margin-top: 10px;
	color: #333333;
	line-height: 1.7;
}
.governance .box .item .tablebox{
	margin-top: 3.5%;
}
.governance .box .item table{
	width: 100%;
	border: none;
    text-align: center;
    line-height: 1.7;
}
.governance .box .item .w1{
	width: 23.6%;
}
.governance .box .item .w2{
	width: 29.84%;
}
.governance .box .item .w3{
	width: 46.56%;
}
.governance .box .item table{
	font-size: 16px;
}
.governance .box .item table th{
	color: #FFFFFF;
	font-weight: bold;
	background: #4d65b6;
	height: 60px;
	text-align: center;
	padding: 10px 0px;
	box-sizing: border-box;
	border-right: #FFFFFF solid 1px;
}
.governance .box .item table th:nth-child(3){
	border-right: transparent solid 1px;
}
.governance .box .item table td{
	height: 60px;
	color: #333333;
	padding: 10px 0px;
	box-sizing: border-box;
	border-right: #f2f2f2 solid 1px;
}
.governance .box .item table td:nth-child(3){
	color: #888888;
	border-right: transparent solid 1px;
}
.governance .box .item table tr:nth-child(odd) td{
	background-color: #f8f8f8;
}
.governance .box .item table tr:nth-child(even) td{
	background-color: #fcfcfc;
}

.stock .box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 86.66666666666667%;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 55px 120px;
	background-color: #fafafa;
	min-height: 640px;
	box-sizing: border-box;
}
.stock .box .w1,
.stock .box .w2{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.stock .box .left_w{
	width: 53.4%;
}
.stock .box .right_w{
	width: 46.6%;
	display: flex;
	justify-content: flex-end;
}
.stock .box .w1 .left_w .t1{
	display: flex;
	align-items: baseline;
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #ef9c39;
}
.stock .box .w1 .left_w .t1 span{
	display: inline-block;
	margin-left: 10px;
	color: #303030;
}
.stock .box .w1 .left_w .t2{
	color: #303030;
}
.stock .box .w1 .right_w .info{
	position: relative;
	padding-left: 50px;
}
.stock .box .w1 .right_w .info i{
	position: absolute;
	left: 0;
	top: 40px;
	width: 24px;
	height: 12px;
	background: url(../images/icon43.png) left center no-repeat;
	background-size: 100% auto;
}
.stock .box .w1 .right_w .info.down i{
	background: url(../images/icon43a.png) left center no-repeat;
	background-size: 100% auto;
}
.stock .box .w1 .right_w .info .t3{
	color: #c7000b;
	font-family: "SOURCEHANSANSCN-BOLD"; 
}
.stock .box .w1 .right_w .info .t4{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "SourceHanSansCN-Light";
	color: #c7000b;
}
.stock .box .w1 .right_w .info.down .t3,
.stock .box .w1 .right_w .info.down .t4{
	color: #43b610;
}
.stock .box .w2 .left_w .t1{
	color: #666666;
	line-height: 1.6;
}
.stock .box .w2 .left_w .t2{
	margin-top: 20px;
	font-family: "SourceHanSansCN-Regular"; 
	color: #000000;
	line-height: 1.7;
}
.stock .box .w2 .right_w ul{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	width: 100%;
}
.stock .box .w2 .right_w ul li{
	max-width: 45%;
	margin-right: 10%;
	text-align: center;
}
.stock .box .w2 .right_w ul li:nth-child(2n){
	margin-right: 0;
}
.stock .box .w2 .right_w ul li .t3{
	font-family: "SourceHanSansCN-Regular"; 
	color: #303030;
}
.stock .box .w2 .right_w ul li .t4{
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #303030;
}

.disclosure .box{
	width: 93.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
.disclosure .box .item{
	margin-bottom: 50px;
}
.disclosure .box .item:last-child{
	margin-bottom: 0;
}
.disclosure .box .item .title{
	position: relative;
	display: flex;
	align-items: baseline;
	padding-right: 90px;
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #333333;
	padding-bottom: 30px;
	border-bottom: #e9e9e9 solid 1px;
}
.disclosure .box .item .title:before{
	content: '';
	position: absolute;
	right: 0;
	top: 25px;
	width: 90px;
	height: 20px;
	background: url(../images/icon46.png) center no-repeat;
	background-size: 21px auto;
}
.disclosure .box .item .title img{
	display: inline-block;
	margin-right: 20px;
}
.disclosure .box .item ul{
	margin-top: 54px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.disclosure .box .item  ul li{
	width: 48.214%;
	margin-right: 3.572%;
	margin-bottom: 2.2%;
}
.disclosure .box .item  ul li:nth-child(2n){
	margin-right: 0;
}
.disclosure .box .item  ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 178px;
	color: #666666;
	line-height: 1.5;
	padding: 5.9%;
	box-sizing: border-box;
	background: #f3f3f3;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.disclosure .box .item  ul li:hover a{
	color: #FFFFFF;
	background: #2c4497 url(../images/img53.png) left top no-repeat;
	background-size: 48% auto;
}
.disclosure .box .item  ul li a span{
	flex: 1;
}
.disclosure .box .item  ul li a i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-left: 14px;
	border-radius: 50%;
	border: #dcdcdc solid 2px;
	box-sizing: border-box;
	background: url(../images/icon44.png) center no-repeat;
	background-size: 57.69% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.disclosure .box .item  ul li:hover a i{
	border: #FFFFFF solid 2px;
	background: url(../images/icon44a.png) center no-repeat;
	background-size: 57.69% auto;
}

.application{
	padding-bottom: 20px;
	background-color: #fafafa;
}
.application .box{
	width: 89.33333333333333%;
	margin-left: auto;
	margin-right: auto;
}
.application .box ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.application .box ul li{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 46.27%;
	margin-right: 7.46%;
	margin-bottom: 7.46%;
	background: #FFFFFF;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.application .box ul li:nth-child(2n){
	margin-right: 0;
}
.application .box ul li:hover{
	box-shadow: 5px 11px 35px rgba(10,2,5,0.06);
}
.application .box ul li a{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	overflow: hidden;
}
.application .box ul li .imgbox{
	display: block;
	width: 100%;
	overflow: hidden;
}
.application .box ul li .imgbox img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.application .box ul li:hover .imgbox img{
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
}
.application .box ul li .textbox{
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 15px 30px 25px;
	box-sizing: border-box;
	overflow: hidden;
}
.application .box ul li .textbox .text{
	flex: 1;
}
.application .box ul li .textbox .text h5{
	font-family: "SOURCEHANSANSCN-BOLD"; 
	color: #000000;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.application .box ul li .textbox .text .sp{
	margin-top: 5px;
	color: #999999;
	line-height: 1.7;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.application .box ul li .textbox .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10%;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
	background: #f2f7ff url(../images/icon47.png) center no-repeat;
	background-size: 29.03225806451613% auto;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.application .box ul li:hover .textbox .icon{
	background: #455ca6 url(../images/icon47a.png) center no-repeat;
	background-size: 29.03225806451613% auto;
}


@media screen and (max-width: 1920px) and (min-width: 1025px) {
	.header .logo a img{
		max-height: 3.645833333333333vw;
	}
	.header .nav ul li{
		padding: 0 1.5625vw;
	}
	.header .nav ul li>a{
		padding: 0 0.4166666666666667vw;
	    font-size: 0.8333333333333333vw;
	    height: 4.166666666666667vw;
	}
	.header .nav ul li a span{
	    padding: 0 0.3125vw;
	    height: 2.083333333333333vw;
	}
	.header .nav ul li a span:before{
		height: 0.1041666666666667vw;
	}
	.header .cellbox a{
		font-size: 0.78125vw;
		padding: 0.2083333333333333vw 1.041666666666667vw;
		margin: 0.2083333333333333vw auto;
	}
	.header .head-nation .current{
		padding-left: 1.302083333333333vw;
		height: 4.166666666666667vw;
		background: url(../images/language.png) left center no-repeat;
		background-size: 0.8854166666666667vw auto;
	}
	.header.on .head-nation .current,
	.header.white .head-nation .current,
	.header.act .head-nation .current{
		background: url(../images/language.png) left center no-repeat;
		background-size: 0.8854166666666667vw auto;
	}
	.header .head-nation .current .name {
	    padding-right: 1.041666666666667vw;
	    background: url(../images/arrow.png) right center no-repeat;
	    background-size: 0.46875vw auto;
	    font-size: 0.8333333333333333vw;
	}
	.head-nation ul{
		padding: 0.5208333333333333vw 0;
	}
	.head-nation ul li a{
	   	font-size: 0.78125vw;
	    min-width: 4.6875vw;
	    padding: 0 1.041666666666667vw;
	}

	
	.search-header {
	    padding-top: 4.6875vw;
	    padding-bottom: 6.25vw;
	}
	.search .submit0 {
	    width: 1.458333333333333vw;
	    height: 3.90625vw;
	}
	.search-header .search-input {
	  	text-indent: 4.166666666666667vw;
	 	line-height: 3.90625vw;
	  	font-size: 1.25vw;
	}
	.search-close {
	    width: 1.458333333333333vw;
	    height: 3.75vw;
	}
	.show-search-btn img{
		width: 0.9375vw;
	}
	.header .search{
		top: 4.166666666666667vw;
	}
	.searchdiv{
		padding-left: 1.041666666666667vw;
	}
	.search .submit0 {
	  	width: 1.458333333333333vw;
	  	height: 3.90625vw;
	}
	.menubtn {
		width: 2.083333333333333vw;
		height: 3.645833333333333vw;
		background: url(../images/menu-icon1.png) center right no-repeat;
		background-size: 1.458333333333333vw auto;
	}
	.header.white .menubtn,
	.header.on .menubtn,
	.header.act .menubtn{
		background: url(../images/menu-icon1a.png) center right no-repeat;
		background-size: 1.458333333333333vw auto;
	}
	.menubtn.on {
		background: url(../images/menu-icon2.png) center right no-repeat;
		background-size: 1.458333333333333vw auto;
	}
	.header.white .menubtn.on,
	.header.on .menubtn.on,
	.header.act .menubtn.on{
		background: url(../images/menu-icon2a.png) center right no-repeat;
		background-size: 1.458333333333333vw auto;
	}
	
	
	/**/
	#istop a{
		width: 3.125vw;
		height: 3.125vw;
		font-size: 0.7291666666666667vw;
	}
	#istop a img{
		margin: 0 auto 0.26vw;
		max-width: 0.78125vw;
	}
	/*侧边栏*/
	.sidebar ul{
		background: linear-gradient(to bottom, #4f87f7, #0c49c0);
		border-radius: 0.5208333333333333vw 0 0 0.5208333333333333vw;
	}
	.sidebar ul li a{
		width: 3.333333333333333vw;
		height: 3.333333333333333vw;
	}
	.sidebar ul li a .img{
		margin-bottom: 0.26vw;
	}
	.sidebar ul li a .text{
		font-size: 0.625vw;
	}
	.sidebar ul li .secondary{
		right: 3.541666666666667vw;
		padding: 0.625vw;
		border-radius: 0.78125vw;
	}
	.sidebar ul li .secondary::before{
		right: -0.5208333333333333vw;
	   	border-top: 0.41666666666667vw solid transparent;
		border-bottom: 0.41666666666667vw solid transparent;
		border-left: 0.52083333333333vw solid #ffffff;
	}
	.sidebar ul li .codeimg{
		width: 5.72916666666667vw;
	}
	.sidebar ul li .secondary .txtli{
		min-width: 7.291666666666667vw;
	}
	.sidebar ul li .secondary .txtli img{
		width: 1.041666666666667vw;
		margin-right: 0.3645833333333333vw;
	}
	.sidebar ul li .txt{
		margin-top: 0.2604166666666667vw;
		font-size: 0.8333333333333333vw;
	}
	
	
	
	.bannerText{
		margin-top: 2.083333333333333vw;
	}
	.bannerText .box .text img{
		margin-right: 0.625vw;
		max-width: 0.8333333333333333vw;
	}
	.bannerText .box h2{
		margin-top: 0.5208333333333333vw;
		margin-bottom: 2.083333333333333vw;
	}
	.viewmore span i,
	.viewmore a i{
		width: 2.083333333333333vw;
		height: 2.083333333333333vw;
		margin-left: 0.8333333333333333vw;
	}
	.banner .swiper-pagination{
		bottom: 4.166666666666667vw;
	}
	.current .swiper-pagination-bullet{
		width: 1.770833333333333vw;
		height: 1.770833333333333vw;
		margin: 0 0.26vw;
	}
	.current .swiper-pagination-bullet:before{
		margin-left: -0.2604166666666667vw;
		margin-top: -0.2604166666666667vw;
		width: 0.5208333333333333vw;
		height: 0.5208333333333333vw;
	}
	
	.obanner .obannertext .t1 img{
		margin-right: 0.5208333333333333vw;
		max-width: 0.8333333333333333vw;
	}
	.obanner .obannertext .t2{
		margin-top: 0.78125vw;
	}
	

	
	.size14{
		font-size: 0.7291666666666667vw;
	}
	.size16{
		font-size: 0.8333333333333333vw;
	}
	.size18{
		font-size: 0.9375vw;
	}
	.size20{
		font-size: 1.041666666666667vw;
	}
	.size22{
		font-size: 1.145833333333333vw;
	}
	.size24{
		font-size: 1.25vw;
	}
	.size26{
		font-size: 1.354166666666667vw;
	}
	.size30{
		font-size: 1.5625vw;
	}
	.size32{
		font-size: 1.666666666666667vw;
	}
	.size34{
		font-size: 1.770833333333333vw;
	}
	.size40{
		font-size: 2.083333333333333vw;
	}
	.size46{
		font-size: 2.395833333333333vw;
	}
	.size48{
		font-size: 2.5vw;
	}
	.size50{
		font-size: 2.604166666666667vw;
	}
	.size57{
		font-size: 2.96875vw;
	}
	.size64{
		font-size: 3.333333333333333vw;
	}
	
	
	.footer .footinfor{
		padding-bottom: 4.6875vw;
	}
	.footer .footinfor .text .t1{
		font-size: 1.041666666666667vw;
		margin-bottom: 0.26vw;
	}
	.footer .footinfor .text .t2{
		font-size: 1.979166666666667vw;
		margin-bottom: 0.26vw;
	}
	.footer .footinfor .text .t3{
		font-size: 0.8333333333333333vw;
	}
	.footer .footinfor .official{
		margin-top: 1.5625vw;
	}
	.footer .footinfor .official .item .img{
		margin-bottom: 0.5208333333333333vw;
	}
	.footer .footinfor .official .item .sp{
		font-size: 0.8333333333333333vw;
	}
	.footer .footnav .title{
		font-size: 1.041666666666667vw;
		margin-bottom: 1.041666666666667vw;
	}
	.footer .footnav .item>ul>li{
		margin-bottom: 0.78125vw;
	}
	.footer .footnav .item>ul>li>a,
	.footer .footnav .item>ul>li .subtit{
		font-size: 0.7291666666666667vw;
	}
	.footer .footnav .item ul li ul{
		padding-top: 0.26vw;
	}
	.footer .footnav .item ul li ul li a{
		padding-left: 0.78125vw;
		font-size: 0.625vw;
	}
	.footer .footnav .item ul li ul li a:before{
		top: 0.625vw;
		width: 0.2083333333333333vw;
		height: 1px;
	}
	.footer .footbot{
		padding-top: 0.8333333333333333vw;
		padding-bottom: 0.8333333333333333vw;
	}
	.footer .copylink{
		font-size: 0.7291666666666667vw;
	}
	.footer .poweredBy{
		margin-left: 1.302083333333333vw;
	}
	.footer .footshare ul li{
		padding: 0 0.78125vw;
	}
	.footer .footshare ul li a{
		width: 2.604166666666667vw;
		height: 2.604166666666667vw;
	}
	.footer .footshare ul li .QRcode{
		width: 5.208333333333333vw;
	}
	.footer .footshare ul li .QRcode .sjx{
	    border-width: 0.46875vw;
	    border-color: #FFFFFF transparent transparent transparent;
	}
	
	
	.general_title .text i{
		margin-right: 0.26vw;
		width: 0.8333333333333333vw;
		height: 0.8333333333333333vw;
	}
	/*index*/
	.index_solution .box .swiper{
		margin-top: 3.125vw;
	}
	.index_solution .box .swiper .item{
		border-radius: 0.78125vw;
	}
	.index_solution .box .swiper .item .textbox{
		padding: 1.25vw 2.083333333333333vw;
	}
	.index_solution .box .swiper .item .textbox h5{
		margin-top: 1.302083333333333vw;
		margin-bottom: 1.302083333333333vw;
	}
	.index_solution .box .swiper .item .textbox .icon img{
		max-width: 2.8125vw;
	}
	.index_solution .box .swiper .item .textbox .text{
		-webkit-transform: translateY(3.125vw);
		transform: translateY(3.125vw);
	}
	.index_solution .box .swiper .item .textbox .text ul{
		margin-top: 1.5625vw;
		margin-bottom: 2.083333333333333vw;
	}
	.index_solution .box .swiper .item .textbox .text ul li{
		margin-top: 0.78125vw;
		margin-bottom: 0.78125vw;
	}
	.index_solution .box .swiper .item .textbox .text ul li img{
		width: 0.9375vw;
		margin-right: 0.5208333333333333vw;
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev{
	    width: 2.395833333333333vw;
		height: 2.395833333333333vw;
	}
	.index_solution .swiper-button-prev, 
	.index_solution .swiper-container-rtl .swiper-button-next {
	    right: 3.125vw;
	}
	/**/
	.combination li .icon{
		width: 5.989583333333333vw;
		height: 5.989583333333333vw;
		margin-right: 1.041666666666667vw;
	}
	.combination .txt .t1{
		margin-bottom: 0.5208333333333333vw;
	}
	
	
	
	.index_application .swiper-slide .item .textbox{
		padding: 1.822916666666667vw 1.5625vw;
		-webkit-transform: translateY(2.864583333333333vw);
		transform: translateY(2.864583333333333vw);
		border-radius: 1.5625vw 0 0 0;
	}
	.index_application .swiper-slide.active .item .textbox{
		padding-top: 1.302083333333333vw;
	}
	.index_application .swiper-slide .item .textbox .order{
		font-size: 3.125vw;
	}
	.index_application .swiper-slide.active .item .textbox .order{
		font-size: 10.41666666666667vw;
	}
	.index_application .swiper-slide .item .textbox i{
		margin-top: 0.78125vw;
		margin-bottom: 0.78125vw;
		width: 1.875vw;
		height: 0.2083333333333333vw;
	}
	.index_application .swiper-slide .item .textbox .txt{
	    height: 2.864583333333333vw;
	}
	.index_application .swiper-button-next, 
	.index_application .swiper-button-prev{
	    width: 2.395833333333333vw;
	    height: 2.395833333333333vw;
	}
	
	.index_news .maincontainer{
		min-height: 46.875vw;
	}
	.index_news .box{
		margin-top: 5%;
	}
	.index_news .choosebox ul li{
		margin-left: 1.5625vw;
	}
	.index_news .choosebox ul li a,
	.index_news .choosebox ul li span{
		min-width: 6.666666666666667vw;
		height: 2.395833333333333vw;
		border-radius: 1.197916666666667vw;
		font-size: 0.8333333333333333vw;
	}
	.index_news .box .item .mainbox a{
		border-radius: 0.5208333333333333vw;
	}
	.index_news .box .item .mainbox .textbox{
		padding: 2.083333333333333vw 1.458333333333333vw;
	}
	.index_news .box .item .mainbox .textbox .t1{
		margin-bottom: 0.5208333333333333vw;
	}
	.index_news .box .item .listbox ul li .date .sp1{
		margin-bottom: 0.3125vw;
	}
	.index_news .box .item .listbox ul li .text .t1{
		margin-bottom: 0.3125vw;
	}
	.index_news .viewmore{
		margin-top: 5.66666666666667%
	}
	/**/
	.padt90{
		padding-top: 4.6875vw;
	}
	.padt100{
		padding-top: 5.208333333333333vw;
	}
	.padt120{
		padding-top: 6.25vw;
	}
	.padt160{
		padding-top: 8.333333333333333vw;
	}
	.padb90{
		padding-bottom: 4.6875vw;
	}
	.padb100{
		padding-bottom: 5.208333333333333vw;
	}
	.padb120{
		padding-bottom: 6.25vw;
	}
	.padb180{
		padding-bottom: 9.375vw;
	}
	.padb200{
		padding-bottom: 10.41666666666667vw;
	}
	/*关于我们*/
	.aboutitem{
		/*padding-top: 8.333333333333333vw;
		margin-top: -8.333333333333333vw;*/
		padding-top: 4.166666666666667vw;
		margin-top: -4.166666666666667vw;
	}
	.about-nav.fixed{
	    top: 4.166666666666667vw;
	}
	.about-nav ul li{
		margin: 0 0.8333333333333333vw;
	}
	.about-nav ul li a{
		min-width: 10.41666666666667vw;
		height: 3.125vw;
		font-size: 0.9375vw;
		border-radius: 1.5625vw;
		padding: 0 1vw;
	}
	.about-nav.fixed ul li{
		min-width: 6.25vw;
		padding-bottom: 1.25vw;
	}
	.about-nav.fixed ul li a{
		font-size: 0.7291666666666667vw;
		height: 1.875vw;
	}
	
	.profile{
		background: url(../images/img12.png) left top 3.125vw no-repeat;
		background-size: 47.60416666666667% auto;
	}
	.culture .wrap .txt{
		padding-bottom: 0.4166666666666667vw;
	}
	
	
	.distribution .textbox{
		max-width: 28.125vw;
		margin-top: 1.302083333333333vw;
	}
	.distribution .box{
		margin-top: 1.5625vw;
	}
	.distribution .box .mapbox .locationbox ul li.a1 .level1{
		padding-top: 3.125vw;
	}
	.distribution .box .mapbox .locationbox ul li.a2 .level1{
		padding-top: 0.5208333333333333vw;
		padding-bottom: 1.5625vw;
	}
	.distribution .box .mapbox .locationbox ul li.a3 .level1{
		padding-top: 0.5208333333333333vw;
		padding-bottom: 1.5625vw;
	}
	.distribution .box .mapbox .locationbox ul li.a4 .level1{
		padding-left: 1.302083333333333vw;
		padding-top: 0.625vw;
	}
	.distribution .box .mapbox .locationbox ul li.a5 .level1{
		padding-top: 2.604166666666667vw;
	}
	.distribution .box .mapbox .locationbox ul li.a1 img{
		top: 0.78125vw;
	}
	.distribution .box .mapbox .locationbox ul li.a5 img{
		top: 0.78125vw;
	}
	.distribution .box .mapbox .locationbox ul li.a1 img{
		width: 1.770833333333333vw;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img,
	.distribution .box .mapbox .locationbox ul li.a3 img,
	.distribution .box .mapbox .locationbox ul li.a4 img,
	.distribution .box .mapbox .locationbox ul li.a5 img{
		width: 1.09375vw;
	}
	.distribution .box .mapbox .locationbox ul li .level2{
		width: 26.04166666666667vw;
	}
	.distribution .box .mapbox .locationbox ul li .wrap{
		padding: 1.5625vw;
	    border-radius: 0.2604166666666667vw;
	}
	.distribution .box .mapbox .locationbox ul li .s-triangle{
	    border-width: 0.625vw;
	    border-color: #FFFFFF transparent transparent transparent;
	}
	.distribution .box .mapbox .locationbox ul li .place{
		margin-bottom: 0.5208333333333333vw;
	}
	.distribution .box .mapbox .locationbox ul li .info{
		margin-bottom: 0.5208333333333333vw;
	}
	
	.qualifications .box{
		margin-top: 2.34375vw;
	}
	.qualifications .opt ul li{
		margin: 0 1.302083333333333vw;
	}
	.qualifications .opt ul li span,
	.qualifications .opt ul li a{
		min-width: 6.510416666666667vw;
		height: 2.083333333333333vw;
		border-radius: 1.041666666666667vw;
		font-size: 0.8333333333333333vw;
	}
	
	.swipernest .swiper-slide .textbox{
		margin-top: 1.822916666666667vw;
	}
	
	/*合作伙伴*/
	.cooperation .box .imgbox .swiper{
		padding-left: 0.55vw;
		padding-right: 0.55vw;
	}
	.cooperation .box .imgbox .swiper-slide .partners_logo{
		padding: 0 1.041666666666667vw;
	}
	.cooperation .box .imgbox .swiper-slide a{
		border-radius: 1.041666666666667vw;
		margin: 1.041666666666667vw auto;
	}
	.cooperation .swiper-button-next, 
	.cooperation .swiper-button-prev{
		width: 1.927083333333333vw;
		height: 1.875vw;
	}
	.cooperation .swiper-button-next, 
	.cooperation .swiper-container-rtl .swiper-button-prev {
	    right: -5.208333333333333vw;
	}
	.cooperation .swiper-button-prev, 
	.cooperation .swiper-container-rtl .swiper-button-next{
	    left: 1.5625vw;
	}

	.news_center .box{
		padding-left: 2.604166666666667vw;
		padding-right: 2.604166666666667vw;
	}
	.newli .textbox{
		padding: 1.041666666666667vw;
	}
	.newli .textbox .txt{
		margin-top: 0.78125vw;
	}
	.newli .textbox .other{
		margin-top: 1.041666666666667vw;
	}
	.newli .textbox .other .sp1 i{
		margin-left: 0.4166666666666667vw;
		width: 1.041666666666667vw;
		height: 1.041666666666667vw;
	}
	/**/
	.new-details .box .title{
		padding-bottom: 0.5208333333333333vw;
	}
	.new-details .box .title .othertxt{
		margin-top: 1.5625vw;
	}
	.new-details .box .title .othertxt span{
		margin: 0 1.458333333333333vw 0.5208333333333333vw;
	}
	.new-details .box .details{
		padding-top: 3.125vw;
	}
	/**/
	.technology .box ul li{
		margin-bottom: 4.166666666666667vw;
	}
	.technology .box ul li a{
		border-radius: 0.5208333333333333vw;
	}
	.technology .box ul li .textbox .wrap{
		padding-top: 1.5625vw;
		padding-bottom: 1.5625vw;
	}
	.technology .box ul li .textbox .wrap>i{
		margin-top: 0.625vw;
		width: 2.604166666666667vw;
		height: 0.2083333333333333vw;
	}
	.technology .box ul li .textbox .txt{
		margin-top: 1.875vw;
		min-height: 5.729166666666667vw;
	}
	.technology .box ul li .textbox .viewmore{
		margin-top: 1.041666666666667vw;
	}
	/**/
	.general-details .iconbox ul li .icon{
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
		margin-right: 0.78125vw;
	}
	.general-details .wrap .imgbox ul li{
		border-radius: 0.5208333333333333vw;
	}
	.general-details .wrap .subtit{
		font-size: 1.041666666666667vw;
		margin-bottom: 0.78125vw;
	}
	.general-details .wrap .subtit img{
		margin-right: 0.78125vw;
		width: 1.5625vw;
	}
	/**/
	.inner_title .txt{
		margin-top: 0.5208333333333333vw;
	}
	/*联系我们*/
	.contactinfor .textbox ul li{
		margin-bottom: 1.5625vw;
	}
	.contactinfor .textbox ul li .icon span{
		width: 4.166666666666667vw;
		height: 4.166666666666667vw;
	}
	.contactinfor .textbox ul li .txt{
		max-width: 11.97916666666667vw;
		margin: 1.458333333333333vw auto 0;
	}
	.feedback .status ul li{
		height: 2.8125vw;
	}
	.feedback .itembox .formli{
		padding: 0 1.041666666666667vw;
	}
	.feedback .itembox .formli .txt{
		left: 1.041666666666667vw;
	}
	.feedback .itembox .textareali .txt{
		left: 1.041666666666667vw;
		top: 0.78125vw;
		font-size: 0.8333333333333333vw;
	}
	.feedback .itembox .formli .txt .asterisk,
	.feedback .itembox .textareali .txt .asterisk{
		margin-right: 0.2604166666666667vw;
	}
	.feedback .itembox .formli input{
		height: 2.708333333333333vw;
		font-size: 0.8333333333333333vw;
	}
	.feedback .itembox .textareali{
		padding: 0.78125vw 1.041666666666667vw;
	}
	.feedback .itembox .textareali textarea{
		min-height: 7.552083333333333vw;
		font-size: 0.8333333333333333vw;
	}
	.feedback .itembox .formli select{
		min-width: 3.125vw;
		height: 2.708333333333333vw;
		font-size: 0.8333333333333333vw;
		background: url(../images/icon40.png) no-repeat center right;
		background-size: 0.625vw auto;
		padding-left: 1.041666666666667vw;
		padding-right: 1.302083333333333vw;
	}
	.feedback .itembox .formbtn input{
		min-width: 9.895833333333333vw;
		height: 2.916666666666667vw;
		font-size: 1.25vw;
		border-radius: 1.458333333333333vw;
	}
	/**/
	.recruitment .box .wrap .subtit{
		border-radius: 1.041666666666667vw;
		height: 3.4375vw;
	}
	.recruitment .box .wrap ul li a{
		min-height: 4.166666666666667vw;
	}
	.productList .page{
		margin-top: 2.34375vw;
	}
	.page-list a{
	   	padding: 0 0.3125vw;
	   	min-width: 1.666666666666667vw;
	   	height: 1.666666666666667vw;
		margin-bottom: 0.2604166666666667vw;
		margin-right: 0.2604166666666667vw;
	    font-size: 0.8333333333333333vw;
	}
	.page-list a.fyprev,
	.page-list a.fynext{
		min-width: 5.729166666666667vw;
		height: 1.875vw;
		line-height: 1.770833333333333vw;
		border-radius: 1.302083333333333vw;
	}
	.page-list a.fyprev{
		margin-right: 2.083333333333333vw;
	}
	.page-list a.fynext{
		margin-left: 2.083333333333333vw;
	}
	
	
	.other_positions ul{
		margin-top: 0.78125vw;
	}
	.other_positions ul li a{
		font-size: 0.8333333333333333vw;
		height: 3.020833333333333vw;
		padding-left: 0.5208333333333333vw;
		padding-right: 1.5625vw;
		background: url(../images/icon41.png) center right 12px no-repeat;
		background-size: 0.3125vw auto;
	}
	.other_positions ul li:hover a{
		background: url(../images/icon41a.png) center right 12px no-repeat;
		background-size: 0.3125vw auto;
	}
	.recruitment_details .box .subtit{
		padding-bottom: 1.302083333333333vw;
	}
	.recruitment_details .box .subtit .txt{
		margin-top: 1.041666666666667vw;
	}
	.recruitment_details .box .subtit .txt span{
		margin: 0 0.3125vw;
	}
	.recruitment_details .box .info{
		margin-top: 1.302083333333333vw;
	}
	.recruitment_details .box .info ul li{
		margin-bottom: 0.5208333333333333vw;
	}
	.recruitment_details .box .textbox{
		margin-top: 2.34375vw;
	}
	.recruitment_details .box .textbox h3{
		margin-bottom: 1.5625vw;
		padding-bottom: 0.78125vw;
	}
	.recruitment_details .box .textbox .text{
		margin-bottom: 1.822916666666667vw;
	}
	.recruitment_details .box .deliver{
		padding-top: 1.302083333333333vw;
	}
	
	/**/
	.investor_relations{
		padding-top: 3.4375vw;
	}
	.question ul li{
		margin-bottom: 1.041666666666667vw;
	}
	.question ul li .arrow{
	    top: 1.302083333333333vw;
	    width: 1.25vw;
	    height: 1.25vw;
	    background: url(../images/icon42.png) center no-repeat;
	    background-size: 0.9375vw auto;
	}
	.question ul li.on .arrow{
	    background: url(../images/icon42a.png) center no-repeat;
	    background-size: 0.9375vw auto;
	}
	.question ul li .crosshead,
	.question ul li .content{
		padding-left: 2.604166666666667vw;
		padding-right: 2.083333333333333vw;
		padding-top: 1.041666666666667vw;
		padding-bottom: 1.041666666666667vw;
	}
	.question ul li .crosshead .icon,
	.question ul li .content .icon{
	    width: 2.083333333333333vw;
	    height: 2.083333333333333vw;
	   	margin-right: 0.5208333333333333vw;
	}
	.question ul li .crosshead .icon{
		top: 0.9375vw;
	}
	.question ul li .content .icon{
		top: 0.78125vw;
	}
	
	
	.governance .box .item .title .sp{
		margin-top: 0.5208333333333333vw;
	}
	.governance .box .item table{
		font-size: 0.8333333333333333vw;
	}
	.governance .box .item table th{
		height: 3.125vw;
		padding: 0.5208333333333333vw 0;
	}
	.governance .box .item table td{
		height: 3.125vw;
		padding: 0.5208333333333333vw 0;
	}
	/**/
	.stock .box{
		padding: 3.125vw 2.864583333333333vw 6.25vw;
		min-height: 33.33333333333333vw;
	}
	.stock .box .w1 .left_w .t1 span{
		margin-left: 0.5208333333333333vw;
	}
	.stock .box .w1 .right_w .info{
		padding-left: 2.604166666666667vw;
	}
	.stock .box .w1 .right_w .info i{
		top: 2.083333333333333vw;
		width: 1.25vw;
		height: 0.625vw;
	}
	.stock .box .w2 .left_w .t2{
		margin-top: 1.041666666666667vw;
	}
	/**/
	.disclosure .box .item{
		margin-bottom: 2.604166666666667vw;
	}
	.disclosure .box .item .title{
		padding-right: 4.6875vw;
		padding-bottom: 1.5625vw;
	}
	.disclosure .box .item .title:before{
		top: 1.302083333333333vw;
		width: 4.6875vw;
		height: 1.041666666666667vw;
		background: url(../images/icon46.png) center no-repeat;
		background-size: 1.09375vw auto;
	}
	.disclosure .box .item .title img{
		margin-right: 1.041666666666667vw;
	}
	.disclosure .box .item ul{
		margin-top: 2.8125vw;
	}
	.disclosure .box .item  ul li a{
		min-height: 9.270833333333333vw;
	}
	.disclosure .box .item  ul li a i{
		width: 2.916666666666667vw;
		height: 2.916666666666667vw;
		margin-left: 0.7291666666666667vw;
		border: #dcdcdc solid 0.1041666666666667vw;
	}
	.disclosure .box .item  ul li:hover a i{
		border: #FFFFFF solid 0.1041666666666667vw;
	}
	/**/
	.application{
		padding-bottom: 1.041666666666667vw;
	}
	.application .box ul li a{
		border-radius: 0.625vw;
	}
	.application .box ul li .textbox{
		padding: 0.78125vw 1.5625vw 1.302083333333333vw;
	}
	.application .box ul li .textbox .icon{
		width: 3.229166666666667vw;
		height: 3.229166666666667vw;
	}
}
@media screen and (max-width: 1536px){
	.index_news .maincontainer{
		min-height: 40vw;
	}
	.index_news .box{
		margin-top: 3.5%;
	}
	.index_news .viewmore{
		margin-top: 4.5%;
	}
	.distribution .box .mapbox .locationbox ul li.a1{
		left: 33%;
	}
	.distribution .box .mapbox .locationbox ul li.a3{
		top: 35%;
	}
	.distribution .box .mapbox .locationbox ul li.a5{
		right: 25%;
	}
}
@media only screen and (min-width: 1025px){
	.section .general_title,
	.section .index_about .box .text{
		transform: translateY(100px);
	    transition: all 1s ease 0s;
	}
	.section.active .general_title,
	.section.active .index_about .box .text{
		transform: translateY(0);
	}
	.index_about .combination li:nth-child(1){
		transform: translateY(100%);
		transition: all 1s ease 0.2s;
	}
	.index_about .combination li:nth-child(2){
		transform: translateY(100%);
		transition: all 1s ease 0.4s;
	}
	.section.active .index_about .combination li:nth-child(1),
	.section.active .index_about .combination li:nth-child(2){
		transform: translateY(0);
	}
	.index_about .viewmore{
		transform: translateY(100%);
		transition: all 1s ease 0.6s;
	}
	.section.active .index_about .viewmore{
		transform: translateY(0);
	}
	.index_news .choosebox{
		transform: translateY(100px);
	    transition: all 1s ease 0s;
	}
	.section.active .index_news .choosebox{
		transform: translateY(0);
	}
}
@media screen and (max-width: 1024px){
	.maincontainer{
		width: 90%;
	}
	.header .logo a img{
		max-height: 50px;
	}
	.header .nav{
		display: none;
	}
	.head-nation{
		display: none;
	}
	.header .head-nation .current{
		height: 70px;
	}
	.searchdiv{
		padding-left: 0;
	}
	.header .show-search-btn{
		width: 40px;
		text-align: center;
	}
	.header .search{
		top: 70px;
	}
	.search-header{
		padding-top: 40px;
    	padding-bottom: 50px;
	}
	.search .submit0,
	.search-close{
		width: 22px;
    	height: 50px;
	}
	.search-header .search-input{
		text-indent: 36px;
	    line-height: 50px;
	    font-size: 18px;
	}
	.menubtn{
		display: block;
	}
	/**/
	.sidebar ul li a{
		width: 56px;
		height: 56px;
	}
	.sidebar ul li .secondary{
		
	}
	#istop{
		right: 20px;
		display: none;
	}
	#istop a{
		width: 50px;
    	height: 50px;
    	font-size: 12px;
	}
	#istop a img{
		max-width: 12px;
	}
	/**/
	.bannerbg,
	.pcimg{
		display: none;
	}
	.mimg{
		display: block;
	}
	.banner,
	.banner .swiper,
	.banner .swiper-slide a{
		height: auto;
	}
	
	/*footer*/
	.footer .box{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.footer .footnav{
		width: 100%;
	}
	.footer .footinfor{
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-top: 40px;
		padding-bottom: 40px;
	}
	/*.footer .footinfor .text{
		flex: 1;
	}
	.footer .footinfor .text .t1{
		font-size: 18px;
	}
	.footer .footinfor .text .t2{
		font-size: 32px;
	}
	.footer .footinfor .official{
		margin-left: 20px;
		margin-top: 0px;
	}
	.footer .footbot{
		padding-top: 25px;
		padding-bottom: 25px;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer .footshare,
	.footer .copylink{
		width: 100%;
	}
	.footer .footshare ul{
		justify-content: center;
	}
	.footer .copylink{
		margin-top: 15px;
		justify-content: center;
	}*/
	
	/*footer*/
	.footer .footnav{
		flex-wrap: wrap;
	}
	.footer .footnav .item{
		width: 100%;
	}
	.footer .footnav .title{
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0;
		border-bottom: rgba(255,255,255,0.1) solid 1px;
	}
	/*.footer .footnav .item.on .title{
		color: #5d82b9;
	}*/
	.footer .footnav .title i{
		display: block;
	}
	.footer .footnav .item ul{
		display: none;
		padding-top: 20px;
	}
	.footer .footnav .item>ul>li:last-child{
		margin-bottom: 10px;
	}
	.footer .footinfor{
		display: block;
		margin-top: 30px;
        padding-bottom: 30px;
	}
	.footer .footinfor .official{
		margin-top: 30px;
		margin-left: 0;
	}
	.footer .footinfor .official .item .sp{
		font-size: 14px;
	}
	.footer .footbot{
		padding-top: 25px;
		padding-bottom: 25px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .footshare{
		margin-bottom: 20px;
	}
	.footer .footshare ul li{
		padding: 0px 10px;
	}
	.footer .footshare ul li a{
		width: 40px;
		height: 40px;
	}
	.footer .copylink{
		display: block;
	}
	.footer .copylink span,
	.footer .copylink a{
		display: inline;
	}
	.footer .poweredBy{
		margin-left: 0;
	}
	/**/
	.size14{
		font-size: 14px;
	}
	.size16{
		font-size: 16px;
	}
	.size18{
		font-size: 18px;
	}
	.size20{
		font-size: 20px;
	}
	.size22{
		font-size: 20px;
	}
	
	.size24{
		font-size: 20px;
	}
	
	.size26{
		font-size: 24px;
	}
	
	.size30{
		font-size: 24px;
	}
	
	.size32{
		font-size: 28px;
	}
	
	
	.size34{
		font-size: 28px;
	}
	
	.size40{
		font-size: 36px;
	}
	
	.size46{
		font-size: 36px;
	}
	
	
	.size48{
		font-size: 36px;
	}
	
	.size50{
		font-size: 40px;
	}
	
	.size57{
		font-size: 42px;
	}
	.size64{
		font-size: 50px;
	}
	.bannerText{
		margin-top: 30px;
	}
	.bannerText .box h2{
		margin-bottom: 30px;
	}
	.viewmore span i, .viewmore a i{
		width: 36px;
		height: 36px;
	}
	.banner .swiper-pagination{
		bottom: 5%;	
	}
	.current .swiper-pagination-bullet{
		width: 28px;
		height: 28px;
		margin: 0 3px;
	}
	.current .swiper-pagination-bullet:before{
		width: 8px;
		height: 8px;
		margin-left: -4px;
    	margin-top: -4px;
	}
	/*index*/
	.index_solution,
	.index_about,
	.index_news{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.index_application .general_title{
		top: 70px;
	}
	.index_application .swiper,
	.index_application .swiper-slide,
	.index_application .swiper-slide .item{
		height: auto;
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev{
		width: 42px;
		height: 42px;
	}
	.index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next{
		right: 56px;
	}
	.index_solution .box .swiper{
		margin-top: 40px;
	}
	.index_solution .box .swiper .item:hover:before{
		opacity: 1;
	}
	.index_solution .box .swiper .item:hover:after{
		opacity: 0;
		visibility: hidden;
	}
	.index_solution .box .swiper .item:hover .textbox .icon .ic2{
		opacity: 0;
	}
	.index_solution .box .swiper .item:hover .textbox .icon .ic1{
		opacity: 1;
	}
	.index_solution .box .swiper .item:hover .textbox h5{
		color: #243b87;
	}
	.index_solution .box .swiper .item:hover .textbox .text{
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
	
	
	.index_solution .box .swiper .swiper-slide-active .item:before{
		opacity: 0;
	}
	.index_solution .box .swiper .swiper-slide-active .item:after{
		opacity: 1;
		visibility: visible;
	}
	.index_solution .box .swiper .swiper-slide-active .item .textbox .icon .ic2{
		opacity: 1;
	}
	.index_solution .box .swiper .swiper-slide-active .item .textbox .icon .ic1{
		opacity: 0;
	}
	.index_solution .box .swiper .swiper-slide-active .item .textbox h5{
		color: #FFFFFF;
	}
	.index_solution .box .swiper .swiper-slide-active .item .textbox .text{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev{
		top: 20px;
	}
	
	.index_about .box{
		max-width: 100%;
		margin-top: 30px;
	}
	.index_about .box ul{
		margin-top: 40px;
		margin-bottom: 0;
	}
	.combination li .icon{
		width: 80px;
	    height: 80px;
	    margin-right: 15px;
	}
	.combination .txt .t1{
		margin-bottom: 5px;
	}
	
	.index_application .swiper-wrapper{
		align-items: stretch;
	}
	.index_application .swiper-slide.active,
	.index_application .swiper-slide{
		/*width: 28.51562500000001%;*/
		width: 100%;
	}
	.index_application .swiper-slide-active{
		width: 100%;
	}
	.index_application .swiper-slide .item{
		height: 100%;
	}
	.index_application .swiper-slide .item .imgbox{
		background: none !important;
	}
	.index_application .swiper-slide .item .imgbox img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.index_application .swiper-slide .item .textbox .order{
		font-size: 45px;
	}
	.index_application .swiper-slide.active .item .textbox .order{
		font-size: 150px;
	}
	.index_application .swiper-slide.active .item:before{
		opacity: 1;
	}
	.index_application .swiper-slide.active .item:after{
		opacity: 0;
	}
	.index_application .swiper-slide.active .item .textbox{
		width: 100%;
		padding-top: 35px;
		background: none;
		-webkit-transform: translateY(55px);
		transform: translateY(55px);
	}
	.index_application .swiper-slide.active .item .textbox .order{
		left: 30px;
    	top: 0;
		right: auto;
		bottom: auto;
		font-size: 150px;
		background: -webkit-linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, transparent 100%);
	    background: linear-gradient(to bottom, rgba(170, 170, 170, 1) 0%, transparent 100%);
	    -webkit-background-clip: text;
	    background-clip: text;
	    -webkit-text-fill-color: transparent;
	    color: transparent;
	    opacity: 0.78;
	}
	.index_application .swiper-slide.active .item .textbox i{
		background: #b8b8b8;
	}
	.index_application .swiper-slide.active .item .textbox .txt{
		opacity: 0;
	}
	
	.index_application .swiper-slide.swiper-slide-active .item:before{
		opacity: 0;
	}
	.index_application .swiper-slide.swiper-slide-active .item:after{
		opacity: 1;
	}
	.index_application .swiper-slide.swiper-slide-active .item .textbox{
		width: calc(100% - 10.9375vw);
		padding-top: 25px;
		background: #ed5920;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.index_application .swiper-slide .item .textbox{
		border-radius: 20px 0px 0px 0px;
	}
	.index_application .swiper-slide.swiper-slide-active .item .textbox .order{
		left: auto;
		top: auto;
		right: 0;
		bottom: 0;
		font-size: 200px;
		background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%);
	    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, transparent 100%); 
	    -webkit-background-clip: text; 
	    background-clip: text;
	    -webkit-text-fill-color: transparent; 
	    color: transparent; 
	    opacity: 0.07;
	}
	.index_application .swiper-slide.swiper-slide-active .item .textbox i{
		background: #FFFFFF;
	}
	.index_application .swiper-slide .item .textbox .txt{
		height: auto;
	}
	.index_application .swiper-slide.swiper-slide-active .item .textbox .txt{
		opacity: 1;
	}
	.index_application .swiper-button-next, .index_application .swiper-button-prev{
		width: 42px;
		height: 42px;
	}
	
	.index_news .wrap{
		flex-wrap: wrap;
	}
	.index_news .choosebox{
		width: 100%;
		margin-top: 30px;
	}
	.index_news .choosebox ul{
		width: 100%;
		justify-content: center;
	}
	.index_news .choosebox ul li{
		margin-left: 15px;
		margin-right: 15px;
	}
	.index_news .box{
		margin-top: 40px;
	}
	.index_news .box .item{
		flex-wrap: wrap;
	}
	.index_news .box .item .mainbox{
		width: 100%;
	}
	.index_news .box .item .listbox{
		width: 100%;
		margin-top: 30px;
	}
	.index_news .box .item .listbox ul li a{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.index_news .viewmore{
		margin-top: 6%;
	}
	/**/
	.new-details .box{
		width: 100%;
	}
	.new-details .box .title .othertxt{
		margin-top: 25px;
	}
	.new-details .box .details{
		padding-top: 40px;
	}
	/**/
	.padt90{
		padding-top: 80px;
	}
	.padt100{
		padding-top: 80px;
	}
	.padt120{
		padding-top: 80px;
	}
	.padt160{
		padding-top: 80px;
	}
	.padb90{
		padding-bottom: 80px;
	}
	.padb100{
		padding-bottom: 80px;
	}
	.padb120{
		padding-bottom: 80px;
	}
	.padb180{
		padding-bottom: 80px;
	}
	.padb200{
		padding-bottom: 80px;
	}
	/**/
	.obanner .obannertext .box.w1,
	.obanner .obannertext .box.w2{
		width: 100%;
	}
	.obanner .obannertext .t2{
		margin-top: 5px;
	}
	
	/**/
	.application{
		padding-bottom: 60px;
	}
	.application .box{
		width: 100%;
	}
	.application .box ul li{
		width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4%;
	}
	.application .box ul li .textbox{
		padding: 20px 30px 25px;
	}
	.application .box ul li .textbox .icon{
		margin-left: 15px;
	    width: 48px;
	    height: 48px;
		background: #f2f7ff url(../images/icon47.png) center no-repeat;
    	background-size: 36% auto;
	}
	.application .box ul li:hover .textbox .icon {
	    background: #455ca6 url(../images/icon47a.png) center no-repeat;
	    background-size: 36% auto;
	}
	.general-details .box{
		width: 100%;
	}
	.general-details .wrap .imgbox{
		margin-top: 20px;
	}
	/**/
	.contactinfor .textbox ul li{
		margin-bottom: 20px;
	}
	.contactinfor .textbox ul li .icon span{
		width: 70px;
	    height: 70px;
	}
	.contactinfor .textbox ul li .txt{
		margin-top: 20px;
	}
	.inner_title .txt{
		margin-top: 5px;
	}
	.feedback .box{
		width: 100%;
	}
	.feedback .itembox .formli{
		width: 49%;
	    margin-right: 2%;
	    margin-bottom: 2.3%;
	}
	.feedback .itembox .formbtn input{
		min-width: 170px;
	    height: 48px;
	    font-size: 20px;
	    border-radius: 24px;
	}
	/**/
	.technology .box{
		width: 100%;
	}
	.technology .box ul li{
		margin-bottom: 6%;
	}
	.technology .box ul li:last-child{
		margin-bottom:3%;
	}
	.technology .box ul li .textbox .txt{
		margin-top: 20px;
	}
	.technology .box ul li .textbox .wrap>i{
		height: 2px;
	}
	.general-details .iconbox ul li .icon{
		width: 54px;
		height: 54px;
		margin-right: 10px;
	}
	.general-details .wrap .subtit img{
		max-width: 24px;
		margin-right: 10px;
	}
	/**/
	.disclosure .box .item{
		margin-bottom: 40px;
	}
	.disclosure .box .item .title{
		padding-right: 70px;
   	 	padding-bottom: 20px;
	}
	.disclosure .box .item .title:before{
		top: 20px;
	    width: 70px;
	    height: 20px;
	    background: url(../images/icon46.png) center no-repeat;
	    background-size: 18px auto;
	}
	.disclosure .box .item .title img{
		max-width: 24px;
		margin-right: 15px;
	}
	.disclosure .box .item ul{
		margin-top: 30px;
	}
	.disclosure .box .item ul li a{
		min-height: 150px;
	}
	.disclosure .box .item ul li a i{
		width: 45px;
	    height: 45px;
	    margin-left: 10px;
	}
	/**/
	.governance .box{
		width: 100%;
	}
	.page-list a{
		font-size: 14px;
	}
	.page-list a.fyprev, .page-list a.fynext{
		min-width: 90px;
	}
	.page-list a.fyprev{
		margin-right: 30px;
	}
	.page-list a.fynext{
		margin-left: 30px;
	}
	/**/
	.stock .box{
		width: 100%;
		padding: 5% 5% 10%;
		min-height: 500px;
	}
	.stock .box .w1 .right_w .info{
		padding-left: 40px;
	}
	.stock .box .w1 .right_w .info i{
		top: 30px;
		width: 20px;
	}
	.stock .box .w2 .left_w .t2{
		margin-top: 15px;
	}
	
	.stock .box .w1 .left_w .t1{
		font-size: 32px;
	}
	.stock .box .w1 .left_w .t1 span{
		font-size: 26px;
	}
	.stock .box .w1 .left_w .t2,
	.stock .box .w1 .right_w .info .t4{
		font-size: 20px;
	}
	.stock .box .w1 .right_w .info .t3{
		font-size: 24px;
	}
	.stock .box .w2 .left_w .t2{
		font-size: 22px;
	}
	.stock .box .w2 .right_w ul li .t3{
		font-size: 20px;
	}
	/**/
	.recruitment .box{
		width: 100%;
	}
	.recruitment .box .wrap .subtit{
		height: 56px;
	}
	.recruitment .box .wrap ul li a{
		min-height: 70px;
	}
	.other_positions .title span,
	.recruitment_details .box .subtit .post span{
		font-size: 24px;
	}
	.other_positions ul{
		margin-top: 10px;
	}
	.recruitment_details .box .subtit{
		padding-bottom: 20px;
	}
	.recruitment_details .box .subtit .txt{
		margin-top: 15px;
	}
	.recruitment_details .box .info{
		margin-top: 20px;
	}
	.recruitment_details .box .info ul li{
		width: auto;
		min-width: 40%;
		max-width: 48%;
	    margin-right: 4%;
	}
	.recruitment_details .box .textbox{
		margin-top: 30px;
	}
	.recruitment_details .box .textbox h3{
		margin-bottom: 25px;
	}
	.recruitment_details .box .textbox .text{
		margin-bottom: 25px;
	}
	.recruitment_details .box .deliver{
		padding-top: 20px;
	}
	/**/
	.about-nav ul{
		overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.about-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.about-nav ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.about-nav ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.about-nav ul li{
		margin: 0 10px;
	}
	.about-nav ul li a{
		min-width: 110px;
		height: 42px;
	    font-size: 16px;
	    border-radius: 25px;
	}
	.aboutitem {
	    padding-top: 70px;
	    margin-top: -70px;
	}
	.profile:before{
		height: 25vw;
	}
	.profile .box{
		flex-wrap: wrap;
	}
	.profile .box .general_title{
		width: 100%;
	}
	.profile .box .wrap{
		margin-top: 20px;
		width: 100%;
	}
	.culture .wrap{
		flex-wrap: wrap;
	}
	.culture .general_title{
		width: 100%;
	}
	.culture .wrap .txt{
		width: 100%;
		margin-top: 20px;
		padding-bottom: 0;
	}
	.culture .box{
		margin-top: 5%;
		min-height: 1px;
		padding-top: 6%;
		padding-bottom: 25%;
	}
	.culture .box ul{
		flex-wrap: wrap;
	}
	.culture .box ul li,
	.culture .box ul li:nth-child(1),
	.culture .box ul li:nth-child(2),
	.culture .box ul li:nth-child(3),
	.culture .box ul li:nth-child(4){
		width: 48%;
		justify-content: center;
		padding-top: 4%;
    	padding-bottom: 4%;
    	padding-left: 0;
    	padding-right: 0;
	}
	.culture .box ul li:before{
		display: none;
	}
	.culture .box ul li span{
		position: relative;
		width: 80%;
	}
	.culture .box ul li .icon{
		position: absolute;
		left: 0;
		top: 4px;
		margin-bottom: 0;
	}
	.culture .box ul li .icon img{
		max-width: 35px;
	}
	.culture .box ul li .t1,
	.culture .box ul li .t2,
	.culture .box ul li .t3{
		padding-left: 50px;
	}
	.culture .box ul li .t1{
		margin-bottom: 10px;
	}
	.culture .box ul li .t3{
		margin-top: 20px;
		font-size: 18px;
	}
	.distribution .textbox{
		margin-top: 20px;
	}
	.distribution .box .mapbox .locationbox ul li.a1{
		top: 40%;
		left: 29.5%;
	}
	.distribution .box .mapbox .locationbox ul li.a2{
		left: 25%;
	}
	.distribution .box .mapbox .locationbox ul li.a3{
		left: 32%;
		top: 32%;
	}
	.distribution .box .mapbox .locationbox ul li.a4{
		
	}
	.distribution .box .mapbox .locationbox ul li.a5{
		top: 27%;
		right: 20%;
	}
	.distribution .box .mapbox .locationbox ul li.a1 .level1{
		position: relative;
		width: 10vmin;
		height: 10vmin;
		padding-top: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a2 .level1{
		position: relative;
		width: 10vmin;
		height: 10vmin;
		padding-top: 0;
		padding-bottom: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a3 .level1{
		position: relative;
		width: 10vmin;
		height: 10vmin;
		padding-top: 0;
		padding-bottom: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a4 .level1{
		position: relative;
		width: 10vmin;
		height: 5vmin;
		padding-top: 0;
		padding-left: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a5 .level1{
		position: relative;
		width: 10vmin;
		height: 10vmin;
		padding-top: 0;
		padding-bottom: 0;
	}
	.distribution .box .mapbox .locationbox ul li .sp{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		min-width: 100%;
		text-align: center;
	}
	.distribution .box .mapbox .locationbox ul li.a1 .sp{
		top: 38px;
	}
	.distribution .box .mapbox .locationbox ul li.a2 .sp{
		top: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a3 .sp{
		top: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a4 .sp{
		top: 0;
		left: 20px;
		transform: none;
		text-align: left;
	}
	.distribution .box .mapbox .locationbox ul li.a5 .sp{
		top: 0;
	}
	.distribution .box .mapbox .locationbox ul li.a1 img{
		top: 0;
		width: 28px;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img{
		top: 25px;
		bottom: auto;
	}
	.distribution .box .mapbox .locationbox ul li.a3 img{
		top: 25px;
		bottom: auto;
	}
	.distribution .box .mapbox .locationbox ul li.a4 img{
		top: 0;
		left: 0;
		bottom: auto;
	}
	.distribution .box .mapbox .locationbox ul li.a5 img{
		top: 25px;
		bottom: auto;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img, 
	.distribution .box .mapbox .locationbox ul li.a3 img, 
	.distribution .box .mapbox .locationbox ul li.a4 img, 
	.distribution .box .mapbox .locationbox ul li.a5 img{
		width: 16px;
	}
	.distribution .box .mapbox .locationbox ul li .level2{
		bottom: 98%;
	}
	.distribution .box .mapbox .locationbox ul li .s-triangle{
		border-width: 10px;
	}
	.distribution .box .mapbox .locationbox ul li .wrap{
		padding: 25px;
	}
	.distribution .box .mapbox .locationbox ul li .place{
		font-size: 18px;
	}
	.distribution .box .mapbox .locationbox ul li .info{
		font-size: 14px;
	}
	.swipernest .swiper-button-next, .swipernest .swiper-button-prev{
		width: 36px;
	    height: 36px;
	    /*top: 33%;*/
	  	bottom: 28vmin;
	}
	.swipernest .swiper-button-prev, .swipernest.swiper-container-rtl .swiper-button-next{
		left: 20%;
	}
	.swipernest .swiper-button-next, .swipernest.swiper-container-rtl .swiper-button-prev{
		right: 20%;
	}
	.cooperation .maincontainer{
		width: 100%;
	}
	.cooperation .box{
		flex-wrap: wrap;
	}
	.cooperation .box .textbox{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.cooperation .box .imgbox{
		width: 100%;
		padding-left: 0;
		margin-top: 0;
	}
	.cooperation .box .textbox .txt{
		margin-top: 25px;
	}
	.cooperation .swiper-button-prev, .cooperation .swiper-container-rtl .swiper-button-next{
		left: 4%;
	}
	.cooperation .swiper-button-next, .cooperation .swiper-container-rtl .swiper-button-prev{
		right: 4%;
	}
	.cooperation .box .imgbox .swiper{
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 40px;
		padding-bottom: 25px;
	}
	.cooperation .box .imgbox .swiper-slide a{
		box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.08);
	}
	.news_center .box{
		width: 100%;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 40px;
		padding-right: 40px;
	}
	.news_center .box .mySwiper{
		padding-top: 6%;
		padding-bottom: 10%;
	}
	.newli .textbox{
		padding: 25px;
	}
	/**/
	.feedback .status ul{
		overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        justify-content: flex-start;
		flex-wrap: nowrap;
	}
	.feedback .status ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.feedback .status ul::-webkit-scrollbar-button{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar-track{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar-track-piece{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar-thumb{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar-corner{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar-resizer{
	    background-color:rgba(0,0,0,0);
	}
	.feedback .status ul::-webkit-scrollbar{
	    width:0px;
	    height:0px;
	}
	.feedback .status ul li{
		flex: none;
		min-width: 25%;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}
@media screen and (max-width: 768px){
	.size18{
		font-size: 16px;
	}
	.size26{
		font-size: 21px;
	}
	.size30{
		font-size: 22px;
	}
	.size32{
		font-size: 24px;
	}
	.size34{
		font-size: 24px;
	}
	.size40{
		font-size: 28px;
	}
	.size46{
		font-size: 30px;
	}
	.size48{
		font-size: 30px;
	}
	.size50{
		font-size: 32px;
	}
	.size57{
		font-size: 36px;
	}
	.size64{
		font-size: 42px;
	}
	
	.m-nav>ul>li>a, .m-nav>ul>li>.headtitle{
		font-size: 16px;
	}
	.m-nav ul li .headtitle i,
	.m-nav>ul>li>a i{
	    background: url(../images/icon48.png) center no-repeat;
	    background-size: 8px auto;
	}
	.m-nav ul li .headtitle.on i{
	    background: url(../images/icon48a.png) center no-repeat;
	    background-size: 8px auto;
	}
	.m-nav ul li ul li .headtitle, .m-nav>ul>li>ul>li>a{
		font-size: 15px;
	}
	.search-header{
		padding-top: 30px;
    	padding-bottom: 40px;
	}
	.search .submit0,
	.search-close{
		width: 20px;
    	height: 45px;
	}
	.search-header .search-input{
		text-indent: 30px;
	    line-height: 45px;
	    font-size: 16px;
	}
	/**/
	.sidebar ul li a{
		width: 48px;
		height: 48px;
	}
	.sidebar ul li a .text {
		font-size: 10px;
	}
	.sidebar ul li a .img{
		margin-bottom: 3px;
	}
	#istop a{
		width: 45px;
    	height: 45px;
	}
	/*footer*/
	.footer .footnav .title{
		font-size: 16px;
	}
	.footer .footinfor .text .t1{
		font-size: 16px;
	}
	.footer .footinfor .text .t2{
		font-size: 24px;
	}
	.footer .footinfor .text .t3{
		font-size: 14px;
	}
	/**/
	.current .swiper-pagination-bullet{
		width: 24px;
		height: 24px;
	}
	.current .swiper-pagination-bullet:before{
		width: 6px;
		height: 6px;
		margin-left: -3px;
    	margin-top: -3px;
	}
	.index_solution, .index_about, .index_news{
		padding-top: 70px;
        padding-bottom: 70px;
	}
	.index_solution .box .swiper .item .textbox .text ul li{
		align-items: flex-start;
	}
	.combination li .icon{
		width: 70px;
		height: 70px;
	}
	.index_news .box .item .listbox ul li .text .t1{
		font-size: 18px;
	}
	.index_news .viewmore{
		margin-top: 7%;
	}
	.new-details .box .title .othertxt{
		margin-top: 20px;
	}
	.new-details .box .title .othertxt span{
		margin-left: 10px;
		margin-right: 10px;
	}
	.new-details .box .details{
		padding-top: 30px;
	}
	/**/
	.padt90{
		padding-top: 70px;
	}
	.padt100{
		padding-top: 70px;
	}
	.padt120{
		padding-top: 70px;
	}
	.padt160{
		padding-top: 70px;
	}
	.padb90{
		padding-bottom: 70px;
	}
	.padb100{
		padding-bottom: 70px;
	}
	.padb120{
		padding-bottom: 70px;
	}
	.padb180{
		padding-bottom: 70px;
	}
	.padb200{
		padding-bottom: 70px;
	}
	/**/
	.application{
		padding-bottom: 50px;
	}
	.application .box ul li .textbox .text .sp{
		font-size: 14px;
	}
	.application .box ul li .textbox .icon{
		width: 40px;
		height: 40px;
	}
	/**/
	.contactinfor .textbox ul li{
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
	}
	.contactinfor .textbox ul li:last-child{
		margin-bottom: 0;
	}
	.contactinfor .textbox ul li .icon{
		margin-right: 12px;
	}
	.contactinfor .textbox ul li .icon span{
		width: 50px;
	    height: 50px;
	}
	.contactinfor .textbox ul li .txt{
		flex: 1;
		max-width: calc(100% - 62px);
		width: auto;
		text-align: left;
		margin-top: 0;
	}
	.feedback .status ul li{
		height: 45px;
	}
	.feedback .itembox .formli{
		width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.feedback .itembox .formli .txt{
		font-size: 14px;
	}
	.feedback .itembox .formli input,
	.feedback .itembox .formli select{
		font-size: 14px;
		height: 45px;
	}
	.feedback .itembox .textareali textarea{
		font-size: 14px;
		min-height: 120px;
	}
	.feedback .itembox .formbtn input{
		min-width: 160px;
	    height: 44px;
	    font-size: 18px;
	    border-radius: 22px;
	}
	.feedback .itembox .formli .selectbox ul li{
		padding-left: 8px;
		box-sizing: border-box;
	}
	.feedback .itembox .formli .selectbox ul li:nth-child(2) .txt, .feedback .itembox .formli .selectbox ul li:nth-child(3) .txt{
		display: flex;
	}
	.feedback .itembox .formli .selectbox ul li .txt{
		position: absolute;
		left: 20px;
		height: 100%;
		padding-bottom: 0;
	}
	/**/
	.technology .box ul li .textbox .txt{
		font-size: 14px;
	}
	.general-details .iconbox ul li{
		/*width: 29.33333333333333%;*/
		min-width: 12%;
		margin-left: 30px;
	}
	/*.general-details .iconbox ul li{
		width: 30%;
		margin-right: 5%;
	}
	.general-details .iconbox ul li:nth-child(3n){
		margin-right: 0;
	}*/
	.general-details .iconbox ul li .icon{
		width: 50px;
		height: 50px;
	}
	.general-details .wrap .textbox, .general-details .wrap .content{
		padding-left: 30px;
	}
	.general-details .wrap .item,
	.general-details .atlasbox{
		margin-top: 30px;
	}
	.general-details .wrap .subtit{
		align-items: baseline;
	}
	.general-details .wrap .subtit img{
		max-width: 20px;
	}
	/**/
	.disclosure .box .item{
		margin-bottom: 30px;
	}
	.disclosure .box .item .title{
		padding-right: 50px;
   	 	padding-bottom: 15px;
	}
	.disclosure .box .item .title:before{
		top: 12px;
	    width: 50px;
	    background: url(../images/icon46.png) center no-repeat;
	    background-size: 16px auto;
	}
	.disclosure .box .item .title img{
		max-width: 20px;
		margin-right: 10px;
	}
	.disclosure .box .item ul{
		margin-top: 30px;
	}
	.disclosure .box .item ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.disclosure .box .item ul li a{
		min-height: 120px;
	}
	.disclosure .box .item ul li a i{
		width: 40px;
	    height: 40px;
	}
	.disclosure .box .item ul li a span{
		font-size: 18px;
	}
	/**/
	.governance .box .item{
		margin-bottom: 8%;
	}
	.governance .box .item .tablebox{
		margin-top: 4.5%;
	}
	.governance .box .item table th,
	.governance .box .item table td{
		height: 50px;
	}
	.governance .box .item table{
		font-size: 14px;
	}
	/**/
	.question ul{
		padding-bottom: 5%;
	}
	.question ul li{
		margin-bottom: 10px;
	}
	.question ul li .crosshead, .question ul li .content{
		padding-left: 40px;
	}
	.question ul li .crosshead .icon, .question ul li .content .icon{
		width: 32px;
	    height: 32px;
	    font-size: 16px;
	}
	.question ul li .crosshead .sp{
		font-size: 17px;
	}
	.question ul li .arrow{
		top: 22px;
	    width: 20px;
	    height: 20px;
	    background: url(../images/icon42.png) center no-repeat;
	    background-size: 14px auto;
	}
	.question ul li .content .sp{
		font-size: 14px;
	}
	.page-list a{
		min-width: 30px;
		height: 30px;
	}
	.page-list a.fyprev, .page-list a.fynext{
		min-width: 80px;
		height: 30px;
		line-height: 28px;
	}
	.page-list a.fyprev{
		margin-right: 20px;
	}
	.page-list a.fynext{
		margin-left: 20px;
	}
	/**/
	.stock .box{
		padding: 5% 5% 6%;
	}
	.stock .box .w1, .stock .box .w2{
		flex-wrap: wrap;
	}
	.stock .box .w2{
		margin-top: 30px;
	}
	.stock .box .left_w,
	.stock .box .right_w{
		width: 100%;
	}
	.stock .box .right_w{
		justify-content: flex-start;
		margin-top: 30px;
	}
	.stock .box .w2 .right_w ul{
		justify-content: flex-start;
	}
	.stock .box .w1 .right_w .info i {
        top: 22px;
        width: 20px;
    }
    .stock .box .w1 .left_w .t1{
		font-size: 28px;
	}
	.stock .box .w1 .left_w .t1 span{
		font-size: 24px;
	}
	.stock .box .w1 .left_w .t2,
	.stock .box .w1 .right_w .info .t4{
		font-size: 18px;
	}
	.stock .box .w1 .right_w .info .t3{
		font-size: 22px;
	}
	.stock .box .w2 .left_w .t2{
		font-size: 20px;
	}
	.stock .box .w2 .right_w ul li .t3{
		font-size: 18px;
	}
	/**/
	.recruitment .box .wrap .subtit{
		height: 50px;
		font-size: 14px;
	}
	.recruitment .box .wrap ul{
		font-size: 14px;
	}
	.recruitment .box .wrap ul li a{
		min-height: 60px;
	}
	/**/
	.recruitment_details .box{
		flex-wrap: wrap;
	}
	.other_positions{
		width: 100%;
	}
	.recruitment_details .box .wrap{
		width: 100%;
		margin-top: 40px;
	}
	/**/
	.about-nav ul li{
		margin: 0 6px;
	}
	.about-nav ul li a {
		min-width: 90px;
        height: 36px;
        font-size: 14px;
        border-radius: 18px;
    }
	.culture .box ul li span{
		width: 90%;
	}
	.culture .box ul li .icon img{
		max-width: 28px;
	}
	.culture .box ul li .t1, .culture .box ul li .t2, .culture .box ul li .t3{
		padding-left: 40px;
	}
	.culture .box ul li .t1{
		margin-bottom: 6px;
	}
	.culture .box ul li .t3{
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.6;
	}
	.distribution .box .mapbox .locationbox ul li .sp{
		font-size: 14px;
	}
	.distribution .box .mapbox .locationbox ul li.a1 img{
		width: 24px;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img, .distribution .box .mapbox .locationbox ul li.a3 img, .distribution .box .mapbox .locationbox ul li.a4 img, .distribution .box .mapbox .locationbox ul li.a5 img{
		width: 14px;
	}
	.distribution .box .mapbox .locationbox ul li .level2{
		width: 400px;
	}
	.distribution .box .mapbox .locationbox ul li .wrap{
		padding: 20px;
	}
	.distribution .box .mapbox .locationbox ul li .place{
		font-size: 16px;
	}
	.distribution .box .mapbox .locationbox ul li .info{
		font-size: 12px;
	}
	.qualifications .opt ul li{
		margin: 0px 15px;
	}
	.qualifications .opt ul li span, .qualifications .opt ul li a{
		min-width: 100px;
    	height: 36px;
		font-size: 14px;
	}
	.qualifications .box{
		margin-top: 35px;
	}
	.qualifications .box .wrap{
		margin-top: 45px;
	}
	.swipernest .swiper-button-prev, .swipernest.swiper-container-rtl .swiper-button-next{
		/*left: 12%;*/
		left: 19%;
	}
	.swipernest .swiper-button-next, .swipernest.swiper-container-rtl .swiper-button-prev{
		/*right: 12%;*/
		right: 19%;
	}
	.swipernest .swiper-slide .textbox{
		margin-top: 25px;
	}
	.news_center .box{
		padding-left: 5%;
		padding-right: 5%;
	}
	.newli .textbox h5{
		font-size: 18px;
	}
	.newli .textbox .txt{
		margin-top: 10px;
		font-size: 14px;
	}
	.newli .textbox .other{
		margin-top: 15px;
	}
	.newli .textbox .other .sp1,
	.newli .textbox .other .sp2{
		font-size: 14px;
	}
	.cooperation .box .imgbox .swiper-slide a{
		margin: 15px auto;
	}
	.cooperation .box .imgbox .swiper-slide .partners_logo{
		padding: 0px 15px;
	}
	
}
@media screen and (max-width: 640px){
	.menubtn{
		height: 60px;
	}
	.header .search{
		top: 60px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	/**/
	.size16{
		font-size: 14px;
	}
	.size30{
		font-size: 21px;
	}
	.size32{
		font-size: 22px;
	}
	.size34{
		font-size: 22px;
	}
	.size40{
		font-size: 24px;
	}
	.size48{
		font-size: 28px;
	}
	.size50{
		font-size: 28px;
	}
	.size57{
		font-size: 30px;
	}
	.size64{
		font-size: 36px;
	}
	.bannerText{
		margin-top: 25px;
	}
	.bannerText .box h2{
		margin-top: 8px;
		margin-bottom: 25px;
	}
	.viewmore span i, .viewmore a i{
		width: 28px;
        height: 28px;
	}
	.index_solution, .index_about, .index_news{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.index_application .general_title{
		top: 60px;
	}
	.index_solution .box .swiper{
		margin-top: 30px;
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev,
	.index_application .swiper-button-next, .index_application .swiper-button-prev{
		width: 36px;
		height: 36px;
	}
	.index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next{
		right: 50px;
	}
	.index_solution .box .swiper .item .imgbox img{
		max-height: 80vh;
	}
	.index_about .box{
		margin-top: 25px;
	}
	.index_about .box ul{
		margin-top: 30px;
	}
	.combination li{
		width: 100%;
	}
	.index_application .swiper-slide .item .textbox i{
		margin-top: 10px;
	    margin-bottom: 10px;
	    width: 36px;
	    height: 2px;
	}
	.index_news .choosebox ul li{
		margin-left: 10px;
		margin-right: 10px;
	}
	.index_news .choosebox ul li a, .index_news .choosebox ul li span{
		min-width: 115px;
		height: 40px;
		font-size: 14px;
	}
	.index_news .box .item .mainbox .textbox{
		padding: 30px 25px;
	}
	.index_news .box .item .listbox ul li .date .sp1,
	.index_news .box .item .listbox ul li .text .t1{
		margin-bottom: 3px;
	}
	/**/
	.padt90{
		padding-top: 60px;
	}
	.padt100{
		padding-top: 60px;
	}
	.padt120{
		padding-top: 60px;
	}
	.padt160{
		padding-top: 60px;
	}
	.padb90{
		padding-bottom: 60px;
	}
	.padb100{
		padding-bottom: 60px;
	}
	.padb120{
		padding-bottom: 60px;
	}
	.padb180{
		padding-bottom: 60px;
	}
	.padb200{
		padding-bottom: 60px;
	}
	/**/
	.application{
		padding-bottom: 40px;
	}
	.application .box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.application .box ul li .textbox .text .sp{
		font-size: 14px;
	}
	.application .box ul li .textbox .icon{
		width: 40px;
		height: 40px;
	}
	.general-details .wrap{
		margin-top: 20px;
	}
	.general-details .wrap .imgbox{
		margin-top: 30px;
	}
	.general-details .wrap .imgbox ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.contactinfor .textbox ul li .icon{
		margin-right: 8px;
	}
	.contactinfor .textbox ul li .icon span{
		width: 42px;
        height: 42px;
	}
	
	.feedback .status ul{
		font-size: 14px;
	}
	.feedback .itembox{
		margin-top: 30px;
	}
	.feedback .itembox .formli.selectli{
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
	.feedback .itembox .formli .txt{
		position: static;
		padding-bottom: 15px;
		/*display: none;*/
	}
	.feedback .itembox .formli .selectbox ul{
		flex-wrap: wrap;
		width: 100%;
	}
	.feedback .itembox .formli .selectbox ul li{
		width: 100%;
		margin-right: 0;
		background: #FFFFFF;
		margin-bottom: 20px;
	}
	.feedback .itembox .formli .selectbox ul li:last-child{
		margin-bottom: 0;
	}
	.feedback .itembox .formli select{
		width: 100%;
		padding-right: 40px;
		background: url(../images/icon40.png) no-repeat center right 20px;
    	background-size: 12px auto;
	}
	.feedback .itembox .formbtn input{
		min-width: 140px;
        height: 44px;
		font-size: 16px;
	}
	/**/
	.technology .box ul li a{
		flex-wrap: wrap;
	}
	.technology .box ul li .imgbox{
		width: 100%;
	}
	.technology .box ul li .textbox{
		width: 100%;
	}
	.technology .box ul li .textbox .txt{
		min-height: 1px;
	}
	.disclosure .box .item{
		margin-bottom: 20px;
	}
	.disclosure .box .item ul{
		margin-top: 20px;
	}
	.disclosure .box .item ul li a{
		padding: 25px;
		min-height: 80px;
	}
	.disclosure .box .item ul li a span{
		font-size: 16px;
	}
	.disclosure .box .item ul li a i{
		width: 30px;
		height: 30px;
		border: #dcdcdc solid 1px;;
	}
	/**/
	.question ul li .crosshead, .question ul li .content{
		padding-left: 35px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.question ul li .crosshead .icon{
		top: 12px;
	}
	.question ul li .crosshead .icon, .question ul li .content .icon{
		width: 28px;
	    height: 28px;
	    font-size: 14px;
	}
	.question ul li .crosshead .sp{
		font-size: 15px;
	}
	.question ul li .arrow{
		top: 18px;
	    background: url(../images/icon42.png) center no-repeat;
	    background-size: 12px auto;
	}
	.page-list a{
		min-width: 28px;
		height: 28px;
		font-size: 13px;
	}
	.page-list a.fyprev, .page-list a.fynext{
		min-width: 75px;
		height: 28px;
		line-height: 26px;
	}
	.page-list a.fyprev{
		margin-right: 20px;
	}
	.page-list a.fynext{
		margin-left: 20px;
	}
	/**/
	.stock .box{
		padding: 35px;
		min-height: 450px;
	}
	.stock .box .w1 .left_w .t1{
		font-size: 26px;
	}
	.stock .box .w1 .left_w .t1 span{
		font-size: 20px;
	}
	.stock .box .w1 .left_w .t2,
	.stock .box .w1 .right_w .info .t4{
		font-size: 16px;
	}
	.stock .box .w1 .right_w .info .t3{
		font-size: 20px;
	}
	.stock .box .w1 .right_w .info{
		padding-left: 30px;
	}
	.stock .box .w1 .right_w .info i{
		top: 20px;
		width: 16px;
	}
	.stock .box .w2 .left_w .t2{
		font-size: 18px;
	}
	.stock .box .w2 .right_w ul li .t3{
		font-size: 16px;
	}
	/**/
	.recruitment .box .wrap .subtit{
		display: none;
	}
	.recruitment .box .wrap ul{
		margin-bottom: 40px;
	}
	.recruitment .box .wrap ul li a{
		flex-wrap: wrap;
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.recruitment .box .wrap ul li .t1{
		display: block;
		width: 100%;
		text-align: left;
		font-size: 18px;
		margin-bottom: 8px;
	}
	.recruitment .box .wrap ul li .t2{
		display: block;
		width: auto;
		text-align: left;
		margin-right: 20px;
	}
	.recruitment .box .wrap ul li .t3{
		display: block;
		text-align: left;
		width: auto;
		margin-right: 20px;
	}
	.recruitment .box .wrap ul li .t4{
		display: block;
		text-align: left;
		width: auto;
	}
	/**/
	.other_positions ul{
		margin-top: 5px;
	}
	.other_positions ul li a{
		height: 54px;
		font-size: 15px;
	}
	.other_positions .title span, .recruitment_details .box .subtit .post span{
		font-size: 20px;
	}
	.other_positions ul li a{
		height: 50px;
	}
	.recruitment_details .box .wrap{
		margin-top: 30px;
	}
	.recruitment_details .box .subtit{
		padding-bottom: 15px;
	}
	.recruitment_details .box .textbox{
		margin-top: 20px;
	}
	.recruitment_details .box .textbox h3{
		padding-bottom: 10px;
		margin-bottom: 15px;
	}
	.recruitment_details .box .textbox .text{
		margin-bottom: 20px;
	}
	.recruitment_details .box .info{
		margin-top: 15px;
	}
	.recruitment_details .box .deliver{
		padding-top: 10px;
	}
	/**/
	.aboutitem {
	    padding-top: 60px;
	    margin-top: -70px;
	}
	.culture .box ul li .icon{
		top: 0;
	}
	.culture .box ul li .icon img{
		max-width: 24px;
	}
	.culture .box ul li .t1, .culture .box ul li .t2, .culture .box ul li .t3{
		padding-left: 32px;
	}
	.culture .box ul li .t1{
		font-size: 19px;
	}
	.culture .box ul li .t2{
		font-size: 12px;
	}
	.culture .box ul li .t3{
		font-size: 14px;
	}
	.swipernest .swiper-slide.on1 .item{width: 100%;transform: translateX(0%); opacity: 0;}
	.swipernest .swiper-slide.on2 .item{width: 100%;transform: translateX(0%); opacity: 0;}
	.swipernest .swiper-slide.on3 .item{width: 100%;transform: translateX(0%); opacity: 0;}
	.swipernest .swiper-slide.on4 .item{width: 100%;transform: translateX(0%); opacity: 0;}
	.swipernest .swiper-slide-active .item{
		opacity: 1;
	}
	.swipernest .swiper-button-next, .swipernest .swiper-button-prev{
		/*top: 37%;*/
		bottom: 40vmin;
	}
	.swipernest .swiper-button-prev, .swipernest.swiper-container-rtl .swiper-button-next{
		left: 2%;
	}
	.swipernest .swiper-button-next, .swipernest.swiper-container-rtl .swiper-button-prev{
		right: 2%;
	}
	.qualifications .opt ul li{
		margin: 0px 10px;
	}
	.qualifications .opt ul li span, .qualifications .opt ul li a{
		min-width: 90px;
	}
	.qualifications .box .wrap{
		width: 100%;
	}
	.qualifications .box .wrap .swipernest{
		/*padding-left: 5%;
		padding-right: 5%;*/
		padding-left: 10%;
		padding-right: 10%;
		box-sizing: border-box;
	}
	.distribution .maincontainer{
		width: 100%;
	}
	.distribution .box{
		margin-top: 0;
		padding-top: 30px;
	}
	.distribution .textbox{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.distribution .general_title{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.distribution .box .mapbox .imgbox img{
		max-width: 150%;
		width: 150%;
		object-fit: cover;
		margin-left: -32%;
	}
	/*.distribution .box .mapbox .locationbox ul li.a1{
		top: 36%;
	}
	.distribution .box .mapbox .locationbox ul li.a2{
		top: 26%;
	}
	.distribution .box .mapbox .locationbox ul li.a3{
		top: 27%;
	}
	.distribution .box .mapbox .locationbox ul li.a4{
		top: 44%;
	}
	.distribution .box .mapbox .locationbox ul li.a5{
		top: 25%;
	}
	.distribution .box .mapbox .locationbox ul li .sp{
		font-size: 12px;
	}*/
	.distribution .box .mapbox .locationbox ul li.a1{
		top: 38%;
		left: 15.5%;
	}	
	.distribution .box .mapbox .locationbox ul li.a2{
		left: 9%;
	}
	.distribution .box .mapbox .locationbox ul li.a3{
		left: 20%;
        top: 34%;
	}
	.distribution .box .mapbox .locationbox ul li.a4{
		left: 26%;
    	top: 46%;
	}
	.distribution .box .mapbox .locationbox ul li.a5 {
        right: 15%;
    }
	.distribution .box .mapbox .locationbox ul li .level2{
		width: 250px;
	}
	.distribution .box .mapbox .locationbox ul li.a2 .level2{
		left: -20%;
		transform: none;
	}
	.distribution .box .mapbox .locationbox ul li.a2 .s-triangle{
		margin-left: 15%;
	}
	.distribution .box .mapbox .locationbox ul li .wrap{
		padding: 15px;
	}
	.distribution .box .mapbox .locationbox ul li .sp{
		font-size: 12px;
		white-space: nowrap;
	}
	.distribution .box .mapbox .locationbox ul li .place{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.distribution .box .mapbox .locationbox ul li .info{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.distribution .box .mapbox .locationbox ul li .s-triangle{
		border-width: 8px;
	}
	
	.cooperation .box .imgbox .swiper-slide a{
		margin: 10px auto;
		border-radius: 15px;
	}
	.cooperation .box .imgbox .swiper-slide .partners_logo{
		padding: 0px 10px;
	}
	.news_center .box .mySwiper{
		padding-top: 40px;
		padding-bottom: 70px;
	}
	.news_center .box .mySwiper .swiper-wrapper{
		align-items: flex-start;
	}
	.newli .textbox h5{
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.general-details .iconbox ul li{
		margin-left: 0;
		margin-right: 20px;
	}
	.general-details .wrap .textbox, .general-details .wrap .content{
		padding-left: 0;
	}
	.general-details .atlasbox ul li{
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.general-details .atlasbox ul li:last-child{
		margin-bottom: 0;
	}
}
@media screen and (max-width: 540px){
	.size24{
		font-size: 18px;
	}
	.size26{
		font-size: 20px;
	}
	.size30{
		font-size: 20px;
	}
	.size32{
		font-size: 20px;
	}
	.size34{
		font-size: 20px;
	}
	.size40{
		font-size: 22px;
	}
	.size46{
		font-size: 24px;
	}
	.size48{
		font-size: 24px;
	}
	.size50{
		font-size: 24px;
	}
	.size57{
		font-size: 24px;
	}
	.size64{
		font-size: 30px;
	}
	.bannerText .box h2{
		margin-bottom: 20px;
	}
	.bannerText .box .text,
	.general_title .text{
		font-size: 14px;
	}
	.bannerText .box .text img{
		max-width: 14px;
		margin-right: 8px;
	}
	.general_title .text{
		margin-bottom: 3px;
	}
	.general_title .text i{
		width: 14px;
    	height: 14px;
	}
	
	.banner .swiper-pagination{
		bottom: 6%;
	}
	.current .swiper-pagination-bullet{
		width: 4.5vmin;
		height: 4.5vmin;
	}
	.current .swiper-pagination-bullet:before{
		width: 1.48vmin;
		height: 1.48vmin;
		margin-left: -0.74vmin;
    	margin-top: -0.74vmin;
	}
	.index_solution, .index_about, .index_news{
		padding-top: 11.11111vmin;
        padding-bottom: 11.11111vmin;
	}
	.index_application .general_title{
		top: 11.11111vmin;
	}
	.index_solution .box .swiper .item .textbox .icon img{
		max-width: 8.88888vmin;
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev, .index_application .swiper-button-next, .index_application .swiper-button-prev{
		width: 32px;
		height: 32px;
	}
	.index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next{
		right: 45px;
	}
	.combination li .icon{
		width: 64px;
		height: 64px;
	}
	.index_about .viewmore{
		margin-top: 3.5%;
	}
	.index_news .choosebox ul li a, .index_news .choosebox ul li span{
		min-width: 100px;
		height: 36px;
	}
	.index_news .box{
		margin-top: 30px;
	}
	.index_news .box .item .listbox{
		margin-top: 20px;
	}
	.index_news .box .item .listbox ul li a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .index_news .box .item .mainbox .textbox .t1{
    	margin-bottom: 6px;
    }
    .index_news .box .item .mainbox .textbox .t2,
    .index_news .box .item .listbox ul li .text .t1{
    	font-size: 16px;
    }
    .index_news .box .item .listbox ul li .date .sp2{
    	font-size: 14px;
    }
    .new-details .box .title{
    	padding-bottom: 5px;
    }
    .new-details .box .title .othertxt{
		margin-top: 15px;
	}
	.new-details .box .title .othertxt span{
		margin-left: 7px;
		margin-right: 7px;
	}
	.new-details .box .details{
		padding-top: 20px;
	}
    /**/
   	.padt90{
		padding-top: 11.11111vmin;
	}
	.padt100{
		padding-top: 11.11111vmin;
	}
	.padt120{
		padding-top: 11.11111vmin;
	}
	.padt160{
		padding-top: 11.11111vmin;
	}
	.padb90{
		padding-bottom: 11.11111vmin;
	}
	.padb100{
		padding-bottom: 11.11111vmin;
	}
	.padb120{
		padding-bottom: 11.11111vmin;
	}
	.padb180{
		padding-bottom: 11.11111vmin;
	}
	.padb200{
		padding-bottom: 11.11111vmin;
	}
	/**/
	.feedback .box{
		margin-top: 30px;
	}
	.feedback .itembox .formbtn{
		margin-top: 40px;
	}
	/**/
	.technology .box ul li .textbox{
		padding-left: 30px;
   	 	padding-right: 30px;
	}
	.technology .box ul li .textbox .wrap{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.technology .box ul li .textbox .wrap>i{
		margin-top: 8px;
	}
	.technology .box ul li .textbox .txt{
		margin-top: 15px;
	}
	.general-details .iconbox{
		margin-top: 15px;
	}
	.general-details .iconbox ul li{
		/*width: 47.5%;
		margin-right: 5%;*/
		margin-top: 10px;
		margin-bottom: 10px;
	}
	/*.general-details .iconbox ul li:nth-child(3n){
		margin-right: 5%;
	}
	.general-details .iconbox ul li:nth-child(2n){
		margin-right: 0;
	}*/
	/*.general-details .wrap .textbox, .general-details .wrap .content{
		padding-left: 28px;
	}*/
	.general-details .wrap .item{
		margin-top: 30px;
	}
	.general-details .atlasbox{
		margin-top: 20px;
	}
	.general-details .wrap .subtit{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.general-details .wrap .subtit img{
		max-width: 18px;
	}
	.disclosure .box .item .title{
		padding-right: 40px;
		padding-bottom: 10px;
	}
	.disclosure .box .item .title:before{
		top: 10px;
        width: 40px;
        background: url(../images/icon46.png) center no-repeat;
        background-size: 12px auto;
    }
	.disclosure .box .item .title img{
		max-width: 17px;
	}
	.disclosure .box .item ul li a{
		padding: 20px;
		min-height: 60px;
	}
	.disclosure .box .item ul li a span{
		font-size: 15px;
	}
	.disclosure .box .item ul li a i{
		width: 24px;
		height: 24px;
	}
	/**/
	.governance .box .item table th,
	.governance .box .item table td{
		height: 45px;
	}
	/**/
	.recruitment .box .wrap ul li .t2{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.recruitment_details .box .info ul li{
		max-width: 100%;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
	}
	.recruitment_details .box .textbox .text h4{
		font-size: 15px;
	}
	/**/
	.culture .box ul li .icon img{
		max-width: 20px;
	}
	.culture .box ul li .t1, .culture .box ul li .t2, .culture .box ul li .t3{
		padding-left: 28px;
	}
	.culture .box ul li .t1{
		font-size: 17px;
	}
	.distribution .textbox{
		margin-top: 15px;
	}
	.distribution .box{
		padding-top: 20px;
	}
	.qualifications .box{
		margin-top: 25px;
	}
	.qualifications .box .wrap{
		margin-top: 35px;
	}
	.cooperation .box .textbox .txt{
		margin-top: 20px;
	}
	.cooperation .box .imgbox .swiper{
		padding-top: 30px;
	}
	.cooperation .box .imgbox .swiper-slide a{
		border-radius: 10px;
		margin: 8px auto;
	}
	.cooperation .box .imgbox .swiper-slide .partners_logo{
		padding: 0px 8px;
	}
}
@media screen and (max-width: 480px){
	
	.m-nav ul li .headtitle i,
	.m-nav>ul>li>a i{
	    background: url(../images/icon48.png) center no-repeat;
	    background-size: 1.8vmin auto;
	}
	.m-nav ul li .headtitle.on i{
	    background: url(../images/icon48a.png) center no-repeat;
	    background-size: 1.8vmin auto;
	}
	.search-header{
		padding-top: 9vmin;
    	padding-bottom: 9vmin;
	}
	.search .submit0,
	.search-close{
		width: 4.8vmin;
    	height: 10.87vmin;
	}
	.search-header .search-input{
		text-indent: 7.25vmin;
	    line-height: 10.87vmin;
	    font-size: 3.865vmin;
	}
	.header .show-search-btn{
		width: 9.5vmin;
	}
	.menubtn {
		width: 9.5vmin;
		background: url(../images/menu-icon1.png) center right no-repeat;
		background-size: 70% auto;
	}
	.header.white .menubtn,
	.header.on .menubtn,
	.header.act .menubtn{
		background: url(../images/menu-icon1a.png) center right no-repeat;
		background-size: 70% auto;
	}
	.menubtn.on {
		background: url(../images/menu-icon2.png) center right no-repeat;
		background-size: 70% auto;
	}
	.header.white .menubtn.on,
	.header.on .menubtn.on,
	.header.act .menubtn.on{
		background: url(../images/menu-icon2a.png) center right no-repeat;
		background-size: 70% auto;
	}
	/**/	
	.index_solution .box .swiper .swiper-slide-active .item .textbox h5{
		margin-bottom: 20px;
	}
	.index_solution .box .swiper .item .textbox{
		padding: 24px 30px;
	}
	.index_solution .box .swiper .item .textbox .text ul{
		margin-top: 20px;
    	margin-bottom: 30px;
	}
	.index_solution .box .swiper .item .textbox .text ul li{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.index_solution .box .swiper .item .textbox .text ul li img{
		width: 16px;
		margin-right: 8px;
	}
	.index_news .viewmore{
		margin-top: 30px;
	}
	/**/
	.application{
		padding-bottom: 8.33333vmin;
	}
	.application .box ul li{
		margin-bottom: 7.2vmin;
	}
	.application .box ul li .textbox{
		padding: 5.4vmin 6vmin;
	}
	.application .box ul li .textbox .icon{
		width: 8.33333vmin;
		height: 8.33333vmin;
		margin-left: 4vmin;
	}
	.general-details .wrap{
		margin-top: 4vmin;
	}
	.general-details .wrap .imgbox{
		margin-top: 6.25vmin;
	}
	.general-details .wrap .imgbox ul li{
		margin-bottom: 6.25vmin;
	}
	/**/
	.technology .box ul li{
		margin-bottom: 6.25vmin;
	}
	.technology .box ul li .textbox{
		padding-left: 6.25vmin;
   	 	padding-right: 6.25vmin;
	}
	.technology .box ul li .textbox .wrap{
		padding-top: 5.21vmin;
		padding-bottom: 5.21vmin;
	}
	.technology .box ul li .textbox .wrap>i{
		margin-top: 2vmin;
	}
	.technology .box ul li .textbox .txt{
		margin-top: 3.125vmin;
	}
	.technology .box ul li .textbox .viewmore{
		margin-top: 4.2vmin;
	}
	.general-details .wrap .subtit{
		font-size: 17px;
	}
	.general-details .iconbox ul li .icon{
		width: 10.5vmin;
		height: 10.5vmin;
	}
	.general-details .iconbox ul li .txt span{
		font-size: 15px;
	}
	/**/
	.disclosure .box .item{
		margin-bottom: 4.5vmin;
	}
	.disclosure .box .item .title{
		padding-right: 8.33333333333333vmin;
		padding-bottom: 2.08333333333333vmin;
	}
	.disclosure .box .item .title:before{
		top: 2.08333333333333vmin;
        width: 8.33333333333333vmin;
        background: url(../images/icon46.png) center no-repeat;
        background-size: 2.5vmin auto;
    }
	.disclosure .box .item .title img{
		max-width: 3.6vmin;
	}
	.disclosure .box .item ul{
		margin-top: 4.5vmin;
	}
	.disclosure .box .item ul li{
		margin-bottom: 4.5vmin;
	}
	.disclosure .box .item ul li a{
		padding: 4.2vmin;
		min-height: 12.5vmin;
	}
	.disclosure .box .item ul li a span{
		font-size: 3.2vmin;
	}
	.disclosure .box .item ul li a i{
		width: 5vmin;
		height: 5vmin;
	}
	/**/
	.governance .box .item{
		margin-bottom: 8vmin;
	}
	.governance .box .item .tablebox{
		margin-top: 5vmin;
	}
	.governance .box .item table th,
	.governance .box .item table td{
		height: 10.5vmin;
	}
	/**/
	.stock .box{
		padding: 7vmin;
		min-height: 1px;
	}
	.stock .box .w1 .left_w .t1{
		font-size: 6vmin;
	}
	.stock .box .w1 .left_w .t1 span{
		font-size: 5vmin;
	}
	.stock .box .right_w{
		margin-top: 4.2vmin;
	}
	.stock .box .w1 .right_w .info .t3{
		font-size: 18px;
	}
	.stock .box .w1 .right_w .info{
		padding-left: 6.25vmin;
	}
	.stock .box .w1 .right_w .info i{
		top: 4.2vmin;
		width: 3.34vmin;
	}
	.stock .box .w2{
		margin-top: 5vmin;
	}
	.stock .box .w2 .left_w .t2{
		font-size: 16px;
		margin-top: 3.5vmin;
	}
	.stock .box .w2 .right_w ul li .t3{
		font-size: 14px;
	}
	/**/
	.about-nav ul li{
		margin: 0 1.5vmin;
	}
	.about-nav ul li a{
		min-width: 17vmin;
		padding: 0 4.2vmin;
        height: auto;
        line-height: 2.4;
    }
	.culture .box ul li .t1, .culture .box ul li .t2, .culture .box ul li .t3{
		padding-left: 5.8333333vmin;
	}
	.culture .box ul li .t1{
		font-size: 4vmin;
		margin-bottom: 1.25vmin;
	}
	.culture .box ul li .t2{
		font-size: 3vmin;
	}
	.culture .box ul li .t3{
		margin-top: 2.083333vmin;
		font-size: 3.4vmin;
	}
	.culture .box ul li .icon img{
		max-width: 4.2vmin
	}
	.distribution .box .mapbox .locationbox ul li .level2{
		bottom: 84%;
	}
	.distribution .box .mapbox .locationbox ul li .sp{
		font-size: 2.5vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a1 .sp{
		top: 7.91666vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a1 img{
		width: 5vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img, .distribution .box .mapbox .locationbox ul li.a3 img, .distribution .box .mapbox .locationbox ul li.a4 img, .distribution .box .mapbox .locationbox ul li.a5 img{
		width: 2.91666666vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a2 img,
	.distribution .box .mapbox .locationbox ul li.a3 img,
	.distribution .box .mapbox .locationbox ul li.a5 img{
		top: 5vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a4 .sp{
		left: 4.2vmin;
	}
	.distribution .box .mapbox .locationbox ul li .wrap{
		padding: 3.75vmin;
	}
	.distribution .box .mapbox .locationbox ul li .place{
		font-size: 2.91666666vmin;
		margin-bottom: 1.05vmin;
	}
	.distribution .box .mapbox .locationbox ul li .info{
		font-size: 2.7vmin;
		margin-bottom: 1.05vmin;
	}
	.distribution .box .mapbox .locationbox ul li.a1 .level2,
	.distribution .box .mapbox .locationbox ul li.a2 .level2 ,
	.distribution .box .mapbox .locationbox ul li.a3 .level2{
        left: -20%;
        transform: none;
    }
    .distribution .box .mapbox .locationbox ul li.a5 .level2{
    	left: auto;
    	transform: none;
    	right: -30%;
    }
    .distribution .box .mapbox .locationbox ul li .s-triangle{
    	border-width: 1.6666666vmin;
    }
    .distribution .box .mapbox .locationbox ul li.a1 .s-triangle,
    .distribution .box .mapbox .locationbox ul li.a2 .s-triangle,
    .distribution .box .mapbox .locationbox ul li.a3 .s-triangle{
    	margin-left: 9%;
    }
    .distribution .box .mapbox .locationbox ul li.a5 .s-triangle{
    	margin-right: 10%;
    }
    .swipernest .swiper-button-next, .swipernest .swiper-button-prev{
    	/*top: 33%;*/
    	width: 8.33333333333333vmin;
        height: 8.33333333333333vmin;
    }
    .swipernest .swiper-slide .textbox{
    	margin-top: 20px;
    }
    .cooperation .box .imgbox .swiper-slide a{
		border-radius: 2.08333333333333vmin;
		margin: 1.6666666vmin auto;
	}
	.cooperation .box .imgbox .swiper-slide .partners_logo{
		padding: 0 1.6666666vmin;
	}
	.news_center .box .mySwiper{
		padding-top: 30px;
		padding-bottom: 55px;
	}
}
@media screen and (max-width: 414px){
	.size30{
		font-size: 18px;
	}
	.size40{
		font-size: 5vmin;
	}
	.size50{
		font-size: 5.4vmin;
	}
	.bannerText .box h2{
		margin-bottom: 4.8vmin;
	}
	.bannerText .box .text,
	.general_title .text{
		font-size: 3.5vmin;
	}
	.bannerText .box .text img{
		max-width: 3.5vmin;
		margin-right: 2vmin;
	}
	.general_title .text{
		margin-bottom: 2vmin;
	}
	.general_title .text i{
		width: 3.5vmin;
    	height: 3.5vmin;
	}
	.index_about .box{
		margin-top: 5vmin;
	}
	.index_solution .swiper-button-next, .index_solution .swiper-button-prev, .index_application .swiper-button-next, .index_application .swiper-button-prev{
		width: 7.5vmin;
		height: 7.5vmin;
	}
	.index_solution .swiper-button-prev, .index_solution .swiper-container-rtl .swiper-button-next{
		right: 10vmin;
	}
	.combination li .icon{
		width: 14.2vmin;
		height: 14.2vmin;
		margin-right: 3.125vmin;
	}
	.combination .txt .t1{
		font-size: 4.2vmin;
	}
	.index_application .swiper-slide .item .textbox{
	    padding: 7.3vmin 6.25vmin;
	}
	.index_news .choosebox ul li a, .index_news .choosebox ul li span{
		min-width: 2.083333333333333vmin;
        height: 7.5vmin;
        padding-left: 4vmin;
        padding-right: 4vmin;
        box-sizing: border-box;
	}
	/**/
	.contactinfor .textbox ul li .icon{
		margin-right: 1.7vmin;
	}
	.contactinfor .textbox ul li .icon span {
        width: 10.2vmin;
        height: 10.2vmin;
    }
    .contactinfor .textbox ul li .txt{
        max-width: calc(100% - 12vmin);
    }
    .feedback .box{
		margin-top: 6vmin;
	}
	.feedback .status ul li{
		height: 10vmin;
	}
	.feedback .itembox .formli{
		margin-bottom: 4.5vmin;
		padding-left: 4.5vmin;
        padding-right: 4.5vmin;
	}
	.feedback .itembox .formli input, .feedback .itembox .formli select{
		font-size: 3.5vmin;
        height: 10vmin;
	}
	.feedback .itembox .formli .selectbox ul li{
		padding-left: 2vmin;
	}
	.feedback .itembox .formli select{
		padding-left: 4.5vmin;
		padding-right: 9vmin;
		background: url(../images/icon40.png) no-repeat center right 4.5vmin;
        background-size: 2.9vmin auto;
	}
	.feedback .itembox .formbtn{
		margin-top: 9vmin;
	}
	.feedback .itembox .formbtn input{
		min-width: 32vmin;
        height: 10vmin;
        font-size: 3.6vmin;
	}
	.feedback .itembox .textareali{
		padding: 3.5vmin 4.5vmin;
	}
	.feedback .itembox .textareali textarea{
		font-size: 3.5vmin;
		min-height: 25vmin;
	}
	/**/
	.question ul{
		padding-bottom: 7%;
	}
	.question ul li{
		margin-bottom: 2.1vmin;
	}
	.question ul li .crosshead, .question ul li .content{
		padding-left: 8vmin;
		padding-right: 8vmin;
		padding-top: 3.125vmin;
		padding-bottom: 3.125vmin;
	}
	.question ul li .crosshead .icon, .question ul li .content .icon{
		width: 6vmin;
	    height: 6vmin;
	    font-size: 3vmin;
	}
	.question ul li .arrow{
		top: 15px;
	}
	.page-list a{
		min-width: 6vmin;
		height: 6vmin;
		font-size: 2.8vmin;
	}
	.page-list a.fyprev, .page-list a.fynext{
		min-width: 15.625vmin;
		height: 6vmin;
		line-height: 5.8vmin;
	}
	.page-list a.fyprev{
		margin-right: 4vmin;
	}
	.page-list a.fynext{
		margin-left: 4vmin;
	}
	/**/
	.other_positions ul li a{
		height: auto;
		padding: 3.5vmin 0;
	}
}
