@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式  清除苹果浏览器的圆角表单*/
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	-webkit-appearance: none;
	resize: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-style: normal;
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	display: block;
}
/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
	color: #555;
	background-color: #F7F7F7;
}

em, i {
	font-style: normal;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #969696;
	font-family: Microsoft YaHei, Tahoma, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Microsoft YaHei;
}

img {
	border: none;
}

body {
	background: #f0f1f1;
}

.wrap {
	height: 100%;
	overflow: hidden;
	margin-bottom: 125px;
	position: relative;
}

/*------------------头部---------------------*/
header {
	padding: 20px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

header h1 {
	text-align: left;
}

header h1 img {
	width: 280px;
	display: inline-block;
}

header .hTel {
	position: absolute;
	width: 47px;
	height: 44px;
	right: 20px;
	top: 20px;
	background: url(../imagewap/sprite01.png) 0 -371px no-repeat;
}

header .dropTel {
	width: 100%;
	height: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 100;
	text-align: left;
	background: rgba(0,0,0,.9);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

header .move.dropTel {
	right: 0;
}

header .dropTel p {
	padding: 20px;
	color: #767676;
	font-size: 1.4em;
	background: #F0F0F0;
}

header .dropTel .tel {
	padding: 0;
}

header .dropTel .tel a {
	display: block;
	padding: 20px;
	color: #333;
	overflow: hidden;
	background: #fff;
}

header .dropTel .tel .txt {
	float: right;
	font-size: 1.2em;
}

header .dropTel .tel .txt span {
	margin: -8px 0 0 20px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	font-size: 0.7em;
	background: #FF5527;
	border-radius: 5px;
	vertical-align: middle;
}

/*header .dropmenu {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 100;
	background: rgba(0,0,0,0.8);
}
*/
header .close {
	padding: 30px 30px;
	text-align: right;
}

header .close span {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../imagewap/sprite.png) -743px -96px no-repeat;
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
}

header .dropmenu ul {
	border-top: 1px solid #fff;
}

header .dropmenu li a {
	padding: 20px 30px;
	display: block;
	color: #fff;
	font-size:1.4em;
	text-align: left;
	border-bottom: 1px solid #fff;
}

/*------------------大图滚动---------------------*/
.mainImg {
	margin-bottom: 20px;
}

.mainImg li {
	width: 100%;
	float: left;
}

.mainImg li a {
	display: block;
}

.mainImg li img {
	width: 100%;
}

/*------------------大图滚动控制圆点---------------------*/
.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: right;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 12px;
	height: 12px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.7;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #1078F1;
}

/*------------------导航---------------------*/
#gNavi {
	margin-bottom: 20px;
	border-top: 1px solid #fff;
}

#gNavi li {
	width: 33.333333333%;
	float: left;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

#gNavi li a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 1.4em;
	text-align: center;
	background: #1078F1;
	border-left: 1px solid #fff;
}

#gNavi li:nth-child(1) a,
#gNavi li:nth-child(4) a {
	border-left: none;
}

.comtel {
	margin: 0 20px 30px;
}

.comtel a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-align: center;
	background: #1078F1;
	border-radius: 30px;
}

.combtn {
	margin: 15px 20px 0;
}

.combtn a {
	padding: 10px 0;
	display: block;
	color: #fff;
	text-align: center;
	background: #1078F1;
	border-radius: 30px;
}

/*------------------主体---------------------*/
#main {
	margin-bottom: 50px;
	clear: both;
	border-top: 5px solid #CCC;
}

.section {
	margin: 0 10px 20px;
	padding: 10px;
	background: #fff;
}

/*------------------标题---------------------*/
.headLine01 {
	margin-bottom: 20px;
	padding: 20px 15px;
	color: #1078F1;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}

.headLine01 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #5b5b5b;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

.headLine01 .en:before {
	margin-left: -25px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	width: 50px;
	height: 2px;
	background: #E97618;
}

.headLine01 .ttl {
	margin: 0;
	color: #1078F1;
	font-size: 30px;
}

/*------------------图片列表---------------------*/
.comList {
	margin: 0 -5px;
	padding: 0;
}

.comList li {
	margin: 0 1% 15px;
	padding: 10px;
	width: 48%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #EBEBEB;
}

.comList li a {
	display: block;
}

.comList li .photo {
	padding-bottom: 75%;
	overflow: hidden;
	position: relative;
}

.comList li .photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.comList li p {
	padding: 15px 0;
	font-size: 1.2em;
	text-align: center;
	background: #ebebeb;
}

.comList.case li {
	width: 31.33333%;
}

/*------------------金沙9001w以诚为本---------------------*/
.about {
	padding: 20px 15px;
}

.about .aboutBox {
	padding: 300px 30px 50px;
	background: url(../imagewap/about_bg.jpg)  no-repeat center center;
	background-size: cover;
}

.about .aboutBox .sub {
	margin-top: -30px;
	padding: 40px 20px;
	background: #fff;
}

.aboInmg img {
	width: 100%;
}

.about p {
	color: #666;
	font-size: 1.4em;
	line-height: 1.7;
}

.about .company {
	margin-bottom: 10px;
	color: #333;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

.about .info {
	text-indent: 2em;
}

.about .link {
	margin-top: 20px;
}
	
.about .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 90%;
	display: block;
	color: #666;
	font-size: 1.6em;
	text-align: center;
	border: 2px solid #ccc;
	border-radius: 30px;
}

.about .link a span {
	display: inline-block;
	position: relative;
}

.about .link a span:after{
	content: "";
	position: absolute;
	top: 18px;
	right: -40px;
	width: 26px;
	height: 26px;
	background: url(../imagewap/sprite.png) -293px -345px no-repeat;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}

.youshi {
	margin-top: 20px;
}

.youshi img {
	width: 100%;
}


/*------------------新闻列表---------------------*/
.comNews li {
	border-bottom: 1px dotted #ccc;
}

/*.comNews li:last-child {
	border-bottom: none;
}*/

.comNews li a {
	padding: 15px;
	display: block;
	color: #333;
	font-size: 1.4em;
	overflow: hidden;
}

.comNews li a .photo {
	width: 150px;
	height: 150px;
	float: left;
	border: 1px solid #ccc;
}

.comNews li a .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

.comNews li a .textBox {
	padding: 10px 0 0 170px;
}

.comNews li a .date {
	margin-top: 10px;
	display: block;
	color: #666;
	text-align: right;
}

.contact {
	padding: 25px;
	color: #666;
	font-size: 1.9rem;
	line-height: 2;
	background: url(../imagewap/contact_bg.jpg) no-repeat center center;
	background-size: cover;
}

.contact a {
	color: #666;
}

.contact span {
	color: #000;
	font-weight: bold;
}

/*------------------脚部---------------------*/
footer {
	padding-bottom: 120px;
	background: #222222;
}

footer .fLink {
}

footer .fLink li a {
	padding: 25px;
	display: block;
	color: #fff;
	font-size: 1.5rem;
	border-bottom: 1px dotted #CCC;
	background:url(../imagewap/icon05.png) no-repeat 98% center;
}

footer .fLink li a span {
	margin-left: 15px;
	font-size: 12px;
	font-style: italic;
}

footer .flogo {
	padding: 15px 0;
	text-align: center;
	background: #eee;
}

footer .flogo img {
	display: inline-block;
	width:300px;
}

footer .fclick {
	padding: 30px;
}

footer .fclick li {
	margin-bottom: 15px;
	width: 33%;
	float: left;
	color: #fff;
	font-size: 18px;
	border-left: 1px solid #555;
}

footer .fclick li a {
	padding-left: 20px;
	color: #fff;
}

footer .fixNavi {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: #333;
	border-top: 2px solid #CCC;
}

footer .fixNavi li {
	width: 33.3%;
	float: left;
	text-align: center;
}

footer .fixNavi .conBtn {
	width: 33.4%;
}

footer .fixNavi li a {
	padding: 15px 0;
	display: block;
	color: #fff;
	font-size: 1.3em;
}

footer .fixNavi li span {
	margin: 0 auto 10px;
	width: 46px;
	height: 46px;
	display: block;
	background:url(../imagewap/sprite.png) no-repeat left top;
}

footer .fixNavi .home span {
	background-position: -197px -1px;
}

footer .fixNavi .telBtn span {
	width: 43px;
	background-position: -305px 0;
}

footer .fixNavi .conBtn span {
	width: 34px;
	background-position: -351px 0;
}

.content {
	font-size: 1.625em;
    line-height: 1.7;
    padding: 20px;
    font-weight: 200;
    overflow: hidden;
}

.proList {
	margin: 0 15px 30px;
}

.proList li {
	margin: 0 1% 15px;
	width: 31.3333333333%;
	float: left;
	color: #018232;
	font-size: 20px;
}

.proList li：nth-child(2n) {
	margin: 0 0 0 3%;
}

.proList li a {
	padding: 10px;
	display: block;
	color: #fff;
	text-align: center;
	position: relative;
	background: #394954;
	border-radius: 40px;
}

.dede_pages ul {
	padding: 20px 20px 0;
}

.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
	font-size: 16px;
}

.dede_pages ul li a,
.dede_pages ul li span {
	padding: 1px 10px;
	color: #555;
	display: block;
}

.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
}

.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
}

.detailBox {
	text-align: center;
}

.detailBox h3 {
	margin-bottom: 30px;
	padding: 30px 0 10px;
	color: #666;
	font-size: 1.8em;
	border-bottom: 1px dashed #d0d0d0;
}

.detailBox h3 span {
	margin-top: 5px;
	display: block;
	color: #888;
	font-size: 0.7em;
	font-weight: normal;
}

.detailBox .detail {
	padding: 0 20px;
	font-size: 1.5em;
	text-align: left;
}

.detailBox .detail img {
	margin: 0 auto;
	max-width: 80%;
}


#main .conList {
	margin: 0 0 30px;
}

#main .conList li {
	margin-bottom: 20px;
	color: #000;
	font-size: 1.7rem;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

#main .conList li a {
	color: #000;
}

#main .conList li img {
	margin: 0 auto 20px;
	display: block;
}

#dituContent {
	width: 100%;
	height: 300px;
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #0070D8;
  border: 1px solid #0070D8;
}
.pagination a.page-num-current {
  color: #fff;
  background: #0070D8;
  border: 1px solid #0070D8;
}


.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}
