﻿*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,body{
	font-family: 'Microsoft YaHei','Arial';
}
@font-face {
	font-family:'SKG';
	src: url(DinM.TTF);
}
/*隐藏滚动条*/
body::-webkit-scrollbar{
	display: none!important;
}
body{
	-ms-overflow-style: none;
}

/*input提示文字*/
        input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
			font-size: .875rem;
        }

        input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
             color: #999;
			font-size: .875rem;
        }

        input::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
        }

        input:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
        }
		textarea::-webkit-input-placeholder { /* WebKit browsers */
		    color: #999;
			font-size: .875rem;
		}
		
		textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		     color: #999;
			font-size: .875rem;
		}
		
		textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
		}
		
		textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
		}
/*end*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
ul::after{
	content: '';
	display: table;
	clear: both;
}
a{
	text-decoration: none!important;
	font-size: inherit;
	color: inherit;
}
a:hover{
	color: inherit;
}
/*分页样式*/
.dux-page{
	text-align: right;
	padding: 1rem;
}
.dux-page a,.dux-page span{
	display: inline-block;
 	width: 1.5rem;
	height: 1.5rem;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	background-color: rgb(0,138,205);
	margin: 5px;
	color: #fff;
	transition: all .6s;
	border-radius: 3px;
}
.dux-page a:hover,.dux-page a.Ahover{
	background-color: #000!important;
	color: #fff!important;
}
/*文字行数控制*/
.one-line{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.two-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
}
.three-line{
	overflow:hidden;
	 text-overflow:ellipsis;
	 display:-webkit-box;
	 -webkit-line-clamp:3;
	 -webkit-box-orient:vertical;
}
.img-100{
	width: 100%;
}
.hh{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.container{
	width: 1400px!important;
	max-width: 100%;
}
.container-article{
	width: 1000px!important;
	max-width: 100%;
	margin: 0 auto;
}
.s-flex{
	display: flex;
	flex-wrap: wrap;
}
.article p,.article{
	font-size: 1rem;
	line-height: 2;
	color: #666;
}
.article img,.article *{
	max-width: 100%;
}
/*轮播大图*/


/*fixed悬浮*/
.fixed-icon{
	position: fixed;
	right: 0;
	top: 30vh;
	width: 45px;
	cursor: pointer;
	color: #fff;
	z-index: 999999999;
}
.fixed-list{
	display: flex;
	flex-direction: column;
	position: relative;
}
.fixed-list>div{
	background-color: #666;
	border-radius:8px;
	width: 180px;
	height: 45px;
	border-bottom: 1px solid #fff;
	display: flex;
	left: 0;
	align-items: center;
	padding-left: 12px;
	position: relative;
	transition: all .55s ease-in-out;
}
.fixed-list>div .iconfont{
	font-size: 24px;
	margin-right: 12px;
}
.fixed-list>div img{
	position: absolute;
	display: none;
	left: calc(-100% + 55px);
	bottom: 0;
	background-color: #fff;
	padding: 5px;
}
.fixed-list>div:hover,.fixed-ding{
	transition: all .55s ease-in-out;
	background-color: #0054A8!important;
}
.fixed-list>div:hover img{
	display: block;
}
.fixed-phone:hover{
	left: -130px;
}
/*各种背景色*/
	.gray-bg{
		background-color: #efefef;
	}
	.guestbook-bg{
		background: url(../image/fankui.png) center center no-repeat;
		overflow: hidden;
		position: relative;
	}
	.guestbook-bg::before{
		    content: '';
		    position: absolute;
		    width: 100%;
		    height: 100%;
		    left: 0;
		    top: 0;
		    background-color: rgba(255,255,255,.8);
		    z-index: 9;
	}
	.guestbook-bg .container{
		position: relative;
		z-index: 99;
	}
/*留言板*/
.guestbook-form{
	padding: 1.5rem;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.form-group{
	width: 45rem;
	max-width: 100%;
}
.form-group h2{
	font-family: 'Times New Roman';
	font-style: italic;
	color: #666;
	transition: all .6s;
	margin-bottom: 1rem;
}
.form-group:hover h2{
	font-weight: bold;
	font-style: normal;
}
.form-group input,.form-group textarea{
	display: block;
	height: 3.75rem;
	padding: 1rem;
	width: 100%;
	outline: none;
	border: 1px dashed #999;
	border-radius: 2rem;
	background-color: rgb(0,138,205,.2);
	color: #000;
	transition: all .6s;
}
.form-group input:focus,.form-group textarea:focus{
	border-color: #000;
	background-color: #fff;
}
.form-group textarea{
	height: auto !important;
}
.form-button{
	border: none;
	border-radius: 2rem;
	padding:.5rem 1.5rem;
	margin-right: 1rem;
	border: 1px dashed #666;
}
.form-button:focus,.form-button:hover{
	outline: none;
	background-color: #000;
	color: #fff;
}

/*footer样式*/
.footer{
	background-color: #1f1f17;
	padding-top: 2.5rem;
	color: #eee;
	margin-top: 1.5rem;
}
.footer-logo{
	text-align: center;
}
.footer-logo img{
	width: 70px;
	max-width: 100%;
}
.footer-nav li{
	font-size: 1rem;
	padding-right: 1.5rem;
	position: relative;
}
.footer-nav li a{
	display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(255,255,255,.6);
	transition: all .55s ease-in;
	position: relative;
}
.footer-nav li a::after{
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #fff;
	transition: all .55s ease-in-out;
}
.footer-nav li:hover a::after{
	width: 100%;
}
.footer-nav .iconfont{
	position: absolute;
	right: 0;
	top: 0;
	height: 3.5rem;
	width: 3.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	color: #fff;
}
.footer-nav li:hover a{
	color: rgb(0,138,205);
	letter-spacing: 2px;
}
.footer-contact{
	padding-top: 1rem;
	padding-left: 2.5rem;
}
.footer-contact h6{
	margin-bottom: 1.5rem;
}
.footer-contact p{
	font-size: 15px;
	padding-bottom: .5rem;
}
.footer-contact p i{
	font-style: normal;
}

.copyright{
	background-color: #000;
	text-align: center;
	font-size: .875rem;
	color: #ddd;
	padding: .4rem 1rem;
	border-top: 1px solid rgba(255,255,255,.4);
	margin-top: 1.5rem;
}



body{
	position: relative;
	padding-left: 200px;
}
.header-hover{
	position: fixed;
	left: 200px;
	top: 0;
	width: 200px;
	height: 100vh;
	z-index: 999;
	background-color: rgba(255,255,255,.9);
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	width: 200px;
	height: 100vh;
	box-shadow: 2px 2px 15px rgba(0,0,0,.3);
	z-index: 9999;
}
.header .logo{
	width: 100%;
	text-align: center;
	margin: 40px auto;
	position: relative;
	overflow: hidden;
}
.header .logo img{
	width: 70px;
	max-width: 100%;
}
.header .logo::before{
	content: '';
	position: absolute;
	left: -50px;
	top: 15px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background-color: rgba(0,138,205,.8);
}
.header .logo::after{
	content: '';
	position: absolute;
	left: -35px;
	top: 95px;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	background-color: rgba(0,138,205,.5);
}
.nav{
	position: absolute;
	padding-top: 260px;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	box-shadow: 5px 5px 15px rgba(0,0,0,.1);
}
.nav ul{
	width: 100%;
	background-color: #fff;
}
.nav ul li{
	font-size: 14px;
	line-height: 36px;
	font-weight: 900;
	text-align: center;
	color: #000;
	position: relative;
}
.nav ul li>a{
	position: relative;
	z-index: 1;
}
.nav ul li:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: rgba(0,138,205,.5);
}
.nav ul li.active{
	color: rgb(0,138,205);
	border-right: 2px solid rgb(0,138,205);
}
.nav ul li.active:after{
	transition: all .35s ease-in-out;
	width: 100%;
}
.nav-info{
	position: absolute;
	bottom: 3rem;
	left: 0;
}
.drop-menu{
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 45vh;
	margin-top: -45vh;
	width: 100%;
	height: 150vh;
	z-index: -1;
	text-align: left;
	background-color: #fff;
	transition: all .55s ease-in-out;
}
.drop-menu p{
	display: block;
	padding-left: 1.5rem;
}
.drop-menu p{
	color: #666;
}
.drop-menu p:hover{
	color: rgb(0,138,205);
}
.nav ul li:hover .drop-menu{
	left: 100%;
}


/*标题*/
.about-title{
	padding: 1.5rem 1rem;
	display: flex;
	width: 54rem;
	max-width: 100%;
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-title h1{
	font-size: 6.25rem;
	text-align: center;
	font-family: 'Times New Roman', Times, serif;
	color: rgba(0,138,205,.1);
}
.about-title h6{
	position: relative;
	font-size: 2rem;
	text-align: center;
	color: rgb(0,138,205);
	top: -4.5rem;
	background-color: #fff;
	line-height: 1em;
}
.about-title p{
	font-size: 1rem;
	line-height: 2rem;
	text-align: center;
	color: #000;
}
.diy-title{
	margin: 2rem auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.diy-title h6{
	font-size: 4rem;
	text-align: center;
	margin-top: 2rem;
	color: rgba(0,138,205,.2);
}
.diy-title h2{
	font-size: 2.5rem;
	text-align: center;
	position: relative;
	top: 0;
	color: rgb(0,138,205);
	margin-bottom:1rem;
}
.diy-title p{
	font-size: .875rem;
	color: #666;
	font-weight: 900;
	letter-spacing: 2px;
}
/*end*/

.more{
	margin: 3rem auto;
	text-align: center;
}
.more a{
	display: inline-flex;
	font-size: 1.5rem;
	font-family: 'Times New Roman', Times, serif;
	border: 1px solid rgba(0,138,205,.2);
	padding: .5rem 1rem;
	overflow: hidden;
	position: relative;
	color: rgb(0,138,205);
	z-index: 99;
}
.more a::before{
	content: '';
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	background-color: rgb(0,138,205);
	position: absolute;
	left: -3rem;
	top: 3rem;
	z-index: -1;
}
.more a:hover{
	color: #fff;
}
.more a:hover::before{
	transition: all .55s ease-in;
	transform: scale(20);
}
.right-title{
	align-items: baseline;
}
.right-title h1{
	align-self: flex-end;
}
.right-title h6{
	top: -2rem;
	align-self: flex-end;
}
.right-title p{
	text-align: left;
}
.left-title h1{
	align-self: flex-start;
}
.left-title h6{
	top: -4rem;
	align-self: center;
}
.pro-wrapper{
	width: 100%;
	height: 50rem;
	position: relative;
	overflow: hidden;
}
.pro-imgs ul li{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	transition: all .55s ease-in-out;
}
.pro-imgs ul li img{
	width: 100%;
	height: 50rem;
	object-fit: cover;
	transition: all .55s ease-in-out;
	transform: scale(1.1);
}
.pro-imgs ul li.active{
	opacity: 1;
	z-index: 2;
}
.pro-imgs ul li.active img{
	transform: scale(1);
}
.pro-items{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
}
.pro-items ul{
	width: 100%;
	height: 100%;
}
.pro-items li{
	flex: 1;
	background-color: rgba(0,0,0,.36);
	position: relative;
}
.pro-items li,.pro-items li *{
	transition: all .55s ease-in-out;
}
.pro-items li::after{
	position: absolute;
	content: '';
	right: -1px;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	opacity: .2;
}
.pro-items li a{
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	bottom: 3.5rem;
	left: 0;
	width: 100%;
	padding: 0 9%;
	color: #fff;
}
.pro-items li a>.iconfont{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.5rem;
	height: 4.5rem;
	font-size: 4.5rem;
	color: rgba(25,128,187,.7);
	margin-bottom: 2rem;
}
.pro-items li a h1{
	font-size: 1.25rem;
	margin-bottom: 1.5rem;
}
.pro-items li a p{
	font-size: 12px;
	font-family: 'Times New Roman', Times, serif;
	font-weight: bold;
}
.pro-items li a pre{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-top: 1.5rem;
	height: 0;
	overflow: hidden;
	line-height: 1.8em;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.pro-items li a div>.iconfont{
	display: inline-flex;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1.5rem;
	font-weight: normal;
	color: #fff;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}
.pro-items li:hover{
	flex: 1.6;
	background-color: rgba(0,0,0,.2);
}
.pro-items li:hover a>.iconfont{
	color: rgba(0,128,205,1);
}
.pro-items li:hover pre{
	height: 16.75rem;
}
.pro-items li:hover div>.iconfont{
	background-color: rgb(0,138,206);
}


/*高端定制*/
.diy-wrapper{
	padding-top: 2%;
}
.diy-list ul{
	display: flex;
	justify-content: flex-end;
}
.diy-list ul li{
	flex: 1;
	text-align: center;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.diy-list ul li .iconfont{
	display: flex;
	width: 5rem;
	height: 5rem;
	justify-content: center;
	align-items: center;
	font-size: 3.2rem;
	padding: .5rem;
	border: 1px solid rgb(0,138,205);
	border-radius: 100%;
	background-color: #fff;
	color: rgb(0,138,205);
	transition: all .55s ease-in-out;
	margin: 1.5rem auto;
}
.diy-list ul li h6{
	font-size: 1rem;
	color: #666;
}
.diy-list ul li:hover .iconfont{
	background-color: rgb(0,138,205);
	color: #fff;
}
.diy-wrapper .more{
	text-align: right;
	padding-right: 1.5rem;
}
.diy-pic img{
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	transition: all .55s ease-in-out;
}
.diy-pic h6{
    font-size: .875rem;
    color: #333;
	line-height: 3rem;
    font-weight: 900;
	text-align: center;
    letter-spacing: 2px;
}
.diy-pic:hover img{
	box-shadow: 0 0 10px rgba(0,138,205,.4);
}
/*新闻块*/
.news-hot>a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 99;
	box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
.news-hot>a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
	transition: all .55s ease-in;
}
.news-hot>a:hover::before{
	background-color: rgba(0,0,0,.15);
}
.hot-data{
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 9%;
}
.hot-data .date{
	font-size: 3rem;
	font-family: 'Times New Roman', Times, serif;
}
.hot-data h6{
	font-size: 1.25rem;
}
.news-list li{
	padding:.75rem 0;
	margin-left: 1rem;
	border-top: 1px solid rgba(0,0,0,.05);
}
.news-list li span{
	font-size: 12px;
	display: block;
	line-height: 1.5rem;
}
.news-list li span i{
	font-style: normal;
	font-size: 12px;
	background-color: rgb(0,138,205);
	color: #fff;
	padding: 4px;
	margin-left: 10px;
}
.news-list li h6{
	font-size: 15px;
	line-height: 2;
}
.news-list li:hover h6{
	color: rgb(0,138,205);
}
.list-news{
	padding: 1rem;
	background-color: #fff;
	margin-top: 1rem;
	display: flex;
}
.list-news-pic{
	flex: 0 0 auto;
	width: 18rem;
	overflow: hidden;
	max-height: 18rem;
	border: 1px solid #ddd;
}
.list-news-text{
	padding: 1rem;
	flex:1;
}
.list-news-text h2{
	font-size: 1.5rem;
	padding-bottom: 1rem;
	color: rgb(0,138,205);
}
.list-news-text .date{
	font-size: .875rem;
	font-weight: 900;
	color: #333;
	padding-bottom: .5rem;
}
.list-news-text h6{
	font-size: 1.25rem;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
	font-style: italic;
}
.list-news:hover .list-news-text{
	background-color: #f6f6f6;
}

/*page*/
.page-position ul{
	display: flex;
	justify-content: flex-end;
}
.page-position ul li{
	font-size: .875rem;
	color: #666;
	line-height: 3.5rem;
	margin-right: 5px;
}
.page-position ul li .iconfont{
	color: #666;
	font-size: 1rem;
	margin-right: 5px;
}
.page-position ul li a:hover{
	color: rgb(0,138,205);
}

.page-label{
	margin-bottom: 3rem;
}
.page-label ul{
	display: flex;
	justify-content: center;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
.page-label ul li{
	padding: 1.25rem 1rem;
}
.page-label ul li a{
	display: inline-flex;
	font-size: 1.25rem;
	padding: .5rem 1.25rem;
	border-radius: 1.5rem;
	border: 2px solid rgb(0,138,205);
	color: rgb(0,138,205);
	background-color: #fff;
}
.page-label ul li.active a,.page-label ul li:hover a{
	background-color: #000;
	color: #fff;
}

/*产品 content*/
.page-pro{
	padding: 1rem;
	background-clip: content-box;
	color: #666;
	margin-top: 1rem;
	margin-bottom: 1rem;
	transition: all .55s ease-in-out;
}
.page-pro>a{
	display: inline-block;
	overflow: hidden;
}
.page-pro img{
	transform: scale(1);
	transition: all .55s ease-in-out;
}
.page-pro h6{
	font-size: 1.5rem;
	text-align: center;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.page-pro p{
	font-size: 1.5rem;
	font-family: 'Times New Roman', Times, serif;
	text-align: right;
	font-style: italic;
}
.page-pro:hover{
	color: rgb(0,138,205);
	box-shadow:0 0 15px rgba(0,0,0,.3);
}
.page-pro:hover img{
	transform: scale(1.2);
}
.content-bg{
	padding:1rem;
	background-color: #eee;
	height: 100%;
}
.content-bg h2{
	font-weight: 900;
	color: rgb(0,138,205);
}
.content-article p{
	font-size: .875rem;
	padding-bottom: 1rem;
}

/*content-news*/
.content-news{
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 1.5rem;
}
.content-news h2{
	text-align: center;
	font-size: 1.75rem;
	color: rgb(0,138,205);
	margin-bottom: 1.5rem;
}
.content-news p{
	font-size: .875rem;
	font-weight: 900;
	color: #999;
	text-align: center;
	padding-bottom: 1rem;
}
.content-news-foot h6{
	text-align: right;
	font-weight: 900;
	color: #000;
	margin: 2rem 0;
}
.content-news-foot p{
	text-align: right;
}
.content-news-foot p a{
	font-size: .875rem;
	display: inline-flex;
	padding-left: .875rem;
	padding-right: .875rem;
	background-color: rgb(0,138,205);
	color: #fff;
	line-height: 2;
}
.contact-item{
	position: relative;
	padding: 1rem;
}
.contact-subname{
	position: absolute;
	font-size: 7rem;
	color: rgb(0,138,205,.1);
	right: 0;
	top: 1rem;
}
.contact-item h4{
	font-size: 2rem;
	font-weight: 900;
	color: rgb(0,138,205);
	margin-bottom: 1.5rem;
	letter-spacing: 2px;
}
.contact-item p{
	font-size: 1rem;
	padding-bottom: 1rem;
	color: #666;
	letter-spacing: 1px;
}

/*联系页表单*/
.contact-form{
	width: 50rem;
	max-width: 100%;
	margin: 3rem auto;
	padding: 1rem;
}
.contact-form .contact-group{
	position: relative;
	padding-bottom: 1.5rem;
}
.contact-form input,.contact-form textarea{
	display: block;
	line-height: 3rem;
	padding-left: 2.2rem;
	width: 100%;
	background-color: rgb(0,138,205,.15);
	border: 1px dashed rgba(0,0,0,.15);
}
.contact-form input:focus,.contact-form textarea:focus{
	outline: none;
	border-color: rgb(0,138,205,56);
	background-color: rgb(0,138,205,.35);
}
.contact-form .contact-group .iconfont{
	position: absolute;
	top: 0.4rem;
	display: inline-flex;
	font-size: 1.5rem;
	left: .5rem;
	color: rgb(0,138,205);
}
.contact-form .contact-btns{
	display: flex;
}
.contact-form .contact-button{
	width: 6rem;
	height: 2rem;
	border-radius: 1rem;
	color: #fff;
	border: none;
	outline: none;
	background-color: rgba(0,138,205,.8);
	margin-right: 1rem;
	font-size: .875rem;
}
.contact-form .contact-button:hover{
	background-color: #000;
}