@charset "utf-8";


.head{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1300px;
	z-index: 1000;
}
.logo{
	float: left;
	display: block;
	width: 233px;
	height: 43px;
	background: url(../css/logo02.png) center center/cover no-repeat;
	margin-top: 22px;
}
.navbar{
	float: right;
}
.navbar ol li{
	float: left;
	margin-left: 1px;
}
.navbar ol li a{
	display: block;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
	line-height: 90px;
}

.head.active {
    position: fixed;
    top: 0;
    transform: translateY(-101%);
}
.head.active.slideDown, .head.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.head.active.slidedowm {
    transform: translateY(0);
}
.head_bg{
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,.15);
}
.header_box .logo,
.head_bg .logo{
	background: url(logo.png) center center/cover no-repeat;
}
.header_box .navbar ol li a,
.head_bg .navbar ol li a{
	color: #000;
}

@media (min-width:1441px) and (max-width:1680px) {
.logo{
	margin-top: 19px;
	width: 225px;
	height: 42px;
}
.navbar ol li a{
	font-size: 15px;
	line-height: 85px;
}
}
@media screen and (max-width:1440px) {
.logo{
	margin-top: 16px;
	width: 214px;
	height: 39px;
}
.navbar ol li a{
	font-size: 14px;
	line-height: 80px;
}
}


.poster-img{
	width: 100%;
	padding-bottom: 46%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.banner-pagination{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 25px;
	text-align: center;
	z-index: 20;
}
.banner-pagination span{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #fff;
	opacity: 0.4;
}
.banner-pagination span.swiper-pagination-bullet-active{
	opacity: 1;
}



.index_title{
	margin-bottom: 4%;
}
.index_title h2{
	font-size: 55px;
	line-height: 1.3;
}
.index_title p{
	margin-top: 1%;
	font-family: "微软雅黑 Light";
	font-size: 18px;
	line-height: 2;
}
.index_title h4{
	font-size: 22px;
	line-height: 2;
	font-weight: normal;
}

.serve{
	width: 100%;
	padding: 6% 0;
	background-color: #fff;
}

.serve_con{
	position: relative;
}
.serve_con ol{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serve_con ol li{
	position: relative;
	width: 23.625%;
	padding: 3.5%;
	z-index: 1;
}
.serve_con ol li h3{
	font-size: 24px;
	line-height: 1.8;
	color: #484848;
	margin-bottom: 3.2%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.serve_con ol li p{
	font-size: 14px;
	line-height: 2;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.serve_con ol li i{
	display: block;
	width: 77px;
	height: 69px;
	margin-bottom: 10%;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.icon01{
	background-image: url(../images/serve_01.png);
}
.icon02{
	background-image: url(../images/serve_03.png);
}
.icon03{
	background-image: url(../images/serve_05.png);
}
.icon04{
	background-image: url(../images/serve_07.png);
}
.serve_con .serve_site{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 23.625%;
	height: 100%;
	background-color: #1c76fc;
	border-radius: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	box-shadow: 0 10px 60px 0 rgba(28,118,252,0.6) ;
}
.serve_con ol li.on h3{
	color: #fff;
}
.serve_con ol li.on p{
	color: #fff;
}
.serve_con ol li.on .icon01{
	background-image: url(../images/serve_02.png);
}
.serve_con ol li.on .icon02{
	background-image: url(../images/serve_04.png);
}
.serve_con ol li.on .icon03{
	background-image: url(../images/serve_06.png);
}
.serve_con ol li.on .icon04{
	background-image: url(../images/serve_08.png);
}

.about{
	padding: 10% 0;
	background: url(../images/home_about.jpg) center center/cover no-repeat;
}
.about_more{
	display: block;
	width: 43px;
	height: 43px;
	margin-top: 14%;
	background: url(../images/move.png) top center/100% auto no-repeat #fff;
	border-radius: 50%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about_more:hover{
	background-color: #1c76fc;
	background-position: 0 -43px;
}

.about_right{
	width: 35%;
	padding-top: 3%;
}
.about_right ol li{
	float: left;
	width: 60%;
	padding-bottom: 10%;
	border-right: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}
.about_right ol li:nth-child(2n){
	width: 40%;
	text-align: right;
	border-right: 0;
}
.about_right ol li:nth-last-child(1),
.about_right ol li:nth-last-child(2){
	padding-top: 10%;
	padding-bottom: 0;
	border-bottom:0;
}
.about_right ol li{
	line-height: 1;
}
.about_right ol li div{
	display: inline-block;
}
.about_right ol li h3{
	text-align: center;
}
.about_right ol li b{
	font-size: 87px;
	line-height: 0.8;
	font-family: arial;
	color: #fff;
}
.about_right ol li em{
	font-style: normal;
	font-size: 20px;
	vertical-align: top;
	color: #fff;
	font-family: "微软雅黑";
}
.about_right ol li p{
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.case{
	position: relative;
	padding: 6% 0;
}
.case-container .swiper-slide{
	width: 38.125%;
	margin: 0 7%;
}
.case_img{
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 30px 50px 0 rgba(0,0,0,.5);
}
.case_img div{
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.case_text{
	padding-top: 8%;
	position: relative;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}
.case_text i{
	position: absolute;
	right: 4%;
	top: -35%;
	z-index: 2;
	display: block;
	font-family: "arial black";
	font-style: normal;
	font-size: 100px;
	line-height: 1;
	font-weight: bolder;
	-webkit-text-stroke:1px #fff;
	color: transparent
}
.case_text h3{
	font-size: 32px;
	line-height: 2;
	font-weight: normal;
	color: #000;
}
.case_text p{
	font-size: 14px;
	color: #535353;
}
.case-container .swiper-slide.swiper-slide-active .case_text{
	opacity: 1;
}

.case_left,
.case_right{
	position: absolute;
	top:50%;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	cursor: pointer;
}
.case_left {
	left: 23%;
	background: url(../images/case_left.png) center no-repeat;
}
.case_right{
	right:23%;
	background: url(../images/case_right.png) center no-repeat;
}

.customer{
	padding-bottom: 6%;
}
.customer_left{
	padding-top: 35px;
}
.customer_left h4{
	font-size: 24px;
	line-height: 1.5;
	color: #151515;
	letter-spacing: 2px;
}
.customer_left h2{
	font-size: 70px;
	line-height: 1.4;
	color: #151515;
	margin: 10px 0;
}
.customer_left p{
	font-size: 18px;
	line-height: 1.5;
	color: #707070;
	letter-spacing: 1px;
}
.customer_right{
	width: 62%;
}
.customer_right ul li{
	position: relative;
	float: left;
	width: calc(88%/4);
	margin: 0 4% 4% 0;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 45px 0 rgba(0,0,0,0.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.customer_right ul li:nth-child(4n){
	margin-right: 0;
}
.customer_right ul li img.customer_img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.customer_right ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 25px 45px -22px rgba(0,0,0,0.2);
}
.customer_right ul li:hover img.customer_img{
	opacity: 0;
}

.foot{
	background-color: #141414;
}
.foot_content{
	position: relative;
	padding: 6% 0;
}
.foot_content::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 4px;
	background: url(../images/foot_icon.jpg) left repeat-x;
}
.foot_info{
	padding-left: 26px;
	margin-right: 9%;
}
.foot_info:nth-child(2n){
	margin-right: 0;
}
.icon_tel{
	background: url(../images/icon_tel.png) left top no-repeat ;
}
.icon_address{
	background: url(../images/icon_address.png) left top no-repeat ;
}
.foot_info h3{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin-bottom: 14px;
	letter-spacing: 1px;
}
.foot_info h2{
	font-size: 50px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 1px;
}
.foot_info p{
	font-size: 14px;
	line-height: 2;
	color: #919191;
	letter-spacing: 1px;
}
.foot_nav{
	width: 415px;
	height: 83px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-align: right;
	background: url(../images/foot_nav.png) left top/100% auto no-repeat;
}
.foot_nav a{
	display: inline-block;
	margin: 0 14px;
	color: #fff;
}
.foot_nav a:last-child{
	margin-right: 0;
}
.copy{
	padding: 3% 0;
}
.copy .fr{
	color: #4e4e4e;
	text-align: right;
	line-height: 1.8;
}
.copy .fr a{
	color: #4e4e4e;
}
.copy ul{
	float: left;
}
.copy ul li{
	position: relative;
	float: left;
	margin-right: 10px;
}
.copy ul li a{
	display: block;
	width: 43px;
	height: 43px;
	border: 1px solid #404040;
	border-radius: 50%;
	overflow: hidden;
}
.icon_01{
	background: url(../images/copy_01.jpg) center no-repeat;
}
.icon_02{
	background: url(../images/copy_02.jpg) center no-repeat;
}
.copy_qr{
	position: absolute;
	left: 50%;
	top: -136px;
	width: 120px;
	height: 120px;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.copy_qr .radius{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.copy_qr i{
	position: absolute;
	left: 52px;
	bottom: -8px;
	z-index: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	transform: rotate(45deg);
}
.copy ul li:hover .copy_qr{
	opacity: 1;
	visibility: inherit;
}

@media (min-width:1441px) and (max-width:1680px) {
.index_title h2{
	font-size: 50px;
}
.index_title p{
	font-size: 17px;
}
.serve_con ol li i{
	width: 62px;
	height: 67px;
	background-size: 100% auto;
}
.serve_con ol li h3{
	font-size: 21px;
}
.serve_con ol li p{
	font-size: 13px;
}
.about_right ol li b{
	font-size: 82px;
}
.about_right ol li em{
	font-size: 18px;
}
.about_right ol li p{
	margin-top: 18px;
	font-size: 15px;
}
.case_text i{
	font-size: 85px;
}
.case_text h3{
	font-size: 28px;
}
.case_text p{
	font-size: 13px;
}
.customer_left h4{
	font-size: 21px;
}
.customer_left h2{
	font-size: 63px;
}
.customer_left p{
	font-size: 16px;
}
.foot_info{
	margin-right: 7%;
}
.foot_info h3{
	font-size: 18px;
}
.foot_info h2{
	font-size: 44px;
}
.foot_info p{
	font-size: 13px;
}
.foot_nav{
	width: 375px;
	height: 73px;
	font-size: 15px;
}
.foot_nav a{
	margin: 0 11px;
}
}
@media screen and (max-width:1440px) {
.index_title h2{
	font-size: 45px;
}
.index_title p{
	font-size: 16px;
}
.serve_con ol li i{
	width: 57px;
	height: 62px;
	background-size: 100% auto;
}
.serve_con ol li h3{
	font-size: 18px;
}
.serve_con ol li p{
	font-size: 12px;
}
.about_right ol li b{
	font-size: 76px;
}
.about_right ol li em{
	font-size: 16px;
}
.about_right ol li p{
	margin-top: 15px;
	font-size: 14px;
}
.case_text i{
	font-size: 70px;
}
.case_text h3{
	font-size: 24px;
}
.case_text p{
	font-size: 12px;
}
.customer_left h4{
	font-size: 18px;
}
.customer_left h2{
	font-size: 55px;
}
.customer_left p{
	font-size: 14px;
}
.foot_info{
	margin-right: 5%;
}
.foot_info h3{
	font-size: 16px;
}
.foot_info h2{
	font-size: 38px;
}
.foot_info p{
	font-size: 12px;
}
.foot_nav{
	width: 325px;
	height: 63px;
	font-size: 14px;
}
.foot_nav a{
	margin: 0 8px;
}
}


.botmbar_list{
	position: fixed;
	z-index: 30;
	width: 40px;
	right: 2%;
	bottom: 8%;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.botmbar_list a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.botmbar_list a .botmbar_img{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box{
	position: absolute;
	top: 50%;
	right: 50px;
	text-align: center;
	z-index: 1;
	transform: translateY(-50%);
	visibility: hidden;
	opacity: 0;
}
.botmbar_box i{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: -4px;
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	transform: rotate(45deg);
}
.botmbar_box .radius{
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .botmbar_tel{
	border-radius: 4px;
    width: 150px;
	padding: 12px;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.15);
}
.botmbar_box .radius img{
	width: 150px;
	height: 150px;
	min-width: 150px;
}
.botmbar_list a:hover .botmbar_box{
	visibility: visible;
	opacity: 1;
}


.about_ban,
.service_ban,
.contact_ban{
	width: 100%;
}

.about_ban{
	width: 100%;
	padding-bottom: 35.41%;
	background: url(../images/about.jpg) center center/cover no-repeat;
}
.service_ban{
	width: 100%;
	padding-bottom: 35.41%;
	background: url(../images/service.jpg) center center/cover no-repeat;
}
.contact_ban{
	width: 100%;
	padding-bottom: 47.39%;
	background: url(../images/contact.jpg) center center/cover no-repeat;
}

.company_profile{
	padding: 4% 0;
}
.about_left{
	width: 44%;
}

.about_title h2{
	font-size: 55px;
	line-height: 1.3;
}
.about_title p{
	margin-top: 1%;
	font-family: "微软雅黑 Light";
	font-size: 22px;
	line-height: 2;
}
.about_title h4{
	font-size: 22px;
	line-height: 2;
	margin-bottom: 10px;
}
.about_title i{
	display: block;
	width: 42px;
	height: 4px;
	margin-bottom: 15px;
	background-color: #1b7dfd;
}
.about_title i.white{
	background-color: #fff;
}

.about_title em{
	display: block;
	width: 123px;
	height: 12px;
	margin-top: 25px;
	background: url(../images/about_icon.jpg) repeat-x;
}




.about_desc{
	padding-top: 3%;
}
.about_desc p{
	font-size: 16px;
	line-height: 1.8;
	font-family: "微软雅黑 Light";
}
.about_num{
	width: 43%;
	border-radius: 20px;
	box-shadow: 0 20px 50px 0 rgba(0,0,0,0.05);
}
.about_num ol{
	padding: 15% 10% 13%;
}
.about_num ol li{
	float: left;
	width: 50%;
	padding: 6% 0;
	text-align: center;
}
.about_num ol li h3{
	color: #000;
	line-height: 0.8;
}
.about_num ol li h3 b{
	font-size: 87px;
}
.about_num ol li h3 em{
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	margin-left: 8px;
}
.about_num ol li p{
	font-size: 16px;
	line-height: 3.5;
	color: #4c4c4c;
}

.office{
	padding: 5% 0;
}
.office ol{
	padding-top: 2%;
}
.office ol li{
	float: left;
	width: calc(96%/3);
	margin-right: 2%;
	margin-bottom: 2%;
}
.office ol li:nth-child(3n){
	margin-right: 0;
}
.office ol li .office_img{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 4%;
}
.office ol li p{
	font-size: 18px;
	line-height: 2;
	text-align: center;
}

.company_service{
	padding: 8% 0 20%;
	background-image: url(../images/company_service.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.company_brand{
	padding: 5% 0;
	background-color: #fafafb;
}
.company_brand h3{
	font-size: 45px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 5%;
}
.company_brand ol li{
	float: left;
	width: calc(84%/3);
	padding: 0 1.5%;
	text-align: center;
	margin-right: 8%;
}
.company_brand ol li img{
	width: 30%;
	max-width: 90px;
	margin-bottom: 2%;
}
.company_brand ol li:last-child{
	margin-right: 0;
}
.company_brand ol li h4{
	font-size: 24px;
	line-height: 3;
	color: #000;
}
.company_brand ol li p{
	font-size: 16px;
	line-height: 2;
	color: #6f6f6f;
}
.company_recruit .about_title{
	padding-top: 5%;
}
.recruit_right {
	width: 41.25%;
	margin-right: 8%;
}


@media (min-width:1441px) and (max-width:1680px) {
.about_title h2{
	font-size: 50px;
}
.about_title h4,
.about_title p{
	font-size: 20px;
}
.about_title i{
	width: 38px;
	height: 3px;
	margin-bottom: 10px;
}
.about_title em{
	width: 113px;
	height: 10px;
	margin-top: 20px;
	background-size: auto 100%;
}
.about_desc p{
	font-size: 14.5px;
}
.about_num{
	width: 46%;
}
.about_num ol li h3 b{
	font-size: 76px;
}
.about_right ol li em{
	font-size: 18px;
}
.about_right ol li p{
	font-size: 15px;
}
.company_brand h3{
	font-size: 40px;
}
.company_brand ol li h4{
	font-size: 22px;
}
.company_brand ol li p{
	font-size: 15px;
}
}
@media screen and (max-width:1440px) {
.about_title h2{
	font-size: 45px;
}
.about_title h4,
.about_title p{
	font-size: 18px;
}
.about_title i{
	width: 34px;
	height: 2px;
	margin-bottom: 5px;
}
.about_title em{
	width: 103px;
	height: 8px;
	margin-top: 15px;
	background-size: auto 100%;
}
.about_desc p{
	font-size: 13px;
}
.about_num ol{
	padding: 18% 10% 16%;
}
.about_num ol li h3 b{
	font-size: 65px;
}
.about_right ol li em{
	font-size: 16px;
}
.about_right ol li p{
	font-size: 14px;
}
.company_brand h3{
	font-size: 35px;
}
.company_brand ol li h4{
	font-size: 20px;
}
.company_brand ol li p{
	font-size: 14px;
}
}




.service_01{
	padding: 8.5% 0;
	background: url(../images/service_01.jpg) center bottom/cover no-repeat;
}
.service_qr{
	margin-top: 4%;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 40px 0 rgba(0,0,0,.09);
}
.service_ebook{
	padding: 7.5% 0;
	background: url(../images/service_02.jpg) center bottom/cover no-repeat;
}
.service_web{
	padding: 7.5% 0 14.5%;
	background: url(../images/service_03.jpg) center bottom/cover no-repeat;
}
.service_move{
	margin-top: 3.4%;
	display: inline-block;
	font-size: 16px;
	padding: 16px 35px;
	line-height: 1;
	color: #000;
	border: 2px solid #7d8384;
	border-radius: 60px;
	transition: all 0.4s;
}
.service_move.white{
	color: #fff;
	border-color: #fff;
}
.service_move:hover{
	transform: translateY(-5px);
	color: #fff;
	background-color: #1b7dfd;
	border-color: #1b7dfd;
	box-shadow: 0 20px 24px -18px rgba(0,0,0,.6);
}
.service_move.white:hover{
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.service_extension{
	width: 100%;
	padding: 8% 0  15%;
	background: url(../images/service_04.jpg) center center/cover no-repeat;
}
.service_applets{
	width: 100%;
	padding: 9.4% 0  15.5%;
	background: url(../images/service_05.jpg) center center/cover no-repeat;
}
.service_market{
	width: 100%;
	padding: 5.8% 0  16.4%;
	background: url(../images/service_06.jpg) center center/cover no-repeat;
}
.service_register{
	width: 100%;
	padding: 6.25% 0  7.3%;
	background: url(../images/service_07.jpg) center center/cover no-repeat;
}
.service_system{
	width: 100%;
	padding: 6.25% 0  17.18%;
	background: url(../images/service_08.jpg) center center/cover no-repeat;
}




.service_04{
	padding: 6% 0 7%;
}
.service_04 h3{
	font-size: 45px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 3%;
}
.service_04 ol li{
	float: left;
	width: calc(72%/8);
	margin-right: 4%;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 12px 57px 0 rgba(0,0,0,.06);
}
.service_04 ol li:last-child{
	margin-right: 0;
}

@media (min-width:1441px) and (max-width:1680px) {
.service_qr{
	width: 130px;
	height: 130px;
}
.service_04 h3{
	font-size: 40px;
}
.service_move{
	margin-top: 3%;
	font-size: 15px;
	padding: 14px 30px;
}
}
@media screen and (max-width:1440px) {
.service_qr{
	width: 115px;
	height: 115px;
}
.service_04 h3{
	font-size: 35px;
}
.service_move{
	margin-top: 3%;
	font-size: 14px;
	padding: 12px 25px;
}
}




.contact{
	padding: 3% 0;
	background: url(../images/ocontact_bg.jpg) center top/100% auto no-repeat #fff;
}
.contact_desc{
	padding: 9% 0 7%;
}
.con_01{
	float: left;
	margin-right: 12%;
}
.con_01 h2{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #000;
}
.con_01 p{
	font-size: 18px;
	line-height: 1.8;
	color: #545454;
}

.con_02{
	float: left;
	padding-top: 8px;
}
.con_02 h4,.con_03 h4{
	font-size: 20px;
	line-height: 1;
	margin-bottom: 8px;
	color: #000;
}
.con_02 h3{
	font-size: 50px;
	line-height: 1.3;
	color: #000;
}
.con_02 p{
	font-size: 16px;
	color: #a3a3a3;
}
.con_03{
	float: right;
	padding-top: 8px;
	width: 255px;
}
.con_03 img{
	width: 110px;
	margin-top: 10px;
}
@media (min-width:1441px) and (max-width:1680px) {
.con_01{
	margin-right: 10%;
}
.con_01 h2{
	font-size: 22px;
	margin-bottom: 17px;
}
.con_01 p{
	font-size: 16px;
}
.con_02 h4,
.con_03 h4{
	font-size: 18px;
}
.con_02 h3{
	font-size: 46px;
}
.con_02 p{
	font-size: 15px;
}
.con_03 img{
	margin-top: 8px;
	width: 105px;
}
.con_03{
	width: 230px;
}
}
@media screen and (max-width:1440px) {
.con_01{
	margin-right: 8%;
}
.con_01 h2{
	font-size: 20px;
	margin-bottom: 16px;
}
.con_01 p{
	font-size: 15px;
}
.con_02 h4,
.con_03 h4{
	font-size: 16px;
}
.con_02 h3{
	font-size: 42px;
}
.con_02 p{
	font-size: 14px;
}
.con_03 img{
	margin-top: 6px;
	width: 100px;
}
.con_03{
	width: 220px;
}
}





.case_list{
	padding: 6% 0;
	background: url(../images/case_bg.jpg) top center/100% auto no-repeat;
}
.case_list h3,
.news_box h3{
	font-size: 45px;
	line-height: 1.5;
	color: #000;
	margin-bottom: 3%;
}
.case_list ol li{
	float: left;
	width: 30%;
	margin: 0 5% 2% 0;
}
.case_list ol li:nth-child(3n){
	margin-right: 0;
}
.caseimg{
	position: relative;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.caseimg div{
	padding-bottom: 60%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.caseimg span{
	position: absolute;
	width: 80%;
	left: 0;
	right: 0;
	bottom: 4%;
	margin: 0 auto;
	line-height: 42px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 30px;
	font-size: 16px;
	color: #fff;
	background-color: #1c76fc;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.caseinfo{
	padding: 4% 0;
}
.caseinfo h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	color: #000;
}
.caseinfo p{
	font-size: 14px;
	line-height: 1.3;
	color: #ababab;
}
.case_list ol li:hover .caseimg{
	box-shadow: 0 5px 40px 0 rgba(0,0,0,.3);
}
.case_list ol li:hover .caseimg span{
	bottom: 9%;
	opacity: 1;
}

.case_show{
	padding: 4.5% 0;
	background: #fff;
}
.case_show_desc a{
	font-size: 14px;
	color: #222;
}
.case_show_info{
	padding: 4% 6% 4%;
}
.case_show_left{
	width: 35%;
}
.case_show_left h3{
	font-size: 28px;
	line-height: 1.8;
	color: #333;
	letter-spacing: 2px;
}
.case_show_left p{
	font-size: 20px;
	line-height: 2;
	font-family: "微软雅黑 Light";
}
.case_show_text{
	margin-left: 8%;
}
.case_show_text h4{
	font-weight: normal;
	font-size: 22px;
	line-height: 2;
	color: #666;
	font-family: "微软雅黑 Light";
}
.case_show_text p{
	font-size: 22px;
	color: #333;
	line-height: 2;
	font-family: "微软雅黑 Light";
}
.case_show_text a{
	color: #333;
	font-size: 22px;
}
.case_show_desc a:hover,
.case_show_text a:hover{
	color: #1c76fc;
}
/* .case_details{
	padding-bottom: 4%;
} */
.case_details{
	text-align: center;
}
@media (min-width:1441px) and (max-width:1680px) {
.case_list h3,
.news_box h3{
	font-size: 40px;
}
.caseinfo h4{
	font-size: 17px;
}
.caseinfo p{
	font-size: 13px;
}
.caseimg span{
	line-height: 38px;
	font-size: 15px;
}
.case_show_left{
	width: 30%;
}
.case_show_left h3{
	font-size: 25px;
}
.case_show_left p{
	font-size: 18px;
}
.case_show_text h4,
.case_show_text p,
.case_show_text a{
	font-size: 20px;
}
}
@media screen and (max-width:1440px) {
.case_list h3,
.news_box h3{
	font-size: 35px;
}
.caseinfo h4{
	font-size: 16px;
}
.caseinfo p{
	font-size: 12px;
}
.caseimg span{
	line-height: 34px;
	font-size: 14px;
}
.case_show_left h3{
	font-size: 22px;
}
.case_show_left p{
	font-size: 16px;
}
.case_show_text h4,
.case_show_text p,
.case_show_text a{
	font-size: 18px;
}
}



/* expage */
.curr {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cecece;
	border-radius: 4px;
}
a.page {
	display: inline-block;
	padding:0 12px;
	margin-right: 1px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #1c76fc;
	border-radius: 4px;
}
a.page:visited {
	line-height: 42px;
	text-decoration: none;
	color: #fff;
}
.ra {
	color: #666;
}
.ra a,
.ra a:link {
	text-decoration: none;
	color: #666;
}
.ra a:hover {
	text-decoration: underline;
	color: #666;
}
.red {
	color: #ff3330;
}
.yrr {
	color: #FF9900;
}
.bb {
	font-weight: bold;
}
.expage {
	width: 100%;
	padding-top: 30px;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}
.error {
	border: 1px #f40 solid;
}
.right {
	border: 1px #44b549 solid;
}


.pages{
	padding-top: 10px;
	text-align: center;
	width: 100%;
}
.pages span{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	margin: 0 3px;
	border-radius: 2px;
	cursor: pointer;
}
.pages span.cur{
	color: #fff;
	background-color: #1c76fc;
}




.news_box{
	padding: 6% 0;
	background-color: #fff;
}
.news_list ul li{
	float: left;
    position: relative;
	width: calc(92%/3);
	margin: 0 4% 2% 0;
    background: #fff;
	overflow: hidden;
	border-radius: 6px;
	box-shadow: 0 5px 40px 0 rgba(0,0,0,.08);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list ul li:nth-child(3n){
	margin-right: 0;
}
.news_list ul li a{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	padding: 25px;
    overflow: hidden;
	box-sizing: border-box;
}
.news_list ul li .news_img{
    width: 100%;
	background: url(logo.png) center no-repeat #f8f8f8;
    background-size: 150px;
	overflow: hidden;
}
.news_list ul li .news_img div{
    width: 100%;
    padding-bottom: 50%;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list ul li .news_info{
	padding: 25px 0 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news_list ul li .news_info h3{
    display: block;
    width: 100%;
	font-size: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
    color: #333;
	overflow: hidden;
}
.news_list ul li .news_info p{
    height: 50px;
    line-height: 25px;
	color: #999;
    overflow: hidden;
}
.news_list ul li .news_date{
	font-size: 14px;
	line-height: 2;
	color: #999;
}

.news_list ul li:hover .news_img div{
    transform: scale(1.1, 1.1);
}
.news_list ul li:hover{
	transform: translateY(-5px);
	box-shadow: 0 25px 40px -18px rgba(0,0,0,.3);
}



/*news_show.php*/
.package_left {
    width: 340px;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	overflow: hidden;
    float: left;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.1);
}
.package_left h2{
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
	color: #222;
}
.news_show-time{
    padding-bottom: 25px;
    line-height: 30px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news_show-time a {
    display: block;
	width: 150px;
    padding: 5px 10px;
    margin-top: 30px;
	font-size: 14px;
    color: #fff;
    text-align: center;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}
.news_show-time a:hover{
	text-decoration: underline;
	background-color: #1c76fc;
}
.news_show_content {
    float: right;
    width: calc(100% - 400px);
	padding: 30px;
	font-size: 16px;
	background: #fff;
	box-sizing: border-box;
	line-height: 26px;
	border-radius: 5px;
	overflow: hidden;
	color: #555;
	overflow: hidden;
	box-shadow: 0 0 25px 0 rgba(0,0,0,.12);
}
.news_show_content p{
	line-height: 2;
}