@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}
* {
	transition: all 0.3s ease-in-out;
}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
.padding6{padding:6px;}
.padding15-8{padding:15;}
.case-padding{padding:5px;}
#w-70{margin:0 auto;width: 70%;}
#w-90{margin:0 auto;width: 90%;}
#w-80{margin:0 auto;width: 80%;}
#w-1260{margin:0 auto;width: 1260px;}
#pro-w{margin:0 auto;width: 80%;}
#w-1260-1{margin:0 auto;width: 1260px;}
#w-1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

#w-1300-1 {
	width: 1300px;
	margin: 0 auto;
}
.p-img{width: 100%;}

/*===================top====================*/
.my-top {
	position: absolute;
	z-index: 111111;
	top: 65px;
	left: 5%;
	width: 16%;
	background-color: #fff;
	border-radius: 5px;
}

.my-logo {
	padding: 30px 0px;
	text-align: center;
}

.my-logo img {
	display: block;
	margin: 0 auto;
}

.my-menu {
	width: 100%;
}

.my-menu li {
	margin: 0 auto;
	width: 70%;
}

.my-menu li:hover {
	width: 100%;
}

.my-menu li a {
	display: block;
	padding: 12px 0px;
	width: 100%;
	font-size: 17px;
	color: #000;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	box-sizing: border-box;
}

.my-menu li:hover a {
	background-color: #004aa7;
	color: #fff;
}

.my-menu-hover {
	width: 100% !important;
}

.my-menu-hover a {
	background-color: #004aa7;
	color: #fff !important;
}

.my-phone {
	margin: 15px 0px;
	padding: 10px 0px;
	background-color: #f9f9f9;
}

.my-phone .top-phone {
	float: left;
	width: 15%;
	margin-left: 10%;
}

.my-phone .top-phone img {
	width: 100%;
}

.my-phone .nra {
	float: left;
	margin-left: 5%;
	width: 60%;
}

.my-phone .nra .zia {
	display: block;
	font-size: 15px;
	color: #636363;
}

.my-phone .nra .zib {
	display: block;
	font-size: 24px;
	color: #f00;
	font-weight: bold;
}

.my-top-ewm {
	margin: 10px 0px 20px 0px;
	text-align: center;
}

.my-top-ewm img {
	display: block;
	margin: 0 auto;
}

.my-top-ewm p {
	display: block;
	margin-top: 7px;
	font-size: 17px;
	color: #2b2b2b;
	text-align: center;
}
/*====================menu====================*/
.menu-bg {
	width: 100%;
	height: auto;
}

.pc-menu li {
	position: relative;
	z-index: 200;
	float: left;
	width: 11%;
	padding: 0px 0.1% 0px 0.1%;
	color: #222222;
	list-style: none;
	transition: all 0.3s ease-out;
}

.pc-menu-bg1 {
	/*  background: url(../Img/menu-bg1.png) top right no-repeat;*/
}

.pc-menu-bg1:hover {
	background: none;
}

.pc-menu li:hover {
	/* background-color: #fd5f20;*/
}

.pc-menu li a {
	position: absolute;
	z-index: 1000;
	display: block;
	height: 150px;
	line-height: 150px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	position: relative;
}

.pc-menu li:hover a {
	color: #fff;
}

.pc-menu li .active {
	background-color: #ff3131;
	color: #fff !important;
}

.pc-menu li:after {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
	background: url(../images/menu-bg.png) repeat-x #ff3131;
	background-position: 50px 50px;
	content: "";
	height: 150px;
	transition: all 0.4s ease 0s;
	width: 0%;
}

.pc-menu li:hover:after {
	width: 100%;
	left: 0px;
	background-position: 0px 0px;
}

.pc-menu li ul {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 111111111;
	z-index: 1000;
	margin: 0px;
	margin-left: 0px;
	padding: 15px 15px 30px 15px;
	/* width:230px;*/
	display: none;
	background-color: #fff;
	overflow: hidden;
}

.pc-menu li ul a {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 30px;
	font-size: 15px;
	color: #333 !important;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
}

.pc-menu li ul a:hover {
	color: #ee0f0f !important;
}

.pc-menu li ul a:hover:after {
	content: "";
	height: 0px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 0%;
}

.topline {
	border-top: 5px solid #ef0f12;
}
/*导航*/
.h-menu-bg{
	width: 100%;
	height: 60px;
	background-color: #004aa7;
}
.header-nav {
	height: 60px;
	position: relative;
	z-index: 11111111;
	text-align: center;
}

.header-nav .nav-list>li {
	display: inline-block;
	margin:0px 0px;
/*	padding: 6px 0;*/
	position: relative;
	width: 11.5%;
	
}

.header-nav .nav-list>li>a {
	/*padding: 0 18px;*/
	display: block;
	height: 60px;
	font-size: 18px;
	position: relative;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.header-nav li.active,
.header-nav li:hover
{
	color: #fff;
	background-color: #e62e2e;
	/*border-radius: 6px;*/
}
.header-nav li.active>a,
.header-nav .nav-list>li>a:hover {
	color: #fff !important;
}


.header-nav .nav-list>li:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background-color: #ddd;
	top: 50%;
	margin-top: -5px;
	margin-left: 0px;
}

.header-nav .nav-list>li:last-child>a:after {
	display: none;
}

.header-nav .header-contact {
	margin-top: 32px;
	no-repeat left center;
	padding-left: 42px;
}

.header-nav .header-contact>p {
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
	font-size: 12px;
	color: #bbb;
	line-height: 12px;
}

.top-icon {
	width: 12px;
	height: 12px;
	position: absolute;
	margin-left: -18px;
	vertical-align: middle;
	margin-top: 6px;
}

.icon-follow {
	background: url("img/top_icons2.png") no-repeat left center;
}

.icon-global {
	background: url("img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
}

.dropdown-menu>li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 28px;
	color: #000 !important;
}
.header-nav li:hover a{
	color: #fff;
}

.dropdown-menu>li>a:hover {
	
	color: #fff !important;
	background-color: transparent;
	border-radius: 0px !important;
}

.dropdown-active {
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.chanpin_list_wrap {
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 97px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 22px;
}

.chanpin_list_wrap .chanpin_list {
	/* margin:0 15px; */
	text-align: center;
}

.chanpin_list_wrap .chanpin_list h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.chanpin_list_wrap ul {
	padding-left: 0;
}

.chanpin_list_wrap ul li {
	line-height: 24px;
}

.chanpin_list_wrap ul li .pro_list_item a {
	color: #999;
	font-size: 14px;
	margin: 0 10px 14px;
	line-height: 14px;
	display: inline-block;
}

.chanpin_list_wrap ul li .pro_list_item a.active {
	color: #FF9900
}

.chanpin_list_wrap li span {
	color: #3671CF;
	width: 80px;
	border-right: 1px solid #e4e4e4;
	line-height: 14px;
	margin-right: 15px;
	float: left;
}

.chanpin_list_wrap li a {
	color: #777;
}

.chanpin_list_wrap li a:hover {
	color: #f90;
}

.chanpin_list_wrap li span>a {
	color: inherit;
}

.chanpin_list_wrap li span>a:hover {
	color: inherit;
}

.chanpin_list_wrap .pro_list_item {
	overflow: hidden;
}

.hide {
	display: none;
}
/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================title====================*/

/*标题*/
.tit01 {
	padding-top: 6px;
	padding-bottom: 15px;
	width: 100%;
	height: auto;
	text-align: center;
	background: url(../images/tit-bg1.png) top center repeat-x;
	;
	overflow: hidden;
}

.tit01 h2 {
	display: inline-block;
	margin: 0 auto;
	padding: 10px 30px 15px 30px;
	background-color: #004ba8;
	border-radius: 5px;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}

.tit01 h2 .zia {
	display: inline-block;
	padding-right: 10px;
	font-size: 28px;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
}

.tit01 p {
	display: block;
	margin-top: 17px;
	font-size: 18px;
	color: #182337;
	text-align: center;
}

.tit01 span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #004ba8;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.tit02{
	padding:14px 0px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.tit02 h2{
	display: inline-block;
	font-size: 35px;
	color: #004ba8;
	font-weight: bold;
}
.tit02 h2 font{
	font-size: 35px;
	color: #535353;
	font-weight: bold;
	text-transform: uppercase;
}
.tit02 a{
	display: inline-block;
	float: right;
	background-color: #004aa7;
	padding:5px 15px;
	border-radius: 5px;
	font-size: 15px;
	color: #fff;
}
/*分类*/
.gl-proc{
    padding:15px 0px;
    text-align: center;
  }
  .gl-proc li{
  	width: 13%;
  	margin:0.5%;
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
  	display: block;
    font-size: 17px;
    padding: 8px 8px;
    color: #fff;
    background-color: #ed1b24;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
  }
  .gl-proc li:hover a{
    background-color: #333;
    color: #fff;
  }
  .h-proc1-hover{
    background-color: #333 !important;
    color: #fff !important;
  }
/*产品列表*/
.pro-padd {
	padding: 8px;
}

.auto-pro1 {
	margin-bottom: 15px;
	padding: 13px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}

.auto-pro1:hover {
	border: 1px solid #004ba8;
	box-shadow: 2px 2px 25px #ddc6c6;
}

.auto-pro1 .tu1 {
	width: 100%;
	overflow: hidden;
}

.auto-pro1 .tu1 img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.auto-pro1:hover .tu1 img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.auto-pro1 a h3 {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	font-size: 21px;
	color: #212121;
	text-align: center;
	font-weight: bold;
}

.auto-pro1:hover a h3 {
	color: #004ba8;
}

.auto-pro1 p {
	display: block;
	padding: 8px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 130%;
	background-color: #004ba8;
	letter-spacing: 0px;
	transition: all 0.3s ease-out;
}

.auto-pro1:hover p {
	color: #fff;
	/* background-color: #333; */
}

.auto-pro1 span {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 130%;
}

/*end 产品列表*/
.my-proc-w {
	width: 100%;
	height: 970px;
	background: url(../images/proc-bg.jpg) top center no-repeat;
	overflow: hidden;
}

.my-proc-tit {
	padding: 79px 0px 50px 0px;
}

.my-proc-tit h2 {
	display: block;
	font-size: 47px;
	color: #171c32;
	font-weight: bold;
	text-align: center;
}

.my-proc-tit h2 strong {
	font-size: 47px;
	color: #004aa7;
	font-weight: bold;
}

.my-proc-tit p {
	display: block;
	margin-top: 15px;
	font-size: 15px;
	color: #808080;
	text-transform: uppercase;
	text-align: center;
}

.my-proc-big {
	position: relative;
	border: 1px solid #fff;
	box-shadow: 0 0 30px #cdcdcd;
}

.my-proc-big img {
	width: 100%;
}

.my-proc-big .nra {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 47px 29px;
	background-image: linear-gradient(to top, rgba(0, 74, 167, 1), rgba(0, 74, 167, 0));
}

.my-proc-big .nra p {
	float: left;
	display: inline-block;
	font-size: 56px;
	color: #fff000;
	font-weight: bold;
}

.my-proc-big .nra strong {
	float: right;
	display: inline-block;
	font-size: 31px;
	color: #fff;
	font-weight: bold;
}
.my-proc-list{
	margin:0 auto;
	width: 100%;
	padding: 20px 0px;
	text-align: center;
}
.my-proc-list li {
	display: inline-block;
	width: 14%;
	border-left: 1px solid #bfbfbf;
	overflow: hidden;
}
.my-proc-list li:first-child{
	border-left:0px;
}

.my-proc-list li .numa {
	text-align: center;
	font-size: 60px;
	color: #287ace;
	font-weight: bold;
}

.my-proc-list li .numa font {
	font-size: 23px;
	color: #287ace;
	font-weight: bold;
}

.my-proc-list li a h3{
	display: block;
	font-size: 22px;
	color: #333;
	text-align: center;
}

/*分类*/
.xm-proc-w {
	padding: 15px 0px;
	width: 100%;
	height: auto;
	background: url(../images/bga.jpg) top center;
}

.xm-proc {
	text-align: center;
}

.xm-proc li {
	display: inline-block;
	padding-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 13%;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover {
	/* padding-top: 10px; */
	box-shadow: 0px 5px 5px 5px #efefef;
	background-color: #004ba8;
	border-radius: 15px;
}

.xm-proc li .tua {
	margin: 0 auto;
	width: 90%;
	border-radius: 10px;
	border: 5px solid #004ba8;
	box-sizing: border-box;
	overflow: hidden;
}

.xm-proc li:hover .tua {
	width: 80%;
	border: 5px solid #fff;
	transform: rotateY(180deg);
}

.xm-proc li .tua img {
	width: 100%;
}

.xm-proc li h3 {
	display: block;
	margin-top: 5px;
	padding: 12px 0px;
	font-size: 18px;
	color: #2d2d2d;
	text-align: center;
	font-weight: bold;
}

.xm-proc li:hover h3 {
	color: #fff;
}
/*特点*/
.my-td{
	width: 100%;height: 1725px;
	background: url(../images/ys-bg.jpg) top center no-repeat;
	overflow: hidden;
}
.my-td-r{
	margin-top: 110px;
	width: 100%;
	height: 996px;
	background: url(../images/ys-bg2.jpg) top left no-repeat;
	border:1px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.my-td-rnr{
	display: block;
	padding:48px 15px 48px 68px;
	background-color: #e60012;
	min-height: 400px;
}
.my-td-rnr .zia{
	display: block;
	font-size: 47px;
	color: #fff000;
	font-weight: bold;
}
.my-td-rnr .zib{
	display: block;
	font-size: 15px;
	color: #fff000;
	text-transform: uppercase;
}
.my-td-rnr .zic{
	display: block;
	margin-top: 30px;
	font-size: 22px;
	color: #fff;
	line-height: 230%;
}

.td-pd-l{
	padding-left: 70px;
}
.my-td-ltit{
	margin-top: 150px;
}
.my-td-ltit p{
	display: block;
	font-size: 68px;
	color: #ffe400;
	font-weight: bold;
}
.my-td-ltit span{
	display: block;
	margin-top:-20px;
	margin-left:30px;
	font-size: 75px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.my-td-list{
	margin-top: 80px;
	padding-right: 40px;
	height: 1180px;
	overflow: hidden;
}
.my-td-list li{
	margin-bottom: 47px;
}
.my-td-list li .tua{
	float: left;
	width: 140px;
}
.my-td-list li .td-r-nr{
	margin-left: 140px;
}
.my-td-list li .td-r-nr p{
	display: block;
	font-size: 33px;
	color: #ffe400;
	font-weight: bold;
}
.my-td-list li .td-r-nr span{
	display: block;
	margin-top: 12px;
	font-size: 22px;
	color: #fff;
	line-height: 150%;
}
.my-td-phone{
	padding:15px;
	float: right;
	width: 530px;
}
.my-td-phone .tua{
	float: left;
	width: 104px;
}
.my-td-phone .tua img{
	display: inline-block;
	vertical-align: middle;
}
.my-td-phone .phone-nr{
	margin-left: 104px;
}
.my-td-phone .phone-nr p{
	display: block;
	font-size: 25px;
	color: #404040;
}
.my-td-phone .phone-nr span{
	display: block;
	margin-top: -15px;
	font-size: 50px;
	color: #e60012;
	font-weight: bold;
}
/*场景*/
.cj-w{
	width: 100%;
	height: auto;
	background: url(../images/cj-bg.jpg) top center no-repeat;
	overflow: hidden;
}
.cj-w-tit{
	text-align: center;
}
.cj-w-tit img{
	display: block;
	margin:0 auto;
}
.cj-w-tit p{
	display: block;
	margin-top: 10px;
	font-size: 26px;
	color: #1b1b1b;
	text-align: center;
}
.cj-w-tit span{
	display: block;
	text-align: center;
	font-size: 12px;
	color: #696868;
	text-transform: uppercase;
}
.cj-list-w{
	margin-top: 190px;
	padding:40px;
	background-color: #fff;
	overflow: hidden;
}
.cj-list{
	width: 100%;
	position: relative;
	height: 420px;
	overflow: hidden;
}
.cj-list .tua{
	position: absolute;
	top:0px;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.cj-list .tua img{
	display: block;
	margin:0 auto;
}
.cj-list:hover .tua img{
	transform:rotateY(180deg);
}
.cj-list .nra{
	position: absolute;
	top:93px;
	left:0px;
	z-index: 1;
	padding-top: 130px;
	width: 100%;
	background-color: #f6f5fa;
}
.cj-list .nra p{
	display: block;
	text-align: center;
	font-size: 26px;
	color: #404040;
}
.cj-list .nra span{
	display: block;
	padding:20px 25px;
	padding-bottom: 40px;
	font-size: 15px;
	color: #404040;
	line-height: 150%;
	text-align: center;
}
/*简介*/
.about-w{
	width: 100%;
	height: auto;
	background: url(../images/about-w.jpg) top center repeat-x;
	overflow: hidden;
}
.about-t{
	margin-top: 50px;
}
.about-tit{
	position: relative;
}
.about-tit p{
	display: block;
	text-align: center;
	font-size: 110px;
	color: #fff;
	font-weight: bold;
	opacity: 0.15;
}
.about-tit h2{
	display: block;
	position: absolute;
	top:55px;
	width: 100%;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.about-tit .linea{
	display: block;
	margin:0 auto;
	width: 60px;
	height: 2px;
	background-color: #fff;
}
.about-cont{
	padding:15px;
	margin-bottom: 15px;
	width: 100%;
	height: 325px;
	font-size: 16px;
	color: #fff;
	line-height: 220%;
	text-align: center;
	overflow: hidden;
}
.about-cont p,
.about-cont p strong,
.about-cont p a{
	font-size: 16px;
	color: #fff;
	line-height: 220%;
	text-align: center;
}
/*视频*/
.video{
	width: 100%;
	border:1px solid #fff;
}
/*公司优势*/
.gs-ys-tl{
	text-align: left;
}
.gs-ys-tr{
	text-align: right;
}
.gs-bg{
	background-color: #eeeeee;
	overflow: hidden;
}
.gs-ys{
	overflow: hidden;
}
.gs-ys .nra{
	display: inline-block;
	width: 40%;
	background-color: #e72b2e;
	height: 226px;
	overflow: hidden;
}
.gs-ys .nra p{
	display: block;
	padding:0px 34px;
	margin-top: 45px;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
}
.gs-ys .nra span{
	display: block;
	padding:20px 34px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}
.gs-ys .tua{
	display: inline-block;
	height: 226px;
	overflow: hidden;
}
.gs-ys .tua img{
}
.gs-ys .numb{
	display: inline-block;
	overflow: hidden;
}
.gs-ys .numb img{

}
/*定制*/
.dingzhi-w{
	width: 100%;
	height: 518px;
	background: url(../images/dingzhi-bg.jpg);
	overflow: hidden;
}
.dingzhi-tit{
	margin-top: 60px;
}
.dingzhi-tit h2{
	display: block;
	text-align: center;
	font-size: 42px;
	color: #fe9e09;
	font-weight: bold;
}
.dingzhi-tit p{
	display: block;
	padding:10px 0px;
	text-align: center;
	font-size: 24px;
	color: #FFf;
}
.dingzhi-tit .linea{
	display: block;
	margin:0 auto;
	width: 50px;
	height: 3px;
	background-color: #fe9e09;

}
.dingzhi{
	margin-top: 40px;
	text-align: center;
}
.dingzhi .jianju{
	display: inline-block;
	width: 15%;
	text-align: center;
}
.dingzhi li{
	display: inline-block;
	margin-bottom: 35px;
	width: 12%;
}
.dingzhi li .tua{
	text-align: center;
}
.dingzhi li p{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #Fff;
}

/*案例*/
.h-case-padd {
	padding: 10px;
}

.h-case {
	border: 3px solid #004ba8;
}

.h-case .tu {
	padding: 0px;
	overflow: hidden;
}

.h-case .tu img {
	width: 100%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.h-case:hover .tu img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}

.h-case .tit1 {
	margin: 0 auto;
	padding: 15px 0px;
	width: 100%;
	background: url(../images/pro7-bg1.jpg);
	overflow: hidden;
}

.h-case .tit1 .tit2 {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 95%;
	overflow: hidden;
}

.h-case .tit1 .tit2 a h3 {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	font-size: 17px;
	color: #333;
	text-align: center;
	line-height: 130%;
	letter-spacing: 0px;
}

.h-case:hover .tit1 .tit2 a h3 {
	color: #004ba8;
}

.h-case .tit1 .tit2 .more a {
	display: block;
	float: right;
	width: 100%;
	height: 29px;
	background-color: #004ba8;
	text-align: center;
	line-height: 29px;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.h-case .tit1 p {
	display: block;
	font-size: 14px;
	color: #333;
	letter-spacing: 0px;
	text-align: center;
}

/*案例 end*/


/*新闻*/
.news-wa {
	padding: 30px 0px;
	width: 100%;
	height: auto;
	background: url(../images/bg1.jpg);
}

.jn-news-l {
	position: relative;
	padding: 36px;
	padding-top: 47px;
	overflow: hidden;
	background-color: #fff;
}

.jn-news-l:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 0px;
	background-color: #fe0002;
	transition: all 0.3s ease-out;
}

.jn-news-l:hover:before {
	height: 100%;
}

.jn-news01 {
	position: relative;
	z-index: 10;
}

.jn-news01 * {
	transition: all 0.3s ease-out;
}

.jn-news01 h3 {
	display: block;
	font-size: 20px;
	color: #505050;
	font-weight: bold;
	line-height: 150%;
}

.jn-news01 p {
	display: block;
	margin-top: 17px;
	font-size: 15px;
	color: #7c7c7c;
	line-height: 170%;
}

.jn-news01 span {
	display: block;
	margin-top: 35px;
	font-size: 15px;
	color: #a2a2a2;
}

.jn-news01 img {
	width: 100%;
}

.jn-news-l:hover h3,
.jn-news-l:hover p,
.jn-news-l:hover span {
	color: #fff;
}

.jn-news-r {
	float: right;
	width: 95%;
}

.jn-news02 {}

.jn-news02 li {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
}

.jn-news02 li:before {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 0px;
	height: 3px;
	background-color: #fe0002;
	transition: all 0.6s ease-out;
}

.jn-news02 li:hover:before {
	width: 100%;
}

.jn-news02 li .n02-l {
	float: left;
	width: 25%;
	overflow: hidden;
}

.jn-news02 li .n02-l img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.jn-news02 li:hover .n02-l img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;

}

.jn-news02 li .n02-r {
	float: right;
	width: 75%;
	height: auto;
	padding: 2%;
	background-color: #fff;
}

.jn-news02 li:hover .n02-r {
	background-color: #fe0002;
}

.jn-news02 li .n02-r h3 {
	padding: 10px 0px;
	display: block;
	width: 100%;
	font-size: 18px;
	color: #313131;
	transition: all 0.3s ease-out;
}

.jn-news02 li:hover .n02-r h3 {
	color: #fe0002;
}

.jn-news02 li .n02-r p {
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	color: #6c6c6c;
	line-height: 150%;
	overflow: hidden;
}

.jn-news02 li .shijian {
	margin-top: 30px;
	font-size: 13px;
	color: #b7b7b7;
	vertical-align: middle;
}

.jn-news02 li .shijian p {
	display: inline-block;
	font-size: 13px;
	color: #b7b7b7;
	vertical-align: middle;
}

.jn-news02 li .shijian img {
	display: inline-block;
	float: right;
	vertical-align: middle;
	transition: all 0.3s ease-out;
}

.jn-news02 li:hover .shijian img {
	margin-right: 10px;
}

.jn-news02 li:first-child {
	padding-top: 0px;
}

.jn-news02 li:hover .n02-r h3,
.jn-news02 li:hover .shijian p,
.jn-news02 li:hover .shijian,
.jn-news02 li:hover .n02-r p {
	color: #fff;
}



.qt-zhishi {
	padding: 35px 0px;
}

.qt-zhishi .zs-tit {
	margin-bottom: 15px;
}

.qt-zhishi .zs-tit h2 {
	font-size: 20px;
	color: #1b1b1b;
	font-weight: bold;
}

.qt-zhishi .zs-tit p {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 15px;
	color: #9e9e9e;
}

.qt-zhishi li {
	padding: 13px 19px;
	margin-bottom: 15px;
	background-color: #eeeeee;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.qt-zhishi li .zh-tit {
	margin-bottom: 5px;
}

.qt-zhishi li .zh-tit .tm {
	float: left;
	width: 23px;
	height: 23px;
	background-color: #fe0002;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	font-size: 15px;
	color: #fff;
}

.qt-zhishi li .zh-tit .maohao {
	display: inline-block;
	width: 15px;
	float: left;
	font-size: 15px;
	color: #000;
}

.qt-zhishi li .zh-tit .tm-r a h3 {
	display: inline-block;
	margin-top: 3px;
	/*  width: 80%;*/
	float: left;
	font-size: 15px;
	color: #000;
	line-height: 120%;
}

.qt-zhishi li .zh-nr {
	margin-top: 10px;
}

.qt-zhishi li .zh-nr .tm {
	float: left;
	width: 23px;
	height: 23px;
	background-color: #1d459a;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	font-size: 15px;
	color: #fff;
}

.qt-zhishi li .zh-nr .maohao {
	display: inline-block;
	float: left;
	width: 15px;
	font-size: 15px;
	color: #000;
}

.qt-zhishi li .zh-nr p {
	display: inline-block;
	margin-top: 3px;
	width: 80%;
	float: left;
	font-size: 15px;
	color: #5c5c5c;
	line-height: 120%;
	word-wrap: break-word;
}
 
 /*====================end middle====================*/


/*====================foot====================*/
.foot-lx {
	width: 100%;
	height: 440px;
	background: url(../images/foot-cont.jpg) top center no-repeat;
	overflow: hidden;
}

.foot-lx h2 {
	display: block;
	width: 110px;
	height: 81px;
	margin: 0 auto;
	padding-top: 53px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
}

.foot-lx .linea {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 5px;
}

.foot-lx-nr {
	margin-top: 43px;
	padding: 15px;
	background: url(../images/foot-bg2.jpg);
	overflow: hidden;
}

.foot-lx-nr p.com-name {
	display: block;
	margin-top: 50px;
	text-align: center;
	font-size: 27px;
	color: #333;
	font-weight: 800;
	letter-spacing: 5px;
}

.foot-lx-nr p.con-name-en {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.foot-lx-nr p.con-phone {
	display: block;
	margin-top: 5px;
	font-size: 37px;
	color: #146dd2;
	font-weight: bold;
	text-align: center;
	font-family: "宋体";
}

.foot-lx-nr a {
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	width: 120px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #146dd2;
	text-align: center;
	font-size: 15px;
	color: #146dd2;
}


.foot-bg {
	width: 100%;
	background-color: #24292d;
	background: url(../images/foot-bg.jpg) top center no-repeat;

}

.foot-bg2 {
	padding: 50px 0px 30px 0px;
}

.foot-fenlei h3 {
	font-size: 19px;
	color: #fff;
	height: 40px;
	text-align: center;
}

.foot-fenlei a {
	display: block;
	margin: 5px;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border: 1px solid #efefef;
	box-sizing: border-box;
	background-color: #ff2a2a;
}

.foot-menu h3 {
	font-size: 19px;
	color: #fff;
	height: 40px;
	text-align: left;
}

.foot-menu a {
	display: block;
	margin: 3px;
	padding: 3px;
	width: 47%;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #c1c1c3;
	border: 1px solid #efefef;
	box-sizing: border-box;
}

.foot-con p,
.foot-con p a {
	font-size: 14px;
	color: #fff;
	line-height: 170%;
}

.foot-con strong {
	display: block;
	margin-bottom: 15px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.foot-con .zi {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}

.foot-con .zi2 {
	margin: 5px 0px;
	padding: 5px 10px;
	font-size: 20px;
	color: #fff;
	background-color: #fe0002;
	font-weight: bold;
	overflow: hidden;
}

.foot-ewm {
	display: inline-block;
	margin: 0px 3px;
	float: left;
	width: 45%;
	text-align: center;
}

.foot-ewm img {
	display: block;
	width: 80%;
	margin: 0 auto;
}

.foot-ewm p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.foot-fx {
	margin-top: 50px;
}

.f-bq {
	width: 100%;
	height: 49px;
	background-color: #1b1b1b;
	text-align: center;
	line-height: 49px;
	font-size: 14px;
	color: #fff;
}

.f-bq a,
.f-bq p,
.f-bq p a {
	line-height: 49px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (max-width: 1400px){
#w-80{width: 95%;}
#w-90{width: 95%;}
.top-bt-phone .top-bt h2,.top-bt-phone .top-bt .zia{font-size: 20px;}
.top-bt-phone h3{font-size: 15px;}
.my-logo img{display: block;margin:0 auto; width: 90%;}
.my-phone .top-phone img{width: 30px;}
.my-phone .nra .zib{font-size: 18px;}

}

@media only screen and (max-width: 1300px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .padding-about{padding:15px;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 8px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}
	
	.my-td-list{height: auto;}	
	.my-td-ltit p{font-size: 40px;}
	.my-td-ltit span{font-size: 50px;}
	.my-td-list{margin-top: 50px;}
	.my-td-list li .td-r-nr p{font-size: 26px;}
	.my-td-list li .td-r-nr span{font-size: 18px;}
	.my-td-phone .phone-nr p{color: #fff;}
	
	.gs-ys .tua{width: 30%;}
	.gs-ys .tua img{width: 100%;}
	.gs-ys .numb{width: 20%;}
	.gs-ys .numb img{width: 100%;}
	.gs-ys .nra p{font-size: 30px;}
	.gs-ys .nra span{font-size: 20px;}

	/*foot*/
	.foot-bg{padding:30px 15px; }





  
}
@media only screen and (max-width: 992px){
	#w-1300 {
		width: 100%;
	}

	#w-1300-1 {
		width: 100%;
	}	
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .yz-logo {text-align: center;}
  .pc-menu{margin-top: 5px;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}

  .my-logo img{
  	width: 80%;
  	display: block;
  	margin:0 auto;
  }
	
	/*首页*/
.top-tit img{width: 100%;}
.tit01 h2{font-size: 18px;}
.tit01 h2 .zia{font-size: 15px;}
.tit01 span{font-size: 10px; padding:0px 15px;}
.tit01 p{font-size: 14px;padding:0px 15px;}

.xm-proc li{width: 46%; padding-top:0px;}
.xm-proc li h3{padding: 3px 0px; font-size: 17px;}

.auto-pro1 a h3{font-size: 15px;}

.my-proc-tit h2{font-size: 26px;}
.my-proc-tit h2 strong{font-size: 26px;}

.my-proc-list li{width: 33%;}
.my-proc-list li a h3{font-size: 15px; padding:5px 10px;}
.my-proc-list li .numa{font-size: 36px;}
.my-proc-w{height: auto;}
.my-proc-list{padding-bottom: 0px;}
.auto-pro1 span{display: none;}
.auto-pro1{padding:2px;}
.pro-padd{padding:5px;}

/*优势*/
.my-td-ltit{margin-top: 50px;}
.my-td-ltit p{font-size: 30px;}
.my-td-ltit span{font-size: 40px; padding-top: 20px;}
.my-td-list li .tua img{width: 70px;}
.my-td-list li .tua{width: 80px;}
.my-td-list li .td-r-nr{margin-left: 85px;}


.cj-list .tua img{width: 80%; margin:0 auto;}
.cj-list .nra{top:50px;}

.tit02{padding:15px;}
.tit02 h2{font-size: 26px;}
.tit02 h2 font{font-size: 20px;}

.about-tit p{font-size: 60px;}
.about-tit h2{font-size: 35px;top: 29px;}
.about-cont{height: auto; padding:15px;}
.about-cont p,.about-cont p a, .about-cont p strong{font-size: 15px; line-height: 170%;}
.about-w{background: url(../images/mini-about-w.jpg) top center no-repeat; padding-bottom: 25px;}

.foot-bg{background: url(../images/mini-foot-bg.jpg) top center repeat; padding:0px;}
}
  



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  
  .padding0-sm15{padding:15px;}

  .foot-bg2{padding: 30px 10px;}



/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}

.gl-proc li{width: 45%; margin:2px 2px;}
.gl-proc li a{width: 100%;}

/*其它*/
.my-proc-tit{padding:30px 15px;}
.my-proc-big .nra{padding:15px;}
.my-proc-big .nra p{font-size: 18px;}
.my-proc-big .nra strong{display: block;font-size: 18px; float: left;}
.my-proc-tit h2{font-size: 20px;}
.my-proc-tit h2 strong{font-size: 18px;}
.my-proc-tit p{font-size: 10px;}
.my-td-list{padding-right: 0px;}
.my-td-phone{width: 100%;}
.my-td-phone .tua{width: 50px;}
.my-td-phone .tua img{width: 40px;}
.my-td-phone .phone-nr{margin-left: 45px;}
.my-td-phone .phone-nr span{font-size: 26px; color: #fff; padding-top: 15px;}
.my-td-r{margin-top: 30px; height: auto;}
.cj-w-tit img{width: 50%; margin:0 atuo;}
.cj-w-tit p{font-size: 20px; padding:0px 15px;}
.cj-w-tit span {font-size: 10px; padding:0px 15px;}
.cj-list-w{margin-top: 20px; padding:10px;}
.cj-w{background: none;}
.cj-padd{padding:8px;}
.cj-list .tua img{width: 80%; margin:0 auto;}
.cj-list .nra{top:21px;}
.cj-list .nra p{font-size: 20px;}

	.gs-ys{text-align: center;}
	.gs-ys .tua{width: 100%; float: none;}
	.gs-ys .tua img{width: 100%;}
	.gs-ys .nra p{font-size: 30px;}
	.gs-ys .nra span{font-size: 20px; padding:10px 10px;font-size: 15px;}
	.gs-ys .numb{display: none; float: none;}
	.gs-ys .nra{width: 100%; height: auto;}
	.gs-ys .nra p{padding:0px 15px;margin-top: 15px; font-size: 25px;}
	.gs-ys-tr{text-align: left;}

	.dingzhi-tit{margin-top: 30px;}
	.dingzhi-tit h2{font-size: 26px;}
	.dingzhi-tit p{font-size: 16px;}
	.dingzhi-w{background: url(../images/mini-dingzhi-bg.jpg) top center repeat; height: auto;}
	.dingzhi li .tua img{width: 100%;}
	.dingzhi li{width: 41%;}

	.news-wa{padding-top: 15px; padding-bottom: 0px;}
	.qt-zhishi{padding-top:15px; padding-bottom:0px;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}
