@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1200px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "微软雅黑";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 鏁翠釜婊氭潯鑳屾櫙 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background:rgba(255,117,23,1); /* 婊氭潯鍐呭祵棰滆壊 */
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 涓よ竟绔寜閽鑹? */
	display: none;
}

/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:33px;
	height:10px;
	background:rgba(255,117,23,1);
	border-radius:5px;
}
/*头部*/
.top-x{
	width:100%;
	height:4px;
	background:rgba(255,117,23,1);
}
.tp-dw{
	position: fixed;
	z-index: 9999999999;
	background: #fff;
	width: 100%;
	top: 0;
	box-shadow:1px 2px 40px 0px rgba(148,147,147,0.5);
}
.top-top{
	width: 1200px;
	margin: auto;
	height: 150px;
}
.top-top>.left{
	float: left;
	width:295px;
	height:84px;
	margin-top: 44px;
}
.top-top>.left img{
	width:295px;
	height:84px;
}
.top-top>.right{
	float: right;
	width: 745px;
	margin-top: 52px;
	position: relative;
}
.top-top>.right>.phone{
	position: absolute;
	font-size:26px;
	font-weight:bold;
	color:rgba(255,117,23,1);
	right: 0;
	top: 0;
	background: url("/template/pc/images/topph.png")no-repeat;
	background-position: left center;
	padding-left: 33px;
}
.top-top>.right>.title{
	float: left;
	margin-left: 30px;
	position: relative;
}
.top-top>.right>.title:nth-child(1){
	margin-left: 0;
}
.top-top>.right>.title>a{
	font-size:20px;
	font-weight:400;
	color:#1A1B1C;
	display: block;
	padding-top: 45px;
	padding-bottom: 20px;
	border-top: 4px solid #fff;
}
.top-top>.right>.title:hover>a{
	border-top: 4px solid #FF7517;
	color: #FF7517;
}
.top-top>.right>.title>a.active{
	border-top: 4px solid #FF7517;
	color: #FF7517;
}
.top-top>.right>.title:hover>.top-nav-dis{
	display: block;
}
.top-top>.right>.title>.top-nav-dis{
	position: absolute;
	z-index: 9999;
	background: #fff;
	width: 235%;
	left: -50%;
	text-align: center;
	display: none;
}
.top-top>.right>.title>.top-nav-dis>a{
	display: block;
	line-height: 50px;
	font-size: 18px;
}
.top-top>.right>.title>.top-nav-dis>a:hover{
	color: #FF7517;
}
/*案例*/
.index-al{
	background: url("/template/pc/images/albg.png")no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.index-al>div{
	width: 1200px;
	margin: auto;
	height: 590px;
}
.al-tt{
	padding-top: 120px;
}
.al-tt>.left{
	float: left;
	font-size:28px;
	font-weight:500;
	color:rgba(82,82,82,1);
}
.al-tt>.left>span{
	font-size:22px;
	font-weight:400;
	color:rgba(82,82,82,1);
}
.al-tt>.right{
	float: right;
	margin-top: 10px;
}
.al-tt>.right>a{
	display: block;
	width:140px;
	height:30px;
	line-height: 30px;
	background: url("/template/pc/images/gdjt.png")rgba(255,117,23,1) no-repeat;
	background-position: 22px center;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,1);
	text-indent: 73px;
}
.al-list{
	position: relative;
	margin-top: 40px;
	overflow: hidden;
}
.al-list>a{
	float: left;
	width: 161px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	position: relative;
}
.al-list>a>div{
	position: relative;
	width: 394px;
	height: 300px;
}
.al-list>a>.dis-s{
	position: absolute;
	width: 260px;
	height: 120px;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: rgba(255,255,255,.5);
	color: #000;
	padding: 20px;
	font-size: 15px;
	overflow: hidden;
}
.al-list>a:hover>.dis-s{
	display: block;
	z-index: 99999;
}
.al-list>a:hover>div{
	z-index: 2;
}
.al-list>a:hover{
	z-index: 2;
	width: 394px;
}
.al-list>a>div>img{
	width: 394px;
	height: 300px;
}
.al-list>a>div>div{
	position: absolute;
	height: 40px;
	line-height: 40px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	font-size:18px;
	font-weight:500;
	text-indent: 15px;
	color:rgba(255,255,255,1);
}

.gdal>a{
	position: absolute;
	right: 0;
	width:50px;
	height:300px;
	top: 0;
	background: #FF7517;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	text-align: center;
	line-height: 50px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	z-index: 99;
}
/*产品*/
.index-cp{
	background: url("/template/pc/images/cpbg.jpg")no-repeat center;
}
.index-cp>div{
	width: 1200px;
	margin: auto;
	height: 1255px;
	padding-top: 95px;
}
.ttt{
	text-align: center;
}
.ttt>div:nth-child(1){
	font-size:36px;
	font-weight:bold;
	color:rgba(82,82,82,1);
}
.ttt>div:nth-child(1)>span{
	font-size:24px;
	font-weight:400;
}
.ttt>div:nth-child(2){
	font-size:22px;
	font-weight:400;
	color:rgba(135,134,134,1);
	margin-top: 10px;
}
.cp-list{
	width:1200px;
	height:1000px;
	background:rgba(255,255,255,1);
	margin: auto;
	margin-top: 55px;
	border-top: 1px solid #CDCECC;
}
.cp-nav>a{
	float: left;
	width: 11.11%;
	text-align: center;
	font-size:20px;
	font-weight:500;
	color:rgba(108,108,108,1);
	padding: 20px 0;
}
.cp-nav>a:nth-child(1),.cp-nav>a:hover{
	color: #FF7517;
	border-top: 3px solid #FF7517;
	padding-top: 17px;
}
.cp-pro{
	width: 1180px;
	margin: auto;
}
.cp-pro>a{
	width:275px;
	height:380px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(211,212,210,1);
	float: left;
	margin-left: 23px;
	margin-top: 47px;
	text-align: center;
	position: relative;
}
.cp-pro>a:hover{
	border:1px solid rgba(255,117,23,1);
}
.cp-pro>a:nth-child(1),.cp-pro>a:nth-child(5){
	margin-left: 0;
}
.cp-pro>a>div:nth-child(1){
	height: 242px;
	margin-top: 35px;
	position: relative;
	overflow: hidden;
}
.cp-pro>a>div:nth-child(1)>img{
	position: absolute;
	height: 242px;
	left: 0;
	right: 0;
	margin: auto;
}
.cp-pro>a>div:nth-child(2){
	font-size:18px;
	font-weight:500;
	color:rgba(0,0,0,1);
	margin-top: 15px;
}
.cp-pro>a>div:nth-child(3){
	font-size:14px;
	font-weight:400;
	color:rgba(134,134,134,1);
	margin-top: 10px;
}
.cp-pro>a>div:nth-child(4){
	width:130px;
	height:36px;
	background:rgba(255,117,23,1);
	line-height: 36px;
	font-size:16px;
	font-weight:500;
	color:rgba(255,255,255,1);
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: auto;
}
/*关于*/
.index-gy{
	background: url("/template/pc/images/gybg.jpg")no-repeat center;
}
.index-gy>div{
	width: 1200px;
	height: 600px;
	margin: auto;
	padding-top: 100px;
}
.gy-con{
	font-size:16px;
	font-weight:400;
	color:rgba(135,134,134,1);
	line-height:36px;
	margin-top: 70px;
}
.gy-list{
	margin-top: 90px;
}
.gy-list>.left{
	float: left;
	width: 33.33%;
}
.gy-list>.left>div:nth-child(1){
	font-size:32px;
	font-weight:bold;
	color:rgba(255,117,23,1);
	margin-left: 50px;
}
.gy-list>.left>div:nth-child(2){
	font-size:26px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-left: 50px;
	margin-top: 15px;
}
/*合作伙伴*/
.index-hz{

}
.index-hz>.tt{
	background: url("/template/pc/images/tt.png")no-repeat center;
	height: 160px;
	text-align: center;
	margin-top: 48px;
}
.index-hz>.tt>div:nth-child(1){
	font-size:36px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:40px;
	padding-top: 39px;
}
.index-hz>.tt>div:nth-child(2){
	font-size:22px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:17px;
	margin-top: 20px;
}
.hz-list{
	width: 1200px;
	margin: auto;
	height: 405px;
	position: relative;
}
.hz-box {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}
.hz-box .swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 140px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 3px 0;
}
.hz-box .swiper-slide>div{
	width: 100%;
	height: 140px;
	background:#fff;
	border:1px solid rgba(172,172,172,1);
	position: relative;
}
.hz-box .swiper-slide>div>img{
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	
}
.swiper-button-nexth{
	position: absolute;
	bottom: 120px;
	left: 613px;
	width: 60px;
	height: 35px;
	background: url("/template/pc/images/right.png")no-repeat center;
}
.swiper-button-nexth:hover{
	background: url("/template/pc/images/righth.png")no-repeat center;
}
.swiper-button-prevh:hover{
	background: url("/template/pc/images/lefth.png")no-repeat center;
}
.swiper-button-prevh{
	position: absolute;
	bottom: 120px;
	width: 60px;
	height: 35px;
	left: 518px;
	background: url("/template/pc/images/left.png")no-repeat center;
}
/*开云Kaiyun.cn(中国)官方网站*/
.index-news{
	background: #F0F0F0;
}
.index-news>div{
	width: 1200px;
	margin: auto;
	height: 610px;
	padding-top: 80px;
}
.index-news>div>.left{
	float: left;
	width: 767px;
}
.index-news>div>.right{
	float: right;
	width: 368px;
	margin-right: 15px;
}
.n-tt{
	display: block;
	width:140px;
	height:40px;
	background:rgba(255,117,23,1);
	border-radius:2px;
	line-height: 40px;
	font-size:20px;
	font-weight:400;
	color:rgba(255,255,255,1);
	text-align: center;
	margin-bottom: 29px;
}
.style-1{
	border-bottom: 1px solid #DADADA;
	padding-bottom: 23px;
}
.style-1>div:nth-child(1)>a{
	float: left;
	width: 260px;
	text-overflow: ellipsis;/*文本超出以...显示*/
	overflow: hidden;/*超出盒子隐藏*/
	white-space: nowrap;/*强制在第一行显示*/
	font-size:18px;
	font-weight:400;
	color:rgba(82,82,82,1);
}
.style-1>div:nth-child(1)>span{
	font-size:16px;
	font-weight:400;
	color:rgba(255,117,23,1);
	float: right;
}
.style-1>div:nth-child(2){
	font-size:14px;
	font-weight:300;
	color:rgba(17,17,17,0.6);
	line-height:24px;
	height: 48px;
	margin-top: 15px;
	overflow: hidden;
}
.style-2{
	line-height: 42px;
	height: 42px;
	border-bottom: 1px solid #DADADA;
}
.style-2>a{
	font-size:15px;
	font-weight:400;
	color:rgba(82,82,82,1);
	float: left;
	width: 270px;
	text-overflow: ellipsis;/*文本超出以...显示*/
	overflow: hidden;/*超出盒子隐藏*/
	white-space: nowrap;/*强制在第一行显示*/
}
.style-2>span{
	float: right;
	font-size:14px;
	font-weight:400;
	color:rgba(255,117,23,1);
}
.left-news>.img{
	float: left;
	width: 355px;
}
.left-news>.li-ns{
	float: right;
	width: 368px;
}
.li-ns>.style-1{
	padding-top: 17px;
}
.li-ns>.style-1:nth-child(1){
	padding-top: 0;
}
.left-news>.img>div:nth-child(1){
	width:355px;
	height:180px;
}
.left-news>.img>div:nth-child(1)>img{
	width:355px;
	height:180px;
}
.left-news>.img>div:nth-child(2){
	font-size:16px;
	font-weight:400;
	color:rgba(255,117,23,1);
	margin-top: 35px;
	margin-bottom: 18px;
}
.left-news>.img>div:nth-child(3){
	font-size:18px;
	font-weight:400;
	color:rgba(82,82,82,1);
	text-overflow: ellipsis;/*文本超出以...显示*/
	overflow: hidden;/*超出盒子隐藏*/
	white-space: nowrap;/*强制在第一行显示*/
	margin-bottom: 25px;
}
.left-news>.img>div:nth-child(4){
	font-size:14px;
	font-weight:300;
	color:rgba(17,17,17,1);
	line-height:24px;
	height: 48px;
	overflow: hidden;
}










.foot{
	background:rgba(65,65,65,1);
}
.foot>div{
	width: 1200px;
	margin: auto;
	height: 440px;
}
.foot>div>.left{
	float: left;
	margin-top: 74px;
}
.foot>div>.left>.f-nav{
	float: left;
	width: 145px;
}
.foot>div>.left>.f-nav>a{
	font-size:17px;
	font-weight:400;
	color:rgba(246,246,246,1);
}
.foot>div>.left>.f-nav>div{
	margin-top: 20px;
}
.foot>div>.left>.f-nav>div>a{
	display: block;
	font-size:14px;
	font-weight:400;
	color:rgba(246,246,246,0.6);
	line-height:28px;
}
.foot>div>.right{
	float: right;
	margin-right: 50px;
}
.foot>div>.right>div:nth-child(2){
	margin-top: 17px;
}
.foot>div>.right>div:nth-child(2)>a{
	display: block;
	width:325px;
	height:30px;
	background:rgba(255,255,255,1);
	line-height: 30px;
	text-align: center;
	font-size:16px;
	font-weight:500;
	color:rgba(65,65,65,1);
}
.f-lianxi{
	margin-top: 70px;
}
.f-lianxi>div:nth-child(1){
	float: left;
	width: 176px;
	font-size:20px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:30px;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.f-lianxi>div:nth-child(2){
	float: left;
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:30px;
	margin-left: 30px;
}
.f-ewm{
	margin-top: 50px;
}
.f-ewm>.img{
	width:125px;
	height:125px;
	float: left;
}
.f-ewm>.img>img{
	width:125px;
	height:125px;
}
.f-ewm>.con{
	float: left;
}
.f-ewm>.con>div{
	margin-left: 9px;
}
.f-ewm>.con>div:nth-child(1){
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:24px;
}
.f-ewm>.con>div:nth-child(2){
	font-size:14px;
	font-weight:400;
	color:rgba(246,246,246,0.6);
	line-height:24px;
	margin-top: 10px;
}
.bq{
	background:rgba(65,65,65,1);
}
.bq>div{
	width: 1200px;
	margin: auto;
	line-height: 30px;
}









