* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "微软雅黑";
  min-width: 1280px;
}

input {
  border: 0;
  background: none;
}

ol, ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}

.mpadding{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color: #999; margin-bottom:130px;}

.container {
  width: 1280px;
  margin: 0 auto;
}

.container1 {
  width: 1180px;
  margin: 0 auto;
}

.container2 {
  width: 1200px;
  margin: 0 auto;
}

.container3 {
  width: 1180px;
  margin: 0 auto;
}

.container4 {
  width: 1280px;
  margin: 0 auto;
}

/* --- */

.header {
  background: #ba251e;
  padding: 15px 0;
}

.header-nav {
  float: left;
}

.header-nav>li {
  float: left;
  position: relative;
  margin-right: 25px;
  font-size: 14px;
  line-height: 32px;
}

.header-nav>li>a {
  color: #ffffff;
}

.header-nav>li:hover>a {
  color: #fff;
}

.header-nav>li:hover .sub {
  display: block;
}

.header-nav .sub {
  display: none;
  position: absolute;
  z-index:999;
  top: 100%;
  right: -20px;
  width: 160%;
  background: #ba251e;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 2;
  font-size: 14px;
  opacity:0.8;
}

.header-nav .sub a {
  color: #fff;
}

.header-nav .sub a:hover {
  color: #fff;
}

.header-nav>li:hover .pro {
  display: block;
}

.header-nav .pro {
  display: none;
  position: absolute;
  z-index:999;
  top: 100%;
  right: -50px;
  width: 210%;
  background: #ba251e;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 2;
  font-size: 14px;
  opacity:0.8;
}

.header-nav .pro a {
  color: #fff;
}

.header-nav .pro a:hover {
  color: #fff;
}

.header-search {
  float: right;
  width: 150px;
  height: 32px;
  position: relative;
  border-radius: 15px;
}

.header-search .i1 {
  width: 150px;
  height: 32px;
  border-radius: 15px;
  background: #fff;
  padding: 0 32px 0 10px;
  color: #ba251e;
}

.header-search .i1::-webkit-input-placeholder {
  color: #ba251e;
}

.header-search .i2 {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 0;
  top: 0;
  background: url('../img/search.png') no-repeat center center;
  cursor: pointer;
}

.header-language {
  float: right;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  width: 120px;
  line-height: 32px;
  margin-right: 30px;
  cursor: pointer;
}

.header-language:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  left: 0;
  background: #ffffff;
}

.header-language:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  right: 0;
  background: #ffffff;
}

.header-language:hover .sub {
  display: block;
}

.header-language .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.header-language .sub a {
  color: #332C2B;
}

.header-weixin {
  float: right;
  text-align: center;
  position: relative;
  color: #ffffff;
  font-size: 14px;
  width: 120px;
  line-height: 32px;
  cursor: pointer;
}

.header-weixin:before {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  left: 0;
}

.header-weixin:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  top: 9px;
  right: 0;
}

.header-weixin:hover .sub {
  display: block;
}

.header-weixin .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.header-weixin .sub a {
  color: #332C2B;
}

.logo {
  padding: 25px 0;
  background: #ffffff;
}

.logo .i1 {
  float: left;
}

.logo1-box {
  height: 1px;
  background: #B2B5B7;
}

.selector {
  z-index: 99999;
}

.logo .i2 {
  float: left;
  margin-left: 40px;
  margin-top: 19px;
}

.logo-menu {
  display: none;
  float: right;
  width: 34px;
  height: 34px;
  background: #ba251e;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-top: 10px;
  padding-top: 9px;
}

.logo-menu span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto 4px;
  background: #ffffff;
  border-radius: 2px;
}

.banner .con {
  position: absolute;
  z-index: 999;
  top: 180px;
  left: 50%;
  width: 1000px;
  margin-left: -470px;
}

.banner .con h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: normal;
}
.banner .con h1 {
  font-size: 20px;
  padding-top:10px;
  color: #ffffff;
  font-weight: normal;
}

.index-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
}

.index-title h2 {
  font-size: 36px;
  font-weight: normal;
}

.index-title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb3d00;
  margin: 30px auto 0;
}

.index-title p{
	padding-top:50px;line-height:30px;
}

.index-title1 {
  text-align: center;
}

.index-title1 h2 {
  font-size: 36px;
  color: #eb3d00;
  font-weight: normal;
}

.index-title1 .d1 {
  display: inline-block;
  padding: 6px;
  margin: 20px 0 40px;
}

.index-title1 .d2 {
  background: url(../img/jjssqb.png) no-repeat center center;
  width: 135px;
  height: 138px;
  font-size: 24px;
  padding-top: 20px;
}

.index-title1 .d3 {
  background: url(../img/protitle.png) no-repeat center center;
  width: 135px;
  height: 138px;
  font-size: 24px;
  color:#fff;
  padding-top: 20px;
}

.index-title1 .d3 p{
  padding-top: 24px;
}

.index-title1 .s1 {
  display: inline-block;
  font-size: 24px;
  background: #F5F6F7;
  color: #5F5D5D;
  border: 1px solid #5F5D5D;
  padding: 5px 20px;
  margin-top: 20px;
}

.index-title2 {
 
}

.index-title2 h2 {
  font-size: 36px;
  color: #eb3d00;
  font-weight: normal;
}

.index-title2 .d1 {
  display: inline-block;
  padding: 6px;
  margin: 20px 0 40px;
}

.index-title2 .d3 {
  background: url(../img/protitle.png) no-repeat center center;
  width: 135px;
  height: 138px;
  font-size: 24px;
  color:#fff;
  padding-top: 20px;
}

.index-title2 .d3 p{
  padding-top: 24px;
  text-align:center;
}

.index-title2 .s1 {
  display: inline-block;
  font-size: 24px;
  background: #F5F6F7;
  color: #5F5D5D;
  border: 1px solid #5F5D5D;
  padding: 5px 20px;
  margin-top: 20px;
}

.index01 {
  padding: 60px 0 100px;
}

.index01-1 {
  float: left;
  position: relative;
}

.index01-2 {
  float: right;
}

.index01-21 {
  position: relative;
  margin-bottom: 10px;
}

.index01-22 {
  float: left;
  position: relative;
}

.index01-23 {
  float: right;
  position: relative;
}

.index01 .index01-1 .con {
  text-align: left;
  padding-left: 60px;
  font-size: 18px;
}

.index01 .index01-1 .con h2 {
  font-size: 34px;
}

.index01 .index01-1 .con p {
  margin-bottom: 5px;
}

.index01 .con {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
}

.index01 .con h2 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 0px;
}

.index01 .con a {
  display: inline-block;
  color: #ffffff;
  background: #eb3d00;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.index02 {
  padding-bottom: 130px;
}

.index02 .item {
  float: left;
  width: 390px;
  margin-right: 55px;
}

.index02 .item:nth-child(3n) {
  margin-right: 0;
}

.index02 .item img {
  float: left;
}

.index02 .item .con {
  margin-left: 125px;
  height: 160px;
  border: 1px solid #332C2B;
  padding: 10px 10px;
  font-size: 14px;
}

.index02 .item .con h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

.index03 {
  padding: 50px 0 150px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 100px;
}

.index03 .con {
  text-align: center;
  margin-bottom: 100px;
}

.index03 .list {
  position: absolute;
}

.index03 .item {
  width: 246px;
  height: 257px;
  float: left;
  margin-right: 12.5px;
  background: #eb3d00;
  color: #ffffff;
  font-size: 16px;
  text-align: justify;
}

.index03 .item:nth-child(3) {
  padding: 25px 10px 0;
}

.index03 .item:nth-child(3) h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.index03 .item:nth-child(5n) {
  margin-right: 0;
}

.index04 {
  padding: 100px 0 240px;
}

.index05 {
  background: #f5f6f7;
  text-align: center;
  padding: 50px 0;
}

.index06 {
	text-align: center;
	padding-top: 40px;
	padding-right: 0;
	padding-left: 0;
}

.index06 .more {
  font-size: 16px;
  margin-bottom: 40px;
}

.index06 .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-bottom: 3px;
}

.index06 .item {
  float: left;
  width: 414px;
  margin-right: 19px;
  font-size: 18px;
  color: #332C2B;
  margin-bottom: 45px;
}

.index06 .item:hover {
  color: #00A2E9;
}

.index06 .item:nth-child(3n) {
  margin-right: 0;
}

.index06 .item img {
  margin-bottom: 20px;
}

.index06 .item span {
  display: inline-block;
  color: #ffffff;
  background: #00A2E9;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.index07 {
  border-top: 1px dashed #DCDDDD;
}

.index08 {
  height: 424px;
  background: url(../img/index25.jpg) no-repeat center top;
  text-align: center;
  position: relative;
  padding-top: 200px;
  color: #ffffff;
  margin-bottom: 170px;
}

.index08:before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 175px;
  background: #ffffff;
  left: 50%;
  top: 0;
  margin-left: -1px;
}

.index08 h2 {
  font-size: 36px;
}

.index08 .img {
  position: absolute;
  left: 50%;
  margin-left: -79px;
  bottom: -79px;
}

.index09 {
  padding-bottom: 80px;
  border-bottom: 1px dashed #DCDDDD;
}

.index09 .item {
  float: left;
  width: 240px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.index09 .item:nth-child(5n) {
  margin-right: 0;
}

.index10 {
  padding: 100px 0;
  border-bottom: 1px dashed #DCDDDD;
}

.index10 .list {
  margin-bottom: 60px;
}

.index10 .item {
  float: left;
  width: 380px;
  margin-right: 70px;
  position: relative;
}

.index10 .item:nth-child(3n) {
  margin-right: 0;
}

.index10 .item img {
  width: 100%;
  margin-bottom: 15px;
}

.index10 .item h2 {
  font-size: 16px;
  color: #5F5D5D;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index10 .item p {
  font-size: 16px;
  color: #B6B6B7;
  text-align: justify;
  line-height: 1.4;
  height: 4.2em;
  overflow: hidden;
}

.index10 .item .date {
  position: absolute;
  right: 25px;
  top: 15px;
  background: rgba(0, 0, 0, .5);
  color: #ffffff;
  width: 75px;
  text-align: right;
  padding: 10px;
  line-height: 1.2;
}

.index10 .item .date .s1 {
  font-size: 20px;
}

.index10 .item .date .s2 {
  font-size: 14px;
}

.index10 .item .date .d1 {
  font-size: 0;
  margin-top: 10px;
}

.index10 .item .date .s3 {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
  margin-left: 2px;
}

.index10 .more {
  text-align: center;
}

.index10 .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
}

.index11 {
  padding: 100px 0;
}

.index12 {
  padding: 0px 0 70px;
}

.index13 {
  padding: 50px 0;
  text-align: center;
}

.index13 .more {
  font-size: 16px;
  margin-bottom: 60px;
}

.index13 .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-bottom: 3px;
}

.index13 .item {
  float: left;
  width: 384px;
  margin-right: 19px;
  font-size: 18px;
  color: #332C2B;
  margin-bottom: 45px;
}

.index13 .item:hover {
  color: #00A2E9;
}

.index13 .item:nth-child(3n) {
  margin-right: 0;
}

.index13 .item img {
  margin-bottom: 20px;
}

.index13 .item span {
  display: inline-block;
  color: #ffffff;
  background: #00A2E9;
  font-size: 14px;
  line-height: 1.6;
  padding: 0 10px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.index14 {
  padding: 50px 0 150px;
  background: #EDEEEE;
  position: relative;
  margin-bottom: 100px;
}

.index14 .con {
  text-align: center;
  margin-top: -180px;
  margin-bottom:100px;
}

.index14 .list {
  position: absolute;
}

.index14 .item {
  width: 205px;
  height: 250px;
  float: left;
  margin-right: 8px;
}

.index14 .item p{
  text-align:center;
  padding-top:10px;
  padding-bottom:10px;
}

.i04{
	padding: 60px 0 0;
	background-color: #F7F8F9;
}
.i04-title{
	text-align: center;
	background: url(../images/i04-title.png) no-repeat center top;
	height: 138px;
	padding-top: 35px;
	margin-bottom: 60px;
}
.i04-title h2{
	font-size: 30px;
	font-weight: normal;
	color: #D02127;
}
.i04-title h3{
	font-size: 20px;
	font-weight: normal;
	color: #8B8B8C;
}
.i04-item li{
	float: left;
	width: 360px;
	margin-right: 60px;
	margin-bottom: 60px;
	text-align: center;
	background-color: #fff;
	border:1px solid #BFBFBF;
  box-shadow:0px 0px  10px 5px #d9d9d9;
	padding: 10px;
}
.i04-item li:nth-child(3n){
	margin-right: 0;
}
.i04-item img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.i04-item h2{
	font-size: 20px;
	font-weight: normal;
	color: #8B8B8C;
	margin-bottom: 15px;
}
.i04-item h3{
	font-weight: normal;
	font-size: 16px;
}
.i04-item h3 a{
	color: #D02127;
}
.i04-item-con{
	height: 9em;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 15px;
}
.i04-item-con p{
	color: #B6B6B7;
	line-height: 1.5em;
}
.i04-item .more {
  font-size: 16px;
  text-align:center;
  margin-bottom: 40px;
  padding-top:10px;
}

.i04-item .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  text-align:center;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-bottom: 3px;
}

/*内页编辑框*/
.ny-con01{
	max-width: 1100px;
	width: 100%;
	margin: 0 auto 120px;
	color: #332C2B;
	line-height: 2em;
	text-align: center;
}
.ny-con01 img{
	max-width: 100%;
}
.ny-con01 .s082 li{
	float: left;
	width: 25%;
	padding: 8px;
	overflow: hidden;
}
.ny-con01 .s082 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	transition: all 0.3s;
}
.ny-con01 .s082 li:hover img{
	transform: scale(1.05);
}

.contact .list {
  border: 1px solid #DCDDDD;
  margin-bottom: 60px;
}

.contact .item {
  float: left;
  width: 33.33%;
  height: 150px;
  font-size: 14px;
  border-right: 1px solid #DCDDDD;
  padding: 45px 30px;
  line-height: 1.8;
}

.contact .item:nth-child(3n) {
  border-right: 0;
}

.contact .item span {
  width: 50px;
  height: 50px;
  border: 1px solid #332C2B;
  border-radius: 50%;
  float: left;
  margin-right: 15px;
}

.contact .item .i1 {
  background: url('../img/index37.png') no-repeat center center;
}

.contact .item .i2 {
  background: url('../img/index38.png') no-repeat center center;
}

.contact .item .i3 {
  background: url('../img/index39.png') no-repeat center center;
}

.contact .form {
  text-align: center;
  margin-bottom: 60px;
}

.contact .form .i1 {
  border-bottom: 1px solid #DCDDDD;
  float: left;
  width: 30%;
  height: 38px;
  font-size: 14px;
  margin-right: 5%;
  margin-bottom: 60px;
}

.contact .form .i1:nth-child(3n) {
  margin-right: 0;
}

.contact .form .i2 {
  height: 38px;
  font-size: 14px;
  border-bottom: 1px solid #DCDDDD;
  width: 100%;
  margin-bottom: 60px;
}

.contact .form .i3 {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 5px 18px;
  border-radius: 10px;
  cursor: pointer;
}

.footer {
  padding: 20px 0 40px;
  font-size: 14px;
  color: #757475;
  text-align: center;
}
.footer a{
  color: #757475;
}

.bottom {
  margin-top: 100px;
  margin-bottom: 60px;
}

.bottom .back {
  margin-bottom: 200px;
}

.bottom .back a {
  display: block;
  width: 91px;
  height:44px;
  line-height: 40px;
  background:url(../img/back.png) no-repeat center center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.bottom .con {
  text-align: center;
}

.bottom .con h2 {
  color:#4d4948;
  text-transform:uppercase;
  font-family:Arial, Helvetica, sans-serif;
  font-size:24px;
  margin-top:20px;
}

.line1 {
  height: 1px;
  border-bottom: 1px dashed #DCDDDD;
  margin: 60px 0 100px;
}

.line2 {
  height: 1px;
  border-bottom: 1px dashed #DCDDDD;
  margin: 60px 0 300px;
}

.line {
	height: 1px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDDDD;
	margin-bottom: 20px;
}

.public-title3 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 90px;
}

.public-title3 h2 {
  color: #eb3d00;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.public-title3 span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb3d00;
  margin-top: 25px;
}

.public-title {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 90px;
}

.public-title h2 {
  color: #eb3d00;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.public-title p {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: normal;
}

.public-title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb3d00;
  margin-top: 25px;
}

.public-title2 {
  color: #00A2E9;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 90px;
}

.public-title2 h2 {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: normal;
}

.public-title2 span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb3d00;
  margin-top: 25px;
}

.public-title1 {
  background: url(../img/button.png) no-repeat center center;
  width:301px;
  height:40px;
  line-height:38px;
  float:left;
  margin-bottom: 40px;
}

.public-title1 span {
  font-size: 20px;
  color:#fff;
  padding: 0 10px;
  line-height: 1.6;
}

.public-con {
  font-size: 16px;
  line-height: 1.5;
  color: #332C2B;
}

.public-con p {
  margin-bottom: 1em;
}

.news .list {
  border-top: 1px dashed #DCDDDD;
}

.news .list .item {
  padding: 50px 0;
  border-bottom: 1px dashed #DCDDDD;
}

.news .list a {
  display: block;
}

.news .list .img {
  float: left;
  margin-right: 40px;
}

.news .list .back {
	display: block;
	width: 91px;
	height: 44px;
	line-height: 40px;
	background: url(../img/back.png) no-repeat center center;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	float: left;
	margin-top:10px;
}

.news .list .date {
  float: right;
  text-align: right;
  font-size: 16px;
  color: #5F5D5D;
}

.news .list .date h2 {
  font-size: 30px;
  font-weight: normal;
}

.news .list .date .more {
  font-size: 0;
  margin-top: 20px;
}
.news .list .date .more span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5F5D5D;
  margin-right: 2px;
}

.news .list .text {
  font-size: 16px;
  color: #A1A1A1;
  line-height: 1.4;
  padding-right: 140px;
  text-align: justify;
}

.news .list .text h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #332C2B;
}

.newsx .title {
  font-size: 14px;
  color: #5F5D5D;
  padding-bottom: 5px;
  border-bottom: 1px dashed #DCDDDD;
  margin-bottom: 50px;
}

.newsx .title h2 {
  font-size: 30px;
  color: #332C2B;
}

.newsx .title span {
  display: block;
  width: 50px;
  height: 2px;
  background: #eb3d00;
  margin-top: 25px;
  margin-bottom: 60px;
}

.x05{ padding-left:176px;}

.x05 .title {
  margin-bottom: 50px;
}

.x05 .title span {
  display: block;
  width: 221px;
  height:41px;
  color:#fff;
  line-height: 38px;
  font-size: 20px;
  background: url(../img/button2.png) no-repeat center center;
  text-indent:20px;
  text-align: left;
}

.x05 .list1 {
  margin-bottom: 100px;
}

.x05 .item1 {
  width: 354px;
  float: left;
  margin-right: 59px;
}

.x05 .item1:nth-child(3n) {
  margin-right: 0;
}

.x05 .item2 {
  width: 40%;
  float: left;
  margin-right:20px;
  padding-top:25px;
}

.x05 .item2 h2 {
	font-size: 16px;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	padding-bottom:20px;
}

.x05 .item2 .con {
  padding: 30px 25px;
  font-size: 16px;
  line-height: 2;
  text-align:center;
  border:1px solid #BFBFBF;
  box-shadow:0px 0px  10px 5px #d9d9d9;
  height: 710px;
}

.x05 .item2 .more {
  font-size: 16px;
  text-align:center;
  margin-bottom: 40px;
  padding-top:30px;
}

.x05 .item2 .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  text-align:center;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-bottom: 3px;
}

.x05 .list3 {
  margin-bottom: 100px;
}

.x05 .item3 {
  float: left;
  width: 12.5%;
  text-align: center;
  font-size: 16px;
}

.x05 .item3 .img {
  height: 55px;
  margin-bottom: 15px;
}

.x05 .con {
  text-align: center;
}

.x06{ padding-left:0px;}

.x06 .title {
  margin-bottom: 50px;
}

.x06 .list1 {
  margin-bottom: 100px;
}

.x06 .item1 {
  width: 354px;
  float: left;
  margin-right: 59px;
}

.x06 .item2 {
  width: 46%;
  float: left;
  padding-left:25px;
  padding-right:25px;
  margin:0 auto;
  padding-top:25px;
}

.x06 .item2 h2 {
	font-size: 16px;
	text-align: left;
	color: #000;
	font-weight: bold;
	line-height: 30px;
	padding-bottom:20px;
}

.x06 .item2 .con {
  font-size: 16px;
  text-align:left;
  line-height: 2;
  height: auto;
}

.x06 .item2 .more {
  font-size: 16px;
  text-align:center;
  margin-bottom: 40px;
  padding-top:30px;
}

.x06 .item2 .more a {
  display: inline-block;
  background: #eb3d00;
  color: #ffffff;
  text-align:center;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 3px 18px;
  border-radius: 10px;
  margin-bottom: 3px;
}

.x06 .list3 {
  margin-bottom: 100px;
}

.x06 .item3 {
  float: left;
  width: 12.5%;
  text-align: center;
  font-size: 16px;
}

.x06 .item3 .img {
  height: 55px;
  margin-bottom: 15px;
}

.x06 .con {
  text-align: center;
}

.x04 .list1 {
  font-size: 0;
  text-align: center;
  margin-bottom: 100px;
}

.x04 .item1 {
	display: inline-block;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
}

.x04 .item1 img{
	width:280px;
}

.x04 .title1 {
  margin-bottom: 40px;
}

.x04 .title1 h2 {
  font-size: 28px;
  font-weight: normal;
  color: #00A2E9;
}

.x04 .item2 {
  background: #ffffff;
  border-radius: 10px;
  height: 360px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .3);
  float: left;
  width: 347px;
  margin-right: 5%;
  padding: 30px;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 30px;
  text-align: center;
}

.x04 .item2:nth-child(3) {
  margin-right: 0;
}

.x04 .item2 span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 15px;
  color: #00A2E9;
  border-radius: 4px;
  padding: 0 15px;
  border: 1px solid #00A2E9;
  line-height: 1.8;
}

.x04 .item2 p {
  text-align: left;
}

.x04 .con {
  text-align: center;
}

.x04-box {
  position: relative;
}

.x04-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
  z-index: -1;
  background: rgb(236,236,236);
  height: 1000px;
}

.x11 .title {
  margin: 60px 0;
}

.x11 .title span {
  display: block;
  width:221px;
  height:41px;
  line-height: 38px;
  color:#fff;
  background: url(../img/button2.png) no-repeat center center;
  font-size: 18px;
  text-align: left;
  text-indent:25px;
  border-radius: 4px;
}

.x11 .item1 {
  float: left;
  width: 47%;
  margin-right: 6%;
  border-bottom: 1px dashed #757475;
  line-height: 2;
  height: 2em;
  margin-bottom: 1.5em;
}

.x11 .item1:nth-child(2n) {
  margin-right: 0;
}

.x11-d {
  margin-bottom: 100px;
}

.logo1 {
  display: none;
}
/*内页工程案例*/
.nygcal{
	margin-bottom: 40px;
}
.nygcal li{
	float: left;
	width: 260px;
	margin: 40px 20px;
}
.black .nygcal1{
	border:1px solid #c6c6c6;
	overflow:hidden;
}
.nygcal a{
	display: block;
}
.nygcal1{
	width: 260px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
}
.nygcal1 img{
	width: 260px;
	height: 220px;
	transition: all 0.3s;
}
.nygcal p{
	font-size: 14px;
	line-height: 1.5em;
	height: 1.5em;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000;
}
.nygcal a:hover img{
	transform: scale(1.05);
}
.nygcal a:hover p{
	color: #ba251e;
}

.car{
	padding-top:80px;
}
.toolbar-item,.toolbar-layer{background:url(../img/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
@media (max-width: 640px) {
  body {
    min-width: 100%;
  }
  .container {
    width: 100%;
  }
  .container1 {
    width: 100%;
    padding: 0 15px;
  }
  .container2 {
    width: 100%;
    padding: 0 15px;
  }
  .container3 {
    width: 100%;
    padding: 0 15px;
  }
  .container4 {
    width: 100%;
    padding: 0 15px;
  }
  .header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .3) url('../img/close.png') no-repeat right 15px top 20px;
    background-size: 30px 30px;
    padding: 0;
    height: 100%;
    width: 100%;
	opacity:0.9;
  }
  .header>.container {
    position: absolute;
    left: -60%;
    top: 0;
    bottom: 0;
    width: 60%;
    background: #ba251e;
    height: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    transition: all .5s;
    overflow-y: auto;
    padding-bottom: 80px;
  }
  .header>.container.in {
    left: 0;
  }
  .header-nav {
    float: none;
    margin: 20px 0 0;
  }
  .header-nav>li {
    float: none;
    border-bottom: 1px solid #ffffff;
    margin: 0;
    font-size: 14px;
    line-height: 2.2;
    padding-left: 20px;
  }
  .header-nav>li a {
    display: block;
    color: #ffffff;
  }
  .header-nav .sub {
    display: block;
    position: static;
    width: 100%;
    background: none;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    line-height: 2.2;
  }
  .header-nav .sub li {
    padding-left: 20px;
  }
  .header-nav .sub a {
    color: #ffffff;
  }
  
  .header-nav .pro {
    display: block;
    position: static;
    width: 100%;
    background: none;
    box-shadow: none;
    text-align: left;
    font-size: 14px;
    line-height: 2.2;
  }
  .header-nav .pro li {
    padding-left: 20px;
  }
  .header-nav .pro a {
    color: #ffffff;
  }
  
  .header-search {
    float: none;
    width: auto;
    margin: 30px 20px;
  }
  .header-search .i1 {
    width: 100%;
  }
  .header-language {
    float: none;
    width: 100%;
  }
  .header-weixin {
	visibility:hidden;
  }
  .logo {
    display: none;
  }
  .logo1 {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9998;
    padding: 15px;
  }
  .logo1-box {
    height: 82px;
  }
  .logo .i1 {
    height: 52px;
  }
  .logo .i2 {
    display: none;
  }
  .logo-menu {
    display: block;
  }
  .banner .con {
    top: 30%;
    left: 10%;
    margin: 0;
  }
  .banner .con h2 {
    font-size: 14px;
  }
  .banner .con h1 {
    font-size: 12px;
  }
  .index01 {
    padding: 30px 15px;
  }
  .index01-1 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index01-2 {
    width: 100%;
  }
  .index01-21 {
    margin-bottom: 15px;
    width: 100%;
  }
  .index01-22, .index01-23 {
    width: 48%;
  }
  .index01 .con h2 {
    margin-bottom: 5px;
  }
  .index01 .index01-1 .con h2 {
    font-size: 24px;
  }
  .index01 .index01-1 .con {
    font-size: 16px;
    padding: 0 40px;
  }
  .index01 img {
    width: 100%;
  }
  .index-title h2 {
    font-size: 24px;
  }
  .index02 {
    padding: 30px 15px;
  }
  .index-title {
    margin-bottom: 30px;
  }
  .index-title span {
    margin-top: 15px;
  }
  .index02 .item {
    width: 100%;
  }
  .index02 .item .con {
    border: 0;
    margin-left: 32%;
    padding: 0 20px;
  }
  .index02 .item {
    margin-bottom: 30px;
  }
  .index02 .item img {
    max-width: 30%;
  }
  .index03 .list {
    position: static;
    text-align: center;
    font-size: 0;
  }
  .index03 {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  .index03 .item {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0;
    border: 1px solid #ffffff;
  }
  .index03 .item:nth-child(3) {
    width: 100%;
    padding: 15px;
  }
  .index03 .item:nth-child(3) h2 {
    margin-bottom: 15px;
  }
  .index04 {
	padding-top: 40px;
	padding-right: 15px;
	padding-bottom: 240px;
	padding-left: 15px;
  }
  .index-title1 h2 {
    font-size: 28px;
  }
  .index-title1 .s1 {
    font-size: 18px;
  }
  .index06 {
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
  }
  .index06 .item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .index08 h2 {
    font-size: 24px;
  }
  .index09 {
    padding: 0 15px 40px;
  }
  .index09 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .index09 .item:nth-child(5n) {
    margin-right: 4%;
  }
  .index09 .item:nth-child(2n) {
    margin-right: 0;
  }
  .index10 {
    padding: 40px 15px;
  }
  .index10 .item {
    width: 100%;
    margin: 0 0 30px;
  }
  .index11 {
    padding: 40px 15px;
	letter-spacing:-0.6px;
  }
  .index13 {
    padding: 40px 15px;
  }
  .index13 .item {
    width: 100%;
    margin: 0 auto 30px;
  }
  .index14 .list {
    position: static;
    text-align: center;
  }
  .index14 {
    padding: 30px 15px;
    margin-bottom: 0;
  }
  .index14 .item {
    display: inline-block;
    width: 50%;
    height: auto;
    margin: 0;
  }
  .index14 .item p{
  padding-top:10px;
  padding-bottom:10px;
}
  .nygcal li{
		width: 48%;
		margin: 0 1% 15px;
	}
  .ny-con01{
		margin-bottom: 60px;
	}
	.ny-con01 .s082 li{
		width: 50%;
	}
  .i04{
		padding: 30px 0;
	}
  .i04-title h2{
		font-size: 20px;
	}
	.i04-title h3{
		font-size: 16px;
	}
	.i04-item li{
		width: 100%;
		margin: 0 0 30px;
	}
	.i04-item li:last-child{
		margin-bottom: 0;
	}
  .contact .item {
    width: 100%;
    border-bottom: 1px solid #DCDDDD;
    border-right: 0;
    height: auto;
    padding: 30px 15px 0;
  }
  .contact .item span {
    margin-bottom: 40px;
  }
  .contact .item:nth-child(3n) {
    border-bottom: 0;
  }
  .contact .form .i1 {
    width: 100%;
    margin-right: 0;
  }
  .footer {
    padding: 30px 15px;
  }
  .public-title h2 {
    font-size: 15px;
  }
  .public-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .public-title p{
    font-size: 14px;
    margin-bottom: 40px;
  }
  .public-title2 h2 {
    font-size: 24px;
  }
  .public-title2 {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .line1 {
    margin: 20px 0 40px;
  }
  .bottom .back a {
    font-size: 16px;
  }
  .x11 .item1 {
    width: 100%;
    height: auto;
  }
  .x05 .item1, .x05 .item2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .x05 .item2 .con {
  height: 760px;
}
  .x06 .item1, .x06 .item2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .x04 .item1, .x04 .item2 {
    width: 100%;
    margin: 0 0 15px;
  }
  .x06 .item3 {
    width: 25%;
    margin-bottom: 20px;
  }
  .news .list .img {
    width: 100%;
  }
  .news .list .img img {
    width: 100%;
    margin: 0 0 15px;
  }
  .news .list .date {
    display: none;
  }
  .news .list .text {
    padding: 0;
  }
  .bottom {
  margin-top: 100px;
  margin-bottom: 60px;
}

.bottom .back {
  margin-bottom: 200px;
}

.bottom .back a {
  display: block;
  width: 91px;
  height:44px;
  line-height: 40px;
  background:url(../img/back.png) no-repeat center center;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

.bottom .con {
  text-align: center;
}

.bottom .con h2 {
  color:#4d4948;
  font-size: 24px;
  margin-top: 20px;
}

.bottom .con img {
	width:200px;
}
.nygcal li{
		width: 48%;
		margin: 0 1% 15px;
	}
	.nygcal1{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.nygcal1 img{
		width: 100%;
		height: auto;
	}
	.nyzsjm1{
		width: 100%;
	}
	.car{
	padding-top:20px;
}
.mpadding{border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color: #999; margin-bottom:60px;}
}