body {
	font: 14px/1.8 "microsoft yahei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #333;
}

* {
	margin: 0;
	padding: 0;
}

a {
	outline: 0;
	text-decoration: none;
	color: #333;
}

img {
	border: 0;
	vertical-align: top;
	outline: 0;
}

h1,
h2,
h3 {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.header{
	height: 90px;
	border-bottom: 8px solid #ffc000;
}
.header .logo{
	
}
.header .logo img{
	margin-top: 16px;
}
.header .nav{
	height: 46px;
	line-height: 46px;
}
.header .nav li{
	float: left;
}
.header .nav li a{
	font-size: 16px;
	color: #000000;
	margin-left: 25px;
}
.header .nav li a.on,.header .nav li a:hover{
	color: #ffc000;
}
.header .search{
	position: relative;
	width: 100%;
	padding-top: 20px;
	height: 22px;
}
.header .search .text{
	border: 1px solid #ffc000;
	position: absolute;
	height: 20px;
	line-height: 20px;
	width: 158px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 5px;
	outline: 0;
	right: 40px;
}
.header .search .submit{
	position: absolute;
	right: 0;
	height: 22px;
	border: 0;
	width: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	outline: 0;
	background:#ffc000 url(../img/iconsearch.png);
}
.slider {
	position: relative;
	height: 600px;
	overflow: hidden;
}

.slider .bd ul {
	width: 100% !important;
}

.slider .bd li {
	width: 100% !important;
	height: 600px;
	overflow: hidden;
	text-align: center;
}
.slider .bd li a{
	display: block;
	width: 100%;
	height: 100%;
}
.slider .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 0;
	bottom: 14px;
	line-height: 12px;
}

.slider .hd ul {
	height: 6px;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 12px;
	cursor: pointer;
	background: #fff;
	width: 12px;
	border-radius: 50%;
	margin: 0 3px;
}

.slider .hd li.on {
	background: #ffc001;
	color: #fff;
}
.index-title{
	text-align: center;
	margin-bottom: 35px;
}
.index-title h3{
	font-size: 28px;
	color: #000000;
}
.index-title p{
	font-size: 16px;
	color: #c0c0c0;
}
.business{
	margin: 80px 0;
}
.business .list li{
	width: 382px;
	float: left;
	position: relative;
	margin-left: 27px;
	height: 310px;
	overflow: hidden;
}
.business .list li:first-child{
	margin-left: 0;
}
.business .list li .title{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #ffc001;
	text-align: center;
	color: #fff;
	font-size: 16px;
	opacity: .9;
}
.business .list li img{
	transition: all ease .3s; 
	-webkit-transition: all ease .3s; 
}
.business .list li:hover img{
	    transform: scale(1.1);
}
.introduction{
	background: url(../img/company.jpg);
	background-size:cover;
	width: 100%;
	height: 440px;
	background-position: center center;
}
.introduction .content{
	width: 550px;
	padding-left: 100px;
	padding-top: 90px;
}
.introduction .content p{
	color: #efefef;
	font-size: 14px;
	text-indent: 2em;
}
.index-title .con{
	position: relative;
	z-index: 1;
}
.index-title .bg{
	font-size: 80px;
	color: #ededed;
	position: absolute;
	top: -60px;
	width: 100%;
	text-align: center;
}
.product{
	    margin: 80px 0;
}
.product .tab-hd ul{
	margin-left: -10px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
.product .tab-hd li{
	width: 140px;
	height: 34px;
	line-height: 34px;
	background: #ffc000;
	color: #fff;
	border-radius: 100px;
	float: left;
	text-align: center;
	margin-bottom: 16px;
	margin-right: 10px;
}

.product .tab-hd li a{
	color: #fff;
}
.product .tab-hd li.last{
	position: absolute;
	right: 10px;
	background: #051428;
	bottom: 0;
}
.product .tab-hd li.last a{
	
}
.product .tab-bd ul{
	margin-left: -20px;
}
.product .tab-bd li{
	float: left;
	width: 285px;
	margin-left: 20px;
}
.product .tab-bd li img{
		width: 285px;
		height: 308px;
}
.news{
	background: #0f1d31;
	padding: 60px 0;
}
.news h3{
	font-size: 16px;
	color: #000;
	padding: 20px 30px 0 30px;
	line-height: 1.4;
}
.news p{
	font-size: 14px;
	color: #8c8c8c;
	line-height: 1.6;
}
.news a{
	display: block;
	background: #fff;
	margin-top: 32px;
}
.news a:first-child{
	margin-top: 0;
}
.news .news1{
	width: 496px;
	padding: 0 32px 0 65px;
}
.news .news2{
	width: 520px;
}
.news .news2 img{
	float: left;
	width: 190px;
}
.news .news2 a .fr{
	width: 330px;
}
.news .news2 a.more{
	font-size: 16px;
	color: #ffc000;
	text-align: right;
	background: none;
	margin-top: 12px;
	line-height: 1;
}
.culture{
	padding: 90px 0;
}
.culture .title{
	font-size: 36px;
	color: #000000;
	border-bottom: 1px solid #eee;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
	position: relative;
}

.culture .title .dot{
	background: url(../img/culdotbg.png);
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: -8.5px;
	left: 591.5px;
}
.culture .title span{
	color: #ffc000;
}
.culture .fl1{
	width: 590px;
	padding-top: 20px;
}
.culture .fr1{
	width: 540px;
}
.culture .con li{
	margin-top: 30px;
}
.culture .con li:first-child{
	margin-top: 0;
}
.culture .con li .num{
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	font-size: 36px;
	background: #87a7c8;
	font-weight: bold;
	color: #fff;
	margin-right: 30px;
	float: left;
}

.culture .con li.sec .num{
	background: #ffc600;
	
}
.culture .con li .text{
	width: 470px;
	float: left;
}
.culture .con li .text h3{
	font-size: 26px;
	color: #000000;
	line-height: 1;
	padding: 5px 0 10px 0;
}
.culture .con li .text p{
	font-size: 16px;
	color: #919191;
	line-height: 1.4;
}
.footer{
	background: #051428;
}
.footer .nav{
	font-size: 0;
	text-align: center;
	padding-top: 46px;
}
.footer .nav li{
	display: inline-block;
	margin: 0 24px;
}
.footer .nav li a{
	font-size: 14px;
	color: #fff;
}
.footer .nav li a:hover{
	color: #FFC000;
}
.footer .logo{
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
.footer .des{
	width: 880px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	color: #cbcbcb;
}
.footer .icon{
	padding: 32px 0;
}
.footer .icon ul{
	font-size: 0;
	text-align: center;
}
.footer .icon li{
	display: inline-block;
	margin: 0 30px;
	width: 162px;
	height: 200px;
	border: 1px solid #ffc000;
	vertical-align: top;
}
.footer .icon li img{
	border-bottom: 1px solid #d48809;
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer .icon li p{
	font-size: 16px;
	color: #eeeeee;
	display: block;
	height: 60px;
	word-wrap: break-word;
	line-height: 1.4;
	padding: 0 10px;
}
.footer .copy{
	background: #ffc000;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.footer .copy a{
	color: #000;
}
.footer .copy a:hover{
	color: #fff;
}
.ab-banner{
	position: relative;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.ab-contact{
	background: #ffc000;
	height: 70px;
	line-height: 70px;
}
.ab-contact .fl{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.ab-contact .fr a{
	color: #fff;
	background: #011023;
	padding: 8px 50px;
	border-radius: 100px;
}
.ab-contact .fr a:hover{
	opacity: .8;
}
.product-leftnav{
	background: #011023;
	width: 230px;
	padding: 30px 0;
	border-radius:10px ;
}
.product-leftnav h3{
	color: #ffc000;
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 20px;
}
.product-leftnav ul{
	width: 189px;
	text-align: right;
	
}
.product-leftnav li{
	line-height: 34px;
}
.product-leftnav li:hover,.product-leftnav li.on{
	background: url(../img/leftbg.png);
}
.product-leftnav li:hover a,.product-leftnav li.on a{
	color: #000000;
}
.product-leftnav li a{
	font-size: 12px;
	color: #fff;
	display: block;
	padding-right: 10px;
}
.ab-page{
	margin: 80px 0;
}
.honor{
	
}
.honor .title{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}
.honor .title h3{
	color: #ffc000;
	font-size: 30px;
}
.honor .title p{
	color: #d4d4d4;
	font-size: 22px;
}
.honor .picScroll-left .bd li{
	width: 280px;
	margin-right: 26px;
	padding:10px 0;
}
.honor .picScroll-left .bd li img{
	box-shadow: 1px 1px 10px #ddd;
}
.contact .title{
	text-align: center;
	margin-top: 60px;
}
.contact .title h3{
	font-size: 22px;
	color: #0d0d0d;
}
.contact .title p{
	font-size: 12px;
	color: #ffc000;
}


.contact .box .item{
	margin-bottom: 25px;
}
.contact .box .item .fl{
	width: 33.3%;
}
.contact .box .item .lable{
	float: left;
	font-size: 16px;
	color: #303030;
	width: 50px;
}
.contact .box .item .input{
	float: left;
	width: 240px;
}
.contact .box .item .input input{
	height: 32px;
	line-height: 32px;
	border: 1px solid #dcdcdc;
	width: 80%;
	padding: 0 10px;
	outline: 0;
	border-radius: 6px;
}
.contact .box .item .input textarea{
	border: 1px solid #dcdcdc;
	padding: 10px;
	width: 100%;
	outline: 0;
	height: 100px;
	border-radius: 6px;
}
.contact .box .item button{
	width: 178px;
	height: 38px;
	background: #ffc000;
	color: #fff;
	line-height: 38px;
	color: #fff;
	border-radius: 6px;
	outline: 0;
	border: 0;
	margin-left: 350px;
	cursor: pointer;
}
.contact .box .item button:hover{
	opacity: .8;
}
.contact .form h3{
	margin-bottom: 30px;
}
.contact .icon{
	margin-top: 67px;
}
.contact .icon ul{
	font-size: 0;
	text-align: center;
}
.contact .icon li{
	display: inline-block;
	margin: 0 57px;
	position: relative;
}
.contact .icon li .wx-png{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
}
.contact .icon li .wx-png img{
	width:114px;
	height: 114px;
}
.contact .icon li.wx-li:hover .wx-png{
	opacity: 1;
}
.news-top  .fl{
	
}
.news-top  .fr{
	width: 500px;
}
.news-top .fr li{
	margin: 40px 30px;
}
.news-top .fr li a{
	font-size: 15px;
	color: #343434;
}
.news-top .fr li .des{
	font-size: 12px;
	color: #989898;
}
.news-bot{
	margin-top: 30px;
}
.news-bot li{
	margin-bottom: 15px;
}
.news-bot li .time{
	width: 120px;
	text-align: center;
}
.news-bot li .time .t1{
	color: #ffc000;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}
.news-bot li .time .t2{
	color: #ffc000;
	font-size: 16px;
}
.news-bot li .content{
	width: 760px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 15px;
}
.news-bot li .content a{
	color: #707070;
	font-size: 16px;
}
.news-bot li .content .des{
	color: #949494;
	font-size: 14px;
}
.detail-title{
	text-align: center;
	font-size: 24px;
}
.detail-time{
	text-align: center;
	font-size: 16px;
	color: #666;
	padding: 15px 0;
}
.detail-content{
	
}
.product-list ul{
	margin-left: -15px;
}
.product-list li{
	width: 215px;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.product-list li img{
	width: 215px;
	height: 232px;
}

.product-list li p{
	height: 34px;
	line-height: 34px;
	background: #f4f4f4;
	text-align: center;
	color: #000000;
}
.product-list li:hover p{
	background: #ffc000;
	color: #fff;
}
.case-list{
	
}
.case-list .top{
	width: 100%;
	margin-bottom: 30px;
}
.case-list .top ul{
	width: 100%;
	font-size: 0;
	display: inline-block;
	text-align: right;
}
.case-list .top ul li{
	font-size: 14px;
	display: inline-block;
	margin-left: 10px;
	width: 128px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 4px;
	background: #011023;
	
}
.case-list .top ul li a{
	color: #fff;
}
.case-list .top ul li.on,.case-list .top ul li:hover{
	color: #011023;
	background: #ffc000;
}
.case-list .top ul li.on a,.case-list .top ul li:hover a{
	color: #011023;
}
.case-list .bot ul li{
	width: 294px;
	float: left;
	margin-left: 15px;
	margin-bottom: 30px;
}
.case-list .bot ul li img{
	width: 294px;
	height: 220px;
}
.news-list a:hover{
	color: #ffc000 !important;
}
.pagenav{
	text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #ffc000 !important;
}
.gotop {
    position: fixed;
    bottom: 60px;
    width: 60px;
    padding: 10px 0;
    background: #ffc000;
    right: 10px;
    z-index: 11111;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
	cursor:pointer;
}