body,
button,
dd,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0
}

* {
	-webkit-tap-highlight-color: transparent;
}
html{font-size: calc(16vw / 1920 * 100);}
body {	
	background-color: #ffffff;
	overflow-x: hidden;
}

button,
input,
textarea,
select {
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

img {
	border: 0;
	/*max-width: 100%;*/
	vertical-align: middle;
}

.none {
	display: none;
}

.online_x {
	cursor: pointer;
}

button:hover,
input[type=submit]:hover {
	cursor: pointer
}

button:focus,
input:active,
input:focus,
textarea:focus {
	/* border: 0*/
	outline: 0 none;
	outline-color: transparent;
}

a {
	color: #333;
	
}

a:link {
	text-decoration: none
}

a:visited {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none
}

li {
	list-style: none;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1
}


.conwidth {
	width: 90%;
	margin: auto;
}

.owidth {
	/* max-width: 1400px; */
	width: 100%;
	margin: auto;
}

.omain {}

.omain.oth {
	padding-top: 100px;
}

.ovfHiden {
	overflow: hidden;
}


/*header*/

.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	margin: auto;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/* border-bottom: rgba(255, 255, 255, 0.25) solid 1px; */
	background: #062b8c;
	/* background: linear-gradient(to bottom, #023ab0, #5dcbf3); */
}

.header.on {
	/* top: -100%; */
}

.header .alter,
.header.white,
.header.hover {
	/*background: #FFFFFF;*/
	background: url(../images/img215.jpg);
	background-size: cover;
}

.header.white {
	box-shadow: 0px 3px 20px 0px rgba(12, 18, 107, 0.05);
}

.header .content {
    background: #062b8c;
    /* background: linear-gradient(to bottom, #023ab0, #5dcbf3); */
}

.header .box {
	text-align: center;
	font-size: 0;
}

.header .logo {
	float: left;
}

.header .logo a {
	/*height: 120px;
	line-height: 120px;*/
	/* height: 100px; */
	line-height: 2.8;
	color: #fff;
	letter-spacing: 0.1rem;
	font-size: 2rem;
}

.header .logo a img {}

.header .logo a img.logo2 {
	display: none;
}

.header .alter .logo a img.logo1,
.header.white .logo a img.logo1,
.header.hover .logo a img.logo1 {
	display: none;
}

.header .alter .logo a img.logo2,
.header.white .logo a img.logo2,
.header.hover .logo a img.logo2 {
	display: inline-block;
}

.header .nav {
	float: left;
}

.header .nav>ul>li {
	float: left;
	padding: 0px 1.8rem;
}

.header .nav>ul>li.other {
	position: relative;
}

.header .nav>ul>li>a {
	position: relative;
	font-family: "syn";
	color: #FFFFFF;
	font-size: 1.1rem;
	line-height: 6rem;
}

.header .alter .nav>ul>li>a,
.header.white .nav>ul>li>a,
.header.hover .nav>ul>li>a {
	/* color: #666666; */
}



.header .nav>ul>li:hover>a::before,
.header .nav>ul>li.on>a::before {
	width: 100%;
}



.navcell {
	position: absolute;
	top: 100px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	/*height: -moz-calc(100vh - 64px);
	height: -webkit-calc(100vh - 64px);
	height: calc(100vh - 64px);*/
	overflow-x: hidden;
	overflow-y: auto;
	display: none;
	border-top: #eeeeee solid 1px;
	/*background-color: #fff;*/
	background: url(../images/img216.jpg);
}

.header .alter .navcell {
	top: 100px;
}

.navcell .cellbox {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding-top: 35px;
	padding-bottom: 55px;
}

.navcell .cellbox>ul {
	margin-bottom: 30px;
}

.navcell .cellbox>ul>li {
	float: left;
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
	text-align: left;
}

.navcell .cellbox ul li .tit {
	margin-bottom: 20px;
}

.navcell .cellbox ul li .tit a {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.navcell .cellbox ul li ul li {
	position: relative;
	font-size: 0;
	margin-bottom: 15px;
	/*padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	*/
}

.navcell .cellbox ul li ul li a {
	display: inline-block;
	vertical-align: middle;
	max-width: -moz-calc(100% - 55px);
	max-width: -webkit-calc(100% - 55px);
	max-width: calc(100% - 55px);
	color: #777777;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.navcell .cellbox ul li ul li a:hover {
	color: #1154ab;
}

.navcell .cellbox ul li ul li a img {
	display: inline-block;
	margin-right: 5px;
	width:58px;

}

.navcell .cellbox ul li ul li .tag {
	/*position: absolute;
	right: 0;
	top: 5px;*/
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	width: 45px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	background: #2278e7;
	color: #FFFFFF;
	font-size: 14px;
}

.allbtn {
	text-align: center;
}

.allbtn a {
	min-width: 160px;
	height: 46px;
	line-height: 44px;
	border: #d2d2d2 solid 1px;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.allbtn a:hover {
	color: #FFFFFF;
	border: #5949ab solid 1px;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(#004098), to(#5949ab));
	background: -webkit-linear-gradient(left, #004098, #5949ab);
	background: -moz-linear-gradient(left, #004098, #5949ab);
	background: -o-linear-gradient(left, #004098, #5949ab);
	background: linear-gradient(left, #004098, #5949ab);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0, startColorStr=#004098, endColorStr=#5949ab);
	background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#004098), to(#5949ab));
}


/**/

.header .drop-down {
	position: absolute;
	top: 100px;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 210px;
	overflow: hidden;
	background: #ffffff;
	display: none;
}

.header .drop-down a {
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 56px;
	padding-left: 40px;
	text-align: left;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.header .drop-down a:hover {
	color: #1154ab;
	background: #f8f8f8;
}

.header .drop-down a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}

.header .drop-down a .ic2 {
	display: none;
}

.header .drop-down a:hover .ic1 {
	display: none;
}

.header .drop-down a:hover .ic2 {
	display: inline-block;




}

.header .drop-down a .t1 {
	font-size: 16px;
	color: #191E4C;
	line-height: 22px;
	text-align: left;
	padding: 0px 30px;
}


.header .drop-down a .t2 {
	margin-top: 12px;
	font-size: 14px;
	color: #687990;
	line-height: 20px;
	text-align: left;
	padding: 0px 30px;
	white-space: nowrap;
}

.head-other {
	float: right;
}

.head-other .call {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/* height: 100px; */
	line-height: 6rem;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: bold;
}



.head-other .call img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.2rem;
	width: 2.3rem;
}

.head-other .call img.ic2 {
	display: none;
	width: 2.3rem;
}

.header .alter .head-other .call img.ic1,
.header.white .head-other .call img.ic1,
.header.hover .head-other .call img.ic1 {
	display: none;
}

.header .alter .head-other .call img.ic2,
.header.white .head-other .call img.ic2,
.header.hover .head-other .call img.ic2 {
	display: inline-block;
}



.searchdiv {
	float: left;
	text-align: center;
	padding-right: 32px;
}

.header .show-search-btn {
	display: block;
	height: 100px;
	line-height: 100px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
}

.show-search-btn img {
	margin-left: 10px;
}

.show-search-btn img.ic2 {
	display: none;
}

.header .content.alter .show-search-btn img.ic2,
.header.white .show-search-btn img.ic2,
.header.hover .show-search-btn img.ic2 {
	display: inline-block;
}

.header .content.alter .show-search-btn img.ic1,
.header.white .show-search-btn img.ic1,
.header.hover .show-search-btn img.ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top: 99px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background-color:#1d1d1d;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(../images/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(../images/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}


/**/


/*.m-header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	z-index: 10;
	background: #FFFFFF;
}
.m-header .logo{
	float: left;
}
.m-header .logo a{
	height: 60px;
	line-height: 60px;
}
.m-header .logo a img{
	max-height: 30px;
}*/

.menubtn {
	display: none;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	cursor: pointer;
}

.header.white .menubtn,
.header .content.alter .menubtn,
.header.hover .menubtn {
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.header.white .menubtn.on,
.header .content.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
}

.m-nav .nav-list>li {
	padding: 0 5%;
	text-align: left;
}

.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level {
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #3d509f;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #3d509f;
}

.m-nav .m-subnav {
	display: none;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #3d509f;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}



.sidebar {
	position: fixed;
	bottom: 41%;
	right: 0;
	z-index: 99;
}

.sidebar>ul>li {
	position: relative;
	text-align: center;
	cursor: pointer;
	margin-bottom: 3px;
}

.sidebar ul li:last-child {
	border-bottom: none;
}

.sidebar>ul>li>a {
	display: block;
	position: relative;
	width: 55px;
	height: 55px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.1);
	border-radius: 6px 0px 0px 6px;
	background-color: #424242;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sidebar>ul>li>a:hover{
	background-color: #424242;
}

.sidebar ul li a .img {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: 55px;
	line-height: 55px;
	text-align: center;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.sidebar ul li .img img {
	max-width: 42%;
}

.sidebar ul li.istop a {
	height: 64px;
	background: #111111;
}

.sidebar ul li.istop a:hover {
	/*background: url(../images/img70.jpg) center no-repeat;
	background-size: cover;*/
	background: #1154ab;
}

.sidebar ul li.istop img {
	display: block;
	max-width: 100%;
	margin: 20px auto 3px;
}

.sidebar ul li.istop a .txt {
	color: #ffffff;
	font-size: 14px;
}

.sidebar ul li .secondary {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	min-width: 100%;
	min-height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
}

.sidebar ul li.qrcode .secondary {
	right: 60px;
}

.sidebar ul li .txtli {
	text-align: left;
	line-height: 55px;
	font-size: 16px;
	color: #ffffff;
	padding: 0px 15px;
	min-width: 180px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #1154ab;
	border-radius: 6px 0px 0px 6px;
}

.sidebar ul li .txtli img {
	display: inline-block;
	margin-right: 10px;
}

.sidebar .lianxi {
	white-space: nowrap;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	border-radius: 2px;
}

.sidebar .lianxi .imgbox {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	white-space: nowrap;
}

.sidebar .lianxi .imgli {
	display: inline-block;
	vertical-align: top;
	width: 120px;
}

.sidebar ul li .imgli img {
	display: block;
	width: 100%;
}


/*footer*/

.comprehend {
	padding-top: 35px;
	padding-bottom: 30px;
	background: #0f3597;
	background-size: cover;
}

.comprehend .wrap {
	font-size: 0;
}

.comprehend .wrap .tit {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 40.625%;
}

.comprehend .wrap .tit .t1 {
	color: #ffffff;
	font-size: 28px;
}

.comprehend .wrap .tit .t2 {
	margin-top: 12px;
}

.comprehend .wrap .tit .t2 a {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	background: #FFFFFF;
	text-align: center;
	color: #1154ab;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.comprehend .wrap .tit .t2 a:hover{
	background: #f1f1f1;
}
.comprehend .wrap ul {
	position: relative;
	float: right;
	padding-top: 12px;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 59.375%;
	overflow: hidden;
}

.comprehend .wrap ul li {
	position: relative;
	float: left;
	width: 33.33%;
	text-align: center;
}

.comprehend .wrap ul::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li a {
	display: block;
	margin: auto;
}

.comprehend .wrap ul li a .icon {
	margin-bottom: 10px;
}

.comprehend .wrap ul li a .icon img {
	max-width: 100%;
}

.comprehend .wrap ul li a .txt {
	color: #ffffff;
	font-size: 18px;
}

.footer {
	padding-top: 2.5%;
	/* border-top: #ececec solid 1px; */
	background: #062b8c;
}

.footer .wrap {
	border-bottom: #ececec solid 1px;
	padding-bottom: 2rem;
}

.foot-nav {





	float: left;
	width: 65.75%;
	overflow: hidden;
}

.foot-nav ul li {
	float: left;
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 2);
}

.footer .tit {
	font-size: 1.2rem;
	font-weight: bold;
	color: #ffffff;
}

.footer .tit a {
	color: #ffffff;
}

.foot-nav ul li .links {}

.foot-nav ul li .links i {
	display: block;
	width: 26px;
	height: 2px;
	background: #d1d1d1;
	margin-top: 16px;
	margin-bottom: 20px;
}

.foot-nav ul li .links a {
	display: block;
	color: #ffffff;
	font-size: 1rem;
	line-height: 2.2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.foot-nav ul li .links a:hover {
	color: #1154ab;
}

.footer .foot-infor {
	float: right;
	width: 34.25%;
	overflow: hidden;
	border-left: #ececec solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	font-size: 0;
	padding-bottom: 50px;
}

.footer .foot-infor .con {
	display: inline-block;
	text-align: left;
	max-width: 90%;
}

.footer .foot-infor .wrap1 ul {
	margin-top: 20px;
}

.footer .foot-infor .wrap1 li {
	position: relative;
	padding-left: 2.2rem;
	overflow: hidden;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 0.6rem;
}

.footer .foot-infor .wrap1 li .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
}

.footer .foot-infor .wrap1 li .icon img {
	max-width: 100%;
}

.footer .foot-infor .wrap2 {
	margin-top: 25px;
}

.footer .foot-infor .wrap2 li {
	float: left;
	margin-right: 2rem;
	text-align: center;
}

.footer .foot-infor .wrap2 li:last-child {
	margin-right: 0;
}

.footer .foot-infor .wrap2 li .img {
	border: #ececec solid 1px;
	padding: 0.5rem;
}

.footer .foot-infor .wrap2 li .img img {
	width: 7rem;
	/*height: 100px;*/
}

.footer .foot-infor .wrap2 li .txt {
	margin-top: 0.3rem;
	color: #ffffff;
	font-size: 0.8rem;
}

.footer .copyright {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	padding: 16px 0px;
	/* margin-top: 1rem; */
}

.footer .copyright a {
	color: #666666;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footer .copyright a:hover {
	color: #1154ab;
}

.footer .copyright .record {
	margin-left: 2.2%;
}

.footer .copyright .support {
	float: right;
	margin-left: 2%;
}

.section {
	/* visibility: hidden; */
}

.section.active {
	visibility: visible;
}

.section .pagebg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}


	.picBox .imgbg {
		transition: ease 1s;
		transform: scale(2);
	}
	.active .lunbotu .picBox .imgbg {
		transform: scale(1);
	}
	.section .pagebg {
		-o-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		-moz-transform: scale(1.2, 1.2);
		-webkit-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		-o-transition: ease 2s;
		-ms-transition: ease 2s;
		-moz-transition: ease 2s;
		-webkit-transition: ease 2s;
		transition: ease 2s;
	}
	.section.active .pagebg {
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.i-product .atlas,
	.i-industry .content {
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
		opacity: 0.5;
		-o-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}
	.section.active .i-product .atlas,
	.section.active .i-industry .content {
		-o-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	.i-new .wrap .wrapcon {
		-o-transform: translateY(50%) scale(0.6);
		-ms-transform: translateY(50%) scale(0.6);
		-moz-transform: translateY(50%) scale(0.6);
		-webkit-transform: translateY(50%) scale(0.6);
		transform: translateY(50%) scale(0.6);
		opacity: 0.5;
		-o-transition: all 1.2s ease;
		-ms-transition: all 1.2s ease;
		-moz-transition: all 1.2s ease;
		-webkit-transition: all 1.2s ease;
		transition: all 1.2s ease;
	}
	.section.active .i-new .wrap .wrapcon {
		-o-transform: translateY(0) scale(1);
		-ms-transform: translateY(0) scale(1);
		-moz-transform: translateY(0) scale(1);
		-webkit-transform: translateY(0) scale(1);
		transform: translateY(0) scale(1);
		opacity: 1;
	}
	.i-title {
		transform: translateY(-100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .i-title {
		transform: translateY(0%);
		opacity: 1;
	}
	.index-nav {
		transform: translateX(-100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .index-nav {
		transform: translateX(0%);
		opacity: 1;
	}
	.more {
		transform: translateY(100%);
		opacity: 0;
		transition: all 1s ease 1s;
	}
	.section.active .more {
		transform: translateY(0%);
		opacity: 1;
	}
	.i-about .wrap .l-wrap {
		transform: translateY(100%);
		opacity: 0;
		transition: all ease 1.5s;
	}
	.section.active .i-about .wrap .l-wrap {
		transform: translateY(0%);
		opacity: 1;
	}
	.i-about .wrap .r-wrap {
		transform: translateX(100%);
		opacity: 0;
		transition: all 1s ease 0.5s;
	}
	.section.active .i-about .wrap .r-wrap {
		transform: translateX(0%);
		opacity: 1;
	}



.lunbotu {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lunbotu .swiper-slide {
	width: 100%;
	height: 100vh;
}

.lunbotu a {
	display: block;
	width: 100%;
	height: 100%;
}

.picBox {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.picBox .imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.picBox .simg {
	display: none;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 6%;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.lunbotu .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #c9c9c9;
	opacity: 1;
}

.lunbotu .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #2b4794;
}


/*.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img8.png);
    left: 10px;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img9.png);
    right: 10px;
    left: auto;
}*/

.i-banner {
	position: absolute;
	left: 50%;
	top: 60%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.section .i-banner .box {
	max-width: 100%;
	min-height: 22rem;
}

.i-banner .box .t1 {
	color: #FFFFFF;
	font-size: 3rem;
	font-weight: bold;
}

.i-banner .box .t2 {
	color: #f6f6f6;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.i-banner .box .t3 {
	margin-top: 1rem;
	color: #e4e4e4;
	font-size: 1.3rem;
	line-height: 1.7;
}

.i-banner .box .btn {
	margin-top: 4rem;
}

.i-banner .box .btn span {
	display: inline-block;
	color: #f4f4f4;
	font-size: 1rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.i-banner .box .btn span:hover {
	color: #1154ab;
}

.obanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.obanner>img {
	width: 100%;
}

.oimg2 {
	display: none;
}

.ob-img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerzi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);

	margin: auto;
}

.obanner .bannerzi .box {
	text-align: center;
}

.obanner .bannerzi .box .t1 {
	color: #ffffff;
	font-size: 48px;
	text-shadow: rgba(0, 11, 21, 0.51) 3px 4px 2px
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
}



.i-title {
	color: #ffffff;
}

.i-title.white {
	color: #FFFFFF;
}

.i-title .t1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
	width: 2rem;
	font-size: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
}

.i-title .t2 {
	display: inline-block;
	vertical-align: top;
	width: 2rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
}

.i-product {}

.i-product .box {
	position: relative;
}

.section .box {
	min-height: 70vh;
}

.section .l-box {
	float: left;
	/*width: 250px;*/
	width: 10%;
	overflow: hidden;
}

.section .r-box {
	float: left;
	width: 89%;
	/*width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);*/
}

.index-nav {
	margin-top: 50%;
}

.index-nav ul li {
	color: #333333;
	font-size: 18px;
	min-height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.index-nav ul li:hover,
.index-nav ul li.on {
	color: #1154ab;
	font-size: 22px;
}

.i-product .atlas {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.i-product .atlas a {
	display: block;
	width: 100%;
	text-align: right;
}

.i-product .atlas a img {
	max-width: 100%;
}

.switch-btn {
	position: absolute;
	left: 40px;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
}

.i-product .swiper-button-next,
.i-product .swiper-button-prev {
	float: left;
	position: static;
	top: auto;
	bottom: 0;
	width: 49px;
	height: 49px;
	margin-top: 0;
	margin-right: 10px;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.i-product .swiper-button-prev,
.i-product .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img77a.png);
}

.i-product .swiper-button-next,
.i-product .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img78a.png)
}

.swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img78.png);
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img77.png);
}

.more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.more a {
	color: #ffffff;
	font-size: 1.5rem;
	text-decoration: underline;
}

.more a:hover {
	color: #1154ab;
}



.section.page3 {
	position: relative;
	overflow: hidden;
	background: linear-gradient(to bottom, #062b8c, #3e64c6);
}

.i-industry {}

.i-industry .box {
	position: relative;
}

.i-industry .wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 79.479%;
	height: 100%;
}

.i-industry .wrap .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;

	background-repeat: no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli a {
	display: block;
	width: 100%;
	height: 100%;
}

.i-industry .wrap .content .contli a .bgimg {
	display: none;
	width: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli a .bgimg img {
	width: 100%;
}


.i-industry .wrap .content .contli i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background: rgb(52 128 195 / 46%); */
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: linear-gradient(to bottom, #062b8ca6, #5dcbf3a8);
}

.i-industry .wrap .content .contli:hover i {
	opacity: 0;
}

.i-industry .wrap .content .contli .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 25%;
	padding: 11% 11% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-industry .wrap .content .contli:hover .txt {
	background: url(../images/img84.png) center no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli .txt .t1 {
	color: #ffffff;
	font-size: 1.5rem;
}

.i-industry .wrap .content .contli .txt .t2 {
	margin-top: 0.5rem;
	color: #ffffff;
	font-size: 1.5rem;
}

.i-industry .wrap .content .contli .txt .t3 {
	/*position: absolute;
	left: 0;
	bottom: -20%;*/
	opacity: 0;
	color: #ffffff;
	font-size: 1rem;
	margin-top: 1.5rem;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.i-industry .wrap .content .contli:hover .txt .t3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}



.section.page4 {
	overflow: hidden;
}

.i-about {}

.i-about .wrap {
	font-size: 0;
	/* border: rgba(255, 255, 255, 0.51) solid 0.1rem; */
}

.i-about .wrap .l-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 56.3%;
	padding: 0 2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .r-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 43.7%;
	overflow: hidden;
	border-left: rgba(255, 255, 255, 0.51) solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .l-wrap .tit {}

.i-about .wrap .l-wrap .tit .t1 {
	color: #ebeaea;
	font-size: 2.5rem;
	font-weight: bold;
}

.i-about .wrap .l-wrap .tit .t2 {
	color: #ebebeb;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-top: 0rem;
}

.i-about .wrap .l-wrap .tit .t3 {
	width: 5rem;
	height: 0.25rem;
	background: #2d61cf;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.i-about .wrap .l-wrap .btn {
	margin-top: 10%;
	height: 4rem;
}

.i-about .wrap .l-wrap .btn a {
	min-width: 9rem;
	height: 3rem;
	line-height: 2.7rem;
	font-size: 0.9rem;
	padding: 0.8rem 2rem;
	color: #f9f8f4;
	text-align: center;
	border: #004098 solid 1px;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border: rgb(45 97 207) solid 0.15rem;
}
.i-about .wrap .l-wrap .btn a:hover {
	color: #004098;
	background: #FFFFFF;
}

.i-about .wrap .l-wrap .txt {
	color: #ffffff;
	font-size: 1rem;
	line-height: 2.5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.i-about .wrap .r-wrap ul li {
	float: left;
	width: 50%;
	/* border-left: rgba(255, 255, 255, 0.51) solid 0.1rem; */
	/* border-top: rgba(255, 255, 255, 0.51) solid 1px; */
	padding: 10% 5%;
	overflow: hidden;
	border: rgba(255, 255, 255, 0.51) solid 0.1rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-about .wrap .r-wrap ul li:nth-child(1),
.i-about .wrap .r-wrap ul li:nth-child(2) {
	/* border-top: none; */
}

.i-about .wrap .r-wrap ul li:hover {

	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #062b8c, #3d66cf);
}

.i-about .wrap .r-wrap ul li .cont {
	display: inline-block;
	text-align: left;
	min-width: 63%;
}

.i-about .wrap .r-wrap ul li .ic {}

.i-about .wrap .r-wrap ul li .ic img {
	
	width: 2.1rem;
}

.i-about .wrap .r-wrap ul li .data {
	margin-top: 1rem;
	color: #ffffff;
	font-size: 2.4rem;
	padding-bottom: 0.2rem;
	font-weight: bold;
}

.i-about .wrap .r-wrap ul li .timer {
	display: inline-block;
}

.i-about .wrap .r-wrap ul li .txt {
	color: #f7f7f7;
	font-size: 0.8rem;
}



.section.page5 {
	overflow: hidden;
}

.i-new {
	position: relative;
}

.i-new .box {
	position: relative;
}

.i-new .wrap {
	position: absolute;
	right: 0;
	top: 65%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 83%;
	overflow: hidden;
}

.i-new .wrap .wrapli {

	display: none;
}

.i-new .wrap .wrapli.on {
	
	display: block;
}

.i-new .wrap .content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7.8%;
}

.i-new .wrap .content .i-newli {}

.i-new .wrap .content .i-newli a {
	display: block;
	width: 100%;
}

.i-new .wrap .content .i-newli .img {
	width: 100%;
	overflow: hidden;
}

.i-new .wrap .content .i-newli .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 1rem;
}

.i-new .wrap .content .i-newli:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.1);
}

.i-new .wrap .content .i-newli .txt {
	padding: 6.5% 0;
}

.i-new .wrap .content .i-newli .txt .t1 {
	color: #ffffff;
	font-size: 0.8rem;
}

.i-new .wrap .content .i-newli .txt .t2 {
	margin-top: 1rem;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.3rem;
	padding-bottom: 0.5rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.i-new .wrap .content .i-newli .txt .t4 {
	margin-top: 1rem;
	color: #ffffff;
	font-size: 0.8rem;
	padding-bottom: 0.5rem;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.i-new .wrap .content .i-newli:hover .txt .t2 {
	color: #ffffff;
}

.i-new .wrap .content .i-newli .txt .t3 {
	color: #ffffff;
	font-size: 1rem;
	margin-top: 1rem;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-new .wrap .content .i-newli:hover .txt .t3{
	color: #ffffff;
}


.i-new .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 2px;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #f8f8f8 solid 1px;
	background: #e7e6e3;
}

.i-new .swiper-scrollbar-drag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #1154ab;
	border-top: #1154ab solid 1px;
	border-bottom: #1154ab solid 1px;
}



.com-nav {
	position: relative;
	z-index: 10;
	margin-top: -70px;
	background: rgba(23, 60, 110, 0.2);
}

.com-nav.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
	margin-top: 0;
	/*background: rgba(23, 60, 110, 1);*/
	background: #003b8b;
}

.com-nav ul {
	font-size: 0;
}

.com-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pnav.com-nav ul li {
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.dnav.com-nav ul li {
	width: 50%;
}

.nnav.com-nav ul li {
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.com-nav ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 23px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li a,
.com-nav ul li span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
}

.com-nav ul li:hover a,
.com-nav ul li:hover span,
.com-nav ul li.on a,
.com-nav ul li.on span {
	
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
}

.prolist {
	padding-top: 4.7%;
	padding-bottom: 4.2%;
	background: #f6f6f6;
}

.prolist ul {
	margin-bottom: 5%;
	font-size: 0;
}

.prolist ul li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #FFFFFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li:nth-child(2n) {
	margin-right: 0;
}

.prolist .owidth>ul>li:hover {
	box-shadow: 4px 0px 13px rgba(0, 11, 21, 0.11);
}

.prolist ul li a {
	display: block;
	width: 100%;
	padding: 5.6%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}

.prolist ul li .txt {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 50%;
	padding-top: 25px;
}

.prolist ul li .txt .t1 {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.prolist ul li .txt .t1::before,
.prolist ul li .txt .t1::after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li .txt .t1::before {
	width: 60px;
	height: 2px;
	background: #1154ab;
	z-index: 3;
}

.prolist ul li:hover .txt .t1::before {

	width: 90%;
}

.prolist ul li .txt .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.prolist ul li .txt .t2 li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.prolist ul li .txt .t3 {
	margin-top: 30px;
}


.prolist ul li .txt .t3 span {
	display: inline-block;
	min-width: 130px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: #ededed;
	color: #999999;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}


.prolist ul li:hover .txt .t3 span {
	color: #FFFFFF;
	
	background: url(../images/btnbg1.jpg) center no-repeat;
	background-size: cover;
}

.prolist ul li .img {
	position: relative;
	
	float: right;
	width: 50%;
}

.prolist ul li .img img.img-center {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	transform: scale(0.8);
	max-width: 100%;
}

.img-center {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto!important;
	height: auto!important;
}

.img-block {
	display: block;
	width: 100%;
	height: auto;
}

.prolist ul li:hover .img img.img-center {
	transform: scale(1);
}



.page {
	width: 100%;
	text-align: center;
}

.page-list {
	font-size: 0;
}

.page-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	min-width: 43px;
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #333333;
	border: #e2e2e2 solid 1px;
	background: #ffffff;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-list a:last-child {
	margin-right: 0;
}

.page-list a .ic2 {
	display: none;
}

.page-list a:hover .ic1 {
	display: none;
}

.page-list a:hover .ic2 {
	display: inline-block;
}

.page-list a.fyprev,
.page-list a.fynext {
	font-size: 0;
}



.page-list a:hover,
.page-list a.on {
	color: #FFFFFF;
	border: none;
	
	background: url(../images/btnbg4.jpg) center no-repeat;
	background-size: cover;
}



.product-detail {
	padding-top: 4.7%;
	padding-bottom: 5.9%;
}

.product-detail .leftbox {
	float: left;
	width: 48.21%;
	overflow: hidden;
}

.overview .pc-slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;


}

.overview .view,
.overview .preview {

	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.overview .view .swiper-container {
	width: 100%;
}

.overview .pc-slide .arrow-left {
	background: url(../images/img109.png) no-repeat left center;
	background-size: 10px 19px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}

.overview .pc-slide .bigimg {
	width: 100%;
	overflow: hidden;
}

.overview .pc-slide .bigimg img {
	width: 100%;
}

.overview .pc-slide .arrow-right {
	background: url(../images/img110.png) no-repeat right center;
	background-size: 10px 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}



.overview .preview {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-container {
	width: 100%;
}

.overview .preview .swiper-slide {
	width: 140px;
	height: 110px;
	line-height: 110px;
	cursor: pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg {
	padding-right: 25px;
	overflow: hidden;
}

.overview .preview .swiper-slide .smallimg span {
	position: relative;
	display: block;
	width: 100%;
	background: #f8f8f6;
}

.overview .preview .swiper-slide-active .smallimg span {
	background: #FFFFFF;
}

.overview .preview .active-nav .smallimg span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #1154ab solid 2px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg img {
	width: 100%;
}

.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.convideo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	width: 100%;
	height: 100%;
}

.convideo .i-convideo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.convideo .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	background: url(../images/img102.png) center no-repeat;
	background-size: 11.8% auto;
}




/**/

.product-detail .rightbox {
	float: right;
	width: 45.71%;
	overflow: hidden;
}

.product-detail .rightbox .tit {
	padding-top: 6%;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.product-detail .rightbox .features {}

.product-detail .rightbox .features .subtit {
	margin-top: 5.6%;
	border-bottom: #e8e8e8 solid 1px;
	font-size: 0;
}

.product-detail .rightbox .features .subtit span {
	display: inline-block;
	text-align: center;
	min-width: 180px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	
	background: url(../images/btnbg2.jpg) center no-repeat;
	background-size: cover;
}

.product-detail .rightbox .features .txt {
	margin-top: 30px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.product-detail .rightbox .features .txt ul li {
	position: relative;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.product-detail .rightbox .features .txt ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 13px;
	width: 12px;
	height: 13px;
	background: url(../images/img111.png) center no-repeat;
}

.product-detail .rightbox .features .iconbox {
	margin-top: 15px;
}

.product-detail .rightbox .features .iconbox ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.product-detail .rightbox .features .iconbox ul li:last-child {
	margin-right: 0;
}

.product-detail .rightbox .features .iconbox ul li img {
	max-width: 39px;
	/*height: 39px;*/
}

.product-detail .rightbox .features .consult {
	margin-top: 8%;
}

.product-detail .rightbox .features .consult a {
	display: inline-block;
	min-width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	border: #1154ab solid 1px;
	color: #1154ab;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-detail .rightbox .features .consult a:hover {
	color: #FFFFFF;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.product-detail .wrap {
	margin-top: 5.2%;
}

.product-detail .switch-tab {
	background: #f3f3f3;
}

.product-detail .switch-tab.fixed-top {
	/*
	position: fixed;*/
	top: 170px;
	
	left: 0;
	width: 100%;
}

.product-detail .switch-tab ul {}

.product-detail .switch-tab ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #333333;
	height: 80px;
	line-height: 80px;
	cursor: pointer;
}

.product-detail .switch-tab ul li.on,
.product-detail .switch-tab ul li:hover {
	color: #FFFFFF;
	
	background: url(../images/btnbg3.png) center no-repeat;
	background-size: cover;
}

.product-detail .switch-tab ul li .ic2 {
	display: none;
}

.product-detail .switch-tab ul li:hover .ic1,
.product-detail .switch-tab ul li.on .ic1 {
	display: none;
}

.product-detail .switch-tab ul li:hover .ic2,
.product-detail .switch-tab ul li.on .ic2 {
	display: inline-block;
}

.product-detail .switch-box {}


.product-detail .switch-li .pic {
	padding-top: 3.6%;
}

.product-detail .switch-li .details {
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 12%;
}

.product-detail .switch-li .pic img {
	display: block;
	max-width: 100%;
	
}

.product-detail .switch-li .pic img:last-child {
	margin-bottom: 0;
}



.aboutbox {}

.aboutbox .about-li {}

.aboutbox .about-li .content {
	padding-top: 170px;
	margin-top: -170px;
}

.introduce {
	padding-top: 3.7%;
	background: url(../images/img134.png) top right no-repeat;
}

.introduce .box {
	font-size: 0;
}

.introduce .leftbox {
	display: inline-block;
	/* vertical-align: middle; */
	width: 60%;
	padding-right: 4.2%;
	overflow: hidden;
	padding-top: 5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce .leftbox .txt {
	text-align: left;
}

.introduce .leftbox .txt .t1 {
	font-weight: bold;
	color: #333333;
	font-size: 2.5rem;
}

.introduce .leftbox .txt .t2 {
	margin-top: 2.5rem;
	color: #666666;
	font-size: 1.2rem;
	line-height: 2.5;
	text-indent: 2rem;
}

.introduce .rightbox {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	padding-left: 4.2%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce .rightbox .nums {}

.introduce .rightbox .nums ul {
	float: left;
	width: -moz-calc((100% - 12px) / 2);
	width: -webkit-calc((100% - 12px) / 2);
	width: calc((100% - 0.6rem) / 2);
	overflow: hidden;
	margin-right: 0.6rem;
}

.introduce .rightbox .nums ul:nth-child(2n) {

	margin-right: 0;
}

.introduce .rightbox .nums ul:nth-child(even) {
	margin-top: 26%;
}

.introduce .rightbox .nums ul li {
	position: relative;
	margin-bottom: 0.6rem;
}


.introduce .rightbox .nums ul li img {
	width: 100%;
}

.introduce .rightbox .nums ul li .txt {
	position: absolute;
	left: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.introduce .rightbox .nums ul li .txt .t1 {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 8px;
}

.introduce .rightbox .nums ul li .txt .timer {
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	font-weight: bold;
	font-size: 48px;
}

.introduce .rightbox .nums ul li .txt .t2 {
	color: #ffffff;
	font-size: 18px;

}



.develop {
	padding-top: 2.7%;
	padding-bottom: 8.33%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


.develop .tit {
	font-weight: bold;
	font-size: 32px;
	color: #333333;
	text-align: center;
}



.develop .box {
	margin-top: 4.3%;
}

.develop .box>ul {
	position: relative;
	font-size: 0;
}

.develop .box>ul:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 2px;
	height: 100%;
	/*background: #e8e8e8;*/
	border-left: #e8e8e8 solid 1px;
}

.develop .box>ul>li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.develop .box>ul>li:after,
.develop .box>ul>li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: #eaeaea solid 3px;
	background: #ffffff;
}

.develop .box ul li:nth-child(odd):after,
.develop .box ul li:nth-child(odd)::after {
	right: -9px;
}

.develop .box ul li:nth-child(even):after,
.develop .box ul li:nth-child(even)::after {
	left: -9px;
}

.develop .box>ul>li:nth-child(even) {
	margin-top: 5%;
}

.develop .box ul li .con {
	position: relative;
	max-width: 630px;
	width: 90%;
	padding: 6% 4% 6% 6%;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f4f4f4;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li:nth-child(even) .con {
	float: right;
}

.develop .box>ul>li .con:hover {
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.develop .box ul li .con:after,
.develop .box ul li .con::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}

.develop .box ul li:nth-child(odd) .con:after,
.develop .box ul li:nth-child(odd) .con::after {
	right: -16px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 16px solid #f4f4f4;
}

.develop .box ul li:nth-child(even) .con:after,
.develop .box ul li:nth-child(even) .con::after {
	left: -16px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 16px solid #f4f4f4;
}

.develop .box ul li:nth-child(odd) .con:hover:after,
.develop .box ul li:nth-child(odd) .con:hover::after {
	border-left: 16px solid #3f4179;
}

.develop .box ul li:nth-child(even) .con:hover:after,
.develop .box ul li:nth-child(even) .con:hover::after {
	border-right: 16px solid #0f56aa;
}

.develop .box ul li .img {
	display: inline-block;
	vertical-align: middle;
	width: 33.6%;
	overflow: hidden;
}

.develop .box ul li .txt {
	display: inline-block;
	vertical-align: middle;
	width: 66.4%;
	padding-left: 6%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.develop .box ul li .txt .subtit {
	color: #1154ab;
	font-size: 21px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li .txt .subtit .year {
	display: inline-block;
	margin-right: 5px;
	font-size: 28px;
	font-weight: bold;
}

.develop .box ul li:hover .txt .subtit {
	color: #FFFFFF;
}

.develop .box ul li .txt ul {
	margin-top: 12px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.develop .box ul li:hover .txt ul {
	color: #FFFFFF;
}


.develop .box ul li .txt ul li {
	position: relative;
	padding-left: 18px;
}

.develop .box ul li .txt ul li:before,
.develop .box ul li .txt ul li::before {

	content: '';
	position: absolute;
	left: 0;
	top: 10px;

	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c7c7c7;
}

.develop .box ul li .txt ul li:before,
.develop .box ul li .txt ul li::before {
	background: #eaeaea;
}



.culture {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 4rem;
}

.culture ul li {
	position: relative;
	float: left;
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.culture-li {
	position: relative;
	height: 100%;
}

.culture ul li:before,
.culture-li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 25, 59, 0.5);
}

.culture ul li .img,
.culture-li .img {
	width: 100%;
	overflow: hidden;
}

.culture ul li .img img,
.culture-li .img img {
	width: 100%;
	height: 100%;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}

.culture ul li:hover .img img,
.culture-li:hover .img img {
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.culture ul li .txt,
.culture-li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 100%;
	width: 100%;
	padding: 0 4.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.culture ul li .txt .t1,
.culture-li .txt .t1 {
	color: #ffffff;
	font-size: 2rem;
}

.culture ul li .txt .t2,
.culture-li .txt .t2 {
	color: #ffffff;
	font-size: 1.1rem;
	line-height: 1.7;
}

.culture ul li .txt i,
.culture-li .txt i {
	display: block;
	margin: 2rem auto;
	width: 3rem;
	height: 0.1rem;
	background: #ffffff;
}



.qualifications {
	padding-top: 4.2%;
	padding-bottom: 4%;
	background: #f8f8f8;
}

.qualifications .box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 4.28%;
}

.qualifications .honorli {
	background: #ffffff;
}

.qualifications .honorli .img {
	width: 81%;
	margin: 0 auto;
	padding: 15% 0;
	text-align: center;
	overflow: hidden;
}

.qualifications .honorli .img img {
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.qualifications .honorli:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.qualifications .honorli .txt {
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-top: #f2f2f2 solid 1px;
	color: #666666;
	font-size: 18px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.swiper-btn {
	margin-top: 4%;
	text-align: center;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
	position: static;
	margin: 0 10px;
	display: inline-block;
	width: 48px;
	height: 48px;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.qualifications .swiper-button-next,
.qualifications .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img152a.png);
}

.qualifications .swiper-button-prev,
.qualifications .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img151a.png);
}

.qualifications .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img152.png);
}

.qualifications .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img151.png);
}



.abtit {
	color: #333333;
	font-weight: bold;
	font-size: 36px;
}

.cooperation {
	padding-top: 6.25%;
	padding-bottom: 6%;
	background: url(../images/img158.png) center no-repeat;
	background-size: cover;
}

.cooperation .abtit {
	float: left;
}

.cooperation .tabs ul {
	position: relative;
	float: right;
	width: 71.4%;
	overflow: hidden;
	text-align: right;
}
.cooperation .tabs ul:before{
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 100%;
	height: 2px;
	border-top: #e8e8e8 solid 1px;
}
.cooperation .tabs ul li {
	/*float: left;*/
	display: inline-block;
	position: relative;
	margin-right: 19%;
	cursor: pointer;
	text-align: center;
}

.cooperation .tabs ul li:last-child {
	margin-right: 0;
}

.cooperation .tabs ul li .spot {
	position: relative;
	display: block;
	margin: auto;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}

.cooperation .tabs ul li .spot span {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(153, 153, 153, 0.1);
}

.cooperation .tabs ul li .spot i {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 48%;
	height: 48%;
	border-radius: 50%;
	overflow: hidden;
}

.cooperation .tabs ul li .spot i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #999999;
}

.cooperation .tabs ul li:hover .spot span,
.cooperation .tabs ul li.on .spot span,
.cooperation .tabs ul li:hover .spot i:before,
.cooperation .tabs ul li.on .spot i:before {
	background-color: #004098;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #004098), color-stop(0.66, #5949ab), color-stop(0.83, #3846a4));
	background-image: -webkit-linear-gradient(135deg, #004098, #5949ab, #3846a4);
	background-image: -moz-linear-gradient(135deg, #004098, #5949ab, #3846a4);
	background-image: -ms-linear-gradient(135deg, #004098 0%, #5949ab 100%);
	background-image: -o-linear-gradient(135deg, #004098, #5949ab);
	background-image: linear-gradient(135deg, #004098, #5949ab);
}

.cooperation .tabs ul li:hover .spot span,
.cooperation .tabs ul li.on .spot span {
	opacity: 0.15;
}

.cooperation .tabs ul li .txt {
	margin-top: 12px;
	color: #333333;
	font-size: 18px;
}

.cooperation .tabs ul li:hover .txt,
.cooperation .tabs ul li.on .txt {
	color: #1154ab;
}

.cooperation .wrap {
	margin-top: 6%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cooperation .atlasbox {
	width: 100%;
}

.cooperation .atlasbox ul li {
	float: left;
	width: calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	width: calc((100% - 50px) / 3);
	margin-right: 25px;
	overflow: hidden;
}

.cooperation .atlasbox ul li:nth-child(3n) {
	margin-right: 0;
}

.cooperation .atlasbox ul li .wrapli {
	position: relative;
	width: 100%;
	margin-bottom: 27px;
	overflow: hidden;
}

.cooperation .atlasbox ul li .wrapli:last-child {
	margin-bottom: 0;
}

.cooperation .atlasbox ul li img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.cooperation .atlasbox ul li .wrapli:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cooperation .atlasbox ul li .wrapli:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img159.png) bottom center no-repeat;
	background-size: 100% auto;
}

.cooperation .atlasbox ul li .text {

	position: absolute;
	left: 0;
	bottom: 25px;
	z-index: 2;
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fefefe;
	font-size: 18px;
	line-height: 1.7;
}



.ia-nav {
	position: relative;
	z-index: 10;
	margin-top: -140px;
	background: rgba(23, 60, 110, 0.2);
}

.ia-nav.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
	margin-top: 0;
	/*background: rgba(23, 60, 110, 1);*/
	background: #003b8b;
}

.ia-nav ul {
	font-size: 0;
}

.ia-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 14.28%;
	width: -moz-calc(100% / 7);
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
}

.ia-nav ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 23px;
	background: rgba(204, 204, 204, 0.2);
}

.ia-nav ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: rgba(204, 204, 204, 0.2);
}

.ia-nav ul li a,
.ia-nav ul li span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	padding: 38px 0px;
}

.ia-nav ul li:hover a,
.ia-nav ul li:hover span,
.ia-nav ul li.on a,
.ia-nav ul li.on span {
	
	background: url(../images/btnbg6.png) center no-repeat;
	background-size: cover;
}

.ia-nav ul li a img {
	display: block;
	margin: 0px auto 5px;
	max-width: 21%;
}

.industry {
	padding-top: 5%;
	padding-bottom: 4.2%;
}

.industry-ul {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.industry ul li {
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 2.9%;
}

.industry ul li:nth-child(3n) {
	margin-right: 0;
}

.industry ul li a,
.industry .industry-li a {
	position: relative;
	display: block;
}

.industry ul li .img,
.industry .industry-li .img {
	width: 100%;
	overflow: hidden;
}

.industry ul li .img img,
.industry .industry-li .img img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.industry ul li:hover .img img,
.industry .industry-li:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.industry ul li i,
.industry .industry-li i {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/img170.png) bottom center no-repeat;
	background-size: 100% auto;
}

.industry ul li .txt,
.industry .industry-li .txt {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 2;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



.recommend {
	background: #f6f6f6;
}

.recommend .tit {
	color: #333333;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
}

.recommend ul {
	margin-top: 4.7%;
}

.recommend .morebtn {
	text-align: center;
}

.recommend .morebtn a {
	display: inline-block;
	min-width: 180px;
	height: 52px;
	line-height: 52px;
	border-radius: 5px;
	color: #f9f8f4;
	font-size: 18px;
	/*background: #004098;*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	border: #004098 solid 1px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.recommend .morebtn a:hover {
	color: #004098;
	background: #FFFFFF;
}



.inpage {}

.inpage .title {
	padding-top: 15px;
	padding-bottom: 3.2%;
	background: #f8fbff;
}

.location {
	width: 100%;
	overflow: hidden;
}

.location .cont {
	width: 100%;
	overflow: hidden;
	text-align: left;
}

.location .cont img,
.location .cont a,

.location .cont span {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 16px;
}

.location .cont a:hover {
	color: #1154ab;
}

.location .cont span {
	margin: 0px 5px;
}





.inpage .title .txt {
	margin-top: 3.6%;
}

.inpage .title .txt .t1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.inpage .title .txt .t2 {
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
}

.inpage .title .txt .t2 span,
.inpage .title .txt .t2 a {
	display: inline-block;
	color: #666666;
	margin-right: 20px;
}

.inpage .title .txt .t2 a:hover {
	color: #1154ab;
}

.inpage .box {
	padding-top: 3.2%;
	background: #FFFFFF;
}




.inpage .box .l-box {
	float: left;
	width: 70%;
	overflow: hidden;
}

.inpage .box .details {
	color: #333333;
	font-size: 16px;
	line-height: 2;
	padding-bottom: 12%;
}

.new-details .box .details {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding-bottom: 8%;
}

.inpage .box .details img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.inpage .box .r-box {
	float: right;
	width: 25.5%;
}

.inpage .box .r-box .related {
	padding: 25px;
	box-shadow: 0px 5px 24px rgba(3, 20, 35, 0.1);
}

.inpage .box .r-box .related .bt {
	color: #333333;
	font-size: 18px;
}

.inpage .box .r-box .related ul {
	margin-top: 15px;
}

.inpage .box .r-box .related ul li {
	margin-bottom: 10px;
}

.inpage .box .r-box .related ul li a {
	display: block;
	position: relative;
	width: 100%;
	padding-left: 25px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.inpage .box .r-box .related ul li:hover a {
	color: #23449f;
}

.inpage .box .r-box .related ul li a i {
	position: absolute;
	left: 0px;
	top: 12px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #bdbdbd;
}

.inpage .box .r-box .related ul li:hover a i {
	background: #1154ab;
}

.paging {
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: #ececec solid 1px;
	overflow: hidden;
	background-color: #f8fbff;
}

.nextprev {
	position: relative;
	max-width: 1200px;
	width: 100%;
	overflow: hidden;
}

.new-details .nextprev {
	margin: auto;
}

.nextprev ul {}

.nextprev ul li {
	float: left;
	width: 38.6%;
	margin-right: 22.8%;
}

.nextprev ul li:nth-child(2n) {
	text-align: right;
	margin-right: 0;
}

.nextprev ul li a {
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
	padding: 20px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nextprev ul li a:hover {
	color: #004098;
}

.nextprev ul li a .sp {
	color: #004098;
}

.back-to {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.back-to a {
	/*display: inline-block;
	min-width: 160px;*/
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	padding: 0 15px;
	text-align: center;
	line-height: 48px;
	color: #ffffff;
	font-size: 16px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);

	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	border-radius: 5px;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.back-to a:hover {
	/*background: #FFFFFF;
	color: #000000;*/
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
}

.back-to a img {
	display: inline-block;
	margin-right: 5px;
}



.contact {
	padding-top: 5.2%;
	/* padding-bottom: 5.2%; */
	background: #ffffff;
}

.contact .box {
	position: relative;
}

.contact .mapimg {
	width: 100%;
	overflow: hidden;
}

.contact .address {
	position: absolute;
	right: 3.2%;
	top: 2.5%;
	max-width: 25rem;
	text-align: center;
	width: 50%;
	background: #ffffff;
	padding: 3.6% 3%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .address .tit {
	color: #333333;
	font-size: 28px;
}

.contact .address ul {
	margin-top: 12%;
}

.contact .address ul li {
	margin-bottom: 9%;
}

.contact .address ul li .icon {
	margin-bottom: 15px;
}

.contact .address ul li .icon .ic2 {
	display: none;
}

.contact .address ul li.on .icon .ic1,
.contact .address ul li:hover .icon .ic1 {
	display: none;
	width: 1.37rem;
}

.contact .address ul li.on .icon .ic2,
.contact .address ul li:hover .icon .ic2 {
	display: inline-block;
	width: 1.37rem;
}

.contact .address ul li .t1 {
	color: #333333;
	font-size: 20px;
}

.contact .address ul li .t2 {
	color: #666666;
	font-size: 1.1rem;
	margin-top: 1.1rem;
	min-height: 2rem;
}

.contact .address ul li.on .t1,
.contact .address ul li:hover .t1 {
	color: #004098;
}

.contact .address ul li.on .t2,
.contact .address ul li:hover .t2 {
	color: #1154ab;
}

.contact .infor {
	margin-top: 3rem;
	margin-bottom: 5rem;
}

.contact .infor ul li {
	float: left;
	width: 25%;
	padding-right: 3%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact .infor ul li .t1 {
	position: relative;
	padding-left: 4rem;
	color: #000000;
	font-size: 1.3rem;
	padding-top: 0.2rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: #f0f0f0 solid 1px;
}

.contact .infor ul li .t1 .tb {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	overflow: hidden;
}

.contact .infor ul li .t1 .tb img {
	max-width: 93%;
	width: 2.38rem;
}

.contact .infor ul li .t2 {
	color: #1154ab;
	font-size: 1.7rem;
	font-weight: bold;
	padding-left: 2.5rem;
}



.feedback {
	padding-top: 4.5%;
	padding-bottom: 4.5%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.feedback .tit {
	text-align: center;
}

.feedback .tit .t1 {
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}

.feedback .tit .t2 {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}

.feedback .box {
	margin-top: 4.3%;
}

.applydiv {}

.applydiv .txtli {
	margin-bottom: 35px;
}

.applydiv .txtli .half {
	float: left;
	width: 47.6%;
	margin-right: 4.8%;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.applydiv .txtli .half:nth-child(2n) {
	margin-right: 0;
}

.applydiv .txtli .t1 {
	color: #666666;
	font-size: 16px;
}

.applydiv .txtli .textli .t1 {
	width: 100%;
}

.applydiv .txtli .t1 .must {
	display: inline-block;
	margin-left: 3px;
	color: #e54848;
}

.applydiv .txtli .t2 {
	padding-left: 15px;
	padding-right: 15px;
	border: #eaeaea solid 1px;
	margin-bottom: 12px;
	margin-top: 12px;
	line-height: 48px;

	background-color: #FFFFFF;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.applydiv .txtli .textli .t2 {


	width: 100%;
	padding: 0px 15px;
}

.applydiv .txtli .t2 input {
	width: 100%;
	color: #666666;
	font-size: 16px;
	height: 48px;
	border: none;
	background: none;
	outline: none;
}

.applydiv .txtli textarea {
	width: 100%;
	min-height: 100px;
	padding: 15px;
	resize: none;
	border: none;
	background: none;
	outline: none;
	color: #666666;
	font-size: 16px;
}

.applydiv .btn {
	width: 160px;
	text-align: center;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	border: #004098 solid 1px;
	margin: 55px auto 0px;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.applydiv .btn:hover {
	color: #004098;
	background: #FFFFFF;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,0.15);*/
}
.applydiv .btn:hover input{
	color: #004098;
}
.applydiv .btn input {
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 16px;
	background: none;
	border: none;
	outline: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



.download {
	padding-top: 5.2%;
	padding-bottom: 5.5%;
}

.download .owidth>ul>li {
	margin-bottom: 4.7%;
	box-shadow: 1px 0px 13px rgba(3, 20, 35, 0.16);
	overflow: hidden;
}

.download .owidth>ul>li:last-child {
	margin-bottom: 0;
}

.download ul li .pic {
	float: left;
	width: 30.71%;
	overflow: hidden;
}

.download ul li .pic img {
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.download ul li:hover .pic img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.download ul li .load {
	float: left;
	width: 69.29%;
	padding: 0 3.5%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.download ul li .load .tit {
	position: relative;
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: #e9e9e9 solid 1px;
}

.download ul li .load .tit:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.download ul li:hover .load .tit:before {
	width: 100%;
}

.download ul li ul {
	margin-top: 25px;
    overflow-y: auto;
    max-height: 320px;
}

.download ul li ul li {
	position: relative;
	float: left;
	width: 29.6%;
	margin-right: 5.6%;
	margin-bottom: 2.3%;
	overflow: hidden;
}

.download ul li ul li:nth-child(3n) {
	margin-right: 0;
}

.download ul li ul li:hover {
	background: #f8f8f8;
}

.download ul li ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;

	/*width: 60px;*/
	width: 25.6%;
	height: 100%;
	background: #f8f8f8;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	 display: none;
}



.download ul li ul li:hover:before {



	width: 100%;
} 

.download ul li ul li a {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height:100%;
}

.download ul li ul li .img {
	float: left;
	/*width: 60px;*/
	width: 25.6%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-align: center;
}

.download ul li ul li .img img {
	max-width: 100%;
}


.download ul li ul li .txt {
	float: left;
	/*width: -moz-calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	padding: 0 8%;*/
	width: 57.4%;
	padding: 5px 10px 0px;
	padding-top: 5px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.download ul li ul li .txt .t1 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download ul li ul li:hover .txt .t1 {
	color: #1154ab;
}

.download ul li ul li .txt .t2 {
	color: #999999;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.download ul li ul li .ic {
	float: left;
	/*width: 40px;*/
	height: 60px;
	overflow: hidden;
	width: 17%;
	max-width: 40px;
	background: url(../images/img187.png) top 15px left no-repeat;
	background-size: 83% auto;
}

.download ul li ul li:hover .ic {
	background: url(../images/img188.png) top 15px left no-repeat;
	background-size: 83% auto;
}



.service {
	padding-top: 9.37%;
}

.service .box {}

.service .box ul {
	font-size: 0;
}

.service .box ul li {
	position: relative;
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 20.95%;
	margin-right: 5.4%;
}

.service .box ul li:nth-child(4n) {
	margin-right: 0;
}

.service .box ul li:before {
	content: '';
	position: absolute;
	right: -25.77%;
	top: 0;
	width: 25.77%;
	height: 100%;
	text-align: center;
	background: url(../images/img205.png) top 32% center no-repeat;
	background-size: 52% auto;
}

.service .box ul li:nth-child(4n):before {
	display: none;
}

.service .box ul li .img {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.service .box ul li .img img {
	max-width: 100%;
	border-radius: 50%;
}

.service .box ul li .txt {
	position: relative;
	z-index: 1;
	margin-top: -40px;
	background: #FFFFFF;
	border: #eeeeee solid 1px;
	text-align: center;
	padding: 20px 15px;
}

.service .box ul li .txt:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -10px;
	z-index: 2;
	margin: auto;
	width: 0px;
	height: 0px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
	border-bottom: #FFFFFF solid 10px;
}

.service .box ul li .txt:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -11px;
	z-index: 1;
	margin: auto;
	width: 0px;
	height: 0px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
	border-bottom: #eeeeee solid 10px;
}

.service .box ul li .txt .t1 {
	color: #1154ab;
	font-size: 22px;
	margin-bottom: 5px;
}

.service .box ul li .txt .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
}

.service .wrap {
	margin-top: 5.2%;
}

.service .wrap ul li {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	background: #FFFFFF;
}

.service .wrap ul li .img {
	width: 100%;
	overflow: hidden;
}

.service .wrap ul li .img img {
	width: 100%;
}

.service .wrap .w2 .img .spbg,
.service .wrap ul li .img .spbg {
	display: none;
}

.service .wrap ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.service .wrap ul li:nth-child(1):before {
	background: rgba(0, 64, 152, 0.9);
}

.service .wrap ul li:nth-child(2):before {
	background: rgba(1, 28, 65, 0.65);
}





.service .wrap ul li .txt {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 530px;
	width: 100%;

	text-align: center;
	padding: 5% 8%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service .wrap ul li .txt .t1 {
	color: #ffffff;
	font-size: 32px;
	font-weight: bold;
}

.service .wrap ul li .txt .t2 {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 25px;
}

.service .wrap ul li .txt .btn {}

.service .wrap ul li .txt .btn a {
	display: inline-block;
	min-width: 140px;
	height: 48px;
	line-height: 46px;
	border: #ffffff solid 1px;
	color: #ffffff;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.service .wrap ul li .txt .btn a:hover {
	background: #FFFFFF;
	color: #1154ab;
}

.service .wrap .w2 .img,
.service .wrap .w2 .text {
	float: left;
	width: 50%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service .wrap .w2 .text {
	padding: 2.5% 4%;
}

.service .wrap .w2 .text .t1 {
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.service .wrap .w2 .text .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 20px;
}

.service .wrap .w2 .img {
	position: relative;
}

.service .wrap .w2 .img img {
	width: 100%;
}

.new {
	padding-top: 4.7%;
	padding-bottom: 4.7%;
}

.new ul {
	margin-bottom: 50px;
}

.new ul li {
	position: relative;
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-bottom: 3.2%;
	background: #ffffff;
}

.new ul li:nth-child(3n) {
	margin-right: 0;
}

.new ul li:hover {
	box-shadow: 3px 0px 21px rgba(0, 16, 37, 0.18);
}

.new ul li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 2px;
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new ul li:hover:before {
	width: 100%;
}

.new ul li a {
	display: block;
	width: 100%;
}

.new ul li .img {
	width: 100%;
	overflow: hidden;
}

.new ul li .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.new ul li:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.new ul li .txt {
	padding: 6.8% 6.8% 7.5%;
}

.new ul li .txt .tit {
	color: #333333;
	font-size: 20px;
	line-height: 2;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new ul li:hover .txt .tit {
	color: #1154ab;
}

.new ul li .txt .oth {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.new ul li .txt .oth .xmore {
	float: left;
	width: 48%;
	color: #333333;
	font-size: 16px;
}

.new ul li:hover .txt .oth .xmore {
	color: #004098;
}

.new ul li .txt .oth .time {
	float: right;
	width: 48%;
	color: #666666;
	font-size: 16px;
	text-align: right;
}
