@charset "UTF-8";

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
	font-size: "12px";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

@media only screen and (min-width: 1280px) {
	.container {
		max-width: 1024px;
	}
}

@media only screen and (min-width: 1440px) {
	.container {
		max-width: 1400px;
	}
}

@media only screen and (min-width: 1800px) {
	.container {
		max-width: 1600px;
	}
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.contactus__body {
	padding: 80px 0;
}

.contactus__body .flex {
	align-items: flex-start;
}

.contactus__body .img {
	box-shadow: 0px 0px 5px 2px rgba(100, 100, 100, 0.3);
	width: 45%;
}

.contactus__body .txt {
	width: 55%;
	box-sizing: border;
	padding-left: 70px;
}

.contactus__body .txt h3,
.contactus__body .txt h4 {
	color: #333;
}

.contactus__body .txt h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}

.contactus__body .txt h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 30px;
}

.contactus__body .txt ul li {
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contactus__body .txt ul li img {
	width: 100%;
	max-width: 80px;
}

.contactus__body .txt ul li .in {
	width: calc(100% - 80px);
	box-sizing: border-box;
	padding-left: 30px;
}

.contactus__body .txt ul li .in p {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	margin: 0;
	font-weight: 700;
}

.contactus__body .txt ul li .in p a {
	color: #333;
}

.contactus__body .txt ul li .in p a:hover {
	text-decoration: none;
	color: #05a7ef;
}

.aboutus__body .index_about__body {
	margin-bottom: 10px;
	margin-top: 80px;
}

.aboutus__body .index_about__body .img {
	width: 50%;
}

.aboutus__body .index_about__body .txt {
	width: 50%;
}

.aboutus__body .index_about__body .txt h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

.aboutus__body .index_about__body.video__body .img {
	order: 1;
}

.aboutus__body .index_about__body.video__body .txt {
	order: 2;
	padding-left: 50px;
}

.aboutus__body .team__body {
	background-color: #f7f7f7;
	padding: 40px 0 40px;
	margin-bottom: 40px;
}

.aboutus__body .team__body .tit {
	text-align: center;
	color: #333;
}

.aboutus__body .team__body h3.tit {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	letter-spacing: 1px;
	font-weight: 700;
}

.aboutus__body .team__body h4.tit {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.aboutus__body .team__body .team_box {
	position: relative;
	z-index: 0;
	margin-bottom: 50px;
}

.aboutus__body .team__body .team_box:hover .mask {
	opacity: 1;
	visibility: visible;
}

.aboutus__body .team__body .team_box img {
	width: 100%;
	display: block;
	padding-bottom: 100px;
}

.aboutus__body .team__body .team_box .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	box-sizing: border-box;
	background-size: 100% 100%;
	color: #333;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	transition: all ease .3s;
}

.aboutus__body .team__body .team_box h3 {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	text-align: center;
}

.aboutus__body .team__body .team_box p {
	font-size: 16px;
	font-size: 1.6rem;
}

.aboutus__body .ryzz__body {
	padding: 30px 0;
}

.aboutus__body .ryzz__body .txt {
	box-sizing: border-box;
	padding: 0 30px 0 8%;
}

.aboutus__body .ryzz__body .txt h3 {
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom: 20px;
	color: #FFF;
	background: #05a7ef;
	display: block;
	width: 120px;
	padding: 10px;
	text-align: center;
}

.aboutus__body .ryzz__body .txt p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}

.aboutus__body .ryzz__body .txt .bar li {
	margin-bottom: 30px;
}

.aboutus__body .ryzz__body .txt .bar li .tit {
	margin-bottom: 3px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aboutus__body .ryzz__body .txt .bar li .tit span,
.aboutus__body .ryzz__body .txt .bar li .tit i {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
}

.aboutus__body .ryzz__body .txt .bar li .tit span {
	font-weight: 700;
}

.aboutus__body .ryzz__body .txt .bar li .tit i {
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 20px;
}

.aboutus__body .ryzz__body .txt .bar li .bar_line {
	position: relative;
	height: 6px;
	background-color: #e6e6e6;
	overflow: hidden;
}

.aboutus__body .ryzz__body .txt .bar li .bar_line i {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	background-color: #05a7ef;
}

.aboutus__body .ryzz__body .scroll {
	width: 50%;
}

.aboutus__body .ryzz__body .scroll img {
	width: 100%;
	display: block;
}

.aboutus__body .ryzz__body .scroll .swiper-button-next,
.aboutus__body .ryzz__body .scroll .swiper-button-prev {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	width: 100px;
	color: #05a7ef;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.aboutus__body .ryzz__body .scroll .swiper-button-next:hover,
.aboutus__body .ryzz__body .scroll .swiper-button-prev:hover {
	background-color: #05a7ef;
	color: #fff;
}

.aboutus__body .ryzz__body .scroll .swiper-button-prev {
	left: 0;
	border-radius: 0 25px 25px 0;
}

.aboutus__body .ryzz__body .scroll .swiper-button-prev:after {
	content: '上一页';
	font-size: 16px;
}

.aboutus__body .ryzz__body .scroll .swiper-button-next {
	right: 0;
	border-radius: 25px 0 0 25px;
}

.aboutus__body .ryzz__body .scroll .swiper-button-next:after {
	content: '下一页';
	font-size: 16px;
}

.news__body {
	padding: 70px 0;
}

.news__body .index_news__body .news_list {
	justify-content: flex-start;
}

.news__body .index_news__body .news_list li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 16px);
}

.news__body .index_news__body .news_list li:nth-child(3n) {
	margin-right: 0;
}

.news__body .index_solution__body .white_list {
	justify-content: flex-start;
}

.news__body .index_solution__body .white_list li {
	margin-right: 20px;
	margin-bottom: 20px;
	width: calc(33.33% - 16px);
}

.news__body .index_solution__body .white_list li:nth-child(3n) {
	margin-right: 0;
}

.news__body h6.more {
	color: #ff9c00;
	font-size: 14px;
	font-size: 1.4rem;
}

.news__body h6.more i {
	padding-left: 10px;
}

.news__body .focus_news {
	margin-bottom: 30px;
	align-items: stretch;
}

.news__body .focus_news .txt {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	width: 50%;
	box-sizing: border-box;
	padding: 16px;
}

.news__body .focus_news .txt h3 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700
}

.news__body .focus_news .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.news__body .focus_news .big {
	width: 62%;
	position: relative;
	overflow: hidden;
}

.news__body .focus_news .big:hover img {
	transform: scale(1.02);
}

.news__body .focus_news .big a {
	display: block;
	text-decoration: none;
}

.news__body .focus_news .big img {
	display: block;
	width: 100%;
	transition: all .4s;
}

.news__body .focus_news .small {
	width: 38%;
	box-sizing: border-box;
	padding-left: 25px;
}

.news__body .focus_news .small .in {
	background-color: #f4f4f4;
	height: 100%;
}

.news__body .focus_news .small a {
	display: block;
	text-decoration: none;
}

.news__body .focus_news .small img {
	width: 100%;
}

.news__body .focus_news .small .txt {
	position: static;
	transform: translateY(0);
	background: none;
	width: 100%;
	padding: 5% 16px;
}

.news__body .news_bar {
	background-color: #f4f4f4;
	padding: 8px 16px;
}

.news__body .news_bar span {
	display: inline-block;
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	padding: 3px 10px;
	font-weight: 700;
}

.list_blank li {
	border-bottom: 1px solid #ececec;
	padding: 20px 10px;
}

.list_blank li:hover {
	background-color: #05a7ef;
}

.list_blank li:hover a .txt {
	color: #fff;
}

.list_blank li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	width: 100%;
}

.list_blank li a img {
	width: 220px;
}

.list_blank li a .txt {
	width: calc(100% - 220px);
	box-sizing: border-box;
	padding-left: 20px;
	color: #333;
}

.list_blank li a .txt h3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.list_blank li a .txt h3 .tit {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	width: 80%;
}

.list_blank li a .txt h3 .date {
	font-size: 14px;
	font-size: 1.4rem;
}

.list_blank li a .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.details__body {
	padding: 70px 0;
}

.details__body .news_details__title {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 30px;
}

.details__body .index_news__body {
	padding: 0;
}

.news_pager {
	padding: 60px 0;
}

.news_pager .last {
	text-align: right;
}

.news_pager .last a i {
	margin: 0 0 0 10px;
}

.news_pager a {
	font-size: 16px;
	font-size: 1.6rem;
	display: inline-block;
	line-height: 1.5;
	color: #333;
	text-decoration: none;
}

.news_pager a:hover i {
	background-color: #ff9c00;
	border-color: #ff9c00;
	color: #fff;
}

.news_pager a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #999;
	border-radius: 100%;
	margin-right: 10px;
	color: #999;
}

.cases__body .title {
	text-align: center;
	color: #333;
}

.cases__body h3.title {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	font-weight: 700;
}

.cases__body h4.title {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 auto 30px;
	max-width: 80%;
	font-weight: 600
}

.cases_list {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
}

.cases_list li {
	margin-bottom: 24px;
	margin-right: 24px;
	width: calc(25% - 18px);
	transition: all .4s;
}

.cases_list li:hover {
	background-color: #ff9c00;
}

.cases_list li:hover .txt h3,
.cases_list li:hover .txt p,
.cases_list li:hover .txt h6 {
	color: #fff;
}

.cases_list li:nth-child(4n) {
	margin-right: 0;
}

.cases_list li a {
	display: block;
	text-decoration: none;
}

.cases_list li img {
	display: block;
	width: 100%;
}

.cases_list li .txt {
	padding: 20px;
}

.cases_list li .txt h3,
.cases_list li .txt p {
	color: #333;
}

.cases_list li .txt h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 700
}

.cases_list li .txt p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 16px;
}

.cases_list li .txt h6 {
	display: flex;
	justify-content: space-between;
	color: #ff9c00;
	font-size: 14px;
	font-size: 1.4rem;
}

.news__body .tab_con {
	text-align: center;
	margin-bottom: 30px;
}

.news__body .tab_con a {
	display: inline-block;
	border-right: 1px solid #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	margin: 0 10px;
	text-decoration: none;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
	box-sizing: border-box;
}

.news__body .tab_con a:hover,
.news__body .tab_con a.active {
	background-color: #05a7ef;
	color: #FFF;
}

.news__body .index_products__body .products_list li {
	margin-bottom: 20px;
}

.products_details__body .top__content {
	background-color: #f9f9f9;
	padding: 50px 0;
}

.products_details__body .top__content .flex {
	align-items: flex-start;
}

.products_details__body .top__content .content {
	width: 70%;
	padding-right: 50px;
	box-sizing: border-box;
}

.products_details__body .top__content .content img {
	max-width: 100%;
}

.products_details__body .top__content .nav_con {
	background-color: #fff;
	width: 30%;
	max-width: 400px;
	border: 8px;
	box-shadow: 0 0 5px 2px rgba(100, 100, 100, 0.3);
	padding: 40px 30px;
}

.products_details__body .top__content .nav_con h3 {
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 40px;
}

.products_details__body .top__content .nav_con ul li {
	margin-bottom: 25px;
}

.products_details__body .top__content .nav_con ul li a {
	display: block;
}

.products_details__body .top__content .nav_con ul li a:hover span,
.products_details__body .top__content .nav_con ul li a.active span {
	color: #ff9c00;
}

.products_details__body .top__content .nav_con ul li a i,
.products_details__body .top__content .nav_con ul li a span {
	display: inline-block;
	vertical-align: middle;
}

.products_details__body .top__content .nav_con ul li a i {
	width: 35px;
	height: 35px;
	background: url(../images/products/ico_1.png) center no-repeat;
	background-size: cover;
}

.products_details__body .top__content .nav_con ul li a span {
	padding-left: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333;
}

.products_details__body .more_products__con {
	padding: 50px 0;
}

.products_details__body .more_products__con .title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.products_details__body .more_products__con .title span {
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
}

.products_details__body .more_products__con .title .btn_con a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 24px;
	background-color: #ff9c00;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
}

.products_details__body .more_products__con .scroll_con a {
	text-decoration: none;
}

.products_details__body .more_products__con .scroll_con img {
	display: block;
	width: 100%;
}

.products_details__body .more_products__con .btn__con {
	text-align: center;
	padding-top: 30px;
}


.history_con{position:relative;}
.history_con .big_blank{position:absolute;height:4px;background-color:#05a7ef;left:0;right:0;bottom:35px;}
.history_con .in_box{
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-end;
	position:relative;
	left:0;
	bottom:0;
	padding:0 0px 0 50px;
}
.history_con .in_box .txt{
	border-radius: 6px;
	box-sizing: border-box;
	width:90%;
	background-color:#fff;
	color:#333;
	font-size:20px;
	font-size:2rem;
	line-height:1.5;
	padding:20px 15px;
	box-shadow:0 0 2px 3px rgba(100,100,100,.1);
	margin:5px;
	height:200px;
	font-weight: 700;
	border:2px solid #05a7ef;
}
.history_con .in_box .blank{
	margin:10px 35px 5px;
	background-color:#ccc;
	width:2px;
	font-size:1px;
	height:60px;
}

.history_con .in_box:nth-child(2n) .blank{
	height:40px;
}

.history_con .in_box .year{
	background-color:#05a7ef;
	border-radius: 100%;
	width:70px;
	height:70px;
	line-height:70px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	font-size:16px;
	font-size:1.6rem;
}