﻿body {
	font-family: Arial, "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica;
}
a {
    color: #2a333c;
    text-decoration: none;
}
a:focus, a:hover {
	color: #006db2;
	text-decoration: none;
}
.red{
	color: #F00;
	font-weight: bold;
}
.reds{
	color: #fff;
	background-color: #F00;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.orange{
	color: #fff;
	background-color: #F90;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.yellow{
	color: #fff;
	background-color: #FF0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.green{
	color: #fff;
	background-color: #0F0;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.cyan-blue{
	color: #fff;
	background-color: #6495ED;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.blue{
	color: #fff;
	background-color: #4242FF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.purple{
	color: #fff;
	background-color: #FF00FF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-radius: 4px;
}
.padding-top-50{
	padding-top: 50px;
}
.padding-bottom-50{
	padding-bottom: 50px;
}
.bg-blue-grey-100{
	background-color: #CCC;
	font-size: 18px;
}
.bg-blue-grey-100 strong, .bg-blue-grey-100 a{
	color: #F00;
}
.top10{
	margin-top: 10px;
}
.top20{margin-top: 20px;}
.top30{margin-top: 30px;}
.top40{margin-top: 40px;}
.top100{margin-top: 100px;}
.top-100{margin-top: -100px;}
.btn10{
	margin-bottom: 10px;
}
.btn20{margin-bottom: 20px;}
.btn40{margin-bottom: 40px;}
ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clear {
	clear:both;
}
/* 头部 */
header{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	line-height: 35px;
	color: #666;
}
header span{
	display: block;
	float: left;
	margin-right: 10px;
}
header a{color: #666;}
header div.col-lg-6:nth-child(2) a{
	margin-left: 10px;	
}
header .sitemap{
	text-align: right;
	float: right;
}
header .sitemap a{
	margin-right: 10px;
	padding-right: 10px;
	background-attachment: scroll;
	background-image: url(../images/sitemap_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
header .sitemap a:last-child{
	margin-right: 0px;
	padding-right: 0px;
	background-image: none;
	} 
.logo{
	float: left;
	margin-right: 10px;
	position: relative;
}
.logo span{
	position: absolute;
	left: 15%;
	top: 28%;
	background-color: #006db2;
	color: #fff;
	padding: 5px;
	cursor: pointer;
	display: none;
	font-size: 18px;
	letter-spacing: 2px;
}
.company-name{
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.company-name h3{
	font-weight: bold;
}
.company-name h4{
	color: #666;
	background-attachment: scroll;
	background-image: url(../images/fa-circle.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.company-name h4 span{
	display: block;
	margin-right: 25px;
	float: left;
}
.search{
	float: right;
	margin-top: 20px;
	width: 265px;
	height: 34px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	margin-bottom: 3px;
	clear: both;
}
.focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.search .search-keyword{
	width: 205px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	border: 0px;
	float: left;
	margin-top: 1px;
}
.search .dosearch{
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #FFF;
	color: #666;
}

/* 导航菜单 */
.navbar-fixed-top{
	background-color: #FFF;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.175);
}
#menu a {
	color: #2A679F;
}
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu:before, #menu:after {
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
	margin-top: 25px;
}
#menu li {
	float: left;
	border-left: 1px solid #333;
	position: relative;
}
#menu li:first-child{
	border-left-width: 0px;
}
#menu a {
	float: left;
	padding: 5px 15px;
	color: #666;
	display: block;
}
#menu > li {
	padding: 0 5px;
}
#menu > li h4{
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #006db2;
	letter-spacing: 2px;
}
#menu > li:first-child h5 {
	letter-spacing: 4.5px;
}
#menu > li h5{
	margin-top: 5px;
	margin-bottom: 0px;
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu li:hover > a, #menu > li:hover h4, #menu > li:hover h5{
	color: #fff;
	background-color: #006db2;
}
#menu li.active > a, #menu > li.active h4, #menu > li.active h5 {
    color: #fff;
    background-color: #006db2;
}
*html #menu li a:hover {
	color: #fff;
	background-color: #006db2;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: 5px;
	z-index: 1;
	background: #006db2;
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 170px;
	_margin: 0;
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #ccc;
}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0;
}
#menu ul li:last-child{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	width: 170px;
	padding: 8px 15px;
	white-space: nowrap;
	text-transform: none;
	color: #fff;	/*
	
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	color: #fff;
	*/
	clear: both;
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0186ba;
	height: 36px;
}
#menu ul a:hover {
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#04acec, #0186ba);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);
}
.focus > a{
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#04acec, #0186ba);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
	background-image: -webkit-linear-gradient(#04acec, #0186ba);
	background-image: -o-linear-gradient(#04acec, #0186ba);
	background-image: -ms-linear-gradient(#04acec, #0186ba);
	background-image: linear-gradient(#04acec, #0186ba);
}
#menu ul li a strong{
	display: block;
	float: left;
	font-weight: normal;
}
#menu ul li a span{
	display: block;
	float: right;
}
#menu li.productmenu a:hover{
	width: 320px;
	background-image: none;
	background-color: #FFF;
	color: #333;
}  
#menu li.productmenu a{
	color: #006db2;
	width: 320px;
	padding-left: 0px;
}
#menu li.productmenu:last-child a{
	border-bottom-width: 0px;
}
#menu ul ul.downloadmenu{
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu .downloadmenu li a:hover{
	background-image: none;
	background-color: #FFF;
	color: #333;
}  
#menu .downloadmenu li a{
	color: #006db2;
	padding-left: 0px;
} 
#menu .downloadmenu li:last-child a{
	border-bottom-width: 0px;
}
/*
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #006db2;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #006db2;
}*/
#menu ul li:first-child a:hover:after {
	border-bottom-color: #04acec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #0299d3;
	border-bottom-color: transparent;
}
/*
.menu{}
.menu li{
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
	padding-right: 15px;
	padding-left: 15px;
}
.menu li h4{
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.menu li h5{
	color: #666;
	margin-top: 5px;
	margin-bottom: 0px;
}*/

.tel{
	float: right;
	clear: none;
	color: #666;
	font-size: 18px;
	margin-right: 20px;
}
.tel strong{
	line-height: 100px;
	height: 100px;
	float: left;
	display: block;
	margin-right: 5px;
}
.tel span{
	display: block;
	float: left;
	margin-top: 25px;
	line-height: 25px;
	font-size: 17px;
}
.topshare{
	float: right;
}
.navmenutop{
	color: #666;
	float: right;
	clear: both;
}
.navmenutop p{
	margin: 0px;
}
#_userlogin{
	float: right;
	position: relative;
	line-height: 35px;
	background-attachment: scroll;
	background-image: url(../images/sitemap_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 13px;
	padding-right: 13px;
}
#_userlogin a{
	color: #666;
}
#_userlogin a:hover{
	color: #006db2;
}
#_userlogin a.exit{
	color: #fff;
	background-color: #00aae5;	
}
#_userlogin a.exit:hover{
	color: #fff;
	background-color: #006db2;
}
#weixin{
	float: right;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/feng3.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}
#weixin span{
	cursor: pointer;
	display: block;
	margin-left: 13px;
	line-height: 30px;
	font-size: 13px;
	color: #5bc0de;
	padding-left: 13px;
}
#wx{
	display: none;
	position: absolute;
	top: 33px;
	z-index: 999;
	left: -40px;
	border: 2px solid #00aae5;
	cursor: pointer;
	background-color: #FFF;
}
#wx .popup1 {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #00aae5 transparent;
	line-height: 0;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	margin-left: 80px;
}
#wx p img{
	height: 180px;
	width: 180px;
	padding: 5px;
}
#wx .popup2 {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 9px 10px 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    line-height: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    margin-left: -9px;
}
#yidong{
	float: right;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/feng2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 20px;
}
#yidong span{
	cursor: pointer;
	display: block;
	margin-left: 13px;
	line-height: 30px;
	font-size: 13px;
	color: #5bc0de;
	padding-left: 6px;
}
#yd{
	display: none;
	position: absolute;
	top: 33px;
	z-index: 999;
	left: -47px;
	border: 2px solid #00aae5;
	cursor: pointer;
	background-color: #FFF;
}
#yd .popup1 {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #00aae5 transparent;
	line-height: 0;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	margin-left: 80px;
}
#yd p img{
	height: 180px;
	width: 180px;
	padding: 5px;
}
#yd .popup2 {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 9px 10px 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    line-height: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    margin-left: -9px;
}
#weibo{
	float: right;
	position: relative;
	background-attachment: scroll;
	background-image: url(../images/feng1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#weibo span{
	cursor: pointer;
	display: block;
	margin-left: 13px;
	line-height: 30px;
	font-size: 13px;
	color: #5bc0de;
	padding-left: 13px;
}
#wb{
	display: none;
	position: absolute;
	top: 33px;
	z-index: 999;
	left: -40px;
	border: 2px solid #00aae5;
	cursor: pointer;
	background-color: #FFF;
}
#wb .popup1 {
	display: block;
	width: 0;
	height: 0;
	border-width: 0 10px 10px 10px;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #00aae5 transparent;
	line-height: 0;
	font-size: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	margin-left: 80px;
}
#wb p img{
	height: 180px;
	width: 180px;
	padding: 5px;
}
#wb .popup2 {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 9px 10px 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    line-height: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    margin-left: -9px;
}
.index-case a{font-size: 17px;}
.thumbnail h5 a{color: #666;}
.thumbnail h5 a:hover{color: #006db2;}
.thumbnail p{
	color: #666;
}
.thumbnail .thumb-img {
    height: 232px;
    width: 350px;
    display: block;
    overflow: hidden;
}
.thumbnail .caption h4 a{
	font-size: 16px;
}
.thumbnail a:hover img {
    transform: scale(1.5,1.5);
    -webkit-transition: 0.6s;
    -ms-transition: 0.5s;
}
.thumbnail .datetime{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ddd;
	padding-top: 15px;
}
.thumbnail .datetime span{
	display: block;
	float: right;
}
.case-big{
	position: relative;
	display: block;
	color: #FFF;
	overflow: hidden;
	height: 427px;
	width: 750px;
}
.case-big:hover{color: #FFF;}
.case-big .case-big-info {
	display: block;
	height: 85px;
	background: url(../images/233429699410.png);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
}
.case-big .case-big-info strong{
	font-size: 17px;
	font-weight: normal;
}
.case-big .mask {
	display: none;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	color: #fff;
	right: 0px;
	background-color: #00aae5;
	line-height: 100px;
	text-align: center;
	font-size: 4rem;
	border-radius: 0 0 0 30px;
}
.thumbcase {
	height: 413px;
	margin-bottom: 30px;
}
.thumbcase .case-img {
    height: 215px;
    width: 360px;
    display: block;
    overflow: hidden;
}
.thumbcase a:hover img {
    transform: scale(1.5,1.5);
    -webkit-transition: 0.6s;
    -ms-transition: 0.5s;
}
.thumbcase .case-info{
	padding: 0 10px;
}
.thumbcase .case-info h3 a {
	font-size: 17px;
}
.thumbcase .case-info p{
	color: #666;
}
.news{
	clear: both;
	float: left;
}
.news .news-list h4 a{font-size: 17px;}
.news .news-list li{
	line-height: 26px;
	width: 100%;
	height: 26px;
}
.news .news-list li strong{
	display: block;
	float: left;
	overflow: hidden;
	font-weight: normal;
	text-indent: 15px;
}
.news .news-list li span{
	display: block;
	float: right;
	
}
.news-about{
	color: #666;
	line-height: 30px;
	text-indent: 28px;
}

/* 新闻与日期 */
.order_nav{
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;	
}
.order_nav .list_img{ height:100px; display:black;}
.order_nav .list_img:hover img{
	-webkit-animation: aase 1s 1;
	-moz-animation: aase 1s 1;
	animation: aase 1s 1;
	cursor: pointer;
}
@-webkit-keyframes aase{
	0%{-webkit-transform: rotateY(0deg);}
	100%{-webkit-transform: rotateY(360deg);}
}
@-moz-keyframes aase{
	0%{-moz-transform: rotateY(0deg);}
	100%{-moz-transform: rotateY(360deg);}
}
@keyframes aase{
	0%{transform: rotateY(0deg);}
	100%{transform: rotateY(360deg);}
}
/**********mainbox_fourEND**********/


.order_nav .not_ie {
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	width: 150px;
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	color: #006db2;
}
.order_nav .x0{font-size: 46px;}
.order_nav .x1{font-size: 60px;}
.order_nav .x2{font-size: 70px;}
.order_nav .not_ie .ico {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 1;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	line-height: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #006db2;
}
.order_nav .on .ico {
	background-color: #2a333c;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #fff;
	border: 5px solid #666;
	font-size: 40px;
	line-height: 140px;	
}
.list-inline {color: #666;}
.list-inline li a{
	color: #666;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	clear: both;
	width: 100%;
}
.list-inline li a:hover{color: #fff;
	background-image: url(../images/square-wh.jpg);
}
.list-inline li:hover{	
	color: #fff;
	background-color: #006db2;
}

/* 友情链接 */
.friendlink{
	margin-bottom: 30px;
}
.friendlink li:first-child{
	position: relative;
	display: block;
	padding: 10px;
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
	border-radius: 4px;
}
.friendlink li a{color: #666;}
.friendlink li a:hover{color: #006db2;}

/* footer */
footer{
	background-color: #F0F0F0;
	padding-top: 30px;
	padding-bottom: 10px;
}
.footer-menu li{
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	margin-left: 20px;
	padding-right: 20px;
	height: 180px;
}
.footer-menu li h4{
	font-size: 15px;
	margin-bottom: 5px;
}
.footer-menu li p{
	margin: 0px;
	line-height: 23px;
}
.footer-menu li p a{color: #666;}
.footer-menu li p a:hover{color: #006db2;}
.footer-menu li:first-child{margin-left: 0px;}
.footer-menu li:last-child{border-right-width: 0px;}
.footer-group img{
	margin: 10px;
}
.address{
	color: #666;
	font-size: 12px;
}
.address .col-md-6{
	text-align: center;
}
.address .col-md-6 img{
	margin-bottom: 5px;
}
.address .col-md-12 p{
	line-height: 20px;	
}
.address .col-md-12 p a{color: #666;}
.address .col-md-12 p a:hover{color: #006db2;}

/* 栏目展开菜单 */
.blueMenu{
	background-color: #006db2;
	color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.blueMenu i.fa{
	display: block;
	float: right;
}
.sideMenu{  border:1px solid #ddd;  }
.sideMenu h3{
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: #5bc0de;
	cursor: pointer;
	font-size: 16px;
	font-style: normal;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}
.sideMenu h3 em{
	color: #fff;
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
}
.sideMenu h3 a{color: #fff;}
.sideMenu h3.on em{
	color: #fff;
}
.sideMenu ul{ padding:8px 15px; color:#666; display:none; /* 默认都隐藏 */ }
.sideMenu ul li{position: relative;}
.sideMenu ul li a{
	line-height: 35px;
	color: #006db2;
	font-size: 15px;
	display: block;
	padding-left: 10px;
}
.sideMenu ul li .sideimg span{
	display: none;
	position: absolute;
	left: 230px;
	top: -37px;
	width: 250px;
	z-index: 9999;
	background-attachment: scroll;
	background-image: url(../images/triangle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px;
}
.sideMenu ul li .sideimg span img{
	border: 1px solid #ddd;
	padding: 10px;
	background-color: #FFF;
}
.sideMenu ul li a:hover{
	color: #fff;
	background-color: #006db2;
}
.thumbeye{
}
.thumbeye li{
	display: inline;
}
.thumbeye li:first-child {
	color: #666;
	line-height: 34px;
}
.thumbeye li > a {
    float: right;
}

.thumbnail .thumb-list-img {
    height: 167px;
    width: 252px;
    display: block;
    overflow: hidden;
}
.thumbnail .thumb-list-img img{height: 167px;
    width: 252px;}
/* 产品 */
.place{
	margin-top: 10px;
	color: #666;
}
.place a{color: #666;}
.place a:hover{color: #006db2;}
.product .row .col-md-4 .thumbnail{
	height: 397px;
}
.product .row .col-md-4 .thumbnail p.desc{
	height: 80px;
}

/* 产品详情页 */
.article .panel-body{padding: 15px 0px;}
.title{
	margin-top: 30px;
}
.title-info{color: #666;}
.online{
	line-height: 23px;
	color: #666;
	float: left;
	margin-left: 10px;
}
.online img{
	margin-right: 15px;
}
.share span{
	display: block;
	float: left;
	line-height: 30px;
	clear: both;
}
.titlebody{
	line-height: 30px;
	padding: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.tag {
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
.tag a{
	margin-right: 10px;
}
.context {
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 30px;
}
.relevant{}
.relevant h2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 35px;
	height: 35px;
}
.relevant h2 strong{
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006db2;
	line-height: 35px;
	height: 35px;
	font-size: 18px;
	display: block;
	width: 75px;
	text-align: center;
}
.relevant ul li{
	line-height: 30px;
	float: left;
	height: 30px;
	width: 50%;
}
/* 工程案例 */
.project-case{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 40px;
	height: 40px;
	margin-bottom: 20px;
}
.project-case span a{
	display: block;
	float: left;
	color: #006db2;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006db2;
	padding-right: 15px;
}
.project-case span a:hover{
	color: #006db2;
	border-bottom-color: #006db2;
}
.project-case ul li{
	float: left;
}
.project-case ul li.thisclass a{background-color: #00a13a;} 
.project-case ul li a{
	font-size: 14px;
	padding: 0px 15px;
	display: block;
}
.project-case ul li a:hover{
	color: #FFF;
	background-color: #006db2;
}
.project-case ul li a.thisclass{
	color: #FFF;
	background-color: #006db2;
}
.project-case label{
	float: right;
	color: #666;
	font-weight: normal;
}
.project-list{
	height: 387px;
	position: relative;
}
.project-list h4{
	font-size: 16px;
	text-align: center;
}
.project-list h4 a b{
	font-weight: normal;
}
.project-list span{
	position: absolute;
	left: 35%;
	bottom: 20px;
}
/* 工程详情页 */
.product-title{
	text-align: center;
}
.product-info{
	color: #666;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.product-info small{
	margin-right: 10px;
	font-size: 14px;
}
.product-info li{
	float: left;
	width: 50%;
	text-align: right;
	line-height: 30px;
}
.product-info li:last-child span{
	display: block;
	float: left;
}
/* 新闻 */
.list-news{
	padding-right: 15px;
	padding-left: 15px;
}
.list-news li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.list-news li h5{color: #666;}
.list-news li h5 span{
	margin-left: 20px;
}
.list-news li p{
	color: #666;
}

/* 下载中心 */
.index-soft{
	text-align: center;
	margin-bottom: 20px;
}
.index-soft h2{
	background-color: #e2f0f1;
	margin: 0px;
	height: 35px;
	
}
.index-soft a{
	font-size: 15px;
	color: #006db2;
	font-weight: bold;
	line-height: 35px;
}
.soft-img {
    height: 220px;
    width: 335px;
    display: block;
    overflow: hidden;
}
.soft-img:hover img {
    transform: scale(1.5,1.5);
    -webkit-transition: 0.6s;
    -ms-transition: 0.5s;
}
.list-soft .media{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.list-soft .media .media-left img{
	border: 1px solid #ccc;
	margin-right: 15px;
	width: 190px;
}
.list-soft .media .media-body p{
	color: #666;
	line-height: 30px;
	margin: 0px;
}
.list-soft .media .media-body p span{
	margin-right: 20px;
}
#softlinks li{
	float: right;
	margin-right: 20px;
}

/* 搜索结果页 */
.search-list li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.search-list li p{
	line-height: 25px;
	color: #666;	
}
.search-list li span small{
	font-size: 14px;
	margin-right: 10px;
}

/* 网站地图 */
.linkbox{
	clear: both;
	float: left;
}
.linkbox h3{font-size: 20px;}
.linkbox .f6 li{
	float: left;
}
.linkbox .f6 li a{
	padding: 10px;
	display: block;
}
.linkbox .f6 li a:hover{
	padding: 10px;
	background-color: #006db2;
	color: #fff;
	border-radius: 4px;
}

/* tag标签 */
.tags_list{
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.tags_list dl{
	border: 1px solid #CCC;
	border-radius: 4px;
}
.tags_list dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	text-indent: 15px;
}
.tags_list dd{
	padding: 25px;
	line-height: 45px;
}
.tags_list dd a{
	margin-right: 10px;
	line-height: 40px;
}
.tags_list dd a:hover{
	color: #FFF;
	background-color: #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.tags_list a.tagc1{
	font-size: 16px;
	color: #FF0084;
}
.tags_list a.tagc2{
	font-size: 17px;
	color: #4096EE;
}
.tags_list a.tagc3{
	font-size: 18px;
	color: #006E2E;
}
.tags_list a.tagc4{
	font-size: 19px;
	color: #008C00;
}
.tags_list a.tagc5{
	font-size: 20px;
	color: #FF7400;
}
.tags_list a.tagc6{
	font-size: 21px;
	color: #CC0000;
}
.tags_list a.tagc7{
	font-size: 22px;
	color: #FF1A00;
}
.tags_list a.tagc8{
	font-size: 23px;
	color: #36393D;
}
.tags_list a.tagc9{
	font-size: 24px;
	color: #C3D9FF;
}
.tags_list a.tagc10{
	font-size: 25px;
	color: #CDEB8B;
}
.tags_list a.tagc11{
	font-size: 26px;
	color: #FF6600;
}
.tags_list a.tagc12{
	font-size: 27px;
	color: #006699;
}

/* 会员注册 */
#login{
	margin-top: 30px;
}
#login .row h3{
	text-align: center;
	font-size: 20px;
}
#login .row h3 strong{
	color: #00a13a;
}
#regUser .form-group em{
	font-style: normal;
}

/* 会员登陆 */
.userLogin{
	margin-top: 40px;
	margin-bottom: 40px;
}
.user-logoin span{
	position: absolute;
	top: 20px;
	right: 35px;
}
.user-logoin span a{
	color: #f00;
}
.user-logoin span a:hover{
	color: #fff;
	background-color: #006db2;
	padding: 5px;
	border-radius: 4px;
}
.outside-login-btn {
	line-height: 34px;
	height: 34px;
}
.outside-login-btn em {
	border-radius: 50%;
	background-color: #12b7f5;
	color: #FFF;
	font-size: 16px;
	height: 34px;
	display: block;
	width: 34px;
	float: left;
	text-align: center;
	line-height: 34px;
	margin-right: 5px;
}
/* 会员中心 */
.userCenter{
	margin-top: 40px;
	background-color: #f5f5f5;
	margin-bottom: 40px;
	border-radius: 4px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.userCenter .col-md-2 h3{
	margin: 15px 0px;
}
.userCenter .col-md-2 dl dd{
	line-height: 25px;
}
.userCenter h5{
	line-height: 40px;
	height: 40px;
}
.userCenter h5 strong{
	font-weight: normal;
	display: block;
	float: left;
}
.userCenter h5 span{
	float: right;
	display: block;
}
.userCenter .loginID{
	border-radius: 100px 10px 10px 100px;
	line-height: 170px;
	height: 170px;
	background-color: #FFF;
	font-size: 24px;
	text-align: center;
	float: left;
	width: 40%;
}
.userCenter .vip{
	border-radius: 10px;
	height: 170px;
	background-color: #FFF;
	float: left;
	width: 60%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #f5f5f5;
	padding-top: 50px;
	padding-left: 50px
}
.userCenter .vip p span{
	margin-right: 20px;
}

.study-bg{
	background-color: #FFF;
	border-radius: 10px;
	border: 1px solid #fff;
}
.study-bg table tbody tr td a{
	color: #666;
	background-attachment: scroll;
	background-image: url(../images/square.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	clear: both;
	width: 100%;
	text-indent: 10px;
}
.study-bg table tbody tr td a span{
	margin-left: 5px;
}
/* 提示信息 */
.view_msg {
	margin-top: 20px;
	margin-bottom: 40px;
}
.view_msg .row table tr th{
	text-align: center;
	width: 17%;
}


/*网页右侧悬浮深蓝色qq在线客服代码*/
.rides-cs {
	font-size: 12px;
	position: fixed;
	top: 250px;
	right: 0px;
	_position: absolute;
	z-index: 1500;
	border-radius: 6px 0px 0 6px;
	background-color: #006db2;
}
/* .rides-cs a { color: #00A0E9;} 
.rides-cs a:hover { color: #ff8100; text-decoration: none;} */
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {
	background: #F7F7F7;
	border-radius: 6px;
	margin-top: 4px;
	height: 250px;
}
.rides-cs .cn .titZx{
	font-size: 14px;
	color: #333;
	font-weight: 600;
	line-height: 24px;
	padding: 5px;
	text-align: center;
	margin: 0px;
}
.rides-cs .cn ul {
	padding: 0px;
	list-style-type: none;
}
.rides-cs .cn ul li {
	line-height: 35px;
	height: 35px;
	border-bottom: solid 1px #E6E4E4;
	overflow: hidden;
	text-align: center;
}
.rides-cs .cn ul li span { color: #666;}
/* .rides-cs .cn ul li a{color: #666;} */
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(../images/lanrenzhijia.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: 0 0;}
.rides-cs .btnCtn { background-position: -37px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}

/* 返回顶部及首页 */
/*clearboth*/
.clearfix:after{content:'.';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{*zoom:1;}
.clearfix .clear{_height:0px;}
/*gotop*/
.cbbfixed {
	position: fixed;
	right: 50px;
	transition: bottom ease .3s;
	bottom: -125px;
	z-index: 999;
	cursor: pointer;
}
.cbbfixed .cbbtn {
	width: 60px;
	height: 60px;
	display: block;
	background-color:#006db2;
}
.cbbfixed .gotop {transition: background-color ease .3s;margin-top: 1px;}
.cbbfixed .gotop .up-icon{
	float: left;
	width: 23px;
	height: 12px;
	background: url(../images/side-icon02.png);
	margin-top: 24px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 19px;
}
.cbbfixed .gotop:hover {background-color:#2c2d2e;}
.cbbfixed .gocar:hover {background-color:#2c2d2e;}
.cbbfixed .cweixin:hover {background-color:#2c2d2e;}
.cbbfixed .cweixin {
	text-align: center;
	color: #FFF;
	line-height: 60px;
	background-color:#006db2;
}
.cbbfixed .gocar {
	transition: background-color ease .3s;margin-top: 1px;
	background: #03A9F4;
	text-align: center;
	color: #FFF;
	line-height: 60px;
}
/* .cbbfixed .cweixin div {background: url(../images/erwei.png);width: 194px;height: 199px;position: absolute;left: -194px;top: -115px;opacity: 0;transform: scale(0);    -webkit-transform: scale(0);transform-origin: 100% 70%;-webkit-transform-origin: 100% 70%;transition: transform ease .3s,opacity ease .3s;-webkit-transition: all ease .3s;display:none\0;*display:none;}
.cbbfixed .cweixin:hover div {display: block;transform: scale(1);-webkit-transform: scale(1);opacity: 1;*display:block;} */
.cbbfixed .cweixin .weixin-icon{
	float: left;
	margin: 12px 0 0 11px;
	width: 18px;
	height: 18px;
}

/* 兼容IE */
.ie6 thumbnail {
	float: left;
	clear: none;
}
.ie7 thumbnail{
	float: left;
	clear: none;
}
.ie8 .thumbnail {
	float: left;
	clear: none;
}

@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* 媒体查询*/
@media screen and (min-width: 1920px) {

}
@media screen and (min-width: 1400px)  and (max-width: 1900px) {

}

@media screen and (min-width: 1366px) and (max-width: 1399px)
{

} 

@media screen and (min-width: 1200px) and (max-width: 1360px) {
	

} 

@media screen and (min-width: 960px) and (max-width: 1199px) { 

}

@media screen and (min-width: 768px) and (max-width: 959px) {
	
	
}

@media only screen and (min-width: 480px) and (max-width: 768px){ 
	
} 

@media only screen and (max-width: 479px) { 

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	body { padding-top: 50px; background-image: none;}
	.navbar-brand{
		padding: 5px 15px 5px 15px;
	}
	.navbar-brand img{
		height: 45px;
	}
	.navbar-menu{
	font-size: 15px;
	}
	.index-case{
		margin-top: 0px;
		font-size: 24px;
	}
	.thumbnail .thumb-img {
		height: 200px;
		width: 320px;
	}
	.thumbcase{height: auto;}
	.thumbcase .case-img {
		height: 200px;
		width: 320px;
	}
	.thumbcase .case-info h3{margin-top: 10px;}
	.thumbcase .case-info h3 a{
		font-size: 18px;
	}
	.news .news-list li a{
		width: auto;
		line-height: 26px;
		height: 26px;
	}
	.news .news-list li a:hover{
		width: auto;
		line-height: 26px;
		height: 26px;
	}
	
	.thumbnail .thumb-list-img {
		height: 200px;
		width: 320px;
	}
	.thumbnail .thumb-list-img img {
   		height: 200px;
		width: 320px;
	}
	.title{
		font-size: 22px;
		margin-top: 15px;
	}
	.hidden-xs-100{padding-bottom: 60px;}
	.top40 {
   	 margin-top: 0px;
	}
	.mfooter {
		line-height: 30px;
		padding: 10px 0;
		text-align: center;
		background: #006db2;
	}
	.mfooter a, .mfooter a:hover{color: #fff; font-size: 1.6rem}
	
	.product-title{
		text-align: left;
		font-size: 18px;
	}
	.product-info li{
		width: 100%;
		text-align: left;
	}
	.online span{
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
	.context li{

	}
	.titlebody{padding: 0px;}
	.panel-body{
	padding-right: 0px;
	padding-left: 0px;
}
	.list-soft .media .media-left img{
		margin-right: 5px;
		height: 160px;
		width: 120px;
	}
	.list-soft .media .media-body p {
		line-height: 23px;
	}
	.list-soft .media .media-body p span {
		float: left;
		width: 100%;
		display: block;
	}
	.soft-img {
		height: auto;
		width: auto;
	}
	
	.view_msg .row table tr th{
		width: 30%;
	}
	
	.userLogin{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.userCenter {
		margin-top: 0px;;
	}
	.userCenter .vip{
		padding-left: 20px;
		padding-top: 30px;
	}
	.userCenter .vip p span {
		float: left;
		width: 100%;
		display: block;
	}

	#login{
		margin-top: 0px;
	}

}

@media only screen and (max-device-width : 320px) {
	.thumbnail .thumb-img {
		height: 170px;
		width: 280px;
	}
	.thumbcase .case-img {
		height: 170px;
		width: 280px;
	}
	.thumbnail .thumb-list-img {
		height: 170px;
		width: 280px;
	}
	.thumbnail .thumb-list-img img {
	   	height: 170px;
		width: 280px;
	}
	.news .news-list li a {
		width: 240px;
	}
	.news .news-list li a:hover {
		width: 240px;
	}
}