body,
html {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

.support_down p{
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clear1 {
	display: block;
}

.clear2 {
	display: none;
}

.clear3 {
	display: none;
}
.header-nav .collapse.navbar-collapse>ul>li>a:before{
	position:absolute;
	content:"";
	left:0;
	right:100%;
	bottom:-1px;
	height:4px;
	background:#1262a9;
	transition:all 0.3s;
}
.header-nav .collapse.navbar-collapse>ul>li:hover>a:before{
right:0;
transition:all 0.3s;
}
.yunwang:hover{
	text-decoration:underline;
}
span.zc {
	position: relative;
}
span.zc:hover{
	color:#1E99DA;
}
.y_footwz2 {
	display: none;
	position: absolute;
	background: #fff;
	padding: 9px;
	line-height: 17px;
	border-radius: 3px;
	right: 50%;
	margin-right:-90px;
	bottom:30px;
	width: 180px;
	transition: opacity 2s;
	text-align: center;
	z-index:8888;
}
.y_footwz2 p{
	color:#333;
}
span.zc:hover .y_footwz2 {
	display: block;
}
/**/
.option-box li{
	border:1px solid #eaeaea;
}
.option-box h3{
	font-size:16px;
	padding:0 15px;
	line-height:40px;
	background:#1262a9;
	color:#fff;
	display:flex;
    align-items: center;
    justify-content: space-between;
	font-weight:normal;
}
.option-box h3>a{
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
.option-box dl{
	margin:0
}
.option-box dd{
	margin-bottom:0px;
}
.option-box dd a{
	padding:2px 15px;
	display:flex;
    align-items: center;
    justify-content: space-between;
	border-bottom:1px solid #eaeaea;
	transition:all 0.3s;
	overflow: hidden;
    text-overflow: ellipsis;
}
.option-box dd a:hover{
	text-indent:10px;
	background:#f5f5f5;
	transition:all 0.3s;
	color:#1262a9;
}
.option-box dd:last-child a{
	border:none
}
/*header*/

.header-top {
	width: 100%;
	background: #1262a9;
}

.logo1 {
	display: block;
}

.logo2 {
	display: none;
}

.header-top a {
	color: #fff;
	font-size: 14px;
}

.header-top ul {
	float: right;
	margin-bottom: 0;
}

.header-top li {
	font-size: 14px;
	position: relative;
	list-style: none;
	display: inline-block;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 5px 20px;
	float: left;
}

.header-top li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.header-top li i {
	margin-right: 10px;
}

.o-select {
	cursor: pointer;
}

.o-select i {
	margin-right: 0!important;
}

.o-drop-down {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	display: none;
	width: 100%;
	line-height: 25px;
	background: #fff;
	border: 1px solid #EAEAEA;
	z-index: 6;
}

li.lang:hover .o-drop-down {
	display: block;
}

li.lang:hover .o-drop-down:hover {
	background: #1262a9;
}

.o-drop-down a {
	color: #333;
	display: block;
	text-align: center;
}

li.lang:hover .o-drop-down:hover a {
	color: #fff;
}

header {
	z-index: 55555555;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: transparent;
	transition: all .3s;
	min-height: 90px;
}

header.active {
	transition: all .3s;
}

header.active .header-box {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: -36px;
	transition: all .3s;
	z-index: 99999;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.header-box {
	width: 100%;
	transition: all .3s;
}

header.active .header-nav {
	background: rgba(255, 255, 255, 1);
	transition: all .3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

header.active .header-nav .collapse.navbar-collapse>ul>li>a {
	color: #333;
	transition: all .3s;
}

.fupad {
	display: flex;
	outline: 0;
}

.header-nav {
	position: relative;
	background: #fff;
	transition: all .3s;
}

.header-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav .navbar {
	position: initial;
	padding: 0;
	min-width: 600px;
}

.header-nav .navbar .nav-link {
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
}

.header-nav .collapse.navbar-collapse,
.header-nav .collapse.navbar-collapse ul {
	width: 100%;
	justify-content: space-between;
}

.header-nav .collapse.navbar-collapse>ul>li>a {
	color: #333;
	position:relative;
	transition: all .3s;
}

.header-nav .nav-item .dropdown-menu {
	margin: 0;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0;
	width: 100%;
	border-radius: 0;
	text-align: center;
	border: none;
	font-size: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	/*transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;*/
}

.header-nav .nav-item:hover .dropdown-menu,
.header-nav .nav-item:hover .nav-link>i {
	display: block;
	/*transition: all 0.3s;
	 transform: translateY(0px);
	 opacity: 1;*/
}

.header-nav .nav-item .dropdown-menu li {
	list-style: none;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	float: left;
	text-align: left;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
	background: #fff;
}

.header-nav .nav-item .dropdown-menu li>a {
	padding-left: 0;
	color: #666;
}

.header-nav .nav-item .dropdown-menu li>a>i {
	margin-right: 20px;
	color: #666;
	font-size: 20px;
}

.header-nav .nav-item .dropdown-menu ul {
	width: calc(100% - 520px);
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: -20px;
}

.header-nav .nav-item .dropdown-menu .container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.header-nav .nav-item .dropdown-menu li:hover .dropdown-item {
	background: #1262a9;
	color: #fff;
	padding-left: 20px;
	transition: all 0.3s;
}

.header-nav .nav-item .dropdown-menu li:hover .dropdown-item i {
	color: #fff;
}

.header-nav .nav-item .dropdown-menu .container>img {
	width: 500px;
}

.nav-item.pos_re {
	position: initial;
	margin-left: 20px;
}

.nav-item.pos_re>a>i {
	font-weight: bold;
	margin-left: 10px;
	transition: all 0.3s;
}

.nav-item.pos_re>i {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	font-size: 20px;
	bottom: 0;
	margin-bottom: -6px;
	color: #fff;
	transition: all 0.3s;
	color: #b81c25;
}

.nav-item.pos_re:hover .nav-link {
	position: relative;
	color: #1262a9;
}

.nav-item.pos_re:hover .nav-link>i {
	transform: scaleY(-1);
	transition: all 0.3s;
}

.threeul {
	width: 100%!important;
}

.threeul li {
	width: calc(33.3333% - 30px)!important;
}


/* 手机端导航栏 */

.mobile_header {
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 1100;
	left: 0px;
	top: 0px;
	transition: all 0.3s;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	padding: 10px 0;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	justify-content: space-between;
	align-items: center;
}
.mobile_header_title .header-top{
	background: none;
	width: initial;
	font-weight: bold;
}
.mobile_header_title .header-top a{
	color: #1262a9;
}
.mobile_header_title img {
	display: inline-block;
	height: 60px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
	font-weight: normal;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header_list .card:last-child h5::after {
	border: 0;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding: 0px 0 0px 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	display: flex;
    text-align: center;
    padding-right: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}


/*banner*/

.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.video-banner{
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40px;
	align-items: center;
}
.video-banner img{
	width: initial!important;
}
.playerbox{
	position: relative;
	margin:40px auto 0;
	width:70px;
	height: 70px;
	cursor: pointer;
}
.playerbox>img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
	-webkit-animation: rotate360 20s linear 0s infinite;
    animation: rotate360 20s linear 0s infinite;
}
@-webkit-keyframes rotate360
  {0%{-webkit-transform:rotate(0deg);}
  100%{-webkit-transform:rotate(360deg);}
}@-moz-keyframes rotate360
  {0%{-moz-transform:rotate(0deg);}
  100%{-moz-transform:rotate(360deg);}
}@-ms-keyframes rotate360
  {0%{-ms-transform:rotate(0deg);}
  100%{-ms-transform:rotate(360deg);}
}@keyframes rotate360
  {0%{transform:rotate(0deg);}
  100%{transform:rotate(360deg);}
}
.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

#banner .swiper-slide a,#banner .swiper-slide img {
	width: 100%;
}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}

.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 26px;
	height: 26px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #fff;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	opacity: 0.5;
}

#banner .swiper-pagination-bullet-active {
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	transition: all 0.4s;
	opacity: 1;
}

#banner .swiper-pagination {
	text-align: right;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #fff;
	top: 6px;
	border-radius: 50%;
	left: 6px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
    position: relative;
    min-height:300px;
    
    background: url(../images/banner11.jpg) no-repeat center;
    background-size: cover;
}
#banner-img.banner-feature{
	background: url(../images/banner12.jpg) no-repeat center;
    background-size: cover;
}
#banner-img .banner-txt {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    text-align: left;
    color: #fff;
}

#banner-img .banner-txt .container{
    font-size: 38px;
    font-weight: bold;
}
#banner-img .banner-txt .container p{

	font-size:18px;
	margin-top:5px;
	font-weight: normal;
	text-align: left;
text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

#banner-img .banner-txt .container h3{
	text-align: left;
	font-size: 36px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	font-weight: bold;
}
/*#banner-img .banner-txt .container i{
	width:calc(50% - 100px);
	height:1px;
	background: #fff;
	opacity: 0;
}
#banner-img .banner-txt .container i:first-child{
	width:calc(50% - 100px);
}*/

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}
/**/
.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
}
.video-tb .playerbox{
	margin-top: 0;
}
.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}

/*标题*/

.warp {
	padding: 60px 0;
}

.title {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.title h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 1;
	margin-bottom: 28px;
	line-height: 30px;
	z-index: 3;
}

.title p {
	font-size: 56px;
	line-height: 60px;
	color: rgba(0, 0, 0, 0.05);
	font-weight: bold;
	margin-bottom: -30px;
}

.title span {
	color: #666;
}


/*产品中心*/

.product-wrapper .swiper-wrapper {
	padding-bottom: 80px;
}
.product-wrapper .swiper-pagination-bullet,
.app-wrapper .swiper-pagination-bullet{
	width:14px;
	height:14px;
}
.product-wrapper .swiper-pagination-bullet-active,
.app-wrapper .swiper-pagination-bullet-active{
	background:#1262a9;
}
.product-wrapper .banner_button {
	display: none;
}

.product-wrapper:hover .banner_button {
	display: flex;
}

.product-wrapper .txt {
	padding: 20px;
}

.product-wrapper .swiper-slide {
	position: relative;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
	background: #fff;
}

.product-wrapper .swiper-slide p {
	font-size: 14px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-wrapper .swiper-slide:hover {
	box-shadow: 0 6px 12px 0 rgb(0 0 0 / 10%);
}

.product-wrapper .swiper-slide .pro-item {
	padding: 15px 30px 35px;
}

.product-wrapper .swiper-slide h3 {
	font-size: 18px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-wrapper .swiper-slide i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #1262a9;
	color: #1262a9;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	z-index: 99;
	right: 20px;
	bottom: -20px;
	font-style: normal;
	font-size: 30px;
	background: #fff;
	cursor: pointer;
	transition: all 0.5s;
}

.product-wrapper .swiper-slide:hover i {
	bottom: 40px;
	transition: all 0.5s;
	background: #1262a9;
	color: #fff;
}

.img-box {
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.img-box img {
	width: 100%;
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.img-box:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

a.more_product {
	margin: 20px auto 20px;
	display: inline-block;
	width: 140px;
	height: 38px;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 38px;
}

a.more_product:hover {
	color: #1262a9;
	text-decoration: underline;
}
/**/
.search_box_con{
	padding: 30px 0;
	background: #f5f5f6;
}
.search_box{
	width: 100%;
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.search_box form{
	display: flex;
    align-items: center;
}
.search_box input{
	padding: 10px 20px;
	width: calc(100% - 50px);
	height: 50px;
	outline: 0;
}
.search_box button{
	width: 50px;
	height: 50px;
	background: #1262a9;
	color: #fff;
	font-size: 24px;
}
.product-ul {
	
	margin-left: -15px;
	margin-right: -15px;
}
.product-ul li{
	position: relative;
	float: left;
	list-style: none;
	margin: 15px;
	text-align: left!important;
	width:calc(33.3333% - 30px);
	
	border: 1px solid #e5e5e5;
}
.product-ul li:hover{
	box-shadow: 0 1px 15px rgba(0,0,0,0.2);
	
}
.product-ul h3{
	font-size: 22px;
	margin-bottom: 25px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-ul p{
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-ul .pro-item{
	position: absolute;
	left:40px;
	right:40px;
	top:40px;
}
.product-ul .more{
	display: inline-block;
	padding: 3px 15px;
	background: #e91919;
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
	opacity: 0;
	margin-left: -20px;
	
	transition: all 0.3s;
}
.product-ul li:hover .more{
	margin-left: 0;
	opacity: 1;
	transition: all 0.3s;
}
.product-ul li .more:hover{
	text-decoration: underline;
}
.product-ul li:hover img{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
/**/
.app-wrapper{
	padding-bottom:60px!important;
}
.app-wrapper a {
	position: relative;
	display: block;
	overflow: hidden;
}
.app-wrapper,.product-wrapper{
	padding-top: 20px!important;
}
.app-wrapper a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
	transition: all 0.6s;
	opacity: 1;
}

.app-wrapper .text-box {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 35px;
	z-index: 2;
	color: #fff;
}

.app-wrapper .text-box p {
	margin-bottom: 10px;
}

.app-wrapper a:hover:before {
	transition: all 0.6s;
	opacity: 0;
}

.app-wrapper a:hover .text-box {
	background: #1262a9;
}
.app-wrapper .banner_button{
	display:none;
}
.app-wrapper:hover .banner_button{
	display:flex
}
/*推荐产品*/
.recom_li{
	margin-left:-15px;
	margin-right:-15px;
}
.recom_li a{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.recom_li li{
	float:left;
	width:calc(50% - 30px);
	padding:30px;
	margin:15px;
	list-style:none;
	background:#f5f5f5;
}
.recom_li li img{
	max-width:50%;
	margin-bottom:-20px;
}
.recom_li .text-box p{
	min-height:52px;
}
.recom_li .text-box span{
	font-size:18px;
	display:inline-block;
	margin-top:20px;
	width:45px;
	height:45px;
	text-align:center;
	border-radius:50%;
	line-height:45px;
	color:#333;
	background:#fff;
}
.recom_li li:hover{
	background:#fff;
	box-shadow:0 1px 10px rgba(0,0,0,0.2);
}
.recom_li li:hover .text-box span{
	background: #1262a9;
	color:#fff;
}
/*关于我们*/
.about-img{
	position:relative;
}
.about-img .bf{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-35px;
	margin-top:-35px;
}
.about-img .playerbox{
	margin-top:0;
}
#about_box {
	position: relative;
	padding: 100px 0;
}

#about_box:after {
	position: absolute;
	content: "";
	left: 50%;
	right: 0;
	bottom: 0;
	height: 60%;
	background: #1262a9;
}

#about_box .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#about_box .about-text {
	padding: 40px 0 60px;
}

.about-text p {
	text-indent: 30px;
	line-height: 28px;
}

.about-tb a.more {
	display: flex;
	position: relative;
	border: 1px solid #1262a9;
	color: #1262a9;
	width: 200px;
	height: 50px;
	line-height: 48px;
	padding: 0 30px;
	align-items: center;
	justify-content: space-between;
}

.about-tb a.more:hover {
	background: #1262a9;
	color: #fff;
}

.about_right {
	position: relative;
	padding-left: 40px;
	width: 50%;
	z-index: 3;
}

.about_left {
	max-width: 680px;
	padding-right: 48px;
}
.about_left .title{
	text-align: left;
}
.about_right .swiper-pagination {
	margin-top: 20px;
	position: initial;
}

.about_right .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin: 0 5px;
}

.about_right .swiper-pagination-bullet-active {
	background: #fff;
}

.about-tb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/*新闻*/

.news-wrapper .swiper-slide {
	background: #fff;
}

.news-wrapper .swiper-slide a {
	display: block;
}

.news-txt {
	padding: 25px 30px;
}

.news-txt h2 {
	font-size: 20px;
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-wrapper .swiper-slide a:hover h2,
.news-wrapper .swiper-slide a:hover span,
.news-wrapper .swiper-slide a:hover i {
	color: #b81c25;
}

.news-txt p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-more {
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
	align-items: center;
}

.news-more span:first-child i {
	margin-right: 5px;
	color: #17202d;
}

.news-wrapper .banner_button {
	display: none;
}

.news-wrapper:hover .banner_button {
	display: flex;
}


/**/

.contact-info{
	display: flex;
}
.coninfo{
	padding-top: 60px;
	width: 550px;
	background: #fff;
	padding-bottom: 60px;
}
.coninfo h4{
	font-weight: bold;
	font-size: 22px;
	color: #1262a9;
}
.coninfo h3{
	margin-bottom: 40px;
	font-size:26px;
	font-weight: bold;
}
.coninfo h5{
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.coninfo h5:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #eaeaea;
	top: 50%;
	z-index: 0;
}
.coninfo h5 em{
	padding-right: 10px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	font-style: normal;
	font-weight: normal;
}
.coninfo p a{
	display: inline-block;
	margin-right: 15px;
}
.frame_box{
	padding:60px 20px 60px 40px;
	width: calc(100% - 550px);
	border-left: 1px solid #eaeaea;
}

.branch i {
	display: inline-block;
	width: 36px;
	font-weight: bolder;
	color: #2179bf;
	font-style: normal;
}

.contact-a {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.branch {
	margin: 20px;
	width: calc(100% - 40px);
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.branch h3 {
	font-size: 20px;
	font-weight: bold;
	color: #2179bf;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.branch h4 {
	font-size: 14px;
}

.lianxi {
	display: flex;
	padding: 10px 0;
	max-width: 157px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#feedback {
	margin: 40px 0;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	min-height: 240px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}
.feedback-form .form-control-input {
    position: relative;
}
.feedback-form .form-control-input i {
    position: absolute;
    left: 15px;
    top: 18px;
    color: #aaaaaa;
    font-size: 22px;
}
.feedback-form .feedback-submit {
	float: right;
	background: #1f1a17;
}
.feedback-form .feedback-submit:hover{
	background: #1262a9;
	color: #fff;
}


.contact-map {
    position: relative;
    width: 100%;
    min-height: 500px;
}

.feedback-submit {
    background: #e92631;
    color: #ffffff;
    border-radius: 0;
    width: 180px;
	margin-top: 32px;
    height: 57px;
    float: left;
}
/*下载*/
ul.support_down {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
ul.support_down li {
	width: calc(50% - 30px);
	margin: 15px;
    padding: 5px 15px;
   list-style: none;
   float: left;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    cursor: pointer;
}
ul.support_down li a{
	display: flex;
	width: 100%;
	 justify-content: space-between;
    align-items: center;
    flex-direction: row;
}
ul.support_down li:hover{
	background: #1262a9;
	color:#fff;
	border: 1px solid #1262a9;
}
ul.support_down li:hover a{
	color: #fff;
}
ul.support_down li i{
	margin-right: 15px;
}







/*底部*/

footer {
	background: #f5f5f6;
	color: #333;
}
footer a:hover{
	color: #000;
}
.footer_box {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.foot-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.foot-left img {
	width: 200px;
	margin-bottom: 25px;
}

.foot-left>div>a {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin-right: 15px;
	cursor: pointer;
}

.foot-left>div>a:hover {
	background: #b81c25;
	border-color: #b81c25;
}

.foot-left>div {
	width: 100%;
	display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.foot-left>div>div{
	width: calc(100% - 94px);
	margin-left: 10px;
}
.foot-left div>span{
	display: inline-block;
	width:84px;
}
.foot-left a{
	font-size: 14px;
	color: #666;
	margin-right: 10px;
}
.foot-left a:hover{
	color: #1262a9;
	text-decoration: underline;
}
.foot-left i{
margin-right: 10px;
}
.footer>.container {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
	justify-content: space-between;
	align-items: center;
}

.footer-bottom,
.footer-bottom a {
	color: #333;
	font-size: 14px;
}

.footer-bottom .container {
	padding-top: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.foot-nav {
	padding: 60px 0 60px;
	display: flex;
	justify-content: space-between;
}

.foot-nav-item {
	padding-left: 25px;
	padding-right: 15px;
}

.foot-nav-title {
	margin-left: -25px;
	font-size:18px;
	margin-bottom: 30px;
}

.foot-nav-con ul li {
	list-style: none;
}

.foot-nav-con ul li a {
	color: #555;
	font-size: 14px;
}

.foot-nav-con ul li a:hover {
	color: #000;
}

.foot-nav-con li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.foot-nav-con li em {
	font-style: normal;
	font-size: 14px;
	color: #555;
}

.foot-nav-con li p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 26px;
	color: #555;
	min-width:58px;
}

.foot-nav-title img {
	margin-right: 15px;
}

.ewmbox {
	margin-left: 15px;
	background: #fff;
	box-shadow: 0 1px 4px 0 rgb(0 0 0 / 6%);
}

.ewmbox p {
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 30px;
}
.link-wrapper .swiper-slide{
	width: auto!important;
}

/*关于我们-内页*/

.container-con {
	padding: 60px 0;
}

.container-left{
	background: #fff;
}
.dh{
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: initial;
}
.dh i{
	margin-right: 10px;
}
.dh a{
	color: #fff;
	font-weight: initial;
}

.container-left{
	float: left;
	width: 360px;
	min-height: 500px;
	border: 1px solid #EAEAEA;
}
.container-right{
	float: right;
	width: calc(66% - 30px);
	min-height: 500px;
}

#contain-nav .swiper-slide{
	width: auto!important;
}

.nav-tabel{
	position: relative;
	z-index: 2;
}
#contain-nav .swiper-slide a{
	display: inline-block;
	padding: 10px 20px;
	min-width: 168px;
	text-align: center;
	background: #fff;
	line-height: 40px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	transition: all 0.3s;
}
#contain-nav .swiper-slide a:hover{
	color: #1262a9;
	margin-top: -5px;
	transition: all 0.3s;
}
#contain-nav .swiper-container{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#contain-nav .swiper-container a.active{
	background: #1262a9;
	color: #fff;
	border: rgba(0,0,0,0);
}
.title-ny{
	position: relative;
	margin-bottom: 40px;
}
.title-ny:before{
	position: absolute;
	content: "";
	top: 20px;
	right: 0;
	left: 0;
	height: 1px;
	background: #e5e5e5;
}
.title-ny2:before{
	display: none;
}
.title-ny h2{
	padding-right: 30px;
	position: relative;
	display: inline-block;
	background: #FFF;
}
.title-ny2 h2{
	background: none;
}
.about-text-ny p{
	text-indent: 30px;
	margin-bottom: 20px;
}
.cont-warp{
	padding: 40px 0;
}
.culture-ul{
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}
.culture-ul li{
	    display: flex;
    padding:15px 25px;
    list-style: none;
    margin: 15px;
    width: calc(25% - 30px);
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.culture-ul li:hover{
	background: #1262a9;
}
.cont-warp2{
    display: flex;
    min-height:400px;
    align-items: center;
}
.cont-warp2 .title-ny{
	color: #fff;
}
.culture-ul img{
	width: 35px;
}
/*主要合作方*/
.major-ul,.customer-ul {
	margin-left: -15px;
	margin-right: -15px;
}

.major-ul li{
	display: flex;
    float: left;
    margin: 15px;
    width: calc(50% - 30px);
    list-style: none;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    align-items: center;
    justify-content: flex-start;
}

.major-ul li>img{
	width: 40px;
	margin-right: 20px;
}
.major-ul li h2{
	font-size: 24px;
	color: #1262a9;
}
.customer-ul li{
	text-align: center;
	float: left;
	margin: 15px;
	list-style: none;
	width: calc(25% - 30px);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
/*技术服务*/
.technology-ul li{
	display: flex;
	padding: 25px;
	    align-items: center;
    justify-content: flex-start;
	margin-bottom: 15px;
	list-style: none;
	border: 1px solid #EAEAEA;
}
.technology-ul li i{
	color:#e81312;
	display: inline-block;
	margin-right: 25px;
	font-size:30px;
	font-style: normal;
	font-family:'Impact';
}
.service-ul{
	margin-bottom: -15px;
}
.service-ul li{
	list-style: none;
	margin-bottom: 15px;
	border: 1px solid #EAEAEA;
}
.service-ul li .tt{
	padding:10px 25px;
	border-bottom: 1px solid #EAEAEA;
	background: #f5f5f6;
	font-size: 18px;
}
.service-ul li p{
	font-size: 16px;
	padding: 20px 25px;
	color: #666;
}
.service-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-box>img{
	margin-left: 40px;
	max-width: 450px;
}
.response{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.response a{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height:50px;
	text-align: center;
	background:#e81312 ;
	color: #fff;
}
.hotx{
	color:#e81312 ;
	margin-top: 15px;
	font-weight: bold;
	font-size: 30px;
}
/*涂料施工规范*/
.detailsbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.left-deta{
	width: 300px;
	margin-right: 40px;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
    .left-deta {
        position:-webkit-sticky;
        position: sticky;
        width: 300px;
        top: 100px;
		margin-right: 40px;
    }
}
.left-deta li{
	background: #f5f5f5;margin-bottom: 10px;
	list-style: none;
	border-bottom: 2px solid #e5e5e5;
}
.left-deta li a{
	display: inline-block;
	width: 100%;
	transition: all 0.3s;
	
	padding: 15px;
}
.left-deta li.current{
	background: #1262a9;
	
}
.left-deta li:hover a{
	color:#1262a9;
	text-indent: 10px;
	text-indent: 10px;
	transition: all 0.3s;
	
}
.left-deta li i{
	display: none;
}
.left-deta li.current i{
	display: block;
}
.left-deta li.current a{
	display: flex;
	color: #fff;
	    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}
.right-deta{
	width: calc(100% - 340px);
}
.right-deta h4{
	position: relative;
	margin-bottom:30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	height: 48px;
	}
.right-deta h5{
	padding: 10px 10px;
	background: #f5f5f5;
	min-width: 140px;
	padding-right: 30px;
	font-size: 18px;
}
.right-deta h4 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 20px;
	line-height: 28px;
}
.right-deta h4 span:before{
	position: absolute;
	content: "";
	bottom: -18px;
	height: 3px;
	width: 100%;
	background: #1262a9;
}

.right-deta p{
	margin-bottom: 15px;
	color: #666;
	line-height: 28px;
}
.right-deta>div{
	padding: 25px;
	margin-bottom: 10px;
}
.right-deta .flex{
	margin-bottom: 20px;
}
/**/
.type-deta .type-deta-view{
	display: none;
}
.type-deta .type-deta-view:first-child{
	display: block;
}





/*新闻内页*/

.cate-type li {
	list-style: none;
	float: left;
	width: 160px;
	height: 48px;
	background: #f8f8f8;
	text-align: center;
	line-height: 46px;
	border: 1px solid #eaeaea;
}

.cate-type li:hover a {
	color: #b81c25;
}

.cate-type li.active {
	background: #b81c25;
	border: 1px solid #b81c25;
}

.cate-type li.active a,
.cate-type li.active:hover a {
	color: #fff;
}

.allcurmbs .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news-contain {
	margin: 20px 0;
}

.news-contain,
.video-contain {
	margin-left: -15px;
	margin-right: -15px;
}

.news-items {
	width: 33.3%;
	float: left;
}

.news-item a {
	display: block;
	color: #333333;
	padding: 15px 15px 10px;
	background: #fff;
}

.news-item-img {
	overflow: hidden;
}

.news-item-img img {
	transition: all 0.3s ease-out;
}

.news-item a:hover .news-item-img img {
	transform: scale(1.1);
}

.news-item-name {
	font-size: 16px;
	padding: 20px 3px;
	min-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
}

.news-item-name h3 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item-name p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-item-time {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
	padding: 0 3px;
	align-items: center;
	justify-content: space-between;
}

.news-item-time i {
	margin-right: 8px;
}

.news-item a:hover {
	color: #b81c25;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 60px;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-share {
	padding-top: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	font-size: 16px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}


/**/

.contact-p {
	padding-left: 40px;
	min-width: 600px;
}

.contact-p td {
	padding-bottom: 10px;
}

.contact-b {
	display: flex;
}


.branch i {
	display: inline-block;
	width: 36px;
	font-weight: bolder;
	color: #2179bf;
	font-style: normal;
}

.contact-a {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.branch {
	margin: 20px;
	width: calc(100% - 40px);
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.branch h3 {
	font-size: 20px;
	font-weight: bold;
	color: #2179bf;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.branch h4 {
	font-size: 14px;
}

.lianxi {
	display: flex;
	padding: 10px 0;
	max-width: 157px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


/*产品详情*/

.mould-box {
	width: 100%;
}

.mould-box>ul {
	padding: 0 0 20px;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box>ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.mould-box>ul li {
	float: left;
	list-style: none;
	padding: 10px;
	width: calc(33.3333% - 30px);
	margin: 15px;
	cursor: pointer;
	border: 1px solid #EAEAEA;
}

.mould-box>ul li:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}



.mould-box>ul li img {
	width: 100%;
}

.mould-box>ul li p {
	position: relative;
	background: #f5f5f5;
	text-align: center;
	line-height: 30px;
	padding: 15px;
}
.mould-box>ul li:hover p {
	/*background: #1262a9;*/
	color: #fff;
}
.mould-box>ul li p span{
	position: relative;
	z-index: 5;
}
.mould-box>ul li p:before{
	position: absolute;
	content: "";
	top:100%;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
	z-index: 0;
	background: #1262a9;
}
.mould-box>ul li:hover p:before{
	top: 0px;
	transition: all 0.3s;
}
.mould-box .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mould-box .hidden.cur {
	display: flex;
}

.mould-box .hidden .close-gb {
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.mould-box .hidden img {
	width:initial!important;
	max-height: 80%;
}

.mould-box .hidden .close-gb:hover {
	background: #1262a9;
	border-color: #1262a9;
}


/**/

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: #e92631;
}

.index-pro-con .left {
	float: left;
	width: 300px;
	background: #fff;
}

.index-pro-con .right {
	float: right;
	padding-left: 15px;
	width: calc(100% - 300px);
}

.index-pro-con .left li {
	position: relative;
	margin-top: -1px;
	list-style: none;
	border: 1px solid #ddd;
	line-height: 25px;
	cursor: pointer;
}

.index-pro-con .left>li:first-child {
	margin-top: 0;
}

.index-pro-con ul.pro_left li.cur>a {
	color: #fff;
}

.index-pro-con ul.pro_left>li.cur>a {
	background: #e92631;
}

.index-pro-con ul.pro_left>li.cur>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.index-pro-con .left>li>a {
	display: block;
	color: #444;
	padding: 15px 35px 15px 15px;
}

.index-pro-con ul.pro_left li.cur>a>i {
	display: block;
}

.index-pro-con .left li>a>i {
	position: absolute;
	display: none;
	right: 20px;
	top: 50%;
	margin-top: -7px;
	color: #fff;
}

.pro_right .pro_item {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 20px;
}

.pro_right .pro_item a {
	display: block;
	border: 1px solid #eaeaea;
	background: #fff;
}

.pro_right .pro_item img {
	width: 100%;
}

.pro_right .pro_item p span {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.pro_right .pro_item p {
	position: relative;
	padding: 10px;
	line-height: 20px;
	margin-bottom: 0;
	font-size: 14px;
	overflow: hidden;
	color: #555;
	display: flex;
	align-items: center;
	text-align: center;
}

.pro_right p:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e92631;
	z-index: 0;
	transition: all 0.2s linear;
}

.pro_right .pro_item:hover p:before {
	top: 0;
	transition: all 0.2s linear;
}

.pro_right .pro_item:hover span {
	color: #fff;
}
/**/
.cont_tabel{
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.cont_tabel span{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: 28px;
	border: 1px solid #eaeaea;
	margin-bottom: -1px;
	margin-left: -1px;
	cursor: pointer;
}
.cont_tabel span.active{
	background: #1262a9;
	color: #fff;
}
.cont_tabel span.active:before{
	position: absolute;
	content: "";
	bottom: -1px;
	height: 2px;
	left: 0;
	right: 0;
	background: #FFF
}
.type-deta-view>div{
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
	height: 70px;
	overflow: hidden;
	transition: all 0.3s;
}

.type-deta-view>div.cur{
	height: auto;
	transition: all 0.3s;
}
.type-deta-view>div:hover h5,
.type-deta-view>div.cur h5{
	color: #fff;
	background: #1262a9;
	transition: all 0.3s;
}

.type-deta-view>div h5{
	display: flex;
	padding: 20px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: -1px;
	border-bottom: 1px solid #EAEAEA;
	    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: initial;
    transition: all 0.3s;
}
.type-deta-view>div h5 i{
	font-style: normal;
	font-size: 30px;
}
.type-deta-view>div .text-deta{
	padding: 20px;
}
.type-deta-view>div.cur h5 i{
	transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.type-deta-view>div.cur .text-deta{
	height: 100%;
}
.text-deta table{
	width: 100%;
	background: #f5f5f5;
}
.text-deta table tr:nth-child(2n){
	background: #fff;
}
.text-deta table td{
	padding: 10px;
	border: 1px solid #e5e5e5;
}
/*行业应用*/

.mould-box.case-box li{
	border: none!important;
	padding: 0;
	
}
.mould-box.case-box li p{
	text-align: left!important;
}
.xydown{
	display: inline-block;
	margin-top: 30px;
	width: 200px;
	height: 50px;
	background:#e81312;
	text-align: center;
	color: #fff;
	line-height: 50px;
}
.xydown:hover{
	color: #fff;
}
.xydown i{
	margin-right: 20px;
}
/**/
.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	max-width:700px;
}

.pro-view-img {
	    display: flex;
    width: 100%;
    margin: auto;
    min-height: 500px;
    position: relative;
    justify-content: space-between;
}
.gallery-top{
	width: calc(100% - 140px);
}
.gallery-top .swiper-slide {
	width: 100%!important;
	text-align: center;
	background: #ffffff;
}

.gallery-thumbs .swiper-slide{
	width: 120px;
	height: 120px;
	cursor: pointer;
}
.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -36px;
}

.swipers-btn.swiper-button-disabled {
	background: #eeeeee;
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	background: #e92631;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	font-size: 26px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	display: block;
	padding: 10px 0;
	width: 120px;
	height: 500px;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	border: 1px solid #cdcdcd;
}
.gallery-thumbs .swiper-slide img{
	width:auto;
	height: 100%;
}
.pro-view-container .pro-view-right {
	padding-left:40px;
	width: calc(100% - 560px);
}

.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.pro-view-container .pro-back a.btn-contact {
	background: #e92631;
	color: #ffffff;
}

.pro-back {
	    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.container-nav-container .swiper-pagination-bullet-active{
	background:#1262a9;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #1262a9
}

.pro-view-container .pro-back b {
	display: flex;
	font-weight: bold;
	font-size: 26px;
	color: #E92631;
	flex-direction: column;
	margin-bottom: 5px;
}

.pro-view-container .pro-back b span {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: -2px;
}

.pro-view-back {
	
	color: #fff;
	background: #eaeaea;
	top: 0px;
	padding: 5px 20px;
}
.pro-view-back i{
	margin-right: 10px;
}

.pro-view-back:hover {
	background: #e91919;
}

.pro-view-back:hover a {
	display: block;
	color: #fff;
}
p.pro-pp{
	padding-bottom: 10px;
	margin-bottom: 10px;
	line-height: 30px;
	border-bottom: 1px dashed #e5e5e5;
}
.product-view-detail .container-title2 p{
	border-bottom: 1px solid #e5e5e5;
}
.product-view-detail .container-title2 p span{
	display: inline-block;
	padding: 10px 15px;
	background: #1262a9;
	color: #fff;
}
@media (max-width: 1500px) {}

@media (max-width: 1360px) {}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding: 0 30px;
		max-width: 1400px!important;
	}
	.mobile_header {
		display: none;
	}
}

@media (max-width: 1200px) {
	.contact-info {
    display: flex;
    flex-direction: column;
	}
	.coninfo{
		width:100%;
	}
	.frame_box{
		width:100%;
		padding:0;
		border-left:none
	}
	.pro-view-container .pro-view-right{
		padding:0;
		width:initial;
	}
	.pro-view-container .pro-view-left{
		max-width:500px;
	}
	.product-ul li{
		width: calc(50% - 30px);
	}
	@supports ((position: -webkit-sticky) or (position: sticky)) {
    .left-deta {
        position:-webkit-sticky;
        position: sticky;
        width:200px;
        top: 100px;
		margin-right: 40px;
    }
}
.right-deta{
	width: calc(100% - 240px);
}
	.foot-nav {
    padding: 60px 0 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
	.foot-nav-item{
		margin-bottom: 20px;
	}
	header{
		display: none;
	}
	.mould-box>ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.mould-box>ul li p{
		padding: 10px;
	}
	.mould-box>ul li{
		margin: 10px;
		width: calc(33.3333% - 20px );
	}
	#contain-nav .swiper-slide a{
		min-width: 113px;
	}
}

@media (max-width: 991px) {
	.recom_li li{
		width:calc(100% - 30px);
	}
	.pro-view-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
	}
	.pro-view-container .pro-view-left,
	.pro-view-container .pro-view-right{
		max-width:100%;
		width:100%;
	}
	.pro-view-container .pro-title{
		margin-top:20px;
	}
	.pro-back{
		margin-bottom:30px;
	}
	.product-ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.product-ul .pro-item{
		top: 30px;
		left: 20px;
		right: 20px;
	}
	.product-ul .pro-item span{
		opacity: 1;
		margin-left:0;
	}
	.product-ul h3{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product-ul li{
		margin: 10px;
		width: calc(50% - 20px);
	}
	ul.support_down li{
		width: calc(100% - 30px);
	}
	@supports ((position: -webkit-sticky) or (position: sticky)){
.left-deta {
    position: -webkit-sticky;
    position: sticky;
    width: 160px;
    top: 100px;
    margin-right: 40px;
}
}
.right-deta{
	
	width: calc(100% - 200px);
}
.right-deta>div{
	padding: 0px 0px 20px;
}
	.mould-box>ul li{
		margin: 10px;
		width: calc(50% - 20px );
	}
	.foot-left {
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: flex-start;
   flex-direction: column;
	}
	.foot-left>div:first-child{
		margin-bottom: 15px;
		margin-right: 0;
	}
	#about_box .about-text{
		padding: 0px 0 40px;
	}
	.about_left .title{
	text-align: center;
}
	.warp{
		padding: 40px 0;
	}
	.title h2{
		font-size: 30px;
	}
	.title p{
		font-size: 46px;
	}
	#about_box .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	}
	.about_right{
		padding: 0;
		width: 100%;
		margin-top: 40px;
	}
	.about_right .swiper-pagination-bullet-active{
		background: #1262a9;
	}
	#about_box:after{
		display: none;
	}
	.app-wrapper .text-box {
	padding: 20px;
	}
	.app-wrapper .text-box p{
		font-size: 14px;
	    margin-bottom: 0px;
	}
	.playerbox{
		width: 50px;
		height: 50px;
	}
#banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
}
.about_left{
	padding-right: 0;
}
.major-ul li p{
	font-size: 14px;
}
.major-ul li h2{
	font-size: 20px;
}
.service-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.service-ul{
	margin-bottom: 30px;
}
.service-box>img{
	margin-left: 0;
	max-width: 100%;
}
}

@media (max-width: 768px) {
		.foot-nav-item{
		min-width:50%;
	}
	.gallery-top{
		width:calc(100% - 100px)
	}
	.pro-view-img{
		min-height:initial;
	}
	.gallery-thumbs{
		width:60px;
	}
	.gallery-thumbs{
		height:284px;
	}
	.gallery-thumbs .swiper-slide{
		width:60px;
	}
	.recom_li li h2{
		font-size:26px;
	}
	.about-img .bf{
		    margin-left: -15px;
    margin-top: -15px;
		
	}
	#contain-nav .swiper-slide a{
		line-height:28px;
	}
	.response {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.hotx{
		margin-bottom:15px;
		line-height:30px;
		font-size:20px;
	}
	.response a{
		width:140px;
		height:40px;
		line-height:40px;
	}
	.product-ul li{
		margin: 10px;
		width: calc(100% - 20px);
	}
	@supports ((position: -webkit-sticky) or (position: sticky)){
.left-deta {
    position: -webkit-sticky;
    position:sticky;
    width: 100%;
    top: 0;
    margin-right: 0;
    margin-bottom: 20px;
    z-index: 9;
    background: #fff;
}
}
.left-deta li{
	float: left;
	width:33.33333%;
}
.left-deta li i{
	display: none!important;
}
	.detailsbox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	}
	.right-deta {
    width: 100%;
	}
	.title-ny h2{
		font-size: 24px;
	}
	.major-ul li{
		width: calc(100% - 30px);
	}
	#banner-img .banner-txt .container p{
		font-size: 14px;
	}
	#banner-img .banner-txt .container h3{
		font-size:24px;
	}

	.culture-ul li,.customer-ul li{
		width: calc(50% - 30px);
	}
	.culture-ul {
    display: flex;
    flex-wrap: wrap;
	}
	.mould-box>ul li{
		margin: 10px;
		width: calc(100% - 20px );
	}
	.banner_button{
		display: none;
	}
	.footer-bottom .container {
		text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.about-tb a.more{
	width: 160px;
	height: 40px;
	line-height: 38px;
}
.playerbox{
	margin-top:10px;
}
.video-banner{
	bottom: 0;
}
.playerbox{
		width: 30px;
		height: 30px;
	}
	.search_box button{
		font-size: 18px;
	}
}

@media (max-width: 680px) {
	.feature_nav li{
	width:50%
}
	.type-deta-view>div h5{
		padding:10px;
		font-size:14px;
	}
	.type-deta-view>div{
		height:50px;
		margin-bottom:10px;
	}
	.technology-ul li{
		padding:10px;
	}
.foot-left div>span{
	width: 74px;
}
	.foot-nav-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.right-deta h5{
		font-size: 14px;
	}

.right-deta h4 span{
	font-size: 18px!important
}
.left-deta li a{
	padding: 8px 15px;
}
	.customer-ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.customer-ul li{
		margin: 10px;
		width: calc(50% - 20px);
	}
	.title{
		margin-bottom: 20px;
	}
	.title h2{
		font-size: 24px;
	}
	.title p{
		font-size: 36px;
	}
	.foot-nav-con li p{
		font-size: 12px;
	}
	
	.mobile_header_title .header-top{
		display: none;
	}
	.mobile_header_title img{
		height:36px;
	}
	#banner-img{
		min-height: 180px;
	}
}