@charset "utf-8";
/* CSS Document */

/*@font-face {
 font-family: 'DINCOND-BOLD';
 src: url('../images/DINCOND-BOLD.OTF');
}*/

html,body {
	 /*overflow-x:hidden;*/
	margin: 0 auto;
	padding: 0px;
	font-size: 14px;
	color: #333;
	
	-webkit-text-size-adjust: none;
	font-family: Humanst521 Lt BT;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src="*.png", enabled=true, sizingMethod=scale); 

}
.cl{clear:both;}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0083ca;
}
a.active {
	background: #0083ca;
}
span {
}
img {
	border: none;
	display: block;
}
input {
	border: 1px solid #0083ca;
	vertical-align: middle;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.png {
	background: url(../image/png_test.png);
}
* html .png {
	background: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../image/png_test.png');
}
p {
	margin: 0px;
	font-family: Humanst521 Lt BT;
/*	line-height: 25px;*/
}
textarea {
	font-size: 12px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.product_level3_next {
    width: 30px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product_level3_next > img{
    width: 100%;
    display: block;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #005699;
    border-color: #005699;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pages {
	width: 1200px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	margin-bottom: 35px;
	color: #333;
}

/***********    初始代码结束   ***************/

.header {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.header > .h_main {
	width: 1203px;
	margin: 0 auto;
}
.header > .h_main > .logo {
	float: left;
	width: 157px;
	margin-right: 50px;
}
.header > .h_main > .logo > a {
	width: 100%;
	display: block;
}
.header > .h_main > .logo > a > img {
	width: 100%;
	display: block;
}
.header > .h_main > .menu {
	float: left;
	padding-top: 29px;
}
.header > .h_main > .menu > .item {
	float: left;
	margin-right: 83px;
	padding-bottom: 22px;
}
.header > .h_main > .menu > .item > a {
	font-size: 19px;
	color: #0D3D70;
	display: block;
	font-family: Microsoft YaHei;
}
.header > .h_main > .menu > .item > .sub {
	background: #FAFAFA;
	width: 100%;
	position: absolute;
	height: 70px;
	line-height: 70px;
	left: 0px;
	bottom: -70px;
	z-index: 2;
}
.header > .h_main > .menu > .item > .sub > .list {
	
}
.header > .h_main > .menu > .item > .sub > .sub1 {
	
}
.header > .h_main > .menu > .item > .sub > .list > .item2 {
	float: left;
	margin-right: 50px;
}
.header > .h_main > .menu > .item > .sub > .list > .item2 > a {
	
}
.header > .h_main > .search {
	float: left;
	width: 192px;
	height: 25px;
	border: 1px solid #0D3D70;
	border-radius: 13px;
	box-sizing: border-box;
	margin-top: 27px;
	box-sizing: border-box;
	padding-left: 10px;
}
.header > .h_main > .search > .input {
	float: left;
	width: 150px;
	padding-top: 3px;
}
.header > .h_main > .search > .input > input {
	border: none; outline: none; 
	font-size: 12px;
}
.header > .h_main > .search > .icon {
	float: right;
	width: 15px;
	margin-right: 9px;
	margin-top:5px;
}
.header > .h_main > .search > .icon > img {
	width:100%;
	display: block;
}
.banner {
	width: 100%;
	position: relative;
}
.banner > .search {
	position:absolute;
    top:50%;
    left:50%;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform:translate(-50%,-50%);
    width: 321px;
    border: 1px solid #0D3D70;
    box-sizing: border-box;
    height: 42px;
}
.banner > .search > .input {
	float: left;
	width: 260px;
}
.banner > .search > .input > input {
	background: transparent;
	border: 0px;
	outline: none;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	height: 42px;
	width: 100%;
	text-indent: 10px;
}
.banner > .search > .icon {
	width: 54px;
	height: 42px;
	float: right;
	background: #0D3D70;
	box-sizing: border-box;
	padding-top: 9px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.banner > .search > .icon > img {
	width: 24px;
	margin: 0 auto;
	display: block;
}
.banner > a {
	width: 100%;
}
.banner > a > img {
	width: 100%;
	display: block;
}
.home_classlist {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 50px;
}
.home_classlist > .list {
	width: 1200px;
	margin: 0 auto;
}
.home_classlist > .list > .item {
	float: left;
	box-sizing: border-box;
	width: 150px;
	height: 144px;
	border-right: 1px #0D3D70 solid;
}
.home_classlist > .list > .item:first-child {
	border-left: 1px #0D3D70 solid;
}
.home_classlist > .list > .item > a {
	width: 100%;
	display: block;
	padding-top: 20px;
}
.home_classlist > .list > .item > a > .icon {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.home_classlist > .list > .item > a > .icon > img {
	width: 100%;
	display: block;
}
.home_classlist > .list > .item > a > .name {
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: 300;
	font-family: Microsoft YaHei;
	color: #0D3D70;
}
.home_hot {
	width: 100%;
}
.pptitle{
	width: 100%;
	margin-top: 87px;
	margin-bottom: 62px;
}
.pptitle > .name{
	width: 100%;
	text-align: center;
	font-size: 42px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
	margin-bottom: 17px;
}
.pptitle > .en{
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #57718C;
	margin-bottom: 15px;
}
.pptitle > .line{
	width: 287px;
	margin: 0 auto;
	border-top: 1px #C3C3C3 solid;
	position: relative;
}
.pptitle > .line > .blue{
	position: absolute;
	left: 113px;
	width: 62px;
	height: 3px;
	background-color: #0D3D70;
	top: -2px;
}
.home_hot > .banner2 {
	width: 100%;
}
.home_hot > .banner2 > a {
	width: 100%;
}
.home_hot > .banner2 > a > img {
	width: 100%;
	display: block;
}
.home_hot > .product33 {
	width: 100%;
	background: #ECF2FA;
	padding-top: 42px;
	padding-bottom: 45px;
}
.home_hot > .product33 > .list {
	width: 1330px;
	margin: 0 auto;
}
.home_hot > .product33 > .list > .item {
	width: 415px;
	background-color: #fff;
	height: 531px;
	box-sizing: border-box;
	float: left;
	margin-right: 28px;
}
.home_hot > .product33 > .list > .item:nth-child(3) {
	margin-right: 0px;
}
.home_hot > .product33 > .list > .item > a {
	width: 100%;
	height: 100%;
	display: block;
	padding-top: 44px;
	padding-left: 56px;
	padding-right: 56px;
	box-sizing: border-box;
	position: relative;
}
.home_hot > .product33 > .list > .item > a > .img {
	width: 100%;
}
.home_hot > .product33 > .list > .item > a > .img > img {
	width: 100%;
	display: block;
}
.home_hot > .product33 > .list > .item > a > .name {
	width: 100%;
	text-align: center;
	padding-top: 40px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #000000;
	margin-bottom: 15px;
}
.home_hot > .product33 > .list > .item > a > .desc {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #4A4A4A;
}
.home_hot > .product33 > .list > .item > a > .line {
	position: absolute;
	left: 184px;
	width: 47px;
	height: 9px;
	background-color: #0D3D70;
	bottom: 0px;
}
.home_news {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 55px;
}
.home_news > .list {
	width: 1365px;
	margin: 0 auto;
}
.home_news > .list > .img {
	float: left;
	width: 656px;
	margin-right: 75px;
}
.home_news > .list > .img > a {
	width: 100%;
}
.home_news > .list > .img > a > img {
	width: 100%;
	display: block;
}
.home_news > .list > .list2 {
	width: 634px;
	float: left;
	padding-top: 65px;
}
.home_news > .list > .list2 > .item {
	width: 100%;
	border-bottom: 1px #717171 solid;
	margin-bottom: 18px;
}
.home_news > .list > .list2 > .item > a {
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.home_news > .list > .list2 > .item > a > .date {
	width: 55px;
	margin-right: 25px;
	float: left;
}
.home_news > .list > .list2 > .item > a > .date > .day {
	font-size: 53px;
	font-family: Arial;
	color: #8D8D8D;
	line-height: 1;
}
.home_news > .list > .list2 > .item > a > .date > .year {
	font-size: 13px;
	font-family: Arial;
	color: #8D8D8D;
	width: 100%;
	text-align: center;
}
.home_news > .list > .list2 > .item > a > .con {
	float: left;
	width: 526px;
}
.home_news > .list > .list2 > .item > a > .con > .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #3B3B3B;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home_news > .list > .list2 > .item > a > .con > .desc {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #6F6F6F;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.home_news > .list > .list2 > .more {
	margin-left: auto;
	width: 135px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	margin-top: 60px;
	font-size: 18px;
	color: #929292;
	font-family: Microsoft YaHei;
	border: 1px solid #929292;
}
.home_news > .list > .list2 > .more > a {
	display: block;
	color: #929292;
}
.footer {
	width: 100%;
	background: #ECF2FA;
	height: 369px;
}
.footer > .f_main {
	width: 1363px;
	margin: 0 auto;
	padding-top: 60px;
}
.footer > .f_main > .le {
	width: 163px;
	float: left;
}
.footer > .f_main > .le > .title {
	width: 100%;
	margin-bottom: 16px;
}
.footer > .f_main > .le > .title > a {
	width: 100%;
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #000000;
}
.footer > .f_main > .le > .list {
	width: 100%;
}
.footer > .f_main > .le > .list > .item {
	width: 100%;
	margin-bottom: 5px;
}
.footer > .f_main > .le > .list > .item > a {
	width: 100%;
	font-size: 17px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #6F6F6F;
}
.footer > .f_main > .contact {
	width: 575px;
	float: left;
}
.footer > .f_main > .contact > .title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	color: #000000;
	margin-bottom: 0px;
}
.footer > .f_main > .contact > .tel {
	font-size: 32px;
	font-family: Microsoft YaHei;
	color: #000000;
	margin-bottom: 21px;
}
.footer > .f_main > .contact > .info {
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #6F6F6F;
	line-height: 25px;
}
.footer > .f_main > .qrcode {
	width: 85px;
	float: left;
}
.footer > .f_main > .qrcode > .img {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 34px;
}
.footer > .f_main > .qrcode > .img > img {
	width: 100%;
	display: block;
}
.footer > .f_main > .qrcode > .name {
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #000000;
}
.footer2_main {
	width: 100%;
	margin: 0 auto;
}
.footer2_main > .footer2 {
	width:557px;
	margin: 0 auto;
	padding-top: 24px;
	padding-bottom: 49px;
}
.footer2_main > .footer2 > .logo {
	width: 160px;
	margin-right: 10px;
	float: left;
}
.footer2_main > .footer2 > .logo > a {
	width: 100%;
}
.footer2_main > .footer2 > .logo > a > img {
	width: 100%;
	display: block;
}
.footer2_main > .footer2 > .name {
	float: left;
	padding-top: 10px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #000000;
}
.product {
/*	min-width: 1531px;*/
	width: 79.73958333vw;
	margin: 0 auto;
}
.product > .list1 {
	width: 100%;
	margin-bottom: 15px;
}
.product > .list1 > .item {
	float: left;
/*	width: 758px;*/
	width: 49.5%;
	margin-right: 1%;
}
.product > .list1 > .item2 {
	float: left;
	width: 26.04166vw;
	margin-right: 0.78125vw;
	margin-bottom: 15px;
}
.product > .list1 > .item:nth-child(2) {
	margin-right: 0px;
}
.product > .list1 > .item2:nth-child(3n) {
	margin-right: 0px;
}
.product > .list1 > .item > a,.product > .list1 > .item2 > a {
	width: 100%;
	display: block;
	position: relative;
}
.product > .list1 > .item > a > .img,.product > .list1 > .item2 > a > .img {
	width: 100%;
}
.product > .list1 > .item > a > .float, .product > .list1 > .item2 > a > .float {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(13, 61, 112,0.7);
	box-sizing: border-box;
	padding-top: 200px;
	display: none;
}
.product > .list1 > .item > a:hover > .float, .product > .list1 > .item2 > a:hover > .float {
	display: block;
}
.product > .list1 > .item > a > .float > .icon, .product > .list1 > .item2 > a > .float > .icon {
	width:80px;
	margin: 0 auto;
	margin-bottom: 0px;
}
.product > .list1 > .item > a > .float > .icon > img, .product > .list1 > .item2 > a > .float > .icon > img {
	width: 100%;
	display: block;
}
.product > .list1 > .item > a > .float > .name, .product > .list1 > .item2 > a > .float > .name {
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #fff;
}
.product > .list1 > .item > a > .img > img, .product > .list1 > .item2 > a > .img > img{
	width: 100%;
	display: block;
}
.nav {
	width: 1920px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 246px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #818181;
	padding-top: 53px;
	margin-bottom: 75px;
}
.nav > a {
	color: #818181;
	font-size: 17px;
	font-family: Microsoft YaHei;
}
.product2 {
	width: 1284px;
	margin: 0 auto;
}
.product2 > .list {
	width: 100%;
}
.product2 > .list > .item {
	width: 348px;
	float: left;
	margin-right: 120px;
	margin-bottom: 60px;
}
.product2 > .list > .item > a {
	width: 100%;
	display: block;
}
.product2 > .list > .item:nth-child(3n) > a {
	margin-right: 0px;
}
.product2 > .list > .item > a > .img {
	width: 100%;
	box-sizing: border-box;
	border: 1px #DCDDDD solid;
	height: 329px;
	margin-bottom: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product2 > .list > .item > a > .img > img {
	width: 200px;
	margin: 0 auto;
}
.product2 > .list > .item > a > .name {
	width: 100%;
}
.product2 > .list > .item > a > .name > .title {
	float: left;
	font-size: 19px;
	font-family: Adobe Heiti Std;
	color: #595757;
	padding-left: 8px;
	padding-right: 9px;
	border-right: 1px #C9CACA solid;
	margin-right: 11px;
}
.product2 > .list > .item > a > .name > .line {
	
}
.product2 > .list > .item > a > .name > .model {
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
	color: #0D3D70;
	padding-top: 3px;
}
.product2 > .page {
	width: 100%;
	padding-bottom: 76px;
}
.news {
	width: 100%;
	background: #FAFAFA;
	padding-top: 88px;
	box-sizing: border-box;
}
.news > .list{
	width:1348px;
	margin: 0 auto;
}
.news > .list > .item {
	float: left;
	width: 408px;
	margin-right: 40px;
	margin-bottom: 30px;
}
.news > .list > .item > a {
	display: block;
}
.news > .list > .item  > a > .img {
	width: 100%;
}
.news > .list > .item  > a > .img > img {
	width: 100%;
	display: block;
}
.news > .list > .item  > a > .info {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 26px 29px;
}
.news > .list > .item  > a > .info > .date {
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #000000;
}
.news > .list > .item  > a > .info > .name {
	font-size: 19px;
	font-family: Microsoft YaHei;
	color: #000000;
	margin-bottom: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news > .list > .item  > a > .info > .desc {
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #565656;
	margin-bottom: 48px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.news > .list > .item  > a > .info > .more {
}
.news > .list > .item  > a > .info > .more > .name {
	float: left;
	font-size: 17px;
	font-weight: 300;
	font-family: Microsoft YaHei;
	color: #ADADAD;
	margin-right: 11px;
}
.news > .list > .item  > a > .info > .more > .icon {
	width: 21.3px;
	float: left;
	padding-top: 10px;
}
.news > .list > .item  > a > .info > .more > .icon > img {
	width: 100%;
	display: block;
}
.news > .nav {
	width: 100%;
	padding-left: 234px;
	box-sizing: border-box;
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #818181;
	margin-bottom: 30px;
}
.news > .nav > a {
	color: #818181;
}
.news > .news_content {
	width: 1283px;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 18px;
}
.news > .news_content > .title {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
	margin-bottom: 18px;
}
.news > .news_content > .date {
	width: 1028px;
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	font-family: Microsoft YaHei;
	color: #969696;
	padding-bottom: 20px;
	border-bottom: 1px #5F5F5F solid;
	margin-bottom: 24px;
}
.news > .news_content > .content {
	width: 1028px;
	margin: 0 auto;
	line-height: 180%;
	color: #464646;
	font-size: 17px;
}
.news > .next_pre {
	width: 1283px;
	margin: 0 auto;
}
.news > .next_pre > .item {
	float: left;
	width: 631px;
	background: #fff;
	padding-top: 26px;
	padding-bottom: 26px;
}
.news > .next_pre > .item > a {
	width: 100%;
	display: block;
}
.news > .next_pre > .item > a > .icon {
	width: 18.9px;
	margin-right: 59px;
	padding-left: 48px;
	padding-top: 75px;
	float: left;
}
.news > .next_pre > .item > a > .icon > img {
	width: 100%;
	display: block;
}
.news > .next_pre > .item > a > .info {
	width: 446px;
	float: left;
}
.news > .next_pre > .item > a > .info > .name {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #666666;
	margin-bottom: 24px;
}
.news > .next_pre > .item > a > .info > .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
	margin-bottom: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news > .next_pre > .item > a > .info > .desc {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #4B4B4B;
	overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}
.news > .next_pre > .item2 {
	float: right;
	width: 631px;
	background: #fff;
	padding-top: 26px;
	padding-bottom: 26px;
}
.news > .next_pre > .item2 > a {
	width: 100%;
	display: block;
}
.news > .next_pre > .item2 > a > .info {
	width: 446px;
	float: left;
	padding-left: 60px;
}
.news > .next_pre > .item2 > a > .info > .name {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #666666;
	margin-bottom: 24px;
}
.news > .next_pre > .item2 > a > .info > .title {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
	margin-bottom: 18px;
}
.news > .next_pre > .item2 > a > .info > .desc {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #4B4B4B;
}
.news > .next_pre > .item2 > a > .icon {
	width: 18.9px;
	margin-right: 59px;
	padding-top: 75px;
	float: right;
}
.news > .next_pre > .item2 > a > .icon > img {
	width: 100%;
	display: block;
}
.news > .space {
	width: 100%;
	height: 54px;
}
.attract_title {
	width: 100%;
	font-family: Microsoft YaHei;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.attract_title > .en {
	width: 100%;
	font-size: 14px;
	color: #666666;
}
.attract_title > .name {
	color: #0D3D70;
	font-size: 42px;
	margin-bottom: 17px;
}
.attract_title > .line {
	width: 34px;
	background: #0D3D70;
	height: 5px;
	margin: 0 auto;
}
.attract1 {
	width: 100%;
	position: relative;
}
.attract1 > .img {
	width: 100%;
}
.attract1 > .img > img {
	width: 100%;
	display: block;
}
.attract1 > .info {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding-top: 40px;
	padding-left: 10vw;
	padding-right: 10vw;
	box-sizing: border-box;
}
.attract2 {
	width: 100%;
	position: relative;
	margin-bottom: 130px;
}
.attract2 > .img {
	width: 100%;
}
.attract2 > .img > img {
	width: 100%;
	display: block;
}
.attract2 > .info {
	position: absolute;
	left: 16.61vw;
	top: 540px;
	width: 66.82vw;
}
.attract2 > .info > .title_bg {
	width: 100%;
	background: rgba(13,61,112,0.85);
	padding-top: 43px;
	padding-bottom: 42px;
}
.attract2 > .info > .title_bg > .title {
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 46px;
	font-weight: bold;
	margin-bottom: 31px;
	color: #FFFFFF;
}
.attract2 > .info > .title_bg > .desc {
	width: 967px;
	margin: 0 auto;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
}
.attract2 > .info > .list {
	width: 100%;
	background: #FAFAFA;
	padding-top: 15px;
	padding-bottom: 15px;
}
.attract2 > .info > .list > .item {
	float: left;
	width: 20%;
	border-right: 1px #0D3D70 solid;
	box-sizing: border-box;
}
.attract2 > .info > .list > .item:nth-child(5) {
	border: 0px;
}
.attract2 > .info > .list > .item > .img {
	width: 80px;
	margin: 0 auto;
	margin-bottom: 14px;
}
.attract2 > .info > .list > .item > .img > img {
	width: 100%;
	display: block;
}
.attract2 > .info > .list > .item > .name {
	width: 100%;
	text-align: center;
	font-size: 19px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
}
.attract2 > .info > .title2 {
	width: 100%;
	background: #FAFAFA;
}
.attract2 > .info > .title2 > .title3 {
	width: 86.98%;
	margin: 0 auto;
	border-top: 1px #0D3D70 solid;
	padding-top: 53px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #0D3D70;
}
.attract_form {
	width: 100%;
	background: #FAFAFA;
	padding-top: 80px;
	padding-bottom: 80px;
}
.attract_form > .form_main {
	width: 1283px;
	margin: 0 auto;
}
.attract_form > .form_main > .cell {
	width: 100%;
	margin-bottom: 20px;
}
.attract_form > .form_main > .cell > .cell1 {
	float: left;
	width: 30.78vw;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left: 38px;
}
.attract_form > .form_main > .cell > .cell1:nth-child(2) {
	float: right;
}
.attract_form > .form_main > .cell > .cell1 > .name {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #616161;
	padding-right: 34px;
	border-right: 1px #616161 solid;
	margin-right: 34px;
	float: left;
	height: 27px;
}
.attract_form > .form_main > .cell > .cell1 > .line {
	float: left;
}
.attract_form > .form_main > .cell > .cell1 > .input {
	float: left;
}
.attract_form > .form_main > .cell > .cell1 > .input > input {
	padding:0px;
	margin: 0px;
	border: 0px;
	height: 27px;
	outline: none;
	font-size: 22px;
}
.attract_form > .form_main > .message {
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
	height: 236px;
	padding: 23px 39px;
}
.attract_form > .form_main > .message > textarea {
	width: 100%;
	border:0px;
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #616161;
	height: 100%;
	outline: none;
}
.attract_form > .form_main > .btn {
	width:134px;
	margin: 0 auto;
}
.attract_form > .form_main > .btn > button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	background: #0D3D70;
	cursor: pointer;
	border: 0px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	color: #FFFFFF;
}
.exhibition {
	width:100%;
	background: #FAFAFA;
	padding-bottom: 50px;
}
.exhibition > .banner3 {
	width: 66.82vw;
	margin: 0 auto;
	padding-bottom: 40px;
}
.exhibition > .banner3 > img {
	width: 100%;
	display: block;
}
.exhibition > .question {
	width: 66.82vw;
	margin: 0 auto;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
}
.exhibition > .question > .item {
	width: 100%;
	border-bottom: 1px #707070 solid;
	box-sizing: border-box;
	padding-top: 15px;
	cursor: pointer;
/*	padding-bottom: 15px;*/
}
.exhibition > .question > .item:first-child {
	border-top: 1px #707070 solid;
}
.exhibition > .question > .item > .title {
	width: 100%;
	box-sizing: border-box;
	padding-left: 28px;
	margin-bottom: 15px;
	position: relative;
}
.exhibition > .question > .item > .title > .icon {
	width: 17px;
	position: absolute;
	right: 43px;
	top: 8px;
}
.exhibition > .question > .item > .title > .icon > img {
	width: 100%;
	display: block;
}
.exhibition > .question > .item > .title > .title2 {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D3D70;
	border-left: 3px #0D3D70 solid;
	padding-left: 8px;
}
.exhibition > .question > .item > .desc {
	width: 100%;
	background: #FAFAFA;
	box-sizing: border-box;
	padding: 26px 38px;
}

.hall_banner {
	width: 1280px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.hall_banner > a > img {
	width:100%;
	display: block;
}
.contacts {
	width: 100%;
	background: #FAFAFA;
	padding-bottom: 80px;
}
.contacts > .servcie {
	width: 66.82vw;
	margin: 0 auto;
}
.contacts > .servcie > .img {
	width: 36.97vw;
	float: left;
}
.contacts > .servcie > .img > img {
	width: 100%;
	display: block;
}
.contacts > .servcie > .city {
	float: right;
	width: 29.32vw;
	background: #fff;
	box-sizing: border-box;
	padding: 40px;
}
.contacts > .servcie > .city > .city_select {
	width: 100%;
	border-bottom: 1px #707070 solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.contacts > .servcie > .city > .city_select > .name {
	float: left;
	font-size: 19px;
	font-family: Microsoft YaHei;
	color: #707070;
	margin-right: 20px;
	text-indent: 20px;
}
.contacts > .servcie > .city > .city_select > .select {
	float: left;
	margin-right: 20px;
}
.contacts > .servcie > .city > .city_select > .select > select {
	height: 27px;
	width: 80px;
}
.contacts > .servcie > .city > .list {
	width: 100%;
	height: 188px;
	overflow-y: scroll;
}
.contacts > .servcie > .city > .list > .item {
	width: 19.58vw;
	box-sizing: border-box;
	padding: 10px 20px;
	background: #D6D6D6;
	margin-bottom: 20px;
}
.contacts > .servcie > .city > .list > .item > .title {
	width: 100%;
	margin-bottom: 10px;
}
.contacts > .servcie > .city > .list > .item > .title > .icon {
	width: 14px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
.contacts > .servcie > .city > .list > .item > .title > .icon > img {
	width: 100%;
	display: block;
}
.contacts > .servcie > .city > .list > .item > .title > .name {
	font-size: 17px;
	float: left;
	font-family: Microsoft YaHei;
	color: #707070;
}
.contacts > .servcie > .city > .list > .item > .tel {
	font-size: 17px;
	font-family: Microsoft YaHei;
	color: #707070;
}
.page {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin: 0px auto;
	padding-bottom: 100px;
	color: #333;
}
.searchBtn {
	cursor: pointer;
}
.pdetail {
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 724px;
	background: #FAFAFA;
}
.pdetail > .pdmain {
	max-width: 1531px;
	position: absolute;
	left: 10%;
	top: -40px;
	height: 724px;
	width: 80%;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
	background: #fff;
}
.pdetail > .pdmain > .list {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pdetail > .pdmain > .list > .img {
/*	float: left;*/
	width: 630px;
	margin-right: 100px;
}
.pdetail > .pdmain > .list > .info {
/*	float: left;*/
	width: 350px;
}
.pdetail > .pdmain > .list > .info > .info1 {
	border-left: 3px #B4B4B4 solid;
	padding-left: 21px;
	margin-bottom: 60px;
	font-family: Microsoft YaHei;
	margin-bottom: 15px;
}
.pdetail > .pdmain > .list > .info > .info1 > .title1 {
	font-size: 25px;
	font-weight: bold;
	color: #595757;
	margin-bottom: 15px;
}
.pdetail > .pdmain > .list > .info > .info1 > .title2 {
	font-size: 22px;
	color: #003366;
	margin-bottom: 15px;
}
.pdetail > .pdmain > .list > .info > .info1 > .title3 {
	font-size: 19px;
	color: #595757;
	margin-bottom: 15px;
}
.pdetail > .pdmain > .list > .info > .info2 {
	border-left: 2px #B4B4B4 solid;
	padding-left: 21px;
	font-family: Microsoft YaHei;
	font-size: 20px;
	font-weight: 300;
	color: #595757;
	line-height: 180%;
}
.pdetail > .pdmain > .icon {
	width: 376px;
	margin-top: 30px;
	float: right;
}
.pdetail > .pdmain > .icon > img {
	width: 100%;
	display: block;
}
.about {
	width: 100%;
	background: #FAFAFA;
	padding-top: 40px;
}
.about > .about_title {
	width: 100%;
	margin-bottom: 43px;
}
.about > .about_title > .en {
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 14px;
	color: #666666;
	margin-bottom: 5px;
}
.about > .about_title > .cn {
	width: 100%;
	text-align: center;
	font-family: Microsoft YaHei;
	font-size: 42px;
	color: #0D3D70;
	margin-bottom: 15px;
}
.about > .about_title > .line {
	width: 34px;
	height: 5px;
	margin: 0 auto;
	background: #0D3D70;
}
.about > .about_con {
	width: 1285px;
	height: 838px;
	box-sizing: border-box;
	padding-top: 50px;
	margin: 0 auto;
	background: url(../images/index069.png) no-repeat;
	background-size: cover;
	margin-bottom: 64px;
}
.about > .about_con > .info {
	width: 623px;
	float: left;
	padding-top: 324px;
	padding-left: 72px;
	font-size: 15px;
	font-family: Microsoft YaHei;
	color: #666666;
	line-height: 25px;
}
.about > .about_con > .imgs {
	width: 438px;
	float: right;
	padding-right: 72px;
}
.about > .about_con > .imgs > .img {
	width: 100%;
	margin-bottom: 28px;
}
.about > .about_con > .imgs > .img > img {
	width: 100%;
	display: block;
}
.about > .qysl {
	width: 1277px;
	margin: 0 auto;
	margin-bottom: 64px;
}
.about > .qysl > .item {
	width: 625px;
	position: relative;
	float: left;
}
.about > .qysl > .item:nth-child(2) {
	float: right;
}
.about > .qysl > .item > .img {
	width: 100%;
}
.about > .qysl > .item > .img > img {
	width: 100%;
	display: block;
}
.about > .qysl > .item > .info {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(13,61,112,0.6);
	width: 100%;
	height: 327px;
	box-sizing: border-box;
	padding-top: 47px;
	padding-left: 83px;
	padding-bottom: 54px;
}
.about > .qysl > .item > .info > .img {
	width: 78px;
	margin-bottom: 27px;
}
.about > .qysl > .item:nth-child(2) > .info > .img {
	width: 68px;
}
.about > .qysl > .item > .info > .img > img {
	width: 100%;
	display: block;
}
.about > .qysl > .item > .info > .title {
	font-size: 31px;
	color: #FFFFFF;
	margin-bottom: 24px;
	font-family: Microsoft YaHei;
}
.about > .qysl > .item > .info > .desc {
	font-size: 15px;
	width: 420px;
	color: #FFFFFF;
	line-height: 25px;
	font-family: Microsoft YaHei;
}
.about > .about_honor {
	width: 1300px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.about > .about_honor > .img {
	width: 100%;
}
.about > .about_honor > .img > img {
	width: 100%;
	display: block;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide > img {
	width: 420px;
}
.swiper-pagination-bullet {
	opacity: 1;
	background: #595757;
}
.swiper-pagination-bullet-active {
	background: #0D3D70;
}
.swiper-container-horizontal>.swiper-pagination {
	bottom: 0px;
}
.swiper-button-next > img, .swiper-button-prev > img {
	width: 43px;
}
.swiper-button-next,.swiper-button-prev {
	background-image: none;
}
.swiper-button-next {
	right: 20px;
}
.swiper-container2 {
    width: 80vw;
    height: 300px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.swiper-container3 {
    width: 62.91vw;
    height: 517px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}
.swiper-container3 .items {
	width: 336px;
	background: #fff;
	height: 517px;
	box-sizing: border-box;
	padding-left: 48px;
	padding-top: 84px;
	margin-right: 24px;
}
.swiper-container3 .items > .num {
	font-size: 67px;
	font-family: FZLanTingHei-EL-GBK;
	color: #0D3D70;
	margin-bottom: 0px;
	text-align: left;
}
.swiper-container3 .items > .line {
	font-size: 67px;
	font-family: FZLanTingHei-EL-GBK;
	font-weight: 400;
	color: #0D3D70;
	text-align: left;
	margin-bottom: 0px;
}
.pagination33 {
	position: relative;
	margin: 0 auto;
}
.pagination33 > .swiper-pagination-bullet {
	background: #B9B7BD;
	margin-right: 11px;
}
.pagination33 > .swiper-pagination-bullet-active {
	background: #FFFFFF;
}
.swiper-container3 .items > .stitle {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D3D70;
	text-align: left;
	margin-bottom: 18px;
}
.swiper-container3 .items > .sdesc {
	width: 247px;
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: left;
	color: #595757;
	line-height: 22px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.honor {
	width: 100%;
}
.job {
	width: 100%;
	background: #FAFAFA;
	padding-top: 56px;
	padding-bottom: 56px;
}
.job > .item {
	width: 1276px;
	margin: 0 auto;
	height: 1120px;
	background: url(../images/index077.png) no-repeat;
	margin-bottom: 56px;
	box-sizing: border-box;
	padding: 87px 153px 60px 69px;
	background-size: cover;
}
.job > .item:last-child {
	margin-bottom: 0px;
}
.job > .item > .text1 {
	font-size: 28px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0D3D70;
	margin-bottom: 20px;
}
.job > .item > .text2 {
	font-size: 19px;
	font-family: Microsoft YaHei;
	color: #999999;
	margin-bottom: 48px;
}
.job > .item > .text3 {
	font-size: 22px;
	font-family: Microsoft YaHei;
	color: #333333;
}
.job > .item > .text4 {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D3D70;
	margin-bottom: 25px;
}
.job > .item > .text5 {
	font-size: 19px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D3D70;
}






















