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: "ror", "Arial", "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif!important;
	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: "ror";
	src: url('../fonts/roboto-regular.ttf');
}

@font-face {
	font-family: "rob";
	src: url('../fonts/roboto-bold.ttf');
}

.conwidth {
	max-width: 1400px;
	width: 90%;
	margin: auto;
}

.o-main {
	padding-top: 90px;
}

/*header*/
.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 12;
	margin: auto;
	width: 100%;
	border-bottom: rgba(255, 255, 255, 0.12) solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header.on,
.header.oth {
	background: #004bb5;
	/*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);*/
}

.header.hover {
	background: #004bb5;
}

.header .wrap {
	width: 86.5%;
	margin: auto;
}

.header .content {}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}

.header .logo a {
	height: 90px;
	line-height: 90px;
}

.header .logo a img {}

.header .head-right {
	float: right;
}

.header .nav {
	display: inline-block;
	margin-right: 0px;
}

.header .nav>ul>li {
	position: relative;
	float: left;
	padding: 0px 30px;
}

.header .nav>ul>li>a {
	position: relative;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 90px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header .nav>ul>li:hover>a,
.header .nav>ul>li.on a {
	color: #11d4c3;
}

.header .drop-down {
	position: absolute;
	top: 90px;
	left: 0;
	min-width: 230px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	display: none;
}

.header .alter .drop-down {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

.header .drop-down ul {
	padding: 5px 0px;
	box-sizing: border-box;
}

.header .drop-down li {}

.header .drop-down li ul {
	position: absolute;
	left: 230px;
	top: 0px;
	min-width: 230px;
	min-height: 100%;
	display: none;
	background: #ffffff;
}

.header .drop-down ul li:hover ul {
	display: block;
}

.header .drop-down li {
	padding: 10px 0px;
}

.header .drop-down a {
	position: relative;
	display: block;
	text-align: left;
	color: #333333;
	font-size: 18px;
	line-height: 1.6;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 35px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down>ul>li>a {
	white-space: nowrap;
}

.header .drop-down>ul>li>a:before {
	content: '';
	position: absolute;
	right: 25px;
	top: 0;
	width: 10px;
	height: 100%;
	background: url(../images/arrow.png) center right no-repeat;
	background-size: 7px 11px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header .drop-down>ul>li:hover a:before {
	right: 15px;
	opacity: 1;
}

.header .drop-down a:hover {
	color: #11d4c3;
}

.header .drop-down li:hover>a {
	color: #11d4c3;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;
}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}

.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}

/*搜索*/
.searchdiv {
	float: left;
	text-align: center;
}

.header .show-search-btn {
	/*display: block;*/
	height: 90px;
	line-height: 90px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.show-search-btn img {
	margin-left: 10px;
}

.show-search-btn svg {
	max-width: 24px;
	max-height: 24px;
}

.show-search-btn .ic2 {
	display: none;
}

.header .content.alter .show-search-btn .ic2,
.header.white .show-search-btn .ic2,
.header.hover .show-search-btn .ic2 {
	display: inline-block;
}

.header .content.alter .show-search-btn .ic1,
.header.white .show-search-btn .ic1,
.header.hover .show-search-btn .ic1 {
	display: none;
}

.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-left: 40px;
	margin-top: 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.white .head-nation,
.header.alter .head-nation {
	background: url(../images/lang.png) center left no-repeat;
}

.head-nation .current {
	cursor: pointer;
	margin-bottom: 10px;
	padding-left: 28px;
	min-height: 30px;
	background: url(../images/lang.png) center left no-repeat;
}

.head-nation .current .name {
	min-width: 50px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	vertical-align: middle;
	display: inline-block;
	transition: all .3s;
	text-align: center;
}

.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: #405aa8;
	background-color: #f9f9f9;
}

/**/
.menubtn {
	display: none;
	float: right;
	width: 45px;
	height: 70px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
	cursor: pointer;
}

/*.header.white .menubtn,
.header .content.alter .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-icon2.png) center right no-repeat;
	-moz-background-size: 28px 28px;
	-webkit-background-size: 28px 28px;
	background-size: 28px 28px;
}

/*.header.white .menubtn.on,
.header .content.alter .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-nav {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
	box-sizing: border-box;
}

.m-nav .nav-list {
	padding-top: 30px;
	padding-left: 5%;
	padding-right: 5%;
}

.m-nav .nav-list>li {
	text-align: left;
	border-bottom: #e8e8e8 solid 1px;
	box-sizing: border-box;
}

.m-nav .nav-list .one-level {
	position: relative;
	padding-right: 40px;
}

.m-nav .nav-list .one-level i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 60px;
	background: url(../images/img49.png) center no-repeat;
	background-size: 9px 15px;
	-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 {
	background: url(../images/img49a.png) center no-repeat;
	background-size: 9px 15px;
	-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: 20px;
	color: #666666;
	display: block;
	height: 60px;
	line-height: 60px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #405aa8;
}

.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: #666666;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #405aa8;
}

.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,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-size: 18px;
	color: #999999;
	padding-left: 15px;
	height: 45px;
	line-height: 45px;
}

.m-nav .m-subnav li ul {
	display: none;
	padding: 5px 15px;
}

.m-nav .m-subnav li ul li a {
	display: block;
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover,
.m-nav ul li .m-subnav .two-level.on {
	color: #405aa8;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}

/*侧边栏*/
.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: #405aa8;
	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: #405aa8;
}

.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 {
	border-top: #11d4c3 solid 6px;
	padding-top: 4.166%;
	background: #004bb5;
}

.footer .content {}

.footer .foot_logo {
	float: left;
	text-align: right;
}

.footer .foot_logo a {}

.footer .foot_logo a img {}

.foot_right {
	float: right;
	overflow: hidden;
}

.foot_nav {
	float: left;
}

.foot_nav ul li {
	float: left;
	width: 250px;
	margin-right: 50px;
}

.footer .subtit {
	font-family: "rob";
	color: #ffffff;
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: #246ac2 solid 2px;
	margin-bottom: 28px;
}

.foot_nav ul li .drop-down {}

.foot_nav ul li .drop-down a {
	display: block;
	line-height: 2;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.foot_nav ul li .drop-down a:hover {
	color: #FFFFFF;
}

.footer .foot_infor {
	float: right;
	width: 210px;
}

.footer .foot_infor .mode li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.footer .foot_infor .mode li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: left;
}

.footer .foot_infor .mode li span img {}

.footer .foot_infor .iconbox {
	margin-top: 25px;
}

.footer .foot_infor .iconbox li {
	float: left;
	margin-right: 10px;
}

.footer .foot_infor .iconbox li:nth-child(4n) {
	margin-right: 0px;
}

.footer .foot_infor ul li a {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	border: #3174c6 solid 2px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer .foot_infor ul li a img.ic2 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic1 {
	display: none;
}

.footer .foot_infor ul li:hover a img.ic2 {
	display: inline-block;
}

.footer .foot_infor ul li:hover a {
	background: #ffffff;
	border: #ffffff solid 2px;
}

.footer .copyright {
	margin-top: 4.166%;
	color: rgba(255, 255, 255, 0.4);
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
}

.footer .copyright .conwidth {
	padding: 18px 0px;
	border-top: #246ac2 solid 2px;
}

.footer .copyright a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright .designed {
	float: right;
}

.footer .copyright .designed a {
	color: rgba(255, 255, 255, 0.6);
}

.footer .copyright a:hover {
	color: #FFFFFF !important;
}

/*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-active .banbg {
	width: 100%;
	height: 88.8vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: bigimgani 5500ms forwards ease-out;
}

/**/
@-webkit-keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes bigimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@-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;
}

.oimg2 {
	display: none;
}

.i-banner {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.i-banner .box {
	max-width: 800px;
	width: 100%;
	margin: auto;
	text-align: center;
}

.i-banner .box .t1 {
	font-family: "rob";
	color: #ffffff;
	font-size: 58px;
	line-height: 1.3;
	/*margin-bottom: 30px;*/
	word-break: break-word;
}

.i-banner .box .t2 {
	color: #fefefe;
	font-size: 20px;
	margin-bottom: 50px;
	word-break: break-word;
}

.i-banner .box .btn {
	text-align: left;
	padding: 0;
}

.i-banner .box .btn span {
	display: inline-block;
	min-width: 180px;
	text-align: center;
	padding: 0px 35px;
	color: #fcfdff;
	font-size: 16px;
	background: #7bbe42;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	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 .btn span:hover {
	color: #405aa8;
	background: #ffffff;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 50px;
}

.lunbotu .swiper-pagination {
	text-align: center;
	font-size: 0;
	width: 100% !important;
}

.lunbotu .swiper-pagination li {
	display: inline-block;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	width: auto;
	margin-left: 35px;
	cursor: pointer;
}

.lunbotu .swiper-pagination li.active {
	position: relative;
	color: #FFFFFF;
	padding-right: 180px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.lunbotu .swiper-pagination li.active:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 180px;
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}

.lunbotu .swiper-pagination li.active:after {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0px;
	height: 2px;
	background: #FFFFFF;
	animation: mymove 5s linear forwards;
	-webkit-animation: mymove 5s linear forwards;
	/*Safari and Chrome*/
	*/
}

@keyframes mymove {
	from {
		width: 0px;
	}

	to {
		width: 180px;
	}
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	from {
		width: 0px;
	}

	to {
		width: 180px;
	}
}

.obanner {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.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;
}

.obanner .bannerzi .box {
	text-align: left;
}

.obanner .bannerzi .box .t1 {
	font-family: 'rob';
	color: #ffffff;
	color: #ffffff;
	font-size: 58px;
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
	min-height: 90px;
}

.obanner .bannerzi .box .icon {
	position: relative;
	margin-top: 15px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	border: #FFFFFF solid 2px;
	text-align: center;
}

.obanner .bannerzi .box .icon .ic {
	position: absolute;
	left: 0;
	right: 0;
	top: 21px;
	margin: auto;
	width: 6px;
	height: 18px;
	background: url(../images/img67.png) center;
	animation: wheel 1.2s infinite;
	-moz-animation: wheel 1.2s infinite;
	-webkit-animation: wheel 1.2s infinite;
}

/*@keyframes wheel{
	to{opacity:0.2;top:25px}
}
@-moz-keyframes wheel{
	to{opacity:0.2;top:25px}
}
@-webkit-keyframes wheel{
	to{opacity:0.2;top:25px}
}*/
.obanner .obg {
	height: 69vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	animation: oimgani 5000ms forwards ease;
}

/**/
@-webkit-keyframes oimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes oimgani {
	0% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/*index*/
.i-partner .i-title,
.newwrap .i-title {
	text-align: left;
}

.i-title {
	text-align: center;
	padding-bottom: 20px;
}

.i-title .subtit {
	color: #051c3f;
	font-size: 12px;
}

.i-title .subtit .sp {
	display: inline-block;
	color: #051c3f;
	font-size: 14px;
}

.i-title .subtit i {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 18px;
	width: 64px;
	height: 2px;
	background: #11d4c3;
}

.i-title .h1 {
	font-family: "rob";
	color: #122350;
	font-size: 48px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.newwrap .i-title .h1 {
	margin-top: 0px;
}

.i-title .t1 {
	color: #051c3f;
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.i-title .t2 {
	color: #616469;
	font-size: 18px;
	line-height: 1.7;
}

.i-partner .i-title .t2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}

.i-product .i-title {
	padding-bottom: 0px;
}

.i-product .h1 {
	margin-bottom: 0;
}

.i-about .i-title {
	max-width: 800px;
	width: 100%;
	text-align: left;
}

.i-about .i-title .subtit,
.i-about .i-title .h1,
.i-about .i-title .t1,
.i-about .i-title .t2 {
	color: #004bb5;
}

.i-new .i-title,
.i-gather .i-title {
	float: left;
	text-align: left;
}

.i-gather .i-title .subtit,
.i-gather .i-title .h1,
.i-gather .i-title .t1,
.i-gather .i-title .t2 {
	color: #FFFFFF;
}

/**/
/*Inviting Partners*/
.i-partner {
	padding-top: 90px;
}

.i-partner .txtbox {
	float: left;
	width: 50%;
	text-align: center;
	padding-right: 2%;
	overflow: hidden;
	box-sizing: border-box;
}

.i-partner .Bigbtn {
	margin-top: 15%;
	text-align: left;
}

.i-gather .Bigbtn,
.i-new .Bigbtn {
	float: right;
	margin-top: 10px;
}

.Bigbtn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding-left: 40px;
	padding-right: 30px;
	height:60px;
	line-height: 60px;
	font-size: 14px;
	border-radius: 36px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Bigbtn.orange a {
	color: #ffffff;
}

.Bigbtn.white a {
	color: #071f43;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.Bigbtn.white a:hover {
	color: #FFFFFF;
}

.Bigbtn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	overflow: hidden;
}

.Bigbtn.orange a:before {
	background: #11d4c3;
}

.Bigbtn.white a:before {
	background: #FFFFFF;
}

.Bigbtn a:hover:before {
	width: 0;
}

.Bigbtn.orange a:hover {
	color: #FFFFFF;
}

.Bigbtn.orange a:hover:after {
	background: #004bb5;
	border-color: #004bb5;
}

.Bigbtn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.Bigbtn.orange a:after {
	border-radius: 36px;
	border: #004bb5 solid 2px;
	background: #004bb5;
}

.Bigbtn.white a:after {
	background: #11d4c3;
}

.Bigbtn.white a:hover:after {}

.Bigbtn a i {
	display: inline-block;
	width: 35px;
	height: 13px;
}

.Bigbtn.orange a i {
	background: url(../images/img8.png) center right no-repeat;
}

/*.Bigbtn.orange a:hover{
	color: #11d4c3;
}
.Bigbtn.orange a:hover i{
	background: url(../images/img8a.png) center right 5px no-repeat;
}*/
.Bigbtn.white a i {
	background: url(../images/img35.png) center right no-repeat;
}

.Bigbtn.white a:hover i {
	background: url(../images/img35a.png) center right 5px no-repeat;
}

.i-partner .imgbox {
	float: right;
	width: 50%;
	text-align: right;
	overflow: hidden;
}

.i-partner .imgbox img {
	max-width: 100%;
}

/**/
.i-project {
	padding-top: 80px;
}

.i-project .box {
	position: relative;
	background: #0f5cac;
}

.i-project .wrap {
	position: relative;
	max-width: 1640px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding-left: 60px;
	padding-right: 60px;
}

.i-project .cont {
	max-width: 1450px;
	width: 97%;
	margin: auto;
}

.i-project .swiper-container {
	padding-top: 100px;
	padding-bottom: 150px;
	padding-left: 25px;
	padding-right: 25px;
	box-sizing: border-box;
}

.i-project .box .swiper-slide {
	position: relative;
	z-index: 1;
	overflow: inherit;
}

.i-project .box .swiper-slide:hover {
	z-index: 2;
}

.i-project .box .project_li {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-project .box .swiper-slide:hover .project_li {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.i-project .box .project_li>a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.i-project .box .project_li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img10.png) center no-repeat;
	background-size: cover;
}

.i-project .box .img {
	max-width: 490px;
	width: 100%;
}

.i-project .box .img img {
	width: 100%;
}

.i-project .box .text {
	position: absolute;
	left: 0;
	bottom: -100px;
	z-index: 2;
	width: 100%;
	padding: 0px 36px;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-project .box .swiper-slide:hover .project_li .text {
	bottom: 30px;
}

.i-project .box .text .ic {
	text-align: left;
}

.i-project .box .text .ic img {}

.i-project .box .text .t1 {
	position: relative;
	padding-left: 20px;
	color: #ffffff;
	font-size: 22px;
	margin-top: 35px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.i-project .box .project_li:hover .text .t1 {
	font-size: 24px;
}

.i-project .box .text .t1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 20px;
	background: #11d4c3;
}

.i-project .box .text .t2 {
	color: #ffffff;
	font-size: 18px;
	line-height: 1.7;
	opacity: 0.7;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	opacity: 0;
}

.i-project .box .swiper-slide:hover .project_li .text .t2,
.i-project .box .swiper-slide:hover .project_li .text .btn {
	opacity: 1;
}

.i-project .box .text .btn {
	margin-top: 30px;
	text-align: right;
	font-size: 0;
	opacity: 0;
}

.i-project .box .text .btn span {
	display: inline-block;
	vertical-align: middle;
	color: #ffffff;
	font-size: 14px;
}

.i-project .box .text .btn span i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	text-align: center;
	border-radius: 50%;
	background: #11d4c3 url(../images/img19.png) center no-repeat;
}

.i-project .swiper-container-horizontal>.swiper-pagination-bullets,
.i-project .swiper-pagination-custom,
.i-project .swiper-pagination-fraction {
	bottom: 8%;
}

.i-project .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	background: #FFFFFF;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 4px;
}

.i-project .swiper-pagination-bullet-active {
	width: 66px;
	height: 6px;
	border-radius: 3px;
	background: #11d4c3;
}

.i-project .arrowsbox {
	position: absolute;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -35px;
	max-width: 1400px;
	width: 90%;
	overflow: hidden;
	z-index: 11;
	font-size: 0;
	text-align: right;
}

.i-project .arrowsbox:before {
	content: '';
	position: absolute;
	right: 85px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	width: 1px;
	height: 50%;
	background: #ee7b35;
}

/*.i-project .swiper-button-next,
.i-project .swiper-button-prev{
	position: static;
	margin-top: 0px;
	display: inline-block;
	width: 85px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #11d4c3;
	-moz-background-size: 11px 16px;
    -webkit-background-size: 11px 16px;
    background-size: 11px 16px;
    overflow: hidden;
}*/
.i-project .swiper-button-next,
.i-project .swiper-button-prev {
	margin-top: -33px;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #11d4c3;
	-moz-background-size: 11px 16px;
	-webkit-background-size: 11px 16px;
	background-size: 11px 16px;
	overflow: hidden;
}

.i-project .swiper-button-next,
.i-project .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img21.png);
}

.i-project .swiper-button-prev,
.i-project .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img20.png);
}

.i-project .swiper-button-next.swiper-button-disabled {
	background-image: url(../images/img21.png);
	background-color: #c3c3c3;
	opacity: 1;
}

.i-project .swiper-button-prev.swiper-button-disabled {
	background-image: url(../images/img20.png);
	background-color: #c3c3c3;
	opacity: 1;
}

/**/
.i-product {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #edf6ff url(../images/img26.png) right bottom no-repeat;
}

.i-product .wrap {
	max-width: 1450px;
	width: 90%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
}

.i-product .box {
	position: relative;
	width: 100%;
	padding-top: 50px;

}

.product {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
	background: #f5f8fd;
}

.product ul {
	padding-bottom: 45px;
}

.product ul li {
	float: left;
	width: -moz-calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
}

.product ul li:nth-child(3n) {
	margin-right: 0;
}

.product_li {
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover {
	box-shadow: 0px 5px 65px rgba(3, 20, 35, 0.1);
}

.product_li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 45px 40px;
}

.product_li .t1 {
	font-family: 'rob';
	color: #122350;
	font-size: 24px;
	margin-bottom: 10px;
}

.product_li .t2 {
	color: #616469;
	font-size: 18px;
}

.product_li .img {
	margin-top: 50px;
	text-align: center;
	overflow: hidden;
}

.product_li .img img {
	max-width: 75%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product_li .btn {
	margin-top: 60px;
	text-align: center;
	font-size: 0;
}

.product_li .btn span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 64px 0px 40px;
	height: 52px;
	line-height: 52px;
	border-radius: 26px;
	color: #071f43;
	font-size: 14px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}

.product_li .btn span i {
	position: absolute;
	right: 35px;
	top: 0;
	display: inline-block;
	width: 24px;
	height: 100%;
	background: url(../images/img23.png) center right no-repeat;
	background-size: 9px 13px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.product_li:hover .btn span {
	color: #FFFFFF;
}

.product_li:hover .btn span i {
	right: 38px;
	background: url(../images/img23a.png) center right no-repeat;
	background-size: 9px 13px;
}

.product_li .btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #11d4c3;
	z-index: -1;
	transition: 0.5s;
}

.product_li:hover .btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.product_li .btn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #e5e8ea solid 2px;
	border-radius: 36px;
	z-index: -2;
	box-sizing: border-box;
}

.operatebox {
	position: relative;
	max-width: 1050px;
	width: 90%;
	height: 30px;
	margin: 50px auto 0px;
}

.operatebox .swiper-pagination {
	max-width: 75%;
	width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #dae3eb;
}

.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
	top: calc(50% - 2px);
	transform: translateY(-50%);
	background: #11d4c3;
	height: 4px;
}

.operatebox .swiper-button-next,
.operatebox .swiper-button-prev {
	width: 29px;
	height: 24px;
	margin-top: -12px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.operatebox .swiper-button-prev,
.operatebox .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img24.png);
	left: 10px;
	right: auto;
}

.operatebox .swiper-button-next,
.operatebox .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img25.png);
	right: 10px;
	left: auto;
}

.operatebox .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img25a.png);
}

.operatebox .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img24a.png);
}

/*首页关于我们*/
.i-about {
	position: relative;
	width: 100%;
	background-image: url(../images/img27a.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 110px;
}

.i-about .iconbox {
	margin-top: 5%;
	max-width: 72px;
	overflow: hidden;
}

.i-about .iconbox .ic {
	background: url(../images/img28a.png) center no-repeat;
	background-size: 38.9% auto;
}

.i-about .iconbox img {
	max-width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.i-about .iconbox:hover img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.i-about .numberbox {
	margin-top: 10%;
}

.i-about .numberbox ul li {
	float: left;
	width: 19%;
	margin-right: 8%;
	padding-left: 2.5%;
	box-sizing: border-box;
}

.i-about .numberbox ul li:nth-child(4n) {
	margin-right: 0;
}

.i-about .numberbox ul li .t1 {
	font-family: "rob";
	color: #004bb5;
	font-size: 60px;
	line-height: 1.5;
}

.i-about .numberbox ul li .t2 {
	color: #004bb5;
	font-size: 16px;
	margin-top: 10px;
}



.i-reports {
	margin-top: 30px;
}

.i-reports ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	font-size: 0;
}

.i-reports ul li {
	display: inline-block;
	vertical-align: top;
	width: -moz-calc((100% - 30px) / 2);
	width: -webkit-calc((100% - 30px) / 2);
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}

.i-reports ul li:nth-child(2n) {
	margin-right: 0;
}

.i-reports ul li a {
	position: relative;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 50px;
	border-bottom: #f5f5f5 solid 1px;
	color: #616469;
	font-size: 18px;
	line-height: 1.6;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	word-break: break-word;
	overflow: hidden;
}

.i-reports ul li .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.i-reports ul li:nth-child(1) .txt,
.i-reports ul li:nth-child(2) .txt {
	height: 56px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	white-space: normal;
}

.i-reports ul li:first-child a,
.i-reports ul li:nth-child(2) a {
	border-top: #f5f5f5 solid 1px;
}

.i-reports ul li a:hover {
	color: #122350;
}

.i-reports ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 26px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #11d4c3;
}

.i-reports ul li a i {
	position: absolute;
	right: 0;
	top: 24px;
	width: 10px;
	height: 15px;
	background: url(../images/img34.png) center no-repeat;
	background-size: 8px 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-reports ul li a:hover i {
	right: 5px;
	background: url(../images/img34a.png) center no-repeat;
	background-size: 8px 15px;
}

/*i-new*/
.i-new {
	position: relative;
	z-index: 1;
	padding-top: 90px;
	padding-bottom: 80px;
}

.i-new:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 54.2%;
	background: #edf6ff;
}

.new li {
	float: left;
	width: -moz-calc((100% - 50px) / 3);
	width: -webkit-calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	margin-bottom: 25px;
	box-shadow: 5px 0px 65px rgba(3, 20, 35, 0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ffffff;
}

.new li:nth-child(3n) {
	margin-right: 0;
}

.new li:hover {
	box-shadow: 5px 0px 65px rgba(7, 45, 87, 0.28);
}

.new li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.new li .imgbox {
	width: 100%;
	overflow: hidden;
}

.new li .imgbox img {
	width: 100%;
	height:300px;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .imgbox img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.new li .txtbox {
	padding: 40px;
	overflow: hidden;
}

.new li .txtbox .oth {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.new li .txtbox .oth .sp1 {
	position: relative;
	padding-left: 20px;
	float: left;
	color: #777777;
	font-size: 14px;
}

.new li .txtbox .oth .sp1:before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #11d4c3;
}

.new li .txtbox .oth .sp2 {
	float: right;
	color: #777777;
	font-size: 16px;
}

.new li .txtbox .t1 {
	font-family: 'rob';
	color: #122350;
	font-size: 24px;
	line-height: 1.4;
	height: 68px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .txtbox .t2 {
	color: #777777;
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new li .btn {
	border-top: #f0f1f2 solid 1px;
	text-align: center;
}

.new li .btn span {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #071f43;
	font-size: 14px;
	width: 100%;
	height: 64px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .btn span {
	color: #FFFFFF;
}

.new li .btn span:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .btn span:before {
	right: auto;
	left: 0;
	width: 100%;
}

.new li .btn span i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	background: url(../images/img35.png) center right no-repeat;
}

.new li:hover .btn span i {
	background: url(../images/img35a.png) center right no-repeat;
}

.location {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}

.newwrap {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
}

.newwrap .new {
	padding-bottom: 45px;
}

.videowrap {
	padding-bottom: 30px;
}

.videowrap li {
	float: left;
	width: -moz-calc((100% - 70px) / 3);
	width: -webkit-calc((100% - 70px) / 3);
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
	margin-bottom: 35px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: #ffffff;
}

.videowrap li:nth-child(3n) {
	margin-right: 0;
}

.videowrap li .img {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
}

.videowrap li .img>img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.videowrap li:hover .img>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.videowrap li .img .ic {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.videowrap li .img .ic img {}

.videowrap li:hover .img .ic img {}

.videowrap li .txt {
	margin-top: 15px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.videowrap li:hover .txt {
	color: #11d4c3;
}

/*科学交流*/
.exchange {
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f5f9fe;
}

.exchange .new {
	padding-bottom: 35px;
}

.exchange .new li {
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
	box-shadow: 0px 1px 29px transparent;
}

.exchange .new li:nth-child(3n) {
	margin-right: 0;
}

.exchange .new li:hover {
	box-shadow: 0px 1px 29px rgba(15, 37, 60, 0.19);
}

.exchange .new li .txtbox {
	padding: 30px 30px 50px;
}

.new li .moreBtn {
	margin-top: 30px;
	font-size: 0px;
}

.new li .moreBtn span {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0px 30px;
	color: #777777;
	font-size: 14px;
	line-height: 50px;
	height: 50px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .moreBtn span {
	color: #FFFFFF;
}

.new li .moreBtn span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #11d4c3;
	border-radius: 25px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li:hover .moreBtn span:before {
	width: 100%;
}

.new li .moreBtn span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #f2f2f4 solid 2px;
	border-radius: 25px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new li .moreBtn span i {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 20px;
	background: url(../images/img35.png) center right no-repeat;
}

.new li:hover .moreBtn span i {
	background: url(../images/img35a.png) center right no-repeat;
}

.selectdiv {
	margin-bottom: 60px;
}

.selectdiv .choose {
	float: left;
	margin-top: 7px;
}

.selectdiv .choose ul li {
	position: relative;
	float: left;
}

.selectdiv .choose ul li a {
	min-width: 80px;
	padding: 0px 25px;
	color: #333333;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.selectdiv .choose ul li:hover a {
	color: #11d4c3;
}

.selectdiv .choose ul li.on a {
	background: #11d4c3;
	color: #FFFFFF;
}

.selectdiv .searchwrap {
	float: right;
	width: 420px;
	height: 64px;
	border: 2px solid #f1f1f1;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
}

.searchwrap .inputli {
	float: left;
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.searchwrap .inputli input {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	line-height: 60px;
	outline: none;
	font-size: 16px;
	color: #333333;
	background: none;
}

.searchwrap .inputli input::-webkit-input-placeholder {
	color: #999999;
}

.searchwrap .inputli input::-moz-placeholder {
	color: #999999;
}

.searchwrap .inputli input:-moz-placeholder {
	color: #999999;
}

.searchwrap .inputli input:-ms-input-placeholder {
	color: #999999;
}

.searchwrap .inputbtn {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/img47.png) center no-repeat;
	background-size: 20px auto;
	overflow: hidden;
}

.searchwrap .inputbtn input {
	width: 100%;
	height: 60px;
	outline: none;
	background: none;
	border: none;
}

/*分页*/
.page {
	width: 100%;
}

.page ul li{
	float:left;
}
.page ul li a,
.page ul li span {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	min-width: 24px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
	margin-right: 18px;
	text-align: center;
	
	font-size: 16px;
	color: #999999;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page .active span{
    color: #11d4c3;
    border: none;
}
.page ul li a:hover{
	color: #11d4c3;
    border: none;
}

.location .cont {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.location .cont img,
.location .cont a,
.location .cont span {
	display: inline-block;
	vertical-align: middle;
	color: #777777;
	font-size: 16px;
	line-height: 56px;
}

.location .cont a:hover,
.location .cont a.on {
	color: #0e5299;
}

.location .cont span {
	margin: 0px 5px;
}

@media only screen and (max-width: 1024px) {

	/*obanner*/
	.obanner>img {
		display: none;
	}

	.ob-img {
		display: block;
	}

	.obanner .bannerzi {
		position: static;
		transform: none;
		padding-top: 25%;
		padding-bottom: 25%;
	}

	.obanner .obg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.location {
		bottom: 20px;
	}

	.location .cont img,
	.location .cont a,
	.location .cont span {
		font-size: 15px;
	}

	.location .cont {
		padding: 15px 0px;
	}

	.location .cont img,
	.location .cont a,
	.location .cont span {
		line-height: 1.7;
	}

	/**/
	.abnav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}

	.abnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.abnav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.abnav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}
}

@media only screen and (max-width: 767px) {

	.location .cont a,
	.location .cont span {
		font-size: 14px;
	}

	.location .cont span {
		margin: 0px 3px;
	}
}

/*新闻详情*/
.new-detail {
	padding-top: 4.4%;
	padding-bottom: 5.2%;
}

.new-detail .wrap {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

.new-detail .title {
	text-align: center;
	
	margin-bottom: 20px;
}

.new-detail .title .t1 {
	color: #333333;
	font-size: 50px;
	font-weight: bold;
}

.new-detail .title .t2 {
	color: #999999;
	font-size: 16px;
	margin-top: 40px;
}

.new-detail .title .t2 span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px;
}

.new-detail .title .t2 span:last-child {
	margin-right: 0;
}

.detail_share {
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 0;
}

.detail_share:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	width: 100%;
	height: 2px;
	background: #ebebeb;
}

.detail_share ul {
	display: inline-block;
	overflow: hidden;
	background: #FFFFFF;
	padding: 0px 30px;
	box-sizing: border-box;
	max-width: 100%;
}

.detail_share ul li {
	float: left;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 17px;
	overflow: hidden;
	margin-right: 16px;
}

.detail_share ul li:last-child {
	margin-right: 0;
}

.detail_share ul li img {}

.detail_share ul li img.ic2 {
	display: none;
}

.detail_share ul li:hover img.ic1 {
	display: none;
}

.detail_share ul li:hover img.ic2 {
	display: inline-block;
}

.new-detail .box {
	padding: 45px 0px;

	color: #616469;
	font-size: 16px;
	line-height: 2;
}

.new-detail .box p,
.new-detail .box p span{
	font-family: "ror", "Arial", "Microsoft YaHei", "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 18px!important;
}

.new-detail .box img {
	display: block;
	margin: auto;
}

.new-detail .box .tit {

	color: #333333;
	font-size: 32px;
}

.nextprev {
	position: relative;
	padding-top: 60px;
	overflow: hidden;
	border-top: #eaeaea solid 1px;
}

.nextprev ul {}

.nextprev ul li {
	float: left;
	width: 38.6%;
	margin-right: 22.8%;
}

.nextprev ul li:nth-child(2n) {
	text-align: right;
	margin-right: 0;
}

.nextprev ul li a {
	display: inline-block;
	width: 100%;
	color: #616469;
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nextprev ul li a:hover {
	color: #11d4c3;
}

.nextprev ul li a .sp {
	color: #11d4c3;
}

.back-to {
	position: absolute;
	left: 50%;
	bottom: 0;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.back-to a {
	/*display: inline-block;
	min-width: 160px;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	padding: 0 20px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	border-radius: 25px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
	box-sizing: border-box;
}

.back-to a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.back-to a:hover:before {
	width: 0;
}

.back-to a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #004bb5 solid 2px;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 25px;
	background: #004bb5;
}

.back-to a:hover {
	color: #FFFFFF;
}

.back-to a img {
	display: inline-block;
	margin-right: 5px;
}

.back-to a .ic2 {
	display: none;
}

/*.back-to a:hover .ic2{
	display: inline-block;
}
.back-to a:hover .ic1{
	display: none;
}*/
/*How Can We Help You?*/
.help_you {
	padding-top: 80px;
	padding-bottom: 70px;
	background: #f4f9fe url(../images/img39.png) top center no-repeat;
	background-size: cover;
}

.help_you .title {
	text-align: center;
}

.help_you .title .t1 {
	font-family: 'rob';
	color: #122350;
	font-size: 44px;
}

.help_you .title .t2 {
	color: #616469;
	font-size: 18px;
	margin-top: 15px;
}

.help_you .btn {
	margin-top: 30px;
	text-align: center;
}

.help_you .btn a {
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 58px;
	line-height: 58px;
	padding-left: 38px;
	padding-right: 30px;
	border-radius: 29px;
	color: #ffffff;
	font-size: 14px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .btn a:hover {
	color: #FFFFFF;
}

.help_you .btn a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.help_you .btn a:hover:before {
	width: 0;
}

.help_you .btn a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 29px;
	border: #004bb5 solid 2px;
	background: #004bb5;
}

.help_you .btn a i {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 20px;
	background: url(../images/img35a.png) center right no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*.help_you .btn a:hover i{
	background: url(../images/img35.png) center right 3px no-repeat;
}*/

/*product*/
/**/
.abnav {
	position: relative;
	z-index: 10;
	width: 100%;
	box-shadow: 0px 5px 18px rgba(3, 20, 35, 0.06);
	background: #FFFFFF;
}

.abnav.fixed {
	position: fixed;
	left: 0;
	top: 90px;
}

.abnav ul {
	font-size: 0;
}

.abnav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-right: 40px;
	margin-right: 38px;
}

.abnav ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 2px;
	height: 14px;
	background: #f2f2f2;
}

.abnav ul li:last-child:before {
	display: none;
}

.abnav ul li a,
.abnav ul li span {
	position: relative;
	display: block;
	color: #333333;
	font-size: 18px;
	height: 80px;
	line-height: 80px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-sizing: border-box;
	cursor: pointer;
}

.abnav ul li.on a,
.abnav ul li:hover a,
.abnav ul li.on span,
.abnav ul li:hover span {
	color: #11d4c3;
}

.abnav ul li a:after,
.abnav ul li span:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 4px;
	margin: auto;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.abnav ul li.on a:after,
.abnav ul li:hover a:after,
.abnav ul li.on span:after,
.abnav ul li:hover span:after {
	width: 100%;
}

.member_centre .abnav {
	margin-top: 20px;
	box-shadow: none;
	border-bottom: #ebecf1 solid 1px;
}

.member_centre .abnav ul li a {
	font-size: 20px;
	height: 72px;
	line-height: 72px;
}

.member_centre .abnav ul li:before {
	height: 17px;
}

.member_centre .tab-btn {
  flex: 1;
  padding: 15px 0px;
  text-align: center;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 20px;
  transition: all 0.3s;
  position: relative;
  margin-right: 40px;
}
.member_centre .abnav .active{
    color:#11d4c3;
}
.member_centre .tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #11d4c3;
}
.member_centre .tabs-content {
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 25px;
  border-radius: 0 0 6px 6px;
}
.member_centre .tab-panel {
  display: none;
  animation: fadeIn 0.5s;
}
.member_centre .tab-panel.active {
  display: block;

}



/*product detail*/
.product_datail {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
}

.product_datail .purchase {
	padding-bottom: 80px;
}

.purchase .leftbox {
	float: left;
	width: 49%;
	overflow: hidden;
}

.pc-slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.product_datail .view {
	float: right;
	width: 80%;
}

.view .swiper-container {
	position: relative;
	width: 100%;
}

.view .swiper-slide {
	position: relative;
	width: 100%;
}

.view .big_img {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.view .big_img img {
	width: 100%;
}

.product_datail .preview {
	/*position: relative;*/
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 17.5%;
	height: 100%;
	padding: 35px 0px;
	box-sizing: border-box;
}

.preview .swiper-container {
	width: 100%;
	height: 100%;
}

.preview .swiper-slide {
	position: relative;
	width: 100%;
	cursor: pointer;
	background: #f2f2f2;
	overflow: hidden;
}

.preview .swiper-slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
}

.preview .active-nav.swiper-slide:before {
	border: #11d4c3 solid 3px;
	background: none;
}

.preview .arrow-left {
	background: #f2f2f2 url(../images/img59.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	z-index: 10;
}

.preview .arrow-left:hover {
	background: #11d4c3 url(../images/img59a.png) center no-repeat;
}

.preview .arrow-right {
	background: #f2f2f2 url(../images/img58.png) center no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 26px;
	z-index: 10;
}

.preview .arrow-right:hover {
	background: #11d4c3 url(../images/img58a.png) center no-repeat;
}

.preview .small_img {
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.preview .small_img img {
	max-width: 100%;
}

.view .video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	background: #000;
	display: none;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
}

.view .video video {
	width: 100%;
}

.view .play-ico {
	position: absolute;
	width: 50px;
	height: 50px;
	bottom: 0;
	left: 0;
	cursor: pointer;
	z-index: 8;
}

.view .play-ico img {
	max-width: 50px;
}

.view .play-close {
	position: absolute;
	width: 15px;
	height: 15px;
	right: 15px;
	top: 15px;
	display: none;
	cursor: pointer;
	z-index: 9;
}

.purchase .rightbox {
	float: right;
	width: 51%;
	overflow: hidden;
	padding-left: 40px;
	box-sizing: border-box;
}

.purchase .rightbox .title .t1 {
	font-family: 'rob';
	color: #333333;
	font-size: 38px;
	margin-bottom: 30px;
}

.purchase .rightbox .title .t2 {
	padding-top: 30px;
	border-top: #ebecf1 solid 1px;
	color: #616469;
	font-size: 18px;
	line-height: 1.7;
	min-height: 150px;
}

.purchase .rightbox .item{
	display: flex;
	align-items:center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
}

.purchase .rightbox .p_tile{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	width: 50%;
	font-weight: bold;
}

.purchase .rightbox .p_detail{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.purchase .opwrap {
	margin-top: 40px;
	overflow: hidden;
	font-size: 0px;
}

.purchase .opwrap .Bigbtn {
	display: inline-block;
	vertical-align: middle;
}

.purchase .opwrap .share {
	display: inline-block;
	vertical-align: middle;
	margin-left: 32px;
}

.purchase .opwrap .share ul li {
	float: left;
	margin-right: 10px;
}

.purchase .opwrap .share ul li:last-child {
	margin-right: 0px;
}

.purchase .opwrap .share ul li a {
	display: block;
	width: 100%;
	font-size: 0;
}

.purchase .opwrap .share ul li img.ic2 {
	display: none;
}

.purchase .opwrap .share ul li:hover img.ic1 {
	display: none;
}

.purchase .opwrap .share ul li:hover img.ic2 {
	display: inline-block;
}

.details_box {}

.details_box .leftbox {
	/*float: left;
	width: 64.28%;*/
	width: 100%;
}

.details_box .pronav {
	width: 100%;
	background: #FFFFFF;
}

.details_box .pronav.fixed {
	position: fixed;
	top: 90px;
	z-index: 10;
}

.details_box .pronav ul {
	max-width: 1400px;
	width: 100%;
	border-bottom: #ebecf1 solid 1px;
}

.details_box .pronav ul li {
	position: relative;
	float: left;
	margin-right: 54px;
	color: #333333;
	font-size: 20px;
	height: 64px;
	line-height: 64px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.details_box .pronav ul li.on {
	font-family: 'rob';
	color: #11d4c3;
}

.details_box .pronav ul li:last-child {
	margin-right: 0px;
}

.details_box .pronav ul li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	margin: auto;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.details_box .pronav ul li.on:before {
	width: 100%;
}

.details_box .leftbox .wrap {
	margin-top: 50px;
}

.details_box .leftbox .wrap .wrap_li {
	position: relative;
	overflow: hidden;
}

.details_box .leftbox .wrap .wrap_li .imgbox img {
	width: 100%;
}

.details_box .leftbox .wrap .wrap_li .allbtn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45%;
	background: url(../images/img64.png) bottom center no-repeat;
	text-align: center;
	font-size: 0;
}

.details_box .leftbox .wrap .wrap_li .allbtn span {
	position: absolute;
	left: 50%;
	bottom: 70px;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	white-space: nowrap;
	padding-left: 80px;
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 24px;
	background: url(../images/img65.png) left center no-repeat;
	background-size: 60px auto;
	cursor: pointer;
}

/*.details_box .leftbox .wrap .wrap_li.on{
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}
@keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1};
}
@-webkit-keyframes fadeIn{
	0%{opacity:0}
	100%{opacity:1};
}*/
.details_box .leftbox .wrap .text {
	color: #616469;
	font-size: 16px;
	line-height: 2;
}

.details_box .leftbox .wrap .text .tit {
	font-family: 'rob';
	color: #333333;
	font-size: 32px;
	line-height: 1.5;
}

.details_box .leftbox .wrap .text .subtit {
	font-family: 'rob';
	color: #333333;
	font-size: 20px;
	line-height: 1.5;
}

.details_box .rightbox {
	/*float: right;
	width: 28.57%;*/
	width: 100%;
	margin-top: 5%;
}

.details_box .rightbox .title {
	color: #333333;
	font-size: 20px;
	padding: 16px 0px;
	line-height: 1.6;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-bottom: #ebecf1 solid 1px;
}

.details_box .rightbox .prodiv {
	margin-top: 50px;
}

.details_box .rightbox .prodiv ul li {
	margin-bottom: 35px;
}

.details_box .rightbox .prodiv ul li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
}

.details_box .rightbox .prodiv ul li:nth-child(3n) {
	margin-right: 0;
}

/*付款方式*/
.member_centre {
	background: #f5f8fd;
	padding-bottom: 4.68%;
}

.member_nav {
	padding-top: 60px;
	padding-bottom: 56px;
}

.member_nav ul {
	font-size: 0px;
	text-align: center;
}

.member_nav ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

.member_nav ul li:last-child {
	margin-right: 0px;
}

.member_nav ul li a {
	position: relative;
	z-index: 1;
	display: block;
	min-width: 240px;
	height: 70px;
	line-height: 70px;
	border-radius: 35px;
	overflow: hidden;
	text-align: center;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

.member_nav ul li:hover a,
.member_nav ul li.on a {
	color: #FFFFFF;
}

.member_nav ul li a img {
	margin-right: 7px;
}

.member_nav ul li a img.ic2 {
	display: none;
}

.member_nav ul li:hover a img.ic1,
.member_nav ul li.on a img.ic1 {
	display: none;
}

.member_nav ul li:hover a img.ic2,
.member_nav ul li.on a img.ic2 {
	display: inline-block;
}

.member_nav ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	background: #11d4c3;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.member_nav ul li:hover a:before,
.member_nav ul li.on a:before {
	width: 100%;
}

.member_nav ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border: #11d4c3 solid 2px;
	border-radius: 35px;
}

.member_centre .box {
	padding: 3.6% 5.35% 5%;
	background: #ffffff;
	box-shadow: 3px 0px 40px rgba(8, 27, 47, 0.08);
}

.member_centre .box .title {
	font-family: 'rob';
	color: #333333;
	font-size: 36px;
}

.member_centre .method {
	margin-top: 40px;
}

.member_centre .method>ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.member_centre .method>ul>li {
	float: left;
	width: 33.33%;
	padding: 4% 4% 5%;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.member_centre .method>ul>li:hover {
	box-shadow: 5px 0px 40px rgba(3, 20, 35, 0.2);
}

.member_centre .method>ul>li .imgbox {
	width: 100%;
	overflow: hidden;
}

.member_centre .method>ul>li .imgbox img {
	max-width: 80%;
}

.member_centre .method>ul>li ul {
	margin-top: 30px;
}

.member_centre .method>ul>li ul li {
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.member_centre .method>ul>li ul li .sp {
	display: inline-block;
	font-family: 'rob';
}

.common_form {
	margin-top: 40px;
}

.common_form .half {
	float: left;
	width: -moz-calc((100% - 22px) / 2);
	width: -webkit-calc((100% - 22px) / 2);
	width: calc((100% - 22px) / 2);
	margin-bottom: 25px;
}

.common_form .two-thirds {
	float: left;
	width: -moz-calc(100% - 315px);
	width: -webkit-calc(100% - 315px);
	width: calc(100% - 315px);
	margin-bottom: 25px;
}

.common_form .one-third {
	float: left;
	width: 293px;
	margin-bottom: 25px;
}

.common_form .hundred {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.common_form .mar {
	margin-right: 22px;
}

.common_form .sp {
	font-family: 'rob';
	color: #3f4049;
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 5px;
}

.common_form .sp .must {
	display: inline-block;
	margin-left: 4px;
	color: #11d4c3;
}

.common_form .inputli,
.common_form .selectli,
.common_form .textli {
	box-sizing: border-box;
	border: #ebecf1 solid 1px;
	background: #f6f8fb;
}

.common_form .inputli input {
	width: 100%;
	padding: 0px 20px;
	height: 55px;
	line-height: 55px;
	color: #333333;
	font-size: 18px;
	box-sizing: border-box;
	outline: none;
	border: none;
	background: none;
}

/*.common_form .inputli input::-webkit-input-placeholder{
    color: #999999;
}
.common_form .inputli input::-moz-placeholder{
    color: #999999;
}
.common_form .inputli input:-moz-placeholder{
    color: #999999;
}
.common_form .inputli input:-ms-input-placeholder{
    color: #999999;
}*/
.common_form .selectli select {
	width: 100%;
	outline: none;
	line-height: 60px;
	height: 60px;
	color: #333333;
	font-size: 18px;
	padding-right: 30px;
	background: url(../images/img73.png) center right 28px no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.common_form .textli textarea {
	width: 100%;
	height: 170px;
	border: none;
	outline: none;
	background: none;
	resize: none;
	color: #333333;
	font-size: 18px;
	line-height: 1.6;
	padding: 15px 20px;
	box-sizing: border-box;
}

.common_form .btndiv {
	position: relative;
	z-index: 1;
	margin: 30px auto 0px;
	width: 180px;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 30px;
}

.common_form .btndiv input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	outline: none;
	border: none;
	background: none;
}

.common_form .btndiv:hover input {
	color: #FFFFFF;
}

.common_form .btndiv i {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-sizing: border-box;
	background: url(../images/img74.png) center right 40px no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*.common_form .btndiv:hover i{
	background: url(../images/img74a.png) center right 40px no-repeat;
}*/
.common_form .btndiv:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #11d4c3;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.common_form .btndiv:hover:before {
	width: 0;
}

.common_form .btndiv:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #004bb5 solid 2px;
	background: #004bb5;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
}

.member_centre .notice {
	padding-top: 45px;
	
	color: #616469;
	font-size: 16px;
	line-height: 2;
}

.member_centre .notice .tit {
	font-family: 'rob';
	color: #333333;
	font-size: 32px;
}

/*联系我们*/
.contact .i-title {
	padding-bottom: 0px;
}

.contact .i-title .h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.contact_infor {
	padding-top: 4.68%;
	padding-bottom: 5.83%;
}

.contact_infor ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 50px;
}

.contact_infor ul li {
	width: 31.4%;
	margin-right: 2.9%;
	text-align: center;
	background: #ffffff;
	border-radius: 10px;
	padding: 3.6% 3% 4%;
	box-sizing: border-box;
	box-shadow: 0px 5px 20px rgba(3, 20, 35, 0.1);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact_infor ul li:nth-child(3n) {
	margin-right: 0;
}

.contact_infor ul li:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.contact_infor ul li .icon {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.contact_infor ul li .icon img {
	max-width: 100%;
}

.contact_infor ul li .t1 {
	font-family: 'rob';
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.contact_infor ul li .t2 {
	color: #777777;
	font-size: 22px;
	line-height: 1.7;
}

.contact_infor ul li .t3 {
	color: #777777;
	font-size: 20px;
	line-height: 1.7;
}

.contact_address {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
	background: #f5f7f9;
}

.contact_address .conwidth>ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-top: 50px;
}

.contact_address .conwidth>ul>li {
	float: left;
	width: 33.33%;
	border: #f5f7f9 solid 1px;
	box-sizing: border-box;
	margin-left: -1px;
	background: #ffffff;
}

.contact_address ul li .img {
	width: 100%;
	overflow: hidden;
}

.contact_address ul li .img img {
	width: 100%;
}

.contact_address ul li .txt {
	padding: 40px 35px;
}

.contact_address ul li .txt .t1 {
	position: relative;
	padding-left: 35px;
	font-family: 'rob';
	color: #004bb5;
	font-size: 34px;
	margin-bottom: 10px;
}

.contact_address ul li .txt .t1 img {
	position: absolute;
	left: 0;
	top: 7px;
	width: 23px;
}

.contact_address ul li .txt .t2 {
	font-family: 'rob';
	color: #333333;
	font-size: 20px;
	text-transform: uppercase;
}

.contact_address ul li ul {
	color: #777777;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 28px;
}

.contact_address ul li ul li {
	float: none;
	width: 100%;
	margin-bottom: 12px;
}

.contact_address ul li ul li .sp {
	display: inline-block;
	font-family: 'rob';
	color: #333333;
	font-size: 16px;
}

.feedback {
	padding-top: 4.68%;
	padding-bottom: 4.68%;
}

.feedback .box {
	margin-top: 40px;
}

.feedback .one-third {
	float: left;
	width: -moz-calc((100% - 10px) / 3);
	width: -webkit-calc((100% - 10px) / 3);
	width: calc((100% - 10px) / 3);
	margin-bottom: 20px;
	background: #f6f8fb;
}

.feedback .two-thirds {
	float: left;
	width: calc(100% - ((100% - 10px) / 3) - 5px);
	margin-bottom: 20px;
	background: #f6f8fb;
	overflow: hidden;
}

.feedback .hundred {
	float: left;
	width: 100%;
	background: #f6f8fb;
}

.feedback .mar {
	margin-right: 5px;
}

.feedback .two-thirds .sp {
	float: left;
	width: 180px;
	text-align: center;
	background: #11d4c3;
	color: #FFFFFF;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
}

.feedback .two-thirds .selbox {
	float: left;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}

.feedback .two-thirds .selbox select {
	width: 100%;
	outline: none;
	line-height: 56px;
	height: 56px;
	font-family: 'rob';
	color: #333333;
	font-size: 18px;
	padding-right: 30px;
	background: url(../images/img73.png) center right 24px no-repeat;
	padding-left: 15px;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.feedback textarea {
	width: 100%;
	height: 250px;
	border: none;
	outline: none;
	background: none;
	resize: none;
	color: #333333;
	font-size: 16px;
	line-height: 1.6;
	padding: 15px 20px;
	box-sizing: border-box;
}

.feedback input {
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	color: #333333;
	font-size: 16px;
	padding: 0px 15px;
	box-sizing: border-box;
	background: none;
	outline: none;
	border: none;
}

.feedback input::-webkit-input-placeholder,
.feedback textarea::-webkit-input-placeholder {
	font-family: 'ror';
	color: #999999;
}

.feedback input::-moz-placeholder,
.feedback textarea::-moz-placeholder {
	font-family: 'ror';
	color: #999999;
}

.feedback input:-moz-placeholder,
.feedback textarea:-moz-placeholder {
	font-family: 'ror';
	color: #999999;
}

.feedback input:-ms-input-placeholder,
.feedback textarea:-ms-input-placeholder {
	font-family: 'ror';
	color: #999999;
}

.feedback .btn {
	position: relative;
	z-index: 1;
	margin-top: 50px;
	width: 180px;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 30px;
}

.feedback .btn input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 58px;
	line-height: 58px;
	overflow: hidden;
	box-sizing: border-box;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	outline: none;
	border: none;
	background: none;
}

.feedback .btn:hover input {
	color: #11d4c3;
}

.feedback .btn i {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	box-sizing: border-box;
	background: url(../images/img74.png) center right 40px no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feedback .btn:hover i {
	background: url(../images/img74a.png) center right 40px no-repeat;
}

.feedback .btn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #11d4c3;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feedback .btn:hover:before {
	width: 0;
}

.feedback .btn:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	border: #11d4c3 solid 2px;
	background: #FFFFFF;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 30px;
}

/*项目*/
.main_project {
	padding-top: 80px;
}

.main_project .box a {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 50%;
}

.main_project .box .text {
	padding: 13% 8.6% 16.3%;
	background-color: #004bb5;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.main_project .box .text .icon {
	width: 56px;
	height: 56px;
	line-height: 56px;
	border-radius: 28px;
	background: #11d4c3;
	text-align: center;
}

.main_project .box .text .t1 {
	margin-top: 40px;
	font-family: 'rob';
	color: #ffffff;
	font-size: 44px;
}

.main_project .box .text .t2 {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 1.6;
	margin-top: 20px;
	min-height: 170px;
}

.main_project .box .text .btn {
	margin-top: 20px;
	font-size: 0px;
}

.main_project .box .text .btn span {
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	padding-right: 45px;
}

.main_project .box .text .btn span i {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background: #11d4c3 url(../images/img94.png) center no-repeat;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*.main_project .box .text .btn span:hover{
	color: #11d4c3;
}*/
.main_project .box .text .btn span:hover i {
	background: #FFFFFF url(../images/img95.png) center no-repeat;
}

.main_project .box .img {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}

.main_project .box:hover .img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.related {
	padding-top: 80px;
	padding-bottom: 90px;
}

.related .i-title {
	padding-bottom: 0px;
}

.related .i-title .h1 {
	margin-bottom: 0;
	margin-top: 0;
}

.related .box {
	margin-top: 50px;
}

.related .box ul {
	padding-bottom: 40px;
}

.related .box ul li {
	float: left;
	width: 22.8%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
}

.related .box ul li:nth-child(4n) {
	margin-right: 0;
}

.related .box ul li a {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 131.818%;
}

.related .box ul li .ic {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 5;
	width: 40px;
	height: 40px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	border-radius: 50%;
	background: #11d4c3;
	display: flex;
	align-items: center;
	justify-content: center;
}

.related .box ul li .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.related .box ul li .img:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img103.png) center bottom no-repeat;
	background-size: 100% auto;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.related .box ul li:hover .img:before {
	opacity: 1;
}

.related .box ul li .img img {
	width: 100%;
}

.related .box ul li .img-circle {
	position: absolute;
	z-index: 3;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	pointer-events: none;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.related .box ul li:hover .img-circle {
	/*display: none;*/
	-webkit-transform: scale(4);
	transform: scale(4);
}

.related .box ul li .img-circle span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 55%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.related .box ul li .img-circle span::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.related .box ul li .img-circle span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border: 1000px solid #edf6ff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.related .box ul li .txt {
	position: absolute;
	left: 0;
	bottom: 50px;
	z-index: 5;
	width: 100%;
	height: 64px;
	padding: 0px 30px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.related .box ul li:hover .txt {}

.related .box ul li .txt .t1 {
	color: #122350;
	font-size: 20px;
	margin-bottom: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.related .box ul li:hover .txt .t1 {
	color: #FFFFFF;
}

.related .box ul li .txt .t2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.6;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.related .box ul li:hover .txt .t2 {
	opacity: 1;
}

/*关于我们*/
.about .content {
	padding-top: 170px;
	margin-top: -170px;
}

.about .i-title {
	padding-bottom: 0;
}

.about .i-title .h1 {
	margin-top: 0px;
	margin-bottom: 0px;
}


.profile {
	padding-top: 50px;
}

.profile .box {
	margin-top: 40px;
	color: #616469;
	font-size: 18px;
	line-height: 1.8;
}

.pursuit {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pursuit ul {
	width: 100%;
	overflow: hidden;
}

.pursuit ul li {
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.pursuit_li {
	position: relative;
}

.pursuit ul li:before,
.pursuit_li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img119.png) bottom center no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pursuit ul li:hover:before,
.pursuit_li:hover:before {
	background: url(../images/img120.png) bottom center no-repeat;
	background-size: 100% auto;
}

.pursuit ul li .img,
.pursuit_li .img {
	padding-bottom: 121.875%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pursuit ul li .text,
.pursuit_li .text {
	position: absolute;
	left: 0;
	bottom: 100px;
	width: 100%;
	height: 110px;
	text-align: center;
	z-index: 5;
	transition: 0.6s;
}


.profile .btn {
    margin-top: 80px;
	margin-bottom: 50px;
    text-align: center;
    font-size: 0;
}

.profile .btn span {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 64px 0px 40px;
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
    color: #071f43;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.profile .btn span i {
    position: absolute;
    right: 35px;
    top: 0;
    display: inline-block;
    width: 24px;
    height: 100%;
    background: url(../images/img23.png) center right no-repeat;
    background-size: 9px 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}






.profile .btn span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: #e5e8ea solid 2px;
    border-radius: 36px;
    z-index: -2;
    box-sizing: border-box;
}
.profile .btn span:hover{
	content: '';
	background: #11d4c3;
	color:#fff;
	transition: 0.5s;
}
.profile .btn:hover  span i {
	right: 38px;
	background: url(../images/img23a.png) center right no-repeat;
	background-size: 9px 13px;
}
.pur {
	position: relative;
}
.pur .text2 {
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	text-align: center;
	z-index: 5;
	transition: 0.6s;

}
.pur .text2 .tit {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pur .img {
    padding-bottom: 121.875%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pursuit ul li:hover .text,
.pursuit_li:hover .text {}

.pursuit ul li .text .ic,
.pursuit_li .text .ic {}

.pursuit ul li .text .ic img {}

.pursuit ul li .text .tit,
.pursuit_li .text .tit {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 36px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.pursuit ul li:hover .text .tit,
.pursuit_li:hover .text .tit {
	font-family: 'rob';
}

.pursuit ul li .text .subtit,
.pursuit_li .text .subtit {
	position: relative;
	padding-top: 60px;
	padding-left: 15.6%;
	padding-right: 15.6%;
	margin-top: 28px;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.6;
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
	transition: 0.5s;
}

.pursuit ul li:hover .text .subtit,
.pursuit_li:hover .text .subtit {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.pursuit ul li .text .subtit:before,
.pursuit_li .text .subtit:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 1px;
	height: 32px;
	background: #fff;
	transform-origin: center top;
	transition: 0.5s;
	height: 0;
}

.pursuit ul li:hover .text .subtit:before,
.pursuit_li:hover .text .subtit:before {
	height: 32px;
}

/*leader's Speech*/
.speech {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #fefefe;
}

.speech .box {
	margin-top: 50px;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 5px 65px rgba(6, 35, 59, 0.12);
	box-sizing: border-box;
	padding: 4.28%;
	overflow: hidden;
}

.speech .box .txt {
	float: left;
	width: 50%;
	overflow: hidden;
	color: #616469;
	font-size: 18px;
	line-height: 1.7;
}

.speech .box .videobg {
	position: relative;
	float: right;
	width: 46.1%;
	overflow: hidden;
}

.speech .box .videobg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(27, 27, 27, 0.36);
	z-index: 2;
}

.speech .box .videobg>img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.speech .box .videobg:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*.speech .box .videobg .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/img121.png) center no-repeat;
	background-size: 14.2% auto;
}*/
.speech .box .videobg .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background: url(../images/img121b.png) center no-repeat;
	background-size: 38.1% auto;
}

.speech .box .videobg .icon img {
	max-width: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.speech .box .videobg:hover .icon img {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

/*HHTS Global Strategic Layout Map*/
.layout_map {
	padding-top: 100px;
	padding-bottom: 135px;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}

.layout_map .box {
	max-width: 600px;
	width: 100%;
}

.layout_map .i-title .h1 {
	text-align: left;
	color: #fff;
}

.layout_map .box .txt {
	margin-top: 40px;
	color: #fff;
	font-size: 18px;
	line-height: 1.7;
}

.layout_map .num {
	margin-top: 7.2%;
	max-width: 1080px;
	width: 100%;
}

.layout_map .num ul li {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 35px;
	box-sizing: border-box;
	overflow: hidden;
}

.layout_map .num ul li:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.21);
}

.layout_map .num ul li:last-child:before {
	background: none;
}

.layout_map .num ul li .t1 {
	font-family: 'rob';
	color: #fff;
	font-size: 60px;
}

.layout_map .num ul li .t2 {
	margin-top: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
}

/*Development Plan*/
.development {
	padding-top: 90px;
	padding-bottom: 90px;
	background: #edf6ff;
}

.development .box {
	position: relative;
	margin: 0px auto;
	max-width: 1540px;
	width: 100%;
	padding: 0px 50px;
	box-sizing: border-box;
}

.development .box .swiper-container {
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.development .planDiv {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.development .planDiv:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.development .planDiv .icon {
	position: relative;
	z-index: 1;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 5px 14px rgba(17, 212, 195, 0.3);
	text-align: center;
	margin: auto;
	overflow: hidden;
}

.development .planDiv .icon:before {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: -1;
	width: 96px;
	height: 96px;
	background: #11d4c3;
	border-radius: 50%;
	overflow: hidden;
}

.development .planDiv .text {
	border-radius: 15px;
	padding-top: 19%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: -50px;
	text-align: center;
	min-height: 430px;
	box-sizing: border-box;
	background: #FFFFFF;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.development .planDiv:hover .text {
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
}

.development .planDiv .text .t1 {
	font-family: 'rob';
	color: #122350;
	font-size: 24px;
}

.development .planDiv .text .t2 {
	margin-top: 15px;
	color: #616469;
	font-size: 16px;
	line-height: 1.7;
	text-align: left;
}

.development .swiper-button-next,
.development .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 12px 21px;
	-webkit-background-size: 12px 21px;
	background-size: 12px 21px;
	background-position: center;
	background-repeat: no-repeat;
}

.development .swiper-button-prev,
.development .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img127.png);
	left: 0px;
	right: auto;
}

.development .swiper-button-next,
.development .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img128.png);
	right: 0px;
	left: auto;
}

.development .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img128a.png);
}

.development .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img127a.png);
}

.pointbox {
	position: relative;
	margin-top: 55px;
	height: 15px;
}

.pursuit .pointbox {
	display: none;
}

.pointbox .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pointbox .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	width: 8px;
	height: 8px;
	background: #c9c9c9;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.pointbox .swiper-pagination-bullet-active {
	width: 66px;
	height: 6px;
	background: #11d4c3;
}

/*honor*/
.honor, .honor2 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.honor .box {
	position: relative;
	margin: 25px auto 0px;
	max-width: 1440px;
	width: 100%;
}

.honor .box .swiper-container {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.honor_li {
	background: #ffffff;
	box-shadow: 0px 5px 24px rgba(6, 35, 59, 0.12);
}

.honor_li a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.honor_li .img {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 15%;
	box-sizing: border-box;
}

.honor_li .img img {
	max-width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.honor_li:hover .img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.honor_li .txt {
	padding: 20px;
	overflow: hidden;
}

.honor_li .txt .tit {
	float: left;
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
	color: #616469;
	font-size: 18px;
	line-height: 1.66;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.honor_li .txt .icon {
	position: relative;
	float: right;
	width: 40px;
	text-align: right;
	overflow: hidden;
}

/*.honor_li .txt .icon a{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	overflow: hidden;
}*/
.honor_li .txt .icon img {
	max-width: 100%;
}

@media only screen and (max-width: 1680px) {

	/*banner*/
	.i-banner .box .t1 {
		font-size: 54px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 54px;
	}
}

@media only screen and (max-width: 1536px) {

	/*header*/
	.header .nav>ul>li {
		padding: 0px 15px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 50px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 50px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 17px;
		min-height: 80px;
	}

	/*footer*/
	.foot_nav ul li {
		margin-right: 40px;
	}

	/*.i-project .cont{
		width: -moz-calc(90% + 50px);
		width: -webkit-calc(90% + 50px);
		width: calc(90% + 50px);
	}*/
	.i-project .box .swiper-slide:hover .project_li {
		-webkit-transform: scale(1.12);
		transform: scale(1.12);
	}

	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 75px;
	}*/
	.i-project .arrowsbox:before {
		right: 75px;
	}

	.i-project .box .text .t1 {
		margin-top: 30px;
	}

	.i-project .box .text .btn {
		margin-top: 25px;
	}

	/*new detail*/
	.new-detail .title .t1 {
		font-size: 48px;
	}

	.abnav ul li {
		padding-right: 35px;
		margin-right: 33px;
	}
}

@media only screen and (max-width: 1440px) {

	/*header*/
	/*.header .nav>ul>li {
		padding: 0px 16px;
	}*/
	.header .nav>ul>li>a{
		font-size: 18px;
	}
	.head-nation {
		margin-left: 30px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 48px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 48px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 16px;
		min-height: 70px;
	}

	.obanner .bannerzi .box .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.obanner .bannerzi .box .icon .ic {
		top: 16px;
	}

	/*footer*/
	.foot_nav ul li {
		margin-right: 20px;
	}

	.footer .subtit {
		margin-bottom: 25px;
	}

	/**/
	.about .content {
		padding-top: 165px;
		margin-top: -165px;
	}

	.abnav ul li {
		padding-right: 30px;
		margin-right: 28px
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 75px;
		line-height: 75px;
	}

	/*index*/
	.i-title .h1 {
		font-size: 44px;
	}

	.i-title .t1 {
		font-size: 22px;
	}

	.i-title .t2 {
		font-size: 17px;
	}

	.i-partner .Bigbtn {
		margin-top: 12%;
	}

	.Bigbtn a {
		height: 64px;
		line-height: 64px;
	}

	.product_li .t1 {
		font-size: 22px;
	}

	.product_li .t2 {
		font-size: 17px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 54px;
	}

	.i-project .box .text .t1 {
		font-size: 20px;
		margin-top: 25px;
	}

	.i-project .box .project_li:hover .text .t1 {
		font-size: 22px;
	}

	.i-project .box .text .t2 {
		font-size: 17px;
	}

	.i-project .box .text .ic img {
		max-width: 40px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 70px;
	}*/
	.i-project .arrowsbox:before {
		right: 70px;
	}

	.product_li a {
		padding: 40px 35px;
	}

	.product_li .btn span {
		height: 48px;
		line-height: 48px;
		padding: 0px 54px 0px 30px;
	}

	.i-reports ul li a {
		font-size: 17px;
	}

	.i-reports ul li:nth-child(1) .txt,
	.i-reports ul li:nth-child(2) .txt {
		height: 55px;
	}

	.new li .txtbox {
		padding: 35px;
	}

	.new li .txtbox .t1 {
		font-size: 22px;
		height: 62px;
	}

	.videowrap li .txt {
		font-size: 17px;
	}

	.i-video ul li {
		padding-bottom: 30px;
	}

	.i-video ul li .txt {
		font-size: 19px;
		height: 61px;
	}

	.help_you .title .t1 {
		font-size: 42px;
	}

	.help_you .title .t2 {
		font-size: 17px;
	}

	.help_you .btn a {
		height: 54px;
		line-height: 54px;
	}

	/*about*/
	.profile {
		padding-top: 70px;
	}

	.profile .box {
		font-size: 17px;
	}

	.pursuit ul li .text .ic img,
	.pursuit_li .text .ic img {
		max-width: 48px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 32px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		font-size: 17px;
		padding-top: 50px;
		margin-top: 20px;
	}

	.speech {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.speech .box .txt {
		font-size: 17px;
	}

	.speech .box .videobg .icon {
		max-width: 80px;
	}

	.layout_map {
		padding-top: 90px;
		padding-bottom: 110px;
	}

	.layout_map .box .txt {
		font-size: 17px;
	}

	.layout_map .num ul li .t1 {
		font-size: 54px;
	}

	.development {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.development .planDiv .text {
		min-height: 400px;
	}

	.development .planDiv .text .t1 {
		font-size: 22px;
	}

	.pointbox {
		margin-top: 45px;
		padding-left: 10%;
		padding-right: 10%;
	}

	.honor {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.honor_li .txt .tit {
		font-size: 17px;
	}

	/*contact us*/
	.contact_infor ul li .icon {
		margin-bottom: 15px;
	}

	.contact_infor ul li .t1 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.contact_infor ul li .t2 {
		font-size: 20px;
	}

	.contact_infor ul li .t3 {
		font-size: 18px;
	}

	.contact_address ul li .txt {
		padding: 35px 30px;
	}

	.contact_address ul li .txt .t1 {
		font-size: 32px;
	}

	.contact_address ul li .txt .t2 {
		font-size: 18px;
	}

	.contact_address ul li ul {
		margin-top: 20px;
	}

	/**/
	.member_nav ul li a {
		min-width: 210px;
		height: 64px;
		line-height: 64px;
	}

	.member_centre .box .title {
		font-size: 32px;
	}

	.member_centre .abnav ul li a {
		font-size: 18px;
		height: 64px;
		line-height: 64px;
	}

	.member_centre .notice .tit {
		font-size: 28px;
	}

	.common_form .btndiv,
	.common_form .btndiv input {
		height: 54px;
		line-height: 54px;
	}

	/*new*/
	.selectdiv .searchwrap {
		height: 60px;
	}

	.searchwrap .inputli input {
		height: 56px;
		line-height: 56px;
	}

	.searchwrap .inputbtn,
	.searchwrap .inputbtn input {
		height: 56px;
	}

	/*new detail*/
	.new-detail .title .t1 {
		font-size: 44px;
	}

	/*payment method*/
	.member_centre .method {
		margin-top: 30px;
	}

	.member_centre .method>ul>li ul {
		margin-top: 25px;
	}

	/*product*/
	.product ul {
		padding-bottom: 35px;
	}

	/**/
	.main_project .box .text .t1 {
		font-size: 40px;
	}

	.related .box ul li .ic {
		top: 30px;
		right: 30px;
	}

	.related .box ul li .txt {
		bottom: 40px;
	}

	.related .box ul li .txt .t1 {
		font-size: 22px;
	}

	/*product detail*/
	.purchase .rightbox .title .t1 {
		font-size: 36px;
		margin-bottom: 25px;
	}

	.purchase .rightbox .title .t2 {
		padding-top: 25px;
		font-size: 17px;
	}

	.purchase .opwrap {
		margin-top: 30px;
	}

	.details_box .leftbox .wrap .wrap_li .allbtn span {
		font-size: 22px;
		width: 56px;
		height: 56px;
		background: url(../images/img65.png) left center no-repeat;
		background-size: 56px auto;
	}
}

@media only screen and (max-width: 1366px) {

	/*header*/
	.header .nav>ul>li {
		padding: 0px 13px;
	}

	.header .nav>ul>li>a {
		font-size: 17px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 44px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 44px;
	}

	/*footer*/
	.foot_nav ul li {
		width: 230px;
		margin-right: 10px;
	}

	.footer .subtit {
		margin-bottom: 20px;
	}

	/**/
	.abnav ul li {
		padding-right: 25px;
		margin-right: 23px
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 70px;
		line-height: 70px;
		font-size: 17px;
	}

	/**/
	.i-title .h1 {
		font-size: 40px;
	}

	.Bigbtn a {
		height: 60px;
		line-height: 60px;
	}

	.i-partner {
		padding-top: 80px;
	}

	.i-partner .txtbox {
		padding-left: 0px;
		padding-right: 4%;
	}

	.i-project {
		padding-top: 70px;
	}

	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 56px;
		height: 56px;
		line-height: 56px;
	}

	.i-product {
		padding-bottom: 80px;
	}

	.product_li a {
		padding: 35px 30px;
	}

	.product_li .img {
		margin-top: 40px;
	}

	.product_li .btn {
		margin-top: 50px;
	}

	.i-about {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.i-about .numberbox ul li {
		width: 22%;
		margin-right: 4%;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 50px;
	}

	.i-gather {
		padding-top: 80px;
		/*padding-bottom: 80px;*/
	}

	.i-gather:before {
		height: 320px;
	}

	.i-video {
		margin-top: 20px;
	}

	.i-reports {
		margin-top: 20px;
	}

	.i-new {
		padding-top: 80px;
		padding-bottom: 70px;
	}

	.new li .txtbox {
		padding: 30px;
	}

	.new li .txtbox .oth {
		margin-bottom: 15px;
	}

	.new li .btn span {
		height: 60px;
	}

	.i-video ul li {
		padding-bottom: 25px;
	}

	.i-video ul li .txt {
		padding: 0px 30px;
		font-size: 18px;
		height: 58px;
	}

	.help_you .title .t1 {
		font-size: 40px;
	}

	.layout_map .num ul li .t1 {
		font-size: 50px;
	}

	.member_centre .abnav ul li a {
		font-size: 17px;
	}

	/*new detail*/
	.new-detail .title .t1 {
		font-size: 40px;
	}

	/**/
	.main_project {
		padding-top: 70px;
	}

	.main_project .box .text .t1 {
		font-size: 40px;
	}

	.related {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.related .box ul li .ic {
		top: 25px;
		right: 25px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}

	.related .box ul li .txt {
		bottom: 30px;
	}

	.related .box ul li .txt .t1 {
		font-size: 20px;
	}

	/*product detail*/
	.product_datail .purchase {
		padding-bottom: 70px;
	}

	.purchase .rightbox .title .t1 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1280px) {

	/*header*/
	.header .nav>ul>li {
		padding: 0px 12px;
	}

	.header .nav>ul>li>a {
		font-size: 16px;
	}

	.head-nation {
		margin-left: 20px;
	}

	/**/
	.abnav ul li {
		padding-right: 20px;
		margin-right: 18px
	}

	.abnav ul li a,
	.abnav ul li span {
		font-size: 16px;
	}

	/**/
	.i-title .h1 {
		font-size: 36px;
	}

	.Bigbtn a {
		height: 54px;
		line-height: 54px;
	}

	.new li .txtbox {
		padding: 25px;
	}

	.new li .txtbox .t1 {
		font-size: 20px;
		height: 56px;
	}

	.help_you .title .t1 {
		font-size: 36px;
	}

	.i-partner {
		padding-top: 70px;
	}

	.i-product {
		padding-bottom: 70px;
	}

	.product_li a {
		padding: 30px 25px;
	}

	.i-about {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	.i-about .iconbox .ic {
		max-width: 64px;
	}

	.i-about .numberbox {
		margin-top: 7%;
	}

	.i-gather {
		padding-top: 70px;
		/*padding-bottom: 70px;*/
	}

	.i-new {
		padding-top: 70px;
	}

	.videowrap li .txt {
		font-size: 16px;
	}

	.i-video ul li .txt {
		font-size: 17px;
		height: 55px;
		padding: 0px 25px;
	}

	/*about*/
	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 30px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		padding-top: 40px;
		margin-top: 10px;
	}

	.pursuit ul li:hover .text .subtit:before,
	.pursuit_li:hover .text .subtit:before {
		height: 28px;
	}

	.speech {
		padding-bottom: 70px;
	}

	.speech .box .videobg .icon {
		max-width: 70px;
	}

	.layout_map {
		padding-top: 80px;
		padding-bottom: 100px;
	}

	.development {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.development .planDiv .text {
		min-height: 360px;
		padding-top: 80px;
		padding-left: 25px;
		padding-right: 25px;
		padding-bottom: 25px;
	}

	.development .planDiv .icon {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}

	.development .planDiv .icon:before {
		width: 86px;
		height: 86px;
	}

	.development .planDiv .icon img {
		max-width: 36px;
	}

	.development .planDiv .text .t2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
		overflow: hidden;
		text-align: left;
	}

	.honor {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	/*contact*/
	.contact_infor ul,
	.contact_address .conwidth>ul {
		margin-top: 40px;
	}

	.contact_infor ul li {
		padding: 30px 20px 40px;
	}

	.contact_infor ul li .t2 {
		font-size: 18px;
	}

	.contact_infor ul li .t3 {
		font-size: 16px;
	}

	.feedback .btn {
		height: 54px;
		line-height: 54px;
	}

	.feedback .two-thirds .sp,
	.feedback .two-thirds .selbox select,
	.feedback input {
		height: 50px;
		line-height: 50px;
	}

	.feedback .btn input {
		height: 54px;
		line-height: 54px;
	}

	/**/
	.member_nav ul li a {
		height: 60px;
		line-height: 60px;
	}

	.member_centre .box .title {
		font-size: 30px;
	}

	.member_nav ul li {
		margin-right: 20px;
	}

	.member_nav ul li a {
		padding-left: 25px;
		padding-right: 25px;
	}

	.member_nav ul li a img {
		max-width: 22px;
		margin-right: 5px;
	}

	.member_centre .abnav ul li a {
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}

	.member_centre .notice .tit {
		font-size: 24px;
	}

	.common_form .selectli select {
		height: 50px;
		line-height: 50px;
	}

	.common_form .inputli input {
		height: 50px;
	}

	.common_form .textli textarea {
		height: 150px;
	}

	.common_form .btndiv {
		margin-top: 20px;
	}

	/*new*/
	.selectdiv .searchwrap {
		width: 360px;
		height: 54px;
	}

	.searchwrap .inputli input {
		height: 50px;
		line-height: 50px;
	}

	.searchwrap .inputbtn,
	.searchwrap .inputbtn input {
		height: 50px;
	}

	.selectdiv .choose ul li a {
		font-size: 18px;
	}

	/*new detail*/
	.new-detail .title .t1 {
		font-size: 36px;
	}

	.nextprev {
		padding-top: 50px;
	}

	/*payment method*/
	.member_centre .method>ul>li {
		padding: 30px;
	}

	.exchange {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.exchange .new li .txtbox {
		padding: 25px 25px 30px;
	}

	.new li .moreBtn {
		margin-top: 25px;
	}

	.new li .moreBtn span {
		padding: 0px 25px;
		line-height: 45px;
		height: 45px;
	}

	/**/
	.main_project {
		padding-top: 60px;
	}

	.main_project .box .text .icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.main_project .box .text .icon img {
		max-width: 50%;
	}

	.main_project .box .text .t1 {
		font-size: 36px;
		margin-top: 30px;
	}

	.related {
		padding-top: 60px;
		padding-bottom: 70px;
	}

	.related .box ul {
		padding-bottom: 30px;
	}

	.related .box ul li .txt {
		bottom: 20px;
	}

	.related .box ul li .ic {
		top: 20px;
		right: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	/*product detail*/
	.purchase .rightbox .title .t1 {
		font-size: 32px;
	}

	.preview .active-nav.swiper-slide:before {
		border: #11d4c3 solid 2px;
	}

	.details_box .leftbox .wrap .wrap_li .allbtn span {
		padding-left: 75px;
		width: 54px;
		height: 54px;
		background: url(../images/img65.png) left center no-repeat;
		background-size: 54px auto;
	}
}

@media only screen and (max-width: 1199px) {
	.header .nav {
		display: none;
	}

	.menubtn {
		display: block;
	}

	.header .logo a {
		height: 70px;
		line-height: 70px;
	}

	.header .show-search-btn {
		height: 70px;
		line-height: 70px;
	}

	.head-nation {
		margin-top: 20px;
		margin-left: 25px;
	}

	.search {
		top: 70px;
	}

	.search-header {
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.search .submit0,
	.search-close {
		height: 64px;
	}

	.search-header .search-input {
		text-indent: 60px;
		line-height: 64px;
	}

	.abnav.fixed {
		top: 70px;
	}

	.o-main {
		padding-top: 70px;
	}

	.about .content {
		padding-top: 140px;
		margin-top: -140px;
	}

	/*footer*/
	.footer .foot_logo {
		float: none;
		width: 100%;
		text-align: left;
	}

	.foot_right {
		float: none;
		width: 100%;
		margin-top: 50px;
	}

	.foot_nav {
		width: -moz-calc(100% - 210px);
		width: -webkit-calc(100% - 210px);
		width: calc(100% - 210px);
		box-sizing: border-box;
	}

	.foot_nav ul li {
		width: 29%;
		margin-right: 4.33%;
	}

	/**/
	.abnav ul li {
		padding-right: 20px;
		margin-right: 20px
	}

	.abnav ul li a:after,
	.abnav ul li span:after {
		height: 3px;
	}

	/**/
	.member_nav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}

	.details_box .pronav.fixed {
		top: 70px;
	}
}

@media only screen and (max-width: 1024px) {

	/*banner*/
	.oimg1 {
		display: none;
	}

	.oimg2 {
		display: block;
	}

	.lunbotu .swiper-slide-active .banbg {
		height: 50vh;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 40px;
	}

	/*index*/
	.i-title .h1 {
		font-size: 32px;
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.i-title .t1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.i-title .t2 {
		font-size: 16px;
	}

	.i-partner .Bigbtn {
		margin-top: 40px;
	}

	.Bigbtn a {
		padding-left: 30px;
		padding-right: 30px;
	}

	.Bigbtn a i {
		width: 30px;
	}

	.i-project .swiper-container {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	.i-project .arrowsbox {
		bottom: -32px;
	}

	/*.i-project .swiper-button-next,
	.i-project .swiper-button-prev{
		width: 64px;
		height: 64px;
		line-height: 64px;
	}*/
	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.i-project .arrowsbox:before {
		right: 64px;
	}

	.i-project .box .text .ic img {
		max-width: 36px;
	}

	.i-project .box .text .t1 {
		font-size: 18px;
		margin-top: 20px;
	}

	.i-project .box .project_li:hover .text .t1 {
		font-size: 20px;
	}

	.i-project .box .text .t2 {
		font-size: 16px;
	}

	.i-project .box .text .btn {
		margin-top: 20px;
	}

	.i-project .cont {
		width: 94%;
	}

	.i-project .swiper-container {
		padding-left: 0;
		padding-right: 0;
	}

	.i-product {
		padding-top: 80px;
	}

	.i-product .box {
		padding-top: 40px;
	}

	.product_li .t1 {
		font-size: 20px;
	}

	.product_li .t2 {
		font-size: 16px;
	}

	.product_li .img {
		margin-top: 30px;
	}

	.product_li .btn {
		margin-top: 40px;
	}

	.product_li .btn span {
		height: 44px;
		line-height: 44px;
		padding: 0px 50px 0px 25px;
	}

	.product_li .btn span i {
		right: 25px;
	}

	.product_li:hover .btn span i {
		right: 28px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 45px;
	}

	.i-reports ul li a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 16px;
	}

	.i-reports ul li:nth-child(1) .txt,
	.i-reports ul li:nth-child(2) .txt {
		height: 52px;
	}

	.i-new {
		padding-bottom: 60px;
	}

	.new li .txtbox .oth .sp2 {
		font-size: 15px;
	}

	.videowrap li {
		width: -webkit-calc((100% - 50px) / 3);
		width: calc((100% - 50px) / 3);
		margin-right: 25px;
		margin-bottom: 25px;
	}

	.help_you {
		padding-top: 70px;
		padding-bottom: 60px;
	}

	.help_you .title .t1 {
		font-size: 32px;
	}

	.help_you .title .t2 {
		font-size: 16px;
	}

	.help_you .btn a {
		height: 50px;
		line-height: 50px;
	}

	/*about*/

	.pursuit .pointbox {
		display: block;
	}

	.pursuit ul li .text .ic img,
	.pursuit_li .text .ic img {
		max-width: 42px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 28px;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		padding-left: 35px;
		padding-right: 35px;
		font-size: 16px;
	}

	.pursuit ul li:before,
	.pursuit_li:before {
		background: url(../images/img120.png) bottom center no-repeat;
		background-size: 100% auto;
	}

	.pursuit ul li .text,
	.pursuit_li .text {
		height: auto;
	}

	.pursuit ul li .text .subtit,
	.pursuit_li .text .subtit {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
	}

	.pursuit ul li .text .subtit:before,
	.pursuit_li .text .subtit:before {
		height: 28px;
	}


	.speech .box .txt,
	.speech .box .videobg {
		float: none;
		width: 100%;
	}

	.speech .box .txt {
		font-size: 16px;
	}

	.speech .box .videobg {
		margin-top: 40px;
	}

	/*.speech .box .videobg .icon{
		background: url(../images/img121.png) center no-repeat;
    	background-size: 65px auto;
	}*/
	.layout_map .box .txt {
		margin-top: 30px;
		font-size: 16px;
	}

	.layout_map .num ul li .t1 {
		font-size: 45px;
	}

	.development .box .swiper-container {
		padding-top: 40px;
	}

	.development .planDiv .icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.development .planDiv .icon:before {
		width: 76px;
		height: 76px;
	}

	.development .planDiv .icon img {
		max-width: 32px;
	}

	.development .planDiv .text {
		padding-top: 70px;
	}

	.development .planDiv .text .t1 {
		font-size: 20px;
	}

	.development .planDiv .text .t2 {
		margin-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 7;
		overflow: hidden;
		text-align: left;
	}

	/*contact*/
	.contact_infor,
	.contact_address {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.contact_address ul li .txt {
		padding: 25px 20px;
	}

	.contact_address ul li .txt .t1 {
		font-size: 30px;
	}

	.contact_infor ul li .icon img {
		max-width: 48px;
	}

	.contact_infor ul li {
		padding-bottom: 30px;
	}

	.contact_infor ul li .t1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.contact_infor ul li .t2 {
		font-size: 16px;
	}

	.contact_infor ul li .t3 {
		font-size: 15px;
	}

	.feedback {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.feedback .two-thirds .selbox select {
		font-size: 16px;
	}

	/**/
	.member_nav {
		padding-bottom: 40px;
	}

	.member_nav ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}

	.member_nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.member_nav ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.member_nav ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.member_nav ul li a {
		min-width: 1px;
		height: 56px;
		line-height: 56px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.member_centre {
		padding-bottom: 70px;
	}

	.member_centre .abnav {
		margin-top: 10px;
	}

	.member_centre .abnav ul li a {
		height: 56px;
		line-height: 56px;
	}

	.member_centre .notice {
		padding-top: 40px;
	}

	.member_centre .box {
		padding: 50px 40px 60px;
	}

	.common_form .sp {
		font-size: 16px;
	}

	.common_form .selectli select {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	.common_form .inputli input {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
	}

	/*new*/
	.newwrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.newwrap .new {
		padding-bottom: 30px;
	}

	.newwrap .i-title .h1 {
		margin-bottom: 0px;
	}

	.selectdiv {
		margin-bottom: 50px;
	}

	.selectdiv .choose {
		float: none;
		width: 100%;
	}

	.selectdiv .choose ul {
		overflow-x: scroll;
		overflow-y: hidden;
		white-space: nowrap;
		font-size: 0;
	}

	.selectdiv .choose ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.selectdiv .choose ul::-webkit-scrollbar-button {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar-track {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar-track-piece {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar-thumb {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar-corner {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar-resizer {
		background-color: rgba(0, 0, 0, 0);
	}

	.selectdiv .choose ul::-webkit-scrollbar {
		width: 0px;
		height: 0px;
	}

	.selectdiv .choose ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.selectdiv .choose ul li a {
		font-size: 17px;
		height: 45px;
		line-height: 45px;
	}

	.selectdiv .searchwrap {
		height: 50px;
		margin-top: 25px;
	}

	.searchwrap .inputli input {
		height: 46px;
		line-height: 46px;
	}

	.searchwrap .inputbtn,
	.searchwrap .inputbtn input {
		height: 46px;
	}

	.member_centre .method>ul>li {
		width: 50%;
		box-sizing: border-box;
	}

	.member_centre .method>ul>li:nth-child(3n) {
		margin-right: 0;
	}

	.member_centre .method>ul>li ul {
		margin-top: 20px;
	}

	/*new detail*/
	.new-detail {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.new-detail .title .t1 {
		font-size: 32px;
	}

	.detail_share {
		display: none;
	}

	.new-detail .box {
		padding: 40px 0px;
		border-top: #ebebeb solid 1px;
	}

	.back-to {
		display: none;
	}

	.nextprev {
		padding-top: 40px;
	}

	.nextprev ul li {
		width: 44%;
		margin-right: 12%;
	}

	/*product*/
	.product {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.exchange {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.exchange .new {
		padding-bottom: 25px;
	}

	.exchange .new li .txtbox {
		padding: 20px 25px 25px;
	}

	.new li .moreBtn {
		margin-top: 20px;
	}

	.new li .moreBtn span {
		padding: 0px 25px;
	}

	.main_project .box .text {
		padding: 45px 25px 50px;
	}

	.main_project .box .text .t1 {
		font-size: 32px;
		margin-top: 20px;
	}

	.main_project .box .text .t2 {
		min-height: 1px;
	}

	.main_project .box .text .btn {
		margin-top: 30px;
	}

	.related {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.related .box ul {
		padding-bottom: 20px;
	}

	.related .box ul li .img-circle {
		display: none;
	}

	.related .box ul li .img:before {
		opacity: 1;
	}

	.related .box ul li .txt {
		padding: 0px 25px;
		height: auto;
	}

	.related .box ul li .txt .t1,
	.related .box ul li .txt .t2 {
		color: #ffffff;
	}

	.related .box ul li .txt .t2 {
		opacity: 1;
		display: none;
	}

	/*product detail*/
	.product_datail {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.details_box .pronav.fixed {
		left: 0;
		border-bottom: #ebecf1 solid 1px;
	}

	.details_box .pronav {
		background: #FFFFFF;
	}

	.details_box .pronav ul {
		width: 90%;
		margin: auto;
		border-bottom: none;
	}

	.details_box .pronav ul li {
		font-size: 18px;
	}

	.details_box .pronav ul li:before {
		height: 2px;
	}

	.product_datail .purchase {
		padding-bottom: 60px;
	}

	/*.product_datail .purchase .conwidth{
		font-size: 0px;
	}
	.purchase .leftbox,
	.purchase .rightbox{
		float: none;
		display: inline-block;
		vertical-align: middle;
	}*/
	.purchase .rightbox {
		margin-top: 30px;
	}

	.product_datail .preview {
		position: relative;
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 30px;
		margin-top: 20px;
	}

	.preview .arrow-left {
		width: 25px;
		height: 100%;
		background: #f2f2f2 url(../images/img127.png) center no-repeat;
	}

	.preview .arrow-left:hover {
		background: #11d4c3 url(../images/img127b.png) center no-repeat;
	}

	.preview .arrow-right {
		left: auto;
		right: 0;
		width: 25px;
		height: 100%;
		background: #f2f2f2 url(../images/img128.png) center no-repeat;
	}

	.preview .arrow-right:hover {
		background: #11d4c3 url(../images/img128b.png) center no-repeat;
	}

	.product_datail .view {
		float: none;
		width: 100%;
	}

	.details_box .leftbox {
		float: none;
		width: 100%;
	}

	.details_box .leftbox .wrap .wrap_li .allbtn span {
		font-size: 20px;
		padding-left: 70px;
		height: 50px;
		line-height: 50px;
		background: url(../images/img65.png) left center no-repeat;
		background-size: 50px auto;
	}

	.details_box .rightbox {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.details_box .rightbox .prodiv {
		margin-top: 40px;
	}

	.details_box .rightbox .prodiv ul li {
		float: left;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}

	.details_box .rightbox .prodiv ul li:nth-child(3n) {
		margin-right: 0;
	}

	.purchase .rightbox .title .t1 {
		font-size: 30px;
	}

	.purchase .opwrap .share {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.search-header {
		padding-top: 40px;
		padding-bottom: 60px;
	}

	.search .submit0 {
		background: url(../images/searchf.png) no-repeat center;
		background-size: 24px 24px;
	}

	.search-close {
		background: url(../images/close.png) no-repeat center;
		background-size: 24px 24px;
	}

	.search-header .search-input {
		text-indent: 40px;
		font-size: 21px;
	}

	.about .content {
		padding-top: 134px;
		margin-top: -134px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 36px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 36px;
	}

	.obanner .bannerzi .box .t2 {
		font-size: 15px;
	}

	.obanner .bannerzi .box .icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 30px;
	}

	.lunbotu .swiper-pagination li {
		font-size: 15px;
		margin: 0px 15px;
	}

	.lunbotu .swiper-pagination li.active {
		padding-right: 0px;
	}

	.lunbotu .swiper-pagination li.active:before,
	.lunbotu .swiper-pagination li.active:after {
		display: none;
	}

	/*footer*/
	.footer {
		padding-top: 50px;
	}

	.footer .foot_logo {
		float: left;
		max-width: 110px;
		width: 25%;
	}

	.foot_right {
		float: right;
		width: 75%;
		margin-top: 0px;
		padding-left: 7%;
		box-sizing: border-box;
	}

	.footer .foot_infor {
		float: none;
		width: 100%;
	}

	.footer .foot_infor .iconbox {
		display: none;
	}

	.foot_nav {
		display: none;
	}

	.footer .copyright {
		text-align: center;
	}

	.footer .copyright .designed {
		float: none;
		display: block;
	}

	/**/
	.abnav ul li a,
	.abnav ul li span {
		height: 64px;
		line-height: 64px;
	}

	/*index*/
	.i-partner {
		padding-top: 60px;
	}

	.i-partner .txtbox {
		float: none;
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}

	.i-title .h1 {
		font-size: 30px;
	}

	.i-title .t1 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.Bigbtn a {
		height: 50px;
		line-height: 50px;
	}

	.i-partner .Bigbtn {
		margin-top: 20px;
	}

	.i-partner .imgbox {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.i-partner .imgbox img {
		width: 100%;
	}

	.i-project .arrowsbox {
		bottom: -28px;
	}

	/*.i-project .swiper-button-next,
	.i-project .swiper-button-prev{
		width: 56px;
		height: 56px;
		line-height: 56px;
	}*/
	.i-project .arrowsbox:before {
		right: 56px;
	}

	.i-project .box .text .t2 {
		font-size: 15px;
	}

	.i-product {
		padding-bottom: 60px;
	}

	.i-product .box {
		padding-top: 30px;
	}

	.product_li .img img {
		max-width: 70%;
	}

	.operatebox {
		margin-top: 40px;
	}

	.i-about .iconbox .ic {
		max-width: 60px;
	}

	.i-about .numberbox ul li {
		padding-left: 0px;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 40px;
	}

	.i-about .numberbox ul li .t2 {
		margin-top: 0px;
	}

	.i-video ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding-bottom: 20px;
	}

	.i-video ul li:nth-child(4n) {
		margin-right: 4%;
	}

	.i-video ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i-video ul li .txt {
		font-size: 16px;
		height: 52px;
	}

	.i-reports ul li {
		width: 100%;
		margin-right: 0px;
	}

	.i-new {
		padding-bottom: 50px;
	}

	.i-new:before {
		height: 31.2%;
	}

	.new li,
	.exchange .new li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.new li:nth-child(3n),
	.exchange .new li:nth-child(3n) {
		margin-right: 4%;
	}

	.new li:nth-child(2n),
	.exchange .new li:nth-child(2n) {
		margin-right: 0;
	}

	.exchange .new li .txtbox {
		padding: 30px;
	}

	.new li .txtbox .t2 {
		font-size: 15px;
	}

	.videowrap li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.videowrap li:nth-child(3n) {
		margin-right: 4%;
	}

	.videowrap li:nth-child(2n) {
		margin-right: 0;
	}

	.operatebox .swiper-button-next,
	.operatebox .swiper-button-prev {
		-moz-background-size: 80% auto;
		-webkit-background-size: 80% auto;
		background-size: 80% auto;
	}

	.operatebox .swiper-pagination-progress .swiper-pagination-progressbar {
		height: 3px;
	}

	.help_you .title .t1 {
		font-size: 30px;
	}

	.help_you .title .t2 {
		font-size: 15px;
	}

	/*about*/
	.profile {
		padding-top: 60px;
	}

	.profile .box {
		font-size: 16px;
	}

	.speech {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.speech .box {
		margin-top: 40px;
	}

	.layout_map {
		padding-top: 70px;
		padding-bottom: 90px;
	}

	.layout_map .box .txt {
		font-size: 16px;
	}

	.layout_map .num ul li .t1 {
		font-size: 40px;
	}

	.layout_map .num ul li .t2 {
		margin-top: 0;
	}

	.development {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.honor {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.honor .box {
		margin-top: 10px;
	}

	/*contact*/
	.contact_infor,
	.contact_address {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact_infor ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.contact_infor ul li:nth-child(3n) {
		margin-right: 4%;
	}

	.contact_infor ul li:nth-child(2n) {
		margin-right: 0;
	}

	.contact_address .conwidth>ul>li {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.contact_address .conwidth>ul>li:last-child {
		margin-bottom: 0px;
	}

	.contact_address ul li .txt {
		padding: 35px 30px;
	}

	.contact_address ul li .txt .t1 {
		font-size: 28px;
	}

	.contact_address ul li .txt .t1 img {
		top: 4px;
	}

	.contact_address ul li .txt .t2 {
		font-size: 16px;
	}

	.contact_infor ul li .icon img {
		max-width: 44px;
	}

	.feedback {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.feedback textarea {
		height: 180px;
	}

	.feedback .btn {
		margin-top: 40px;
		height: 50px;
		line-height: 50px;
	}

	.feedback .btn input {
		height: 50px;
		line-height: 50px;
	}

	.feedback .two-thirds {
		width: 100%;
	}

	.feedback .mar {
		margin-right: 0;
	}

	.feedback .one-third {
		width: -moz-calc((100% - 5px) / 2);
		width: -webkit-calc((100% - 5px) / 2);
		width: calc((100% - 5px) / 2);
		margin-left: 5px;
	}

	.feedback .one-third:nth-child(2n) {
		margin-left: 0px;
	}

	.member_nav {
		padding-top: 50px;
	}

	.member_nav ul li a {
		height: 52px;
		line-height: 52px;
	}

	.member_centre {
		padding-bottom: 60px;
	}

	.member_centre .box {
		padding: 40px 30px 50px;
	}

	.member_centre .box .title {
		font-size: 28px;
	}

	.common_form .btndiv {
		margin-top: 20px;
	}

	.common_form .btndiv,
	.common_form .btndiv input {
		height: 50px;
		line-height: 50px;
	}

	.common_form .two-thirds,
	.common_form .one-third {
		width: -moz-calc((100% - 22px) / 2);
		width: -webkit-calc((100% - 22px) / 2);
		width: calc((100% - 22px) / 2);
	}

	.common_form .selectli select {
		background: url(../images/img73.png) center right 20px no-repeat;
	}

	/**/
	.newwrap {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	/*new detail*/
	.new-detail {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.new-detail .title .t1 {
		font-size: 28px;
	}

	.new-detail .title .t2 {
		margin-top: 20px;
	}

	.new-detail .box {
		padding: 30px 0px;
	}

	.nextprev {
		padding-top: 20px;
	}

	.nextprev ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin: 10px auto;
	}

	.nextprev ul li:nth-child(2n) {
		text-align: left;
	}

	.nextprev ul li a {
		padding-bottom: 0;
	}

	/*product*/
	.product {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.product ul {
		padding-bottom: 25px;
	}

	.product ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.product ul li:nth-child(3n) {
		margin-right: 4%;
	}

	.product ul li:nth-child(2n) {
		margin-right: 0;
	}

	/**/
	.exchange {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.main_project .box a {
		padding-right: 45%;
	}

	.main_project .box .img {
		width: 45%;
	}

	.main_project .box .text .t1 {
		font-size: 28px;
	}

	.main_project .box .text .t2 {
		font-size: 15px;
	}

	.related .box {
		margin-top: 40px;
	}

	.related .box ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.related .box ul li:nth-child(3n) {
		margin-right: 4%;
	}

	.related .box ul li:nth-child(2n) {
		margin-right: 0;
	}

	/*product detail*/
	.product_datail {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.product_datail .purchase {
		padding-bottom: 50px;
	}

	.purchase .leftbox,
	.purchase .rightbox {
		float: none;
		width: 100%;
	}

	.purchase .rightbox {
		margin-top: 50px;
		padding-left: 0px;
	}

	.purchase .rightbox .title .t1 {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.purchase .rightbox .title .t2 {
		padding-top: 20px;
		font-size: 16px;
		min-height: 1px;
	}

	.details_box .leftbox .wrap {
		margin-top: 40px;
	}

	.details_box .leftbox .wrap .text {
		font-size: 15px;
	}

	.details_box .rightbox .prodiv ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.details_box .rightbox .prodiv ul li:nth-child(3n) {
		margin-right: 4%;
	}

	.details_box .rightbox .prodiv ul li:nth-child(2n) {
		margin-right: 0;
	}

	.details_box .pronav ul li {
		height: 60px;
		line-height: 60px;
		font-size: 17px;
	}

	.details_box .leftbox .wrap .wrap_li .allbtn span {
		font-size: 18px;
		padding-left: 60px;
		height: 45px;
		line-height: 45px;
		background: url(../images/img65.png) left center no-repeat;
		background-size: 45px auto;
	}
}

@media only screen and (max-width: 640px) {

	/*header*/
	.search {
		top: 60px;
	}

	.search-header {
		padding-top: 30px;
		padding-bottom: 50px;
	}

	.search-header .search-input {
		font-size: 18px;
	}

	.about .content {
		padding-top: 130px;
		margin-top: -130px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 32px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 32px;
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 60px;
		line-height: 60px;
	}

	.abnav ul li a:after,
	.abnav ul li span:after {
		height: 2px;
	}

	/*index*/
	.i-title .h1 {
		font-size: 28px;
	}

	.help_you .title .t1 {
		font-size: 28px;
	}

	.i-product {
		padding-bottom: 50px;
	}

	.i-about {
		padding-bottom: 50px;
	}

	.i-about .numberbox ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 6%;
	}

	.i-about .numberbox ul li:nth-child(4n) {
		margin-right: 4%;
	}

	.i-about .numberbox ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i-new {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.i-new .i-title,
	.i-gather .i-title {
		float: none;
		width: 100%;
	}

	.i-gather {
		padding-top: 60px;
		/*padding-bottom: 60px;*/
	}

	.i-gather .Bigbtn,
	.i-new .Bigbtn {
		float: none;
		width: 100%;
		margin-top: 0px;
	}

	.new li .txtbox .oth .sp2 {
		font-size: 14px;
	}

	.i-video {
		margin-top: 40px;
	}

	.i-new .box {
		margin-top: 40px;
	}

	/*about*/
	.profile {
		padding-top: 50px;
	}

	.profile .box {
		margin-top: 30px;
	}

	.pursuit {
		padding-top: 40px;
	}

	.pursuit ul li .text .tit,
	.pursuit_li .text .tit {
		font-size: 24px;
	}

	.layout_map .num ul li {
		padding-left: 20px;
		padding-right: 20px;
	}

	.layout_map .num ul li .t1 {
		font-size: 36px;
	}

	.layout_map .num ul li .t2 {
		font-size: 15px;
	}

	.speech .box {
		padding: 25px;
		margin-top: 30px;
	}

	.development {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.development .box {
		padding-left: 0;
		padding-right: 0;
	}

	.development .box .swiper-container {
		padding-top: 30px;
		padding-left: 50px;
		padding-right: 50px;
	}

	.development .planDiv .text {
		min-height: 280px;
	}

	.development .planDiv .text .t2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.pointbox {
		margin-top: 35px;
	}

	.honor {
		padding-top: 50px;
	}

	.honor .box .swiper-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.honor_li .img {
		padding: 20px 15px 10px;
	}

	.honor_li .txt {
		padding: 15px;
	}

	.honor_li .txt .tit {
		font-size: 16px;
	}

	.speech .box .videobg .icon {
		max-width: 60px;
	}

	/*.speech .box .videobg .icon{
		background: url(../images/img121.png) center no-repeat;
    	background-size: 14.2% auto;
	}*/
	/**/
	.contact_infor ul li .icon img {
		max-width: 40px;
	}

	.member_nav ul li a {
		height: 50px;
		line-height: 50px;
	}

	.member_nav ul li a img {
		max-width: 20px;
	}

	.member_centre .box .title {
		font-size: 26px;
	}

	.member_centre .notice {
		padding-top: 30px;
	}

	.common_form {
		margin-top: 30px;
	}

	.common_form .half,
	.common_form .two-thirds,
	.common_form .one-third {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.common_form .btndiv {
		margin-top: 10px;
	}

	.member_centre .method>ul>li {
		float: none;
		width: 100%;
	}

	.member_centre .method>ul>li ul li {
		font-size: 15px;
	}

	/*new detail*/
	.new-detail {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.new-detail .title .t1 {
		font-size: 26px;
	}

	.new-detail .title .t2 {
		font-size: 15px;
	}

	.new-detail .title .t2 span {
		margin: 0px 10px;
	}

	.new-detail .box {
		font-size: 15px;
	}

	.nextprev ul li a {
		font-size: 15px;
	}

	.main_project {
		padding-top: 50px;
	}

	.related .box ul li .ic {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.related .box ul li .txt .t2 {
		font-size: 15px;
	}

}

@media only screen and (max-width: 540px) {
	.header .logo a {
		height: 60px;
		line-height: 60px;
	}

	.header .logo a img {
		max-height: 40px;
	}

	.header .show-search-btn {
		height: 60px;
		line-height: 60px;
	}

	.search {
		top: 60px;
	}

	.abnav.fixed {
		top: 60px;
	}

	.menubtn {
		height: 60px;
	}

	.head-nation {
		margin-top: 15px;
	}

	.search-header {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	.search-header .search-input {
		font-size: 16px;
		line-height: 56px;
	}

	.search .submit0,
	.search-close {
		height: 56px;
		line-height: 56px;
	}

	.search .submit0 {
		background: url(../images/searchf.png) no-repeat center;
		background-size: 21px 21px;
	}

	.search-close {
		background: url(../images/close.png) no-repeat center;
		background-size: 21px 21px;
	}

	.m-nav {
		top: 60px;
		height: calc(100vh - 60px);
	}

	.m-nav .nav-list {
		padding-top: 20px;
	}

	.m-nav .nav-list>li>a,
	.m-nav .nav-list .one-level {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
	}

	.m-nav .nav-list .one-level i {
		height: 50px;
	}

	.m-nav ul li .m-subnav>li>a,
	.m-nav ul li .m-subnav .two-level {
		font-size: 17px;
	}

	.about .content {
		padding-top: 116px;
		margin-top: -116px;
	}

	/*banner*/
	.i-banner .box .t1 {
		font-size: 28px;
	}

	.obanner .bannerzi .box .t1 {
		font-size: 28px;
	}

	.obanner .bannerzi .box .t2 {
		min-height: 50px;
		font-size: 14px;
	}

	.obanner .bannerzi .box .icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.obanner .bannerzi .box .icon .ic {
		top: 12px;
	}

	.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
	.lunbotu .swiper-pagination-custom,
	.lunbotu .swiper-pagination-fraction {
		bottom: 20px;
	}

	.lunbotu .swiper-pagination li {
		margin: 0px 8px;
	}

	.o-main {
		padding-top: 60px;
	}

	/*footer*/
	.footer {
		padding-top: 40px;
	}

	.footer .subtit {
		font-size: 21px;
		padding-bottom: 10px;
		margin-bottom: 15px;
	}

	.footer .foot_infor .mode li {
		font-size: 15px;
	}

	.abnav ul li a,
	.abnav ul li span {
		height: 56px;
		line-height: 56px;
	}

	/**/
	.i-project .swiper-container {
		padding-top: 50px;
		padding-bottom: 100px;
		padding-left: 5%;
		padding-right: 5%;
	}

	.i-project .box .swiper-slide-active .project_li {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.i-project .box .project_li:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.i-project .box .swiper-slide-active .text .t2,
	.i-project .box .swiper-slide-active .text .btn {
		opacity: 1;
	}

	.i-project .box .swiper-slide .text {
		bottom: 30px;
	}

	/*.i-project .swiper-button-next, .i-project .swiper-button-prev{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}*/
	.i-project .swiper-button-next,
	.i-project .swiper-button-prev {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}

	.i-project .arrowsbox:before {
		right: 50px;
	}

	.i-product {
		padding-top: 70px;
		padding-bottom: 50px;
	}

	.i-product .box {
		padding-top: 20px;
	}

	.operatebox {
		margin-top: 30px;
	}

	.i-gather {
		padding-top: 60px;
		/*padding-bottom: 60px;*/
		padding-bottom: 30px;
	}

	.i-title .h1 {
		font-size: 26px;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.i-title .t1 {
		font-size: 17px;
		margin-bottom: 15px;
	}

	.i-title .t2 {
		font-size: 15px;
	}

	.help_you .title .t1 {
		font-size: 26px;
	}

	.Bigbtn a {
		height: 45px;
		line-height: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.Bigbtn a i {
		width: 25px;
	}

	.i-video {
		margin-top: 30px;
	}

	.i-new {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	.new li,
	.exchange .new li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.new li .txtbox .t1 {
		font-size: 18px;
		height: auto;
	}

	.new li .btn span {
		height: 54px;
	}

	.videowrap {
		padding-bottom: 15px;
	}

	.videowrap li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.help_you .btn a {
		height: 45px;
		line-height: 45px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.exchange .new {
		padding-bottom: 15px;
	}

	.exchange .new li .txtbox {
		padding: 25px;
	}

	.i-reports ul li a {
		padding-left: 20px;
		padding-right: 40px;
	}

	.i-reports ul li:nth-child(2) a {
		border-top: none;
	}

	.i-reports ul li a:before {
		top: 22px;
		width: 8px;
		height: 8px;
	}

	.i-reports ul li:nth-child(1) .txt,
	.i-reports ul li:nth-child(2) .txt {
		height: auto;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-webkit-line-clamp: 1;
	}

	.i-about .numberbox ul li .t1 {
		font-size: 36px;
	}

	.i-about .numberbox ul li .t2 {
		font-size: 15px;
	}

	.i-video ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	/*about*/
	.profile .box {
		font-size: 15px;
	}

	/*.pursuit ul li:before,
	.pursuit_li:before{
		background: url(../images/img120.png) bottom center no-repeat;
		background-size: 100% auto;
	}
	.pursuit ul li .text, .pursuit_li .text{
		height: auto;
	}
	.pursuit ul li .text .subtit, .pursuit_li .text .subtit{
		opacity: 1;
		visibility: visible;
    	transform: translateY(0px);
	}
	.pursuit ul li .text .subtit:before,
	.pursuit_li .text .subtit:before{
		height: 28px;
	}*/
	.speech .box .videobg .icon {
		max-width: 56px;
	}

	.layout_map {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.layout_map .box .txt {
		margin-top: 20px;
		font-size: 15px;
	}

	.layout_map .num ul li {
		padding-right: 15px;
	}

	.layout_map .num ul li:first-child {
		padding-left: 0;
	}

	.layout_map .num ul li .t1 {
		font-size: 32px;
	}

	.layout_map .num ul li .t2 {
		font-size: 14px;
		line-height: 1.5;
	}

	.pointbox {
		margin-top: 25px;
	}

	.pointbox .swiper-pagination-bullet {
		margin: 0px 6px;
	}

	/**/
	.contact_infor,
	.contact_address {
		padding-top: 40px;
	}

	.contact_infor ul,
	.contact_address .conwidth>ul {
		margin-top: 30px;
	}

	.contact_infor ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.contact_infor ul li:last-child {
		margin-bottom: 0px;
	}

	.contact_infor ul li .icon img {
		max-width: 36px;
	}

	.contact_address ul li .txt {
		padding: 30px 25px 20px;
	}

	.feedback {
		padding-top: 40px;
	}

	.feedback .box {
		margin-top: 30px;
	}

	.feedback .one-third {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.feedback .two-thirds {
		float: none;
		background: none;
	}

	.feedback .two-thirds .sp,
	.feedback .two-thirds .selbox select,
	.feedback input {
		font-size: 15px;
	}

	.feedback .two-thirds .sp {
		float: none;
		display: block;
		width: 100%;
		text-align: left;
		background: none;
		color: #11d4c3;
	}

	.feedback .two-thirds .selbox {
		float: none;
		width: 100%;
		background: #f6f8fb;
	}

	.feedback textarea {
		height: 150px;
	}

	.feedback .btn {
		margin-top: 30px;
		width: 140px;
		height: 45px;
		line-height: 45px;
	}

	.feedback .btn input {
		height: 45px;
		line-height: 45px;
	}

	.feedback .btn i {
		background: url(../images/img74.png) center right 20px no-repeat;
	}

	.feedback .btn:hover i {
		background: url(../images/img74a.png) center right 25px no-repeat;
	}

	/**/
	.member_nav {
		padding-bottom: 30px;
	}

	.member_nav ul li a {
		height: 48px;
		line-height: 48px;
	}

	.member_centre {
		padding-bottom: 50px;
	}

	.member_centre .box {
		padding: 30px 25px 40px;
	}

	.member_centre .box .title {
		font-size: 24px;
	}

	.member_centre .notice {
		font-size: 15px;
	}

	.common_form .btndiv {
		width: 150px;
	}

	.common_form .btndiv,
	.common_form .btndiv input {
		height: 45px;
		line-height: 45px;
	}

	.member_centre .method {
		margin-top: 20px;
	}

	.member_centre .method>ul>li {
		padding: 25px;
	}

	/*new*/
	.newwrap {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.newwrap .new {
		padding-bottom: 20px;
	}

	.selectdiv {
		margin-bottom: 40px;
	}

	.selectdiv .searchwrap {
		width: 100%;
	}

	.searchwrap .inputli input {
		font-size: 15px;
	}

	.page-list a {
		margin-right: 14px;
	}

	/*new detail*/
	.new-detail .title .t1 {
		font-size: 24px;
	}

	.new-detail .title .t2 span {
		margin: 0px 6px;
	}

	.new-detail .box {
		padding: 20px 0px;
	}

	/*product*/
	.product {
		padding-top: 40px;
	}

	.product ul {
		padding-bottom: 10px;
	}

	.product ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.exchange {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.main_project {
		padding-top: 40px;
	}

	.main_project .box a {
		padding-top: 60%;
		padding-right: 0;
	}

	.main_project .box .text {
		padding: 35px 25px;
	}

	.main_project .box .text .t1 {
		font-size: 24px;
	}

	.main_project .box .img {
		width: 100%;
		height: 60%;
	}

	.related .box {
		margin-top: 30px;
	}

	.related .box ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	/*product detail*/
	.product_datail {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.details_box .pronav.fixed {
		top: 60px;
	}

	.details_box .pronav ul li {
		height: 56px;
		line-height: 56px;
		font-size: 16px;
		margin-right: 35px;
	}

	.product_datail .purchase {
		padding-bottom: 40px;
	}

	.purchase .rightbox .title .t1 {
		font-size: 24px;
	}

	.purchase .rightbox .title .t2 {
		font-size: 15px;
	}

	.details_box .leftbox .wrap {
		margin-top: 30px;
	}

	.details_box .rightbox .prodiv ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.details_box .leftbox .wrap .wrap_li .allbtn span {
		font-size: 16px;
		padding-left: 50px;
		height: 40px;
		line-height: 40px;
		background: url(../images/img65.png) left center no-repeat;
		background-size: 40px auto;
	}
}

@media only screen and (max-width: 480px) {
	.Bigbtn a {
		height: 40px;
		line-height: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.new li .moreBtn span {
		padding: 0px 20px;
		line-height: 40px;
		height: 40px;
	}

	.i-project .cont {
		width: 96%;
	}

	.i-project .swiper-container {
		padding-bottom: 90px;
	}

	.i-video ul li {
		margin-bottom: 25px;
	}

	.i-video ul li .ic img {
		max-width: 40px;
	}

	.i-video ul li .txt {
		font-size: 15px;
	}
}

/* 2021.12.21 */
.searchBox.w12 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}

.searchList .item {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.searchList .h1 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	margin-bottom: 10px;
}

.searchList .info{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 10px;
}

.searchList .source{
	margin-right: 50px;
}

.searchList .text{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.searchBox .page-list{
	text-align: center;
	margin-top: 50px;
}

@media only screen and (max-width:768px) {
	.searchBox.w12{
		padding: 60px 0;
	}
}

@media only screen and (max-width:580px) {
	.searchBox.w12{
		padding: 40px 0;
	}

	.searchList .h1{
		font-size: 18px;
		line-height: 30px;
	}

	.searchList .text{
		font-size: 14px;
		line-height: 24px;
	}

	.searchBox .page-list{
		margin-top: 40px;
	}
}