﻿body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}
/*导航栏*/
.navbar-default {
    background-color: white;
    border: none;
}.navbar {
	position: relative;
    min-height: 99px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #999999;
}
.nav>li>a {
    font-size: 16px;
}
.navbar-nav>li>a {
    padding: 39.5px 0;
    display: block;
}
.navbar-nav {
    float: right;
}
.nav>li {
    width: 125px;
    text-align: center;
}
.navbar-default .navbar-nav .nav-lag{
	color: #999999;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 35px;
    font-size: 16px;
    margin-left: 56px;
}
.navbar-default .navbar-nav .nav-lag a{
	color: #999999;
	margin: 0 3px;
}
.navbar-default .navbar-nav .nav-lag a:hover{
	color: #E62129;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     color: white;
    background-color: #E62129;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #E62129;
}
.navbar {
    border-radius: 0;
}
.navbar-brand {
    padding: 10px 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.dropdown-menu {
    min-width: 125px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
    border-radius: 0;
    font-size: 16px;
    border: none;
}
.dropdown-menu>li>a {
    padding: 15px 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: white;
    background-color: #E62129;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 1px 4px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    background-color: #fff;
}
.carousel-inner>.item img{	
	width: 100%;
}
/*首页页面*/
.index-box{
	padding-top: 42px;
}
.index-top>div{
	float: left;
}
.inabo{
	 width: 500px;
    margin-right: 60px;
}
.inabo span{
	display: block;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	margin-bottom: 16px;
}
.inabo p{
	color: #777777;
	line-height: 24px;
	text-align: justify;
}
.innews{
	width: 370px;
}
.innews-chage{
	border-bottom:2px solid #F0EFF4;
	margin-bottom: 14px;	
}
.innews-chage span{
	display: inline-block;
	position: relative;
	top: 2px;
	padding-bottom: 12px;
	border-bottom: 2px solid transparent;
	color: #999999;
	font-weight: bold;
	margin-right: 30px;
}
.innews-chage span:hover{
	cursor: pointer;
}
.innews-chage .innews-act{
	border-color: #E62129;
	color: #666666;
}
.innews ul li {
	margin-bottom: 8px;
}
.innews ul li a{
	color: #999999;	
}
.innews ul li span{
	margin-right: 10px;
	display: inline-block;
	width: 280px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
}
.innews ul li a:hover span{
	color: #E62129;
}
.index-top>.injup{
	float: right;
	width: 238px;
	height: 140px;
	position: relative;
}
.injup img{
	width: 100%;
	height: 100%;
}
.injup div{
	position: absolute;
	top:  0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-top: 52px;
	font-size: 24px;
	color: white;
}
.index-bot{
	padding-top: 40px;
	  height: auto;    overflow: hidden;
	padding-bottom: 40px;
}
.index-bot>div{
	    width: calc(100% / 3);
	float: left;
	    height: auto;
}
.index-bot>div a>img{
	width: 100%;
}
.index-bot>.index-bot-tex{
	    display: flex;
    justify-content: center;
    align-items: center;
	background-color: #F0EFF4;
	text-align: center;height:253.333px
}
.index-bot-tex img{
	margin-bottom: 14px;
}
.index-bot-tex p{
	margin-bottom: 0;
	font-size: 20px;
}
.index-bot-tex span{
	display: block;
	font-size: 12px;
	color: #999999;
}
/*脚部*/
footer{
	background-color: #F5F5F5;
	padding: 55px;
	min-width: 1200px;
	clear: both;
}
.foot-left{
	display: inline-block;
}
.foot-left ul li{
	float: left;
	margin-right: 32px;
}
.foot-left ul li a{
	display: block;
	color: #666666;
}
.foot-left ul li a:hover{
	color: #E62129;
}
.foot-left div{
	clear: both;
	color: #919191;
	padding-top: 26px;
}
.foot-left div p{
	margin-bottom: 15px;
}
.foot-left div a{    color: #919191;}
.foot-left div p img{
	margin-right: 10px;
}
.foot-right{
	float: right;
}
.foot-right ul li{
	float: left;
	margin-left: 40px;
}
.foot-right span{
	display: block;
	color: #666666;
	margin-top: 10px;
	text-align: center;
}
.foot-right img{
	width: 114px;
	height: 114px;
}

/*关于我们页面*/
.oth-top{
	min-width: 1200px;
	width: 100%;
}
.oth-top img{
	width: 100%;
}
.oth-box{
	padding-top: 38px;
}
.oth-lef{
	width: 250px;
	display: inline-block;
}
.oth-lef div{
	height: 90px;
	background-color: #DD2A2B;
	text-align: center;
	padding-top: 13px;
	color: white;
	font-size: 26px;
}
.oth-lef div span{
	display: block;
	font-size: 20px;
	    color: #ffd9d9;
	margin-top: 5px;
}
.oth-lef>ul{
	background-color: #F5F5F5;
	padding: 30px 0 10px;
	text-align: center;
	
}
.oth-lef>ul>li{
	margin-bottom: 25px;
}
.oth-lef>ul>li>a{
	border-left: 6px solid transparent;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 3px ;
	color: #666666;
}
.oth-lef>ul>li>a:hover{
	color: #DD2A2B;
}
.oth-lef>ul>.oth-act{
}
.oth-lef ul>.oth-act>a{
	border-color: #DD2A2B;	
	color: #DD2A2B;
}
.oth-lef>ul>li ul{
	display: none;
	    margin-bottom: 0;
       margin-top: 15px;
    padding: 15px 0 10px;
    text-align: center;
    width: 165px;
        width: 100%;
    background: #fff;
   
}
.oth-lef>ul>.oth-act ul{
	display: block;
}
.oth-lef>ul>li ul li{
    width: 160px;
    margin-left: 70px;
    text-align: left;
    background: url(../images/l1.png) left center no-repeat;
    padding-left: 15px;
}
.oth-lef>ul>li ul li:hover{
	background-image:url(../images/l2.png);
}
.oth-lef>ul>li ul li:hover a{
	    color: #dd2a2b;
}
.oth-lef>ul>li ul .actse{
	background-image:url(../images/l2.png);
}
.oth-lef>ul>li ul .actse a{
	    color: #dd2a2b;
}
.oth-lef>ul>li ul li a{
	display: block;
	    color: #666666;
	padding: 6px;
}
.oth-rig{
	width: 900px;
	padding-bottom: 65px;
	float: right;
}
.abo-til{
	color: #666666;
	margin-bottom: 45px;
	font-size: 24px;
}
.abo-til span{
	font-size: 28px;
	color: #CCCCCC;
	font-weight: bold;
	display: block;
}
.abo-box p{
	color: #666666;
	line-height: 26px;
	    text-align: justify;
    margin-bottom: 0px;
}
.abo-img{
	text-align: center;
}
.abo-img img{
	max-width: 100%;	
}
.abo-box img{
	max-width: 100%;    height: auto !important;
}
/*品牌页面*/
.pro-til{
	text-align: center;
	margin-bottom: 30px;
}
.pro-tex div{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 26px;
}
.pro-tex p{
	color: #666666;
	line-height: 26px;
	    text-align: justify;
    margin-bottom: 30px;
}
.pro-img{
	text-align: center;
}
.pro-img img{
	max-width: 100%;	
}

/*新闻页面*/
.news-topbox{
	background-color: #F6F6F6;
	padding: 25px;
}
.news-topimg{
	width: 420px;
	height: 280px;
	display: inline-block;
}
.news-topimg img{
	width: 100%;
	height: 100%;
}
.news-topimp{
	width: 402px;
	height: 280px;
	float: right;
	position: relative;
}
.news-toptil{
	font-size: 24px;
	margin-bottom: 22px;
	height: 68px;
	overflow: hidden;
}
.news-toptt{
	color: #999999;
	margin-bottom: 26px;
}
.news-toptt img{
	    margin-right: 6px;
    margin-bottom: 4px;
}
.news-topimp p{
	color: #666666;
    line-height: 24px;
    overflow: hidden;
    height: 100px;
}
.news-topimp a{
	display: block;
	color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #E62129;
	    padding: 7px 25px;
}
.news-text>ul li{
	padding: 35px 0;
	border-bottom: 1px solid #ECECEC;
}
.news-telef{
	width: 528px;
	height: 225px;
	position: relative;
	display: inline-block;
}
.news-teimg{
	width: 325px;
	height: 225px;
	float: right;
}
.news-teimg img{
	width: 100%;
	height: 100%;
}
.news-telef .news-toptil{
	height: 34px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 8px;
	color: black;
}
.news-telef .news-toptt{
	margin-bottom: 24px;
}
.news-telef p{
	color: #666666;
    line-height: 24px;
    overflow: hidden;
    height: 91px;
}
.news-telef span{
	display: block;
	color: #999999;
	position: absolute;
	left: 0;
	bottom: 0;
	border: 1px solid #999999;
	padding: 7px 25px;
}
.news-text>ul li a:hover .news-telef span{
	color: white;
	background-color: #E62129;
	border-color: #E62129;
}
.news-text>ul li a:hover .news-toptil{
	color: #E62129;
}
.fenye{
	text-align: center;
	padding-top: 35px;
}
.fenye a{
	display: inline-block;
	margin: 0 3px;
}
.fenye a{
	
	background-color: #F0F0F0;
	color: black;
	padding: 5px 18px;
}
.fenye .current{
	color: white;
	background-color: #E62129;
}
.fenye a:hover{
	color: white;
	background-color: #E62129;
}

/*k科技页面*/
.inn-img{
	text-align: center;
	margin-bottom: 25px;
}
.inn-img img{
	max-width: 100%;
}
.inn-tex{
	padding-bottom: 20px;
}
.inn-tex p{
	color: #666666;
	line-height: 25px;
	    text-align: justify;
    margin-bottom: 24px;
}
.inn-ry img{
	
}

/*在线留言  联系我们*/
.cont-box form{
	text-align: center;
}
.cont-box form div{
	margin-bottom: 30px;
	text-align: justify;
}
.cont-inp input{
	width: 430px;
	height: 68px;
	background-color: #F5F5F5;
	border-radius: 6px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
}
.cont-inp input:first-of-type{
	margin-right: 35px;
}
.cont-box form textarea{
	background-color: #F5F5F5;
	border-radius: 6px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	width: 100%;
	height: 280px;
	margin-bottom: 38px;
	text-align: justify;
	padding-top: 18px;
}
.cont-box form input[type=submit]{
	font-size: 18px;
	background-color: #DD2A2B;
	border: none;
	border-radius: 5px;
	color: white;
	font-size: 18px;
	padding: 14px 80px;
}
.cont-imp{
	width: 100%;
    height: 322px;
    background: url(../images/cont-topimg.jpg) no-repeat center center;
    padding-top: 40px;
    margin-bottom: 45px;
    padding-left: 50px;
}
.cont-imp div{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
.cont-imp ul li{
	margin-bottom: 20px;
	font-size: 16px;
}
.cont-imp ul li img{
	margin-right: 10px;
	    margin-bottom: 3px;
}
.cont-imp ul li span{
	color: #666666;
}
.cont-map{
	width: 100%;
	height: 360px;
}
.cont-map>img{
	width: 100%;
	height: 100%;
}

/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #DD2A2B;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #DD2A2B;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text>div{
	font-size: 15.5px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 30px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text>.newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text>.newde-img>img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #DD2A2B;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #DD2A2B;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #DD2A2B;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

.case_item{        width: 30%;
    display: block;
    margin-right: 5%;
    margin-bottom: 40px;
    float: left;}
.case_item:nth-child(3n){
	margin-right: 0px;
}
.case_img{max-width:100%;}
.case_img img{max-width:100%; text-align: center;
}
.case_title{
    text-align: center;
    line-height: 25px;color: #000;
}
.vjs-big-play-button{
	left: 0px !important;
    right: 0px;
    margin: 0 auto;
    top: 48% !important;
}
.video-js {
	max-width:100%;
	
}