@CHARSET "UTF-8";
a{ 
	color:#333; 
	outline:0; 
	text-decoration: none; 
	transition: all 0.5s ease; 
	
}
a:hover{ color:#522C77; text-decoration: none;}
body { background:#f0f0f0; font-family:'微软雅黑'; padding-top:70px;}
body.body-white {background: #fff;}
ul{ padding:0px;}

.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;}

/*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 ( min-width: 768px) and (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;}
@media ( max-width: 479px){.masonary-container .grid-sizer, .masonary-container .item{width: 98%; margin: 10px 1%; float: left; zoom: 1;}}
@media ( min-width: 480px) and (max-width: 767px){.masonary-container .grid-sizer, .masonary-container .item{width: 48%; margin: 10px 1%; 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; 
	border: solid 1px #eee;
	margin-bottom:15px;
	}
.list-boxes:hover{border: solid 1px #ddd;}
.list-boxes h2 a{color: #555;}
.list-boxes:hover h2 a{color: #07913A;}
.list-boxes .list-actions a{font-size: 16px; text-decoration: none;}
.list-boxes p a{color: #07913A;}
.list-boxes .list-boxes-img li i{color: #07913A; 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 #07913A;}
.list-boxes-left-green:hover {border-left-color: #5fb611;}
/*Green Right Bordered list Box**/
.list-boxes-right-u {border-right: solid 2px #07913A;}
.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: #07913A;}
/*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);}

/* header 头部通用 */

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

/* btn 按钮 */
.btn-warning { color: #fff; background-color: #07913A; border-color: #07913A;}
.btn-warning:hover {color: #fff;background-color: #07913A;border-color: #07913A}
.btn-primary {color: #fff; background-color: #522C77; border-color: #522C77}
.btn-primary:focus,.btn-primary.focus {	color: #fff;background-color: #07913A;border-color: #07913A}
.btn-primary:hover {color: #fff;background-color: #EE7331;border-color: #EE7331}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {color: #fff;background-color: #07913A;	border-color: #07913A}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {color: #fff;background-color:#07913A;	border-color:#07913A}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {background-image: none}
.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus {	background-color: #07913A;	border-color: #07913A}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning {color: #fff;background-color: #07913A;border-color: #07913A}
.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus {	color: #fff;
	background-color: #07913A;	border-color: #07913A}
.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus {	background-color: #07913A;	border-color: #07913A}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dedede!important;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(245 245 245 / 8%);
    box-shadow: inset 0 1px 1px rgb(245 245 245 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

	-webkit-box-shadow:none!important;
	box-shadow: none!important;
	outline: 0;
	letter-spacing: normal;
	
}

.s_button {
    background: #07913A;
    Position: relative;
    width: 50px;
    left: 178px;
    top: -38px;
    height: 38px;
    line-height: 38px;
}
.s_button button {
    border-radius: 0;
    width: 50px;
    height: 34px;
    text-indent: -999em;
    outline: none;
    border: 0;
    background: url(../images/all-ico.png) no-repeat;
	background-position:0 0;
    background-size: 16px;
    cursor: pointer;
}

/* page 分页 */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #07913A;
    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: #07913A;
	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 #07913A;
	font-family:'微软雅黑';
}

/* footer 底部通用 */
.footer{ width:100%; background:#252525; overflow:hidden; padding:30px 0;}
.footer ul,.footer-nav ul,.footer-info ul{ padding:0px;}
.footer a,.footer-info a{ color:#c9c9c9;}
.footer a:hover,.footer-info a:hover{ color:#fff;}

.footer h5 a{ color:#fff;}

.footer-info{ color:#333; background:#252525; border-top:1px solid rgba(255,255,255,0.1); padding:15px 0;}
.footer-info li{ list-style-type:none; font-size:14px; margin-bottom:10px; text-align:center; color:#c9c9c9;}

.footer-nav li{ font-size:14px; text-align:left; list-style:none; line-height:25px; }

.footer-nav li:nth-child(7){ display:none;}

.footer h5{ font-size:16px; margin-top:0px; }
.footer h4{ color:#333; margin-bottom:15px;}
.footer p{ color:#c9c9c9; margin-top:10px; margin-bottom:10px;}
.footer .wx,.footer .wx p{ text-align:center; margin-top:10px;}
.footer .wx img{ max-width:130px; margin-bottom:10px;}

/*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: #07913A;}
#subnav ul li:hover {color: #fff; background: #07913A; }
#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 {	color:#666; box-shadow: 0px 2px 4px rgba(0,0,0,0.1); }
.current-position .breadcrumb li {list-style-type: none;}
.current-position .breadcrumb li a {color: #999;}
.current-position .breadcrumb li a:hover {color: #07913A;}
.current-position .breadcrumb img{ margin-right:10px;}

.current-position .breadcrumb {padding:10px 0; margin-bottom: 0px!important; list-style-type: none; background-color: #fff!important; border-radius: 0;}
.current-position .breadcrumb .fa{ color:#07913A;}
.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: #E70012;}
.current-position-search i {color: #07913A; 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:350px;}
.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;}

.column_banner_login {position:relative;}
.column_banner_login .bgimg{ height:660px;}

/* 花分类 flower list */
.flower-list{ width:100%; padding:15px 0;}
.flower-list ul a{ margin:0 15px;}

/* page-contactus 联系我们 */
.page-contactus{ width:100%; padding:15px 0;}
.page-contactus ul{ padding:0px;}
.page-contactus .contact-info{}
.page-contactus a{ color:#333;}
.page-contactus a:hover{ color:#07913A;}
.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 h3{ font-family:'微软雅黑'; font-weight:bold;}
.page-contactus .contact-info li:nth-child(1){ }
.page-contactus .contact-info li:nth-child(2){ background:url(../images/ico-all.png) no-repeat -65px -55px;}
.page-contactus .contact-info li:nth-child(3){ background:url(../images/ico-all.png) no-repeat -65px -128px;}
.page-contactus .contact-info li:nth-child(4){ background:url(../images/ico-all.png) no-repeat -65px -422px;}
.page-contactus .contact-info li:nth-child(5){ background:url(../images/ico-all.png) no-repeat -65px -55px;}
.page-contactus .contact-info li:nth-child(6){ background:url(../images/ico-all.png) no-repeat -65px -128px;}
.page-contactus .contact-info li:nth-child(7){ background:url(../images/ico-all.png) no-repeat -65px -422px;}
.page-contactus .contact-info li:nth-child(8){ background:url(../images/ico-all.png) no-repeat -65px -128px;}
.page-contactus .contact-info li:nth-child(9){ background:url(../images/ico-all.png) no-repeat -65px -275px;}
.page-contactus .contact-info li:nth-child(10){ background:url(../images/ico-all.png) no-repeat -65px -350px;}
.page-contactus .contact-info li:nth-child(11){ background:url(../images/ico-all.png) no-repeat -63px -496px;}
.page-contactus .contact-info li:nth-child(12){ background:url(../images/ico-all.png) no-repeat -63px -644px;}
.page-contactus .contact-info li:nth-child(13){ background:url(../images/ico-all.png) no-repeat -63px -570px;}

.page-contactus .contact-map{list-style-type:none;}

/* page-about 关于我们 */
.page-about{ width:100%; padding:15px 0;}
.page-about 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:#07913A;}

/* list-products-nav 产品分类模块 */
.list-products-nav{ background:#fff; overflow:hidden;}
.list-products-nav .title{ font-size:24px; color:#333; padding:15px 0;}
.list-products-nav ul li{ padding-left:15px; list-style-type:none; line-height:40px; }
.list-products-nav ul li a{ color:#333;}
.list-products-nav ul li a:hover{ color:#07913A;}
.list-products-nav ul li a:after { content: ">"; position:relative; left:15px;}

.list-products-nav font{ font-size:18px; color:#FF6F00}
.message a{ display:block; background:#71BE0B; text-align:center; padding:10px; color:#fff;}
.message a:hover{ background:#3FBF26;}
/* list-case 工程案例列表页 */

/* list-news 新闻列表页 */
.list-news{ width:100%; padding:15px 0; background:#fff; overflow:hidden;}
.list-news ul{ padding:0px;}

.list-news .col-md-9,.list-news .col-md-3{ }
.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; -border:1px solid #e5e5e5; padding:0px; width:270px; height:200px; margin:0px auto; }
.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:15px 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:#07913A; }
.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:#07913A;}

.news-details .ismobile{ display:none;}

/* list-products 产品列表页 */
.list-products{ width:100%; padding:15px 0; background:#fff;}
.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; border:1px solid #e5e5e5; padding:0px; }
.list-products .list-boxes-pic img{cursor: pointer;transition: all 0.6s; max-width:100%; max-height:100%; height:280px; }
.list-products .list-boxes-pic img:hover{transform: scale(1.2);}
.list-products-pic h5{ text-align:center; line-height:20px; height:40px; margin-bottom:30px;}

.list-products h4{ background:#9DD138; color:#fff; text-align:center; padding:10px 0; margin-top:0px;}

.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:#FF6600;}

/* products-details 产品详情页 */
.products-details{ width:100%; padding:15px 0; background:#F5F5F5;}
.products-details .container{ background:#fff; padding:30px 0; box-shadow:1px 2px 14px -2px rgba( 0,0,0,0.2); border-radius:5px;}
.products-details .channel{ border-bottom:1px solid #DEE4EA; }
.products-details .channel h5{ margin:20px 0; color:#999;}
.products-details .channel-name{ font-size:24px; margin-right:50px;}
.products-details .channel-en-name{ font-size:14px;}
.products-details ul li{ list-style-type:none; line-height:40px; }
.products-details .origin{ position:absolute; left:1px; top:18px; padding:3px; border-radius:50%; background:#522C77; margin-right:20px;}
.products-details .list{ width:100%;}
.products-details .list ul li{ background:rgba(82,44,119,0.8); margin-bottom:15px; padding:0 15px;}
.products-details .list ul li a{ color:#fff;}
.products-details .list ul li:hover{ background:rgba(238,115,49,0.8)}

/* cooperation 建立合作 */
.cooperation{ width:100%; overflow:hidden; background:#F5F5F5; }
.cooperation .title{ text-align:center; margin-bottom:30px;}
.cooperation .container{ 
	background:#fff; box-shadow:1px 2px 14px -2px rgba( 0,0,0,0.2); border-radius:5px; margin-bottom:50px;

}
.cooperation ul { padding:0px; }
.cooperation ul li{ list-style-type:none; text-align:center; padding:50px; height:350px;}

.cooperation .ico{ height:80px;}
.cooperation ul li:hover svg{ fill:#fff; }
.cooperation ul li:hover{ background:rgba(82,44,119,0.8); display:block; color:#fff;}
.cooperation ul li a{ color:rgba(238,115,49,0.8)}
.cooperation ul li a:hover{ color:#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 #07913A;}
.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; filter: alpha(opacity: 50); 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;}

/* 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: #07913A;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: #07913A;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: #07913A;border-radius: 3px;}
.pro-info .pro-contact a:hover {background-color: #07913A}

.pro-details {padding-top: 50px; padding-left:15px; padding-right:15px; padding-bottom:15px; background:#fff;}
.pro-details .title {color: #07913A; 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: #07913A;font-size: 16px;}

/*home login 首页查询入口*/
.home-login {
	width: 100%;
	display:block;
	position:absolute;
	z-index:10;
	top:200px;
	
}
.home-login h3{ text-align:center;}
.home-login h1{ color:#fff; margin-top:150px; font-size:50px;}
.home-login h2{ color:#fff;}
.home-login p{ color:#fff; font-size:18px;}
.home-login h5{ margin-top:25px;}
.home-login .title{ color:#fff; font-size:24px; text-align:center; margin-top:100px; margin-bottom:30px;}
.home-login .content{ background:#fff; padding:20px; border-radius:3px; margin:0px auto; max-width:400px; border-top:3px solid #EE7331;}
.home-login .content .left{ float:left; width:400px;}
.home-login .content .right{ float:right; text-align:center; padding-top:90px;}

.home-login .content .search-btn{ background:#EE7331; border:0px; color:#fff; border-radius: 3px; font-size:16px; padding:5px 25px; display:block; text-align:center; line-height:50px; }
.home-login .title span a{ background:#fff; padding:10px 20px; font-size:16px; color:#EE7331; border-radius:3px;}

.home-login .clearfix{ margin-top:30px; margin-bottom:30px;}

.second-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: none!important;
}
/* ---------------- Responsive website 响应式网站开始 ---------------- */

/*屏幕大于760px应用一下样式*/
@media (min-width: 760px){
.ispc .container{ width:100%; padding:0 3%;}
	/* nav 导航 */
	.navbar-brand{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-family: "Microsoft YaHei", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		box-sizing: border-box;
		background-color: transparent;
		text-decoration: none;
		float: left;
		padding: 0px!important;
		font-size: 18px;
		line-height: 20px;
		color: #428bca;
		margin-left: 15px;
		margin-right:50px;
		padding-top:25px!important;
	}
	.navbar-nav {
	    float: left;
	    margin: 0;
		padding-top:15px;
	}
	
	.login{ display:block!important; font-size:16px; position:relative; top:20px;}
	.login .fa{ color:#522C77}
	.navbar-brand img{ max-height:25px;}

	.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: #428bca!important;
	}
	.nav>li>a:hover, .nav>li>a:focus {text-decoration: none; background-color: #3C740A;}
	.nav>li>a:hover{ color:#fff;}	
	.navbar-default .navbar-nav>li>a:focus {color: #428bca;	background-color: rgba(0, 0, 0, 0.00)}

	.nav>li>a { position: relative; display: block; padding: 10px 15px; margin:0 10px;}
	.navbar-nav>li>a{ padding-top:10px; padding-bottom:10px; color:#fff;}

	.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {color: #428bca!important;	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: #333!important; border-bottom:1px solid #522C77; background-color: transparent!important;}

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

	/* 一级菜单光标移上去的颜色 */
	.navbar-default .navbar-nav>li>a:hover{color:#fff!important; background:#522C77;}
	.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: #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);
	}



	.travel-step{ margin-top:50px;}
	.travel-step p{ font-size:16px;}
	.travel-step .fa{ color:#07913A;}
	.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;}

	.list-products .list-boxes-pic{ max-height:300px;}
}

/* 屏幕小于760px应用一下样式 */
@media (max-width: 760px){
	.ispc #main-menu{ position:none; top:none;  min-width:none; padding:none; background:none;}
	.ispc .container{ padding:none; width:none;}
	.ispc .navbar-header{ padding-left:none; line-}
	.ispc #main-menu-user{ padding-right:none;}
	.ispc .text-ad{ display:none;}

	.ispc header,.ispc .ispc-nav{display:none;}

	/* nav 导航 */
	.navbar-brand{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-family: "Microsoft YaHei", "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
		-webkit-font-smoothing: antialiased;
		box-sizing: border-box;
		background-color: transparent;
		text-decoration: none;
		float: left;
		padding: 15px 15px!important;
		font-size: 18px;
		line-height: 20px;
		height: 70px;
		color: #428bca;
		margin-left: 15px;
	}
	.navbar-brand img{ max-height:90%;}
	
	.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: #428bca
	}

	.navbar-default .navbar-nav>li>a:focus {
		color: #428bca;
		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: #428bca;	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: #333!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:#EE7331!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: #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; }


	.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;}
	.column_banner .bgimg {
	    height: 120px;
	}
	#subnav{ display:none;}

	.footer ul{ padding:0px; text-align:center;}
	
	#subnav {width: 100%; padding:15px 0; 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:#07913A;}
	.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: #333!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 #07913A; 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%;}
	
	.home-query-entry .content .left {
	    float: left;
	    width: 100%!important;
	}
	.home-query-entry .content .right {
	    float: right;
	    text-align: center;
	    padding-top: 15px!important;
		padding-right:35%;
		}
		
	.le-c-promo-groups {
		background-size: auto, auto;
		background-size: 1300px 1089px, 1333px 1112px;
		position: relative;
		overflow: hidden;
		padding: 15px 0!important;
	}	
	
	.home-products-service ul li {
		list-style-type: none;
		text-align: center;
		margin-bottom:20px;
	}
	.home-service-provider h1 {
		-webkit-transform: rotateY(360deg);
		-moz-transform: rotateY(360deg);
		-ms-transform: rotateY(360deg);
		-o-transform: rotateY(360deg);
		transform: rotateY(360deg);
	
		-webkit-transition: 1s ease-in-out;
		-moz-transition: 1s ease-in-out;
		transition: 1s ease-in-out;
	
		font-size: 128px;
		font-size: 8rem;
		line-height: 98px;
		line-height: 6.125rem;
		letter-spacing: .06px;
		letter-spacing: .06rem;
		font-weight: bold;
		margin-top: 30px!important;
		margin-bottom:30px!important;
	}
	.home-service-provider h2 {
		margin-top: 30px!important;
		margin-bottom: 20px;
	}
	.home-login {
		width: 100%;
		display:block;
		position:absolute;
		z-index:10;
		top:0px!important;
		
	}
	.home-login h1 {
	    color: #fff;
	    margin-top: 120px!important;
	    font-size: 30px;
	}
}

/* online service 在线客服系统 */
.online-service{
	display:block;
	position:fixed;
	bottom:200px;
	right:-200px;
	overflow:hidden;
	z-index: 100;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.online-service:hover{right:0px;transition: all 1s ease-in-out;}
.online-service:active{	right:0px;	transition: all 1s ease-in-out;}
.online-service .online-service-title{
	float:left;
	padding:20px 10px;
	background:#EE7331;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	color:#fff;
	width:40px;
	word-wrap: break-word;
	vertical-align: middle;
	text-align: center;
}
.online-service .online-service-content{float:right;background:#e5e5e5;	width:200px;padding:20px 15px;}
.online-service .online-service-content ul li{ list-style-type:none; margin-bottom:5px;}
.online-service .online-service-content svg{ word-break: break-all;	vertical-align: middle;}
.online-service .online-service-content p img{  max-width:45%; }