﻿@charset "utf-8";
/* @font-face {
	font-family: 'tt';
	src: local('tt light'), local('tt'), url('tt5.woff') format('truetype'), url('tt5.ttf') format('truetype');
} */
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
	margin: 20px 0;
}
.blank10 {
	height: 30px;
}
.blank20 {
	height: 100px;
}
html {
	font-size: 100%
}
body {
	position: relative;
	color: #212121;
	font-family:  Arial, '微软雅黑';
	background: #fff;
}
ul {
	list-style-type: none;
}
a {
	color: #43c5e9;
	text-decoration: none;
	border: none;
}
p {
	font-size: 14px;
	line-height: 22px;
}
a.btn {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	line-height: 15px;
	color: #959595;
}
a.btn {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	line-height: 56px;
	border: 2px solid #959595;
	letter-spacing: 2px;
	font-weight: 400;
	/*font-size: 0;*/

	/*border-radius: 5px;*/

	z-index: 9;
}
a.btn:after {
	font-family: 'myicon';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	font-size: 1rem;
}
a.btn-01 {
	line-height: 40px;
	margin-top: 20px;
	padding: 0 20px;
	text-transform: uppercase;
}
a.btn-01:hover {
	border-color: transparent;
}
a.btn-01:hover, button:hover {
	background-color: #f1b123;
	color: #fff;
}
h2 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 20px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
h4 {
	font-size: 30px;
	line-height: 40px;
}
h5 {
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #fff;
	padding: 20px 0px 0px 50px;
}
pre {
	white-space: pre-wrap!important;
}
/*——————————————————————————————————————头部————————————————————————————————*/



.header {
	position: fixed;
	width: 100%;
	height: 50px;
	left: 0;
	top: 0;
	box-sizing: border-box;
	padding-left: 40px;
	z-index: 999;
	background: #fff;
}
.logo {
	position: relative;
	max-width: 170px;
	text-align: left;
}
.logo img {
	max-width: 100%;
}
.nav >ul {
	position: absolute;
	left: 300px;
	top: 14px;
}
.nav li a {
	position: relative;
	display: inline-block;
	top: 5px;
	line-height: 30px;
	color: #888;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.4s;
}
.nav li {
	position: relative;
	display: inline;
	margin-right: 20px;
	background-color: rgba(115,124,136,0);
	/*border-bottom: 1px solid rgba(115,124,136,.2);*/

	transition: 0.4s;
}
/*.nav li:first-child{border-top: 1px solid rgba(115,124,136,.2);}*/

.nav li.on a {
	color: #43c5e9;
	border-bottom: 1px solid #000;
}
.nav li a span {
	display: none;
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
	font-size: 11px;
	color: #333;
	opacity: 0.4;
	filter: Alpha(Opacity=45);
	transition: 0.4s;
}
.side_close {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 80px;
	left: 0;
	background-color: #000;
	display: none;
}
.nav_icon {
	display: none;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	background-image: url(../images/nav-icon.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 99;
}
.side_icon {
	background-image: url(../images/btn_side-close.png) !important;
}
/*—————————————banner———————————*/



.fullSlide {
	width: 100%;
	position: relative;
	overflow: Hidden;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	margin: 1px 4px;
	overflow: hidden;
	background: #fff;
	border-radius: 50%;
	filter: alpha(opacity=100);
	opacity: 1;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #f2b123;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 5%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(images/slider-arrow.png) -126px -137px no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/* frame_1 */





.frame_1 {
	width: 95%;
	height: 360px;
	margin: 20px auto 20px auto;
}
/*.frame_1 .frame_1_1{height:242px;margin-bottom:1px;}*/

.frame_1 .frame_1_1 div {
	float: left;
	display: inline;
}
.frame_1 .frame_1_1 div a {
	display: block;
	float: left;
}
.frame_1 .frame_1_1 div a:hover img {
	border: 1px #ffffff solid;
}
.min {
	width: 19%;
	height: 162px;
	float: left;
	background: #f4f4f4;
	padding: 3%;
}
.min a {
	color: #5d5c53;
}
.min:hover {
	background: #cf000e;
	transition: all 0.4s;
}
.min h1 {
	font-size: 28px;
	color: #5d5c53
}
.mid {
	width: 44%;
	height: 162px;
	float: left;
	background: #1f1f1f;
	padding: 3%;
}
.mid a {
	color: #fff;
}
.mid:hover {
	background: #cf000e;
	transition: all 0.4s;
}
.mid h2 {
	font-size: 28px;
	color: #fff
}
.max {
	width: 19%;
	height: 162px;
	float: left;
	background: #e8e3e3;
	padding: 3%;
}
.max:hover {
	background: #cf000e;
	transition: all 0.4s;
}
.max h1 {
	font-size: 28px;
	color: #5d5c53
}
.max a {
	color: #5d5c53
}
.max1 {
	width: 19%;
	height: 162px;
	float: left;
	background: #cf000e;
	padding: 3%;
}
.max1:hover {
	background: #cf000e;
	transition: all 0.4s;
}
.max1 h2 {
	font-size: 28px;
	color: #fff
}
.max1 a {
	color: #fff
}
/*—————————————产品列表文字———————————*/



.warp2 {
	width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	background-color: #fff
}
.warp2 .warp-type-list {
	float: right;
	position: absolute;
	z-index: 11;
	right: 0
}
.warp2 .warp-type-list .active {
	text-decoration: underline;
	color: #000;
	font-size: 18px
}
.warp2 .warp-type-list a {
	display: inline-block;
	margin-right: 25px;
	line-height: 30px;
	color: #888889;
	font-size: 14px
}
.warp2 .warp-type-list a:hover {
	text-decoration: underline
}
#ajaxshou .gallery_box span, #ajaxshou .gallery_box font {
	display: none;
}
/*---------------footer------------*/

.footer {
	position: relative;
	width: 100%;
	height: 322px;
	padding: 30px 0;
	background-color: #fff;
	box-sizing: border-box;
	transition: 0.3s;
	clear: both;
	border-top: 1px solid #8c8c8c;
	background: #363636;
	overflow: hidden;
}
.footer_cell {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.nav li:hover a {
	opacity: 1;
	color: #a09b77
}
.nav li a:hover span {
	opacity: 0.5;
}
.footer a:hover {
	color: #999;
}
.follow {
	float: right;
}
.follow span {
	padding: 4px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 0.4s;
}
.follow a {
	display: inline-block;
	margin-left: 5px;
}
.follow span:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.s-qq {
	background-image: url(../images/social/dark/qq.png);
}
.s-renren {
	background-image: url(../images/social/dark/renren.png);
}
.s-taobao {
	background-image: url(../images/social/dark/taobao.png);
}
.s-weibo {
	background-image: url(../images/social/dark/weibo.png);
}
.s-tt {
	background-image: url(../images/social/dark/tt.png);
}
.copy {
	font-size: 11px;
	line-height: 30px;
	width: 75%;
	margin: 25px auto 10px;
	text-align: right;
	margin-bottom: 15px;
	overflow: hidden;
}
.copy a {
	color: #222 !important;
	padding: 0 1%;
}
.service_box_text p a.a_img {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	background: #fff !important;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 99;
}
.service_box_text p a.a_img:hover {
	background: #fff !important;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.foot_box, .foot_extend img {/*margin: 20px 0 36px 0;*/
}
.foot_box {
	display: inline-block;
	vertical-align: top;
}
.foot_box span, .foot_box a {
	font-size: 14px;
	color: #aaaaab;
}
.foot_extend {
	font-size: 0;
	border-bottom: 0px solid #e1e1e1;
	padding-top: 16px;
	margin-bottom: 30px;
}
.for3 {
	float: left;
	width: 29%;
	text-align: right;
	margin-top: -16px;
}

@media screen and (min-width:1200px) {
.for3 {
	float: left;
	width: 29%;
	text-align: right;
	margin-top: -16px;
}
}
.for4 {
	float: right;
	width: 25%;
	margin-right: 1%;
	margin-top: -12px;
}
.for6 {
	float: left;
	width: 16.5%;
	margin-right: 5%;
}
.for7 {
	float: right;
	width: 8%;
	margin-left: 2%;
}
.yeweiname {
	overflow: inherit;
}
.yeweiname li {
	float: left;
	width: calc(100% / 7);
	text-align: center;
	margin-right:calc(100% / 7);
}
.yeweiname li:nth-child(4){
	margin-right: 0;
}
.yeweiname li dt {
	line-height: 30px;
	position: relative;
	margin-bottom: 10px;
}
.yeweiname li dt:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 0;
	width: 48px;
	height: 1px;
	left: 0px;
	background: #aaaaab;
}
.yeweiname li dt a {
	font-size: 24px;
	line-height: 42px;
	height: 42px;
	font-family: '宋体';
}
.yeweiname li dd a {
	font-family: '宋体';
}
.foot_extend p {
	position: relative;
	margin-bottom: 1px;
	font-size: 15px;
	/*font-weight: 700;*/
	text-align: right;

	color: #333; /*border-bottom: 1px solid #e1e1e1;padding-bottom: 10px;width: 100%;*/
	font-family: '微软雅黑' !important;
}
.foot_extend a {
	display: block;
	line-height: 24px;
	overflow:inherit;
	height: 24px;
	font-family: '宋体';
	white-space: nowrap;
}
.foot_extend span {
	line-height: 24px;
	font-family: '宋体';
}
/*.foot_extend a:hover{color: #67b48e;}*/



.foot_extend img {/*max-width: 100%;*/
	width: 100%;
	margin-top: -10px;
}
.line {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 30px;
}
/*——————————————————————————————————————幻灯片————————————————————————————————*/

/*span#pie_0{background-color: #43c5e9 !important;}*/

.slider_container, .head_img, .content {
	position: relative;
	height: auto;
	margin-top: 52px;
	width: 100%;
	z-index: 0;
}
.content {
	margin-top: 0;
	width: 90%;
	margin: 0 auto;
}
#slider {
	height: 100%;
	margin-bottom: 0!important;
	position: relative;
}
.slider_link a {
	position: absolute;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	bottom: 10%;
	left: 10%;
	z-index: 9999;
}
/*——————————————————————————————————————设计————————————————————————————————*/



.n_ban {
	width: 100%;
	height: 380px; /*position:relative;*/
	overflow: hidden;
}
.set-nav {
	position: relative;
	width: 100%;
	margin: 20px auto;
	padding-top: 15px;
	text-align: center;
}
.set-nav a {
	display: inline-block;
	padding: 5px;
	text-align: center;
	margin-left: 35px;
	line-height: 36px;
	color: hsl(0, 0%, 25%);
	font-family: "黑体";
	font-size: 18px;
}
.set-nav a:hover, .set-nav a.cur {
	text-decoration: none;
	border-bottom: 3px solid #e7123e;
}
.area-1 {
	text-align: center;
	margin: 70px 0;
}
.area-1 .title {
	color: #333333;
	font-size: 42px;
	font-family: "黑体";
	line-height: 80px;
}
.area-1 .desc-text {
	font-size: 22px;
	color: #999;
	font-family: "黑体";
}
.mover_1 {
	width: 100%;
	background: url(../images/d_bg.jpg) no-repeat center;
	height: 688px;
}
.mover_1>div {
	width: 1000px;
	margin: 0 auto;
	font-size: 18px;
}
.mover_1>div h2 {
	font-size: 42px;
	text-align: center;
	color: #333;
	font-family: "黑体";
	font-weight: normal;
	padding-top: 74px;
}
.mover_1>div p {
	font-size: 18px;
	text-align: center;
	color: #333;
	font-family: "黑体";
}
.mover_2 {
	margin-left: -53px;
	margin-top: 53px;
}
.mover_2 >dl {
	width: 247px;
	float: left;
	margin-left: 15px;
}
.mover_2 >dl dt {
	background: #e7123e;
	line-height: 48px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.mover_2 >dl dd {
	background: #fff;
	height: 214px;
	padding-top: 16px;
}
.mover_2 >dl dd p {
	font-size: 18px;
	color: #404040;
	background: url(../images/tb.jpg) no-repeat left;
	line-height: 40px;
	width: 200px;
	text-align: left;
	text-indent: 30px;
	margin-left: 23px;
}
/*——————————————————————————————————————about &contact————————————————————————————————*/

.head_img {
	position: relative;
	height: 0;
	height: 60px\0;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
	transition: 0.6s;
}
.head_img_h {
	height: 380px;
	transition: 0.6s;
	text-align: center;
	margin-top: 60px;
}
.head_img_h2 {
	height: auto;
	transition: 0.6s;
}
.head_img img {
	width: 100%;
}
.head_img span {
	position: absolute;
	height: 60px;
	width: auto;
	min-width: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	padding: 0;
	text-transform: uppercase;
	color: #fff;
	bottom: 0;
	left: 30px;
}
.head_img span span {
	display: none;
}
.head_img p.time_1 {
	position: absolute;
	bottom: 12px;
	left: 50px;
	font-size: 12px;
	opacity: 0.7;
}
.head_img p {
	position: absolute;
	font-size: 16px;
	line-height: 30px;
	bottom: 0;
	padding: 0 50px 50px 50px;
	color: #fff;
}
.time_1 + p {
	line-height: 44px;
}
.content {
	position: relative;
	padding: 0px;
	box-sizing: border-box;
}
.content2 {
	position: relative;
	padding: 0px;
	width: 70%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: -120px;
}
.content3 {
	position: relative;
	padding: 0px;
	width: 50%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: -130px;
}
.full {
	padding: 0 !important;
	width: 95% !important;
}
.catg_hide {
	position: relative;
	display: none;
	top: 0;
	/*margin-top:-36px; */

	width: 100%;
	height: 36px;
	background-image: url(../images/down.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 36px;
	/*background-color: rgba(0,0,0,.5);*/

	text-align: center;
	box-sizing: border-box;
}
.catg_hide_2 {
	background-image: url(../images/down2.png) !important;
}
.catg_name {
	position: absolute;
	top: 5%;
	right: 15%;
	width: 530px;
	background: #000;
	height: 580px;
}
.catg_name2 {
	position: absolute;
	margin-top: 135px;
	top: 42%;
	right: 15%;
	width: 530px;
	background: #000;
	height: 230px;
	text-align: center;
	padding-top: 2.5%;
}
.catg_name a {
	line-height: 60px;
	color: #888;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px;
	transition: 0.6s;
	opacity: 0.7;
}
.catg_name a.on {
	opacity: 1;
}
.detail_text {
	position: relative;
	background-color: #fff;
	padding: 70px;
	box-sizing: border-box;
}
.detail_text2 {
	position: relative;
	background-color: #fff;
	padding: 50px 100px;
	box-sizing: border-box;
}
.detail_text2 h4 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.detail_text2 span {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.detail_text2 p {
	font-size: 14px;
	margin-top: 20px;
}
.content + .detail_text {
	margin-top: 90px;
}
.detail_text img {
	max-width: 100%;
	margin-left: -7px;
}
.detail_text p, .detail_text img {
	margin-bottom: 30px;
}
.detail_text p img {
	margin-top: 30px;
}
.detail_text p {
	font-size: 16px;
	color: #555;
	line-height: 20px;
}
.detail_text:after, .gallery_list:after, .news_box:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
p.title_contact {
	font-size: 30px;
	color: #777;
	margin-bottom: 20px;
}
p.title_contact2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 1.6px;
}
.form input, .formText {
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 12px;
	text-align: left;
	margin: 0 auto;
	outline: medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: 0.4s;
}
.formText {
	text-align: left;
}
.forma{
    width: 460px;
    float: left;
}
.form {
	position: relative;
	width: 42%;
	float: right;
	padding-top: 70px;
}
form {
	position: relative;
	top: -10px;
}
.form textarea {
	height: 150px;
	max-width: 100%;
}
.form input:focus, .form textarea:focus {
	background-color: #fff;
	border: 1px solid #43c5e9;
}
.form dt {
	margin-top: 10px;
	color: #888;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 4px;
}
.form dl {
	width: 49%;
	float: left;
}
.form dl:first-child {
	margin-right: 2%;
}
.formBtn button {
	display: block;
	padding: 5px 30px;
	/*	width:100%;

	background: #888;*/

	color: #000;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}
.formBtn:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.formBtn button:hover {
	background-color: #43c5e9;
}
/*——————————————————————————————————————gallery————————————————————————————————*/
.gallery_list{
	width: 98%;
	overflow: hidden;
	margin: auto;
}
.gallery_list a{
	display: block;
}
.gallery_box {
	position: relative;
	width: 33.3333%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	display: block;
}
.gallery_box img {
	/*display: none;*/
	display: block;
	width: 100%;
	height: auto;
	transform: scale(1) rotate(0deg);
	-webkit-filter: grayscale(0) contrast(1);
	transition: 0.6s;
}
.gallery_box:hover img{
	transform: scale(1.1);
}
.gallery_box:hover span{
	bottom: 0 !important;
}
.gallery_box:hover .title{
	top: 3% !important;
}
.gallery_box:hover .brief{
	bottom: 38px !important;
}
.gallery_box span {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: -30px;
	line-height: 40px;
	text-indent: 3%;
	color: #fff;
	font-size: 13px;
	transition: 0.4s;
	z-index: 2;
}
/*.gallery_box span:after {

	content: "";

	position: absolute;

	display: block;

	width: 100%;

	height: 40px;

	top: 0;

	bottom: -40px;

	opacity: 0;

	z-index: -1;

	transition: 0.4s;

}*/
.gallery_list a:hover .gallery_box::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.gallery_box a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	z-index: 9;
}
.gallery_box img {
	transition: all 0.6s;
}
.gallery_box img:hover {
	transform: scale(1.4);
}
.page {
	position: relative;
	height: 160px;
	background-color: #e1e3e4;
	text-align: center;
}
.page li {
	position: relative;
	top: 50px;
	display: inline-block;
	margin-left: -3px;
	background-color: #fff;
	transition: 0.3s;
}
.page li a {
	display: inline-block;
	font-size: 18px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #555;
	box-sizing: border-box;
}
.page_on a {
	color: #fff !important;
	background-color: #43c5e9;
}
.page li:hover {
	opacity: 0.8;
}
.small {
	height: 60px !important
}
.ctrl {
	position: absolute;
	width: 50%;
	height: 30px;
	bottom: 16px;
	right: 50px;
}
.ctrl a {
	position: relative;
	float: right;
	padding: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #fff;
	margin-right: 3px;
}
.ctrl a:after {
	display: none;
}
a.btn_2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
}
a#back:after, a#prev:after, a#next:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
	z-index: 2;
}
a#back:after {
	background-image: url(../images/btn-back.png);
}
a#prev:after {
	background-image: url(../images/btn-prev.png);
}
a#next:after {
	background-image: url(../images/btn-next.png);
}
/*——————————————————————————————————————news————————————————————————————————*/

.news_box {
	position: relative;
	margin-bottom: 50px;
}
.news_img {
	width: 70%;
	float: left;
}
.news_img img {
	width: 100%;
}
.news_text {
	position: absolute;
	right: 0;
	height: 100%;
	width: 30%;
	padding: 60px;
	float: right;
	background-color: #fff;
	box-sizing: border-box;
}
.news_text:before {
	content: "";
	position: absolute;
	top: 40%;
	left: -40px;
	border-right: 40px solid #FFFFFF;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.list_title {
	font-size: 20px;
	line-height: 22px;
	color: #222;
	margin: 20px 0;
	margin-top: 10px;
	transition: 0.3s;
}
.more_2 {
	margin-top: 30px;
}
.more_2 a {
	color: #fff;
	padding: 10px 60px;
	background-color: #888;
	transition: 0.3s;
}
.news_list .news_box:nth-child(2n) .news_img {
	float: right;
}
.news_list .news_box:nth-child(2n) .news_text {
	float: left;
	left: 0;
	right: auto;
}
.news_list .news_box:nth-child(2n) .news_text:before {
	left: auto;
	right: -40px;
	border-left: 40px solid #FFFFFF;
	border-right: none;
}
.catg_name a.on {
	color: #888 !important;
}
.cont {
	margin-bottom: 20px;
}
.cont .value-all p img{
	max-width: 100% !important;
}
font.title {
	position: absolute;
	top: -10%;
	left: 3%;
	color: #fff;
	transition: 0.4s;
	z-index: 2;
}
font.brief {
	bottom: -58px;
	color: #fff;
	left: 3%;
	position: absolute;
	transition: 0.4s;
	z-index: 2;
}
#online_css {
	position: fixed;
	bottom: 22%;
	right: 0;
	z-index: 999999;
	cursor: pointer;
}
#online_css p {
	background-color: red;
	font-size: 18px;
	border-radius: 5px;
	padding: 12px 24px 7px;
	color: #fff
}
.foot-ewm{
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translate(-50%,0);
	display: none;
}
#online_css:hover .foot-ewm{
	display: block;
}
.foot-ewm img{
	width: 120px;
	height: 120px;
	display: block;
}
#online_css .span_l {
	float: left;
	margin-right: 40px
}
#online_css .span_r {
	font-size: 30px;
	flost: right;
}
.abouttop {
	width: 1070px;
	margin: 0 auto;
	margin-top: 160px;
	overflow: hidden;
}
.abouttop .abtitle {
	font-size: 27px;
	font-family: 'arial';
	float: left;
}
.abouttop .aboutinfo {
	width: 715px;
	float: right;
}
.abouttop .aboutinfo .tit1 {
	font-size: 36px;
	font-family: '黑体';
	color: #363636;
	line-height: 66px;
}
.abouttop .aboutinfo .tit2 {
	font-size: 30px;
	/*font-family: '方正兰亭超细黑简体';*/

	color: #363636;
	line-height: 66px;
}
.abouttop .aboutinfo .jieshao1 {
	font-size: 13px;
	color: #363636;
	line-height: 26px;
	/*font-family: '华文细黑';*/

	margin-top: 45px;
	margin-bottom: 60px;
}
.abouttop .aboutinfo .jieshao1 p {
	margin-bottom: 24px;
}
.abouttop .aboutinfo .jieshao1 p span {
	font-weight: 800;
}
.abouttop .aboutinfo .jieshao1 .biaoti {
	font-weight: 800;
}
.bigimg img {
	width: 100%;
}
.aboutcurtul {
	width: 1070px;
	margin: 0 auto;
	overflow: hidden;
}
.aboutcurtul .left {
	float: right;
	width: 715px;
	margin: 70px 0;
}
.aboutcurtul .left p {
	font-size: 13px;
	line-height: 27px;
	color: #363636;
	margin-bottom: 30px;/*font-family: '华文细黑';*/

}
.aboutcurtul .left .strange {
	font-weight: 800;
}
.hezuocall {
	width: 1070px;
}
.hezuocall .hzsm {
	font-weight: 500;
	font-size: 13px;
	line-height: 27px;
}
.hezuocall .left p {
	letter-spacing: 1.4px;
}
.aboutcurtul .left {
	width: 715px;
}
.aboutcurtul .left .nr {
	width: 624px;
}
.aboutcurtul .left .tiaozhuan {
	font-size: 18px;
	margin-top: 78px;
	line-height: 18px;
}
.aboutcurtul .left .tiaozhuan a {
	color: rgb(255, 0, 0);
	font-family: '宋体';
	font-weight: bold;
}
.hezuocall .left {
	margin: 70px 0 60px;
}
a, .nav li.on a, .list_title:hover, .catg_name a.on, .camera_caption a:hover {
	color: #000;
	font-size: 16px;
}
.formBtn button:hover, .gallery_box span:after, .page_on a, .more_2 a:hover {
}
.form input:focus, .form textarea:focus {
	border-color: #ebc700;
}
li.cameracurrent>span {
	background: #ebc700;
}
.nav li a, .nav li a span, p.copy {
	color: #000;
}
.nav {
	margin-top: 0px;
}
.music {
	position: fixed;
	width: 30%;
	right: 0;
	top: 6px;
	padding: 0 30px;
	text-align: right;
	box-sizing: border-box;
	font-size: 12px;
	z-index: 1000;
}
.nav > ul {
	top: 7px
}
.nav li a {
	font-weight: normal;
}
#mycontent .ewm {
	overflow: hidden;
	margin-top: 40px;
}
#mycontent .ewm img {
	float: left;
	width: 120px;
	margin-bottom: 0;
}
#mycontent .ewm .right {
	float: right;
	width: 192px;
}
#mycontent .ewm .rightnr {
	float: right;
}
#mycontent .ewm .rightnr>div {
	height: 120px;
}
.lftnr {
	width: 340px;
}
.imgmap img {
	width: 100%;
}
.bannernr {
	width: 95%;
	margin: 0 auto;
	margin-top: 80px;
}
.bannernr img {
	width: 100%;
}
.producrjieshao {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 70px;
}

@media screen and (max-width:1200px) {
.producrjieshao {
	width: 96%;
}
}
.producrjieshao .left1 {
	width: 556px;
	float: left;
}
.producrjieshao .left1 .title {
	font-size: 30px;
	font-family: '微软雅黑';
	color: #292929;
	line-height: 68px;
}
.producrjieshao .left1 p {
	font-size: 16px;
	font-family: '黑体';
	color: #292929;
	line-height: 26px;
	margin-top: 15px;
}
.producrjieshao .right1 {
	width: 490px;
	float: right;
}
.producrjieshao .right1 img {
	width: 100%;
}
.fuwuneirongbg {
	background: #f0f1f2;
}
.fuwuneirong {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.fuwuneirong .title {
	text-align: center;
}
.fuwuneirong .neirong {
	/* background: url(../images/Hanshi-web7_11.jpg) no-repeat center;
	height: 244px;
	background-size: cover; */
	margin-top: 40px;
}
.title .set-nav a {
	margin-left: 0;
}
.fuwuneirong ul {
	position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fuwuneirong ul li {
    /* position: absolute;
	top: 135px;
	width: 174px; */
    width: 15%;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
	text-align: center;
}
.fuwuneirong ul li h1 {
	color: #292929;
	font-size: 14px;
	font-family: '微软雅黑';
    margin-top: 10px;
}
.fuwuneirong ul li:nth-child(1) {
	left: 0px;
}
.fuwuneirong ul li:nth-child(2) {
	left: 210px;
}
.fuwuneirong ul li:nth-child(3) {
	left: 410px;
}
.fuwuneirong ul li:nth-child(4) {
	left: 620px;
}
.fuwuneirong ul li:nth-child(5) {
	left: 820px;
}
.fuwuneirong ul li:nth-child(6) {
	left: 1020px;
}
.fuwuneirong ul li p {
	width: 100px;
	margin: 14px auto 0;
}
.fuwuneirong .ljlx {
	width: 180px;
	height: 54px;
	background: #c7000e;
	border-radius: 10px;
	margin: 50px auto;
	cursor: pointer;
}
.fuwuneirong .ljlx a {
	color: #fff;
	line-height: 54px;
	text-align: center;
	display: block;
}
.neirongbg {
	background: #f0f1f2;
	overflow: hidden;
	margin-bottom: 70px;
	margin-top: 40px;
}
.xiangmuanli .neirong {
	width: 1200px;
	margin: 60px auto;
	background: #fff;
}
.xiangmuanli .neirong .title {
	font-size: 30px;
	color: #272727;
	line-height: 70px;
	text-align: center;
	margin-top: 40px;
}
.xiangmuanli .neirong p {
	color: #272727;
	line-height: 26px;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.xiangmuanli .neirong .tupian {
	width: 80%;
	margin: 25px auto 56px;
	overflow: hidden;
}
.xiangmuanli .neirong .tupian img {
	width: 100%;
}
.xiangmuanli .neirong .tupian .left {
	width: 475px;
	height: 270px;
	float: left;
}
.xiangmuanli .neirong .tupian .right {
	width: 475px;
	height: 270px;
	float: right;
}
.full2 {
	padding: 0 !important;
	width: 100% !important;
}
.xiangmuanli .swiper-button-next, .xiangmuanli .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707070'%2F%3E%3C%2Fsvg%3E");
	right: 30px;
	left: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707070'%2F%3E%3C%2Fsvg%3E");
	left: 30px;
	right: auto;
}



/* 新增页面css */
.xf-all-index{
    width: 100% !important;
}
.xf-all{
    width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    /* padding: 60px 0; */
    margin: auto;
}
.xf-left{
    width: 20%;
    background-color: #cf000e;
}
.xf-left h2{
    font-size: 46px;
    line-height: 65px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: normal;
    padding: 20px 0;
}
.xf-right{
    width: 80%;
}
.xf-right ul{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xf-right ul li{
    width: 25%;
    /* border: 1px solid #c8c8c8; */
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
}
.xf-right ul li.active,
.xf-right ul li:hover{
	background-color: #cf000e;
}
.xf-right ul li.active a,
.xf-right ul li:hover a{
	color: #fff;
}
.xf-right ul li:nth-child(1),
.xf-right ul li:nth-child(2),
.xf-right ul li:nth-child(3),
.xf-right ul li:nth-child(4){
    border-bottom: none;
}
.xf-right ul li a{
    display: block;
    font-size: 18px;
    line-height: 85px;
    color: #cf000e;
    text-align: center;
}
.bigimg1{
    background: url(../images/Hanshi-web4.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 300px 0;
}
.advantage{
    width: 1400px;
    margin: auto;
}
.advantage-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage-cont{
    width: 20%;
    text-align: center;
    padding: 60px 0;
    border-right: 1px solid #c7000e;
    box-sizing: border-box;
}
.advantage-cont:last-child{
    border-right: none;
}
.advantage-cont:first-child h2::after{
    content: "";
    display: none;
}
.advantage-cont h2::after{
    content: "+";
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #c7000e;
    position: absolute;
    right: -20px;
    top: 0;
}
.advantage-cont h2{
    display: inline-block;
    text-align: center;
}
.advantage-cont h2{
    font-size: 98px;
    line-height: 98px;
    color: #cf000e;
    font-weight: bold;
    position: relative;
}
.advantage-cont h2 span{
    font-size: 40px;
    color: #cf000e;
}
.advantage-cont p{
    font-size: 32px;
    color: #cf000e;
    text-align: center;
}
.dongjian{
    margin-top: 60px;
}
.value-all{
    width: 1400px;
    margin: auto;
    margin-top: 20px;
}
.value-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #c7000e;
    margin-bottom: 40px;
}
.value-one-left{
    width: 20%;
    padding: 60px 20px;
    box-sizing: border-box;
    background-color: #c7000e;
    text-align: center;
}
.value-one-left h2{
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.value-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
.value-one-left a{
    font-size: 16px;
    color: #c7000e;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
	border: 1px solid transparent;
}
.value-one-left a:hover{
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}
.value-one-left p span{
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-top: 10px;
}
.value-one-right{
    width: 80%;
    background-color: #f0f1f2;
    padding: 30px;
    box-sizing: border-box;
}
.value-first{}
.value-first h1{
    font-size: 30px;
    color: #2a2d3c;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    display: inline-block;
}
.value-first h1::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #c7000e;
    position: absolute;
    left: 0;
    bottom: 0;
}
.value-one1 p{
    border-bottom: none !important;
}
.value-first h2{
    font-size: 24px;
    color: #2a2d3c;
    font-weight: normal;
    margin-bottom: 10px;
}
.value-first h3{
    font-size: 46px;
    line-height: 60px;
    color: #2a2d3c;
    font-weight: normal;
}
.value-first p{
    font-size: 18px;
    color: #2a2d3c;
    font-weight: bold;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 30px;
    padding-bottom: 10px;
}
.value-second{
    width: 90%;
    margin: auto;
}
.value-second-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.value-second-top-cont{
    width: 48%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
}
.value-second-top-cont h2{
    font-size: 18px;
    line-height: 20px;
    color: #2a2d3c;
    margin-bottom: 10px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.value-second-top-cont p{
    font-size: 12px;
    line-height: 24px;
    color: #2a2d3c;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
     -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.value-second-top-cont a{
    display: inline-block;
    font-size: 12px;
    color: #9e9e9e;
    background-color: #eee;
    padding: 5px;
    float: right;
}
.value-second-top-cont a:hover{
    color: #fff;
	background-color: #cf000e;
}
.value-second-bottom{}
.value-second-bottom h2{
    font-size: 18px;
    color: #2a2d3c;
    line-height: 20px;
    margin-top: 20px;
    margin-left: 20px;
}
.value-second-a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.value-second-a1{
    width: 18%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.value-second-a1:hover img{
    transform: scale(1.1);
}
.value-second-a1:hover{
	background-color: #cf000e;
}
.value-second-a1:hover a{
    color: #fff !important;
}
.value-second-a1 img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.value-second-a1:last-child a{
    display: block;
    font-size: 26px;
    color: #2a2d3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.a{
    padding: 20px 0px;
    background-color: #c7000e;
}
.value-di{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.value-di>img{
    width: 135px;
    display: block;
}
.value-di p{
    width: 75%;
    font-size: 19px;
    line-height: 34px;
    color: #fff;
}
.value-di a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.value-di span{
    font-size: 19px;
    color: #c7000e;
}
.value-di img{
    display: block;
    margin-left: 5px;
}
.value-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.4);
	display: none;
}
.value-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.4);
}
.value-tan-cont{
    width: 800px;
    height: 600px;
    overflow-y: auto;
    background-color: #fff;
    padding: 40px 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    box-sizing: border-box;
}
.value-tan-cont h1{
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.value-tan-cont h2{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: 10px 0;
    margin-bottom: 10px;
}
.value-tan-cont p{}
.value-tan-cont p a{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    display: block;
    position: relative;
    padding-left: 30px;
}
.value-tan-cont p a::after{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #000;
    position: absolute;
    top: 7.5px;
    left: 7.5px;
}
#container{
    width: 100%;
    height: 500px;
}
/* 2023.6.14 add */
.product{
    margin-top: 60px;
}
.cis-all{
    margin-top: 60px;
}
.cis-yi{
	align-items: unset;
	background-color: transparent;
	width: 100%;
	height: auto;
    overflow: hidden;
}
.cis-one-left{
	height: auto;
	position: relative;
}
.cis-one-a{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cis-one-left h2{
	font-size: 42px;
	font-weight: normal;
}
.cis-one{
	width: 70%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.cis-one span{
	width: 48%;
	margin-top: 0 !important;
}
.cis-one-right .value-second-top-cont{
	background-color: transparent;
}
.value-second-top-cont:first-child{
	padding: 30px;
	background-color: #fff;
}
.value-second-top-cont:first-child p{
	-webkit-line-clamp:5;
}
.cis-one-right .value-second-top-cont:last-child{
	padding: 0;
}
.cis-one-all{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cis-one-cont{
	width: 31%;
	background-color: #fff;
	padding: 40px 25px;
    box-sizing: border-box;
}
.cis-one-cont img{
	width: 50px;
	height: 50px;
	display: block;
	margin: auto;
}
.cis-one-cont h2{
	color: #292929;
    font-size: 14px;
    font-family: '微软雅黑';
    margin-top: 10px;
	text-align: center;
}
.cis-one-cont p{
	font-size: 14px;
	line-height: 22px;
	color: #222222;
	text-align: center;
	margin-top: 10px;
}
.cis-yi:nth-child(2n) .cis-one-left{
	background-color: #f0f1f2;
}
.cis-yi:nth-child(2n) .cis-one-left h2{
	color: #c7000e;
}
.cis-yi:nth-child(2n) .cis-one-left p{
	color: #c7000e;
}
.cis-yi:nth-child(2n) .cis-one-left a{
	color: #fff;
	background-color: #c7000e;
	border: 1px solid transparent;
}
.cis-yi:nth-child(2n) .cis-one-left a:hover{
	background-color: #fff;
	color: #cf000e;
	border: 1px solid #cf000e;
}
.cis-yi:nth-child(2n) .cis-one-left p span{
	color: #c7000e;
	border-bottom: none;
}
.cis-yi:nth-child(2n) .cis-one-right{
	background-color: #c7000e;
}
.cis-yi:nth-child(2n) .cis-one-right .value-second-a1:last-child:hover{
	border: 1px solid #fff;
}
.cis-one-right .value-second{
	width: 100%;
}
.cis-yi:nth-child(2n) .cis-one-right .value-first h2{
	color: #fff;
}
.cis-yi:nth-child(2n) .value-second-bottom h2{
	color: #fff;
}
.index-product{
    margin-top: 0;
}



.mobile-inner-header {
    background-color: rgba(255,255,255,255.7);
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
		.clearfix {
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
#wrap {
    text-align: left;
}
.fl {
    float: left;
    display: inline;
}
.mobile-inner-header-icon:hover {
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}
.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mobile-inner-header-icon:hover {
    cursor: pointer;
}
.mobile-inner-header-icon {
    color: #666666;
    font-size: 25px;
    text-align: center;
}
.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-nav {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 9999;
    height: calc(100% - 50px);
    padding-top: 0%;
    overflow-y: auto;
}
.mobile-inner-nav li{
    display: block;
    padding: 5px 0;
}
.mobile-inner-nav li a img{
    width: 100%;
    display: block;
    margin-top: 20px;
}
.mobile-inner-nav a {
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: rgb(0, 0, 0) !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}
.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}
#wrap {
    text-align: left;
}
@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }
  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}
.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
}
.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-header-icon{
  display: none;
}
@media (min-width:320px) and (max-width:1100px) {
  .mobile-inner-header-icon{
    display: block;
  }
}
@media (min-width:1200px) and (max-width:1600px){
	.value-all{
		width: 95%;
	}
	.xf-all{
		width: 100%;
	}
}
@media (min-width:1199px) and (max-width:1400px) {
    .advantage,.value-all{
        width: 95%;
    }
    .xf-all{
        width: 100%;
    }
    .bigimg1{
        padding: 150px 0;
    }
    .value-tan-cont{
        height: 600px;
    }
    .copy{
        width: 90%;
    }
    #container{
        height: 500px;
    }
    p.title_contact{
        padding-top: 70px;
    }
    .detail_text{
        padding: 20px;
    }
	.grid figure figcaption{
		padding: 1em !important;
	}
	figure.effect-oscar h2{
		font-size: 20px !important;
	}
	figure.effect-oscar p{
		font-size: 14px !important;
	}
}
.phone-frame{
    display: none;
}
.header .img2{
    display: none;
}
@media screen and (max-width:1199px) {
    .container{
        width: 95%;
    }
    .bd{
        margin-top: 50px;
    }
    .nav{
        margin-top: 5px;
    }
    .logo{
        max-width: 140px;
    }
    .header{
        padding-left: 20px;
    }
    .test{
        background-color: #fff !important;
        background: #fff !important;
    }
    .test .mobile-inner-header-icon span{
        background-color: rgba(0, 0, 0, 0.7);
    }
    .test .img1{
        display: none;
    }
    .test .img2{
        display: block;
    }
    .music{
        display: none;
    }
    .nav >ul{
        display: none;
    }
    .frame_1{
        height: auto;
        overflow: hidden;
    }
    .frame_1{
        margin: 20px auto 20px auto;
    }
    .frame_1_1{
        display: none;
    }
    .phone-frame{
        display: block;
    }
    .frame_swiper{
        overflow: hidden;
        position: relative;
    }
    .min,.max1,.max,.mid{
        width: 100% !important;
    }
    /* .bannernr img,.head_img img{
        height: 150px;
        object-fit: cover;
    } */
    .abouttop .abtitle{
        margin: 10px 0;
    }
    figure.effect-oscar h2{
        padding-top: 30px;
    }
    .xf-left{
        width: 100%;
    }
    .xf-right{
        width: 100%;
    }
    .gallery_box{
        width: 100%;
    }
    
    font.brief{
        bottom: -70px;
    }
    .footer{
        height: auto;
        margin-top: 20px;
    }
    .copy{
        display: none;
    }
    .for6,.for3,.for7{
        display: none;
    }
    .for4{
        width: 100%;
        margin-right: 0;
    }
    .foot_extend p{
        text-align: center;
    }
    .xf-right ul li{
        width: 50%;
        border-left: 1px solid #c8c8c8;
    }
    .xf-right ul li a{
        font-size: 12px;
        line-height: 32px;
        padding: 10px 0;
    }
    .xf-all{
        width: 100%;
        padding: 10px 0;
    }
    .warp2{
        height: auto;
        line-height: 1;
    }
    .wrap-scroll{
        overflow: hidden;
        overflow-x: scroll;
        overflow-y: auto;
    }
    .warp2 .warp-type-list{
        position: unset;
        float: unset;
        width: max-content;
        display: flex;
    }
    .warp2 .warp-type-list a{
        margin-right: 0;
        text-align: center;
        padding: 20px;
    }
    #online_css{
        display: none;
    }
    .abouttop{
        width: 95%;
        margin-top: 50px;
        margin-left: 2.5%;
    }
	.bannernr{
		margin-top: 50px;
	}
    .abouttop .aboutinfo{
        width: 100%;
        float: left;
    }
    .bigimg1{
        padding: 30px 0;
    }
    .advantage{
        width: 100%;
    }
    .advantage-all{
        justify-content: center;
    }
    .advantage-cont{
        width: 33%;
        padding: 30px 0;
        border-right: none;
    }
    .advantage-cont h2{
        font-size: 24px;
        line-height: 38px;
        color: #fff;
    }
    .advantage-cont h2::after{
        font-size: 20px;
        right: -15px;
        color: #fff;
    }
    .advantage-cont p{
        font-size: 16px;
        color: #fff;
    }
    .aboutcurtul{
        width: 100%;
    }
    .aboutcurtul .left{
        width: 95%;
        margin: 30px 2.5%;
    }
    .aboutcurtul .left .nr{
        width: 100%;
    }
    .hezuocall .left p img{
        max-width: 100%;
        height: auto !important;
    }
    .set-nav{
        text-align: unset;
		margin: 0 auto;
    }
    .set-nav a{
        width: 50%;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
        margin-left: 0;
    }
    .producrjieshao{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .producrjieshao .left1{
        width: 100%;
    }
    .producrjieshao .left1 .title{
        font-size: 24px;
        line-height: 48px;
    }
    .producrjieshao .right1{
        width: 100%;
    }
    .fuwuneirong{
        width: 100%;
    }
    .fuwuneirong ul li{
        width: 48%;
    }
    .fuwuneirong .ljlx{
        margin: 20px auto;
    }
    .xiangmuanli .set-nav{
        text-align: center;
    }
    .neirongbg{
        margin-bottom: 0;
        margin-top: 0;
    }
    .xiangmuanli .neirong{
        width: 95%;
        margin: 0px 0;
        padding: 0 2.5%;
    }
    .xiangmuanli .neirong .title{
        font-size: 24px;
        line-height: 44px;
        margin-top: 0px;
    }
    .xiangmuanli .neirong .tupian .left{
        width: 50%;
        height: 100px;
    }
    .gallery_list .gallery_box{
        margin-bottom: 20px;
    }
	.gallery_list a:hover .gallery_box::after{
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.4);
    } 
    .product{
        overflow: hidden;
        margin-top: 30px;
    }
    .index-product{
        margin-top: 0;
    }
    .product .warp-type{
        overflow: hidden;
        overflow-x: scroll;
    }
    .blank20{
        height: 50px;
    }
	.dongjian{
		margin-top: 50px;
	}
    .head_img_h{
        height: auto;
        margin-top: 50px;
    }
    .content3{
        width: 100%;
        margin-top: 0;
    }
    .detail_text2{
        padding: 20px 10px;
    }
    .cont img{
        max-width: 100% !important;
    }
    .value-tan-cont{
        width: 80%;
        height: 500px;
        padding: 10px;
    }
    .value-tan-cont h1{
        font-size: 20px;
    }
    .value-tan-cont h2{
        font-size: 16px;
    }
    .value-tan-cont p a{
        font-size: 12px;
        line-height: 28px;
    }
    .xf-left h2{
        font-size: 24px;
        line-height: 46px;
    }
    .xf-left h2 br{
        display: none;
    }
    .value-one-left a{
        margin-top: 10px;
    }
    .value-one-left p span{
        margin-top: 10px;
    }
    .value-all{
        width: 95%;
        margin-left: 2.5%;
    }
    .value-one-left{
        width: 100%;
        padding: 20px 10px;
    }
    .value-one-left h2{
        font-size: 24px;
        line-height: 33px;
    }
    .value-one-left h2 br{
        display: none;
    }
    .value-first h2{
        font-size: 18px;
        line-height: 32px;
    }
    .value-first h3{
        font-size: 24px;
        line-height: 42px;
    }
    .value-one-right{
        width: 100%;
        padding: 10px;
    }
    .value-second{
        width: 100%;
    }
    .value-second-top-cont{
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }
    .value-second-a1{
        width: 48%;
        margin-bottom: 20px;
    }
    .value-second-a1:last-child{
        width: 100%;
    }
    .value-second-top-cont a{
        margin-top: 10px;
    }
    .value-second-a1 a{
        position: unset;
        transform: unset;
        text-align: center;
        padding: 20px 0;
    }
    .value-second-a1 a br{
        display: none;
    }
    .value-second p br{
        display: none;
    }
    .value-di img{
        margin: auto;
    }
    .value-di p{
        width: 100%;
        font-size: 16px;
        line-height: 32px;
        margin-top: 20px;
    }
    .value-di a{
        margin-top: 20px;
    }
    .content2{
        width: 100%;
        margin-top: 20px;
    }
    .detail_text{
        padding: 10px 20px;
    }
    .forma{
        width: 100%;
    }
    .form{
        width: 100%;
        padding-top: 40px;
    }
    #myform dd{
        width: 100% !important;
    }
    #container{
        height: 300px;
    }
    .form textarea{
        height: 100px;
    }
    /* 2023.6.14 add */
    .cis-one-left{
        height: 100%;
    }
    .cis-one-a{
        width: 100%;
        position: unset;
        transform: unset;
    }
    .cis-one-right .value-second-top{
        margin-top: 0;
    }
    .cis-one-right .value-first h2{
        margin-bottom: 0;
    }
    .cis-one-right .value-first{
        margin-top: 20px;
    }
    .cis-one-cont{
        width: 48%;
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    .mobile-inner-nav li{
        padding: 8px 0;
    }
}
