*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	font-size: 16px !important;
}
/* 媒体查询 */
@media screen and (max-width: 767px){
	.logo{
		margin-left: 20px;
	}
	.main em{
		display: none;
	}
	.product-two img{
		width: 50%;
	}
    .footerall .footer .col-sm-1 .PCline{
        display: none;
    }
    .footerall .footer .col-sm-5 .zhan{
        display: none;
    }
}
@media  (max-width: 768px) {
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .indicators-line > .carousel-indicators{
        display: none;
    }
}

/* header start */
.header{
	width: 100%;
	height: 60px;
}
.header .fontcolor li a{
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
	transition: all 0.5s ease-in-out;
}
.header .fontcolor .active{
	color: #fff;
}
.header .fontcolor li a:hover,.header .fontcolor .active a:hover{
	color: #fff;
	background-color: #222;
	transition: all 0.5s ease-in-out;
}

/* banner  */
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}
.indicators-line > .carousel-indicators{
    right: 48%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active::before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/* Main start */

.main .pub{
	font-weight: bold;
	font-size: 18px;
}
.main .pub i{
	margin-right: 10px;
}

/* Product start */
.main .pub{
    color: #000000!important;
    font-size: 1.2em;
    border:1px solid #111;
    border-radius: 10%;
}
.main .pub em{
	font-family: Arial;
	font-weight: normal;
	color: #999;
}
.product h1{
	font-weight: bold;
	margin-top: 20px;
	color: #333;
}
.product p{
	margin-top: 10px;
	color: #777;
	font-size: 14px;
}
.product .tip{
	margin-top: 0;
}
.product .top-line{
	height: 1px;
	width: : 100%;
	margin-top: 10px;
	background-color: #999;
}
.product-one img{
	width: 50%;
	height: auto;
}
.product-two .col-sm-4{
	margin-top: 20px;
}
.product-two img{
	width: 70%;
	height: auto;
}
.product-three .col-sm-4{
	margin-top: 20px;
}
.product-three img{
	width: 70%;
	height: auto;
}
.about-us{
	margin-top: 30px;
}

/* About us */

.about-us-content{
	margin-top: 40px;
}
.about-us-content img{
	width: 100%;
	height: auto;
}
.about-us-content .introduce{
	color: #555;
	font-size: 14px;
	margin-top: 15px;
}
.about-us-content .introduce span{
	display:block;
	text-indent: 2em;
	color: #333;
	font-weight: bold;
	float: left;
}


.cases{
	margin-top: 30px;
}
.cases .one{
	margin-top: 20px;
}
.cases .one .col-sm-3{
	padding: 0;
}
.cases .one .col-sm-3 div{
	overflow: hidden;
}
.cases .one .col-sm-3 a{
	color: #999;
	transition: all 0.9s ease-in-out;
}
.cases .one .col-sm-3 img{
	width: 80%;
	margin-top: 15px;
	height: auto;
}

/* OTHER START */
.other{
    margin-top: 30px;
}
.other .other-content{
    margin-top: 20px;
}
.other .other-content .col-sm-3{
    padding: 0;
}
.other .other-content .col-sm-3 a{
    color: #999;
    transition: all 0.9s ease-in-out;
}
.other .other-content .col-sm-3 img{
    width: 80%;
    margin-top: 15px;
    height: auto;
}


/* footer START */
.footerall{
    margin-top: 50px;
}
.footerall .link span{
    font-weight: bold;
    display: block;
    margin-top: 20px;
    color: #333;
}
.footerall .link .bottom-line{
    height: 1px;
    width: 100%;
    background-color: #dadada;
    margin-top: 5px;
}
.footerall .link .apply{
    list-style: none;
    margin-top: -20px;
    font-size: 14px;
}
.footerall .link .apply a{
    color: #fd1717;
}
.footerall .link ul{
    margin-top: 10px;
}
.footerall .link ul li{
    float: left;
    margin-left: 20px;
}
.footerall .link ul li a{
    color: #7f8c8d;
    font-size: 12px;
}
.footerall .link ul li a:hover{
    text-decoration: none;
    color: #fd1717;
}
.footerall .footer{
    width: 100%;
    background-color: #272b35;
    margin-top: 60px;
}
.footerall .footer .spread{
    margin-top: 30px;
    text-align: left;
}
.footerall .footer .spread p{
    color: #c2c2c2;
    font-size: 12px;
    margin-top: 10px;
}
.footerall .footer .spread .kefu{
    width: 30%;
    background-color: #337ab7;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    border: 1px solid #2e6da4;
    padding: 5px 5px;
}
.footerall .footer .spread .kefu a{
    color: #c2c2c2;
    margin-left: 5px;
    font-size: 12px;
}
.footerall .footer .col-sm-1 .PCline{
    width: 1px;
    height: 130px;
    margin-top: 80px;
    background-color: #c2c2c2;
}
.footerall .footer .col-sm-5{
    margin-top: 30px;
    margin-bottom: 30px;
}
.footerall .footer .col-sm-5 .zhan{
    height: 40px;
}
.footerall .footer .col-sm-5 p,.footerall .footer .col-sm-5 p a{
    color: #c2c2c2;
    font-size: 12px;
    margin-top: 10px;
}
