@CHARSET "UTF-8";
a{ 
	color:#333; 
	outline:0; 
	text-decoration: none; 
	transition: all 0.5s ease; 
}
a:hover{ 
	color:#E3A91A; 
	text-decoration: none;
}
body { 
	background:#f0f0f0; 
	font-family:Arial,"Microsoft YaHei","微软雅黑","苹方";
 }
body.body-white {
	background: #fff; 
	padding-top:70px;
	
}
ul{
	padding:0px;
}
li{
	list-style-type:none;
}
.container-fluid{ padding:5px 3%;}
.container-fluid:after,.container-fluid:before,.container:after{
    display: block;content: "";clear: both;
}
/* 图片缩放 start */
.imgboxes{
	width: 100%;
	/*height: 300px;*/
	overflow: hidden;
}
.list-equipment{
	margin:30px 0;
}
.list-equipment ul li{
	text-align:center;
	line-height:30px;
}
.imgboxes img{
	cursor: pointer;
	transition: all 0.5s;
	width:100%;
	height:100%;
}
.imgboxes img:hover{
	transform: scale(1.1);
}
/* 图片缩放 end */

/* 弹窗图片 start */

/* 触发弹窗视频的样式 */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
#myImg:hover {opacity: 0.7;}

/* 弹窗背景 */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top:9vw; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* JavaScript 视频弹窗 */
.modal-content {
	margin: auto;
	display: block;
	max-width: 700px;
	-height:80%;
	max-height:80%;
}

/* 文本内容 */
#caption {
	margin: auto;
	display: block; 
	-max-width: 700px; 
	text-align: center; 
	color: #ccc; 
	padding: 10px 0; 
	height: 150px;
}

/* 添加动画 */
.modal-content,#caption { 
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} to {transform:scale(1)}
}

/* 关闭按钮 */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #fff!important;
	font-size: 80px;
	font-weight: bold;
	transition: 0.3s;
}
.close:hover,.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 小屏幕中视频宽度为 100% */
@media only screen and (max-width: 700px){
	.modal-content {width: 100%;}
}
/* 弹窗图片 end */

/*tc widget*/
.tc-main { margin-top: 20px;}

/*tc-box*/
.tc-box { background: #fff; padding: 5px 10px; margin: 0 0 10px 0;}
.body-white .tc-box{ border: solid 1px #eee;}
.tc-box.first-box { margin: 0 0 10px 0;}
.tc-box.article-box { padding: 5px 20px;}
/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container { width: 25%; float: left;}
.tc-gridbox{-webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; border: solid 1px #eee; background: #fff; cursor: pointer;}
.tc-gridbox{margin: 0 10px 20px 10px;}
.tc-gridbox:hover{-webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1); -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1); box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);}
.tc-gridbox a{text-decoration: none;}
@media (max-width: 979px){.tc-gridbox{display: block; float: none; width: 95%;}}

@media (max-width:979px){
    .tc-gridbox-container{display: block; float: none; width: 100%;}
.tc-gridbox{margin: 0 0 10px 0;}
    
}

.tc-gridbox .header{padding-top: 0px; padding-right: 0px; padding-left: 0px; text-align: center; background: #fff;}
.tc-gridbox .footer{padding: 5px 14px 5px 14px; text-align: right; background: #fff;}
.tc-gridbox .header .item-image{overflow: hidden; width: 100%; height: 0; padding-bottom: 100%;}

.tc-gridbox .header img{margin-bottom: 5px;width: 100%;/*-webkit-transition: all 0.8s ease-in-out;*//*-moz-transition: all 0.8s ease-in-out;*//*-o-transition: all 0.8s ease-in-out;*//*-ms-transition: all 0.8s ease-in-out;*//*transition: all 0.8s ease-in-out;*/}
.tc-gridbox .header img:hover{/*-webkit-transform: scale(1.2) rotate(2deg);*//*-moz-transform: scale(1.2) rotate(2deg);*//*-o-transform: scale(1.2) rotate(2deg);*//*-ms-transform: scale(1.2) rotate(2deg);*//*transform: scale(1.2) rotate(2deg);*/}

.tc-gridbox .header h3{color: #454a4e; margin: 0 5px; font-size: 16px; text-overflow: ellipsis; overflow: hidden; line-height: 24px;}
.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover{color: #454a4e; white-space: nowrap;}
.tc-gridbox .header .meta{color: #5a6065;}
.tc-gridbox .header hr{border-top-color: #eee; border-bottom: none; margin: 5px 0;}
.tc-gridbox .body{padding-right: 14px; padding-left: 14px; margin-bottom: 14px; color: #343a3f;}
.tc-gridbox .body a{color: #666;}
.tc-gridbox .body a:hover{color: #428bca;}
.tc-gridbox .btn{float: right; margin-right: 10px; margin-bottom: 18px;}

/*masonary*/
.masonary-container .item{margin-bottom: 20px;}
.masonary-container .item h3{line-height: 100%;}
.masonary-container .grid-sizer, .masonary-container .item{width: 24.9%; margin: 10px 0.05%; float: left; zoom: 1;}

/*list Boxes*/
.list-boxes{overflow: hidden;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;word-wrap: break-word;word-break: break-all;margin-bottom:15px;padding:50px;}
.list-boxes h2 a{color: #555;}
.list-boxes:hover h2 a{color: #E3A91A;}
.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}
.list-boxes p a{color: #E3A91A;}
.list-boxes .list-boxes-img li i{color: #E3A91A; font-size: 12px; margin-right: 5px;}
.list-boxes .list-boxes-img img{display: block; margin: 5px 10px 10px 0;}
.list-boxes h2{margin-top: 0; font-size: 20px; line-height: 20px;}
.list-boxes ul.list-boxes-rating li{display: inline;}
.list-boxes ul.list-boxes-rating li i{color: #f8be2c; cursor: pointer; font-size: 16px;}
.list-boxes ul.list-boxes-rating li i:hover{color: #f8be2c;}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i{color: #fff;}

/*Red list Box*/
.list-boxes-red{background: #e74c3c;}

/*Blue list Box*/
.list-boxes-blue{background: #3498db;}

/*Grey list Box*/
.list-boxes-grey{background: #95a5a6;}

/*Turquoise list Box*/
.list-boxes-sea {background: #1abc9c;}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {border-top: solid 2px #1abc9c;}
.list-boxes-top-sea:hover {border-top-color: #16a085;}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {border-top: solid 2px #f1c40f;}
.list-boxes-top-yellow:hover {border-top-color: #f39c12;}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {border-left: solid 2px #e67e22;}
.list-boxes-left-orange:hover {border-left-color: #d35400;}

/*Green Left Bordered list Box**/
.list-boxes-left-green {border-left: solid 2px #E3A91A;}
.list-boxes-left-green:hover {border-left-color: #5fb611;}

/*Green Right Bordered list Box**/
.list-boxes-right-u {border-right: solid 2px #E3A91A;}
.list-boxes-right-u:hover {border-right-color: #5fb611;}

/*comments*/
.comment {margin-bottom: 10px;}
.comment .avatar {height: 40px;width: 40px;}
.comment-body {overflow: hidden;}
.comment-content {padding-bottom: 2px;word-break: break-all;word-wrap: break-word;}
.comment > .pull-left {margin-right: 10px;}
.comment .time {color: #ccc;font-size: 12px;line-height: 14px;}
.comment-postbox-wraper {}
.comment-postbox {width: 100%;padding: 10px;}
.comment-reply-box {position: relative;}
.comment-reply-box .textbox {width: 100%}
.comment-reply-submit .btn {margin-top: 20px;}

/*ranking box*/
.ranking ul li{padding: 5px 0; height: 36px; line-height: 36px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px dashed #f0f0f0;}
.ranking ul.unstyled li i{margin-right: 5px;}
.ranking li i{display: inline-block; width: 20px; height: 20px; line-height: 20px; margin-right: 15px; font-style: normal; font-weight: bold; color: #FFF; text-align: center; vertical-align: middle; background-color: #aaa;}
.ranking li.top3 i{background: #E3A91A;}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner{padding: 10px; background: #f7f7f7; position: relative; margin-bottom: 10px; /*border-top: solid 2px #eee;*/}
.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before{transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before{width: 0; height: 0; right: 0px; bottom: 0px; content: " "; display: block; position: absolute;}
.comment-ranking .comment-ranking-inner:after{border-top: 15px solid #eee; border-right: 15px solid transparent; border-left: 0px solid transparent; border-left-style: inset; /*FF fixes*/ border-right-style: inset; /*FF fixes*/}
.comment-ranking .comment-ranking-inner:before{border-bottom: 15px solid #fff; border-right: 0 solid transparent; border-left: 15px solid transparent; border-left-style: inset; /*FF fixes*/ border-bottom-style: inset; /*FF fixes*/}
.comment-ranking .comment-ranking-inner:hover{border-color: #FC9B0B; border-top-color: #FC9B0B; background: #f0f0f0;}
.comment-ranking .comment-ranking-inner:hover:after{border-top-color: #FC9B0B;}
.comment-ranking .comment-ranking-inner span.comment-time{color: #777;display: block;font-size: 11px;}
.comment-ranking .comment-ranking-inner a{text-decoration: none;}
.comment-ranking .comment-ranking-inner a:hover{text-decoration: underline;}
.comment-ranking .comment-ranking-inner i.fa{top: 2px; color: #bbb; font-size: 18px; position: relative;}

/*ThinkCMF Photos*/
ul.tc-photos{margin: 0;}
.tc-photos li{display: inline;}
.tc-photos li a{text-decoration: none;}
.tc-photos li img{opacity: 0.6; width: 50px; height: 50px; margin: 0 2px 8px; border: 1px solid #ddd;}
.tc-photos li img:hover{opacity: 1;border: 1px solid #f90;/* box-shadow: 0 0 0 1px #f90; */}

/* Blog Posts */
.posts .dl-horizontal a{}
.posts .dl-horizontal{margin-bottom: 15px; overflow: hidden;}
.posts .dl-horizontal dt{width: 110px; float: left;}
.posts .dl-horizontal dt .img-wraper{display: block; width: 110px; height: 80px; _padding: 1px; margin-top: 2px; _border: solid 1px #ddd;}
.posts .dl-horizontal dt img{width: 100%; height: 100%; /* width: 55px; height: 55px; padding: 1px; margin-top: 2px; border: solid 1px #ddd; */}
.posts .dl-horizontal dd{margin-left: 130px;}
.posts .dl-horizontal dd p{margin: 0;}
.posts .dl-horizontal:hover dt img,.posts .dl-horizontal:hover dd a{color: #FC9B0B; border-color: #FC9B0B !important; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}
.posts .dl-horizontal .list_boxes_img_one{ height:80px; overflow: hidden;}
.posts .dl-horizontal .list_boxes_img_one img{ cursor: pointer; transition: all 0.6s; min-width:100%; min-height:100%;}
.posts .dl-horizontal .list_boxes_img_one img:hover{ transform: scale(1.4);}
.page-nav{ margin:0; padding:0; text-align:center;}

/* header 头部通用 */
.navbar{
    position: relative;z-index: 9;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position:absolute;
}
/* .navbar-fixed-top, .navbar-fixed-bottom {position:fixed;} */
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	margin-right: 0px;
	margin-left: 0px;
}
.navbar .nav .user {
	padding: 0;
	line-height: 70px;
}
.navbar .nav .user .headicon { 
	margin: 0 5px; 
	height: 30px;
}
.navbar .nav .user .caret { 
	vertical-align: middle; 
	margin: 0 5px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: rgba(0, 0, 0, 0.00);
	color:#E3A91A!important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none; 
	background-color: #E3A91A;
}
.nav>li>a:hover{ color:#333;}	
.navbar-default .navbar-nav>li>a:focus {
	color: #333; 
	background-color: rgba(0, 0, 0, 0.00);
}
.nav>li>a { 
	position: relative; 
	display: block;
}
.navbar-nav>li>a{ 
	padding-top:10px; 
	padding-bottom:10px; 
	color:#333;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #E3A91A!important; 
	background-color: rgba(0, 0, 0, 0.00);
}
.navbar-brand{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	background-color: transparent;
	text-decoration: none;
	float: left;
	color: #428bca;
	padding:5px 0 5px 0;
}
.navbar-brand img{
	max-height:100%; height: 60px;
}

/* 当前色 */
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus { 
	color: #E3A91A!important; 
	background-color: transparent!important;
}

/* 默认色 */
.navbar-default .navbar-nav>li>a {
	color: #333!important; 
	font-size:16px;
}

/* 一级菜单光标移上去的颜色 */
.navbar-default .navbar-nav>li>a:hover{
	color:#E3A91A!important; 
	background:transparent;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	color: #fff;	
	background-color: transparent;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #fff;	
	border-color: transparent;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #333;
}

/* 二级菜单光标移上去的颜色 */
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	text-decoration: none;	
	color: #E3A91A; 
	background-color:transparent;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	color: #E3A91A; 
	text-decoration: none;
	outline: 0;
	background-color: transparent;
}
.navbar { 
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1); 
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fff,endColorStr=#fff); /*IE*/
	background:-moz-linear-gradient(top,#fff,#fff);/*火狐*/
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#fff));/*谷歌*/
}
.pc-logo{
	font-size:26px;color: #333;
	font-weight:bold;
}
.pc-logo strong{
	line-height:40px;padding-top:4px;display: block;
}
.pc-logo p{
	font-size:16px;color: #E3A91A;
}
.pc-logo img{
	margin-right:30px;
}

/* ismobile 移动端*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #026EB8;
}

/* page 分页 */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #026EB8;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #026EB8;
	background-color: #e6e6e6;
	border-color: #ddd; 
}
.headtitle h2, .headtitle h3, .headtitle h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #026EB8;
	font-family:'微软雅黑';
}

/* footer 底部通用 */
.footer{ 
	width:100%; 
	background:url(images/footer_bg.jpg) no-repeat; 
	overflow:hidden;
}
.footer_contactus{ 
	padding:40px 0 50px 0;
}
.footerMenuNav{
	padding:20px 0 50px 0;
}
.footer_contactus span{ 
	font-size:18px; 
	color:#fff;
}
.footer .footer-logo{ 
	text-align:center;
}
.footer a,.footer-info a{ 
	color:#C0C0C0;
}
.footer a:hover,.footer-info a:hover{ 
	color:#E3A91A;
}
.footer-info{ 
	color:#666; 
	background:#353535;
	padding:10px 0; 
	margin-top:15px;
}
.footer-info li{ list-style-type:none; font-size:14px; text-align:center; color:#C0C0C0;}
.footer-nav ul li{ list-style-type:none; line-height:25px; }
.footer-nav .item{ 
	border-right:1px dashed #9c9c9c; 
	overflow:hidden; 
	height:220px; 
} 
.footer .links{ background:#3a3a3a; padding:15px 0; color:#fff;}
.footer .linkssy{text-align:center; margin-bottom:30px; font-size:30px;padding:20px 0 10px 0;}
.footer .links li{ list-style-type:none;}
.footer-nav ul .dropdown-custom{ float:left; }
.footer h5{ font-size:16px; margin-top:0px; }
.footer h4{ color:#666; margin-bottom:15px;}
.footer p{ color:#C0C0C0; margin-top:10px; margin-bottom:10px;}
.footer-contact{ text-align:left; color:#666;}
.footer .logo_foter{ width:100%; }
.footer .logo_foter img{ width:100%; max-width:100%;}
.footer-contact .time{ line-height:32px; font-size:14px; color:#fff;}
.footer-contact .time i{ padding:0 19px;}
.footer-contact .tel,.footer-contact .mail,.footer-contact .address,.footer-contact .phone,.footer-contact .fax{ font-size:14px; line-height:30px; color:#C0C0C0}
.footer-contact .tel i,.footer-contact .mail i,.footer-contact .address i,.footer-contact .phone i,.footer-contact .fax i{ padding-right:15px;}
.footer-info .container{padding:0px;}
.footer .dropdown-toggle{ font-size:14px; padding:15px 0; color:#fff;}
.footer .dropdown{ font-size:14px; }
.weixin{ text-align:left; font-size:14px; text-align:center; margin-top:30px; color:#fff;}
.navbar-socialmedia__items{ text-align:right; padding-top:10px;}
.navbar-socialmedia__items .icon-external{ margin:0 5px;}
.footer_weixin ul li{ float:left; padding-top:30px;}
.footer_weixin img{ padding:5px; margin:5px; border:1px solid #cdcdcd; width:113px;}
.footer-nav{ 
	padding-top:15px;
	overflow:hidden;
}

/*subnav 子导航栏目高亮*/
#subnav {width: 100%; background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);}
#subnav ul li {	line-height:50px; height:50px; padding:0 20px; text-align:center; margin:0 0.5px; list-style:none; float:left; *float:none; *display:inline; *zoom:1;}
#subnav ul {display:table; margin-left:auto; margin-right:auto; padding:0 15px; margin-bottom:0px;}
#subnav ul .active {color: #fff; background: #E3A91A;}
#subnav ul li:hover {color: #fff; background: #E3A91A; }
#subnav ul li a{ color: #fff;}
.subnav-current-position {border-bottom: 1px solid #d6d6d6;	overflow: hidden;-height: 63px;	}
.subnav-current-position ul,.subnav-current-position ol {margin: 0px;overflow: hidden;padding: 0px;	}
.subnav-current-position-search {border-bottom: 1px solid #d6d6d6;	overflow: hidden;background: #f5f5f5;padding: 40px 0;}
.subnav-current-position-search ul,	.subnav-current-position-search ol {margin: 0px;overflow: hidden;padding: 0px;	}

/* current-position 当前位置 */
.current-position {
	line-height:50px;
	font-size:14px;
	color:#333;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
	overflow:hidden;
	margin-bottom:15px;
}
.current-position .breadcrumb li {list-style-type: none;}
.current-position .breadcrumb li a {color: #999;}
.current-position .breadcrumb li a:hover {color: #E3A91A;}
.current-position .breadcrumb img{ margin-right:10px;}
.current-position .breadcrumb {margin-bottom: 0px!important;list-style-type: none;background-color: #fff!important;color:#999;}
.current-position .breadcrumb .fa{ color:#E3A91A; font-size:16px;}
.current-position ul{ padding:0px; }
.current-position-search {width: 100%;text-align: right;font-size: 12px;padding: 30px 0;}
.current-position-search ul {padding: 0px}
.current-position-search ul li {list-style-type: none;}
.current-position-search ul li a {color: #acacac;}
.current-position-search ul li a:ahover {color: #E3A91A;}
.current-position-search i {color: #E3A91A; padding-right: 5px; font-size: 18px;}
.current-position-search .breadcrumb-search {padding: 0px;margin-bottom: 0px;list-style: none;border-radius: 0;line-height: 62px;background: #acacac;}
.current-position-search span {color: #666;}

/* column banner 栏目页banner */
.column_banner {
	position:relative;
}
.column_banner .bgimg{ 
	height:260px;
}
.bgimg{ 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
}
.bgtxt{
	position: absolute; 
	top: 50%; 
	left: 0; 
	text-align: center; 
	width: 100%; 
	transform: translateY(-50%); 
	color: #fff;
}
._bgtxt strong{
	font-size: 18px; 
	line-height: 34px; 
	font-weight: normal; 
	letter-spacing: 2px; 
	display: block; 
	-display:none;
}

/* page-contactus 联系我们 */
.page-contactus{ 
	width:100%; 
	padding:15px 0;
}
.page-contactus h1,
.page-contactus h2,
.page-contactus h3{color: #333;
	text-align:center;
}
.page-contactus h1{
	font-size:36px;
	font-weight:bold;
}
.page-contactus h2{
	border-bottom:1px solid #cdcdcd;
	font-size:18px;
	padding-bottom:10px;
}
.page-contactus h3{
	font-size:24px;
	font-weight:bold;
}

.page-contactus .list-paddingleft-2 li{
	line-height:50px;
	font-size:18px;
	padding-left:65px;
}
.page-contactus .list-paddingleft-2 li:nth-child(1){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -70px;
}
.page-contactus .list-paddingleft-2 li:nth-child(2){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -165px;
}
.page-contactus .list-paddingleft-2 li:nth-child(3){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -259px;
}
.page-contactus .list-paddingleft-2 li:nth-child(4){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -354px;
}
.page-contactus .list-paddingleft-2 li:nth-child(5){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -448px;
}
.page-contactus .list-paddingleft-2 li:nth-child(6){
	background:url(images/ico_all.png) no-repeat right;
	background-position:-945px -543px;
}
.page-contactus a{ color:#333;}
.page-contactus a:hover{ color:#E3A91A;}
.page-contactus .contact-info li{ line-height:40px; list-style-type:none; padding-left:30px;}
.page-contactus .contact-info li p{ margin:0px;}
.page-contactus .contact-map{list-style-type:none;}
.page-contactus-top h1{ text-align:center; margin-bottom:50px; }
.page-contactus-top p{ text-align:center; font-size:14px;}
.page-contactus-content{ margin-top:50px; overflow:hidden;}
.page-contactus-content ul li{ _float:left; _width:20%; text-align:center; }
.page-contactus-content h3{ color:#333; margin-bottom:30px; text-align:center;}
.page-contactus-content .fa{ color:#333; }
.page-contactus-content .fa-skype{ color:#00A3E2;}
.page-contactus-content .fa-qq{ color:#0094DD;}
.page-contactus-content .fa-map-marker{ color:#2F9529;}
.page-contactus-content .fa-envelope-o{ color:#D54C3F;}
.page-contactus-content .fa-volume-control-phone{ color:#952490;}
.bgtxt strong{font-size: 50px; line-height: 34px; font-weight: normal; letter-spacing: 2px; display: block; -display:none;}

/* page-about 关于我们 */
.page-about{ width:100%; padding:15px 0;}
.page-about ul{ padding:0px;}

/* rental-sales 租售中心*/
.rental-sales{ 
	width:100%; 
	padding:50px 0; 
	text-align:center; 
	background:url(images/banner-nr-bg.png) no-repeat; 
	background-size:100%;
	color:#fff;
}
.rental-sales h1{ margin-bottom:30px;}
.rental-sales p{ font-size:16px;}
.rental-sales strong{ padding:0 30px; font-size:24px; font-weight:normal;}
.rental-sales ul{ padding:0px;}

/* promise 定制服务承诺 */
.promise{ width:100%; padding:50px 0; background:url(images/customize.jpg) no-repeat; background-size: 100%; overflow:hidden;}
.promise ul{ padding:0px;}
.promise .title{ text-align:center; margin-bottom:50px;}
.promise .title h4{ font-size:30px; color:#333; font-family:'微软雅黑'; }
.promise .title p{ font-size:16px; color:#999;}
.promise ul li{ list-style-type:none; text-align:center; padding:0 40px;}
.promise ul li h5{ font-size:18px; }
.promise .fa{ color:#E3A91A;}

/* list-news 新闻列表页 */
.list-news{ width:100%; padding:15px 0; background:#fff; overflow:hidden;}
.list-news ul{ padding:0px; overflow:hidden;}
.list-news ul li{ clear:both; border-bottom:1px solid #e7e7e7; overflow:hidden;}
.list-news:hover .list-news-info p{ color:#333;}
.list-news-info p{ line-height:30px;}
.list-news .list-news-pic{ background:#fff; padding:15px; overflow:hidden;}
.list-news .list-news-nav{ background:#fff; padding:15px;}
.list-news .list-boxes-pic{ overflow: hidden;  }
.list-news .list-boxes-pic img{cursor: pointer;transition: all 0.6s; max-width:100%; min-height:100%;}
.list-news .list-boxes-pic img:hover{transform: scale(1.2);}
.list-news-pic h5{ line-height:20px; margin-bottom:15px; font-size:16px; font-weight:bold;}
.list-news .list_news_one ul{padding:0;}
.list-news .list_news_one ul li{ list-style:none; margin-bottom:30px; border:1px solid #eee; overflow:hidden; padding:15px 0 15px 0;}
.list-news .list_news_one .list_news_img_one{ width:100%; height:200px; overflow: hidden; border:1px solid #eee;}
.list-news .list_news_one .list_news_img_one img{cursor: pointer;transition: all 0.6s; max-height:100%; min-width:100%;}
.list-news .list_news_one .list_news_img_one img:hover{transform: scale(1.4);}
.content_text_1{ position:absolute; right:0; top:160px;}
.content_text_1 span{ margin:0 15px;}

/* news-details 新闻详情页 */
.news-details{ width:100%; padding:50px 0; background:#fff;}
.news-details #article_content{ margin-left:50px;}
.news-details .list-products-pic{ background:#fff; padding:15px; overflow:hidden;}
.news-details .list-products-nav{ background:#fff; padding:15px;}
.news-details .pro-pic-info{ background:#fff; overflow:hidden; padding-top:15px; padding-bottom:15px;}
.news-details h1{ font-size:24px; margin-bottom:25px; font-family:'微软雅黑'; color:#E3A91A; }
.news-details .article_content{ font-size:14px; padding-top:20px; padding-bottom:20px; width:100%; word-wrap:break-word;} 
.news-details .imgTextImgBox{ text-align:center;}
.news-details .left{ text-align:center;}
.news-details .fa{ color:#E3A91A;}
.news-details .ismobile{ display:none;}
.news-details-title1 h1{ color:#666; text-align:center; font-weight:bold;}
.news-details-time{ background:#fafafa; height:40px; line-height:40px; padding:0 10px;}
.news-details-time .left{ float:left; }
.news-details-time .right{ float:right;}
.news-details-time .left .fa{ color:#e4e4e4; font-size:18px;} 
.news-details-time .right .fa{ font-size:20px; line-height:40px;} 
.news-details-time .right a{ font-size:14px;}
.news-details-info{ padding:50px 0;}
.news-details-page{margin-bottom:75px;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;padding:0 25px;line-height:50px;height:52px;}
.news-details-page .prev{ font-size:16px; float:left;}
.news-details-page .prev i{float:left;height:19px;width:30px;margin:16px 13px 0px 0px;background:url(images/prev.png) no-repeat left top;}
.news-details-page .prev i:hover{float:left;height:19px;width:30px;margin:16px 13px 0px 0px;background:url(images/prev.png) no-repeat right top;transition: all 0.5s ease;}
.news-details-page .next{ font-size:16px; float:right;}
.news-details-page .next i{float:right;height:19px;width:30px;margin:16px 0px 0px 13px;background:url(images/next.png) no-repeat right top;}
.news-details-page .next i:hover{float:right;height:19px;width:30px;margin:16px 0px 0px 13px;background:url(images/next.png) no-repeat left top;transition: all 0.5s ease;}


/* home-products 首页产品 */
.home-products{
	width:100%;
	background:url(images/home-productbg.jpg) no-repeat center;
	background-attachment:fixed;
	padding:50px 0;
	margin-top:20px;
}
.home-products .titleT{
	font-size:38px;
	font-weight:bold;
	text-align:center;
	margin-bottom:50px;
}
.home-products .titleT p{
	font-size:24px;
	font-weight:normal;
	line-height:50px;
}
.home-products .titleT span{
	color:#E3A91A
}
.titleProList{
	background:#E3A91A;
	overflow:hidden;
	color:#fff;
	font-size:24px;
	padding:15px;
}
.titleProList p{
	font-size:18px;
}
.homeProList{
	overflow:hidden;
	text-align:center;
	background:#fff;
	padding:15px 0;
}
.homeProList .imgBox{
	height:250px;
	min-height:250px;
}
.homeProList img{
	width:100%;
	min-height:100%;
	height:100%;
}
.homeProListT{
	text-align:left;
}

/* HomeProListNav 产品分类模块 */
.HomeProListNav{ 
	background:#3a3a3a; 
	overflow:hidden;
}
.HomeProListNav ul li{ 
	font-family:"Barlow";
	list-style-type:none;
 }
.HomeProListNav .dropdown-custom{ 
	line-height:50px;
	color:#333;
}
.HomeProListNav .dropdown-menu-tow .menu-item{ 
	border:0px; 
	border-bottom:1px dotted #cdcdcd;
	line-height:40px;
}
.HomeProListNav .dropdown-custom .dropdown-toggle{
	color:#fff;
	margin:0 15px;
	display:block;
	border-bottom:1px dotted #999;
}
.HomeProListNav .dropdown-custom a:hover{
	color:#E3A91A;
}
.HomeProListNav ul li a:after { 
	content: ""; 
	position:relative; 
	left:15px;
}
.HomeProListNav .open>.dropdown-menu-tow {
	display: block;
}
.HomeProListNav .dropdown-menu-tow {
	position: relative;
	left: 0;
	z-index: 1000;
	display: none;
	-float: left;
	min-width: 160px;
	padding: 5px 15px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #f6f6f6;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/* list-products 产品列表页 */
.list-products{ width:100%; padding:50px 0; background:#F3F5F6; }
.list-products ul{ padding:0px; overflow:hidden;}
.list-products ul li{ list-style-type:none; margin-bottom:10px;}
.list-products .col-md-9,.list-products .col-md-3{ }
.list-products .list-products-pic{ background:#fff; overflow:hidden;}
.list-products .list-products-nav{ background:#fff; padding:15px;}
.list-products .list-boxes-pic{ _overflow: hidden; padding:0px; width:100%; }
.list-products .list-boxes-pic img{cursor: pointer;transition: all 0.6s; width:100%; }
.list-products .list-boxes-pic img:hover{_transform: scale(1.3);}
.list-products-pic h2{  line-height:40px; height:40px; font-weight:bold; }
.list-boxes-info p{ line-height:30px;}
.list-boxes a p{ color:#333; }
.more_2{color:#fff;background:#E3A91A;border:1px solid #E3A91A;font-size:14px;line-height:30px;text-transform:uppercase;height:30px;display:index-block;
padding:3px 15px;transition: all 0.5s ease;border-radius:10px;}

.list-products .right{ border:1px solid #d9d9d9;}
.list-products .right ul,.list-products .right dl{ padding:0 15px;}
.list-products .right dl{ background:#f8f8f8; margin:15px; padding:15px; line-height:40px; color:#666;}
.list-products .right dl dt{ line-height:30px;}
.list-products .right dl dt span{ font-size:24px; color:#E3A91A;}

/* ProductPicList 产品图片列表 */
.ProductPicList{
	text-align:center;
}
.ProductPicList img{
	max-width:100%;
	width:100%;
}
.ProductPicList p{
	line-height:40px;
	margin:0px;
}
.ProductPicList li{
	margin-bottom:15px;
}
.ProductPicContent{
	border:1px solid rgb(222,222,222);
}
.ProductPicContent:hover{
	border:1px solid rgb(204,10,0);
}
.ProductPicContent:hover p{
	background:#E3A91A;
	color:#fff;
}


.list-pro-top{ 
	
}
.list-pro-top h2{ 
	text-align:left; 
	font-weight:bold;
	font-size:16px;
}
.list-pro-top p{ font-size:16px; color:#999; line-height:30px;}

/* products-details 产品详情页 */
.products-details{ width:100%; padding:50px 0; background:#fff;}
.products-details .list-products-pic{ background:#fff; overflow:hidden;}
.products-details .list-products-nav{ background:#fff; padding:15px;}
.products-details .pro-pic-info{ background:#fff; overflow:hidden; padding-top:15px; padding-bottom:15px; text-align:center;}
.pro_des #magnifier {position: relative;width: 462px; max-width: 100%;}
.pro_des .small-box {position: relative;width: 460px; max-width: 100%; height: 460px;border: 1px solid #ccc;}
.pro_des .small-box img {display: block; width: 100%; height:100%; margin: 0 auto;}
.pro_des .thumbnail-box {position: relative; margin-top: 15px; overflow:hidden; max-width: 100%;}
.pro_des .thumbnail-box .btn {position: absolute;top: 0;width: 25px;height: 94px;background-image: url(images/pro_arrow.png);background-repeat: no-repeat;}
.pro_des .thumbnail-box .btn-prev {left: 0px;background-position: 0px center;}
.pro_des .thumbnail-box .btn-prev:hover {background-position: -50px center}
.pro_des .thumbnail-box .btn-next {right: 0px;background-position: -25px center;}
.pro_des .thumbnail-box .btn-next:hover {background-position: -75px center}
.pro_des .thumbnail-box .list {overflow: hidden;width: 400px;height: 94px;margin:auto;}
.pro_des .thumbnail-box .list .wrapper {width: 10000px}
.pro_des .thumbnail-box .list .item {float: left; margin: 0px 8px;height: 92px;cursor: pointer;}
.pro_des .thumbnail-box .list .item img {height: 100%; border: 1px solid #eee;}
.pro_des .thumbnail-box .list .item-cur img {border: 1px solid #E3A91A;}
.pro_des .thumbnail-box .list ul{ padding:0px;}
.pro_des .thumbnail-box .list ul li{ list-style-type:none;}
.pro_des .big-box {display: none; overflow: hidden; position: absolute; left: 461px; top: 0;z-index: 199; width: 460px; height: 460px; border: 1px solid #ccc;background: #fff; }
.pro_des .big-box img {display: block;max-width: none;}
.small-box .hover {
	display: none; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 200px !important; 
	height: 200px !important; 
	border: 1px solid #aaa; 
	background: #0099ff; 
	opacity: .5; 

	cursor: move; 
}

.pro-details table {width: 100%;border-collapse:collapse;}
table thead {height:50px; line-height:50px; color:#fff; font-size:16px; background:#0074c7;}
table thead tr td, table thead tr th {border:1px solid #ccc;}
table tbody tr td, table thead tr th {padding:5px 10px !important; border:1px solid #ccc; color: #333; font-size: 15px; box-sizing:border-box;}
.products-details-top{ }
.products-details-excerpt li:nth-child(1):before{
	content:"设备型号";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}
.products-details-excerpt li:nth-child(2):before{
	content:"温控范围";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}
.products-details-excerpt li:nth-child(3):before{
	content:"设备规格";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}
.products-details-excerpt li:nth-child(4):before{
	content:"工作流量";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}
.products-details-excerpt li:nth-child(5):before{
	content:"最大电耗";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}
.products-details-excerpt li:nth-child(6):before{
	content:"设备用途";
	padding-right:15px;
	padding-left:5px;
	color:#fff;
}


.products-details-excerpt li{
	background:url(images/ico_all.png) no-repeat;
	background-position:0 -1779px;
	line-height:33px;
	border-bottom:1px dashed #eee;
}
.products-details-ico ul li{
	margin-top:40px;
}
.products-details-ico ul li p{
	line-height:50px;
}
.products-details-ico ul li:nth-child(1) i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-63px -1950px;
	padding:40px;
}
.products-details-ico ul li:nth-child(2) i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-252px -1950px;
	padding:40px;
}
.products-details-ico ul li:nth-child(3) i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-441px -1950px;
	padding:40px;
}
.products-details-ico ul li:nth-child(4) i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-629px -1950px;
	padding:40px;
}

.products-details-ico ul li:nth-child(1):hover i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-63px -2139px;
	padding:40px;
}
.products-details-ico ul li:nth-child(2):hover i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-252px -2139px;
	padding:40px;
}
.products-details-ico ul li:nth-child(3):hover i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-441px -2139px;
	padding:40px;
}
.products-details-ico ul li:nth-child(4):hover i:after{
	content:"";
	background:url(images/ico_all.png) no-repeat;
	background-position:-629px -2139px;
	padding:40px;
}
.products-details-ico ul li:nth-child(1):hover,
.products-details-ico ul li:nth-child(2):hover,
.products-details-ico ul li:nth-child(3):hover,
.products-details-ico ul li:nth-child(4):hover{
	color:#E3A91A
}

.products-details-top h2{ margin-bottom:30px;}
.products-details-top p{ line-height:30px;}
.products-details-pic img{ width:100%;}
.products-details-info img{
	width:100%;
	max-width:100%;
}
.products-details-info .products-details-info-title {
    border-bottom: 2px solid #f1f1f1;
    font-size: 18px;
}
.products-details-info .products-details-info-title span {
    background:#E3A91A;
    color: #fff;
    padding: 5px 20px;
}

.products-details-info{
	margin-top:15px;
}
.products-details-info .products-details-info-tiele{ border-top:2px solid #f1f1f1; margin-bottom:50px; text-align:center; font-size:32px;}
.products-details-info .products-details-info-tiele .fa{ color:#E3A91A; margin-right:10px;}
.products-details-info-tiele h2:before,.products-details-info-tiele h2:after{
	content: "";
	position: absolute;
	margin-top: 8px;
	width: 120px;
	height: 7px;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}
.products-details-info-tiele h2:before{ margin-left:-150px;}
.products-details-info-tiele h2:after{ 	margin-left:30px;}
.products-details-info-tiele h2{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.products-details-info ul li{
	list-style:disc;
	margin-left:25px;
	
}
.-products-details-info .products-details-nav .wechat{ 
	background:#E3A91A; 
	color:#fff; 
	padding:10px 20px; 
	position:relative; 
	border-radius:5px;
}
.-products-details-info ul li:hover{ 
	border-bottom:2px #E3A91A solid;
}
.-products-details-info .products-details-nav { 
	display:table; 
	margin:0px auto 0px; 
	font-size:18px; 
}
.products-info-f1,
.products-info-f2,
.products-info-f3,
.products-info-f4,
.products-info-f5,
.products-info-f6{
	transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

.send-message ul li{ 
	list-style-type:none; 
	float:left; 
	margin-right:10px; font-size:17px;
	font-family:"Barlow_Bold";
	padding:10px 30px;

}
.send-message ul li .fa{ 
	line-height: 26px;font-size: 26px;
	vertical-align: middle;
}
.send-message .email,
.send-message .sendmessage{
	border:1px solid #E3A91A;
	background:#E3A91A;
	color:#fff;
}
.send-message .email:hover,
.send-message .sendmessage:hover {
	border:1px solid #E3A91A;
	background:#fff;
	color:#E3A91A;
}

/* pro-info 产品信息*/
.pro-info h1 {color: #333;font-size: 21px;line-height: 125%;text-align: center;}
.pro-info>p {color: #555;font-size: 16px;text-align: center;margin-top: 10px;}
.pro-info .des {padding: 20px 0px;border-top: 1px dashed #dcdcdc;margin-top: 10px;}
.pro-info .des h4 {color: #E3A91A;font-size: 18px;margin-bottom: 10px}
.pro-info .des p {color: #333;font-size: 14px;line-height: 30px;}
.pro-info .pro-contact {padding: 10px 15px; margin-top: 30px;}
.pro-info .pro-contact .tel {color: #333;font-size: 18px;text-align: center;}
.pro-info .pro-contact .tel h4 {display: inline; color: #E3A91A;font-size: 21px}
.pro-info .pro-contact a {
	color: #fff;
	font-size: 16px;	
	display: block;	
	width: 128px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin:12px auto 5px;
	background-color: #E3A91A;
	border-radius: 3px;
}

.pro-info .pro-contact a:hover {background-color: #E3A91A}
.pro-details {padding-top: 50px; padding-left:15px; padding-right:15px; padding-bottom:15px; background:#fff;}
.pro-details .title {color: #E3A91A; font-size: 18px;margin-bottom:10px; border-bottom:1px solid #efefef;}
.pro-details p {color: #555;font-size: 15px;line-height: 25px}
.pro-details p span {font-family: "Microsoft Yahei" !important;}
.pro-details p strong {color: #E3A91A;font-size: 16px;}



/* list-job 人才招聘列表页 */
.list-job{ padding:50px 0;}
.list-job ul li{ margin-bottom:40px; list-style-type:none;}
.list-job .btn-primary{ color:#333;}
.list-job_nome{ 
	overflow:hidden; 
	border-top:1px solid #E1E1E1; 
	border-bottom:1px solid #E1E1E1;
	padding:15px;
}
.list-job_nome strong{ line-height:50px; font-weight:normal; font-size:16px;}
.list-job_nome p{ color:#999; font-size:14px;}
.list-job_nome span{ line-height:70px; border:1px solid #E1E1E1; padding:5px 20px; border-radius:15px;}
.list-job_content{ clear:both; background:#fcfcfc; }
.list-job_content .card-body{ padding:50px 0;}

/* more */
.home-more{margin:0px auto 0px;}
.home-more .more{color:#fff!important;font-size:14px;background:#FD5C05;border:1px solid #FD5C05;padding:5px 15px;color:#fff;border-radius:3px;margin:0 15px;}
.home-more .skype{color:#fff!important;font-size:14px;background:#00A3E2;border:1px solid #00A3E2;padding:5px 15px;color:#fff;border-radius:3px;margin:0 15px;}
.home-more .qq{color:#fff!important;font-size:14px;background:#0094DD;border:1px solid #0094DD;padding:5px 15px;color:#fff;border-radius:3px;margin:0 15px;}
.home-more2{display:table;margin-left:auto;margin-right:auto;margin-top:30px;}
.home-more2 .more{color:#fff!important;font-size:14px;background:#3EA745;border:1px solid #3EA745;padding:5px 15px;color:#fff;border-radius:3px;margin:0 15px;}

/* 所有挂件开始 */
/* kefu 在线客服 */
.kefu_online {width: 40px;position: fixed;right: 10px;bottom: 50px;border: 0px;z-index:999;}
.kefu_online ul {padding: 0px;margin: 0px;}
.kefu_online ul li {list-style-type: none;height: 40px;line-height: 40px;margin-top: -1px;}
.kefu_online ul li span {padding: 40px;width: 40px;height: 40px;}
.kefu_online ul li .message {background: url(images/ico_all.png) no-repeat -15px -511px;padding: 20px;}
.kefu_online ul li:hover .message {background: url(images/ico_all.png) no-repeat -86px -511px;padding: 20px;}
.kefu_online ul li .phone {background: url(images/ico_all.png) no-repeat -157px -511px;padding: 20px;}
.kefu_online ul li:hover .phone {background: url(images/ico_all.png) no-repeat -228px -511px;padding: 20px;}
.kefu_online ul li:hover .phone_tel {display: block;}
.kefu_online .phone .phone_tel {display: none;position: absolute;right: 39px;width: 170px;top: 31px;font-size: 16px;background: #E50011;color: #fff;}
.kefu_online .phone .phone_tel_ico {padding: 15px;}
.kefu_online ul li .tianmao {background: url(images/ico_all.png) no-repeat -299px -511px;padding: 20px;}
.kefu_online ul li:hover .tianmao {background: url(images/ico_all.png) no-repeat -370px -511px;padding: 20px;}
.kefu_online ul li .jingdong {background: url(images/ico_all.png) no-repeat -441px -511px;padding: 20px;}
.kefu_online ul li:hover .jingdong {background: url(images/ico_all.png) no-repeat -511px -511px;padding: 20px;}
.kefu_online ul li .uptop {background: url(images/ico_all.png) no-repeat -582px -511px;padding: 20px;}
.kefu_online ul li:hover .uptop {background: url(images/ico_all.png) no-repeat -653px -511px;padding: 20px;}

/* QQ start */
#box {
	width:150px; 
	background:#E3A91A; 
	position:fixed; 
	top:200px; 
	right:-150px; 
	border-radius:5px 0 0 5px; 
	-webkit-box-shadow:2px 0 5px #333; 
	-moz-box-shadow:2px 0 5px #333; 
	box-shadow:2px 0 5px #333;
	z-index:999;
}

.title{
	width:25px;
	height:100px;
	position: absolute;
	left:-25px;
	background:#E3A91A;
	top:150px;
	color:white;
	line-height:25px;
	text-align: center;
	vertical-align: middle;
	border-radius:5px 0 0 5px;
	cursor: pointer;
	writing-mode:vertical-rl;
}
.info{
	color:#fff;
	display:block;
	margin:10px;
	_text-shadow:0 0 5px #333;
	_-webkit-text-shadow:0 0 5px #333;
	_-moz-text-shadow:0 0 5px #333;
	font-size:16px;
	_border-bottom:1px dashed #333;
	text-align:center;
}
.qq{margin:10px;list-style:none; text-align:center; padding:10px 0; background:#fff;}
.wechat{ margin:10px;list-style:none; text-align:center; padding:10px 0; background:#fff; }
.tel{ list-style:none; color:#fff; font-size:18px;}
.on_tel{ margin:10px;list-style:none; text-align:center; color:#fff; font-size:18px;}
.txt{
	width:auto;
	height:25px;
	_display: block;
	font-size: 12px;
	_float:left;
	line-height:25px;
	_-webkit-text-shadow:0 0 5px #ccc;
	_-moz-text-shadow:0 0 5px #ccc;
	_text-shadow: 0 0 5px #ccc;
}
.csimg{
	width:200px;
	height:124px;
	position: absolute;
	left:0px;
	top:-124px;
}
/* .active{background:#ff6600;} */
/* QQ end */
/* 所有挂件结束 */

/* ---------------- Responsive website 响应式网站开始 ---------------- */

/*屏幕大于760px应用一下样式*/
@media (min-width: 760px){
	.homeCoreList li{
		width:20%;
	}
	.top-tel{
		background:url(images/ico_all.png) no-repeat left;
		background-position:-22px -1458px;
		padding-left:65px;
		margin-top:2px;
	}
	.top-tel b{
		font-size:24px; font-family:"arial";color:#222;
	}
	.top-tel p{
		font-size:16px;
		background:#E3A91A;
		color:#fff;
		width:150px;
		text-align:center;
		padding:2px 0;
	}
	#main-menu{
		margin-top:20px;
		margin-left:100px;
	}
	.ispc{ 
		display:block; 
	}
	.ismobile{ 
		display:none; 
	}

	.travel-step{ margin-top:50px;}
	.travel-step p{ font-size:16px;}
	.travel-step .fa{ color:#E3A91A;}
	.travel-step ul li{ width:20%; float:left; padding:0 25px;}
	.travel-step h4{ font-size:14px; min-height:50px; line-height:25px;}

	.home-message .span6{ width:550px; margin:0px auto; }
	.bgtxt strong{font-size: 50px; line-height: 34px; font-weight: normal; letter-spacing: 2px; display: block; -display:none;}

	.home-strength .Headline li:nth-child(1),
	.home-strength .Headline li:nth-child(3){
		background:url(images/ico_all.png) no-repeat center;
		background-position:10px -187px;
	}
	.home-strength .Headline li:nth-child(2),
	.home-strength .Headline li:nth-child(4){
		background:url(images/ico_all.png) no-repeat center;
		background-position:10px -471px;
		color:#fff;
	}
	


}

/* 屏幕小于760px应用一下样式 */
@media (max-width: 760px){
	.pc-logo,
	.top-tel{
		display:none;
	}

	.homeProList{
		margin-top:15px;
	}
	.home-strength .Headline li:nth-child(1),
	.home-strength .Headline li:nth-child(3){
		background:url(images/ico_all.png) no-repeat center;
		background-position:50px -187px;
	}
	.home-strength .Headline li:nth-child(2),
	.home-strength .Headline li:nth-child(4){
		background:url(images/ico_all.png) no-repeat center;
		background-position:50px -470px;
		color:#fff;
	}
	
	
	
	
	
	
	
	
	
	
	#article_content img {height: auto !important; max-width: 100%;}

	
	.page-contactus-content .ispc{ display:none;}
	.page-contactus-content ul li{ _float:left; _width:50%; text-align:center; height:200px; }
	
	/* logo */
	.navbar-brand .ispc{ display:block;}
	.navbar-brand .ishome{ display:none;}	
	.navbar-brand .ismobile{ display:none;}	
	.top-right{ display:none;}

	/* nav 导航 */
	.navbar{ background:#fff;}
	.navbar-brand{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-font-smoothing: antialiased;
		box-sizing: border-box;
		background-color: transparent;
		text-decoration: none;
		float: left;
		padding: 5px 0 5px 0!important;
		margin-left: 15px;
	}
	.navbar-nav{ _position:absolute; _top:50px; _width:100%; _background:rgba(255,255,255,1)}
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {background-color: rgba(0, 0, 0, 0.00);color: #333}
	.navbar-default .navbar-nav>li>a:focus {color: #333;background-color: rgba(0, 0, 0, 0.00)}
	.navbar-nav>li>a{ padding-top:10px; padding-bottom:10px;}
	.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {color: #333;	background-color: rgba(0, 0, 0, 0.00)}
	

	/* 当前色 */
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #E3A91A!important; background-color: transparent!important;}

	/* 默认色 */
	.navbar-default .navbar-nav>li>a {color: #333!important; font-size:18px;}

	/* 一级菜单光标移上去的颜色 */
	.navbar-default .navbar-nav>li>a:hover{color:#E3A91A!important; background:transparent;}
	.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {color: #333;	background-color: transparent;}
	.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {background-color: #fff;	border-color: transparent;}

	a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {border-color: #333;}

	/* 二级菜单光标移上去的颜色 */
	.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {text-decoration: none;	color: #CCA53C; background-color:transparent;}
	.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
		color: #333; 
		text-decoration: none;
		outline: 0;
		background-color: transparent; 
	}
	.navbar {position: fixed;border: 1px solid transparent;box-shadow: 0px 2px 4px rgba(0,0,0,0.1);}
	
	.home-pro-services .home-pro .list-boxes-img-one img {cursor: pointer;transition: all 0.6s;min-width: 100%;min-height: auto!important;}
	.home-pro-services .home-pro .list-boxes-img-one {height: 180px!important;overflow: hidden;}
	.home-contactus{ display:none;}
	#subnav {width: 100%; background-image: linear-gradient(45deg, #8baaaa 0%, #ae8b9c 100%);}
	.list-products,.list-products-nav{ _display:none;}
	.list-news-pic h5,.list-news-pic p{ margin-left:-15px; margin-right:-15px;}
	.news-details .year{ font-size:16px; margin-bottom:15px;}
	.news-details .year .fa{ color:#666; }
	.news-details .back .fa{ font-size:18px; margin-right:5px;}
	.news-details .left{ display:none;}
	.news-details #article_content{ margin-left:0px; margin-top:50px; margin-left:-15px; margin-right:-15px;}
	.news-details .tc-box { margin-left:-15px; margin-right:-15px;}
	.news-details .ismobile{ display:block!important;}
	.travel-step{ margin-top:50px;}
	.travel-step p{ font-size:16px;}
	.travel-step .fa{ color:#E3A91A;}
	.travel-step ul li{ width:50%; float:left; padding:0 25px;}
	.travel-step h4{ font-size:14px; min-height:50px; line-height:25px;}
	.home-message .span6{ width:100%; margin:0px auto; }
	.bgtxt strong{font-size: 18px; line-height: 34px; font-weight: normal; letter-spacing: 2px; display: block; -display:none;}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a { color:#E3A91A!important;	}
	.page-price ul li{ float:left; width:50%!important; list-style-type:none; text-align:center; padding:0 40px;}
	.trip-info .right{ overflow:hidden; border-left:1px solid #E3A91A; padding-left:0px;}
	.trip li{ float:left; }
	.trip-info .container{ border:0px solid #d5d5d5; overflow:hidden; padding:15px;}
	.trip-highlights .container{ border:0px solid #d5d5d5; overflow:hidden; padding:15px;}
	.related-instructions .container{ border:0px solid #d5d5d5; overflow:hidden; padding:15px;}
	.tab-content img{ max-width:100%;}
	.column_banner .bgimg{ height:150px;}
	
	/* more */
	.home-more{margin:0px auto 0px;}
	.home-more .more{color:#fff!important;font-size:14px;background:#F8B500;border:1px solid #F8B500;padding:5px 10px;color:#fff;border-radius:3px;margin:0 5px;}
	
	/* footer 底部通用 */
	.footer{ width:100%; background:#4d4d4d; overflow:hidden; }
	.footer .container{ width:100%; padding:30px 3% 0 3%;}
	.footer ul{ overflow:hidden;}
	.footer a,.footer-info a{ color:#c7c7c7;}
	.footer a:hover,.footer-info a:hover{ color:#fff;}

	.footer-info{ color:#c7c7c7; border-top:1px solid rgba(162,162,162,0.2); padding:15px 0; clear:both;}
	.footer-info li{ list-style-type:none; font-size:14px; text-align:center;}
	.footer-nav ul li{ float:left; list-style-type:none; line-height:30px; }

	.footer h5{ font-size:16px; margin-top:0px; }
	.footer h4{ color:#c7c7c7; margin-bottom:15px;}
	.footer p{ color:#c7c7c7; margin-top:10px; margin-bottom:10px;}
	.footer-contact{ text-align:left; color:#c7c7c7;}
	.footer .logo_foter{ width:100%; }
	.footer .logo_foter img{ width:100%; max-width:100%;}
	.footer-contact .time{ line-height:50px; font-size:16px;}
	.footer-contact .time i{ padding:0 19px;}
	.footer-contact .tel,.footer-contact .mail,.footer-contact .address,.footer-contact .phone{ font-size:16px; line-height:30px;}
	.footer-contact .tel i,.footer-contact .mail i,.footer-contact .address i,.footer-contact .phone i{ padding-right:15px;}
	.footer-info .container{_padding:0px;}
	.footer .dropdown-toggle{ font-size:20px; padding:15px 0;}
	.footer .dropdown{ font-size:16px; line-height:50px;}
	.footer .dropdown a{ margin-right:50px; }
	
	.hmCase_aBox .overflowHide { height: 180px!important; }
	.hmCase_aBox .overflowHide:after{content:"";background: transparent;display: block; height: 180px!important; position: absolute;left: 0px;bottom: 0px;}
	.hmCase_nm {
		width: 100%;
		height:100%;
		color: #333;
		padding: 0px 8%;
		position: absolute;
		z-index: 2;
		left: 0px;
		bottom: -140px!important;
		transition:all 0.5s ease-in-out;
		background:rgba(0,0,0,0.3);
	}
	
	.news-details-info p img{ max-width:100%; max-height:300px !important;}
	.news-details-info p style{ height:none; width:none;}
	
}

/*返回顶部*/
#backtotop {
        position: fixed;
        bottom: 50px;
        right: 10px;
        display: none;
        cursor: pointer;
        font-size: 50px;
        z-index: 9999;
    }
#backtotop i:before{transform: rotate(270deg); display: block;
    border-radius: 50%;overflow: hidden;background: #333;color: #fff;width: 42px;height: 42px;text-align: center;line-height: 42px;font-size: 26px;
}    
#backtotop .fa{display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;}
    #backtotop:hover {
        color: #333
    }

    #main-menu-user li.user {
        display: none
    }