/* 全局修改 */
.f-service{background: #f5f5f5;}
/* list */
.list-banner{
    position: relative;
}
.list-banner img {
    display: block;
    width: 100%;
    height: 100%;
}
.list-banner img.list-bannerm{display: none;}
.bread{
    padding: 5px 0;
    background: #f5f5f5;
}
.bread i{font-size:0 10px; margin: 0 10px;}
.bread a {margin:0 2px;}
.list-nav{
    position: relative;
    margin: 20px 0;
}
.list-nav ul{
    display: flex;
    justify-content: space-between;
}
.list-nav ul li{
    width: 16%;
    margin: 0 0.5%;
    background: #f5f5f5;
    text-align: center;
    border-radius: 5px;
}
.list-nav ul li a{
    display: block;
    width: 100%;
    padding: 10px 0.5%;
}
.list-nav ul li:hover{
    background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.list-nav ul li:hover a{
    color: #fff;
}
.list-nav ul li.active{
    background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.list-nav ul li.active a{color: #fff;}
.list-nav ul li.menu{
    position: relative;
}
.list-nav ul li.menu:hover{
    border-radius: 0;
}
.list-nav ul li.menu:hover  .nav-sub{
    display: block;
}
.list-nav .nav-sub{
    position: absolute;
    top: 40px;
    left: 0;
    background: #222222;
    width: 100%;
    border-top: 1px solid #f53032;
    display: none;
    z-index: 1;
}
.list-nav .nav-sub a{
    color: #fff;
    margin: 5px 0;
    padding: 2px 0;
}
.list-nav .nav-sub a:hover{
    background: linear-gradient(to right, #fc3637 0%, #d71619 100%);
}
.list-nav .nav-sub a:first-child{
    margin-top: 10px;
}
.biye-d::before {
    content: '';
    width: 0;
    height: 0;
    border: 10px solid;
    position: absolute;
    left: 44%;
    border-color: #f53032 transparent transparent;
}
/*  */
.column{margin: 20px 0; overflow: hidden;}
.top{margin-top: 0;}
.column .box{background: #f5f5f5;}
.column .bg1{background: #5ab2cd;}
.column .bg2{background: #caa868;}
.column .bg3{background: #a4adad;}
.column .bg4{background: #bddba4;}
.column .bg5{background: #525551;}
.column-title{
    padding: 20px 0;
    color: #fff;
    text-align: center;
}
.column-title h2{
    margin-bottom: 10px;
    font-size: 24px;
}
/* list-content */
.content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.content li{
    width: 24%;
    margin: 1% 0;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgb(0,0,0,0.6);
}
.content li i{
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    max-height: 234px;
}
.content li i img{
    display: block;
    width: 100%;
    -webkit-transition: all 1.2s;
}
.content li i img:hover{
    transform: scale(1.1);
}
.content .text{
    background: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px ;
}
.content .p-bg{background: #f5f5f5;}
.content .text p{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.content .text h2{
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content li:hover{
    box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    transition: all 220ms;
}
.content li:hover .text{
    background: #444;
    color:#fff;
}
.content li:hover a{color:#fff}
.content .but{text-align: center;}
.content .but a{
    width:150px;
    display: block;
    padding: 10px 15px;
    margin: 5px auto;
    color: #fff;
    background: #ff6700;
    border-radius: 5px;
}
/* column-news */
.column-news{
   padding: 20px 0;
    display: flex;
    justify-content: space-around;
}
.news-content{
    width: 32%;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}
.news-content i{
    display: block;
    width: 100%;
    position: relative;
    font-style: normal;
    border-radius:10px 10px 0 0;
    overflow: hidden;
}
.news-content i img{
    display: block;
    width: 100%;
}
.news-content i::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.news-content i p{
    display: block;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #ffff;
    font-size: 18px;
}
.news-content ul{
    margin-top: 0;
    padding: 10px;
}
.news-content ul li{
    margin: 10px 0;
    overflow: hidden;
}
.news-content ul li a{
    display: block;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content ul li span{
    display: block;
    width: 20%;
    float: right;
    text-align: right;
}
.column-contact{
    margin: 20px auto;
	padding: 20px 0;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
	border-radius:10px;
}
.column-contact .column-contact-s{
    position: relative;
    padding: 0 40px;
    z-index: 2;
}
.column-contact .column-contact-s h6{
    font-size: 24px;
    color: #fff;
}
.column-contact .column-contact-s p{
    font-size: 18px;
    color: #eee;
    line-height: 50px;
}
.column-contact .column-contact-s .btn {
	position: absolute;
	top: 50%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 3px;
}
.column-contact .column-contact-s .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}
.column-contact .column-contact-s .btn-a {
	transition: 0.5s;
	position: relative;
}
.column-contact .column-contact-s .btn-a span {
	color: #fff;
	position: relative;
}
.column-contact .column-contact-s .btn-a em {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #fff;
	transition: 0.5s;
}
.column-contact .btn-a:hover span {
	color: #333;
}
.column-contact .btn-a:hover em {
	width: 100%;
}
.column-contact .cover{
    position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	z-index:1;
	border-radius:10px;
}
/* fenye */
.pagelist{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.pagelist li{
    border: 1px solid #ff6700;
    margin: 0 10px;
    border-radius: 5px;
}
.pagelist li a{
    display: block;
    padding: 5px 15px;
}
.pagelist li.active{
    background: #ff6700;
   
}
.pagelist li.active a{
    color: #fff;
}
.pagelist span{ display: block; padding: 5px 15px;color: #fff;background: #ff6700;}
.pagelist li:hover{
    background: #ff6700;
}
.pagelist li:hover a{
    color: #fff;
}

/* 关于我们 */
.about {
    margin-bottom: 40px;
    border-radius: 5px;
}
.about .crumbs-nav{
	padding: 5px 0;
	background: #f5f5f5;
	font-size: 18px;
	border-radius: 5px;
}
.about .crumbs-nav i{
	font-size: 14px;
	margin-left: 10px;
}
.about .crumbs-nav a{
	margin-left: 10px;
}
.about .crumbs-nav a:hover{
	color: #ff6700;
}
.contactus {
    background: #f5f5f5;
	padding: 20px;
	overflow: hidden;
    margin-bottom: 40px;
}
.contact-title{
	width: 100%;
}
.contact-title  h2 {
	border-bottom:2px solid #ff6700;
	padding: 5px;
    width: 150px;
}
.info-c {
	width: 100%;
	float: left;
	margin: 5px 0;
}

.contactus .contact-info img {
	width: 100px;
	margin-left: 30px;
}
.contactus p  {
	font-size: 16px;
	color: #555;
	line-height: 30px;
	float: left;

}
.contactus  i {
	width: 30px;
	height: 30px;
	float: left;
	color: #ff6700;
	font-size: 24px;
	line-height: 30px;
	margin-right: 10px;
}
.contact-info{
	float: left;
	width: 50%;
	
}
.contact-form {
	float: left;
	width: 45%;
}
.contact-form input {
	border: 1px solid #E3E4E6;
    font-size: 16px;
   width: 100%;
    padding: 21px 30px;
    border-radius: 10px;
}
.contact-form textarea {
	border: 1px solid #E3E4E6;
    font-size: 16px;
   width: 100%;
    height: 100px;
    padding: 21px 30px;
    border-radius: 10px;
}
.contact-lyt {
	margin:20px 0;
}
.contact-form button {
	display: inline-block;
    background: #ff6700;
    color: #fff;
    width: 100px;
    height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 40px;
    font-weight: 700;
    padding-left: 0px;
    line-height: 10px;
}
/*2212*/
.aboutus {
	margin:20px auto;
}
.aboutus p {
	color: #333;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 30px;
}
.aboutus h2 {
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
}
.aboutus img {
	width: 100%;
	margin-top: 10px;
}
/* news */
body.newsbg{background: #f5f5f5;}
.newsbg a{color:#666666}
.newsbg .bread{background: #fff;}
.newsbg .f-service{background: #fff;}
.news{
    position: relative;
    margin: 40px 0;
    overflow: hidden;
}
.news .box{
    float: left;
    width: 70%;
    background: #fff;
}
.news .sidebar{
    float: right;
    width: 28%;
}
.news .container{
    padding: 20px;
}
.news .snav{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.news .snav li{
    padding: 0 10px;
    font-size: 16px;
    border-right: 1px solid #efefef;
}
.news .snav li.active a{
    color: #ff6700;
}
.news .snav li:last-child{  border-right:0;}
.news .pagelist{margin-top: 20px;}
/* content */
.blogs_list { overflow: hidden; position: relative; transition: all .8s; background: #fff;padding: 20px 0; border-bottom: 1px solid #efefef; }
.blogs_list .blogs_list-img{display: block; width: 237px; height: 158px; background: #ccc; overflow: hidden; float: left; margin-right: 20px; border-radius: 3px;position: relative;}
.blogs_list .blogs_list-img .column-span{display: block; position: absolute; top: 0; left: 0; z-index: 9; font-style: normal; padding: 3px 5px; background: rgba(18,182,221,.8); font-size: 14px; border-radius: 3px; } 
.blogs_list .blogs_list-img .column-span:hover{background: #ff860e;}
.blogs_list .blogs_list-img .column-span a{color: #fff; display: block;padding: 2px 4px;}
.blogs_list .blogs_list-img img{ width: 100%; min-height: 100%; transition: all .6s; }
.blogs_list i { display: block; width: 237px; height: 158px; background: #ccc; overflow: hidden; float: left; margin-right: 20px; border-radius: 3px; }
.blogs_list i img { width: 100%; min-height: 100%; transition: all .6s; }
.blogs_list h2 { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin: 10px 0; line-height: 28px; font-size: 20px; }
.blogs_list h2 b{ color: #f33;}
.blogs_list p { color: #808595; font-size: 14px; line-height: 24px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.blogs_list:hover { background: #fafafa; box-shadow: 0px 12px 8px -12px #c0bebe;}
.blogs_list h2:hover a{ color: #ff6700; }
.blogs_list img:hover { transform: scale(1.1); }
.blogs_base { color: #999; font-size: 14px; margin: 30px 0 0 0; line-height: 24px; }
.blogs_base a { color: #999; }
.blogs_base span { margin-right: 20px; line-height: 24px; display: block; float: left; }
.blogs_base span em{width: 24px; height: 24px; font-size: 16px;line-height: 24px; margin-right: 5px;}
.blogs_base .color1{color: #ff860e;}
.blogs_base .color2{color: #03c63a;}
.blogs_base .color3 a {color: #f33;}
a.read_more {background: #ff6700;color: #fff;font-size: 14px;font-weight: 600;text-align: center;padding: 5px 15px;border-radius: 4px;width: 80px;float: right;}
a.read_more:hover{background: #f33;}

/* bozhu */
/*博主*/
.bozhu {
    padding: 10px;
    margin-bottom: 18px;
    background: #fff;
}
.bozhu-l {
    text-align: center;
    padding-top: 5px;
}
.bozhu-l img {
border-radius: 100%;
border: 2px solid #ff6700;
width: 50px;
height: 50px;
justify-content: center;
vertical-align: middle;
text-align: center;
-webkit-transition: all 0.8s;
}
.bozhu-l img:hover {
cursor: pointer;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transition: all 0.8s;
-webkit-transition: all 0.8s;
}

.bozhu-l span {
    font-size: 18px;
    color: #ef5513;
}
.bozhu-contact{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}
.bozhu-contact i{
    width: 30px;
    height: 30px;
    display: block;
    font-size: 32px;
}
.bozhu-contact a:nth-child(1) i{color: #ef5513;}
.bozhu-contact a:nth-child(2) i{color: #ff860e;}
.bozhu-contact a:nth-child(3) i{color: #006aff;}
.bozhu-contact a:nth-child(4) i{color: #03c63a;}
.bozhu-contact a:nth-child(4):hover + .nweixin{display: block;}
.bozhu-contact .nweixin{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.bozhu-contact .nweixin img{width: 100%;}

/* news-blog */
/*blogs_news*/
h2.h_title { line-height: 45px; font-size: 22px; }
.blogs_news { border-radius: 3px; background: #fff; padding: 5px 20px 0; overflow: hidden; }
.blogs-title{position: relative;}
.blogs-title a{display: block;color: #ff6700;position: absolute;top: 0; right: 0; line-height: 50px;font-size: 14px;}
.blogs_news li { position: relative; margin: 24px 0; overflow: hidden; }
.blogs_news li i { width: 120px; height: 80px; display: inline-block; overflow: hidden; float: left; margin-right: 12px; border-radius: 2px; }
.blogs_news li i img { width: 100%; min-height: 100%; transition: .5s; float: left; }
.blogs_news li em { position: absolute; top: 0; left: 0; height: 17px; width: 21px; color: #ccc; font-size: 12px; font-style: normal; text-align: center; background: rgba(0,0,0,.5); border-radius: 2px 0 0; z-index: 9; }
.blogs_news li:nth-child(1) em, .blogs_news li:nth-child(2) em, .blogs_news li:nth-child(3) em { color: #fff; }
.blogs_news li:nth-child(1) em { background: #f95456 }
.blogs_news li:nth-child(2) em { background: #f6a625; }
.blogs_news li:nth-child(3) em { background: #4385f4 }
.blogs_news li p { font-weight: normal; line-height: 20px; word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; margin-top: 5px; }
.blogs_news li span { width: 71px; height: 13px; position: absolute; display: block; left: 135px; bottom: 10px;font-size: 12px; }
.blogs_news li:hover img { transform: scale(1.1); }
.blogs_news li:hover p { color: #ff6700; }

/* tags */
.news .tag{
    border-radius: 3px; background: #fff; padding: 5px 20px 0; overflow: hidden;
    margin-top: 18px;
}
.news .tags a{
    display: inline-block;
    width: 23.39%;
    margin: 0 .7% 1.4%;
    padding: 5px 12px;
    font-size: 12px!important;
    line-height: 1.2;
    text-align: center;
    color: #666;
    border: 1px solid hsla(0,0%,39%,.5);
    border-radius: 2px;
    text-decoration: none;
    background: hsla(0,0%,100%,.2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.news .tags a:hover {
    color: #fff;
    background: #ff6700;
    border-color: #ff6700;
}
/* liuyan */
.contack{
    margin-top: 18px;
    border-left: 5px solid #f33;
    padding: 10px;
    background: #fff;
}
.contack h3{
    color: #f33;
    font-size: 18px;
    font-weight: 600;
}
.contack form {
    padding: 10px 0;
}
.contack form textarea{
    width: 100%;
    height: 60px;
    border: 1px solid #f33;
    border-radius: 5px;
    text-indent: 2em;
    line-height: 25px;
}
.contack .ly-tel {
    height: 30px;
    margin: 10px auto;
    border: 1px solid #eb5a32;
    line-height: 30px;
    border-radius: 5px;
}
.contack .ly-tel:hover .icob {
    background:#eb5a32;
    color: #fff;
}
.contack .ly-tel  i {
    width: 30px;
    height: 30px;
    float: left;
    border-right: 5px;
    color: #eb5a32;
    font-size: 16px;
    padding-left: 5px;
}
.contack .ly-tel input{
    line-height: 30px;
    color: #666;
    float: left;
    text-indent: 0.5em;
    text-transform: uppercase;
    background: #FFF;
    background-position: left top;
}
.contack .ly-submit {
    width: 60%;
    border: none;
    color: #666;
    font-size: 16px;
    border-radius: 10px;
    background: #fff;
    border:1px  solid #d71619;
    text-align: center;
    padding: 2% 0;
    margin: 0 auto;
    -webkit-appearance: none;
    cursor: pointer;
    font-weight: bold;
}
.contack .ly-submit:hover{color: #fff; background: linear-gradient(to right, #fc3637 0%, #d71619 100%);}

