@charset "utf-8";
/*初始化*/
*{ 
	padding:0;
	margin:0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html{
	font-size: calc(100vw/19.2);
}
html, body{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'PingFang SC','Microsoft YaHei','Microsoft YaHei UI','WenQuanYi Micro Hei','Arial','sans-serif',\5b8b\4f53;
	font-size: 14px;
	line-height: 1.5em;
	color: #122133;
	background: #fff;
}
input,button{
	-webkit-appearance:none;
	border-radius: 0;
}
a,a:hover,a:focus {
	text-decoration: none;
}
textarea{
	resize: none;
	overflow: auto;
}
input,button {
	border: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
li {
	list-style: none;
}
ul,ol,p,h1,h2,h3,h4,h5,h6 {
	margin:0;
}
/*修改滚动条*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: #fff;
}
::-webkit-scrollbar-thumb {
	background: #ec5400;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #c1c1c1;
}
::-webkit-scrollbar-thumb:vertical:hover {
	background: #c1c1c1;
}
/* placeholder修改 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #666;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #666;
	opacity: 1;
}
input::-ms-input-placeholder,textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}
select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand { display: none; }
.imgbox{
	max-height: 100%;
	overflow: hidden;
}
.imgbox img{
	max-width: 100%;
	transition: 0.3s;
	display: inline-block;
}
.imgbox:hover img{
	transform: scale(1.1);
}
.nban img{max-width: 100%;}
.nban{
	background-image: url(../images/comtop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	padding-bottom: 31.4%;
}
/*公共样式*/
.c-clear { zoom: 1; }
.c-clear:after { content:''; display: block; clear: both; }
.c-fl { float: left; }
.c-fr { float: right; }
.c-container { position: relative; width: 100%;padding:0 1.6rem;}
.myinner{position: relative; width: 100%;padding:0 0.55rem;}
body.c-open{overflow: hidden;}

/* 公共背景 */
#c-common-bg {
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#c-common-bg.c-dt {
	height: 100%;
}


.cctv{
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.cursor-dot{
	position: fixed; top: 50%; left: 50%; pointer-events: none;
	border-radius: 50%; opacity: 0; mix-blend-mode: difference;
	width: 16px; height: 16px; background-color: rgba(255, 255, 255, 1);
	z-index: 999; transform: translate(-50%, -50%);
	transition: opacity 0.5s ease-in-out, transform 0.3s ease-in-out, width 0.5s, height 0.5s, background-color 0.5s ease;
}

@keyframes lineMove {
    0% {
        stroke-dasharray: 0, 378;
        fill: rgba(255, 255, 255, 0.1);
    }
    50% {
        stroke-dasharray: 378, 378;
        fill: rgba(255, 255, 255, 1);
    }
    100% {
        stroke-dasharray: 378, 378;
        fill: rgba(255, 255, 255, 1);
        opacity: 1;
    }
}


/* cbanner4 */
.newbox{padding-bottom: 2%;}
.oth_news{
	padding: 20px 1% 5px 15%;
	margin: 15px 0;
}
.oth_news h5{
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 5%;
}
.oth_news ul li{
	margin-bottom: 8%;
}

.oth_news ul li .imgbox img{
	width: 100%;
	border-radius: 9px;
	height: 200px;
	object-fit: cover;
}
.oth_news ul li h3{
	color: #545454;
	line-height: 2.5;
	font-size: 18px;
	font-weight: bold;
	text-align: center;

	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.oth_news ul li:hover h3{
	color: #ed5d0d;
}
.oth_news ul li a{
	color:#939393;
	display: block;
}
.oth_news ul li p{margin-top: 8px;margin-bottom: 7px;}
.oth_news ul li .viewmore{
	display: inline-block;
    background-color: #fff;
    width: 50%;
	min-width: 150px;
	text-align: center;
    margin: 14% auto 0;
    font-size: 14px;
    color: #939393;
    line-height: 3.1;
	transition: 0.3s;
	border: 1px solid #c9c9c9;
    vertical-align: middle;
}
.oth_news ul li .viewmore img{filter: brightness(0.7);}
.oth_news ul li:hover .viewmore{background-color: #da241a;border: 1px solid #da241a;color: #fff;}
.oth_news ul li:hover .viewmore img{filter:unset}

.cbanner4 a{
	display: block;color: #a0a0a0;
	position: relative;
	width: 100%;
}
.newcard{margin-top: 2%;}
.newcard .cbanner4{padding-bottom: 2%;}
.newcard .cbanner4 h6{
	font-size: 25px;
	font-weight: 400;
	line-height: 35px;
	margin-top: 32px;
	margin-bottom: 12px;
	color: #122133;
}
.newcard .cbanner4 .swiper-pagination-bullet{zoom: 1.5;}
.newcard .cbanner4 .swiper-pagination-bullet-active{background-color: #ec5400;}
.cbanner4 a:hover h6{
	color: #f07f40;
}

.newcard .cbanner4 .time{
	font-size: 24px;
	font-weight: bold;
	color: #122133;
}
.newcard .cbanner4 .ms_more{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.cbanner4 .time{
	font-size: 15px;
	line-height: 2;
	margin-bottom: 1%;
}
.cbanner4 .newscons{
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 2%;

	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.cbanner4 .newsmore img{
	position: absolute;
	right: 0;
	width: 142px;
	transition: 0.3s;
}

.cbanner4 .newsmore .m1{
	transform: rotateX(180deg);
	opacity: 0;
}
.cbanner4 .newsmore:hover .m2{
	transform: rotateX(270deg);
	opacity: 0;
}
.cbanner4 .newsmore:hover .m1{
	transform: rotateX(0deg);
	opacity: 1;
}

.in #myheader{
	background-color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid #ebebeb;
}
.in #myheader .c-logo a img{
	border-right: 1px solid #b9b9b9;
}
.in #myheader a{color: #000;}
.in #myheader .c-nav>li.tels a{
	color: #ec5400;
}
.in #myheader .myear a::before{
	width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: -15px;
	bottom: 28px;
	z-index: -1;
}
.in #myheader .c-nav .myear{padding: 0 20px;}
.in #myheader .myear a,.in #myheader .mysearch a{color: #fff;}
.in #myheader .mysearch a::before{
	width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-left: -15px;
	bottom: 28px;
	z-index: -1;
}
#clounav{border-bottom: 1px solid rgba(0,0,0,0.2);}
#clounav .crumbs{display: flex;align-items: center;}
#clounav .crumbs li{float: left; width: 16%; color: #fff; font-size: 16px; transition: 0.3s; padding: 2% 0; position: relative;}
#clounav .crumbs li a{ color: #808080;font-size: 18px;font-weight: bold;}
#clounav .crumbs li:before{ position: absolute; left: 5%; bottom: 0; content: ''; width: 0; height: 4px; background: #ec5400; transition: 0.3s;}
#clounav .crumbs li:hover:before{width: 30%;}
#clounav .crumbs li:hover a{color: #ec5400;}
#clounav .crumbs li.on a{color: #ec5400;}
#clounav .crumbs li.on::before{  width: 30%;}
#clounav .home{ height: 25px; line-height: 25px; text-align: right; color: #808080;}
#clounav .home i{ display: inline-block; color: #ec5400;}
#clounav .home a{ padding: 0 10px; color: #808080;font-size: 15px;font-weight: bold;}

#myheader::before{
	content: "";
    display: block;
    width: 100%;
	transition: 0.5s;
}
#myheader.ms::before{
	content: "";
    display: block;
    width: 100%;
    /*box-shadow: 0 0 154px #000;
    padding-top: 120px;
    position: absolute;
	top: -120px;*/
	box-shadow: 0 0 34px #000;
    padding-top: 101px;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,.545);
}

/* 顶部背景 */
#c-top-bg {
	height: 100vh;
	text-align: center;
	background-image: url(../images/asbsbg.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#goodsbg{background-repeat: no-repeat;}
#goodsbg .hs{background-color: #f1f3f5;padding: 2% 0;}


#goodsbg h3{
	color: #000;
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
}

#goodsbg .c-crumbs{width: 36%;min-width: 220px;}
#goodsbg .flex{
	display: flex;
	align-items: center;
}
#goodsbg .flex .default{
	font-size: 16px;
	color: #494949;
	line-height: 35px;
}
#goodsbg .c-container>a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #da241a;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
	transform: scaleX(0);
}
#goodsbg .c-container>a:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
#goodsbg .c-container>a:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}

#goodsbg .c-container>a.on{
	border-bottom: 2px solid #da241a;
}



#c-top-bg>.c-container{
	position: fixed;
	top: 48%;	
}
#c-top-bg.event{
	background-image: url(../images/news.jpg);
}

#c-top-bg.ywfg{
	background-image: url(../images/ywfg.jpg);
}
#c-top-bg.lksj{
	background-image: url(../images/lksj.jpg);
}
#c-top-bg.contact{
	background-image: url(../images/contact.jpg);
}
#c-top-bg.lkjs{
	background-image: url(../images/lkjs.jpg);
}
#c-top-bg.coodyw{
	background-image: url(../images/lkyw.jpg);
}

.slogen{
	font-size: 20px;
	color: #fff;
	width: 49%;
    margin: auto;
    line-height: 30px;
}
#c-top-bg .c-enTitle {
	font-size: 45px;
	line-height: 1.8em;
	color: #fff;
	font-weight: 700;
}

#c-top-bg .c-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #fff;
}
#c-top-bg .c-btn {
	display: block;
	margin: 40px auto 0;
	padding: 0 32px;
	width: 180px;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	line-height: 50px;
	text-align: left;
	color: #333;
	background: #fff url(../images/jt4.png) no-repeat right 32px center;
	background-size: 14px auto;
	transition: .5s;
}
#c-top-bg .c-btn:hover {
	color: #fff;
	background: #bb1c14 url(../images/jt4-h.png) no-repeat right 32px center;
	background-size: 14px auto;
}
/* 公共按钮 */
.c-common-btn {
	display: block;
	position: relative;
	width: 128px;
	height: 57px;
	line-height: 56px;
	color: #fff;
	background: url(../images/jt1.png)no-repeat right 0 center;
	background-size: 12px auto;
}
.c-common-btn:hover{
	color: #fff;
}
.c-common-btn.c-unique {
	color: #fff;
    background: #000;
    line-height: 3;
    height: auto;
    width: 27%;
}

.c-common-btn::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	border-bottom: 0px solid #bb1c14;
	transition: all 0.5s;
}
.c-common-btn:hover::before {
	width: 100%;
}
.c-common-btn2 {
	text-align: center;
}
.c-common-btn2 .c-btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 40px;
	line-height: 60px;
	color: #fff;
	background: #bb1c14;
}
.c-common-btn2 .c-btn i {
	margin-left: 15px;
	font-size: 20px;
}
/* 公共标题 */
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 10px;
	/* padding-top: 8%; */
}
.c-l-box{
	padding-top: 5%;
}
.c-common-title .c-en-title{
	font-size: 40px;
	font-weight: 700;
	line-height: 1em;
	color: #343434;
}
.c-common-title .c-cn-title {
	padding-top: 10px;
	font-size: 36px;
	line-height: 56px;
	color: #27343c;
	font-weight: 700;
	text-transform: uppercase;
}
.c-common-title .c-text {
	padding: 20px 0 70px;
	line-height: 30px;
	width: 48.8%;
}
.c-common-title.c-unique .c-en-title,.c-common-title.c-unique .c-cn-title,.c-common-title.c-unique .c-cn-title span{
	color: #fff;
}
/*顶部*/
#myheader {
	position: fixed;
	top:0;
	left:0;
	z-index: 10;
	width: 100%;
	line-height: 100px;
	text-align: center;
	transition: all 0.5s;
	border-bottom: 2px solid transparent;
}
.c-open #myheader{
	line-height: 80px;
	color: #333;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#myheader.c-head-move{
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
#myheader a {
	color: #fff;
	transition: all 0.5s;
}
.c-open #myheader a {
	color: #333;
}


/*顶部logo*/
#myheader .c-logo a{}
#myheader .c-logo a .km2{display: none;}
#myheader.c-head-hide .c-logo a .km2{display: inline-block;}
#myheader.c-head-hide .c-logo a .km1{display: none;}

.c-head-hide .c-logo img,.c-head-hides .c-logo img{filter: unset;}

#myheader.c-head-hides{
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px 0 #f0efeb;
}
#myheader.c-head-hide a,#myheader.c-head-hides a{color: #2a2a2a;}
#myheader.c-head-hide .c-nav>li .mnav span{background-color: #2a2a2a;}
#myheader.c-head-hide .c-nav>li.tels img{filter: brightness(0);}
#myheader.c-head-hide .c-nav .active a::before{border-color: #1464c7;}
#myheader.c-head-hide .c-nav .active a{color: #1464c7;}
#myheader.c-head-hide .c-nav .mysearch::before{border-color: #1464c7;}
#myheader.c-head-hide .c-nav>li:nth-child(-n+9):hover>a::before{border-color: #1464c7;}
#myheader .c-logo a img{
	vertical-align: middle;
    display: inline-block;
    border-right: 1px solid #50535b;
	padding-right: 10%;
	max-width: 100%;
}


.c-open #myheader .c-logo a img:nth-child(2){
	display: inline-block;
}
#myheader .c-logo a p {
	display: inline-block;
	vertical-align: top;
}
#myheader .c-logo a p strong{
	margin-right: 22px;
	padding-left: 15px;
}
#myheader .c-logo a p span {
	padding-left: 22px;
	border-left: 1px solid #ddd;
}

/*顶部pc导航*/
#myheader .c-logo{
	width: 15.5%;
}
#myheader .c-nav{
	display: flex;
	white-space: nowrap;
	width: 84.5%;
	text-align: center;
}
#myheader .c-nav .domore{
	color: #333333;
	font-size: 15px;
	line-height: 17px;
	padding: 0.1rem 0.15rem;
	background-color: #f4f4f4;
	border: 1px solid #d4d4d4;
	border-radius: 5px;
	transition: all 0.3s;
	margin-top: 0.32rem;
}
#myheader .c-nav .domore:hover{
	color: #2f318b;
	border: 1px solid #da241a;
	background-color: #fff;
}
#myheader .c-nav>li {
	padding: 0 20px;
	float: left;
	vertical-align: top;
}
#myheader .c-nav>li.tels{
	margin-left: 12%;
	font-size: 16px;
}
#myheader .c-nav>li.tels span{
	font-size: 22px;
    font-weight: 100;
    vertical-align: bottom;
    font-family: fantasy;
}
#myheader .c-nav>li .mnav{
	line-height: 1px;
	margin-top: 43px;
	width: 30px;
	text-align: left;
	cursor: pointer;
}
#myheader .c-nav>li .mnav span{
	display: inline-block;
	width: 100%;
	background-color: #ec5400;
	margin: 1px 0;
	padding: 1px;
	transition: 0.3s;
}


#myheader .c-nav>li .mnav:hover span{
	width: 100%;
	background-color: #da241a;
}
#myheader .c-nav li a{
	font-size: 16px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
#myheader .c-nav li ul{
	position: absolute;
	top:102px;
	left:0;
	display: none;
	width: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
#myheader .c-nav li ul li a{
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 26px;
	text-align: center;
}
#myheader .c-nav li ul li:last-child a{
	border-bottom:0;
}
#myheader .c-nav>li>a::before{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 25px;
	border-bottom: 2px solid transparent;
	transition: all 0.5s;
}
#myheader .c-nav>li.active>a::before,#myheader .c-nav>li:nth-child(-n+9):hover>a::before {
	border-bottom: 2px solid #ec5400;
}
#myheader.c-head-hides .c-nav>li.active>a::before,#myheader.c-head-hides .c-nav>li:nth-child(-n+9):hover>a::before {
	border-bottom: 2px solid #ec5400;
}
#myheader .c-nav .myear{
	position: relative;
	padding-right: 0 ;
}

#myheader .c-nav .mysearch {
	position: relative;
	padding-right: 0 ;
}

#myheader .c-nav .mysearch form{
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	transform: translateX(-63%);
	background-color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	/* overflow: hidden; */
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);

}
#myheader .c-nav .mysearch form::before{
	content: "";
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	background-image: url(../images/fang.png);
	background-position: top center;
	background-size: cover;
	/* left: 41%; */
	left: 75%;
    top: -8px;
}

#myheader .c-nav .codebox{
	position: absolute;
    left: -39%;
	background-image: url(../images/codebg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	padding: 4px 7px 0;
    border-radius: 5px;
    z-index: 1;
	margin-top: -8px;
	display: none;
}



#myheader .c-nav .mysearch form input {
	float: left;
	/* padding: 0 15px; */
	width: 67%;
	height: 40px;
	font-size: 16px;
}
#myheader .c-nav .mysearch form button {
	float: left;
    width: 39px;
    height: 40px;
	color: #ccc;
	border-radius: 5px;
	background-color: #fff;
}
#myheader .c-nav .c-list-box {
	padding:0.67rem 2.8rem;
	position: absolute;
	top:100px;
	left:0;
	width:100%;
	display: none;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
	padding: 0;
    transform: translateX(-0%);
}

#myheader .c-nav .c-list-box .c-list {
	margin: 0 -.3rem;
	display: flex;
	align-items:flex-start;
}
#myheader .c-nav .c-list-box .c-list .c-item {
	padding:0 .3rem;
	width: 33.33%;
	border-right: 1px solid rgba(0,0,0,.1);
}
#myheader .c-nav>li:nth-last-child(4) .c-list-box .c-list .c-item {
	width: 50%;
}
#myheader .c-nav .c-list-box .c-list .c-item:last-child {
	border: 0;
}
#myheader .c-nav .c-list-box .c-list .c-top-box {
	display: block;
}
#myheader .c-nav .c-list-box .c-list .c-top-box .c-text {
	padding-top: 25px;
	font-size: 22px;
	line-height: 32px;
	color:#333;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list .c-wrap:hover .c-top-box .c-text {
	color:#bb1c14;
}
#myheader .c-nav .c-list-box .c-list .c-img-box {
	height: 3rem;
	overflow: hidden;
}
#myheader .c-nav .c-list-box .c-list .c-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list .c-wrap:hover .c-img-box img {
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#myheader .c-nav .c-list-box .c-list .c-a-box{

	display: flex;
	align-items: flex-start;
	display: none;
}
#myheader .c-nav .c-list-box .c-list .c-a-box a{
	width: 25%;
	border-right: 1px solid #999;
	font-size: 14px;
	line-height: 14px;
	color: #999;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list .c-a-box a:hover{
	color: #bb1c14;
}
#myheader .c-nav .c-list-box .c-list .c-a-box a:last-child {
	border:0;
}
#myheader .c-nav .c-list-box .c-list1{
	width: 22%;
}
#myheader .c-nav .c-list-box .c-list1 .c-item{
	display: block;
	padding: 0px 10px 10px 0;
	border-bottom: 1px solid transparent;
	transition: .5s;
	background-size: auto 6px;
}
.imgover{
	overflow: hidden;
}
#myheader .c-nav .c-list-box .c-list1 .c-item .c-title{
	font-size: 22px;
	line-height: 32px;
	color: #333;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list1 .c-item .c-text{
	font-size: 14px;
	line-height: 24px;
	color: #999;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list1 .c-item.active .c-title{
	padding-bottom: 0.2rem;
}
#myheader .c-nav .c-list-box .c-list-wrap{
	display: flex;
	justify-content: space-between;
	align-items: start;
	text-align: left;
	background-image: url(../images/codebg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;
	border-radius: 4px;
    overflow: hidden;
}
#myheader .c-nav .c-list-box .c-list2{
	position: relative;
	display: block;
	width: 100%;	
	margin-top: 8px;
	padding-bottom: 8px;
	border-radius: 6px;
    background-color: #fff;
}
#myheader .c-nav .c-list-box .c-list2 p{
	color: #7b7b7b;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
}
#myheader .c-nav .c-list-box .c-list2 .c-item{
	display: block;
	overflow: hidden;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	line-height: 40px;
	transition: 0.3s;
}
#myheader .c-nav .c-list-box .c-list2 .c-item:last-child{
	border-bottom: none;
}

#myheader .c-nav .c-list-box.mycase .c-list2 .c-item:first-child{
	padding-left: 0.35rem;
}
#myheader .c-nav .c-list-box.mycase .c-list2 .c-item{
	padding-left: 0.1rem;
}
#myheader .c-nav .c-list-box .c-list2 .c-item:first-child{
	margin-top: 8px;
	border-radius: 8px 8px 0 0;
}
#myheader .c-nav .c-list-box .c-list2 .c-item{
	background-color: #fff;
	margin-left: 7px;
    margin-right: 8px;
}
#myheader .c-nav .c-list-box .c-list2 .c-item img{
	width: 100%;
	height: 172px;
	object-fit: cover;
	transition: .5s;
}
#myheader .c-nav .c-list-box .c-list2 .c-item:hover img{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
#myheader .c-nav .c-list-box .c-list2 .c-item:hover{
	color: #0f4c8c;
}



#myheader .column-nav{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 75vh;
	background-position: center;
	background-size: cover;
	padding: 2.5rem 1.6rem 0;
	transition-property: none;
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-ms-transition-property: none;
	-o-transition-property: none;
}
#myheader .column-nav .close {
	position: absolute;
	top: 1.6rem;
	right: 1.59rem;
	cursor: pointer;
	opacity: 1;
}
.close img{
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#myheader .column-nav .close:hover img {
	transform: rotate(180deg);
}
.column-nav .bo {
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
#myheader .second-nav{
	overflow: hidden;
	max-width: 6.8rem;
}
#myheader .second-nav dl {
	/* display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start; */

	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
	
}
#myheader .second-nav dd {
	margin-left: 0.12rem;
	margin-bottom: 0.11rem;
}
#myheader .second-nav dd > a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 2.1rem;
	height: 0.64rem;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 0.04rem;
	padding: 0 0.22rem;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#myheader .second-nav dd:hover > a {
	background-color: #ec5400;
}
.column-nav .webinfos{
	line-height: 39px;
	font-size: 16px;
	color: #fff;
	margin-top: 16%;
}
.column-nav .webinfos span{
	font-size: 30px;
	color: #ec5400;
    font-weight: 100;
    vertical-align: bottom;
    font-family: fantasy;
}
.column-nav .desc{
    width: 3.85rem;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20%;
	text-align: left;
}
.column-nav .columnimg{
	text-align: left;
}
.column-nav .columnimg img{
	border-radius: 5px;
}



/*顶部移动端导航*/
#myheader .c-nav2 {
	/* position: fixed;
	top:80px;
	left:0; */
	width: 100%;
	font-size:18px;
	line-height: 50px;
	overflow-y: auto;
	background: rgba(255,255,255,0.9);
	transition: all 0.5s;
}
#myheader .rightnav a.gobacks{
	font-size: 16px;
	color: #949494;
	text-align: left;
	margin-left: 6%;
	display: block;
}
.rightnav{
	position: fixed;
	z-index: 10;
	width: 18%;
	height: 100%;
	min-width: 300px;
	top: 0;
	right: 0;
	padding-left: 1%;
	text-align: left;
	background-color: #fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
	-webkit-transition: all 0.36s;
	-moz-transition: all 0.36s;
	-o-transition: all 0.36s;
	transition: all 0.36s;
	-webkit-transform: perspective(12.625rem) rotateY(-90deg);
	-moz-transform: perspective(12.625rem) rotateY(-90deg);
	-ms-transform: perspective(12.625rem) rotateY(-90deg);
	-o-transform: perspective(12.625rem) rotateY(-90deg);
	transform: perspective(12.625rem) rotateY(-90deg);
	filter:alpha(opacity=0);opacity:0;
	-moz-opacity:0;-khtml-opacity:0;
	box-shadow: -5px -5px 15px #999;
}
.rightnav.on{
	-moz-transform: perspective(12.625rem) rotateY(0deg);
	-ms-transform: perspective(12.625rem) rotateY(0deg);
	-o-transform: perspective(12.625rem) rotateY(0deg);
	transform: perspective(12.625rem) rotateY(0deg);
	filter:alpha(opacity=100);
	opacity:1; -moz-opacity:1;
	-khtml-opacity:1
}


body.c-open #myheader .c-nav2 {
	height: calc(100% - 80px);
	height: -webkit-calc(100% - 80px);
}

#myheader .c-nav2 a {
	display: block;
	margin: 0 20px;
	border-bottom:1px solid #f1f1f1;
	text-align:left;
	color: #3a3a3a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#myheader .c-nav2>li:first-child{
	border-top:1px solid #f1f1f1;
}
#myheader .c-nav2 li:hover>a,#myheader .c-nav2 li.active>a{
	color: #1464c7;
}
#myheader .c-nav2 li a i{
	float: right;
	font-size:20px;
}
#myheader .c-nav2 li ul{
	display: none;
}
#myheader .c-nav2 li ul a{
	padding-left: 15px;
}
#myheader .c-nav2 .c-language{
	float: left;
	position: relative;
	padding: 20px 0 0 20px;
}
#myheader .c-nav2 .c-language>a{
	margin:0;
	display: block;
	padding: 0 5px;
	width: 80px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #f1f1f1;
}
#myheader .c-nav2 .c-language>a i{
	margin-top: 9px;
}
#myheader .c-nav2 .c-language .c-list{
	display: none;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#myheader .c-nav2 .c-language .c-list a{
	display: block;
	padding: 0 5px;
	margin: 0;
}
#myheader .c-nav2 .c-language .c-list .c-item:last-child a{
	border-bottom: 0;
}
#myheader .c-nav2 .mysearch{
	float: right;
	width: -webkit-calc(100% - 120px);
	width: calc(100% - 120px);
	width: calc(100% - 20px);
	padding: 20px 20px 0 0;
}
#myheader .c-nav2 .mysearch form{
	position: relative;
	border: 1px solid #f1f1f1;
	line-height: 38px;
}

#myheader .c-nav2 .mysearch form input{
	float: left;
	padding: 0 5px;
	width: -webkit-calc(100% - 15px);
	width: calc(100% - 50px);

	height: 38px;
}
#myheader .c-nav2 .mysearch form button{
	float: right;
	width: 50px;
	height: 38px;
	color: #fff;
	background:#1464c7;
}
/*顶部导航开关*/
#myheader .c-switch{
	position: absolute;
	top:50%;
	right: 15px;
	display: none;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	cursor: pointer;
}
#myheader .c-switch i{
	position: relative;
	display: block;
	height: 2px;
	background:#fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.c-open #myheader .c-switch i{
	background:#333;
}
#myheader .c-switch i:nth-child(1){
	top: 0;
}
#myheader .c-switch i:nth-child(3){
	bottom: 0;
}
#myheader .c-switch i:nth-child(2){
	margin: 6px 0;
}
body.c-open #myheader .c-switch i:nth-child(2) {
	opacity: 0;
}
body.c-open #myheader .c-switch i:nth-child(1) {
	top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body.c-open #myheader .c-switch i:nth-child(3) {
	bottom: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
body.c-open .c-logo img{
	filter: brightness(1);
}
@keyframes myscle{
	0%{
		transform: translate3d(0px, 0px, 0px) scale(1); opacity: 1; transition-duration: 100ms;
	}
	50%{
		transform: translate3d(0px, 0px, 0px) scale(0.5); opacity: 0.5; transition-duration: 800ms;
	}
	100%{
		transform: translate3d(0px, 0px, 0px) scale(1); opacity: 1; transition-duration: 100ms;
	}
}
.myscle{
	animation: myscle 1s linear;
}



#dowebok>.section{
	transition: 0.5s;
}


/*首页轮播图*/

.banner1{
	background: #fff;
	height: 100vh;
	width: 100%;
	position: relative;
	z-index: 111;
}
.banner1 .swiper-slide{
	position: relative;
	overflow: hidden;
}
.banner1 .swiper-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transition: ease 1s;
}

.banner1 .picBox{
	position: relative;
    /* overflow: hidden; */
    width: 100%;
    height: 100vh;
}
.banner1 .picBox a{display: block;width: 100%;height: 100%;}
.banner1 .slide-inner{
	width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	transition: ease 1s;
	transform-origin:left;
}

.banner1 .swiper-slide .c-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.banner1  .c-wrap .bantitle{
	font-size: 70px;
	font-weight: 500;
	padding-top: 0%;
	line-height: 100px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}

.banner1  .c-wrap .bantext {
	padding: 15px 0 5px;
	font-size: 24px;
	text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.banner1 .swiper-pagination-bullet {
	opacity: 1;

}

.banner1 .c-dot {
	position: absolute;
	bottom: 12%;
	left: 0;
	width: 100%;
}
.banner1 .c-dot .c-container{
	z-index: 10;
}
.banner1 .c-dot .btns{
	color: #fff;
	display: inline-block;
	width: 38px;
	height: 38px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	transition: 0.5s;
	cursor: pointer;
	margin-right: 1.2%;
}
.banner1 .c-dot .btns:hover{
	border-color: #da241a;
	background-color: #da241a;
}
.banner1 .c-dot span{
	font-size: 15px;
	color:#fff;
	vertical-align: sub;
	transition: 0.5s;
}
.banner1 .c-dot .right{
	margin-right: 5%;
}
.banner1 .c-dot .zbfill{
	background-color: #da241a;
	display: inline-block;
	padding: 2px;
	width: 100%;
	transform-origin: left top;
}

.banner1 .cbtn{
	position: absolute;
	width: 120px;
	left: 10%;
	bottom: 10%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
}
.banner1 .gobox{background: unset;line-height: 44px;}
.banner1 .numbox{padding-left: 26%;}
.banner1 .c-dot .big{font-size: 36px;font-weight: bold;}


.banner1 .letter span{
	display: inline-block;opacity: 0;filter: blur(10px);-webkit-filter: blur(10px);transform: translateY(-16px);min-width: 16px;font-family: "Swis721 BlkCn BT";
}
.banner1 .haha .letter span{ opacity: 1; filter: blur(0px); -webkit-filter: blur(0px); transform: translateY(0px);}


@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

@keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.2,1.2);
    -webkit-transform:scale(1.2,1.2); 
  }
}

.c-zoom {
  -webkit-animation-name: c-zoom;
  animation-name: c-zoom;
}

/**/
/*product*/

.ms .product{
	background-image: url(../images/indexgoods.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ms .product ul{
	height: 100vh;
	display: flex;
	align-items: center;
    justify-content: space-evenly;
}
.ms .product ul li{
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	width: 25%;
	justify-content: center;
	transition: 1s;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
.ms .product ul li .prosbox{
	padding: 10% 0;
	transition: 0.5s;
}
.ms .product ul li .iconfont{
	font-size: 55px;
	color: #fff;
	display: inline-block;
	height: 80px;
	transition: 0.3s;
}
.ms .product ul li:nth-child(2) .iconfont{
	font-size: 100px;
}
.ms .product ul li h2{
	font-size: 40px;
	color: #fff;
	line-height: 1.5;
	margin: 2% auto 12%;
	transition: 0.3s;
}
.ms .product ul li .newsmore{
	position: relative;
	display: block;
	text-align: center;
}

.ms .product ul li .newsmore img{
	position: absolute;
	left: 50%;
	transform: rotateX(0deg) translateX(-50%);
    width: 142px;
    transition: 0.3s;
}
.ms .product ul li .newsmore .m1{
	transform: rotateX(180deg);
	opacity: 0;
}

@media (min-width: 992px) {
	.ms .product ul li:hover .iconfont{color: #ec6700;}
	.ms .product ul li:hover h2{color: #000;}
	.ms .product ul li:hover .prosbox{margin-top: -40%;}
	.ms .product ul li:hover .m2{
		left: 50%;
		transform: rotateX(270deg) translateX(-50%);
		opacity: 0;
	}
	.ms .product ul li:hover .m1{
		left: 50%;
		transform: rotateX(0deg) translateX(-50%);
		opacity: 1;
	}
	.ms .product ul li:nth-child(1):hover{
		background-image: url(../images/pro_01.png);
		width: 28%;
	}
	.ms .product ul li:nth-child(2):hover{
		background-image: url(../images/pro_02.png);
		width: 32%;
		transform: translateX(-6%);
	}
	.ms .product ul li:nth-child(3):hover{
		background-image: url(../images/pro_03.png);
		width: 32%;
	}
	.ms .product ul li:nth-child(4):hover{
		background-image: url(../images/pro_04.png);
		width: 28.5%;
	}
}


.allgoods{margin-top: 10%;}
#mcase .bg{
	background-image: url(../images/indexcasebg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.caselist{
	margin: 0.5rem 0;
}
.caselist ul li{
	margin-bottom: 1.5%;
}
.caselist ul li:nth-child(2n) a{
	float: right;
}
.caselist ul li a{
	display: block;
	padding: 5px;
	width: 97.5%;
	color: #282828;	
	background-color: #f1f1f1;
}
.caselist ul li img{
	height: 168px;
	transition: 0.3s;
}
.caselist ul li:hover img{
	transform: scale(1.1);
}
.caselist ul li .mycons{
	padding: 8% 11%;
}
.caselist ul li .mycons .pull-right{
	color: #1464c7;
}
.caselist ul li a p{
	margin: 5% 0;
	color:#868686;
}
.caselist ul li i{
	width: 27px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    vertical-align: revert;
    cursor: pointer;
    background-color: #1464c7;
    transition: 0.3s;
}
.caselist ul li:hover .pull-right{
	color: #da241a;
}
.caselist ul li:hover i{
	background-color: #da241a;
    transform: rotate(360deg);
}
.caseview{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
}
/* homeservice */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
	min-height: 1px;
	transition: 0.5s;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
	opacity: 0;
	transition: 0.5s;
}
.slick-initialized .slick-active{
	opacity: 1;
}
.slick-initialized .slick-active .slick-slide{
	opacity: 1;
} 
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
	border: 1px solid transparent;
	transition: 0.5s;
}
.slick-arrow.slick-hidden{
    display: none;
}

.slick-arrow{ position:absolute; top:50%; z-index:2; height:90px; width:90px; margin-top:-45px; text-align:center; padding:0px; border:none; color:#fff; background:rgba(0,0,0,0.6); font-size:0px; line-height: 0px; transform: translateZ(0); display:none !important;}
.slick-arrow:hover{ background:rgba(54,170,195,1)}
.slick-arrow:before{ width:100%; height:100%; font-size:30px; line-height:90px;}

.homeservice .bg{
	background-image: url(../images/indexser.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	transition: 0.3s;
}

.homeservice .bg[zb=ms1]{background-image: url(../images/lksj.jpg);}
.homeservice .bg[zb=ms2]{background-image: url(../images/lood.jpg);}

.zbanner{position: relative;height: 100%;}
.core{position:absolute; left:0px; top:0%; margin-top:0%; right:0px; color:#fff;}
.core_tit{
	text-align:center; font-weight:bold;
	font-size:36px; line-height:1.25; position:absolute;
	left:0px; top:0px; right:0px; bottom:0px; z-index:2;
}

.core_tit strong{display:block; text-indent:0.5em;}
.core_tit span{display:block;}
.core_con{ width:418px; height:418px; margin:50px auto ; position:relative;}
.core_con .pd{text-align:center; padding:0 10%;}
.core_con .h3{font-size:30px;}
.core_con .p{line-height:28px; height:112px; overflow:hidden;}
.core_con .single-item{ position:relative; z-index:5; border-radius:50%; width:90%; margin:0 auto;}
.core_con .slick-dots{ display:none !important;}
.core_list{width:514px; height:514px; position:absolute; left:50%; top:50%; margin:-255px 0 0 -255px; border:2px dashed #fff; border-radius:50%; z-index:3; box-sizing:border-box;}
.core_list li{position:absolute; cursor:pointer; width:16px; height:16px; box-sizing:border-box; border:1px solid #fff; background:#FFF; border-radius:50%;}
.core_list li span{
    font-size:20px; position:absolute;
    line-height:1;top:50%; margin-top:-10px;
	left:25px; width:50px;
	transition: 0.3s;
}
.core_list li span i{ font-size:18px; margin-right:10px; display:none;}
.core_list .box{ position:absolute; width:280px; font-size:18px; line-height:1.56; display:none;}

.core_list li.curr{
	background:#ec6700;
	border-color: #ec6700;
}
.core_list li.curr .box{ display:block;}
.core_list .li1.curr .box span{
	text-align: center;
	margin-top: 9px;
    left: 4px;
    font-size: 38px;
}
.core_list li.curr{
	width: 60px;height: 60px;
}
.core_list .li1.curr span{margin-top: -66px;left: 6px;}
.core_list .li1.curr{margin: -29px 0 0 -29px;}

.core_list li.li2 .box{top:23px;}
.core_list li.li3 .box{top:23px;}
.core_list li.li3>span{left: -50px;}
.core_list li.li1{left:50%; top:0px; margin:-8px 0 0 -8px;}
.core_list li.li1 span{margin-top: -40px;left: -12px;}
.core_list li.li2{top:70%;right:2.8%;}
.core_list li.li2.curr{top: 66%;right: -1.2%;}
.core_list li.li2.curr>span{left: 75px;}
.core_list li.li2.curr .box>span{
	text-align: center;
    left: 4px;
    font-size: 38px;
}
.core_list li.li3{bottom: 26.8%;left: 3%;}

.core_list li.li3.curr{bottom: 22%;left: -1%;}
.core_list li.li3.curr .box>span{
	text-align: center;
    left: 4px;
    font-size: 38px;
}




.core_list svg{ position:absolute; width:524px; height:524px; left:50%; top:50%; margin:-262px 0 0 -262px; transform:rotate(-90deg);} 
.circle_bar2{stroke-dasharray:307%;stroke-dashoffset:307%; position:absolute; width:516px; height:516px;}
.core_list_1 .circle_bar2{stroke-dashoffset:210%;}
.core_list_2 .circle_bar2{stroke-dashoffset:99%;}
.core_list_0 .circle_bar2{stroke-dashoffset:0%;}
.homeservice .ntb .yscons{text-align: center;padding-top: 30%;}
.homeservice .ntb .yscons span{font-size: 0.8rem;}
.homeservice .ntb .yscons h5{
	font-size: 40px;
	font-weight: bold;
	margin-top: 4%;
}
.homeservice .ntb .yscons h5::after{content: "";display: block; width: 20px;height: 3px;background-color: #fff;margin: 20px auto 10px;}
.homeservice .ntb .yscons p{font-size: 16px;line-height: 35px;}
@keyframes spin{
    0%{
		transform-origin: 58% 45%;
		transform: rotate(0turn);
	}
	50%{
		transform-origin: 45% 58%;
		transform: rotate(10turn);
	}
	100%{
		transform-origin: 58% 45%;
		transform: rotate(0turn);
	}
}


.zbanner .zbcir{
	zoom: 0.8;
	position: unset;
	display: block;
	width: 645px;
	margin: 15% auto 0;
	animation: spin 80s infinite linear;
	/* transform-origin: 35% 25px; */
}



/* about */
#c-about .bg{
	background-image: url(../images/asboutbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	text-align: right;
}
#c-about .bg img{
	height: 100%;max-width: 50%;
	transform-origin: bottom right;
	opacity: 0;
	transform: scale(1.5) translateX(100%);
	transition: 2s;
}
#c-about .bg.on img{
	opacity: 1;
	transform:  scale(1) translateX(0);
}
@keyframes bigs{
	0% {transform: matrix(1.15, 0, 0, 1.15, 0, 0);}
	100% {transform: matrix(1, 0, 0, 1, 0, 0);}
}
.about.active .bg{
	animation: bigs 5s linear;
}
.about .c-cn-title::after{
	content: "";
	display: block;
	width: 100px;
	height: 5px;
	background-color: #fff;
	margin: 20px 0;
}
.about .ab_title{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.5;
	color: #ec5400;
}
.about .c-text .c_name{
	font-size: 40px;
	font-weight: bold;
	color: #122133;
}
.about .c-common-title .c-text{
	width: 100%;
	color: #343434;
	font-size: 15px;
}
.about .c-common-title .c-text p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.about .c_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6%;
}
.about .c_name span{color: #ff8400;}
.about .ab_list ul li{
	float: left;
	padding: 0 4% 0 0;
	margin-right: 3%;
	text-align: center;
	border-right: 1px solid #cbcbcc;
	transition: 0.3s;
}
.about .ab_list ul li:last-child{border-right: 0;}
.about .ab_list ul li:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.about .c-container{padding: 0 1.8rem;}

.about .ab_list a{
	color: #122133;
	font-size: 16px;
	display: flex;
	transition: 0.3s;
}

.about .ab_list span{
	width: 43px;
	height: 20px;
	display: inline-block;
	font-size: 25px;
	color: #ec5400;
	transition: 0.3s;
}
#c-about .c-left-box .ab_list {
	padding-top: 1rem;
	padding-left: 1rem;
	overflow: hidden;
}
@keyframes rotating {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}
.usbox .c-l-box{
	position: relative;
	padding-top: 0;
	margin-top: -4%;
}

.usgo{
	position: absolute;
	right: 0;
    bottom: -23%;
	width: 195px;
    padding-bottom: 25%;
}

.usgo .span1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/usmore1.png) center center no-repeat;
    animation: rotating 10s infinite linear;
    background-size: contain;
}
.usgo .em1{
	position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin: -33px 0 0 -33px;
    background: url(../images/usmore2.png) center center no-repeat;

}





/* 视频 */
#c-video-box{
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
#c-video-box .c-btn {
	position:fixed;
	top: 85%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
}
#c-video-box .c-btn:after,#c-video-box .c-btn:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
}
#c-video-box .c-btn:hover {
	background: #1464c7;
}
#c-video-box .c-btn:hover:after,#c-video-box .c-btn:hover:before {
	background: #fff;
}
#c-video-box .c-btn:after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#c-video-box .c-btn:before{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#c-video-box video {
	position:fixed;
	left: 50%;
	top: 50%;
	height: 60%;
	max-width: 100%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: #000;
}
#proallbox .swiper-wrapper{
	justify-content: center;
}

/* 产品 */
.goodslist .box{
	background-color: #fff;
	padding: 2%;
	overflow: hidden;
	box-shadow: 0 0 0px #db837e;
	margin: 10px;
	transition: 1s;
	position: relative;
}
.prodefault>div{
	margin-bottom: 2.5%;
}
.prodefault .goodslist .box{
	padding: 0;
	border-radius: 9px;
	overflow: hidden;
}
.prodefault .goodslist .swiper-slide{
	
}
.goodslist .proall{
	width: 80%;
	margin: 2% auto;
}



.goodslist .proall .swiper-container{
	padding: 0 0% 2.5%;
}
.goodslist .proall ul li{margin-bottom: 1%;}
.goodslist .proall .swiper-next{position: absolute;left: 9%;top: 48%;z-index: 11;}
.goodslist .proall .swiper-prev{position: absolute;right: 9%;top: 48%;z-index: 11;}
.goodslist .proall .swiper-next span{
	display: inline-block;
	font-size: 26px;
	width: 50px;height: 50px;
	line-height: 50px;
	border-radius: 50%;text-align: center;
	border:1px solid #999ba6;
	background-color: #fff;
	transition: 0.3s;
}
.goodslist .proall .swiper-prev span{
	display: inline-block;
	font-size: 26px;
	width: 50px;height: 50px;
	line-height: 50px;
	border-radius: 50%;text-align: center;
	border:1px solid #999ba6;
	background-color: #fff;
	transition: 0.3s;
}
.goodslist .proall .swiper-next span:hover{
	background-color: #ec6700;
	border:1px solid #ec6700;
	color: #fff;
}
.goodslist .proall .swiper-prev span:hover{
	background-color: #ec6700;
	border:1px solid #ec6700;
	color: #fff;
}
.swiper-pagination-bullet-active{
	background-color: #ec6700;
}
.goodslist .box a{
	display: block;
    position: relative;
    z-index: 1;
}
.goodslist .box a .imgbox{
	border-radius: 9px;
	overflow: hidden;
}
.goodslist .box a .imgbox img{width: 100%;}


@keyframes ais{
	0% {opacity:.7;}
	50% {opacity:.1;}
	100% {opacity:.7;}
}
.goodslist .box:hover{box-shadow: 6px 6px 14px #ffd0b6;}
.goodslist .box:hover:after{
	transform: translate(0%,0%);
	opacity: .77;
    transition: .36s all linear;
    animation: ais 3s infinite;
    animation-delay: .4s;
}


.goodslist .box h6{
	padding: 0 5px;
	font-size: 20px;
	text-align: center;
	color: #122133;
	line-height: 2.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.goodslist .products_img img{
	max-width: 100%;
	width: 100%;
}
.goodslist .box .products_txts p{
	color: #878787;
	margin-bottom: 25%;
}
.goodslist .box>p{
	margin-top: 12px;
	margin-bottom: 5%;
	display: flex;justify-content: center;
}
.goodslist .box .viewmore span{
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.goodslist .box>p a:first-child{
	border-right: 1px solid #d1d1d1;
	padding-right: 8%;
	margin-right: 8%;
}
.goodslist .box>p a:first-child span{
	transform: rotate(270deg);
    display: inline-block;
}
.goodslist .box .viewmore{
	display: inline-block;
    font-size: 16px;
    color: #e44d00;
    line-height: 26px;
    transition: 0.3s;
}
.in #zbmain .goodslist .viewmore:hover{
	transform: translateY(-5px);
}








.allgoods a{
	display: block;
	line-height: 30px;
	color: #a5a5a5;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.allgoods .ga{	
	color: #333333;	
}
.allgoods .ga:hover{
	color: #da241a;
}
.allgoods .ga::after{
	content: "";
	width: 10px;
	height: 3px;
	display: block;
	transition: all 0.3s;
}
.allgoods .ga:hover::after{	
	width: 50px;
	background-color: #da241a;
}

/*解决方案*/
.sul .c-container{height: 100%; z-index: 2;}
.sul .c-en-title{
	color: #fff;
}
.sul .c-cn-title{
	font-size: 24px;
	color: #fff;
	opacity: 0.2;
	text-transform: uppercase;
}
.sul .row,.sul .col-md-3{
	height: 100%;
}
.sul .c-common-title{
	height: 100%;
	border-right: 1px solid #506f94;
}
.sul .tabs{
	margin-bottom: 20px;
}
.sul .tabs .part{
	position: relative;
    display: block;
    padding: 30px 0;
}
.sul .tabs .icon{
	color: #fff;
	font-size: 25px;
	display: inline-block;
}
.sul .tabs a{
	color: #fff;
	font-size: 25px;
}
.sul .tabs span.icon{
	font-size: 40px;
	margin-right: 10%;
}
.sul .tabs span.small{
    font-size: 29px;
    min-width: 35px;
    margin-left: 4px;
}
.sul .tabs i{
	display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #da241a;
    text-align: center;
    line-height: 25px;
    color: #fff;
    vertical-align: middle;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sul .tabs i.icon{
	font-size: 10px;
	margin-left: 10%;
}
.sul .gramme{
	padding-top: 12%;
	padding-left: 1rem;
}
.sul .tabs .active span,.sul .tabs .active a{
	color: #da241a;
}
.sul .gramme .content-slide p{
	font-size:40px;
	color: #fff;
	
	line-height: 1.5rem;
}
.sul .gramme .content-slide div{
	width: 78%;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 1rem;
}
/*message*/
#formData{
	font-size: 0.18rem;
}
#formData input{
	display: block;
    width: 100%;
    padding: 10px;
	height: 60px;
	color: #757575;
    line-height: 60px;
	border-bottom: 1px solid #d5d5d5;
	
	position: relative;
}




#formData .form-tr{overflow: hidden;}
#formData textarea{
	background-color: #fff;
    display: inline-block;
    padding: 8px;
	margin-bottom: 1.5%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
    color: #757575;
    width: 100%;
}
#formData .firsinfo input{
	width: 95%;
	margin-bottom: 5%;
}

#formData .submit{
    font-size: 0.22rem;
    color: #fff;
    padding: 19px 7%;
    display: block;
	position: relative;
	text-align: center;
    background-color: #ec5400;
	z-index: 0;
	border-radius: 9px;
	transition: 0.5s;
	overflow: hidden;
}
#formData .code{overflow: hidden;}
#formData .code input{width: 50%; float: left;}
#formData .code .verify{width: 50%; float: left;}
#formData .code .verify img{width: 190px;max-width: 100%;}
#formData .submit::before{
	position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    color: #fff;
    background-color: #c65a2c;
}
#formData .submit:hover::before{
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
/* cbuild */
.c_lkjs .combox{	
	padding: 0.8rem 3rem 0.1rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-image: url(../images/cbuding.jpg);
}
.c_lkjs .sjbox{
	padding: 0.8rem 3rem 0.4rem;
}
.serverobject{
	margin: 3% 0;
}
.honormore .mores{
	font-size: 16px;
    color: #1464c7;
}
.lkjs .sjcaselist .boximg a{
	margin-bottom: 0;
}
.honormore .mores span{
    width: 43px;
    height: 43px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 28px;
    color: #fff;
    border-radius: 50%;
    vertical-align: sub;
    cursor: pointer;
    background-color: #1464c7;
    transition: 0.3s;
}
.honormore .mores:hover span{
	background-color: #da241a;
    transform: rotate(360deg);
}
.serverobject ul li .coknis{
	padding: 14% 2.5%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #f0f4f8;
}
.serverobject ul li .coknis .c_thr{
	color: #29292a;
	font-size: 0.25rem;
	margin-bottom: 5%;
}
.cbuildingkeys{
	font-size: 0.2rem;
}
.serverobject ul li .coknis .c_ser{
	font-size: 16px;
	line-height: 27px;
}
.serverobject ul li span{
	display: inline-block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	margin: auto;
	color: #da241a;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0.5rem;
	transition: 0.3s;
	border: 1px solid #bbcbee;
}
.serverobject ul li:hover span{
	box-shadow: 0 0 10px 0 #94b0ec;
	-webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.serverobject .ask{
	font-size: 0.22rem;
    color: #fff;
	padding: 19px 5%;
	margin-top: 20px;
    display: inline-block;
    position: relative;
    background-color: #1464c7;
	z-index: 0;
	border-radius: 20px;
	overflow: hidden;
    transition: 0.5s;
}
.serverobject .ask::before{
	position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    z-index: -1;
    color: #fff;
    background-color: #da241a;
}
.serverobject .ask:hover::before {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.c_lkjs .combox .goodkeys{
	color: #7c7c7c;
	font-size: 20px;
}
.cbuilding_list{
	position: relative;
	overflow: hidden;
	height: 500px;
}
/*cbuadd*/
   .news-slider {
	z-index: 2;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
  }
  @media screen and (max-width: 1300px) {
	.news-slider {
	  max-width: 1000px;
	}
  }
  @media screen and (max-width: 576px) {
	.news-slider {
	  margin-top: 45px;
	}
  }
.news-slider__wrp {
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.news__item{
	padding:20% 16%;
	color: #444444;
	display: block;
	border-radius:0 30px 0 30px;	
	background-color: #fff;
	margin-top: 9%;
	transition: all .3s;
  }
  .news__item .cons{
	  color: #c7c7c7;
  }
.news-slider__item.on .news__item{
	flex-shrink: 0;
	color:#fff;
	background-color: #1464c7;
}
.news-slider__item.on .news-icon span{
	color: #5ac2ee;
}
.news-slider__item.on .news-icon{
	  border: none;
}
.news-slider__item.on .news__txt{
	  opacity: 1;
	  height: auto;
}
.news-slider__item.on .news__item{
	margin-top: -6%;
}

.news-slider__item .news-icon{
	line-height: 60px;
	border-bottom: 1px solid #e2e2e2;
}

.news-slider__item .news-icon span{
	  color: #d30000;
	  font-size: 0.7rem;
}
@media screen and (max-width: 992px) {
	.news-slider__item {
	  width: 340px;
	}
}  
.news-slider__pagination{
	display: none;
	text-align: center;
	margin-top: 50px;
}
.news-slider__ctr{
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}
  .news-slider__pagination .swiper-pagination-bullet {
	width: 13px;
	height: 10px;
	display: inline-block;
	background: #51b0e1;
	opacity: .5;
	margin: 0 5px;
	border-radius: 20px;
	transition: opacity .5s, background-color .5s, width .5s;
	transition-delay: .5s, .5s, 0s;
  }
  .news-slider__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #1464c7;
	width: 100px;
	transition-delay: 0s;
  }
  @media screen and (max-width: 576px) {
	.news-slider__pagination .swiper-pagination-bullet-active {
	  width: 70px;
	}
  }
 
  @media screen and (min-width: 800px) {
	.news__item:hover {
	  color: #222222;
	  transition-delay: .1s;
	}
  }
  .news__item.active {
	color: #222222;
  }


  @media screen and (max-width: 992px) {
	.news__item {
	  padding: 30px;
	}
  }
  @media screen and (max-width: 576px) {
	.news__item {
	  padding: 20px;
	}
  }
  .news-date {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid;
	display: inline-block;
	opacity: .7;
	transition: opacity .3s;
  }
  @media screen and (max-width: 576px) {
	.news-date {
	  margin-bottom: 10px;
	  display: inline-flex;
	  align-items: center;
	  padding-bottom: 0;
	}
  }
  .news-date__title {
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: 500;
  }
  @media screen and (max-width: 576px) {
	.news-date__title {
	  margin-right: 10px;
	}
  }
  .news-date__txt {
	font-size: 16px;
  } 
  .news__title h6{
	  font-size: 0.26rem;
	  font-weight: bolder;
	  text-align: center;
	  line-height: 2;
	  padding: 5% 0;
	  white-space: nowrap;
  }
  .news__title .cons{
	  font-size: 14px;
	  color: #c7c7c7;
	  text-align: center;
  }
  @media screen and (max-width: 576px) {
	.news__title {
	  font-size: 22px;
	  margin-bottom: 10px;
	}
  }
  .news__txt {
	margin: 10px 0;
	line-height: 1.6em;
	font-size: 15px;
	opacity: 0;
	height: 0;
	transition: .3s;
  }
/*serverorder*/
.serverorder{
	padding: 0.8rem 3rem 0.1rem;
	background-color: #f0f4f8;
}
.serinfo{
	margin-top: 40px;
}
.serinfo ul li{
	float: left;
	width: 11.55%;
	margin-right: 6.1%;
	position: relative;
	transition: 0.5s;
}
.serinfo ul li::after{
	content: "";
	width: 34%;
	height: 100%;
	display: inline-block;
	position: absolute;
	background-image: url(../images/jiao.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center right;
    top: 0;
	right: -46%;
	transition: 0.5s;
}
.serinfo ul li:last-child::after{
	content: "";
	width: 0;
	height: 0;
}
.serinfo ul li:last-child{
	margin-right: 0;
}
.serinfo ul li>div{
	color: #1464c7;
	width: 150px;
	height: 150px;
	text-align: center;
	position: relative;
	border: 1px solid #fff;
	background-color: #fff;
	display: grid;
	transition: 0.3s;
}
.serinfo ul li>div i{	
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    text-align: right;
    z-index: 1;
    padding-right: 5px;
    color: #fff;
    font-style: normal;
	font-weight: bold;
	height: 0px;  
	transition: 0.3s;
}
.serinfo ul li>div i::before{
	content: "";
	width: 0;
	height: 0;	
	top: 0;
	right: 0;
	position: absolute;
	z-index: -1;
	border-top: 38px solid #da241a;
	border-left: 38px solid transparent; 
	transition: 0.3s;
}
.serinfo ul li>div h6{
	height: 1px;
	font-size: 22px;
	font-weight: bolder;
	transition: 0.3s;
}
.serinfo ul li>div p{
	font-size: 15px;
	transition: 0.3s;
}
.serinfo ul li.on>div i{
	color: #1464c7;
}
.serinfo ul li.on>div{
	color:#fff;
	border: 1px solid #1464c7;
	background-color: #1464c7;
}
.serinfo ul li.on>div i::before{
	border-top: 38px solid #fff;
}



/*lksj*/
.c_lksj .combox{
	padding: 0.5rem 3rem 0.1rem;
}
.contacts .sjmeaasge{
	background-image: url(../images/100s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
/*sjbox*/
.c_lksj .sjbox{
	padding: 0.8rem 3rem 0.8rem;
	background-image: url(../images/sjcase.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.c_lksj .sjmeaasge{
	padding: 0.8rem 3rem 0.8rem;
}
.sjcaselist{
	margin: 2% 0;
}
.sjcaselist .swiper-container {
	padding: 0 2.5%;
	margin: auto;
}
.sjcaselist .boximg {
	transition: all 0.3s;
}
.sjcaselist .boximg img {
	width: 100%;
	height: 265px;
	object-fit: cover;
}
.sjcaselist .boximg .imgbox {
	overflow: hidden;
	padding: 5px;
	background-color: #e4e4e4;
}
.sjcaselist .boximg .imgbox img {
	transition: all 0.3s;
}
.sjcaselist .boximg .imgbox:hover img {
	transform: scale(1.1);
}
.sjcaselist .boximg a {
	position: relative;
	display: block;
	margin-bottom: 15%;
}
.sjcaselist .swiper-pagination-bullet{
	background-color: #1464c7;
	opacity: 1;
}
.sjcaselist .swiper-pagination-bullet-active{
	background-color: #d30000;
}
.sjcaselist .boximg p {
	color: #3b3b3b;
	line-height: 2.45;
	font-size: 0.2rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	background: #e4e4e4;
	transition: 0.3s;
}
.sjcaselist .boximg:hover p {
	color: #fff;
	background-color: #1464c7;
}
.sjnav{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 22px;
	text-align: center;
}
/*map*/
.map{
	padding: 13px 17px;
	background-color: #d5d5d5;
}
/*客户案例*/
.case .allcase{
	margin-top: -15%;
}
.case>div{width: 100%;}
.title h2{font-size: 40px;color: #000;margin-bottom: 15px;font-weight: bold;line-height: 50px;}
.case .left{width: 410px;float: left;position: relative;z-index: 9;}
.case .right{float: right;width: auto;}
.case .right ul{font-size: 16px;color: #122133;font-weight: bold;line-height: 32px;}
.case .right ul li .zbnum{
	font-size: 40px;
	font-family: fantasy;
	font-weight: 100;
	color: #ec5400;
	
	width: 115px;
	text-align: right;
	display: inline-block;
}

.case .right ul li{float: left;width: 50%;margin-bottom: 10px;white-space: nowrap;}
.case .right ul li:first-child p{padding-left: 35px;}
.case .right ul li:last-child p{padding-left: 13px;}

.DeviceSubImg {
    margin-left: 14%;
    position: relative;
    height: 100%;
    float: left;
    width: 14%;
}
.DeviceSubImg img{
	margin-top: 41%;
}
.CenterPro{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
}

.DeviceSubR {
	height: 100%;
	float: left;
	width: 60%;
	overflow: hidden;
	position: relative;
}

.Morecase{
	display: inline-block;
	width: 195px;
	border-radius: 28px 0  28px 0;
	overflow: hidden;
	text-align: center;
    min-width: 105px;
    margin: 5% auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 3.1;
    transition: 0.3s;
    vertical-align: middle;
}

.Morecase:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 5px #c5c5c5;
}

.DeviceSubR .CenterPro {
	width: 99%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	left: 0;
	border-left: 1px solid rgba(47, 50, 55, 0.1);
}


.BaseTit{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
	/* padding-bottom: 33%; */
	width: 75%;
	height: 634px;
	/* width: 1440px; */
	margin: auto;
	left: 12.5%;
	overflow: hidden;
}

.BaseTit ul{
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    top: 0;
}
.BaseTit ul li{
	width: 1.2rem;
    height: 1.2rem;
    z-index: 2;
	position: absolute;
	animation: moves2 3s linear infinite;
}
.BaseTit ul .ms1{left: 2%;bottom: 5%;}
.BaseTit ul .ms2{left: 11%;bottom: 45%;}
.BaseTit ul .ms3{left: 30%;top: 5%;}
.BaseTit ul .ms4{right: 30%;top: 5%;}
.BaseTit ul .ms5{right: 11%;bottom: 45%;}
.BaseTit ul .ms6{right: 2%;bottom: 5%;}
/* end */
.BaseTit ul .ms7{left: 16%;bottom: 18%;}
.BaseTit ul .ms8{left: 27%;bottom: 43%;}
.BaseTit ul .ms9{right: 46%;bottom: 56%;}
.BaseTit ul .ms10{right: 27%;bottom: 43%;}
.BaseTit ul .ms11{right: 16%;bottom: 18%;}

.BaseTit ul li a{display: inline-block;}
.BaseTit ul li img{
	opacity: 0.5;
	filter: grayscale(1);
	border-radius: 50%;
	box-shadow: 0 0 30px #dedede;
	transition: 0.5s;
}
.BaseTit ul li:hover img{
	opacity: 1;
	filter: grayscale(0);
}
.BaseTit .move{
	width: 770px;
	margin: 52% auto 0;
	animation: rotate 100s linear infinite;
}
@keyframes rotate {
    0% {
		top: 46%;
		left: 50%;
		/* transform: rotate(0deg) translate(-50%,-50%); */
		transform: rotate(0deg);
		transform-origin: center;
    } 100% {
		top: 46%;
		left: 50%;
		/* transform: rotate(360deg) translate(-50%,-50%); */
		transform: rotate(360deg);
		transform-origin: center;
    }
}



.Device .pagination1 span:nth-of-type(4).swiper-active-switch h2 {
	width: 168px;
	left: 74px;
}
.Device .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.Device .swiper-container,
.Device .swiper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.Device .pagination1 {
	bottom: 40px;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 50%;
}

.Device .pagination1 span {
position: relative;
text-align: center;
float: left;
cursor: pointer;
/* overflow: hidden; */
height: 80px;
transition: all .3s ease-out;
-webkit-transition: all .3s ease-out;
width: 15.6%;
}

.Device .pagination1 span.swiper-active-switch {
width: 200px;
margin-left: -30px;
margin-right: 30px;
}

.Device .pagination1 span,
.IndexSpeed1 h2 {
-webkit-animation: fadeInDown 1s 1s ease-in-out both;
animation: fadeInDown 1s 1s ease-in-out both;
}

.Device .pagination1 span:nth-of-type(2),
.IndexSpeed1 p,
.IndexTit1 .TitImg5 {
-webkit-animation: fadeInDown 1s 1.2s ease-in-out both;
animation: fadeInDown 1s 1.2s ease-in-out both;
}

.Device .pagination1 span:nth-of-type(3) {
-webkit-animation: fadeInDown 1s 1.4s ease-in-out both;
animation: fadeInDown 1s 1.4s ease-in-out both;
}

.Device .pagination1 span:nth-of-type(4) {
-webkit-animation: fadeInDown 1s 1.6s ease-in-out both;
animation: fadeInDown 1s 1.6s ease-in-out both;
}

.Device .pagination1 span:nth-of-type(4).swiperswitch {
width: 24.5%;
}

.Device .pagination1 span:nth-of-type(4).swiper-active-switch h2 {
width: 190px;
left: 68px;
}

.Device .pagination1 span:nth-of-type(5) {
-webkit-animation: fadeInDown 1s 1.8s ease-in-out both;
animation: fadeInDown 1s 1.8s ease-in-out both;
}

.Device .pagination1 span h2 {
	width: 80%;
	font-size: 16px;
	-webkit-transform: translateX(20%);
	transform: translateX(20%);
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border-radius: 0px 20px 20px 0;
	color: #2c62a5;
	top: 20px;
	position: absolute;
	left: 25%;
	visibility: hidden;
	z-index: -1;
}

.Device .pagination1 span.swiper-active-switch h2,
.Device .pagination1 span:hover h2 {
-webkit-transform: translateX(0%);
transform: translateX(0%);
visibility: visible;
}

.Device .pagination1 span .time_list_img {
	width: 80px;
	height: 80px;
	background-color: #2f3237;
	border-radius: 100%;
	position: absolute;
	left: 10px;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}

.Device .pagination1 span.swiper-active-switch .time_list_img,
.Device .pagination1 span:hover .time_list_img {
	background-color: #2c62a5;
}
.Device .pagination1 span .time_list_img {
	background-image: url(../images/icon_fang.png);
	background-size: 36px 30px;
	background-repeat: no-repeat;
	background-position: center;
}

/*news*/
.news{
	background-image: url(../images/indexnebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 2%;
	overflow: hidden;
}

.newsinfo{
	padding-top: 130px;
}
.newsinfo .back{
	color: #7e7e7e;
	display: inline-block;
	padding: 10px 20px;
	font-size: 15px;
	border-radius: 30px;
	box-shadow: 0  0  15px #d2dede;
	transition: 0.32s;
}
.newsinfo .back span{
	font-size: 20px;
	display: inline-block;
	margin-top: 1px;
}
.newsinfo .back:hover{
	box-shadow: 0  0  15px #ec5400;
}
.newsinfo .oth_news{
	margin-top: 0;
	padding-top: 0;
}









.news .c-l-box{
	position: absolute;
	top: 7%;
	left: 8%;
	color: #000;
	padding-right: 16%;
}
.news .news-box{
	color: #000;
	font-size: 40px;
    line-height: 1.5;
}
.news .move1{
	display: flex;
	align-items: center;
}
.news .move1 h4{
	font-size: 40px;
	font-weight: bold;
	margin-right: 20px;
}
.news .move1 span a{
	color: #646d77;
	font-size: 16px;
	font-weight: bold;
	transition: 0.3s;
}
.news .move1 span a:hover{
	color: #ec5400;
}


.news .c_name{font-weight: bold;}
.news_nav a{
	width: 128px;
	height: 128px;
	text-align: center;
	display: inline-block;
	margin-left: 5%;
	color: #000;
	transition: 0.5s; 
	border: 1px solid #000;
	padding-top: 6%;
	line-height: 2;
	font-size: 16px;
}
.news_nav a:hover{
	transform: translateY(-10px);
	border-color: #0056ab;
	background-color: #0056ab;
}



.news .c-l-box .more{
	color: #000;
    margin-top: 0.4rem;
    padding: 10px 11%;
    border-radius: 20px;
    display: inline-block;
	border: 1px solid #000;
	transition: 0.3s;
}
.news .c-l-box .more:hover{
	background-color: #da241a;
	border-color: #da241a;
}
.news .imgbox .c-fl{
	max-width: 83%;
}
.news .newcard .imgbox{
	transition: all 0.5s;
	border-bottom: 1px solid #e3e3e3;
	background-color: #000;
	background-image: url(../images/fff.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border-radius: 20px;
	overflow: hidden;
}
.news .newcard .imgbox img{width: 100%;height: 330px;object-fit: cover;}

.news .newcard .imgbox a{color: #000;}
.news .newinfos{padding: 0.4rem 0.48rem;}
.news .newinfos .c-name h6{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.news .newinfos .times{
	color: #5f5f5f;
	margin-bottom: 0.35rem;
}



.news .newsimg{overflow: hidden;}
.news .newsimg img{
	width: 100%;
    height: 36vh;
    object-fit: cover;
	transition: 0.3s;
}

.news .newcard .imgbox:hover img{transform: scale(1.1);}
.news .newcard .col-md-6:nth-child(2n) .imgbox{float: right;}
.news .imgbox.active{
	background-image: url(../images/newslist.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.news .c-en-title{
	color: #072764;
	font-weight: 500;
}
.news .c-en-title span{
	font-size: 0.18rem;
	color: #ff8400;
}
.news .c-en-title::after{
	content: "";
	width: 17%;
    height: 2px;
    display: block;
    margin-top: 0.3rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
}
.c_news .combox{
	padding: 0.5rem 3rem 0rem;
}
.c_ywfg .combox{
	background-image: url(../images/ywfgbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	padding: 0.5rem 3rem 0.8rem;
}
/*c_yw*/
.c_yw .combox{
	padding: 0.8rem 3rem 0.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
    background-image: url(../images/cx.jpg);
}
.c_yw .fangan{
	padding: 0.8rem 3rem 0.1rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-image: url(../images/jjfa.jpg);
}
#goods .c_yw .fangan .gooddec{
	color: #fff;
}
.fanganinfo{
	margin-top: 2.2%;
}

.fanganinfo ul li .coknis{
	padding: 25px 5%;
    margin-left: 3%;
	margin-right: 3%;
	border-radius: 0 30px 0 30px;
    background-color: #f0f4f8;
}
.fanganinfo ul li:nth-child(-n+5) .coknis{
	margin-bottom: 6.5%;
}
.fanganinfo ul li .coknis .icon{
	display: inline-block;
    line-height: 73px;
    margin: auto;
    color: #da241a;
    text-align: center;
    font-size: 0.73rem;
    transition: 0.3s;
}
.fanganinfo ul li .coknis .c_thr{
	line-height: 26px;
    color: #1464c7;
    font-size: 0.25rem;
    margin-bottom: 10px;
    margin-top: 11px;	
}
.fanganinfo ul li .coknis .c_ser{
	color: #d30000;
    font-size: 14px;
    line-height: 27px;
}
.fanganinfo ul li .coknis .cons{
	margin-top: 10px;
	padding-top: 20px;
	height: 120px;
    line-height: 28px;
	border-top: 1px solid #c2c2c2;
}
.fanganinfo ul li:hover .icon{
    -webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.ywadvs{
	margin-top: 2%;
	margin-bottom: 5%;
}
.ywadvs .ywbox{
	width: 86.9%;
	margin: auto;
	position: relative;
	z-index: 1;
}
.ywadvs .imgbox{
	overflow: hidden;
}
.ywadvs .imgbox img{
	width: 100%;
	transition: 0.3s;
}
.ywcons{
	width: 73%;
	margin: auto;
	padding: 6%;
	height: 135px;
	text-align: center;	
	box-shadow: 0px 12px 20px #d8d7d0;
    background-color: #fff;
    margin-top: -50px;
	position: relative;
	transition: 0.3s;
}
.ywcons img{
	margin-top: 16px;
}
.ywcons h6{
	line-height: 2;
	font-size: 0.25rem;
	color: #1464c7;
	font-weight: bolder;
}
.ywcons p{
	color: #797979;
	font-size: 16px;
}
.ywadvs ul li span{
	display: block;
	width:100px;
    height:50px;  
    border-radius:0px 0px 50px 50px;
	border: 1px solid #d2d2d2;
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85%;
	z-index: -1;
	transition: 0.3s;
}
.ywadvs ul li.on .ywcons{
	color: #fff;
	box-shadow: unset;
	background-color: #1464c7;
}
.ywadvs ul li.on h6{
	color: #fff;
}
.ywadvs ul li.on p{
	color: #fff;
}
.ywadvs ul li.on .imgbox img{
	transform: scale(1.1);
}
.ywadvs ul li.on .ywcons img{
	filter: brightness(15);
}
.ywadvs ul li.on span{
	top: 99%;
}
/*cxbox*/
.cxbox{
	position: relative;
    overflow: hidden;
}
.cxbox .mypro{
	width: 630px;
	padding: 75px;
	max-width: 100%;
	margin: auto;
}
.cxbox .mypro::before{
	content: "";
    width: 90%;
    height: 84%;
    height: 90%;
	background: url(../images/quan.png) no-repeat top center;
    background-size: contain;
    position: absolute;
    left: 5%;
    right: 5%;
    top: 1.8%;
    bottom: 5%;
    animation: myMove1 105s linear infinite;
    -webkit-animation: myMove1 105s linear infinite;
}
@keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes myMove1 {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
.cxbox .imgbox{
	overflow: hidden;
	position: relative;
}
.cxbox .imgbox img{
	width: 100%;
	height: 480px;
	border-radius: 50%;   
	filter: brightness(0.8); 
}
.cxbox .swiper-slide {
	background-size: cover;
	background-position: center;
}
.cxbox  .gallery-top {
	height: 80%;
	width: 100%;
}
.cxbox .gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}
.cxbox  .gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 1;
	font-size: 20px;
	color: #595959;
}
.cxbox  .gallery-thumbs .swiper-slide-thumb-active {
	font-size: 25px;
	color: #d30000;
	font-weight: bolder;
}
.cxbox .gallery-thumbs{
	width: 760px;
	max-width: 100%;
	margin: auto;
	text-align: center;
}
.mypro .swiper-button-white{
	display: inline-block;
	width: 65px;
	height: 65px;
	text-align: center;
	line-height: 65px;
	transition: 0.3s;
	border-radius: 50%;
	transition: 0.3s;
	background-color: #1464c7;
}
.mypro .swiper-button-white:hover{
	box-shadow: 0 0 10px 0 #1464c7;
}
.mypro .swiper-button-next{
	right: 10%;
}
.mypro .swiper-button-prev{
	left: 10%;
}
.cxinfo{
	position: absolute;
    top: 48%;
	color: #fff;
	transform: translateY(-50%);
}
.cxinfo h5{
	font-size: 0.38rem;
	font-weight: bolder;
	margin-bottom: 5%;
	text-align: center;
}
.cxinfo p{
	width: 66%;
    margin: auto;
    font-size: 0.18rem;
    line-height: 30px;
}





/*lksj*/
.lksjlist{
	margin: 0% 0 2%;
	padding: 2% 0;
	background-color: #fff;
}
.lksjlist ul li{
	margin-bottom: 3.5%;
	border: 1px solid #e2e2e2;
}
.lksjlist ul li:last-child{
	margin-bottom: -0.5%;
}
.lksjlist ul li .mycons{
	padding: 10% 0 0 16%;
}
.lksjlist ul li .mycons h3{
	color: #1464c7;
	font-size: 0.32rem;
	line-height: 2;
    margin-bottom: 4%;
}
.lksjlist ul li .mycons p{
	font-size: 16px;
	position: relative;
	color: #696969;
}
.lksjlist ul li .imgbox img{
	transition: 0.3s;
	max-width: 100%;
}
.lksjlist ul li .imgbox{
	overflow: hidden;
}
.lksjlist ul li:hover img{
	transform: scale(1.1);
}
.lksjlist ul li .mycons p::before{
	content: " · ";
	display: inline-block;
	font-size: 50px;
	vertical-align: text-bottom;
	color: #1464c7;
	margin: 0 2% 0 0;
}
.lksjlist ul li .mycons a{
	font-size: 0.22rem;
    color: #fff;
    padding: 15px 7%;
	margin-top: 8%;
	border-radius: 8px;
	display: inline-block;
	position: relative;
	background-color: #1464c7;
	border-radius: 18px;
	z-index: 0;
    transition: 0.5s;
}
.lksjlist ul li .mycons a::before{
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
	z-index: -1;
	color: #fff;
    background-color: red;
    border-radius: 18px;
}
.lksjlist ul li .mycons a:hover:before{
	-webkit-transform-origin: left center;transform-origin: left center;  
	-webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1);
	-o-transform: scaleX(1); transform: scaleX(1);
}



/*ywfg*/
.ywfglist{
	margin: 4% 0 2%;
	padding: 5%;
	background-color: #fff;
}
.ywfglist ul li a{
	width: 85%;
    padding: 12% 8% 6%;
	display: table;
	margin-bottom: 15%;
	border-radius: 32px;
	position: relative;
	box-shadow: 0 0 10px 0 #f0efeb;
	transition: 0.5s;
	z-index: 2;
}
.ywfglist ul li:nth-child(3n+2) a{
	margin: auto;
}
.ywfglist ul li:nth-child(3) a .mycons h3{
	text-overflow: clip;
    overflow: inherit;
}
.ywfglist ul li:nth-child(3) a .mycons h3 span{
	font-size: 0.35rem;	
}

.ywfglist ul li a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 32px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	transition: 0.5s;
	box-shadow: 10px 10px 0px  #e1eaf3;
}
.ywfglist ul li:nth-child(3n) a{
	float: right;
}

.ywfglist ul li:hover a{
	box-shadow: 0 0 10px 0 #dc0000;
}
.ywfglist ul li:hover a::after{
	box-shadow: 0px 0px 0px  #e1eaf3;
}
.ywfglist ul li a.on{
	box-shadow: 0 0 10px 0 #dc0000;
}
.ywfglist ul li a.on::after{
	box-shadow: 0px 0px 0px  #e1eaf3;
}
.ywfglist ul li:nth-child(5) a .imgbox{
	padding: 0;
}
.ywfglist ul li:nth-child(5) a{
	padding: 0;
	margin: 0;
	margin: auto;	
	text-align: center;
	box-shadow: 0 0 0px 0 #fff;
}
.ywfglist ul li:nth-child(5) a::after{
	box-shadow: 0px 0px 0px  #fff;
}
.ywfglist ul li a .imgbox{
	padding:  30px 15px;
	text-shadow: 0px 0px 2px #e25b5a;
}
.ywfglist ul li a .icon{
	color: #bebebe;	
	font-size: 0.8rem;
}
.ywfglist ul li a img{
	max-height: 170px;
}
.ywfglist ul li a .mycons h3 {
	font-size: 0.42rem;
	color: #dc0000;
	font-weight: bolder;
}
.ywfglist ul li:nth-child(4) a .mycons h3,.ywfglist ul li:nth-child(7) a .mycons h3,.ywfglist ul li:nth-child(9) a .mycons h3{
	font-size: 0.22rem;
}
.ywfglist ul li a .mycons h3 span{
	font-size: 0.5rem;
}
.ywfglist ul li a .mycons p{
	font-size: 0.2rem;
	color: #959595;
}


.newcard h6{
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.35rem;
	color: #343434;
	transition: all 0.3s;
}
.newcard .info{
	line-height: 1.7;
	font-size: 15px;
	height: 75px;
	color: #5f5f5f;
	transition: all 0.3s;
}
.news .imgbox .c-fr{
	color: #5f5f5f;
}
.newcard .active h6{
	color: #fff;
	border-left: 8px solid #fff;
}
.newcard .active .info{
	color: #fff;
}
.news .active .c-fr{
	color: #fff;
}
.newcard button{
	padding: 0.1rem 0.2rem;
	font-size: 15px;
	color: #da241a;
	margin-top: 0.3rem;
	background-color: #fff;
	transition: all 0.5s;
	border-radius: 1rem;
	border: 1px solid #da241a;
}
.newcard button:hover{
	color: #fff;
	background-color: #da241a;
}
.newcard button i{
	font-style: normal;
	display: inline-block;
	margin-left: 35px;
	font-weight: bolder;
}

.otherlist a{
	color: #838383;
	display: inline-block;
	margin: 0 0.1rem;
	background-color: #f2f1f1;
	padding: 0.1rem 0.3rem;
	transition:  all 0.3s;
}
.otherlist a:hover{
	color: #fff;
	background-color: #da241a;
}


/*footer*/
.disline{
	vertical-align: middle;
	display: inline-block;
}
.footer{
	position: relative;
	overflow: hidden;
	background-color: #303137;
}
.footer>div{
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}


.fiednav{
    position: fixed;
    right: 6px;
    top: 46%;
	z-index: 9;
	background-color: #fff;
	border-radius: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	box-shadow: 0 0 10px #d1d1d1;

}
.backtop{display: none;}
.fiednav li{
	width: 72px;
	position: relative;
	margin-bottom: 8px;
}
.fiednav li:last-child{border: none}
.fiednav li.weightcons{border: none}
.fiednav li .hover_con{
	position: absolute;
    right: 61px;
    bottom: 0px;
    padding-right: 10px;
    text-align: center;
    width: 130px;
    height: 0px;
	overflow: hidden;
	transition: 0.3s;
}	
.fiednav li a{
	color: #8c8c8c;   
	text-align: center;
    display: block;
    transition: .3s;
}
.fiednav li a span{
	font-size: 23px;
	color: #ec6700;
}
.fiednav li:first-child a{margin-top: -40%;margin-bottom: -8%;}
.fiednav li:nth-child(2)::after{
	content: "";
	display: block;
	width: 70%;
	padding-bottom: 10%;
	margin: auto;
	border-bottom: 1px solid #d1d1d1;
}
.fiednav li a img{margin-bottom: 10px}
.fiednav .weightcons:hover .hover_con{ height:100px;}
.footer .c-container{padding: 0 1.6rem;}
.footer .flink{
	color: #595a5f;
	font-size: 15px;
	margin: 0 21px;
}
.footer .mlogo::before{
	content: "";
	width: 100%;
	display: block;
}
.footer .mlogo a{
	display: block;
	padding: 25% 0;
}
.footer .fnav{padding: 6.5% 5% 7.5% 10%;}
.footer .fnav ul{
	overflow: hidden;
	display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-between;
}
.footer .fnav ul li{float: left;}
.footer .fnav ul li a{
	display: block;
	line-height: 2;
}
.footer .fnav a{
	color: #737373;
	font-size: 14px;
	transition: 0.3s;
}
.footer .fnav .nav{
	font-size: 16px;
	color: #fff;
}
.footer .fnav a:hover{color: #ec6700;}
.footer .flink .icon{
	color: #da241a;
	font-size: 18px;
}
.footer .flink .max8{
	width: 100%;
	max-width: 100%;
	padding: 0.32rem 0;
}
.footer .flink .max8 a{	
	color: #595a5f;
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
	transition: 0.3s;
}
.footer .flink .max8 a:hover{color: #fff;}
.footer .backtop{
	cursor: pointer;
	text-align: center;
	background-color: #da241a;
	padding: 10px 0.2rem;
}
.weballinfo .lcinfo{
	padding: 4% 0 5.5%;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.weballinfo .lcinfo .icon{
	width: 64px;height: 64px;display: inline-block;text-align: center;line-height: 64px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	font-size: 30px;
	color: #b1b1b1;
}
.weballinfo .lcinfo .c-info{
	display: flex;
	align-items: flex-end;
	justify-content: space-evenly;
}
.weballinfo .lcinfo .c-info .tels{
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
	margin-top: 7%;
    margin-bottom: 3%;
}
.weballinfo .lcinfo .c-info .disline{color: #b1b1b1;}
.weballinfo .lcinfo .c-info .disline>div{font-size: 16px; transition: 0.3s;}
.weballinfo .lcinfo .c-info .disline .nums{
	font-size: 22px;
}
.weballinfo .lcinfo .c-info .disline:hover div{color: #fff;transform: translateY(-5px);}
.weballinfo .tels img{filter: contrast(0.1);}




.footer .weballinfo{
	padding-top: 0.3rem;
	color: #ffffff;
}
.footer .weballinfo .c-list-box {
	width: 95%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer .weballinfo .task>a{
	color: #999;
	display: inline-block;
	padding: 13px 0;
}
.footer .weballinfo .task.code{
	text-align: center;
	margin-right: 10%;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .weballinfo .col-md-8 .row>p{
	font-size: 16px;
}
.footer .weballinfo .task .tel{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}
.footer .weballinfo .c-list-box>li{
	padding-left: 15px;
}
.footer .weballinfo .c-list-box .c-title-box {
	padding-bottom:20px;
}
.footer .weballinfo .c-list-box .c-title-box .c-title {
	font-size:16px;
	line-height:30px;
	color:#343434;
	font-weight: bold;
}
.footer .weballinfo .addinfo{
	padding-top: 18px;
}
.footer .weballinfo .c-list-box .c-title-box .c-title::after{
	content: "";
	width: 33px;
    height: 1px;
    display: block;
    background-color: #d7d7d7;
    margin-top: 10px;
}
.footer .weballinfo .c-list-box .c-title-box i {
	display: none;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li {
	padding: 5px 0;
	line-height:26px;
}
.footer .weballinfo .c-list-box .c-list li a {
	color:#838383;
	transition: all 0.5s;
}
.footer .weballinfo .c-list-box .c-list li a:hover {
	color:#bb1c14;
}
.footer .copyright{
	line-height: 4;
	border-top: 1px solid #e3e3e3;
}
.footer .copyright a{
	color: #838383;
	transition: all 0.3s;
}
.footer .copyright a:hover{
	color: #da241a;
}
.footer .flogo{
	width: 95%;
	padding: 0.5rem 0;
    border-bottom: 1px solid #cec7c7;
    margin-bottom: 0.25rem;
}
.footer .c-rightinfo{color: #b1b1b1;}
.footer .c-rightinfo>div{
	display: flex;
	justify-content: center;
}
.footer .c-rightinfo>div:last-child a{
	margin: 0 12px;
}
.footer .c-rightinfo>div a{
	display: inline-block;

}
.footer .c-rightinfo a{
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding: 0.15rem 0;
}
/*nav*/
#fp-nav.right{
	width: 30px;
	left: 16px;
	z-index: 1;
}
#fp-nav ul li, .fp-slidesNav ul li{
	margin-bottom: 20px;
}
#fp-nav ul li{
	width: 14px;
	height: 14px;
}
#fp-nav ul li a{
	display: block;
	border: 1px solid transparent;
	transition: 0.3s;
	border-radius: 50%;
}
#fp-nav ul li a span{
	width: 6px;
	height: 6px;
	background: #5e5e5e;
	border-radius: 50%;
	margin: 3px;
	display: block;
	box-shadow: 0px 0px 6px #c3c8d6;
	transition: 0.3s;


	white-space: nowrap;
    color: #fff;
    text-shadow: 2px 2px 7px #000;
    display: flex;
    align-items: center;
    text-indent: 1em;
}
#fp-nav ul li a:hover{
	border-color: #ec6700;	
}
#fp-nav ul li a:hover span{
	background: #ec6700;
}
#fp-nav ul li a.active{
	border-color: #ec6700;	
}
#fp-nav ul li a.active span{
	background: #ec6700;
}

/*goods*/
#goods .c-goodsinfo{
	position: relative;
	z-index: 2;
}
#goods.goodsinfo .c-goodsinfo{
	padding-bottom: 0.4rem;
}
.c-goodsinfo .comcase{
	padding: 2% 0 2%;
	background-image: url(../images/comcase.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}




.navname{
	display: inline-block;
	float: left;
	padding: 0 0.33rem;
	line-height: 4;	
	border-left: 1px solid #d4d4d4;
}
.navname a{
	display: inline-block;
	color: #626262;
	font-size: 17px;
	transition: 0.3s;
	border-bottom: 5px solid  #fff;
}
.navname:last-child {
	border-right: 1px solid #d4d4d4;
}
.navname:hover a{
	color: #283e92;
	border-bottom: 5px solid #283e92;
}
.navname.active a{
	color: #283e92;
	border-bottom: 5px solid #283e92;
}
.c-crumbs{
	color: #6f6f6f;
	line-height: 4;
	font-size: 15px;
}
.c-crumbs a{
	color: #6f6f6f;
	display: inline-block;
	margin: 0 5px 0 0;
	transition: all 0.3s;
}
.c-crumbs a:hover{
	color: #283e92;
}
.join .c-join{
	padding: 0.5rem 3rem;
    background-color: #fff;
}
.join .c-join .table{	
	margin: 0.3rem 0;
	line-height: 28px;
	text-align: center;
}
.join .c-join .table th{
	color: #333;
	line-height: 33px;
	text-align: center;
	background-color: #f7f7f7;
}
.join .c-join .table span{
	display: none;
	padding: 0 10%;
}
.join .c-join .table tbody td{
	padding: 25px 0;
	color: #373737;
}
.join .c-join .table tbody td a{
	color: #1464c7;
	text-decoration: underline;
}
.join .c-join .table tbody .sh a{
	display: none;
}
#goods .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#goods .c-goodsinfo .goodkey,.c_name .goodkey{
	font-size: 0.7rem;
	color: #f1f1f1;
	font-weight: bolder;
	text-transform: uppercase;
}
#goods .c-goodsinfo .gooddec,.c_name .gooddec{
	font-size: 40px;
	font-weight: bold;
	color: #122133;
	line-height: 2;
	margin-top: 2%;
}
.c_name p{
	color: #494949;
	line-height: 30px;
	font-size: 16px;
}
.proms{
	background-image: url(../images/msbg.jpg);
	background-repeat: repeat;
	background-size: cover;
	padding: 3.1% 0;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.proms a{
	color: #fff;display: flex;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.proms a h4{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
.proms a p{
	font-size: 15px;
	color: #ffcaad;
}
.proms a span{
	width: 75px;height: 75px;
	line-height: 75px;
	font-size: 30px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #efefef;
	margin-right: 20px;
}



.sevbox{
	padding: 3% 0 4%;
}
.sevbox .sevinfo{
	width: 91%;
	border-radius: 9px;
	margin: 11% auto;
	padding: 5% 16% 10%;
	text-align: center;
	background-color: #f1f3f5;
}
.sevbox .sevinfo .imgbox{
	padding:17% 0;
}
.sevbox .sevinfo .iconfont{
	display: inline-block;
	background-color: #ec5400;
	width: 97px;height: 97px;
	text-align: center;line-height: 97px;
	font-size: 50px;
	color: #fff;
	border-radius: 30%;
	box-shadow: 0 0 20px #df792b;
	margin: 2% auto;
}

.sevbox .sevinfo h3{font-size: 28px;line-height: 30px;}
.sevbox .sevinfo h3::after{
	content: "";
    display: block;
	width: 34px;
	margin: auto;
    height: 5px;
    margin-top: 11%;
	margin-bottom: 6%;
	background-color: #ec5400;
}
.sevbox .sevinfo p{
	font-size: 16px;
	line-height: 31px;
	height: 90px;
	margin: 3% 0 5%;

}


.mycasebox{padding: 2.8% 0 2.2%;}
.mycasebox .swiper-container{padding-bottom: 3.8%;}
.mycasebox .box a{
	display: block;
	position: relative;
	border-radius: 9px;
	overflow: hidden;
}
.mycasebox .box a img{
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.mycasebox .box a h6{
	padding: 0 5px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 11;
	margin-top: -11%;
    padding-bottom: 7%;
}
.mycasebox .box a::after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 34%;
	background-image: url(../images/c0.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	position: absolute;
	bottom: 0;
}



#goods .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
.c-port-list{
	background-color: #f1f3f5;
}
.c-port-list .prolist{}

.c-port-list .cname{
	border-top: 2px solid #da241a;
	color: #343434;
	line-height: 3;
	font-size: 25px;
	text-align: center;
}
.c-port-list .prolist ul{
	margin: 0 0.2rem;
	padding-top: 0.2rem;
	padding-bottom: 0.35rem;
	border-top: 1px solid #f6f6f6;
}
.c-port-list .prolist ul li{
	margin-bottom: 5px;
}
.c-port-list .prolist ul li a{
	display: inline-block;
	width: 100%;
	line-height: 3.2;
	padding-left: 0.25rem;
	font-size: 16px;
	color: #757575;
	transition: all 0.3s;
	background-color: #f6f6f6;
}
.c-port-list .prolist ul li a:hover{
	color: #fff;
	background-color: #343434;
}
.goodscard .imgbox::before{
	content: "";
	width: 100px;
	height: 50px;
	/* background-image: url(../images/gdicon.png); */
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 15px;
}
.goodscard .mybox{
	padding: 10% 10% 12%;
	text-align: center;
	background-color: #fff;
	margin-left: 14px;
	margin-bottom: 17px;
	position: relative;
}
.goodscard .mybox .gname{
	font-size: 25px;
	color: #000;
	line-height: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 15px;
}
.goodscard .imgbox{
	height: 270px;
	object-fit: cover;
}
.goodscard .imgbox img{
	max-width: 100%;
	transition: .5s;
}
.goodscard .imgbox:hover img{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}

.goodscard .imginfo{
	display: inline-block;
    background-color: #000;
    width: 50%;
    min-width: 105px;
    margin: 14% auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 3.1;
    transition: 0.3s;
    vertical-align: middle;
}
.goodscard .imginfo img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.goodscard .imginfo:hover{
	background-color: #da241a;
}



.goodscard .gbtn{
	display: flex;
	line-height: 1.8;
	justify-content: space-between;
}
.goodscard .gbtn a{
	margin-top: 12px;
	font-size: 14px;
	color: #555555;
	border:1px solid #e6e4e4;
	border-radius: 5px;
	line-height: 2.5;
	display: inline-block;
	padding: 0 0.2rem;
	transition: 0.5ms;
}
.goodscard .gbtn a:first-child{
	background-color: #da241a;
	color: #fff;
}
.goodscard .gbtn a:hover{
	background-color: #da241a;
	color: #fff;
}
/*goodsinfo*/
#zbmain{

}
#zbmain .goodsinfo #c-common-bg{
	height: 7.49rem;
	background: url(../images/goodsinfo.jpg);
}
#zbmain .goodsinfo #c-top-bg{
	height: 7.49rem;
	text-align:unset;
}
.brpro{
	width: 94%;
	background-image: url(../images/bfpro.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 18px 12px 0px 13px;
}

#c-top-bg .gallery-top .swiper-slide{
	padding-bottom: 77%;
    background-size: 80%;
    background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-thumbs .swiper-slide{
	padding-bottom: 16%;
    background-size: 80%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: grab;
}
#c-top-bg .gallery-top .swiper-button-prev.swiper-button-white{
	filter: brightness(0);
    left: 20px;
}
#c-top-bg .gallery-top .swiper-button-next.swiper-button-white{
	filter: brightness(0);
	right: 20px;
}
.goodview{
	padding-top: 150px;
	padding-bottom: 5%;
	position: relative;
	background-image: url(../images/infobg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.goodview .photos{
	background: #fff;
	padding: 3% 5%;
	background-image: url(../images/infologo.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 95% 11%;
}
.goodview .proinfobox{}


.goodview .gallery-top{padding-bottom: 35px;}

.goodview .gallery-top .swiper-slide{
    padding-bottom: 75%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}
.goodview .gallery-thumbs .swiper-slide{
	cursor: e-resize;
	padding-bottom: 15%;
	background-size: cover;
	background-repeat: no-repeat;
	border:2px solid #fff;
	transition: 0.3s;
}

.goodview .gallery-thumbs .swiper-slide-thumb-active{
	border: 2px solid #da241a;
}


.pro-detail{position: relative;z-index: 1;padding-left: 8%;}
.pro-detail h3{
	color: #fff;
	font-size: 24px;
	display: inline-block;
	background-color: #ec5400;
	padding: 10px 18px;
}
.pro-detail h4{
	line-height: 1.88;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 2.1%;
	border-bottom: 2px solid #cacaca;
}
.pro-detail .cj>p{
	font-size: 24px;
	margin-top: 5%;
}
.pro-detail .cj ul{
	margin: 0.28rem 0;
	font-size: 15px;
	overflow: hidden;
}
.pro-detail .cj ul li{
	font-size: 16px;
	color: #858585;
	float: left;
	width: 20%;
	text-align: center;
	line-height: 35px;
	margin-bottom: 13px;
	padding: 12px 0 0;
}
.pro-detail .cj ul li span{
	font-size: 45px;
	transition: 0.3s;
}
.pro-detail .cj ul li:hover{color: #ec5400;}
.pro-detail .cj ul li:hover span{
	text-shadow: 3px 3px 3px #ec5400;
}



.pro-detail .messmuch{
	overflow: hidden;
}
.alloimgs .swiper-slide{
	border-radius: 8px;
	background-color: #fff;
	padding-bottom: 16%;
    background-size: 80%;
	background-repeat: no-repeat;
	border: 2px solid #fff;
}
.alloimgs .swiper-slide.swiper-slide-thumb-active{
    border: 2px solid #da241a;
}
.messmuch .ask{
	color: #fff;
	font-size: 20px;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0.26rem 0;
	margin-top: 10px;
	transition: 0.3s;
	background-color: #ec5400;
}
.messmuch .msg{background-color: #333333;}
.messmuch .ask:hover{
	background-color: #da241a;
	transform: translateY(-10px);
}
.goodscrumbs{
	margin-top: 50px;
	padding: 17px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.goodscrumbs .c-crumbs{margin: 0;}
#goods .goodscrumbs .c-goodsinfo{
	background-color: #fff;
}





.prodefault{
	font-size: 16px;
	line-height: 35px;
	padding-top: 2%;
}
.prodefault img{
	max-width: 100%;
}
.prodefault .catename{
	font-size: 30px;
	line-height: 29px;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.bg-green .goodslist{padding-bottom: 4%;}


.prodefault .catename::before{
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 30px;
	border-radius: 3px;
	margin-right: 15px;
	background-color: #ec5400;
}

.prodefault .cons1{
	padding: 3% 4%;
	border-radius: 9px;
    overflow: hidden;
	background-color: #fff;
	transition: 0.3s;
}


.prodefault{color: #747474;}
.prodefault .cons2 h6{
	font-size: 20px;
	line-height: 2; 
	height: 83px;
}
.prodefault .cons2 .ginfos{
	margin: 0 3%;
	padding: 20px 9% 10% 15%;
	border-radius: 9px;
	overflow: hidden;
	background-color: #fff;
	background-image: url(../images/xing.png);
	background-repeat: no-repeat;
	background-position:  10% 25%;
	background-size: auto;
	position: relative;
	transition: 0.3s;
}

.prodefault .cons2 .ginfos .dian{
	position: absolute;
	font-size: 100px;
	font-weight: 100;
	font-family: fantasy;
	bottom: 1%;
	right: 22%;
	opacity: 0.1;
}
.prodefault .cons1:hover,.prodefault .cons2 .ginfos:hover{
	box-shadow: 7px 7px 10px #d1d1d1;
}




.prodefault .cons3 .imgbox img{width: 100%;}
.prodefault .cons3 .info{
	background-color: rgba(0, 0, 0, 0.5); text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: -50px;
	position: relative;
	color: #fff;
	font-size: 25px;
}
.prodefault .cons3 .info p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

#goodcase .swiper-pagination-bullet-active{background-color: #da241a;}








/*message*/
.message{
	padding: 0px 3rem;
}
.message .mesbox{
	background-image: url(../images/mekuang.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0.37rem 0.35rem;
}
.message .catename{
	font-size: 35px;
	line-height: 1.8;
	color: #343434;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.message .catename::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#formData{
	overflow: hidden;
}
#formData ul li{
	text-align: center;
	overflow: hidden;
    margin-bottom: 15px;
}
.morder_InputText{
    width: 45%;
    margin-right: 5%;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
    height: 48px;
    line-height: 48px;
}
.morder_InputText1 {
    width: 95%;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
	height: 48px;
    line-height: 48px;
}
.morder_textarea {
    width: 95%;
    padding: 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
    height: 120px;
    line-height: 30px;
}
.morder_captcha {
    width: 200px;
    padding: 0px 15px;
    border-radius: 8px;
    outline: none;
    float: left;
    background: #f1f1f1;
    border: solid 1px #dedede;
	height: 48px;
    line-height: 48px;
}
.morder_But{
	width: 200px;
	line-height: 2.8;
	margin: auto;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	transition: 0.3s;
	background-color: #da241a;
}
.morder_But:hover{
	border-radius: 20px;
}
/* 100+ */
.chooseall{
	background-image: url(../images/100s.png);
	background-repeat: no-repeat;
	padding: 0.5rem 3rem 3rem;
}
.chooseall .name{
	font-size: 0.47rem;
	font-weight: bold;
	color: #303030;
	text-align: center;
}
.chooseall .name font{
	font-size: 0.59rem;	
	vertical-align: bottom;
}
.chooseall .name span{
	color: #e62129;
	vertical-align: super;
}
.chooseall .name p{
	color: #313131;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 3.5;
	opacity: 0.5;
	margin-bottom: 0.35rem;
}
.chooseall ul{
	overflow: hidden;
}
.chooseall ul li{
	width: 217px;
	height: 212px;
	float: left;
	text-align: center;
	background-image: url(../images/fang.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
    justify-content: center;
    align-items: center;
}
.chooseall ul li:first-child{
	margin-left: 108px;
}
.chooseall ul li:nth-child(n+6){
	margin-top: -114px;
}
.chooseall ul li:nth-child(12n){
	margin-left: 108px;
}
.chooseall ul li img{
	max-width: 88px;
	transition: 0.5s;
}
.chooseall ul li:hover img{
	transform:scale(1.14,1.14);
	-o-transform:scale(1.14,1.14); 
}

/*alcen*/
.md3{
	position: relative;
    width: 100%;
	padding: 0 3rem;
}
.acen{
	display: flex;
	align-items: center;
	margin-right: 0.49rem;
}

/*company*/
#goods.company #c-common-bg{
	background: url(../images/asbsbg.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
}
#goods.company>.section{
	height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}


/*company*/
.c-goodsinfo .crumbs{
	padding: 0rem 3rem;
	border-bottom: 1px solid #d4d4d4;
}
.company .c-company{
	padding: 0.2rem 3rem;
	background-image: url(../images/asbbg.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #fff;
}
.company .comde1{
	font-size: 35px;
	line-height: 2.8;
	color: #343434;
	font-weight: bold;
	text-align: left;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.company .comde1::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.company .boxnum{
	width: 100%;
	color: rgba(0, 0, 0, 0.8);
	font-size: 18px;
	margin: 3% 0 0 ;
	font-family: "Tahoma";
}

.company .boxnum .nums span{
	color: #ec5400;
	font-size: 35px;
	font-weight: 100;
	line-height: 1;
	font-family: fantasy;
	display: inline-block;
    position: relative;
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;	
}
.company .boxnum .nums:hover span{
	-webkit-text-fill-color: #1464c7; 
	-webkit-text-stroke-color: #fff; 
	-webkit-text-stroke-width: 1px; 
}
.company .boxnum .nums{
	float: left;
    margin: 20px 7% 20px 0%;
    font-size: 16px;
    color: #122133;
    font-weight: bold;
    padding-right: 7%;
}

.company .boxnum .nums:nth-child(-n+2){
	border-right: 1px solid rgba(0,0,0,0.3);
}
.company .comimg{
	margin-top: 15%;
	text-align: center;
}
.company .comimg img{
	border-radius: 20px;
}




.advs{
	margin: 30px 0;
	padding: 45px 40px;
	box-shadow: 0 0 10px 0 #f0efeb;
	background-color: #fff;
}
.advs>div:nth-child(-n+2){
	margin-bottom: 30px;
}
.advs div p{
	padding-top: 1%;
    color: #555;
	font-size: 16px;
	text-indent: 2em;
    line-height: 28px;
}
.advs>div:hover img{
	-webkit-animation: swing 1 1s linear;
    -o-animation: swing 1 1s linear;
    animation: swing 1 1s linear;
}
.mypower{
	color: rgba(0, 0, 0, 0.8);
	position: relative;
	z-index: 1;
}
.mypower .c_name h6{
	font-size: 34px;
	line-height: 3;
}
.mypower .c_name p{
	font-size: 20px;
}
.c_news .c-company{
	border-right: 1px solid #c9c9c9;
	padding-right: 3%;
}
.c-company .goodkey{
	text-transform: uppercase;
}
.c-company .cominfo{
	margin-top: 0.5rem;
}
.c-company .cominfo img{
	width: 100%;
}
.c-company .cominfo .cons{
	color: #555555;
	font-size: 15px;
	line-height: 28px;
}
.ts a{
	color: #1464c7;
	font-size: 16px;
	vertical-align: super;
}
.ts span{
	width: 43px;
	height: 43px;
	margin-left: 5px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	font-size: 38px;
	color: #fff;
	border-radius: 50%;
	background-color: #1464c7;
	cursor: pointer;
}
.c-company .com_defalut{
	color:#717171;
	line-height: 1.78;
	font-size: 16px;
}
/* whychoose */
.whychoose{
	padding: 6.3% 0 0;
	background-image: url(../images/sm.jpg);
	background-repeat: no-repeat;
	background-size: auto;
	background-color: #f1f3f5;
}

.whychoose h2{
	color:#fff;
	font-size: 40px;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 4%;
}

.whychoose h2::after{
	content: "";
	display: block;
    width: 34px;
    height: 5px;
    margin: 2.5% auto 3%;
	background-color: #ec5400;
}
.whychoose .solgen .name{
	font-size: 35px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 35px;
}
.whychoose .solgen .red{
	color: #da241a;
	font-weight: bold;
}
.whychoose .solgen p{
	color: #fff;
    line-height: 30px;
    font-size: 16px;
    width: 58%;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}
.whychoose .sm{
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 10px 20px #dedede;
	margin-top: 10%;
	padding: 4% 10px 4% 3.5%;
}
.whychoose .sm h5{
	color: #122133;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 10px 0;
}
.whychoose .sm .name1{
	width: 67%;
}
.whychoose .sm .icon{
    color: #ec5400;
    font-size: 54px;
	margin-top: 8%;
	margin-bottom: 6%;
    display: inline-block;
}
.whychoose .sm .name1 p{
	color: #122133;
	font-size: 10px;
	zoom: 0.9;
}
.whychoose .sm .name2 p{
	width: 70%;
	color: #494949;
	font-size: 16px;
	line-height: 29px;
}


.sm a{
	display: block;
	width: 100%;
	text-align: center;
	padding: 5% 2%;
	border-top: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	transition: 0.3s;
}
.sm a img{
	height: 88px;
	max-width: 100%;
	filter: grayscale(1);
	opacity: 0.2;
	transition: 0.3s;
}
.sm .swiper-wrapper{
	padding-bottom: 5%;
	padding-top: 2%;
}
#com_box .swiper-pagination-bullet-active{
	background-color: #da241a;
}
.sm a:hover{
	box-shadow: 0px 0px 15px #999;
}
.sm a:hover img{
	filter: unset;
	opacity: 1;
}
/*hbox*/
.hbox{
	padding: 4.2% 0 5.5%;
	background-color: #f1f3f5;
}
.com_casebox{
	background-color: #ffffff;
}

.honorimg .swiper-slide{
	text-align: center;
	border-radius: 15px;
	background-color: #f9fdff;
	padding: 2% 1% 1%;
}
.honorimg .swiper-slide h6{
	color: #333;
	line-height: 2;
	font-size: 16px;
}

.honorimg .swiper-slide img{
	max-width: 100%;
	object-fit: contain;
	height: 280px;
}
.honorimg .swiper-container{
	padding-bottom: 4%;
	cursor: url(../images/move1.png), default;
}
.honorimg .mov{
	font-size: 14px;
    background: url(../images/move.png) 0 no-repeat;
    padding-left: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.honorimg .swiper-pagination{
	height: 3px;
	width: 37%;
    right: 0;
    left: unset;
    top: unset;
    bottom: 0px;
}
.honorimg .swiper-pagination .swiper-pagination-progressbar-fill{
	background-color: #122133;
}


.name h2{
	font-size: 40px;
	font-weight: bold;
	color: #122133;
	line-height: 35px;
}
.name h2::after{
	content: "";
	display: block;
	width: 34px;
	height: 5px;
	margin-top: 2%;
	margin-bottom: 3%;
	background-color: #ec5400;
}

.hzbox .swiper-slide{
	width: 18%;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.hzbox .swiper-slide:nth-child(5n){
	margin-right: 0;
}

/* com_box */
#com_box .section1{
	padding: 1% 0 5%;
	background-image: url(../images/asboutbg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#com_box .mycom .name{
	font-size: 40px;
	font-weight: bold;
	color: #122133;
	line-height: 35px;
	margin-top: 8.5%;
}
#com_box .mycom .name::after{
	content: "";
	display: block;
	width: 34px;
	height: 5px;
	margin-top: 5%;
	margin-bottom: 3%;
	background-color: #ec5400;
}
#com_box .mycom .cons{
	width: 92%;
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
}



/*case_box*/
.case_box{
	padding: 1% 0 3%;
}

.case_box ul li .box{
	width:95%;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.case_box ul li .box a{
	display: block;
	position: relative;
}
.case_box ul li .box a::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-image: url(../images/caseimgbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
}
.case_box ul li:nth-child(2n) .box{float: right;}
.case_box ul li .box .infos{
	position: absolute;
	z-index: 2;
	bottom: 0;
	color: #fff;
	padding: 5%;
	width: 100%;
}
.case_box ul li:hover .imgbox img{
	transform: scale(1.1);
}
.case_box ul li .box .infos h6{font-size: 22px;}


/*公司文化*/
.whcard{
	text-align: left;
	margin-top: 0.6rem;
	margin-bottom: 0.7rem;
	line-height: 1.78;
}
.whcard .row{
	overflow: hidden;
}
.whcard .info{
	height: 433px;
	color: #000000;
	padding: 0.6rem 0.7rem;
	transition: 0.3s;
}
.whcard .info:hover{
	background-color: #efefef;
}
.whcard .info .engs{
	color: #343434;
    opacity: 0.1;
	font-size: 42px;
	line-height: 1;
	/* white-space: nowrap; */
    text-shadow: 4px 3px 1px #000;
    text-transform: uppercase;
}
.whcard .info .ddtit{
	color: #343434;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 0.4rem;
}
.whcard img{
	width: 100%;
	height: 433px;
	transition: 0.3s;
	object-fit: cover;	
} 
.whcard img:hover{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
/*honor*/
.honor{
	margin-top: 0.5rem;
	background-color: #fff;
}
.honor>div{
	margin-bottom: 0.25rem;
}
.honor a{
	display: block;
}
.honor img{
	width: auto;
	height: 100%;
	margin: auto;
	max-width: 100%;
	transition: 0.3s;
}
.honor .img{
	padding: 10px;
	height: 290px;
	overflow: hidden;
	text-align: center;
}
.honor .img:hover img{
	transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1); 
}
.honor .box{
	width: 95%;
    margin: auto;
	border: 2px #dfdfdf solid;
}
.honor .box p{
	background-color: #dfdfdf;
	line-height: 3.4;
	color: #373737;
	font-size: 18px;
	text-align: center;
	transition: all 0.3s;
}
.honor .box p:hover{
	color: #fff;
	background-color: #343434;
}
/*fangan*/
#goods.fangan #c-common-bg{
	background-image:url(../images/fanganbg.jpg);
	background-size: cover;
	
}
/*new*/
#new .c-goodsinfo{
	background-color: #f6f6f6;
}
#new .c-goodsinfo .goodkey{
	font-size: 0.8rem;
	color: #f1f1f1;
}
#new .c-goodsinfo .gooddec{
	font-size: 0.5rem;
	color: #283e92;
	
}
#new .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
#new .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#new .honor .img{
	padding: 0;
	height: auto;
}
#new .honor img{
	height: auto;
}
.mycons h3{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#new .gbtn{
    display: flex;
    line-height: 1.8;
    justify-content: space-between;
}
#new .newinfo{
	text-align: left;
	color: #848484;
	padding: 0.26rem 0.35rem;
}
#goods .c-goodsinfo .ab{
	padding-left: 5%;
	padding-top: 8%;
	border-left: solid 1px #E6E6E6 ;
}
#goods .c-goodsinfo .ab ul li{	
	padding: 20px;
	margin-bottom: 15px;
	background-color: #faf9f9;
}
#goods .c-goodsinfo .ab ul li a{
	color: #393939;
}
#goods .c-goodsinfo .ab ul li .time{
	color: #a2a2a2;
	line-height: 28px;
	display: block;
    margin-top: 2%;
    margin-bottom: 6%;
}
#goods .c-goodsinfo .ab ul li .times .pull-right i{
    width: 27px;
    height: 27px;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    vertical-align: revert;
    cursor: pointer;
    background-color: #1464c7;
    transition: 0.3s;
}
#goods .c-goodsinfo .ab ul li p{
	color: #999999;
}
#goods .c-goodsinfo .ab ul li:hover .times .pull-right{
	color: #da241a;
}
#goods .c-goodsinfo .ab ul li:hover .times .pull-right i{
	background-color: #da241a;
	transform:rotate(360deg);
}
#goods .c-goodsinfo .ab ul li .times .pull-right{
	color: #1464c7;
}
#goods .c-goodsinfo .ab .gooddec{
	font-size: 28px;
}
#new .newinfo h3{
	color: #3b3b3b;
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
}
#new .newinfo h3:hover{
	color:#343434;
}
#new .newinfo .def{
	color: #848484;
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0.4rem;
}
#new .newinfo .gbtn button{
	display: inline-block;
	padding: 0.1rem 0.2rem;
	color: #000;
	border: 1px solid #e6e4e4;
	background-color: #fff;
	transition: 0.3s;
}
#new .newinfo .gbtn button:hover{
	color: #fff;
	background-color: #343434;
}

#new .newinfo .time{line-height: 27px;}
#new .box{box-shadow: 0px 0px 10px #eae9e9;border: none;}

.swipernews{
	padding-bottom: 4%;
	border-bottom: 1px solid #dfdfdf;
}
.swipernews .swiper-pagination{
	zoom: 1.2;width: auto;
	text-align: left;
}

.imgbox{overflow: hidden;}
.c_news .newslist{
	margin-top: 4%;
	padding-right: 6%;
	padding-bottom: 0.5rem;
	line-height: initial;
	border-right: 1px solid #dfdfdf;
}
.c_news .newslist ul li{
	text-align: left;	
	transition: all 0.3s;
}
.c_news .newslist ul li img{
	border-radius: 9px;
	max-height: 145px;
}
.c_news .newslist ul li .swiper-slide .mycons{
	padding-left: 0%;
}
.c_news .newslist ul li .mycons{
	padding-left: 4%;
}


.c_news .newslist ul li>a{
	display: block;
	padding: 0.33rem 0rem;
	border-bottom: 1px solid #dfdfdf;	
	transition: 0.3s;
	overflow: hidden;
	position: relative;
}
.c_news .newslist ul li>a:after {
	content: "";
	clear: both;
    width: 100%;
    height: 4px;
	background: #ed5d0d;
	position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.5s;
    right: 0;
    transition: transform 0.5s;
    margin: auto;
    transform-origin: right center;
    transform: scaleX(0);
}
.c_news .newslist ul li>a:hover:after{
	transform-origin: left center; transform: scaleX(1);
}
.c_news .newslist ul li>a:hover{
	-webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
}
.c_news .newslist ul li:last-child>a{border-bottom: 1px #dfdfdf solid;}
.c_news .newslist ul li:first-child img{width: 142px;}
.c_news .newslist ul li img{transition: 0.3s;}

/* videobox */
.videobox{padding: 2.5% 0;}
.videobox ul li img{
	width: 100%;
	height: 330px;
	border-radius: 9px;
	object-fit: cover;
}
.videobox ul li .imgbox{
	border-radius: 9px;
	position: relative;
}
.videobox ul li .imgbox::before{
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-image: url(../images/videbtn.png);
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
}
.videobox ul li a{
	display: block;
	width: 92%;
	margin: 2% auto;
	overflow: hidden;
}
.videobox ul li h4{
	color: #122133;
	font-size: 22px;
	text-align: center;
	padding: 10px 5px;

	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.newslist .newsmore{
	position: relative;
	margin-top: -4%;
}
.newslist .newsmore img{
	position: absolute;
    right: 0;
    width: 142px;
    transition: 0.3s;
}
.newslist .newsmore .m1{
	transform: rotateX(180deg);
	opacity: 0;
}
.newslist li:hover .m2{
	transform: rotateX(270deg);
	opacity: 0;
}
.newslist li:hover .m1{
	transform: rotateX(0deg);
	opacity: 1;
}

.c_news .newslist ul li .mycons .viewmore{
	display: inline-block;
    background-color: #da241a;
	width: 50%;
	text-align: center;
    min-width: 175px;
    margin: -5% auto 0;
    font-size: 14px;
    color: #fff;
    line-height: 3.1;
    transition: 0.3s;
    vertical-align: middle;
}
.c_news .newslist ul li a{
	color: #122133;
}
.c_news .newslist ul li:hover .mycons .viewmore{
	background-color: #b30a01;
}
.c_news .newslist ul li .times{
	font-size: 18px;
	color: #122133;
	font-weight: bold;
}

.c_news .newslist ul li:first-child h3{
	font-size: 30px;
}
.c_news .newslist ul li h3{
	margin-top: 3%;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 0.2rem;
	transition: 0.3s;
	margin-top: 15px;
}
.c_news .newslist ul li p{
	color: #737373;
	line-height: 1.6;
	font-size: 15px;
	margin-bottom: 0.4rem;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.c_news .newslist ul li:hover img{transform: translateY(-5px);}
.c_news .newslist ul li:hover .pull-left,.c_news .newslist ul li:hover h3{color: #ed5d0d;}

.incont{
	background-color: #f1f3f5;
	padding: 3% 0;
}
.incont .contactbox{
	padding: 4%;
	color: #797979;
	font-size: 16px;
	line-height: 35px;
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 0 10px #d1d1d1;
}
.incont .contactbox h6{
	color: #122133;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 15px;
	font-weight: bold;
}
.incont .contactbox ul li{line-height: 43px;}
.incont .contactbox ul li span{
	color: #ec5400;
	font-size: 30px;
	display: inline-block;
	margin-right: 15px;
	vertical-align: sub;
}
.incont .contactbox ul li var{
	font-style: normal;
}

.incont .contactbox ul li:nth-child(2) span{
	font-size: 23px;
	width: 30px;
	height: 30px;
	text-align: center;
}


#coontact .c-goodsinfo{
	background-color: #f6f6f6;
}

#coontact .goodsbox{
	background-color: #fff;
	padding: 0.7rem 0 0.5rem;
	text-align: center;
}
#coontact .c-goodsinfo .goodkey{
	font-size: 0.8rem;
	color: #f1f1f1;
}
#coontact .c-goodsinfo .gooddec{
	font-size: 0.5rem;
	color: #283e92;
}
#coontact .c-goodsinfo .goodtext{
	font-size: 18px;
	color: #8a8a8a;
	line-height: 2;
	width: 51%;
    margin: 0.3rem auto;
}
/* contactbox */
.contactbox{
	padding: 1% 0 3%;
}
.contactbox .infos1{
	padding: 0 5%;
}
.contactbox .infos2{
	border-left: 1px dashed #d1d1d1;
	border-right: 1px dashed #d1d1d1;
}
.contactbox .infos1 h5{
	color: #575757;
	line-height: 3;
	font-size: 18px;
	margin-bottom: 10px;
}
.contactbox .infos1 p{
	line-height: 30px;

}
.contactbox .infos1 .tel{
	color: #ec5400;
	font-size: 30px;
	font-weight: 100;
	font-family: fantasy;
	margin: 8% auto;
}
.contactbox .maps .mapgo{
	position: absolute;
    left: 48.7%;
    top: 45%;
}
.contactbox .maps a{display: block;}
.contactbox .maps .mapgo img{position: relative;z-index: 10;}
.contactbox .maps a>img{max-width: 100%;}
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(6); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(12);opacity:0;}}
.contactbox .maps .mapgo::before{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;
	border-radius: 50%;
	top: 59%;
	left: 33%;
	background-color: rgba(20, 100, 199, .9);
	animation: scale 2s infinite;
}
.contactbox .maps .mapgo::after{
	content: '';
	display: block;
	position: absolute;
    width: 12px;height: 12px;
	border-radius: 50%;
	top: 59%;
	left: 33%;
	background-color: rgba(20, 100, 199, .9);
	animation: scale2 2s infinite;
}
#msg{
	border-top: 4px solid #ec5400;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 7px;
	overflow: hidden;
	margin-top: 5%;
	margin-bottom: 5%;
	background-color: #fff;
}
#msg .maps{
	color: #122133;
	padding: 7%;
	background-color: #ecf1f5;
}
#msg .maps .name{
	line-height: 1.5;
	font-size: 45px;
	text-transform: uppercase;
}
#msg .maps h5{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
#msg .maps .default{
	height: 369px;
}
#msg .maps img{max-width: 100%;}
#msg .mes-form{
	width: 80%;
	margin: 5% auto;
}
#msg .mes-form h3{
	color: #122133;
	font-size: 24px;
	font-weight: bold;
}
#msg .mes-form>p{
	color: #ec5400;
	font-size: 15px;
	margin: 3% 0 4%;
}







.address{
	padding: 0.4rem 0;
}
.address .name{
	font-size: 24px;
	line-height: 2;
	color: #343434;
	font-weight: bold;
	text-align: center;
	margin-top: 0.3rem;
	margin-bottom: 0.5rem;
}
.address .name::after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	background-image: url(../images/goodsbt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10%;
}
.address .catinfo{
	color: #fff;
	line-height: 2;
}
.address .catinfo .c_cons_name{
	font-size: 20px;
	margin-bottom: 10%;
}
.address .catinfo .c-card{
	padding: 9.3%;
	background-color: #1464c7;
}


.address  .concard{
	padding: 0.3rem 0 ;
	margin: 0.3rem 0;
}
.address  .concard .card{
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: 0.3s;
	background-color: #f5f5f5;
	width: 92%;
	margin: auto;
}
.address  .concard .card p{
	margin-top: 0.3rem;
}
.address  .concard .icon{
	font-size: 0.4rem;
}
.address .card a{
	color: #8c8c8c;
}
.address  .concard .card:hover a{
	color: #343434;
}
.address .meassge p{
	font-size: 16px;
	color: #a1a1a1;
	margin-top: -0.2rem;
    margin-bottom: 0.3rem;
}
/*injion*/
#new.injoin #c-common-bg{
	background: url(../images/injion.jpg) no-repeat center center;
	background-size: cover;
}
.page_cont{
	color: #333;
}
.page_cont h3{
	color: #122133;
	font-size: 35px;
	font-weight: bold;
	padding: 0.35rem 0;
}
.page_cont .page_Info{
	opacity: 0.7;
	color: #7e7e7e;
    padding: 14px 0;
	margin-top: -25px;
	margin-bottom: 0.25rem;
}

/*fenye*/
.de-page-mian {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	margin: 10px 0 35px;
}
.de-page-mian .page-inner {
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a {
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
	width: auto;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
color: #fff;
border-color: #0056ab;
background: #0056ab;
}
.de-page-mian .page-inner a.prev {
margin-right: 10px;
background: #ffffff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
background: #ffffff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
background-color: #fff;
border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
margin-left: 10px;
margin-right: 15px;
background: #ffffff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
background: #ffffff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
background-color: #fff;
border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
font-size: 12px;
margin-right: 0;
width: 63px;
margin-left: 10px;
}
.de-page-mian .page-inner span {
display: block;
font-size: 12px;
color: #333;
float: left;
line-height: 38px;
}
.de-page-mian .page-inner input {
display: block;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
}

#page_Content{
	padding:2% 1% 4%;
	margin-bottom: 3%;
	border-bottom: 1px solid #c9c9c9;
}
#prev_next{
	overflow: hidden;
	line-height: 3;
	padding: 20px 5px;
}
#prev_next a{
	color: #333;
	transition: 0.5s;
}
#prev_next span{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	margin: 0 10px;
	box-shadow:  0 0 10px #d1d1d1;
}
#prev_next a:hover{color: #da241a;}
#prev_next li:first-child{
	float: left;
	display: flex;
}
#prev_next li:last-child{
	float: right;
	display: flex;
}
#prev_next li:last-child span{
	transform: rotate(180deg);
}
@media (max-width: 1820px){
	#myheader .c-nav{justify-content: space-evenly;}
	#myheader .c-nav>li.tels{margin-left: auto;}
}

@media (min-width: 1600px) and (max-width: 1730px) {
	.c-logo{
		width: 23%;
	}
	.c-logo img{
		width: 100%;
	}
}

/* pc */
@media (max-width: 1600px) {
	.BaseTit{height: 560px;}
	.BaseTit .move{margin: 64% auto 0;zoom: 0.8;}
	
	.BaseTit ul li a{zoom: 0.8;}
	.carousel>img{height: 614px;}
	#myheader .c-nav .mysearch form{left: -30%;}
	.ms .product ul li h2{font-size: 35px;}
	.zbanner .zbcir{left: 33.8%;top: 24%;}
	.footer .weballinfo .task.code img{width: 100px;}
}
@media (max-width: 1460px) {
	.news .newcard .imgbox img{height: 300px;}
	.newcard .cbanner4 .time{font-size: 20px;}
	.newcard .cbanner4 h6{font-size: 21px;}
	.videobox ul li h4{font-size: 20px;}
	.videobox ul li img{height: 300px;}
	.c_news .newslist ul li:first-child h3{font-size: 24px;}
	.c_news .newslist ul li h3{font-size: 18px;}
	.pro-detail h3,.pro-detail .cj>p{font-size: 20px;}
	.pro-detail h4{font-size: 30px;}
	.pro-detail .cj ul li span{font-size: 30px;}
	.messmuch .ask{font-size: 17px;}
	#com_box .mycom .name,.whychoose h2,.name h2,.title h2{font-size: 32px;}
	.news .move1 h4{font-size: 32px;}
	.case .right ul li .zbnum{font-size: 32px;}
	#goods .c-goodsinfo .gooddec,#goodsbg h3{font-size: 30px;}
	.footer .c-container{padding: 0 5%;}
	.footer .weballinfo .task.code{padding: 8px;}
	.weballinfo .lcinfo .c-info .disline .nums{font-size: 18px;}
	.myinner{padding: 0 2.5% 0 1%;}
	.chooseall .wrap{width: 700px;}
	.chooseall ul li:nth-child(12n){margin-left: 0;}
	.newcard .info{overflow: hidden;}
	#clounav .crumbs li a{font-size: 15px;}
	#myheader .c-nav>li.tels span{font-size: 18px;}
	#myheader .c-nav li a{font-size: 15px;}
	#msg .mes-form{width: 90%;}

}
.visible-x{display: none;}
.visible-m{display: none;}
@media (max-width: 1400px){
		.visible-p{display: none;}
		.visible-x{display: block;}
}




@media (max-width: 1300px){
	.zbanner .zbcir{left: 30%;top: 16%;}
	.ms .product ul li h2{font-size: 29px;}
	.page_cont h3{font-size: 29px;}
	#myheader .c-nav>li.tels{display: none;}
	.whychoose .sm .name1{width: 84%;}
	.whychoose .sm h5{font-size: 20px;}
	.homeservice .ntb .yscons h5{font-size: 32px;}
	.about .c-text .c_name{font-size: 32px;}
	.about .ab_title{font-size: 32px;}

	.mycasebox .box a h6{padding-bottom: 5%;}
	.honorimg .swiper-slide h6{font-size: 20px;}
	.hzbox .swiper-slide{width: 32%;}
	.hzbox .swiper-slide:nth-child(5n){margin-right: 2%;}
	.hzbox .swiper-slide:nth-child(3n){margin-right: 0;}
	.honorimg .swiper-slide img{height: 220px;}
	.oth_news ul li h3{font-size: 16px;}
	.usgo{right: -15%;width: 130px;}
	.usgo .span1{background-size: contain;}
	#formData .code .verify img{width: 140px;}
	.incont .contactbox{padding: 4% 2%;}
	
}

@media (min-width: 991px) and (max-width: 1175px){
	.c-logo{
		width: 20%;
	}
	.c-logo img{
		width: 100%;
	}
	div.c-container {
		padding: 0 0.8rem;
	}
	
}

/* ipad */
@media (min-width: 765px) and (max-width: 1260px){
	.company .c-company{
		padding: 0.2rem 1rem;
	}
	#myheader .c-logo a{
		width: 100%;
	}
	.mlogo{
		margin-top: 0.3rem;
	}
	.footer .flink .max8 .disline:last-child{
		width: 100%;
		text-align: center;
		line-height: 2;
		margin-top: 15px;
	}
}

/*1200*/
@media (max-width: 1200px){
	#myheader .c-nav .mysearch form{    transform: translateX(-66%);}
	.c-crumbs{line-height: 30px;}
	.news .newcard .imgbox img{height: 260px;}
	.newcard .cbanner4 .time{font-size: 18px;}
	.newcard .cbanner4 h6{font-size: 18px;}
	.BaseTit .move{margin: 80% auto 0;}
	.BaseTit ul li a{zoom: 0.6;}
	.BaseTit{height:480px;width: 87%;left: 5.5%;}
	
	.case .right ul li .zbnum{font-size: 28px;}
	.news .move1 h4{font-size: 28px;}
	.about .c_name{font-size: 15px;}
	.homeservice .ntb .yscons h5{font-size: 28px;}
	.core_list{width: 400px;height: 400px;margin: -198px 0 0 -198px;}
	.core_list svg{width: 408px;height: 408px;margin: -204px 0 0 -204px;}
	.zbanner .zbcir{left: 34%;top: 25%;zoom: 0.63;}


	.ms .product ul li h2{font-size: 25px;}
	.page_cont h3{font-size: 25px;}
	.videobox ul li h4{font-size: 17px;}
	.videobox ul li img{height: 260px;}
	.c_news .newslist ul li>a{padding: 4% 0;}
	.c_news .newslist ul li:first-child h3{font-size: 20px;}
	.c_news .newslist ul li h3{font-size: 15px;}

	.oth_news ul li .imgbox img{height: 160px;}
	.oth_news ul li h3{font-size: 15px;}
	.prodefault{font-size: 15px;}
	.prodefault .catename{font-size: 23px;}
	.prodefault .cons2 h6{font-size: 17px;line-height: 30px;}
	.prodefault .cons2 .ginfos{    padding: 20px 2% 10% 10%;background-position: 2% 26%;}

	.messmuch .ask{font-size: 15px;}
	.pro-detail h4{font-size: 25px;}
	.pro-detail h3, .pro-detail .cj>p{font-size: 17px;}
	.title h2{font-size: 20px;}
	.sevbox .sevinfo{padding: 5% 7% 10%;}
	.sevbox .sevinfo h3{font-size: 23px;}
	.sevbox .sevinfo p{font-size: 15px;}
	#goodsbg h3{font-size: 20px;}
	#goods .c-goodsinfo .gooddec{font-size: 20px;}

	.footer .c-container{padding: 0 2%;}
	#clounav .crumbs li{width: 20%;}
	#com_box .mycom .name h1{font-size: 40px;}
	.mlogo img{max-width: 100%;}
	.incont .contactbox h6{font-size: 19px;}
	.incont .contactbox{font-size: 14px;}
	.company .boxnum .nums{margin: 10px 4% 10px 0%;padding-right: 4%;}
	.company .boxnum .nums span{font-size: 27px;}
	
	.footer .fnav{padding: 6.5% 2% 1.5%;}
	#clounav .home a,#clounav .crumbs li a{font-size: 14px;}
	.weballinfo .lcinfo .c-info .disline .nums{font-size: 16px;}
	.weballinfo .lcinfo .c-info .disline>div{font-size: 14px;}
	.contactbox .infos1{padding: 0 2%;}
	.incont .contactbox ul li span{margin-right: 5px;}
}


/*992*/
@media (max-width: 992px){
	.visible-p{display: none;}
	.visible-x{display: none;}
	.visible-m{display: block;}


	#proallbox .swiper-wrapper{justify-content:unset;}
	.news .move1 span a{font-size: 15px;}
	.news .newcard .imgbox img{height: 220px;}
	#c-about .bg.on img{display: none;}
	.usgo{position: unset;display: block;padding-bottom: 13%;}
	.about .c-text .c_name{font-size: 24px;}
	.about .ab_title{font-size: 24px;}
	.zbanner .zbcir{left: 29%;top: 20%;}
	.ms .product ul li h2{font-size: 20px;}
	.ms .product ul li{background-size: cover;}
	.ms .product ul li:nth-child(1){
		background-image: url(../images/pro_01.png);
		/* width: 28%; */
	}
	.ms .product ul li:nth-child(2){
		background-image: url(../images/pro_02.png);
		/* width: 32%; */
		/* transform: translateX(-6%); */
	}
	.ms .product ul li:nth-child(3){
		background-image: url(../images/pro_03.png);
		/* width: 32%; */
	}
	.ms .product ul li:nth-child(4){
		background-image: url(../images/pro_04.png);
		/* width: 28.5%; */
	}
	.ms .product ul li .iconfont{color: #ec6700;}
	.ms .product ul li h2{color: #000;text-shadow: 0 0 5px #fff;}
	.ms .product ul li .prosbox{margin-top: -10%;}
	.ms .product ul li .m2{
		left: 50%;
		transform: rotateX(270deg) translateX(-50%);
		opacity: 0;
	}
	.ms .product ul li .m1{
		left: 50%;
		transform: rotateX(0deg) translateX(-50%);
		opacity: 1;
	}
	.ms .product ul li .newsmore .m1{opacity: 1;transform: rotateX(0deg) translateX(-50%);}

	.page_cont h3{font-size: 20px;}
	.videobox ul li h4{font-size: 15px;}
	.videobox ul li img{height: 200px;}
	.c_news .newslist ul li h3{margin-top: 2px;}
	.c_news .newslist ul li .times{font-size: 15px;}
	.c_news .newslist ul li p{font-size: 14px;}
	.oth_news ul li .imgbox img{height: 120px;}
	.oth_news h5{font-size: 17px;}
	.page_cont h3{font-size: 22px;}
	.honorimg .swiper-slide img{height: 180px;}
	.honorimg .swiper-slide h6{font-size: 17px;}
	.goodslist .box h6{font-size: 17px;}
	.goodslist .box .viewmore{font-size: 15px;}
	.prodefault .cons1 .swiper-container{padding-bottom: 6%;}
	.prodefault{font-size: 14px;}
	.goodview{padding-top: 100px;}
	.newsinfo{padding-top: 100px;}
	.goodview .photos{padding: 3% 2%;}
	.pro-detail .cj ul li{font-size: 14px;line-height: 20px;}
	.pro-detail h4{font-size: 22px;}
	.mycasebox .swiper-container{padding-bottom: 8%;}
	#goodsbg .flex .default{font-size: 14px;line-height: 28px;}

	#msg .maps .name{font-size: 28px;}
	.c_name p{font-size: 14px;}
	.incont .contactbox{padding: 4% 2%;}
	.contactbox .infos1 .tel{margin: 2% auto;}
	.incont .contactbox ul li span{margin-right: -1px;}
	.contactbox .infos1 .tel{font-size: 25px;}
	.incont .contactbox{font-size: 14px;}
	.whychoose .solgen p{font-size: 15px;width: 69%;}
	#com_box .mycom .name, .whychoose h2, .name h2{font-size: 26px;}
	#myheader{line-height: 62px;}
	#myheader .c-logo{width: auto;}
	#myheader .c-nav > li{display: none;}
	#myheader .c-nav{display: block;width: auto;float: right;}
	#myheader .c-nav>li .mnav{margin-top: 23px;white-space:normal;}
	#myheader .c-logo a img{border: none;}
	.in #myheader .c-logo a img{border: none;}
	#com_box .mycom .name h1{font-size: 34px;}

	.company .boxnum .nums{font-size: 15px;}
	.company .boxnum .nums span{font-size: 24px;}
	.footer .mlogo a{padding: 4% 0 0; text-align: center;}
	.footer .fnav{padding: 2.5% 2% 2.5%;}
	.footer .c-rightinfo>div{margin-bottom: 3.5%;}


	.footer .weballinfo .task.code{margin-left: 10%;}
	.banner1 .c-wrap .bantext{line-height: 1.5;}
	.banner1 .c-wrap .bantitle{font-size: 50px;}
	.about .c-container{padding: 0 1rem;}
	.about .ab_list ul li{padding-bottom: 5px;margin-bottom: 2%;}
	.news .news-box,.news .news-box h4{font-size: 24px;}
	.about .c-common-title .c-text p{font-size: 14px;margin-top: 15px;}
	.newcard .cbanner4 .pages{right: 0;}
	.about .ab_list a{font-size: 16px;}
	.DeviceArrow{left: unset;right: 0;}
	.DeviceSub{width: 96%;}
	
	#c-about .c-left-box .ab_list{padding-top: 1rem;}
	.about .ab_list a{padding: 4%;}
	.about .ab_list span{line-height: 53px;}
	.about .c_name{margin-bottom: 15px;}
	#c-about .c-left-box .ab_list{padding-left: 0;}
	.about .ab_list a{white-space: nowrap;}
	.about .ab_list span{line-height: 20px;}
	.about .c_name{margin-bottom: 0px;}
	#fp-nav.right{left: 3px;}
	#c-about .bg img{height: auto;}
}

/* move */
@media (max-width: 766px) {
	#goodsbg h3{font-size: 17px;}


	#dituContent{font-size: 12px;}
	#msg .maps h5{font-size: 18px;}
	#msg .mes-form h3{font-size: 18px;}
	#msg .mes-form>p{font-size: 12px;line-height: 22px;}

	#prev_next li:first-child{float: none;}
	#prev_next li:last-child{float: none;}

	#com_box .mycom .cons{width: 100%;}
	.company .boxnum .nums{margin: 10px 4% 10px 4%;padding-left: 4%;}
	.whychoose .sm{padding: 4% 5px 4% 5px;}
	.whychoose .sm>div:nth-child(2n) .name2 p{width: 100%;}


	.whychoose .sm .icon{font-size: 38px;}
	.whychoose .sm h5{line-height: 26px;}
	.mycasebox .box a img{height: 230px;}
	.mycasebox .swiper-container{padding-bottom: 14%;}


	.c_news .newslist ul li:first-child h3{font-size: 17px;}
	#myheader .c-nav2{font-size: 16px;}
	#myheader .c-nav2 li a i{position: relative;z-index: 11;}
	/* #myheader .c-nav2 li>span{
		display: flex;
    	justify-content: space-between;
	} */


	.cursor-dot{opacity: 0;display: none;}
	.homeservice .ntb .yscons span{font-size: 1.8rem;}

	.goodslist .proall .swiper-container{padding: 0 0 8% ;}
	.sevbox .sevinfo .iconfont{zoom: 0.8;}
	#goodsbg .hs{padding: 2% 0 5%;}
	.news .newcard .imgbox img{height: 180px;}
	.newcard .cbanner4 .time{font-size: 15px;}
	.newcard .cbanner4 h6{font-size: 16px;}
	.cbanner4 .newscons{font-size: 14px;line-height: 28px;}
	.news .move1 h4{font-size: 20px;}
	.fiednav{top: 80%;}
	.fiednav li{display: none;}
	.fiednav li:first-child a {
		margin-top: -33%;
		margin-bottom: -62%;
	}
	
	#mcase .bg{background-image: url(../images/indexcasebg.jpg);}
	#mcase .Morecase{margin: 3% auto 5%;}
	#mcase .Morecase img{width: 145px;}
	.BaseTit{display: none;}

	.case .right ul li{width: 45%;}
	.case .right ul li .zbnum{font-size: 20px;width: 70px;}

	
	.case .right ul{font-size: 17px;}
	.core{margin-top: 4%;}
	.case .left{width: 100%;text-align: center;}
	.case .right{width: 100%;text-align: center;}
	
	.usgo{right: 41%;bottom: -35%;}

	
	.about .c-text .c_name{font-size: 20px;}
	.about .ab_title{font-size: 20px;}
	.core_list li{zoom: 0.8;}
	.core_list li.li3 {
		bottom: 26.8%;
		left: 3%;
	}
	
	.homeservice .ntb .yscons h5{font-size: 20px;}
	.homeservice .ntb .yscons p{font-size: 14px;}
	.core_list{width: 300px;height: 300px;margin: -120px 0 0 -150px;}
	.core_list svg{width: 308px;height: 308px;margin: -154px 0 0 -154px;}
	.zbanner .zbcir{left: 19%;top: 30%;zoom: 0.63;}
	.core_con{width: 300px;height: 300px;margin: 15px auto 0;}

	.ms .product ul{display: block;overflow: hidden;}
	.ms .product ul li{
		height: 50%;
		width: 50%;float: left;
		background-size: auto;
		background-position: center 56%;
		position: relative;
	}
	.ms .product ul li::after{
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.65);
	}
	.ms .product ul li:last-child:after{
		background-color: rgba(255,255,255,0.15);
	}


	.ms .product ul li .prosbox{position: relative;z-index: 1;}
	.ms .product ul li h2{font-size: 20px;}

	.page_cont h3{font-size: 18px;}
	.videobox ul li img{height: 180px;}
	.c_news .newslist{padding-right: 0;border: none;}
	.c_news .newslist ul li .mycons{padding-left: 0;}
	.c_news .newslist ul li>a{padding: 2% 0;}
	.newslist .newsmore{margin-top: 0;height: 45px;}
	.oth_news{padding: 0;}

	.c_news .c-company{border: none;padding: 0;}
	.page_cont h3{font-size: 19px;}
	.hzbox .swiper-slide{width: 49%;}
	.hzbox .swiper-slide:nth-child(5n){margin-right: 2%;}
	.hzbox .swiper-slide:nth-child(3n){margin-right: 2%;}
	.hzbox .swiper-slide:nth-child(2n){margin-right: 0;}

	.honorimg .swiper-slide h6{font-size: 16px;}
	.prodefault .catename{font-size: 19px;}
	.prodefault .cons2 .ginfos{margin-bottom: 25px;}
	.pro-detail .cj ul{margin: 0 auto -1%;}
	.messmuch .ask{font-size: 14px;}
	.pro-detail{padding-left: 0; text-align: center;}
	.pro-detail h4{font-size: 19px;}
	.proms{display: none;}
	.sevbox .sevinfo h3{font-size: 19px;}
	.sevbox .sevinfo p{font-size: 14px;}
	.whychoose{
		background-size: 240%;
		background-position: center top;
	}
	.company .boxnum .c-clear{
		display: flex;align-items: center;
		justify-content: space-evenly;
		justify-content: center;
	}
	.company .comimg{margin-top: 4%;}
	.whychoose .sm h5{font-size: 17px;}
	.whychoose .sm .name2 p{width: 90%;}
	.whychoose .sm .name1{height: 170px;}
	.whychoose .sm .name2{height: 190px;}
	#com_box .mycom .name, .whychoose h2, .name h2{font-size: 21px;}
	.nban{padding-bottom: 45%;}
	.weballinfo .lcinfo{display: none;}
	.footer .fnav .nav{font-size: 15px;}
	.footer .fnav ul{display: block;}
	.footer .fnav ul li{width: 25%;text-align: left;}
	
	#clounav .crumbs li{padding: 5% 0;}
	#myheader .c-nav>li{display: none;}
	#myheader .c-nav>li.visibilxs{display:block;}
	.company .boxnum .nums .text-center{height: 60px;}
	.company .boxnum .nums img{max-width: 40px;}
	.company .boxnum{font-size: 15px;}
	.boxnum .nums .numcol{font-size: 15px;}
	.company .boxnum .nums span{font-size: 20px;}
	#com_box .mycom .cons{margin-top: 15px;}
	
	.footer .c-rightinfo .task{text-align: center;}
	.footer .c-rightinfo{margin: 1% 5%;}
	.banner1 .c-wrap .bantitle{font-size: 35px;}
	#formData .firsinfo input{height: 40px;}
	#formData .code input{height: 40px;}
	#formData .submit{
		font-size: 16px;
		padding: 10px 0;
		display: block;
		width: 50%;
		text-align: center;
		margin:10px auto;
	}

	#goodsbg{background-position: center;}
	#goodsbg .c-container>p{font-size: 24px;line-height: 30px;}
	#goodsbg h4{font-size: 28px; }
	#goodsbg .c-container>a{font-size: 16px;}
	.page_cont h3{line-height: 2.5;text-align: center;}
	.page_cont .page_Info{text-align: center;}
	.newsinfo .oth_news{padding: 1%;}
	.oth_news ul{overflow: hidden;width: 100%;}
	.oth_news ul li{float: left;width: 29%;margin: 0 2%;}
	.mlogo{margin-top: 0.8rem;}
	.footer .c-rightinfo{border: none;padding-left: 0;}
	.footer .flink .max8{padding: 0.5rem 0;}
	.footer .flink .max8>div:nth-child(2){display: contents;}
	.footer .flink .max8>div:nth-child(3){width: 100%;text-align: center;}
	.footer .flink .max8 a{font-size: 14px;}
	.news .c-container{padding: 0 1.5rem;}
	.newcard .cbanner4{padding-bottom: 8%;}
	.footer .c-container{padding: 0 10px;}
	.company .c-company{padding: 0 0.8rem;}
	.footer .flink{margin: 0 5px;}
	.incont .contactbox h6{font-size: 17px;text-align: center;}
	#goodsbg .flex{display: block;}
	#goodsbg .c-crumbs{width: 100%;}

	.c_news .newslist ul li:first-child img{width: 120px;}
	.newslist .newsmore img{width: 120px;}
	.de-page-mian .page-inner a{margin-bottom: 5px;}
}

@media (max-width: 650px) {
	.oth_news ul li .imgbox img{height: 90px;}
	.company .boxnum .nums{padding: 0;}
	.company .boxnum .nums:nth-child(-n+2){border: none;}

	.zbanner .zbcir{max-width: 100%;}
	.newcard .cbanner4 .swiper-wrapper{padding-bottom: 8%;}
	.newcard .visible-xs .mores{margin-top: 5%;display: inline-block;}
	.news .text-right img{max-width: 145px;}
	.usgo{padding-bottom: 37%;}
	.usgo .em1{margin: -35px 0 0 -37px;}

	#clounav .crumbs ul{display: flex;justify-content: center;}
	#clounav .crumbs li{padding: 10px 0;}
	#clounav .crumbs{display: block;position: relative;}
	#clounav .home{position: absolute;bottom: 50px;text-align: left;color: #fff;}
	#clounav .home a{color: #fff;}
	#clounav .crumbs li.on::before{width: 50%;}
	#clounav .crumbs li:hover:before {width: 50%;}
	.honorimg .swiper-container{padding-bottom: 16%;}
	.whychoose .sm .name2 p{font-size: 13px;line-height: 27px;}
	
	#formData .firsinfo input,#formData textarea,#formData .code input{font-size: 14px;}
	#fp-nav ul li a span{font-size: 0;}
}

@media (max-width: 500px) {


	.ms .product ul li .iconfont{font-size: 38px;}
	.ms .product ul li:nth-child(2) .iconfont{font-size: 65px;}
	
	.core_list li.li2.curr .box>span{
		text-align: center;
		left: 4px;
		font-size: 30px;
	}


	#prev_next span{display: none;}
	.oth_news ul li .imgbox img{height: 70px;}
	#myheader .c-nav2{font-size: 14px;}
	.sevbox .sevinfo p{line-height: 26px;}
	.sevbox .sevinfo .iconfont{zoom: 0.68;}
	.footer .fnav ul{display: none;}
	#myheader .c-logo{width: 55%;}


	.ms  #myheader{background-color: rgba(0, 0, 0, 0.5);}
	.nban{padding-bottom: 55%;}
	.sm .swiper-wrapper{padding-bottom: 12%;}
	.company .boxnum .nums span{font-size: 22px;}
	.zbanner .zbcir{zoom: 0.53;opacity: 0.1;}
	.core_con{zoom: 0.79;transform: translateX(-7px);}
	.zbanner{margin-top: 45%;}
	.about .ab_list span{display: none;}
	.usbox .c-l-box{width: 88%;}
	.about .c-common-title .c-text p{
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
	.usgo{margin: 5% auto 0;}
	.case .right ul{font-size: 15px;}
	.about .ab_list ul{display: flex;justify-content: space-between;}
	.about .ab_list a{color: #ec5400;}
	.about .ab_list ul li{margin-right: 1%}
	.news .move1 span{display: none;}
	.newcard .visible-xs .mores img{width: 140px;}
	.footer .fnav .nav{font-size: 12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.footer .flink{font-size: 12px;}
	.footer .flink a{font-size: 12px;}
	.footer .flink .max8 a{font-size: 12px;}



	.fiednav li{width: 50px;}
	.fiednav li a img{max-width: 50px;}
	.ms .product ul li h2{font-size: 15px;}
	.ms .product ul li .newsmore img{width: 110px;}
	.ms .product ul li .iconfont{height: 60px;}
	.news .c-container{padding: 0 2.1rem;}
}