@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
.clear{
	clear: both;
}
body{
	font-family: PingFangSC-Regular, PingFang SC, arial, helvetica, sans-serif;
}
body,a{
	color: #1D2129;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
.flex-justify-between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex_column {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.flex-justify-center {
    justify-content: center;
}
header{
    background-color: rgba(255,255,255,2.59);
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
header:hover,.fixs{
  background-color: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #E6EBF2;
  box-shadow: inset 0 -1px 0 0 #E6EBF2;
}
.header{
	width: 1200px;
	margin: 13px auto;
}
nav{
	float: left;
	margin-left: 80px;
}
nav li{
	display: block;
	height: 72px;
	line-height: 72px;
	margin: 0 20px;
	position: relative;
	float: left;
	font-size: 15px;
}
nav li a:hover{
	color: #1684fc;
}
nav ul ul{
	position: absolute;
	display: none;
	width: 240px;
	background: #eee;
	left: 0;
	top: 70px;
}
nav ul ul li{
	width: 240px;
	min-height: 42px;
	background: #fff;
	line-height: 150%;
	display: block;
	font-size: 14px;
	margin: 0;
	position: relative;
}
nav ul ul li:hover{
	background: #f4f7fa;
}
nav ul ul li em{
	display: block;
	font-style: normal;
	padding: 15px 0 0 45px;
}
nav ul ul li i{
	display: block;
	padding: 0 0 0 45px;
	font-style: normal;
	font-size: 12px;
}
nav ul ul li a i{
	color: #999;
}
nav ul ul span img{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
}
nav .cur a{
	color: #1684fc;
}
.logo{
	float: left;
	margin: 20px 0 0 0;
}
.logo img{
	width: 180px;
}
.banner-item img{
	width: 100%;
}
.consul-btn{
    width: 120px;
    text-align: center;
    background: #1684fc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
	height: 34px;
    line-height: 34px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
	float: right;
	margin: 20px 0 0 0;
}
.consul-btn a{
	color: #fff;
}
.consul-btn:hover{
	background: #003ad9;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.banner-box{
	width: 1200px;
	position: absolute;
	top: 34.6%;
	left: 50%;
	margin: 0 0 0 -600px;
	z-index: 9999;
}
.banner-txt{
	font-size: 40px;
	font-weight: bold;
	color: #000;
}
.banner-subtxt{
    font-size: 20px;
    color: #525252;
    line-height: 28px;
    margin-top: 14px;
}
.btn-box{
    position: static;
    margin-top: 65px;
}
.btn-box .btn{
    padding: 10px 32px;
}
.btn1{
	background-color: #2A6FFF;
	color:#ffffff;
}
.btn2{
	border:1px solid #1684fc;
	background-color: rgba(255,255,255,0);
	color:#1684fc;
	margin-left: 24px;
}
.idx-title{
	text-align: center;
	padding-bottom: 60px;
}
.idx-title h4{
    font-size: 40px;
    color: #121933;
    line-height: 1.3;
	font-weight: normal;
}
.idx-title h5{
    font-size: 16px;
    color: #525252;
    line-height: 22px;
    margin-top: 10px;
	font-weight: normal;
}
.solute .idx-title h4,.solute .idx-title h5{
	color: #fff;
}
.service{
	padding: 80px 0 60px 0;
	text-align: center;
	font-size: 0;
}
.service-title{
	width: 228px;
	height: 84px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 288px 132px !important;
	padding: 24px 30px;
	transition: all .2s ease-in-out; 
}
.service-title1{
	background: url("../img/service_li1.png");
}
.service-title2{
	background: url("../img/service_li2.png");
}
.service-title3{
	background: url("../img/service_li3.png");
}
.service-title4{
	background: url("../img/service_li4.png");
}
.service-title h4{
	font-size: 24px;
	transition: all .2s ease-in-out; 
}
.service-title h5{
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 8px 0 0 0;
	transition: all .2s ease-in-out; 
}
.service-item{
	width: 288px;
	display: inline-table;
	text-align: left;
	margin: 0 8px;
	-webkit-transition: all .2s ease-in-out; 
	transition: all .2s ease-in-out; 
	background: #fff; 
	
}
.service-item h3 a{
	display: block;
    width: 100%;
    border: 1px solid #1684fc;
    text-align: center;
    color: #1684fc;
    font-size: 14px;
    margin-top: 32px;
    line-height: 22px;
    padding: 9px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.3s;
}
.service-item:hover{
	opacity: 1; 
	-webkit-transform: translateY(-24px); 
	-ms-transform: translateY(-24px); 
	transform: translateY(-24px);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}
.service-item:hover .service-title1{
	background: url("../img/services_li1.png");
}
.service-item:hover .service-title2{
	background: url("../img/services_li2.png");
}
.service-item:hover .service-title3{
	background: url("../img/services_li3.png");
}
.service-item:hover .service-title4{
	background: url("../img/services_li4.png");
}
.service-item:hover h4,.service-item:hover h5{
	color: #fff;
}
.service-item-li ul{
	display: block;
	height: 280px;
}
.service-item-li{
	border: 1px solid #E6EBF2;
	padding: 33px 32px 24px;
	font-size: 16px;
	line-height: 24px;
}
.service-item-li li{
	padding: 10px 0;
	color: #121933;
	font-size: 16px;
	font-weight: bold;
}
.service-item-li li i{
	display: block;
	font-style: normal;
	font-size: 12px;
	color: #777;
}
.service-item-li li em{
	color: #2A6FFF;
	font-style: normal;
	font-size: 24px;
}
.solute{
	width: 100%;
	height: 708px;
	background-image: url("../img/bg1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 788px;
	padding: 80px 0 0 0;
}
.solute-box{
	width: 1200px;
	margin: 0 auto;
}
.solute-left{
    width: 300px;
    height: 478px;
    background: rgba(23, 24, 27, .5);
    box-shadow: 0 12px 48px 0 rgb(0 113 239 / 10%);
    backdrop-filter: blur(14px);
    padding: 56px 0 0 0;
    cursor: pointer;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.solute-left ul{
	position: relative;
}
.solute-left li{
	display: block;
	width: 266px;
    height: 56px;
    line-height: 56px;
    text-align: left;
    padding-left: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
	position: relative;
	z-index: 2;
}
.solute-left li.active{
	background: #1684fc;
    border-radius: 0px 4px 4px 0px;
}
.solute-mid{
    width: 730px;
	height: 478px;
    background: rgba(23, 24, 27, .4);
    backdrop-filter: blur(14px);
    padding: 56px 0 0 0;
}
.solute-mid h4{
	margin: 0 40px;
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.solute-mid p{
	margin: 0 40px;
	color: #fff;
	opacity: 0.8;
	line-height: 180%;
	font-size: 14px;
	padding: 26px 0 0 0;
}
.solute_swiper{
	height: 330px;
}
.solute-item{
	margin: 44px 40px 0 40px;
}
.solute-item-li{
	text-align: center;
	font-size: 0;
	transform: scale(1); 
	transition: all 0.7s ease 0s;
}
.solute-item-li:hover{
	transform: scale(1.2);
}
.solute-item-li span{
	display: block;
}
.solute-item-li span img{
	width: 30px;
	height: 30px;
}
.solute-item-li b{
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	padding: 8px 0 0 0;
}
.solute-btn{
	margin: 20px 40px 0 40px;
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 42px 0 0 0;
}
.common-btn{
	width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 3px;
	cursor: pointer;
}
.common-btn a{
	color: #fff;
}
.bg-box{
	background: #1684fc;
    border-radius: 0px 4px 4px 0px;
	width: 266px;
	height: 56px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: -webkit-transform 400ms cubic-bezier(0.48,0.33,0.24,0.95) 0ms;
	transition: -webkit-transform 400ms cubic-bezier(0.48,0.33,0.24,0.95) 0ms;
	transition: transform 400ms cubic-bezier(0.48,0.33,0.24,0.95) 0ms;
	transition: transform 400ms cubic-bezier(0.48,0.33,0.24,0.95) 0ms,-webkit-transform 400ms cubic-bezier(0.48,0.33,0.24,0.95) 0ms;
}
.btn-blue{
	background-color: #1684fc;
    border: 1px solid #1684fc;
	margin-right: 15px;
}
.solute-right{
	width: 270px;
    height: 534px;
    background: rgba(23, 24, 27, .5);
    backdrop-filter: blur(14px);
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.solute-ico{
	width: 240px;
    height: 390px;
    background-image: url("../img/solute_ico1.png");
    background-repeat: no-repeat;
    background-size: 234px 264px;
    background-position: bottom;
}
@keyframes animat {
	0% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0);
	}
}
.solute-ico img{
	animation: animat 1.2s linear .8s infinite alternate;
	width: 140px;
	height: 140px;
	margin-top: 50px;
}
.case{
	padding: 60px 0 80px 0;
	height: 615px;
    background-image: url("../img/bg5.png");
    background-size: cover;
}

.case-header {
    border-bottom: 1px solid #eee;
	padding-bottom: 18px;
}
.grid-box-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}
.grid-box-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}
.case-item{
    width: 245px;
    height: 225px;
    background: #fff;
    box-shadow: 0px 5px 20px rgb(121 148 193 / 6%);
    opacity: 1;
    border-radius: 4px;
    padding: 20px 32px 20px 15px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}
.case-box-bg {
	background-image: url('../img/bg6.png');
	background-repeat: no-repeat;
	background-size: 205px 95px;
	background-position: right top;
	box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
	transform: translateY(-15px);
}
.case-main .desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
	padding-bottom: 10px;
    color: #888888;
}
.case-main{
	margin-top: 18px;
}
.case-main .picture img {
    width: 245px;
    height: 163px;
    border-radius: 2px;
}
.case-header .badge {
    width: 86px;
    height: 19px;
    border: 1px solid #1684fc;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #1684fc;
    margin-left: 6px;
}
.case-main .common-btn{
    width: 90px;
	height: 34px;
	background-color: #1684fc;
    border: 1px solid #1684fc;
}
.case-main .common-btn a{
	color: #fff;
}
.customer-title {
    text-align: center;
    position: relative;
}
.customer-title::before {
    content: "";
    width: 37.084%;
    height: 1px;
    background-color: #707481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 0.29;
}
.customer-title::after {
    content: "";
    width: 37.084%;
    height: 1px;
    background-color: #707481;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    opacity: 0.29;
}
.customer-title h5 {
    font-size: 24px;
    font-weight: bold;
    color: #121933;
	padding: 35px 0 35px 0;
}
.customer-li{
	width: 120px;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 9px 0px rgb(52 94 184 / 5%);
    box-shadow: 0px 5px 9px 0px rgb(52 94 184 / 5%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.customer-li img{
    max-width: 90%;
    max-height: 90%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
	vertical-align: middle;
	opacity: .5;
    transition: .5s;
    -webkit-transition: .5s;
}
.customer-li img:hover {
	opacity: 1;
}
.technology{
    height: 602px;
    background-image: url("../img/bg2.png");
    background-size: cover;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.pd80{
	padding-top: 80px;
}
.grid-box-6{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: auto;
    width: 100%;
    grid-gap: 10px;
}
.technology-item{
	/*width: 150px;*/
    height: 244px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(153deg, #EAEEF5 0%, #FFFFFF 100%);
    box-shadow: 0px 3px 20px rgb(5 36 82 / 7%);
    border-radius: 2px;
    cursor: pointer;
    transition: all 1s;
}
.technology-ico img{
	width: 62px;
	height: 62px;
}
.technology-title{
	font-size: 18px;
	padding: 45px 0 0 0;
}
.none{
	display: none;
}
.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.technology-item.active {
    width: 400px;
    background: #1684fc;
    color: #fff;
    background-image: url(../img/bg3.png);
    background-size: 124px 124px;
    background-position: right top;
    background-repeat: no-repeat;
}
.technology-content img{
	width: 30px;
}
.technology-stitle {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 18px;
    color: #FFFFFF;
    margin: 20px 0 24px;
}
.sm-line {
    width: 22px;
    height: 3px;
    background-color: #fff;
}
.technology-desc {
    width: 308px;
    height: 46px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    margin-top: 20px;
}
.news{
    height: 684px;
    background-image: url("../img/bg4.png");
    background-size: cover;
	padding: 80px 0 0 0;
}
.news-container{
	width: 1200px;
	margin: 0 auto;
}
.news-box{
    width: 386px;
    height: 458px;
    background: rgba(255, 255, 255, 0.3900);
    box-shadow: 0px 3px 20px rgb(0 0 0 / 6%);
    border-radius: 4px;
}
.news-box-top{
    width: 386px;
    height: 175px;
    background-size: cover;
}
.top1{
	background-image:url("../img/news_bg1.png");
}
.top2{
	background-image:url("../img/news_bg2.png");
}
.top3{
	background-image:url("../img/news_bg3.png");
}
.news-box-title{
	padding-left: 28px;
}
.news-box-title em{
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    opacity: 0.8;
	display: block;
	font-style: normal;
}
.news-box-title h4{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.news-box-main{
    padding: 16px 27px 18px;
}
.news-box-main h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	word-break: break-all;
}
.news-box-main p{
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 10px;
    width: 332px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 18px;
    cursor: pointer;
}
.news-box-main ul{
	border-top: 1px solid #eee;
	padding: 15px 0 0 0;
}
.news-box-main li{
	height: 32px;
	line-height: 32px;
	position: relative;
	padding-left: 55px;
}
.news-box-main li a{
	display: block;
	width: 282px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #282828;
    font-size: 14px;
}
.news-box a:hover{
	color: #2A6FFF;
}
.news-box-main li span{
	position: absolute;
	left: 0;
	color: #999;
	top: 0;
}
footer{
	background: rgb(37, 37, 37);
	color: #ddd;
}
footer a{
	color: #bbb;
}
footer a:hover{
	color: #fff;
}
.guestbook-container{
	background-image: url("../img/bg7.png");
	background-size: 100% 100%;
}
.guestbook{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	
}
.guest-item h4{
	font-size: 24px;
	color: #ddd;
	padding-bottom: 10px;
}
.guest-item p{
	font-size: 20px;
	color: #bbb;
}
.guest-item h5{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
.guest-item input{
	width: 204px;
    height: 48px;
	font-size: 16px;
	border-radius: 5px;
	outline: none;
	border: none;
	padding: 0 10px;
	margin-right: 5px;
	background: #eee;
}
.guest-item-btn{
	width: 128px !important;
    height: 48px;
	background: #1684fc !important;
	border: none;
	cursor: pointer;
	margin-right: 0 !important;
	color: #fff;
	font-size: 16px !important;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}
.footer-txt{
	float: left;
	width: 228px;
}
.footer-txt-item{
	position: relative;
	padding: 0 0 20px 40px;
}
.footer-txt-item:after{
	content: '';
	display: block;
	width: 36px;
	height: 36px;
	background-size: 36px 36px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
}
.foot-tel:after{
	background-image: url("../img/ico_tel.png");
}
.foot-tel2:after{
	background-image: url("../img/ico_tel2.png");
}
.foot-dm:after{
	background-image: url("../img/ico_dm.png");
}
.footer-txt-item h5{
	font-weight: normal;
	color: #bbb;
}
.footer-txt-item p{
	font-weight: 400;
    color: #ddd;
	font-size: 22px;
}
.footer-nav{
	float: left;
	width: 660px;
}
.footer-nav-item{
	float: left;
	margin-left: 80px;
}
.footer-nav-item h5{
	font-size: 16px;
	padding-bottom: 20px;
	font-weight: normal;
}
.footer-nav-item li{
	font-size: 14px;
	padding-bottom: 12px;
}
.footer-nav-item li a:hover{

}
.foot-follow{
	float: right;
	margin-right: 50px;
}
.foot-follow h5{
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
.footer-link{
	/*background: #1C2026;*/
	padding: 0 0 0 0;
	font-size: 0;
}
.footer-link li{
	display: inline-table;
	font-size: 14px;
	margin-right: 20px;
	padding: 2px 0;
}
.footer-link-box{
	width: 1120px;
	margin: 0 auto;
	padding: 30px 0 0 80px;
	position: relative;
	border-top: 1px solid #333;
}
.footer-link-box span{
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 32px;
	color: #bbb;
}
.copyright{
	text-align: center;
	font-size: 12px;
	padding: 40px 0;
	color: #bbb;
}
.sbanner{
	position: relative;
}
.sbanner img{
	width: 100%;
}
.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	margin: auto;
}
.banner-title-box{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	color: #fff;
}
.banner-title{
	font-weight: bold;
    font-size: 48px;
    line-height: 48px;
	padding-bottom: 58px;
}
.position {
    height: 72px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 -1px 0 0 #e6ebf2;
    box-shadow: inset 0 -1px 0 0 #e6ebf2;
}
.cate-li{
	width: 758px;
	text-align: center;
	height: 72px;
	line-height: 72px;
	font-weight: bold;
	position: relative;
}
.cate-li.active a{
	color: #1684fc;
}
.cate-li.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 2px;
    background: #1684fc;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.news-item{
	width: 375px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
}
.news-item:hover{
	-webkit-transform: translateY(-18px); 
	-ms-transform: translateY(-18px); 
	transform: translateY(-18px);
	-webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); 
}
.news-item img{
	width: 100%;
	height: 250px;
}
.news-item h4{
	display: block;
	height: 40px;
	padding: 20px;
}
.news-item h5{
	padding: 20px;
}
.container-bg{
	background: #f3f5fc;
	padding: 50px 0;
}
.news-page{
	background: #fff;
	width: 1128px;
	margin: 60px auto 0 auto;
	padding: 36px;
	position: relative;
}
.case-page{
	background: #fff;
	width: 1128px;
	margin: 0 auto 0 auto;
	padding: 36px;
	position: relative;
}
.mb-position{
	padding: 0 0 20px 0;
}
.news-title{
	font-size: 32px;
	font-weight: normal;
}
.news-date{
	font-size: 16px;
	color: #666;
	padding-bottom: 30px;
}
.content{
	font-size: 16px;
	line-height: 150%;
}
.content p{
	padding: 10px 0;
}
.content img{
	max-width: 100%;
}
.news-page .content{
	margin-right: 200px;
}
.tj-news-title{
	text-align: center;
	font-size: 32px;
	padding: 20px 0;
}
.share-box{
	position: absolute;
	right: 50px;
	top: 100px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.section-head{
	text-align: center;
	padding: 50px 0 0 0;
}
.about-title{
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
}
.subtitle {
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}
.pagination{
	text-align: center;
	padding: 20px 0;
}
.pagination li {
    display: inline-table;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 0 5px;
	text-align: center;
}
.pagination li.active {
    background: #00a0e9;
    color: #fff;
}

.about-container{
	width: 1340px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.about-title{
	width: 1310px;
	margin: 0 auto;
	font-size: 30px;
	color: #0b0b0b;
	padding-bottom: 40px;
	padding-left: 30px;
}
.about-content-txt{
	float: left;
	width: 605px;
	font-size: 16px;
}
.about-content-txt p{
	padding: 0 0 40px 30px;
	line-height: 150%;
	color: #161616;
}
.about-content-img{
	float: right;
	width: 670px;
}
.about-content-img img{
	width: 100%;
}
.culture{
	padding: 150px 0 0 0;
}
.culture-img{
	float: left;
}
.culture-txt{
	float: left;
	padding: 0 0 0 75px;
}
.culture-txt h4{
	font-size: 24px;
	color: #595656;
	padding: 30px 0 10px 0;
}
.culture-txt p{
	font-size: 20px;
	padding: 0 0 60px 0;
}
.about-num{
	font-size: 0;
	padding-left: 30px;
}
.about-num li{
	width: 145px;
	display: inline-table;
	font-size: 16px;
	border-left: 1px solid #ccc;
	padding: 0 0 0 30px;
}
.about-num em{
	display: block;
	font-style: normal;
}
.about-num i{
	font-style: normal;
}
.about-num li font{
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}
.team-item{
	width: 270px;
	display: inline-table;
	padding-bottom: 55px;
	position: relative;
	margin: 25px;
    cursor: pointer;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
}
.team-item:hover {
    background: #F2F3F5;
}
.team-item span{
	display: block;
	width: 147px;
	height: 150px;
	overflow: hidden;
	float: right;
}
.team-item span img{
	width: 147px;
	height: 150px;
}
.team-item i{
	display: block;
	width: 32px;
	height: 32px;
	background: #ea5404;
	position: absolute;
	left: 108px;
    bottom: 40px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
}
.team-item:hover i{
	left: 123px;
    bottom: 54px;
}
.team-txt{
	position: absolute;
	left: 20px;
	bottom: 10px;
}
.team-txt h4{
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: normal;
}
.team-txt h5{
	font-size: 16px;
	color: #595656;
	font-weight: normal;
}
.team-container{
	padding: 100px 0 100px 0;
}
.hornor-container{
	padding: 100px 0;
	width: 1400px;
	margin: 0 auto;
	font-size: 0;
}
.hornor-item{
	display: inline-table;
	width: 285px;
	height: 420px;
	box-shadow: 0 1px 5px rgb(0 0 0 / 15%);
	margin: 20px 20px;
	
}
.hornor-item span{
	display: block;
	width: 285px;
	height: 420px;
	overflow: hidden;
}
.hornor-item span img{
	width: 285px;
	height: 420px;
}
.history-container{
	width: 100%;
	height: 862px;
	background: url("../img/qylc2.jpg") no-repeat center center;
}

.history h2{
	font-size: 45px;
	color: #fff;
	text-align: center;
	padding: 65px 0 20px 0;
	font-weight: normal;
}
.event_box {
	width:1200px;
	margin:3% auto 0;
	position:relative;
	min-height:420px;
	padding: 80px 0 0 0;
}
.event_box .parHd {
	width:100%;
	display:inline-block;
	height:92px;
	overflow:hidden;
}
.parHd  ul {
	width:100%;
	text-align:center;
	margin:0 auto;
	padding-top:25px !important;
}
.parHd .tempWrap {
	margin:0 auto;
}
.parHd .tempWrap:after {
	content:'';
	width:85%;
	height:1px;
	background:#fff;
	position:absolute;
	right:8%;
	top:35%;
	z-index:10;
}
.parHd li.no_line:before {
	display:none;
}
.parHd li {
	display:inline-block;
	cursor:pointer;
	padding-top:30px;
	font-size:16px;
	color:#fff;
	margin:0 30px;
	position:relative;
}
.parHd li:after {
	content:'';
	background:url(../img/dot_ico.png) no-repeat;
	width:24px;
	height:24px;
	position:absolute;
	z-index:20;
	top:-5px;
	left:50%;
	margin-left:-12px;
}
.parBd {
	text-align:center;
	margin-top:60px;
}
.parBd h4 {
	position:relative;
	font-size:40px;
	margin-bottom:3%;
	color: #fff;
	padding:0 60px;
	display:inline-block;
	text-align:center;
}
.parBd h4:after {
	content:'';
	background:#fff;
	width:100px;
	height:1px;
	position:absolute;
	left:-100px;
	bottom:27px;
}
.parBd h4:before {
	content:'';
	background:#fff;
	width:100px;
	height:1px;
	position:absolute;
	right:-100px;
	bottom:27px;
}
.parBd p {
	line-height:180%;
	font-size:16px;
	width:80%;
	margin:0 auto;
	color: #fff;
}
div#listBox {
	width:100%;
}
.sPrev,.sNext {
	width:30px;
	height:30px;
	display:block;
	position:absolute;
	top:95px;
	cursor: pointer;
}
.sPrev {
	left:0;
}
.sNext {
	right:0;
}
.sPrev img,.sNext img {
	transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
	-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);
}
.parHd li.act span {
	display:block;
	width:24px;
	height:24px;
	overflow:hidden;
	background:url(../img/cat.png) no-repeat;
	position:absolute;
	top:-5px;
	left:31px;
	z-index:21;
}
.parHd li span,.parHd li.clone span {
	display:none;
}
.about_txt{
	text-align: center;
	line-height: 180%;
	color: #c5c5c5;
	font-size: 14px;
}