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: "syr","Arial","Microsoft YaHei","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: "syb"; 
    /*src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF');*/
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/nouyin/fonts/SOURCEHANSANSCN-BOLD.OTF);
}
@font-face{
    font-family: "syl"; 
    /*src: url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');*/
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/nouyin/fonts/SOURCEHANSANSCN-LIGHT.OTF);
}
@font-face{
    font-family: "syr"; 
    /*src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');*/
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/nouyin/fonts/SOURCEHANSANSCN-REGULAR.OTF);
}
@font-face{
    font-family: "syh"; 
    /*src: url('../fonts/SOURCEHANSANSCN-HEAVY.OTF');*/
    src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/nouyin/fonts/SOURCEHANSANSCN-HEAVY.OTF);
}
@font-face{
    font-family: "sym"; 
    src: url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
   	/*src: url(https://xin20181116.oss-cn-beijing.aliyuncs.com/nouyin/fonts/SOURCEHANSANSCN-MEDIUM.OTF);*/
}

.conwidth{
	max-width: 1400px;
	width: 90%;
	margin: auto;
}
.main{
	padding-top: 90px;
}
/*header*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	border-bottom: rgba(255,255,255,0.1) solid 1px;
	background: #FFFFFF;
}
.header.on,
.header.hover,
.header.white{
	
}
.header.white{
	position: relative;
}
.header.white.on{
	position: fixed;
}
.header.on{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.header .wrap{
	width: 100%;
	margin: auto;
}
.header .content {
	max-width: 1640px;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}
.header .logo a {
	height: 90px;
	line-height: 90px;
}
.header .logo a img {
	max-width: 100%;
}

.header .head-right{
	float: right;
}
.header .nav {
	float: left;
	padding-right: 15px;
}
.header .nav>ul>li{
	position: relative;
	float: left;
	padding: 0px 32px;
}
.header .nav>ul>li>a {
	position: relative;
	color: #222222;
	font-size: 18px;
	line-height: 90px;
	padding: 0px 13px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .nav>ul>li>a:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	margin: auto;
	width: 0;
	height: 2px;
	background: #0481d1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .nav>ul>li>a:hover:before,
.header .nav>ul>li.on>a:before{
	width: 100%;
}
.header .nav ul li.on>a,
.header .nav ul li:hover>a{
	color: #0c51b2;
}
.header .drop-down{
	position: absolute;
	top: 78px;
	left: 50%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    display: none;
    min-width: 150px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .drop-down .con{
	background: #FFFFFF;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 15px;
	padding-left: 15px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}
/*.header .drop-down:before{
	content: '';
	position: absolute;
	top: 4px;
	left: 50%;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px;
	border-color: transparent transparent #FFFFFF transparent;
	transform: translateX(-50%);
}*/
.header .drop-down a{
	display: block;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	padding: 6px 0px;
	text-align: center;
	/*white-space: nowrap;*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .drop-down a:hover{
	color: #0c51b2;
}
.header .nav ul li.other{
	position: static;
}
/**/
.head_phone{
	float: left;
	margin-top: 26px;
	color: #0c51b2;
	font-size: 20px;
}
.head_phone span, .head_phone img, .head_phone a{
	display: inline-block;
	vertical-align: middle;
}
.head_phone img{
	margin-left: 10px;
}
/*æœç´¢*/
.searchdiv {
	float: left;
	text-align: center;
	margin-left: 30px;
}

.header .show-search-btn {
	margin-top: 31px;
	width: 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/search.png) center no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.search {
	position: fixed;
	z-index: 6;
	top: 90px;
	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%;
	-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: 28px 28px;
	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;
	border: none;
	background-size: 28px 28px;
	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;
}
/*è¯­è¨€åˆ‡æ¢*/
.head-nation{
	float: left;
	position: relative;
	margin-top: 32px;
	margin-left: 30px;
	-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;
	padding-bottom: 10px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 24px;
	background: url(../images/lang.png) left top 5px no-repeat;
}

.header .head-nation .current .name{
	padding-right: 12px;
	background: url(../images/arrow.png) right top 13px no-repeat;
    font-size: 14px;
   	color: #0c51b2;
   	line-height: 30px;
    vertical-align: middle;
    display: inline-block;
    transition: all .3s;
    text-align: center;
}
.header .head-nation .current .name.on{
	color: #0c51b2;
}
.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: 40px;
	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: 16px;
    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: #0c51b2;
	background-color: #f2f2f2;
}
/*  */
.menubtn {
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(../images/menu-icon1a.png) center right no-repeat;
	background-size: 32px auto;
	cursor: pointer;
}

/* .header.white .menubtn,
.header.on .menubtn,
.header.hover .menubtn{
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
 */
.menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	background-size: 32px auto;
}

/* .header.white .menubtn.on,
.header.on .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}
 */
.m-search{
	width: 90%;
	margin: 30px auto 0px;
	border-bottom: #e8e8e8 solid 1px;
}
.m-search .icon {
    float: left;
    width: 40px;
    height: 50px;
    overflow: hidden;
    background: url(../images/searchf.png) left center no-repeat;
    background-size: 21px 21px;
}
.m-search .seinput {
    float: left;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666666;
    overflow: hidden;
    border: none;
    background: none;
}
.m-nav{
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #ffffff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*.m-nav.show{
	display: block;
}*/
.m-nav .nav-list {
	padding-top: 20px;
	padding-left: 5%;
	padding-right: 5%;
}
.m-nav .nav-list>li{
	width: 100%;
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}
.m-nav .nav-list .one-level{
	position: relative;
	/*padding-right: 30px;*/
}
/*.m-nav .nav-list .one-level i{
	position: absolute;
	right: 12px;
	top: 23px;
	width: 10px;
	height: 15px;
	background: url(../images/img106.png) top center no-repeat;
	background-size: 9px auto;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.m-nav .nav-list .one-level.on i{
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}*/
.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level{
	font-size: 18px;
	color: #333333;
	display: block;
	/*height: 60px;
	line-height: 60px;*/
	line-height: 1.7;
	padding: 15px 0px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #0481d1;
}
/*.m-nav .nav-list .lang{
	text-align: center;
	margin-top: 10%;
	border-bottom: none;
}
.m-nav .nav-list .lang .one-level{
	padding-right: 0;
}
.m-nav .nav-list .one-level a, .m-nav .nav-list .one-level span{
	display: inline-block;
    color: #666666;
}
.m-nav .nav-list .one-level span{
	margin: 0 30px;
}
.m-nav .nav-list .one-level:hover span{
	color: #0481d1;
}*/

.m-nav .m-subnav {
	display: none;
	border-top: #e8e8e8 solid 1px;
	padding-top: 15px;
	/*padding-right: 40px;*/
	padding-bottom: 20px;
	box-sizing: border-box;
}
.m-nav ul li .m-subnav li a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
	padding: 10px 0px;
}
.m-nav ul li .m-subnav a:hover{
	color: #0481d1;
}
/*ä¾§è¾¹æ */
/*.sidebar{
	position: fixed;
	bottom: 20%;
    right: 0;
    z-index: 99;
}
.sidebar>ul{
}
.sidebar>ul>li{
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 1px;
}
.sidebar ul li:last-child{
	margin-bottom: 0px;
}
.sidebar ul li a,
.sidebar ul li span{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: relative;
	text-align: center;
	overflow: hidden;
	background: #dfdfdf;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar ul li.on a, .sidebar ul li:hover a{
	background: #30714b;
	text-decoration:none;
}
.sidebar ul li a img{
	max-width: 100%;
}
.sidebar ul li a img.ic2{
	display: none;
}
.sidebar ul li:hover a img.ic1{
	display: none;
}
.sidebar ul li:hover a img.ic2{
	display: inline-block;
}
.sidebar ul li.istop span{
	background: #30714b;
}
.sidebar ul li .secondary{
	display: none;
	position: absolute;
	right: 85px;
	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%;
	min-height: 100%;
	background: #ffffff;
	box-shadow: 0px 8px 29px rgba(6,63,55,0.2);
	border-radius: 15px;
    box-sizing: border-box;
    white-space: nowrap;
}
.sidebar ul li .secondary::before{
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
	width: 0;
    height: 0;
	border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #ffffff;
}
.sidebar ul li .imgbox{
	padding: 20px;
	overflow: hidden;
}
.sidebar ul li .codeimg{
	text-align: center;
	width: 110px;
}
.sidebar ul li .codeimg img{
	display: block;
	width: 100%;
}
.sidebar ul li .txt{
	text-align: center;
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}*/


/*footer*/
.footer{
	padding-top: 60px;
	background: url(../images/foot_bg.jpg) center no-repeat;
	background-size: cover;
}
.footer .tit{
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 15px;
}
.footer .content{
	padding-bottom: 65px;
	overflow: hidden;
	border-bottom: #4c7fbb solid 1px;
}
.footer .foot_left{
	float: left;
	width: 240px;
	overflow: hidden;
}
.footer .foot_infor{
	margin-bottom: 15px;
}
.footer .foot_infor .t1{
	color: #ffffff;
	font-size: 22px;
	margin-bottom: 10px;
}
.footer .foot_infor .t2{
	color: #c1c1c1;
	font-size: 14px;
}
.footer .foot_lang ul li{
	float: left;
	margin-right: 10px;
}
.footer .foot_lang ul li a{
	display: block;
	min-width: 40px;
	font-family: "syl";
	font-size: 12px;
	line-height: 2;
	color: #FFFFFF;
	padding: 0px 9px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box;
	text-align: center;
}
.footer .foot_lang ul li:hover a,
.footer .foot_lang ul li.on a{
	background: #89abd6;
}
.footer .foot_right{
	float: right;
	width: -moz-calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
	/*padding-left: 7%;*/
	padding-left: 12%;
	box-sizing: border-box;
	overflow: hidden;
}
.footer .foot_nav{
	float: left;
	/*width: -moz-calc(100% - 265px);
	width: -webkit-calc(100% - 265px);
	width: calc(100% - 265px);*/
	width: -moz-calc(100% - 150px);
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px)
}
.footer .foot_nav ul li{
	float: left;
	margin-right: 12%;
}
.footer .foot_nav ul li:last-child{
	margin-right: 0;
}
.footer .foot_nav ul li a{
	display: block;
	font-family: 'syl';
	color: #cccccc;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: 6px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .foot_nav ul li a:hover{
	color: #FFFFFF;
}
/*.footer .foot_follow{
	float: right;
	width: 250px;
	overflow: hidden;
}
.footer .foot_follow ul li{
	float: left;
	width: 47%;
	margin-right: 6%;
}
.footer .foot_follow ul li:nth-child(2n){
	margin-right: 0;
}*/
.footer .foot_follow{
	float: right;
	width: 115px;
	overflow: hidden;
	text-align: center;
}
.footer .foot_follow ul li{
	width: 100%;
}
.footer .foot_follow ul li:nth-child(2n){
	margin-right: 0;
}
.footer .foot_follow .img{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.footer .foot_follow .img img{
	max-width: 100%;
}
.footer .foot_follow .txt{
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 1.7;
	margin-top: 5px;
}
.footer .box{
	padding: 25px 0px 30px;
	overflow: hidden;
}
.footer .copyright{
	float: left;
	font-family: 'syl';
	color: #cacaca;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}
.footer .copyright a{
	color: #cacaca;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer .copyright .designed a{
	color: #6d91b2;
}
.footer .copyright a:hover,
.footer .copyright .designed:hover a{
	color: #FFFFFF;
}
.footer .copyright .designed{
	display: inline-block;
}
.footer .foot_ic{
	float: right;
}
.footer .foot_ic ul li{
	float: left;
	margin-right: 28px;
}
.footer .foot_ic ul li:last-child{
	margin-right: 0;
}
.footer .foot_ic ul li a{
	display: block;
}
.footer .foot_ic ul li img{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer .foot_ic ul li .ic2{
	display: none;
}
.footer .foot_ic ul li:hover .ic1{
	display: none;
}
.footer .foot_ic ul li:hover .ic2{
	display: inline-block;
}
/*banner*/
.lunbotu{
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lunbotu .swiper-slide a{
	display: block;
	width: 100%;
}
.lunbotu .swiper-slide a>img{
	width: 100%;
}
.lunbotu .swiper-slide>img{
	width: 100%;
}
.oimg2{
	display: none;
}
.i-banner{
	position: absolute;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 2;
	max-width: 1400px;
	width: 90%;
	
}
.i-banner.b1{
	top: 25vh;
}
.i-banner.b2{
	top: 15%;
}
.i-banner .box{
	width: 87.5%;
	margin: auto;
	overflow: hidden;
	font-size: 0;
}
.i-banner .left_w{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding-right: 5%;
	box-sizing: border-box;
}
.i-banner .right_w{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	text-align: right;
	padding-left: 3%;
	overflow: hidden;
	box-sizing: border-box;
}
.i-banner .right_w img{
	max-width: 100%;
}
.i-bannerzi{
	font-size: 0;
}
.i-banner .box{
	/*display: inline-block;*/
	text-align: center;
}
.i-banner .box .t1{
	font-weight: bold;
	color: #ffffff;
	font-size: 70px;
	line-height: 1.2;
	word-break: break-word;
	margin-bottom: 5px;
}
.i-banner .box .t2{
	font-family: "pom"; 
	color: #ffffff;
	font-size: 26px;
	word-break: break-word;
	margin-bottom: 40px;
}
.i-banner .box .t3{
	font-family: "por"; 
	color: #e5e5e5;
	font-size: 14px;
}
.i-banner .box ul{
	max-width: 420px;
	width: 100%;
	margin: 0px auto 50px;
}
.i-banner .box ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
	text-align: center;
	margin-bottom: 25px;
}
.i-banner .box ul li:nth-child(3n){
	margin-right: 0;
}
.i-banner .box ul li .icon{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.i-banner .box ul li .icon img{
}
.i-banner .box .btns{
	max-width: 420px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.i-banner .box .btns a{
	display: inline-block;
	margin-right: 24px;
	min-width: 125px;
	text-align: center;
	padding: 0px 15px;
	font-family: 'por';
	font-size: 16px;
	height: 42px;
	line-height: 40px;
	border-radius: 21px;
	box-sizing: border-box;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.i-banner .box .btns a:last-child{
	margin-right: 0;
}
.i-banner .box .btns a.btn1{
	color: #ffffff;
	background: #146f44;
	border: #146f44 solid 1px;
}
.i-banner .box .btns a.btn2{
	color: #cccccc;
	border: #d2d2d2 solid 1px;
}
.i-banner .box .btns a:hover{
	color: #ffffff;
	background: #146f44;
	border: #146f44 solid 1px;
	box-shadow: 0px 0px 20px rgba(255,255,255,0.1);
}
.lunbotu .swiper-pagination-bullet{
	position: relative;
	width: 12px;
	height: 12px;
	text-align: center;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 50%;
	border: #eaeaea solid 1px;
	background: none;
}
.lunbotu .swiper-pagination-bullet-active{
	background: #0481d1;
	border: #0481d1 solid 1px;
	opacity: 1;
}
.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, 
.lunbotu .swiper-pagination-custom, 
.lunbotu .swiper-pagination-fraction{
	bottom: 40px;
}
.lunbotu .swiper-pagination{
	z-index: 8;
}
.lunbotu .swiper-button-next, 
.lunbotu .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.lunbotu .swiper-button-prev, 
.lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img1.png);
    left: 30px;
    right: auto;
}
.lunbotu .swiper-button-next, 
.lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img2.png);
    right: 30px;
    left: auto;
}
/**/
.obanner{
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.obanner:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.05);
}
.obanner>img{
	width: 100%;
}
.ob-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerzi{
	position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%); 
	-webkit-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
    margin: auto;
    color: #FFFFFF;
}
.obanner .bannerzi .box{
	text-align: center;
}
.obanner .bannerzi .box .t1{
	font-family: "syb";
	font-size: 46px;
	line-height: 1;
	color: #ffffff;
	margin-bottom: 5px;
}
.obanner .bannerzi .box .t2{
	font-family: 'syb';
	font-size: 30px;
	color: rgba(255,255,255,0.3);
	text-transform: uppercase;
}
/**/
@-webkit-keyframes fadeInUpSmall{
  	from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 80px, 0);
	    transform: translate3d(0, 80px, 0);
  	}
  	to {
	    opacity: 1;
	    -webkit-transform: translate3d(0, 0, 0);
	    transform: translate3d(0, 0, 0);
  	}
}
@keyframes fadeInUpSmall {
  	from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 80px, 0);
	    transform: translate3d(0, 80px, 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(20px);
	    opacity: 0;
  	}
  	100% {
	    transform: translateX(0);
	    opacity: 1;
  	}
}
.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight;
}

@keyframes fadeleft {
  	0% {
	    transform: translateX(-20px);
	    opacity: 0;
  	}
  	100% {
	    transform: translateX(0);
	    opacity: 1;
  	}
}
.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}

/*index*/
.synopsis{
	position: relative;
	padding-top: 6.67%;
	padding-bottom: 10.4%;
}
.synopsis .map{
	position: absolute;
	top: 14%;
	right: 70px;
	width: 61%;
	max-width: 1161px;
}
.gmn_map{
	position: relative;
	width: 100%;
}
.gmn_map .graph{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.gmn_map .spread{
	width: 100%;
	overflow: hidden;
}
.gmn_map .spread img{
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0;
	-webkit-transition: all 1s ease 0.3s;
	transition: all 1s ease 0.3s;
}
.synopsis.animated .gmn_map .spread img,
.network .content.animated .gmn_map .spread img{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.gmn_map .iconbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0;
	-webkit-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
}
.synopsis.animated .gmn_map .iconbox,
.network .content.animated .gmn_map .iconbox{
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.gmn_map .iconbox .spot{
	position: absolute;
	text-align: center;
}
.gmn_map .iconbox .spot1{
	right: 20%;
	bottom: 45%;
}
.gmn_map .iconbox .spot2{
	right: 21.5%;
	bottom: 38%;
}
.gmn_map .iconbox .spot3{
	right: 30%;
	bottom: 45%;
}
.gmn_map .iconbox .spot4{
	right: 29.5%;
	bottom: 38%;
}
.gmn_map .iconbox .spot5{
	right: 38.5%;
	bottom: 45%;
}
.gmn_map .iconbox .spot6{
	right: 47%;
	bottom: 64%;
}
.gmn_map .iconbox .spot7{
	left: 31%;
	bottom: 25%;
}

.gmn_map .iconbox .spot8{
	right: 17%;
    bottom: 30%;
}

.gmn_map .iconbox .spot9{
	right: 82%;
	bottom: 72%;
}
.gmn_map .iconbox .ic img{
	animation: beat 1s linear infinite;
}
.gmn_map .iconbox .spot1 .ic img{
	animation: beat 0.8s linear 0.2s infinite;
}
@keyframes beat{
    0% {
    transform: translateY(0) ;
  }
    25% {
        transform: translateY(5px);
    }
    50% {
        transform: translateY(10px);
       
    }
    75% {
        ransform: translateY(5px) ;
    }
    100% {
        transform: translateY(0) ;
    }
}

.gmn_map .iconbox .sp{
	font-family: 'syb';
	color: #0481d1;
	font-size: 16px;
}
.network .gmn_map .iconbox .sp{
	color: #FFFFFF;
}
.synopsis .text{
	max-width: 470px;
	width: 100%;
}
.synopsis .title{
	font-family: 'syb';
	color: #0481d1;
	font-size: 46px;
	line-height: 1.2;
	margin-bottom: 35px;
}
.synopsis .txt{
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
	text-align: justify;
}
.synopsis .btn a{
	display: inline-block;
	min-width: 130px;
	padding: 0px 15px;
	height: 46px;
	line-height: 46px;
	border-radius: 4px;
	background: #0481d1;
	text-align: center;
	box-sizing: border-box;
	font-family: 'syr';
	color: #ffffff;
	font-size: 14px;
}
.synopsis .btn a img{
	display: inline-block;
	margin-left: 20px;
}
.num{
	margin-top: 120px;
}
.num ul li{
	float: left;
	margin-right: 70px;
}
.num ul li:last-child{
	margin-right: 0;
}
.num ul li .t1{
	color: #0481d1;
	font-family: 'syb';
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.num ul li .t1 span{
	display: inline-block;
	vertical-align: top;
}
.num ul li .t1 .timer{
	font-size: 46px;
}
.num ul li .t2{
	font-family: 'syb';
	color: #333333;
	font-size: 14px;
	margin-bottom: 5px;
}
.num ul li .t3{
	font-family: 'syr';
	color: #666666;
	font-size: 14px;
}
/**/
.platform{
	position: relative;
	/*padding-top: 6%;
	padding-bottom: 6%;*/
	background-color: #074285;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* background-image: url(images/img9.jpg); */
	padding-top: 60px;
	padding-bottom: 70px;
	/*box-sizing: border-box;
	min-height: calc(100vh - 90px);*/
}
.platform canvas{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transform: scale(2.5);
	transform-origin: 0 0;
	display: none;
}
/*20220517*/
.platform .box{
	margin-top: 30px;
}
.platform .title{
	max-width: 560px;
	margin: auto;
	text-align: center;
	font-family: 'syb';
	line-height: 1.6;
	color: #ffffff;
	font-size: 38px;
}
.platform .wrap{
	position: relative;
	z-index: 2;
	max-width: 1220px;
	width: 100%;
	margin: auto;
}
.platform .wrap .txt ul li{
	position: relative;
	/*width: 17.4%;*/
	height: 226px;
	/*margin-right: 65.2%;*/
	width: 18.5%;
	margin-right: 63%;
	margin-top: 2%;
	margin-bottom: 3%;
	overflow: hidden;
	border-radius: 10px;
	background: #4d5fa9 url(../images/img16.png) center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.platform .wrap .txt ul li:nth-child(2n){
	margin-right: 0;
}
.platform .wrap .txt ul li:nth-child(odd){
	float: left;
}
.platform .wrap .txt ul li:nth-child(even){
	float: right;
}
.platform .wrap .txt ul li:hover{
	background: #009946 url(../images/img16.png) center no-repeat;
	background-size: cover;
}
.platform .wrap .txt ul li span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
}
.platform .wrap .txt ul li:hover span{
	top: -110px;
}
.platform .wrap .txt ul li .icon{
	display: block;
	margin: 40px auto 0px;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	border-radius: 50%;
	border: #97a1cc dashed 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.platform .wrap .txt ul li:hover .icon{
	opacity: 0;
}
.platform .wrap .txt ul li .icon img{
	max-width: 70%;
}
.platform .wrap .txt ul li .t1{
	font-family: 'syb';
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-top: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.platform .wrap .txt ul li .t2{
	margin-top: 10px;
	font-family: 'syl';
	color: #ffffff;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-align: justify;
}
.platform .wrap .txt ul li:hover .t2{
	opacity: 1;
}
.platform .wrap .img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 56.88%;
	text-align: center;
}
.platform .wrap .img img{
	width: 100%;
}
.platform .wrap .img .mImg{
	display: none;
}
.platform .wrap .img>div{
	position: absolute;
	z-index: 2;
}
.platform .wrap .d1{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	animation: light 1.2s ease infinite alternate;
}
.platform .wrap .d2{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FFFFFF;
	/* box-shadow: 0px 0px 16px rgba(255,255,255,0.35); */
	animation: light 0.8s ease infinite alternate;
}
.platform .wrap .dot1{
	top: 19.2%;
	left: 0%;
}
.platform .wrap .dot2{
	top: 31%;
    left: 23.8%;
}
.platform .wrap .dot3{
	top: 19%;
	right: 0%;
}
.platform .wrap .dot4{
	top: 31%;
    right: 23.8%;
}
.platform .wrap .dot5{
	bottom: 19.2%;
	left: 0%;
}
.platform .wrap .dot6{
	bottom: 31%;
    left: 23.8%;
}
.platform .wrap .dot7{
	bottom: 19.2%;
	right: 0%;
}
.platform .wrap .dot8{
	bottom: 31%;
    right: 23.5%
}
@keyframes light {
	from {
		box-shadow: 0 0 10px #fff,
			0 0 20px #fff,
			0 0 30px #fff,
			0 0 40px #0a3e80,
			0 0 70px #0a3e80,
			0 0 80px #0a3e80,
			0 0 100px #0a3e80,
			0 0 150px #0a3e80;
	}

	to {
		box-shadow: 0 0 0px #fff,
			0 0 5px #fff,
			0 0 10px #fff,
			0 0 15px #0a3e80,
			0 0 20px #0a3e80,
			0 0 30px #0a3e80,
			0 0 40px #0a3e80,
			0 0 50px #0a3e80;
	}
}
/*è¯·æ‚¨ç•™è¨€*/
.message{
	padding-top: 45px;
	padding-bottom: 80px;
	background: #f5f5f5;
}
.message .title{
	text-align: center;
	font-family: 'syb';
	color: #0481d1;
	font-size: 30px;
}
.message .box{
	margin-top: 40px;
}
.message .inputbox{
	font-size: 0;
}
.message .inputbox .one-third{
	display: inline-block;
	vertical-align: top;
	width: -moz-calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
}
.message .inputbox .one-third:nth-child(3n){
	margin-right: 0;
}
.message .inputbox input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-family: 'syl';
	color: #333333;
	font-size: 16px;
	padding: 0px 20px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}
.message .textbox{
	padding: 0px 20px 15px;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}
.message .textbox textarea{
	width: 100%;
	font-family: 'syl';
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	min-height: 70px;
	box-sizing: border-box;
	padding-top: 15px;
	background: none;
	outline: none;
	border: none;
}
.message .inputbox input::-webkit-input-placeholder,
.message .textbox textarea::-webkit-input-placeholder{
	font-family: 'syl';
    color: #aaaaaa;
}
.message .inputbox input::-moz-placeholder,
.message .textbox textarea::-moz-placeholder{ 
	font-family: 'syl';
    color: #aaaaaa;
}
.message .inputbox input:-moz-placeholder,
.message .textbox textarea:-moz-placeholder{ 
	font-family: 'syl';
    color: #aaaaaa;
}
.message .inputbox input:-ms-input-placeholder,
.message .textbox textarea:-ms-input-placeholder{
	font-family: 'syl';
    color: #aaaaaa;
}
.textarea-count{
	text-align: right;
	color: #aaaaaa;
	font-size: 16px;
}
.textarea-count .textareaInput{
	color: #393939;
}
.message .btn{
	margin-top: 25px;
}
.message .btn input{
	display: block;
	width: 136px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	border-radius: 4px;
	background: #0481d1;
	color: #FFFFFF;
	font-size: 20px;
	border: none;
}
/**/
.comnav{
	position: relative;
	left: 0;
	top: -55px;
	z-index: 9;
	width: 100%;
}
.comnav.fixed{
	position: fixed;
	top: 86px;
	background: #FFFFFF;
}
.comnav ul{
	font-size: 0;
	text-align: center;
}
.comnav ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.new .comnav ul li{
	width: 50%;
}
.about .comnav ul li,
.service .comnav ul li{
	width: 25%;
}
.join .comnav ul li{
	width: 33.33%;
}
.comnav ul li.on,
.comnav ul li:hover{
	background: #134b8c;
}
.comnav ul li a,
.comnav ul li span{
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	color: #333333;
	font-size: 20px;
	height: 110px;
	line-height: 110px;
}
.comnav ul li i{
	display: inline-block;
	vertical-align: super;
	margin-right: 5px;
	font-style: normal;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.comnav ul li.on i,
.comnav ul li:hover i{
	opacity: 0;
	width: 1px;
	overflow: hidden;
}
.comnav ul li span{
	display: block;
}
.comnav ul li .serial{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: rgba(255,255,255,0.05);
	font-size: 80px;
	line-height: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.comnav ul li:hover a,
.comnav ul li.on a,
.comnav ul li:hover span,
.comnav ul li.on span{
	color: #FFFFFF;
}
.bgcolor{
	background: #f7f7f7;
}
.bgcolor1{
	background: #f5f5f5;
}
.o-title .t1{
	font-family: 'syb';
	color: #0481d1;
	font-size: 46px;
	line-height: 1.2;
}
.o-title .t2{
	font-family: 'syl';
	color: #b8b8b8;
	font-size: 26px;
}
.o-title.white .t1{
	color: #FFFFFF;
}
.o-title.white .t2{
	color: #b7b6b6;
}
.links{
	width: 100%;
	overflow: hidden;
}
.links a{
	float: left;
	margin-right: 100px;
}
.links a:last-child{
	margin-right: 0;
}
.links a .t1{
	color: #c8c8c8;
}
.links a.on .t1{
	color: #0481d1;
}
/*new*/
.new .box{
	padding-top: 15px;
	padding-bottom: 90px;
}
.new .box ul{
	margin-top: 45px;
	margin-bottom: 5%;
}
.new .box ul li{
	margin-bottom: 20px;
	background: #FFFFFF;
}
.new .box ul li a{
	display: block;
	width: 100%;
	padding: 24px 20px;
	box-sizing: border-box;
	overflow: hidden;
}
.new ul li .left_w{
	float: left;
	width: 35.7%;
	overflow: hidden;
}
.new ul li .right_w{
	float: left;
	width: 64.3%;
	padding-left: 3.4%;
	overflow: hidden;
	box-sizing: border-box;
}
.new ul li .time{
	float: left;
	width: 34%;
	padding-left: 10px;
	overflow: hidden;
	box-sizing: border-box;
}
.new ul li .time .t1{
	font-family: arial;
	font-weight: bold;
	color: #222222;
	font-size: 24px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new ul li:hover .time .t1{
	color: #0481d1;
}
.new ul li .time .t2{
	font-family: arial;
	color: #aaaaaa;
	font-size: 18px;
}
.new ul li .time i{
	display: block;
	margin-top: 15px;
	margin-bottom: 18px;
	width: 20px;
	height: 2px;
	background: #000000;
}
.new ul li .img{
	float: left;
	width: 66%;
	overflow: hidden;
}
.new ul li .img img{
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new ul li:hover .img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.new ul li .txt .t1{
	color: #222222;
	font-size: 20px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new ul li:hover .txt .t1{
	color: #0481d1;
}
.new ul li .txt .t2{
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	/*min-height: 80px;*/
	margin-bottom: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.new ul li .txt .t3{
	font-family: 'syl';
	color: #666666;
	font-size: 14px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new ul li:hover .txt .t3{
	color: #0481d1;
}
.new ul li .txt .t3 span{
	padding-right: 25px;
	background: url(../images/img21.png) center right no-repeat;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.new ul li:hover .txt .t3 span{
	background: url(../images/img21a.png) center right no-repeat;
}
.page{
    width: 100%;
    text-align: center;
}
.page-list{
	text-align: center;
	font-size: 0;
}
.page-list a{
	display: inline-block;
	vertical-align: top;
   	padding: 0px 9px;
   	min-width: 36px;
   	height: 36px;
   	line-height: 36px;
	margin-bottom: 5px;
	margin-right: 14px;
    text-align: center;
	font-family: arial;
    font-size: 18px;
    color: #5f5f5f;
    overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.page-list a:last-child{
	margin-right: 0;
}
.page-list a:hover,
.page-list a.on{
    color: #0481d1;
}
.page-list .fyprev,
.page-list .fynext{
	font-size: 14px;
}
.page-list .fyprev span{
	padding-left: 30px;
	background: url(../images/img22.png) center left no-repeat;
}
.page-list .fynext span{
	padding-right: 30px;
	background: url(../images/img23.png) center right no-repeat;
}
.page-list .fyprev:hover span{
	background: url(../images/img22a.png) center left no-repeat;
}
.page-list .fynext:hover span{
	background: url(../images/img23a.png) center right no-repeat;
}
@media only screen and (max-width: 1024px){
	.page-list a{
		margin-right: 10px;
	}
}
@media only screen and (max-width: 768px){
	.page-list a{
	    min-width: 32px;
	    height: 32px;
	    line-height: 32px;
	}
}
/*æ–°é—»è¯¦æƒ…*/
.new-detail{
	padding-bottom: 64px;
}
.new-detail .left_wrap{
	float: left;
	width: -moz-calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: calc(100% - 400px);
	overflow: hidden;
	box-sizing: border-box;
}
.new-detail .left_wrap .content{
	background: #FFFFFF;
	padding: 30px 50px;
	box-sizing: border-box;
}
.new-detail .left_wrap .title{
	padding-bottom: 15px;
	border-bottom: #eeeeee solid 1px;
}
.new-detail .left_wrap .title .h1{
	color: #222222;
	font-size: 36px;
	line-height: 1.2;
	text-align: center;
}
.new-detail .left_wrap .title .txt{
	margin-top: 25px;
	text-align: center;
}
.new-detail .left_wrap .title .txt .sp{
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	color: #999999;
	font-size: 14px;
}
.new-detail .left_wrap .title .txt .sp:last-child{
	margin-right: 0;
}
.new-detail .left_wrap .box{
	padding-top: 20px;
	padding-bottom: 60px;
	text-align: justify;
}
.comtxt{
	color: #333333;
	font-size: 16px;
	line-height: 2;
}
.new-detail .right_wrap{
	float: right;
	width: 365px;
	padding: 0px 25px 20px;
	overflow: hidden;
	box-sizing: border-box;
	background: #FFFFFF;
}
.new-detail .right_wrap .title{
	color: #000000;
	font-size: 24px;
	line-height: 1.7;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #EEEEEE dashed 1px;
}
.new-detail .right_wrap .newwrap{
	margin-top: 25px;
}
.newwrap ul li{
	margin-bottom: 30px;
}
.newwrap ul li a{
	position: relative;
	display: block;
	width: 100%;
	padding-left: 32px;
	overflow: hidden;
	box-sizing: border-box;
}
.newwrap ul li .sp{
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	background: #cccccc;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
.newwrap ul li:nth-child(1) .sp{
	background: #f84521;
}
.newwrap ul li:nth-child(2) .sp{
	background: #ff6f24;
}
.newwrap ul li:nth-child(3) .sp{
	background: #ff8c25;
}
.newwrap ul li .t1{
	color: #222222;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.newwrap ul li:hover .t1{
	color: #0481d1;
}
.newwrap ul li .t2{
	font-family: 'syl';
	color: #999999;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.detail-pager{
	position: relative;
	overflow: hidden;
	font-size: 0;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.detail-pager:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #eeeeee;
}
.detail-pager a{
	position: relative;
	float: left;
	width: 50%;
	font-family: 'syl';
	color: #666666;
	font-size: 18px;
	line-height: 1.2;
	padding: 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.detail-pager a:hover{
	color: #0481d1;
}
.page_prev .t1{
	font-family: 'syl';
	font-size: 14px;
	color: #5f5f5f;
	margin-bottom: 20px;
}
.page_prev .t1 span{
	padding-left: 30px;
	background: url(../images/img22.png) left center no-repeat;
}
.page_prev:hover .t1 span{
	color: #0481d1;
	background: url(../images/img22a.png) left center no-repeat;
}
.page_next{
	text-align: right;
}
.page_next .t1{
	font-family: 'syl';
	font-size: 14px;
	color: #5f5f5f;
	margin-bottom: 20px;
	text-align: right;
}
.page_next .t1 span{
	padding-right: 30px;
	background: url(../images/img23.png) right center no-repeat;
}
.page_next:hover .t1 span{
	color: #0481d1;
	background: url(../images/img23a.png) right center no-repeat;
}
.page_prev .t2,
.page_next .t2{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
@media only screen and (max-width: 1440px){
	.new-detail .left_wrap .title .h1{
		font-size: 32px;
	}
	.new-detail .left_wrap .box{
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 1366px){
	.new-detail .left_wrap .title .h1{
		font-size: 30px;
	}
	.new-detail .left_wrap .box{
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 1280px){
	.new-detail .left_wrap .title .h1{
		font-size: 28px;
	}
	.new-detail .left_wrap .box{
		padding-bottom: 30px;
	}
	.new-detail .left_wrap .title .txt .sp {
	    margin-right: 30px;
	}
}
@media only screen and (max-width: 1024px){
	.new-detail .left_wrap .content{
		padding: 40px;
	}
	.new-detail .left_wrap{
		/*float: none;
		width: 100%;*/
		width: -moz-calc(100% - 320px);
		width: -webkit-calc(100% - 320px);
		width: calc(100% - 320px);
	}
	.new-detail .left_wrap .box{
		padding-bottom: 20px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 24px;
		line-height: 1.5;
	}
	.new-detail .left_wrap .title .txt .sp {
	    margin-right: 25px;
	}
	.new-detail .right_wrap{
		/*display: none;*/
		width: 280px;
	}
	.new-detail .right_wrap .title{
		font-size: 22px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
}
@media only screen and (max-width: 992px){
	.new-detail .left_wrap,
	.new-detail .right_wrap{
		float: none;
		width: 100%;
	}
	.new-detail .right_wrap{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 640px){
	.new-detail .left_wrap .content{
		padding: 40px 30px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 22px;
	}
	.newwrap ul li{
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 540px){
	.new-detail{
		padding-bottom: 50px;
	}
	.new-detail .left_wrap .content{
		padding: 30px 25px;
	}
	.new-detail .left_wrap .title .h1{
		font-size: 20px;
	}
	.new-detail .left_wrap .title .txt{
		margin-top: 15px;
	}
	.new-detail .left_wrap .title .txt .sp{
		margin-right: 20px;
	}
	.new-detail .right_wrap .title{
		font-size: 20px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 480px){
	.new-detail .right_wrap{
		margin-top: 30px;
	}
	.new-detail .right_wrap .newwrap{
		margin-top: 20px;
	}
	.new-detail .right_wrap .title{
		font-size: 18px;
	}
	.newwrap ul li{
		margin-bottom: 20px;
	}
	.newwrap ul li a{
		padding-left: 28px;
	}
	.newwrap ul li .t1{
		margin-bottom: 5px;
		font-size: 15px;
	}
}
/* contact */
.contact{
	padding-top: 5.72%;
	padding-bottom: 40px;
	background: #fafafa;
}
.contact .box{
	margin-top: 5%;
}
.contact .infor ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.contact .infor ul li{
	position: relative;
	float: left;
	width: 33.33%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
    align-items: end;
    justify-content: center;
}
.contact .infor ul li:before{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #dedede;
}
.contact .infor ul li:last-child:before{
	display: none;
}
.contact .infor ul li span{
	display: inline-block;
	text-align: left;
}
.contact .infor ul li .t1{
	color: #2690d5;
	font-size: 16px;
	margin-bottom: 15px;
}
.contact .infor ul li .t2{
	position: relative;
	padding-left: 40px;
	font-family: 'syl';
	color: #222222;
	font-size: 16px;
	margin-bottom: 12px;
}
.contact .infor ul li .t2 img{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	/*margin-right: 15px;*/
}
.contact .img{
	margin-top: 5%;
	overflow: hidden;
}
.contact .img img{
	width: 100%;
}
.contact .office{
	margin-top: 5%;
}
.contact .office>ul{
	font-size: 0;
}
.contact .office>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	margin-right: 6.5%;
	margin-bottom: 24px;
	background: url(../images/img85.png) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 25px 0px 40px;
}
.contact .office>ul>li:nth-child(3n){
	margin-right: 0;
}
.contact .office ul li .tit{
	color: #000000;
	font-size: 18px;
	line-height: 1.7;
	padding-top: 10px;
	/*border-bottom: #e5e5e5 solid 1px;*/
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.contact .office ul li ul{
	padding-top: 25px;
	padding-bottom: 10px;
	font-family: 'syl';
	color: #888888;
	font-size: 16px;
	line-height: 1.6;
}
.contact .office ul li ul li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 6px;
	min-height: 26px;
}
.contact .office ul li ul li .sp{
	position: absolute;
	left: 0;
	top: 0;
	color: #000000;
}
/*ç®€ä»‹*/
.about{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.introduction{
	position: relative;
	z-index: 1;
	padding-bottom: 9.4%;
}
.introduction .content{
	margin-top: 20px;
}
.introduction .imgbox{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	padding-right: 9%;
	box-sizing: border-box;
	text-align: right;
	font-size: 0;
}
.introduction .imgbox .img{
	position: relative;
	display: inline-block;
	max-width: 1170px;
	width: 100%;
}
.introduction .imgbox .bg{
	width: 100%;
	overflow: hidden;
}
.introduction .imgbox .bg img{
	width: 100%;
}
.introduction .imgbox .site{
	position: absolute;
	right: 8.1%;
	bottom: 32%;
	width: 30%;
	text-align: center;
}
.introduction .imgbox .site .src1{
	padding: 15px;
	background: #FFFFFF;
	box-shadow: 6px 5px 20px rgba(0,0,0,0.09);
}
.introduction .imgbox .site .triangle{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0px;
	border-color: #FFFFFF transparent transparent transparent;
	transform: translateX(-50%);
	margin-left: 20px;
}
.introduction .imgbox .site .src2{
	position: relative;
	z-index: 1;
	margin: 12px auto 0;
	width: 36%;
}
.introduction .imgbox .site .src2>img{
	width: 100%;
	animation: beat 1s linear infinite;
}
.introduction .imgbox .site .src2 .spbg{
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	-webkit-animation-name: scaleDraw; 
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 2s;
}
/*.introduction .imgbox .site .src2 .spbg img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	animation: cir_out 5s linear infinite;
	animation-fill-mode: both;
}
.introduction .imgbox .site .src2 .spbg .ig1{
	animation-delay: 1s;
}
.introduction .imgbox .site .src2 .spbg .ig2{
	animation-delay: 3s;
}
.introduction .imgbox .site .src2 .spbg .ig3{
	animation-delay: 4s;
} */
 @keyframes scaleDraw {
	0%{
		transform: scale(1);  /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
	}
	25%{
		transform: scale(1.2); /*æ”¾å¤§1.1å€*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.2);
	}
}
@keyframes cir_out {
	0% {
		transform: scale(0.05);
		opacity: 1;
	}
	80% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.1);
		opacity: 1;
	}
}
.introduction .box{
	max-width: 880px;
	width: 100%;
	margin-top: 35px;
}
.introduction .box .txt{
	min-height: 230px;
	text-align: justify;
}
.introduction .box .other{
	margin-top: 20px;
}
.introduction .box .other>ul>li{
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0;
	width: 50%;
}
.introduction .box .other>ul>li:nth-child(odd){
	padding-right: 3%;
}
/*.introduction .box .other>ul>li:nth-child(odd){
	width: 45%;
}
.introduction .box .other>ul>li:nth-child(even){
	width: 55%;
	padding-left: 3%;
}*/
.introduction .box .other>ul>li .icon{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	overflow: hidden;
}
.introduction .box .other>ul>li .icon img{
	max-width: 100%;
}
.introduction .box .other>ul>li .text{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
	padding-left: 20px;
	margin-top: 6%;
}
/*å‘å±•åŽ†ç¨‹*/
.development{
	padding-top: 30px;
}
.development .box{
	padding-top: 30px;
	padding-bottom: 8.9%;
	/*padding-left: 3%;*/
}
.web-show{
	display:block;
}
.iPhone-show{
	display:none;
}
.development .box .swiper-wrapper{
	align-items: flex-end;
}
.development .box .swiper-slide{
}
.development .event{
	position: relative;
	padding-left: 40px;
	/*max-width: 200px;*/
	/*min-height: 210px;*/
	height: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.development .swiper-container{
	padding-top: 150px;
}
.development .swiper-slide-active .event{
	-webkit-transform: translateY(-150px);
	transform: translateY(-150px);
}
.development .event:before{
	content: '';
	position: absolute;
	left: 0;
	top: 12px;
	z-index: 2;
	width: 16px;
	height: 16px;
	border: #999999 solid 4px;
	border-radius: 50%;
}
.development .swiper-slide-active .event:before{
	border: #0481d1 solid 4px;
}
.development .event:after{
	content: '';
	position: absolute;
	left: 11px;
	top: 34px;
	z-index: 1;
	width: 2px;
	height: 100%;
	background: linear-gradient(244deg,rgba(187,195,204,1) 50%,rgba(255,255,255,0) 100%);
}
.development .swiper-slide-active .event:after{
	background: linear-gradient(244deg,rgba(112,183,232,1) 50%,rgba(255,255,255,0) 100%);
}
/*.development .swiper-slide:nth-child(1) .event{
}
.development .swiper-slide:nth-child(1).swiper-slide-active .event{
	height: 290px;
}
.development .swiper-slide:nth-child(2) .event{
	height: 250px;
}
.development .swiper-slide:nth-child(2).swiper-slide-active .event{
	height: 330px;
}
.development .swiper-slide:nth-child(3) .event{
	height: 290px;
}
.development .swiper-slide:nth-child(3).swiper-slide-active .event{
	height: 370px;
}
.development .swiper-slide:nth-child(4) .event{
	height: 330px;
}
.development .swiper-slide:nth-child(4).swiper-slide-active .event{
	height: 410px;
}
.development .swiper-slide:nth-child(5) .event{
	height: 350px;
}
.development .swiper-slide:nth-child(5).swiper-slide-active .event{
	height: 430px;
}
.development .swiper-slide:nth-child(6) .event{
	height: 390px;
}
.development .swiper-slide:nth-child(6).swiper-slide-active .event{
	height: 470px;
}*/
.development .event .t1{
	font-family: 'syb';
	color: #999999;
	font-size: 20px;
}
.development .event .t1 span{
	font-size: 36px;
}
.development .event .t2{
	color: #999999;
	font-size: 18px;
	line-height: 1.6;
}
.development .swiper-slide-active .event .t1{
	color: #0481d1;
}
.development .swiper-slide-active .event .t2{
	color: #333333;
}
/*å…¨çƒè¥é”€ç½‘ç»œ*/
.network{
	padding-top: 20px;
	padding-bottom: 5.2%;
}
.network .box{
	margin-top: 50px;
}
.network .box .text{
	font-family: 'syl';
	color: #aeaeae;
	font-size: 16px;
	line-height: 1.7;
	text-align: justify;
}
.network .box .content{
	margin-top: 9%;
}
.network .box .content .other{
	max-width: 1173px;
	width: 100%;
	margin: auto;
}
.network .explain{
	margin-top: 60px;
}
.network .explain ul{
	font-size: 0;
	text-align: center;
}
.network .explain ul li{
	display: inline-block;
	margin-right: 70px;
	font-family: 'syb';
	font-size: 16px;
}
.network .explain ul li:last-child{
	margin-right: 0;
}
.network .explain ul li.c1{
	color: #009f34;
}
.network .explain ul li.c2{
	color: #e6e6e6;
}
.network .explain ul li.c3{
	color: #8f8e8e;
}
.network .explain ul li img{
	display: inline-block;
	margin-right: 5px;
}
/*ä¼ä¸šç†å¿µ*/
.idea{
	padding-top: 20px;
}
.idea .box{
	padding-top: 7%;
	padding-bottom: 11.4%;
}
.idea ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.idea ul li{
	float: left;
	width: 46.4%;
	margin-right: 7.2%;
	background: #134b8c;
	box-sizing: border-box;
	padding: 30px 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.idea ul li:nth-child(2n){
	margin-right: 0;
}
.idea ul li:hover{
	/*-webkit-transform: translateY(-10px);
	transform: translateY(-10px);*/
	box-shadow: 0px 0px 25px rgba(19,75,140,0.3);
	background: #009946;
}
.idea ul li .icon{
	text-align: left;
	margin-bottom: 25px;
}
.idea ul li .icon img{
	max-width: 16%;
}
.idea ul li .t1{
	font-family: 'syb';
	color: #ffffff;
	font-size: 36px;
	line-height: 1;
}
.idea ul li i{
	display: block;
	width: 240px;
	height: 1px;
	background: #e1e1e1;
	margin-top: 25px;
	margin-bottom: 20px;
}
.idea ul li .t2{
	font-family: 'syl';
	color: #dddddd;
	font-size: 20px;
	line-height: 1.6;
	min-height: 100px;
	text-align: justify;
}
/**/
.service{
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.service .box{
	margin-top: 5%;
}
.service .box .text{
	float: left;
	width: 50%;
	font-family: 'syr';
	color: #333333;
	font-size: 16px;
	line-height: 2;
	box-sizing: border-box;
	overflow: hidden;
	text-align: justify;
}
.service .box .comicon li{
	position: relative;
/*	padding-left: 25px;*/
	margin-bottom: 5%;
	overflow: hidden;
}
.service .box .comicon li .t1{
    float: left;
    width: 55px;
    overflow: hidden;
    text-align: left;
}
.service .box .comicon li .t1 img{
	max-width: 77%;
}
.service .box .comicon li .t2{
	float: left;
	width: -moz-calc(100% - 55px);
	width: -webkit-calc(100% - 55px);
	width: calc(100% - 55px);
	margin-top: 7px;
	text-align: justify;
}
/*.service .box .comicon li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 16px;
	height: 20px;
	background: url(../images/img86.png) center left no-repeat;
	background-size: 100% auto;
}*/
.service .box .img{
	float: left;
	width: 50%;
	box-sizing: border-box;
	overflow: hidden;
}
.service .box .img img{
	max-width: 100%;
}
.service .resources .box .img{
	width: 50%;
	text-align: center;
}
.service .resources .box .text{
	width: 50%;
}
.service .box .right{
	float: right;
}
.marketing{
	padding-top: 20px;
	padding-bottom: 80px;
}
.marketing .img{
	padding-right: 3%;
}
.resources{
	padding-top: 20px;
	padding-bottom: 10%;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.resources .text{
	padding-left: 5%;
}
.resources .text>ul>li{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	box-sizing: border-box;
}
.resources .text>ul>li .t1{
	float: left;
	width: 100px;
	overflow: hidden;
	text-align: left;
}
.resources .text>ul>li .t1 img{
	max-width: 100%;
}
.resources .text>ul>li .t2{
	float: left;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	margin-top: 10px;
	text-align: justify;
}
.resources .text>ul>li .t2 ul{
	margin-top: 20px;
	font-family: 'syl';
	color: #666666;
	font-size: 15px;
	line-height: 2;
}
.resources .text>ul>li .t2 ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.resources .text>ul>li .t2 ul li:last-child{
	margin-bottom: 0;
}
.resources .text>ul>li .t2 ul li .sp{
	position: absolute;
	left: 0;
	top: 2px;
	width: 21px;
	height: 24px;
	background: url(../images/img94.png) center no-repeat;
	background-size: 100% auto;
}
.diversify{
	padding-top: 7%;
	padding-bottom: 7.5%;
	background: url(../images/img49.png) center no-repeat;
	background-size: cover;
}
.diversify .wrap{
	position: relative;
}
.diversify .wrap .img{
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.diversify .wrap .img img{
	max-width: 33%;
}
.diversify .wrap ul{
	/* position: relative;
	width: 100%; */
}
.diversify .wrap ul li{
	position: absolute;
	width: 32.5%;
	overflow: hidden;
}
.diversify .wrap ul li.lia{
	left: 4%;
	bottom: 12%;
}
.diversify .wrap ul li.lib{
	left: 7%;
	top: 9%;
}
.diversify .wrap ul li.lic{
	right: 7%;
	top: 10%;
}
.diversify .wrap ul li.lid{
	right: 4.5%;
	bottom: 20%;
}
.diversify .wrap ul li .icon{
	float: left;
	width: 70px;
	overflow: hidden;
}
.diversify .wrap ul li .icon img{
	max-width: 100%;
}
.diversify .wrap ul li .txt{
	float: left;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	box-sizing: border-box;
}
.diversify .wrap ul li.lia .icon,
.diversify .wrap ul li.lib .icon{
	float: right;
}
.diversify .wrap ul li.lia .txt,
.diversify .wrap ul li.lib .txt{
	padding-right: 25px;
	text-align: right;
}
.diversify .wrap ul li.lic .txt,
.diversify .wrap ul li.lid .txt{
	padding-left: 25px;
}
.diversify .wrap ul li .t1{
	font-family: 'syb';
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
}
.diversify .wrap ul li .t2{
	font-family: 'syl';
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}
/* æŠ€æœ¯æ³•è§„é¡¾é—® */
.consultant{
	padding-top: 20px;
	padding-bottom: 8.33%;
}
.service .consultant .box{
	display: flex;
	align-items: center;
}
.service .consultant .box .text{
	width: 41.5%;
	padding-right: 3%;
}
.service .consultant .img{
	width: 58.5%;
}
/* è¯æ”¿æ³¨å†ŒæœåŠ¡ */
.administration{
	padding-top: 20px;
	padding-bottom: 11.9%;
}
.administration .text{
	padding-right: 3%;
}
.administration .text>ul>li{
	margin-bottom: 60px;
}
.administration .text>ul>li .t1{
	font-family: 'syb';
	color: #000000;
	font-size: 24px;
}
.administration .text>ul>li ul{
	margin-top: 25px;
}
.administration .text>ul>li ul li{
	position: relative;
	padding-left: 30px;
	background: url(../images/img57.png) top left no-repeat;
	background-size: 21px 24px;
	margin-bottom: 15px;
}
/*join*/
.join{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/* äººæ‰ç†å¿µ */
.concept{
	padding-top: 80px;
	padding-bottom: 4.7%;
}
.concept .box{
	margin-top: 6%;
}
.concept .box .content{
	max-width: 1050px;
	width: 100%;
	margin: auto;
}
.concept .box .content ul{
	position: relative;
	z-index: 1;
	padding-bottom: 17%;
}
.concept .box .content ul li{
	float: left;
	box-sizing: border-box;
}
.concept .box .content ul li.li1{
	padding-left: 3%;
	width: 27.8%;
}
.concept .box .content ul li.li2{
	width: 25%;
}
.concept .box .content ul li.li3{
	width: 24.2%;
}
.concept .box .content ul li.li4{
	width: 23%;
}
.concept .box .content ul li .line{
	position: absolute;
	top: 8%;
	z-index: -1;
	/*height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;*/
	overflow: hidden;
}
.concept .box .content ul li .line img{
	width: 100%;
}
.concept .box .content ul li.li1 .line{
	left: 4.8%;
	width: 1px;
}
.concept .box .content ul li.li2 .line{
	left: 12.4%;
	width: 179px;
}
.concept .box .content ul li.li3 .line{
	right: 45.5%;
	width: 1px;
}
.concept .box .content ul li.li4 .line{
	right: 21.4%;
	width: 104px;
}
.concept .box .content ul li .icon{
	float: left;
	width: 35px;
	margin-right: 10px;
}
.concept .box .content ul li .icon img{
	max-width: 100%;
}
.concept .box .content ul li .txt{
	float: left;
	width: -moz-calc(100% - 45px);
	width: -webkit-calc(100% - 45px);
	width: calc(100% - 45px);
	background-color: #f7f7f7;
}
.concept .box .content ul li .t1{
	color: #2e76c9;
	font-size: 24px;
	text-transform: capitalize;
	white-space: nowrap;
}
.concept .box .content ul li .t1:first-letter{
	font-family: 'syb';
	color: #00a037;
}
.concept .box .content ul li .t2{
	color: #000000;
	font-size: 24px;
}
.concept .box .content .img{
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: left;
	overflow: hidden;
}
.concept .box .content .img .a1{
	float: left;
	width: 10.49%;
}
.concept .box .content .img .a2{
	float: left;
	width: 4.28%;
}
.concept .box .content .img .a3{
	float: left;
	width: 35.88%;
}
.concept .box .content .img .a4{
	float: left;
	width: 11.21%;
}
.concept .box .content .img .a5{
	float: left;
	width: 3.98%;
}
.concept .box .content .img .a6{
	float: left;
	width: 12.54%;
}
.concept .box .content .img .a7{
	float: left;
	width: 21.61%;
}
/*.concept .box .content .img img{
	max-width: 100%;
}
.concept .box .content.animated .img{
	animation: rise 0.5s ease .5s both;
}*/
.concept .box .content.animated .img .a1{
	animation: rise 0.5s ease .1s both;
}
.concept .box .content.animated .img .a2{
	animation: rise 0.5s ease .2s both;
}
.concept .box .content.animated .img .a3{
	animation: rise 0.5s ease .3s both;
}
.concept .box .content.animated .img .a4{
	animation: rise 0.5s ease .4s both;
}
.concept .box .content.animated .img .a5{
	animation: rise 0.5s ease .5s both;
}
.concept .box .content.animated .img .a6{
	animation: rise 0.5s ease .6s both;
}
.concept .box .content.animated .img .a7{
	animation: rise 0.5s ease .7s both;
}
.concept .box .content.animated ul li.li1 .line{
	animation: line 0.5s ease 1.2s both;
}
.concept .box .content.animated ul li.li1 .icon{
	animation: text 0.5s ease 1.2s both;
}
.concept .box .content.animated ul li.li1 .txt{
	animation: text 1s ease 1.2s both;
}
.concept .box .content.animated ul li.li2 .line{
	animation: line 0.5s ease 2s both;
}
.concept .box .content.animated ul li.li2 .icon{
	animation: text 0.5s ease 2s both;
}
.concept .box .content.animated ul li.li2 .txt{
	animation: text 1s ease 2s both;
}
.concept .box .content.animated ul li.li3 .line{
	animation: line 0.5s ease 3s both;
}
.concept .box .content.animated ul li.li3 .icon{
	animation: text 0.5s ease 3s both;
}
.concept .box .content.animated ul li.li3 .txt{
	animation: text 1s ease 3s both;
}
.concept .box .content.animated ul li.li4 .line{
	animation: line 0.5s ease 4s both;
}
.concept .box .content.animated ul li.li4 .icon{
	animation: text 0.5s ease 4s both;
}
.concept .box .content.animated ul li.li4 .txt{
	animation: text 1s ease 4s both;
}
/*.concept .box.animated .content .img{
	animation: rise 0.5s ease .5s both;
}
.concept .box.animated .content ul li.li1 .line{
	animation: line 0.5s ease 1.2s both;
}
.concept .box.animated .content ul li.li1 .icon{
	animation: text 0.5s ease 1.2s both;
}
.concept .box.animated .content ul li.li1 .txt{
	animation: text 1s ease 1.2s both;
}
.concept .box.animated .content ul li.li2 .line{
	animation: line 0.5s ease 2s both;
}
.concept .box.animated .content ul li.li2 .icon{
	animation: text 0.5s ease 2s both;
}
.concept .box.animated .content ul li.li2 .txt{
	animation: text 1s ease 2s both;
}
.concept .box.animated .content ul li.li3 .line{
	animation: line 0.5s ease 3s both;
}
.concept .box.animated .content ul li.li3 .icon{
	animation: text 0.5s ease 3s both;
}
.concept .box.animated .content ul li.li3 .txt{
	animation: text 1s ease 3s both;
}
.concept .box.animated .content ul li.li4 .line{
	animation: line 0.5s ease 4s both;
}
.concept .box.animated .content ul li.li4 .icon{
	animation: text 0.5s ease 4s both;
}
.concept .box.animated .content ul li.li4 .txt{
	animation: text 1s ease 4s both;
}*/
@keyframes rise{
	0%{
		opacity: 0;
		transform: translateY(100px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes line{
	0%{
		opacity: 0;
		height: 0;
	}
	100%{
		opacity: 1;
		height: 100%;
	}
}
@keyframes text{
	0%{
		opacity: 0;
		transform: translateY(-50px);
	}
	100%{
		opacity: 1;
		transform: translateY(0);
	}
}
/*å‘˜å·¥é£Žé‡‡*/
.activities{
	padding-top: 20px;
	padding-bottom: 6%;
}
.activities .box{
	position: relative;
	/*margin-top: 4.28%;
	padding-left: calc((100% - 1400px) / 2);*/
	box-sizing: border-box;
	max-width: 1640px;
	width: 100%;
	margin: 4.28% auto 0;
	padding: 0 4%;
	overflow: hidden;
}
.activities .swiper-container{
	max-width: 1400px;
	width: 100%;
	margin: auto;
}
.activities .swiper-wrapper{
	align-items: flex-end;
}
/*.activities .swiper-slide{
	width: 430px;
}
.activities .swiper-slide-active{
	width: 480px;
}*/
.activities .swiper-slide{
	transform: scale(0.9);
	transform-origin: 50% 100%;
}
.activities .swiper-slide-active{
	transform: scale(1);
}
.activities .swiper-slide a{
	position: relative;
	display: block;
	width: 100%;
}
.activities .img{
	width: 100%;
	overflow: hidden;
}
.activities .swiper-slide .img img{
	width: 100%;
}
.activities .swiper-slide i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.activities .swiper-slide-active i{
	background: url(../images/img66.png) center bottom no-repeat;
	background-size: 100% auto;
}
.activities .swiper-slide .txt{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px;
	overflow: hidden;
	width: 100%;
	font-family: 'syl';
	color: #ebebeb;
	/*font-size: 20px;*/
	font-size: 22px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}
.activities .swiper-slide-active .txt{
	bottom: 40px;
	top: auto;
	-webkit-transform: none;
	transform: none;
	color: #ffffff;
	font-size: 26px;
}
.activities .swiper-pagination-progress{
	position: relative;
	width: 100%;
	height: 2px;
	margin-top: 6%;
	border-radius: 5px;
	overflow: hidden;
	background: #f1f1f1;
}
.activities .swiper-pagination-progressbar{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 2px;
	background: url(../images/img70.png) center repeat-x;
	border-radius: 2px;
	overflow: hidden;
}
.activities .swiper-scrollbar{
	left: 0;
	width: 100%;
	height: 2px;
	background: #f1f1f1;
	border-radius: 2px;
	margin-top: 7%;
}
.activities .swiper-scrollbar-drag{
	height: 2px;
	/* background: #0481d1; */
	background: url(../images/img70.png) center repeat-x;
}
.activities .swiper-button-next, .activities .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -23px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.activities .swiper-button-prev, 
.activities .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img64.png);
    left: 0;
    right: auto;
}
.activities .swiper-button-next, 
.activities .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img65.png);
    right: 0;
    left: auto;
}
.activities .swiper-button-next.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/img65a.png);
}
.activities .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
	background-image: url(../images/img64a.png);
}
.activities_info{
	padding-bottom: 60px;
}
.activities_info .box{
	padding-top: 60px;
	padding-bottom: 6.4%;
	padding-left: 30px;
	padding-right: 30px;
	background: #FFFFFF;
}
.activities_info .box .title{
	text-align: center;
	font-family: 'sym';
	font-weight: bold;
	margin-bottom: 60px;
}
.activities_info .box .title .t1{
	color: #333;
	font-size: 32px;
	margin-bottom: 5px;
}
.activities_info .box .title .t2{
	color: #000000;
	font-size: 24px;
}
.activities_info .box .comtxt img{
	display: block;
	margin: auto;
}
/*æ‹›è˜ä¿¡æ¯*/
.recruitment{
	padding-top: 20px;
	padding-bottom: 60px;
}
.recruitment .box{
	margin-top: 50px;
}
.recruitment .box ul{
	margin-bottom: 60px;
}
.recruitment .box ul li{
	background: #FFFFFF;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.recruitment .box ul li .upper{
	width: 100%;
	overflow: hidden;
	padding: 25px 0px;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
}
.recruitment .box ul li .upper .t1{
	float: left;
	width: 33%;
	color: #000000;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 2.85%;
	margin-top: 7px;
}
.recruitment .box ul li.on .upper .t1{
	color: #0481d1;
}
.recruitment .box ul li .upper .t2,
.recruitment .box ul li .upper .t3,
.recruitment .box ul li .upper .t4{
	float: left;
	margin-top: 10px;
}
.recruitment .box ul li .upper .t2{
	width: 22%;
}
.recruitment .box ul li .upper .t3{
	width: 21%;
}
.recruitment .box ul li .upper .t4{
	width: 12%;
}
.recruitment .box ul li .upper .ic{
	float: left;
	width: 12%;
	height: 45px;
	background: url(../images/img74.png) center no-repeat;
	background-size: 45px 45px;
}
.recruitment .box ul li.on .upper .ic{
	background: url(../images/img75.png) center no-repeat;
	background-size: 45px 45px;
}
.recruitment .box ul li .lower{
	width: 100%;
	overflow: hidden;
	border-top: #f6f6f6 solid 1px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 2.85%;
	padding-right: 2.85%;
	box-sizing: border-box;
	display: none;
}
.recruitment .box ul li .lower .text{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}
.recruitment .box ul li .lower .bt{
	color: #222222; 
	font-size: 18px; 
	margin-bottom: 10px;
}
.recruitment .box ul li .deliver{
	margin-top: 30px;
}
.recruitment .box ul li .deliver a{
	display: inline-block;
	min-width: 160px;
	height: 50px;
	line-height: 50px;
	background: #0481d1;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 15px;
}
.recruitment .box ul li .deliver img{
	display: inline-block;
	margin-right: 10px;
}
.recruitment .wrap{
	max-width: 1000px;
	width: 100%;
	margin-top: 50px;
}
.recruitment .wrap .txt{
	font-family: 'syl';
	font-size: 16px;
	color: #222222;
	line-height: 1.7;
}
.recruitment .wrap ul{
	margin-top: 40px;
	font-size: 0;
}
.recruitment .wrap ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
	width: 30%;
	background: #FFFFFF url(../images/img81.png) center bottom -100% no-repeat;
	box-shadow: 0px 6px 21px rgba(0,0,0,0.12);
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.recruitment .wrap ul li:nth-child(3n){
	margin-right: 0;
}
.recruitment .wrap ul li:hover,
.recruitment .wrap ul li.on{
	color: #FFFFFF;
	background: #287cb2 url(../images/img81.png) center bottom no-repeat;
	background-size: 100% auto;
}
.recruitment .wrap ul li a{
	display: block;
	width: 100%;
	font-family: 'syl';
	color: #0e0e0e;
	font-size: 30px;
	min-height: 170px;
	padding: 15px 25px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.recruitment .wrap ul li:hover a,
.recruitment .wrap ul li.on a{
	color: #FFFFFF;
}
.recruitment .wrap ul li i{
	position: absolute;
	right: 10%;
	bottom: 15%;
	width: 16.333%;
	height: 31px;
	background: url(../images/img82.png) center no-repeat;
	background-size: 100% auto;
}
.recruitment .wrap ul li:hover i,
.recruitment .wrap ul li.on i{
	background: url(../images/img83.png) center no-repeat;
	background-size: 100% auto;
}
.recruit_infor{
	padding: 65px 0px;
	background: #eeeeee;
}
.recruit_infor ul li{
	position: relative;
	float: left;
	width: 33.33%;
	text-align: center;
}
.recruit_infor ul li:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #cecece;
}
.recruit_infor ul li:last-child:before{
	display: none;
}
.recruit_infor ul li span{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
}
.recruit_infor ul li .icon{
	float: left;
	margin-right: 20px;
}
.recruit_infor ul li .icon img{
	width: 62px;
}
.recruit_infor ul li .txt{
	float: left;
	width: -moz-calc(100% - 82px);
	width: -webkit-calc(100% - 82px);
	width: calc(100% - 82px);
	font-family: 'syl';
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	word-break: break-word;
}
.recruit_infor ul li .txt .t1{
	color: #333333;
}
.recruit_infor ul li .txt .t2{
	color: #888888;
}
@media only screen and (max-width: 1680px){
	.header .nav>ul>li{
		padding: 0px 25px;
	}
	.introduction .imgbox{
		padding-right: 3%;
	}
	.o-title .t1{
		font-size: 44px;
	}
	.o-title .t2{
		font-size: 24px;
	}
	/*20220419*/
	.i-banner .box .t1{
		font-size: 64px;
	}
	.i-banner .box .t1 span{
		max-width: 80%;
	}
	/*.activities .swiper-button-prev, .activities .swiper-container-rtl .swiper-button-next{
		left: 3%;
	}
	.activities .swiper-button-next, .activities .swiper-container-rtl .swiper-button-prev{
		right: 3%;
	}*/
	/*.activities .swiper-slide{
		width: 430px;
	}
	.activities .swiper-slide-active{
		width: 500px;
	}*/
}
@media only screen and (max-width: 1536px){
	.header .nav>ul>li{
		padding: 0px 18px;
	}
	.introduction .imgbox .img{
		max-width: 75%;
	}
	.recruitment .wrap ul li a{
		font-size: 28px;
	}
	.o-title .t1{
		font-size: 42px;
	}
	.o-title .t2{
		font-size: 22px;
	}
	/**/
	.activities .box{
		padding-left: 5%;
	}
	/*.activities .swiper-slide{
		width: 400px;
	}
	.activities .swiper-slide-active{
		width: 470px;
	}*/
	/*.activities .swiper-button-prev, .activities .swiper-container-rtl .swiper-button-next{
		left: 1%;
	}
	.activities .swiper-button-next, .activities .swiper-container-rtl .swiper-button-prev{
		right: 1%;
	}*/
	.activities .swiper-slide-active .txt{
		font-size: 24px;
	}
	/*20220419*/
	.i-banner.b1{
		top: 20vh;
	}
	.i-banner .box .t1{
		font-size: 60px;
	}
	.i-banner .box .t1 span{
		max-width: 60%;
	}
	/**/
}
@media only screen and (max-width: 1440px){
	.header .nav>ul>li{
		padding: 0px 10px;
	}
	.search-header {
		padding-top: 80px;
		padding-bottom: 100px;
	}
	/*20220419*/
	.i-banner.b1{
		top: 18vh;
	}
	.i-banner .box .t1{
		font-size: 54px;
	}
	.i-banner .box .t1 span{
		max-width: 50%;
	}
	.i-banner .box .t1 span.oth{
		max-width: 30%;
	}
	/*index*/
	.synopsis .title{
		font-size: 42px;
	}
	.num{
		margin-top: 100px;
	}
	.num ul li .t1 .timer{
		font-size: 42px;
	}
	.platform .title{
		font-size: 36px;
	}
	.platform .wrap .txt ul li .t1{
		font-size: 22px;
	}
	/*new*/
	.o-title .t1{
		font-size: 40px;
	}
	.o-title .t2{
		font-size: 20px;
	}
	.comnav{
		top: -50px;
	}
	.comnav ul li a, .comnav ul li span{
		height: 100px;
		line-height: 100px;
	}
	.comnav ul li .serial{
		font-size: 75px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 42px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 28px;
	}
	/*development*/
	.development .swiper-container{
		padding-top: 110px;
	}
	.development .swiper-slide-active .event{
		-webkit-transform: translateY(-110px);
	    transform: translateY(-110px);
	}
	.development .event:before{
		width: 14px;
		height: 14px;
	}
	.development .event:after{
		left: 10px;
	}
	.development .event .t1{
		font-size: 18px;
	}
	.development .event .t1 span{
		font-size: 34px;
	}
	.development .event .t2{
		font-size: 16px;
	}
	/**/
	.idea ul li .t1{
		font-size: 34px;
	}
	.idea ul li .t2{
		font-size: 18px;
	}
	/**/
	.recruitment .wrap ul li a{
		font-size: 26px;
	}
	.recruitment .wrap ul li i{
		width: 15%;
	}
	/**/
	/*.activities .swiper-pagination-progressbar{
		height: 8px;
	}*/
	.activities .swiper-slide-active .txt{
		font-size: 22px;
	}
	/**/
	.administration .text>ul>li .t1{
		font-size: 22px;
	}
	.diversify .wrap ul li .t1{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1400px){
	/*.header .nav>ul>li{
		padding: 0px 18px;
	}*/
	/*.platform .wrap .dot1{
		top: 24%;
	}
	.platform .wrap .dot2{
		top: 32.5%;
	}
	.platform .wrap .dot3{
		top: 23.7%;
	}
	.platform .wrap .dot4{
		top: 32.5%;
	}
	.platform .wrap .dot5{
		bottom: 21.2%;
	}
	.platform .wrap .dot6{
		bottom: 30%;
	}
	.platform .wrap .dot7{
		bottom: 21%;
	}
	.platform .wrap .dot8{
		bottom: 30%;
	}*/
	/*  */
	.introduction .box{
		max-width: 840px;
	}
	
}
@media only screen and (max-width: 1366px){
	.header .nav>ul>li{
		padding: 0px 8px;
	}
	.search-header {
		padding-top: 70px;
		padding-bottom: 90px;
	}
	.searchdiv{
		margin-left: 25px;
	}
	.head-nation{
		margin-left: 25px;
	}
	/*20220419*/
	.i-banner.b1{
		top: 15vh;
	}
	.i-banner .box .t1{
		font-size: 48px;
	}
	.i-banner .box .t1 span.oth{
		max-width: 28%;
	}
	/**/
	.footer .foot_right{
		/*padding-left: 5%;*/
		padding-left: 9%;
	}
	/*index*/
	.synopsis .title{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.synopsis .txt{
		margin-bottom: 30px;
	}
	.synopsis .txt, .gmn_map .iconbox .sp{
		font-size: 15px;
	}
	.num{
		margin-top: 80px;
	}
	.num ul li .t1 .timer{
		font-size: 40px;
	}
	.platform .wrap .txt ul li{
		height: 210px;
	}
	.platform .wrap .txt ul li .t1{
		font-size: 20px;
	}
	.platform .wrap .txt ul li .t2{
		font-size: 15px;
	}
	/*new*/
	.o-title .t1{
		font-size: 38px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 40px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 25px;
	}
	.comnav{
		top: -45px;
	}
	.comnav ul li a, .comnav ul li span{
		height: 90px;
		line-height: 90px;
	}
	.comnav ul li .serial{
		font-size: 70px;
	}
	.new .box{
		padding-bottom: 80px;
	}
	/**/
	.idea ul li .t1{
		font-size: 32px;
	}
	/**/
	.recruitment .wrap ul li a{
		font-size: 24px;
		min-height: 150px;
	}
	.recruitment .wrap ul li i{
		width: 13%;
	}
	/**/
	.activities_info .box .title{
		margin-bottom: 45px;
	}
	.activities_info .box .title .t1{
		font-size: 34px;
	}
	.activities_info .box .title .t2{
		font-size: 22px;
	}
	.diversify .wrap ul li.lid{
		bottom: 16%;
	}
	/*20220517*/
	.platform .wrap .dot1{
		top: 20.5%;
	}
	.platform .wrap .dot2{
		top: 33%;
	}
	.platform .wrap .dot3{
		top: 20%;
	}
	.platform .wrap .dot4{
		top: 33%;
	}
	.platform .wrap .dot5{
		bottom: 15%;
	}
	.platform .wrap .dot6{
		bottom: 27%;
	}
	.platform .wrap .dot7{
		bottom: 15%;
	}
	.platform .wrap .dot8{
		bottom: 27%;
	}
}
@media only screen and (max-width: 1320px){
	/*.header .nav>ul>li{
		padding: 0px 12px;
	}*/
	.introduction .box{
		max-width: 780px;
	}
	
}
@media only screen and (max-width: 1280px){
	.header .nav>ul>li{
		padding: 0px 4px;
	}
	.header .nav>ul>li>a{
		font-size: 17px;
	}
	.head-nation,
	.searchdiv{
		margin-left: 20px;
	}
	.search-header{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.search-header .search-input{
		text-indent: 60px;
		line-height: 60px;
		font-size: 22px;
	}
	.search .submit0{
		height: 60px;
		background: url(../images/searchf.png) no-repeat center;
		background-size: 26px 26px;
	}
	.search-close{
		height: 60px;
		background: url(../images/close.png) no-repeat center;
		background-size: 26px 26px;
	}
	/**/
	.footer .foot_right{
		/*padding-left: 4%;*/
		padding-left: 7%;
	}
	/*index*/
	.synopsis .title{
		font-size: 36px;
	}
	.num{
		margin-top: 70px;
	}
	/*.platform .wrap .txt ul li .t1{
		font-size: 20px;
	}*/
	.platform .title{
		font-size: 32px;
	}
	/*.platform .wrap .dot1{
		top: 23%;
	}
	.platform .wrap .dot2{
		top: 31%;
	}
	.platform .wrap .dot3{
		top: 23%;
	}
	.platform .wrap .dot4{
		top: 31%;
	}
	.platform .wrap .dot5{
		bottom: 24.5%;
	}
	.platform .wrap .dot6{
		bottom: 33%;
	}
	.platform .wrap .dot7{
		bottom: 24.5%;
	}
	.platform .wrap .dot8{
		bottom: 33%;
	}*/
	/*20220517*/
	.platform .wrap .dot1{
		top: 20%;
	}
	.platform .wrap .dot2{
		top: 31%;
	}
	.platform .wrap .dot3{
		top: 19%;
	}
	.platform .wrap .dot4{
		top: 31%;
	}
	.platform .wrap .dot5{
		bottom: 19%;
	}
	.platform .wrap .dot6{
		bottom: 30%;
	}
	.platform .wrap .dot7{
		bottom: 19%;
	}
	.platform .wrap .dot8{
		bottom: 30%;
	}
	/*new*/
	.o-title .t1{
		font-size: 36px;
	}
	/*.o-title .t2{
		font-size: 20px;
	}*/
	.obanner .bannerzi .box .t1{
		font-size: 36px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 21px;
	}
	.new .box{
		padding-bottom: 70px;
	}
	.idea ul li .t1{
		font-size: 28px;
	}
	.idea ul li .t2{
		font-size: 16px;
	}
	/*20220419*/
	.i-banner .box .t1{
		font-size: 42px;
	}
	.i-banner .box .t1 span.oth{
		max-width: 27%;
	}
	/**/
	.activities .swiper-slide-active .txt{
		font-size: 20px;
	}
	/**/
	.administration .text>ul>li{
		margin-bottom: 50px;
	}
	.administration .text>ul>li .t1{
		font-size: 20px;
	}
	.administration .text>ul>li ul{
		margin-top: 20px;
	}
	.diversify .wrap ul li.lid{
		bottom: 12%;
	}
	.diversify .wrap ul li .t2{
		font-size: 15px;
		text-align: justify;
	}
}
@media only screen and (max-width: 1199px){
.web-show{
	display:none;
}
.iPhone-show{
	display:block;
}
	.main{
		padding-top: 70px;
	}
	.header .nav{
		display: none;
	}
	.header .logo a {
	    height: 70px;
	    line-height: 70px;
	}
	.header .logo a img{
		max-height: 45px;
	}
	.header .show-search-btn{
		margin-top: 20px;
	}
	.search{
		top: 70px;
	}
	.search-header {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.head-nation{
		margin-top: 20px;
	}
	.header .head-nation .current .name{
		display: none;
	}
	.head_phone{
		margin-top: 15px;
	}
	.head_phone span{
		display: none;
	}
	.head_phone img{
		width: 30px;
	}
	.menubtn{
		display: block;
		margin-left: 7px;
	}
	/*footer*/
	.footer .foot_right{
		/*padding-left: 3%;*/
		padding-left: 6%;
	}
	.footer .foot_nav{
		/*width: -moz-calc(100% - 235px);
	    width: -webkit-calc(100% - 235px);
	    width: calc(100% - 235px);*/
	}
	.footer .foot_nav ul li{
		/*margin-right: 4%;*/
		margin-right: 10%;
	}
	.footer .foot_follow{
		/*width: 220px;*/
	}
	/**/
	.introduction .box{
		width: 67%;
	}
	.diversify .wrap ul li{
		width: 38%;
	}
	.diversify .wrap ul li.lia{
		bottom: 0;
		left: 0;
	}
	.diversify .wrap ul li.lib{
		left: 2%;
	}
	.diversify .wrap ul li.lic{
		right: 2%;
	}
	.diversify .wrap ul li.lid{
		bottom: 5%;
		right: 0;
	}
	.diversify .wrap ul li .icon{
		width: 60px;
	}
	.diversify .wrap ul li .txt {
	    float: left;
	    width: -moz-calc(100% - 60px);
	    width: -webkit-calc(100% - 60px);
	    width: calc(100% - 60px);
    }
	.diversify .wrap ul li.lia .txt, .diversify .wrap ul li.lib .txt{
		padding-right: 10px;
	}
	.diversify .wrap ul li.lic .txt, .diversify .wrap ul li.lid .txt{
		padding-left: 15px;
	}
	.diversify .wrap ul li .t1{
		font-size: 20px;
		margin-bottom: 6px;
	}
	.concept .box .content ul li .t1{
		font-size: 22px;
	}
}
@media only screen and (max-width: 1024px){
	/*header*/
	.search-header .search-input {
	    text-indent: 45px;
	    line-height: 50px;
	    font-size: 20px;
	}
	.search .submit0{
		height: 50px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 24px 24px;
	}
	.search-close {
	    height: 50px;
	    background: url(../images/close.png) no-repeat center;
	    background-size: 24px 24px;
	}
	/*lunbotu*/
	.lunbotu .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 25px;
	}
	.oimg1{
		display: none;
	}
	.oimg2{
		display: block;
	}
	/*footer*/
	.footer{
		padding-top: 50px;
	}
	.footer .content{
		padding-bottom: 50px;
	}
	.footer .foot_right{
		padding-left: 5%;
	}
	.footer .foot_nav{
		display: none;
	}
	.footer .foot_nav ul li{
		margin-right: 9%;
	}
	.footer .foot_follow{
		/*width: 250px;*/
	}
	.footer .box{
		padding: 20px 0px 25px;
		overflow: hidden;
	}
	.footer .copyright{
		float: none;
		text-align: center;
	}
	.footer .foot_ic{
		display: none;
	}
	/*index*/
	.synopsis{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.synopsis .title {
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	.num{
		margin-top: 50px;
	}
	.num ul li {
	    margin-right: 50px;
	}
	.num ul li .t1{
		font-size: 18px;
	}
	.num ul li .t1 .timer{
		font-size: 36px;
	}
	.gmn_map .iconbox .sp{
		font-size: 14px;
	}
	.platform{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	/*.platform .box{
		margin-top: 50px;
	}*/
	.platform .title{
		font-size: 28px;
	}
	.platform .wrap .txt ul li{
		height: 170px;
	}
	.platform .wrap .txt ul li:hover span{
		top: -90px;
	}
	/*.platform .wrap .txt ul li:hover span{
		top: 0;
	}
	.platform .wrap .txt ul li:hover .icon{
		opacity: 1;
	}*/
	.platform .wrap .txt ul li .t1{
		font-size: 18px;
	}
	.platform .wrap .txt ul li .t2{
		font-size: 14px;
		/*display: none;*/
	}
	.platform .wrap .txt ul li .icon{
		margin-top: 25px;
		width: 64px;
		height: 64px;
		line-height: 64px;
	}
	/*20220517*/
	.platform .wrap .dot1{
		top: 18%;
	}
	.platform .wrap .dot2{
		top: 29%;
	}
	.platform .wrap .dot3{
		top: 17%;
	}
	.platform .wrap .dot4{
		top: 29%;
	}
	.platform .wrap .dot5{
		bottom: 26%;
	}
	.platform .wrap .dot6{
		bottom: 36%;
	}
	.platform .wrap .dot7{
		bottom: 26%;
	}
	.platform .wrap .dot8{
		bottom: 36%;
	}
	/**/
	.message{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.message .title{
		font-size: 28px;
	}
	/**/
	.comnav{
		top: -35px;
	}
	.comnav ul{
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}
	.comnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.comnav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}
	.comnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
	.comnav ul li a,
	.comnav ul li span{
		height: 70px;
		line-height: 70px;
		font-size: 18px;
	}
	.comnav ul li .serial{
		font-size: 64px;
	}
	.o-title .t1{
		font-size: 32px;
	}
	.o-title .t2{
		font-size: 18px;
	}
	/*.obanner .bannerzi .box .t1{
		font-size: 32px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 18px;
	}*/
	.obanner{
		padding: 30% 0;
	}
	.obanner>img{
		display: none;
	}
	.ob-img{
		display: block;
	}
	.new .box{
		padding-bottom: 60px;
	}
	.new .box ul{
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.new ul li .time .t1{
		font-size: 20px;
	}
	.new ul li .time .t2{
		font-size: 16px;
	}
	.new ul li .txt .t1{
		font-size: 18px;
		margin-bottom: 10px;
	}
	
	/**/
	/*development*/
	.development .box{
		padding-top: 20px;
	}
	.development .swiper-container{
		padding-top: 80px;
	}
	.development .swiper-slide-active .event{
		-webkit-transform: translateY(-80px);
	    transform: translateY(-80px);
	}
	.development .event:before{
		width: 12px;
		height: 12px;
	}
	.development .event:after{
		left: 9px;
		top: 30px;
	}
	.development .event .t1 span{
		font-size: 32px;
	}
	/**/
	.idea .box{
		padding-top: 50px;
    	padding-bottom: 100px;
	}
	.idea ul li{
		padding: 30px 40px;
	}
	.idea ul li .t1{
		font-size: 24px;
	}
	.idea ul li .t2{
		font-size: 15px;
	}
	/**/
	.network{
		padding-bottom: 70px;
	}
	.network .box{
		margin-top: 40px;
	}
	.network .box .content{
		margin-top: 50px;
	}
	.network .explain{
		margin-top: 50px;
	}
	/**/
	.contact{
		padding-top: 60px;
	}
	.contact .office>ul>li{
		width: 30%;
	    margin-right: 5%;
	}
	/**/
	.links a{
		margin-right: 80px;
	}
	.recruitment{
		padding-bottom: 40px;
	}
	.recruitment .wrap ul li a{
		font-size: 21px;
		min-height: 120px;
	}
	.recruitment .wrap ul li i{
		width: 12%;
	}
	.recruitment .box ul{
		margin-bottom: 40px;
	}
	.recruitment .box ul li .upper{
		padding: 20px 0px;
	}
	.recruitment .box ul li .upper .t1{
		font-size: 18px;
	}
	.recruitment .box ul li .upper .ic{
		background: url(../images/img74.png) center no-repeat;
    	background-size: 40px 40px;
	}
	.recruitment .box ul li.on .upper .ic{
		background: url(../images/img75.png) center no-repeat;
		background-size: 40px 40px;
	}
	/**/
	.activities_info .box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.activities_info .box .title{
		margin-bottom: 35px;
	}
	.activities_info .box .title .t1{
		font-size: 30px;
	}
	/*.activities_info .box .title .t2{
		font-size: 20px;
	}*/
	.detail-pager a{
		font-size: 16px;
	}
	.page_prev .t1,
	.page_next .t1{
		margin-bottom: 15px;
	}
	/**/
	.activities{
		padding-bottom: 70px;
	}
	.activities .box{
		padding-right: 5%;
		margin-top: 50px;
	}
	/*.activities .swiper-pagination-progressbar{
		height: 4px;
	}*/
	.activities .swiper-slide-active .txt{
		font-size: 20px;
		bottom: 25px;
	}
	.activities .swiper-button-next, .activities .swiper-container-rtl .swiper-button-prev{
		right: 0%;
	}
	.activities .swiper-button-prev, .activities .swiper-container-rtl .swiper-button-next{
		left: 0%;
	}
	.activities .swiper-slide .txt{
		font-size: 20px;
	}
	/**/
	.concept{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.concept .box{
		margin-top: 60px;
	}
	.concept .box .content ul{
		padding-bottom: 10%;
	}
	.concept .box .content ul li.li1{
		width: 21.8%;
	}
	.concept .box .content ul li.li2{
		width: 31%;
	}
	.concept .box .content ul li .icon{
		width: 30px;
	}
	.concept .box .content ul li.li .line img{
		max-height: 140px;
	}
	.concept .box .content ul li.li2 .line{
		width: 11%;
		left: 12.5%;
	}
	.concept .box .content ul li.li4 .line{
		width: 7%;
		right: 21%;
	}
	.concept .box .content ul li .txt{
	    width: -moz-calc(100% - 40px);
	    width: -webkit-calc(100% - 40px);
	    width: calc(100% - 40px);
	}
	.concept .box .content ul li .t1,
	.concept .box .content ul li .t2{
		font-size: 18px;
	}
	.administration .text>ul>li{
		margin-bottom: 40px;
	}
	/**/
	.service .box{
		margin-top: 50px;
	}
	.service .box .text{
		font-size: 15px;
	}
	.resources .text>ul>li .t2 ul{
		font-size: 14px;
	}
	.administration{
		padding-bottom: 70px;
	}
	.administration .text>ul>li ul li{
		background: url(../images/img57.png) top 3px left no-repeat;
    	background-size: 21px 24px;
	}
	/**/
	.consultant{
		padding-bottom: 70px;
	}
	.service .consultant .box .text,
	.service .consultant .img{
		width: 50%;
	}
	/**/
	.service .resources .box .img{
		width: 42%;
	}
	.service .resources .box .text{
		width: 58%;
		padding-left: 3%;
	}
	.service .box .comicon li .t1{
		width: 45px;
	}
	.service .box .comicon li .t2{
		width: -moz-calc(100% - 45px);
		width: -webkit-calc(100% - 45px);
		width: calc(100% - 45px);
		margin-top: 4px;
	}
	.resources{
		padding-bottom: 70px;
	}
	.resources .text>ul>li .t1{
		width: 65px;
		margin-right: 15px;
	}
	.resources .text>ul>li .t2{
		width: -moz-calc(100% - 80px);
	    width: -webkit-calc(100% - 80px);
	    width: calc(100% - 80px);
	}
	.contact .office ul li .tit{
		font-size: 16px;
	}
	.resources .text>ul>li .t2 ul li{
		padding-left: 30px;
		margin-bottom: 15px;
	}
	.resources .text>ul>li .t2 ul li .sp{
		width: 18px;
	}
}
@media only screen and (max-width: 992px){
	.footer .content{
		padding-bottom: 40px;
	}
	.footer .foot_left{
		/*width: -moz-calc(100% - 270px);
		width: -webkit-calc(100% - 270px);
		width: calc(100% - 270px);*/
		width: calc(100% - 120px);
		box-sizing: border-box;
		padding-right: 10px;
	}
	.footer .foot_right{
		padding-left: 0;
		/*width: 250px;*/
		width: 115px;
	}
	.footer .foot_follow{
		width: 100%;
	}
	/*index*/
	.platform{
		padding-bottom: 50px;
	}
	.platform .wrap .img{
		position: static;
	}
	.platform .wrap .img .pImg{
		display: none;
	}
	.platform .wrap .img .mImg{
		display: block;
		margin: auto;
	}
	.platform .wrap .img>div{
		display: none;
	}
	.platform .wrap .txt{
		margin-top: 30px;
	}
	.platform .wrap .txt ul{
		font-size: 0;
	}
	.platform .wrap .txt ul li{
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin-right: 6%;
		height: auto;
		background: none;
		margin-top: 0;
		margin-bottom: 6%;
	}
	.platform .wrap .txt ul li:nth-child(2n){
		margin-right: 0;
	}
	.platform .wrap .txt ul li:nth-child(odd),
	.platform .wrap .txt ul li:nth-child(even){
		float: none;
	}
	.platform .wrap .txt ul li:hover{
		background: none;
	}
	.platform .wrap .txt ul li span{
		position: relative;
		margin-top: 35px;
		padding: 35px 15px 15px;
		box-sizing: border-box;
		background: #4d5fa9 url(../images/img16.png) center no-repeat;
		background-size: cover;
		border-radius: 10px;
	}
	.platform .wrap .txt ul li:hover span{
		top: 0;
	}
	.platform .wrap .txt ul li .icon{
		position: absolute;
		left: 0;
		right: 0;
		top:-35px;
		margin: auto;
		background: #4d5fa9
	}
	.platform .wrap .txt ul li:hover .icon{
		opacity: 1;
	}
	.platform .wrap .txt ul li .t1{
		margin-top: 10px;
	}
	.platform .wrap .txt ul li .t2{
		opacity: 1;
		padding: 0;
	}
	/**/
	.diversify{
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.diversify .wrap .img{
		float: none;
		width: 100%;
		text-align: center;
	}
	.diversify .wrap .img img{
		max-width: 50%;
	}
	.diversify .wrap ul{
		margin-top: 40px;
	}
	.diversify .wrap ul li{
		position: static;
		width: 100%;
		margin-bottom: 30px;
	}
	.diversify .wrap ul li:last-child{
		margin-bottom: 0;
	}
	.diversify .wrap ul li.lia .icon, .diversify .wrap ul li.lib .icon{
		float: left;
	}
	.diversify .wrap ul li.lia .txt, .diversify .wrap ul li.lib .txt{
		padding-right: 0;
		padding-left: 15px;
		text-align: left;
	}
	
}
@media only screen and (max-width: 768px){
	/**/
	.synopsis {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.synopsis .title {
	    font-size: 28px;
	    margin-bottom: 15px;
	}
	.synopsis .txt, .gmn_map .iconbox .sp{
		font-size: 14px;
	}
	.synopsis .btn a{
		height: 42px;
		line-height: 42px;
	}
	.num{
		margin-top: 40px;
	}
	.num ul li{
		margin-right: 35px;
	}
	.num ul li .t1{
		font-size: 16px;
	}
	.num ul li .t1 .timer{
		font-size: 32px;
	}
	.synopsis .map{
		position: static;
		width: 90%;
		margin: 40px auto 0px;
	}
	.platform{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	/*.platform .box{
		margin-top: 40px;
	}*/
	.platform .title{
		font-size: 24px;
	}
	.message {
	    padding-top: 50px;
	    padding-bottom: 60px;
	}
	.message .title{
		font-size: 24px;
	}
	.message .box{
		margin-top: 30px;
	}
	.message .inputbox input,
	.message .textbox textarea{
		font-size: 15px;
	}
	.message .btn input{
		font-size: 18px;
	}
	/**/
	.comnav ul li a,
	.comnav ul li span{
		height: 64px;
		line-height: 64px;
		font-size: 16px;
	}
	.comnav ul li .serial{
		font-size: 60px;
	}
	.o-title .t1{
		font-size: 28px;
	}
	.o-title .t2{
		font-size: 16px;
	}
	/*.obanner .bannerzi .box .t1{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 16px;
	}*/
	.obanner .bannerzi .box .t1{
		font-size: 32px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 18px;
	}
	/*development*/
	.development .box{
		padding-bottom: 100px;
	}
	.development .swiper-container{
		padding-top: 50px;
	}
	.development .swiper-slide-active .event{
		-webkit-transform: translateY(-50px);
	    transform: translateY(-50px);
	}
	.development .event:before{
		width: 12px;
		height: 12px;
	}
	.development .event:after{
		left: 9px;
		top: 30px;
	}
	.development .event .t1 span{
		font-size: 32px;
	}
	/**/
	.idea .box{
		padding-top: 40px;
    	padding-bottom: 80px;
	}
	.idea ul li{
		width: 48%;
    	margin-right: 4%;
		padding: 25px 35px;
	}
	.idea ul li .icon{
		margin-bottom: 20px;
	}
	.idea ul li i{
		margin-top: 20px;
    	margin-bottom: 16px;
	}
	.idea ul li .t1{
		font-size: 22px;
	}
	.idea ul li .t2{
		font-size: 14px;
	}
	.comtxt{
		font-size: 15px;
	}
	.introduction{
		padding-bottom: 25%;
	}
	.introduction .box{
		max-width: 100%;
		width: 100%;
	}
	.introduction .box .txt{
		min-height: 1px;
	}
	.introduction .box .other>ul>li .text{
		font-size: 15px;
	}
	.introduction .imgbox .img{
		max-width: 100%;
	}
	.introduction .imgbox .site .src1,
	.introduction .imgbox .site .triangle{
		display: none;
	}
	/**/
	.network{
		padding-bottom: 60px;
	}
	.network .box{
		margin-top: 30px;
	}
	.network .box .text{
		font-size: 15px;
	}
	.network .box .content{
		margin-top: 40px;
	}
	.network .explain{
		margin-top: 40px;
	}
	.network .explain ul li{
		font-size: 15px;
		margin-right: 50px;
	}
	/**/
	.contact{
		padding-top: 50px;
	}
	.contact .infor ul li{
		float: none;
		width: 100%;
		text-align: left;
		margin-bottom: 15px;
		display: block;
	}
	.contact .infor ul li:last-child{
		margin-bottom: 0;
	}
	.contact .infor ul li:before{
		display: none;
	}
	.contact .infor ul li .t1,
	.contact .infor ul li .t2{
		font-size: 15px;
	}
	.contact .infor ul li .t2{
		padding-left: 35px;
	}
	.contact .infor ul li .t2 img{
		max-width: 20px;
	}
	.contact .office>ul>li{
		width: 47.5%;
		margin-right: 5%;
	}
	.contact .office>ul>li:nth-child(3n){
		margin-right: 5%;
	}
	.contact .office>ul>li:nth-child(2n){
		margin-right: 0;
	}
	.contact .office ul li .tit,
	.contact .office ul li ul{
		font-size: 15px;
	}
	/*.contact .office ul li .tit{
		padding: 12px 0px;
	}*/
	.contact .office ul li ul{
		padding-top: 20px;
	}
	/**/
	.links a{
		margin-right: 60px;
	}
	.recruitment .wrap{
		margin-top: 40px;
	}
	.recruitment .wrap .txt{
		font-size: 15px;
	}
	.recruitment .wrap ul li a{
		font-size: 18px;
		min-height: 100px;
	}
	.recruitment .box{
		margin-top: 40px;
	}
	.recruitment .box ul li .upper{
		padding: 15px 0px;
	    font-size: 15px;
	}
	.recruitment .box ul li .upper .t1{
		font-size: 16px;
		margin-top: 10px;
	}
	.recruitment .box ul li .upper .ic{
		background: url(../images/img74.png) center no-repeat;
    	background-size: 36px 36px;
	}
	.recruitment .box ul li.on .upper .ic{
		background: url(../images/img75.png) center no-repeat;
		background-size: 36px 36px;
	}
	.recruitment .box ul li .lower .text{
		font-size: 15px;
	}
	.recruitment .box ul li .lower .bt{
		font-size: 16px;
	}
	.recruitment .box ul li .deliver a{
		font-size: 16px;
	}
	.recruit_infor ul li .icon img{
		width: 56px;
	}
	.recruit_infor ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	.recruit_infor ul li:nth-child(3n){
		margin-right: 0;
	}
	.recruit_infor ul li span{
		display: block;
		box-sizing: border-box;
	}
	.recruit_infor ul li .txt{
		width: -moz-calc(100% - 76px);
	    width: -webkit-calc(100% - 76px);
	    width: calc(100% - 76px);
	    font-size: 15px;
	    text-align: left;
	}
	/**/
	.activities_info .box .title .t1{
		font-size: 26px;
	}
	.activities_info .box .title .t2{
		/*font-size: 18px;*/
		font-size: 20px;
	}
	.detail-pager a{
		padding: 25px;
		font-size: 15px;
	}
	/**/
	.activities{
		padding-bottom: 60px;
	}
	.activities .box{
		margin-top: 40px;
		padding: 0px 70px;
	}
	.activities .swiper-slide .txt{
		font-size: 18px;
	}
	.activities .swiper-button-next, .activities .swiper-container-rtl .swiper-button-prev{
		right: 10px;
	}
	.activities .swiper-button-prev, .activities .swiper-container-rtl .swiper-button-next{
		left: 10px;
	}
	/**/
	.concept{
		padding-bottom: 40px;
	}
	.concept .box{
		margin-top: 50px;
	}
	.concept .box .content ul li .icon{
		width: 25px;
	}
	.concept .box .content ul li .txt{
	    width: -moz-calc(100% - 35px);
	    width: -webkit-calc(100% - 35px);
	    width: calc(100% - 35px);
	}
	.concept .box .content ul li .t1{
		font-size: 15px;
	}
	.concept .box .content ul li .t2{
		font-size: 16px;
	}
	/**/
	.new ul li .left_w{
		width: 40%;
	}
	.new ul li .right_w{
		width: 60%;
	}
	.new ul li .time{
		padding-left: 0;
		width: 70px;
	}
	.new ul li .time .t1{
		font-size: 18px;
	}
	.new ul li .time i{
		margin-top: 10px;
    	margin-bottom: 12px;
	}
	.new ul li .time .t2{
		font-size: 15px;
	}
	.new ul li .txt .t1{
		font-size: 16px;
	}
	.new ul li .img{
		width: -moz-calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: calc(100% - 70px);
	}
	.detail-pager a{
		font-size: 16px;
	}	
	/**/
	.service .box{
		margin-top: 40px;
	}
	.service .box .text{
		float: none;
		width: 100%;
	}
	.service .box .img{
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	.administration .text{
		padding-right: 0;
	}
	.administration .text>ul>li{
		margin-bottom: 30px;
	}
	/**/
	.consultant{
		padding-bottom: 60px;
	}
	.service .consultant .box{
		display: block;
	}
	.service .consultant .box .text{
		float: none;
		width: 100%;
	}
	.service .consultant .img{
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	/**/
	.service .marketing .box .img{
		margin-top: 50px;
	}
	/**/
	.service .resources .box .img{
		width: 100%;
	}
	.service .resources .box .text{
		width: 100%;
		padding-left: 0;
	}
	.resources{
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 640px){
	/*lunbotu*/
	.lunbotu .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 20px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 28px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 16px;
	}
	/**/
	.footer .foot_left{
		/*width: -moz-calc(100% - 250px);
		width: -webkit-calc(100% - 250px);
		width: calc(100% - 250px);*/
		box-sizing: border-box;
		padding-right: 10px;
	}
	.footer .foot_right{
		padding-left: 0;
		/*width: 230px;*/
	}
	/**/
	.synopsis {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.num ul li{
		width: 31%;
		margin-right: 3.5%;
	}
	.num ul li:nth-child(3n){
		margin-right: 0;
	}
	.gmn_map .iconbox .spot{
		transform: scale(0.8);
		transform-origin: 50% 50%;
	}
	.gmn_map .iconbox .spot7{
		left: 30%;
		bottom: 24%;
	}
	.gmn_map .iconbox .spot8{
		right: 16%;
        bottom: 29%;
	}
	.platform{
		padding-top: 50px;
	}
	/**/
	.comnav ul li a,
	.comnav ul li span{
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.comnav ul li .serial{
		font-size: 54px;
	}
	.o-title .t1{
		font-size: 24px;
	}
	.o-title .t2{
		font-size: 15px;
	}
	.development{
		padding-top: 10px;
	}
	.development .box{
		padding-bottom: 80px;
	}
	.development .event .t1{
		font-size: 16px;
	}
	.development .event .t1 span{
		font-size: 32px;
	}
	.development .event .t2{
		font-size: 15px;
	}
	/**/
	.idea .box{
		padding-top: 30px;
    	padding-bottom: 70px;
	}
	.idea ul li {
	    padding: 25px 30px;
	}
	.idea ul li .t1{
		font-size: 20px;
	}
	/**/
	.network{
		padding-bottom: 50px;
	}
	.network .box .content{
		margin-top: 30px;
	}
	.network .explain{
		margin-top: 30px;
	}
	.network .explain ul li{
		margin-right: 40px;
	}
	/**/
	.recruitment .wrap ul li a{
		padding: 12px 20px;
		font-size: 16px;
		min-height: 90px;
	}
	.recruitment .box ul li .upper{
		position: relative;
		padding-right: 55px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.recruitment .box ul li .upper .t1{
		padding-left: 0;
		width: 100%;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.recruitment .box ul li .upper .t2{
		width: 100%;
		margin-top: 0;
		margin-bottom: 5px;
	}
	.recruitment .box ul li .upper .t3{
		width: 50%;
		margin-top: 0;
		margin-right: 4%;
	}
	.recruitment .box ul li .upper .t4{
		width: 46%;
		margin-top: 0;
	}
	.recruitment .box ul li .upper .ic{
		position: absolute;
		right: 15px;
		top: 12px;
		width: 40px;
	}
	.recruitment .box ul li .lower{
		padding-top: 20px;
    	padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.recruitment .box ul li .deliver a{
		min-width: 140px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 15px;
	}
	.recruit_infor{
		padding: 40px 0px;
	}
	.recruit_infor ul li{
		width: 47%;
		margin-right: 6%;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.recruit_infor ul li:nth-child(3n){
		margin-right: 6%;
	}
	.recruit_infor ul li:nth-child(2n){
		margin-right: 0;
	}
	.recruit_infor ul li:last-child{
		width: 100%;
	}
	.recruit_infor ul li:before{
		right: -3%;
		display: none;
	}
	/*.recruit_infor ul li:nth-child(3n):before{
		display: block;
	}
	.recruit_infor ul li:nth-child(2n):before{
		display: none;
	}*/
	.activities_info{
		padding-bottom: 50px;
	}
	.activities_info .box .title{
		margin-bottom: 25px;
	}
	.activities_info .box .title .t1{
		font-size: 24px;
	}
	.activities_info .box .title .t2{
		/*font-size: 16px;*/
		font-size: 18px;
	}
	.activities_info .box{
		padding-top: 40px;
    	padding-bottom: 40px;
    	padding-left: 25px;
    	padding-right: 25px;
	}
	.detail-pager{
		padding: 25px 0px;
	}
	.detail-pager:before{
		display: none;
	}
	.detail-pager a{
		float: none;
		width: 100%;
		padding: 0px 25px;
		margin-bottom: 25px;
		font-size: 15px;
	}
	.detail-pager a:last-child{
		margin-bottom: 0;
	}
	.page_next .t1,
	.page_next .t2{
		text-align: left;
	}
	.page_prev .t1, .page_next .t1{
		margin-bottom: 10px;
	}
	/**/
	.activities{
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.activities .box{
		margin-top: 30px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.activities .swiper-slide{
		transform: scale(1);
	}
	.activities .swiper-pagination-progress{
		margin-top: 35px;
	}
	/**/
	.concept{
		padding-bottom: 30px;
	}
	.concept .box{
		margin-top: 40px;
	}
	/*.concept .box .content ul li.li1{
		width: 22%;
	}
	.concept .box .content ul li.li2{
		width: 25%;
	}
	.concept .box .content ul li.li3{
		width: 27%;
	}*/
	.concept .box .content ul li.li3 .line{
		right: 45%;
	}
	.concept .box .content ul li .txt{
	    width: -moz-calc(100% - 26px);
	    width: -webkit-calc(100% - 26px);
	    width: calc(100% - 26px);
	}
	.concept .box .content ul li .t1{
		font-size: 13px;
	}
	.concept .box .content ul li .t2{
		font-size: 14px;
	}
	.concept .box .content ul li .icon{
		width: 21px;
		margin-right: 5px;
	}
	
	/**/
	.new .box{
   		padding-bottom: 50px;
   	}
	.new .box ul{
		margin-bottom: 40px;
	}
	.new ul li .left_w{
		width: 50%;
	}
	.new ul li .right_w{
		width: 50%;
	}
	/**/
	.service .box{
		margin-top: 30px;
	}
	.administration{
		padding-bottom: 60px;
	}
	.administration .text>ul>li{
		margin-bottom: 30px;
	}
	.administration .text>ul>li .t1{
		font-size: 18px;
	}
	.administration .text>ul>li ul{
		margin-top: 15px;
	}
	.marketing{
		padding-bottom: 70px;
	}
	.diversify {
	    padding-top: 60px;
	    padding-bottom: 60px;
	}
	.diversify .wrap ul{
		margin-top: 35px;
	}
	.diversify .wrap ul li .t1{
		font-size: 18px;
	}
	.contact .office>ul>li{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 540px){
	.main{
		padding-top: 60px;
	}
	/*header*/
	.header .logo a {
		height: 60px;
		line-height: 60px;
	}
	.header .logo a img{
		max-height: 40px;
	}
	.header .show-search-btn{
		margin-top: 15px;
	}
	.head-nation{
		margin-top: 15px;
	}
	.head_phone{
		margin-top: 9px;
	}
	.head_phone img{
		width: 24px;
	}
	.m-nav{
		top: 60px;
		height: calc(100vh - 60px);
	}
	.menubtn{
		height: 60px;
	}
	.search{
		top: 60px;
	}
	.search-header {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.search-header .search-input {
	    text-indent: 35px;
	    line-height: 45px;
	    font-size: 16px;
	}
	.search .submit0{
		height: 45px;
		background: url(../images/searchf.png) no-repeat center;
    	background-size: 22px 22px;
	}
	.search-close {
	    height: 45px;
	    background: url(../images/close.png) no-repeat center;
	    background-size: 22px 22px;
	}
	/**/
	.m-nav .nav-list>li>a,
	.m-nav .nav-list .one-level{
		padding: 13px 0px;
		font-size: 16px;
	}
	.m-nav .m-subnav{
		padding-top: 10px;
	    padding-bottom: 15px;
	}
	.m-nav ul li .m-subnav li a{
		font-size: 15px;
	}
	/**/
	.footer {
	    padding-top: 50px;
	}
	.footer .content{
		padding-bottom: 30px;
	}
	/*.footer .foot_left{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.footer .foot_right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}*/
	.footer .foot_follow ul{
		font-size: 0;
		text-align: center;
	}
	.footer .foot_follow ul li{
		float: none;
		display: inline-block;
		vertical-align: top;
		width: 100px;
		margin-right: 6%;
	}
	.footer .foot_follow ul li:last-child{
		margin-right: 0;
	}
	.footer .box {
	    padding: 15px 0px 20px;
	}
	/**/
	.o-title .t1{
		font-size: 22px;
	}
	/* index */
	.synopsis {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.synopsis .title{
		font-size: 24px;
	}
	.synopsis .btn a{
		width: 120px;
	}
	.synopsis .btn a img{
		margin-left: 10px;
	}
	.num{
		margin-top: 30px;
	}
	.gmn_map .iconbox .spot{
		transform: scale(0.7);
		transform-origin: 50% 50%;
	}
	.gmn_map .iconbox .spot7{
		left: 29%;
		bottom: 22%;
	}
	.gmn_map .iconbox .spot8{
		right: 13%;
        bottom: 26%;
	}
	.platform .title{
		font-size: 22px;
	}
	.platform .wrap .txt ul li .t1{
		font-size: 16px;
	}
	.platform .wrap .txt ul li .icon{
		width: 60px;
	    height: 60px;
	    line-height: 60px;
	}
	.message {
	    padding-top: 40px;
	    padding-bottom: 50px;
	}
	.message .title{
		font-size: 22px;
	}
	.message .inputbox .one-third{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.message .inputbox input{
		font-size: 14px;
		height: 45px;
		line-height: 45px;
	}
	.message .textbox textarea{
		font-size: 14px;
	}
	.message .btn input{
		font-size: 16px;
		height: 45px;
		line-height: 45px;
	}
	.obanner .bannerzi .box .t1{
		font-size: 24px;
	}
	.obanner .bannerzi .box .t2{
		font-size: 15px;
	}
	/**/
	.about .comnav ul li, .service .comnav ul li{
		width: auto;
		min-width: 120px;
	}
	.comnav ul li a, .comnav ul li span{
		padding-left: 18px;
		padding-right: 18px;
		box-sizing: border-box;
	    height: 54px;
	    line-height: 54px;
	    font-size: 14px;
	}
	.development .box{
		padding-bottom: 60px;
	}
	.development .swiper-container{
		padding-top: 30px;
	}
	.development .box .swiper-slide{
		height: auto !important;
	}
	.development .event{
		min-height: 120px;
	}
	.development .swiper-slide-active .event{
		-webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	.development .event:before{
		width: 10px;
		height: 10px;
	}
	.development .event:after{
		left: 8px;
		top: 30px;
	}
	.development .event .t1{
		font-size: 14px;
	}
	.development .event .t1 span{
		font-size: 28px;
	}
	.development .event .t2{
		font-size: 14px;
	}
	/**/
	.idea{
		padding-top: 10px;
	}
	.idea .box{
    	padding-bottom: 30px;
	}
	.idea ul li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.idea ul li .icon{
		margin-bottom: 15px;
	}
	.idea ul li .icon img {
	    max-width: 45px;
	}
	.idea ul li .t1{
		font-size: 18px;
	}
	.idea ul li .t2{
		min-height: 1px;
	}
	.idea ul li i {
	    margin-top: 15px;
	    margin-bottom: 10px;
	}
	/**/
	.introduction .box{
		margin-top: 25px;
	}
	.comtxt{
		font-size: 14px;
	}
	.introduction .box .other>ul>li{
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.introduction .box .other>ul>li .icon{
		width: 60px;
	}
	.introduction .box .other>ul>li .text{
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		width: calc(100% - 60px);
		margin-top: 10px;
		font-size: 14px;
	}
	/**/
	.network{
		padding-bottom: 40px;
	}
	.network .box .text{
		font-size: 14px;
	}
	.network .explain ul li{
		font-size: 14px;
		margin-right: 30px;
	}
	/**/
	.contact{
		padding-top: 40px;
	}
	.contact .infor ul li .t1, .contact .infor ul li .t2{
		font-size: 14px;
	}
	.contact .infor ul li .t2{
		padding-left: 30px;
	}
	/*.contact .office>ul>li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.contact .office ul li .tit{
		padding: 10px 0px;
	}*/
	.contact .office>ul>li{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contact .office>ul>li .icon img{
		max-width: 30px;
	}
	.contact .office ul li .tit, .contact .office ul li ul{
		font-size: 14px;
	}
	.contact .office ul li ul{
		padding-top: 15px;
	}
	/**/
	.links a{
		margin-right: 40px;
	}
	.recruitment .wrap{
		margin-top: 30px;
	}
	.recruitment .wrap .txt{
		font-size: 14px;
	}
	.recruitment .wrap ul{
		margin-top: 30px;
	}
	.recruitment .wrap ul li{
		width: 47.5%;
		margin-bottom: 5%;
	}
	.recruitment .wrap ul li:nth-child(3n){
		margin-right: 5%;
	}
	.recruitment .wrap ul li:nth-child(2n){
		margin-right: 0;
	}
	.recruitment .box{
		margin-top: 20px;
	}
	.recruitment .box ul li .upper{
		padding-top: 12px;
		padding-bottom: 12px;
		font-size: 14px;
	}
	.recruitment .box ul li .upper .ic{
		background: url(../images/img74.png) center no-repeat;
    	background-size: 32px 32px;
	}
	.recruitment .box ul li.on .upper .ic{
		background: url(../images/img75.png) center no-repeat;
		background-size: 32px 32px;
	}
	.recruitment .box ul li .deliver a {
	    min-width: 120px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	.recruitment .box ul li .lower .text{
		font-size: 14px;
	}
	.recruit_infor{
		padding: 30px 0px;
	}
	/*.recruit_infor ul li{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.recruit_infor ul li:before{
		display: none !important;
	}*/
	.recruit_infor ul li .icon img{
		width: 50px;
	}
	.recruit_infor ul li .txt {
	    width: -moz-calc(100% - 70px);
	    width: -webkit-calc(100% - 70px);
	    width: calc(100% - 70px);
    }
    .activities_info .box .title .t1{
	    font-size: 22px;
	}
    .detail-pager a{
    	font-size: 14px;
    }
    .activities{
    	padding-bottom: 40px;
    }
    .activities .box{
    	padding-left: 60px;
    	padding-right: 60px;
    }
    .activities .swiper-slide .txt{
    	font-size: 16px;
    }
    .activities .swiper-pagination-progress{
    	margin-top: 25px;
    }
    /**/
   	.concept{
   		padding-top: 10px;
   	}
   	.concept .box{
   		margin-top: 30px;
   	}
   	.concept .box .content ul li .icon{
   		width: 20px;
   	}
   	.concept .box .content ul li .txt{
	    width: -moz-calc(100% - 25px);
	    width: -webkit-calc(100% - 25px);
	    width: calc(100% - 25px);
	}
   	.concept .box .content ul li .t1, .concept .box .content ul li .t2{
   		font-size: 12px;
   	}
   	/**/
   	.new .box{
   		padding-bottom: 40px;
   	}
   	.new .box ul{
   		margin-top: 35px;
   	}
   	.new ul li .left_w{
		width: 100%;
		margin-bottom: 20px;
	}
	.new ul li .right_w{
		width: 100%;
		padding-left: 0;
	}
	.service .box{
		margin-top: 25px;
	}
	.service .box .img{
		margin-top: 20px;
	}
	.administration{
		padding-bottom: 50px;
	}
	.service .box .text{
		font-size: 14px;
	}
	/*.service .box .comicon li{
		padding-left: 20px;
	}
	.service .box .comicon li:before{
		width: 14px;
		top: 4px;
	}*/
	.administration .text>ul>li{
		margin-bottom: 20px;
	}
	.administration .text>ul>li .t1{
		font-size: 16px;
	}
	.administration .text>ul>li ul li {
		padding-left: 25px;
	    background: url(../images/img57.png) top 3px left no-repeat;
	    background-size: 18px auto;
	    margin-bottom: 10px;
	}
	.administration .text>ul>li ul{
		margin-top: 10px;
	}
	.consultant{
		padding-bottom: 50px;
	}
	.service .consultant .img{
		margin-top: 40px;
	}
	.marketing{
		padding-bottom: 60px;
	}
	.service .marketing .box .img{
		margin-top: 40px;
	}
	.resources{
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.service .resources .box{
		margin-top: 30px;
	}
	.resources .text>ul>li{
		margin-bottom: 20px;
	}
	.resources .text>ul>li .t1{
		width: 55px;
	}
	.resources .text>ul>li .t2 {
	    width: -moz-calc(100% - 70px);
	    width: -webkit-calc(100% - 70px);
	    width: calc(100% - 70px);
	    margin-top: 8px;
	}
	.diversify {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.diversify .wrap ul{
		margin-top: 30px;
	}
	.diversify .wrap ul li{
		margin-bottom: 20px;
	}
	.diversify .wrap ul li .icon{
		width: 54px;
	}
	.diversify .wrap ul li .txt{
		width: -moz-calc(100% - 54px);
	    width: -webkit-calc(100% - 54px);
	    width: calc(100% - 54px);
	}
	.diversify .wrap ul li .t1{
		font-size: 16px;
	}
	.activities .swiper-button-next, .activities .swiper-button-prev{
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
}
@media only screen and (max-width: 480px){
	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets, .lunbotu .swiper-pagination-custom, .lunbotu .swiper-pagination-fraction{
		bottom: 15px;
	}
	.comnav ul li a,
	.comnav ul li span{
		height: 50px;
		line-height: 50px;
	}
	.comnav ul li .serial{
		font-size: 50px;
	}
	.o-title .t1{
		font-size: 20px;
	}
	.o-title .t2{
		font-size: 14px;
	}
	.introduction .box .other>ul>li{
		margin-bottom: 20px;
	}
	.introduction .box .other>ul>li .icon{
		width: 50px;
	}
	.introduction .box .other>ul>li .text{
		width: -moz-calc(100% - 50px);
		width: -webkit-calc(100% - 50px);
		width: calc(100% - 50px);
		padding-left: 15px;
	}
	.network .explain ul li{
		font-size: 13px;
		margin-right: 20px;
	}
	.recruit_infor ul li .icon{
		margin-right: 15px;
	}
	.recruit_infor ul li .icon img{
		width: 45px;
	}
	.recruit_infor ul li .txt{
		width: -moz-calc(100% - 60px);
	    width: -webkit-calc(100% - 60px);
	    width: calc(100% - 60px);
	}
	.links a{
		margin-right: 30px;
	}
	.service .box{
		margin-top: 20px;
	}
	.service .box .img{
		margin-top: 20px;
	}
	.administration{
		padding-bottom: 40px;
	}
	.service .resources .box{
		margin-top: 25px;
	}
	.idea ul li .icon img {
	    max-width: 40px;
	}
	.concept .box .content ul{
		padding-bottom: 8%;
	}
	.concept .box .content ul li .txt{
	    width: -moz-calc(100% - 20px);
	    width: -webkit-calc(100% - 20px);
	    width: calc(100% - 20px);
	}
	.concept .box .content ul li .icon{
		width: 15px;
		margin-right: 5px;
		margin-top: -3px;
	}
	.concept .box .content ul li .t1{
		font-size: 8px;
	}
	.concept .box .content ul li .t2{
   		font-size: 10px;
   	}
   	.contact .office>ul{
   		display: flex;
   		align-items: stretch;
   		flex-wrap: wrap;
   	}
}

.new .comnav ul{
        display: flex;
}
.new .comnav ul li{
        flex-grow: 1;
}

.i-banner .box .t1{
    text-align: center;
}

.i-banner .box .t1 span{
	display: inline-block;
}

.i-banner .box .t1 img{
    max-width: 100%;
}
@media screen and (max-width: 1024px){
	.i-banner.b1{
	    top: 30%;
	}
	.i-banner .box .t1{
		font-size: 36px;
	}
}
@media screen and (max-width: 768px){
	.i-banner .box .t1{
		font-size: 32px;
	}
}
@media screen and (max-width: 640px){
	.i-banner .box .t1{
		font-size: 28px;
	}
}
@media screen and (max-width: 540px){
	.i-banner .box .t1{
		font-size: 26px;
	}
}
@media screen and (max-width: 480px){
    .i-banner .box .t1{
		font-size: 24px;
	}
}

/*æœç´¢ç»“æžœ*/
.xsousuo {
     padding-top: 90px;
    /* padding-bottom: 80px; */
    background: #fff;
}

.xsousuo .conwidth {}

.xsousuo .xssbox {
    padding-top: 85px;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 80px;
    /* background-color: #FFFFFF; */
}

.xssbox .title {
    font-family: sy-Regular;
    color: #000000;
    font-size: 28px;
    padding-bottom: 35px;
    border-bottom: #e8e8e8 solid 1px;
}

.xssbox .title .t1 {
    color: #148fee;
}

.xsdiv {}

.xsdiv ul li {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #eae5e5 solid 1px;
}

.xsdiv ul li a {
    display: inline-block;
    width: 100%;
}

.xsousuo .l-wrap {
    float: left;
    width: 150px;
}

.xsousuo .l-wrap img {
    width: 100%;
}

.xsousuo .r-wrap {
    float: left;
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 4vh;
}

.xsdiv ul li a .xtop {
    margin-bottom: 10px;
    overflow: hidden;
    color: #222222;
    font-size: 20px;
    margin-right: 30px;
    margin-bottom: 5px;
}

.xsdiv ul li a:hover .xtop {
    color: #148fee;
}

.xsdiv ul li a .xmid {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xsdiv ul li a .time {
    color: #444444;
    font-size: 16px;
}

@media screen and (max-width: 1440px) {
    .xssbox .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .xsousuo {
        padding-bottom: 70px;
    }

    .xsousuo .xssbox {
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
    }

    .xssbox .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .xsousuo {
        padding-bottom: 60px;
    }

    .xsousuo .xssbox {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .xssbox .title {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .xsdiv ul li {
        padding: 25px 0px;
    }
}

@media screen and (max-width: 640px) {
    .xsousuo .xssbox {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .xssbox .title {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .xsdiv ul li {
        padding: 20px 0px;
    }

    .xsdiv ul li a .xtop {
        font-size: 18px;
    }

    .xsdiv ul li a .time {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .xsousuo .xssbox {
        padding-top: 0;
    }

    .xsousuo .l-wrap {
        width: 100px;
    }

    .xsousuo .r-wrap {
        padding-left: 20px;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
    }

    .xsdiv ul li a .xtop {
        font-size: 17px;
    }

    .xsdiv ul li a .xmid {
        margin-bottom: 10px;
    }

    .xsdiv ul li a .time {
        font-size: 14px;
    }
}


	.shareic{
		float: right;
	}
	.shareic ul li{
		float: left;
		margin-left: 10px;
	}
	.shareic ul li:last-child{
		margin-right: 0;
	}
	.shareic ul li a{
		display: block;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 50%;
		background: #1c3647;
		overflow: hidden;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.shareic ul li:hover a{
		background: #087cc9;
	}
	.shareic ul li a img{
		max-width: 22px;
	}
	.footer .copyright{
		overflow: hidden;
	}
	@media screen and (max-width: 768px){
		.shareic{
			float: none;
			width: 100%;
			text-align: center;
			font-size: 0;
			margin-bottom: 15px;
		}
		.shareic ul{
			display: inline-block;
		}
		.shareic ul li a{
			width: 32px;
			height: 32px;
			line-height: 32px;
		}
		.shareic ul li a img{
			max-width: 18px;
		}
	}





/*20220418*/
.headtit{
	width: 100%;
	overflow: hidden;
	color: #FFFFFF;
    font-size: 20px;
    padding: 25px 0px;
    background: #0481d1;
}
.headtit .t1{
	float: left;
    width: 33%;
    box-sizing: border-box;
    padding-left: 2.85%;
}
.headtit .t2{
	float: left;
	width: 22%;
}
.headtit .t3{
	float: left;
	width: 21%;
}
.headtit .t4{
	float: left;
	width: 12%;
}
@media only screen and (max-width: 1024px){
	.headtit{
		font-size: 18px;
	}
}
@media only screen and (max-width: 768px){
	.headtit{
		padding: 20px 0px;
		font-size: 16px;
	}
}
@media only screen and (max-width: 640px){
	.headtit{
		display: none;
	}
}


/*20220421*/
.add_product{
	padding-top: 70px;
	padding-bottom: 100px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.add_product .o-title{
	text-align: center;
}
.o-title .t3{
	font-weight: bold;
	color: #0481D1;
	font-size: 36px;
}
.add_product .searchcase{
	max-width: 700px;
	width: 90%;
	margin: 30px auto 0px;
	border-radius: 28px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.add_product .searchcase .submit0{
	float: left;
	width: 70px;
	height: 54px;
	background: url(../images/img96.png) center no-repeat;
	background-size: 20px 20px;
	border: none;
	outline: none;
}
.add_product .searchcase .search-input{
	float: left;
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: calc(100% - 70px);
	box-sizing: border-box;
	padding-right: 5%;
	color: #666666;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	border: none;
	background: none;
	outline: none;
}
.add_product .searchcase .search-input::-webkit-input-placeholder{
    color: #999999;
    text-align: center;
}
.add_product .searchcase .search-input::-moz-placeholder{ 
    color: #999999;
    text-align: center;
}
.add_product .searchcase .search-input:-moz-placeholder{ 
    color: #999999;
    text-align: center;
}
.add_product .searchcase .search-input:-ms-input-placeholder{
    color: #999999;
    text-align: center;
}
.add_product .box{
	margin-top: 50px;
}
.add_product .box>ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.add_product .box>ul>li{
	float: left;
	width: 48.6%;
	margin-right: 2.8%;
	margin-bottom: 2.8%;
	box-shadow: 0px 0px 24px rgba(3,20,35,0.06);
	background-color: #FFFFFF;
	background-image: url(../images/img97.png);
	background-position:  bottom right;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 360px;
}
.add_product .box>ul>li:nth-child(2n){
	margin-right: 0;
}
.add_product .box>ul>li:hover{
	background-color: #0481d1;
}
.add_product .box ul li a{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	color: #333333;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.add_product .box ul li:hover a{
	color: #FFFFFF;
}
.add_product .box ul li .tit{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.add_product .box ul li ul li{
	font-family: "syl"; 
	font-size: 16px;
	line-height: 2;
	margin-bottom: 5px;
	text-align: justify;
	word-break: break-all;
}
.add_product .box ul li ul li span{
	font-family: "sym"; 
}
@media only screen and (max-width: 1440px){
	.o-title .t3{
		font-size: 34px;
	}
	.add_product{
		padding-bottom: 90px;
	}
	.add_product .box ul li .tit{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.add_product .box ul li ul li{
		font-size: 15px;
	}
}
@media only screen and (max-width: 1280px){
	.o-title .t3{
		font-size: 32px;
	}
	.add_product{
		padding-bottom: 80px;
	}
	.add_product .box ul li .tit{
		font-size: 22px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 1024px){
	.o-title .t3{
		font-size: 28px;
	}
	.add_product{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.add_product .box>ul{
		margin-bottom: 30px;
	}
	.add_product .box ul li .tit{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.add_product .box ul li ul li{
		font-size: 15px;
	}
	.add_product .searchcase .search-input{
		font-size: 15px;
	}
}
@media only screen and (max-width: 768px){
	.add_product{
		padding-top: 50px;
		padding-bottom: 60px;
	}
	.add_product .searchcase .submit0{
		height: 50px;
	}
	.add_product .searchcase .search-input{
		height: 50px;
		line-height: 50px;
	}
	.add_product .box{
		margin-top: 40px;
	}
	.add_product .box>ul{
		margin-bottom: 20px;
	}
	.add_product .box>ul>li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 540px){
	.o-title .t3{
		font-size: 24px;
	}
	.add_product{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.add_product .box>ul{
		margin-bottom: 10px;
	}
	.add_product .box ul li .tit{
		font-size: 18px;
	}
	.add_product .box ul li ul li{
		font-size: 14px;
	}
	.add_product .box ul li a{
		padding: 25px 25px 30px;
	}
	.add_product .searchcase .submit0{
		width: 60px;
	}
	.add_product .searchcase .search-input{
		font-size: 14px;
		width: -moz-calc(100% - 60px);
	    width: -webkit-calc(100% - 60px);
	    width: calc(100% - 60px);
	}
}

@media screen and (max-width: 375px){
        .platform .title{
                padding: 0px 5px;
        }
        .platform .wrap .txt ul li span{
                min-height: 186px;
        }
}

@media screen and (max-width: 414px){
        .concept .box .content ul li .t1,
        .concept .box .content ul li .t2{
                transform: scale(0.7);
                transform-origin: 0 0;
        }
        .concept .box .content ul li .t2{
                margin-top: -6px;
        }
}

@media screen and (max-width: 540px){
        .recruit_infor ul li{
                float: none;
                width: 100%;
            margin-right: 0;
        }

}


/*20220706*/
.development .box{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
.development .swiper-slide-active .event{
    transform: translateY(0);
}
.development .swiper-slide .event .t1{
    color: #000000;
}
.development .swiper-slide .event .t2{
    color: #000000;
}
.development .swiper-slide .event:before{
    border-color: #000000;
}
.development .swiper-slide .event:after{
    /*background: linear-gradient(244deg,rgba(187,195,204,1) 50%,rgba(255,255,255,0) 100%);*/
   background: linear-gradient(244deg,rgba(187,195,204,1) 50%,rgba(255,255,255,0) 100%);
}
@media only screen and (max-width: 640px){
    .development .swiper-slide-active .event .t1{
        color: #0481d1;
    }
    .development .swiper-slide-active .event .t2{
        color: #000000;
    }
    .development .swiper-slide-active .event:before{
        border-color: #0481d1;
    }
    .development .swiper-slide-active .event:after{
        background: linear-gradient(244deg,rgba(112,183,232,1) 50%,rgba(255,255,255,0) 100%);
    }
}
       

@media only screen and (min-width: 1280px){
    .development .swiper-slide:hover .event{
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
}

.development .swiper-slide:hover .event .t1{
    color: #0481d1;
}
.development .swiper-slide:hover .event .t2{
    color: #000000;
}
.development .swiper-slide:hover .event:before{
    border-color: #0481d1;
}
.development .swiper-slide:hover .event:after{
    background: linear-gradient(244deg,rgba(112,183,232,1) 50%,rgba(255,255,255,0) 100%);
}
