.ro180{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.edit-box{
	padding: 20px 0;
}

html{
	color: #333;
}

/*index*/
.public-title{
	text-align: center;
	margin-bottom: 20px;
}

.public-title h1{
	font-size: 30px;
	font-weight: bold;
}

.public-title h4{
	font-size: 16px;
	color: #999;
	margin-top: 5px;
}

.public-title b{
	display: block;
	width: 140px;
	height: 2px;
	margin: 20px auto 0;
	background-color: #ccc;
	position: relative;
}

.public-title b::after{
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	background-color: #ffd200;
	position: absolute;
	left: 50%;
	top: 1px;
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
}

/*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: 1300px;
	margin: 0 auto;
}

.top-nav .nav-block{
	height: 100%;
}

.top-nav .nav-block a{
	display: block;
	margin: 0 13px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	height: 100%;
	line-height: 90px;
	position: relative;
}

.top-nav .nav-block a:hover{
	color: #0090ce;
}

.top-nav .nav-block a::before{
	display: none;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #ffd200;
	position: absolute;
	left: 0;
	top: 0;
}

.top-nav .nav-block a:hover,
.top-nav .nav-block .active a{
	color: #0090ce;
}

.top-nav .nav-block a:hover::before,
.top-nav .nav-block .active a::before{
	display: block;
}

.index-lang i{
	color: #999;
	font-size: 20px;
}

.index-lang a{
	font-size: 17px;
	font-weight: bold;
	color: #999;
}

.index-lang a:hover{
	color: #0090ce;
}

.index-lang span{
	font-size: 17px;
	font-weight: bold;
	color: #0090ce;
}

.menu,.menu_down{
	display: none;
}

/*index public style*/
.more-btn{
	display: block;
	margin: 10px auto 0;
	width: 148px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-radius: 25px;
	font-size: 15px;
	color: #999;
	background-color: #fff;
	border: 1px solid #ccc;
}

.more-btn:hover{
	border-color: #0090ce;
	background-color: #0090ce;
	color: #fff;
}

/* index banner */
.index-banner img{
	width: 100%;
	min-height: 400px;
	object-fit: cover;
}

.other-banner img{
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}

/*index about*/
.index-about-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	background-color: #fff;
	border-radius: 10px;
}

.index-about-block .editbox{
	font-size: 16px;
	line-height: 2.4;
	text-align: center;
	color: #777;
}

.index-about-block a{
	display: block;
	width: 140px;
	height: 44px;
	line-height: 42px;
	border: 1px solid #999;
	border-radius: 22px;
	text-align: center;
	margin: 30px auto 0;
	color: #999;
}

.index-about-block a:hover{
	border-color: #0090ce;
	color: #0090ce;
}

.index-about-block a i{
	font-size: 20px;
}

.index-about-bg1{
	height: 220px;
	overflow-y: visible;
	position: relative;
	z-index: 5;
}

.index-about-bg2{
	position: relative;
	z-index: 4;
	height: 494px;
	background-image: url('../images/index_about_bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-adv-block{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 240px;
}

.index-adv-block li{
	width: 33.3%;
	text-align: center;
	color: #fff;
}

.index-adv-block h2{
	font-size: 100px;
}

.index-adv-block h2 span{
	font-size: 20px;
	margin-left: 10px;
	font-weight: bold;
}

.index-adv-block h3{
	font-size: 16px;
}

/* index product */
.index-product-bg{
	width: 100%;
	background-image: url("../images/index_product_bg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-product{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.index-product .public-title{
	margin-bottom: 35px;
}

.index-product li{
	background-color: #fff;
	padding: 0;
	width:32%;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 2px solid #eee;
}

.index-product li:nth-of-type(3n){
	margin-right: 0;
}

.index-product li:hover{
	box-shadow: 0 0 5px #888;
	border-color: #0090ce;
}

.index-product li a{
	display: block;
}

.index-product .textbox{
	padding: 0 20px 15px;
	position: relative;
}

.index-product li b,
.index-product li h2,
.index-product li .iconfont{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-product li b{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #ccc;
	margin-bottom: 15px;
}

.index-product li:hover b{
	background-color: #ffd200;
}

.index-product li h2{
	font-size: 17px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-product li:hover h2{
	color: #0090ce;
}

.index-product li p{
	font-size: 15px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-product li .iconfont{
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 10px;
	bottom: 17px;
	background-color: #fff;
	color: #ccc;
	text-align: center;
	font-size: 28px;
}

.index-product li:hover .iconfont{
	background-color: #ffd200;
	color: #fff;
}

/*sp*/
.sp-img{
	height: 300px;
}

.sp-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*index news*/
.index-news{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}

.index-news .public-title{
	margin-bottom: 35px;
}

.index-news .big-news{
	width: 50%;
	float: left;
	background-color: #f8f8f8;
}

.index-news .big-news:hover{
	box-shadow: 0 0 5px #888;
}

.index-news .big-news a{
	display: block;
	padding: 40px 60px;
}

.index-news .big-news h2{
	font-size: 28px;
	color: #999;
	margin-bottom: 20px;
}

.index-news .big-news h3{
	font-size: 18px;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news .big-news p{
	border-left: 1px solid #e4e4e4;
	padding-left: 30px;
	font-size: 15px;
	color: #777;
	line-height: 1.8;
	margin-bottom: 35px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news .big-news img{
	width: 100%;
	height: 240px;
	object-fit: cover;
}

.index-news ul{
	width: 46%;
	float: right;
	border-top: 1px solid #ededed;
}

.index-news li{
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}

.index-news li:hover{
	background-color: #0090ce;
}

.index-news li a{
	display: block;
	padding: 40px 20px;
}

.index-news li h2,
.index-news li:hover p,
.index-news li i{
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news li h2{
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-news li:hover h2,
.index-news li:hover h2 span,
.index-news li:hover p,
.index-news li:hover i{
	color: #fff;
}

.index-news h2 span{
	font-size: 20px;
	color: #888;
}

.index-news li p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #777;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-news li i{
	display: block;
	width: 100%;
	font-size: 12px;
	color: #a1a1a1;
	padding-left: 15px;
	border-left: 1px solid #e4e4e4;
	margin-top: 35px;
}

.index-news li .flex-flex1{
	overflow: hidden;
	margin-right: 50px;
}

/*index case*/
.index-case-bg{
	background-image: url("../images/index_case_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-case{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}

.index-case .title{
	font-size: 30px;
	color: #000;
	margin-bottom: 35px;
	text-align: center;
}

.index-case .public-title{
	margin-bottom: 35px;
}

.index-case li{
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

.index-case li:nth-of-type(3n){
	margin-right: 0;
}

.index-case li a{
	position:relative;
	display: block;
}
.index-case li a::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:100%;
	height:100%;
	background:url(../images/shuiyin.png) no-repeat center;
	background-size:contain;
}

.index-case li img{
	width: 100%;
	height: 290px;
	object-fit: cover;
}

.index-case li .textbox{
	font-size: 15px;
	color: #666;
	height: 60px;
	line-height: 1.5;
	padding: 0 20px;
	background-color: #f8f8f8;
}

.index-case li:hover .textbox{
	background-color: #0090ce;
}

.index-case li .flex-flex1{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-right: 10px;
}

.index-case li:hover .flex-flex1{
	color: #fff;
}

.index-case li i{
	color: #ccc;
	font-size: 30px;
}

.index-case li:hover i{
	color: #fff;
}

/*footer list*/
.footer-list-bg{
	background-color: #222;
}

.footer-list{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

.footer-list li>img{
	margin-bottom: 35px;
}

.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: 15px;
	color: #999;
	line-height: 24px;
}

.footer-list a+a{ 
	margin-top: 10px;
}

.footer-list a:hover{
	color: #fff;
}

.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: 20px;
	font-size: 18px;
	color: #fff;
	margin-bottom: 32px;
}

.footer-list li i{
	font-size: 14px;
	margin-right: 10px;
	color: #e5212a;
}

.qrcode{
	text-align: center;
	font-size: 13px;
	color: #8e8e8e;
}

.qrcode img{
	width: 154px;
	height: 154px;
	margin-bottom: 25px;
}

.copy{
	color: #ccc;
}

.copy a{
	color: #ccc;
}

.copy a:hover{
	color: #fff;
}

/*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-nav ul{
	border-left: 1px solid #e5e5e5;
}

.other-nav li{
	text-align: center;
	border-right: 1px solid #e5e5e5;
}

.other-nav li:hover,
.other-nav li.active{
	background-color: #0063ae;
	border-color: #0063ae;
}

.other-nav li a{
	min-width: 140px;
	padding: 0 10px;
	font-size: 16px;
	color: #666;
	height: 60px;
	display:-webkit-flex; 
	display:-webkit-box; 
	display:-ms-flexbox; 
	display:-moz-flex; 
	display:flex;
	-webkit-align-items:center; 
	-webkit-box-align:center;  
	-moz-align-items:center; 
	align-items:center; 
	-ms-flex-align:center;
}

.other-nav li:hover a,
.other-nav li.active a{
	color: #fff;
}

.other-nav span{
	display: block;
	width: 100%;
	line-height: 1.3;
}

.other-local{
	color: #999;
	font-size: 16px;
}

.other-local i{
	font-size: 18px;
	line-height: 60px;
	vertical-align: bottom;
}

.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: 60px;
	color: #999;
	font-size: 14px;
}

.other-local a:hover,
.other-local a:last-child{
	color: #0090ce;
}

/*about us*/
.about-bg{
	background-image: url('../images/about_bg.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.about-abo-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0 100px;
}

.about-abo-block .title{
	margin-bottom: 30px;
}

.about-abo-block .title h1{
	font-size: 38px;
}

.about-abo-block .title h4{
	font-size: 18px;
	color: #0090ce;
	font-weight: bold;
	margin-bottom: 5px;
}

.about-abo-block .text{
	margin-right: 2%;
	width: 53%;
	font-size: 16px;
	color: #666;
	line-height: 3;
	height: 430px;
}

.about-abo-block img{
	width: 45%;
	margin-top: -80px;
}

.about-zz-block .title{
	font-size: 30px;
	color: #000;
	margin-bottom: 35px;
}

.about-zz-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}

.about-zz-block .title{
	text-align: center;
}

.about-zz-block li{
	list-style-type: none;
	width: 32%;
	height: 390px;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.about-zz-block li:hover{
	box-shadow: 0 0 5px #888;
}

.about-zz-block li:nth-of-type(3n){
	margin-right: 0;
}

.about-zz-block li a{
	display: block;
	height: 100%;
	position: relative;
	padding: 10px;
}

.about-zz-block li img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.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: rgba(0,0,0,1);
}

.more{
	text-align: center;
	padding-top: 20px;
}

.more a{
	display: inline-block;
	color: #999;
}

.more i{
	display: inline-block;
	font-size: 40px;
	color: #999;
	transition: all 1s;
	-webkit-transition: all 1s;
}

.more a:hover i{
	transform: rotate(360deg);
}

.more p{
	font-size: 14px;
	margin: 0 auto 12px;
}

/* products */
.product-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

.products-left-menu{
	width: 17%;
	line-height: 1.2;
}

.products-left-nav{
	display: block;
}

.products-left-nav+.products-left-nav{
	border-top: 2px solid #fff;
}

.products-left-nav>div{
	padding: 0 20px 0 25px;
	height: 54px;
	font-size: 15px;
	color: #666;
	background-color: #eee;
	cursor: pointer;
}
.products-left-nav>div.flex-display a{
	
	width:100%;
}

.products-left-nav>div:hover,
.products-left-nav.active>div{
	background-color: #0090ce;
}

.products-left-nav>div:hover .flex-flex1,
.products-left-nav.active>div .flex-flex1{
	color: #fff;
}

.products-left-nav>div i{
	margin-right: 15px;
	font-size: 22px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav>div:hover i,
.products-left-nav.active>div i{
	color: #fff;
}

a.products-left-nav>div i{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.products-left-nav.active>div i{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.products-left-nav ul{
	background-color: #fff;
	display: none;
}

.products-left-nav li{
	padding: 0 0 0 30px;
	font-size: 16px;
	color: #666;
}
.products-left-navlist li{
	padding: 0 0 0 10px;
}

.products-left-nav li:hover,.products-left-nav li.active{
	color: #e0001d;
}

.products-left-nav li+li{
	border-top: 1px dashed #ccc;
}

.products-left-nav li a{
	display: block;
}

.products-left-nav li a>div{
	height: 54px;
}

.products-left-nav li span{
	display: block;
	width: 0;
	height: 1px;
	background-color: #0090ce;
	margin-left: 10px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.products-left-nav li:hover span{
	width: 30px;
}

.products-left-nav .flex-flex1{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.products-right-list{
	width: 76%;
	padding: 0;
}

.products-right-list>h1{
	font-size: 28px;
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}



.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;
	position:relative;
}
.products-right-detail .products-left-menu{
	position:absolute;
	top:50px;
	z-index:2;
	left:-220px;
}
.shuiyin{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	pointer-events: none;
}

.products-right-detail .imgbox{
	width: 50%;
	height: 450px;
	border: 1px solid #ccc;
	float: left;
}

.products-right-detail .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.products-right-detail .info-box{
	width: 46%;
	float: right;
}

.products-right-detail .info-title{
	padding: 5px 0 10px;
	border-bottom: 1px solid #ccc;
}

.products-right-detail .info-title h2{
	font-size: 28px;
	color: #333;
}

.products-right-detail .editbox{
	padding: 20px 0;
	font-size: 16px;
	line-height: 2.4;
}

.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:last-child{
	border-right:none;
}

.products-right-detail .detail-nav a{
	width: 100%;
	text-align: center;
	height: 54px;
	line-height: 54px;
}

.products-right-detail .detail-nav i{
	font-size: 36px;
	vertical-align: bottom;
	display: inline-block;
	color: #999;
}

.products-right-detail .detail-nav li:hover i{
	color: #0090ce;
}

.products-right-detail .detail-title{
	background-color: #0090ce;
	margin-top: 30px;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	padding: 0 30px;
	font-weight: bold;
}

/* device */
.layer-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 75px 0;
}

.layer-block .title{
	font-size: 30px;
	color: #000;
	margin-bottom: 35px;
	text-align: center;
}

.layer-block li{
	width: 32%;
	margin-right: 2%;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	position:relative;
}

.layer-block li:hover{
	box-shadow: 0 0 5px #888;
	border-color: #0090ce;
}

.layer-block li:nth-of-type(3n){
	margin-right: 0;
}

.layer-block li a{
	display: block;
	height: 100%;
	position: relative;
	padding: 10px;
	padding-bottom: 0;
}

.layer-block li img{
	width: 100%;
	height: 270px;
	object-fit: contain;
}

.layer-block li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
	font-size: 16px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.layer-block li:hover p{
	color: #0090ce;
}

/*news*/
.news-block{
	padding: 60px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.news-block .title{
	font-size: 30px;
	color: #000;
	margin-bottom: 45px;
	text-align: center;
}

.news-block .big-news-block{
	padding: 0 40px 40px;
}

.news-block .big-news{
	width: 49%;
}

.news-block .big-news:hover{
	background-color: #0090ce;
}

.news-block .big-news+.big-news{
	margin-left: 2%;
}

.news-block .big-news a{
	padding: 40px 30px;
}

.news-block .big-news:hover h2,
.news-block .big-news:hover h3,
.news-block .big-news:hover p{
	color: #fff;
}

.news-block ul{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}

.news-block li:hover{
	background-color: #f9f9f9;
}

.news-block li a{
	padding: 40px 50px 40px 70px;
}

.news-block li h2{
	font-size: 18px;
}

.news-block li:hover a,
.news-block li:hover h2,
.news-block li:hover h2 span,
.news-block li:hover p,
.news-block li:hover i{
	color: inherit;
}

.news-block li p{
	font-size: 16px;
}

.news-block li b{
	display: inline-block;
	margin-top: -2px;
	width: 0px;
	height: 1px;
	vertical-align: middle;
	background-color: #333;
	margin-right: 0px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.news-block li:hover b{
	width: 20px;
	margin-right: 8px;
}

/*news detail*/
.news-detail-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.news-detail-block .title{
	text-align: center;
	font-size: 30px;
	color: #666;
	padding-bottom: 20px;

}
.news-detail-block .subtitle{
	text-align: center;
	font-size: 14px;
	color: #888;
	padding: 15px 0;
	background-color: #fafafa;
}

.news-detail-block .edit-box{
	padding: 20px 90px;
	font-size: 16px;
	color: #333;
	line-height: 2.4;
}

.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: 17px;
	padding: 10px 0;
}

.news-detail-block .left-nav a:hover{
	text-decoration: underline;
	color: #0090ce;
}

.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: #0090ce;
	color: #0090ce;
}

/*contact us*/
.contact-block{
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}

.contact-block .title{
	margin-bottom: 30px;
}

.contact-block .title h1{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact-block .title p{
	font-size: 22px;
}

.contact-block form{
	width: 50%;
}

.form-block .full-div,
.form-block .half-div,
.form-block .quater-div{
	margin-bottom: 20px;
	border: 1px solid #ededed;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ccc;
	overflow: hidden;
	position: relative;
}

.form-block .full-div{
	width: 100%;
}

.form-block .half-div{
	width: 49%;
}

.form-block .quater-div{
	width: 24%;
}

.form-block input{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
}

.form-block textarea{
	width: 100%;
	height: 200px;
	line-height: 30px;
	padding: 5px 10px;
	font-size: 14px;
	color: #428a7b;
	resize: none;
}

.form-block select{
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 10px;
	font-size: 14px;
	color: #428a7b;
	cursor: pointer;
}

.form-block span{
	color: #ff0000;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.form-block button{
	width: 48%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background-color: #0090ce;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.form-block img{
	max-height: 44px;
	vertical-align: bottom;
}

.form-block .tip{
	font-size: 14px;
	color: #ff0000;
	margin-top: 45px;
}

.contact-block .form-block textarea{
	height: 300px;
}

.contact-block .info-box{
	width: 46%;
	font-size: 20px;
	color: #666;
	border-top: 1px dashed #999;
}

.contact-block .info-box .topbox{
	border-bottom:  1px dashed #999;
	padding: 25px 15px;
}

.contact-block .info-box h2{
	font-size: 48px;
	color: #0090ce;
}

.contact-block .info-box h3{
	color: #0090ce;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.contact-block .info-box p{
	padding: 20px 15px;
	font-size: 18px;
	position: relative;
	line-height: 2;
	color: #666;
	border-bottom: 1px dashed #999;
}

.map{
	width: 100%;
	height: 600px;
	background-color: #f7f7f7;
	margin-bottom: 60px;
}
#map{
	width: 100%;
	height: 600px;
}
.editbox h2{
	font-size: 20px;
    font-weight: bold;
}
.tablemo{
	max-width:1200px;
	margin:0 auto;
	
}
.ease{
	
}