/*公共样式*/
body{
    overflow-x: hidden;
}
*,
span{
    margin:0;
    padding:0;
    border: none;
}
h1,h2,h3,h4,h5,h6{
    font-size:inherit;
    font-weight:500;
}
img{
    width: 100%;
    height:100%;
    border:0;
}
li{
    list-style:none;
}
input,textarea  {
    border:none;
    background:none;
    appearance:none;
}
input,textarea,select{
    border: 0;
    outline:none;
    padding: 0;
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
button,input[type="submit"]{
    border:none;
    background:none;
    appearance:none;
    outline:none;
}
a{
    text-decoration:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
i,em{
    font-style:normal;
}
textarea {
    resize:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
textarea::-moz-focus-inner{
    border: 0;
    padding: 0;
}
.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
html,body{
    width:100%;
    height:100%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.w100{
    width: 100%;
}
.w1200{
    margin: 0 auto;
    width: 1200px;
}
*{
    box-sizing: border-box;
}
.ofh{
	overflow: hidden;
}
/*首页*/
/*头部*/
.top-wrapper{
    padding: 15px 0;
    border-bottom: 1px solid #d9d9d9;
}
.top-wrapper a{
    color: #4d4d4d;
}
.logo{
    width: 48px;
    height: 50px;
}
.nav{
    margin-left: 85px;
    padding-top: 20px;
}
.nav li{
    float: left;
    padding: 0 21px;
}
.nav li a{
    padding-bottom: 7px;
}
.nav li:hover > a{
    color: #d80c18;
    border-bottom: 2px solid #d80c18;
}
.nav li.active > a{
    color: #d80c18;
    border-bottom: 2px solid #d80c18;
}
.top-tel{
    height: 36px;
    padding-left: 30px;
    margin-top: 8px;
    border-left: 1px solid #999999;
}
.top-tel-icon{
    display: inline-block;
    width: 40px;
    height: 32px;
    vertical-align: top;
}
.top-tel p{
    display: inline-block;
    color: #005784;
    font-size: 20px;
    line-height: 36px;
}
/*底部*/
.footer-wrapper{
	padding-top: 60px;
	background: #fafafa;
}
.footer{
	padding-bottom: 40px;
}
.footer-nav {
	width: 30%;
	border-right: 1px solid #999999;
}
.footer-nav ul{
	float: left;
	width: 47%;
}
.footer-nav ul li{
	padding-bottom: 22px;
}
.footer-nav ul li:first-child{
	font-size: 18px;
}
.footer-nav ul li a{
	color: #4D4D4D;
}
.footer-linkmethod{
	width: 70%;
	padding-left: 98px;
}
.footer-QRcode{
	width: 150px;
}
.footer-QRcode-pic{
	width: 125px;
	height: 125px;
	margin: 0 auto 20px; 	
}
.footer-QRcode p{
	text-align: center;
	font-size: 14px;
}
.footer-linkmethod-list{
	margin-left: 42px;
}
.footer-linkmethod-list li{
	padding-bottom: 30px;
}
.footer-linkList-icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 20px;
}
.footer-linkmethod-list li p{
	display: inline-block;
	padding-right: 20px;
	font-size: 14px;
}
.footer-copyright{
	text-align: center;
	color: #FFFFFF;
	padding: 25px 0;
	background: #005784;
}
/*banner*/
// .banner-wrapper{
// 	height: 600px;
// }
.banner-pic{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner-pic li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.banner-pic li:first-child{
	opacity: 1;
}
.banner-btn-box{
	position: relative;
	margin-top: -80px;
}
.banner-btn{
	position: absolute;
	left: 0;
	top: 0;
}
.banner-btn li{
	float: left;
	margin-right: 10px;
	position: relative;
	width: 100px;
	height: 60px;
}
.banner-mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(50,50,50,.6);
}
.banner-btn li.active{
	box-sizing: border-box;
	border: 1px solid #D80C18;
}
.banner-btn li.active > .banner-mask{
	display: none;
}
/*首页公司概况*/
.index-company{
	position: relative;
	padding-left: 95px;
}
.index-company-text{
	width: 480px;
	padding-bottom: 130px;
}
.index-company-text h3{
	font-size: 26px;
	padding-left: 10px;
  margin-top: 20px;
	border-left: 4px solid #D80C18;

}
.index-company-text h3 span{
	font-size: 16px;
	color: #D80C18;
}
.index-company-text p{
	margin-top: 44px;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 24px;
}
.index-company-more{
	display: inline-block;
	padding-top: 30px;
	color: #D80C18;
	font-size: 14px;
}
.index-company-pic{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 457px;
    height: 567px;
}
/*发展历程*/
.index-dev-bg{
	height: 150px;
	background: url(../img/development-title.jpg)no-repeat;
}
.index-dev-title{
	padding-top: 40px;
}
.index-dev-title h3{
	font-size: 26px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
.index-dev-title .en{
	color: #FFFFFF;
	text-align: center;
}
.index-dev-list{
	margin-top: 38px;
	height: 80px;
	background: url(../img/development-line.png)no-repeat center center;
}
.index-dev-list ul{
	width: 80%;
	margin: 0 auto;
}
.index-dev-list ul li{
	position: relative;
	width: 20%;
	text-align: center;
	float: left;
}
.index-dev-list ul li:after{
	content: '';
	display: block;
	position: absolute;
	border-top: 32px solid #D80C18;
	border-left: 25px transparent solid;
	border-right: 25px transparent solid;
	left: 50%;
	bottom: -60px;
	margin-left: -25px;
	z-index: 2;
	visibility: hidden;
}
.index-dev-list ul li.active:after{
	visibility: visible;
}
.index-dev-list ul li:hover:after{
	visibility: visible;
}
.index-dev-list ul li .time{
	color: gainsboro;
	margin-top: 8px;
	margin-bottom: 3px;
	transition: all  0.8s;
}
.index-dev-list ul li .disc{
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 2px auto;
	border: 1px solid gainsboro;
	transition: all  0.8s;
}
.index-dev-list ul li .disc:after{
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	background: gainsboro;
	border-radius: 50%;
	left: 50%;
	margin-left: -3px;
	top: 1px;
	transition: all 0.8s;
}
.index-dev-list ul li.active .time,
.index-dev-list ul li:hover .time{
	transform: scale(1.5);
}
.index-dev-list ul li:hover .disc,
.index-dev-list ul li.active .disc{
	transform: scale(1.5);
}
.index-dev-tab{
	position: relative;
	margin-top: 66px;
}
.index-dev-tablist{
	box-sizing: border-box;
	padding: 0 145px;
}
.index-dev-tablist li{
	/* display: none; */
}
.index-dev-tablist li:nth-child(3){
	display: block;

}
.index-dev-tablist li:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.index-devtab-itemPic{
	float: left;
	width: 208px;
	height: 254px;
	margin-left: 120px;
}
.index-devtab-itemText{
	float: left;
	margin-left: 40px;
	width: 420px;
  height: 138px;
  margin-top: 64px;
  overflow: hidden;
	box-sizing: border-box;
	overflow: hidden;

}
.index-devtab-itemText p{
	line-height: 32px;
	color: #4D4D4D;
}
.index-dev-control .left,
.index-dev-control .right{
	position: absolute;
	width: 60px;
	height: 60px;
	background: #D80C18;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	top: 110px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.index-dev-control .left{
	left: 0;
}
.index-dev-control .right{
	right: 0;
}
.index-dev-more{
	width: 310px;
	height: 54px;
	border: 1px solid #D80C18;
	margin: 60px auto;
}
.index-dev-more a{
	display: block;
	width: 100%;
	height: 100%;
    text-align: center;
    line-height: 54px;
    color: #D80C18;
}
/*首页服务范围*/
.index-service-wrapper{
	height: 587px;
	background: url(../img/service-bg.jpg)no-repeat;
	background-size: 100% 100%;
}
.index-service{
	box-sizing: border-box;
	padding-top: 60px;
}
.index-service h3{
	font-size: 26px;
	text-align: center;
	color: #FFFFFF;
}
.index-service .en{
	text-align: center;
	color: #FFFFFF;
}
.index-service-list{
	box-sizing: border-box;
	padding: 30px 0;
}
.index-service-list li{
	position: relative;
	float: left;
	width: 240px;
	height: 260px;
	box-sizing: border-box;
	margin: 0 80px;
	background: rgba(200,195,195,.6);
}
.index-service-itemIcon{
	width: 80px;
	height: 80px;
	margin: 65px auto 0;
}
.index-service-itemText{
	text-align: center;
	color: #FFFFFF;
	margin-top: 30px;
}
.index-service-title{
	position: absolute;
	top: -10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(216,12,24,.5);
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}
.index-service-more{
	width: 310px;
	height: 54px;
	border: 1px solid #FFFFFF;
	margin: 60px auto;
}
.index-service-more a{
	display: block;
	width: 100%;
	height: 100%;
    text-align: center;
    line-height: 54px;
    color: #FFFFFF;
}
/*首页案例展示*/
.index-case-wrapper{
	margin-top: 60px;
}
.index-case-wrapper h3{
	font-size: 26px;
	color: #D80C18;
	font-weight: 500;
	text-align: center;
}
.index-case-wrapper .en{
	text-align: center;
	color: #D80C18;
}
.index-case-list{
	position: relative;
	height: 590px;
	margin: 0 auto;
}
.index-case-list li{
	position: absolute;
}
.index-case-mask{
	display: none;
	position: absolute;
	width: 100%;
	height: 60px;
	background: rgba(50,50,50,.5);
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 15px;
}
.index-case-list li:hover .index-case-mask{
	display: block;
}
.index-case-mask>div:first-child{
	width: 80%;
}
.index-case-mask h3{
	font-size: 16px;
	color: #FFFFFF;
	width: 60%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	line-height: 30px;
}
.index-case-mask p{
	display: inline-block;
	width: 80%;
	font-size: 14px;
	color: #FFFFFF;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 30px;
}
.index-case-icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-left: 10px;
	margin-top: 20px;
}
.index-case-more{
	width: 310px;
	height: 54px;
	border: 1px solid #D80C18;
	margin: 60px auto;
}
.index-case-more a{
	display: block;
	width: 100%;
	height: 100%;
    text-align: center;
    line-height: 54px;
    color: #D80C18;
}

/*首页合作伙伴*/
.cooperative-bg{
	background: url(../img/coopetative-bg.jpg)no-repeat bottom center;
	padding-bottom: 50px;
}
.cooperative{
	margin-top: 100px;
	
}
.cooperative h3{
	font-size: 26px;
	color: #4D4D4D;
	font-weight: 500;
	text-align: center;
}
.cooperative .en{
	text-align: center;
	color: #D80C18;
	margin-bottom: 45px;
}
.cooperative-list li{
	width: 100%;
	/*display: none;*/
}
/*.cooperative-list li:first-child{
	display: block;
}*/
.cooperative-list li:after{
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cooperative-item{
	float: left;
	width: 240px;
	height: 80px;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 20px;
}
.cooperative-item:hover{
	box-shadow: 0px 5px 10px #D9D9D9;
}
.cooperative .bx-controls-direction{
	display: none;
}
.cooperative .bx-controls{
	text-align: center;
}
.cooperative .bx-pager-item{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: pink;
	border-radius: 50%;
	margin: 0 10px;
	
}
.cooperative .bx-pager-link{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
    text-indent: -99999px;
}
.cooperative .bx-pager-link.active{
	background: #D80C18;
}
