﻿/* CSS Document */
* {
	list-style-type: none;
	font-style: normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* -webkit-box-sizing: border-box; */
}
html, body, div, applet, object, iframe, h1, h2, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 100%;
	outline: none;
	text-decoration: none;
	line-height: 100%;
}
h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	font: 12px/1.8 "microsoft yahei", "微软雅黑", arial, helvetica, sans-serif;
	margin: 0 auto;
	color: #989898;
	background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:link, a:visited {
	text-decoration: none;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
	transition: all 480ms;
	color:#696969;
}
a:active, a:hover {
	text-decoration: none;
	-webkit-transition: all 480ms;
	-ms-transition: all 480ms;
	-moz-transition: all 480ms;
	transition: all 480ms;
}
ol, ul {
	list-style: none;
}
strong {
	font-weight: bold;
}
input {
	outline: none;
}
img {
	border: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc {
	text-align: center
}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.p50 {
	padding: 50px 0;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.rel {
	position: relative;
}
/*banner*/
.banner {
}
/*产品中心*/
.insproduct {
	padding-top: 40px
}
.insproduct .content {
	width: 1230px;
}
.insproduct .content li {
	width: 286px;
	height: 380px;
	background-color: #f6f6f6;
	float: left;
	padding: 7px;
	margin-right: 19px;
	margin-bottom: 19px;
}
.insproduct .content li .img {
	width: 272px;
	height: 196px;
}
.insproduct .content li .txt {
}
.insproduct .content li .txt span {
	font-weight: bold;
	color: #0189d6;
	padding: 20px 0;
	font-size: 18px;
	text-align: center;
	display: block;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.insproduct .content li .txt p {
	line-height: 23px;
	font-size: 15px;
	color: #282828;
}
.insproduct .content li:hover {
	background-color: #008fd7;
	color: #fff;
}
.insproduct .content li:hover .txt span {
	color: #fff;
}
.insproduct .content li:hover .txt p {
	color: #fff;
}
/*about*/
.insabout {
	background-color: #f6f6f6;
	padding: 40px 0;
}
.insabout .txt {
	overflow: hidden;
	padding-left: 68px;
}
.insabout .txt p {
	line-height: 32px;
	color: #333;
	font-size: 16px;
}
.insabout .txt a {
	width: 180px;
	height: 45px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 45px;
	border-radius: 30px;
	font-size: 16px;
	background-color: #da251c;
	margin-top: 20px
}
/*解决方案*/
.plan {
	padding-top: 33px;
}
.plan .content {
}
.plan .content li {
	width: 600px;
	float: left;
	margin-bottom: 15px;
	padding-right: 45px;
}
.plan .content li:nth-child(2n+2) {
	padding-left: 45px;
	padding-right: 0px;
}
.plan .content li .img {
	width: 140px;
	height: 96px;
}
.plan .content li .txt {
	padding-left: 20px;
	overflow: hidden;
}
.plan .content li .txt span {
	color: #333;
	font-size: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:20px;
}
.plan .content li:hover .txt span
{
	color:#008fd7;
} 
.plan .content li .txt p {
	color: #737373;
	font-size: 15px;
	margin-top: 15px;
	line-height: 26px;
	height:52px;
	overflow:hidden;
}
.plan .content li:hover .txt p
{
	color:#008fd7;
}
/*新闻动态*/
.news {
	padding-top: 30px
}
.news .nleft {
	width: 780px;
}
.news .nleft .nlx {
}
.news .nleft .nlx .img {
	width: 320px;
	height: 230px;
	position: relative;
}
.news .nleft .nlx .date {
	width: 100px;
	height: 84px;
	background-color: #008fd7;
	float: left;
	position: absolute;
	top: 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}
.news .nleft .nlx .date span {
	display: block;
	background-color: #008fd7;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Arial';
}
.news .nleft .nlx .txt {
	overflow: hidden;
	padding-left: 20px;
}
.news .nleft .nlx .txt span {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	display: block;
	padding-bottom: 23px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height:20px;
}
.news .nleft .nlx a:hover .txt span
{
	color:#008fd7;
}
.news .nleft .nlx .txt p {
	color: #737373;
	font-size: 15px;
	line-height: 28px;
	height: 120px;
}
.news .nleft .nlx a:hover .txt p
{
	color:#008fd7;
} 
.news .nleft .nlx .txt div.more {
	color: #737373;
	font-size: 15px;
}
.news .nleft .nlx a:hover .txt div.more
{
	color:#008fd7;
} 
.news .nleft .nlb {
}
.news .nleft .nlb li {
	padding-top: 25px;
}
.news .nleft .nlb li .date {
	width: 74px;
	height: 78px;
	border: #ccc solid 1px;
	float: left
}
.news .nleft .nlb li .date span {
	display: block;
	width: 74px;
	height: 46px;
	background-color: #008fd7;
	color: #fff;
	text-align: center;
	line-height: 46px;
	font-size: 35px;
	font-weight: bold;
	font-family: 'Arial';
	margin-top: -1px;
	margin-left: -1px;
}
.news .nleft .nlb li .date em {
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	display: block;
	font-family: 'Arial';
}
.news .nleft .nlb li .txt {
	padding-left: 11px;
	overflow: hidden;
}
.news .nleft .nlb li .txt span {
	color: #282828;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.news .nleft .nlb li:hover .txt span
{
	color:#008fd7;
}
.news .nleft .nlb li .txt p {
	color: #737373;
	font-size: 15px;
	line-height: 26px;
}
.news .nleft .nlb li:hover .txt p
{
	color:#008fd7;
} 
.news .nright {
	width: 376px;
}
.news .nright .nlx {
	margin-bottom: 25px;
}
.news .nright .nlx .img {
}
.news .nright .nlx .img img {
	display: block
}
.news .nright .nlx p {
	background-color: #008fd7;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news .nright .nlb {
}
.news .nright .nlb li {
	display: block;
	margin-bottom: 20px;
}
.news .nright .nlb li .img {
	float: left
}
.news .nright .nlb li .txt {
	overflow: hidden;
	padding-left: 20px;
}
.news .nright .nlb li span {
	font-size: 18px;
	color: #353535;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height:16px;
}
.news .nright .nlb li a:hover span {
	color: #008fd7;
}
.news .nright .nlb li p {
	color: #7d7d7d;
	line-height: 22px;
	font-size: 15px;
}
.news .nright .nlb li a:hover p
{
	color: #008fd7;
}
/*服务与支持*/
.service {
	padding-bottom: 30px;
	padding-top: 30px;
}
/*常见问题*/
.gray {
	background-color: #f5f5f5;
	width: 386px;
	float: left;
	padding: 0 23px;
	height: 490px;
}
.gray .faqbt {
	padding-top: 20px;
	border-bottom: #008fd7 solid 1px;
	height: 33px;
}
.gray .faqbt em {
	text-align: center;
	color: #008fd7;
	display: block;
	font-size: 20px;
	background-color: #f5f5f5;
	padding: 0 20px;
	width: 150px;
	margin: 0 auto;
}
.faq {
}
.faq .faqnr {
	padding-top: 10px;
}
.faq .faqnr dl {
	border-bottom: #e4e4e4 solid 1px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.faq .faqnr dd {
	padding-bottom: 5px;
}
.faq .faqnr dd em {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	background-color: #da251c;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	display: block;
	float: left;
}
.faq .faqnr dd p {
	font-size: 16px;
	line-height: 26px;
	color: #282828;
	overflow: hidden;
	padding-left: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.faq .faqnr dl:hover dd p a
{
	color:#008fd7;
} 
.faq .faqnr dt {
}
.faq .faqnr dt em {
	width: 26px;
	height: 26px;
	border-radius: 3px;
	background-color: #008fd7;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 15px;
	display: block;
	float: left;
}
.faq .faqnr dt p {
	font-size: 15px;
	line-height: 26px;
	color: #737373;
	overflow: hidden;
	padding-left: 6px;
	height:72px;
	overflow:hidden;
}
.faq .faqnr dl:hover dt p a
{
	color:#008fd7;
} 
/*资料下载*/
.download {
	margin: 0 20px;
}
.download ul {
	padding-top: 24px
}
.download li {
	background: url(../images/download.jpg)left no-repeat;
	padding-left: 20px;
	font-size: 16px;
	color: #282828;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.download li a {
	color: #282828;
	line-height: 35px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.download li a:hover
{
	color:#008fd7;
}
/*售后*/
.after-sales {
	margin: auto
}
/*合作*/
.partners {
	background-color: #f6f6f6;
	padding: 40px 0;
}
.partners dl {
	margin-bottom: 14px;
}
.partners dd {
	line-height: 80px;
	float: left;
	color: #282828;
	font-size: 16px;
}
.partners dt {
}
.partners dt img {
	float: left;
	margin-left: 20px;
}
.partners dt a.wenzi {
	line-height: 30px;
	font-size: 16px;
	color: #282828;
	padding-left: 12px;
}
.partners dt a.wenzi:hover
{
	color:#008fd7;
}
.partners span {
	margin: 0 31px;
	font-size: 16px;
	color: #282828;
}
.partners span a {
	color: #282828;
	line-height: 30px;
}
.partners span a:hover
{
	color:#008fd7;
}
/*公司简介*/
.about {
	padding: 80px 0
}
.about span {
	font-size: 28px;
	color: #282828;
	text-align: center;
	height: 30px;
	font-weight: bold;
	display: block;
}
.about span:after {
	content: '';
	display: block;
	margin: 15px auto;
	width: 50px;
	height: 3px;
	background-color: #008fd7;
}
.about .inner-about {
	padding-top: 80px;
}
.about .inner-about .content {
	width: 663px;
}
.about .inner-about .content p {
	line-height: 26px;
	color: #282828;
	font-size: 16px;
	text-indent: 2em;
}
/*产品展示*/
.product {
}
.product .pnav {
	background-color: #f6f6f6;
	text-align: center;
}
.product .pnav li {
	display: inline-block;
	padding: 0 25px;
	position:relative;
}
.product .pnav li a.yijia {
	line-height: 60px;
	color: #333;
	height: 60px;
	display: block;
	font-size: 15px;
}
.product .pnav li .yijia:hover {
	border-bottom: #008fd7 solid 3px;
	color: #008fd7;
}
.product .pnav li a.hover {
	border-bottom: #008fd7 solid 3px;
	color: #008fd7;
}
.product .pnav li dl
{
	position:absolute;
	z-index: 10;
	top:60px;
	left:0px;
	width:200px;
	height:auto;
	overflow:hidden;
	background:#f6f6f6;
	border:1px solid #ccc;
	box-sizing: border-box;
	display:none;

}
.product .pnav li:hover dl
{
	display:block;
}
.product .pnav li dl dd
{
    width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px dashed #eee;
}
.product .pnav li dl dd a
{
    display:block;
    font-size:15px;
    overflow:hidden;
    line-height:20px;
    padding-top:8px;
    padding-bottom:8px;
    text-align: left;
    box-sizing: border-box;
    padding-left:30px;
}
.product .pnav li dl dd a:hover
{
	color:#008fd7;
}
.inner-product {
	padding-top: 40px
}
.inner-product .inner-content {
	width: 1250px;
	font-size:0px;
}
.inner-product .inner-content li {
	width: 270px;
	display:inline-block;
	padding-bottom: 40px;
	margin-right: 40px;
	vertical-align:top;
}
.inner-product .inner-content li .img {
	width: 270px;
	height: 195px;
	overflow:hidden;
}
.inner-product .inner-content li .img img {
	display: block;
	width: 270px;
	height: 195px;
}
.inner-product .inner-content li .txt {
	background-color: #098de4;
	color: #fff;
	font-size: 15px;
	padding: 15px 30px;
	line-height: 24px;
}
/*详情*/
.inner-products {
}
.inner-products .inner-content {
	padding: 40px 0;
}
.inner-products .inner-content .txt {
	width: 410px;
}
.inner-products .inner-content .txt div.tit {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #008fd7;
	border-bottom: #ccc solid 1px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height:auto;
	overflow:hidden;
	line-height:30px;
}
.inner-products .inner-content .txt div.des {
	line-height: 30px;
	font-size: 15px;
	color: #282828;
}
.inner-products .inner-content .txt div.xzfx
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.inner-products .inner-content .txt div.xzfx a.xiazai
{
	 display:block;
	 width:123px;
	 height:39px;
	 overflow:hidden;
	 background:url('../images/products3.jpg') no-repeat center center;
	 float:left;
}
.inner-products .inner-content .txt div.xzfx div.fenxiang
{
	 margin-top:10px;
	 float:left;
	 overflow:hidden;
	 margin-left:10px;
}
.inner-products .inner-content .txt p em {
	float: left;
}
.inner-products .inner-content .txt p i {
	display: block;
	overflow: hidden;
	line-height: 30px;
}
.pdata {
	background-color: #f5f5f5;
	padding: 50px 0;
}
.pdata .pnav {
}
.pdata .pcontent {
	background-color: #fff;
	padding: 42px;
	display:none;
}
.pdata .pcontent span.bigtit {
	color: #008fd7;
	font-weight: bold;
	display: block;
	font-size: 25px;
	padding-bottom: 22px;
}
.pdata .pcontent .list1 {
	border-bottom: #ccc solid 1px;
	padding-bottom: 20px;
	line-height:25px;
	font-size:15px;
}
.pdata .pcontent .list1 p {
	font-size: 16px;
	color: #282828;
	line-height: 30px;
}
.pdata .pcontent .list2 {
	padding-top: 20px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.pdata .pcontent .list2 li {
	float: left;
	width: 352px;
	margin-right:25px;
	margin-bottom:25px;
}
.pdata .pcontent .list2 li:nth-child(3n)
{
	margin-right:0px;
}
.pdata .pcontent .list2 li .img {
	width: 352px;
	height: 200px;
}
.pdata .pcontent .list2 li p {
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	background-color: #008fd7;
	color: #fff;
}
.pdata .pcontent .list3 {
	padding-top: 40px;
}
.pdata .pcontent .list3 li {
	width: 250px;
	float: left;
	margin-left: 32px;
	margin-bottom: 20px
}
.pdata .pcontent .list3 li:nth-child(4n+1) {
	margin-left: 0px;
}
.pdata .pcontent .list3 li img {
	width: 250px;
	height: 250px;
	border: #ccc solid 1px;
}
.pdata .pcontent .list3 li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	text-align: center;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*标题*/
.title {
	background: url(../images/title.jpg) left no-repeat;
	color: #008fd7;
	font-size: 30px;
	font-weight: bold;
	text-indent: 1em;
	margin-bottom: 20px;
}
.title span {
	color: #008fd7;
	font-size: 26px;
	font-weight: normal;
	padding-left: 10px;
}
.title a {
	float: right;
	font-size: 16px;
	color: #da251c;
	font-weight: normal;
}
/**sohu6**/
/**banner**/
.banner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.banner .hd {
  height: 30px;
  overflow: hidden;
  position: absolute;
  bottom: 5px;
  z-index: 1;
  width:100%;
}
.banner .hd ul {
  overflow: hidden;
  text-align: center;
  width:100%;
  height:auto;
  font-size:0;
  zoom:1;
}
.banner .hd ul li {
  display:inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  font-size:0;
  border:2px solid #d91d14;
  margin-left:10px;
  margin-right:10px;
}
.banner .hd ul li.on {

  background: #d91d14;
}
.banner .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.banner .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
  height: 400px;
}
/**banner end**/
/**内容页内容**/
.insxx
{
  width:1200px;
  height:auto;
  overflow:hidden;
  margin:auto;
  margin-top:20px;
  margin-bottom:20px;
}
.insxx .insxxtitle
{
  text-align: center;
  font-size:16px;
  font-weight:bold;
  padding-top:10px;
  padding-bottom:10px;
  color:#333;
}
.insxx .insxxtime
{
  text-align: center;
  font-size:14px;
  padding-bottom:10px;
  color:#333;
}
.insxxcontent
{
  text-align: justify;
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
}
.insxxcontent img
{
   display:inline-block;
}
.insxxcontent p
{
  font-size:15px;
  color:#333;
  line-height:25px;
  color:#333;
}
.insxx .insxxpic
{
  height:auto;
  overflow:hidden;
  padding-bottom:10px;
  padding-top:10px;
}
.insxx .insxxpic img
{
  display:block;
  margin:auto;

}
.insxx .insxxxx
{
  font-size:15px;
  height:30px;
  line-height:30px;
  font-weight:bold;
  border-bottom:1px solid #ddd;
  margin-bottom:20px;
  margin-top:20px;
  overflow:hidden;
}
/**内容页内容 end**/
/**分页**/
.switch {
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  font-size:14px;
  box-sizing: content-box;
}
.switch a {
  display: inline-block;
  border: 1px solid #ccc;
  text-align: center;
  margin: 5px;
  padding: 5px;
  background: #f2f2f2;
  color: #333;
  text-decoration: none;
  box-sizing: content-box;
}
.switch a:hover {
  background: #008fd7;
  color: white;
}
.switch a.on {
  background: #008fd7;
  color: white;
}
/**分页 end**/
/**网站整体**/
.inszt
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}
/**网站整体 end**/
/**news.php**/
.inslist
{
  width:1200px;
  height:auto;
  margin:auto;
  overflow:hidden;
  padding:30px 0px;
}
/**内页第一条新闻**/
.insfirnew
{
  width:1200px;
  height:auto;
  overflow:hidden;
  margin-bottom:15px;
}
.insfirnew .pic
{
  width:200px;
  height:auto;
  float:left;
  margin-right:20px;
  overflow:hidden;
}
.insfirnew .pic img
{
  width:200px;
  height:auto;
}
.insfirnew .right
{
  width:980px;
  float:left;
}
.insfirnew .right .tit
{
  font-size:16px;
  overflow:hidden;
  padding-top:10px;
  padding-bottom:10px;
  color:black;
  transition:1s;
  text-overflow: ellipsis;
  overflow:hidden;
  white-space: nowrap;
}
.insfirnew .right .time
{
  font-size:14px;
  color:#999;
  padding-bottom:10px;
  overflow:hidden;
  transition:1s;
}
.insfirnew .right .des
{
  font-size:14px;
  color:#777;
  line-height:25px;
  overflow:hidden;
  transition:1s;

}
.insfirnew .right:hover .tit
{
  color:#008fd7;
}
.insfirnew .right:hover .time
{
  color:#008fd7;
}
.insfirnew .right:hover .des
{
  color:#008fd7;
}
/**内页第一条新闻 end**/
.inslist ul
{
  width:1200px;
  height:auto;
  overflow:hidden;
}
.inslist ul li 
{
  width:1200px;
  height:auto;
  overflow:hidden;
  border-bottom:1px dashed #ccc;
}
.inslist ul li a
{
  display:block;
  width:1200px;
  height:auto;
  padding-top:10px;
  padding-bottom:10px;
  overflow:hidden;
}
.inslist ul li a div.tit
{
  width:1080px;
  font-size:14px;
  color:#333;
  float:left;
  transition:1s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.inslist ul li a:hover div.tit
{
  color:#008fd7;
}
.inslist ul li a div.tit span
{
  display:inline-block;
  padding-left:10px;
  padding-right:10px;
}
.inslist ul li a div.time 
{
  width:120px;
  font-size:14px;
  color:#333;
  text-align: right;
  float:left;
}
/**news.php end**/
/**contact.php**/
.inscontact
{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding-top:50px;
	padding-bottom:60px;
}
.inscontact .cntit
{
	 width:100%;
	 text-align:center;
	 font-size:32px;
	 overflow:hidden;
	 color:#008fd7;
	 line-height:32px;
	 margin-bottom:40px;
	 border-bottom:1px solid #eee;
	 padding-bottom:40px;
}
.inscontact .map
{
	width:600px;
	height:250px;
	overflow:hidden;
	float:right;
}
.inscontact .info
{
	width:480px;
	float:left;
	height:auto;
	overflow:hidden;
	margin-right:80px;
}
.inscontact .info .gstit
{
	margin-bottom: 20px;
    color: #333333;
    font-size: 22px;
    overflow:hidden;
    margin-top:30px;
}
.inscontact .info p
{
	font-size:15px;
	overflow:hidden;
	color:#666;
	line-height:30px;
}
.inscontact .info .cttwocode
{
	width:122px;
	height:auto;
	overflow:hidden;
	margin-top:15px;
}
.inscontact .info .cttwocode img
{
	width:120px;
	height:120px;
	border:1px solid #ccc;
}
.inscontact .info .cttwocode .ss
{
	font-size:15px;
	height:30px;
	line-height: 30px;
	text-align: center;
	color:#666;
}
/**contact.php end**/
/**产品展示图片集**/
.picarr
{
	width:350px;
	height:auto;
	overflow:hidden;
	float:left;
}
.picarr ul.bigImg
{
	width:350px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
}
.picarr ul.bigImg li
{
	width:100%;
	height:250px !important;
	overflow:hidden;
	border:1px solid #ccc;
	box-sizing: border-box;
}
.picarr ul.bigImg li img
{
	width:350px;
	height:250px !important;
	
}
.picarr .smallScroll
{
	width:350px;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.picarr .smallScroll a
{
	display:block;
	height:53px;
	width:25px;
	overflow:hidden;
	float:left;
	cursor: pointer;
	text-align: center;
	line-height: 53px;
	font-size:20px;
	transition:1s;
}
.picarr .smallScroll a:hover
{
	color:#eb4502;
}
.picarr .smallScroll .smallImg
{
	width:300px;
	height:auto;
	overflow:hidden;
	float:left;
}
.picarr .smallScroll .smallImg ul
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.picarr .smallScroll .smallImg ul li
{
	width:72px !important;
	height:auto;
	overflow:hidden;
	border:1px solid #ccc;
	float:left;
	margin-right:4px;
	cursor: pointer;
	box-sizing: border-box;
}
.picarr .smallScroll .smallImg ul li.on
{
	border:1px solid #eb4502;
}
.picarr .smallScroll .smallImg ul li img
{
	width:72px;
	height:53px;
}
/**产品展示图片集 end**/
/**视频**/
.provideo
{
	width:350px;
	margin-left:10px;
	height:auto;
	float:left;
	overflow:hidden;
}
.provideo video
{
	display:block;
	width:350px;
	height:auto;
	object-fit:fill;
	cursor:pointer;
}
/**视频 end**/
/**产品展示页菜单**/
.proshownav
{
     width:100%;
     height:auto;
     overflow:hidden;
}
.proshownav ul
{
	width:100%;
	height:auto;
	overflow:hidden;
	font-size:0;
}
.proshownav ul li
{
	display:inline-block;
	padding:10px 15px;
	cursor: pointer;
	font-size:15px;
	overflow:hidden;
	background:#999;
	color:white;
	margin-right:1px;
	transition:1s;
}
.proshownav ul li:hover
{
	background:#018fd7;
}
.proshownav ul li.hover
{
	background:#018fd7;
}
/**产品展示页菜单**/
/**留言**/
.jianyi
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianyi .input
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:10px;
}
.jianyi .input .il
{
	float:left;
	width:100px;
	height:30px;
	overflow:hidden;
	background:#018fd7;
	color:white;
	text-align: center;
	line-height:30px;
}
.jianyi .input .ir
{
	width:500px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.jianyi .input .ir input
{
	width:500px;
	height:30px;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #ccc;
	padding:0px 10px;
}
.jianyi .input .ir textarea
{
	width:500px;
	height:150px;
	padding:10px;
	box-sizing: border-box;
	border-radius: 3px;
	border:1px solid #ccc;
}
.jianyi .input .ir textarea:focus
{
	outline: none;
}
.jianyi .tijiao
{
	width:100%;
	height:auto;
	overflow:hidden;
}
.jianyi .tijiao .tjbtn
{
	margin-left:110px;
	overflow:hidden;
	margin-top:10px;
}
.jianyi .tijiao .tjbtn input
{
   width:100px;
   border:0px;
   background:#018fd7;
   color:white;
   height:30px;
}
/**留言 end**/
/**关于我们**/
 .xycont
 {
 	  width:1200px;
 	  height:auto;
 	  overflow:hidden;
 	  margin:auto;
 	  margin-top:50px;
 	  margin-bottom:50px;
 }
 .xycont .xy
 {
 	overflow:hidden;
 }
 .xycont .xy .insxxcontent
 {
 	 overflow:hidden;
 }
/**关于我们 end**/	 
/**sohu6 end**/