.header {
	height:60px; 
	background: #fff;
	min-width: 100%;
	box-sizing: border-box;    position: relative;
    z-index: 9999999;
	border-bottom:1px solid #eee;
}
 .max{ max-width:750px; margin:0 auto} 

.header_fix{
	position: fixed;
	left: 0;
	top:0;
	background: #fff;
	z-index: 9999999;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16); 
}

.header .logo {
	width: 140px; 
	position: relative;
}
.header .logo img{ width:115px;}
 

.header .tel{
      background: url(../images/tel.png) no-repeat left center;
      padding-left: 26px;
    
      background-size: 22px;
}
.header .tel a{
      font-size: 23px;
      color: #014d95;
      font-weight: bold;
      font-family: 'TCCM';
}
.header .menu {
	float: right;
	display: block;
	height: 30px;
	width: 30px;
	z-index: 9999999;
	position: relative; 
}

.header .menu .icon-bar {
	display: block;
	position: relative;
	width: 30px;
	height: 3px;
	background-color: #014d95;
	margin-top: 3px;
}

.header .menu .icon-bar:before,
.icon-bar:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #014d95;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.header .menu .icon-bar:before {
	margin-top: 9px;
}

.header .menu .icon-bar:after {
	margin-top: 18px;
}

.header .menu.toggle-animate .icon-bar {
	background: none
}

.header .menu.toggle-animate .icon-bar:before {
	margin-top: 9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .menu.toggle-animate .icon-bar:after {
	margin-top: 9px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header .menu.toggle-animate .icon-bar:before,
.toggle-animate .icon-bar:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	position: absolute;
	background: #014d95;
}


 
.header .header_box {
	position: relative;
	z-index: 10;
	display: flex;
	height:60px;
	justify-content: space-between;
	align-items: center;
}
.header .header_box::after{
	display: none;
}


.nav {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 5%;
	background: #fff;
	z-index: 14;
	float: none;
	margin-left: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	display: block !important;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	z-index:  999999;
	padding-bottom: 30px;
	box-sizing: border-box;
	padding-top:80px; 
}

.nav ul {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}

.nav ul li.nLi {
	width: 100%;
	border-bottom: 1px solid #f8f8f8;
	color: #666; 
	display: block;
	font-size: 16px;
	position: relative;
}

.nav ul li.nLi>a {
    display: block;
	color: #333; 
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.nav ul li.dowm>a{
    display: inline;
}
.nav ul li.nLi i {
	display: block;
	width: 30px;
	height: 25px;
	background: url(../images/arrowt.png) no-repeat center;
	background-size: 60%;
	position: absolute;
	right: 10px;
	top: 17px;
	-webkit-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.nav ul li.nLi .sub {
	display: none;
	box-sizing: border-box;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 5px 0;
}

.nav ul li.nLi .sub a {
	border-bottom: 1px solid #e8e8e8;
	padding-left: 20px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #737373;
	text-align: left;
	background: #eee;
}

.nav ul li.nLi i.fan {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.nav ul li.nLi:last-child {
	background: none
}

.nav ul li.on a {
	color: #0099d5;
}

.nav.active {
	top: 0;
	box-shadow: 10px 0px 48px 0 rgba(0, 0, 0, .1);
}

.nav_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
 
.bannerlist .swiper-slide {
	width: 100%; 
	position: relative;
}

.bannerlist .swiper-slide a {
	display: block;
	width: 100%; 
}
.bannerlist .swiper-slide a  img{
	display: block;
	width: 100%;
}
.bannerlist .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.bannerlist .swiper-pagination-bullet-active {
	width: 24px;
}

.lmt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.lmt .left {
	position: relative;
}

.lmt .left strong {
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 0px;
	left: 0;
}

.lmt .left span {
	position: relative;
	top: -10px;
	font-size: 20px;
	color: rgba(0, 0, 0, .06);
	font-weight: bold;
}

.lmt .more { 
	display: flex;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #fff;
	align-items: center;
	justify-content: center;
}

.lmt .more span {
	font-size: 12px;
	color: #6d6d6d;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.lmt .more i {
	font-size: 18px;
	color: #bebebe;
	margin-left: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.lmt .more:hover span {
	color: #fff;
}

.lmt .more:hover i {
	color: #fff;
}

.lmt .more:hover {
	background: #55bbf2 !important;
}

.index_products {
	padding-top: 50px;
	background: #f1f3f5;
	padding-bottom: 20px;
}
.index_products ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_products ul li { 
	width: 48%;  
	margin-bottom: 18px;
	position: relative;
	overflow: hidden;
}
 
.index_products ul li img {
	display: block;
	width: 100%;
	 height: 130px;object-fit: cover;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_products ul li p {
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_products ul li:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
}

.index_products ul li:hover p {
	background: #55bbf2;
}


.why { 
	background: url(../images/why_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0;
}

.why .left {
	width: 100%; 
}

.why .left span {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: bold;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}

.why .left strong {
	font-size: 20px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
}
.why .left .tab ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.why .left .tab ul li { 
	width: 48%;
	height: 40px;
	line-height: 40px; 
	background: rgba(0, 0, 0, .4);  
	box-sizing: border-box;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.why .left .tab ul li i {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.why .left .tab ul li p {
	text-align: center;
	color: #fff;
	font-size: 14px; 
}

.why .left .tab ul li.active {
	background: #014d95;
}

.why .swiper-container {
	width: 100%; 
	background: #fff;
}
.why .swiper-container .swiper-slide{
	
	padding: 15px;
	box-sizing: border-box;
}
.why .swiper-container .swiper-slide strong {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}

.why .swiper-container .swiper-slide p:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.why .swiper-container .swiper-slide p {
	margin-bottom: 15px;
	display: flex;
}

.why .swiper-container .swiper-slide p i {
	font-size: 20px;
	font-family: arial;
	display: block;
	font-weight: bolder;
	font-style: normal;
	float: left;
	color: rgba(1, 77, 149, .25);
	margin-right: 5px;
	margin-top: 3px;
}

.why .swiper-container .swiper-slide p span {
	font-size: 14px;
	color: #606a73;
	line-height: 24px;
	flex: 1;
}

.index_more {
	display: flex;
	margin-top: 30px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #014d95;
	align-items: center;
	justify-content: center;
	border: 2px solid #014d95;
}

.index_more:hover {
	background: #fff;
}

.index_more span {
	font-size: 14px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_more i {
	font-size: 18px;
	color: #fff;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_more:hover span,
.index_more:hover i {
	color: #014d95;
}

.index_solution {
	padding-top: 60px;
	background: #f1f3f5;
}

 
.index_solution  ul{
	display: flex;
}
.index_solution  ul li {
	width: 453px;
	height: 274px;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.index_solution ul li:nth-child(3n) {
	margin-right: 0;
}

.index_solution ul li img {
	display: block;
	width: 453px;
	height: 274px;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution .left ul li img {
	display: block;
	width: 453px;
	height: 588px;
}

.index_solution ul li p {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_solution ul li:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
}

.index_solution ul li:hover p {
	background: #55bbf2;
}

.index_about {
	padding-top: 30px;
	padding-bottom: 20px;
}

.index_about .left {
	width: 100%;
}

.index_about .left img {
	display: block;
	width: 100%;
}

.index_about .right {
	width: 100%;
	margin-top: 20px;
}
 
.index_about .right p {
	font-size: 14px;
	color: #606060;
	line-height: 24px;
	text-align: justify;
}

.index_about .right .index_more {
	margin-top: 20px;
}

.num {
	margin-top:20px;
}

.num ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.num ul::after {
	display: none;
}
.num ul li{
	border: 1px solid #eee;
	padding: 15px 0;
	box-sizing: border-box; 
	background: #f9f9f9;
	margin-bottom: 8px;
	width: 49%; 
}
.num ul li b { 
	font-size: 30px;
	font-family: 'Geometric';
	color: #2f2f2f;
}

.num ul li p {  
	text-align: center;    display: flex;
    align-items: center;
    justify-content: center;
}

.num ul li p span { 
	font-size: 14px;    margin-left: 6px;
	color: #040404;
}

.num ul li strong {
	text-align: center;
	display: block;
	font-size: 14px;
	color: #434343;
	font-weight: normal;
	margin-top: 5px;
}

.index_case {
	background: #f7f8f9;
	padding-top: 40px; 
}

.index_case .sbox {
	position: relative;
	padding-bottom: 30px;
}

.index_case .sbox .case_next::after,
.index_case .sbox .case_prev::after {
	display: none;
}

.index_case .sbox .case_next {
	width: 35px;
	height: 35px;
	background: url(../images/next.png) no-repeat center;
	position: absolute;
	right:   0px;
	outline: none; 
}
.caselist{
	padding-bottom: 35px;
}
.index_case .sbox .case_prev {
	width: 35px;
	height: 35px; 
	background: url(../images/prev.png) no-repeat center;
	position: absolute;
	left:  0px;
	outline: none;
}

.index_case .sbox .swiper-slide {
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
 
.index_case .sbox .swiper-slide img {
	display: block;
	width: 100%;
	height: 200px;object-fit: cover;
}

.index_case .sbox .swiper-slide:hover {
	transform: translateY(-5px)
}

.index_case .sbox .swiper-slide .text {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.index_case .sbox .swiper-slide .text strong {
	display: block;
	font-size: 16px;
	color: #000;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_case .sbox .swiper-slide .text strong:hover {
	color: #014d95;
}

.index_case .sbox .swiper-slide .text p {
	font-size: 14px;
	margin-top: 10px;
	color: #6f6f6f;
}

.index_case .sbox .swiper-slide .text p span {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 17px;
	background: url(../images/po.png) no-repeat left center;
}

.index_news {
	padding-top: 40px;
}

.index_news .left_box {
	width: 100%; 
	position: relative;
	overflow: hidden;
}

.index_news .left_box img {
	width: 100%; 
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .left_box .text {
	width: 100%;
	height: 90px;
	background: url(../images/index_news_bg.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding:15px;
	box-sizing: border-box; 
}

.index_news .left_box .text span {
	display: block;
	font-size: 14px;
	color: #fff;
}

.index_news .left_box .text strong {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
}

.index_news .left_box:hover img {
	transform: scaleX(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.index_news .right {
	width: 100%; 
	background: #f5f5f5;
}

.index_news .right ul li {
	padding: 15px; 
	padding-left: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
 .index_news .right ul li a{
	 display: flex;
 }
.index_news .right ul li .time {
	width: 70px; 
	border-right: 1px solid #e4e4e4;
	height: 60px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .time strong {
	display: block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin: 5px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .time span {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li .text {
	flex: 1;
	margin-left: 15px;  
}

.index_news .right ul li .text strong {
	display: block;
	font-size: 17px;
	color: #151515;
	font-weight: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-box-orient: vertical;
}

.index_news .right ul li .text p {
	font-size: 14px;
	color: #838383;
	margin-top: 12px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.index_news .right ul li:hover {
	background: #014d95;
}

.index_news .right ul li:hover .text strong,
.index_news .right ul li:hover .time strong,
.index_news .right ul li:hover .time span,
.index_news .right ul li:hover .text p {
	color: #fff;
}

.index_news .right ul li:hover .time {
	border-right: 1px solid #1466b3;
}

.index_partner {
	padding-top: 55px;
	padding-bottom: 20px;
}

.partner_list .swiper-slide { 
	height: 100px;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	line-height: 100px;
	text-align: center;
}

.partner_list .swiper-slide img {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
	max-height: 80px;
}

.partner_list {
	padding-bottom: 30px;
}

.partner-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.partner-pagination .swiper-pagination-bullet-active {
	background: #6a96c1;
}


.footer {
	background: #111111;
	padding-top: 25px;
}
 
.footer   ul {
	display: flex;  
	border-bottom: 1px solid #272727;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: space-between;
}
 
.footer   ul li{ 
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box; 
	margin-bottom: 10px;
}
.footer  ul li a{
	display: block; 
	color: #a7a7a7;
}
 .footer  .ewm{
	 width: 90px;
 }
  .footer .e p{
	  line-height: 20px;
  }
 .footer img.flogo{
	 width: 130px;
	 margin-bottom: 15px;
	 display: block;
	 
 }
 .footer p{
	 color: #a7a7a7;
	 font-size: 12px;
	 line-height: 24px;
 }
 
 
.footer_nav {
	padding-bottom: 35px;
}
.footer  .text{ margin-left: 15px;}
.footer  .text strong{
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}
.footer  .text  strong{
	margin: 10px 0;
	display: block;
}
.copyright { 
	padding: 15px;
	box-sizing: border-box;
	line-height: 24px;
	border-top: 1px solid #272727;
	font-size: 12px;
	color: #454545;
}

.copyright a {
	color: #454545;
}


.nybanner {
	height: 155px;
}

.nybanner .box {
	    position: relative;
	    padding-top: 40px;
	    padding-bottom: 10px;
	    padding-left: 40px;
}


.banner_title .box{
    padding: 15px;
}

.nybanner .box::before {
	content: "";
	width: 25px;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 40px;
	bottom: 0;
}

.nybanner .box h1 {
	display: block;
	font-size: 24px;
	color: #fff;
}

.nybanner .box h2 {
	display: block;
	font-size: 24px;
	color: #fff;
}

.nybanner .box b {
	display: block;
	font-size: 24px;
	color: #fff;
}

.nybanner .box strong {
	margin-top: 5px;
	display: block;
	color: rgba(255, 255, 255, .5);
	font-family: 'Geometric';
	font-size: 16px;
}

.banner_title .box{
    padding: 15px;
}
.banner_title .box h1{
    font-size: 18px;
    text-align: center;
}
.banner_title{
    display: flex;
    align-items: center;
}
.banner_title .box strong{
    text-align: center;
}
.banner_title .box::before {
	content: "";
	width: 25px;
	height: 4px;
	background: #fff;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	bottom: 0;
	right: 0;
}

.mylmt1 {
	position: relative;
	margin-bottom: 25px;
}

.mylmt1 strong {
	font-size: 22px;
	color: #000;
	position: absolute;
	top: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.mylmt1 span {
	text-align: center;
	display: block;
	font-size: 36px;
	color: rgba(0, 0, 0, .06);
	font-weight: bold;
}

.mylmt2 {
	    position: relative;
	    margin-bottom: 20px;
	    padding-bottom: 20px;
}
.mylmt2::after{
	content: "";
	width: 30px;
	height: 3px;
	background: #014d95;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.mylmt2 strong {
	    font-size: 18px;
	    color: #000;
	    font-weight: normal;
	    position: absolute;
	    top: 5px;
	    left: 0;
	    width: 100%;
	    text-align: center;
}

.mylmt2 span {
	text-align: center;
	display: block;
	font-size: 28px;
	font-family: arial;
	color: rgba(0, 0, 0, .06); 
}
.service_1 {
	padding-top: 35px;
}
.service_1 ul{
	display: flex;
	flex-wrap: wrap;
	
}
.service_1 ul li { 
	width: 50%;
}

.service_1 ul li img {
	display: block;
	margin: 0 auto;    width: 90%;
}

.service_1 ul li p {
	    text-align: center;
	    font-size: 14px;
	    color: #414141;
	    position: relative;
	    top: -25px;
	    width: 85%;
	    margin: 0 auto;
}

.service_2 {
	padding-top: 50px;
}

.service_2 .img {
	width: 100%; 
}
.service_2 .img img{
	display: block;
	width: 100%;
}
.service_2 .text {
	padding: 15px;
	box-sizing: border-box;
	width: 100%; 
	background: #f1f3f5;
}

.service_2 .text ul {
	width: 100%;
}

.service_2 .text ul li {
	margin-bottom: 25px;
	display: flex;
}

.service_2 .text ul li b {
	    display: block; 
	    width: 30px;
	    height: 40px;
	    background: url(../images/service2_icon.png) no-repeat center;
	    color: #fff;
	    font-size: 20px;
	    text-align: center;
	    font-family: arial;
	    padding-top: 5px;
	    margin-right: 10px;
	    box-sizing: border-box;
	    background-size: 100%;
}

.service_2 .text ul li .t {
	flex: 1;
}

.service_2 .text ul li .t strong {
	font-size: 15px;
	color: #1f1f1f;
}

.service_2 .text ul li .t p {
	font-size: 13px;
	color: #666666;
	line-height: 22px; 
}

.service_3 {
	padding-top: 50px;
	padding-bottom: 25px;
}

.service_3 ul li {
	width: 100%; 
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
}

.service_3 ul li i {
	display: block;
	width: 40px;
	    height: 40px;
	margin-right: 15px;
}

.service_3 ul li:nth-child(1) i {
	background: url(../images/service3_icon.png) no-repeat left center;background-size: auto 40px;
}

.service_3 ul li:nth-child(2) i {
	background: url(../images/service3_icon.png) no-repeat -40px center;background-size: auto 40px;
}

.service_3 ul li:nth-child(3) i {
	background: url(../images/service3_icon.png) no-repeat -80px center;background-size: auto 40px;
}

.service_3 ul li:nth-child(4) i {
	background: url(../images/service3_icon.png) no-repeat -120px center;background-size: auto 40px;
}

.service_3 ul li .text {
	flex: 1;
}

.service_3 ul li .text strong {
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 5px;
}

.service_3 ul li .text p {
	font-size: 12px;
	color: #4f4f4f;
	line-height: 20px;
}

.nyt{
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 20px;
	position: relative;
}
.nyt .box{
	display: flex;
	height: 60px;
	justify-content: space-between;
	align-items: center;
}
.nyt .nydh_nav{
	background: url(../images/arrowt.png);
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-size: 100%;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.nyt .open .nydh_nav{ 
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.nyt .box .title{
	font-size: 18px;
	color: #014d95;
}
 .nyt .box .nydh{
	    position: absolute;
	    display: none;
	    top: 60px; 
	    z-index: 999;
	    width: 100%;
	    background: #fff;
	    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
	    left: 0; 
 }
.nyt .box .nydh ul{
	padding: 15px;
	box-sizing: border-box;
}
.nyt .box .nydh ul li{ 
    padding: 0 10px;
    line-height: 45px;
    font-size: 14px;
    color: #525252;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.nyt .box .nydh ul li a{ 
	color: #525252;
	display: block; 
}
 .nyt .box .nydh ul li.on {
	 background: #dfebf7;
 }
.nyt .box .nydh ul li:hover a,.nyt .box .nydh ul li.on a{
	color: #333;
}
.nyt .box::after{
	display: none;
}

.nyt .box .newsnav{
	line-height: 85px; 
	color: #b1b1b1;
}
.nyt .box .newsnav a{ 
	display: inline-block;
	color: #b1b1b1;
	margin: 0 10px;
}
.nyt .box .newsnav i{
	margin-right: 10px;
	color: #b1b1b1;
}
.nyt .box .newsnav a:hover{
	color: #014d95;
}
.newslit { 
	padding-bottom: 50px;
}
 
.newslit  ul li {
 	padding: 15px; 
 	padding-left: 0;margin-bottom: 10px;
 	box-sizing: border-box;
 	border: 1px solid #ececec;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }
.newslit  ul li a{
 	 display: flex;
  }
.newslit ul li .time {
 	width: 70px; 
 	border-right: 1px solid #e4e4e4;
 	height: 60px;
 	text-align: center;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }
 
.newslit  ul li .time strong {
 	display: block;
 	font-size: 24px;
 	color: #333;
 	font-weight: normal;
 	margin: 5px 0;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }
 
.newslit  ul li .time span {
 	display: block;
 	text-align: center;
 	font-size: 12px;
 	color: #666;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }
 
.newslit  ul li .text {
 	flex: 1;
 	margin-left: 15px;  
 }
 
.newslit ul li .text strong {
 	display: block;
 	font-size: 17px;
 	color: #151515;
 	font-weight: normal;
 	word-break: break-all;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	display: -webkit-box;
 	-webkit-line-clamp: 1;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 	-webkit-box-orient: vertical;
 }
 
.newslit  ul li .text p {
 	font-size: 14px;
 	color: #838383;
 	margin-top: 12px;
 	word-break: break-all;
 	text-overflow: ellipsis;
 	overflow: hidden;
 	display: -webkit-box;
 	-webkit-line-clamp: 1;
 	-webkit-box-orient: vertical;
 	-webkit-transition: all .3s ease-in-out 0s;
 	transition: all .3s ease-in-out 0s;
 }
 
.newslit  ul li:hover {
 	background: #014d95;
 }
 
.newslit  ul li:hover .text strong,
.newslit  ul li:hover .time strong,
.newslit  ul li:hover .time span,
.newslit  ul li:hover .text p {
 	color: #fff;
 }
 
.newslit  ul li:hover .time {
 	border-right: 1px solid #1466b3;
 }
 
.fenye { 
	width: 100%;
	padding-top: 30px;
	text-align: center;
}

.fenye a,
.fenye b {
	    display: inline-block;
	    margin: 1px;
	    border-radius: 5px;
	    padding: 5px 9px;
	    background: #fff;
	    font-size: 12px;
	    color: #444;
	    border: 1px solid #e5e5e5;
	    -webkit-transition: all .3s ease-in-out 0s;
	    transition: all .3s ease-in-out 0s;
}

.fenye b,
.fenye a:hover {
	background: #003f97;
	color: #fff;
	border: 1px solid #003f97;
}

.contact {
	padding-top: 35px;
	padding-bottom: 80px;
}

.contact ul {
	margin-bottom: 30px;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact ul li { 
	width: 48%; 
	border: 1px solid #dadada; 
	padding-top: 26px;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

 
.contact ul li i {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	background: #003f97;
	text-align: center;
	line-height: 80px;
	margin-bottom: 15px;
}

.contact ul li i img {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.contact ul li strong {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #000000;
	margin-bottom: 13px;
}

.contact ul li p {
	text-align: center;
	    font-size: 12px;
	    color: #525252;
	    line-height: 20px;
}
.contact ul li p a{
border-bottom: 1px dashed #ccc;
	    color: #525252;
}
.contact ul li:last-child {
	padding-top: 15px;
}

.contact ul li:last-child img {
    display: block;
    margin: 0 auto;
    width: 120px;
    margin-bottom: 10px;
}

.contact ul li:last-child span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #525252;
}

.contact ul li:hover {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .08);
}




#map {
	width: 100%;
	height: 220px;
}

.form label {
	display: block;
	margin-bottom: 15px;
}

.form label input {
	float: left;
	width: 49%;
	height: 45px; 
	border: none;
	background: #f2f2f2;
	padding-left: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.form textarea {
	width: 100%;
	height: 145px;
	border: none;
	background: #f2f2f2;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.form p {
	text-align: center;
	margin-top: 15px;
}

.form p input[type="submit"] ,.form p input[type="button"] {
	width: 120px;
	height: 40px;
	background: #003f97;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	margin-right: 15px;
}

.form p input[type="reset"] {
	width: 120px;
	height: 40px;
	background: #9c9c9c;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	cursor: pointer;
}


.about1 {
	padding: 30px 0;
}

.about1 .left img {
	display: block;
	width: 100%;
}

.about1 .right {
	width: 100%;
	margin-top: 15px;
}

.about1 .right h1 {
	font-size: 18px;
	margin-bottom: 20px;
}

.about1 .right p {
	font-size: 14px;
	color: #484848;
	line-height: 24px;
	text-align: justify;
	margin-bottom:15px;
}

.about2 { 
	padding: 15px 0;
	background: #023491;
}
.about2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about2 ul li {  
	width: 50%;
	margin-bottom: 15px;
}

.about2 ul li div {
	text-align: center;
}

.about2 ul li div strong {
	font-size: 30px;
	color: #fff;
	font-family: 'DINCond';
}

.about2 ul li div span {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-left: 5px;
}

.about2 ul li p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

.about3 {
	padding-top: 25px;
	padding-bottom: 35px;
}

.about3 dl {
	    background: url(../images/about3.png) no-repeat center top 70px;
	    background-size: 100%;
}

.about3 dt {
	width: 90%;
	height: 50px;
	line-height: 50px;
	border: 2px solid #023491;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	color: #023491;
	font-weight: bold;
	margin-bottom: 80px;
}

.about3 dd {
	width: 49%;
	box-sizing: border-box;
	padding: 15px;
	
	border: 1px solid #a7b8d9;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	padding-top: 25px;
	box-sizing: border-box;
	float: left;
	margin-right: 2%;
	border-radius: 5px;
	margin-bottom: 10px;
}

.about3 dd:nth-child(odd) {
	margin-right: 0;
}

.about4 {
	background: url(../images/about4_bg.jpg) no-repeat center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-size: cover;
}

.about4 .mylmt1 strong {
	color: #fff;
}

.about4 .mylmt1 span {
	color: rgba(255, 255, 255, .04);
}
.about4 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about4 ul li { 
	width: 49%;
	padding-top: 20px;
	box-sizing: border-box; 
	background: rgba(255, 255, 255, .85); 
	margin-bottom: 10px;
	padding-bottom: 15px;
}

.about4 ul li img {
	display: block;
	margin: 0 auto;
	width: 40%;
	margin-bottom: 10px;
}

.about4 ul li:last-child {
	margin-right: 0;
}

.about4 ul li strong {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom:15px;
	text-align: center;
}

.about4 ul li p {
	    font-size: 12px;
	    color: #636363;
	    line-height: 20px;
	    text-align: center;
	    width: 90%;
	    margin: 0 auto;
}

.about5 {
	padding-top: 28px;
	padding-bottom: 30px;
}

.about5 .gallery-thumbs {
	padding: 0 100px;
	padding-bottom: 20px;
}

.about5 .gallery-thumbs::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e7e7;
	position: absolute;
	left: 0;
	bottom: 55px;
}

.about5 .gallery-thumbs .swiper-slide {
	text-align: center;
	padding-top: 19px;
	font-size: 18px;
	color: #909090;
	font-family: 'DINCond';
	background: url(../images/about5_p1.png) no-repeat center top;
}

.about5 .gallery-thumbs .swiper-slide-active {
	font-size: 18px;
	color: #252525;
	background: url(../images/about5_p2.png) no-repeat center top;
}
.swiper-about5-next{
	width: 35px;
	height: 35px;
	background: url(../images/nexts.png) no-repeat center #023491;
	background-size: 15px;
	border-radius: 50%;
	top: 7%;
	right: 0;
	outline: none;
}
.swiper-about5-next::after{
	display: none;
}
.swiper-about5-prev{
	width: 35px;
	top: 7%;
	left: 0;
	height: 35px;
	background: url(../images/prevs.png) no-repeat center #023491;
	background-size: 15px;
	border-radius: 50%;
	outline: none;
}
.swiper-about5-prev::after{
	display: none;
}

.gallery-top{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}
 
.gallery-top .swiper-slide img{
	display: block; 
	width: 100%; 
	margin-bottom: 20px;
}
.gallery-top .swiper-slide .text{
	width: 100%;
}
.gallery-top .swiper-slide .text strong{
	display: block;
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}
.gallery-top .swiper-slide .text p{
    font-size: 14px;
    line-height: 26px;
    color: #636363;
    background: url(../images/d.png) no-repeat 12px 9px;
    margin-bottom: 15px;
}

.about6{
	padding-top: 25px;
	background: #f5f5f5;
	padding-bottom: 30px;
}
.about6 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about6 ul li { 
	width: 49%;
	padding-top: 15px;
	box-sizing: border-box; 
	background: #fff; 
	margin-bottom: 10px;
	padding-bottom: 15px;
	box-shadow: 0px 3px 15px rgba(0,0,0,.05);
}

.about6 ul li img {
	display: block;
	margin: 0 auto;width: 50%;
	margin-bottom: 8px;
}

.about6 ul li:last-child {
	margin-right: 0;
}

.about6 ul li strong {
	display: block;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-bottom: 8px;
	text-align: center;
}

.about6 ul li p {
	font-size: 12px;
	color: #636363;
	width: 90%;
	margin: 0 auto;
	line-height: 22px;
	text-align: center;
}
.about7{
	padding-top: 25px;
	padding-bottom: 36px;
}
.about7 .swiper-slide img{
	display: block;
	width: 100%;
}
.about7 .swiper-slide p{
	text-align: center;
	font-size: 14px;
	color: #2c2c2c;
	margin-top: 8px;
}
.about7 .sbox{
	position: relative;
}
.swiper-about7-next{
	width: 37px;
	outline: none;
	height: 37px;
	right: 10px;
	background: url(../images/hnext.png) no-repeat center #fff;    border-radius: 50%;
}
.swiper-about7-prev{
	width: 37px;
	height: 37px;
	outline: none;
	left: 10px;
	background: url(../images/hprev.png) no-repeat center #fff;    border-radius: 50%;
}
.swiper-about7-prev::after{
	display: none;
}
.swiper-about7-next::after{
	display: none;
}


.caselit{ 
	padding-bottom:30px;
}
.caselit .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselit .list li {
	width: 49%;  
	margin-bottom: 10px;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .1);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
 
.caselit .list li img {
	display: block;
	width: 100%;object-fit: cover;
	height: 130px;
}
 
.caselit .list li:hover {
	transform: translateY(-5px)
}

.caselit .list li .text {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.caselit .list li .text strong {
	display: block;
	font-size: 15px;
	font-weight: normal;
	color: #545454;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.caselit .list li .text strong:hover {
	color: #014d95;
}

.caselit .list li .text p {
	font-size: 16px;
	margin-top: 20px;
	color: #6f6f6f;
}

.caselit .list li .text p span {
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding-left: 17px;
	background: url(../images/po.png) no-repeat left center;
}

.solutionlit{
	padding-bottom: 30px; 
}
.solutionlit .list li{ 
	width: 100%; 
	border: 1px solid #e3e3e3;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
 .solutionlit .list li a{
	 display: flex;
	 justify-content: space-between;
 }
.solutionlit .list li img{
	display: block; 
	height: 100%;
    width: 120px;  
}
.solutionlit .list li .text{
	width: 100%;  
	flex: 1;
	margin-left: 10px; 
}
.solutionlit .list li .text strong{
	display: block;
	font-size: 16px;
	color: #333;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
	margin-bottom: 6px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionlit .list li .text strong:hover{
	color: #023491;
}
.solutionlit .list li .text p{
	font-size: 13px;
	line-height: 22px;
	color: #7a7a7a;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.solutionlit .list li .text span{
	    color: #023491;
	    font-size: 12px;
	    display: block;
	    margin-top: 10px;
}
.solutionlit .list li:hover{
	box-shadow: 0px 3px 16px rgba(0,0,0,.1);
}

.solutionxq{
	padding-top: 30px; 
}
.newstext{
	font-size: 14px;
	color: #545454;
	padding-bottom: 30px;
	line-height: 26px;
	text-align: justify;
}
.newstext p{
    margin-bottom: 15px;
}
.newstext img{
	max-width: 100%;
	margin: 15px 0;
	height: auto !important;
}

.messagex{
	padding: 40px 0;
	background: #f4f4f4;
}
.messagex .form input[type="text"]{
	background: #fff;
}
.messagex .form textarea{
	background: #fff;
}

.tuijian{
	padding: 20px 0;
}
.tuijian ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tuijian ul li{ 
	width: 49%; 
	margin-bottom: 10px;
}
.tuijian ul li:last-child{
	margin-right: 0;
}
.tuijian ul li img{
	display: block;
	width: 100%;
	height: 130px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.tuijian ul li p{
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 5px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.tuijian ul li:hover img{
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}

.proxq1{
	background: #ebeef3;
	padding-bottom: 20px;
}

.newsnav{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cdd5da;
	font-size: 14px;
	color: #959595;
	margin-bottom: 28px;
}
.newsnav i{
	font-size: 14px;
	color: #b2b2b2;
}
.newsnav a{
	color: #959595;
}
.proxq1 .left{
	width: 100%;
}
.proxq1 .left img{
	display: block;
	width: 100%;
}
.proxq1 .right{
	width: 100%;
	padding-top: 15px;
}
.proxq1 .right h1{  
	font-size: 20px;
	margin-bottom: 15px;
}
.proxq1 .right .d{
	font-size: 15px;
	line-height: 26px;
	color: #606060; 
	text-align: justify;
	margin-bottom: 26px;
}
.proxq1 .right ul{
	display: flex;
	border: 1px solid #cdd5da;  
}
.proxq1 .right ul li{
	flex: 1;
	padding: 10px;
	box-sizing: border-box;
	text-align: center; 
	border-left: 1px solid #cdd5da;
}
.proxq1 .right ul li strong{
	font-size: 14px;
	color: #000;
	padding-top: 5px;
	display: inline-block;
	font-family: arial;
}
.proxq1 .right ul li:first-child{
	border-left: none;
}
.proxq1 .right ul li p{
	font-size: 12px;
	color: #343434;
	margin-top: 5px;
}
.proxq1 .right ul li span{
	font-size: 22px;
}
.proxq1 .right .proxq1_a{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.proxq1 .right .proxq1_a a{
	display: flex;
	align-items: center;
	justify-content: center; 
	width: 48%;
	height: 45px;
	background: #014d95;
	border-radius: 5px;
	color: #fff;
}
.proxq1 .right .proxq1_a a strong{
	font-size: 14px;
}
.proxq1 .right .proxq1_a a i{
	font-size: 16px; 
	margin-right: 5px;
}
.proxq1 .right .proxq1_a .p_a{ 
	width: 48%;
	height: 45px;
	line-height: 45px;
	background: #ffffff;
	border-radius: 5px;  
	text-align: center; 
	box-sizing: border-box;
}
 
.proxq1 .right .proxq1_a .p_a strong{
	display: block;
	font-size: 18px;
	font-family: arial;
	color: #2f2f2f;
} 
.advantages ul{
	position: relative;
}
 
.advantages li{
	margin-bottom: 20px;
	position: relative;
}
.advantages li .yc1{
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	top: 0;
} 
.advantages li .text{
	width: 100%;
}
.advantages li .text strong{
	display: block;
	font-size: 18px;
	color: #014d95;
	font-weight: normal;
	margin-bottom: 10px;
}
.advantages li .img {
	margin-bottom: 15px;
}
.advantages li .img img{
	display: flex;
	width: 100%;
}
.advantages li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #585858;
}
.characteristic ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.characteristic ul li{ 
	width: 49%; 
	border: 1px solid #eaeaea;
	padding: 10px;
	box-sizing: border-box; 
	margin-bottom: 10px;
}
.characteristic ul li:nth-child(4n){
	margin-right: 0;
}
.characteristic ul li i{
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto; 
	margin-bottom: 12px;
}
.characteristic ul li i img{
	 max-width: 50px;
	 max-height: 50px;
}
.characteristic ul li strong{
	display: block;
	font-size: 16px;
	color: #373737;
	font-weight: normal;
	text-align: center;
}
.characteristic ul li p{
	font-size: 13px;
	color: #686868;
	margin-top: 10px;
	line-height: 22px;
	text-align: center;
	padding: 0 5px;
}

.detail{ 
	padding-bottom: 30px;
}
.detail h1{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 15px;
}
.detail .tit{
	text-align: center;
	font-size: 12px;
	color: #666; 
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}


.fn{ 
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e5e5e5;
}
.fn p{
	font-size: 14px;
	margin-bottom: 15px;
	color: #666;
}
.fn p a{
	color: #666;
}
.fn p a:hover{
	color: #003f97;
}


.newstuijian {
	padding-bottom: 50px;
}
.newstuijian ul li {
	float: left;
	width: 712px;
	padding: 28px 33px;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-right: 15px;
	border: 1px solid #ececec;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslit .tit{
	font-size: 18px;
	display: block;
	margin-bottom: 20px;
	color: #333;
}
.newstuijian ul li:nth-child(even){
	margin-right: 0;
}
.newstuijian ul li:after {
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
}

.newstuijian ul li .time {
	width: 83px;
	float: left;
	border-right: 1px solid #e4e4e4;
	height: 73px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .time strong {
	display: block;
	font-size: 32px;
	color: #333;
	font-weight: normal;
	margin: 5px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .time span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li .text {
	float: right;
	margin-left: 18px;
	width: 525px;
	padding-top: 5px;
}

.newstuijian ul li .text strong {
	display: block;
	font-size: 20px;
	color: #151515;
	font-weight: normal;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-box-orient: vertical;
}

.newstuijian ul li .text p {
	font-size: 16px;
	color: #838383;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.newstuijian ul li:hover {
	background: #014d95;
}

.newstuijian ul li:hover .text strong,
.newstuijian ul li:hover .time strong,
.newstuijian ul li:hover .time span,
.newstuijian ul li:hover .text p {
	color: #fff;
}

.newstuijian ul li:hover .time {
	border-right: 1px solid #1466b3;
}
