@import "../public/curen.css";

/* header开始 */
* {
  margin: 0;
  padding: 0;
}
html {overflow-x:hidden;}
.home-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  z-index: 999;
  background-color: #ffffff;
}

.header-box {
  width: 1200px;
  height: 100%;
  margin: auto;
}

.header-box .header-left {
  height: 100%;
}

.header-box .header-left a {
  display: inline-block;
  line-height: 90px;
  height: 100%;
}

.header-box .header-right {
  float: right;
  height: 100%;
  margin-top: -90px;
}

.header-box .header-right ul {
  height: 100%;
}

.header-box .header-right ul li {
  float: left;
  height: 90px;
  line-height: 90px;
  padding: 0 20px;
}
.header-box .header-right ul li:hover{
  background-color: #16316e;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}
.header-box .header-right ul li:hover a{
  color: #fff;
  transition: all .3s linear;
  -ms-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
}

.header-box .header-right a {
  color: #1b1d1c;
  font-size: 18px;
}

.header-box .header-right a:hover,
.header-box .header-right a:link {
  text-decoration: none;
}

/* 导航条结束 */




/* banner开始 */
.tk-banner{
  width: 100%;
  margin: auto;
  margin-top: 90px;
 
}
.tk-banner .banner-box{
  width: 1920px;
  margin: auto;
 
}
.tk-banner .tk-banner-title{
  width: 1200px;
  margin: auto;
  position: relative;
  top: -400px;
}
.tk-banner .tk-banner-title .title1{
  font-size: 68px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 3px;
	color: #ffffff;
}
.tk-banner .tk-banner-title .title2{
  font-size: 22px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}
.tk-banner .tk-banner-title .title3{
  font-size: 50px;
	line-height: 24px;
	margin-top: 60px;
	color: #ffffff;
} 

/* banner结束 */
  /* banner结束 */
  /* 公司新闻 */

.tk-news{
  width: 1200px;
  margin: auto;
}
.tk-news .news-title{
  width: 276px;
	height: 491px;
	background-color: #16316e;
}
.tk-news .news-title span:nth-child(1){
  display: inline-block;
  padding-top: 50px;
  margin-left: 40px;
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
}
.tk-news .news-title span:nth-child(2){
  display: inline-block;
  font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.tk-news .swiper-container{
  width: 1200x;
  height: 360px;
  padding-top: 107px;
  margin: auto;
  margin-top: -491px;
}
.tk-news .swiper-container .swiper-slide a{
   color: #333;
  display: inline-block;
  margin-left: 18px;
}
.tk-news .swiper-container .swiper-slide a .slide-title{
  width: 366px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 0 13px 1px rgba(0, 0, 0, .1);
}
.tk-news .swiper-container .swiper-slide a .slide-title p:nth-child(1){
  padding-left: 20px;
  padding-top: 20px;
  font-size: 22px;
	color: #333333;
}
.tk-news .swiper-container .swiper-slide a .slide-title p:nth-child(2){
  padding-left: 20px;
  padding-top: 8px;
  font-size: 16px;
	color: #333333;
}
.swiper-button-prev{
  background: url(../../img/news/jiantou\ l.png) no-repeat center center !important;
  width: 56px !important;
  height: 56px !important;
  left: 1050px !important;
  top: 50px !important;
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
}
.swiper-button-prev:hover{
  background: url(../../img/news/jiantour-l-2.png) no-repeat center center !important;
  transform: scale(1.1);
  -ms-transform:scale(1.1);	/* IE 9 */
  -moz-transform:scale(1.1); 	/* Firefox */
  -webkit-transform:scale(1.1); /* Safari 和 Chrome */
  -o-transform:scale(1.1); 	/* Opera */
}
.swiper-button-next{
  background: url(../../img/news/jiantou\ r.png) no-repeat center center !important;
  width: 56px !important;
  height: 56px !important;
  top: 50px !important;
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
}
.swiper-button-next:hover{
  background: url(../../img/news/jiantou\ r-2.png) no-repeat center center !important;
  transform: scale(1.1);
  -ms-transform:scale(1.1);	/* IE 9 */
  -moz-transform:scale(1.1); 	/* Firefox */
  -webkit-transform:scale(1.1); /* Safari 和 Chrome */
  -o-transform:scale(1.1); 	/* Opera */
}

/* 行业新闻 */
.tk-news2{
  width: 1200px;
  margin: auto;
  margin-top: 60px;
}
.tk-news2 .news2-title{
  width: 276px;
	height: 491px;
  background-color: #16316e;
  margin-left: 924px;
}
.tk-news2 .news2-title span:nth-child(1){
  display: inline-block;
  padding-top: 50px;
  margin-left: 40px;
  font-size: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffffff;
}
.tk-news2 .news2-title span:nth-child(2){
  display: inline-block;
  font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

.tk-news2 .swiper-container{
  width: 1200x;
  height: 360px;
  padding-top: 107px;
  margin: auto;
  margin-top: -491px;
}
.tk-news2 .swiper-container .swiper-slide a{
   color: #333;
  display: inline-block;
  margin-left: 18px;
}
.tk-news2 .swiper-container .swiper-slide a .slide-title{
  width: 366px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 0 13px 1px rgba(0, 0, 0, .1);
}
.tk-news2 .swiper-container .swiper-slide a .slide-title p:nth-child(1){
  padding-left: 20px;
  padding-top: 20px;
  font-size: 22px;
	color: #333333;
}
.tk-news2 .swiper-container .swiper-slide a .slide-title p:nth-child(2){
  padding-left: 20px;
  padding-top: 8px;
  font-size: 16px;
	color: #333333;
}
.tk-news2 .swiper-button-prev{
  left: 12px !important;
}
.tk-news2 .swiper-button-next{
  right: 1050px !important;
}

/* 联系我们 */
#lk-contact{
  margin-top: 120px;
  position: relative;
}
#lk-contact .lk-contact-box{
  width: 1920px;
  height: 520px;
  margin: auto;
  background: url('../../img/home/home-zz.png');
}
#lk-contact .lk-contact-box .lk-contact-title{
  width: 1200px;
  margin: auto;
}
#lk-contact .lk-contact-box .lk-contact-title-box{
  text-align: left;
  padding-top: 120px;
}
#lk-contact .lk-contact-box .lk-contact-title-box{
  margin-top: 10px;
}
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title1{
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title2{
  font-size: 24px;
  color: #fff;
  margin-bottom: 50px;
}
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title3,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title4,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title5,
#lk-contact .lk-contact-box .lk-contact-title-box .contact-title6{
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;

}
#lk-contact .lk-contact-box .lk-contact-image-box{
  float: right;
  margin-top: -260px;
  margin-right: 0;
}
#lk-contact .lk-contact-box .lk-contact-image-box div{
  float: left;
  color: #fff;
}
#lk-contact .lk-contact-box .lk-contact-image-box div:nth-child(2){
  margin-left: 40px;
}
#lk-contact .lk-contact-box .lk-contact-image-box div p{
  margin-top: 20px;
  font-size: 22px;
  text-align: center;
}


/* 脚部 */
#lk-footer{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
#lk-footer p{
   color: #666;
   font-size: 14px;
}

/* 返回顶部按钮 */
#scrolltop-box{
  position: relative;
  width: 1960px;
  margin: auto;
}
#scrolltop{
  position: fixed;
  width: 54px;
  height: 54px;
  margin: auto;
	top: 800px;
	right: 100px;
  z-index: 999;
  transition: all .5s linear;
  -ms-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
 
  
}
#scrolltop:hover{
  transform: scale(1.2);
  -ms-transform:scale(1.2);	/* IE 9 */
  -moz-transform:scale(1.2); 	/* Firefox */
  -webkit-transform:scale(1.2); /* Safari 和 Chrome */
  -o-transform:scale(1.2); 	/* Opera */
}
@media only screen and (max-width:0) { 
  /* 返回顶部按钮 */ 
  #scrolltop{
       right:auto !important;
  }
}

