* {
	margin: 0;
	padding: 0;
	/*font-family: "microsoft yahei","arial";*/
	font-family: "pingfang SC","helvetica neue",arial,"hiragino sans gb","microsoft yahei ui","microsoft yahei",simsun,sans-serif;
    line-height: 1;
}

html {
	font-family: "Arial"
}
a{color: #333;}
a:hover{
	color: #ff6758;
}
ul,
ol {
	list-style: none;
}

.clearfix {
	clear: both;
}

a {
	color: #333;
	text-decoration: none;
}

em {
	font-style: normal;
}

.content {
	max-width: 1480px;
	padding:0 20px;
	margin: auto;
	box-sizing: border-box;
}

.neiong {
	margin-top: 86px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

@font-face {
	font-family: 'helvetica';
	src:url('../fonts/HelveticaNeueLTPro-ThEx.ttf');
	src:url('../fonts/HelveticaNeueLTPro-ThEx.woff.ttf.ttf?rretjt') format('truetype'),
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "impact";
	src:url('../fonts/impact.ttf') format('truetype');
	/*src:url('../fonts/BEBAS.woff.ttf.ttf?rretjt'),*/
	font-weight: normal;
	font-style: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.case_fl::-webkit-scrollbar {
	width: 5px;
	/*对垂直流动条有效*/
	height: 5px;
	/*对水平流动条有效*/
}


/*定义滚动条的轨道颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 3px;
}


/*定义滑块颜色、内阴影及圆角*/

.case_fl::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #e1e1e1;
}


/*定义右下角汇合处的样式*/

.case_fl::-webkit-scrollbar-corner {
	background: khaki;
}

table {
	border: 0;
	border-spacing: 0;
	border-collapse: 0
}

th,
td {
	padding: 8px
}

.table {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

.table th,
.table td {
	padding: 8px 12px;
	border-left: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1
}

.table th {
	background: #f9f9f9
}

.table tr:hover td {
	background: #fffffc
}

input,
textarea,
select,
button {
	display: block;
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	color: #2b333b;
	outline: 0
}

::-moz-placeholder {
	text-align: left;
	color: #999
}

::-webkit-input-placeholder {
	text-align: left;
	color: #999
}

::-ms-input-placeholder {
	text-align: left;
	color: #999
}
em, i {
    font-style: normal;
}
.info, h1, h2, h3, h4, h5, h6, strong, em, b, i, span, a, s, textarea, input, select {
    font: inherit;
    font-size: 1em;
    color: inherit;
}
input[type='text'],
input[type='password'] {
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='radio'],
input[type='checkbox'] {
	display: inline-block;
	vertical-align: -2px
}

input[type='file'].file {
	left: 0;
	top: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	opacity: 0;
	font-size: 80px;
	cursor: pointer;
	overflow: hidden
}

textarea {
	width: 100%;
	height: 88px;
	line-height: 28px;
	padding: 2px 8px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
	resize: none
}

select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box
}

input[type='button'],
input[type='submit'],
input[type='reset'],
button,
.btn {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 12px;
	background: #009688;
	border: 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	cursor: pointer
}

input[type='button'].btn-border,
input[type='submit'].btn-border,
input[type='reset'].btn-border,
button.btn-border,
.btn-border {
	background: #fff;
	border: 1px solid #e1e1e1;
	color: #2b333b
}

input[type='button'].btn-blue,
input[type='submit'].btn-blue,
input[type='reset'].btn-blue,
button.btn-blue,
.btn-blue {
	background: #2f81c4
}

input[type='button'].btn-green,
input[type='submit'].btn-green,
input[type='reset'].btn-green,
button.btn-green,
.btn-green {
	background: #57ac57
}

input[type='button'].btn-red,
input[type='submit'].btn-red,
input[type='reset'].btn-red,
button.btn-red,
.btn-red {
	background: #f45445
}

input[type='button'].btn-orange,
input[type='submit'].btn-orange,
input[type='reset'].btn-orange,
button.btn-orange,
.btn-orange {
	background: #f7783a
}

input[type='button'].btn-black,
input[type='submit'].btn-black,
input[type='reset'].btn-black,
button.btn-black,
.btn-black {
	background: #2b333b
}

.radius {
	border-radius: 4px
}

.radius-50 {
	border-radius: 50%
}

.radius-form {
	border-radius: 19px
}

.pf {
	position: fixed
}

.pr {
	position: relative
}

.pa {
	position: absolute
}

.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.tl {
	text-align: left
}

.tc {
	text-align: center
}

.tr {
	text-align: right
}

.auto {
	margin: 0 auto
}

.block {
	display: block
}

.inline-block {
	display: inline-block
}

.hide {
	display: none
}

.border-box {
	box-sizing: border-box
}

.hidden {
	overflow: hidden
}

/* 手机菜单按钮 */
.hamburger {
    background-color: none;
    padding: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.menu {
    position: absolute;
    right: 2.7083vw;
    top: 20px;
    z-index: 10000;
	display: none;
}

.hamburger {
    padding: 25px 30px 10px 10px;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.15s;
    transition-delay: 0.15s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
    transition: top 0.12s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19),-webkit-transform 0.15s cubic-bezier(0.55,0.055,0.675,0.19);
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #fff;
    height: 2px;
    width: 30px;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333,0.66667,0.66667,1),opacity 0.1s linear;
}

.hamburger-inner:after {
    width: 30px;
    right: 0;
}
.hamburger-inner:before {
    width: 19px;
    right: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.is-active {
    /* background: #015BF5; */
    z-index: 9999999999;
    position: fixed;
}
.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,-10px,0) rotate(-45deg);
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: 0.32s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
}
.is-active .hamburger-inner:before {
    width: 26px;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
    transition: top 0.12s 0.18s cubic-bezier(0.33333,0,0.66667,0.33333),transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1),-webkit-transform 0.15s 0.42s cubic-bezier(0.215,0.61,0.355,1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333,0,0.66667,0.33333),opacity 0.1s 0.27s linear;
}
.mounavs {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 1;
    visibility: hidden;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
.vis {
    left: 0 !important;
    visibility: visible !important;
    z-index: 1000010!important;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform-style: preserve-3d;
    visibility: visible;
}
.mounavs ul {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
	box-sizing: border-box;
	padding-bottom: 20%;
	overflow-x: hidden;
	display: block;
	padding-top: 20%;
}
.mounavs ul li {
    display: block;
    width: 100%;
    margin: 30px 0;
	text-align: center;
}
.mounavs ul li a{
	color: #fff;
}
.mounavs:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
}
.mou-twonav {
	display: none;
    margin-top: 15px;
}
.mou-twonav a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
}





.title{
	
}
.title h1{
	font-family: "impact";
	font-size: 48px;
	text-transform: uppercase;
	color: #e6e6e6;
}
.title h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-top: -20px;
}
.title h3 span{background: #fff;}
.title em{display: block; width: 60px; height: 3px; background: #2263bf; margin: 6px 0;}
/*头部样式*/
.header{ width: 100%; z-index: 60; position: absolute; top: 0; left: 0;}
/*.youse{ background: rgba(0,0,0,.4);}*/
.yemei{ position: relative; padding-right: 60px;}
/*.logo{ float: left; }
.logo img{ }*/
.nav{ float: right; }
.nav li{ float: left; padding: 0 26px; position: relative;height: 66px; line-height:66px; box-sizing: border-box;}

.nav li a{ color: #fff; position: relative;z-index: 2;transition: all 0.5s;}
.nav li.on:before,.nav li:hover:before{ height: 100%;}
.nav li.on a,.nav li:hover a{color: #fff;}
.nav li .erji{ 
	max-width: 200px; 
	position: absolute; 
	top: 67px; 
	left: 50%; 
	transform: translateX(-50%);
	z-index: 20; 
	display: none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 60px rgba(0,0,0,.1);
}
.nav li .erji dd a{
	color: #333;
}
.nav li .erji dd{ 
	line-height: 46px; 
	text-align: center; 
	font-size: 15px; 
	
}
.nav li #cp_cd{
	max-width: 600px;
	padding: 20px 30px;
	
}
.nav li .erji dd a{ color: #999; font-weight: normal;}
.nav li:hover .erji{ display: block;}
.nav li .erji dd:hover{ }
.nav li #cp_cd dd{
	display: inline-block;
	width: 47%;
	text-align: left;
	margin-right: 4%;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.nav li #cp_cd dd:nth-child(2n){
	margin-right: 0;
}
.nav li #cp_cd dd a{
	display: block;
	padding-left: 60px;
	position: relative;	
}
.nav li #cp_cd dd a h3{
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.nav li #cp_cd dd a .product-desc{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 24px;
}
.nav li #cp_cd dd a i{
	position: absolute;
	width: 48px;
	height: 48px;
	top: 0;
	left: 0;
}
.nav li #cp_cd dd a i img{
	width: 100%;
}
.lxdh{ float: right; line-height: 80px; margin-left: 10px; margin-top: 32px;}
.lxdh h2{ background: url(../img/search.png) no-repeat 30px center; background-size: 20px;width:20px; height:20px; border-left: 1px solid #e1e1e1; padding-left: 50px;}

.header1{ position: absolute; top: 0; left: 0; width: 100%; z-index: 60;background: #fff;}
/*.youse{ background: rgba(0,0,0,.4);}*/
.yemei{ position: relative; padding-right: 60px;}
.logo{ float: left; margin-top: 10px;}
.logo img{ }
.nav{ float: right; }
.header1 .nav li{ float: left; margin: 0 26px; position: relative;height: 87px; line-height:90px; box-sizing: border-box; border-bottom: 3px solid rgba(0,0,0,0);}
.header1 .nav li a{ color: #333333;}
.lxdh{ float: right; line-height: 80px; margin-left: 10px; margin-top: 32px;}
.lxdh h2{ background: url(../img/search.png) no-repeat 30px center; background-size: 20px;width:20px; height:20px; border-left: 1px solid #e1e1e1; padding-left: 50px;}

.top_nav li .sj_xia {
	position: absolute;
	top: 70px;
	width: 160px;
	padding: 0 20px;
	padding-bottom: 30px;
	display: none;
	z-index: 99;
	background: #fff;
	font-size: 14px;
	color: #585858;
	line-height: 40px;
	left: 50%;
	margin-left: -80px;
}


.top_nav li .sj_xia li {
	margin: 0 10px;
	line-height: 48px;
	display: block;
	border-bottom: 1px solid #f7f7f7;
}

.top_nav li .sj_xia li a {
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize
}

.banner {
	
}

.banner .swiper-container,
.swiper-wrapper,
.swiper-slide {
	height: 728px;
	width: 100%;
}
.banner .swiper-slide{background-size: ;}
.swiper-button-prev,
.swiper-button-next {
	display: none;
	transition: all 0.3s;
}
.sj-banner .swiper-container,
.sj-banner .swiper-wrapper,
.sj-banner .swiper-slide {
	width: 100%;
}
.sj-banner .swiper-slide img{width: 100%;}
.swiper-button-prev,
.swiper-button-next {
	display: none;
	transition: all 0.3s;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
	display: block;
}

.sj-banner{
	display: none;
}



.logo_box {
	position: relative;
}

.logo_box{ width: 1500px; margin: 0 auto;}
.logo_box1 {
	background: #fff;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 21;
	display: none;
}

.top_nav_list1 li {
	float: left;
	margin: 20px;
}

.top_nav_list1 li a {
	color: #333333;
}


#gonggao{
	padding: 20px 0;
	font-size: 15px;
}
#gonggao span{
	float: left;
	line-height: 40px;
	display: block;
	padding-left: 40px;
	background: url(../img/gonggao@2x.png) no-repeat left center;
}
#gonggao .gg_list{
	margin-left: 60px;
	width: calc(100% - 300px);
	float: left;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
}
#gonggao .gg_list li{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 40px;
	padding-left: 24px;
	background: url(../img/dian@2x.png) no-repeat left center;
}
#gonggao .gg_list li a{
	color: #666;
}
#gonggao em{
	float: right;
}
#gonggao em a{
	line-height: 40px;
	display: block;
	padding-right: 24px;
	background: url(../img/rigjt_jt@2x.png) no-repeat right center;
	background-size: 14px;
}
#biaodan{
	padding: 20px 0 30px 0;
}


#biaodan .shuru{
	width: calc(100% - 220px);
	float: left;
}
#biaodan .shuru input{
	line-height: 60px;
	height: 60px;
	background: #f3f5fb;
	border: none;
	border-radius: 5px;
	width: 22%;
	float: left;
	margin-right: 4%;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 15px;
}
#biaodan .shuru input:nth-child(4){
	margin-right: 0;
}
#biaodan button{
	line-height: 60px;
	height: 60px;
	border: none;
	border-radius: 5px;
	width: 180px;
	float: right;
	font-size: 16px;
	  background-image: -moz-linear-gradient( 165deg, rgb(229,56,64) 0%, rgb(255,142,118) 100%);
  background-image: -webkit-linear-gradient( 165deg, rgb(229,56,64) 0%, rgb(255,142,118) 100%);
  background-image: -ms-linear-gradient( 165deg, rgb(229,56,64) 0%, rgb(255,142,118) 100%);
}
#biaodan p{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	color:#a4a9b2 ;
	line-height: 40px;
	
}
#biaodan p input{
	margin: 0 2px 0 20px;
}

/*chanpin*/
#chanpin{
	
}
.sy_biaoti{
	text-align: center;
}
.sy_biaoti h2{
	font-size: 32px;
	font-weight: normal;
	color: #555;
	line-height: 56px;
}
.sy_biaoti p{
	font-size: 15px;
	color: #888;
}
#chanpin .cp_lb{
	margin-top: 50px;
	margin-bottom: 40px;
}
#chanpin .cp_lb li{
	width: 30%;
	float: right;
	height: 125px;
	margin-bottom: 20px; margin-left:5% ;
}
#chanpin .cp_lb li:nth-child(3),#chanpin .cp_lb li:nth-child(6),#chanpin .cp_lb li:nth-child(8),#chanpin .cp_lb li:nth-child(10){
	margin-left: 0;
	
}
#chanpin .cp_lb li a{
	position: relative;
	display: block;
    width: 100%;
    height: 100%;
    transition: filter .3s,transform .3s;
    padding: 35px 20px 30px 110px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 10px;
}
#chanpin .cp_lb li a:hover{
	background: #f3f5f8;
    box-shadow: inset 8px 8px 20px 0 rgb(55 99 170 / 11%), inset -8px -8px 20px 0 #fff;
}
#chanpin .cp_lb li a i{
	position: absolute;
    top: 27px;
    left: 24px;
    width: 73px;
    height: 73px;
}
#chanpin .cp_lb li a .product-name{
	line-height: 20px;
    font-size: 18px;
    color: #333;
}
#chanpin .cp_lb li a .product-desc{
	margin-top: 16px;
    color: #999;
    font-size: 15px;
    opacity: .7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#chanpin .cp_lb .chpin:nth-child(1) a i{
	background: url(../img/cp1@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(2) a i{
	background: url(../img/cp2@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(3) a i{
	background: url(../img/cp3@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(5) a i{
	background: url(../img/cp4@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(6) a i{
	background: url(../img/cp5@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(7) a i{
	background: url(../img/cp6@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(8) a i{
	background: url(../img/cp7@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(9) a i{
	background: url(../img/cp8@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb .chpin:nth-child(10) a i{
	background: url(../img/cp9@2x.png) 0 0 no-repeat;
}
#chanpin .cp_lb li.product-item.more {
    height: 416px;
    border-radius: 10px;
    box-shadow: none;
    background: url(../img/cp_more@2x.png) right top no-repeat;
    
}
#chanpin .cp_lb li.product-item.more{
	position: relative;
}
#chanpin .cp_lb li.product-item.more .product-more-title{
	margin-top: 70px;
    margin-left: 33px;
    font-size: 26px;
    line-height: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 6px rgb(255 89 190 / 25%);
    position: relative;
}
#chanpin .cp_lb li.product-item.more .product-more-title:before{
	content: "";
    position: absolute;
    top: 46px;
    left: 34px;
    width: 48px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 6px 0 rgb(255 89 190 / 25%);
}
#chanpin .cp_lb li.product-item.more .product-more-btn{
	margin-left: 34px;
    margin-top: 28px;
    position: absolute;
    bottom: 40px;
    display: block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    font-size: 15px;
    color: #ff7010;
    text-align: center;
    background: #fff;
    box-shadow: 0 8px 14px 1px rgb(255 89 190 / 18%);
    transition: color .3s ease;
}


#chanpin .cp_lb li:hover a i{
	animation: jello 1s infinite;
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) ;}
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg); }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg); }
}

/**/
#hy_sj{
	background: url(../img/shuju_bg@2x.png) no-repeat top center;
	padding: 90px 0 60px 0;
	position: relative;
}
#hy_sj .hy_bt{ color: #fff; text-align: center; margin-bottom: 30px;}
#hy_sj .hy_bt h1{
	font-size: 48px;
	font-weight: bold;
}
#hy_sj .hy_bt h2{
	font-size: 40px;
	font-weight: normal;
}
.shuju{ 
	position: relative;
	bottom:-60px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1480px;
	padding: 40px 20px 40px 100px;
	box-sizing: border-box;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff0;
    border-radius: 10px;
}
.shuju li{ width: 25%; float: left;}
.shuju li h2{ color: #ff7010;font-size: 50px; font-weight: bold; 
	font-family: "impact"; 
	padding-left: 72px;
}
.shuju li h2 em{ list-style: none; font-size: 20px;padding:0 2px; position: relative;font-weight: normal;}
.shuju li h2 span{color: #ff7010;}
.shuju li p{ font-size: 16px; color: #333; padding-top: 5px;}
.shuju li:nth-child(1) h2{
	background: url(../img/shuju1@2x.png) no-repeat left center;
}
.shuju li:nth-child(2) h2{
	background: url(../img/shuji2@2x.png) no-repeat left center;
}
.shuju li:nth-child(3) h2{
	background: url(../img/shuji3@2x.png) no-repeat left center;
}
.shuju li:nth-child(4) h2{
	background: url(../img/shuju4@2x.png) no-repeat left center;
}

#fuwu-bz{
	background: url(../img/fwbz_bg@2x.png) no-repeat top center;
	position: relative;
	top: -117px;
	z-index: -1;
	padding-top: 156px;
	padding-bottom: 40px;
}
.fwbz_box{}
.fwbz_wz{
	float: left;
	width: 50%;
	margin-top: 100px;
}
#fuwu-bz .fwbz_pt{
	float: right;
	width: 40%;
	overflow: hidden;
}
#fuwu-bz .fwbz_pt img{
	max-width: 100%;
}
.fwbz_wz h4{
	font-size: 16px;
	 color: #666;
	 line-height: 36px;
}
.fwbz_wz .fwys{
	max-width: 600px;
	margin-top: 60px;
} 
.fwbz_wz .fwys li{
	width: 50%;
	float: left;
	line-height: 60px;
	margin: 10px 0px;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 50px;
	white-space: nowrap;
	color: #333;
	background-size: 36px auto;
}
.fwbz_wz .fwys li:nth-child(1){
	background: url(../img/youshi1@2x.png) no-repeat left center;
}
.fwbz_wz .fwys li:nth-child(2){
	background: url(../img/youshi2@2x.png) no-repeat left center;
}
.fwbz_wz .fwys li:nth-child(3){
	background: url(../img/youshi3@2x.png) no-repeat left center;
}
.fwbz_wz .fwys li:nth-child(4){
	background: url(../img/youshi4@2x.png) no-repeat left center;
}
#rongyu{
	padding: 40px;
	 box-sizing: border-box;
	margin-top: -160px;
	position: relative;
	 background-color: rgb(255, 255, 255);
  	box-shadow: 0px 1px 20px 0px rgba(35, 25, 22, 0.08);
}
#rongyu .sy_biaoti{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
}
#rongyu .sy_biaoti h2{
	width: 100%;
	text-align: center;
	
}
#rongyu .swiper2{
	width: 100%;
	position: relative;
	top: -20px;
}

#partner{
	 padding: 60px 20px;	
}
.partner_list{
	 margin-top: 40px;
	 
}

.partner_list li{
	float: left;
	box-shadow: 0px 8px 18.4px 1.6px rgba(55, 99, 170, 0.07);
	width: 15.83%;
	margin-right: 1%;
	margin-bottom: 16px;
	border-radius: 4px;
}
.partner_list li img{
	width: 100%;
}
.partner_list li:nth-child(6n){
	margin-right: 0;
}


#search-btn {
	right: 0;
	top: 32px;
	width: 30px;
	height: 30px;
	background: url(../img/seach.png) no-repeat center;
	cursor: pointer;
	position: absolute;
}

#search-btn:hover {
	background-image: url(../img/seach.png);
}

#wx-qrcode {
	right: -2px;
	top: 114px;
	width: 102px;
	height: 102px;
	padding: 5px;
	background: #fff;
	border-radius: 2px;
	z-index: 999;
	display: none;
}

#wx-qrcode em {
	position: absolute;
	left: 50%;
	top: -8px;
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}

#search {
	right: 0;
	top: 86px;
	height: 44px;
	padding: 12px;
	background: rgba(255, 255, 255, .7);
	z-index: 998;
	overflow: hidden;
	display: none;
}

#search input {
	float: left;
	width: 256px;
	height: 44px;
	line-height: 40px;
	padding: 0 12px;
	border: none;
	font-size: 14px;
	color: #666;
}

#search button {
	float: left;
	width: 44px;
	height: 44px;
	background: url(../img/search1.png) no-repeat center #93846b;
}
#tongzhi{
	background: #f0f4f7;
	padding: 0 20px;
	line-height: 43px;
	margin:20px auto;
	box-sizing: border-box;
}

/*关于我们*/
.sy_bt{position: relative; height: 82px; text-align: center;}
.sy_bt h2{ font-size: 36px; color: #232323; font-weight: bold; }
.sy_bt h3{ color: #999999;font-size: 18px; font-weight: normal; text-transform: uppercase; line-height: 24px;}
.sy_bt h2 span{  color: #117ac9; }
.anli_t_le{position: relative; height: 82px;}
.anli_t_le h2 span{  color: #117ac9; }
.anli_t_le h2{ font-size: 36px; color: #232323; font-weight: bold; }
.anli_t_le h3{ color: #999999;font-size: 18px; font-weight: normal;}
.anli_t_le:before{content:'';display:block;width:27px;height:4px;border-bottom:solid 4px #117ac9;position:absolute;left:0;bottom:0;z-index:9}

.name1{ font-size: 24px; font-weight: bold; color: #333333;margin-top: 40px;} 
.name2{ font-size: 18px; color: #117ac9; margin-top: 10px;} 

.about{ background: url(../img/about_bg.png) no-repeat left bottom #f5f5f5; width:100%; padding: 1px 0;}
.syabout_box{ padding: 30px; background: #fff; margin: 52px auto; box-sizing: border-box;}
.about_pt1{width: 500px; height: 408px; overflow: hidden;}
.about_pt1 img{ display: block; width: 100%;}
.about_ms{width: 672px;}
.about_ms .gsjs_box{ padding-top: 5px;}
.about_ms .gsjs_box h3{ font-size: 22px; color: #2263bf; font-weight: bold;}
.about_ms .gsjs_box span{font-size: 16px; display: block; margin: 5px 0 20px 0; color: #535353;}
.about_ms .gsjs_box p{ font-size: 14px; line-height: 29px; color: #808b95;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.about_ms .gsjs_box p a{ color: #e98e19; margin-left: 5px;}
.about_ms .gsjs_box a:hover{ color: #2263bf;}






.kongt_nr_txt_z{ position:relative; width:1200px; margin:0 auto;}
.kongt_nr_txt2{ position:absolute; width:510px; left:0; top:80PX;}
.kongt_nr_txt3 p{ font-size:14px; line-height:25px; color:#666; height:240px; padding-top:30px; overflow:hidden;}
.kongt_nr_txt3{  width:510px;}
.kongt_nr_txt{ position:absolute; width:510px; right:0; top:0;}
.kongt_nr_img{ float:left; width:53%; background:url(../img/tu.jpg) no-repeat; height:566px;}
.kongt_nr_img2{ float:right; width:49%; background:url(../img/about_bg.jpg) no-repeat; height:637px;}
.kongt_nr_txt2 p{ color: #666;
    margin-top: 20px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    margin-bottom: 16px;}
.kongt_nr_txt h1{ font-size:28px; color:#333; margin-top:100px; margin-bottom:30px;}

.kongt_nr_txt p{ font-size:14px; line-height:25px; color:#666; height:240px; overflow:hidden;}
.bse1{ float:left; width:170px; text-align:center; padding-top:20px;}
.bse1_n{ float:left; width:400px; text-align:center; padding-top:20px;}
.bse1_n:nth-child(3){ background:none;}
.bse1_n{ background:url(../img/oop.jpg) no-repeat right 50px; height:115px;}
.bse1:nth-child(3){ background:none;}

.bse2{ color:#e08c07; font-size:49px; font-weight:bold;}
.bse2 span{ color:#666666; font-size:16px;}
.bse3{ color:#666666; font-size:16px;}
.bse_jj{ width:1200px; height:150px; background:#fff;-moz-box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; -webkit-box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; box-shadow:3px -5px 9px #E8E8E8, -3px 0px 8px #D9D9D9; margin-top:50px; position:absolute; left:0; top:393px; z-index:99;}

.bse{  margin-top:50px; width: 570px;}

.gend2 a{ background: #2263bf; border-radius: 4px; padding: 14px 40px;  color: #fff; font-size: 15px;}
.gend2{ margin-top: 50px;}

.chanpin{ margin: 40px auto; padding: 20px 10px;}
.left_cont{ float: left; width: 220px;}
.left_nav{ width: 220px;}
.left_bt_box{ color: #FFf; padding: 20px 0 20px 80px; background: url(../img/cp_icon.png) no-repeat 16px center #1b5196;}
.left_bt_box h4{ font-size: 25px; font-weight: normal;}
.left_bt_box p{ font-size: 14px;}
.left_nav dd{ border-bottom: 1px solid #eeeeee;  border-left: 1px solid #eeeeee; border-right: 1px solid #eeeeee;position: relative;
 background: #ffffff; line-height: 54px; text-indent: 2em;}
.left_nav dd p{ font-size: 14px; color: #333;}
.left_nav dd.dangqian,.left_nav dd:hover{background: #f8f8f8;}
.left_nav dd.dangqian p,.left_nav dd:hover p{color: #e08c07; background: url(../img/jt01.png) no-repeat center right 20px;}
.right_cp_box{ width: 960px;  background: #fff; float: right;}
.cpfl_btn .dangqian{ background: #FF8D00; color: #FFFFFF;}
.cp_zs_box{ margin:20px 0 ;}


/* 案例 */
.cp_list{}
.cp_list li{ 
	width: 24%; 
	float: left; 
	margin-right: 1.33%; 
	margin-bottom: 20px; 
}
.cp_list li:nth-child(4n){ margin-right: 0;}
.case-box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 390px;
    background: #fff;
    border-radius: 8px 8px 4px 4px;
    /*box-shadow: 0 0 15px 6px #eee;*/
    background-color: #eee;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
}
.case-box .case-box-card {
    display: block;
    width: 100%;
    height: 100%;
    transition: filter .3s;
    -ms-transition: filter .3s;
    -moz-transition: filter .3s;
    -webkit-transition: filter .3s;
    -o-transition: filter .3s;
}
.case-box .case-box-cover {
    width: 100%;
    height: 170px;
}
.case-box .case-box-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case-box .case-box-content {
    position: relative;
    border-radius: 12px 12px 6px 6px;
    background-color: #fff;
    width: 100%;
    height: 230px;
    margin-top: -10px;
    padding: 20px 20px;
    box-sizing: border-box;
}
.case-box .case-box-content .case-box-content-logo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 5px 0 #eee;
    position: absolute;
    right: 15px;
    top: -32px;
    background-color: #eee;
}
.case-box .case-box-content .case-box-content-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.case-box .case-box-content .case-box-content-title {
    width: 80%;
    color: #3e4552;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.case-box .case-box-content .case-box-content-info {
    color: #999;
    font-size: 13px;
    line-height: 24px;
    margin: 20px 0;
    height: 100px;
    overflow: hidden;
}
.case-box .case-box-content .case-box-content-type .case-box-content-type-label {
    color: #999;
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}
.case-box .case-box-content .case-box-content-type .case-box-content-type-value {
    display: inline-block;
    vertical-align: middle;
    color: #3e4552;
    font-size: 10px;
    border: 1px solid #dbdddf;
    border-radius: 16px;
    padding: 3px 8px;
    white-space: nowrap;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-box .case-box-content .case-box-content-type .case-box-content-type-value.trade {
    margin-right: 4px;
}
.case-box .case-box-link {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background-color: #2576fb;
    background: linear-gradient(90deg,#ee6c4f 0,#f3ab5f 100%);
    border-radius: 17px;
    color: #fffefe;
    font-size: 13px;
    text-align: center;
    opacity: 0;
    transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    z-index: 2;
}
.case-box .case-box-card:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.45);
    z-index: 1;
    border-radius: 8px 8px 4px 4px;
}
.case-box:hover .case-box-card:before, .case-box-link {
    display: block;
}
.case-box:hover .case-box-link{
	opacity: 1;
}



.case{background: #f8f8f8; padding: 60px 0;}
#product-show{margin-top:40px; overflow:hidden;}
#product-show-item{position:relative; left:50%; width:2400px; height:600px; margin-left:-1208px; overflow:hidden;}
#product-show-item ul li{float:left; width:592px; height:600px; margin-right:16px; overflow:hidden; position: relative;}
#product-show-item ul li img{width:592px; max-width:none; height:600px;}
#product-show-item ul li .fonts{ position: absolute; width: 100%; padding: 20px 20px; box-sizing: border-box;
 background: rgba(0,0,0,.6); color: #fff; bottom:-300px; left: 0; transition: all 0.5s; 
}
#product-show-item ul li:hover .fonts{ bottom: 0;}

#ps-mask-l,#ps-mask-r{top:0; height:600px; background:rgba(255,255,255,.5);}
#ps-mask-l{left:0;}
#ps-mask-r{right:0;}

#ps-prev,#ps-next{top:262px; width:76px; height:76px; background-repeat:no-repeat; background-position:center; background-color:#d2d2d2; border-radius:50%; cursor:pointer; z-index:99;}
#ps-prev{left:-46px; background-image:url(../img/prev.png);}
#ps-next{right:-46px; background-image:url(../img/next.png);}
#ps-prev:hover,#ps-next:hover{background-color:#1880ca;}

#product-show-btn{height:20px; margin-top:20px; overflow:hidden;}
#product-show-btn ul{width: 100%; height: 20px; text-align: center;}
#product-show-btn ul li{width:10px; height:10px; margin:0 5px; background:#d2d2d2; border-radius:5px; cursor:pointer; display: inline-block;}
#product-show-btn ul li.on{width:40px; background:#1880ca;}


/*底部*/
.foot{ background:#000000; color: #8a8a8a;}
.foot .foot_box{ padding:44px 0 40px 0; }
.foot_cont{ float: left;width: calc(100% - 320px);}

.foot_box dl{float: left; font-size: 15px; margin-right: 9%; line-height: 38px;}
.foot_box dl dt{ font-size: 17px; color: #d4d4d4; margin-bottom: 20px; position: relative;}
.foot_box dl dd{
	line-height: 38px;
}
.foot_box dl a{ color: #8a8a8a; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.foot_box dl a:hover{color: #d4d4d4;}
.foot_box dl.link{
	width: 40%;
}
.foot_box dl.link dd{
	display: inline-block;
	width:25% ;	
}
.foot_box dl:last-child{
	margin-right: 0;
}

.erweim{ float: right; width: 300px; color: #333; font-size: 15px; text-align:center;}
.erweim li{ 
	float: left; 
	margin: 0 10px;
 	padding: 10px;color: #999;
 	text-align: left;
 	color: #fff;
 	padding-left: 86px;
 }
.erweim li:nth-child(1){
	background: url(../img/dianhua@2x.png) no-repeat left center;
	margin-bottom: 40px;
}
.erweim li:nth-child(2){
	background: url(../img/weixin@2x.png) no-repeat left center;
}
.erweim li p{font-size: 15px;}
.erweim li h2{
	font-size: 28px;
}
.erweim li .ewm{
	display: inline-block;
	margin-right: 12px;
}
.erweim li .ewm:nth-child(2){
	margin-right: 0;
}
.erweim li img{ width: 100%;}
.copyright{ font-size: 14px; color: #999;  text-align: center;}
.copyright .bp_box{
	position: relative; 
	padding: 20px 0; 
	text-align: center;
}
/*.copyright h4{float: left;}
.copyright p{ float: right; }*/
.copyright .bp_box:before {
	content: " ";
	display: block;
  background-color: rgb(51, 51, 51);
  box-shadow: 0px 1px 0px 0px rgba(34, 33, 33, 0.004);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 258;
}

.copyright span a{color: #ababac;}
.xiala{ position:absolute; width: 100%; top: 84px; left: 0; background: #fff; z-index: 50; border-top: 1px solid #f6f6f6; display: none;}
.erji{ width: 1000px; margin: auto; padding-top: 20px; padding-bottom: 20px; }
.erji dl{ width: 740px; float: left;}
.erji dl dt{ font-weight: bold; margin-bottom: 14px; line-height: 24px !important;}
.erji dl dt a{color: #014589;}
.erji dl dd{ display: inline-block; margin-right: 30px; border-right: 1px solid #999; line-height: 18px !important; padding-right: 30px;}
.erji dl dd:hover a{ color: #014589;}
.jswz{ margin-top: 30px; font-size: 14px; color: #666; line-height: 22px;
overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/*neiye*/
.ny_banner{ position: relative; height: 620px;}
.sj_ny_banner{width: 100%; display: none; position: relative;}
.sj_ny_banner img{display: block; width: 100%;}
.ny_banner .banner_wz{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff;
text-shadow: 0px 4px 1.84px rgba(8, 14, 45, 0.09); text-align: center;}
.ny_banner .banner_wz h2{  font-size: 40px;text-transform: uppercase; font-family: "arial black"; font-weight: bold; margin-bottom: 30px;}
.ny_banner .banner_wz p{ font-size: 22px; letter-spacing:20px;}
.sj_ny_banner .banner_wz{ position: absolute; top: 50%; left: 50%;  width:100%;transform: translate(-50%,-50%); color: #fff;
text-shadow: 0px 4px 1.84px rgba(8, 14, 45, 0.09); text-align: center;}
.sj_ny_banner .banner_wz h2{  font-size: 24px;text-transform: uppercase; font-family: "arial black"; margin-bottom:10px;}
.sj_ny_banner .banner_wz p{ font-size: 22px;}

/*分页*/
#pageinfo{margin-top:40px; font-size:0; text-align: center; padding-bottom: 40px;}
#pageinfo a{display:inline-block; min-width:12px; color: #666; height:36px; line-height:36px; margin:0 4px; padding:0 12px; background:#fff;font-size:12px;}
#pageinfo a.info{color:#888;}
#pageinfo a.current{background:#014589; border-color:#014589; color:#fff;}

.cpjs{ background: #fff;}
.cpjs .ny_bt{ text-align: center; padding: 30px 0;}
.ny_bt em{ display: block; width: 50px; height: 3px; background: #e08c07; margin: 10px auto;}
.kc_pt{ padding: 0 30px;}
.picScroll-left1{ width:100%;  overflow:hidden; position:relative;}
.picScroll-left1 .prev,.picScroll-left1  .next{ position: absolute; top: 50%; width:34px; background: rgba(0,0,0,.6); z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -17px;}
.picScroll-left1 .prev:hover,.picScroll-left1  .next:hover{ background:#2263bf;}
.picScroll-left1 .prev img,.picScroll-left1  .next img{ width: 100%; display: block;}
.picScroll-left1  .next{ left: 0; }
.picScroll-left1  .prev{ right: 0;}
.picScroll-left1 .bd{ width: 900px;}
.picScroll-left1 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left1 .bd ul li{ float:left; _display:inline ; overflow:hidden; text-align:center;}
.picScroll-left1 .bd ul li .pic{ text-align:center;  height:360px; width: 100%; overflow: hidden;}
.picScroll-left1 .bd ul li .pic img{ width:900px; display:block;}
.picScroll-left1 .bd ul li .pic a:hover img{ border-color:#999;}

.cpjs_box{ background: #fff; padding: 30px; margin-top: 30px;border-radius: 10px;}
.cpjs_box:nth-child(1){margin-top: 0px;}
.ny_bt1{border-bottom: 1px solid #e1e1e1; margin-bottom: 20px; padding:0 0 10px 0; line-height: 22px; overflow: hidden; zoom: 1;}
.ny_bt1 img{float: left; margin-right: 10px;}
.ny_bt1 p{ float: left;}
/*联系我们*/
.lxfs{ overflow: hidden; zoom: 1; padding: 20px 0 40px 0; }
.lianxi{ padding: 40px 0;}
.lxfs ul li{ float: left; width: 25%; text-align: center;}
.lxfs ul li h3{ font-weight: normal; font-size: 18px; line-height: 40px;}
.lxfs ul li p{color: #666;}

#map {
    width: 100%;
    height: 500px;
}
.ne_box{ padding: 50px 0; background: #F2F7FC;}
.ny_list{background-color: #eef2f5;}
.neiye_wz{ position: relative; box-sizing: border-box;}
.neiye_wz .weizhi{ line-height: 70px; font-size: 14px; color: #666; float: right;}
.neiye_wz .weizhi{padding-left: 24px; background: url(../img/weizhi.png) no-repeat left center; background-size: 20px;}
.neiye_wz .weizhi a{padding: 0 5px;}
.neiye_wz .fenlei{}
.fenlei li{ float: left; width: 120px;  text-align: center; line-height: 32px;padding: 20px 0;}
.liangge li,.fuwu li{width: 50%;}
.fenlei li h4{ line-height: 32px;font-weight: normal;font-size: 16px;}
.fenlei li span{ padding: 2px 0 2px 30px;}
.fenlei li:nth-child(1) span{ background: url(../img/al_icon1.png) no-repeat  left center; }
.fenlei li:nth-child(2) span{ background: url(../img/al_icon2.png) no-repeat left center;}
.fenlei li:nth-child(3) span{ background: url(../img/al_icon3.png) no-repeat left center;}
.fenlei li:nth-child(4) span{ background: url(../img/al_icon4.png) no-repeat left center; }
.fenlei li.on:nth-child(1) span,.fenlei li:nth-child(1):hover span{ background: url(../img/al_icon1b.png) no-repeat left center;}
.fenlei li.on:nth-child(2) span,.fenlei li:nth-child(2):hover span{ background: url(../img/al_icon2b.png) no-repeat left center;}
.fenlei li.on:nth-child(3) span,.fenlei li:nth-child(3):hover span{ background: url(../img/al_icon3b.png) no-repeat left center;}
.fenlei li.on:nth-child(4) span,.fenlei li:nth-child(4):hover span{ background: url(../img/al_icon4b.png) no-repeat left center;}
.fenlei li.on,.fenlei li:hover{ background:#2263bf;}
.fenlei li.on h4,.fenlei li:hover h4{color: #fff;}

.fuwu li:nth-child(1) span{ background: url(../img/fw_icon1.png) no-repeat  left center; }
.fuwu li:nth-child(2) span{ background: url(../img/fw_icon2.png) no-repeat left center;}
.fuwu li.on:nth-child(1) span,.fuwu li:nth-child(1):hover span{ background: url(../img/fw_icon1b.png) no-repeat left center;}
.fuwu li.on:nth-child(2) span,.fuwu li:nth-child(2):hover span{ background: url(../img/fw_icon2b.png) no-repeat left center;}
.sl_list{}
.sl_list li{
	background: #fff;
	margin-bottom: 30px;
}
.sl_list li .al_img{
	width: 100%;
	 height: 520px;
	 overflow:hidden;
}
.sl_list li .al_img img{
	 width: 100%;
}
.sl_list li .al_text{
	padding: 15px 30px;
	position: relative;
}
.sl_list li .al_text span{
	 display: inline-block;
	 width: 32%;
	 line-height: 30px;
	 position: relative;
	 z-index: 2;
}
.sl_list li:hover{
	 background: #2263bf;
}
.sl_list li:hover a{ color: #fff;}

/*招聘*/
.yrln{ padding: 50px 0;}

.biaoti1{text-align: center; margin-bottom: 40px;}
.biaoti1 h3{font-size: 32px; margin-bottom: 6px;}
.biaoti1 p{
	font-size: 18px;
	color: #666;
	 text-transform: uppercase;
}
.yrln_list{
	overflow: hidden;
	zoom: 1;
}
.yrln_list li{
	width: 384px;
	height: 430px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	position: relative;
}
.yrln_list li:nth-child(3n){
	 margin-right: 0;
}
.yrln_list li div{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(18,121,200,.23);
}
.yrln_list li div p{
	padding: 20px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.zhaopin{
	background: #f5f5f5;
	padding: 50px 0;
}
.picScroll-left{ width:100%;  position:relative;}
.picScroll-left .prev,.picScroll-left  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -30px;}
.picScroll-left .prev img,.picScroll-left  .next img{ width:40px;display: block;}
.picScroll-left  .next{ left: -46px; }
.picScroll-left  .prev{ right: -46px;}
.picScroll-left .bd{ width: 1200px;padding-bottom: 10px;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;padding-bottom: 10px; }
.picScroll-left .bd ul li{ float:left; _display:inline ; overflow:hidden;box-shadow: 0px 2px 3.88px 0.12px rgba(57, 56, 56, 0.13); 
	background: #fff;
	width: 320px;
	padding:10px 30px;
	margin:5px 10px;
}
.picScroll-left .bd ul li .xbt{ 
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.picScroll-left .bd ul li .xbt h3{
	font-size: 18px;
	white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
}
.picScroll-left .bd ul li .xbt p{
	font-size: 14px;
	color: #666;
	white-space: nowrap;text-overflow: ellipsis; overflow: hidden;
	
}
.picScroll-left .bd ul li .zp_xx{ 
	padding: 20px 0;
}
.picScroll-left .bd ul li .zp_xx h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.picScroll-left .bd ul li .zp_xx p{
	overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.picScroll-left .bd ul li .zp_xx span{
	display: block;
	margin: 20px 0;
	font-size: 14px;
	color: #666;
}
.picScroll-left .bd ul li a.more{
	 display: block;
	 line-height: 40px;
	 background: #e5e5e5;
	 width: 126px;
	 text-align: center;
	 border-radius: 24px;
	 color: #666;
	 font-size: 14px;
}
.picScroll-left .bd ul li:hover a.more{
	background: #2263bf;
	color: #fff;
}
.picScroll-left .hd ul{
	text-align: center;
}
.picScroll-left .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #dadada;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
}
.picScroll-left .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}

.multipleColumn{ position:relative;  }
.multipleColumn .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.multipleColumn .prev,.multipleColumn  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;margin-top: -44px;}
.multipleColumn .prev img,.multipleColumn  .next img{ width:40px;display: block;}
.multipleColumn  .next{ left: -46px;}
.multipleColumn  .prev{ right: -46px;}
.multipleColumn .bd{ overflow:hidden;  }
.multipleColumn .bd ul{ overflow:hidden; zoom:1; width:1200px;  float:left; _display:inline;  }
.multipleColumn .bd ul li{ margin:10px; float:left; _display:inline; overflow:hidden;  width:540px;  background: #fff;padding: 20px;}
.multipleColumn .bd ul li p{
	background: url(../img/xiazai.png) no-repeat center right 30px;
	padding-left: 20px;
}
.multipleColumn .hd ul{
	text-align: center;
}
.multipleColumn .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #dadada;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
}
.multipleColumn .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}

.jszc_list{
	overflow: hidden;
	zoom: 1;
	padding-bottom: 20px;
}
.jszc_list li{
	width: 384px;
	height: 410px;
	overflow: hidden;
	float: left;
	margin-right: 24px;
	box-shadow: 0px 2px 3.88px 0.12px rgba(57, 56, 56, 0.13);
}
.jszc_list li img{
	display: block;
	width: 384px;
	height: 209px;
}
.jszc_list li:nth-child(3n){
	 margin-right: 0;
}
.jszc_list li div{
	background: #fff;
	padding: 30px;
	text-align: center;
}
.jszc_list li div h3{
	font-size: 22px;
}
.jszc_list li div em{
	width: 32px;
	height: 3px;
	background: #e08c07;
	display: block;
	margin: 10px auto 24px auto;
}
.jszc_list li div p{
	 color: #666;
	 font-size: 14px;
	 line-height: 26px;
	 
}
/*关于我们*/
.about_fl li{width: 20%;}
.about_fl li:nth-child(1) span{ background: url(../img/gy_icon1.png) no-repeat  left center; }
.about_fl li:nth-child(2) span{ background: url(../img/gy_icon2.png) no-repeat left center;}
.about_fl li:nth-child(3) span{ background: url(../img/gy_icon3.png) no-repeat left center;}
.about_fl li:nth-child(4) span{ background: url(../img/gy_icon4.png) no-repeat left center; }
.about_fl li:nth-child(5) span{ background: url(../img/gy_icon4.png) no-repeat left center; }
.about_fl li.on:nth-child(1) span,.fenlei li:nth-child(1):hover span{ background: url(../img/gy_icon1b.png) no-repeat left center;}
.about_fl li.on:nth-child(2) span,.fenlei li:nth-child(2):hover span{ background: url(../img/gy_icon2b.png) no-repeat left center;}
.about_fl li.on:nth-child(3) span,.fenlei li:nth-child(3):hover span{ background: url(../img/gy_icon3b.png) no-repeat left center;}
.about_fl li.on:nth-child(4) span,.fenlei li:nth-child(4):hover span{ background: url(../img/gy_icon4b.png) no-repeat left center;}
.about_fl li.on:nth-child(5) span,.fenlei li:nth-child(5):hover span{ background: url(../img/gy_icon4b.png) no-repeat left center;}
.about_fl li.on,.about_fl li:hover{ background:#2263bf;}
.about_fl li.on h4,.about_fl li:hover h4{color: #fff;}

.about_box{ padding: 50px 0;}
.gsjs{ 
	margin-bottom: 30px;
}
.about_pt{
	width: 390px;
	float: right;
	padding-top: 14px;
	padding-left: 14px;
	height: 522px;
	background: url(../img/gypt_bg.png)no-repeat top left;
}
.about_pt img{
	width: 390px;
	height: 522px;
	display: block;
}
.gsjs span{
	font-size: 18px;
	color: #999999;
	text-transform: uppercase;
}
.gsjs h2{ margin: 5px 0 20px 0;}
.about_cont{
	 font-size: 15px;
	 color: #666;
	 line-height: 30px;
}
.wenhua{
	background: url(../img/bg_school.png) no-repeat center;
	padding: 50px 0;
	
}
.wenhua ul{}
.wenhua ul li{
	float: left;
	width: 600px;
	background: #fff;
}
.wenhua ul li img{
	display: block;
	width: 600px;
	height: 280px;
}
.wenhua_text{
	padding: 40px;
	height: 280px;
	box-sizing: border-box;
}
.wenhua_text h2{
	font-size: 20px;
}
.wenhua_text em{
	width: 32px;
	height: 3px;
	background: #e08c07;
	display: block;
	margin: 10px 0 24px 0;
}
.wenhua_text p{
	font-size: 14px;
	color: #666;
	line-height: 32px;
}
.hezuo{
	 background: #f5f5f5;
	 padding: 50px;
}
.column{ position:relative;  }
.column .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.column .prev,.column  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;margin-top: -44px;}
.column .prev img,.column  .next img{ width:40px;display: block;}
.column  .next{ left: -46px;}
.column  .prev{ right: -46px;}
.column .bd{ overflow:hidden;  }
.column .bd ul{ overflow:hidden; zoom:1; width:1200px;  float:left; _display:inline;  }
.column .bd ul li{ margin:5px 5px; float:left; _display:inline; overflow:hidden;  width:228px; height: 118px;  background: #fff;}
.column .bd ul li img{max-width: 100%; display: block;margin: auto;}
.column .hd ul{
	text-align: center;
}
.column .hd ul li{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -99999px;
	border-radius: 6px;
	margin: 10px 5px;
	background: #dadada;
}
.column .hd ul li.on{
	 width: 40px;
	 background: #2263bf;
}
.shebei{padding: 50px 0;}
.shebei_box{ width:100%;  position:relative;}
.shebei_box .prev,.shebei_box  .next{ position: absolute; top: 50%;  z-index: 600; padding: 10px; box-sizing: border-box;
margin-top: -30px;}
.shebei_box .prev img,.shebei_box  .next img{ width:40px;display: block;}
.shebei_box  .next{ left: -46px; }
.shebei_box  .prev{ right: -46px;}
.shebei_box .bd{ width: 1200px;padding-bottom: 10px;}
.shebei_box .bd ul{ overflow:hidden; zoom:1;padding-bottom: 10px; }
.shebei_box .bd ul li{ float:left; _display:inline ; overflow:hidden; text-align: center; 
	background: #fff;
	width: 580px;
	margin:5px 10px;
}
.shebei_box .bd ul li .sb_img{
	width: 580px;
	height: 382px;
	overflow: hidden;
}
.shebei_box .bd ul li img{
	 width: 100%;
	 display: block;
}
.shebei_box .bd ul li p{
	line-height: 40px;
}

.news_one{
	 overflow:hidden;
	 max-width: 1480px;
	 margin: 20px auto 60px auto ;
}
.news_one .news_one_l{ text-align: center; overflow:hidden;}
.news_one .news_one_l a{ 
	display: inline-block; 
	margin-right:2px; 
	padding-left:38px; 
	padding-right:38px; 
	overflow:hidden; 
	height:50px; 
	line-height:50px; 
	color:#333; 
	font-size:16px; 
	background:#fff;
	border-radius: 4px;
	transition:all 0.3s;
}
.news_one .news_one_l a:hover{ color:#fff; background:#f67524;}
.news_one .news_one_l a.flon{color:#fff; background:#f67524;}
.news_one .news_one_r{ float:right; overflow:hidden;height:50px; line-height:50px; background:#fff;}
.news_one .news_one_r .cinputs{ width:270px;border:0;height:50px; text-indent:20px; background:none; color:#999999; font-size:14px; font-family:"微锟斤拷锟脚猴拷"; outline:none; float:left;}
.news_one .news_one_r .cbnts{ float:right;width: 50px; height: 50px;  display: block; background:url(../images/2018/case/news_bg1.jpg) no-repeat; border:0; outline: none; color: #fff;font-size: 18px; text-align: center; line-height: 68px;cursor: pointer;font-family: '微锟斤拷锟脚猴拷';transition:all 0.3s;}
.news_one .news_one_r .cbnts:Hover{opacity:0.8;filter:Alpha(opacity=80);}






.news_list{ }
.news_list ul li{ 
	float:left; 
	width:32%; 
	overflow:hidden; 
	margin-right:2%; 
	background:#fff; 
	transition:all 0.5s; 
	margin-bottom:2%;
	padding: 10px 0 30px 0;
}
.news_list ul li:nth-child(3n+0){ margin-right:0;}
.news_list ul li .txts{ width:92%; margin:0 auto; max-width:400px;}
.news_list ul li .txts .time{
	display: block;
    font-size: 15px;
    color: #959CAD;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    font-family: "Arial";
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.news_list ul li .txts .h2{ 
	font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-weight: bold;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.news_list ul li .txts .p{ 
	font-size:15px; 
	color:#666666; 
	line-height:28px; 
	height:56px; 
	overflow:hidden;
	transition:all 0.3s;
}
.news_list ul li .txts .dates{ margin-top:16px; padding-top:24px; border-top:1px solid #f5f5f5; overflow:hidden;
 font-size:14px; color:#959CAD; line-height:22px; margin-bottom:26px;
 padding-bottom: 20px;
 }
.news_list ul li .txts .dates span{ display:block; color:#000000; font-size:48px; line-height:46px; height:46px;transition:all 0.3s; margin-bottom:2px;}
.news_list ul li .txts .tags{ overflow:hidden; height:22px; line-height:22px; color:#999; margin-top:10px;}
.news_list ul li .txts .tags span{ float:left; margin-right:6px;font-size:14px;}
.news_list ul li .txts .tags a{ float:left; margin-right:5px;font-size:14px; color:#999;}


.news_list ul li:hover .txts .time{
	border-bottom: 1px solid #ff7010;
}
.news_list ul li:hover .txts .h2{
	color: #ff7010;
}


#pageinfo{clear:both; padding:1.25rem 0; height:auto; text-align:center;}
#pageinfo ul{ display:inline-block;}
#pageinfo ul li{ float:left; padding:0 0.2rem; margin:0.5rem 0;}
#pageinfo ul li a{ 
	background-color:#fff; color: #666; 
	min-width:2.375rem; display:inline-block; 
	width: auto; height: auto; text-align:center;
	border-radius:0.25rem; font-size:15px; padding: 8px; }
#pageinfo ul li a:hover,#pageinfo ul li.active a{ background-color:#ff7010; color:#fff;}
#pageinfo ul li.active a{background-color:#ff7010;}
#pageinfo ul li span{ background-color:#fff; min-width:2.375rem; display:inline-block; text-align:center;color:#333; border-radius:0.25rem; font-size:1rem; padding: 0.5rem;}
#pageinfo ul li span.current{background-color:#ff7010; color:#fff;}


/*新闻详情*/
.anim-show{
	max-width: 1480px;
	margin: auto;
}
.news_show2{ overflow:hidden; }
.news_show2 .news_show_l{width: calc(100% - 430px);float: left;overflow: hidden; color:#333; background:#fff; padding-left:30px; padding-right:30px; padding-bottom:60px; box-sizing: border-box;}
.news_show2 .news_show_l .new_show_l_top{ margin-top:30px; padding-bottom:23px; overflow:hidden; border-bottom:1px solid #e1e1e1;}
.news_show2 .news_show_l .new_show_l_top h1{ font-size:24px; line-height:38px; overflow:hidden; color:#000; font-weight:normal;}
.news_show2 .news_show_l .new_show_l_top p{color: #959CAD; height:48px; line-height:48px; overflow:hidden; font-size:15px;}
.news_show2 .news_show_l .new_show_l_text{ padding-top:35px;line-height:30px; font-size:16px; }
.news_show2 .news_show_l .new_show_l_text p{ margin-bottom:17px; font-size:16px;}
.news_show2 .news_show_l .new_show_l_text h1{ line-height:35px; font-size:14px;}
.news_show2 .news_show_l .new_show_l_text img{/*display: block;*/ max-width: 100%; margin-bottom:10px;}/*margin: 0 auto;*/
.news_show2 .news_show_l .new_show_l_text .news_show_tag{ overflow:hidden; margin-top:33px; line-height:32px; margin-bottom:50px;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag span{ margin-bottom:10px; float:left; font-size:16px;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag a{ float:left; padding-left:20px; padding-right:20px;line-height:32px; height:32px; overflow:hidden; color:#999; font-size:16px; margin-bottom:10px; margin-right:1px; background:#fff; border:1px solid #fff;transition:all 0.3s;}
.news_show2 .news_show_l .new_show_l_text .news_show_tag a:hover{opacity:0.8;filter:Alpha(opacity=80); border:1px solid #f45900; color:#f45900;}
.news_show2 .news_show_l .fenxiang{  overflow:hidden; text-align:center; border-top:1px solid #e8e8e8; padding-top:2%; margin-top:2%;}
.news_show2 .news_show_l .fenxiang .span{line-height:34px; color:#333333; display:block; font-size:18px;}
.news_show2 .news_show_l .fenxiang .news_fx{ text-align:center; margin-top:3%; margin-bottom:4%;}
.news_show2 .news_show_l .fenxiang .news_fx ul li{ display:inline-block; width:58px; height:58px; overflow:hidden; margin-left:3%; margin-right:3%; background-repeat:no-repeat; background-size:100% 100%; cursor:pointer;}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs1{ background-image:url(../images/2018/case/ico1.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs2{ background-image:url(../images/2018/case/ico2.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li.bgs3{ background-image:url(../images/2018/case/ico3.png);}
.news_show2 .news_show_l .fenxiang .news_fx ul li:hover{transition:all 0.3s;opacity:0.9;filter:Alpha(opacity=90);}
.news_show2 .news_show_l .fenxiang .news_fx ul li a{ display:block; width:100%; height:100%;}
.news_show2 .news_show_r{width:400px;float: right; overflow:hidden;}
.news_show2 .news_show_r .new_show_right_top{ font-size:22px; color:#000; margin-top:30px; margin-bottom:10px; font-weight:normal; height:38px; line-height:38px; padding-left:30px; padding-right:30px;}
.news_show2 .news_show_r .new_show_right_top .tagchange{ float:right; padding-left:29px;  background:url(../images/2018/case/tag_bg1.png) left center no-repeat;font-size:16px; color:#999999;}
.news_show2 .news_show_r .new_show_right_top .tagchange:hover{color:#f67524;}
.news_show2 .news_show_rnews{overflow: hidden; color:#666; background:#fff;}
.news_show2 .news_show_rnews .ul li{ display:block; border-bottom:1px dashed #cccccc; padding-bottom:20px; margin-bottom:20px; overflow:hidden; margin-left:30px; margin-right:30px;}
.news_show2 .news_show_rnews .ul li h1{ font-weight:normal; font-size:16px; color:#333; height:38px; line-height:38px; overflow:hidden}
.news_show2 .news_show_rnews .ul li h1 a{color:#000000;}
.news_show2 .news_show_rnews .ul li h1 a:hover{color:#f67524;}
.news_show2 .news_show_rnews .ul li p{ color:#999; font-size:14px; height:36px; line-height:36px; overflow:hidden;}
.news_show2 .news_show_rnews .ul li:last-child{ border-bottom:0; margin-bottom:0;}
.prenext{text-align:center; padding-bottom:3%; overflow:hidden; border-top:1px solid #e8e8e8; padding-top:4%;}
.prenext a{ color:#333333; display:inline-block; height:50px; line-height:50px; width:172px; overflow:hidden;  font-size:16px; background:#e8e8e8;}
.prenext a:hover{ color:#fff; background:#f67524; text-decoration:none;}
.prenext a label{ font-family:"锟斤拷锟斤拷"; font-size:22px;}
.prenext a label.a{ padding-right:12%;}
.prenext a label.b{ padding-left:12%;}
.prenext a.nodata{ background:#e8e8e8;color:#333333;}


/*联系我们*/
.lxfs{ background:#eef2f5; overflow: hidden; zoom: 1; padding:50px 40px 40px; margin-bottom: 20px;}
.lxds_box{ float: left;}
.lxds_box .bt h2{ font-size: 18px; color: #014586;}
.lxds_box .bt em{ display: block; height: 3px; width: 44px; background: #014586; margin: 14px 0;}
.lxds_box p{ float: left;  margin-right:80px;font-size: 15px; color: #666; line-height: 40px;}
.lxds_box h3{font-size: 15px; color: #666; font-weight: normal; line-height: 40px;}
.lx_ewm{ float: right;}
.lx_ewm li{ float: left; text-align: center; margin-left: 60px;}
.lx_ewm li img{ width: 106px; height: 106px;}
.lx_ewm li p{font-size: 15px; color: #666; line-height: 32px;}
#map {
    width: 100%;
    height: 500px;
}
/*常见问题*/
.jrtq .text h4{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.jrtq .text>span{
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 36px;
    margin-top: 20px;
}
.jrtq .text>p{
    line-height: 36px;
    font-size: 15px;
    color: #666666;

}
.zp_jj{ padding-right: 30px; margin-top: 20px; position: relative;}
.zp_jj p{ float: left; font-size: 14px; font-size: 15px; color: #666; margin-right: 30px;}
.jrtq .text h3{ position: absolute; right: 20px; top: 21px; font-weight: normal; width: 32px; height: 32px; border-radius: 50%;
 background: url(../img/jt01.png) no-repeat center  #fff; background-size: 16px auto;}
.neirong{ line-height: 28px;color: #666666;  overflow: hidden; margin-top: 14px; display: none;}

.jrtq li.zhankai .neirong{
display: block;
}
.jrtq li.zhankai h3{ background: url(../img/jt02.png) no-repeat  center  #fff; background-size: 16px auto;}
.jrtq li{
	background: #f6f6f6;
    padding:26px;
    box-sizing: border-box;
    margin-bottom: 18px;
    position: relative;
     cursor: pointer;
}
.jrtq li .more{
    background: #ececec;
    width: 166px;
    height: 40px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 50%;
    right: 36px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}
.jrtq li .more:hover{
    background: #1d669b;
    color: #ffffff;
}
.jrtq li .more span{
    vertical-align: middle;
}
.jrtq li .more img{
    margin-left: 20px;
}


#contact{padding:40px; background:#f9f9f9; margin-bottom: 40px;}
#contact h2{height:22px; line-height:22px; margin-bottom:30px; font-size:18px; font-weight:bold; overflow:hidden;}
#contact .fl p{height:32px; line-height:32px; margin-top:22px; padding-left:44px; background-repeat:no-repeat; background-position:left center; font-size:14px; overflow:hidden;}
#contact .fl p:first-child{margin-top:0;}
#contact .fl p.c-icon1{background-image:url(img/c-icon1.png);}
#contact .fl p.c-icon2{background-image:url(img/c-icon2.png);}
#contact .fl p.c-icon3{background-image:url(img/c-icon3.png);}
#contact .fr{margin-top:4px;}
#contact .fr img{width:100px; height:100px; margin:0 auto; border:1px solid #e1e1e1;}
#contact .fr h3{height:16px; line-height:16px; margin-top:14px; font-size:14px; text-align:center; color:#666; overflow:hidden;}




.fixedBox{
	position: fixed;
    right: 5px;
    top: 27%;
    width: 90px;
    height: 400px;
    text-align: center;
    font-size: 12px;
    color: #73767c;
    z-index: 9999;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 50px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 50px 0 rgb(0 0 0 / 5%);
}
.fixedBox ul {
    width: 100%;
    position: relative;
}
.fixedBox ul li {
    width: 100%;
    height: 92px;
    padding-top: 17px;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s;
    position: relative;
}
.fixedBox ul li:first-child {
    border-radius: 10px 10px 0 0;
}
.fixedBox_fixedBox__2xCu1 ul li .fixedBox_icon__31R, .fixedBox_fixedBox__2xCu1 ul li .fixedBox_name__2fqmM {
    display: block;
}
.fixedBox ul li .fixedBox_icon__31R img{
	width: 44px;
	display: block;
	margin: auto;
}
.fixedBox ul li:hover{
	background: #fff4ee;
}
.fixedBox ul li .cl_ewm{
	position: absolute;
	right: 40px;
	top: 0;
	opacity: 0;
	width: 120px;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 50px 0 rgb(0 0 0 / 5%);
	
}
.fixedBox ul li .cl_ewm img{
	display: block;
	width: 100%;
}
.fixedBox ul li:hover .cl_ewm{
	right: 100px;
	opacity: 1;
	transition: all 1s;
}


/*产品介绍*/
.shop-content {
    max-width: 1480px;
    margin: 0 auto;
	padding: 0 20px;
}
.shop-detail-left{
	width: calc(100% - 260px);
	float: left;
}
.shop-detail-con {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.shop-detail-con-nav {
    display: flex;
    padding: 0 60px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 60px;
    color: #333333;
}

.shop-detail-con-nav li {
    display: flex;
    align-items: center;
}

.img-134 {
    width: 46px;
    height: 46px;
    margin-right: 7px;
}

.shop-detail-intro-right {
    width: 190px;
    flex: 1;
	padding-top: 20px;
}

.shop-detail-intro {
    display: flex;
}

.shop-detail-imgs {
    width: 518px;
    margin-right: 20px;
}

.shop-detail-big-img {
    width: 518px;
    height: 345px;
    background-size: cover;
    background-position: center;
}

.shop-detail-small-img {
    display: flex;
    flex-wrap: wrap;
}

.shop-detail-small-img p {
    background-size: cover;
    background-position: center;
    width: 66px;
    height: 44px;
    margin-top: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

.shop-detail-small-img p.active {
    border: 1px solid #F85900;
}

.shop-detail-intro-title {
    font-size: 22px;
    color: #333333;
    line-height: 19px;
}

.shop-detail-intro-text {
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 22px;
}

.shop-detail-prices {
    /* width: 590px; */
    height: 82px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 185, 60, 0.1);
    padding: 15px 37px 15px 0;
    box-sizing: border-box;
}

.shop-detail-price-name {
    text-indent: 10px;
    width: 70px;
    display: inline-block;
    font-size: 12px;
    color: #819199;
    line-height: 18px;
}

.shop-detail-price-num {
    font-size: 12px;
    color: #5D6471;
    line-height: 18px;
    text-decoration: line-through;
}

.shop-detail-price-big-num {
    font-size: 26px;
    color: #F85900;
    line-height: 30px;
}

.shop-detail-prices-right {
    border-left: 1px solid #F2E3C8;
    padding-left: 26px;
    padding-top: 10px;
    box-sizing: border-box;
}

.shop-detail-use {
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    margin-bottom: 9px;
}
.shop-detail-right{
	width: 238px;
	float: right;
}
.shop-detail-lists {
    width: 238px;
    background: #FFFFFF;
    padding: 19px 17px 19px 15px;
    box-sizing: border-box;
}

.shop-detail-list {
    margin-top: 24px;
}

.shop-detail-right-title {
    font-size: 22px;
    color: #333333;
    line-height: 30px;
}

.shop-detail-right {
    margin-left: 20px;
}

.img-140 {
    width: 100%;
}

.shop-detail-list-text {
    margin-top: 13px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 14px;
}

.shop-detail-con {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.shop-detail-con-nav {
    display: flex;
    padding: 0 60px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 60px;
    color: #333333;
}

.shop-detail-con-nav li {
    display: flex;
    align-items: center;
}

.img-134 {
    width: 46px;
    height: 46px;
    margin-right: 7px;
}

.shop-detail-intro-right {
    width: 190px;
    flex: 1;
}

.shop-detail-intro {
    display: flex;
}

.shop-detail-imgs {
    width: 518px;
    margin-right: 20px;
}

.shop-detail-big-img {
    width: 518px;
    height: 345px;
    background-size: cover;
    background-position: center;
}

.shop-detail-small-img {
    display: flex;
    flex-wrap: wrap;
}

.shop-detail-small-img p {
    background-size: cover;
    background-position: center;
    width: 66px;
    height: 44px;
    margin-top: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}

.shop-detail-small-img p.active {
    border: 1px solid #F85900;
}

.shop-detail-intro-title {
    font-size: 22px;
    color: #333333;
    line-height: 19px;
}

.shop-detail-intro-text {
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 22px;
}

.shop-detail-prices {
    /* width: 590px; */
    height: 82px;
    display: flex;
    justify-content: space-between;
    background: rgba(255, 185, 60, 0.1);
    padding: 15px 37px 15px 0;
    box-sizing: border-box;
}

.shop-detail-price-name {
    text-indent: 10px;
    width: 70px;
    display: inline-block;
    font-size: 12px;
    color: #819199;
    line-height: 18px;
}

.shop-detail-price-num {
    font-size: 12px;
    color: #5D6471;
    line-height: 18px;
    text-decoration: line-through;
}

.shop-detail-price-big-num {
    font-size: 26px;
    color: #F85900;
    line-height: 30px;
}

.shop-detail-prices-right {
    border-left: 1px solid #F2E3C8;
    padding-left: 26px;
    padding-top: 10px;
    box-sizing: border-box;
}

.shop-detail-use {
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    margin-bottom: 9px;
}
.img-132 {
    width: 13px;
    height: 13px;
    /* margin-right: 2px; */
}
.shop-detail-price {
    font-size: 12px;
    color: #333333;
}
.mt-22 {
    margin-top: 22px;
}
.mt-34 {
    margin-top: 34px;
}
.shop-detail-small-list {
    padding: 0 14px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    border-radius: 2px 2px 2px 2px;
    position: relative;
    border: 1px solid #EFF1F6;
    font-size: 13px;
    color: #333;
    display: inline-block;
    cursor: pointer;
}
.shop-detail-small-list.active {
    border-color: #F85900;
}
.shop-detail-small-btn {
    width: 116px;
    height: 36px;
    background: #F85900;
    border-radius: 2px 2px 2px 2px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
}
.shop-detail-small-list.active .img-131 {
    display: block;
}

.img-131 {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 20px;
    display: none;
}
.shop-detail-tip {
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 27px;
    box-sizing: border-box;
    background-color: #fff;
	padding-top: 10px;
}
.shop-detail-tip img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.shop-detail-tip-b {
    margin: 13px 0;
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    font-weight: 500;
}
.input-con {
    background-color: #fff;
    padding: 16px 14px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 220px;
}
.input-con input {
    width: 100%;
    width: 192px;
    text-indent: 11px;
    height: 36px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #EFF1F6;
}
.input-title {
    font-size: 16px;
    font-weight: normal;
    color: #F85900;
    margin-bottom: 12px;
    line-height: 20px;
}
.input-text {
    font-size: 14px;
    font-weight: normal;
    color: #505C73;
    line-height: 26px;
}
.input-con textarea {
    height: 92px;
    resize: none;
    padding: 11px;
    box-sizing: border-box;
    border: 1px solid #EFF1F6;
    margin-bottom: 17px;
}
.input-btn {
    text-align: center;
    line-height: 36px;
    color: #fff;
    height: 36px;
    background: #F85900;
    border-radius: 2px 2px 2px 2px;
    margin-bottom: 32px;
    display: block;
}
.news-right-btn {
    width: 220px;
    flex-shrink: 0;
    height: 98px;
    background: linear-gradient(90deg, #F3F4F4 0%, rgba(255, 255, 255, 0) 100%);
    margin-top: 17px;
    background-image: url(../img/img-087.png);
    background-size: cover;
    background-position: center;
    padding-top: 25px;
    padding-left: 20px;
    box-sizing: border-box;
}
.news-right-btn-title {
    font-size: 16px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #F85900;
    line-height: 20px;
}
.news-right-btn-text {
    margin-top: 3px;
    font-size: 12px;
    font-family: Alibaba PuHuiTi 2.0-55 Regular, Alibaba PuHuiTi 20;
    font-weight: normal;
    color: #F85900;
    line-height: 18px;
}

/* 关于我们 */
.scheme {
    padding:0 20px 92px 20px;
}

.scheme:after{content:"";height:0;display:block;clear:both}
.scheme .left{
	width: 50%;
	float: left;
	padding-right: 100px;
	box-sizing: border-box;
}
.scheme .txt1{
	line-height: 30px;
	font-size: 24px;
	color: #666666;
}
.scheme .txt2{
	line-height: 60px;
	font-size: 48px;
	color: #000000;
	margin-top: 30px;
}
.scheme .btn{
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../images/20180809/scheme_btn.png) no-repeat right 44px center #333333;
	display: block;
	font-size: 20px;
	color: #fff;
	text-indent: 44px;
	text-align: left;
	margin-top: 120px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.scheme .btn:hover{
	background-color: #F57426;
	background-position: right 32px center;
}
.scheme .text{
	width: 50%;
	float: right;
	line-height: 36px;
	font-size: 18px;
	color: #666666;
	text-align: justify;
}
.scheme .text p{
	font-size: 18px;
	color: #666666;line-height: 36px;
}
.shade {
    display: block;
        width: 100%;
        height: 100%;
	position: relative;	
}
.z1, .shade {
    z-index: 1;
}

.sAbout-honor {
  padding: 68px 0 120px 0;
  background-color: #fff;
  background-image: url(../img/bgsa-honor.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sAbout-honor-move {
  position: relative;
  min-height: 280px;
  padding-bottom: 2.8rem;
  margin-top: 1rem;
}
.sAbout-honor-move-rotateMove {
  z-index: 3;
  position: relative;
  width: 1440px;
  height: 280px;
}
.sAbout-honor-move-rotateMove .item.moveItem.base {
  padding: 0;
  width: 0;
  height: 0;
  top: 140px;
  left: 50%;
  opacity: 0;
}
.sAbout-honor-move-rotateMove .item.moveItem.L2.pOn {
  padding: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.sAbout-honor-move-rotateMove .item.moveItem.L1.pOn {
  padding: 0;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.sAbout-honor-move-rotateMove .item.moveItem.L0 {
  padding: 0;
  width: 440px;
  height: 280px;
  top: 0px;
  left: 500px;
  opacity: 1;
}
.sAbout-honor-move-rotateMove .item.moveItem.L1.nOn {
  padding: 0;
  width: 440px;
  height: 280px;
  top: 0px;
  left: 1060px;
  opacity: 1;
}
.sAbout-honor-move-rotateMove .item.moveItem.L2.nOn {
  padding: 0;
  width: 0;
  height: 0;
  top: 140px;
  left: 1280px;
  opacity: 0;
}
.sAbout-honor-move-rotateMove:after {
  content: " ";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -52px;
  height: 172px;
  width: 100%;
  background-image: url(../img/bgsa-honor-tray.png);
  background-size: 645px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-honor-move-rotateMove .shade:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/loading.gif);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sAbout-honor-move-rotateMove .box {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out 450ms;
  transition: opacity 250ms ease-out 450ms;
}
.sAbout-honor-move-rotateMove._loaded:after {
  -webkit-transition: all 250ms ease-out 500ms;
  transition: all 250ms ease-out 500ms;
  opacity: 1;
  visibility: visible;
}
.sAbout-honor-move-rotateMove._loaded .shade:before {
  -webkit-transition: all 250ms ease-out 400ms;
  transition: all 250ms ease-out 400ms;
  opacity: 0;
  visibility: hidden;
}
.sAbout-honor-move-rotateMove._loaded .box {
  opacity: 1;
}
.sAbout-honor-move-rotateMove .ysqMoveBox {
  position: relative;
  z-index: 1;
  height: 100%;
  white-space: nowrap;
}
.sAbout-honor-move-rotateMove .shade {
  overflow: visible;
}
.sAbout-honor-move-rotateMove .item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: auto;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
  transition: all 400ms ease-out 0s, z-index 0ms ease-out 0s;
}
.sAbout-honor-move-rotateMove .item.moveItem {
  position: absolute;
  left: 0;
  top: 0;
}
.sAbout-honor-move-rotateMove .item .pic {
  width: 100%;
  height: 100%;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: all 250ms ease-out 0s;
  transition: all 250ms ease-out 0s;
}
.sAbout-honor-move-rotateMove .item .pic img {
  -o-object-fit: contain;
     object-fit: contain;
	     position: absolute;
	     left: 0;
	     top: 0;
	     z-index: 1;
	     border-radius: inherit;
	     width: 100%;
	     height: 100%;
}
.sAbout-honor-move-rotateMove .item.on .pic {
  -webkit-filter: none;
          filter: none;
}
.sAbout-honor-move-rotateMove .description {
  text-align: center;
  margin-top: 70px;
  font-size: 16px;
  line-height: 1.25;
}

.ctr.ctrX1.next:after {
    background-position: right 0;
}
.dn {
    display: none!important;
}

/*案例详情*/
.csae_box{
	padding:1px 0 24px 0;
	border-bottom: dashed 1px #e1e8ec;
	margin-bottom: 30px;
	position: relative;
}
.case-title{
	padding: 35px 0;
    font-weight: normal;
    font-size: 22px;
    color: #333;
    line-height: 20px;
    max-width: 600px;
}
.tedian{margin-left: 20px;}
.tedian li{
	line-height: 40px;
	color: #666;
	font-size: 15px;
}
.tedian li span{
	color: #3366FF;
	padding-right: 10px;
	font-size: 14px;
}
.fk-articleShareWrap{
	position: absolute;
	top: 20px;
	right: 0;
}
.fk-articleShareWrap .f-bd-share {
    text-align: left;
}
.fk-articleShareWrap .f-field {
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 34px;
    padding-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}
.fk-articleShareWrap .f-bd-share .f-sItem {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: url(img/home_ico.png) no-repeat 0 0;
    margin-right: 10px;
}
.fk-articleShareWrap .f-bd-share .f-sina {
    background-position: -44px 0px!important;
}
.fk-articleShareWrap .f-bd-share .f-qq {
    background-position: -86px 0px!important;
}

@media screen and (min-width: 1025px){
	.pc-hide, .m-link {
		display: none !important;
	}
}
@media screen and (max-width: 1024px){
	.m-hide {
	    display: none !important;
	}
}

@media screen and (max-width: 1600px) {
  .sAbout-honor-move-rotateMove {
    width: 1200px;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L0 {
    left: 380px;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L1.nOn {
    left: 920px;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L2.nOn {
    left: 920px;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-move-rotateMove {
    font-size: 100px;
  }
}
@media screen and (max-width: 749px) {
  .sAbout-honor-move-rotateMove {
    font-size: 90px;
  }
}
@media screen and (max-width: 699px) {
  .sAbout-honor-move-rotateMove {
    font-size: 85px;
  }
}
@media screen and (max-width: 649px) {
  .sAbout-honor-move-rotateMove {
    font-size: 80px;
  }
}
@media screen and (max-width: 599px) {
  .sAbout-honor-move-rotateMove {
    font-size: 75px;
  }
}
@media screen and (max-width: 549px) {
  .sAbout-honor-move-rotateMove {
    font-size: 70px;
  }
}
@media screen and (max-width: 499px) {
  .sAbout-honor-move-rotateMove {
    font-size: 65px;
  }
}
@media screen and (max-width: 449px) {
  .sAbout-honor-move-rotateMove {
    font-size: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-move-rotateMove {
    width: 100%;
    height: 3.5em;
    overflow: visible;
  }

  .sAbout-honor-move-rotateMove:after {
    background-size: 110% auto;
    height: 2.064em;
    margin-top: -0.696em;
  }
  .sAbout-honor-move-rotateMove .shade {
    width: 6.8em;
    height: 3.5em;
    left: 0;
    margin-left: 0;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .sAbout-honor-move-rotateMove .item.moveItem {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }
  .sAbout-honor-move-rotateMove .item.moveItem.base {
    padding: 0;
    width: 0;
    height: 0;
    top: 1.75em;
    left: 3.4em;
    opacity: 0;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L2.pOn {
    padding: 0;
    width: 0em;
    height: 0em;
    top: 1.75em;
    left: 0em;
    opacity: 0;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L1.pOn {
    padding: 0;
    width: 2.2em;
    height: 1.4em;
    top: 1.05em;
    left: 0em;
    opacity: 0;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L0 {
    padding: 0;
    width: 5.5em;
    height: 3.5em;
    top: 0;
    left: 0.65em;
    opacity: 1;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L1.nOn {
    padding: 0;
    width: 2.2em;
    height: 1.4em;
    top: 1.05em;
    left: 4.6em;
    opacity: 0;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.L2.nOn {
    padding: 0;
    width: 0em;
    height: 0em;
    top: 1.75em;
    left: 6.8em;
    opacity: 1;
  }
  .sAbout-honor-move-rotateMove .item.moveItem h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    -webkit-transition: all 250ms ease-out 0ms;
    transition: all 250ms ease-out 0ms;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .sAbout-honor-move-rotateMove .item.moveItem .link {
    display: none;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.on {
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
  }
  .sAbout-honor-move-rotateMove .item.moveItem.on .link {
    display: block;
  }
  .sAbout-honor-move-rotateMove .item.moveItem.on h3 {
    -webkit-transition: all 250ms ease-out 300ms;
    transition: all 250ms ease-out 300ms;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.sAbout-honor-move-tab {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sAbout-honor-move-tab .dt {
  color: #999999;
}
.sAbout-honor-move-tab .dt i {
  font-size: 48px;
  color: #d70c18;
  font-weight: bold;
  font-family: Times New Roman, sans-serif;
}
.sAbout-honor-move-tab .ds {
  margin-top: 1rem;
  color: #999999;
}
.sAbout-honor-move-tab .ds .now {
  color: #d70c18;
}
.sAbout-honor-move-tab .dd {
  margin-top: 0.4rem;
  width: 100%;
}
.sAbout-honor-move-tab .dd h3 {
  line-height: 1.5;
  color: #333333;
}
.sAbout-honor-move-tab .dd h3:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 1px;
  padding: 0 0.3rem;
  background-color: #848484;
  margin-left: 0.3rem;
}
.sAbout-honor-move-tab .dd .date {
  margin-top: 0.4rem;
  font-size: 14px;
  color: #666666;
}
.sAbout-honor-move-tab .ctrs {
  position: relative;
  margin-top: 30px;
  height: 60px;
  width: 150px;
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-move-tab {
    position: relative;
    width: 100%;
    margin-top: 70PX;
    margin-bottom: -0.6rem;
  }
  .sAbout-honor-move-tab .box.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .sAbout-honor-move-tab .box.on:after {
    display: none;
  }
  .sAbout-honor-move-tab .ds {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sAbout-honor-move {
    padding-bottom: 0;
  }
}
.Tt > .box, .Tt > .ysqMoveBox, .Tt > .ysqJsBox {
    display: none;
}
.Tt > .box.on, .Tt > .ysqMoveBox.on, .Tt > .ysqJsBox {
    display: block;
}
.sAbout-honor-move-tab .ctrs {
    position: relative;
    margin-top: 0.8rem;
    height: 60px;
    width: 150px;
}
.ctr.ctrX1 {
    position: absolute;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 9.6px 0.4px rgb(0 0 0 / 6%);
    box-shadow: 0px 4px 9.6px 0.4px rgb(0 0 0 / 6%);
    border-radius: 50%;
}
.ctr.ctrX1.prev {
    left: 0;
}
.ctr.ctrX1.next {
    right: 0;
}
.sAbout-honor-move-rotateMove .ctr {
  z-index: 20;
  top: 50%;
  margin-top: -30px;
}
.sAbout-honor-move-rotateMove .ctr.prev {
  left: 0;
}
.sAbout-honor-move-rotateMove .ctr.next {
  right: 0;
}
.ctr.ctrX1 s {
    display: none;
}
.ctr.ctrX1:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background-image: url(../img/ctrX1.png);
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: 80px auto;
}
.ctr.ctrX1.prev:after {
    background-position: 0 0;
}
.sAbout-honor-move-tab .dt i {
    font-size: 2.5em;
    color: #d70c18;
    font-weight: bold;
    font-family: Times New Roman, sans-serif;
}
.sAbout-honor-move-tab .dt {
    color: #999999;
}
.sAbout-honor-move-tab .ds {
    margin-top: 1rem;
    color: #999999;
}
.sAbout-honor-move-tab .ds .now {
    color: #d70c18;
}
.sAbout-honor-move-tab .ds .now {
    color: #d70c18;
}
.sAbout-honor-move-tab .dd h3 {
    line-height: 1.5;
    color: #333333;
}
.sAbout-honor-move-tab .dd .date {
    margin-top: 0.4rem;
    font-size: 14px;
    color: #666666;
}

/*产品*/
.cases_center__1dHyq li {
    width: 23.5%;
    float: left;
    height: 490px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    margin-right: 2%;
    border-radius: 10px;
    top: 0;
    transition: top .3s;
    -moz-transition: top .3s;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
}
.cases_center__1dHyq li:nth-child(4n){
	margin-right: 0;
}
.cases_center__1dHyq li .cases_logoBox__3U3SB {
    padding-top: 60px;
    margin-bottom: 60px;
}
.cases_center__1dHyq li .cases_box{
	text-align: center;
}
.cases_center__1dHyq li .cp_logo{
	display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0px auto;
}
.cases_center__1dHyq li .cp_logo img{
	display: block;
	margin: auto;
	width: 60%;
	max-width:106px ;
}
.cases_center__1dHyq li h2{
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
}
.cases_center__1dHyq li .cases_line__1_H2v{
	width: 35px;
    height: 2px;
    border: 1px solid #efefef;
    display: inline-block;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.cases_center__1dHyq li p{
	padding: 0 20px;
    font-size: 15px;
    font-family: PingFangSC-Regular,PingFang SC;
    font-weight: 400;
    color: #73767c;
    height: 118px;
    overflow: hidden;
    line-height: 24px;
}
.cases_center__1dHyq li .cases_imgBox__2Bwuh{
	overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
}
.cases_center__1dHyq li .cases_imgBox__2Bwuh .cases_imgBox{
	width: 100%;
	height: 100%;
}
.cases_center__1dHyq li .cases_imgBox__2Bwuh .cases_imgBox img{
	width: 100%;
}


.cases_center__1dHyq li:hover .cases_imgBox__2Bwuh{
	 opacity: 1;
}
.cases_center__1dHyq li .cases_qrBoxOut__1V7eE{
	width: 100%;
    height: 240px;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding-top: 70px;
    background: url(../img/zzc.png) no-repeat 50%/cover;
}
.cases_center__1dHyq li .cases_qrBoxOut__1V7eE .cases_qrBox__3zzGE{
	padding: 30px 0;
}
.cases_center__1dHyq li .cases_qrBoxOut__1V7eE .cases_qrBox__3zzGE img{
	max-width: 120px;
}
.cases_center__1dHyq li .cases_qrBoxOut__1V7eE .cases_text__1wuGm{
	display: block;
    color: #595961;
    font-size: 14px;
}


@media screen and (max-width:1200px) {
	.shop-detail-left{width: 100%;}
	.shop-detail-right{width: 100%; margin-top: 20px;}
	.shop-detail-lists{width: 100%;}
	.shop-detail-list{
		float: left;
		width: 24%;
		margin-right: 1.33%;
	}
	.shop-detail-list:nth-child(5){margin-right: 0;}
	.shop-detail-list:nth-child(6){display: none;}
	.input-con{display: none;}
	.news-right-btn{display: none;}
	
	/*新闻详情*/
	.news_show2 .news_show_r{
		width: 260px;
	}
	.news_show2 .news_show_l{
		width: calc(100% - 280px);
	}
}
@media screen and (max-width:900px) {
	.banner .swiper-container, .swiper-wrapper, .swiper-slide{
		height: 56vh;
	}
	.logo img{
		height: 38px ;
	}
	.nav{
		display: none;
	}
	.menu{
		top: 12px;
		display: block;
	}
	#gonggao,#biaodan{padding: 20px;}
	#gonggao .gg_list{
		margin-left: 16px;
		width: calc(100% - 200px);
	}
	#gonggao .gg_list li{display: none;}
	#gonggao .gg_list li:first-child{display: block;}
	#biaodan .shuru{width: 100%;}
	#biaodan .shuru input{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 10px;
	}
	#biaodan .shuru input:nth-child(2n){margin-right: 0;}
	#biaodan button{
		float: none;
		margin: 0 auto;
		width: 48%;
	}
	
	#chanpin .cp_lb{
		position: relative;
	}
	#chanpin .cp_lb li{
		width: 48%;
		margin-left: 4%;
	}
	#chanpin .cp_lb li:nth-child(3), #chanpin .cp_lb li:nth-child(6), #chanpin .cp_lb li:nth-child(8), #chanpin .cp_lb li:nth-child(10){
		margin-left: 4%;
	}
	#chanpin .cp_lb li:nth-child(2n){
		margin-left: 0;
	}
	#chanpin .cp_lb li.product-item.more{
		height: 125px;
	}
	#chanpin .cp_lb li.product-item.more .product-more-title{
		margin-top: 10px;
		font-size: 20px;
		line-height: 26px;
	}
	#chanpin .cp_lb li.product-item.more .product-more-title:before{
		left: 0;
	}
	#chanpin .cp_lb li.product-item.more .product-more-btn{
		bottom: 10px;
		width: 120px;
		height: 36px;
		line-height: 36px;
	}
	.shuju{
		padding:20px;
	}
	.shuju li h2{
		padding-top: 60px;
		padding-left: 0;
		text-align: center;
	}
	.shuju li:nth-child(1) h2{
		background: url(../img/shuju1@2x.png) no-repeat top center;
	}
	.shuju li:nth-child(2) h2{
		background: url(../img/shuji2@2x.png) no-repeat top center;
	}
	.shuju li:nth-child(3) h2{
		background: url(../img/shuji3@2x.png) no-repeat top center;
	}
	.shuju li:nth-child(4) h2{
		background: url(../img/shuju4@2x.png) no-repeat top center;
	}
	.shuju li p{
		margin: 0 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.fwbz_wz .fwys{
		max-width: auto;
		width: 200%;
	}
	
	.fixedBox{
		display: none;
	}
	.foot .foot_box{
		padding: 20px;
	}
	.partner_list li{
		width: 32%;
		margin-right: 2%;
	}
	.partner_list li:nth-child(3n){
		margin-right: 0;
	}
	.foot_box dl:nth-child(1){
		display: none;
	}
	.foot_box dl:nth-child(2){
		display: none;
	}
	.foot_box dl.link{
		width: 100%;
	}
	.foot_cont{
		width: 100%;
	}
	.erweim{
		width: 100%;
		margin-top: 30px;
	}
	/* 关于我们 */
	.scheme{padding:0 20px 60px 20px;}
	.scheme .left{
		width: 100%;
		padding-right: 0;
	}
	.scheme .btn{margin-top: 60px; margin-bottom: 60px;}
	.scheme .text{width: 100%; font-size: 16px;}
	.scheme .txt2{font-size: 36px;}
	.news_list ul li{
		width: 49%;
		margin-right: 2%;
	}
	.news_list ul li:nth-child(3n){ margin-right: 2%;}
	.news_list ul li:nth-child(2n){margin-right: 0;}
	#pageinfo ul li{padding: 0 0.1rem;}
	
	
	/*产品介绍*/
	.shop-detail-imgs{width: calc(100% - 300px);}
	.shop-detail-prices-right{display: none;}
	.shop-detail-big-img{width: 100%;}
	.shop-detail-con-nav{padding: 0 10px;}
	.shop-detail-tip{padding-left:20px;padding-right:24px;}
	.shop-detail-list-text{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	/*新闻详情*/
	.news_show2 .news_show_r{display: none;}
	.news_show2 .news_show_l{width: 100%;}
	
	/*案例*/
	.cp_list li{width: 32%;margin-right:2% ;}
	.cp_list li:nth-child(4n){margin-right: 2%;}
	.cp_list li:nth-child(3n){margin-right: 0;}
	
	/*产品*/
	.cases_center__1dHyq li{
		width: 32%;
		margin-right: 2%;
	}
	.cases_center__1dHyq li:nth-child(4n){
		margin-right: 2%;
	}
	.cases_center__1dHyq li:nth-child(3n){
		margin-right:0;
	}
}
@media screen and (max-width:700px) {
	.banner{display: none;}
	.sj-banner{display: block;}
	.shop-detail-intro{
		display: block;
	}
	.shop-detail-intro-right{width: 100%;}
	.shop-detail-imgs{width: 100%;}
	.cp_list li{width: 49%;}
	.cp_list li:nth-child(3n){margin-right: 2%;}
	.cp_list li:nth-child(2n){margin-right: 0;}
	/*产品*/
	.cases_center__1dHyq li{
		width: 49%;
		margin-right: 2%;
	}
	.cases_center__1dHyq li:nth-child(3n){
		margin-right: 2%;
	}
	.cases_center__1dHyq li:nth-child(2n){
		margin-right:0;
	}
	.ny_banner{display: none;}
	.sj_ny_banner{display: block;}
	.scheme .text p{
		font-size: 16px;
	}
	.sj_ny_banner .banner_wz p{
		font-size: 16px;
	}
}
@media screen and (max-width:500px) {
	/*.content{  padding: 0 10px;}*/
	.ne_box{padding:20px 0 ;}
	#biaodan .shuru input,#biaodan button{
		line-height: 48px;
    	height: 48px;
	}
	#biaodan p{    line-height: 28px;}
	.sy_biaoti h2{
		font-size: 24px;
	}
	#chanpin .cp_lb li{
		width: 100%;
		margin-left: 0 !important;
		height: 110px;
		margin-bottom: 12px;
	}
	#chanpin .cp_lb li a{
		padding: 26px 20px 25px 110px;
	}
	#chanpin .cp_lb li a i{
		top: 20px;
    	left: 20px;
	}
	#chanpin .cp_lb li.product-item.more .product-more-btn{
		right:20px;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 25px;
	}
	#chanpin .cp_lb li.product-item.more .product-more-title{
		margin-top: 30px;
		font-size: 24px;
	}
	#hy_sj .hy_bt{margin-bottom: 0;}
	#hy_sj .hy_bt h1{font-size: 36px;}
	#hy_sj .hy_bt h2{    font-size: 30px; margin-top: 20px;}
	.shuju li{
		width: 50%;
		margin: 20px 0;
	}
	.shuju li h2 span{    font-size: 38px;}
	.fwbz_wz{width:100% ;margin-top: 20px;}
	.fwbz_wz .fwys{margin-top: 22px;width: 100%;}
	.fwbz_wz .fwys li{
		font-size: 16px;
		padding-left: 35px;
		background-size: 30px;
	}
	.fwbz_wz .fwys li:nth-child(1) ,.fwbz_wz .fwys li:nth-child(2) ,.fwbz_wz .fwys li:nth-child(3) ,.fwbz_wz .fwys li:nth-child(4) {
		background-size: 30px;
	}
	#fuwu-bz .fwbz_pt{
		width: 80%;
		margin-right: 10%;
	}
	#rongyu .swiper-slide img{
		width: 40vw;
	}
	.partner_list li{width: 48%;margin-right: 4%;}
	.partner_list li:nth-child(3n){margin-right: 4%;}
	.partner_list li:nth-child(2n){margin-right: 0;}
	.foot_box dl.link dd{
		display: block;
		width: 33%;
		float: left;
	}
	/* 新闻 */
	.news_list ul li{width:100%;margin-right: 0;}
	.news_one{margin: 20px auto 20px auto;}
	.news_one .news_one_l a{
		padding-left: 11px;
		padding-right: 11px;
		font-size: 15px;
	}
	.news_show2 .news_show_l .new_show_l_top h1{
		font-size: 22px;
	}
	.news_show2 .news_show_l .new_show_l_top p{font-size: 14px;}
	/*产品详情*/
	.shop-content{
		padding: 0 10px;
	}
	.shop-detail-big-img{
		width: 100%;
		height: calc(100vw / 2);
		background-size: 100%;
	}
	.shop-detail-con-nav{
		display: block;
		clear: both;
		zoom: 1;
	}
	.shop-detail-con-nav li{
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}
	.shop-detail-list{width: 48%; margin-right: 4%;}
	.shop-detail-list:nth-child(2n+1){margin-right: 0;}
	.news_show2 .news_show_l{
		padding:0  20px 40px 20px;
	}
	.prenext a{width: 48%;}
	
	.ny_banner .banner_wz{
		width: 100%;
	}
	.ny_banner .banner_wz h2{font-size: 32px;}
	
	.scheme .txt2{font-size: 26px; line-height: 34px;}
	.sAbout-honor-move-rotateMove .shade{
		left: -.5em;
	}
	.scheme .txt1{font-size: 20px;}
	.sAbout-honor-move-tab{
		margin-top: 100px;
		margin-bottom: -60px;
	}
	.copyright .bp_box{
		padding: 20px;
		font-size: 14px;
		line-height: 28px;
	}
	.copyright .bp_box p{
		font-size: 14px;
		line-height: 26px;
	}
	.fk-articleShareWrap{
		position: relative;
		margin-bottom: 20px;
	}
	
	/*案例*/
	.cp_list li{
		width: 100%;
		margin-right: 0;
		/*margin-bottom: 10px;*/
	}
	.case-box{margin-bottom: 0;}
	
	/*产品*/
	.cases_center__1dHyq li{
		width: 100%;
		margin-right: 0;
	}
}