@charset "utf-8";
/*全局元素默认设置*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}

/*始终显示浏览器右侧滚动条*/
body {background-color: #FFFFFF;overflow-y: scroll;*overflow-y: auto;	/*兼容ie7*/
/*stone add*/
max-width:1920px;
margin:0 auto;
}
img {border: none;}
a {text-decoration: none;}
li {list-style: none;}
input,button {outline: none;}
/*鼠标移入的状态*/
a:active,a:hover {outline: 0}

/*去除ie10/ie11input里面的叉叉*/
::-ms-clear,
::-ms-reveal {display: none;}

/*盒子模型*/
.box {overflow: hidden;}

.box-center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

/*使用伪元素清除浮动，在加了浮动的元素上添加这个class*/
.clear {
	-ms-zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

/*定位*/
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}

/*居中*/
.text-center {
	text-align: center;
}
.center {
	margin: 0 auto;
}

/* 单行溢出省略 */
.el {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.head{
	height: 80px;
	line-height: 80px;
}
.logo img{
	height: 50px;
}
.nav li{
	float: left;
	text-align: center;

}
.nav>li>a{
    font-size: 18px;
    margin-right: 50px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 80%;
    line-height: 32px;
}
.nav>li>ul{
	display: none !important;
	background: #FFFFFF;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.12);
    display: block;
    width: 100px;
    position: absolute;
    z-index: 999;
    padding: 15px 0;
    margin-top: -25px;
    margin-left: -15px;
}
.nav>li>a:hover{
	color: #000000;
    border-bottom: 1px solid #F75838;
}
.nav>li:hover ul{
	display: block !important;
}
.nav>li.active>a{
	color: #000000;
    border-bottom: 1px solid #F75838;
}
.nav>li.active> ul{
	/* display: block !important; */
}

.nav>li>ul>li{
	float: left;
	width: 100px;
	text-align: center;
    line-height: 30px;
}

.swiper-pagination-bullet{
	height: 16px;
	width: 16px;
}
.swiper-pagination-bullet{
	background: #FFFFFF;
	opacity: 0.8;
}
.swiper-pagination-bullet-active{
	background: #FF3810;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-slide img{
	width: 100%;
}
.title{
	text-align: center;
	margin: 25px auto;
}
.title h1{
	font-weight: 600;
}
.title a{
	font-weight: 600;
    display: inline-block;
    padding: 3px 17px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 26px;
    border: 2px solid #DF5706;
}
.title a:hover{
    color: #FFF;
    background-color: #DF5706;
}
.case img{
	width: 100%;
}
.case-cont{
	position: relative;
}
.case-cont a{
	display: none;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #FFFFFF;
	font-size:18px;
    
}
.case-cont:hover a{
	display: block;
}

 
/*.case-cont * {-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: all 0.45s ease;}*/

/*.case-cont a div h4 {-webkit-transform: translateY(-100%);transform: translateY(-100%);}*/

/*.case-cont a div h5 { -webkit-transform: translateY(100%); transform: translateY(100%); }*/

/*.case-cont:hover a div h4, .case-cont:hover a div h5 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }*/

.casus-grid .case-cont:hover a{
	background: #D05D1A;
}
.case-cont a div{
	position: absolute;
	top: 46%;
	width: 100%;
	text-align: center;
}


.case-a{
	width: 64.3%;
}
.case-b{
	width: 35.7%;
}
.title-more{
	text-align: center;
	padding: 30px;
}
.title-more a{
    background: #e57532;
    display: inline-block;
    padding: 3px 28px;
    color: #FFFFFF;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 30px;
}
.hezuo img{
	width: 100%;
}
.hezuo h3{
	font-size:26px;
	line-height: 38px;
}
.hezuo .case-cont a div{
	top: 39%;
}
.shuju img{
	width: 100%;
}
.shuju{
	margin-top: 50px;
}

.they .contet{
	background: #D6601A;
	padding: 20px 0;
}
.they .contet img{
	width: 100%;
}

.footer-con{
	background: #000000;
	padding: 20px 0;
}
.footer-info{
	padding: 20px 0;
}
.footer-info h4{
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 15px;
}
.footer-info p{
	color: #999999;
	font-size: 13px;
}
.footer-ma{
	color: #FFFFFF;
	text-align: center;
}
.footer-ma h4{
	margin-top: 20px;
	font-size: 18px;
	margin-bottom: 16px;
}
.footer-logo img{
	width: 100%;
    margin-top: 50px;
}
.casus-grid .case-cont img{
	width: 100%;
}
.casus-grid .case-cont a{
	display: block;
	background: none;
}
.casus-grid .case-cont a div{
	top: 42%;
}
.casus-grid .case-cont a h4{
	font-size: 22px;
}
.casus-grid .case-cont a p{
	font-size: 16px;
}

.title-black{
	color: #000000;
}
.title-white{
	color: white;
}
.case-m a{
	position: relative;
	background: #000000 !important;
	display: block !important;
}
.case-m a img{
	display: block;
	background: url(../img/anlilogo-a.png)no-repeat center !important;
}
.case-m a:hover{
	background: #DF5706 !important;
}
.case-m a:hover img{
	display: block;
	background: url(../img/anli-btn.png)no-repeat center !important;
}
.anli.case-cont a div h4{
	font-size: 18px;
}
.anli.case-cont a {
    background: rgba(255, 118, 1, 0.86);
}
.anli.case-cont a div{
	top: 36%;
}
.anli.case-cont a div hr{
	width: 60%;
	margin: 6px auto;
}

.anli img{
	width: 100%;
}
.btn{
	text-align: center;
}
.btn a{
	display: inline-block;
	color: #DA5706;
	border-radius: 30px;
	border: 2px solid #DA5706;
	padding: 3px 30px;
	padding-bottom: 5px;
	font-weight: 600;
	margin-top: 50px;
	font-size: 18px;
}
.casus-banner-txt{
	text-align: center;
	height: 500px;
	color: #FFFFFF;
	width:70%;
	margin:0px auto;
	padding-top: 30px;
	margin-top: 30px;
}
.casus-banner-txt h1{
	font-size: 57px;
	margin-bottom: 30px;
}
.casus-banner-txt p{
	font-size:28px;
	margin-top: 10px;
	text-align: left;
	text-indent: 2em;
}
.casrs-nav{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.casrs-nav a{
	display: block;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 600;
	border: 2px solid #FFFFFF;
}
.casrs-nav a.active{
	background: #DA5706;
}
.casrs-nav a:hover{
	background: #DA5706;
}
.footer-nav{
	padding: 50px 0;
}
.footer-nav hr{
	height: 3px;
	background-color: #ff5722;
}
.anli>div{
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFFFFF;
	padding: 10px 10px;
	background: #DF5706;
	text-align: center;
	font-size: 17px;
}
.anli:hover div{
	display: block;
}
.casus-banner-txt a{
	display: inline-block;
	padding: 4px 44px;
	border: 2px solid #FFFFFF;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
}
.casus-banner-txt a:hover{
	color: #FFFFFF;
	background: #DF5706;
}
.fuwu2 img{
	width: 100%;	
}
.fuwu2>div{
	padding: 20px;
}
.fuwu2>div h1{
	    font-size: 3vw;
	font-weight: 600;
}
.fuwu2>div p{
	font-size: 1.5vw;
}
.fuwu2:hover>div{
	/* color: #FFFFFF; */
	/* background: #DF5606; */
}
.fuwu2>div{
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
}
.fuwu-bg{
	background: #DF5606;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	transition:all 0.3s;
	z-index: -1;
	color: #FFFFFF;
}
/*.fuwu2:hover .fuwu-bg{
	height: 100%;
}*/
.fuwu2{
    color: #FFF;
    position: relative;	
}
.layer-box{
	text-align: center;
	padding-top: 5%;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.layer-box #mask{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0, 0, 0, 0.62);
}
.layer-box .mask{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0, 0, 0, 0.62);
}
.layer-box img{
	position: relative;
	z-index: 999;
}
.service-layer{
	width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.39);
}
.service-layer img{
	width: 100%;
}
.service-layer input{
	width: 100%;
	padding: 8px 15px;
	margin-bottom: 15px;
}
.service-layer textarea{
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	min-height: 110px;
}
.service-layer input[type=submit]{
	margin-bottom: 0px;
	background: #FFFFFF;
	border: 2px solid #DF5706;
	color: #DF5706;
	font-weight: 600;
	font-size: 15px;
}
.us{
	text-align: center;
}
.us h4{
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 50px;
}
.us img{
	width: 70%;
}
.more img{
	width: 100%;
}
.more h2{
	padding: 5px 0;
	font-weight: 600;
}
.more-title{
    background: #DF5706;
    height: 100%;
    text-align: center;
    height: 480px;
    padding-top: 186px;
    color: #FFFFFF;
}
.new-list-title h1{
	float: left;
	font-size: 16px;
	font-weight: 600;
	color: #F45535;
	padding-top: 30px;
}
.new-list-title h1 span{
	display: block;
	font-size: 12px;
	color: #F45535;
}
.new-list-title ul{
	padding-top: 30px;
	float: right;
}
.new-list-title ul li{
	float: left;
}
.new-list-title ul li a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #F45535;
	color: #F45535;
	margin-left: 20px;
}
.new-list-title ul li a.hover{
    background: #F45535;
    color: #FFF;
}
.news-list{
	margin-top: 20px;
}
.news-list img{
	width: 100%;
}
.news-list-txt h1{
	color: #F45535;
	font-size: 15px;
	font-weight: 600;
	margin: 15px 0;
}
.news-list-txt hr{
	height: 3px;
	background-color: #ff5722;
	width: 38px;
	transition:all 0.3s;
}
.news-list .layui-row:hover hr{
	width: 100%;
}
.contact-con{
	text-align: center;
	border: 1px solid #C9C9C9;
	padding: 20px;
	height: 186px;
}
.contact-con img{
	height: 40px;
	margin-bottom: 20px;
}
.contact-con h1{
	font-size: 16px;
}
.contact-con h2{
	font-size: 14px;
	margin-bottom: 10px;
}
.contact-con p{
	font-size: 12px;
}
.contact-form{
    height: 372px;
    padding: 15px;
    border: 1px solid #C9C9C9;
}
.contact-form input{
	width: 100%;
	border: none;
	padding: 4px 15px;
	background: #E4E4E4;
	margin-bottom: 15px;
}
.contact-form textarea{
    padding: 4px 15px;
    width: 100%;
    height: 162px;
    border: none;
	background: #E4E4E4;
    margin-bottom: 15px;
}
.contact-form input[type=submit]{
	margin-bottom: 0;
	background: #FFFFFF;
	border: 2px solid #DF5706;
	color: #DF5706;
	font-weight: 600;
	font-size: 15px;
}
.contact-con.active{
	color: #FFFFFF !important;
	background: #E16319;
}

.pc-banner-img{
	width: 100%;
	height: 700px;
}
.layui-carousel-ind ul{
	background:none;
}
.layui-carousel-ind ul:hover{
	background:none;
}
.layui-carousel-ind li{
	width: 16px;
	height: 16px;
	margin: 0 6px;
}
.layui-carousel-ind li.layui-this{
	background: #D6601A;
}
.pc-nav{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 220px;
	height: 100%;
	z-index: 999;
	overflow: hidden;
}
.nav-box {
    width: 500px;
    position: absolute;
    top: 0;
    left: -220px;
    bottom: 0;
}
.pc-nav-def{
	width: 120px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 220px;
	/* background: #009E94; */
	background: rgba(0, 0, 0, 0.2);
}
.pc-nav-show{
	width: 220px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/* background: #007AFF; */
	background: rgba(0, 0, 0, 0.2);
}
.pc-nav .pc-logo{
	width: 100%;
	padding: 20px;
}
.pc-nav .pc-logo-show{
	width: 100%;
	padding: 20px;
}
.pc-nav .pc-logo-show-footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
}
.pc-nav .pc-logo-show-footer img{
	width: 100%;
}
.pc-nav-btn{
	text-align: center;
	margin-top: 170px;
}
.pc-nav-btn img{
	cursor: pointer;
}
.pc-phon-btn{
	text-align: center;
	margin-top: 225px;
	display: block;
}
.pc-phon-btn img{
	cursor: pointer;
}
.pc-nav-con{
	padding: 0 40px;
}
.pc-nav-con a{
    display: block;
    color: #FFFFFF;
    font-size: 21px;
    margin-bottom: 15px;
}
.pc-nav-con ul{
	display: none;
	padding-left: 22px;
}
.pc-nav-con ul li a{
	font-size: 16px;
}
.pc-nav-con a:hover{
	color: #FF3810;
}
.pc-nav-con .active>a{
	color: #FF3810;
}
.pc-nav-con li:hover>ul{
	display: block;
}
.our img{
	width: 100%;
}
.our-bg{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 130px;
	transition:all 0.3s;
}
.our-con{
	display: block;
	position: relative;
}
.our-con:hover .our-bg{
	height: 100%;
	opacity: 0.7;
}
.our-title{
	position: absolute;
	top: 0;
	left: 0;
	    max-height: 140px;
}
.shuju-con{
	position: relative;
}
.shuju-bg{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: #007AFF;
	transition:all 0.3s;
}
.shuju-con:hover .shuju-bg{
	height: 100%;
	opacity: 0.7;
}
.shuju-title{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.more-lay{
	position: relative;
	overflow: hidden;
}
.more-lay div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	background: #DF5605;
	transition:all 0.3s;
}
.more-lay div{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0px;
	padding: 0 20px;
	background: #DF5605;
	transition:all 0.3s;
	color: #FFFFFF;
}
.more-lay:hover div{
	height: 100%;
	padding-top: 80px;
}
.us div{
	position: relative;
}
.us h1{
	position: absolute;
	top: 35%;
	font-size: 45px;
	color: #FFFFFF;
    left: 20px;
	right: 0;
	bottom: 0;
}
/* 手机 */ 
@media (max-width: 768px) {
	.case-cont a div {
	    top: 35%;
	}
	.our{
		min-height: 250px;
	}
	.nav li {
		width: 16%;
	}
	.nav>li>a {
	    width: 100%;
	}
	.logo{
		text-align: center;
	}
	.logo img{
		height: 36px;
	}
	.head{
		line-height: 45px;
	}
	.nav>li>ul {
	    margin-top: -6px;
	}
	.casus-banner-txt h1 {
	    font-size: 25px;
	    margin-bottom: 5px;
	}
	.casus-banner-txt p {
	    font-size: 12px;
	    padding: 0 15px;
	    margin-top: 10px;
	}
	.casus-banner-txt {
		width:80%;
		margin:0px auto;
		padding-top: 30px;
			height: 500px;
	}
	.casrs-nav a {
	    padding: 7px 0;
	    font-size: 15px;
	    color: #FFFFFF;
	    border: 1px solid #FFFFFF;
	}
	.more-title {
	    background: #DF5706;
	    height: 100%;
	    text-align: center;
	    height: 60px;
	    padding-top: 10px;
	    color: #FFFFFF;
	}
	.more p{
		margin-bottom: 40px;
	}
	.new-list-title ul {
	    padding-top: 8px;
	    width: 100%;
	}
	.new-list-title ul li a {
	    padding: 3px 10px;
	    border: 1px solid #F45535;
	    color: #F45535;
	    margin: 5px;
	}
	.new-list-title h1 {
	    float: left;
	    font-size: 16px;
	    text-align: center;
	    font-weight: 600;
	    width: 100%;
	    color: #F45535;
	    padding-top: 30px;
	}
	.layer-box img{
		max-width: 90%;
	}
	.nav>li>a{
	    margin-right: 0;
	}
	.us h1{
		top: 28%;
		font-size: 18px;
	}
	.service-layer{
		width: 90%;
	}
	.about_hhh{
		height:400px;
		background-size: auto 100%!important;
	}
	.about_hhh h3{
		font-style: 20px;
	}
	.about_hhh .casus-banner-txt{
		height: 500px;
		width:80%;
		margin:0px auto;
		padding-top: 30px;
		/*max-width: 70%;*/
		
	}
}

/* 平板 */
@media (min-width:768px) and (max-width:992px){
	.more-title{
	    background: #DF5706;
	    height: 100%;
	    text-align: center;
	    height: 385px;
	    padding-top: 186px;
	    color: #FFFFFF;
	}
	.us h1{
		top: 35%;
		font-size: 40px;
	}
}

/* 中型桌面 */
@media (min-width:992px) and (max-width:1200px){
	.more-title{
	    background: #DF5706;
	    height: 100%;
	    text-align: center;
	    height: 416px;
	    padding-top: 186px;
	    color: #FFFFFF;
	}

}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
  }
  .pagination > li {
	display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 20px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
	z-index: 3;
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
    cursor: default;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #000000;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
  }
  

.index_title1{
	font-size: 29px;
}