* {
	/*box-sizing:content-box;*/
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
ul,li{ list-style-type:none;}
a{text-decoration:none;color:#000;}
*{margin: 0px;padding: 0px;font-size:14px; font-family: "微软雅黑", arial, Helvetica, sans-serif;}
li{list-style-type:none;}
h1,h2,h3,h4,h5{font-weight: 500;}
img{border:0px;max-width: 100%;display:inline-block;}

/* Logo 字体 */
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.woff2?t=1684825397747') format('woff2'),
			 url('../fonts/iconfont.woff?t=1684825397747') format('woff'),
			 url('../fonts/iconfont.ttf?t=1684825397747') format('truetype');
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.clear:after{
	display:block;
	clear:both;
	content:"";
	visibility:hidden;
	height:0;
}
.w1200{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.w80{
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}
.left{
	float: left;
}
.right{
	float: right;
}

/*.flexslider{
	height: 560px;
}
.flexslider .slides li{
	height: 560px;
	background-size: auto 100% !important;
}*/
.flexslider .slides li img{
	display: block;
	width: 100%;
	height: 560px;
	object-fit: cover;
}

/*head*/
.top{
	display: none;
}
.top_h{
	display: none;
}
.menu{
	display: none;
}
.head{
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: transparent;
	height: 90px;
	transition: all 0.3s;
}
.head_h{
	/*height: 90px;*/
}
.head .logo{
	position: relative;
	display: block;
	float: left;
	margin-right: 35px;
	margin-top: 21px;
}
.head .logo img{
	display: block;
	height: 48px;
	transition: all 0.3s;
}
.head .logo .logo_b{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
.head .right{
	text-align: right;
}

.head .right{
	/*margin-top: 24px;*/
}
.head .nav{
	float: left;
}
.head .nav li{
	position: relative;
	float: left;
}
.head .nav li>a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 90px;
	padding: 0 26px;
	transition: all 0.3s;
}

.head.bd .nav li:hover>a{
	color: #fff;
	background-color: #274082;
}
.head .nav li:hover>a:after{
	width: 100%;
}
.head .nav li .xl{
	display: none;
	position: absolute;
	z-index: 999;
	left: 50%;
	top: 90px;
	min-width: 100%;
	background-color: rgba(45,45,45,0.8);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3);
	transform: translateX(-50%);
}
.head .nav li .xl a{
	display: block;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	transition: all 0.3s;
}
.head .nav li .xl a:hover{
	color: #fff;
	background-color: #274082;
}
.head .search{
	float: right;
	width: 60px;
	height: 90px;
	text-align: center;
	transition: all 0.3s;
}
.head .search i{
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 90px;
	cursor: pointer;
	transition: all 0.3s;
}
.head.bd .search i:hover{
	color: #274082;
	/*background-color: #274082;*/
}

.search_box{
	display: none;
	position: fixed;
	z-index: 19;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #fff;
	padding: 45px;
	width: 768px;
	height: 140px;
}
.search_box form{
	position: relative;
}
.search_box input{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	outline: 0;
	padding: 0 70px 0 20px;
	font-size: 14px;
	color: #666;
}
.search_box button{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	font-size: 22px;
	border: 0px;
	cursor: pointer;
}
.search_box .close{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.search_box .close:after,.search_box .close:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 2px;
	line-height: 20px;
	background-color: #999;
	transform: rotate(45deg);
}
.search_box .close:before{
	transform: rotate(-45deg);
}
.search_bg{
	display: none;
	position: fixed;
	z-index: 18;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}

.head.bd{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
.head.bd .logo .logo_w{
	opacity: 0;
}
.head.bd .logo .logo_b{
	opacity: 1;
}
.head.bd .nav li>a{
	color: #000;
}
.head.bd .search i{
	color: #000;
}


/*index*/
.index_bg{
	/*background-color: #f5f5f5;*/
}

.banner img{
	display: block;
}
.banner .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	opacity: 0.8;
	background-color: #fff;
}
.banner .swiper-pagination-bullet-active{
	background-color: #274082;
}


.intl{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.intl h3{
	position: relative;
	margin: 0 auto 10px;
	padding: 0 10px;
	font-size: 34px;
	color: #274082;
	font-weight: bold;
}
/*.intl h3:after,.intl h3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	border: 2px solid #274082;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: translateY(-50%);
}
.intl h3:before{
	left: auto;
	right: -12px;
}*/
.intl h5{
	position: absolute;
	top: -30px;
	font-size: 48px;
	color: #666;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0)));
	margin-bottom: 20px;
}
.intl span{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #B82B51;
	margin: 0 auto 20px;
}
.intl p{
	font-size: 16px;
	line-height: 20px;
	color: #666;
	margin-bottom: 20px;
}

.inabout{
	position: relative;
	padding: 110px 0;
}
.inabout font{
	position: absolute;
	top: 80px;
	left: 0px;
	font-size: 148px;
	line-height: 148px;
	color: transparent;
	font-weight: bold;
    -webkit-text-stroke: 2px #0054A7;
    opacity: 0.05;
}
.inabout .img{
	float: right;
	width: 50%;
}
.inabout .img img{
	display: block;
	height: 500px;
    object-fit: cover;
}
.inabout .text{
	float: left;
	width: 46%;
}
.inabout .text h3{
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 10px;
}
.inabout .text h4{
	font-size: 28px;
	margin-bottom: 20px;
}
.inabout .text h5{
	font-size: 28px;
	margin-bottom: 30px;
	color: #333;
}
.inabout .text p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.inabout .text a{
	position: relative;
	display: block;
	float: right;
	width: 150px;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	/*background-color: #2881da;*/
	text-align: center;
	transition: all 0.3s;
}
.inabout .text a:before{
	content: "";
	position: absolute;
	z-index: -2;
	top: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width:100%;
	background-color: #2881da;
}
.inabout .text a:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width:0px;
	background-color: #0054A7;
	transition: all 0.3s;
}
.inabout .text a i{
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
	transition: all 0.3s;
}
.inabout .text a:hover i{
	margin-left: 15px;
}
.inabout .text a:hover:after{
	width: 100%;
}

.incase{
	position: relative;
}
.incase .intl{
	position: absolute;
	/*z-index: 9;*/
	top: 50px;
	width: 100%;
}
.incase .intl h3{
	color: #fff;
}
.incase .intl h5{
	color: #fff;
}
.incase .intl p{
	color: #fff;
}

.incase .content{
	position: relative;
}
.incase .content li a{
	display: block;
}
.incase .content li .img{
	background-color: #000;
}
.incase .content li .img img{
	display: block;
	opacity: 0.6;
	height: 800px;
    object-fit: cover;
}
.incase .content li .text{
	position: absolute;
	z-index: 8;
	top: 150px;
	left: 50%;
	width: 640px;
	max-width: 100%;
	text-align: center;
	transform: translate(-50%,100px);
	opacity: 0;
	transition: all 0.6s;
}
.incase .content li .text h3{
	font-size: 48px;
	color: #fff;
	/*margin-bottom: 10px;*/
}
.incase .content li .text h5{
	font-size: 24px;
	/*font-weight: bold;*/
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.incase .content li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #eee;
	margin-bottom: 80px;
}
.incase .content li .text span{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 150px;
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	/*background-color: #2881da;*/
	border: 1px solid #fff;
	text-align: center;
	transition: all 0.3s;
}
.incase .content li .text span:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width:0px;
	background-color: #0054A7;
	transition: all 0.3s;
}
.incase .content li .text span i{
	font-size: 14px;
	margin-left: 10px;
	color: #fff;
	transition: all 0.3s;
}
.incase .content li .text span:hover{
	border-color: #0054A7;
}
.incase .content li .text span:hover i{
	margin-left: 15px;
}
.incase .content li .text span:hover:after{
	width: 100%;
}
.incase .content li.swiper-slide-active .text{
	transform: translate(-50%,0px);
	opacity: 1;
}
.incase .content .incase_nav{
	position: absolute;
	z-index: 9;
	bottom: 30px;
	width: 100%;
	padding: 30px 0;
	background-color: rgba(255,255,255,0.3);
}
.incase .content .incase_nav:after,.incase .content .incase_nav:before{
	content: "";
	position: absolute;
	top: 50px;
	left: 0px;
	width: 10%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}
.incase .content .incase_nav:before{
	left: auto;
	right: 0px;
}
.incase .content .incase_nav ul{
	text-align: center;
	font-size: 0px;
}
.incase .content .incase_nav li{
	position: relative;
	display: inline-block;
	cursor: pointer;
	/*padding: 0 50px;*/
	/*padding-top: 40px;*/
	width: 20%;
}
.incase .content .incase_nav li:after,.incase .content .incase_nav li:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 0px;
	width: calc(50% - 40px);
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}
.incase .content .incase_nav li:before{
	left: auto;
	right: 0px;
}
.incase .content .incase_nav li i{
	position: relative;
	display: block;
	color: #fff;
	width: 100%;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 15px;
}
.incase .content .incase_nav li i:after,.incase .content .incase_nav li i:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	margin-top: -5px;
	border-radius: 100%;
	background-color: #0054A7;
	opacity: 0;
}
.incase .content .incase_nav li h3{
	font-size: 16px;
	color: #fff;
}
.incase .content .incase_nav li.on i{
	color: #0054A7;
	/*animation: myanimation 1.5s infinite;*/
}
.incase .content .incase_nav li.on i:after{
	animation: myanimation1 1.5s infinite;
}
.incase .content .incase_nav li.on i:before{
	animation: myanimation2 1.5s infinite;
}

@keyframes myanimation1{
	0%{
		transform: scale(0.1);
		opacity: 1;
	}
	100%{
		transform: scale(4);
		opacity: 0;
	}
}
@keyframes myanimation2{
	0%{
		transform: scale(0.3);
		opacity: 1;
	}
	100%{
		transform: scale(6);
		opacity: 0;
	}
}


.inpro{
	position: relative;
	padding: 80px 0;
	background-color: #f5f5f5;	
}
.inpro .w80{
	position: relative;
}
.inpro .intl{
	position: absolute;
	width: 90%;
	top: 30px;
	text-align: left;
	margin-bottom: 40px;
}
.inpro .intl h3{
	padding: 0px;
	color: #333;
}
.inpro .intl h5{
	color: #999;
	/*color: transparent;
	-webkit-text-stroke: 1px #0054A7;*/
}
.inpro .intl span{
	margin: 0px;
	background-color: #0054A7;
}
.inpro .content{
	position: relative;
	padding-top: 150px;
}
.inpro .content li a{
	display: block;
	background-color: #fff;
}
.inpro .content li .img{
	position: relative;
	border: 1px solid #ddd;
}
.inpro .content li .img:after{
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 0%;
	height: 2px;
	background-color: #0054A7;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.5s;
}
.inpro .content li .img img{
	display: block;
}
.inpro .content li .text{
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px 20px 30px;
}
.inpro .content li .text h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.inpro .content li .text h5{
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}
.inpro .content li .text span{
	position: relative;
	z-index: 1;
	display: block;
	font-size: 14px;
	color: #fff;
	width: 120px;
	line-height: 32px;
	background-color: #2881da;
	margin: 0 auto;
	transition: all 0.3s;
}
.inpro .content li a:hover .img:after{
	opacity: 1;
	width: 100%;
}
.inpro .content li a:hover .text span{
	background-color: #0054A7;
}
.inpro .content .inpro_nav{
	position: absolute;
	top: 20px;
	right: 0px;
}
.inpro .content .inpro_nav div{
	float: left;
	border: 1px solid #666;
	cursor: pointer;
	transition: all 0.3s;
}
.inpro .content .inpro_nav .inpro_prev{
	margin-right: 5px;
}
.inpro .content .inpro_nav i{
	display: block;
	font-size: 16px;
	line-height: 32px;
	width: 40px;
	text-align: center;
	transition: all 0.3s;
}
.inpro .content .inpro_nav .inpro_prev i{
	transform: rotate(180deg);
}
.inpro .content .inpro_nav div:hover{
	border-color: #0054A7;
	background-color: #0054A7;
}
.inpro .content .inpro_nav div:hover i{
	color: #fff;
}

.inht{
	height: 420px;
	background: url(../images/inht_bg.jpg) no-repeat center;
    background-attachment: fixed;
    padding-top: 80px;
}
.inht .w80{
	padding: 0 40px;
}
.inht .ico{
	margin-bottom: 5px;
}
.inht .ico img{
	display: inline-block;
	height: 24px;
}
.inht .ico h1{
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.inht .ico span{
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	vertical-align: top;
	margin-left: 10px;
	padding-left: 10px;
}
.inht .ico span:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color: #fff;
	transform: translateY(-50%);
}
.inht h3{
	font-size: 14px;
	color: #fff;
	margin-bottom: 50px;
}
.inht p{
	font-size: 24px;
	color: #eee;
	font-weight: bold;
	line-height: 42px;
}

.innews{
	padding: 80px 0;
	background-color: #f5f5f5;
}
.innews .intl{
	margin-bottom: 100px;
}
.innews .intl h3{
	color: #333;
}
.innews .intl h5{
	font-size: 168px;
	top: -80px;
	color: transparent;
	-webkit-text-stroke: 1px #0054A7;
}

.innews .left{
	float: left;
	width: 48%;
}
.innews .right{
	float: right;
	width: 48%;
}
.innews .left a{
	display: block;
	background-color: #fff;
}
.innews .left .img{
	overflow: hidden;
}
.innews .left img{
	display: block;
	transition: all 0.3s;
	height: 490px;
    object-fit: cover;
}
.innews .left .text{
	position: relative;
	padding: 20px 20px 50px 120px;
}
.innews .left .text .date{
	position: absolute;
	left: 20px;
	top: 20px;
	width: 60px;
	font-size: 42px;
	line-height: 48px;
	font-weight: bold;
	color: #0054A7;
	text-align: center;
}
.innews .left .text .date:after{
	content: "";
	position: absolute;
	right: -20px;
	top: 0px;
	width: 1px;
	height: 68px;
	background-color: #ccc;

}
.innews .left .text .date span{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.innews .left .text h3{
	font-size: 24px;
	line-height: 48px;
	color: #333;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.innews .left .text p{
	font-size: 14px;
	line-height: 32px;
	height: 96px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.innews .left a:hover .img img{
	transform: scale(1.05);
}
.innews .left a:hover .text h3{
	color: #0054A7;
}
.innews .right li{
	margin-bottom: 35px;
}
.innews .right li:last-child{
	margin-bottom: 0px;
}
.innews .right li a{
	position: relative;
	z-index: 1;
	display: block;
	padding: 30px 140px 30px 20px;
	background-color: #fff;
}
.innews .right li a:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	background-color: #0054A7;
	opacity: 0;
	transition: all 0.3s;
}
.innews .right li h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.innews .right li p{
	font-size: 14px;
	line-height: 25px;
	color: #888;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}
.innews .right li .date{
	position: absolute;
	right: 20px;
	top: 30px;
	font-size: 64px;
	line-height: 64px;
	text-align: center;
	transition: all 0.3s;
}
.innews .right li .date:after{
	content: "";
	position: absolute;
	top: 0px;
	left: -25px;
	width: 1px;
	height: 94px;
	background-color: #ccc;
	transition: all 0.3s;
}
.innews .right li .date span{
	display: block;
	font-size: 16px;
	line-height: 30px;
}

.innews .right li a:hover:after{
	opacity: 1;
	width: 100%;
}
.innews .right li a:hover h3{
	color: #fff;
}
.innews .right li a:hover p{
	color: #fff;
}
.innews .right li a:hover .date{
	color: #fff;
}









.foot{
	background-color: #343434;
}
.foot .foot1{
	position: relative;
}
.foot .foot1_top{
	position: relative;
	border-bottom: 1px solid #666;
	padding: 60px 0 40px;
	margin-bottom: 40px;
}
.foot .foot1_top .foot_logo img{
	display: block;
	height: 30px;
	margin-bottom: 15px;
}
.foot .foot1_top .foot_logo p{
	font-size: 16px;
	color: #ccc;
	letter-spacing: 2px;
}
.foot .foot1_top .gotop{
	position: absolute;
	right: 0px;
	top: 60px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.3s;
}
.foot .foot1_top .gotop i{
	display: block;
	font-size: 16px;
	color: #0054A7;
	line-height: 40px;
	text-align: center;
	transform: rotate(270deg);
	transition: all 0.3s;
}
.foot .foot1_top .gotop:hover{
	background-color: #0054A7;
}
.foot .foot1_top .gotop:hover i{
	color: #fff;
}
.foot .foot_content{
	padding-bottom: 30px;
}
.foot .foot_nav{
	float: left;
	width: 70%;
}
.foot .foot_nav li{
	float: left;
	margin-right: 12%;
}
.foot .foot_nav li:last-child{
	margin-right: 0px;
}
.foot .foot_nav li>a{
	display: block;
	font-size: 18px;
	color: #ddd;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.foot .foot_nav li dd{
	margin-bottom: 10px;
}
.foot .foot_nav li dd a{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: all 0.3s;
}
.foot .foot_nav li a:hover{
	color: #fff;
}

.foot .foot_contact{
	float: right;
	width: 25%;
	padding-left: 40px;
	border-left: 1px solid #666;
}
.foot .foot_contact h3{
	font-size: 18px;
	color: #eee;
	margin-bottom: 20px;
}
.foot .foot_contact h5{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #ccc;
	margin-top: 15px;
}
.foot .foot_contact p{
	font-size: 14px;
	line-height: 24px;
	color: #ccc;
}
.foot .foot_contact p font{
	font-weight: bold;
}


.foot2{
	background-color: #333;
	
}
.foot2 .w80{
	padding: 12px 0;
	border-top: 1px solid #666;
}
.foot2 p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.foot2 a{
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: all 0.3s;
}
.foot2 a:hover{
	color: #fff;
}


















/*tap*/


.page_ban{
	height: 400px;
	padding-top: 180px;
}
.page_ban .w80 h3{
	font-size: 30px;
	color: #fff;
}
.page_ban .w80 h4{
	font-size: 50px;
	font-weight: bold;
	font-family: "arial";
	color: #fff;
	text-transform: uppercase;
}

.page_nav{
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.page_nav ul{
	float: left;
}
.page_nav ul li{
	float: left;
}
.page_nav ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	height: 70px;
	padding: 0 30px;
}
.page_nav ul li a:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	height: 2px;
	width: 0px;
	background-color: #274082;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.page_nav ul li a:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	width: 1px;
	height: 15px;
	background-color: #ccc;
	transform: translateY(-50%);
}
.page_nav ul li:last-child a:after{
	display: none;
}
.page_nav ul li a:hover{
	color: #274082;
}
.page_nav ul li a:hover:before{
	width: 80%;
}

.page_nav .location{
	float: right;  
}
.page_nav .location p{
	font-size: 16px;
	line-height: 70px;
	height: 70px;
}
.page_nav .location a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	font-family: "iconfont" !important;
}
.page_nav .location span{
	margin: 0 10px;
	color: #666;
}
.page_nav .location a:hover{
	color: #274082;
}

/*about*/

.about{
	margin-bottom: 80px;
}
.about p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	text-align: justify;
	margin-bottom: 5px;
}






/*newslist*/
.newsli_bg{
	/*background-color: #f5f5f5;*/
}
.newsli{
	/*padding: 0 40px;*/
	margin-bottom: 80px;
}
.newsli li{
	margin-bottom: 40px;
}
.newsli li a{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.newsli li a .img{
	position: relative;
	/*float: left;*/
	width: 240px;
	overflow: hidden;
}
.newsli li a .img img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
.newsli li a .text{
	position: relative;
	z-index: 1;
	width: calc(100% - 250px);
	height: 160px;
	padding: 20px 150px 0 20px;
	background-color: #f5f7f8;
}
.newsli li a .text:after{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0px;
	background-color: #0054A7;
	opacity: 0;
	transition: all 0.5s;
}
.newsli li a .text h3{
	font-size: 24px;
	margin: 15px 0;
	color: #333;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsli li a .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 20px;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newsli li a .text .date{
	position: absolute;
	top: 20px;
	right: 0px;
	width: 120px;
	font-size: 64px;
	line-height: 80px;
	color: #333;
	text-align: center;
	transition: all 0.5s;
}
.newsli li a .text .date span{
	display: block;
	line-height: 20px;
}
.newsli li a .text .date:after{
	content: "";
	position: absolute;
	left: -10px;
	top: 10px;
	width: 1px;
	height: 100px;
	background-color: #ccc;
}
/*.newsli li a:hover .img img{
	transform: scale(1.05);
}*/
.newsli li a:hover .text:after{
	opacity: 1;
	width: 100%;
}
.newsli li a:hover .text h3{
	color: #fff;
}
.newsli li a:hover .text p{
	color: #fff;
}
.newsli li a:hover .text .date{
	color: #fff;
}

/*news*/

.news .news_tl{
	text-align: center;
	margin-bottom: 60px;
}
.news .news_tl h3{
	font-size: 24px;
	color: #222;
	margin-bottom: 15px;
}
.news .news_tl span{
	display: block;
	font-size: 14px;
	color: #999;
}
.news .news_con{
	margin-bottom: 60px;
}
.news .news_con p{
	color: #777;
	font-size: 14px;
	line-height: 28px;
}
.news .news_con table{
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0px;
	border-collapse:collapse;
}
.news .news_con table tr td{
	border: 1px solid #ccc;
	color: #777;
	font-size: 14px;
	line-height: 32px;
	padding: 0 10px;
}
.news .news_tj{
	margin-bottom: 110px;
}
.news .news_tj li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
	margin-right: 0px;
}

.news .news_tj li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.news .news_tj li:nth-child(3n){
	margin-right: 0px;
}
.news .news_tj li a{
	display: block;
	border: 3px solid #fff;
	transition: all 0.3s;
}
.news .news_tj li img{
	display: block;
	background-color: #ddd;
	width: 100%;
}
.news .news_tj li .text{
	padding: 20px 15px;
}
.news .news_tj li .text h3{
	font-size: 18px;
	line-height: 30px;
	color: #222;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .news_tj li .text font{
	display: block;
	width: 12px;
	height: 2px;
	background-color: #666;
	margin: 5px 0;
}
.news .news_tj li .text span{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #777;
	margin-bottom: 5px;
	font-family: "arial";
}
.news .news_tj li .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777;
}
.news .news_tj li a:hover{
	border: 3px solid #2772db;
}
.news .fy{
	border-top: 1px solid #ccc;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 50px;
}
.news .fy p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.news .fy a{
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.news .fy a:hover{
	color: #274082;
}


/*photo*/

.photoli{
	margin-bottom: 120px;
}
.photoli h3{
	font-size: 30px;
	margin-bottom: 40px;
	color: #222;
}
.photoli li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 30px;
}
.photoli li:nth-child(3n){
	margin-right: 0px;
}
.photoli li a{
	display: block;
	position: relative;
	transition: all 0.3s;
}
.photoli li img{
	display: block;
	transition: all 0.3s;
}
.photoli li span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0;
	transition: all 0.3s;
}
.photoli li h5{
	line-height: 55px;
	font-size: 18px;
	color: #222;
	text-align: center;
	background-color: #f6f6f6;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.photoli li a:hover{
	background-color: #005ba8;
}
.photoli li a:hover img{
	opacity: 0.2;
}
.photoli li a:hover span{
	opacity: 1;
}
.photoli li a:hover h5{
	color: #fff;
	background-color: #5f9df8;
}

.photoli1{
	margin-bottom: 120px;
}
.photoli1 h3{
	font-size: 30px;
	margin-bottom: 40px;
	color: #222;
}
.photoli1 li{
	float: left;
	width: 23%;
	margin-right: 2.666%;
	margin-bottom: 30px;
}
.photoli1 li:nth-child(4n){
	margin-right: 0px;
}
.photoli1 li a{
	display: block;
	position: relative;
	padding: 10px;
	transition: all 0.3s;
	border: 1px solid #dadada;
}
.photoli1 li .photoli1_con{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 28px;
	opacity: 0;
	transition: all 0.3s;
	background-color: rgba(33, 109, 204, 0.7);
}
.photoli1 li .img{
	font-size: 0px;
	transition: all 0.3s;
	text-align: center;
}
.photoli1 li .img img{
	display: inline-block;
	vertical-align: middle;
}
.photoli1 li span{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	line-height: 56px;
	text-align: center;
	font-size: 60px;
	color: #fff;
	font-family: "宋体";
	border-radius: 100%;
	border: 2px solid #fff;
	opacity: 0;
	transition: all 0.3s;
}
.photoli1 li h5{
	position: absolute;
	width: 100%;
	bottom: 10px;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	opacity: 0;
	transition: all 0.3s;
}
.photoli1 li a:hover .photoli1_con{
	opacity: 1;
}
/*.photoli1 li a:hover img{
	opacity: 0.2;
}*/
.photoli1 li a:hover span{
	opacity: 1;
}
.photoli1 li a:hover h5{
	opacity: 1;
}
.photoli1 .text{
	margin-bottom: 85px;
	background: url(../images/photoli1_ico1.png) no-repeat right top;
}
.photoli1 .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777;
	width: 48%;
}


/*pro_left*/
.proli_nav_mob{
	display: none;
}
.proli_nav{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 280px;
	border: 1px solid #eee;
}
.proli_nav h3{
	font-size: 24px;
	/*font-weight: bold;*/
	color: #fff;
	background-color: #274082;
	padding: 25px 20px;
	text-align: center;
}
.proli_nav li{
	border-top: 1px solid #eee;
}
.proli_nav li a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 48px;
	text-align: center;
	transition: all 0.3s;
}
.proli_nav li a:hover,.proli_nav li.cur a{
	color: #274082;
	/*background-color: #eee;*/
}


/*productlist*/
.proli{
	position: relative;
	min-height: 100px;
	padding-left: 280px;
	margin-bottom: 60px;
}
.proli .con ul{
	margin-bottom: 40px;
}
.proli .con li{
	float: left;
	width: 31%;
	margin-left: 2.333%;
	margin-bottom: 2.333%;
}
/*.proli .con li:nth-child(4n){
	margin-right: 0px;
}*/
.proli .con li a{
	position: relative;
	display: block;
	background-color: #fff;
	/*padding-bottom: 20px;*/
	/*box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);*/
	border: 1px solid #eee;
	transition: all 0.3s;
	overflow: hidden;
}
.proli .con li a:after{
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 48px;
	height: 1px;
	width: 0px;
	background-color: #274082;
	transition: all 0.3s;
}

.proli .con li .img{
	overflow: hidden;
	/*background-color: #000;*/
}
.proli .con li img{
	display: block;
	transition: all 0.3s;
}
.proli .con li h3{
	position: relative;
	z-index: 1;
	font-size: 16px;
	color: #666;
	line-height: 48px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	border-top: 1px solid #eee;
	transition: all 0.6s;
}
.proli .con li a:hover{
	/*box-shadow: 0 0 10px 3px rgba(0,0,0,0.2);*/
}
.proli .con li a:hover:after{
	width: 100%;
}
.proli .con li a:hover img{
	transform: scale(1.1);
	/*opacity: 0.3;*/
}
.proli .con li a:hover h3{
	color: #274082;
	/*background-color: #274082;*/
}



/*product*/
.procon{
	position: relative;
	padding-left: 280px;
	margin-bottom: 60px;
}
.procon .con{
	padding-left: 2.333%;
}
.procon .con .pro_tl{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
}
.procon .con .pro_tl h3{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin-bottom: 10px;
}
.procon .con img.ico{
	display: block;
	margin: 0 auto 30px;
}
.procon .con p{
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	text-align: justify;
}
/*.procon .con .back{
	border-top: 1px solid #eee;
}
.procon .con .back a{
	display: inline-block;
	font-size: 16px;
	line-height: 38px;
	color: #666;
}*/

/*contact*/
.contact{
	padding: 0 20px;
	margin-bottom: 100px;
}
.contact .text{
	float: left;
	width: 380px;
	margin-bottom: 40px;
}
.contact .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	text-align: justify;
}


.contact .map{
	float: right;
	width: calc(100% - 400px);
	height: 300px;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.contact .gbook{
	padding-top: 30px;
 	border-top: 1px dashed #eee;
}

.contact .gbook h3{
	font-size: 24px;
	font-weight: bold;
	color: #274082;
	margin-bottom: 15px;
}
.contact .gbook p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 30px;
}
.contact .gbook li{
	position: relative;
	float: left;
	width: 31%;
	height: 38px;
	margin-right: 3.5%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding-left: 100px;
}
.contact .gbook li:nth-child(3){
	margin-right: 0px;
}
.contact .gbook li:nth-child(4){
	/*float: none;*/
	width: 100%;
	height: auto;
	padding-left: 0px;
}
.contact .gbook li h5{
	position: absolute;
	left: 10px;
	font-size: 16px;
	color: #666;
	line-height: 32px;
}
.contact .gbook li input{
	border: 0px;
	line-height: 36px;
	width: 100%;
	outline: none;
}
.contact .gbook li textarea{
	border: 0px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding: 10px 10px;
	outline: none;
}
.contact .gbook button{
	display: block;
	width: 120px;
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	background-color: #666;
	transition: all 0.3s;
}
.contact .gbook button:hover{
	background-color: #274082;
}


/*应用领域*/
.caseli li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.caseli li:nth-child(3n){
	margin-right: 0px;
}
.caseli li a{
	display: block;
}
.caseli li .img{
	overflow: hidden;
}
.caseli li .img img{
	display: block;
	transition: all 0.3s;
}
.caseli li .text h3{
	font-size: 16px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	background-color: #aaa;
	transition: all 0.3s;
}
.caseli li a:hover .img img{
	transform: scale(1.05);
}
.caseli li a:hover .text h3{
	background-color: #0154a7;
}