@charset "UTF-8";
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #fff;
	font-family: "Microsoft YaHei", "微软雅黑", arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
textarea,
input {
	font-family: "Microsoft YaHei", "微软雅黑", arial;
	color: #333333;
	font-size: 12px;
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input:focus,
textarea:focus {
	outline: none;
}
select::-ms-expand {
	display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}
ol,
ul,
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
	font-family: "Microsoft YaHei", "微软雅黑", arial;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}
a:hover {
	color: #003f88;
}
html,
body {
	height: 100%;
}
body.hide {
	overflow: hidden;
}
.taxian:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.wrap {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.wrap:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.col,
.row {
	width: 100%;
	box-sizing: border-box;
}
.col:after,
.row:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.l {
	float: left;
}
.r {
	float: right;
}
.article {
	line-height: 26px;
	font-size: 14px;
	color: #555555;
}
.article img {
	max-width: 100%;
}
.mainFilter {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	display: none;
	background: url(../images/mainFilter.png);
}
.wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.header {
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header.white,
.header:hover {
	background: #fff;
	box-shadow:0px 3px 6px rgba(74,155,249,0.27);
}
.header.white .logo .img1,
.header:hover .logo .img1 {
	display: none;
}
.header.white .logo .img2,
.header:hover .logo .img2 {
	display: block;
}
.header.white .language,
.header:hover .language {
	background-image: url(../images/language2.png);
}
.header.white .landing,
.header:hover .landing {
	background-image: url(../images/landing2.png);
}
.header.white .remind,
.header:hover .remind {
	background-image: url(../images/remind2.png);
}
.header.white .nav > ul > li.s > a,
.header:hover .nav > ul > li.s > a {
	background-image: url(../images/arrow2.png);
}
.header.white .nav > ul > li > a,
.header:hover .nav > ul > li > a {
	color: #000;
}
.header.white .nav > ul > li.on > a,
.header:hover .nav > ul > li.on > a {
	color: #003f88;
}
.header .logo {
	width: 120px;
	height: 30px;
	float: left;
	overflow: hidden;
	margin-top: 17px;
}
.header .logo .img1 {
	display: block;
}
.header .logo .img2 {
	display: none;
}
.header .logo img {
	width: 100%;
	display: block;
}
.header .remind,
.header .landing,
.header .language {
	width: 25px;
	height: 25px;
	float: right;
	background: url(../images/language1.png) no-repeat center;
	margin: 20px 0 0 18px;
	position: relative;
}
.header .landing {
	background-image: url(../images/landing1.png);
}
.header .remind {
	background-image: url(../images/remind1.png);
}
.header .remind span {
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	right: -2px;
	top: -4px;
	z-index: 2;
	font-size: 8px;
	color: #fff;
}
.header .menuBtn {
	display: none;
}
.header .nav {
	float: right;
	margin-right: 28px;
}
.header .nav .tit {
	display: none;
}
.header .nav > ul > li {
	float: left;
	position: relative;
	/*margin: 0 18px;*/
}
.header .nav > ul > li.s > a {
	background: url(../images/arrow1.png) no-repeat 80% center;
}
.header .nav > ul > li > a {
	height: 65px;
	line-height: 65px;
	/*padding: 0 17px;*/
	padding: 0 60px;
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.header .nav > ul > li:hover > a{
	color: #003f88;
}
.header .nav .sub {
	width: 100%;
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 10;
	background: #f0f2f1;
	padding-top: 20px;
	display: none;
}
.header .nav .sub .level1 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
.header .nav .sub .level1 > li {
	width: 100%;
}
.header .nav .sub .level1 > li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.header .nav .sub .level1 > li.on > a {
	color: #003f88;
	font-weight: bold;
	background: #fff;
}
.header .nav .sub .level1 > li.on .level2 {
	display: block;
}
.header .nav .sub .level1 > li > a {
	width: 220px;
	height: 48px;
	line-height: 48px;
	float: left;
	display: block;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 18px;
	color: #000000;
}
.header .nav .sub .level1 > li .level2 {
	background: #fff;
	width: 980px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 50px 38px;
	box-sizing: border-box;
	display: none;
}
.header .nav .sub .level1 > li .level2 ul {
	float: left;
	padding-left:50px;
}
.header .nav .sub .level1 > li .level2 li {
	line-height: 48px;
}
.header .nav .sub .level1 > li .level2 li a {
	font-size: 15px;
	color: #000000;
}
.header .nav .sub .level1 > li .level2 li a:hover,
.header .nav .sub .level1 > li .level2 li.on a {
	color: #003f88;
	font-weight: bold;
}
.header .nav .sub .level1 > li .level2 .pic {
	width: 517px;
	height: 219px;
	overflow: hidden;
	float: right;
	padding-right:50px;
}
.header .nav .sub .level1 > li .level2 .pic img {
	width: 100%;
	display: block;
}
.header .nav .sub2{
	position: absolute;
	top: 65px;
	left: 50%;
	transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	z-index: 5;
	min-width: 150px;
	text-align: center;
	display: none;
	padding: 0px;
	margin: 0;
}
.header .nav .sub2 li{
	border-bottom: solid 1px #999;
}
.header .nav .sub2 li:last-child{
	border-bottom: none;
}
.header .nav .sub2 li a{
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	background: #0456b5;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	padding: 0 10px;
}
.header .nav .sub2 li a:hover{
	background: #003f88;
}
.footer {
	background: #333333;
	padding: 70px 0 0 0;
}
.footer .wrap {
	padding-top: 10px;
}
.footer .linkBox {
	float: left;
}
.footer .linkBox:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.footer .linkBox .list {
	width: 300px;
	float: left;
}
.footer .linkBox .list .tit {
	line-height: 32px;
	font-size: 22px;
	color: #fff;
	cursor: default;
}
.footer .linkBox .list ul {
	margin-top: 16px;
}
.footer .linkBox .list li {
	height: 40px;
	line-height: 40px;
}
.footer .linkBox .list li a {
	font-size: 16px;
	color: #acacac;
}
.footer .linkBox .list li a:hover {
	color: #fff;
}
.footer .qrcode {
	width: 182px;
	float: right;
	text-align: center;
}
.footer .qrcode .pic {
	height: 182px;
	overflow: hidden;
}
.footer .qrcode .pic img {
	width: 100%;
	display: block;
}
.footer .qrcode .txt {
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}
.footer .copyright {
	border-top: solid 1px #555555;
	text-align: center;
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	padding: 14px 0;
}
.footer .copyright a {
	font-size: 12px;
	color: #999999;
}
.footer .copyright a:hover {
	color: #fff;
}
.banner img {
	width: 100%;
	display: block;
}
.banner .pic2 {
	display: none;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background: #003f88;
}
.main .banner .swiper-slide {
	background: no-repeat center 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	height: 691px;
	position: relative;
}
.main .banner .swiper-slide .pic1,
.main .banner .swiper-slide .pic2 {
	display: none;
}
.main .banner .swiper-slide .text {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 5;
	color: #fff;
	text-align: center;
	padding: 0 14px;
	box-sizing: border-box;
}
.main .banner .swiper-slide .text .p1 {
	font-size: 50px;
	font-weight: bold;
}
.main .banner .swiper-slide .text .line {
	width: 46px;
	height: 2px;
	background: #fff;
	margin: 24px auto 20px auto;
}
.main .banner .swiper-slide .text .p2 {
	font-size: 15px;
}
.main .newsBar {
	height: 90px;
	line-height: 90px;
	background: #333333;
}
.main .newsBar .all {
	float: right;
	font-size: 18px;
	color: #fff;
	background: url(../images/newsBar_all.png) no-repeat right 0 center;
	padding-right: 36px;
}
.main .newsBar .tit {
	line-height: 90px;
	font-size: 32px;
	color: #ffffff;
	float: left;
	background: url(../images/newsBar_tit.gif) no-repeat right 0 center;
	padding-right: 20px;
}
.main .newsBar .scrolll {
	height: 90px;
	padding: 0;
	box-sizing: border-box;
	overflow: hidden;
	float: none;
	padding: 0 30px 0 33px;
}
.main .newsBar .scrolll ul {
	overflow: hidden;
}
.main .newsBar .scrolll li {
	width: 100%;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.main .newsBar .scrolll li a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	font-size: 20px;
	color: #fff;
}
.main .product {
	padding: 20px 0 50px 0;
}
.main .product .pic2 {
	display: none;
}
.main .product img {
	width: 100%;
	display: block;
	transition: 4s;
	-webkit-transition: 4s;
	-moz-transition: 4s;
	-ms-transition: 4s;
	-o-transition: 4s;
}
.main .product .box,
.main .product .bottom,
.main .product .top {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.main .product .box a:hover img,
.main .product .bottom a:hover img,
.main .product .top a:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.main .product .box .text,
.main .product .bottom .text,
.main .product .top .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 0 30px 40px;
	box-sizing: border-box;
	z-index: 9;
	color: #fff;
}
.main .product .box .text.black,
.main .product .bottom .text.black,
.main .product .top .text.black {
	color: #000;
}
.main .product .box .text .tit,
.main .product .bottom .text .tit,
.main .product .top .text .tit {
	font-size: 34px;
	font-weight: bold;
}
.main .product .box .text .txt,
.main .product .bottom .text .txt,
.main .product .top .text .txt {
	line-height: 26px;
	font-size: 16px;
	margin-top: 20px;
}
.main .product .box {
	max-width: 590px;
}
.main .product .bottom {
	overflow: hidden;
	cursor: pointer;
	clear: both;
}
.main .product .bottom .pic {
	position: relative;
}
.main .product .bottom .pic .icon {
	width: 80px;
	height: 80px;
	background: url(../images/video_icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 5;
}
.main .product .bottom:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.main .product .bottom img {
	width: 100%;
	display: block;
	transition: 2.4s;
	-webkit-transition: 2.4s;
	-moz-transition: 2.4s;
	-ms-transition: 2.4s;
	-o-transition: 2.4s;
}
/*.layui-layer{
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}*/
.main .product .bottom #video_url,
.main .product .bottom iframe,
.main .product .bottom video {
	max-width: 1000px;
	width: 100%;
	/*display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 109;*/
}
.container {
	/*padding-top: 90px;*/
	padding-top: 65px;
}
.container .banner {
	height: 311px;
	background: no-repeat center 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}
.container .banner .pic1,
.container .banner .pic2 {
	display: none;
}
.container .banner .text {
	text-align:center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	z-index: 5;
	padding: 0 14px;
	box-sizing: border-box;
	color: #fff;
}
.container .banner .text .p1 {
	font-size: 50px;
}
.container .banner .text .p2 {
	font-size: 20px;
	margin-top: 20px;
}
.container .paging {
	text-align: center;
	padding: 38px 0;
}
.container .paging:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .paging ul {
	display: inline-block;
}
.container .paging ul li {
	float: left;
	font-size: 15px;
	color: #000000;
	margin: 0 37px;
}
.container .paging ul li.on a {
	color: #003f88;
}
.container .paging ul li a {
	font-size: 15px;
	color: #000000;
}
.container .crumbs {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.container .crumbs a {
	font-size: 12px;
	color: #000000;
}
.container .crumbs a:last-child {
	color: #003f88;
}
.container .rightSidebar {
	width: 320px;
	float: right;
	background: #fafafa;
	margin-top: 36px;
}
.container .rightSidebar .title {
	height: 72px;
	line-height: 72px;
	text-indent: 28px;
	font-size: 20px;
	color: #000000;
	border-bottom: solid 1px #eeeeee;
}
.container .rightSidebar li {
	border-bottom: solid 1px #eeeeee;
}
.container .rightSidebar li a {
	display: block;
	padding: 20px 28px;
	box-sizing: border-box;
	position: relative;
}
.container .rightSidebar li a:hover .txt {
	color: #003f88;
}
.container .rightSidebar li .txt {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.container .rightSidebar li .date {
	font-size: 12px;
	color: #555555;
	text-align: right;
	margin-top: 4px;
}
.container .urgent {
	width: 33px;
	height: 33px;
	/*  招聘“急”字背景   background: url(../images/urgent_icon.png) no-repeat;*/
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.container .columnMenu {
	width: 100%;
	height:140px;
	background:rgba(250,250,250,1);
	text-align: center;
	/*margin-top: 65px;*/
	position: fixed;
	top: 65px;
	left: 0;
	z-index: 2;
	/*background: #fff;*/
	/*padding: 10px 0;*/
}
.container .columnMenu:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.container .columnMenu ul {
	display: inline-block;
	padding-top: 35px;
}
.container .columnMenu li {
	float: left;
	margin: 0 40px;
}
.container .columnMenu li.on a .icon1,
.container .columnMenu li a:hover .icon1 {
	display: none;
}
.container .columnMenu li.on a .icon2,
.container .columnMenu li a:hover .icon2 {
	display: block;
}
.container .columnMenu li.on a .txt,
.container .columnMenu li a:hover .txt {
	color: #003f88;
}
.container .columnMenu li .icon1,
.container .columnMenu li .icon2 {
	height: 40px;
	line-height: 40px;
}
.container .columnMenu li .icon1 img,
.container .columnMenu li .icon2 img {
	vertical-align: middle;
}
.container .columnMenu li .icon2 {
	display: none;
}
.container .columnMenu li .txt {
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
}
.newsPage {
	padding-bottom: 64px;
}
.newsPage .banner {
	height: auto;
}
.newsPage .banner .pic1 {
	display: block;
}
.newsPage .banner .text {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	background: url(../images/banner_text.png);
	padding: 14px;
	box-sizing: border-box;
	height: auto;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	top: auto;
}
.newsPage .banner .text .tit {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.newsPage .banner .text .txt {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.newsPage .banner .swiper-pagination {
	bottom: 76px;
}
.newsPage .banner .swiper-pagination-bullet {
	width: 45px;
	height: 1px;
	background: #fff;
	margin: 0 5px;
	border-radius: 0;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.newsPage .banner .swiper-pagination-bullet::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #003f88;
	z-index: 5;
	transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
}
.newsPage .banner .swiper-pagination-bullet-active {
	width: 80px;
	height: 3px;
}
.newsPage .banner .swiper-pagination-bullet-active:after {
	width: 100%;
}
.newsPage .newsList {
	margin-top: 42px;
	/*第一版大图列表*/
	/*第一版大图列表*/
}
.newsPage .newsList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.newsPage .newsList li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.newsPage .newsList li a {
	display: block;
	padding-top: 36px;
}
.newsPage .newsList li a:hover .tit {
	color: #003f88;
}
.newsPage .newsList li .date {
	width: 98px;
	float: left;
}
.newsPage .newsList li .date .p1 {
	font-size: 15px;
	color: #555555;
}
.newsPage .newsList li .date .p2 {
	font-size: 50px;
	color: #555555;
}
.newsPage .newsList li .text {
	padding-left: 98px;
	box-sizing: border-box;
}
.newsPage .newsList li .text .tit {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.newsPage .newsList li .text .txt {
	height: 56px;
	line-height: 28px;
	font-size: 15px;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 12px;
}
.newsPage .newsList li .text .line {
	height: 1px;
	background: #eeeeee;
	margin-top: 14px;
}
.newsPage .details {
	width: 860px;
	float: left;
	background: #fafafa;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 36px;
}
.newsPage .details .title {
	text-align: center;
	line-height: 36px;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
}
.newsPage .details .date {
	text-align: right;
	font-size: 12px;
	color: #555555;
	margin-top: 14px;
}
.newsPage .details .new {
	width: 34px;
	height: 34px;
	background: url(../images/new_icon.png) no-repeat;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.newsPage .details .article {
	margin-top: 24px;
}
.aboutPage {
	/*padding: 100px 0 42px 0;*/
	padding-bottom: 42px;
}
.aboutPage .introduction {
	/*padding: 50px 0 0 0;*/
	padding-top: 190px;
	margin-bottom: 42px;
}
.aboutPage .introduction:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .introduction .text {
	max-width: 554px;
	float: left;
	/*margin-top: 80px;*/
}
.aboutPage .introduction .text .title {
	font-size: 40px;
	color: #000;
	line-height: 80px;
}
.aboutPage .introduction .text .txt {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	/*margin-top: 28px;*/
}
.aboutPage .introduction .text .more {
	height: 30px;
	line-height: 30px;
	float: right;
	padding: 0 22px;
	background: #003f88;
	font-size: 14px;
	color: #fff;
	margin-top: 42px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .introduction .text .more:hover {
	background: #045cc1;
}
.aboutPage .introduction .pic {
	max-width: 608px;
	float: right;
	text-align: center;
	padding-top: 80px;
}
.aboutPage .introduction .pic img {
	max-width: 100%;
}
.aboutPage .introduction .number {
	background: #fafafa;
	margin-top: 50px;
	clear: both;
	text-align: center;
}
.aboutPage .introduction .number:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .introduction .number .box {
	width: 33%;
	float: left;
	padding: 48px 0;
}
.aboutPage .introduction .number .p1 {
	font-size: 18px;
	color: #000000;
}
.aboutPage .introduction .number .p2 {
	font-size: 18px;
	color: #000000;
	margin-top: 10px;
}
.aboutPage .introduction .number .p2 span {
	font-size: 40px;
	color: #003f88;
}
.aboutPage .achievement {
	padding: 40px 0;
}
.aboutPage .achievement .title {
	font-size: 24px;
	color: #003f88;
	text-align: center;
}
.aboutPage .achievement ul {
	margin-top: 40px;
}
.aboutPage .achievement ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .achievement ul li {
	width: 25%;
	float: left;
	text-align: center;
}
.aboutPage .achievement ul li .icon {
	line-height: 62px;
}
.aboutPage .achievement ul li .icon img {
	max-width: 100%;
	vertical-align: middle;
}
.aboutPage .achievement ul li .txt {
	max-width: 230px;
	margin: 40px auto 0 auto;
	line-height: 24px;
	font-size: 16px;
	color: #030000;
}
.aboutPage .mission {
	background: url(../images/pic_hope@2x) no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 70px 0 90px 0;
}
.aboutPage .mission .p1 {
	font-size: 24px;
	color: #000;
}
.aboutPage .mission .p2 {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	margin-top: 34px;
}
.aboutPage .introduce {
	margin-top: 70px;
	line-height: 30px;
	font-size: 16px;
	color: #030000;
}
.aboutPage .introduce .pic1 {
	float: right;
	margin-left: 94px;
}
.aboutPage .introduce .pic1 img {
	max-width: 100%;
}
.aboutPage .introduce .tit {
	font-size: 35px;
	color: #000000;
}
.aboutPage .history {
	margin: 40px 0;
}
.aboutPage .history .title {
	font-size: 35px;
	color: #000000;
}
.aboutPage .history .content {
	position: relative;
	max-width: 512px;
	margin: 20px auto 0 auto;
}
.aboutPage .history .content .line {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	background: #003f88;
	z-index: 2;
}
.aboutPage .history .content li {
	padding: 0 40px;
	box-sizing: border-box;
}
.aboutPage .history .content li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .history .content li .tit {
	width: 180px;
	line-height: 26px;
	text-align: center;
	background: #003f88;
	font-size: 15px;
	color: #fff;
	float: left;
}
.aboutPage .history .content li .years {
	width: 314px;
	line-height: 30px;
	font-size: 15px;
	color: #003f88;
	clear: both;
	padding-left: 258px;
	box-sizing: border-box;
	background: url(../images/years_line.gif) repeat-x 0 center;
	position: relative;
	float: left;
}
.aboutPage .history .content li .years span {
	background: #fff;
	padding: 0 2px;
}
.aboutPage .history .content li .years .circle {
	width: 20px;
	height: 20px;
	background: #003f88;
	border-radius: 50%;
	position: absolute;
	left: 206px;
	top: 5px;
	z-index: 5;
}
.aboutPage .history .content li .text {
	width: 180px;
	padding: 14px;
	box-sizing: border-box;
	background: #f2f2f2;
	line-height: 22px;
	font-size: 14px;
	color: #000;
	float: left;
}
.aboutPage .history .content li:nth-child(even) .tit {
	float: right;
}
.aboutPage .history .content li:nth-child(even) .years {
	padding: 0;
	float: right;
}
.aboutPage .history .content li:nth-child(even) .years .circle {
	right: 206px;
	left: auto;
}
.aboutPage .history .content li:nth-child(even) .text {
	float: right;
}
.aboutPage .history .content li:nth-child(even).wide .years {
	padding: 0px;
}
.aboutPage .history .content li:nth-child(even).wide .years span {
	float: left;
}
.aboutPage .history .content li:nth-child(even).wide .years .circle {
	right: 247px;
	left: auto;
}
.aboutPage .history .content li.wide {
	padding: 0;
}
.aboutPage .history .content li.wide .text,
.aboutPage .history .content li.wide .tit {
	width: 218px;
}
.aboutPage .history .content li.wide .years {
	width: 352px;
	padding-left: 296px;
}
.aboutPage .history .content li.wide .years .circle {
	left: 246px;
}
.aboutPage .shares {
	padding: 50px 0 26px 0;
	border-bottom: solid 1px #d2d2d2;
}
.aboutPage .shares .title {
	font-size: 20px;
	color: #000;
}
.aboutPage .shares .title .time {
	font-size: 16px;
	color: #555555;
}
.aboutPage .shares table {
	width: 100%;
	margin-top: 30px;
}
.aboutPage .shares table tr:nth-child(odd) td {
	background: #f2f8fc;
	height: 32px;
	color: #555555;
	font-weight: normal;
}
.aboutPage .shares table tr:nth-child(odd) td:first-child {
	border-left: solid 4px #003f88;
}
.aboutPage .shares table tr:nth-child(3) td:first-child {
	border: none;
}
.aboutPage .shares table td {
	height: 36px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding: 0 20px;
}
.aboutPage .shares table .ts {
	text-align: center;
	color: #c80000;
	font-weight: normal;
}
.aboutPage .shares table .ts .p1 {
	font-size: 50px;
}
.aboutPage .shares table .ts .p2 {
	font-size: 15px;
}
.aboutPage .shares table .ts .p2 span {
	width: 50%;
	max-width: 100px;
	display: inline-block;
}
.aboutPage .report {
	padding: 26px 0;
	border-bottom: solid 1px #d2d2d2;
}
.aboutPage .report .title {
	font-size: 20px;
	color: #000;
}
.aboutPage .report ul {
	margin-top: 26px;
}
.aboutPage .report ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .report ul li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
}
.aboutPage .report ul li .pic {
	max-width: 102px;
	margin: 0 auto;
}
.aboutPage .report ul li .pic img {
	width: 100%;
	display: block;
}
.aboutPage .report ul li .txt {
	font-size: 14px;
	color: #003f88;
	margin-top: 12px;
}
.aboutPage .governance {
	padding: 30px 0 0 0;
	border-bottom: solid 1px #c4c4c4;
}
.aboutPage .governance .title {
	/*text-align: center;
	 color: #003f88; */
	font-size: 20px;
}
.aboutPage .governance ul {
	margin-top: 25px;
}
.aboutPage .governance ul li {
	line-height: 50px;
	font-size: 14px;
	background: url(../images/governance_line.gif) repeat-x 0 0;
}
.aboutPage .governance ul li:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .governance ul li a {
	height: 50px;
	float: right;
	font-size: 14px;
	color: #003f88;
	width: 50px;
	text-align: center;
}
.aboutPage .governance ul li .txt {
	padding-right: 50px;
	color: #333333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.aboutPage .propaganda {
	padding: 32px 0;
}
.aboutPage .propaganda .title {
	font-size: 20px;
	color: #000000;
}
.aboutPage .propaganda .box {
	width: 455px;
	float: left;
	margin-top: 16px;
	text-align: center;
}
.aboutPage .propaganda .box:nth-child(even) {
	float: right;
}
.aboutPage .propaganda .box a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.aboutPage .propaganda .box a:hover .txt {
	color: #003f88;
}
.aboutPage .propaganda .box .pic {
	overflow: hidden;
}
.aboutPage .propaganda .box .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .propaganda .box .txt {
	font-size: 14px;
	color: #000;
	margin-top: 14px;
}
.aboutPage .platform {
	text-align: center;
	background: #003f88;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 19px 0;
	margin-top: 40px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .platform:hover {
	background: #0250aa;
}
.aboutPage .honorList {
	padding: 190px 0 0 0;
}
.aboutPage .honorList>h3 {
	font-size: 40px;
	color: #000;
	line-height: 140px
}
.aboutPage .honorList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .honorList li {
	float: left;
	width: 284px;
	margin: 0 0 20px 21px;
	text-align: center;
}
.aboutPage .honorList li:nth-child(4n+1) {
	margin-left: 0;
}
.aboutPage .honorList li a {
	display: block;
	padding: 12px;
	box-sizing: border-box;
	background: #fafafa;
	cursor: default;
}
.aboutPage .honorList li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.aboutPage .honorList li a:hover .txt {
	color: #003f88;
}
.aboutPage .honorList li .pic {
	max-height: 240px;
	margin: 20px 0;
	overflow: hidden;
}
.aboutPage .honorList li .pic img {
	vertical-align: middle;
	max-width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .honorList li .txt {
	height: 48px;
	line-height: 24px;
	font-size: 15px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
/*  word-break: break-all; */
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.aboutPage .business {
	padding: 80px 0 40px 0;
}
.aboutPage .business .row {
	margin-bottom: 80px;
}
.aboutPage .business .row:last-child {
	margin-bottom: 0;
}
.aboutPage .business .row:nth-child(even) .cont {
	float: right;
}
.aboutPage .business .row:nth-child(even) .pic {
	float: left;
}
.aboutPage .business .cont {
	max-width: 754px;
	float: left;
}
.aboutPage .business .cont .tit {
	font-size: 35px;
	color: #000000;
}
.aboutPage .business .cont .txt {
	line-height: 30px;
	font-size: 16px;
	color: #000;
	margin-top: 30px;
}
.aboutPage .business .cont .see {
	float: right;
	font-size: 16px;
	color: #003f88;
	margin-top: 20px;
}
.aboutPage .business .cont .see:hover {
	color: #0055b6;
}
.aboutPage .business .pic {
	max-width: 407px;
	float: right;
}
.aboutPage .business .pic img {
	width: 100%;
	display: block;
}
.contactPage .contact {
	/*text-align: center;*/
	padding: 110px 0;
}
.contactPage .contact .title {
	font-size: 30px;
	color: #000;
}
.contactPage .contact .text {
	line-height: 24px;
	font-size: 14px;
	color: #000;
	margin-top: 20px;
}
.contactPage .contact .box {
	width: 33.333%;
	float: left;
	padding: 0 14px;
	box-sizing: border-box;
	margin-top: 80px;
}
.contactPage .contact .address {
	width: 384px;
	float: right;
	text-align: left;
	margin-top: 100px;
}
.contactPage .contact .map {
	float: left;
}
.contactPage .contact #allmap {
	width: 760px;
	height: 440px;
	float: left;
}
.recruitmentPage .entrance {
	padding: 45px 0 100px 0;
}
.recruitmentPage .entrance img {
	width: 100%;
	display: block;
}
.recruitmentPage .entrance ul {
	background: #fafafa;
}
.recruitmentPage .entrance ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.recruitmentPage .entrance ul li {
	width: 33.333%;
	float: left;
	padding: 50px 18px;
	box-sizing: border-box;
	background: url(../images/entrance_line.gif) no-repeat 0 center;
}
.recruitmentPage .entrance ul li:first-child {
	background: none;
}
.recruitmentPage .entrance ul li .tit {
	font-size: 20px;
	color: #000;
	text-align: center;
}
.recruitmentPage .entrance ul li .txt {
	line-height: 24px;
	font-size: 14px;
	color: #555555;
	margin: 22px 0;
}
.recruitmentPage .entrance ul li .more {
	font-size: 14px;
	color: #003f88;
}
.recruitmentPage .entrance ul li .more:hover {
	color: #0555b1;
}
.recruitmentPage .search {
	max-width: 596px;
	margin: 28px auto 40px auto;
}
.recruitmentPage .search .btn {
	float: right;
}
.recruitmentPage .search .btn input {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	float: right;
	background: #003f88;
	cursor: pointer;
	border: none;
	font-size: 14px;
	color: #fff;
}
.recruitmentPage .search .inp {
	padding-right: 100px;
	box-sizing: border-box;
}
.recruitmentPage .search .inp input {
	width: 100%;
	height: 36px;
	border: solid 1px #dddfe3;
	border-right: none;
	box-sizing: border-box;
	line-height: 34px;
	padding: 0 10px;
	font-size: 14px;
	color: #000;
}
.recruitmentPage .recruitmentList {
	margin-bottom: 20px;
}
.recruitmentPage .recruitmentList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.recruitmentPage .recruitmentList li {
	width: 386px;
	float: left;
	margin: 0 0 20px 20px;
}
.recruitmentPage .recruitmentList li:nth-child(3n+1) {
	margin-left: 0;
}
.recruitmentPage .recruitmentList li a {
	display: block;
	padding: 34px 18px;
	box-sizing: border-box;
	background: #fafafa;
	position: relative;
}
.recruitmentPage .recruitmentList li a:hover .tit {
	color: #003f88;
}
.recruitmentPage .recruitmentList li .tit {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	color: #000000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.recruitmentPage .recruitmentList li .txt {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 26px;
}
.recruitmentPage .details {
	width: 860px;
	float: left;
	background: #fafafa;
	position: relative;
	padding: 30px;
	box-sizing: border-box;
	margin-top: 36px;
	font-size: 14px;
	line-height: 30px;
	color: #555555;
	margin: 36px 0 85px 0 ;
}
.recruitmentPage .details .title {
	font-size: 20px;
	color: #000;
}
.recruitmentPage .details .article {
	margin-top: 20px;
}
.recruitmentPage .details .describe {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	background: url(../images/describe_line.gif) repeat-x 0 center;
}
.recruitmentPage .details .describe span {
	background: #fafafa;
	padding-right: 36px;
}
.recruitmentPage .details .tit {
	font-size: 16px;
	color: #000;
}
.recruitmentPage .details .btn{
	float: left;
	padding: 0 30px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #003f88;
	text-align: center;
	font-size: 16px;
	color: #003f88;
	cursor: pointer;
	border-radius: 40px;
	margin-top: 20px;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}
.recruitmentPage .details .btn:hover{
	background: #003f88;
	color: #fff;
}
.popupPosition{
	width: 658px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 109;
	background: #fff;
	text-align: center;
	display: none;
}
.popupPosition .top {
	height: 40px;
	background: #f2f2f2;
}
.popupPosition .top .close {
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/close1.gif) no-repeat center;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.popupPosition .top .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.popupPosition .inpuBox{
	padding: 40px 40px 40px 20px;
	box-sizing: border-box;
}
.popupPosition .row{
	margin-bottom: 30px;
}
.popupPosition .tit{
	width: 160px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	float: left;
	text-align: right;
}
.popupPosition .inpu{
	padding-left: 160px;
	box-sizing: border-box;
}
.popupPosition .inpu input[type="text"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
	border: solid 1px #999;
	border-radius: 4px;
}
.popupPosition .inpu input[type="file"]{
	font-size: 16px;
	margin-top: 6px;
	float: left;
}
.popupPosition .inpu .upbtn{
	min-width: 80px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #003f88;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #003f88;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	cursor: pointer;
}
.popupPosition .inpu .upbtn input{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 120px;
	cursor: pointer;
}
.popupPosition .btn{
	width: 200px;
	height: 44px;
	line-height: 42px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 18px;
	color: #003f88;
	display: block;
	background: none;
	margin: 40px auto 0 auto;
	border: solid 1px #003f88;
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
}
.popupPosition .btn:hover{
	color: #fff;
	background: #003f88;
}
.recruitmentPage .campus {
	margin: 100px 0;
}
.recruitmentPage .campus img {
	max-width: 100%;
}
.productPage .banner {
	height: auto;
}
.productPage .banner .pic1 {
	display: block;
}
.productPage .productList {
	padding: 80px 0;
}
.productPage .productList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .productList li {
	width: 386px;
	float: left;
	margin: 0 0 20px 20px;
}
.productPage .productList li:nth-child(3n+1) {
	margin-left: 0;
}
.productPage .productList li a {
	display: block;
	background: #fafafa;
}
.productPage .productList li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.productPage .productList li .pic {
	height: 287px;
	overflow: hidden;
}
.productPage .productList li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .productList li .text {
	padding: 24px 28px;
	box-sizing: border-box;
}
.productPage .productList li .text .p1 {
	height: 26px;
	line-height: 24px;
	font-size: 20px;
	color: #003f88;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.productPage .productList li .text .p2 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #555555;
	font-weight: bold;
	margin-top: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.productPage .productList li .text .p3 {
	height: 96px;
	line-height: 24px;
	font-size: 14px;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 10px;
}
.productPage .bigTitle {
	text-align: center;
	background: #fafafa;
	color: #000;
	padding: 30px 0;
}
.productPage .bigTitle .p1 {
	font-size: 40px;
}
.productPage .bigTitle .p2 {
	font-size: 20px;
	margin-top: 10px;
}
.productPage .banner {
	position: relative;
}
.productPage .banner .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
}
.productPage .banner .text {
	position: static;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	max-width:600px;
	/*float: right;*/
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	text-align:left;
	font-weight: 500;
}
.productPage .banner .buy {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #003f88;
	float: left;
	margin-top: 18px;
}
.productPage .certification {
	text-align: center;
	padding: 70px 0 0 0;
}
.productPage .certification .title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.productPage .certification ul {
	display: inline-block;
	margin-top: 40px;
}
.productPage .certification ul:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.productPage .certification ul li {
	width: 386px;
	float: left;
	margin: 0 0 25px 20px;
}
.productPage .certification ul li:nth-child(3n+1) {
	margin-left: 0;
}
.productPage .certification ul li a {
	display: block;
}
.productPage .certification ul li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.productPage .certification ul li a:hover .txt {
	color: #003f88;
}
.productPage .certification ul li .pic {
	height: 226px;
	overflow: hidden;
}
.productPage .certification ul li .pic img {
	width: 100%;
	display: block;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .certification ul li .txt {
	height: 60px;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
	margin-top: 4px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .application {
	text-align: center;
	padding: 70px 0;
	padding-bottom:30px;
}
.productPage .application .title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.productPage .application ul {
	display: inline-block;
	margin-top: 40px;
}
.productPage .application ul li {
	width: 358px;
	float: left;
	margin: 0 0 40px 60px;
}
.productPage .application ul li:nth-child(3n+1) {
	margin-left: 0;
}
.productPage .application ul li a {
	display: block;
}
.productPage .application ul li a:hover .pic img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}
.productPage .application ul li a:hover .txt {
	color: #003f88;
}
.productPage .application ul li .pic {
	/*height: 205px;*/
	overflow: hidden;
}
.productPage .application ul li .pic img {
	max-width: 100%;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .application ul li .txt {
	margin-top: 18px;
	font-size: 24px;
	color: #000;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .application ul li .txt .p1 {
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
/*  word-break: break-all;*/
}
.productPage .application ul li .txt .p2 {
	height: 54px;
	line-height: 28px;
	font-size: 16px;
	color: #555555;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	margin-top: 10px;
}
.productPage .application .text {
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	margin-top: 10px;
}
.productPage .button {
	margin-bottom: 80px;
}
.productPage .button a {
	display: block;
	background: #003f88;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 14px 0;
	margin-bottom: 24px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .button a:hover {
	background: #0052b2;
}
.productPage .doubleInterface {
	padding-bottom: 60px;
}
.productPage .doubleInterface .wrap {
	max-width: 1030px;
}
.productPage .doubleInterface .text {
	max-width: 600px;
	float: left;
	line-height: 32px;
	font-size: 18px;
	color: #000;
	margin-top: 90px;
}
.productPage .doubleInterface .pic {
	max-width: 500px;
	float: right;
	text-align: center;
}
.productPage .doubleInterface .pic img {
	max-width: 100%;
}
.productPage .characteristic {
	padding: 70px 0;
}
.productPage .characteristic .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.productPage .characteristic .text {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #555555;
	margin-top: 40px;
}
.productPage .popupSupport {
	width: 658px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 109;
	background: #fff;
	text-align: center;
	display: none;
}
.productPage .popupSupport .top {
	height: 40px;
	background: #f2f2f2;
}
.productPage .popupSupport .top .close {
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/close1.gif) no-repeat center;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.productPage .popupSupport .top .close:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
}
.productPage .popupSupport .logo {
	width: 148px;
	margin: 25px auto 0 auto;
}
.productPage .popupSupport .logo img {
	width: 100%;
	display: block;
}
.productPage .popupSupport .title {
	font-size: 28px;
	color: #000;
	margin-top: 26px;
}
.productPage .popupSupport .text {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin: 30px 0 60px 0;
}
.productPage .popupSupport .text a {
	font-size: 14px;
	color: #000;
}
.productPage .popupSupport .text p {
	margin-bottom: 8px;
}

/*新增加的代码*/
.dropdown-menu {
	background:rgba(255,255,255,1);
	box-shadow:0px 6px 6px rgba(0,63,136,0.48);
	opacity:1;
	border-radius:6px;
	padding: 10px 0;
	display: none;
	position: relative;
	top: 27px;
}
.dropdown-menu::before{
	content: "";
	position: absolute;
	width: 31px;
	height: 27px;
	top: -14px;
	left: 50%;
	margin-left: -14px;
	z-index: -1;
	background: url("../images/bg_triangle.png") no-repeat;
}
.s .dropdown-menu:nth-of-type(1){
	/*width: 240px;*/
	/*position: absolute;*/
}
.dropdown-menu li>a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:14px;
	/*font-weight:600;*/
	color:rgba(48,48,48,1);
	padding:0 15px;
}
.dropdown-menu li>a:hover {
	background-color: #003f88;
	color: #ffffff;
}
.footer .linkBox .list .li-imgs{
	margin-top: 6px;
}
.footer .linkBox .list .li-code {
	height: auto;
}
.footer .linkBox .list .li-code img:nth-of-type(2) {
	margin-left: 16px;
}
.aboutPage .aboutList {
	padding: 190px 0 0 0;
}
.aboutPage .aboutList>h3{
	font-size: 36px;
	line-height: 80px;
	color: #000;
}
.aboutPage .aboutList>img {
	max-width: 100%;
}
.aboutPage .aboutList:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.aboutPage .aboutList li {
	float: left;
	width: 50%;
	/*margin: 0 0 20px 21px;*/
	text-align: center;
}
.aboutPage .aboutList li span{
	display: inline-block;
	text-align: left;
	font-size:20px;
	line-height:42px;
	color:rgba(48,48,48,1);
	letter-spacing:1px;
}
.aboutPage .aboutList li:nth-child(4n+1) {
	margin-left: 0;
}
.productPage .application ul.lessList li {
	/*width: 358px;*/
	width: 570px;
	float: left;
	margin: 0 0 40px 60px;
}
.productPage .application ul.lessList li:nth-child(2n+1) {
	margin-left: 0;
}
@media only screen and (min-width: 1200px){
	.aboutPage .honorList li .pic img{
		height: 172px;
	}
}
