/***定义一些公****/

.word-m {
	font-family:word-m;
}
html,body {
	font-family:"Microsoft YaHei","Arial",Helvetica,sans-serif !important;
}
/*修改默认浏览器滚动条*/
  ::-webkit-scrollbar{
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
  }
 
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }

 
  ::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
  }
a {
	text-decoration:none;
	color:#333333;
	cursor:pointer;
}
a:hover {
	color:#000;
}
button:focus,input:focus,.msg2 {
	outline:none;
}
input[type="text" i] {
	padding:0;
}
.clear {
	clear:both;
}
.color000 {
	color:#000!important;
}
.colorfff {
	color:#fff!important;
}
.bgf2 {
	background:#f2f2f2;
}
.bge6 {
	background:#e6e6e6;
}
.bgf7 {
	background:#f7f7f7;
}
.bgf8 {
	background:#f8f8f8;
}
.bg2 {
	background:#222;
}
.bg0 {
	background:#000!important;
}
.colorgreen {
	color:#B72024!important;
}
.coloryellow {
	color:#FFF!important;
}
.colorred{
	color:#FFF!important;
}

.fr {
	float:right;
}
.fl {
	float:left;
}
.fweight {
	font-weight:bold;
}
.fw300{
	font-weight: 300;
}


.w-80{
	width: 80%;
}

.w-60{
	width: 70%;
}


.col-my-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.container-my,.container {
	width:85.652%;
	max-width:1430.016px;
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
	word-wrap:break-word;
}
.btn-info {
	background-color:#333;
	border-color:#333;
}
.btn-light {
	background-color:#ddd;
	border-color:#ddd;
}
.online {
	bottom:100px;
}
.online dl {
	background:#333;
	border-radius:50%;
}
.online dl:hover {
	background:#666;
}
.jumbotron_contact {
	min-height:500px;
}
/***导航*****/
.cur {
	color:#FFF!important;
}
.top-nav {
	z-index:99999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:0px;
	background-color:#111;
	display:block;
	line-height:25px;
}
.top-right-btn a {
	color:#ccc;
	margin-left:30px;
}
.in {
	background:#f7f7f7;
	color:#818181;
}
.top-down {
	display:none;
	border-bottom:2px solid #F1F1F1;
    background:#FFF;
}
.top-info {
	width:93.705%;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	padding:2rem;	 
	justify-content:space-between;
}
.top-info .web .title {
	font-size:18px;
	color:#000;
}

.top-info .web .title i {
	margin-right:1rem;
}
.top-info .web .desc {
	margin-top:1.5rem;
	font-size:13px;
	line-height: 24px;
	color:#808080;
}
.container-top {
	width:93.705%;
	display:block;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	padding-right:15px;
	padding-left:15px;
}
.container-nav {
	width:93.705%;
	display:flex;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	max-width: 1780px;
}
.logo-sm-height {
	height:60px;
	margin-top:20px;
	margin-bottom:20px;
}

.logoblack{
	display: none;
	z-index: 99999;
}
.logowhite{
	display:block;
	z-index: 99999;
}

.bg-white #logowhite,.container-nav:hover #logowhite{
	display: none!important;
}
.bg-white #logoblack,.container-nav:hover #logoblack{
	display: block!important;
}




.fixed-top-nav{
	position: relative;
	top:-1px;
	left:0;
	z-index: 99999;
}
.navbar {
	padding:0 1rem;
	width:100%;
}
.navbar-expand-lg .navbar-collapse {
	height:74px;
}
.navbar-expand-lg .navbar-nav {
	height:100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size:16px;
	color:#FFF;
	padding:0px  1.6rem;
	line-height:73px;
	display:inline-block; 
}


.bg-white .navbar-nav .nav-link{
	color:#000!important;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
	color:#fff;
	border-bottom:1px solid #FFF!important;
}
 
.nav-item {
	position:relative;
	line-height:100%;
}
.nav-item:hover .sub_menu {
	display:block;
}
.sub_menu {	
	position:absolute;
	top:73px;
	width:180px;
	background:#fff;
	text-align:center;
	margin-left:-50px;
	padding-top:0px;
	padding-bottom:10px;
	z-index:99999;
	display:none;
	 
	box-shadow:0 .125rem .25rem rgba(0,0,0,0.1)!important;
}
.sub_menu li {
	line-height:40px;
	text-align:center;
	position:relative;
}
.sub_menu li a {
	color:#333;
	font-size:16px;
}
.sub_menu li a:hover {
	color:#B72024;
}
.nav-item:hover .sub_menu,.nav-item:hover .sub_menu2 {
	display:block;
}
 


.sub_menu2 {
	z-index:-9;	 	 
	top:0;
	position: fixed;
    left: 0;   
    margin-top: -1px;    
    width: 100%;
    background-color: #fff;    
    opacity: 1; 
    display:none;
    padding-top: 80px;
}
.container-menu2 {
	width:85.652%;
	max-width:1430.016px;
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
	word-wrap:break-word;
	padding-top:36px;
	/*display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;*/
}
.m3list {
	width: 20%; 
	float: left;
	}

.m3list img{
	max-height: 60px;
	transition: all 0.6s;
}
.m3list:hover img{
	transform: scale(1.1);
}

.m3list span{
	display: inline-block;
	background: #F6F6F6;
	border-radius: 50%;
	width:100px;
	height: 100px;
	padding-top: 20px;
}

.m3list .moreBtn{
	width: 60px!important;
	height: 60px!important;
	border-radius: 50%;
	background: #F6F6F6;
	display: inline-block;
	padding-top: 0px;
}
.m3list .moreBtn i{
	line-height: 60px;
	font-size: 30px;
	color:#B6B6B6;
	font-weight: 300;
}
.menu2-menu3 .title {
	font-size:18px;
	padding-bottom:20px;
	border-bottom:1px solid #ddd;
	width:250px;
	display:block;
	margin-bottom:20px;
	font-weight:bold;
}
.menu2-menu3 ul li {
	font-size:16px;
	line-height:30px;
	color:#666;
}
.container-menu3 {
	margin-top:50px;
	border-bottom:1px solid #ddd;
}
.container-menu4 {
	width:85.652%;
	max-width:1430.016px;
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
	word-wrap:break-word;
	padding-top:30px;
	padding-bottom:36px;
}
.container-menu4 strong {
	font-size:18px;
}
.container-menu4 a img {
	width:50px;
	height:50px;
	margin-right:30px;
}
.container-menu4 span{
	margin-right: 30px;
}
.container-menu4 i{
	margin-right: 5px;
}
.sub_menu3 {
	width:200px;
	max-width:200px;
	left:150px;
	background:#fff;
	position:absolute;
	z-index:99999;
	display:none;
	margin-top:-40px;
	border-left:1px solid #ddd;
}
.sub_menu3 li  a {
	letter-spacing:-0.5px!important;
}
.sub_menu li:hover .sub_menu3 {
	display:block;
}
.btn-shop {
	display:inline;
	float:left;
	margin-top:25px;
}
.nav-buy {
	font-size:16px;
	cursor:pointer;
	position:relative;
	text-align:center;
	padding-right:2rem;
	padding-left:2rem;
}
.shop-nav {
	display:none;
	position:absolute;
	top:20px;
	padding-top:35px;
	z-index:99999999;
	background:#fff;
	font-size:16px;
	line-height:3rem;
	width:100%;
	margin-left:-2.5rem;
	text-align:center;
	padding-bottom:15px;
}
.shop-nav li a {
	color:#666;
}
.shop-nav li a:hover {
	color:#B72024;
}
.nav-buy:hover .shop-nav {
	display:block;
}
.btn-open-search,.btn-open-search2 {
	margin-top:20px;
	margin-left:2rem;
	display:inline-block;
	font-size:20px;
	cursor:pointer;
}
.top-search {
	position:relative;
	top:25px;
	z-index:999;
	right:3%;
}
.top-search input {
	border:none;
	background:#fff;
	width:300px;
	height:40px;
	outline:none;
	padding-left:15px;
	display:inline-block;
	border-radius:30px;
	border:1px solid #ddd;
}
.top-search button {
	outline:none;
	border:none;
	background:none;
	margin-left:-80px;
	width:80px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#ddd;
}
.top-search button:hover {
	color:#000;
}
.right-phone {
	line-height:74px;
	font-size:20px;
	color:#fff;
	font-weight: 300;
}
.right-phone i {
	margin-right:10px;
	color:#fff;
	font-weight: 300;
}

 

.arrow-left {
	background:url(../image/banner_arrow.png) no-repeat left top;
	position:absolute;
	left:20px;
	top:45%;
	margin-top:-35px;
	width:70px;
	height:70px;
	z-index:999;
}
.arrow-right {
	background:url(../image/banner_arrow.png) no-repeat left bottom;
	position:absolute;
	right:20px;
	top:45%;
	margin-top:-35px;
	width:70px;
	height:70px;
	z-index:999;
	outline:none;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:20px
}
.swiper-pagination-bullet{
	width: 60px;
	height: 5px;
	border-radius: 0;
}
/********首页新闻***********/
.container_news {
	margin-top:60px;
}
.containernews {
	width:100%;
	margin:0 auto;
}
.news_left {
	width:49%;
	float:left;
	height:400px;
}
.news_right {
	width:49%;
	float:right;
}
.news_right .newsimg {
	height:340px;
	overflow-y:hidden;
	margin-bottom:20px;
}
.news_right .newsimg img {
	width:100%;
	min-height:100%;
}
.indexnews {
	width:100%;
	height:100px;
	margin-bottom:20px;
}
.indexnews .date {
	width:100px;
	height:100px;
	border:1px solid #ddd;
	display:inline-block;
}
.indexnews .date span {
	display:block;
	font-weight:bold;
	color:#B72024;
	text-align:center;
	font-size:30px;
	margin:10px 0 10px 0;
}
.indexnews .date {
	text-align:center;
	color:#5c5c5c;
	font-weight:bold;
	font-size:16px;
}
.indexnews .newsdesc {
	width:calc(100% - 120px);
	float:right;
	border-bottom:1px solid #ddd;
	height:100px;
}
.indexnews .newsdesc .title {
	font-size:18px;
	height:24px;
	overflow-y:hidden;
	margin-bottom:10px;
	color:#000;
	margin-top:0px;
}
.indexnews .newsdesc .desc {
	line-height:24px;
	font-size:12px;
	color:#666;
}
.indexnews .newsdesc .title:hover {
	color:#B72024;
}
.news_more {
	line-height:58px;
	text-indent:150px;
	border:#dfdfdf 1px solid;
	color:transparent;
	background:url(../image/jiantou2.png)no-repeat 26px -97px;
	width:148px;
	height:30px;
	transition:all 0.5s cubic-bezier(0.215,0.61,0.355,1) 0s;
	border-radius:0px;
	font-size:0px;
	display:block;
	margin:40px auto;
}
.news_more:hover {
	background:url(../image/jiantou2.png)no-repeat 26px -127px;
}
/********全局底部************/
.container-custom {
	width:85.652%;
	max-width:1430.016px;
	margin-right:auto;
	margin-left:auto;
	padding-left:15px;
	padding-right:15px;
}
.top-line {
	border-bottom:1px solid #e2e2e2;
	height:65px;
	overflow:visible;
	position:relative;
}
.index {
	font-size:24px;
	font-weight:300;
	letter-spacing:3px;
}
.btn-open-search-foot {
	margin-left:2rem;
	display:inline-block;
	font-size:20px;
}
.search-box {
	position:relative;
}
.js-search-footer-input-popup {
	padding-left:15px!important;
	width:500px;
	height:46px;
	background:#fff;
	outline:none;
	border:none;
	border:1px solid #ddd;
}
.btn-search {
	font-size:22px;
	color:#666;
	font-weight:300;
	position:absolute;
	right:0;
	z-index:99;
	border:none;
	background:none;
	outline:none;
}
.footNav a {
	font-size:18px;
	font-weight:bold;
	color:#A7A7A7;
	display:block;
	margin-bottom:18px;
}
.footNav a:hover {
	color:#595757;
}
.footmenus {
	padding-bottom:50px;
	display:inline-block;
	width:100%;
}
.lh-2 li {
	font-size:15px;
	margin-bottom:10px;
}
.lh-2 li a {
	color:#A8A8A8;
}
.lh-2 li a:hover {
	color:#fff;
}
.copyright {
	line-height:50px;
	color:#666;
	font-size:14px;
}
.copyright a {
	color:#999;
	font-size:12px;
}
.icp {
	margin-left:20px;
	position:relative;
	z-index:10;
}
.icp:hover{
	color:#FFF;
}
.icp span {
	color:#999;
	font-size:12px;
	cursor:pointer;
}
.icp:hover .icp2 {
	display:block;
}
.icp2 {
	position:absolute;
	left:0;
	bottom:0px;
	width:150px;
	height:112px;
	z-index:9;
	padding-bottom:0px;
	display:none;
}
.icp2 div {
	height:24px;
	line-height:24px;
}
.icp2 div a {
	font-size:14px;
	color:#999;
}
.icp2 div a:hover {
	color:#fff;
}
.button-line {
	border-top:1px solid #e2e2e2;
	height:100px;
	overflow:visible;
	position:relative;
	padding-top:35px;
}
.button-line a {
	font-size:14px;
	margin-right:20px;
	color:#595757;
}
.button-line a:hover {
	color:#000;
}
.top-line {
	border-bottom:1px solid #e2e2e2;
	height:auto;
	padding:40px 0;
	overflow:visible;
	position:relative;
	background:#488aff url(../image/register-tip.png) no-repeat center -206px;
}
.index {
	font-size:30px;
	letter-spacing:3px;
	color:#fff;
	margin-top:10px;
	margin-bottom:10px
}
.col-md-ftmenu {
	width:14.2%;
	float:left;
}
.footmenuright {
	width:200px;
	float:left;
}
.footmenuleft {
	width:calc(100% - 220px);
	float:left;
}
.online {
	width:30px;
}
.online dl {
	background:#fff;
	width:30px;
	height:auto;
	color:#333;
	margin-bottom:10px;
	border:1px solid #ddd;
	border-radius:15px;
	text-align:center;
}
.online dl dd {
	color:#333;
	width:100%;
	text-align:center;
}
.online dl dd i {
	font-size:16px;
}
.online dl dt {
	right:35px;
}
.online dl:hover {
	background:#E7141A;
	border:1px solid #E7141A;
}
.online dl:hover dd {
	color:#fff;
}
.online dl dt button {
	outline:none;
	background:#333;
}
.foottopbg {
	width:100%;
	height:10px;
	background:#E7141A;
}
.foottoprightbg {
	width:100%;
	height:65px;
	 
	border-radius:0 0 15px 15px;
	text-align:center;
	color:#000;
	line-height:65px;
	font-size:20px;
}


 
.foot_search input {
	border:none;
	background:#4B4B4B;
	width:50%;
	height:40px;
	outline:none;
	padding-left:15px;
	display:inline-block;
	border-radius:30px;
	 
	margin-top: 15px;
}
.foot_search button {
	outline:none;
	border:none;
	background:none;
	margin-left:-80px;
	width:80px;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#ddd;
}
.foot_search button:hover {
	color:#000;
}
.foot_tag{
	width: 90%;
}
.foot_tag a{
	margin-right: 15px;
}

/********首页幻灯**************/

.swiper-pagination-bullet-active {
	background:#B72024;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image:url(../image/left.png);
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image:url(../image/right.png);
}
.swiper-button-next,.swiper-button-prev {
	width:44px;
	background-size:44px 44px;
}
/********首页产品***************/
.indexProduct {
	box-shadow:1px 1px 5px #ddd;
}
.indexProduct:hover {
	box-shadow:2px 2px 15px #ccc;
}
.card-img-top {
	transition:all 1s;
}
.indexProduct:hover .productIndex .card-img-top {
	transform:scale(1.2);
}
.IndexTitle {
	font-weight:300;
}
.IndexSubTitle {
	margin-top:10px;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
}
.productIndex {
	padding:20px;
}
.indexProductTitle {
	height:24px;
	line-height:24px;
	overflow-y:hidden;
}
/*********首页数字滚动***************/
@font-face {
  font-family: 'Reckoner';
  src: url('../font/Reckoner.ttf');
}
.Reckoner{
  font-family: Reckoner;
}

.indexNum {
	padding-top:50px;
	padding-bottom:50px;
	text-align:center;
}
.numlist {
	margin-bottom:30px;
}
.timer {
	font-size:50px;
	color:#000;
	font-weight:300;
	line-height:80px;
	height:80px;
}
.numdesc {
	font-size:15px;
}
.numtitle {
	display:block;
	width:100%;
	position:relative;
}
.dblcok {
	display:block;
	width:100%;
}

 
.swiper-pagination-bullet{background:#666;}
 .wappagination{bottom:0!important;}



/*********首页地圖*************/



.indexaboutT1 {
	font-size:50px;
	color:#e2e2e2;
	font-weight:600;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	width:100%;
}
.indexaboutT2 {
	color:#888;
	font-weight:bold;
	font-size:30px;
	display:block;
	width:100%;

}
.indexaboutT2 span {
	font-size:45px;
}
.indexaboutT3 {
	display:block;
	color:#454545;
	font-weight:400;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
}
.indexaboutT3 p {
	display:block;
	font-size:15px;
	margin-bottom:10px;
}
/*********首页案例**************/

.indexCase{
	background: #FFF;
	display: inline-block;
	box-shadow: 2px 2px 5px #ddd;
}
.indexCase .title{
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.indexCase1 .title{
	height: 80px;
	line-height: 80px;
}

/*********首页新闻**************/

.media {
	background:#fff;
	padding:15px;
	box-shadow:1px 1px 5px #ddd;
}
.newstitle {
	height:25px;
	line-height:25px;
	overflow-y:hidden;
	display:block;
}
.media:hover .newstitle {
	color:#000;
	font-weight:bold;
}
.newsdesc {
	color:#666;
	display:block;
	height:50px;
	line-height:25px;
	overflow:hidden;
}
.media:hover .newsdesc {
	color:#000;
}
.media:hover {
	box-shadow:2px 2px 2px #ddd;
}
.media .news-img {
	width:100px;
	height:100px;
	margin-right:15px;
	overflow:hidden;
}
.media .news-img img {
	transition:all 0.6s;
	width:100%;
	height:100%;
}
.media:hover .news-img img {
	transform:scale(1.3);
}
/*********首页产品分类二级导航*************/

.indexProductMenu {
	margin:0 auto;
	margin-bottom:20px;
	width:600px;
}
.indexProductMenu .Menu {
	width:24%;
	margin-right:1%;
	background:#f1f1f1;
	color:#333;
	line-height:40px;
	text-align:center;
	border-radius:5px;
}
.indexProductMenu .Menu:hover {
	background:#B72024;
	color:#fff;
}
/*********首页新闻新的样式*************/
.indexnewsbg {
	background:#f8f8f8 url(../image/bgnews.jpg) no-repeat top center;
}
.newscontainer {
	padding-top:100px;
	padding-bottom: 100px;
}
.news-one {
	padding-left:60px;
	padding-top:80px;
	min-height:509px;
	max-height:509px;
	background-color:transparent;
	background:#FFF url(../image/indexnewbg.png) no-repeat;
	border-radius:5px;
	overflow:hidden;
	background-position:left;
	box-shadow:rgb(205 205 205) 0px 0px 7px;
	-webkit-box-shadow:rgb(205 205 205) 0px 0px 7px;
	background-size:contain;
}
.news-one:hover {
	background:#F2F0F1 url(../image/indexnewbg.png) no-repeat;
	border-radius:5px;
	overflow:hidden;
	background-position:left;
	box-shadow:rgb(205 205 205) 0px 0px 7px;
	-webkit-box-shadow:rgb(205 205 205) 0px 0px 7px;
	background-size:contain;
}
.news-one .title {
	width:auto;
	color:#E7141A;
	font-size:40px;
	font-weight:500;
	text-align:left;
	line-height:48px;
	letter-spacing:3px;
	background-color:transparent;
	background-image:none;
	display:block;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	z-index:0;
	opacity:1;
}
.news-one .entitle {
	margin-top:3px;
	padding-bottom:20px;
	padding-top:0px;
	width:100%;
	float:left;
	color:#E7141A;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	line-height:22px;
	letter-spacing:1px;
	background-image:url(../image/bg2.png);
	border-bottom-style:none;
	border-bottom-width:0px;
	display:block;
	background-position:0px 27px;
	background-repeat:no-repeat;
	position:relative;
	top:0px;
	left:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
	background-size:auto;
}
.news-one .more {
	margin-left:0px;
	margin-right:45px;
	margin-top:0px;
	padding-right:20px;
	width:auto;
	height:auto;
	float:right;
	color:#E7141A;
	font-size:14px;
	background-image:url(../image/more.png);
	overflow:visible;
	display:block;
	background-position:right center;
	background-repeat:no-repeat;
	position:relative;
	top:270px;
	left:0px;
	background-size:12px 12px;
}
.news-two {
	height:247px;
	background:#FFF;
	box-shadow:#b7b7b7 0px 0px 5px;
	-webkit-box-shadow:#b7b7b7 0px 0px 5px;
	border-radius:5px;
	padding:50px 70px;
	cursor:pointer;
}
.news-two .title {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:12px;
}
.news-two .desc {
	color:#727171;
	font-size:14px;
	line-height:24px;
}
.news-three {
	height:160px;
	background:#FFF;
	box-shadow:#b7b7b7 0px 0px 5px;
	-webkit-box-shadow:#b7b7b7 0px 0px 5px;
	border-radius:5px;
	padding:50px 70px 0 70px;
	cursor:pointer;
}
.news-two:hover,.news-three:hover {
	background:#F2F0F1;
}
.news-three .title {
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}
/*********首页优势*************/
 
 
 
.section-container {
	display:block;
}
.mynew-list2 {
	overflow:hidden;
	margin:0 auto;
}
.mynew-list2 li {
	float:left;
	width:25%;
}
.mynew-list2 .con {
	margin:5px;
	display:block;
	position:relative;
}
.mynew-list2 .pic {
	position:relative;
	height:0;
	padding-top:70%;
	overflow:hidden;
}
.mynew-list2 .pic img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	transition:all 0.6s;
}
.mynew-list2 .mask {
	position:relative;
	line-height: 50px;
	font-weight: bold;
	padding:10px 15px 5px 15px;
	text-align: center;
}
.mynew-list2 .txt {
	}.mynew-list2 .ico {
	display:block;
	height:80px;
	line-height:80px;
	margin-bottom:10px;
}
.mynew-list2 .ico img {
	display:inline-block;
	vertical-align:middle;
}
.mynew-list2 h4 {
	color:#333;
	font-size:16px;
	font-weight:normal;
	word-wrap:normal;
	width:100%;
	line-height:25px;
}
.mynew-list2 .con:hover .pic img {
	transform:scale(1.3);
}
.mynew-list2 .con:hover .mask,.mynew-list2 .con:hover .mask h4 {
	background:#E39300;
	color:#fff;
}
.index-mynew-list2 .ico img {
	transition:all 1.6s ease;
}
.index-mynew-list2 li:hover .ico img {
	transform:rotate(360deg);
}
/*********首页查看更多*************/
.IndexMore {
	padding:10px 30px;
	border:1px solid #ddd;
}
.IndexMore:hover,.IndexMore:hover a {
	background:#B72024;
	color:#fff;
}
/*********首页伙伴**************/
.parter {
	width:20%;
	text-align:center;
	margin-bottom:40px;
}
.parter img {
	height:60px;
	text-align:center;
}
#part {
	transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	cursor:pointer;
}
#part:hover {
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	transform:rotate(360deg)
}
/********产品详情*******/
.m-video {
	margin:0 auto;
	display:inline-block;
	z-index:999999999;
	color:#FFF!important;
}
.mainInfo {
	display:block;
	padding-bottom:50px;
	padding-top:50px;
}
.product-title {
	height:80px;
	width:100%;
	font-size:18px;
	line-height:30px;
	padding-top:20px;
	font-weight:bold;
	text-align:left;
	color:#333;
}
.content-product img {
	line-height:0;
	max-width:100%;
}
.back-sort {
	padding:8px 20px;
	background:#B72024;
	color:#fff;
	line-height:24px;
	border-radius:5px;
	float:right;
}
.back-sort:hover {
	color:#fff;
	background:#333;
}
.productBtn {
	padding:10px 20px;
	background:#e1251b;
	color:#fff;
	line-height:24px;
	border-radius:5px;
}
.productBtn:hover {
	color:#fff;
}
.cansu table {
	width:100%;
}
.cansu table tr {
	border-bottom:1px dashed #ddd;
	font-size:12px;
	color:rgba(153,153,153);
}
.cansu table tr td {
	font-size:12px;
	color:rgba(153,153,153);
}
.preview .swiper-slide {
	text-align:center;
}
/*********新闻列表**************/
.jumbotron {
	padding:10rem 2rem;
}
.listnews {
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}
.newslist {
	padding:15px;
	box-shadow:1px 1px 5px #ddd;
}
.newslist:hover {
	box-shadow:2px 2px 15px #ddd;
}
.newslist .title {
	font-size:18px;
	color:#000;
	font-weight:bold;
	line-height:30px;
	height:30px;
	overflow-y:hidden;
	display:block;
	margin-top:15px;
	margin-bottom:15px;
}
.newslist .desc {
	line-height:24px;
}
.newslist-img {
	width:100%;
	height:240px;
	overflow:hidden;
}
.newslist-img img {
	width:100%;
	height:auto;
	transition:all 0.6s;
}
.newslist:hover .newslist-img img {
	transform:scale(1.2);
}
.newsmb {
	margin-bottom:1rem;
}
.indexTu {
	height:330px;
}
.indexTuContent {
	width:50%;
	background:rgba(0,0,0,0.4);
	color:#fff;
	height:100%;
	float:right;
	transition:all 0.6s;
}
.indexTuContent:hover {
	width:60%;
}
.tucontent {
	margin-left:10%;
	margin-top:60px;
	cursor:pointer;
}
.tucontent .title {
	font-size:24px;
	margin-bottom:15px;
	font-family:word-m;
}
/*********分页***********/
.page-num-current {
	background-color:#333;
	border-color:#333;
	color:#fff!important;
}
.page-num,.page-link {
	color:#333;
}
.page-link:hover {
	color:#B72024;
}
.shangxia {
	height:40px;
	line-height:40px;
	overflow-y:hidden;
	display:inline-block;
	margin-bottom:30px;
}
.shangxia:hover a,.shangxia:hover {
	font-weight:bold;
}
/*******新闻详情**********/
.news-content {
	padding:15px;
	background:#fff;
}
.news-content img {
	max-width:100%;
	margin-top:10px;
	margin-bottom:10px;
}
/********案例列表**********/
.caselist {
	box-shadow:2px 2px 10px 5px #f7f7f7;
	margin-bottom:20px;
	margin-top:20px;
	padding:20px;
	cursor:pointer;
}
.caselist:hover {
	background:#f8f8f8;
	box-shadow:3px 3px 20px 10px #ddd;
}
.caselistImg {
	width:100%;
	overflow:hidden;
	padding-left:0;
	padding-right:0;
}
.caselistImg img {
	width:100%;
	max-height:400px;
	transition:all 0.6s;
}
.caselistInfo {
	font-size:13px;
	line-height:18px;
	display:table!important;
}
.caselistInfo .cent {
	display:table-cell;
	vertical-align:middle;
}
.caselistInfo .cent .title {
	font-size:30px;
	font-weight:300;
	color:#555;
}
.caselistInfo .cent .desc {
	line-height:24px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
}
.caselist:hover .caselistImg img {
	transform:scale(1.1);
}
/********项目合作*******/
.contactxm {
	font-size:42px;
}
.contactTel {
	padding:10px 40px;
	background:#B72024;
	border-radius:100px;
	color:#fff;
	display:inline-block;
	margin:0 auto;
}
.contactTel2 a {
	color:#fff!important
}
/*******售后服务*****/
#myTab {
	padding:0;
	margin:0;
	margin-block-start:0em;
	margin-block-end:0em;
	padding-inline-start:0px;
}
.tabmenu {
	background:#ddd;
	line-height:30px;
	text-align:center;
	font-size:16px;
	border-right:1px solid #fff;
	margin:0;
	color:#000;
	border-radius:10px 10px 0 0;
}
.tabmenu a {
	line-height:30px;
	text-align:center;
	font-size:16px;
	padding:6px 20px;
	display:inline-block;
}
#myTab .active {
	background:#B72024;
	color:#fff;
	border-radius:10px 10px 0 0;
}
.tab-content {
	margin-top:30px;
}
.tab-content .active {
	font-weight:normal;
	line-height:24px;
}
/*****关于我们********/

.aboutT1 {
	font-size:50px;
	color:#e2e2e2;
	line-height:50px;
	font-weight:600;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	width:100%;
}
.aboutT2 {
	color:#454545;
	font-weight:bold;
	font-size:20px;
	margin-top:10px;
	display:block;
	width:100%;
}
.aboutT3 {
	display:block;
	color:#454545;
	font-weight:400;
	font-size:16px;
	margin-bottom:10px;
	font-family:"NUMEN"
     width:100%;
}
.searchlist {
	width:48%;
	margin-right:2%;
	float:left;
}
.wsearch {
	width:500px;
}
/*****企业文化*******/
.whlist {
	background:#EEE;
	height:120px;
}
.whlist .main {
	width:120px;
	height:120px;
	margin-right:20px;
	background:#E72410;
	/* 浏览器不支持时显示 */
    background-image:linear-gradient(to right,#B01101,#FA7264);
	float:left;
	font-size:30px;
	line-height:40px;
	padding:20px;
	color:#fff;
	font-weight:300;
}
.whlist .minbody {
	width:calc(100% - 140px);
	float:left;
	line-height:120px;
	font-size:20px;
}
/*****联系我们********/
.lxwms {
	padding:30PX;
	padding-left:0;
	padding-bottom:10px;
}
.lxwms>div {
	margin-bottom:15px;
	color:#333;
}
.lxwms>div span,.lxwms>div,.lxwms>div p {
	font-size:16px;
}
.lxwms>div .lximg {
	width:30px;
	margin-right:10px;
}
.lxwms>div .WX {
	width:140px;
}
.wap {
	display:none;
}
.wap2 {
	display:none;
}
/*******新底部电话*************/

.foot-tel {
	text-align:center;
	font-size:20px;
	margin-bottom:10px;
}
.colorred {
	color:#B72024!important;
}
.span2 {
	margin-left:30px;
}
/*******新二级**************/
.sonsort {
	background:#f2f2f2;
}
.btn-info {
	background:none;
	border:none;
	box-shadow:none;
	background:#B72024;
	color:#FFF;
	border-radius:0;
}
.btn-info:hover,.btn:hover {
	color:#fff;
	background:#B72024;
}
.btn-light {
	background:none;
	border:none;
	box-shadow:none;
	border-radius:0;
}
.btn {
	padding:20px 30px;
	font-size:15px;
	border-radius:0;
}
/******留言表单********/
.mymsg {
	width:100%;
}
.msg {
	width:100%;
	line-height:40px;
	display:block;
	float:left;
}
.msg .bao {
	font-size:16px;
	width:15px;
	height:15px;
	margin-left:20px;
	margin-right:5px;
}
.msg .checkduo {
	font-size:16px;
	width:16px;
	height:16px;
	margin-left:20px;
	margin-right:5px;
}
.msg1 {
	width:32%;
	float:left;
	margin-right:1.333%;
	height:40px;
	margin-bottom:15px;
	border:1px solid #ddd;
	background:#f8f8f8;
	padding-left:15px!important;
}
.msg1:nth-child(3) {
	margin-right:0;
}
.msg2 {
	width:98.6%;
	height:auto;
	min-height:200px;
	border:1px solid #ddd;
	background:#f8f8f8;
	margin-bottom:15px;
	padding-left:15px!important;
}
.msg3 {
	width:200px;
	height:40px;
	border:1px solid #ddd;
	background:#f8f8f8;
	padding-left:15px!important;
}
.msg4 {
	width:100%;
	height:auto;
	min-height:200px;
	border:1px solid #ddd;
	background:#f8f8f8;
	margin-bottom:15px;
	padding-left:15px!important;
}
.tj {
	width:200px;
	height:40px;
	background:#B72024;
	border:none;
	color:#fff;
}
.tj:hover {
	background:#ddd;
	color:#333;
}
.codeimg {
	height:40px;
	margin-top:-2px;
}
/****************抖音和微信.footicon*******************/
.footicon {
	display:block;
	margin-top:20px;
}
.footicon .weixin,.footicon .douying {
	display:inline;
	margin-right:5px;
	margin-left:5px;
	position:relative;
}
.footicon .weixin .icon,.footicon .douying .icon {
	display:inline;
	width:30px;
	cursor:pointer;
}
.floatweixin {
	position:absolute;
	display:none;
	bottom:30px;
	padding:15px;
	left:-65px;
	background:#fff url(http://www.509k.com/style/sj.png) bottom center no-repeat;
}
.floatweixin img {
	max-width:170px;
}
.footicon .weixin:hover .floatweixin {
	display:block;
	z-index:999;
}
.floatdouyin {
	position:absolute;
	display:none;
	bottom:30px;
	padding:15px;
	padding-bottom:10px;
	left:-98px;
	background:#fff url(http://www.509k.com/style/sj.png) bottom center no-repeat;
}
.floatdouyin img {
	max-width:170px;
}
.footicon .douying:hover .floatdouyin {
	display:block;
	z-index:999;
}
.tab-pane p {
	line-height:35px;
	font-size:15px;
}
#xiqiu,#baogao {
	height:40px!important;
	line-height:40px!important;
	color:#666;
	border:1px solid #ddd!important;
	width:100%;
	padding-left:15px!important;
}
.zxwt {
	border:1px solid #ddd;
	margin-top:50px;
	padding-bottom:100px;
}
#newbiaodan .msg1 {
	width:100%;
}
/*****业务范围*********/



 .fangan_c {
	background:url(../image/n_bg.png) no-repeat top center;
	font-size:14px;
	color:#272727;
	width:100%;
	height:1130px;
}
.c1_list {
	height:200px;
	width:45%;
	float:left;
	margin-bottom:100px;
}
.c_list {
	padding-left:120px;
	padding-top:50px;
}
.c_list .cimg {
	width:70px;
	padding-top:30px;
}
.c1_list:first-child .c_list {
	padding-left:90px;
	padding-right:30px;
}
.c_list .mynum {
	font-size:60px;
	font-weight:bold;
	color:#D1DBE2;
}
.c1_list:nth-child(2) .c_list {
	padding-left:150px;
	padding-right:30px;
}
.c1_list:nth-child(3) .c_list {
	padding-left:120px;
	padding-right:30px;
}
.c1_list:nth-child(4) .c_list {
	margin-left:50px;
}
.c1_list:nth-child(5) .c_list {
	padding-left:90px;
	padding-right:50px;
}
.c1_list:nth-child(7) .c_list {
	padding-left:90px;
	padding-right:30px;
}
.c1_list:nth-child(8) .c_list {
	padding-left:160px;
	padding-right:30px;
}
.c_list .title {
	font-size:14px;
	color:#000000;
	margin-bottom:20px;
}
.c_list .desc {
	font-size:16px;
	color:#ababab;
}
.container-yw {
	width:1200px;
	margin:0 auto;
}
.pt-3-pc {
	padding-top:20px;
}
.nums2 {
	display:none;
}
/*
 首页服务范围
 * 17素材vip建站专区模块代码
 * 详尽信息请看官网：http://www.17sucai.com/pins/vip
 *
 * Copyright,温州易站网络科技有限公司版权所有
 * 图片不能商用，代码可商用。
 
 * 请尊重原创，未经允许请勿转载。
 * 在保留版权的前提下可应用于个人或商业用途
 
*/

 
.wrapper {
	position:relative;
	max-width:1200px;
	padding-left:10px;
	padding-right:10px;
	margin:0 auto;
}
/*背景*/
.specialty {
	background:url(../image/support-service-specialty-pc.jpg) no-repeat;
	background-size:cover;
	padding-bottom:50px
}
/*大标题*/
.support-title {
	padding-top:50px;
	padding-bottom:30px;
	text-align:center
}
.support-title h1 {
	font-size:36px;
	color:#252B3A;
	line-height:48px
}
/*列表*/
.specialty-slide:before,.specialty-slide:after {
	content:" ";
	display:table
}
.specialty-slide:after {
	clear:both
}
.specialty-slide li {
	width:25%;
	float:left;
	text-align:center;
	padding:45px 0;
	position:relative;
	z-index:2;
	cursor:pointer
}
.specialty-slide li a.list {
	display:inline-block;
	width:100%;
}
.specialty-slide li:after {
	content:"";
	width:1px;
	background:#ddd;
	position:absolute;
	right:0;
	top:35%;
	bottom:35%
}
.specialty-slide li i {
	width:120px;
	height:120px;
	display:inline-block;
	background-size:cover;
	background-position:center;
	margin-bottom:25px
}
.specialty-slide li h1 {
	font-size:16px;
	color:#252B3A;
	text-align:center;
	line-height:22px
}
/*反面*/
.specialty-slide .specialty-content {
	width:100%;
	position:absolute;
	top:100%;
	left:-1px;
	background:#FFFFFF url(../image/support-service-resources-hover.png) no-repeat;
	background-position:right bottom;
	border-radius:2px;
	padding:0 30px;
	overflow:hidden;
	line-height:190px;
	transition:all 0.5s,border 0s;
	box-shadow:0 10px 20px 0 rgba(0,0,0,0.1);
	height:0
}
.specialty-slide .specialty-content a {
	display:inline-block;
	line-height:190px;
	vertical-align:middle
}
.specialty-slide .specialty-content h1 {
	font-size:16px;
	color:#252B3A;
	text-align:center;
	line-height:22px;
	margin-bottom:10px;
	transition:all 0.3s
}
.specialty-slide .specialty-content h1:hover {
	color:#f66f6a
}
.specialty-slide .specialty-content p {
	font-size:12px;
	color:#666A75;
	text-align:center;
	line-height:20px
}
li:hover:after {
	opacity:0
}
li:hover .specialty-content {
	height:190px;
	top:0;
	border-top:4px solid #F7A655;
	width:100%;
}
.tongdian {
	position:relative;
	padding-top:100px;
	background:#333 url(../image/register-tip.png) no-repeat center;
	width:100%;
	height:auto;
	min-height:250px;
}
.tongdian_content {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top:60px;
}
canvas {
	display:block;
	vertical-align:bottom;
}
#particles-js {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.cansulist .title {
	font-size:16px;
    border-radius: 0 100px 0 100px;
	box-shadow:2px 2px 2px #ddd;
	margin-bottom:20px;
	text-align:center;
	height:280px;
	overflow:hidden;
	position:relative;
}
.cansulist .subtitle {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:90;
	color:#FFF;
	text-shadow:1px 1px 1px #fff;
	font-size:16px;
	font-weight:300;
	width:100%;
 	background: rgba(0,0,0,0.5);
	padding-top:20px;
	padding-bottom:20px;
}
.cansulist .maskdiv {
	display:none;
	width:100%;
	height:100%;	
 	background: rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	color:#fff;
	padding-top:50px;
}
.cansulist .maskdiv .title2 {
	font-size:24px;
	color:#fff;
	text-align:center;
}
.cansulist .maskdiv .desc {
	font-size:14px;
	line-height:24px;
	color:#fff;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.cansulist .title img {
	width:100%;
	height:100%;
	
	transition:all 0.6s;
}
.cansulist:hover .title .maskdiv {
	display:block;
}
.cansulist:hover .title .subtitle {
	display:none;
}
.cansulist:hover .title img {
	transform:scale(1.2);
}
.navbar-expand-lg .navbar-toggler {
	display:none;
}
.wap1 {
	display:none;
}
.lc_txt {
	height:300px;
	padding:50px;
	width:100%;
	background:#f8f8f8;
}
.txt_bg {
	position:relative;
	font-size:120px;
	text-align:center;
	font-weight:800;
	color:#F2F2F2;
}
.my_txt {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:99;
}
.my_txt .entitle {
	text-align:left;
	font-size:20px;
	color:#D0D0D0;
}
.my_txt .title {
	text-align:left;
	font-size:20px;
	color:#000;
	margin-top:10px;
}
.my_txt .desc {
	text-align:left;
	margin-top:20px;
	font-size:15px;
	color:#666;
	font-weight:normal;
}
.lc_img {
	height:300px;
	overflow:hidden;
	padding:0;
}
.lc_img img {
	width:100%;
	height:100%;
}
.advantage_item {
	width:33%;
	float:left;
	text-align:center;
}
.advantage_name {
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
	font-size:20px;
}




.guodu{
	width: 100%;
	height: 6px;
	background: #e39300;
}
.guodu2{
	text-align: center;
	line-height: 0
}
.guodu2 img{
	border:0;
	line-height: 0;
}

.layui-tab-title{
	border:none;
	margin:0 auto;
	text-align: center;
}
.layui-tab-title .layui-this:after{
	border:none;
	border-bottom: 3px solid #e39300;
	width: 50%;
	left: 25%;
	top:10px;
}

li:hover:after{
	opacity:1!important;
}

.layui-tab-title{
	margin-bottom: 80px;
}
.layui-tab-title .layui-this{
	color:#e39300!important;
}
.layui-tab-title li{
	font-size: 1.8rem;
 	font-weight: normal;
}

.tab_news{
	border:1px solid #ddd;
	padding-bottom:20px;
}
.tab_news .img{
	height: 300px;
	overflow: hidden;
}
.tab_news .img img{
	width: 100%;
	min-height: 300px;
	transition: all 0.6s;
}
.tab_news .img:hover img{
	transform: scale(1.1);
}
.tab_news:hover{
	background:#e39300;
}
.tab_news:hover .title a,.tab_news:hover .date{
	color:#fff;
}
.tab_news .title{
	padding: 10px 15px;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tab_news .title:hover a{
	color:#fff;
}
.tab_news .date{
	padding: 10px 15px;
}



.tab_news_1{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	display: block;
	float: left;
	height: 60px;
	overflow-y: hidden;
}
.tab_news_1 .date{
	width: 50px;
	height: 50px;
	float: left;
	color:#e39300;
}
.tab_news_1 .date span{
	font-size: 24px;
	font-weight: bold;
	
}
.tab_news_1 .title{
	font-size: 16px;	
	width: calc(100% - 50px);
	float: right;
    line-height: 45px;	

}
.tab_news_1 .title:hover a{
	color:#e39300;
}



.tab_news2{
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
	background: #f8f8f8;
	padding:15px 20px;
	transition: all 0.6s;
}
.tab_news2:hover{
	box-shadow: 5px 5px 15px #ddd;
}

.tab_news2 .date{
	width: 80px;
	height: 70px;
	float: left;
	color:#e39300;
}

.tab_news2 .date span{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.tab_news2 .title{
	font-size: 16px;
	line-height: 24px;	
	height: 30px;
	overflow-y: hidden;
	width: calc(100% - 80px);
	float: right; 
	margin-bottom: 10px;
	padding-top: 10px;
}
.tab_news2 .title:hover a{
	color:#e39300;
}
.tab_news2 .desc{
    font-size:12px;
    line-height: 20px;
}


