﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0
}

body {
	font-size: 100px
}

* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box
}

.trans {
	transition: all .3s ease-in
}

html {
	width: 100%;
	min-height: 100%
}

body {
	width: 100%;
	min-height: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	font: .24rem/1.6 'PingFangSC-Light','microsoft yahei',Arial,Helvetica,sans-serif,"Hiragino Sans GB";
	color: #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #fff;
	position: relative
}

body:before,body:after {
	content: "";
	width: 100%;
	display: block
}

body:before {
	height: 1rem
}

body:after {
	height: 1rem
}

img {
	border: 0
}

em {
	font-style: normal
}

s,i {
	font-style: normal
}

ul,ol {
	list-style-type: none
}

li {
	list-style: none outside none
}

strong,b {
	font-weight: 400
}

input,button,select,textarea {
	outline: none;
	font-family: microsoft yahei,Arial;
	font-size: .24rem;
	-webkit-appearance: none!important
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #999
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #999
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #999
}

.layout {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-wrapper: 101;
	background: #000;
	opacity: 1
}

.blue {
	color: #28a5f4
}

a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent; color:#333;
}

a:focus {
	outline: none
}

a:hover,a:active {
	color: #;
	outline: none
}

h1,h2,h3,h4,h5,h6,h7 {
	font-weight: 400
}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle
}
.icon1 {
	background: url(../images/icon1.png) no-repeat;
	display: inline-block;
	background-size: 4rem auto;
	vertical-align: middle
}

.icon,.iconn:before,.iconn:after,.iconbef:before,.iconbef:after {
	content: "\20";
	display: block
}

.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle
}

.fl {
	float: left
}

.fr {
	float: right
}

.hide {
	display: none
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0
}

.clear,.clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0
}

.header {
	position: relative
}

#top_main {
	width: 100%;
	height: 1rem;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0
}

#top {
	max-width: 640px;
	min-width: 320px;
	height: 1rem;
	margin: 0 auto;
	position: relative;
	background: #fff;
	box-shadow: 0 0 .2rem rgba(0,0,0,.1);
	border-bottom: 1px solid #eee
}

#top .logo {
	width:69%;
	margin: 0 auto;
	display: block;
	text-align: center; float:right; text-align:center;
}

#top .logo a {
	display: block
}

#top .logo img {
	height: 1rem;
	vertical-align: top; float:left;
}

#top .topsearch {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	width: .9rem;
	height: .5rem;
	margin: .25rem auto;
	background: url(../images/sou1.png) no-repeat center;
	background-size: .4rem auto;
	z-index: 6
}

#top #nav {
	width: .6rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 6
}

#top .nav {
	width: .5rem;
	height: .36rem;
	margin: .33rem auto;
	background-position: -.56rem -.94rem
}

#top .cur .nav {
	background-position: 0 -.94rem
}

#search {
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	position: absolute;
	left: 0;
	top: .9rem;
	padding-top: .2rem;
	display: none;
	z-index: 999
}

#search input {
	display: block;
	padding: 0;
	margin: 0
}

#search .txt {
	border: none;
	width: 80%;
	height: .65rem;
	line-height: .65rem;
	margin-left: 4%;
	color: #666;
	font-size: .22rem;
	background: #fff;
	text-indent: 3%;
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

#search .btn {
	cursor: pointer;
	border: none;
	font-size: .24rem;
	width: .8rem;
	height: .65rem;
	text-align: center;
	background: #fa9507 url(../images/icon.png) no-repeat 0 -4.6rem;
	background-size: 2.4rem auto;
	color: #fff;
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem;
	background-size: 2rem auto;
	vertical-align: middle
}

.searchinfo {
	background: #fff;
	padding: .2rem 0;
	height: 100%;
	width: 92%;
	margin: 0 auto
}

.searchinfo h2 {
	color: #333
}

.searchinfo .searchlist {
	padding: .2rem 0
}

.searchinfo .searchlist a {
	display: inline-block;
	margin: 0 4% 4% 0;
	color: #333;
	background: #f5f5f5;
	font-size: .24rem;
	text-align: center;
	height: .64rem;
	line-height: .64rem;
	padding: 0 .2rem;
	border-radius: 3px
}

.searchinfo .searchlist a:hover {
	background: #913d23;
	color: #fff
}

#top_main .pages_name {
	text-align: center;
	display: block;
	font-size: .32rem;
	color: #333;
	line-height: 1rem
}

#top_main .back_out {
	width: 12%;
	height: 1rem;
	position: absolute;
	left: 0;
	top: 0
}

#top_main .back_out i {
	width: .26rem;
	height: .42rem;
	background-position: 0 -1.5rem;
	display: block;
	margin-top: .3rem;
	margin-left: .3rem
}

.soupage {
	background: #fff
}

.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 1rem;
	z-index: 999;
	max-width: 640px;
	min-width: 320px;
	background: #fff
}

.subNavCon {
	margin: 0;
	width: 100%;
	height: 100%
}

.subNav .closrbox {
	width: 20%;
	height: .5rem;
	line-height: .5rem;
	background: #fff;
	position: absolute;
	right: 2%;
	top: -5%
}

.subNav ul {
	background: #fff;
	position: relative;
	z-index: 2
}

.subNav li {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease-in
}

.subNav li:first-child {
	margin-top: .4rem
}

.subNav li a {
	display: block;
	width: 4rem;
	margin: 0 auto;
	color: #333;
	font-size: .34rem;
	line-height: 1rem;
	text-align: center;
	border-bottom: 1px solid #f0efef
}

.subNav li a:hover {
	color: #fa9507
}

.subNav .toptel {
	padding-left: 4%;
	padding-top: .3rem;
	padding-bottom: .4rem
}

.subNav .toptel span {
	display: block
}

.subNav .toptel p {
	font-family: avgr;
	font-size: .5rem
}

.subNav.show {
	right: 0!important
}

.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block
}

#banner_main {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.banner {
	margin: 0 auto;
	width: 100%;
	*zoom: 1;
	overflow: hidden;
	position: relative;
	z-index: 1
}

.banner .list {
	width: 100%;
	overflow: hidden
}

.banner .list li {
	float: left;
	width: 100%;
	overflow: hidden
}

.banner .list li a {
	display: block
}

.banner .list li img {
	width: 100%;
	height: auto;
	display: block
}

#banner .tip {
	width: 100%;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	clear: both;
	z-index: 2;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: 5%
}

#banner .tip span {
	display: inline-block;
	vertical-align: middle;
	width: .2rem;
	height: .2rem;
	margin: 0 .025rem;
	vertical-align: middle;
	border-radius: 100%;
	border: 2px solid #fff
}

#banner .tip span.cur {
	background: #FFF
}

.reLink {
	margin: .2rem 3% .3rem
}

.reLink .prevLink,.reLink .nextLink {
	display: block;
	height: .7rem;
	line-height: .7rem;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #e8e8e8
}

.footer_main {
	text-align: center;
	width: 100%;
	padding: .4rem;
	color: #666;
	background: #f6f6f6
}

.copyright {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
	font-size: .18rem
}

.toTop {
	width: .9rem;
	height: .9rem;
	background: url(../images/gotop.png) no-repeat center top;
	background-size: .9rem auto;
	position: fixed;
	bottom: 20%;
	right: 2%;
	cursor: pointer;
	z-index: 10;
	display: none
}

.footer_main a {
	color: #666
}

#toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 1rem;
	left: 0
}

#toolbar .list {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #3c3c3c
}

#toolbar .list li {
	float: left;
	width: 25%;
	text-align: center
}

#toolbar .list a {
	display: block;
	height: 1.2rem;
	line-height: .24rem;
	font-size: .22rem;
	color: #fff;
	padding-top: .15rem
}

#toolbar .list a.hover {
	background: #fa9507
}

#toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: .42rem;
	height: .46rem;
	display: block;
	background-size: 5rem auto
}

#toolbar .list a span {
	text-align: center;
	line-height: .35rem;
	display: block
}

#toolbar .list a .too-home {
	background-position: .03rem 0
}

#toolbar .list a .too-qiao {
	background-position: -1.6rem 0
}

#toolbar .list a .too-map {
	background-position: -.79rem 0
}

#toolbar .list a .too-tel {
	background-position: -2.36rem 0
}

.xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880
}

#toolbar .list a s span {
	color: #fff;
	padding-top: .9rem;
	text-transform: initial;
	font-style: normal
}

.index,.floor {
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto
}

.index {
	padding-top: 0;
	position: relative
}

.navlist {
	background: #fff;
	width: 100%;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto
}

.navlist ul {
	padding: .25rem 0
}

.navlist li {
	float: left;
	width: 25%;
	text-align: center;
	margin-top: .18rem;
	display: block
}

.navlist li a {
	display: block
}

.navlist li .tb {
	width: .92rem;
	height: .9rem;
	margin: 0 auto;
	background: url(../images/menu.png) no-repeat 0 0;
	background-size: 4rem auto;
	display: block
}

.navlist li h3 {
	line-height: .66rem;
	font-size: .24rem;
	color: #333;
	height: .66rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.navlist li:nth-child(1) .tb {
	background-position: 0 0
}

.navlist li:nth-child(2) .tb {
	background-position: -1rem 0
}

.navlist li:nth-child(3) .tb {
	background-position: -2rem 0
}

.navlist li:nth-child(4) .tb {
	background-position: -3rem 0
}

.navlist li:nth-child(5) .tb {
	background-position: 0 -1rem
}

.navlist li:nth-child(6) .tb {
	background-position: -1rem -1rem
}

.navlist li:nth-child(7) .tb {
	background-position: -2rem -1rem
}

.navlist li:nth-child(8) .tb {
	background-position: -3rem -1rem
}

.index .title {
	width: 100%;
	padding-bottom: .4rem;
	text-align: center;
	padding-top: .5rem;
	position: relative
}

.index .title h3 {
	font-size: .48rem;
	color: #333;
	font-weight: 700
}

.index .title h3 b {
	color: #fa9507;
	font-weight: 700
}

.index .title h4 {
	color: #333;
	font-size: .24rem;
	letter-spacing: .05rem
}

.index .title s {
	width: .8rem;
	height: .25rem;
	display: block;
	position: absolute;
	top: .76rem;
	background: url(../images/line.png) no-repeat center;
	background-size: .8rem auto
}

.index .title .line_lef {
	left: 3%
}

.index .title .line_rig {
	right: 3%
}

.hbk {
	width: 100%;
	height: .3rem;
	background: url(../images/line1.jpg) repeat-x left top;
	background-size: .15rem auto
}

.index .floor_1_main {
	padding: 3% 0 .8rem
}

.index .imenu {
	width: 100%;
	position: relative
}

.index .imenu ul {
	display: block;
	text-align: center
}

.index .imenu li {
	width: 21.5%;
	border: 1px solid #dcdcdc;
	text-align: center;
	border-radius: .08rem;
	overflow: hidden;
	margin: 0 1% 2%;
	display: inline-block;
	box-shadow: 0 1px 5px #dcdcdc
}

.index .imenu li a {
	display: block;
	font-size: .22rem;
	height: .52rem;
	line-height: .5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index .imenu li.on a {
	color: #fa9507
}

.enbody .index .imenu li {
	line-height: .4rem;
	height: .4rem;
	overflow: hidden
}

.enbody .index .title h3 {
	font-size: .3rem;
	position: relative;
	z-index: 3
}

.enbody .index .title s {
	background: url(../images/line.png) no-repeat center top;
	background-size: .8rem auto;
	top: .6rem;
	z-index: 1
}

.enbody .iabout .con .desc {
	white-space: normal;
	word-break: break-all
}

.enbody #top_main .pages_name {
	text-transform: uppercase
}

.productlist {
	overflow: hidden;
	padding: 0 3% 3%
}

.productlist .item {
	width: 49%;
	float: left;
	margin-bottom: .2rem;
	margin-right: 2%;
	border: 1px solid #ececec
}

.productlist li:nth-child(2n) {
	margin-right: 0
}

.productlist .item a {
	display: block
}

.productlist .item figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden
}

.productlist .item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block
}

.productlist .item h3 {
	color: #333;
	font-size: .24rem;
	height: .64rem;
	line-height: .64rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.index .more {
	padding: 0 3%
}

.index .more a {
	width: 50%;
	float: left;
	display: block;
	border: .02rem solid #e5e5e5;
	height: .6rem;
	line-height: .6rem;
	text-align: center
}

.index .more .gd {
	border: .02rem solid #fa9507;
	background: #fa9507;
	color: #fff;
	border-top-left-radius: .05rem;
	border-bottom-left-radius: .05rem
}

.index .more .zx {
	border-top-right-radius: .05rem;
	border-bottom-right-radius: .05rem;
	border-left: none
}

.index .more a:hover {
	border: .02rem solid #fa9507;
	background: #fa9507;
	color: #fff
}

.xunpan {
	width: 100%;
	background: url(../images/xunpan.jpg) no-repeat center bottom;
	background-size: 6.4rem auto;
	color: #fff;
	position: relative;
	height: 2rem
}

.xunpan .img {
	position: absolute;
	left: 2%;
	bottom: 0
}

.xunpan .img img {
	width: 3.1rem;
	display: block
}

.xunpan .zixun {
	background: url(../images/kuang.png) no-repeat right bottom;
	background-size: 4.24rem auto;
	color: #fff;
	height: 2rem;
	position: relative;
	z-index: 3;
	display: block;
	width: 70%
}

.xunpan .tit {
	font-size: .26rem;
	font-weight: 700;
	padding-top: .76rem;
	text-align: center;
	line-height: .3rem
}

.xunpan .tit .en {
	font-size: xx-small;
	text-transform: uppercase;
	display: block;
	font-weight: 400;
	line-height: .2rem
}

.xunpan .tel {
	font-size: .24rem;
	font-weight: 700;
	padding-top: .1rem;
	padding-left: 13%
}

.xunpan .tel em {
	width: .22rem;
	height: .22rem;
	display: inline-block;
	background-position: 0 -.42rem;
	margin-right: .1rem
}

.xunpan .tel a {
	display: inline-block;
	color: #fff;
	padding-left: .2rem;
	font-size: xx-small
}

.index .floor_2_main,.index .floor_4_main,.index .floor_6_main {
	padding-bottom: .5rem
}

.youshi {
	padding: 3%
}

.youshi .item {
	width: 100%;
	border-top: 1px solid #eaeaea;
	position: relative;
	padding: .3rem 0
}

.youshi .item:first-child {
	border-top: none
}

.youshi .item .txt {
	width: 50%;
	float: left
}

.youshi .item .txt .tit {
	position: relative
}

.youshi .item .txt .tit img {
	display: block;
	width: 1.72rem
}

.youshi .item .txt .tit h3 {
	font-size: .18rem;
	position: absolute;
	left: 50%;
	top: .2rem;
	text-transform: uppercase
}

.youshi .item .txt h2 {
	font-size: .3rem;
	color: #fa9507;
	font-weight: 700
}

.youshi .item .txt h4 {
	font-size: .2rem
}

.youshi .item .txt .desc {
	font-size: .2rem;
	height: .6rem;
	overflow: hidden
}

.youshi .item .txt span {
	width: 2.1rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	display: block;
	border: .02rem solid #fa9507;
	border-radius: .05rem;
	font-size: .2rem;
	margin-top: .2rem
}

.youshi .item .img {
	width: 50%;
	display: block;
	float: right
}

.youshi .item .img img {
	max-width: 100%;
	display: block
}

.youshi .item:nth-child(2) .txt {
	float: right
}

.youshi .item:nth-child(2) .img {
	float: left
}

.index .floor_3_main {
	background: url(../images/floor_3.jpg) no-repeat center bottom;
	background-size: 6.4rem auto;
	padding: .3rem 0
}

.teamwork {
	padding: 0 3% .5rem
}

.teamwork .item {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: .2rem;
	display: block
}

.teamwork .item a {
	display: block;
	border: 1px solid #e5e5e5;
	position: relative
}

.teamwork .item figure {
	width: 100%;
	padding-top: 28%;
	position: relative;
	overflow: hidden
}

.teamwork .item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block
}

.teamwork .item:nth-child(2n) {
	margin-right: 0
}

.caselist {
	padding: 0 3%
}

.caselist .item {
	width: 100%;
	display: block;
	margin-bottom: .35rem;
	position: relative
}

.caselist .item a {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: .05rem;
	padding: 2%;
	position: relative;
	z-index: 2;
	background: #fff
}

.caselist .item .txt {
	width: 50%
}

.caselist .item .txt h3 {
	font-size: .24rem;
	color: #fa9507;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.caselist .item .txt p {
	font-size: .2rem;
	color: #737373
}

.caselist .item .txt .jia {
	width: .4rem;
	height: .4rem;
	display: block;
	position: absolute;
	right: 2%;
	bottom: 5%;
	background-position: -.32rem -.42rem
}

.caselist .item .di {
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	border-radius: .05rem;
	display: block;
	position: absolute;
	left: .05rem;
	top: .05rem
}

.caselist .item figure {
	width: 45%;
	padding-top: 33.7%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	float: left
}

.caselist .item figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block
}

.iabout {
	padding: .3rem 0 .rem
}

.iabout .con {
	display: block;
	padding: 0 3%;
	color: #333
}

.iabout .con img {
	max-width: 100%!important;
	display: block;
	margin: 0 auto
}

.iabout .con h3 {
	font-size: .36rem;
	padding: .1rem 0;
	text-align: center
}

.iabout .con .desc {
	font-size: .24rem;
	line-height: .4rem;
	padding-bottom: .2rem
}

.honor {
	background: #f8f8f8;
	width: 100%;
	padding-bottom: .5rem
}

.honor .list {
	padding: .3rem 3%
}

.honor .item {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: .2rem;
	display: block
}

.honor .item a {
	display: block;
	position: relative
}

.honor .item figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	z-index: 2
}

.honor .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block
}

.honor .item:nth-child(2n) {
	margin-right: 0
}

.honor .item h3 {
	color: #333;
	font-size: .24rem;
	text-align: center;
	padding: .1rem 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.textlist {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 .3rem
}

.textlist .list {
	padding: 0 2%
}

.textlist .item {
	margin-bottom: 26px;
	transition: all .2s linear 0s;
	width: 100%;
	position: relative
}

.textlist .item a {
	display: block
}

.textlist .item .img {
	width: 25%;
	height: 1.14rem;
	overflow: hidden;
	margin-right: 2%
}

.textlist .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;

	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms
}

.textlist .item .txt {
	width: 55%
}

.textlist .item h3 {
	font-size: .26rem;
	line-height: .4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.textlist .item p {
	font-size: .2rem;
	line-height: .33rem;
	color: #999;
	height: .7rem;
	padding-top: 2%;
	overflow: hidden
}

.textlist .item .time {
	display: block;
	width: 17%;
	height: 1.14rem;
	line-height: .8rem;
	text-align: center;
	font-size: .2rem;
	border-left: 1px solid #e9e9e9;
	padding-left: 2%
}

.textlist .item .time b {
	display: block;
	font-size: .6rem;
	color: #fa9507;
	line-height: .6rem
}

.textlist .item:hover img {
	transform: scale(1.06,1.06)
}

.menubox .iconn {
	width: .4rem;
	height: .4rem;
	display: inline-block;
	cursor: pointer
}

.menubox .goHome {
	margin-right: .16rem
}

.menubox .iconn:before {
	width: .4rem;
	height: .4rem;
	background-size: 1.4rem
}

.menubox .goBack {
	background: 0 0
}

.wrapper {
	width: 100%;
	overflow: hidden;
	max-width: 640px;
	min-width: 320px;
	position: relative;
	padding-top: .2rem
}

.productPage {
	padding: 3% 0 .5rem
}

.productPage .gridlist {
	padding: 0 3%
}

.productPage .erro {
	padding: 0 3%
}

.erro {
	text-align: center;
	color: red;
	padding: 3% 0
}

.iconbef:before {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle
}

.cateList {
	width: 100%;
	line-height: .8rem;
	text-align: center;
	background: #f6f6f6;
	color: #666;
	position: relative
}

.cateList .goBack {
	width: .8rem;
	height: .8rem;
	padding-top: .23rem;
	position: absolute;
	left: .1rem;
	top: 0;
	z-index: 12
}

.cateList .goBack:before {
	width: .4rem;
	height: .4rem;
	display: block;
	margin: 0 auto;
	background-position: -1rem -.64rem
}

.cateList h3 {
	position: relative;
	font-size: .3rem
}

.cateList h3 s {
	position: absolute;
	top: .34rem;
	right: .4rem;
	width: .25rem;
	height: .2rem;
	margin-left: .1rem;
	background-position: -1.16rem 0;
	display: none
}

.cateList .box {
	width: 100%;
	padding: .2rem 3% 0;
	z-index: 11;
	background: #fff;
	display: none;
	border-bottom: 1px solid #e6e6e6
}

.cateList .box a {
	width: 32%;
	margin-right: 2%;
	margin-bottom: .15rem;
	height: .65rem;
	line-height: .63rem;
	font-size: .24rem;
	text-align: center;
	display: block;
	float: left;
	border-radius: .05rem;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.cateList .box a:nth-child(3n) {
	margin-right: 0
}

.cateList .box a.on {
	background: #fa9507;
	color: #fff
}

.gridlist {
	padding: 0 3%
}

.gridlist .item {
	width: calc(48.5%);
	margin-right: 3%;
	margin-bottom: .05rem;
	float: left;
	position: relative
}

.gridlist .item a {
	width: 100%;
	display: block
}

.gridlist .item h3 {
	width: 100%;
	line-height: .35rem;
	height: .7rem;
	overflow: hidden;
	text-align: center;
	font-size: .24rem
}

.gridlist .item figure {
	width: 100%;
	position: relative;
	padding-top: 75%;
	margin-bottom: .1rem;
	overflow: hidden
}

.gridlist .item figure img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0
}

.gridlist .item:nth-child(2n) {
	margin-right: 0
}

.gridlist.gridlist34 .item figure {
	padding-top: 133%;
	padding-bottom: 0
}

.newsPage {
	padding: .1rem 3% .6rem
}

.newsPage .item {
	width: 100%;
	padding-right: .1rem;
	display: block;
	padding: .3rem 0;
	border-bottom: 1px dotted #b0b0b0;
	margin: 0 auto
}

.newsPage .item img {
	width: 2rem;
	height: 1.5rem;
	display: block;
	margin-right: .22rem
}

.newsPage .item h3 {
	font-size: .28rem;
	line-height: .48rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}

.newsPage .item p {
	font-size: .22rem;
	line-height: .33rem;
	color: #999;
	overflow: hidden
}

.newsPage .item .time {
	color: #b7b7b7;
	font-size: .2rem
}

.newsPage .item:last-child {
	border-bottom: 0
}

.wrapper .caselist {
	padding: 3%
}

.wrapper .caselist .item {
	margin-right: 2%
}

.wrapper .caselist .item:nth-child(2n) {
	margin-right: 0
}

.showInfo .showtit {
	margin: 0 3%;
	font-size: .36rem;
	color: #333;
	line-height: .44rem;
	text-align: center
}

.showInfo .showtit.showtit2 {
	margin: .3rem 0;
	margin-top: 0;
	line-height: .8rem;
	color: #39acff;
	font-weight: 700;
	border-bottom: 1px dotted #dedede
}

.showInfo .showContxt {
	padding: .2rem 3% .3rem
}

.showInfo .showContxt * {
	line-height: .42rem!important;
	font-size: .24rem!important;
	color: #666
}

.showInfo .showContxt img,.showInfo .showContxt iframe {
	max-width: 100%;
	height: auto!important
}

.showInfo .contxt {
	padding: .2rem 4% .4rem;
	line-height: .42rem;
	color: #666
}

.showInfo .contxt img {
	max-width: 100%;
	margin: 0 auto;
	height: auto!important;
	display: inline
}

.showInfo .contxt p {
	line-height: .4rem
}

.showInfo .contxt .biao td {
	padding: .09rem;
	border: 1px solid #ccc;
	vertical-align: middle;
	word-wrap: break-word;
	table-layout: fixed;
	word-break: break-all
}

.showInfo .showTab {
	width: 94%;
	padding: .3rem 0 0;
	margin-left: 3%
}

.showInfo .showTab .title2 {
	border-bottom: 1px solid #ededed;
	padding-bottom: .2rem;
	position: relative
}

.showInfo .showTab .title2 h3 {
	font-size: .32rem;
	font-weight: 400
}

.showInfo .showTab .title2 s {
	width: 1.3rem;
	height: .05rem;
	display: block;
	position: absolute;
	left: 0;
	bottom: -.02rem;
	background: #39acff
}

.showInfo .bd {
	width: 100%
}

.showInfo .imgtog {
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 4.5rem
}

.showInfo .imgtog .list .item {
	float: left;
	width: 20%;
	height: 4.5rem
}

.showInfo .bd .list .item img {
	margin: 0 auto;
	display: block;
	height: 4.5rem
}

.showInfo .hd {
	position: absolute;
	bottom: .2rem;
	width: 100%;
	text-align: center
}

.showInfo .hd ul {
	display: inline-block
}

.showInfo .hd ul li {
	display: block;
	float: left;
	width: 12px;
	height: 12px;
	background-color: #fa9507;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
	margin-left: 10px
}

.showInfo .hd ul li.on {
	background-color: #ed8e06
}

.showproduct .reLink {
	margin: .2rem 0 .1rem
}

.showimg {
	width: 100%;
	position: relative
}

.showimg .imglist {
	width: 5.6rem;
	height: 4.55rem;
	margin: 0 auto;
	padding: .4rem 0 .2rem;
	position: relative;
	overflow: hidden
}

.showimg .list {
	float: left;
	width: 500%
}

.showimg a {
	float: left;
	width: 5.6rem;
	text-align: center;
	display: block
}

.showimg a img {
	height: 4.55rem;
	width: 5.6rem;
	margin: 0 auto;
	display: block;
	background-size: 100%
}

.showimg span.left {
	right: auto;
	left: 50%;
	margin-left: -3rem
}

.showimg span {
	display: none;
	width: 30px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 50%;
	margin-right: -3.04rem;
	cursor: pointer
}

.showimg span.left::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 10px;
	top: 20px;
	z-index: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.showimg span.left::after {
	content: "";
	position: absolute;
	background: #aaa;
	width: 11px;
	height: 11px;
	right: 14px;
	top: 20px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.showimg span.right::before {
	content: "";
	position: absolute;
	background: #fff;
	width: 11px;
	height: 11px;
	right: 14px;
	top: 20px;
	z-index: 11;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.showimg span.right::after {
	content: "";
	position: absolute;
	background: #aaa;
	width: 11px;
	height: 11px;
	right: 10px;
	top: 20px;
	z-index: 10;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.aboutPage {
	padding: .3rem 0 .5rem
}

.aboutPage .txtcon {
	color: #666;
	padding: 0 3% .3rem
}

.aboutPage .txtcon img {
	max-width: 100%
}

.singlePage {
	padding: .3rem 3%;
	border-bottom: .2rem solid #f1f1f1
}

.singlePage img {
	max-width: 100%
}

.contactPage {
	overflow: hidden
}

.contactPage .t {
	color: #000;
	padding: 0 3% .2rem;
	font-size: .3rem
}

.contactPage .txtcon {
	padding: 0 3% .3rem
}

.contactPage .txtcon img {
	max-width: 100%
}

.contactPage .mapArea {
	width: 100%;
	height: 3rem
}

.contactPage .messagePage {
	padding: .4rem 3% .5rem
}

.teamPage {
	padding-bottom: .6rem;
	padding-top: .3rem
}

.teamPage .list {
	padding: 0 3%
}

.teamPage .item {
	padding: .3rem 0;
	width: 49%;
	display: block;
	margin-right: 2%
}

.teamPage .item:nth-child(2n) {
	margin-right: 0
}

.teamPage .item figure {
	width: 100%;
	position: relative;
	padding-top: 56%;
	overflow: hidden
}

.teamPage .item figure img {
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0
}

.teamPage .item h3 {
	font-size: .26rem;
	height: .34rem;
	line-height: .34rem;
	overflow: hidden;
	color: #000
}

.yewuPage .item .txt {
	font-size: .2rem;
	line-height: .3rem;
	height: .6rem;
	color: #333;
	overflow: hidden
}

.yewuPage .item .time {
	font-size: .2rem;
	color: #999;
	display: block
}

.yewuPage .item:first-child {
	padding-top: 0
}

.yewuPage .moreBtn {
	margin-top: 0
}

.yewuPage .erro {
	padding: 3%
}

.moreBtn {
	width: 100%;
	margin: .3rem auto 0;
	text-align: center;
	color: #fff;
	height: .88rem;
	line-height: .88rem;
	display: block;
	background: #fa9507;
	box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.moreBtn a {
	display: block;
	color: #fff
}

.newsPage .moreBtn {
	width: 100%
}

.infobox {
	padding: 3%
}

.infobox img {
	max-width: 100%!important
}

.nfoot {
	padding: .3rem 0 .6rem;
	background: #fff;
	display: block;
	font-size: 12px;
	text-align: center
}

.content {
	width: 100%;
	overflow: hidden;
	max-width: 640px;
	min-width: 320px
}

.singlepage {
	padding-top: 0;
	background: #f1f1f1
}

.singlepage .floor_1,.singlepage .floor_2,.singlepage .floor_3,.singlepage .floor_4 {
	padding: .2rem 0 .4rem
}

.singlepage .title2 {
	padding: 0 3%
}

.singlepage .title2 h3 {
	color: #333;
	font-size: .3rem;
	font-weight: 700
}

.singlepage .title2 h4 {
	color: #999;
	text-transform: uppercase;
	font-size: .24rem;
	display: block
}

.singlepage .info {
	padding: 3%
}

.erro {
	text-indent: 1em
}

.wrapper .honor {
	background: #fff;
	padding-bottom: 0
}

.sitepathbox {
	width: 100%;
	padding: 0;
	height: .8rem;
	font-size: .26rem;
	margin: 0;
	line-height: .8rem;
	background: #fff;
	position: relative;
	color: #666
}

.sitepath {
	padding-right: 3%
}

.sitepath a {
	color: #666;
	display: inline-block
}

.sitepathbox em {
	width: .14rem;
	height: .2rem;
	display: inline-block;
	margin: 0 .16rem;
	background-position: -2.04rem 0
}

.goBack {
	padding-left: 2%;
	display: block
}

.floor {
	padding: .3rem 0
}

.listProduct {
	padding-bottom: 3%
}

.listProduct .list {
	width: 100%
}

.listProduct li {
	width: 47%;
	margin-left: 2%;
	box-sizing: border-box;
	display: block;
	padding-top: 3%;
	float: left;
	margin-bottom: 3%;
	border-bottom: 1px dotted #ccc
}

.listProduct li a {
	display: block
}

.listProduct li figure {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden
}

.listProduct li figure img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block
}

.listProduct li h3 {
	height: .5rem;
	line-height: .5rem;
	font-size: .26rem;
	overflow: hidden;
	font-weight: 400;
	color: #000;
	text-align: center
}

.listProduct li:hover h3 {
	color: #ff0505
}

.listProduct li p {
	white-space: normal;
	word-wrap: break-word;
	color: #333
}

.newsList .list {
	width: 100%;
	margin-bottom: .3rem
}

.newsList .item {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #f3f3f3
}

.newsList .item:nth-child(2n) {
	background: #f9f9f9
}

.newsList .item:nth-child(2n) span:after {
	background: #f9f9f9
}

.newsList .item:last-child {
	border: 0
}

.newsList .item a {
	width: 92%;
	height: 1.5rem;
	padding: .2rem 5% .2rem 2%;
	display: block
}

.newsList .item h3 {
	font-size: .3rem;
	line-height: .38rem;
	font-weight: 400;
	margin-bottom: .08rem;
	color: #093c84
}

.newsList .item .txt {
	color: #666;
	font-size: .22rem;
	line-height: .28rem
}

.showInfo {
	padding: 0 0 .2rem;
	width: 100%
}

.showInfo .title {
	font-size: .4rem;
	text-align: center;
	line-height: .46rem;
	margin-bottom: .2rem;
	color: #333;
	padding: .3rem 3% 0
}

.showInfo .menu {
	margin-bottom: .2rem
}

.showInfo .mark {
	font-size: .22rem;
	line-height: .5rem;
	text-align: center;
	color: #666;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5
}

.showInfo .mark span {
	margin: 0 .06rem
}

.showInfo .contxt {
	padding: .2rem 3% .4rem;
	color: #666
}

.showInfo .contxt img {
	max-width: 100%;
	height: auto!important
}

.showInfo .reLink {
	margin: .2rem 3% .1rem
}

.showInfo .showRelate {
	margin-top: .1rem
}

.showInfo .showRelate .sitepath {
	padding: .18rem 0 0
}

.showInfo .showRelate .sitepath h3 {
	font-weight: 700
}

.showInfo .showRelate .item {
	margin-bottom: .2rem
}

@media only screen and (min-width:641px) {
	html {
		font-size: 100px
	}
}

@media only screen and (max-width:640px) {
	html {
		font-size: 100px
	}
}

@media only screen and (max-width:540px) {
	html {
		font-size: 84.375px
	}
}

@media only screen and (max-width:480px) {
	html {
		font-size: 75px
	}
}

@media only screen and (max-width:414px) {
	html {
		font-size: 64.6875px
	}
}

@media only screen and (max-width:400px) {
	html {
		font-size: 62.5px
	}
}

@media only screen and (max-width:375px) {
	html {
		font-size: 58.5938px
	}
}

@media only screen and (max-width:360px) {
	html {
		font-size: 56.25px
	}
}

@media only screen and (max-width:320px) {
	html {
		font-size: 50px
	}
}

@font-face {
	font-family:constantia;src:url(../font/constantia.eot);src:url(../fonts/constantia.eot) format("eot"),url(../fonts/constantia.ttf) format("truetype")
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@keyframes menu-line1-hover {
	0% {
	}

	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg)
	}
}

@keyframes menu-line2-hover {
	0% {
		opacity: 1
	}

	50% {
		opacity: 1
	}

	51% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes menu-line3-hover {
	0% {
	}

	50% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg)
	}
}

@keyframes menu-line1 {
	0% {
		top: 50%;
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);

		-o-transform: rotate(45deg)
	}

	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		top: 0%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}
}

@keyframes menu-line2 {
	0% {
		opacity: 0
	}

	50% {
		opacity: 0
	}

	51% {
		opacity: 1
	}

	100% {
		opacity: 1
	}
}

@keyframes menu-line3 {
	0% {
		top: 50%;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg)
	}

	50% {
		top: 50%;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg)
	}

	100% {
		top: 100%
	}
}

@-webkit-keyframes menu {
	0% {
		width: 24px
	}

	45% {
		width: 6px
	}

	90% {
		width: 24px
	}

	100% {
		width: 24px
	}
}

@keyframes menu {
	0% {
		width: 24px
	}

	45% {
		width: 6px
	}

	90% {
		width: 24px
	}

	100% {
		width: 24px
	}
}



.indexabout{width:100%;  background:#f6f7f9;}
.indexabcentewr{width:96%; margin:0 auto;}
.indexabcentewr h1{ font-size:45px; color:#333333; padding-top:40px;}
.indexabcentewr p{ font-size:18px; color:#666666; padding-top:30px;}
.abyx{border-bottom:#d2d2d2 1px solid; padding-bottom:40px; margin-bottom:40px;}
.indexqb{width:96%; margin:0 auto;box-shadow: 0 0 50px #dddee1; }
.indexqbleft{ width:100%; overflow:hidden;}
.indextibg{width:50%;height:58px;float:left;}
.idnexasbfinfd{width:100%;height:58px; float:left; background:#26344f; line-height:58px; padding-left:18px;}
.idnexasbfinfd span{ font-size:18px; color:#fff; font-weight:bold; padding-left:16px;}
.idnexasbfinfd span a{ color:#fff;}

.indextibgqq{width:50%;height:58px;float:left; background:#fff;}
.idnexasbfinfdqq{width:100%; height:58px; line-height:58px; padding-left:18px;}
.idnexasbfinfdqq span{ font-size:18px; color:#263450; font-weight:bold;}
.idnexasbfinfdqq span a{ font-size:18px; color:#26344f; padding-left:16px;}
.indexqbright{ width:100%; margin-top:10spx;}


.indexyx{width:100%; max-width:1920px; background:#26344f; height:150px;}
.indexyxone{ width:1200px; margin:0 auto;}
.indexyxone h1{ font-size:25px; color:rgb(255,255,255); padding-top:45px;}
.indexyxone h1 img{ margin-left:10px; position:relative; top:-2px;}
.indexyxone h2{ font-size:18px; color:rgb(255,255,255);}

.idnexpro{ width:100%;  margin-top:60px;}
.idnexproone{ margin:0 auto; width:96%;}
.idnexproonetitle{ overflow:hidden;}
.idnexproone h1{ font-size:35px; color:rgb(0,0,0);margin-right:10px;}
.idnexproone em{ border-left:#999 2px solid; height:25px; float:left; margin-top:22px;}
.idnexproone span{ font-size:20px; color:#999999; margin-top:20px; padding-left:10px; float:left;}
.indexvfdf{width:878px; height:120px; z-index:9; background:#000; position:absolute;top:410px; background:rgba(0,0,0,0.5); color:rgba(255,255,255,1); padding-left:20px;}
.indexvfdf h1{ font-size:28px; padding-top:10px;}
.indexvfdf p{font-size:15px; width:840px; line-height:29px; color:#FFF;}
.indexmpre{width:202px; height:58px; color:#26344f; text-align:center; line-height:58px; font-size:16px; border:#26344f 1px solid; margin:0 auto;box-shadow: 0 0 50px #dddee1;}
.indexmpre a{color:#26344f; }

.banmquan{ background:#f9f9f9; width:100%; max-width:1920px; text-align:center; color:#999999; font-size:14px; height:62px; line-height:62px;}
.news-btn{ margin-top:0px; width:96%; height:56px; margin:0 auto;}
.news-btn ul {}
.news-btn ul li {font-size:16px; width:25%; background:#26344f; height:56px; line-height:56px; float:left; color:#666666;  text-align:center;}
.news-btn ul li a{ color:#fff;height:56px;line-height:56px;}
.news-btn ul li a:hover{ color:#26344f; font-weight:bold; background:#fff; color:#26344f;padding-bottom:18px;height:54px; margin-top:1px; margin-left:1px; margin-right:1px;line-height:56px; display:block;}
.news-content{}
.news-content ul { width:96%; margin:0 auto;}
.news-content ul li { float:left; width:49%; margin-top:10px; margin-right:1%;}

.news-content ul li img { width:100%;}

.indecabggb{ width:96%; margin:0 auto; background:#FFF; padding-bottom:80px; overflow:hidden;}
.indecabggbleft{ width:96%;background: url(../images/indexaba.png) no-repeat 0 center;}
.indecabggbleft h1{ padding-top:150px; font-size:24px; color:#000000; margin-left:30px;}
.indecabggbleft p{ margin-left:30px; margin-top:10px; font-size:14px;}
.indecabggbright{  width:96%; margin:0 auto;}
.indecabggbright img{ width:100%; text-align:center; margin-top:15px;}

.indexwhyindexwhy{background:#f4f6fa; width:100%; padding-top:100px; padding-bottom:100px;}
.indexwhyone{width:96%; margin:0 auto;}
.indexwhyone h1{ font-size:45px; color:#000; font-weight:bold; text-align:center;}
.indexwhyone ul { margin-top:60px; overflow:hidden;}
.indexwhyone ul li { float:left; display:block; width:50%; height:242px; text-align:center; border:#e7eaf2 1px solid;}
.indexwhyone ul li:nth-child(1){ border-bottom:none;border-right:none;}
.indexwhyone ul li:nth-child(2){ border-bottom:none;}
.indexwhyone ul li:nth-child(3){ border-bottom:none;border-right:left;}
.indexwhyone ul li a{ display:block; width:100%; height:242px;}
.indexwhyone ul li a:hover{box-shadow: 0 0 50px #dddee1; background:#FFF;}
.indexwhyone ul li img{ width:30%;  padding-top:15px;}
.indexwhyone ul li h3{ font-size:20px; color:#263450; margin-top:20px;}
.indexwhyone ul li p{ font-size:13px; color:#666666;}

.indexwhyindexwhynews{background:#fff; width:100%;  padding-top:30px; padding-bottom:100px;}
.indexwhyonenews{width:96%; margin:0 auto;}
.indexwhyonenews h1{ font-size:45px; color:#000; font-weight:bold; text-align:center;}
.iinnews{ overflow:hidden; width:100%;}
.iinnewsleft{  width:96%; border-right:rgba(255,255,255,1) 1px solid}
.iinnewsleft ul { overflow:hidden; width:800px;}
.iinnewsleft ul li {  width:100%; display:block; overflow:hidden;}
.iinnewsleft ul li time{ font-size:20px; color:#333333;}
.iinnewsleft ul li h1{ font-size:18px; color:#333333; margin-top:10px; text-align:left;}
.iinnewsleft ul li p{ font-size:15px; color:#999999; margin-top:20px; width:365px;}

.iinnewsrioght{ width:100%;}
.iinnewsrioght ul li time{ font-size:20px;  color:#333333;}
.iinnewsrioght ul li h1{ font-size:18px; color:#333333; margin-top:10px;}
.iinnewsrioght ul li p{ font-size:15px; color:#999999; margin-top:20px;}
.ewnsmore{ margin:0 auto; width:202px; height:58px; text-align:center; line-height:58px; font-size:16px; border:#666666 1px solid;}


.youshi{background: url(../images/indexyx.png) no-repeat center top; width:100%; max-width:1920px; height:700px; overflow:hidden;}
.youshione{width:100%; margin:0 auto; padding-top:60px;}
.youshione h1{ font-size:45px; font-weight:bold; color:#ffffff; text-align:center;}
.youshione span{ font-size:20px; color:#ffffff; text-align:center;  display:block;}
.youshione ul { overflow:hidden; width:100%; margin:0 auto;}
.youshione ul li { float:left; width:49%; padding-top:10px; padding-bottom:10px; margin:auto; text-align:center; margin-top:10px; border:#ffffff 1px solid; margin-left:1%;}
.youshione ul li:nth-child(3){ width:99%}
.youshione ul li img{ width:48px; height:48px; text-align:center;} 
.youshione ul li h1{ text-align:center; font-size:20px; color:#ffffff; margin-top:15px;}
.youshione ul li p{ text-align:center; font-size:15px; color:#f6f7f9; margin-top:5px; margin-bottom:10px;}
.youshione ul li a{ width:107px; height:42px; text-align:center; line-height:42px; border:#fff 1px solid; border-radius:20px; margin:0 auto; display:block; font-size:15px; color:#d3d5d9;}


.doibudaphrightrr{ width:100%;overflow:hidden; padding-top:20px; padding-bottom:20px;}
.doibudaphrightrr h1{font-size:22px; font-weight:bold; color:#333333; margin-bottom:10px; height:35px; line-height:35px; text-align:left; overflow:hidden;}
.doibudaphrightrr tel{ font-size:18px; color:#666666; height:30px; line-height:30px; margin-top:5px; font-weight:bold;text-align:left;}
.doibudaphrightrr p{ font-size:18px; color:#666666; height:30px; line-height:30px; margin-top:5px;text-align:left;}




.proine{ width:100%; background:#263450; margin:0 auto;  background: url(../images/cpbg.png) center center no-repeat; padding-top:10px;}
.proonee{ width:96%; margin:0 auto;}
.proonee h1{ font-size:24px; color:rgba(255,255,255,1); font-weight:bold; }
.proonee p{ font-size:14px; color:#ffffff; margin-top:10px;}
.proonee ul { overflow:hidden; margin-top:20px; padding-bottom:20px;  position:relative;}
.proonee ul li{ float:left; display:block; text-align:center; font-size:14px;}
.proonee ul li a{ color:#FFF; border-right:#fff 1px solid; padding-right:5px; text-align:center; padding-left:5px;}
.proonee ul li a:nth-child(5){border-right:none;}

.pmbx{ width:96%; margin:0 auto; height:85px; line-height:85px; text-align:left; font-size:14px; color:#333333;}
.pmbx a{ color:#000;}
.pney{width:1200px; margin:0 auto;}
.pney ul { overflow:hidden; padding-top:40px;}
.pney ul li { float:left; width:524px; border:#dcdcdc 1px solid; padding:15px; margin-bottom:30px; margin-right:33px;}
.pney ul li:nth-child(2){ margin-right:0px;}
.pney ul li:nth-child(4){ margin-right:0px;}
.pney ul li:nth-child(6){ margin-right:0px;}
.pney ul li img{ width:524px; height:395px;}
.pney ul li h1{ font-size:24px; color:#333333; margin-top:10px;}
.pney ul li p{ font-size:15px; color:#666666; margin-top:10px;}
.pney ul li a{ width:153px; height:44px; margin-top:10px; text-align:center; line-height:44px; border:#263450 1px solid; font-size:16px; color:#263450; display:block;}

.lxfreliuanpp{background: url(../images/pys.png) center; margin-top:50px; height:1582px; width:100%; text-align:center; padding-bottom:50px;}

.xoangguancds{ width:100%;  background:#f6f7f9; padding-bottom:40px;}
.xoangguancdsione{ width:96%; margin:0 auto; padding-top:70px; margin-bottom:70px;}
.xoangguancdsionea{ display:block; margin:0 auto; width:200px; height:50px; text-align:center; line-height:50px; font-size:16px; color:#333333; border:#8e95a4 1px solid;}
.xoangguancdsione img{ text-align:center; margin:0 auto;}
.xoangguancdsione ul { overflow:hidden; margin-top:50px;}
.xoangguancdsione ul li { float:left; width:100%; margin-bottom:20px; padding:15px; background:#fff;}
.xoangguancdsione ul li:nth-child(3){ margin-right:0px;}
.xoangguancdsione ul li img{ width:100%;}
.xoangguancdsione ul li h1{ display:block; text-align:center; font-size:18px; margin-top:10px; color:#333333; font-weight:bold;}



.lxfreliuan{background: url(../images/lxbg.png) no-repeat center; height:745px; width:100%; text-align:center;}
.lufref{ width:96%; margin:0 auto;}
.dfsdfsf{ overflow:hidden; width:100%; margin-top:35px;}
.dfsdfsf li { float:left; width:96%; margin-left:10px; margin-bottom:20px;}
.dfsdfsf li span{ display:block; font-size:15px; color:#333333;}
.dfsdfsf li  input{ border:#dfe0e0 1px solid; width:96%; height:30px; background:#efefef;}
.nekfef{ width:96%;}
.nekfef textarea{ width:96%;border:#dfe0e0 1px solid;background:#efefef; height:117px; margin-left:10px;}
.nekfef span{ display:block; font-size:15px; color:#333333; margin-left:10px;}

.submit {
	width: 175px;
	height: 42px;
	line-height: 42px;
	background: #18377d;
	color: #fff; font-weight:bold;
	font-size: 15px;
	margin-top: 32px;
	cursor: pointer;
}


.aboutmuds{width:100%; margin:0 auto; padding-top:30px; overflow:hidden; padding-bottom:30px;}
.aboutmudsleft{ width:96%; margin:0 auto;}
.aboutmudsleft h2{font-size:26px; color:#333333; font-weight:bold;}
.aboutmudsleft p{font-size:15px; color:#757983; margin-top:30px}
.abouttel{ width:96%; overflow:hidden; margin-top:28px;}
.abouttelleft{ width:50%; height:48px; background:#26344f; border-radius:50px; text-align:center; line-height:48px; float:left;}
.abouttelleft a{ color:#FFF; font-size:15px;}
.abouttelright{ float:right; width:40%; border-left:#cdcdcd 1px dashed; height:48px; padding-left:30px;}
.abouttelright h1{ font-size:12px; color:#999999;}
.abouttelright tel{ font-size:15px; color:#26344f; font-weight:bold;}

.aboutmudsrighr{  width:96%; margin:0 auto;}
.guanfed{ width:100%;}
.guanli{width:100%;}
.guanli li { font-size:12px; float:left; width:33%; text-align:center; color:#a4a7af; margin-top:20px; display:block;}
.guanli li a{ display:block; color:#a4a7af; height:20px;}


.newnsjfdf{ width:100%; margin:0 auto;}
.newnsjfdf h1{ font-size:35px; color:#000; text-align:center; font-weight:bold; padding-top:50px;}
.infnewione { width:96%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewioneleft{ width:100%;}
.infnewioneleft img{ width:100%; margin-top:20px;}
.infnewioneleft h1{ font-size:18px; color:#333333; margin-top:15px;}
.infnewioneleft time{ font-size:14px; color:#999999;}
.infnewioneleft p{ font-size:15px; color:#666666;}
.infnewioneright{ float:right; width:760px; margin-left:30px;}
.infnewioneright ul{width:100%}
.infnewioneright ul li { display:block; border-bottom:#dadada 1px dashed; width:100%; text-align:left; padding-bottom:12px; margin-top:20px;}
.infnewioneright ul li h1{ font-size:16px; color:#333333; text-align:left; font-weight:bold;}
.infnewioneright ul li time{ font-size:14px; color:#999999; text-align:left;}
.infnewioneright ul li p{ font-size:15px; color:#666666; text-align:left;}


.infnewiwot { width:100%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewiwot ul{ width:1200px; overflow:hidden; margin-top:30px; margin-bottom:20px;}
.infnewiwot ul li { overflow:hidden; float:left; display:block; display:block; text-align:left; width:370px; margin-right:40px;}
.infnewiwot ul li:nth-child(3){ margin-right:0px;}
.infnewiwot ul li h1{ font-size:18px; color:#333333; font-weight:bold;}
.infnewiwot ul li time{ font-size:14px; color:#999999; display:block; width:370px; border-bottom:#dcdcdc 1px solid; padding-bottom:10px; margin-bottom:10px;}
.infnewiwot ul li p{ font-size:15px; color:#666666;}


.infnewiwotone { width:100%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewiwotone ul{ width:96%; overflow:hidden; margin:0 auto; margin-bottom:20px;}
.infnewiwotone ul li { overflow:hidden; display:block; width:100%; margin-bottom:20px;}
.infnewiwotone ul li h1{ font-size:26px; color:#333333; font-weight:bold; margin-top:10px; text-align:center; height:40px; line-height:40px;}
.infnewiwotone ul li time{ font-size:14px; color:#999999; display:block; width:370px; border-bottom:#dcdcdc 1px solid; padding-bottom:10px; margin-bottom:10px;}
.infnewiwotone ul li p{ font-size:14px; color:#a8adb9; text-align:center; line-height:10px; height:10px; margin-bottom:10px;}
.infnewiwotone ul li a{ display:block; margin:0 auto; text-align:center; width:164px; height:44px; line-height:44px;border-radius:25px; border:#263450 1px solid; color:#326344f; font-size:15px; color:rgba(153,153,153,1);}
.infnewiwotone ul li a:hover{ display:block; margin:0 auto; text-align:center; width:164px; height:44px; line-height:44px;border-radius:25px; color:#fff; font-size:15px; background:#263450;}


.pnredtwo{ width:100%; margin:0 auto; overflow:hidden;}
.pnredtwoleft{ width:100%;}
.pnredtwotitle{ width:96%; border-top:#e6eaf2 1px solid; border-bottom:#e6eaf2 1px solid; padding-top:18px; padding-bottom:10px; overflow:hidden;}
.pnredtwotitle h1{ font-size:24px; font-weight:bold; color:#000; top:-6px; position:relative;}
.neirong1{ margin-top:20px;}
.neirong1 img{ width:50%;}
.edfrwefera{ padding-top:30px;}
.edfrwefera ul { background:#26344f; width:100%; height:370px; margin-top:30px;}
.edfrwefera ul li { float:left; display:block; width:49%; padding-left:10px; border-right:#414d65 1px solid; height:90px; margin-top:60px;}
.edfrwefera ul li:nth-child(4){ border-right:none;}
.edfrwefera ul li:nth-child(2){ border-right:none;}

.edfrweferalileft h1{ font-size:20px; color:#ffffff; font-weight:bold; text-align:left; padding-left:20px;}
.edfrweferalileft p{ font-size:13px; color:#FFF; text-align:left; padding-left:20px;}
.edfrweferaright{ float:right; width:98px;}

.lehu{ width:100%; background:#f6f7f9; text-align:center;}
.lehu img{}
.lehuoen{width:96%; margin:0 auto;}
.lehuoen ul{ width:100%; overflow:hidden; padding-bottom:50px; margin-top:30px;}
.lehuoen ul li { float:left; display:block; margin-left:1%; background:#FFF; width:49%; margin-bottom:1%; height:134px;}
.lehuoen ul li h1{ font-size:16px;}
.lehuoen ul li img{ padding-top:30px; width:90%; text-align:center;}
.gclehu{ width:100%; max-width:1920px; background:#26344f; text-align:center;}
.gclehu p{ font-size:15px; text-align:center; color:#FFF; margin-top:20px;}
.gclehu img{}
.gclehuoen{width:1200px; margin:0 auto;}
.gclehuoen ul{ width:1200px; overflow:hidden; padding-bottom:50px; margin-top:30px;}
.gclehuoen ul li { float:left; display:block; margin:5px; background:#FFF; width:275px; height:134px;}
.gclehuoen ul li img{ padding-top:30px; height:60px;}

.newnsjfdf{ width:100%; margin:0 auto;}
.newnsjfdf h1{ font-size:35px; color:#000; text-align:center; font-weight:bold; padding-top:50px;}
.infnewione { width:96%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewioneleft{ width:100%;}
.infnewioneleft img{ width:100%;  margin-top:20px;}
.infnewioneleft h1{ font-size:18px; color:#333333; margin-top:15px;}
.infnewioneleft time{ font-size:14px; color:#999999;}
.infnewioneleft p{ font-size:15px; color:#666666;}
.infnewioneright{width:100%;}
.infnewioneright ul{ width:760px;}
.infnewioneright ul li { display:block; border-bottom:#dadada 1px dashed; width:100%; text-align:left; padding-bottom:5px; margin-top:10px;}
.infnewioneright ul li h1{ font-size:16px; color:#333333; text-align:left; font-weight:bold;}
.infnewioneright ul li time{ font-size:14px; color:#999999; text-align:left;}
.infnewioneright ul li p{ font-size:15px; color:#666666; text-align:left;}


.infnewiwot { width:96%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewiwot ul{ width:100%; overflow:hidden; margin-top:30px; margin-bottom:20px;}
.infnewiwot ul li { margin-bottom:25px; display:block;text-align:left; width:100%;}
.infnewiwot ul li h1{ font-size:18px; text-align:left; color:#333333; font-weight:bold;}
.infnewiwot ul li time{ font-size:14px; text-align:left; color:#999999; display:block; width:370px; border-bottom:#dcdcdc 1px solid; padding-bottom:10px; margin-bottom:10px;}
.infnewiwot ul li p{ font-size:15px; color:#666666;}



.infnewiwotone { width:96%; margin:0 auto; overflow:hidden; padding-top:30px; padding-bottom:30px;}
.infnewiwotone ul{ width:100%; overflow:hidden; margin-top:30px; margin-bottom:20px;}
.infnewiwotone ul li { overflow:hidden; display:block; display:block; text-align:left; width:100%;}
.infnewiwotone ul li h1{ font-size:17px; color:#333333; font-weight:bold; text-align:center; height:50px; line-height:50px;}
.infnewiwotone ul li time{ font-size:14px; color:#999999; display:block; width:370px; border-bottom:#dcdcdc 1px solid; padding-bottom:10px; margin-bottom:10px;}
.infnewiwotone ul li p{ font-size:14px; color:#a8adb9; text-align:center; line-height:10px; height:10px; margin-bottom:10px;}
.infnewiwotone ul li a{ display:block; margin:0 auto; text-align:center; width:164px; height:44px; line-height:44px;border-radius:25px; border:#263450 1px solid; color:#326344f; font-size:15px;}
.infnewiwotone ul li a:hover{ display:block; margin:0 auto; text-align:center; width:164px; height:44px; line-height:44px;border-radius:25px; color:#fff; font-size:15px; background:#263450;}



.lxubnde{ background:#f6f7f9; width:100%; margin:0 auto;}
.lxubndeone{width:100%; margin:0 auto; overflow:hidden;}
.lxubndeoneleft{ width:100%; background:#26344f; padding-left:55px; padding-top:50px;}
.lxbjfonf{margin-top:23px;}
.lxbjfonfone{margin-top:23px; border-bottom:#a8adb9 1px solid; padding-bottom:15px;}
.lxonftbi{ font-size:14px; color:#fff; font-weight:bold; padding-left:26px; margin-top:10px;}
.lxonftbitwo{ font-size:14px; color:#fff; font-weight:bold;padding-left:26px;}

.dsflfright{ width:100%;height:100%; }


