@font-face {
  font-family: 'enfont';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Koulen-Regular.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding:0;
}
input:focus,
textarea:focus,
button:focus{
	outline: none;

}
a:hover{
    color:#F4BF3C;
}
.color000{
	color:#000!important;
}
.colorfff{
	color:#fff!important;
}
.colorgreen {
    color: #F4BF3C!important;
}
.colora6{
	color:#A6A6A6!important;
}
.bgf8{
	background: #F3F3F3!important;
}

.w-80{
	width: 80%;
}

.w-50{
	width: 50%;
}
.form-group{
    	margin-bottom: 0;
    }
.btn-info { 
    background-color: #ddd;
    border-color: #ddd; 
    color:#000;
    font-weight: bold;
    border-radius: 0;
}
.btn-info:hover{
	background: #F4BF3C;
	color:#fff;
	border-color:  #F4BF3C;
}
.form-control{
	border-radius: 0;
}
.page-num, .page-link {   
    color: #333; 
}
.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #F4BF3C;
    border-color: #F4BF3C;
}

.card-img-300 {
    height:300px;
    overflow: hidden;
}
.card-body{
	padding:10px 15px;
}

.card-body .desc{
	height: 84px;
	overflow-y: hidden;
}

.navbar-brand{
	display: flex;
}

.fweight{
	font-weight: bold!important;
}

.logoimg{
	height:50px;
	margin-right: 10px;
	filter: grayscale(1000%) brightness(2000%)
}
.logo_txt{
	color:#fff;
	padding-top: 5px;
}
.logo_txt .cn{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 5px;
	letter-spacing: 3px;
}
.logo_txt .en{
	font-family: enfont;
	font-size: 12px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
.content{
	color:#000;
}
.content .desc{
	background: #f8f8f8;
	padding:20px 30px;
	margin-bottom: 20px;
}
.navbar{
	padding:30px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {   
    font-size: 18px;
    color:#FFF;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{   
    font-weight: bold;
    color:#FFF;
}

.submenu{
	position: absolute;
	background: #fff;
	width:100px;
	text-align: center;
	padding:15px 0;
	display: none;
	z-index: 9;
}
.navbar-expand-lg .navbar-nav .nav-item:hover .submenu{
	display: block;
}
.submenu .sj{
	 position: absolute;
	 top:-8px;
	 left:45px;
	 z-index: 99;
	color:#fff;
	font-size: 20px;
}

.submenu li{
	line-height: 30px;
}
.submenu li a{
     font-size: 16px;
}
.topon2,.topon{
    padding:15px 0!important;
}
.topon .navbar-nav .nav-link{
	 color:#000;
}
.topon .navbar-nav .nav-link:hover{
	 color:#000;
}

.topon .cur .nav-link{
	 color:#000;
}

.topon .logoimg{ 
	filter: grayscale(100%) brightness(100%)
}

/******内页时导航效果**************/

.topon2{
	background: #fff;
	box-shadow: 2px 2px 10px #ddd;
}
.topon2 .navbar-nav .nav-link{
	 color:#000;
}
.topon2 .navbar-nav .nav-link:hover{
	 color:#000;
}

.topon2 .cur .nav-link{
	 color:#000;
}

.topon2 .logoimg{ 
	filter: grayscale(100%) brightness(100%)
}

.topon2 .logo_txt{
	color:#000!important;
}



.nybanner {
    width: 100%;
    height: 400px;
}

/******内页时导航效果**************/



.index_pro_title{
	background: url(../images/tit1.png) no-repeat center center;
    height: 106px;
    text-align: center;
    color: #000;
    font-size: 30px;
    padding-top: 17px;
    line-height: 30px;
    position: relative;
    margin-bottom: 50px;
}
.index_pro_title span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    font-weight: normal;
    padding-top: 13px;
}
.index_pro_title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
    width: 26px;
    height: 3px;
    background: #000;
}
.index_proname{
	padding-bottom: 10px;
}
.index_proname  a{
	 font-size: 18px;
	 border:1px solid #ddd;
	 padding: 5px 30px;
}
.index_proname .active{
	 color:#F4BF3C;
	 font-weight: bold;
	 border:1px solid #F4BF3C;
}
.index_product{
	position: relative;
	margin-top: 30px;
}

.index_product .text{
	 position: absolute;
	 top:0;
	 left:0;
	 width: 100%;
	 height: 100%;
	 background:rgba(0,0,0,0.5);
	 z-index: 999;
	 display: flex;
	 align-items: center;
	 text-align: center;
	 color:#fff;
	 font-size: 16px;
	 display: none;
	 transition: all 0.6s;
}

.index_product:hover .text{
	 display: flex;
}




.lingdong-btn{       
      
       line-height: 50px;
       text-align: center;
       cursor: pointer;
       position: relative;      
        overflow:hidden;
    }
.lingdong-btn:after{ 
      content: '';
       width: 100%;
       height: 100%;
       background: #000;
       left:-100%;
       display: inline-block;
       position: absolute;
       top:0;
       transition: all  0.6s;
       z-index: 9;
    }
.lingdong-btn a{
      display: inline-block;
      width: 100%;
      height: 100%;
      z-index: 10;
      text-decoration: none;
      position: absolute;
      left:0;
      top:0;
      text-align: center!important;
    }
     
.lingdong-btn:hover:after{
       left:0;
       color:#fff!important;
    }

.lingdong-btn:hover a{
       color:#fff!important;
    }

.lingdong-btn-on{
   background: #000!important;
}
.lingdong-btn-on a{
  color:#fff;
}

.more {
    display: inline-block;
    border: 1px solid #000;
    transition: all 0.6s;
    background: #fff!important;
    width: 200px;
    height: 50px;
    line-height: 50px;
}


.index-about{
	border-radius: 100px 0 100px 0
}

.num {
    font-size: 48px;
    font-weight: bold;
}

.bottom-line-left{
	width:60px;
	height:4px;
	background: #F4BF3C;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bottom-line-center{
	width:60px;
	height:4px;
	background: #F4BF3C;	 
	margin: 10px auto;
}



.titlebg{
	width:100%;   
	color:#fff;
	padding:10px 30px;
	background: #F4BF3C;
}
.titlebg .title1{
	font-size: 20px;
}
.titlebg .title2{
	font-size: 20px;
	
	font-weight: bold;
}
.index-news1{
	 padding:20px 30px;
	 height: 530px;
	 overflow-y: hidden;
}
 #indexcase{
    height: 100%;
  }
.index-news1 li{
	 border-bottom:1px  dashed #ddd;
	 padding:20px 0;
}


.index-news1 li a{
	font-size: 18px;
    color:#333;
    display: inline-block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-x: hidden;
    width: calc(100% - 30px);
}

.index-news1 li:hover a{
	 font-weight: bold;
	 color:#F4BF3C!important;
}

.index-news1 li .date{
	color:#888;
}




.titlebg2{
	width:100%;
	height: 160px;
	color:#333;
	padding:30px;
}
.titlebg2 .title1{
	font-size: 20px;
}
.titlebg2 .title2{
	font-size: 30px;
	color:#F4BF3C!important;
	font-weight: bold;
}

.index-news2{
	 padding:0px 30px;
}

.index-news2 li{
	 border-bottom:1px  dashed #ddd;
	 padding:15px 0;
}


.index-news2 li a{
	font-size: 18px;
    color:#333;
    display: inline-block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow-x: hidden;
    width: calc(100% - 30px);
}

.index-news2 li:hover a{
	 font-weight: bold;
	 color:#F4BF3C!important;
}

.index-news2 li .date{
	color:#888;
}




.index-news3{
	height: 580px;
	width: 100%;
	padding:60px 50px;
	color:#fff;
}




.honor-index{
	background:url(../images/bghonor.jpg) no-repeat top right;
	height: 540px;
	position: relative;
	padding-top: 50px
}
.bgs{
	background: url(../images/bgs.jpg) no-repeat top center;
	height: 300px;
}

.honorbox{
	position: relative;
}

.honorbox-fixed{
	 position: absolute;
	 left:0;
	 top:200px;
	 z-index: 9;
	 width: 100%;
	 height:400px;
	 
}



.footer{
	background: #333;
	color:#A6A6A6!important;
}

.copyright{
	 background: #222;
	 color:#a6a6a6;
}

.footlogo{
	max-width: 140px;
	filter:grayscale(1000%)  brightness(1000%);
}


.footbook{
	display: inline-block;
}
.footbook input{
	 border-radius: 0;
	 height: 30px;
	 width: 49%;
	 margin-right: 2%;
	 border:1px solid #4E4E4E;
	 margin-bottom: 10px;
	 float: left;
	 padding-left: 10px;
	  background: #4E4E4E;
}
.footbook input:nth-child(2n){
	 margin-right: 0;
}
.footbook textarea{
 padding-left: 10px;
	 border-radius: 0;	  
	 width: 100%;
	 border:1px solid #4E4E4E;
	 margin-bottom: 10px;
	 background: #4E4E4E;
}
.footbook .checkcode{
	width: calc(100% - 100px);
}

.footbook .tj{
	width: 100%;
	display: block;
	border:1px solid  #4E4E4E;
	height: 30px;
	 background: #4E4E4E;
	 color:#a6a6a6;
}





.contact-book{
	display: inline-block;
}
.contact-book input{
	 border-radius: 0;
	 height: 40px;
	 width: 100%;
	 border:1px solid #ddd;
	 margin-bottom: 15px;
	 float: left;
	 padding-left: 10px;
	  background: #fff;
}

.contact-book textarea{
     padding-left: 10px;
	 border-radius: 0;	  
	 width: 100%;
	 border:1px solid #ddd;
	 margin-bottom: 10px;
	 background: #fff;
}
.contact-book .checkcode{
	width: calc(100% - 120px);
}

.contact-book .tj{
	width: 100%;
	display: block;
	border:none;
	height: 40px;
	background: #F4BF3C;
	 color:#FFF;
}
.contact-book .tj:hover{
	 background: #000
}





.left_nav {
	width:160px;
	background:#F4BF3C;
	position:fixed;
	left:0;
	top:10%;
	z-index:9999;
	padding:13px;
}
.left_nav h3 {
	font-size:16px;
	color:#333;
	line-height:16px;
	text-align:center;
	font-weight:normal;
	padding-top:16px;
}
.left_nav h3 i {
	display:inline-block;
	width:16px;
	height:16px;
	vertical-align:top;
	margin-right:6px;
	
}
.left_nav p {
	display:block;
	background:rgba(255,255,255,1);
	margin-top:16px;
	border-radius:5px;
}
.left_nav p a {
	display:block;
	font-size:14px;
	color:#333;
	line-height:38px;
	border-bottom:1px dotted #E9D8C4;
	text-align:center;
}
.left_nav p a:last-child {
	border:none;
}
.left_nav p a:hover {
	color:#000;
	font-weight: bold;
}
.left_nav .tel {
	font-size:18px;
	color:#333;
	display:block;
	width:100%;
	text-align:center;
}
.left_nav .tel i {

	width:36px;
	height:36px;
	display:block;
	border-radius:50%;
	margin:16px auto 10px auto;
	color:#fff;
		background:rgba(174,174,174,.8);
	text-align: center;
	line-height: 36px;
}
.left_nav .add {
	padding-top:16px;
	color:#333;
	font-size:15px;
	display:block;
	width:100%;
	text-align:center;
}
.left_nav .add i {
	 
	width:36px;
	height:36px;
	display:block;
	border-radius:50%;
	margin:16px auto 10px auto;
		color:#fff;
		background:rgba(174,174,174,.8);
	text-align: center;
	line-height: 36px;
}
.left_nav .kf {
	margin:16px auto;
	color:#333;
	font-size:14px;
	display:block;
	width:120px;
	line-height:40px;
	background:rgba(255,255,255,1);
	line-height:40px;
	text-align:center;
	border-radius:20px;
}
.left_nav .kf i {
    color:#8C8C8C;
	width:23px;
	height:23px;
	display:inline-block;
	vertical-align:middle;
	margin-right:8px;
}
.left_nav .kf:hover {
	background:#fff;
}



.online{
	right: 0
}
.online dl {
    background: #F4BF3C;
    
}
.online dl dd{
    color:#333;
}
.online dl dt button {
    background: #F4BF3C;
}
.online dl:hover{
    background: #333;
}

.online dl:hover dd{
    color:#fff;
}



.aboutT1 {
    font-size: 58px;
    color: #e2e2e2;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-weight: bold;
}

.aboutT2 {
    color: #454545;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.aboutT3 {
    color: #454545;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: enfont;
}





.serverlist{
	padding:30px 30px 10px 30px;
	border:1px solid #ddd;
}
.serverlist img{
	transition: all 0.6s;
}
.serverlist:hover img{
	transform: scale(1.1);
}
.serverlist .desc{
 	height: 72px;
 	line-height: 24px;
}






.slide_menu{
    border:1px solid #ddd;
     
  }
  .slide_menu .title{
    background: #EEEEEE;
    color:#333;
    font-weight: bold;
    font-size: 16px;
    padding:10px 15px;
  }
  .slide_menu .menu2{
    padding:10px 15px; 
  }
  .slide_menu .menu2 li{
    padding:10px 0;
    border-bottom: 1px solid #ddd;
  }
  .slide_menu .menu2 li:last-child{
    border-bottom: none;
  }
  
  .slide_menu .menu2 li a{
    font-size: 15px;
  }

 .left-contact{
        position: fixed;
        top:50px;
        background: #fff;
}


.newslist{
	height: 220px;
	padding:20px 30px;
	background: #FFF;
	border:1px solid #ddd;
	cursor: pointer;
	position: relative;
}

.newslist:hover{
	box-shadow: 2px 2px 10px #ddd;
	 
}
.newslist  .more-news{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #d2d2d2;
  transition: all 0.6s;
}
.newslist  .more-news i {
  color: #fff;
  margin-left: 8px
}
.newslist:hover .more-news{
  background: #F4BF3C;
    width: 150px;
    color:#fff;
}
 

.xg_title{
	margin-left: -15px;
	background:#F4BF3C;
	color:#fff;
	font-size: 18px;
	font-weight: bold; 
    display: inline-block;
	padding: 6px 25px;
	margin-bottom: 20px;
}

.xg_newslist li .xglist{
	border-bottom: 1px dashed #ddd;	
	display:block;
	padding:10px 0;
}


.hot-keywords{
	border:1px solid #ddd;
}
.hot-keywords .title{
    background: #eeeeee;
    color:#333;
    font-weight: bold;
    font-size: 16px;
    padding:10px 15px;
  }
.hot-keywords ul {
  padding: 10px 12px;
  display: inline-block;
}
.hot-keywords ul a{ 
    width: auto;
    float: left;
    text-align: center; 
    padding:5px 8px;
    margin: 5px 8px;
    display: inline;
    border:1px solid #fff;
}
 .hot-keywords ul a:hover{
 	border:1px solid #ddd;
 	  font-size: 14px;
 }



.contact-content{
	padding: 0 30px;
}

.contact-content .content p{
	margin-bottom: 10px;
}
.contact-content .content .wx{
	 max-width: 150px;
}



.teamlist{
	height: 260px; 
	display: flex;
	border-bottom: 2px solid #ddd;
	cursor: pointer;
}
.h-center{
	align-items: center;
}

.teamlist:hover{
	border-bottom: 2px solid #F4BF3C;
}


.saixuan{
	
}

.saixuanlist{
	background: #f8f8f8;
	border:1px solid #ddd;
	padding:30px 30px 20px 30px;
	margin-bottom: 10px;
	font-size: 16px;
}
.saixuanlist2{
	padding:30px;
}



.btn-light{
	background-color: #f8f8f8;
    border-color: #f8f8f8;
}
.sx-btn{
	margin-bottom: 10px;
	margin-right: 24px;
	font-size: 15px;
	color:#666;
	display: inline-block;
}
.sx-btn:hover{
	color:#000; 
}
.sx-btn-on{
	margin-bottom: 10px;
	margin-right: 24px;
	font-size: 15px;
	color:#AC7B02;
	font-weight: bold;
		display: inline-block;
}

.sub_menu{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding:0 30px;
	display: inline-block;
	position: relative;
	color:#333;
}

.sub_menu:after{
	 content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    bottom: 0;
    margin: auto;
    width: 1px;
    background-color: rgba(204, 204, 204, 1);
}
.sub_menu:last-child:after{
	display: none;
}

.sub_menu:hover,
.sub_menu_on{
	color:#F4BF3C;;
	border-bottom: 2px solid #F4BF3C;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,1);
    border-color: rgba(0,0,0,0);
}


.index_youshi{
	
	padding:30px;
	position: relative;
}
.index_youshi:after{
	content: '';
	position: absolute;
	right:0;
	top:50px;
	height: 150px; 
	width:2px;
	background:#E1B220; 
	z-index: 99;
}
.youshi_index:last-child .index_youshi:after{
	display: none;
}



@media(max-width:1400px) {
	.left_nav {
	width:80px;
	padding:10px 5px;
}
.left_nav .tel {
	font-size:12px;
}
.left_nav .kf {
	width:70px;
	height:30px;
	line-height:30px;
	border-radius:10px;
}
.left_nav .kf i {
	width:18px;
	height:18px;
	margin-right:4px;
	background-size:cover;
}
.left_nav .add img{
	width: 60px;
}

.container, .container-lg, .container-md, .container-sm, .container-xl{
	max-width: 1200px;
}

}
/*
@media(max-width:1300px) {
	.left_nav {
		display:none;
	}

}*/


@media(max-width: 768px){
	.left_nav {
		display:none;
	}

	.teamlist{
	height: auto;
	}
	.index_proname a{
		padding:5px 10px;
		font-size: 14px;
	}
	.honorbox-fixed{
		position: relative;
		top:30px;
		height: 150px;
	}
	.more {
    width: 120px;
    height: 30px;
    line-height:30px;
	}

	.num {
    font-size: 30px;
    font-weight: bold;
	}

	.wapmtb0{
		margin-top: 0!important;
		margin-bottom: 0!important;
	}
	.wap-pt0{
		padding-top: 0!important;
	}
    .wap-pb0{
    	margin-bottom: 0!important;
    }

    .copyright a{
    	display: none;
    }

    .navbar{
    	background: #fff;
    	padding:10px 0!important;
    }
    .logo_txt{
    	color:#000!important;
    }
    .logoimg {
    height: 40px;
    padding:5px;    
    filter: grayscale(100%) brightness(100%);
	}
	.logo_txt .cn{
		font-size: 16px;
	}
	.logo_txt .en{
		font-size: 12px
	}
	.navbar-nav{
		padding-top: 15px;
		padding-bottom: 30px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		color:#333;
	}
	.submenu{
		position: relative;
		display: block;
		width: 100%;
		padding:0;
	}
	.submenu .sj{
		display: none;
	}
	.submenu li{
		width: 50%;
		float: left;
	}
	.nav-item{
		border-top: 1px dashed #ddd;
	}


	.contact-content{
		padding: 0 15px;
	}
	
	.border-wap-none{
		border:none!important;
		box-shadow: 0 .125rem .25rem rgba(0,0,0,0)!important;
	}

	.newslist{
		height: auto;
	}

    .saixuanlist{
		padding:10px;
		overflow-x: hidden;
	}

	.saixuanlist .row .text-center{
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
	}


	.saixuan{
		background: #fff;
		border:1px solid #fff;
		padding:0px;
	}

	.sx-btn,.sx-btn-on{
	      margin-bottom: 10px;
         margin-right: 10px;
	     font-size: 13px;
	}
 
	.content .desc{ 
		padding:20px 15px; 
	}

	.serverlist .desc{
		height: auto;
	}


	.index_youshi{	
	padding:15px 0px; 
	border-bottom: 1px solid #ddd;
	}

	.index_youshi:after{
	display: none;
	}
	.youshi_index:last-child .index_youshi{
	border-bottom: none;
	}

   .card-body .desc{
	height: 60px;
	overflow-y: hidden;
	}

	.card-body .fweight{
		height: 24px; 
		 white-space:nowrap;
		 overflow:hidden;
		 text-overflow:ellipsis; 
	}
 


}