@charset "utf-8";
h1,h2,h3,h4,p{
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
}
a{
	color: #333;
	text-decoration: none;
	font-family:"微软雅黑"
}
a:hover,
a:focus{
	color: #333;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
input,textarea{
	font-family:"微软雅黑"
}
i{
	font-style: normal;
}
.site-navbar{
	position: relative;
	z-index: 99;
}
.text-orange{
	color: #ff8900;
}
.text-blue{
	color: #00acff;
}
.scale{
	display: block;
	overflow: hidden;
}
.scale img{
	transition: .4s all;
}
.scale:hover img{
	transform: scale(1.04);
}
.main{
	position: relative;
}
.site-bar{
	height: 45px;
	background: #191718;
}
.site-bar .container{
	height: 45px;
}
.wel{
	float: left;
	color: #b0b0b0;
	line-height: 45px;
}
.site-link{
	height: 45px;
	float: right;
}
.site-link li{
	position: relative;
	padding: 0 15px;
	float: left;
}
.site-link li:after{
	width: 1px;
	height: 10px;
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	background: #404143;
}
.site-link li a{
	display: block;
	padding: 10px 0;
	line-height: 25px;
	color: #B0B0B0;
}
.site-link li:last-child:after{
	display: none;
}
.site-link li:last-child{
	padding-right: 0;
}
.navbar-nav>li>a{
	font-size: 16px;
}
.header-container{
	padding:15px;
	height: 100px;
}
.navbar{
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-toggle{
	margin: 6px;
}
.navbar-toggle .icon-bar{
	background-color: #00acff;
}

.footer{
	position: relative;
	background: url(../images/contactbg.jpg) center no-repeat;
	background-size: cover;
	color: #FFFFFF;
	padding: 50px 15px;
	overflow: hidden;
}
.foot-tel{
	line-height: 1.2;
	margin-bottom: 20px;
}
.foot-tel .bd{
	color: #00acff;
	font-weight: bold;
	font-size: 28px;
}
.foot-wx{
	overflow: hidden;
	margin: 0 -10px;
}
.foot-wx li{
	float: left;
	padding: 0 10px;
	float: left;
	text-align: center;
}
.foot-wx p{
	margin-top: 5px;
}
.sec-header{
	position: relative;
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	/**background-image: url(../images/line.png);*//
}
.footer .sec-header{
	background-image: url(../images/wline.png);
}

.index-header{
	position: relative;
	font-size: 32px;
	text-align: center;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.index-header p{
	padding-top: 15px;
}
.adv-section .index-header{
	color: #FFFFFF;
}


.contact{
	width: 300px;
	margin: 0 auto;
}
.contact p{
	margin-bottom: 15px;
}
.contact p .iconfont{
	padding-right: 5px;
}
.navbar-nav > li.active>a,
.navbar-nav > li>a:hover{
	color: #0098e1;
	font-weight: bold;
}
.navbar-nav > li.active>a:after,
.navbar-nav > li>a:hover:after{
	content: ' ';
	height: 2px;
	width: 100%;
	background: #0098e1;
	bottom: 10px;
	position: absolute;
	left: 0;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: transparent;
}
.section-bar{
	padding: 20px 0;
}
.section-bar .row>div{
	padding: 20px 0;
}
.inwrap{
	background: #F8F8F8;
}
.section{
	padding: 60px 0;
	background: #FFFFFF;
}
.section.bg{
	background: #F8F8F8;
}
.bs-search {
	position: relative;
}
.bs-search .form-control{
	border-radius: 0;
	height: 44px;
}
.bs-search .search-button{
	width: 44px;
	height: 44px;
	border: 0;
	outline: none;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
}
.search-button .iconfont{
	color: #00ACFF;
	font-weight: bold;
}
.key-word{
	font-size: 16px;
	line-height: 44px;
}
.key-word span{
	color: #999;
}
.in-banner{
	position: relative;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.in-banner .container{
	position: relative;
	height: 100%;
}
.ban-txt{
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #FFFFFF;
}
.ban-txt h2{
	font-weight: bold;
	font-size: 60px;
	margin-bottom:15px;
}
.ban-txt p{
	font-size: 20px;
	opacity: .8;
}
.ban-txt p.en{
	font-size: 12px;
	margin-top: 5px;
}
.site-link li .text-blue{
	color: #00acff;
}
.product-box{
	display: block;
	padding: 30px;
	text-align: center;
	background: #FFFFFF;
	transition: .4s all;
}
.product-box:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}


.row-product{
	margin: -8px;
}
.row-product>div{
	padding: 8px;
}
.product-box .p-title{
	font-size: 15px;
	margin-top: 10px;
}
.product-box img{
	width: 230px;
	height: 180px;
}
.iin-product{
	overflow: hidden;
	background: #FFFFFF;
	min-height: 270px;
}
.iin-grid{
	padding: 20px 0;
}
.tit-strong{
	margin-bottom: 10px;
}
.tit-strong a{
	font-size: 18px;
	font-weight: bold;
}
.tit-desc{
	margin-bottom: 20px;
	color: #555555;
	font-size: 15px;
}
.iin-grid .look-more{
	width: 130px;
	height: 44px;
	line-height: 44px;
	background: #00acff;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
.about-row{
	margin:30px -10px;
}
.about-row>div{
	padding: 10px;
}
.about-cell .cont{
	text-align: left;
	text-indent: 2em;
	line-height: 2;
	color: #555555;
	font-size: 15px;
}
.cc-row .form-control{
	box-shadow: 0 0 0 transparent;
	border-radius: 0;
	border: 1px solid #ededed;
	height: 44px;
}
.cc-hd{
	font-size: 24px;
	margin-bottom: 20px;
}
.cc-row{
	margin-bottom: 15px;
}
.cc-button{
	padding-top: 10px;
}
.cc-button .cc-submit{
	width: 128px;
	height: 44px;
	background: #00acff;
	color: #FFFFFF;
	outline: none;
	border: 0;
	font-size: 16px;
}
.cc-list li{
	padding: 18px 0;
	font-size: 15px;
	border-bottom: 1px solid #ededed;
}
.cc-list .iconfont{
	color: #00acff;
}
.cc-list .t{
	color: #999999;
}
.cc-list li a{
	font-size: 15px;
	text-decoration: underline;
}
.pro-section{
	padding: 40px 0!important;
}
.project-row>div{
	padding: 15px;
}
.show-section>div{
	padding: 0;
}
.ject-box{
	display: block;
	width: 274px;
	margin: 0 auto;
}
.show-photo .sec-header{
	text-align: left;
	color: #FFFFFF;
	/**background-image: url(../images/wline.png);**/
	background-position: left bottom;
}
.show-list{
	max-width: 550px;
	margin: 0 -15px;
}
.show-list li{
	float: left;
	padding: 14px;
	width: 33.33%;
}
.show-list .show-icon{
	border: 1px solid #fff;
	text-align: center;
	padding: 30px 0;
}
.show-icon p{
	color: #FFFFFF;
	margin-top: 20px;
	font-size: 16px;
}
.show-photo{
	padding: 100px 60px;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: cover;
	min-height: 700px;
}
.jj-wrap{
	padding: 30px 0;
	background-color: #F8F8F8;
}
.jj-wrap .section{
	padding: 30px 0!important;
}
.inner-header{
	line-height: 1;
	margin-bottom: 30px;
}
.inner-header span{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.inner-header .txt{
	font-size: 22px;
}
.inner-header .iconfont{
	font-size: 32px;
	color: #00acff;
}
.article-body p{
	font-size: 15px;
	color: #555555;
	line-height: 2;
	margin-bottom: 20px;
}
.bread-cell{
	text-align: right;
	margin-bottom: 20px;
	color: #555555;
	font-size: 15px;
}
.bread-cell span{
	color: #2abaff;
}
.in-photo{
	background: #FFFFFF;
	text-align: center;
	padding: 50px 0;
	max-width: 410px;
}
.product-grid{
	padding: 30px 0;
	max-width: 500px;
}
.product-grid .title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pp-attr{
	font-size: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.pp-attr span{
	color: #999;
}
.pp-link{
	margin-top: 20px;
}
.pp-link a{
	color: #2abaff;
	font-size: 18px;
}
.pp-link a .iconfont{
	font-size: 18px
}
.sec-footer{
	margin-top: 40px;
	text-align: center;
}
.sec-footer .sec-link{
	width: 184px;
	height: 54px;
	border: 1px solid #b2b2b2;
	line-height: 52px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.sec-footer .sec-link:hover{
	background-color: #2abaff;
	color: #FFFFFF;
	border: 1px solid #2abaff;
}
.adv-section{
	background: url(../images/advbg.jpg) center no-repeat;
	background-size:cover;
}
.about-section{
	background: url(../images/aboutbg.jpg) center no-repeat;
	background-size:cover;
}
.adv-row>div{
	padding: 15px;
	text-align: center;
}
.adv-box{
	cursor: pointer;
	border: 1px solid #FFFFFF;
	text-align: center;
	min-height: 250px;
}
.adv-box .icon{
	margin-bottom: 22px;
}
.adv-box .inner{
	padding: 30px 25px;
}
.adv-box .text{
	color: #ffffff;
	line-height: 2;
	font-size: 15px;
	text-align: center;
}
.adv-box:hover{
	background: #0090ff;
	border: 1px solid #0090ff;
	color: #FFFFFF;
}
.adv-box:hover .text{
	background: #0090ff;
	color: #FFFFFF;
}
.adv-section .sec-header{
	color: #FFFFFF;
} 
.adv-section .sec-link{
	background-color: #2abaff;
	color: #FFFFFF;
	border: 1px solid #2abaff;
}
.swiper-banner .swiper-slide .imgship{
	background-repeat: no-repeat;
	background-position: 20%;
	background-size: cover;
}
.swiper-container{
	height: 300px;
	overflow: hidden;
}
.swiper-banner .container{
	position: relative;
	height: 300px;
}
.swiper-pagination-bullet{
	background: transparent;
	border: 2px solid #FFFFFF;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	border: 2px solid #2abaff;
}
.section{
	overflow: hidden;
}
.picture-book>li{
	margin-bottom: 20px;
}
.picture-book>li a{
	display: inline-block;
}
.picture-book>li a>img{
	border: 1px solid #c7c7c7;
}
.picture-book>li a>span{
    display: block;
    width: 100%;
    border-top: 1px solid #fff;
    background-color: #c2c1c1;
	text-align: center;	
	line-height: 40px;    
}
.picture-book>li a>span>img{
	margin-left: 5px;
	margin-top: -5px;
}

.iin-product .tit-strong{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.iin-product .tit-desc{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

@media only screen and (min-width: 1200px) {
	.swiper-container{
		height: 620px;
		overflow: hidden;
	}
	.swiper-banner .container{
		position: relative;
		height: 620px;
	}
	.iin-product{
		min-height: 270px;
		padding: 34px 30px;
	}
	
	.in-banner{
		height: 480px;
	}
	.footer{
		padding: 120px 0;
	}
	.key-word{
		font-size: 16px;
	}
	.key-word a{
		font-size: 16px;
	}
	.inwrap .section{
		padding: 120px 0;
	}
	.container{
		width: 1200px;
	}
	.site-bar .container{
		padding: 0;
	}
	.header-container{
		padding: 20px 0;
	}
	.navbar-nav > li{
		margin-left: 50px;
	}
	.navbar-nav > li>a{
		padding: 20px 0;
		line-height: 20px;
	}
	.foot-info{
		position: absolute;
		right: 120px;
		top: 190px;
	}
	.section{
		padding: 110px 0;
	}
	.cc-section{
		padding: 60px 0;
	}
	.cc-cell{
		max-width: 80%;
	}
}

@media only screen and (max-width:788px) {
	.navbar-collapse{
		background: #FFF;
	}
	.foot-info{
		margin-top: 30px;
	}
	.navbar-logo img{
		height: 40px;
	}
	.header-container{
		height: 70px;
	}
	.section-bar .row{
		margin: 0;
	}
	.key-word{
		line-height: 30px;
	}
	.section-bar .row>div{
		padding: 10px 0;
	}
	.navbar-nav > li.active>a:after, .navbar-nav > li>a:hover:after{
		bottom: 0;
		left: 15px;
		right: 15px;
		width: auto;
	}
	.ban-txt{
		padding: 0 20px;
	}
	.ban-txt h2{
		font-size:40px;
	}
	.iin-product{
		text-align: center;
	}
	.cc-cell{
		padding: 30px 0;
	}
}
@media only screen and (max-width: 1000px){
	.show-photo{
		min-height: 400px;
		padding: 50px 30px;
	}
	.show-list li{
		width: 50%;
	}
}


/* fixed-bar */
.fixed-ship{
	position: fixed;
	right: -36px;
	top: 45%;	
	z-index: 10;
}
.fixed-bar{
	width: 36px;
	padding: 5px 0;
	background: #00acff;
	color: #FFFFFF;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;	
	position: relative;
	right: 36px;
}
.fixed-bar .bar-link{
	position: relative;
	display: block;
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-align: center;
}
.bar-link .bar-text{
	position: absolute;
	top: 0;
	height: 36px;
	padding: 0 10px;
	background: #00acff;
	color: #FFFFFF;
	right:0;
	white-space: nowrap;
	border-top-left-radius: 26px;
	border-bottom-left-radius: 26px;
	visibility: hidden;
	opacity: 0;
	transition: .4s all;
}
.bar-link:hover .bar-text{
	right: 100%;
	visibility: visible;
	opacity: 1;
}
.bar-link .goprev{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/prev_icon.png) no-repeat center;
}
.bar-link .gonext{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/next_icon.png) no-repeat center;
}
#add-cut{
	width: 36px;
	height: 36px;
	display: block;
	background: url(../images/hide_btn.png) no-repeat 100%; 
	cursor: pointer;
	position: relative;
	right: 36px;
	margin-top: 10px;	
}
#add-cut.cur{
	background: url(../images/show_btn.png) no-repeat 100%;
}
