@charset "utf-8";
@font-face {
	font-family: "SourceHanSerif";
	src: url('SourceHanSerif/Source_Han_Serif_Medium.woff') format('woff'), url('SourceHanSerif/Source_Han_Serif_Medium.ttf') format('truetype'), url('SourceHanSerif/Source_Han_Serif_Medium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
/*@font-face {
	font-family: "ALIBABAPUHUITI";
	src: url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.eot');
	src: local('ALIBABA-PUHUITI-REGULAR'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.eot?#iefix') format('embedded-opentype'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.woff2') format('woff2'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.woff') format('woff'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.ttf') format('truetype'), url('PuHuiTi/ALIBABA-PUHUITI-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat/Montserrat-Light.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MontserratBold';
	src: url('Montserrat/Montserrat-SemiBold.ttf');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	/*font-family: 'ALIBABAPUHUITI', arial, Helvetica, sans-serif;*/
	font-family: 'SourceHanSerif', sans-serif, arial, Helvetica;
	font-size: 20px;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	/*font-family: 'ALIBABAPUHUITI', arial, Helvetica, sans-serif;*/
	font-family: 'SourceHanSerif', sans-serif, arial, Helvetica;
}

img {
	border: none;
}

a {
	color: #000;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #1A5ED4;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	padding: 0 8%;
}

body.nyw .w {
	padding-left: 16.5%;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	/*word-break: break-all;*/
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	color: #666666;
}

:-moz-placeholder {
	color: #666666;
}

::-moz-placeholder {
	color: #666666;
}

:-ms-input-placeholder {
	color: #666666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 50px;
	display: none;
}

.overflow {
	overflow: hidden;
}


/*  *  * header *  * */

body {
	position: relative;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(18px);
	z-index: 999;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	background: rgba(92, 92, 92, 0.3);
	/*background: rgba(0, 0, 0, 1);*/
	-moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.2);
}

.head-main {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
	z-index: 2;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .head-main {}

.head-main .logo {
	width: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgba(220, 220, 220, 0.3);
}

.head-main .logo img {
	height: 67px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.rightbox {
	width: calc(100% - 150px);
}

.topnav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding: 0 40px;
	line-height: 47px;
	border-bottom: 1px solid rgba(220, 220, 220, 0.3);
}

.topnav .show-search-btn {
	padding-left: 32px;
	background: url(../images/search.png) no-repeat left center;
	background-size: 18px 18px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.topnav .lang {
	margin-left: 40px;
	padding-left: 25px;
	background: url(../images/lang.png) no-repeat left center;
	background-size: 20px 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.topnav .lang a {
	font-family: 'Montserrat';
	color: #DCDCDC;
}

header.fixed .topnav .lang a {
	color: #fff;
}

.topnav .lang:hover {
	opacity: .8;
}

.topnav .email {
	margin-left: 30px;
	padding-left: 32px;
	background: url(../images/email-ico.png) no-repeat left center;
	background-size: 22px 22px;
	font-family: 'Montserrat';
	color: #DCDCDC;
}

header.fixed .topnav .email {
	color: #fff;
}

.nav {
	display: flex;
	line-height: 52px;
	flex-wrap: nowrap;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
}

.nav>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	padding: 0 40px 0 120px;
}

.nav>ul>li {
	position: relative;
}

.nav>ul>li>a {
	display: block;
	font-size: 22px;
	font-family: "ALIBABAPUHUITI";
	color: #fff;
	position: relative;
}

@media only screen and (max-width:1440px) {
	.topnav {
		font-size: 14px;
	}
	.nav>ul>li>a {
		font-size: 18px;
	}
	body {
		font-size: 16px;
	}
}

.nav>ul>li>a:after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transition: -webkit-transform .75s ease;
	transition: transform .75s ease;
	transition: transform .75s ease, -webkit-transform .75s ease;
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
}

.nav>ul>li:hover>a:after,
.nav>ul>li.on>a:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

.nav>ul>li:hover>a,
.nav>ul>li.on>a {
	/*color: #1A5ED4;*/
}

.sys {
	padding: 0 40px 0 93px;
	background: url(../images/sys.png) no-repeat 56px center;
	background-size: 30px 29px;
	border-left: 1px solid rgba(220, 220, 220, 0.3);
}

.sys a {
	color: #DCDCDC;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .sys a {
	color: #fff;
}

.sys a:hover {
	color: #fff;
}

.show-search-btn {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	cursor: pointer;
	background: url(../images/search-0.png) no-repeat center center;
	background-size: 27px 27px;
}

.show-search-btn img {
	display: block;
	width: 27px;
	opacity: 0;
}

.show-search-btn:hover {
	opacity: .8;
}

.search {
	position: fixed;
	top: 100px;
	right: 0;
	height: 100%;
	max-height: 100vh;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 996;
}

.search.fixed {
	top: 100px;
}

.search.search-is-open {
	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: #1A5ED4;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search_overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.search,
.search_overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding: 50px 0;
}
.search-header.w {
	padding-left: 20%!important;
	padding-right: 20%!important;
}
.search-box {
	position: relative;
	padding: 0 100px;
}

.search-header .search-input {
	display: block;
	line-height: 70px;
	font-size: 24px;
	color: #fff;
	width: 100%;
	background: #1A5ED4;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.search-header ::-webkit-input-placeholder {
	color: #fff;
}

.search-header :-moz-placeholder {
	color: #fff;
}

.search-header ::-moz-placeholder {
	color: #fff;
}

.search-header :-ms-input-placeholder {
	color: #fff;
}

.search-close {
	position: absolute;
	display: block;
	top: -20px;
	right: 0;
	width: 32px;
	height: 32px;
	background: url(../images/close.png) no-repeat center;
	background-size: cover;
	filter: invert(100%);
	opacity: .7;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	opacity: 1;
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	display: block;
	top: 19px;
	right: 105px;
	z-index: 5;
	width: 40px;
	height: 40px;
	background: url(../images/searchf.png) no-repeat center;
	opacity: .7;
	cursor: pointer;
}

.search .submit0:hover {
	opacity: 1;
}


/*移动端*/

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 16px;
}

.sliding-menu a {
	display: block;
	padding: 10px 1em;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #1A5ED4;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #1A5ED4;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3008';
	float: left;
	margin-right: 1em;
}

.sliding-menu {
	overflow: hidden;
	position: relative;
}

.sliding-menu ul {
	float: left;
	margin: 0;
	width: 100%;
}

.sliding-menu li {
	list-style: none;
	margin: 0;
	line-height: 25px;
}

.sliding-menu a:hover {
	background: #1A5ED4;
	color: #FFF;
}

.sliding-menu a.nav:before {
	content: '\3009';
	float: right;
	margin-left: 1em;
}

.sliding-menu a.back {
	background: #1A5ED4;
	color: #FFF;
}

.sliding-menu a.back:before {
	content: '\3009';
	float: right;
	margin-right: 0;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.04);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: 28px;
	vertical-align: middle;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 26px;
	width: 30px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #fff none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #999;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	top: 11px;
	left: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	/*display: none;*/
	position: fixed;
	top: 0;
	left: -9999px;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	overflow: hidden;
}

.popUp {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: -1;
}

.maxDiv .maskbg {
	left: 0;
}

.maskbg:before {
	content: "";
	position: absolute;
	top: 0;
	left: -9999px;
	width: 250px;
	height: 100%;
	background: #fff;
	transition: all 0.3s;
	z-index: 0;
}

.maxDiv .maskbg:before {
	left: 0;
	transition: all 0.3s;
}

#menu a {
	display: block;
	width: 100%;
	color: #000;
	font-size: 16px;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a.back {
	color: #FFF;
}

#menu a:hover {
	color: #fff;
	background: #1A5ED4;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #fff;
	float: none;
}

#menu {
	margin: 4em 0;
	width: 250px;
	min-height: 308px;
	background: #fff;
	left: -9999px;
	transition: all 0.3s;
	text-transform: uppercase;
}

.maxDiv .maskbg #menu {
	left: 0;
	transition: all 0.3s;
}

.phone_head .show-search-btn {
	margin-top: 11.5px;
	margin-right: 20px;
}

.phone_head .en a {
	color: #fff;
	font-size: 16px;
}



/*
 
 * index
 * */

.banner {
	position: relative;
}

.banner .main {
	padding: 0 120px 0 256px;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin-top: 50px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.banner .pic{
	overflow: hidden;
}
.banner .pic img {
	display: block;
	width: 100%;
}

.banner .tbox {
	color: #fff;
	overflow: hidden;
}

.banner .tbox .ch {
	font-size: 48px;
	font-weight: bold;
}

.banner .tbox .en {
	margin-top: 15px;
	font-size: 18px;
	font-family: 'Montserrat';
}

.viewmore-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
	border-radius: 10px;
	font-family: 'ALIBABAPUHUITI';
	color: #000000;
	text-transform: uppercase;
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.viewmore-link:hover {
	background: #1A5ED4;
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
}

.viewmore-link:hover  {
	color: #fff;
}

.viewmore-link .arrowico {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	/*margin-left: 60px;*/
	background: #1A5ED4;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.viewmore-link .arrowico:after {
	content: " ";
	width: 20px;
	height: 20px;
	background: url(../images/arrow.png) no-repeat center center;
	background-size: cover;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.viewmore-link:hover .arrowico {
	background: #000000;
	transform: rotate(45deg);
}

.banner .btns {
	width: 14.4%;
}

.banner .btn {
	position: relative;
	margin-top: 12px;
}

.banner .btns .viewmore-link {
	color: #fff;
	height: 80px;
	line-height: 78px;
	background: url(../images/borimg.png) no-repeat left top;
	background-size: cover;
	backdrop-filter: blur(18.62px);
	border-radius: 10px;
}

.banner .btns .viewmore-link:hover {
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
	
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bluebg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 256px;
	background: #1A5ED4;
	z-index: -1;
}

.navbox {
	float: left;
	/*height: 100%;*/
	width: 256px;
	background: #1A5ED4;
	z-index: 990;
}

.navbox>ul {
	padding: 60px 0;
}

.navbox>ul>li {
	margin-top: 35px;
	padding: 0 14px;
	/*padding: 0 24px;*/
	/*text-align: center;*/
}

.navbox>ul>li:first-child {
	margin-top: 0!important;
}

.nav-item .tit {
	position: relative;
	cursor: pointer;
	font-size: 25px;
	color: #fff;
	/*height: 50px;*/
	line-height: 34px;
	background: #1A5ED4;
	border-radius: 5px;
	overflow: hidden;
}

.nav-item .tit:before {
	content: " ";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	/*margin: -12% 0 0 -50%;*/
	transform: scale(0) translate(-50%, -50%);
	background: linear-gradient(180deg, #002A6A 0%, #1A5ED4 100%);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-item .tit:hover:before,
.nav-item.active .tit:before {
	transform: scale(1) translate(-50%, -50%);
}

.nav-item .tit a {
	display: block;
	position: relative;
	color: #fff;
	z-index: 2;
	padding: 8px;
}
.nav-item .tit a.arrowico:after,
.nav-item.dropdown .tit a:after{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 15px;
	height: 15px;
	background-image: url(../images/navarrow.png);
	background-position:  right center;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.nav-item.active.dropdown .tit a:after,
.nav-item.dropdown:hover .tit a:after{
	transform: rotate(-90deg);
	margin-left: 20px;
}

.menu-item a{
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 300;
	display: block;
	border-radius: 5px;
	line-height: 40px;
	padding-left: 8px;
}
.menu-item a:hover{
	background: rgba(0,0,0,.3);
	
}
.nav-item.dropdown.active .menu-item ,
.nav-item.dropdown:hover .menu-item {
	display: block
}
#main {
	float: right;
	/*margin-left: 256px;*/
	width: calc(100% - 256px);
	background-position: left top!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-attachment: fixed!important;
}
@media only screen and (max-width: 1024px) {
	#main{
		background-attachment: initial!important;
	}
}
.hook-item {
	min-height: 10px;
	overflow: hidden;
}

#main .main {
	padding: 0 90px 0 80px;
}

.intitle {
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
}

.intitle span {
	color: #1A5ED4
}

.intitle i {
	display: inline-block;
	vertical-align: top;
	margin-left: -5px;
	width: 20px;
	height: 20px;
	background: url(../images/circle-ico.png) no-repeat left top;
	background-size: cover;
}

.index-sec1 {
	background: #EEF4FD;
	min-height: 20px;
}

.index-sec2 {
	padding-top: 50px;
	padding-bottom: 114px;
	background: #EEF4FD;
}

.index-sec2 .top-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
}

.play {
	cursor: pointer;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: url(../images/play.png) no-repeat left top;
	background-size: cover;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.play:hover {
	background-color: #fff;
	transform: scale(.9);
	-moz-box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
}

.index-sec2 .bottom-box {
	margin-top: 27px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	width: 100%;
}

.index-sec2 .left-box {
	width: calc(49.7% - 13px);
}

.aboutmain1 {
	float: left;
	width: calc(50% - 5px);
	height: 100%;
}

.aboutswiper {
	height: 100%;
	width: 100%;
	--swiper-theme-color: #FF0000;
	--swiper-pagination-bullet-size: 12px;
	--swiper-pagination-bullet-inactive-color: #313131;
	--swiper-pagination-bullet-inactive-opacity: 1;
}

.aboutswiper .swiper-pagination {
	text-align: left;
	left: 35px;
	top: 150px;
	bottom: auto;
	font-size: 0;
	width: auto;
}

.aboutswiper .swiper-pagination-bullet {
	border: 1px solid #fff;
	vertical-align: middle;
}

.aboutswiper .swiper-pagination-bullet-active {
	border-color: #FF0000;
}

.aboutswiper .box {
	display: block;
	height: 100%;
	position: relative;
	border-radius: 10px;
	background: #313131;
	padding: 50px 35px;
	overflow: hidden;
}

.aboutswiper .tbox {
	height: 64px;
	line-height: 32px;
	font-size: 24px;
	color: #fff;
	font-family: 'Montserrat';
}

.aboutswiper .pic {
	position: absolute;
	right: 0;
	bottom: -15px;
	width: 77.4%;
	z-index: 2;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.aboutswiper .pic img {
	display: block;
	width: 100%;
}

.aboutswiper .box:hover .pic {
	bottom: -30px;
}

.aboutmain2 {
	width: calc(50% - 5px);
	height: 100%;
	float: right;
}

.aboutmain2 .box {
	display: block;
	height: 100%;
	position: relative;
	border-radius: 10px;
	background: #fff;
	padding: 50px 35px;
	overflow: hidden;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.aboutmain2 .box:hover {
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
}

.aboutmain2 .ch {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	font-family: 'Montserrat';
}

.aboutmain2 .en {
	font-size: 40px;
	line-height: 56px;
	color: #1A5ED4;
	font-family: 'Montserrat';
	font-weight: bold;
}

.aboutmain2 .desc {
	margin-top: 20px;
	font-size: 20px;
	line-height: 35px;
	height: 210px;
	color: #666666;
}

.index-sec2 .right-box {
	width: 50.3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.index-sec2 .right-box .box {
	width: 50%;
	padding: 40px 35px;
	background-color: #313131;
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
	height: 290px;
	color: #fff;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.index-sec2 .right-box .box:first-child {
	width: 100%;
}
.index-sec2 .right-box .box:hover {
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
}

.index-sec2 .right-box .box+.box {
	margin-top: 10px;
}

.num-con .num {
	line-height: 56px;
	font-size: 24px;
	font-family: 'Montserrat';
}

.num-con .num span {
	font-size: 40px;
	font-weight: bold;
}

.index-sec2 .right-box .box .desc {
	margin-top: 5px;
	font-size: 20px;
	line-height: 30px;
	height: 90px;
}

.index-sec2 .right-box .box.active {
	width: 100%;
}

.index-sec3 {
	background: linear-gradient(180deg, #041D2C 0%, #041D2D 100%);
}

.index-sec3 .main {
	position: relative;
	background: url(../images/kxyj-bg.png) no-repeat right bottom;
	background-size: 58.5%;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap;
}

.index-sec3 .intitle {
	position: absolute;
	left: 80px;
	top: 70px;
	z-index: 2;
	color: #fff;
}

.index-sec3 .pic {
	flex: 0 0 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 768px) {
	.index-sec3 .pic {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 50%;
		z-index: 1;
		overflow: hidden;
		}
		
	
	 .index-sec3 .pic img:hover {
		    -moz-transform: scale(1.05);
		    -webkit-transform: scale(1.05);
		    transform: scale(1.05);
		}
}

.index-sec3 .pic img {
	display: block;
	width: 100%;
	 -moz-transition: all 1s;
		    -webkit-transition: all 1s;
		    transition: all 1s;
}

.index-sec3 .tbox {
	flex: 0 0 39%;
	padding: 30px 0 10px 0;
}

.index-sec3 .tbox dl {
	padding: 20px 0;
	border-bottom: 1px solid #444444;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.index-sec3 .tbox dl:hover {
	border-bottom-color: rgba(255, 255, 255, .5);
}

.index-sec3 .tbox dl:last-child {
	border: none;
}

.index-sec3 .tbox dt {
	font-size: 26px;
	font-weight: bold;
	line-height: 46px;
	background: url(../images/file.png) no-repeat right center;
	background-size: 46px 46px;
}

.index-sec3 .tbox a {
	color: #fff;
}

.index-sec3 .tbox dd {
	margin-top: 20px;
}

.index-sec3 .tbox dd .viewmore-link {
	display: inline-flex;
	border: none;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	width: auto;
	padding: 0;
}

.index-sec3 .tbox dd .viewmore-link .arrowico {
	margin-left: 40px;
}
.index-sec3 .tbox dd .viewmore-link:hover .arrowico{
	background: #fff;
}
.index-sec3 .tbox dd .viewmore-link:hover .arrowico:after{
	filter: invert(100%);
}
.index-sec3 .tbox dd .viewmore-link:hover span,
.index-sec3 .tbox a:hover {
	background: none;
	/*color: #1A5ED4;*/
}

.index-sec4 {
	padding: 70px 0 135px 0;
	background: url(../images/pro-bg.jpg) no-repeat right bottom;
	background-size: 100% auto;
}

.probox {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 40px;
}

.probox a {
	display: block;
	position: relative;
	padding: 60px;
	background: #fff;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

/*.probox:hover a {
	background: #2066D8;
	color: #fff;
}*/

.probox .tbox {
	width: 50%;
	color: #000;
}

.probox .tit {
	font-size: 32px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
}

.probox .desc {
	margin-top: 15px;
	font-size: 22px;
	line-height: 48px;
	
}
.probox .desc.ellipsis-2{
	min-height: 96px;
	display: block;
}
.probox .viewmore-link {
	margin-top: 70px;
	display: inline-flex;
}

.probox .viewmore-link .arrowico {
	margin-left: 115px;
}

.probox .pic {
	position: absolute;
	top: 30px;
	right: 70px;
	width: 31%;
	z-index: 2;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
/*.probox:hover .pic {
	right: 90px;
	
}*/
.probox .pic img {
	display: block;
	width: 100%;
}

/*.probox:hover .viewmore-link {
	color: #fff;
	border-color:  rgba(255, 255, 255, 0.3);
}

.probox:hover .viewmore-link .arrowico {
	background-color: #000;
}*/

.probox .en {
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgba(0, 0, 0, 0);
	font-size: 260px;
	line-height: 78%;
	height: 78%;
	font-family: 'Montserrat';
	font-weight: bold;
	background: url(../images/FVP-2@1x.png) no-repeat left center;
	background-size: 70% auto;
}
.index-sec5{
	padding: 70px 0;
}
.index-sec5 .main{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.index-sec5 .left-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.index-sec5 .left-box .viewmore-link{
	margin-top: 20px;
	display: inline-flex;
	border: none;
	padding: 0;
	/*line-height: 32px;*/
	/*height: 32px;*/
}
.index-sec5 .left-box .viewmore-link:hover{
	/*background: none;*/
	border: 1px solid rgba(0, 0, 0, 0.3);
padding: 0 30px;
}
.index-sec5 .left-box .viewmore-link .arrowico{
	margin-left: 25px;
	
}
 
.index-sec5 .right-box{
	width: 75%;
}
.newslist li{
	border-top: 1px solid #D8D8D8;
}
.newslist li:first-child{
	border: none;

}
.newslist li a{
	display: block;
	padding: 35px 0;
}
.newslist li:first-child a{
	padding-top: 10px;
}
.newslist li:last-child a{
	padding-bottom: 0;
}
.newslist li .tit{
	font-size: 20px;
	font-family: 'Montserrat';
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.newslist li .time{
	margin-top: 10px;
	font-size: 16px;
	font-family: 'Montserrat';
	font-weight: bold;
	color: #1A5ED4;
}


/*
 
 * 
 * footer
 * */

footer {
	background: linear-gradient(180deg, #041D2C 0%, #041D2D 100%);
	position: relative;
	z-index: 998;
}

.foot-sec {
	background: url(../images/footer-bg.png) no-repeat left bottom;
	background-size: 53%;
}

.foot-sec .main {
	padding: 65px 0 40px;
	overflow: hidden;
}

.foot-sec .top-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	width: 100%;
}

.foot-sec .left-box {
	/*422*/
	width: 26%;
}

.foot-sec .left-box .logo {
	
	display: inline-block;
}

.foot-sec .left-box .logo img {
	display: block;
	height: 60px;
}

.foot-sec .left-box .emailbox {
	margin-top: 70px;
	font-family: 'Montserrat';
}

.foot-sec .left-box .emailbox .tit {
	line-height: 17px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.foot-sec .left-box .emailbox .desc {
	line-height: 39px;
	font-size: 32px;
	color: #2066D8;
	font-weight: bold;
}

.foot-sec .viewmore-link {
	color: #DCDCDC;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.foot-sec .viewmore-link+.viewmore-link {
	margin-top: 30px;
}

.foot-sec .viewmore-link:hover {
	backdrop-filter: blur(18.62px);
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
}

.foot-sec .left-box .yourinfo {
	margin-top: 60px;
	font-family: 'Montserrat';
	font-weight: 250;
}

.foot-sec .nav-box {
	/*265*/
	width: 16%;
	margin-left: 8%;
	color: #DCDCDC;
	font-size: 18px;
}

/*.foot-sec .nav-box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/

.foot-sec .nav-box ul li {
	display: block;
	line-height: 28px;
	margin-top: 36px;
}

/*.foot-sec .nav-box ul li:nth-child(2n) {
	text-align: right;
}*/

.foot-sec .nav-box ul li a {
	color: #DCDCDC;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.foot-sec .nav-box ul li a:hover {
	color: #2066D8;
}

.foot-sec .btns-box {
	/*286*/
	width: 19%;
}

.copyright {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	color: rgba(255, 255, 255, .5);
	font-family: 'Montserrat';
	font-size: 14px;
}

.copyright a {
	margin-left: 10px;
	color: rgba(255, 255, 255, .5);
}

.copyright .webmap {
	float: right;
	font-size: 18px;
	color: #DCDCDC;
}

.copyright a:hover {
	color: #fff;
}

.copyright img {
	display: inline-block;
	vertical-align: -3px;
}



/*
 
 * pro
 * 
 * */


.nybanner {
	position: relative;
	overflow: hidden;
}

.nybanner .main {
	padding: 0 8%;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	margin-top: 50px;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
body.nyw .nybanner .main{
	padding: 0 120px 0 256px;
}
.nybanner .pic{
	position: relative;
	overflow: hidden;
}
.nybanner .pic img {
	display: block;
	width: 100%;
}
.nybanner .pic:after{
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}
.nybanner .tbox {
	color: #fff;
}

.nybanner .tbox .ch {
	font-size: 56px;
	font-weight: bold;
	line-height: 78px;
}

.nybanner .tbox .en {
	margin-top: 15px;
	font-size: 80px;
	font-family: 'MontserratBold';
	line-height: 64px;
	text-transform: capitalize;
}

.proxqbanner .main{
    flex-direction: row-reverse;
    align-content: flex-end;
    align-items: flex-end;
}
.proimg{
	width: 39%;
	background: rgba(2, 103, 158, 0.8) url(../images/proimg-bg.png) no-repeat left top;
	background-size: 100% 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	backdrop-filter: blur(20px);
	
}
.proimg img{
	display: block;
	width: 74%;
	margin: 25px auto -80px auto;
}
.proimg .en {
	position: absolute;
	right: 0;
	bottom: 0;
	color: rgba(0, 0, 0, 0);
	font-size: 260px;
	line-height: 100%;
	height: 100%;
	font-family: 'Montserrat';
	font-weight: bold;
	background: url(../images/FVP-2@1x.png) no-repeat center center;
	background-size: 85% auto;
	filter: invert(100%);
	z-index: -1;
}
.proxqbanner .tbox {
	width: 45%;
}
.proxqbanner .tbox .desc{
	margin-top: 20px;
	font-size: 22px;
	line-height: 48px;
	height: 96px;
	font-family: 'MontserratBold';
	font-weight: 300;
}
.proxqbanner .btns{
	margin-top: 40px;
}
.proxqbanner .btns .viewmore-link{
	display: inline-flex;
	width: 41%;
	border-color: rgba(255, 255, 255, 0.3);
	color: #DCDCDC;
}
.proxqbanner .btns .viewmore-link:hover{
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.proxqbanner .btns .viewmore-link+.viewmore-link{
	margin-left: 2.9%;
}
.proxq-sec1{
	min-height: 45px;
}
.proxq-sec2{
	padding: 70px 0;
	background: #fff;
}
.spsblist{
	margin-top: 15px;
}
.spsblist .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-family: 'Montserrat';
	padding: 20px 0;
line-height: 48px;
	
}
.spsblist .box .tit{
	width: 20%;
font-size: 22px;
font-weight: 500;
padding-left: 1%;
}
.spsblist .box .desc{
	width: 40%;
font-size: 20px;

}
.spsblist .box .pic{
	width: 30.5%;
	border-radius: 10px;
	overflow: hidden;
}
.spsblist .box .pic img{
	display: block;
	width: 100%;
	    -moz-transition: all 1s;
	    -webkit-transition: all 1s;
	    transition: all 1s;
	 
}
.spsblist .box .pic img:hover {
	    -moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}
.proxq-sec3{
	padding: 70px 0;
	background: #EEF4FD;
}
.proxq-sec3 .table{
	background: #fff;
	margin-top: 22px;
	padding: 24px;
	box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
	overflow-x: auto;
}

.proxq-sec3  .table table {
	font-size: 20px;
	font-weight: normal;
	line-height: 35px;
	min-width: 100%;
	border: 1px solid #718096;
	background: #F7FAFC;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
}

.proxq-sec3  .table table th ,
.proxq-sec3  .table table td {
	border: 1px solid #E2E8F0;
	padding: 10px 0;
}
.proxq-sec3  .table table tbody tr:first-child td:first-child {
	background: #CBD5E0;
}
.proxq-sec3  .table table tr:nth-child(2n) {
	background: #EDF2F7;
}
.proxq-sec3  .table table th{
	background: #4A5568;
	color: #fff;
	font-weight: normal;
}
/*.proxq-sec3  .table table tr td:first-child{
	background: #CBD5E0;
}*/

.proxq-sec3 .table img{
	display: block;
	max-width: 100%;
}
.proxq-sec4{
	padding: 90px 0 130px 0;
    background: url(../images/pro-bg.jpg) no-repeat right bottom;
    background-size: 100% auto;
}
.cpdblist .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	align-content: center;
}
.cpdblist .box+.box{
	margin-top: 100px;
}
.cpdblist .box .tbox{
	width: 45%;
}
.cpdblist .box:nth-child(2n+1){
	 flex-direction: row-reverse;
}
.cpdblist .box .tbox .desc{
	margin-top: 30px;
	font-size: 20px;
	line-height: 48px;
}
.cpdblist .box .tbox .desc p{
	margin-top: 10px;
}
.cpdblist .box .pic{
	width: 47.8%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	
}
.cpdblist .box .pic img{
	border-radius: 10px;
	overflow: hidden;
	flex: 0 0 calc(50% - 16px);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	 
}
.cpdblist .box .pic img:hover {
	transform: scale(.98);
	   -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	   -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	   box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	}
.cpdblist .box .pic img+img{
	margin-left: 32px;
}

.proxq-sec5{
	padding: 70px 0;
	background: #EEF4FD;
}
.cpzscqlist ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -34px;
}
.cpzscqlist ul li{
	margin: 30px 0 0 34px;
	flex: 0 0 calc(20% - 34px);
}
.cpzscqlist ul li  a{
	position: relative;
}
.cpzscqlist ul li img{
	display: block;
	width: 100%;
}
.cpzscqlist ul li a:after{
	content: " ";
	background:  rgba(26, 94, 212, 0.5) url(../images/open.png) no-repeat center center;
	background-size: 40px 40px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(.8);
	opacity: 0;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.cpzscqlist ul li:hover a:after{
	transform: scale(1);
	opacity: 1;
	
}
.proxq-sec6{
	 padding: 80px 0 130px;
	 background: #fff;
}
.cphblist .box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex: 0 0 calc(14.28% - 10px);
}
.cphblist .box .tbox{
	width: 46.5%;

}
.cphblist .box .tbox .desc{
	margin-top: 30px;
	font-size: 20px;
	line-height: 48px;
}
.cphblist .box .pic{
	width: 47%;
	border-radius: 10px;
	overflow: hidden;
}
.cphblist .box .pic img{
	display: block;
	width: 100%;
	    -moz-transition: all 1s;
	    -webkit-transition: all 1s;
	    transition: all 1s;
}
.cphblist .box .pic img:hover{
	-moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
}
.prouse-sec3{
	background: #EEF4FD;
}
.prouse-sec2{
	padding: 70px 0;
	background: #fff;
}
.cpptlist ul{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.cpptlist ul li{
	margin:30px 0 0 40px;
	flex: 0 0 calc(33% - 40px);
	

}

.cpptlist ul li a{
	padding: 40px;
	display: block;
	overflow: hidden;
	background: #fff;
	min-height: 290px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.cpptlist ul li:hover a{
	transform: scale(1.02);
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
}
.cpptlist ul li .tit{
	font-size: 24px;
font-weight: 500;
line-height: 32px;
font-family: 'Montserrat';
}
.cpptlist ul li .desc{
	margin-top: 20px;
	font-size: 20px;
line-height: 30px;
color: #666666;
}
.cpptlist ul li:hover .tit,
.cpptlist ul li:hover .desc{
	color: #fff;
}
.prouse-sec4{
	min-height: 25px;
}
.prouse-sec5{
	
	padding: 70px 0;
}
.prouse-sec5 .main{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.yqbfspmain{
	width: 46%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.yqbfspmain .tit{
	position: absolute;
	font-size: 24px;
line-height: 32px;
color: #fff;
top: 40px;
left: 50px;
z-index: 1;
	font-family: 'Montserrat';
}
.yqbfspmain .pic img{
	
	    display: block;
	    width: 100%;
	
}

.yqbfspmain .play0{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 98px;
	height: 98px;
	margin: -49px 0 0 -49px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2) url(../images/play0.png) no-repeat center center;
	background-size: 98px 98px;
	backdrop-filter: blur(18px);
	z-index: 2;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	animation: change 2s ease-in infinite;
}
@keyframes change {
	0% {
		-moz-box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
		box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
	}
	50% {
		-moz-box-shadow:  0 2px 60px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow:  0 2px 60px rgba(26, 94, 212, 0.5);
		box-shadow: 0 2px 60px rgba(26, 94, 212, 0.5);
	}
	100% {
		-moz-box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
		box-shadow: 0 2px 5px rgba(26, 94, 212, 0.5);
	}
}
.yqbfspmain .play0:hover{
	transform: scale(.9);
}

.yhczscmain{
	width: 53%;
	border-radius: 10px;
	overflow: hidden;
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.yhczscmain:hover{
	-moz-box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 20px rgba(26, 94, 212, 0.5);
}
.yhczscmain a{
	display: flex;
	flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
	height: 100%;
	color: #FFFFFF;
	font-family: 'Montserrat';
	padding: 40px;
}

.yhczscmain .tit{
	font-size: 24px;
	line-height: 32px;

}
.yhczscmain .desc{
	margin-top: 30px;
	font-size: 20px;
font-weight: normal;
line-height: 40px;
color: rgba(255, 255, 255, 0.6);
}
.yhczscmain .viewmore-link{
	justify-content: flex-end;
	height: 32px;
	line-height: 32px;
	padding: 0;
	border: none;
}
.yhczscmain .viewmore-link .arrowico{
	background: #292525;
}
.yhczscmain:hover .viewmore-link .arrowico{
	transform: rotate(45deg);
}
.yhczscmain .viewmore-link:hover{
	background: transparent;
}
.prouse-sec6{
	padding: 60px 0 130px;
}
.prouse-sec6 .intitle{
	text-align: center;
}
.yqbflist{
	margin-top: 30px;	
}
.yqbflist img{
	display: block;
	width: 100%;
}

.prodata-sec1{
	padding: 80px 0 50px;
}

.prodata-sec6 .cpdblist .box:nth-child(2n+1),
.prodata-sec5 .cpdblist .box:nth-child(2n+1),
.prodata-sec3 .cpdblist .box:nth-child(2n+1),
.prodata-sec1 .cpdblist .box:nth-child(2n+1) {
     flex-direction: row; 
}
 .prodata-sec1:nth-child(2n+1) .cpdblist .box {
	 flex-direction: row-reverse;
 }
.prodata-sec2{
	padding: 50px 0;
}
.prodata-sec3{
	padding: 50px 0;
}
.prodata-sec4{
	padding: 50px 0;
}
.prodata-sec5{
	padding: 50px 0;
}
.prodata-sec6{
	padding: 50px 0;
}


.prodata-sec7{
	padding: 50px 0 130px;
}
.prodata-sec7 .box{
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.prodata-sec7 .box .pic img{
	display: block;
	width: 100%;
	    -moz-transition: all 1s;
	    -webkit-transition: all 1s;
	    transition: all 1s;
}
.prodata-sec7 .box:hover .pic img {
	    -moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}
.prodata-sec7 .box .tbox{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -6%;
	text-align: center;
	z-index: 2;
}
.prodata-sec7 .box .tbox .intitle{
	color: #fff;
	
}
.prodata-sec7 .box .viewmore-link{
	width: 286px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	border-color: rgba(255, 255, 255, 0.3);
	color: #DCDCDC;
}


/*
 
 * 
 * 
 * */

.layui-layer-page.videolayer .layui-layer-content {
	overflow: hidden;
}

.layui-layer-page.videolayer .layui-layer-content video {
	object-fit: fill
}


.page {
	margin-top: 40px;
	line-height: 40px;
	text-align: center;
}

.page span {
	color: #333;
}

.page a {
	display: inline-block;
	border: 1px solid #e2e2e2;
	padding: 0 10px;
	margin: 0 3px;
	background: #fff;
	border-radius: 25px;
	min-width: 40px;
}

.page a.on,
.page a:hover {
	background: #113B22;
	border-color: #113B22;
	color: #fff;
}
.pro-sec .page{
	padding-left: 32%;
}
/*
 
 * about
 * 
 * */
.about-sec1{
	background: #fff;
	padding: 70px 0;
}
.about-sec1 .main{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.about-sec1 .tbox{
	margin-right: 20px;
	color: #1A5ED4;
font-size: 80px;
	line-height: 80px;
	font-family: 'MontserratBold';
text-align: right;
}
.about-sec1 .tbox .en:first-child{
	text-align: left;
	margin-right: 55px;
}
.about-sec1 .tbox .year{
	margin-right: 30px;
}
.about-sec1 .desc{
	width: 59%;
	overflow: hidden;
}
.about-sec1 .desc .tit{
	font-size: 32px;
font-weight: bold;
line-height: 48px;

}

.about-sec1 .desc .tit span{
	color: #2066D8

}
.about-sec1 .desc .con{
	font-size: 22px;
line-height: 48px;
}
.about-sec1 .desc .con p{
	margin-top: 20px;
}

.about-sec2{
	padding: 60px 0 110px;
}
.gsgllist{
	margin-top: 30px;
}
.gsgllist .box{
	padding: 50px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gsgllist .box .pic{
	width: 44.5%;
	overflow: hidden;
	border-radius: 10px;
}
.gsgllist .box .pic img{
	display: block;
	width: 100%;
}
.gsgllist .box .num{
	font-size: 24px;
	color: #2066D8;
	font-family: 'Montserrat';
}
.gsgllist .box .tbox{
	width: 43%;
}
.gsgllist .box .tbox .tit{
	font-size: 32px;
	font-family: 'Montserrat';
	font-weight: bold;
	line-height: 32px;
}
.gsgllist .box .tbox .desc{
	margin-top: 5px;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}
.gsgllist .box .tbox ul{
	margin-top: 40px;
		font-size: 18px;
font-weight: 500;
line-height: 40px;
}
.gsgllist .box .tbox ul li{
	padding-left: 22px;
	background: url(../images/circle-ico-red.png) no-repeat left 14px;
}	
	
	
	
	
/*
 
 * 
 * pro-marking
 * */	
.promarking-sec1 {
	padding: 50px 0;
	background: #fff;
}	
.promarking-sec1 .gsgllist .box{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	border-top: 0 ;
	
}	
.promarking-sec2{
	padding: 70px 0 140px;
}
#main .promarking-sec2:first-child{
	padding-bottom: 50px;
}
.promarking-sec2 .intitle{
	margin-bottom: 30px;
}
.qyzxlist{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.qyzxlist .picbox{
	width: 53.8%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.qyzxlist .picbox .pic img{
	display: block;
	width: 100%;
}
.qyzxlist .picbox .tit{
	position: absolute;
	left: 50px;
	top: 50px;
	font-size: 24px;
	
	line-height: 32px;
	color: #fff;
	font-family: 'Montserrat';
	font-weight: 500;
}
.qyzxlist .picbox .desc{
	position: absolute;
	left: 70px;
	bottom: 50px;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	font-family: 'Montserrat';
}
.qyzxlist .picbox .desc p{
	margin-top: 10px;
}
.qyzxlist .tbox{
	width: 43%;
}
.qyzxlist  .box{
	margin-top: 12px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 30px 40px;
	line-height: 32px;
	font-family: 'Montserrat';
	font-weight: bold;
}
.qyzxlist  .box:first-child{
	margin-top: 0;
}
.qyzxlist  .box .name{
	font-size: 20px;
	
}
.qyzxlist  .box .desc{
	display: flex;
	margin-top: 10px;
	font-size: 18px;
	padding-left: 30px;
	background: url(../images/telico.png) no-repeat left center;
	background-size: 15px 16px;
}
.qyzxlist  .box .desc span+span{
	margin-left: 10%;
}




/*
 
 * 
 * after-sale service
 * */
.af-sec2{
	padding: 70px 0;
	background: #fff;
}
/*.af-sec2 .main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}*/
/*.af-sec2 .intitle{

	font-size: 24px;
	background: url(../images/titline.png) no-repeat right center;
	background-size: 100% auto;
}
.af-sec2 .intitle span{
	position: relative;
	color: #000;
	z-index: 2;
}
.af-sec2 .intitle span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	background: #fff;
	z-index: -1;
	
}*/
	
.cjwenlist{
	/*width: 67.5%;*/
	font-family: 'Montserrat';
	
}

.cjwenlist dl{
	/*border-top:  1px solid rgba(0, 0, 0, 0.1);*/
	padding: 30px 0 0 0;
}
.cjwenlist dt{
font-weight: bold;
font-size: 22px;
line-height: 32px;

}
.cjwenlist dd{
	/*margin-top: 10px;*/
	font-size: 20px;
	line-height: 40px;
	color: #666666;
}

.af-sec3{
	/*padding: 40px 0 120px;*/
	background: #EEF4FD;
}
.af-sec3:nth-of-type(1){
	padding-top: 45px;
}
.af-sec3:nth-last-of-type(1){
	padding-bottom: 100px;
}
.af-sec3 .cphblist .box{
	padding: 50px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.af-sec3:nth-last-of-type(1) .cphblist .box{
	border: 0;
}

/*
 
 * Scientific Research
 * 
 * */
.scientific-sec1{
	padding: 100px 0 ;
}

.scientific-sec1+.scientific-sec1{
	padding-top: 0;
}
.newslist2{
	margin-top: 25px;
	padding: 0 35px;
}
.af-sec2 .newslist2{
	padding: 0  ;
}
.newslist2 li{
	margin-bottom: 10px;
	/*border-radius: 6px;*/
	overflow: hidden;
	background: #fff;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.newslist2 li a{
	display: block;
	position: relative;
}
.newslist2 li .tit{
	line-height: 35px;
	height: 35px;
	font-size: 22px;
	/*font-family: 'Montserrat';*/
	font-weight: 500;
	padding-right: 200px;
}
.newslist2 li .tag{
	display: inline-block;
	display: none;
	margin-right: 20px;
	color: #FFFFFF;
	font-weight: normal;
	background: #1A5ED4;
	border-radius: 6px;
	padding: 0 20px;
}
.newslist2 li .desc{
	display: block;
	/*display: none;*/
	/*margin-top: 20px;*/
	font-size: 20px;
	line-height: 35px;
	/*height: 70px;*/
	color: #666666;
}
.newslist2 li .info{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	line-height: 35px;
	font-family: 'Montserrat';
font-weight: bold;
}
.newslist2 li .info span{
	display: inline-block;
	vertical-align: middle;
}
.newslist2 li .info .time{
	/*background: url(../images/time.png) no-repeat left center;
	background-size: 25px 30px;*/
}
.newslist2 li .info .author{
	display: none;
	margin-left: 35px;
	background: url(../images/author.png) no-repeat left center;
	background-size: 23px 23px;
}
.scientific-sec2{
	padding: 0 0 70px 0;
    background: #fff;
}
.scientific-sec3 {
    padding: 70px 0 110px;
    background: #EEF4FD;
}
.scientific-sec3 .cphblist .box .tbox {
    width: 39.5%;
}
.scientific-sec3 .cphblist .box .tbox .desc{
	color: #666666;
	line-height: 35px;
}
.cphblist .viewmore-link{
	display: inline-flex;
	margin-top: 70px;
}
.cphblist .viewmore-link .arrowico {
    margin-left: 115px;
}
.cphblist .viewmore-link:hover{
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
}


/*
 
 * technology cooperation
 * 
 * */
.techn-sec1{
	padding: 65px 0 25px 0;
	background: #fff;
}
.techn-sec2 .cphblist .box .tbox .desc,
.techn-sec1 .cphblist .box .tbox .desc{
	color: #666666;
	line-height: 35px;
}
.techn-sec2 .cphblist .box .tbox ,
.techn-sec1 .cphblist .box .tbox {
    width: 39.5%;
}
.techn-sec2{
	padding: 25px 0 130px 0;
}
/*
 
 * 
 * 
 * */
.layui-layer.detailsbox .layui-layer-content{
	/*padding: 70px;*/
	
}
.layui-layer.detailsbox .layui-layer-setwin{
	right: 55px;
	top: 55px;
}
.layui-layer.detailsbox.layui-layer-setwin .layui-layer-close2{
	right: 0;
	top: 0;
}
.details{
	padding: 70px 0;
	background: #fff;
}
.details .main{
	padding: 0 70px;
	overflow-y: auto;
	height: 80vh;
}
.details .tit{
	font-size: 32px;
	font-weight: bold;
	line-height: 44px;
	padding: 15px 0;
}
.details .info{
	font-size: 16px;
	line-height: 35px;
	font-family: 'Montserrat';
}
.details .info span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 35px;
}
.details .info span:first-child{
	margin-left: 0!important;
}
.details .tag {
    margin-right: 20px;
    font-size: 22px;
    color: #FFFFFF;
    background: #1A5ED4;
    border-radius: 6px;
    padding: 0 20px;
}
.details  .time{
	padding-left: 36px;
	background: url(../images/time.png) no-repeat left center;
	background-size: 25px 22px;
}
.details   .author{
	padding-left: 36px;
	background: url(../images/author.png) no-repeat left center;
	background-size: 23px 23px;
}
.details .desc{
	margin-top: 30px;
	padding: 20px 0;
	border-top: 1px solid #D8D8D8;
	font-size: 20px;
	line-height: 40px;
}
.details .desc img{
	max-width:100%!important;
	width: auto!important;
}
/*
 
 * Data Sharing
 * 
 * */
.datasharing-sec{
	padding: 100px 0;
	background-color: #fcfdff;
	background-image: url(../images/datasharing-bg.jpg);
	background-position: left top!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	background-attachment: fixed!important;
}
@media only screen and (max-width: 1024px) {
	.datasharing-sec{
		background-attachment: initial!important;
	}
}

.datasharing-sec+.datasharing-sec{
	padding-top: 0;
}
.datasharing-sec .intitle{
	text-align: center;
}
.datasharing-sec .desc{
	margin-top: 24px ;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	padding: 0 30px;
}

.data-mainbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.data-left-box{
	width: 24%;
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
	border-radius: 10px;
	overflow: hidden;
	padding: 40px;
}
.data-left-box .tit{
	font-size: 24px;
	line-height: 48px;
	color: #fff;
}
.data-left-box .notes{
	color: #D8D8D8;
	line-height: 32px;
	margin-top: 7px;
}
.layui-btn .layui-icon.layui-icon-upload2{
	font-size: 0;
	margin-right: 10px;
}
.layui-icon-upload2:before{
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 25px;
	background: url(../images/upload.png) no-repeat left center;
}
.layui-btn.upload-btn{
	display: block;
	width: 100%;
	line-height: 70px;
	height: 70px;
	border-radius: 10px;
	background: #000000;
	font-size: 18px;
}
.layui-btn.upload-btn:hover{
	opacity: 1;
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}
.data-left-box .upload-btn{
	margin-top: 230px;
}

.data-right-box{
	width: 73%;
}
.datasearch-box{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	height: 87px;
	line-height: 87px;
	padding: 0 80px;
	background: url(../images/search-0.png) no-repeat 50px center;
}
.datasearch-box:hover{
	border-color: #007AFF;
}
.layui-input.datatitle{
	height: 85px;
	line-height: 85px;
	padding-left: 30px;
	font-size: 18px;
	border: 0;
	background: transparent;
	box-shadow: none!important;
}
.layui-btn.datasearch-submit{
	position: absolute;
	right: 40px;
	top: 23px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background:#007AFF url(../images/searchf.png) no-repeat center center;
	background-size: 30px 30px;
	transform: scale(0);
}
.datasearch-box:hover .layui-btn.datasearch-submit{
	transform: scale(1);
	
}
.dwlist{
	margin-top: 35px;
}

.dwlist li{
	font-family: 'Montserrat';
	border-top:1px solid  rgba(0, 0, 0, 0.1);
}
.dwlist li a{
	padding: 24px 20% 24px 0;
	display: block;
	position: relative;
}
.dwlist .tit{
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
}

.dwlist .info{
	margin-top: 10px;
	line-height: 28px;
	font-size: 16px;
	color: #000;
}
.dwlist .info span{
	display: inline-block;
	vertical-align: middle;
	padding-left: 23px;
}
.dwlist .info .name{
	margin-right: 50px;
	background: url(../images/data-name.png) no-repeat left center;
}
.dwlist .info .ar{
	margin-right: 40px;
	background: url(../images/data-ar.png) no-repeat left center;
}
.dwlist .info .add{
	background: url(../images/data-ad.png) no-repeat left center;
}
.dwico{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -23.5px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	overflow: hidden;
	background: #292525 url(../images/download.png) no-repeat center center;
	z-index: 2;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.dwlist li a:hover .dwico{
	background-color: #007AFF;
}
.data-left-box .points{
	margin-top: 25px;
	font-size: 80px;
	line-height: 32px;
	color: #fff;
	font-family: 'MontserratBold';
}
.viewmorebox{
	margin-top: 160px;
}
.viewmorebox .viewmore-link{
	margin-bottom: 30px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 22px;
	color: #fff;
}
.viewmorebox .viewmore-link.active,
.viewmorebox .viewmore-link:hover{
	background: #fff;
	color: #2066D8;
}
.viewmorebox .viewmore-link.active .arrowico,
.viewmorebox .viewmore-link:hover .arrowico{
	background: #2066D8;
}

/*
 
 * reg login 
 * 
 * */
.reglogin-sec{
	background: url(../images/login-bg.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
}
.reglogin-sec .main{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 50px;
	width: 100%;
}
.reglogin-sec .box{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: nowrap;
	align-content: center;
	background: rgba(255, 255, 255, 0.35);
	backdrop-filter: blur(71px);
	border-radius: 10px;
}
.reglogin-sec .pic{
	width: 48%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat; 
	border-radius: 0 10px 10px 0;
}
.reglogin-sec .pic img{
	display: block;
	width: 100%;
}
.reglogin-sec .tbox{
	width: 52%;
	padding: 60px 90px 20px;
}
@media only screen and (min-width:1921px) {
	.reglogin-sec .tbox{
	padding:  150px  90px 50px;
}
}
.reglogin-sec .tbox .logo img{
	display: block;
	height: 67px;
	margin: 0 auto;
}
.reglogin-sec .tbox .tit{
	margin: 30px 0 46px 0;
	color: #fff;
	font-size: 48px;
	font-family: 'MontserratBold';
}
.reglogin-sec .con{
	position: relative;
	z-index: 3;
}

.reglogin-sec .layui-input{
	border: 1px solid rgba(255, 255, 255, 0.2);
	height: 72px;
	line-height: 72px;
	border-radius: 10px;
	padding: 0 50px 0 30px;
	font-size: 14px;
	color: #fff;
	background: transparent;
}
.reglogin-sec .layui-form-item{
	margin-bottom: 30px;
}

.reglogin-sec .viewmore-link{
	background: #2066D8;
	border-color: #2066D8;
	color: #fff;
	display: inline-flex;
}

.reglogin-sec .viewmore-link .arrowico{
	background: #000;
	margin-left: 115px;
}


.reglogin-sec .viewmore-link:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
	-moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
.reglogin-sec .viewmore-link:hover .arrowico{
	background: #000;
}
.reglogin-sec .link{
	font-size: 16px;
	color: #fff;
	display: inline-flex;
	margin-left: 59px;
}
.reglogin-sec .link:hover{
	color: #000;
}

.reglogin-sec ::-webkit-input-placeholder {
	color: #fff;
}

.reglogin-sec :-moz-placeholder {
	color: #fff;
}

.reglogin-sec ::-moz-placeholder {
	color: #fff;
}

.reglogin-sec :-ms-input-placeholder {
	color: #fff;
}
.reglogin-sec .yuan1{
	position: absolute;
	left: 35.8%;
	top: 0;
	width: 53px;
	height: 53px;
	background: url(../images/yuan-bg1.png) no-repeat left bottom;
	background-size: cover;
}
.reglogin-sec .yuan2{
	position: absolute;
	left: 37%;
	bottom: 0;
	width: 206px;
	height: 206px;
	transform:  translateY(50%);
	background: url(../images/yuan-bg2.png) no-repeat left bottom;
	background-size:cover;
}
.reglogin-sec .yuan3{
	position: absolute;
	left: -100px;
	bottom: 0;
	transform:  translateY(72%);
	width: 306px;
	height: 306px;
	background: url(../images/yuan-bg3.png) no-repeat left bottom;
	background-size:cover;
}

.resend-vercode,
.get-vercode{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, 0.3) ;
 	padding: 0;
 	border: 0;
 	font-size: 13px;
}
.resend-vercode .resend,
.get-vercode .resend{
	color: #2066D8
}


.resend-vercode .resend:hover,
.get-vercode .resend:hover,
.get-vercode:hover{
	color: #fff;
}
.resend-vercode{
	display: none;
}
.reglogin-sec .layui-btn-disabled, 
.reglogin-sec .layui-btn-disabled:active, 
.reglogin-sec .layui-btn-disabled:hover {
     background: 0 0!important;
     }
.reglogin-sec .layui-input:focus, .reglogin-sec .layui-textarea:focus {
    border-color: #2066D8 !important;
    box-shadow: none;
}
 
/*
 
 * 
 * 
 * 
 * */
@media only screen and (max-width:1900px) {
	.navbox>ul>li {
    margin-top: 30px;
}
	
}	
@media only screen and (max-width:1750px) {
	body{
		font-size: 18px;
	}
    .navbox>ul>li {
    margin-top: 25px;
	}
	.nav>ul>li>a {
    font-size: 20px;
    }
    .topnav {
    font-size: 14px;
    }
    .nav-item .tit {
    font-size: 22px;
    }
    .menu-item a {
    margin-top: 12px;
    font-size: 20px;
    }
    .banner .tbox .ch {
    font-size: 43px;
    }
    .banner .tbox .en {
    margin-top: 5px;
    font-size: 16px;
    }
    .viewmore-link{
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    }
    .banner .btns .viewmore-link {
	    height: 70px;
	    line-height: 68px;
    }
    .viewmore-link .arrowico{
    	width: 28px;
    	height: 28px;
    }
    .intitle {
    font-size: 36px;
    line-height: 52px;
	}
    .intitle i {
    width: 15px;
    height: 15px;
    }
    .play {
    width: 84px;
    height: 84px;
    }
    
    .aboutswiper .tbox,
    .aboutmain2 .ch,
    .num-con .num{
    	font-size: 22px;
    }
    .num-con .num span,
    .aboutmain2 .en{
    font-size: 36px;
    }
    
    .index-sec2 .right-box .box .desc,
    .aboutmain2 .desc{
    	font-size: 18px;
    	line-height: 30px;
    }
    .aboutmain2 .desc{
    	height: 180px;
    }
    .num-con .num,
    .aboutmain2 .en{
    	line-height: 46px;
    }
    .index-sec3 .tbox dt {
    font-size: 24px;
    line-height: 40px;
    background-size: 38px 38px;
    }
    .index-sec3 .tbox dd {
    margin-top: 15px;
	}
	.index-sec3 .tbox dd .viewmore-link {
    height: 28px;
    line-height: 28px;
    font-size: 22px;
	}
.probox .tit {
    font-size: 28px;
}
.probox .desc {
    font-size: 20px;
    line-height: 38px;
    
}
.probox .desc.ellipsis-2{
	min-height: 76px;
}
.probox .viewmore-link {
    margin-top: 50px;
    }
.cphblist .viewmore-link .arrowico ,
.reglogin-sec .viewmore-link .arrowico,
    .probox .viewmore-link .arrowico {
    margin-left: 95px;
}

.proimg .en{
    font-size: 240px;
}
.probox .en {
    font-size: 240px;
    line-height: 62%;
    height: 62%;
}
.newslist li a {
    padding: 30px 0;
}
.newslist li .tit {
    font-size: 18px;
    }
.newslist li .time {
    font-size: 14px;
    }
    .foot-sec .left-box .emailbox .desc {
    font-size: 28px;
    }
   .foot-sec .nav-box {
    margin-left: 4%;
    font-size: 18px;
} 
.foot-sec .nav-box ul li {
    margin-top: 30px;
}
    .copyright .webmap {
    font-size: 16px;
    }
    .reglogin-sec .tbox .tit{
    	font-size: 43px;
    	margin: 20px 0 36px 0;
    }
    .reglogin-sec .layui-input {
    height: 62px;
    line-height: 62px;
    }
    .head-main .logo img,
    .reglogin-sec .tbox .logo img,
    .foot-sec .left-box .logo img  {
    height: 60px;
    }
    .reglogin-sec .yuan1 {
    width: 43px;
    height: 43px;
    }
    .reglogin-sec .layui-form-item {
    margin-bottom: 20px;
}
.reglogin-sec .tbox {
    padding: 40px 90px 20px;
}
.nybanner .tbox .ch {
    font-size: 51px;
    line-height: 68px;
}
.nybanner .tbox .en {
    font-size: 72px;
    line-height: 54px;
    }
    .proxqbanner .tbox .desc {
    margin-top: 15px;
    font-size: 20px;
    line-height: 38px;
    height: 76px;
    }
    .proxqbanner .btns .viewmore-link {
    width: 38%;
    }
    .spsblist .box{
    line-height: 38px;
	
}
    .spsblist .box .tit {
    font-size: 20px;
	}
    .spsblist .box .desc{
    font-size: 18px;
    	
    }
.cpdblist .box .tbox .desc {
	margin-top: 20px;
    font-size: 18px;
    line-height: 38px;
}
.cpptlist ul li a {
    padding: 35px;
    min-height: 270px;
    
    }
.cpptlist ul li .tit {
    font-size: 22px;
    }
.cpptlist ul li .desc {
    font-size: 18px;
    line-height: 28px;
    }
.yhczscmain .desc {
    font-size: 18px;
    line-height: 36px;
}
.prodata-sec7 .box .viewmore-link {
    width: 260px;
    }
.gsgllist .box .tbox .tit {
    font-size: 29px;
    line-height: 29px;
}
.gsgllist .box .tbox .desc {
    font-size: 18px;
    line-height: 36px;
    
}
.gsgllist .box .tbox ul {
    font-size: 16px;
    line-height: 36px;
}
.gsgllist .box .num {
    font-size: 22px;
    }
.qyzxlist .box .name {
    font-size: 18px;
}
.qyzxlist .box .desc {
    margin-top: 5px;
    font-size: 16px;
    }
.qyzxlist .box {
    padding: 24px 40px;
    }
    .cjwenlist dt {
    font-size: 20px;
    }
    .cjwenlist dd {
    font-size: 18px;
    line-height: 32px;
}
    .cphblist .box .tbox .desc {
    font-size: 18px;
    line-height: 42px;
}
   .newslist2 li .tit {
    font-size: 20px;
}
    .newslist2 li .desc {
    font-size: 18px;
    line-height: 32px;
    /*height: 64px;*/
}
    .newslist2 li .info {
    font-size: 14px;
}
.details .tit {
    font-size: 29px;
}
.details .tag {
    font-size: 20px;
    }
.details .info {
    font-size: 14px;
    }
.details .desc {
    font-size: 18px;
    line-height: 36px;
}
.datasharing-sec .desc {
    font-size: 20px;
    line-height: 40px;
}
.data-left-box .tit {
    font-size: 22px;
}
.data-left-box .upload-btn {
    margin-top: 175px;
}
.datasearch-box {
    height: 77px;
    line-height: 77px;
    }
.layui-input.datatitle {
    height: 75px;
    line-height: 75px;
    }
    .layui-btn.datasearch-submit{
    	top: 18px;
    }
.dwlist .tit {
    font-size: 18px;
    line-height: 28px;
    }
.dwlist .info {
    font-size: 14px;
    }
.viewmorebox .viewmore-link{
    font-size: 20px;
    margin-bottom: 25px;
}
.data-left-box .points {
    font-size: 72px;
}
.viewmorebox {
    margin-top: 110px;
}

.about-sec1 .desc .tit{
	font-size: 29px;
}
.about-sec1 .tbox {
    font-size: 72px;
    line-height: 72px;
    }
.about-sec1 .desc .con {
    font-size: 20px;
    line-height: 38px;
}
}	
@media only screen and (max-width:1680px) {
	    body {
        font-size: 17px;
    }
	.nav>ul {
    padding: 0 40px 0 80px;
}
	.bluebg ,
	.navbox {
    width: 230px;
    }
    #main {
	width: calc(100% - 230px);
	}
    .banner .main ,
    body.nyw .nybanner .main{
	padding: 0 80px 0 230px;
}
    #main .main  {
    padding: 0 80px 0 70px;
}
    .head-main .logo img, .reglogin-sec .tbox .logo img, .foot-sec .left-box .logo img {
        height: 56px;
    }
    .sys {
    padding: 0 40px 0 70px;
    background-position-x: 36px;
    }
    
    .banner .tbox .ch {
    font-size: 42px;
    }
    .index-sec2 .right-box .box{
    	height: 250px;
    }
    .index-sec3 .tbox {
    padding: 30px 0 15px 0;
}
.index-sec3 .tbox dl {
    padding: 18px 0;
    }
    .index-sec3 .tbox dt {
        font-size: 22px;
        line-height: 36px;
        background-size: 32px 32px;
    }
.index-sec3 .tbox dd .viewmore-link {
        font-size: 20px;
    }
    .viewmore-link .arrowico {
        width: 24px;
        height: 24px;
    }
.viewmore-link .arrowico:after {
    width: 16px;
    height: 16px;
    }
    .viewmore-link {
        height: 84px;
        line-height: 84px;
    }
    .cphblist .viewmore-link .arrowico, .reglogin-sec .viewmore-link .arrowico, .probox .viewmore-link .arrowico {
        margin-left: 75px;
    }
    .probox a {
    padding: 50px;
    }
    .nybanner .tbox .ch {
        font-size: 47px;
        line-height: 60px;
    }
    .proxqbanner .tbox .desc {
        font-size: 18px;
        }
        .proimg .en, 
        .probox .en {
        font-size: 236px;
        background-size: 75% auto;
    }
    
    .proimg img {
    width: 70%;
    }
         
   
    .cpptlist ul li a {
        padding: 30px 35px;
        min-height: 260px;
    }
    .prodata-sec7 .box .viewmore-link {
        width: 230px;
    }
     .qyzxlist .box {
        padding: 23px 30px;
    }
.reglogin-sec .tbox .tit{
	font-size: 42px;
}

.datasharing-sec .desc,
.scientific-sec3 .cphblist .box .tbox .desc,
.details .desc,
.gsgllist .box .tbox .desc,
 .cphblist .box .tbox .desc,
    .cpdblist .box .tbox .desc,
    .spsblist .box {
        line-height: 36px;
    }
.about-sec1 .desc .tit{
	font-size: 28px;
}
.about-sec1 .tbox {
    font-size: 70px;
    line-height: 70px;
    }
.about-sec1 .desc .con {
    font-size: 18px;
    line-height: 36px;
}
}
@media only screen and (max-width:1600px) {
	body{
		font-size: 16px;
	}
	    .reglogin-sec .tbox {
        padding: 40px 70px 20px;
    }
    
    .banner .tbox .ch,
	    .reglogin-sec .tbox .tit {
        font-size: 38px;
    }
        .viewmore-link {
        height: 74px;
        line-height: 74px;
    }
    .cphblist .viewmore-link .arrowico, .reglogin-sec .viewmore-link .arrowico, .probox .viewmore-link .arrowico {
        margin-left: 60px;
    }
        .banner .tbox .en {
        font-size: 14px;
    }
        .nybanner .tbox .ch {
        font-size: 42px;
        line-height: 50px;
    }
    .nybanner .tbox .en {
        font-size: 62px;
        }
        .index-sec3 .tbox dl {
        padding: 15px 0;
    }
        .proimg .en, .probox .en {
        font-size: 222px;
        }
        .intitle {
        font-size: 34px;
        line-height: 44px;
    }
        .num-con .num span, .aboutmain2 .en {
        font-size: 34px;
    }
        .num-con .num, .aboutmain2 .en {
        line-height: 40px;
    }
        .aboutswiper .tbox, .aboutmain2 .ch, .num-con .num {
        font-size: 20px;
    }
        .prodata-sec7 .box .viewmore-link {
        width: 210px;
    }
        .qyzxlist .box {
        padding: 18px 30px;
        margin-top: 6px;
    }
        .cpptlist ul li a {
        padding: 30px  ;
        }
    .cphblist .viewmore-link {
    margin-top: 35px;
}
    
    .layui-btn.upload-btn {
    line-height: 55px;
    height: 55px;
}
        .data-left-box .points {
        font-size: 62px;
    }
    .viewmore-link{
    	padding: 0 25px;
    }
        .viewmore-link .arrowico {
        width: 20px;
        height: 20px;
    }
    .banner .btns .viewmore-link {
        height: 60px;
        line-height: 58px;
    }
    .about-sec1 .desc .tit{
	font-size: 26px;
	line-height: 36px;
}
.about-sec1 .tbox {
    font-size: 62px;
    line-height: 62px;
    }
.about-sec1 .desc .con {
    font-size: 18px;
    line-height: 36px;
}
    
    
    
   .datasharing-sec .desc,
.scientific-sec3 .cphblist .box .tbox .desc,
.details .desc,
.gsgllist .box .tbox .desc,
 .cphblist .box .tbox .desc,
    .cpdblist .box .tbox .desc,
    .spsblist .box {
        line-height: 34px;
    } 
}
@media only screen and (max-width:1440px) {
	    body {
        font-size: 15px;
    }
    .nav>ul>li>a {
        font-size: 18px;
    }
        .nav-item .tit {
        font-size: 20px;
    }
    .intitle {
        font-size: 32px;
        line-height: 40px;
    }
        .intitle i {
        width: 12px;
        height: 12px;
    }
        .num-con .num span, .aboutmain2 .en {
        font-size: 30px;
    }
	    .banner .tbox .ch, .reglogin-sec .tbox .tit {
        font-size: 34px;
    }
        .aboutswiper .tbox, .aboutmain2 .ch, .num-con .num {
        font-size: 18px;
    }
        .index-sec2 .right-box .box .desc, .aboutmain2 .desc {
        font-size: 16px;
        line-height: 26px;
    }
    .index-sec2 .right-box .box .desc{
    	height: 78px;
    }
        .index-sec2 .right-box .box {
        height: 205px;
        padding:   30px;
    }
        .play {
        width: 74px;
        height: 74px;
    }
        .index-sec3 .tbox dt {
        font-size: 20px;
        line-height: 30px;
        background-size: 26px 26px;
    }
        .index-sec3 .tbox dd {
        margin-top: 10px;
    }
        .index-sec3 .tbox dd .viewmore-link {
        font-size: 18px;
    }
    .probox .tit {
        font-size: 24px;
        height: 35px;
    line-height: 35px;
    }
        .probox .desc {
        	margin-top: 5px;
        font-size: 17px;
        line-height: 35px;
        
    }
    .probox .desc.ellipsis-2{
    	min-height: 70px;
    }
    .probox .viewmore-link {
        margin-top: 30px;
    }
        .proimg .en, .probox .en {
        font-size: 190px;
    }
   
 .reglogin-sec .layui-input {
    height: 52px;
    line-height: 52px;
    }
.viewmore-link {
        height: 68px;
        line-height: 68px;
    }
.reglogin-sec .link {
    font-size: 14px;
    }
    .reglogin-sec .tbox .tit {
        margin: 10px 0 26px 0;
    }
.foot-sec .nav-box {
    width: 20%;
    }

.copyright {
    padding: 15px 0;
    font-size: 13px;
}
    .nybanner .tbox .ch {
        font-size: 36px;
        line-height: 42px;
    }
    .nybanner .tbox .en {
        font-size: 54px;
        line-height: 1;
        margin-top: 5px;
    }
.menu-item a {
        margin-top: 10px;
        font-size: 18px;
    }
.probox {
    margin-top: 30px;
}

.proxqbanner .tbox .desc {
	margin-top: 10px;
        font-size: 16px;
        line-height: 32px;
        height: 64px;
    }
.proxqbanner .btns {
    margin-top: 30px;
}
    .proimg img {
        width: 66%;
    }
    .cpptlist ul li .tit {
        font-size: 20px;
    }
    .cpptlist ul li .desc {
        font-size: 16px;
        line-height: 26px;
    margin-top: 10px;
    }
.cpptlist ul li a {
        padding: 25px;
        min-height: 220px;
    }
.spsblist .box .tit {
        font-size: 18px;
    }
    
    .spsblist .box .tit {
    width: 20%;
    }
        .spsblist .box .desc {
        font-size: 16px;
    }
    .yqbfspmain .tit {
    font-size: 20px;
    top: 30px;
    left: 30px;
    }
.yqbfspmain .play0 {
    width: 68px;
    height: 68px;
    margin: -34px 0 0 -34px;
    background-size: 68px 68px;
    }
.yhczscmain .tit {
    font-size: 20px;
}
.yhczscmain a{
	padding: 30px;
}
    .yhczscmain .desc {
        font-size: 16px;
        line-height: 30px;
    }
    .cpdblist .box .tbox .desc {
        margin-top: 10px;
        font-size: 16px;
        }
    
        .datasharing-sec .desc, .scientific-sec3 .cphblist .box .tbox .desc, .details .desc, .gsgllist .box .tbox .desc, .cphblist .box .tbox .desc, .cpdblist .box .tbox .desc, .spsblist .box {
        line-height: 30px;
}
        .prodata-sec7 .box .viewmore-link {
        width: 200px;
    }
        .gsgllist .box .tbox .tit {
        font-size: 26px;
        line-height: 26px;
    }
        .gsgllist .box .tbox .desc {
        font-size: 16px;
        }
            .gsgllist .box .tbox ul {
            	margin-top: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .gsgllist .box .tbox ul li{
    	background-size: 9px 9px;
    }
    .qyzxlist .picbox .tit {
    font-size: 20px;
    }
    .qyzxlist .picbox .desc {
    font-size: 16px;
    line-height: 30px;
    }
    .qyzxlist .picbox .desc p {
     margin-top: 0; 
}
    .qyzxlist .box .name {
        font-size: 16px;
    }
        .qyzxlist .box .desc {
        font-size: 14px;
    }
        .qyzxlist .box {
        padding: 13px 20px;
        }
    .cjwenlist dt {
        font-size: 18px;
    }
        .cjwenlist dd {
        font-size: 16px;
        line-height: 30px;
    }
        .cphblist .box .tbox .desc {
        font-size: 16px;
        }
    .newslist2 li .tag {
    margin-right: 10px;
    padding: 0 10px;
}    .newslist2 li .tit {
        font-size: 18px;
    line-height: 30px;
    height: 30px;
    }
    
    .newslist2 li .desc {
    	margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
        /*height: 60px;*/
    }
    .newslist2 li .info{
    	line-height: 30px;
    }
    .newslist2 li .info span{
    	padding-left: 30px;
    }
.newslist2 li .info .time {
    background-size: 20px 25px;
}
.newslist2 li .info .author{
	 background-size: 18px 18px;
}
        .details .tit {
        font-size: 24px;
        line-height: 34px;
    }
    .details .info {
    line-height: 30px;
    font-size: 12px;
    }
    .details .info span {
    margin-left: 25px;
}
        .details .tag {
        font-size: 16px;
        padding: 0 10px;
    }
        .details .desc {
        font-size: 16px;
        }
        .datasharing-sec .desc {
        font-size: 18px;
        padding: 0 30px;
        }
    
        .data-left-box .tit {
        font-size: 20px;
        line-height: 38px;
    }
    .data-left-box .notes {
    line-height: 30px;
}
    .layui-btn.upload-btn{
    	font-size: 16px;
    	line-height: 50px;
        height: 50px;

    }
    .datasearch-box {
    height: 67px;
    line-height: 67px;
    }
.layui-input.datatitle {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    }
    .layui-btn.datasearch-submit{
    	width: 30px;
    height: 30px;
    padding: 0;
    background-size: 20px 20px;
    }
    .dwlist li a {
    padding: 20px 20% 20px 0;
    }
        .dwlist .tit {
        font-size: 16px;
        line-height: 26px;
    }
        .dwlist .info {
        font-size: 13px;
    }
        .data-left-box .points {
        font-size: 54px;
    }
    .viewmorebox .viewmore-link {
        font-size: 18px;
        margin-bottom: 20px;
    }
        .viewmorebox {
        margin-top: 80px;
    }
    .data-left-box .upload-btn{
        margin-top: 130px;
    	
    }
    
    
    
    
.cpdblist .box+.box {
    margin-top: 60px;
}
.datasharing-sec {
    padding: 80px 0;
    }
.techn-sec2 {
    padding: 25px 0 100px 0;
}
.af-sec3 .cphblist .box ,
.promarking-sec1,
.gsgllist .box {
    padding: 30px 0;
    }
.scientific-sec2 {
    padding: 0 0 50px 0;
    }
.foot-sec .main {
    padding: 40px 0 30px;
    }
 .index-sec2 {
    padding-top: 30px;
    padding-bottom: 90px;
    }
    .prodata-sec1{
    	padding: 60px 0 30px;
    }
    
    .scientific-sec3,
    .promarking-sec2,
    .prouse-sec6,
    .proxq-sec6,
    .proxq-sec4,
    .index-sec4 {
    padding: 50px 0 95px 0;
    }
    
    .details ,
    .scientific-sec1,
    .af-sec2,
    .prouse-sec5,
    .prouse-sec2,
    .proxq-sec5,
    .proxq-sec3,
    .proxq-sec2,
    .index-sec5 {
    padding: 50px 0;
}
#main .promarking-sec2:first-child {
    padding-bottom: 30px;
}
}

@media only screen and (max-width:1366px) {
	body{
		font-size: 14px;
	}
	    .topnav {
        font-size: 12px;
    }
	.nav>ul>li>a {
        font-size: 15px;
    }
    .reglogin-sec .w {
    padding: 0 13%;
}
    .reglogin-sec .layui-input {
        height: 42px;
        line-height: 42px;
    }
    .reglogin-sec .tbox .tit {
        margin: 5px 0 16px 0;
    }
    .banner .tbox .ch, .reglogin-sec .tbox .tit {
        font-size: 30px;
    }
	    .head-main .logo img, .reglogin-sec .tbox .logo img, .foot-sec .left-box .logo img {
        height: 48px;
    }
        .reglogin-sec .yuan1 {
        width: 33px;
        height: 33px;
    }
        .viewmore-link {
        height: 58px;
        line-height: 58px;
        font-size: 14px;
    }
        .cphblist .viewmore-link .arrowico, .reglogin-sec .viewmore-link .arrowico, .probox .viewmore-link .arrowico {
        margin-left: 40px;
    }
     
    .reglogin-sec .link {
    font-size: 13px;
    margin-left: 39px;
}
        .reglogin-sec .layui-form-item {
        margin-bottom: 10px;
    }
    .reglogin-sec .yuan2 {
    width: 156px;
    height: 156px;
    }
        .nav-item .tit {
        font-size: 18px;
    }
    .navbox>ul {
    padding: 45px 0;
}
        .navbox>ul>li {
        margin-top: 12px;
    }
        .banner .btns .viewmore-link {
        height: 50px;
        line-height: 48px;
    }
        .intitle {
        font-size: 28px;
        line-height: 36px;
    }
        .intitle i {
        width: 10px;
        height: 10px;
    }
        .play {
        width: 64px;
        height: 64px;
    }
    .aboutswiper .tbox, .aboutmain2 .ch, .num-con .num {
        font-size: 15px;
    }
    .aboutswiper .tbox {
    height: 60px;
    line-height: 30px;
    }
    .aboutswiper .box,
    .aboutmain2 .box {
    padding: 30px;
    }
        .num-con .num span, .aboutmain2 .en {
        font-size: 28px;
    }
        .index-sec2 .right-box .box .desc, .aboutmain2 .desc {
        font-size: 14px;
        line-height: 22px;
    }
        .index-sec2 .right-box .box .desc {
        height: 66px;
    }
        .index-sec2 .right-box .box {
        height: 190px;
    }
        .index-sec3 .tbox dt {
        font-size: 18px;
        line-height: 26px;
        background-size: 22px 22px;
    }
        .index-sec3 .tbox dd .viewmore-link {
        font-size: 16px;
    }
    .index-sec3 .tbox dd .viewmore-link .arrowico {
    margin-left: 20px;
}
    .viewmore-link .arrowico {
        width: 16px;
        height: 16px;
    }
    .viewmore-link .arrowico:after {
        width: 12px;
        height: 12px;
    }
        .probox a {
        padding: 30px;
    }
        .probox .tit {
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }
        .probox .desc {
        font-size: 16px;
        line-height: 30px;
        
    }
    .probox .desc.ellipsis-2{
    	min-height: 60px;
    }
         .probox .en {
        font-size: 178px;
        line-height: 80%;
        height: 80%;
    }
    .newslist li .tit {
        font-size: 16px;
    }
        .newslist li .time {
        font-size: 12px;
    }
        .menu-item a {
        margin-top: 8px;
        font-size: 16px;
        line-height: 34px;
    }
    .nav-item .tit a.arrowico:after, .nav-item.dropdown .tit a:after {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background-size: cover;
    }
    
        .nybanner .tbox .ch {
        font-size: 34px;
        line-height: 40px;
    }
    
    .data-left-box .points,
        .nybanner .tbox .en {
        font-size: 50px;
    }
        .spsblist .box .tit {
        font-size: 16px;
    }
         .cpptlist ul li .tit {
        font-size: 18px;
    }
        .proxqbanner .tbox .desc {
        font-size: 14px;
        line-height: 30px;
        height: 60px;
    }
   
    .prodata-sec7 .box .viewmore-link {
        width: 180px;
    }
    .foot-sec .nav-box ul li {
        margin-top: 12px;
    }
    .foot-sec .nav-box   {
        font-size: 16px;
    }
    .foot-sec .left-box .yourinfo {
    margin-top: 40px;
    }
.foot-sec .left-box .emailbox {
    margin-top: 50px;
    }
.gsgllist .box .num {
        font-size: 18px;
    }
        .gsgllist .box .tbox .tit {
        font-size: 24px;
        line-height: 24px;
    }
        .gsgllist .box .tbox .desc {
        font-size: 14px;
    }
    .qyzxlist .picbox .desc {
        font-size: 14px;
        }
        .qyzxlist .picbox .tit {
        font-size: 18px;
    }
    .qyzxlist .box{
    	line-height: 28px;
    }
    .qyzxlist .box .name {
        font-size: 14px;
    }
    .qyzxlist .box .desc {
        font-size: 12px;
    }
        .cjwenlist dt {
        font-size: 16px;
        line-height: 28px;
    }
        .cjwenlist dd {
        font-size: 14px;
        line-height: 24px;
    }
        .newslist2 li .tit {
        font-size: 16px;
        line-height: 26px;
        height: 26px;
    }
        .newslist2 li .desc {
        font-size: 14px;
        line-height: 24px;
        /*height: 48px;*/
    }
    .newslist2 li .info{
    	line-height: 26px;
    }
    .details .tit {
        font-size: 22px;
        line-height: 30px;
    }
    
    .details .desc {
        font-size: 14px;
    }
    .datasharing-sec .desc{
    	 font-size: 16px;
    }
    
    
    .dwlist .tit,
     .data-left-box .notes,
    .cpptlist ul li .desc,
.techn-sec2 .cphblist .box .tbox .desc, .techn-sec1 .cphblist .box .tbox .desc,
    .datasharing-sec .desc, .scientific-sec3 .cphblist .box .tbox .desc, .details .desc, .gsgllist .box .tbox .desc, .cphblist .box .tbox .desc, .cpdblist .box .tbox .desc, .spsblist .box {
        line-height: 24px;
    }
    

    .yhczscmain .desc,
    .spsblist .box .desc,
    .cpptlist ul li .desc,
    .cphblist .box .tbox .desc,
    .cpdblist .box .tbox .desc {
        font-size: 14px;
    }
    
    
}	
@media only screen and (max-width:1300px) {
	.index-sec3 .pic img{
		display: none;
	}
	    .reglogin-sec .w {
         padding: 0 8%; 
    }
    .data-left-box{
    	padding: 30px;
    }
}	
@media only screen and (max-width:1200px) {
	    .layui-btn.upload-btn {
        font-size: 14px;
        }
}
@media only screen and (max-width:1180px) {
	    .nav>ul {
        padding: 0 40px;
    }
	.banner .btns {
    width: 17.4%;
}
.banner .tbox .ch, .reglogin-sec .tbox .tit {
        font-size: 23px;
    }
    .banner .tbox .en {
        font-size: 12px;
    }
    .banner .btn {
    margin-top: 5px;
}
#main .main  {
        padding:   0 50px;
    }

    .banner .main, body.nyw .nybanner .main {
        padding: 0 50px 0 230px;
    }

 
    .num-con .num span, .aboutmain2 .en {
        font-size: 22px;
    }
        .intitle {
        font-size: 25px;
        }
         .scientific-sec1 .intitle{
         	font-size: 23px;
         }
    .index-sec2 .right-box .box {
        padding:30px  20px;
    }    
    
        .index-sec3 .tbox dt {
        font-size: 17px;
        }
        .probox .tit {
        font-size: 18px;
        }
        
            .probox .desc {
        font-size: 14px;
    }
            .nybanner .tbox .ch {
        font-size: 26px;
        line-height: 32px;
    }
            .proxqbanner .tbox .desc {
        font-size: 13px;
        line-height: 24px;
        height: 48px;
    }
        
            .prodata-sec7 .box .viewmore-link {
        width: 160px;
    }
         .about-sec1 .desc .tit{
	font-size: 24px;
	line-height: 32px;
}
.about-sec1 .tbox {
    font-size: 56px;
    line-height: 56px;
    
    }
.about-sec1 .desc .con {
    font-size: 16px;
    line-height: 32px;
}
    .layui-btn .layui-icon.layui-icon-upload2 {
    margin-right: 2px;
}
    .data-left-box {
        padding: 30px 20px;
    }
    
}
@media only screen and (max-width:1024px) {
	.head-main .logo {
    width: 80px;
    }
    .rightbox {
    width: calc(100% - 80px);
}
        .head-main .logo img, .reglogin-sec .tbox .logo img, .foot-sec .left-box .logo img {
        height: 36px;
    }
    .nav>ul {
        padding: 0 20px 0 20px;
    }
        .sys {
        padding: 0 20px 0 50px;
        background-position-x: 15px;
    }
    
        .bluebg, .navbox {
        width: 180px;
    }
    #main {
	width: calc(100% - 180px);
	}
    .banner .main ,
    body.nyw .nybanner .main{
	padding: 0 50px 0 180px;
}
    .banner .btns .viewmore-link {
        height: 40px;
        line-height: 38px;
    }
        .proimg .en, .probox .en{
        font-size: 120px;
        }
    .foot-sec .left-box .emailbox .desc {
        font-size: 20px;
    }
    
    body.nyw .w {
    padding-left: 8%;
}
        .nybanner .tbox .ch {
        font-size: 24px;
        line-height: 28px;
    }
    
    .data-left-box .points, .nybanner .tbox .en {
        font-size: 40px;
    }
    .details .main {
    padding: 0 40px;
}
        .details .tit {
        font-size: 20px;
        line-height: 26px;
    }
    .qyzxlist .box .desc   {
   padding-left: 14px;
   background-size: 10px 10px;
}
    .qyzxlist .box .desc span+span {
    margin-left: 5px;
}
    .qyzxlist .picbox .tit {
    left: 30px;
    top: 30px;
    }
    .qyzxlist .picbox .desc {
    position: absolute;
    left: 30px;
    }
        .qyzxlist .box {
        line-height: 20px;
    }
    .data-left-box {
    padding: 30px 25px;
}
    .data-left-box .tit {
        font-size: 16px;
        line-height: 30px;
    }
        .layui-btn.upload-btn {
        font-size: 14px;
        }
        .data-left-box .upload-btn {
        margin-top: 80px;
    }
    .layui-btn .layui-icon.layui-icon-upload2 {
    margin-right: 5px;
}
    .viewmorebox .viewmore-link {
        font-size: 14px;
        }
            .reglogin-sec .tbox {
        padding: 40px 50px 20px;
    }
        
        .reglogin-sec .link {
        margin-left: 15px;
    }
        
        
}

@media only screen and (max-width:960px) {
	.w {
    padding: 0 6%;
}
	header{
		display: none;
	}
	.phone_head{
		display: block;
	}
	.search {
    top: 50px;
    }
	.search-header.w {
    padding-left: 4% !important;
    padding-right: 4% !important;
}
	
	.search-box {
    padding: 0 30px;
}

.nybanner .main{
	margin-top: 25px;
}
.nybanner .pic ,
.banner .pic{
	height: 30vh;
}

.nybanner .pic img,
	.banner .pic img {
    width: auto;
    height: 100%;
}

	.bluebg, .navbox{
		display: none;
	}
	 #main {
	width: 100% ;
	}
    .banner .main ,
    body.nyw .nybanner .main{
	padding: 0 6%;
	margin-top: 25px;
}

    .banner .btns {
        width: 150px;
    }
    
.index-sec2 .left-box {
    width: 100%;
}
.index-sec2 .right-box {
	margin-top: 20px;
    width: 100%;
}
.index-sec2 .right-box .box {
    width: 100%;
}

    .foot-sec .main {
        padding: 30px 0 30px;
    }

.foot-sec .nav-box{
	display: none;
}
.foot-sec .left-box {
    width: 42%;
}

.foot-sec .btns-box {
    width: 170px;
}
    .foot-sec .left-box .emailbox {
        margin-top: 30px;
    }
.foot-sec .top-box{
	align-items: flex-end;
}
.copyright {
        font-size: 12px;
        text-align: center;
    }
.copyright .webmap {
        font-size: 12px;
    }
.copyright .webmap {
     float: none;
}
     .reglogin-sec .pic{
     	display: none;
     }
.reglogin-sec .tbox {
    width: 100%;
    }
.reglogin-sec .box{
	text-align: center;
}
.reglogin-sec .yuan1 {
    left: 67.8%;
    }
.reglogin-sec .yuan2 {
    left: 74%;
    }
.proxqbanner .tbox {
    width: 58%;
}
    .viewmore-link {
        padding: 0 20px;
    }
.proxqbanner .main{
	align-items: stretch;
}
.gsgllist .box .pic {
    width: 30.5%;
    }
.gsgllist .box .tbox {
    width: 57%;
}

.data-left-box {
    width: 100%;
    }
    .viewmorebox,
    .data-left-box .upload-btn {
        margin-top: 30px;
    }
.data-right-box {
    width: 100%;
    margin-top: 40px;
}
.viewmorebox{
	display: flex;
	flex-wrap: wrap;
}
.viewmorebox .viewmore-link {
        margin:0 10px 0 0;
    }
.viewmorebox  .viewmore-link .arrowico{
   	margin-left: 20px;
   } 
    
    .about-sec1 .desc .tit{
	font-size: 22px;
	line-height: 30px;
}
.about-sec1 .tbox {
    font-size: 50px;
    line-height: 50px;
    
    }
    
    .search-box{
	padding:   40px 0;
}
    .search .submit0{
    	top: 59px;
    	right: 0;
    }
    	.search-close{
    		top: 10px;
    	}
}
@media only screen and (max-width:768px) {
	
}
@media only screen and (max-width:640px) {
	.w{
		padding: 0 4%;
	}
	    .banner .main, body.nyw .nybanner .main {
        padding: 0 4%;
    }
	    .banner .tbox .ch, .reglogin-sec .tbox .tit {
        font-size: 24px;
    }
    .banner .tbox .ch{
    	line-height: 1.2;
    }
    .banner .pic {
        height: 36vh;
    }

    .banner .main{
    	flex-wrap: wrap;
    }
        .banner .tbox .en {
        font-size: 11px;
    }
    .banner .tbox{
    	width: 100%;
    }
        .banner .btns {
        width: 100%;
        display: flex;
    }
        .banner .btn {
        margin: 10px 0 0 5px;
    }
   .banner .btn .viewmore-link .arrowico {
    	margin-left: 10px;
    }
    .index-sec1{
    	display: none;
    }
        #main .main  {
        padding: 0 4%;
    }
    
        .intitle {
        font-size: 24px;
        line-height: 28px;
    }
    
        .play {
        width: 44px;
        height: 44px;
    }
    
    .index-sec2 .bottom-box {
    margin-top: 10px;
}
    
        .aboutswiper .box, .aboutmain2 .box {
        padding: 20px;
    }
    
    .index-sec3 .pic {
    	flex: 1;
    width: 100%;
    height: 200px;
    min-height: 150px;
    overflow: hidden;
    }
    .index-sec3 .pic img{
    	/*display: block*/
    }
    .index-sec3 .tbox {
    flex:  1;
    width: 100%;
    }
    .index-sec3 .main{
    	padding: 0;
    	justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: column;
    }
    
    .index-sec3 .tbox {
        padding: 30px 4%;
    }
 .index-sec3 .intitle {
    left:4%;
    top: 40px;
}
        .probox a {
        padding: 20px;
    }
        .probox .desc {
        line-height: 22px;
       
    }
     .probox .desc.ellipsis-2{
     	 min-height: 44px;
     }
    .probox .tbox {
    width: 100%;
}
    
    .probox .pic {
    top: auto;
    bottom: -20px;
    /*right: 20px;*/
    right: 0;
        position: relative;
}
    
        .viewmore-link {
        height: 48px;
        line-height: 48px;
        padding: 0 15px;
    }
       .proimg .en, .probox .en {
        font-size: 60px;
    }
    .probox .en {
        line-height: 50%;
        height: 50%;
    }
    
        .cphblist .viewmore-link .arrowico, .reglogin-sec .viewmore-link .arrowico, .probox .viewmore-link .arrowico {
        margin-left: 20px;
    }
    .index-sec5 .left-box{
    	width: 100%;
    	flex-direction: row;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    }
    
    .index-sec5 .left-box .viewmore-link {
    margin-top: 0;
    line-height: 28px;
    height: 28px;
    
}
.index-sec5 .left-box .viewmore-link:hover{
	background: none;
	border: 0;
padding: 0 ;
    color: #000;
}
    .index-sec5 .left-box .viewmore-link .arrowico {
    margin-left: 20px;

}
    .index-sec5 .right-box {
    width: 100%;
    margin-top: 20px;
}

    .newslist li a {
        padding: 10px 0;
    }

.newslist li .time{
	margin-top: 0;
}

    .foot-sec .left-box {
        width: 100%;
        text-align: center;
    }
.foot-sec .btns-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    .foot-sec .left-box .emailbox {
        margin-top: 10px;
    }
        .foot-sec .left-box .yourinfo {
        margin-top: 30px;
    }
.foot-sec .viewmore-link+.viewmore-link {
    margin-top: 0;
}

    .foot-sec .btns-box .viewmore-link{
    margin-top: 20px;
    	width: 48%;
    }   
     .reglogin-sec .tbox {
        padding: 70px 20px 50px;
    }
        .reglogin-sec .layui-input {
        height: 52px;
        line-height: 52px;
        padding: 0 15px ;
    }
    
    .reglogin-sec .link{
    	display: block;
    	margin-left: 0;
    	margin-top: 20px;
    	font-size: 12px;
    }
    
    .reglogin-sec .viewmore-link{
    	width: 100%;
    }
     .resend-vercode, .get-vercode{
     	right: 15px;
     }
    .reglogin-sec .main {
    margin-top: 25px;
}
        .data-left-box .points, .nybanner .tbox .en {
        font-size: 34px;
    }
    
        .probox {
        margin-top: 20px;
    }
    .proxqbanner .pic  {
        height: 60vh;
    }
    .proxqbanner .main{
    	justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-content:center;
    align-items: flex-start;
    }
    .nybanner .main {
    padding: 0 4%;
    }
    
    .proimg {
    width: 100%;
    }
    
    .proxqbanner .tbox {
        width: 100%;
        margin-top: 30px;
    }
    .proxqbanner .tbox .desc {
        font-size: 14px;
        }
        
        .proimg .en{
        	left: 0;
        }
      .proxq-sec1{
      	display: none;
      }  
        .cpptlist ul {
    margin-left: 0;
    flex-direction: column;
}
        .cpptlist ul li {

    margin:  20px 0 0 0;
    flex: 1;
        	width: 100%;
    
}
         
        .cpptlist ul li  a{
	-moz-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	-webkit-box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	box-shadow: 0px 2px 10px rgba(26, 94, 212, 0.5);
	
	background: linear-gradient(180deg, #1A52AD 0%, #1A82D4 100%);
}
    .cpptlist ul li  .tit,
.cpptlist ul li .desc{
	color: #fff;
}
        .spsblist .box .tit {
        width: 100%;
        font-size: 17px;
        padding-left: 0;
    }
    
    .spsblist .box .desc {
    	margin-top: 10px;
    width: 100%;
    }
    .spsblist .box .pic {
    	margin-top: 20px;
    width: 100%;
    }
     .yqbfspmain {
    width: 100%;
}
    .yhczscmain {
    width: 100%;
     margin-top: 30px;
}
    
    .prouse-sec4{
    	display: none;
    }
        .yhczscmain .desc {
        margin-top: 10px;
        line-height: 24px;
    }
    
    .yqbfspmain .tit,
        .yhczscmain .tit {
        font-size: 22px;
    }
    
        .cpptlist ul li a {
        min-height: auto;
    }
    
    
    .proxq-sec3 .table{
    	padding-bottom: 30px;
		background:#fff url(../images/scrollbar.png) no-repeat left bottom;
		background-size: 100% auto;
    }
    .cpdblist .box .tbox {
    width: 100%;
}
.cpdblist .box .pic {
    width: 100%;
    margin-top: 20px;
}

.prodata-sec7 .box .tbox .intitle{
	font-size: 14px;
}
 
.prodata-sec7 .box .viewmore-link{
	width: 120px;
	margin-top: 10px;
}
    .prodata-sec7 .box .tbox {
    top: 10%;
    margin-top: 0;
}

.gsgllist {
    margin-top: 0px;
}
    .gsgllist .box .tbox {
        width: 90%;
    }

    .gsgllist .box .pic {
        width: 100%;
        margin-top: 20px;
    }
    .gsgllist .box .tbox .tit {
        font-size: 20px;
        line-height: 20px;
    }
    .gsgllist .box .tbox ul {
        margin-top: 15px;
        line-height: 24px;
        
}

    .gsgllist .box .tbox ul li {
        background-size: 5px 5px;
        padding-left: 10px;
        background-position-y: 9.5px;
    }
.qyzxlist .picbox {
    width: 100%;
    }
.qyzxlist .tbox {
    width: 100%;
    margin-top: 30px;
}
.qyzxlist .box {
        padding:  15px 10px;

    }
        .qyzxlist .box .name {
        font-size: 15px;
    }
        .qyzxlist .box .desc {
        font-size: 13px;
        flex-wrap: wrap;
        background-position-y:7px ;
    }
        .qyzxlist .box .desc span+span {
        margin-left: 10px;
    }
    .cjwenlist {
    width: 100%;
    margin-top: 30px;
    }
    .af-sec2 .intitle{
    	 width: 100%;
    }
    .cjwenlist dl {
    padding: 15px 0;
}
    .cphblist .box .tbox {
    width: 100%;
}
.cphblist .box .pic {
    width: 100%;
    margin-top: 20px;
}

.cphblist .box .tbox .desc {
    margin-top: 15px;
    }
    .newslist2 {
    margin-top: 15px;
    padding: 0;
}
        .newslist2 li .tit {
        font-size: 15px;
	padding-right: 80px;
}
    .newslist2 li .info {
        font-size: 11px;
    }
.scientific-sec3 .cphblist .box .tbox {
    width: 100%;
}
    .cphblist .viewmore-link {
        margin-top: 15px;
    }
.newslist2 li:last-child {
        margin-bottom: 0;
    }
.techn-sec2 .cphblist .box .tbox, .techn-sec1 .cphblist .box .tbox {
    width: 100%;
}
.techn-sec2 .cphblist .box .tbox{
	margin-top: 20px;
}
    .datasharing-sec .desc {
        padding: 0  ;
    }
.data-left-box {
        padding:  25px 20px;
    }

 .datasearch-box {
    height: 57px;
    line-height: 57px;
    padding: 0 50px 0 30px;
    background-position-x: 15px;
    }
.layui-input.datatitle {
    height: 55px;
    line-height: 55px;

    }
.layui-btn.datasearch-submit {
     top: 13px;
    right: 17px;
    }
 
.dwlist .info span {
}
.dwlist .info .name {
    margin-right: 5px;
    padding-left: 20px;
    }
.dwlist .info .ar {
    margin-right: 5px;
    }
.dwlist li a {
        padding: 15px 55px 15px 0;
    }
.dwico {
    margin-top: -20px;
    width: 40px;
    height: 40px;
}
.dwlist .info {
    margin-top: 5px;
    }
.dwlist {
    margin-top: 20px;
}

.qyzxlist .picbox .desc {
    bottom: 30px;
    }
.search-box{
	padding: 120px 0 40px 0;
}
.search .submit0{
	right: 0;
	top: 125px;
}
.search-header .search-input {
    line-height: 50px;
    font-size: 16px;
    padding-right: 50px;
    }
.search-close {
    top: 24px;
    }
    .aboutswiper .swiper-pagination {
    left: 20px;
    top: auto;
    bottom: 30px;
}
    .aboutmain2 .desc {
     margin-top: 10px;
     }
        .num-con .num, .aboutmain2 .en {
        line-height: 32px;
    }
    
    .aboutmain2 .ch{
    	font-size: 22px;
    }
    .viewmorebox{
    	margin-top: 10px;
    }
    
    .viewmorebox .viewmore-link {
        margin: 10px 0 0 0;
        width: 100%;
    }
        .details .main {
        padding: 0 25px;
    }
        .details .tag {
        font-size: 12px;
        }
            .details .info {
        line-height: 24px;
        }
        .details .info span {
        margin-left: 15px;
    }
    .details .time {
    padding-left: 26px;
    background-size: 20px 17px;
}
.details .author {
    padding-left: 26px;
    background-size: 19px 19px;
}

.about-sec1 .desc .tit{
	font-size: 22px;
	line-height: 30px;
}
.about-sec1 .main{
	flex-wrap: wrap;
}
.about-sec1 .tbox {
	width: 100%;
	margin-right: 0;
    font-size: 50px;
    line-height: 50px;
    }

.about-sec1 .desc {
    width: 100%;
    margin-top: 20px;
}
.about-sec1 .desc .tit {
        font-size: 18px;
        line-height: 26px;
    }
    .about-sec1 .desc .con {
        line-height: 26px;
    }


    .aboutswiper .tbox {
        height: 44px;
        line-height: 22px;
    }
.banner .btns .viewmore-link{
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255,255,255,.2);
}

 

.about-sec2{
	padding: 0 0 20px 0;
}
.about-sec2 .gsgllist{
	margin-top: 20px;
}

    .af-sec3:nth-of-type(1) {
    padding-top: 10px;
}
    
.techn-sec1 {
    padding: 40px 0 0 0;
}
    .af-sec3:nth-last-of-type(1) {
    padding-bottom: 20px;
}
       .cpdblist .box+.box {
    margin-top: 30px;
}
 {
    padding: 40px 0;
    }
.techn-sec2 {
    padding:0 0 40px 0;
}
.af-sec3 .cphblist .box ,

.gsgllist .box {
    padding: 30px 0;
    }
.scientific-sec2 {
    padding: 0 0 40px 0;
    }
.foot-sec .main {
    padding: 20px 0 20px;
    }
 .index-sec2 {
    padding-top: 40px;
    padding-bottom: 40px;
    }
    .prodata-sec1{
    	padding: 40px 0 20px;
    }
    .promarking-sec2,
    .prouse-sec6{
    	padding: 40px 0 40px 0;
    }
    .promarking-sec1+.promarking-sec2{
    	padding-top: 10px;
    }
    
    {
    padding: 40px 0;
    }
    #main>.index-sec4{
    	padding-top: 30px;
    }
    
    .prodata-sec7 {
    padding: 20px 0 40px;
}
    .prodata-sec6,
    .prodata-sec5,
    .prodata-sec4,
    .prodata-sec3,
    .prodata-sec2{
    	padding: 20px 0;
    }
    
    
     .scientific-sec3,
    .proxq-sec6,
    .proxq-sec4,
    .index-sec4,
    .about-sec1,
.promarking-sec1,
.datasharing-sec,
    .details ,
    .scientific-sec1,
    .af-sec2,
    .prouse-sec5,
    .prouse-sec2,
    .proxq-sec5,
    .proxq-sec3,
    .proxq-sec2,
    .index-sec5 {
    padding: 40px 0;
}
#main .promarking-sec2:first-child {
    padding-bottom: 10px;
}
.layui-layer.detailsbox .layui-layer-setwin {
    right: 40px;
    top: 45px;
}
.gsgllist .box .tbox .desc{
	margin-top: 15px;
}
.copyright a {
    word-break: keep-all;
    white-space: nowrap;
    }
}
@media only screen and (max-width:430px) {
	
}
@media only screen and (max-width:420px) {
	    body {
        font-size: 13px;
    }
    .copyright {
        padding: 10px 0;
        }
	.proxqbanner .pic  {
        height: 70vh;
    }
     .viewmore-link {
        padding: 0 10px;
    }
    
}
@media only screen and (max-width:398px) {
	   .banner .tbox .ch {
        font-size: 22px;
    }
	.nybanner .tbox .ch,
	    .intitle {
        font-size: 22px;
    }
	    .reglogin-sec .layui-input {
        height: 42px;
        line-height: 42px;
    }
    .proxqbanner .pic  {
        height: 65vh;
    }
    .data-left-box .points, .nybanner .tbox .en {
        font-size: 32px;
    }
    .dwlist .tit, .data-left-box .notes, .cpptlist ul li .desc, .techn-sec2 .cphblist .box .tbox .desc, .techn-sec1 .cphblist .box .tbox .desc, .datasharing-sec .desc, .scientific-sec3 .cphblist .box .tbox .desc, .details .desc, .gsgllist .box .tbox .desc, .cphblist .box .tbox .desc, .cpdblist .box .tbox .desc, .spsblist .box {
        line-height: 22px;
    }
}
@media only screen and (max-width:375px) {
	.proxqbanner .pic  {
        height: 75vh;
    }
}

/*
 
 * 
 * 
 * 
 * */





 
/*
 
 * 
 * 20260203
 * 
 * */



.ct-box,.flinks-box{
	color: #DCDCDC;
	font-size: 22px;
}
.ct-box span+span{
	margin-left: 15px;
}
.flinks-box{
	margin-top: 15px;
}
.flinks-box a{
	color: #7C7C7C;
	margin-right: 10px;
}
.flinks-box a:hover{
	color: #DCDCDC;
}
.scientific-sec1 .intitle{

	font-size: 24px;
	background: url(../images/titline.png) no-repeat right center;
	background-size: 100% auto;
}
.scientific-sec1 .intitle span{
	position: relative;
	color: #000;
	z-index: 2;
}
.scientific-sec1 .intitle span:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	background: #fff;
	z-index: -1;
	
}
.af-sec2 .tbox {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;

    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}	
.af-sec2 .tbox span{
    margin-right: 20px;
	margin-top: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
   
    line-height: 32px;
    font-family: 'Montserrat';
    font-weight: bold;
    cursor: pointer;
}
.af-sec2 .tbox span.active,
.af-sec2 .tbox span:hover{
	background: #EEF4FD;
}
.af-sec2 .tbox a{
	display: block;
	 padding: 10px 20px;
	
}
	
.cjwenlist .box{
	display: none;
}
.cjwenlist .box:nth-child(1){
	display: block;
}
@media only screen and (max-width: 1750px) {
    .ct-box,.flinks-box{
        font-size: 20px;
    }
}
@media only screen and (max-width: 1440px) {
    .ct-box,.flinks-box{
        font-size: 18px;
    }
}
@media only screen and (max-width: 1366px) {
     .ct-box,.flinks-box{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1024px) {
 .scientific-sec1 .intitle{
         	font-size: 20px;
         }
         .af-sec2 .tbox span{
         
         	margin-right: 10px;
         }
         .af-sec2 .tbox a{
         		padding: 5px;
         }
         .af-sec2 .tbox {
    justify-content: flex-start;
    }
}

.pages {
	text-align: center;
	margin-top: 40px;
}

.pages ul {
	display: flex;
	justify-content: center;
}

.pages li {
	display: inline-block;
	vertical-align: top;

}

.pages li a {
	margin: 0 5px;
	display: block;
	background: #fff;
	/* width: 45px; */
	/* height: 45px; */
	padding: 8px 13px;
	border-radius: 10px;
	text-align: center;
	/* line-height: 45px; */
	font-size: 13px;
	color: rgb(90, 88, 88);
	/* border: 2px solid #efeff0; */
}

.pages li:hover a,
.pages li a.activePage {
	background: #004098;
	color: #fff;
}

