.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ro90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.ro270{
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

.edit-box{
	padding: 20px 0;
}

html{
	color: #333;
}

/*index*/
.public-title{
	text-align: center;
	margin-bottom: 35px;
}

.public-title h1{
	font-size: 30px;
	font-weight: bold;
	color: #444;
}

.public-title h4{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

/*top nav*/
.top-nav-blank{
	height: 90px;
}

.header{
	height: 90px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 5px #888;
}

.top-nav{
	height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 15px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	height: 100%;
	line-height: 90px;
	position: relative;
}

.top-nav .nav-block a:hover{
	color: #1158b5;
}

.top-nav .nav-block a::before{
	display: none;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #1158b5;
	position: absolute;
	left: 0;
	top: 0;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #1158b5;
}

.top-nav .nav-block a:hover::before,
.top-nav .nav-block .active a::before{
	display: block;
}

.menu,.menu_down{
	display: none;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.other-banner img{
	width: 100%;
	min-height: 110px;
	object-fit: cover;
}

/* index product */
.index-product{
	padding: 60px 0 0;
}

.index-product .public-title{
	margin-bottom: 35px;
}

.index-product li{
	width:50%;
}

.index-product li a{
	display: block;
	position: relative;
}

.index-product li img{
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-position: right center;
}

.index-product li:nth-of-type(2n) img{
	object-position: left center;
}

.index-product li .textbox{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	max-width: 600px;
	width: 100%;
	padding: 80px 0 0 70px;
}

.index-product li:nth-of-type(2n) .textbox{
	right: auto;
	left: 0;
}

.index-product li h2{
	font-size: 28px;
	margin-bottom: 20px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-product li span{
	display: block;
	width: 90px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	font-size: 12px;
	border-radius: 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product li:hover span{
	background-color: #0f57b4;
	border-color: #0f57b4;
}


/*index about*/
.index-about-bg{
	background-image: url('../images/index_about_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-about-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 190px 0 180px;
	position: relative;
}

.index-about-block .imgbox{}

.index-about-block .imgbox img{}

.index-about-block .textbox{
	width: 546px;
	height: 520px;
	padding: 70px 30px 50px 60px;
	background-image: url('../images/logo_about.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 52%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.index-about-block .title{
	margin-bottom: 25px;
}

.index-about-block .title h4{
	color: #444;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.index-about-block .title h1{
	font-size: 36px;
	color: #0f57b4;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2.4;
	color: #777;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 100px;
}

.index-about-block .textbox i{
	font-size: 36px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-about-block .textbox i:hover{
	color: #0f57b4;
}

/*sp*/
.sp-img{
	height: 400px;
}

.sp-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*index news*/
.index-news{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 50px;
}

.index-news .public-title{
	margin-bottom: 35px;
}

.index-news .big-news{
	width: 42%;
	float: left;
}

.index-news .big-news a{
	display: block;
	position: relative;
}

.index-news .big-news .textbox{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	padding: 15px 20px;
}

.index-news .big-news h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .big-news p{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .big-news img{
	width: 100%;
	height: 375px;
	object-fit: cover;
}

.big-news .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 80px;
	text-align: right;
	padding: 0 20px;
}

.index-news ul{
	width: 57%;
	float: right;
}

.index-news li{
	background-color: #fff;
	border: 1px solid #d3d3d3;
}

.index-news li+li{
	margin-top: 15px;
}

.index-news li:hover{
	border-color: #0f57b4;
}

.index-news li a{
	display: block;
	padding: 14px 15px;
}

.index-news li .imgbox{
	width: 200px;
	height: 150px;
	margin-right: 30px;
}

.index-news li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-news li .textbox{
	overflow: hidden;
}

.index-news li h3,
.index-news li h3::before,
.index-news li h2,
.index-news li p{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li h3{
	font-size: 13px;
	color: #999;
	margin-bottom: 12px;
}

.index-news li h3::before{
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-top: -2px;
	width: 0px;
	margin-right: 0px;
	height: 1px;
	background-color: #000;
}

.index-news li:hover h3::before{
	width: 15px;
	margin-right: 5px;
}

.index-news li h2{
	font-size: 16px;
	color: #000;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news li:hover h2{
	color: #0f57b4;
}

.index-news li:hover h3,
.index-news li:hover p{
	color: #000;
}

.index-news li p{
	font-size: 13px;
	line-height: 26px;
	height: 52px;
	color: #999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*index contact*/
.index-contact-bg{
	background-image: url("../images/index_contact_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 80px;
}

.index-contact{
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.index-contact .mapbox{
	width: 50%;
	height: 500px;
	float: left;
	background-color: #f7f7f7;
}

.index-contact .textbox{
	width: 50%;
	padding: 40px 20px 0px 70px;
	height: 500px;
	float: right;
}

.index-contact h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-contact h3{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-contact p{
	font-size: 15px;
	line-height: 1.5;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-contact p+p{
	margin-top: 15px;
}

/*footer list*/
.footer-list-bg{
	border-bottom: 1px solid #d3d3d3;
	background-color: #f8f8f8;
}

.footer-list{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.footer-list li>img{
	margin-bottom: 30px;
}

.footer-list .commu{
	width: 100%;
	margin-top: 45px;
}
.footer-list .commu a{
	display: inline;
	margin-top: 0;
}

.footer-list .commu a+a{
	margin-left: 10px;
}

.footer-list a{ 
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
}

.footer-list a+a{ 
	margin-top: 10px;
}

.footer-list a:hover{
	color: #0f57b4;
}

.footer-list li+li{
	padding-left: 2%;
}

.footer-list li:last-child a{
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
}

.footer-list li h2{
	padding-top: 10px;
	font-size: 16px;
	color: #444;
	margin-bottom: 10px;
}

.footer-list li i{
	font-size: 14px;
	margin-right: 10px;
	color: #e5212a;
}

.qrcode{
	width: 120px;
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-left: 80px;
}

.qrcode img{
	width: 120px;
	height: 120px;
	margin-bottom: 25px;
}

.footer-list .form-block{
	width: 484px;
}

.form-block .full-div,
.form-block .half-div{
	margin-bottom: 10px;
	border: 1px solid #d3d3d3;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding: 10px;
	font-size: 14px;
	color: #333;
}

.form-block textarea{
	width: 100%;
	height: 110px;
	line-height: 24px;
	padding: 5px 10px;
	font-size: 14px;
	color: #333;
	resize: none;
}

.form-block button{
	width: 48%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	background-color: #0f57b4;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 36px;
	vertical-align: bottom;
}

.copy{
	color: #999;
}

.copy a{
	color: #999;
}

.copy a:hover{
	color: #0f57b4;
}

/*other public*/
.other-nav-bg{
	background-color: #fff;
	box-shadow: 0 0 5px #888;
	position: relative;
	z-index: 20;
}

.other-nav{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	background-color: #fff;
}

.other-local{
	color: #999;
	font-size: 14px;
}

.other-local i{
	font-size: 14px;
	line-height: 56px;
	vertical-align: bottom;
	color: #ff7e00;
}

.other-local b{
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-top: -2px;
	border-left: 4px solid #ccc;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}

.other-local a{
	line-height: 56px;
	color: #999;
	font-size: 14px;
}

.other-local a:hover{
	color: #0f57b4;
}

/*about us*/
.about-abo-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0 70px;
}

.about-abo-block .title{
	margin-bottom: 20px;
}

.about-abo-block .title h1{
	font-size: 30px;
	font-weight: bold;
}

.about-abo-block .text{
	margin-right: 3%;
	width: 52%;
	font-size: 15px;
	color: #666;
	line-height: 2.8;
}

.about-abo-block img{
	width: 45%;
	height: 435;
	object-fit: cover;
}

.about-device-bg{
	background-color: #f6f6f6;
}

.about-zz-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0 40px;
}

.about-zz-block .title{
	text-align: center;
	font-size: 30px;
	color: #444;
	margin-bottom: 25px;
	font-weight: bold;
}

.about-zz-block li{
	width: 32%;
	height: 286px;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px;
}

.about-zz-block li:hover{
	border-color: #1158b5;
}

.about-zz-block li:nth-of-type(3n){
	margin-right: 0;
}

.about-zz-block li a{
	display: block;
	height: 100%;
	position: relative;
}

.about-zz-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-zz-block li p{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.about-zz-block li:hover p{
	background-color: #1158b5;
}

.about-hor-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0;
}

.about-hor-block .title{
	text-align: center;
	font-size: 30px;
	color: #444;
	margin-bottom: 45px;
	font-weight: bold;
}

#horswiper{
	padding-bottom: 70px;
}

#horswiper a{
	display: block;
	height: 480px;
	padding: 20px 25px;
	border: 1px solid #d3d3d3;
}

#horswiper a:hover{
	border-color: #0f57b4;
}

#horswiper img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#horswiper .swiper-button-next,
#horswiper .swiper-button-prev{
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: auto;
  bottom: 0;
  margin-top: 0;
  opacity: 1;
  color: #666;
  -webkit-user-select:none;
  -moz-user-select:none;
}
#horswiper .swiper-button-prev{
  left: 50%;
  margin-left: -40px;
}
#horswiper .swiper-button-next{
  right: 50%;
  margin-right: -40px;
}
#horswiper .swiper-button-prev i,
#horswiper .swiper-button-next i{
	font-size: 30px;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#horswiper .swiper-button-next:after,
#horswiper .swiper-button-prev:after{
  display: none;
}
#horswiper .swiper-button-next:hover i,
#horswiper .swiper-button-prev:hover i{
	color: #0f57b4;
}

/* products */
.product-block{
	padding: 50px 0;
}

.product-nav{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-bottom: 50px;
}

.product-nav a{
	display: block;
	width: 220px;
	line-height: 48px;
	padding: 0 10px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #666;
}
.product-nav a.active{
	color: #fff;
	background-color: #0f57b4;
}

.product-nav a:last-child{
	border-right: 1px solid #d3d3d3;
}

.product-nav a:hover{
	color: #fff;
	background-color: #0f57b4;
	border-color: #0f57b4;
}

.products-right-list{
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.products-right-list li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #fff;
}

.products-right-list li:hover{
	box-shadow: 0 0 5px #888;
}

.products-right-list li:nth-of-type(3n){
	margin-right: 0;
}

.products-right-list li a{
	display: block;
}

.products-right-list li img{
	width: 100%;
	height: 290px;
	object-fit: contain;
}

.products-right-list li .textbox{
	position: relative;
	padding: 20px;
}

.products-right-list li .textbox::before{
	display: block;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #d3d3d3;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:hover .textbox::before{
	background-color: #0f57b4;
}

.products-right-list li p{
	text-align: center;
	font-size: 15px;
	color: #666;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-right-list li:hover p{
	color: #0f57b4;
}

.pageNav{
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
	text-align: center;
}

.pageNav>a:first-child .iconfont{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.pageNav .iconfont{
	font-size: 18px;
	display: inline-block;
	vertical-align: bottom;
}

/*product detail*/
.products-right-detail{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.products-right-detail .imgbox{
	width: 54%;
	float: left;
}

.products-right-detail .imgbox img{
	width: 100%;
	/* height: 100%; */
	object-fit: contain;
}

.products-right-detail .gallery-top{
	margin-bottom: 20px;
	border: 1px solid #d3d3d3;
}

.products-right-detail .gallery-top .swiper-slide{
	height: 488px;
}

.products-right-detail .gallery-thumbs{
	padding: 0 40px;
}

.products-right-detail .gallery-thumbs .swiper-slide{
	border: 1px solid #d3d3d3;
	cursor: pointer;
	height: 94px;
}

.products-right-detail .gallery-thumbs .swiper-button-next,
.products-right-detail .gallery-thumbs .swiper-button-prev{
    width: 26px;
    height: 94px;
    line-height: 94px;
    top: 0;
    margin-top: 0;
    opacity: 1;
    background-color: #fff;
    color: #666;
    border: 1px solid #d3d3d3;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.products-right-detail .gallery-thumbs .swiper-button-prev{
    left: 0;
}
.products-right-detail .gallery-thumbs .swiper-button-next{
    right:0;
}
.products-right-detail .gallery-thumbs .swiper-button-prev i,
.products-right-detail .gallery-thumbs .swiper-button-next i{
	font-size: 30px;
}
.products-right-detail .gallery-thumbs .swiper-button-next:after,
.products-right-detail .gallery-thumbs .swiper-button-prev:after{
    display: none;
}
.products-right-detail .gallery-thumbs .swiper-button-next:hover,
.products-right-detail .gallery-thumbs .swiper-button-prev:hover{
	background-color: #1158b5;
	border-color: #1158b5;
	color: #fff;
}

.products-right-detail .gallery-thumbs .swiper-slide-thumb-active{
	border-color: #1158b5;
}


.products-right-detail .info-box{
	width: 42%;
	float: right;
}

.products-right-detail .info-title{
	padding: 5px 0 20px;
	border-bottom: 1px solid #ccc;
}

.products-right-detail .info-title h2{
	font-size: 22px;
	color: #666;
}

.products-right-detail .editbox{
	padding: 20px 0;
	font-size: 16px;
	line-height: 2.4;
}

.products-right-detail .info-box  .editbox{
	height: 493px;
	overflow-y: auto;
}

.products-right-detail .detail-nav{
	border: 1px solid #ccc;
	border-radius: 3px;
}

.products-right-detail .detail-nav li{
	border-right: 1px solid #ccc;
	width: 33.33%;
	text-align: center;
}

.products-right-detail .detail-nav li:hover{
	background-color: #e7e7e7;
}

.products-right-detail .detail-nav li:last-child{
	border-right:none;
}

.products-right-detail .detail-nav a{
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 13px;
	color: #999;
}

.products-right-detail .detail-nav i{
	font-size: 26px;
	vertical-align: bottom;
	display: inline-block;
	color: #999;
}

.products-right-detail .detail-title{
	background-color: #eee;
	margin-top: 30px;
	color: #fff;
	font-size: 17px;
	line-height: 54px;
}

.products-right-detail .detail-title span{
	display: inline-block;
	padding: 0 60px;
	background-color: #1158b5;
}

/*news*/
.news-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.news-block .title{
	font-size: 30px;
	color: #000;
	margin-bottom: 45px;
	text-align: center;
}

.news-block ul{
	border-bottom: 1px solid #eee;
}

.news-block li{
	border-top: 1px solid #eee;
}

.news-block li a{
	display: block;
	padding: 40px;
}

.news-block li h2{
	padding-top: 30px;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover .flex-flex1 h2{
	color: #1258b7;
}

.news-block li .flex-flex1{
	overflow: hidden;
	margin: 0 40px 0 70px;
}

.news-block li i{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
	color: #999;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover i{
	background-color: #1258b7;
	color: #fff;
}

.news-block li p{
	font-size: 14px;
	line-height: 2;
	height: 56px;
	color: #999;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover p{
	color: #444;
}

.news-block li .imgbox{
	width: 200px;
	height: 150px;
}

.news-block li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 45px 0;
}

.news-detail-block .title{
	font-size: 30px;
	color: #444;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-detail-block .subtitle{
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.news-detail-block .edit-box{
	padding: 20px 0;
	font-size: 16px;
	color: #666;
	line-height: 3;
}

.news-detail-block .detail-nav{
	padding: 40px 20px 0;
	border-top: 1px solid #dcdcdc;
}

.news-detail-block .left-nav{
	overflow: hidden;
}

.news-detail-block .left-nav a{
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	font-size: 15px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
	color: #0f57b4;
}

.news-detail-block .left-nav span{
	color: #999;
}

.news-detail-block .right-nav{
	width: 130px;
	height: 50px;
	line-height: 48px;
	color: #999;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	border: 1px solid #ccc;
}

.news-detail-block .right-nav:hover{
	border-color: #0f57b4;
	color: #0f57b4;
}

/*contact us*/
.contact-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.contact-block .textbox{
	width: 42.5%;
	padding-right: 20px;
	float: left;
}

.contact-block h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}

.contact-block h3{
	font-size: 16px;
	font-weight: bold;
	margin-top: 55px;
	margin-bottom: 25px;
	padding-left: 18px;
}

.contextbox p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-left: 18px;
	position: relative;
}

.contextbox p::before{
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid #1258b7;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 0;
	top: 8px;
}

.contextbox p+p{
	margin-top: 25px;
}

.contact-block .map{
	width: 57.5%;
	height: 500px;
	float: right;
	background-color: #f7f7f7;
	margin-top: 80px;
}

.contact-block .qrblock{
	margin-top: 50px;
	width: 100%;
	float: left;
}

.contact-block .qrblock li{
	width: 23.5%;
	margin-right: 2%;
	background-color: #fbfbfb;
	border: 1px dashed #a0a0a0;
	padding: 25px 15px;
	text-align: center;
}

.contact-block .qrblock li:nth-of-type(4n){
	margin-right: 0;
}

.contact-block .qrblock img{
	width: 180px;
	height: 180px;
	border: 1px solid #eee;
	margin-bottom: 20px;
}

.contact-block .qrblock .editbox{
	text-align: left;
	font-size: 16px;
	color: #666;
	line-height: 2;
}

/*online*/
.ol-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.ol-block .title{
	text-align: center;
	font-size: 30px;
	color: #444;
	font-weight: bold;
	margin-bottom: 30px;
}

.ol-block ul{
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.ol-block li{
	text-align: center;
}

.ol-block li+li{
	margin-left: 30px;
}

.ol-block li img{
	width: 200px;
	height: 200px;
}

.ol-block li p{
	font-size: 15px;
	color: #666;
	margin-top: 15px;
}

