/*banner*/
.flexslider{border:none!important;background-color:rgba(0,0,0,0);margin: 0;border-radius: 0;overflow: hidden;margin-top: 80px;}
.flexslider .news1200{overflow: hidden;}
.flex-control-nav{z-index: 99;bottom: 0px;}
.flex-control-paging li a{background: #f5f5f5!important;width: 10px!important;height:10px!important;}
.flex-control-paging li a.flex-active{background: #086dc4!important;}
.flexslider .slides li img{max-width: 100%;width:100%;float: left;cursor: pointer;height: 100%;}
.flexslider .slides li img:nth-of-type(2){display: none;}
.flex-direction-nav{display: none;}

.main{margin: 40px 0 0;}
.tit{text-align: center;font-size: 32px;color:#333;font-weight: normal;letter-spacing: 2px;color: #333;margin-top:40px;}
.tit-p{text-align: center;font-size:16px;color:#999999;margin-bottom: 20px;text-transform: uppercase;}
.product{margin-bottom: 80px;}
.product li{width: 31%;float:left;border:1px solid #dddddd;text-align:center;padding: 20px 0;}
.product li:last-of-type{margin: 0 0 0 1.5%;}
.product li:first-of-type{margin: 0 1.5% 0 0;}
.product li:nth-of-type(2){margin: 0 2%;}
.product li img{height: 216px;margin-bottom: 0px;transition: all .4s linear;}
.product li:hover img{transform: scale(1.05);}
.product li p{font-size: 18px;}
.about{background: url(../images/a-bg.png) no-repeat center/cover;height: 310px;/* padding: 80px 0 60px; */}
.about .news1200{position: relative;text-align: right;}
.about .file{width: 50%;display: inline-block;text-align:center;}
.about .file-p{font-size: 18px;line-height: 36px;color: #333;text-align: left;}
.about .file a{display: inline-block;font-size: 14px;margin:20px 0 30px;}
.news{margin: 30px 0 60px;}
.news .news1200>.fl p{text-align: center;margin-top: 10px;}
.news .news1200>.fr{width: 58%;}
.news .news1200>.fr li{margin-bottom: 34px;}
.news .news1200>.fr li:last-of-type{margin-bottom: 0;}
.news .news1200>.fr li .fl{width: 79px;height: 67px;padding:3px 10px;background-color: #086dc4;}
.news .news1200>.fr li .fl h3{color: #fff;border-bottom: 1px solid #61a2d9;font-size: 18px;text-align: center;}
.news .news1200>.fr li .fl p{color: #fff;text-align: center;font-size: 14px;}
.news .news1200>.fr li .fr{width: 85%;height: 67px;}
.news .news1200>.fr li .fr h4{font-size: 18px;color:#333;margin-bottom: 5px;transition: all .3s linear;}
.news .news1200>.fr li .fr h4 a{float:right;font-size: 14px;color: #999;}
.news .news1200>.fr li .fr p{color: #666;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;transition: all .3s linear;}
.news .news1200>.fr li .fr  a:hover h4,.news .news1200>.fr li .fr  a:hover p{color: #009CDA;}
.honor{background-color: #dcf6ff;padding: 30px 0;}
.bx-viewport li{text-align: center;}
.more{
   min-width: 120px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 0.5em 2em;
    border: 0;
    background: 0 0;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: #01a0c7;
    color: #fff;
    overflow: hidden;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
	color: #37474f;
}
.more:hover {
    background-color: #22316a
}
.more span{
	vertical-align: middle;
	    display: inline-block;
    padding: 0.5em 0;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
}
.more::before {
        content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    -webkit-transition: -webkit-transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
	color: #fff;
	letter-spacing: 5px;
}
.more:hover::before {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.more:hover>span {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.more:hover>span:nth-child(1) {
    -webkit-transition-delay: .045s;
    transition-delay: .045s;
}
.more:hover>span:nth-child(2) {
    -webkit-transition-delay: .09s;
    transition-delay: .09s;
}
.more:hover>span:nth-child(3) {
    -webkit-transition-delay: .135s;
    transition-delay: .135s;
}
.more:hover>span:nth-child(4) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s;
}
@media (max-width: 1450px){
	.bx-viewport li{width: 292px!important;}
}
@media (max-width: 1200px){
	.flexslider{margin-top: 0;}
}
@media (max-width: 768px){
	.main {margin: 20px 0;}
	.tit{font-size: 22px;}
	.tit-p{font-size: 14px;margin-bottom: 15px;}
	.about{padding: 40px 0 40px;}
	.about .file{width: 100%;}
	.about .file-p{font-size: 16px;}
	.news .news1200>.fl,.news .news1200>.fr{width: 100%;margin-bottom: 10px;}
	.news{margin: 20px 0 40px;}
	.news .news1200>.fr li{margin-bottom: 20px;}
	.bx-viewport li{width: 360px!important;}
	.honor{padding: 20px 0;}
	.product{margin-bottom: 30px;}
}
@media (max-width: 650px){
	.product li {width: 100%;}
		.product li:last-of-type {margin: 0 ;margin-bottom: 15px;}
	.product li:nth-of-type(2) {margin: 0 ; margin-bottom: 15px;}
	.product li:first-of-type {margin: 0 ;margin-bottom: 15px;}
	.product li img {height: 193px;}
	.about {background: url(../images/a-bg2.png) no-repeat center/cover;}
	.news .news1200>.fr li .fr {width: 75%;}
	.news .news1200>.fr li .fr h4 {font-size: 16px;}
	.news .news1200>.fr li .fr p{font-size: 14px;}
	.bx-viewport li {width: 389px!important;}
}