/*织梦58（dede58.com）做最好的织梦整站模板下载网站*/
body {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	background: #0f0d0e;
	color: #fff;
	font-size: 14px;
}
input, select, textarea {
	font-family: 微软雅黑, "Open Sans", sans-serif;
	font-size: 1em;
	;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1168px;
	position: relative;
}
img, a {
	border: 0;
}
ul, li {
	list-style: none;
}
* {
	margin: 0;
	padding: 0;
}
.flt {
	float: left;
}
.frt {
	float: right;
}
.clear {
	clear: both;
}
.clear:after, .clear:before {
	content: '';
	clear: both;
	display: table;
}
.img {
	overflow: hidden;
}
.img img {
	max-width: 100%;
}
* {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.gotop {
	position: fixed;
	cursor: pointer;
	transition: all 0s;
	display: none;
	bottom: 5%;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url(../images/top.png) no-repeat center center;
	background-size: 100% auto;
}
.gotop:hover {
	opacity: 0.8
}
/*----------header----------*/

.header {position: absolute;top: 50px;left: 5%;width: 90%;z-index: 1000;background: #1b1919}

.header .wrap {width: 100%;height: 110px;}
.header .logo {text-align: left;line-height: 110px;}
.header .logo img {vertical-align: middle;}
.top{ position:relative; width:100%;}
.wrap{ position:relative;}
.menu_fixed{ position:absolute; width:60%;right:1%;top:50px; z-index:99999; line-height:110px; text-align:right;}
.menu_fixed .menu{ display:block !important;}
.menu_fixed .menu ul li{ float:left; padding:0 2%;}
.menu_fixed .menu ul li a{ color:#fff;}
.menu_fixed p{ display:none !important;}
.menu_wrap span{ display:none;}

@media only screen and (max-width: 1400px) {
	.menu_fixed{  width:65%;}
	.menu_fixed .menu ul li{ padding:0 2%;}
}
@media only screen and (max-width:1200px){
	.menu_fixed{ width:60%; top:20px;}
	.menu_fixed .menu ul li{ padding:0 2%;}
}

@media only screen and (max-width: 1120px) {
	.menu_fixed{ top:20px;width:65%;}
	.menu_fixed .menu ul li{ padding:0 1%;}
}

@media only screen and (max-width:840px) {
.header .wrap {width: 100%;max-width: inherit;height: 110px;}
.header .logo {text-align: center;line-height: 110px;}
.header .logo img {vertical-align: middle;}
.menu_wrap {cursor: pointer;color: #fff;position: absolute; right: 30px;top: 50%;margin-top: -15px;display: block;padding-left:35px;background: url(../images/menu.png) no-repeat left center;line-height: 30px;}
.menu_fixed {position: fixed;top: 100%;left: 0;width: 100%;bottom: 0;z-index: 100;background: #1b1919;padding: 130px 0;}
.menu_fixed.on {top: 0;}
.menu_fixed p {position: absolute;bottom: 0;text-align: center;line-height: 80px;text-align: center;width: 100%;color: #746c70; display:block !important;}
.menu_fixed p a {color: #cdab8a;}
.menu_fixed .menu {height: 100%;display: table;width: 100%;}
.menu_fixed .menu ul {text-align: center;display: table-cell;vertical-align: middle;}
.menu_fixed .menu ul li a {display: block;margin: 0 auto;width: 370px;text-align: center;line-height: 50px;border: 1px solid #3f3e3e;border-top: 0;font-size: 22px;color: #fff;}
.menu_fixed .menu ul li a:hover, .menu_fixed .menu ul li.on a {color: #cdab8a}
.menu_fixed .menu ul li:first-child a {border-top: 1px solid #3f3e3e}	
.menu_fixed .menu ul li{width:100%;}
.menu_wrap span{ display:block !important;}
}

.header.fixed {position: fixed;}
.header.fixed1 {position: fixed;left: 0;width: 100%;top: 0;}
.header.fixed .menu_wrap {background: url(../images/menu2.png) no-repeat left center;}
.menu {display: none;}
.head_time {position: absolute;top: 50%;margin-top: -15px;line-height: 30px;right: 30px;color: #fff;background: url(../images/icon1.png) no-repeat right center;padding-right: 30px;}


.banner .wrap {max-width: 1168px;}
.banner .item * {transition: all 0.5s;}
.banner .item {position: relative;}
.banner .item img {display: block;width: 100%;}
.banner .item .text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -50px;
	line-height: 50px;
	text-align: left;
	width: 100%;
	color: #fff;
	font-size: 20px;
}
.banner .item .text h2 {
	margin-bottom: 10px;
	font-size: 44px;
	font-weight: normal;
}
.banner .item .btn {
	margin-top: 100px;
}
.btn a {
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border-top: 1px solid #cdab8a;
	border-bottom: 1px solid #cdab8a;
	font-size: 14px;
}
.btn a:hover {
	width: 200px;
	color: #cdab8a
}
.banner.owl-theme .owl-controls {
	bottom: 10%;
}
.banner.owl-theme .owl-dots {
	counter-reset: nav;
}
.banner.owl-theme .owl-dots .owl-dot span {
	position: relative;
	margin: 0 2px;
	padding: 0;
	width: 20px;
	height: 1px;
	background: #cdab8a
}
.banner.owl-theme .owl-dots .owl-dot span:before {
	counter-increment: nav;
	content: "0" counter(nav);
	position: absolute;
	top: 0;
	margin-top: -15px;
	left: 0;
	width: 100%;
	line-height: 30px;
	color: #fff;
	opacity: 0;
}
.banner.owl-theme .owl-dots .owl-dot.active span, .banner.owl-theme .owl-dots .owl-dot:hover span {
	background: none;
}
.banner.owl-theme .owl-dots .owl-dot.active span:before, .banner.owl-theme .owl-dots .owl-dot:hover span:before {
	opacity: 1;
}
.page_tit {
	position: relative;
	text-align: center;
	padding: 40px 0;
}
.page_tit label {
	display: block;
	margin: 0 auto;
	width: 1px;
	height: 25px;
	background: #cdab8a
}
.page_tit h3 {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 45px;
}
.page_tit p {
	line-height: 20px;
}
.page1 {
	padding-bottom: 50px;
}
.page1_list ul { /*margin:0 -1.5%; overflow:hidden;*/}
.page1_list ul li {
	max-width: 364px;
	margin: 0 auto; /*margin:0 1.5%; width:30.333%; float:left;*/
	text-align: center;
}
.page1_list ul .text {
	padding: 20px;
}
.page1_list ul a {
	color: #fff;
}
.page1_list ul h3 {
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.page1_list ul p {
	text-transform: uppercase;
	color: #746c70
}
.tag_head {
	text-align: center;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow-x: auto;
}
.tag_head span {
	line-height: 32px;
	color: #fff;
	display: inline-block;
	margin: 0 10px;
}
.tag_head span a {
	color: #fff;
	display: block;
	padding: 0 20px;
	border: 1px solid #cdab8a;
}
.tag_head span a:hover {
	background: #cdab8a;
}

@media only screen and (max-width: 1200px) {
	.tag_head span { margin:0;}
}
@media only screen and (max-width: 850px) {
	.tag_head {white-space:normal;}
	.tag_head span { margin:0.2em;}
}


.page2 {
	background: #1b191a;
}
.page2_list ul {
	overflow: hidden;
}
.page2_list li {
	float: left;
	overflow: hidden;
	width: 25%;
}
.page2_list li img {
	display: block;
}
.page2_list li a {
	display: block;
	position: relative;
	background: #000;
}
.page2_list li .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
}
.page2_list li .text p {
	height: 0;
	transform: translateY(15px);
	line-height:24px;
}
.page2_list li .text h3 {
	line-height: 42px;
	background: url(../images/bg1.png) repeat-x center center;
	padding: 0 17px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: normal;
	color: #cdab8a
}
.page2_list li a:hover img {
	transform: scale(1.1);
	opacity: 0.5
}
.page2_list li a:hover .text {
	bottom: auto;
	top: 50%;
	margin-top: -40px;
}
.page2_list li a:hover .text h3 {
	background: none;
	text-align: center;
}
.page2_list li a:hover .text p {
	display: block;
	transform: translateY(0px);
	text-align: center;
}
.more.btn {
	text-align: center;
	padding: 40px 0;
}
.page3 {
	padding: 80px 0;
	background: #211d1c
}
.page3_text {
	width: 43%;
}
.page3_text .tit span {
	display: block;
	padding-left: 40px;
	background: url(../images/icon2.png) no-repeat left center;
	font-size: 32px;
}
.page3_text .tit {
	margin-bottom: 50px;
}
.page3_text .text {
	line-height: 26px;
	color: #9c9398
}
.page3_text .text p {
	text-align: justify;
}
.more1 {
	margin-top: 40px;
}
.more1 a {
	color: #cdab8a
}
.more1 a span {
	display: inline-block;
	padding-right: 50px;
	background: url(../images/icon3.png) no-repeat right center;
}
.more1 a:hover span {
	padding-right: 60px;
}
.page3_list {
	width: 45%;
}
.page3_list ul li .img {
	float: left;
	margin-right: 20px;
}
.page3_list ul li .text {
	overflow: hidden;
}
.page3_list ul li {
	clear: both;
	padding: 20px 0;
	border-bottom: 1px solid #413c37
}
.page3_list ul li:first-child {
	padding-top: 0
}
.page3_list ul li .text h3 a {
	font-size: 18px;
	font-weight: normal;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #cdab8a
}
.page3_list ul li .text h3 a:hover {
	color: #fff;
}
.page3_list ul li .text h3 {
	margin-bottom: 5px;
}
.page3_list ul li .text span {
	display: block;
	line-height: 35px;
	font-size: 12px;
	color: #554e52
}
.page3_list ul li .text p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #9c9398;
	overflow: hidden;
}
/*.page4_list ul{ overflow:hidden;}*/
.page4_list ul li {
	max-width: 270px;
	margin: 0 auto;
	text-align: center; /*width:32.333%; float:left;margin:0 0.5%;*/
}
.page4_list ul li .text {
	color: #9c9398;
	font-size: 12px;
	padding: 30px 0;
}
.page4_list ul li .text h3 a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page5 {
	background: #1f1e1c;
	padding-bottom: 40px;
}
.page5_owl .item {
	padding-bottom: 50px;
	text-align: center;
	background: #393533;
}
.page5_owl .item.on {
	background: #2e2a29
}
.page5_owl .item .img {
	height: 220px;
	line-height: 220px;
}
.page5_owl .item img {
	margin: 0 auto;
	display: inline-block !important;
	vertical-align: middle;
}
.page5_owl .text h3 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.page5_owl .text p {
	line-height: 24px;
	max-width: 175px;
	margin: 0 auto;
}
.page5_owl .text ul {
	margin-top: 50px;
}
.page5_owl .text ul li {
	margin: 20px;
}
.page5_owl .text ul li span {
	line-height: 25px;
	display: block;
	max-width: 130px;
	margin: 0 auto;
	height: 12px;
	border-bottom: 1px solid #cdab8a;
	margin-bottom: 10px;
}
.page5_owl .text ul li span label {
	display: inline-block;
	padding: 0 10px;
	background: #393533;
	color: #cdab8a
}
.page5_owl .on .text ul li span label {
	background: #2e2a29
}
.page5_cur {
	position: absolute;
	bottom: 30px;
	right: -100px;
}
.page5_cur span {
	cursor: pointer;
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background-color: #242321;
	background-position: center center;
	background-repeat: no-repeat;
}
.page5_cur span.prev {
	background-image: url(../images/cur3.png);
}
.page5_cur span.next {
	background-image: url(../images/cur4.png);
}
.page5_cur span.prev:hover {
	background-image: url(../images/cur3-1.png);
}
.page5_cur span.next:hover {
	background-image: url(../images/cur4-1.png);
}
.page5_cur span:hover {
	background-color: #393534
}
.page5_list {
	width: 90%;
	margin: 0 auto;
}
.footer {
	background: #0f0d0e;
	text-align: center;
}
.footer .wrap {
	max-width: 1360px;
}
.footer .logo {
	text-align: center;
	margin-bottom: 40px;
}
.foot_lt .list ul {
	margin: 0 5%;
	overflow: hidden;
}
.foot_lt .list ul li {
	width: 44%;
	margin: 0 3%;
	float: left;
	margin-bottom: 20px;
	line-height: 46px;
}
.foot_lt .list ul li span {
	display: block;
	float: left;
	width: 50px;
	color: #cdab8a
}
.foot_lt .list ul li .text {
	overflow: hidden;
}
.div_input {
	border: 1px solid #3f3e3e;
	padding: 0 20px;
	line-height: 44px;
}
.div_input input {
	color: #fff;
	width: 100%;
	border: 0;
	background: none;
}
.foot_rt {
	width: 50%;
	text-align: right;
	float: right;
}
.foot_rt h3 {
	font-size: 24px;
	font-weight: normal;
	color: #cdab8a;
	margin-bottom: 70px;
}
.foot_b {
	border-top: 1px solid #41382f;
	padding: 40px 0;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #746c70
}
.foot_b a {
	color: #cdab8a
}
/*----------mainer----------*/
.mainer {
}
/*----------footer----------*/
.footer {
}
.foot_rt {
	display: none;
}
.foot_lt {
	width: 100%;
	float: none;
}
/*----------custom----------*/

.page_tit.ny_tit {
	padding: 220px 0 80px;
}
.tag_head.case_head {
	padding-top: 30px;
}
.page_count {
	text-align: center;
	padding: 55px 0;
}
.page_count a {
	display: inline-block;
	line-height: 32px;
	padding: 0 10px;
	border: 1px solid #cdaa8a;
	font-size: 13px;
	color: #cdaa8a;
	margin: 0 5px;
}
.page_count a.in, .page_count a:hover, .page_count a:active {
	background: #cdaa8a;
	color: #fff;
}
.page_about {
}
.page_about .web {
	background: #1b191a;
	padding: 37px 0 80px;
	font-size: 16px;
    line-height: 40px;
    color: #ada8a7
}

.page_about .web  h2{
font-size: 24px;
    font-weight: normal;
    color: #cdab8a;
    margin-bottom: 20px;
}
.page_about .web .text {
	margin-top: 38px;
}
.page_about .web .text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #cdab8a;
	margin-bottom: 20px;
}
.page_about .web .text p,.page_about .web .text div,.page_about .web .wrap{
	text-align: justify;
	font-size: 16px;
	line-height: 40px;
	color: #ada8a7;
}

.page1.about_service {
	background: #211d1c;padding-top:2em; font-size:16px;
}
.page1.about_service .wrap{text-align: justify;
    font-size: 16px;
    line-height: 40px;
    color: #ada8a7;}
  .page1.about_service .wrap h3{  
    font-size: 24px;
    font-weight: normal;
    color: #cdab8a;
    margin-bottom: 20px;}

.cl:after{ clear:both; content:"";}
.service_lc { display:block; padding:5em 0;display:inline-block; width:100%;}
.service_bz{overflow: hidden;}
.service_bz li dt{ line-height:30px;display:block; color:#cecece;}
.service_bz li{ float:left; display:block; width:16%; text-align:center;}
.service_bz li dt:nth-child(1){ margin-bottom:20px;}
.service_bz li:nth-child(2) dt:nth-child(1){ 
font-weight:bold; background:#f9ad95; display:inline-block; padding:5px 20px; margin-bottom:0.5em;text-transform:uppercase; color:#fff;}
.service_bz li:nth-child(3) dt:nth-child(1){ 
font-weight:bold; background:#375b7b; display:inline-block; padding:5px 20px; margin-bottom:0.5em;text-transform:uppercase; color:#fff;}
.service_bz li:nth-child(4) dt:nth-child(1){ 
font-weight:bold; background:#f67a84; display:inline-block; padding:5px 20px; margin-bottom:0.5em;text-transform:uppercase; color:#fff;}
.service_bz li:nth-child(5) dt:nth-child(1){ 
font-weight:bold; background:#966382; display:inline-block; padding:5px 20px; margin-bottom:0.5em;text-transform:uppercase; color:#fff;}
.service_bz li:nth-child(6) dt:nth-child(1){ 
font-weight:bold; background:#d16e83; display:inline-block; padding:5px 20px; margin-bottom:0.5em; text-transform:uppercase; color:#fff;}
.service_pic img{ width:100%;}

@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 800px) {
.service_bz li{ float:left; display:block; width:20%; text-align:center; margin-bottom:1em;}
.service_bz li:nth-child(1){ width:100%; border-bottom:1px #fff dashed; padding-bottom:20px;}
.service_pic{ clear:both; display:block;}
.service_pic img{max-width:50%;}
}
 @media only screen and (max-width: 750px) {
.service_bz li{ float:left; display:block; width:20%; text-align:center; margin-bottom:1em;}
.service_bz li:nth-child(1){ width:100%; border-bottom:1px #fff dashed; padding-bottom:20px;}
.service_pic{ clear:both; display:block;}
.service_pic img{max-width:50%;}
}
 @media only screen and (max-width:480px) {
.service_lc{ padding: 0;}
.service_bz li{ float:left; display:block; width:33.3%; text-align:center; margin-bottom:1em;}
.service_bz li:nth-child(1){ width:100%; border-bottom:1px #fff dashed; padding-bottom:20px;}
.service_pic{ clear:both; display:block;}
.service_pic img{max-width:50%;}
}






.page_tit.contact_tit {
	padding: 75px 0;
}
.page5.page_news {
	background: #1b191a;
}
.news_list {
}
.news_list ul li {
	border: 1px solid #1b191a;
	margin-top: 30px;
	background: #302c2b;
}
.news_list ul li .img {
	float: left;
	width: 41%;
}
.news_list ul li .img img {
	display: block;
	width: 100%;
}
.news_list ul li .web {
	overflow: hidden;
}
.news_list ul li .web .tit {
	color: #222;
	background: #cdaa8a;
	padding: 30px 30px 30px 20px;
}
.news_list ul li .web .tit p {
	font-size: 14px;
}
.news_list ul li .web .tit h3 {
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.news_list ul li .web .tit h3 a {
	color: #222;
}
.news_list ul li .web .text {
	padding: 25px 30px 0 20px;
}
.news_list ul li .web .text p {
	font-size: 14px;
	line-height: 24px;
	color: #ada8a7;
}
.news_list ul li .web .news_btn {
	padding-left: 20px;
	margin-top: 70px;
}
.news_list ul li .web .news_btn a {
	display: inline-block;
	width: 42px;
	height: 17px;
	background: url(../images/icon3.png) no-repeat center center;
}
.news_list ul li:hover {
	border-color: #cdaa8a;
}
.page_news .page_count {
	text-align: right;
}
.page2.page_service {
}
.page_service .page4_list {
	padding: 105px 0;
}
.details_box {
	padding: 40px 0 20px;
}
.details_box .tit {
	text-align: center;
	color: #222;
	background: #cdaa8a;
	padding: 30px 0 25px;
}
.details_box .tit h3 {
	font-size: 18px;
	font-weight: normal;
}
.details_box .tit p {
	font-size: 14px;
	margin-top: 13px;
}
.details_box .web {
	padding: 25px 0 70px;
}
.details_box .web img{ max-width:100%;}
.details_box .web h3{ margin-bottom:10px;}
.details_box .web p, .details_box .web{
	font-size: 14px;
	color: #ada8a7;
	line-height:28px;
}
.details_btn {
}
.details_btn p {
	font-size: 14px;
	color: #cdaa8a;
	margin-top: 20px;
}
.details_btn p label {
	display: inline-block;
	border-bottom: 1px solid #1f1e1c;
}
.details_btn p span {
	display: inline-block;
	margin-right: 27px;
}
.details_btn p a {
	color: #cdaa8a;
}
.details_btn p label:hover {
	border-bottom: 1px solid #cdaa8a;
}
 @media only screen and (max-width: 1410px) {
.page5_cur {
	right: 0;
}
}
@media only screen and (max-width: 1200px) {
.header {
	top: 20px;
	left: 20px;
	right: 20px;
	width: initial;
}
.banner .item .btn {
	margin-top: 50px;
}
.banner .item .text h2 {
	font-size: 36px;
}
}
 @media only screen and (max-width: 1024px) {
.banner .item .text h2 {
	font-size: 30px;
}
.banner .item .text {
	font-size: 16px;
}
.banner .item .btn {
	margin-top: 30px;
}
}
@media only screen and (max-width: 800px) {
.page2_list li {
	width: 33.333%;
}
.header .logo {
	line-height: 90px;
}
.header .wrap {
	height: 90px;
}
.page_tit h3 {
	font-size: 26px;
}
.news_list ul li .img {
	width: 50%;
}
.news_list ul li .web .news_btn {
	margin-top: 10px;
}
.news_list ul li .web .text {
	padding-top: 5px;
}
.news_list ul li .web .text p {
	line-height: 22px;
}
.news_list ul li .web .tit {
	padding: 20px;
}
}
 @media only screen and (max-width: 750px) {
.page {
	overflow: hidden;
}
.mainer {
	margin-top: 100px;
}
.header {
	position: fixed;
	top: 10px;
	left: 10px;
	right: 10px;
}

.header .logo img {
	height: 40px;
}
.head_time {
	right: 15px;
	font-size: 12px;
}
.header .logo {
	line-height: 70px;
}
.header .wrap {
	height: 70px;
}
.banner .item .text {
	margin-top: -70px;
	line-height: 25px;
	font-size: 14px;
}
.banner .item .text h2 {
	font-size: 20px;
}
.banner .item .text .btn {
	margin-top: 10px;
}
.btn a {
	line-height: 35px;
}
.page1_list ul {/*white-space:nowrap; overflow-x:auto;*/
}
.page1_list ul li {
	float: none;/*width:190px;*/
	display: inline-block;
	margin: 0 10px;
}
.page2_list li {
	width: 50%;
}
.page3_list, .page3_text {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.page4_list ul li {/*width:200px;display:inline-block;float:none;margin:0 5px;*/
	margin: 0 auto;
}
/*.page4_list ul{white-space:nowrap; overflow-x:auto;}*/
.page4_list ul p {
	white-space: initial;
	line-height: 20px;
	padding: 0 20px;
}
.page5_cur {
	display: none;
}
.page5_owl .text ul {
	margin-top: 20px;
}
.foot_lt, .foot_rt {
	width: 96%;
	margin: 0 auto;
	float: none;
}
.foot_rt {
	text-align: center;
}
.foot_rt h3 {
	margin-bottom: 20px;
}
.foot_b {
	margin-top: 20px;
	padding: 10px 0;
}
.more1 {
	margin: 20px 0;
}
.page5_owl .item .img {
	line-height: 180px;
	height: 180px;
}
.page5_owl.owl-theme .owl-dots .owl-dot.active span, .page5_owl.owl-theme .owl-dots .owl-dot:hover span {
	background: #cdaa8a
}
.menu_wrap{ right:10px;}
.menu_fixed .menu ul li a {
	font-size: 16px;
	width: 80%;
	line-height: 45px;
}
.menu_fixed p {
	padding: 0 15px;
	width: auto;
	line-height: 25px;
	font-size: 12px;
}
.menu_wrap span{ display:block !important;}

.page_tit.ny_tit {
	padding-top: 30px;
	padding-bottom: 50px;
}
.page_about .web {
	padding: 20px;line-height: 30px;
}
.details_box .tit {
	padding: 15px;
}
.details_box .tit h3 {
	font-size: 16px;
	line-height: 30px;
}
.details_box .web {
	padding: 10px;
}
.details_box .web p {
	line-height: 20px;
}
.details_btn p {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ewm {
	width: 150px;
	margin: 0 auto;
}
.ewm img {
	width: 100%;
}
.page_about .web .text p {
	line-height: 24px;
	font-size: 14px;
}
.page_about .web .text h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.tag_head span a {
	padding: 0 10px;
}
.page_tit.contact_tit {
	padding: 10px 0;
}
.news_list ul li .img {
	width: 100%;
	float: none;
}
.news_list ul li .web .tit {
	padding: 20px;
}
.news_list ul li .web .news_btn {
	margin-top: 20px;
	padding-bottom: 10px;
}
.page_count {
	padding: 20px 0;
	text-align: center;
}
.page_news .page_count {
	text-align: center;
}
.page_count a {
	padding: 0 5px;
	min-width: 20px;
}
.head_time {
	display: none;
}
.header .logo {
	text-align: left;
	padding:0 20px;
}
.banner .item {
	overflow: hidden;
}
.banner .item .img1 {
	width: 150%;
	margin-left: -25%;
}
.banner .item .text {
	padding: 0 20px;
	box-sizing: border-box;
}
.page2_list li .text h3 {
	font-size: 16px;
}
.page_tit {
	padding: 25px 0;
}
.page3 {
	padding: 40px 0;
}
.foot_lt .list ul li {
	width: 100%;
	margin: 15px 0;
}
.foot_lt .list ul {
	margin: 0 auto;
}
.news_list ul li {
	margin-top: 10px;
}
.page4_list, .page1_list {
	width: 80%;
	margin: 0 auto;
}
.page1_list .owl-carousel .owl-stage-outer, .page4_list .owl-carousel .owl-stage-outer {
	overflow: initial;
}
}
.case_info_modal.in {
}
.case_info_modal {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	color: #000;
}
.case_info_modal .fp_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.case_info_modal .cell {
	display: table-cell;
	vertical-align: middle;
}
.case_info_modal .cont {
	overflow-y: auto;
	padding: 10px;
	position: relative;
	background: #fff;
}
.c_scolll {
	position: relative;
	max-width: 1074px;
	width: 90%;
	margin: 0 auto;
}
.case_info_modal .cont h3 {
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #010101;
}
.case_info_modal .close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 33px;
	height: 33px;
	border-radius: 33px;
	background-color: #000;
	background-image: url(../images/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 100
}
.case_info_modal {
	transition: all 0s;
}
.case_info_modal .cont .close:hover {
	background-color: #cdab8a
}
.img_owl .item {
	overflow: hidden;
}
.img_owl img {
	width: 100%;
}
.img_owl {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.img_owl .div_o {
	width: 80%;
	margin: 0 auto;
	max-width: 617px;
}
.img_cur {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -12px;
}
.img_cur span {
	cursor: pointer;
	display: block;
	width: 22px;
	height: 36px;
	background: url(../images/cur5.png) no-repeat center center;
}
.img_cur span.span_prev:hover {
	background: url(../images/cur5-1.png) no-repeat center center;
}
.img_cur span.span_next {
	background: url(../images/cur6.png) no-repeat center center;
}
.img_cur span.span_next:hover {
	background: url(../images/cur6-1.png) no-repeat center center;
}
.img_text {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 26px;
	font-size: 14px;
	color: #7e7e7e;
	margin-top: 30px;
}
@media only screen and (max-width: 750px) {
.img_text {
	width: 95%;
}
.img_owl {
	width: 100%;
}
}












@charset "UTF-8";
ul { margin: 0; padding: 0 }
li { list-style: none }
.jdcfont { font-family: jdcfont!important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: .2px; -moz-osx-font-smoothing: grayscale }

.jdc-side { display: none; position: fixed; right:0.5em; bottom:20%; z-index: 300; width: 60px }
.mod_hang_qrcode { position: relative }
.mod-qr-tips { height: 70px; background: url(../images/qrtips.png) center no-repeat; background-size: 100% }
.mod_hang_qrcode_show { display: none; position: absolute; right: 70px; top: -65px; width: 138px; min-height: 166px; border: 0 none; background: #fff; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_show p { margin-top: 5px; line-height: 16px; color: #666; font-size: 12px; text-align: center }
.mod_hang_qrcode_show_bg { width: 124px; height: 124px; margin: 8px auto 0; background-position: 0 0; background-repeat: no-repeat; -moz-background-size: 124px auto; background-size: 124px auto; background-image: url(../images/qrcode.png) }
.jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode.jpg) }
.jdc_hang_qrcode p { padding-bottom: 5px }
.mod_hang_qrcode_btn { display: block; width: 60px; height: 60px; color: #0989c5; font-size: 40px; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease }
.mod_hang_top { display: block; width: 60px; height: 60px; margin: 5px 0 0; text-align: center; cursor: pointer; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; transition: all .25s ease; background-color: transparent }
.mod_hang_qrcode:hover .mod_hang_qrcode_show { display: block }
.mod_hang_qrcode_btn { position: relative; margin-top: 5px; text-align: center; background-color: transparent; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_qrcode_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_qrcode_btn:hover { color: #fff }
.mod_hang_top { -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) }
.mod_hang_top .mod_hang_qrcode_btn { background: 0 0; margin: 0 }
.mod_hang_appeal_btn { display: block; width: 60px; height: 60px; color: #0989c5; text-align: center; font-size: 20px; cursor: pointer; -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1) ;}

.mod_hang_appeal:hover .mod_hang_appeal_show{ display:block;opacity: 1;}


.mod_hang_appeal_btn i, .mod_hang_qrcode_btn i { display: inline-block; width: 60px; height: 60px; line-height:50px; font-size: 40px; color: #0989c5; background-color:rgba(62,41,0,0.8); }
.mod_hang_appeal_btn span { display: none; position: absolute; top: 25px; left: 25px; width: 30px; line-height: 15px; font-size: 12px; text-align: center }
.mod_hang_appeal.show .mod_hang_appeal_show { display: block }
.mod_hang_appeal_show { opacity: 0; z-index:-9; right:-500px; position: absolute; right:60px; top:135px; background:rgba(62,41,0,0.8); -webkit-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); -moz-box-shadow: 0 0 10px 0 rgba(20,34,67,.1); box-shadow: 0 0 10px 0 rgba(20,34,67,.1); }
.mod_hang_appeal_show li {
*zoom:1; cursor: pointer }
.mod_hang_appeal_show li:hover { background:rgba(62,41,0,0.8);}
.mod_hang_appeal_show li:after, .mod_hang_appeal_show li:before { content: ""; display: block; clear: both; height: 0; line-height: 0; visibility: hidden }
.mod_hang_appeal_show .icon_box, .mod_hang_appeal_show .text_box { float: left; width: 215px; height:60px; line-height:60px; cursor: pointer;font-size:24px; color: #cdab8a; padding-left:0.5em; font-weight:bold;}
.mod_hang_appeal_show .icon_box { width: 78px; line-height: 90px; text-align: center }
.mod_hang_appeal_show .icon_box i { color: #0989c5; font-size: 30px }
.mod_hang_appeal_show .text_box p { margin-top: 10px; max-height: 36px; overflow: hidden; line-height: 18px; font-size: 12px; color: #666; cursor: pointer }
.jdc_feedback_qrcode .mod_hang_qrcode_btn { margin-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show p { padding-bottom: 5px }
.jdc_feedback_qrcode .mod_hang_qrcode_show_bg { margin-top: 0; background-image: none； padding-top:10px;}
.mod_hang_qrcode_show_bg img{ width:100%;}
@media (max-width:768px) {
.jdc-rwd .jdc-side { display: none!important }
}
.jdc-lang-en .jdc_hang_qrcode .mod_hang_qrcode_show_bg { background-image: url(../images/qrcode-en.jpg) }
.jdc-lang-en .mod-qr-tips { position: relative }
.jdc-lang-en .mod-qr-tips:after { content: "Search"; position: absolute; left: 41px; top: 8px; width: 85px; height: 30px; line-height: 30px; background: #fff; color: #666; font-size: 16px }


