body {
	color: rgba(255,255,255,0.8);
	font-family: "microsoft yahei";
	background: #18191d;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: rgba(255,255,255,0.8);
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #ffb500;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}


/**/
.top {
	border-bottom: 1px solid #5c5d5f;
	line-height: 40px;
	position: relative;
	z-index: 100;
}
.top .flex_item{
	background: url(../images/home_03.png) left center no-repeat;
	padding-left: 30px;
}
.top .link a{
	border-left: 1px solid #fff;
	padding: 0 15px;
}
.top .link a:first-child{
	border: none;
}
.top .link{
	padding-right: 50px;
}
.top .drop-down i{
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/home_06.png) center no-repeat;
	vertical-align: middle;
}
.top .drop-down:hover .drop{
	display: block;
}
.top .drop{
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	padding: 45px 0;
	background: #222222;
	line-height: 25px;
	display: none;
}
.header {
	z-index: 99;
	position: relative;
	line-height: 78px;
}

.navbar-default {
	background: none;
	border: none;
	margin: 0;
}

.navbar-nav {
	float: none;
	display: flex;
}
.header .logo{
	margin-right: 40px;
}
.header .navbar-default .navbar-nav>li {
	flex: 1;
	text-align: center;
}

.header .navbar-default .navbar-nav>li>a {
	color: #fff;
	padding: 0;
	line-height: 78px;
	font-size: 16px;
	border-bottom: 2px solid transparent;
}

.header .navbar-default .navbar-nav>.active>a,
.header .navbar-default .navbar-nav>:hover>a,
.header .navbar-default .navbar-nav>.active>a:focus,
.header .navbar-default .navbar-nav>.active>a:hover {
	color: #ffb500;
	background: none;
	border-bottom: 2px solid #ffb500;
}

.header .navbar-default .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

.header .navbar-default .dropdown-menu {
	min-width: 100%;
	border: none;
	border-radius: 0;
	padding: 5px;
	text-align: center;
	background: #18191d;
}

.header .dropdown-menu>li>a {
	padding: 8px;
	color: #fff;
}

.header .dropdown-menu>li>a:hover {
	color: #ffb500;
	background: none;
}

.footer {
	background: #1c1d1f;
}
.footer .a {
	padding: 30px 0 15px;
}
.footer .a h3 {
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .a h3 span{
	display: inline-block;
	border-bottom: 1px solid #ffb500;
	padding-bottom: 15px;
}
.footer .a h3 b{
	font-size: 18px;
}
.footer .a li{
	line-height: 36px;
}
.footer .a .logo{
	margin-bottom: 30px;
}

.footer .a dt{
	font-size: 16px;
}
.footer .a dd{
	line-height: 28px;
	margin: 10px 0 15px;
}
.footer .a .code{
	text-align: center;
	font-size: 16px;
}
.footer .a .code img{
	width: 100%;
	margin-bottom: 15px;
}
.footer .a .code .flex{
	margin: 0 -5px;
}
.footer .a .code .flex_item{
	padding: 0 5px;
}
.footer .b {
	text-align: center;
	background: #202122;
	padding: 12px 0;
}


/**/
.pagination>li>a,
.pagination>li>span {
	color: #666;
	margin: 0 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: none;
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,

.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #ffb500;
	border: 1px solid #ffb500;
}
.pagination>li>a:hover{
	border: 1px solid #ffb500;
	color: #ffb500;
	background: none;
}

.header .dropdown-menu>li{
	position: relative;
}
.header .dropdown-menu>li ul{
	font-size: 12px;
	line-height: 24px;
	padding: 0 30px;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    -o-transition: all 0.5s;
}

.header .dropdown-menu>li.in ul{
	height: auto;
}
.header .dropdown-menu>li.in>a{
	color: #6fab47;
}
.d_n{
	display: none;
}
/**/
.swiper-container_h a{
	display: block;
	height: 650px;
}
.swiper-container_h .swiper-pagination-bullet-active{
	background: #ffb500;
}
.homepage .title{
	text-align: center;
	padding: 80px 0 20px;
}
.homepage .title b{
	display: block;
	font-size: 30px;
	width: 300px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto;
	background: url(../images/home_16.png) center no-repeat;
}
.homepage .title p{
	font-size: 18px;
	color: rgba(255,255,255,0.2);
	margin-top: 20px;
}
.homepage .a .tabtitle{
	width: 300px;
}
.homepage .a .tabtitle li{
	position: relative;
}
.homepage .a img{
	width: 100%;
}
.homepage .a .tabtitle li.on dl{
	display: none;
}
.homepage .a .tabtitle li.on::after{
	content: '';
	display: block;
	border: 1px solid #ffb500;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.homepage .a .tabtitle li dl{
	position: absolute;
	left: 0;
	width: 100%;
	top:0;
	background: rgba(24,25,29,0.8);
	height: 100%;
	text-align: center;
}
.homepage .a .tabtitle li dl dt{
	font-size: 18px;
	padding-top: 30px;
}
.homepage .a .tabtitle li dl dt::after{
	content: '';
	display: block;
	width: 43px;
	border-bottom: 1px solid #ffb500;
	margin: 10px auto;
}
.homepage .a .tabbox{
	position: relative;
}
.homepage .a .tabbox dl{
	background: rgba(24,25,29,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 60px 20px;
}
.homepage .a .tabbox dl dt{
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
.homepage .a .tabbox dl dd{
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.homepage .a .tabbox dl dd a{
	color: #ffb500;
}
.homepage .b h4{
	font-size: 16px;
	line-height: 43px;
	text-align: center;
}
.homepage .b .video{
	position: relative;
}
.homepage .b .video span{
	display: inline-block;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 84px;
	font-size: 28px;
	cursor: pointer;
	transition: all .4s;
}
.homepage .b .video:hover span{
	background: rgba(0,0,0,0.1);
}
.homepage .b .bg{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	background: url(../images/home_34.jpg) center no-repeat;
	background-size: cover;
	z-index: 98;
	
}
.homepage .c li{
	float: left;
	width: 50%;
	position: relative;
}
.homepage .c li img{
	width: 100%;
}
.homepage .c li dl{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffb500;
}
.homepage .c li dd{
	font-size: 16px;
	line-height: 30px;
	padding: 0 70px;
}
.homepage .c li dt{
	font-weight: bold;
	font-size: 30px;
	
	padding: 50px 0 20px;
	
}
.homepage .c li dt::after{
	content: '';
	display: block;
	width: 70%;
	margin:20px auto 0;
	border-bottom: 1px solid #ffb500;
}
.homepage .d .bd{
	text-align: center;
	font-size: 16px;
}
.homepage .d .bd img{
	width: 100%;
}
.homepage .d .bd .pic{
	overflow: hidden;
}
.homepage .d .bd a:hover img{
	transform: scale(1.2);
}
.homepage .d .bd .row{
	margin: 0 -8px;
}
.homepage .d .bd .col-lg-4{
	padding: 0 8px;
}
.homepage .d .bd p{
	margin: 30px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.homepage .e img{
	width: 100%;
}
.homepage .e dl{
	padding: 20px 20px 50px;
}
.homepage .e .pic{
	display: block;
	position: relative;
	overflow: hidden;
}
.homepage .e .pic:hover img{
	transform: scale(1.2);
}
.homepage .e .pic span{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	padding: 10px 20px;
}
.homepage .e dt{
	font-size: 18px;
	margin-bottom: 20px;
}
.homepage .e dd p{
	line-height: 29px;
	margin: 20px 0;
}
@media screen and (min-width:981px){
	.homepage .e .pic{
		height:240px; 
		overflow: hidden;
    }
	.homepage .e dt{
		height:50px; 
		overflow:hidden;
		-o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
	.homepage .e dd p{
		height:58px;
		overflow:hidden;
		-o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
}
.homepage .e .more{
	display: inline-block;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
	padding: 10px 20px;
}
.homepage .e li{
	margin-top: 20px;
}
.homepage .e li p{
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
video{
	vertical-align: middle;
	outline: none;
}
#scroll{
	width: 32px;
	    position: fixed;
	    right: 10px;
	    bottom: 50px;
	    z-index: 9999;
}
#scroll>li>a {
    background: #fff;
    font-size: 12px;
    color: #777;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    margin-top: 4px;
    display: block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
#scroll>li>a>img{
	margin-top: -5px;
}
#scroll>li:hover>a{
	color: #fff;
	background: #ffb500;
}
#scroll>li:hover .qqonline-box{
	display: block;
}
.qqonline-box {
    position: absolute;
    bottom: -10px;
    right: 30px;
    padding: 10px;
    display: none;
    z-index: 5;
}
.qqonline-main {
    width: 390px;
    background: #fff;
    padding: 10px;
	color: #333;
	text-align: center;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-top: 3px solid #ffb500;
    border-bottom: 3px solid #ffb500;
}
.qqonline-main img{
	width: 154px;
	height: 154px;
	margin-bottom: 10px;
}
.qqonline-main a img{
	animation: blink 1.3s linear infinite;
}
@keyframes blink{0%{opacity:1;}50%{opacity:1;}50.01%{opacity:0.4;}100%{opacity:0.4;}}
.mobile_ft{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	display: none;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.3);
}
.mobile_ft a{
	display: inline-block;
	background: #f9ab01;
	border-radius: 3px;
	padding: 10px 40px;
	margin: 6px;
}
.mobile_ft a.btn{
	background: #ef2542;
}

/**/
.banner_info {
height: 480px;
background: url(../images/1_02.jpg) center no-repeat;
}
.title_info {
	text-align: center;
	padding: 80px 0 40px;
	font-size: 30px;
	color: rgba(255,255,255,0.9);
}
.title_info::after{
	content: '';
	display: block;
	margin:20px auto 0;
	width: 100px;
	border-bottom: 2px solid #ffb500;
}
.nav-tabs_info{
	border: none;
	text-align: center;
	margin-bottom: 40px;
}
.nav-tabs_info>li{
	float: none;
	display: inline-block;
	margin: 0;
}
.nav-tabs_info>li>a{
	border: 1px solid #9d9d9f;
	border-radius: 0;
	margin: 0 5px;
	padding: 5px 30px;
}
.nav-tabs_info>li.active>a, 
.nav-tabs_info>li>a:hover,
.nav-tabs_info>li.active>a:focus, 
.nav-tabs_info>li.active>a:hover{
	background: #ffb500;
	border: 1px solid #ffb500;
	color: #fff;
}
/**/
.case_hd{
	text-align: center;
	padding:80px 0 40px;
}
.case_hd h2{
	font-size: 30px;
	margin-top: 0;
}
.case_hd h4{
	font-size: 18px;
	color: rgba(255,255,255,0.6);
	line-height: 26px;
	margin: 30px 0;
}
.case_hd h4 span{
	font-size: 24px;
	color: #ffb500;
}
.case_hd .input-group .form-control{
	background: none;
	height: 42px;
	border-radius: 0;
	border: 1px solid #9d9d9f;
}
.case_hd .input-group-btn>.btn{
	border-radius: 0;
	height: 42px;
	margin-left: 10px;
		background: #ffb500;
	color: #fff;
	border: 1px solid #ffb500;
	outline: none;
}
/**/
.breadcrumb{
	padding: 15px 0;
	background: none;
}
.breadcrumb>li+li:before{
	content: '>';
}
.newitem .hd{
	text-align: center;
	border-bottom: 1px solid #a3770c;
	padding: 10px 0 20px;
}
.newitem .hd h1{
	font-size: 24px;
	margin-bottom: 20px;
}
.newitem .hd h4{
	color: rgba(255,255,255,0.6);
}
.newitem .bd p{
	line-height: 28px;
	margin: 20px 0;
}
.newitem .bd img{
	max-width: 100%;
	margin: 10px 0;
}
.newitem .ft li{
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
.newitem .ft {
	padding: 20px 0 50px;
}
.newitem .ft .btn{
	border-radius: 0;
	font-size: 16px;
	margin-top: 20px;
	padding: 8px 40px;
	border: 1px solid #999;
}
/**/
.nav-tabs_info-1{
	display: flex;
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}
.nav-tabs_info-1>li{
	float: none;
	flex: 1;
}
.nav-tabs_info-1>li>a{
	display: inline-block;
	padding: 20px;
}
.nav-tabs_info-1>li.active>a, 
.nav-tabs_info-1>li.active>a:focus, 
.nav-tabs_info-1>li.active>a:hover{
	background: none;
	border: none;
	color: #fff;
	border-bottom: 3px solid #ffb500;
}
.products{
	text-align: center;
	padding-bottom: 30px;
}
.products img{
	width: 100%;
}
.products p{
	font-size: 16px;
	margin: 20px 0 30px;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
.products a{
	display: block;
	position: relative;
}
.products a .m{
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.products a .m span{
	display: inline-block;
	font-size: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/pro_03.png) bottom center no-repeat;
	padding-bottom: 60px;
	color: #ffb500;
	transform: translate(-50%,-50%);
}
.products a:hover .m{
	display: block;
}
.products .row{
	margin: 0 -7px;
}
.products .col-lg-4{
	padding: 0 7px;
}
/**/
.proitem .left{
	float: left;
	width: 870px;
}
.proitem .left .hd{
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #a3770c;
}
.proitem .left .hd h1{
	font-size: 24px;
	margin: 10px 0 20px;
}
.proitem .left .hd h4{
	font-size: 12px;
}
.proitem .left .bd img{
	width: 100%;
	/*margin: 20px 0 0;*/
}
.proitem .left .ft .flex{
	margin-top: 30px;
	background: #303034;
}
.proitem .left .ft .flex dd{
	line-height: 24px;
}
.proitem .left .ft .flex .pic{
	width: 378px;
	height: 388px;
}
.proitem .left .ft .flex dl{
	padding: 0 25px;
}
.proitem .left .ft .flex dt{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.proitem .left .ft .flex dt b{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	padding: 15px 0;
	border-bottom: 1px solid #f9b72e;
}
.proitem .left .ft .btn{
	border-radius: 0;
	    font-size: 16px;
	    margin: 30px 0 50px;
	    padding: 8px 40px;
	    border: 1px solid #999;
}
.proitem .right{
	float: right;
	width: 260px;
}
.proitem .right .title{
	font-size: 24px;
	position: relative;
	color: #fff;
	border-bottom: 1px solid #d5d5d6;
	padding-bottom: 15px;
}
.proitem .right .title::after{
	content: '';
	display: block;
	width: 160px;
	height: 2px;
	background: #ffb500;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.proitem .right .a{
	padding: 20px;
	background: #2d2e31;
	text-align: center;
	margin-bottom: 30px;
}
.proitem .right .a>ul>li>a{
	display: block;
	color: #fff;
	background: #ababad;
	line-height: 44px;
	font-size: 18px;
}
.proitem .right .a>ul>li>a.on,.proitem .right .a>ul>li>a:hover{
	background: #ffb500;
}
.proitem .right .a>ul>li{
	margin-top: 20px;
}
.proitem .right .a>ul>li:first-child{
	margin: 0;
}
.proitem .right .a>ul>li li a{
	display: block;
	font-size: 16px;
	color: #fff;
	border: 1px solid #ababad;
	line-height: 36px;
	margin-top: 10px;
}
.proitem .right .a>ul>li li.on a,.proitem .right .a>ul>li li:hover a{
	color: #ffb500;
	border: 1px solid #ffb500;
}
.proitem .right .b{
	text-align: center;
	margin-bottom: 30px;
}
.proitem .right .b img{
	width: 100%;
}
.proitem .right .b p{
	margin: 15px 0;
	overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
}
.proitem .right .c li p{
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.proitem .right .c li {
	border-bottom: 1px solid #a3a3a5;
	padding: 15px 0;
}
.proitem .right .c li .flex{
	font-size: 12px;
	color: rgba(255,255,255,0.6);
}
.proitem .right .d{
	line-height: 32px;
	background: #2d2e31;
	padding: 10px 15px;
	margin-bottom: 30px;
}
.proitem .right .e ul{
	margin:15px -3px 30px;
}
.proitem .right .e ul li{
	float: left;
	text-align: center;
	width: 50%;
	padding: 3px;
}
.proitem .right .e ul li a{
	display: block;
	line-height: 37px;
	background: #2d2e31;
}
.proitem .right .e ul li a:hover{
	background: #ffb500;
	color: #fff;
}
/**/
.aboutus h4{
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,0.6);
	margin: -10px 0 30px;
}
.aboutus .a p{
	line-height: 28px;
	margin: 20px 0 30px;
}
.aboutus .a img{
	width: 100%;
}
.aboutus .a .swiper-button-next,.aboutus .a  .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	color: #fff;
}
.aboutus .a .swiper-button-next:after,.aboutus .a .swiper-button-prev:after{
	font-size: 20px;
}
.aboutus .b{
	text-align: center;
	background: #212122;
	padding: 40px 0;
}
.aboutus .b li{
	float: left;
	width: 20%;
}
.aboutus .b li p span{
	font-weight: bold;
	font-size: 30px;
	color: #ffb500;
}
.aboutus .b li div{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.aboutus .b li p{
	margin-bottom: 20px;
}
.aboutus .c .pic{
	width: 662px;
	overflow: hidden;
	height: 400px;
}
.aboutus .c .pic img{
	width: 100%;
}
.aboutus .c .pic:hover img{
	transform: scale(1.2);
}
.aboutus .c .space{
	width: 65px;
}
.aboutus .c dd{
	line-height: 32px;
	font-size: 16px;
}
.aboutus .c dt{
	font-weight: bold;
	font-size: 18px;
	color: #ffb500;
	margin-top: 40px;
}
.aboutus .c h3{
	margin-top: 0;
	font-weight: bold;
	font-size: 24px;
	color: #ffb500;
}
.aboutus .c .flex{
	margin-bottom: 50px;
}
.aboutus .c .flex.last{
	margin: 0;
}
.aboutus .c .btn-block{
	border: 1px solid #ddd;
	margin-top: 10px;
}
.aboutus .d{
	font-size: 16px;
}
.aboutus .d .form-control{
	background: none;
	border-radius: 0;
	border: 1px solid #a3a3a5;
	margin-bottom: 25px;
	resize: none;
	color: #ccc;
}
.aboutus .d .form-control:focus{
	border: 1px solid #ffb500;
}
.aboutus .d p{
	color: rgba(255,255,255,0.6);
}
.aboutus .d .btn{
	width: 240px;
	height: 44px;
	color: #fff;
	background: #ffb500;
	font-size: 16px;
	margin: 0 0 50px;
	outline: none;
}
.orange{
	color: #ffb500;
}


@media screen and (min-width:981px) and (max-width:1200px) {
	
	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

	.logo img {
		width: 110px;
	}
}

@media screen and (min-width:769px) and (max-width:980px) {

	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 80px;
	}

	.header .logo {
		line-height: 80px;
	}

	.header {
		height: auto;
	}

}

@media (max-width:768px) {
	.header .logo {
		line-height: 50px;
		padding-left: 15px;
	}
	.header{
		line-height: inherit;
	}
	.navbar-collapse {
		float: none;
	}
	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}

	.header .navbar-default .dropdown-menu {
		position: static;
		float: none;
		box-shadow: none;
		height: 0;
		overflow: hidden;
		display: block;
	}

	.header .dropdown-menu>li>a {
		color: #666;
		padding: 5px 0 5px 30px;
		display: inline-block;
		transition: all 0.5s;
		    -moz-transition: all 0.5s;
		    -webkit-transition: all 0.5s;
		    -o-transition: all 0.5s;
	}
	.logo img {
		width: 100px;
	}
	.navbar-nav{
		display: block;
	}
	
	.header .navbar-default .navbar-nav>.active>a, .header .navbar-default .navbar-nav>:hover>a, .header .navbar-default .navbar-nav>.active>a:focus, .header .navbar-default .navbar-nav>.active>a:hover{
		border-bottom:2px solid transparent;
	}
	
	.header .navbar-default .navbar-nav>li{
		text-align: left;
	}
	.header .navbar-default .navbar-nav1>li>a{
		display: inline-block;
		padding-left: 25px;
	}
	.header .navbar-default .navbar-nav1>li{
		border-bottom: 1px solid #333;
	}
	.header .navbar-default .navbar-nav1>li::after{
		content: " ";
		    display: inline-block;
		    height: 8px;
		    width: 8px;
		    border-width: 2px 2px 0 0;
		    border-color: #c8c8cd;
		    border-style: solid;
		    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
		    transform: matrix(.71,.71,-.71,.71,0,0);
		    position: absolute;
		    top:15px;
		    right: 20px;

	}
	.header .navbar-default .navbar-nav1>li.on>a{
		color: #ffb500;
	}
	.header .navbar-default .navbar-nav1>li.on::after{
		border-color:#ffb500;
	}
	.header .navbar-default .dropdown-menu{
		margin-top: -10px;
		text-align: left;
		transition: all 0.5s;
		    -moz-transition: all 0.5s;
		    -webkit-transition: all 0.5s;
		    -o-transition: all 0.5s;
	}
	.header .navbar-default .navbar-nav1>li.on>.dropdown-menu{
		height: auto;
	}
	
	.homepage .a .flex{
		display: block;
	}

	.footer .a .code img{
		width: 70%;
	}
	.footer .a .code{
		font-size: 13px;
	}
	.footer .b{
		font-size: 12px;
		padding-top: 0;
		background: #1c1d1f;
	}
	.footer::after{
		content: '';
		display: block;
		background: #fff;
		height: 57px;
	}
	.top .link{
		display: none;
	}
	.mobile_ft{
		display: block;
	}
	.homepage .title{
		padding: 30px 0 15px;
	}
	.homepage .title b{
		font-size: 18px;
	}
	.homepage .title p{
		font-size: 12px;
	}
	.homepage .a .tabtitle{
		width: 100%;
	}
	.homepage .a .tabtitle li{
		float: left;
		width: 50%;
		overflow: hidden;
	}
	.homepage .a .tabtitle li dl dt{
		font-size: 14px;
	}
	.homepage .a .tabbox dl{
		padding: 10px;
	}
	.homepage .a .tabbox dl dt{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.homepage .a .tabbox dl dd,.homepage .b h4{
		font-size: 12px;
	}
	.homepage .b h4{
		line-height: 22px;
		margin: 0 0 15px;
	}
	.homepage .c li dt{
		font-size: 14px;
	}
	.homepage .c li dd,.homepage .c li dt::after{
		display: none;
	}
	.homepage .d .bd p{
		margin: 10px;
		font-size: 12px;
	}
	.homepage .e dl{
		padding: 15px 0;
	}
	#scroll{
		display: none;
	}
	.homepage .e li p{
		font-size: 14px;
	}
	.homepage .e dt{
		font-size: 16px;
	}
	.homepage .e dd p{
		font-size: 12px;
		line-height: 22px;
	}
	.title_info{
		padding: 30px 0 10px;
		font-size: 18px;
	}
	.nav-tabs_info{
		margin-bottom: 20px;
	}
	.nav-tabs_info>li{
		float: left;
		width: 50%;
		padding: 10px 0 0;
	}
	.pagination>li>a, .pagination>li>span{
		margin: 0;
	}
	.case_hd{
		padding: 30px 0 15px;
	}
	.case_hd h2,.case_hd h4 span{
		font-size: 18px;
	}
	.case_hd h4{
		font-size: 12px;
		margin: 10px 0;
	}
	.newitem .hd{
		padding-top: 0;
	}
	.newitem .hd h1{
		font-size: 18px;
	}
	.newitem .ft li{
		font-size: 14px;
		line-height: 30px;
	}
	.nav-tabs_info-1>li>a{
		padding: 10px 0;
		font-size: 12px;
	}
	.products p{
		font-size: 14px;
	}
	.products{
		padding: 0;
	}
	.proitem .left,.proitem .right{
		float: none;
		width: 100%;
	}
	.proitem .left .ft .flex{
		display: block;
	}
	.proitem .left .ft .flex .pic{
		width: 100%;
		height: auto;
	}
	.proitem .left .ft .flex dl{
		padding:0 15px 15px;
	}
	.proitem .left .hd h1{
		font-size: 18px;
		margin-top: 0;
	}
	.proitem .left .ft .flex dt b{
		font-size: 15px;
	}
	.proitem .right .title{
		font-size: 18px;
	}
	.aboutus .c .flex{
		display: block;
		margin-bottom: 20px;
	}
	.aboutus .c .pic{
		width: 100%;
		height: auto;
	}
	.aboutus h4{
		font-size: 12px;
		line-height: 25px;
		margin: 0 0 20px;
	}
	.aboutus .b li{
		width: 50%;
	}
	.aboutus .b li:last-child{
		width: 100%;
	}
	.aboutus .c dt{
		margin-top: 15px;
		font-size: 15px;
	}
	.aboutus .c dd{
		font-size: 14px;
		line-height: 26px;
	}
	.aboutus .c h3{
		font-size: 18px;
		margin: 15px 0 0;
	}
	.aboutus .b li {
		font-size: 12px;
	}
	.aboutus .b li p{
		margin: 20px 0 0;
	}
	.aboutus .b{
		padding: 10px 0 20px;
	}
	.aboutus .a p{
		font-size: 12px;
		line-height: 22px;
	}
	.breadcrumb{
		margin: 0;
	}
	.newitem .ft{
		padding: 20px 0 0;
	}
	.proitem .right{
		display: none;
	}


}


