﻿.top {
 /* background: #f2f2f2;*/
  margin-top: 50px;
}

.top .left {
  line-height: 36px;
  font-size: 14px;
  color: #93959b;
}

.top .left a {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-decoration:underline;
  font-weight: bold;
  
}
.top #toptxt{
	width:1274px;
}

.top .right a {
  line-height: 36px;
  font-size: 14px;
  color: #393939;
  float: left;
  margin-right: 10px;
}

.top .right a font {
  margin-left: 10px;
}

header {
  padding: 0px 0;
}

header .left .info {
  padding: 3px 0 3px 15px;
  margin-left: 15px;
  border-left: 1px solid #afafb0;
}

header .left .info h5 {
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
  font-weight: bold;
}
header .left .info p {
  font-size: 16px;
  letter-spacing: 2px;
  color: #474443;
}

header .left .info .ppnoe {
  font-size: 16px;
  letter-spacing: 2px;
  color: #474443;
}

header .left .info .pptwo {
	display:none;
}

header .right {
  padding-left: 55px;
  text-align: left;
  background: url(../images/header_tel_bg.png) no-repeat left 4px;
  margin-top:25px;
}

header .right label {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

header .right h5 {
  font-size: 20px;
  color: #000;
}

nav {
  background: #0092e1;
  height: 50px;
}

nav ul li {
  width: 12.5%;
  float: left;
  text-align: center;
  position: relative;
}

.nav_box {
  position: absolute;
  top: 50px;
  left: 0;
  height: auto;
  overflow: hidden;
  transition: .5s all ease;
  width: 445px;
  height: 0;
  text-align: left;
  background-color: #fff;
  z-index: 99;
}

.nav_box .list {
  width: 167px;
  float: left;
  height: 350px;
}

.nav_box .img {
  width: 275px;
  height: 350px;
  float: left;
  padding: 25px;
  border-left: 1px solid #d3d3d3;
  background: #f1f1f1;
}

.nav_box .img h5 {
  text-align: center;
}

.nav_box .img p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 25px;
}

.nav_box .list a {
  display: block;
  padding-left: 10px;
  line-height: 36px;
  font-weight: 100;
  height: 0;
  overflow: hidden;
  font-size: 15px;
  text-align:center;
  color: #393939;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: .5s all ease;
}

nav ul li>a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #fff !important;
  transition: .5s all ease;
}

nav ul li.active>a,
nav ul li:hover>a {
  background: #0072bb;
}

nav ul li:hover .nav_box {
  height: 350px;
  border-bottom: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}

nav ul li:hover .nav_box .list a {
  height: 36px;
}

nav ul li .nav_box a:hover {
  background: #e5e5e5;
  color: #393939;
}

.index_product {
  padding: 50px 0;
}

.index_product .pro_left {
  width: 230px;
  float: left;
}

.index_product .pro_left {
  background: #F1F1F1;
}

.index_product .pro_left .in_pro_title {
  background: #000;
  padding: 20px 0;
  text-align: center;
}

.index_product .pro_left .in_pro_title h1 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

.index_product .pro_left .in_pro_title p {
  font-size: 13px;
  color: #fff;
}

.index_product .pro_left .in_pro_category {
  border: 1px solid #393939;
  padding: 10px;
}

.index_product .pro_left .in_pro_category ul li {
  display: block;
}

.index_product .pro_left .in_pro_category ul li a {
  display: block;
  text-align: left;
  padding-left: 25px;
  font-size: 15px;
  color: #393939;
  line-height: 45px;
  border-bottom: 1px solid #393939;
  position: relative;
  transition: .5s all ease;
}

.index_product .pro_left .in_pro_category ul li:last-of-type a {
  border-bottom: 0;
}

.index_product .pro_left .in_pro_category ul li a::before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid #393939;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  left: 5px;
  top: 15px;
  transition: .5s all ease;
}

.index_product .pro_left .in_pro_category ul li:hover a {
  color: #0089e1;
}

.index_product .pro_left .in_pro_category ul li:hover a::before {
  border-left: 10px solid #0089e1;
}

.index_product .pro_right {
  width: 1200px;
}

.index_product .pro_right ul li {
  width: 23.87%;
  float: left;
  text-align: center;
  margin-right: 1.5%;
  margin-top:15px;
}

.index_product .pro_right ul li:nth-child(4n+4) {
  margin-right: 0;
  margin-bottom: 1.5%;
}

.index_product .pro_right ul li:nth-child(1),
.index_product .pro_right ul li:nth-child(2) {
  margin-bottom: 1.5%;
}

.index_product .pro_right ul li h5 {
  border: 1px solid #393939;
  overflow: hidden;
  transition: .5s all ease;
  height:180px;
}

.index_product .pro_right ul li img {
  transition: .8s all ease;
  height:179px;
  width:90%;
}

.index_product .pro_right ul li p {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 32px;
  overflow: hidden;
  transition: .5s all ease;
}

.index_product .pro_right ul li:hover h5 {
  border: 1px solid #0089e1;
}

.index_product .pro_right ul li:hover img {
  transform: scale(1.1);
}

.index_product .pro_right ul li:hover p {
  color: #0089e1;
}

/* .index_solu {
  padding: 50px 0;
} */

.title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #393939;
  position: relative;
}
.title .left{
	font-size: 18px;
    line-height: 25px;
}

.title::before {
  content: " ";
  width: 130px;
  height: 5px;
  background: #0089e1;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -2px;
}

.title .left a h2 {
  padding-left: 30px;
  background: url(../images/index_title_bg.png) no-repeat left center;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  display: inline-block;
}

.title .left a font {
  font-size: 14px;
  color: rgb(218, 218, 218);
  line-height: 24px;
  font-weight: normal;
}

.title .right a {
  font-size: 14px;
  color: #393939;
  line-height: 27px;
}

.in_solu_main ul li {
  width: 24%;
  float: left;
  text-align: center;
  margin-right: 1.333%;
}

.in_solu_main ul li:nth-child(1),
.in_solu_main ul li:nth-child(2),
.in_solu_main ul li:nth-child(3) {
  margin-bottom: 1.3333%;
}

.in_solu_main ul li:nth-child(4n+4) {
  margin: 0 0 1.5%;
}

.in_solu_main ul li h5 {
  overflow: hidden;
  height:180px;
}

.in_solu_main ul li img {
  transition: .8s all ease;
   height: 180px;
    width: 288px;
}

.in_solu_main ul li p {
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  color: #393939;
  transition: .5s all ease;
  background: rgb(218, 218, 218);
}

.in_solu_main ul li:hover img {
  transform: scale(1.1);
}

.in_solu_main ul li:hover p {
  background: #0092e1;
  color: #fff;
}

.index_case {
  padding: 50px 0;
  background: #fafafa;
  display:none;
}

.in_case_main ul li {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.in_case_main ul li:nth-child(1),
.in_case_main ul li:nth-child(2),
.in_case_main ul li:nth-child(3),
.in_case_main ul li:nth-child(4) {
  margin-bottom: 2%;
}

.in_case_main ul li:nth-child(2n+2) {
  margin-right: 0;
}

.in_case_main ul li .img {
  float: left;
  width: 250px;
  overflow: hidden;
}

.in_case_main ul li .img img {
  transition: .8s all ease;
  height: 167px;
  width: 250px;
}

.in_case_main ul li .info {
  padding: 15px 20px 15px 270px;
  background: #fff;
  transition: .5s all ease;
}

.in_case_main ul li .info h5 {
  font-size: 16px;
  color: #393939;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s all ease;
}

.in_case_main ul li .info p {
  font-size: 14px;
  margin: 7px 0;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: #666;
  transition: .5s all ease;
}

.in_case_main ul li .info font {
  padding: 5px 10px;
  background: #0089e1;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  transition: .5s all ease;
}

.in_case_main ul li:hover .img img {
  transform: scale(1.1);
}

.in_case_main ul li:hover .info {
  background: #fff;
}

.in_case_main ul li:hover .info h5,
.in_case_main ul li:hover .info p {
  color: #000;
}

.in_case_main ul li:hover .info font {
  background: #fff;
  color: #000;
}

.index_news {
  padding: 50px 0;
  background: url(../images/news_bg.gif) no-repeat center bottom;
}

.in_news_left {
  width: 755px;
  margin-right: 45px;
}

.in_news_right {
  width: 400px;
}

.in_news_left .box ul li {
  padding: 15px 0;
  border-bottom: #c9d4e0 1px dashed;
}

.in_news_left .box ul li .img {
  width: 214px;
  float: left;
  overflow: hidden;
}

.in_news_left .box ul li .img img {
  transition: .8s all ease;
}

.in_news_left .box ul li .info {
  padding: 15px 0 15px 234px;
}

.in_news_left .box ul li .info h5 {
  font: bold 16px/30px "Microsoft yahei";
  color: #020202;
}

.in_news_left .box ul li .info p {
  font: 13px/22px "Microsoft yahei";
  color: #020202;
  line-height: 28px;
  height: 84px;
}

.in_news_left .box ul li .info p font {
  color: #f00;
}

.in_news_right .box ul li {
  display: block;
  padding: 15px 0;
}

.in_news_right .box ul li h5 a {
  padding-left: 34px;
  background: url(../images/wen.jpg) no-repeat left 0;
  display: block;
  font: 14px/24px "Microsoft yahei";
}

.in_news_right .box ul li p {
  padding-left: 34px;
  margin-top: 10px;
  background: url(../images/da.jpg) no-repeat left 0;
  font: 13px/24px "Microsoft yahei";
  max-height: 72px;
  overflow: hidden;
}

.index_about {
  padding: 50px 0;
  background: #fafafa;
}

.in_about_left {
  width: 1200px;
  margin-right: 45px;
}

.in_about_left .box .img {
  width: 286px;
  float: left;
  margin-top:30px;
}

.in_about_left .box .info {
  padding-left: 306px;
}

.in_about_left .box .info h3 {
  font: bold 18px/38px "Microsoft yahei";
  color: #000;
}

.in_about_left .box .info p {
  font: 14px/24px "Microsoft yahei";
  line-height: 28px;
  margin: 10px 0;
}

.in_about_left .box .info a {
  display: inline-block;
  padding: 5px 10px;
  font: 13px/26px "Microsoft yahei";
  BACKGROUND: #0089e1;
  color: #fff;
}

.in_about_right {
    width: 1200px;
}

.in_about_right .box {
  position: relative;
}

.in_about_right .in_box_btn {
  position: absolute;
  top: 50%;
  right: 98%;
  margin-top: -20px;
}

.in_about_right .in_box_next {
  right: -10px;
  left: inherit;
}

.in_about_right .in_box_btn span {
  display: inline-block;
  line-height: 1;
}

.in_about_right .in_box_btn span i {
  font-size: 40px;
  display: inline-block;
  cursor: pointer;
  color: #393939;
  transition: .5s ease all;
}

.in_about_right .in_box_btn:hover span i {
  color: #000;
}

.in_about_right .in_box_main {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}
.in_about_right .in_box_main img {
	height:250px !important;
}

.in_about_right .in_box_main ul {
  position: relative;
  width: 500%;
}

.in_about_right .in_box_main ul li {
  width: 380px;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
}

.in_about_right .in_box_main ul li h5 {
  overflow: hidden;
}

.in_about_right .in_box_main ul li h5 img {
  transition: .8s all ease;
  width:316px;
  height:220px;
}

.in_about_right .in_box_main ul li p {
  font-size: 14px;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
  height: 30px;
  background: rgba(0, 0, 0, .6);
  left: 0;
  bottom: -30px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s all ease;
}

.in_about_right .in_box_main ul li:hover img {
  transform: scale(1.1);
}

.in_about_right .in_box_main ul li:hover p {
  bottom: 0;
}

.index_honor {
  padding: 50px 0;
}

.index_honor .box {
  position: relative;
}

.index_honor .in_box_btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}

.index_honor .in_box_next {
  right: 0;
  left: inherit;
}

.index_honor .in_box_btn span {
  display: inline-block;
  line-height: 1;
  background: #ededed;
}

.index_honor .in_box_btn span i {
  font-size: 60px;
  display: inline-block;
  cursor: pointer;
  color: #939393;
  transition: .5s ease all;
}

.index_honor .in_box_btn:hover span i {
  color: #000;
}

.index_honor .in_box_main {
  overflow: hidden;
  width: 1100px;
  margin: 0 auto;
}

.index_honor .in_box_main ul {
  width: 200%;
  position: relative;
}

.index_honor .in_box_main ul li {
  width: 11.5%;
  float: left;
  margin: 0 0.5%;
  padding: 15px;
  border: 1px solid #393939;
  transition: .5s all ease;
  overflow: hidden;
}

.index_honor .in_box_main ul li:hover {
  border: 1px solid#000;
}

.index_news1 {
  padding: 50px 0;
  background: url(../images/in_news_bg1.jpg) no-repeat center top;
}

.index_news1 .container {
  background: rgba(255, 255, 255, .3);
  padding: 20px;
}

.index_news1 .box {
  background: rgba(255, 255, 255, .6);
  padding: 20px 0;
}

.index_news1 .box .list {
  width: 50%;
  padding: 0 65px;
}

.index_news1 .box .list .ul ul li {
  display: block;
  padding-left: 15px;
  height: 32px;
  position: relative;
}

.index_news1 .box .list .ul ul li::before {
  content: ">";
  transform: rotateZ(90deg);
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 14px;
  color: #393939;
  line-height: 36px;
  transition: .5s all ease;
}

.index_news1 .box .list .ul ul li a {
  width: 75%;
  float: left;
  font-size: 15px;
  line-height: 32px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #393939;
  overflow: hidden;
  transition: .5s all ease;
}

.index_news1 .box .list .ul ul li font {
  display: block;
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 32px;
  color: #393939;
}

.index_news1 .box .list .ul ul li:hover::before {
  color: #000;
}

.index_news1 .box .list .ul ul li:hover a {
  color: #000;
}

.footer_nav {
  padding: 20px 0;

}

.footer_nav .list {
  width: 150px;
  padding: 0 5px;
}

.footer_nav .list h5 {
  HEIGHT: 35px;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer_nav .list h5 a {
  display: block;
  LINE-HEIGHT: 35px;

  DISPLAY: block;
  font-size: 16px;
  HEIGHT: 35px;
  color: #fff;
  transition: .5s all ease;
}

.footer_nav .list p {
  line-height: 30px;
  font-size: 13px;
  color: #93959b;
}

.footer_nav .list p a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #93959b;
  width: 148px;
  height: 30px;
  DISPLAY: block;
  font-size:14px;
  transition: .5s all ease;
}

.footer_nav .list p a:hover {
  background: #000;
}

.links {
  background: #1d1d1d;
  padding: 35px 0;

}

.links span {
  float: left;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
  color: #FFFF00;
}

.links a {
  float: left;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
  color: #fff;
}

.links a:hover {
  color: #000;
}

footer {
  padding: 15px 0;
  background: #111;
}

footer p,
footer a {
  line-height: 28px;
  font-size: 14px;
 
}

footer a {
  margin-right: 5px;
}

footer .left {
  width: 43%;
  text-align: left;
}

footer .right {
  width: 43%;
  text-align: left;
}

footer .center {
  text-align: center;
  width: 9%;
  margin: 0 2.5%;
}

.izl-rmenu {
  position: fixed;
  right: 0;
  bottom: 10px;
  padding-bottom: 370px;
  z-index: 999;
}

.izl-rmenu .btns {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  display: block;
  position: relative;
}

.izl-rmenu .btn-qq {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
  background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block;
}

.izl-rmenu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
  background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
  position: absolute;
  left: -108px;
  top: 0px;
  display: none;
  max-width: 108px;
  width: 108px;
}

.izl-rmenu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
  background-color: #ff811b;
}

.izl-rmenu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none;
}

.izl-rmenu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  display: none;
}

.izl-rmenu .btn-top:hover {
  background-color: #444;
}


/*内页*/

.main {
  padding-bottom: 30px;
}

.pos {
  padding: 15px;
  margin-bottom: 20px;
  background: #f1f1f1;
  font-size: 16px;
  color: #606060;
  line-height: 20px;
}

.pos .fr {
  padding-left: 16px;
  background: url(../images/pos_bg.png) no-repeat left center;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 20px;
  width:280px;
}

.pos .fr a {
  color: #5f5f5f;
}

.main .left {
  width: 20%;
}

.main .right {
  width: 80%;
  padding-left: 30px;
}


.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.case_show{
	overflow:hidden;
	width:960px;
	float:right;
	padding-left:30px;
	margin-bottom:20px;
    margin-top: 15px;
}
.case_show p{
	font-size:18px;
	font-weight:bold;
	padding-left:15px;
	border-left:solid 5px #0092e1;
	margin-bottom:10px;
}
.case_show p a{
	font-size:16px;
	font-weight:normal;
	float:right;
	text-decoration:none;

}
.case_show ul li p{
	border-left:none;
	margin-bottom:15px;
}
.case_show ul li{
	float:left;
	margin-right:19px;
	width:218px;
}
.case_show ul li:last-child{
	margin-right:0px;
}
.case_show ul li img{
	width:218px;
	height:150px;
}
.case_show ul li p{
	margin:0;
	padding:0;
}
.case_show ul li span{
	display:block;
	text-align:center;
}


.main_category {
  border: 1px solid #dcdcdc;
  padding: 10px;
}

.main_category h2 {
  text-align: center;
  background: url(../images/jiao.png) top right #000 no-repeat;
  overflow: hidden;
  padding: 15px 0px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
}

.main_category ul li {
  background: #f1f1f1;
  margin: 5px 0;
  transition: .5s all ease;
}

.main_category ul li a {
  font-size: 15px;
  display: block;
  padding: 10px 15px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  transition: .5s all ease;
}

.main_category ul li:hover {
  background: #0092e1 url(../images/to.png) no-repeat 90% 50%;
}

.main_category ul li:hover a {
  color: #fff;
}

.main_news,
.main_contact,.main_product {
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin-top: 15px;
}
.main_contact p{
	text-align:left !important;
}
.main_contact h5{
	text-align:center;
	background:url(../images/jiao.png) top right #0092e1 no-repeat;
	overflow:hidden;
	padding:15px 0px;
	line-height:30px;
	font-size:20px;
	color:#fff;
}
.main_contact #fwdq{
	text-align:center !important;
}
.main_news h2,
.main_contact h2 {
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background: #000;
  color: #fff;
}

.main_news ul li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  padding-left: 8px;
}

.main_news ul li font {
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #aeaeae;
  color: #fff;
  font-size: 14px;
  left: 0;
  transition: .5s all ease;
  top: 10px;
}

.main_news ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #767676;
  transition: .5s all ease;
}

.main_news ul li:hover font {
  background: #000;
}

.main_news ul li:hover a {
  color: #000;
}

.main_contact p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 25px;
  color: #393939;
}

.main_contact p:first-of-type {
  text-align: center;
}

.product ul li {
  width: 31.333%;
  float: left;
  margin: 1%;
  text-align: center;
  box-shadow: 0 0 8px #dbdbdb;
  border: 2px solid #fff;
  transition: .5s all ease;
}

.product ul li h5 {
  overflow: hidden;
  height:180px;
}

.product ul li h5 img {
  transition: .8s all ease;
  height:220px;
}

.product ul li p {
  padding: 10px 0;
  font-size: 14px;
  color: #979797;
  position: relative;
  margin: 5px 0;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s all ease;
}

.product ul li p::before {
  width: 100%;
  content: " ";
  position: absolute;
  height: 0;
  left: 0;
  bottom: 0;
  background: #0092e1;
  transition: .5s all ease;
  z-index: -1;
}

.product ul li:hover {
  border: 2px solid #0092e1;
}

.product ul li:hover img {
  transform: scale(1.1);
}

.product ul li:hover p {
  color: #fff;
}

.product ul li:hover p::before {
  height: 100%;
}

.about ul li {
  width: 24%;
  margin-right: 1.3333%;
  margin-bottom: 1.3333%;
  float: left;
  text-align: center;
}

.about ul li:nth-child(4n+4) {
  margin-right: 0;
}

.case ul li {
  width: 32.333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
  text-align: center;
}

.case ul li:nth-child(3n+3) {
  margin-right: 0;
}

.case ul li h5,
.about ul li h5 {
  overflow: hidden;
}

.case ul li h5 img,
.about ul li h5 img {
  transition: .8s all ease;
}

.case ul li p,
.about ul li p {
  padding: 10px 0;
  font-size: 14px;
  color: #979797;
  position: relative;
  margin: 5px 0;
  z-index: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: .5s all ease;
}

.case ul li:hover img,
.about ul li:hover img {
  transform: scale(1.1);
}

.case ul li:hover p,
.about ul li:hover p {
  background: #000;
  color: #fff;
}

.news ul li {
  padding: 10px 0;
  border-bottom: 1px solid #DCDCDC;
}

.news ul li .date {
  width: 80px;
  float: left;
  background: #000;
  border: 1px solid #000;
  text-align: center;
  transition: .5s all ease;
}

.news ul li .date h5 {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  transition: .5s all ease;
  border-bottom: 1px solid #fff;
}

.news ul li .date p {
  font-size: 14px;
  padding: 5px 0;
  transition: .5s all ease;
  color: #fff;
}

.news ul li .info {
  padding-left: 100px;
  display: block;
}

.news ul li .info h5 {
  font-size: 16px;
  color: #555;
  transition: .5s all ease;
  padding: 7px 0;
}

.news ul li .info p {
  font-size: 14px;
  color: #888888;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}

.news ul li:hover .date {
  background: #fff;
}

.news ul li:hover .date h5 {
  color: #000;
  border-bottom: 1px solid #000;
}

.news ul li:hover .date p {
  color: #000;
}

.news ul li:hover .info h5 {
  color: #000;
}

.solu ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.solu ul li .img {
  width: 288px;
  float: left;
}

.solu ul li .img img{
	width:288px;
}

.solu ul li .info {
  display: block;
  padding-left: 318px;
}

.solu ul li .info h5 a {
  font-size: 16px;
  color: #565656;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
  display: inline-block;
}
.solu ul li .info p {
  font-size: 14px;
  line-height: 25px;
  color: #787878;
  overflow: hidden;
  height: 100px;
}

.solu ul li .info span {
  display: block;
  margin-top: 15px;
  font-size:14px;
}

.solu ul li .info span a {
  display: inline-block;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #bfbfbf;
  font-size: 15px;
  color: #fff;
}

.solu ul li .info span a:last-of-type {
  background: #0092e1;
}

.contact h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.contact p {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}

.contact .img {
  border: 5px solid #000;
  display: block;
  margin-top: 25px;
  text-align: center;
}

.page * {
  line-height: 1.8;
}

.article_title {
  padding-left: 10px;
  margin: 10px 0;
  text-align:center;
  font-size: 22px;
  color: #333;
}
.wzzw h3{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
    padding-left: 10px;
    border-left: solid 6px rgb(0, 89, 179);
    text-align: left;
    font-family: "微软雅黑";
    border-bottom: none;
}
.article_date {
  margin-bottom: 10px;
  text-align:center;
}

.article_date span {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #797979;
}
.slt img{
	float:left;
	margin-bottom:30px;
}

.wright{
	width:580px;
	height:261px;
	float:left;
	padding-left:30px;
	margin-bottom:45px;
}
.wright h3{
	font-weight:bold;
	font-family:'微软雅黑';
	padding-bottom:6px;
	border-bottom:solid 2px #febf00;
	margin-bottom:10px;
	width:82px;
}

.wright p{
	line-height:30px;
}
.wright .ms{
	line-height:20px;
}

.conten_content * {
  line-height: 1.68;
}

.conten_content a {
  color: #000;
}

.conten_page {
  display: block;
  margin-top: 10px;
  text-align: left;
  padding-top: 10px;
}

.conten_page p {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8c8c8c;
}

.conten_page p a {
  font-size: 14px;
  color: #8c8c8c;
}

.conten_article_other,
.conten_case_other {
  display: block;
}

.conten_article_other h5,
.conten_case_other h5 {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #8C8C8C;
}

.conten_article_other ul li {
  display: block;
  width: 48%;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: .5s;
  border-bottom: 1px solid #DCDCDC;
}

.conten_article_other ul li:nth-child(odd) {
  margin-right: 4%;
}

.conten_article_other ul li a {
  display: block;
  width: 80%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  transition: .5s;
  color: #8c8c8c;
}

.conten_article_other ul li:hover {
  border-bottom: 1px solid #000;
}

.conten_article_other ul li:hover a {
  color: #000;
}

.conten_article_other ul li font {
  font-size: 14px;
  color: #8c8c8c;
  display: block;
  width: 20%;
  float: right;
  text-align: right;
}

.conten_case_other ul li {
  display: block;
  width: 24%;
  margin-right: 1.3333%;
  float: left;
  margin-bottom: 10px;
}

.conten_case_other ul li:last-of-type {
  margin-right: 0;
}

.conten_case_other ul li p {
  display: block;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  transition: .5s;
}

.conten_case_other ul li p img {
  width: 100%;
  transition: .6s;
}

.conten_case_other ul li span {
  display: block;
}

.conten_case_other ul li span a {
  padding: 5px 0;
  font-size: 14px;
  display: block;
  transition: .6s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  color: #8C8C8C;
}

.conten_case_other ul li:hover p img {
  transform: scale(1.08);
}

.conten_case_other ul li:hover p {
  border: 1px solid #000;
}

.conten_case_other ul li:hover span a {
  background: #000;
  color: #fff;
}

.content_tag {
  padding-left: 30px;
  background: url(../images/icon_tag.png) no-repeat left 5px;
}

.content_tag span {
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.content_tag a {
  margin-left: 10px;
  color: #797979;
  line-height: 30px;
  font-size: 14px;
  transition: .3s;
}

.content_tag a:hover {
  color: #000;
}

.info_product .img {
  width: 30%;
  text-align: center;
  margin-top: 0;
  padding: 10px;
  border: 1px solid #e3e3e3;
  float: left;
}

.info_product .info {
  width: 70%;
  float: left;
  padding-left: 30px;
}

.info_product .info .info_product_li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
  color: #393939;
}

.info_product .info .info_product_li h1 {
  display: inline-block;
  font-size: 14px;
  color: #393939;
}

.info_product .content p {
  line-height: 1.68;
}

.info_product .content a {
  color: #000;
}

.info_product_title {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

.info_product .content * {
  line-height: 1.68;
  font-size: 15px;
}

.choose {
  width: 100%;
  padding: 20px 0;
  background: url(../images/choose_bg.jpg) no-repeat center top;
}

.choose .choose-con {
  width: 1200px;
  height:1100px;
  margin: 0 auto;
}

.choose .choose-con .choose-title {
  width: 100%;
  margin-bottom:50px;
}

 .choose .choose-con .choose-title h3{
    padding: 0;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.choose .choose-con .choose-title .promo-text {
  padding-bottom: 8px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 21px;
  line-height: 1.46;
  background: url(../images/fourcharacteristics.png) no-repeat center bottom;
}

.choose .choose-con .choose-title p {
  width: 100%;
  text-align: center;
  height: 44px;
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

.choose .choose-con .choose-list {
  margin-top: 30px;
  width: 100%;
}

.choose .choose-con .choose-list .chooselist-left {
  height: 280px;
  display: inline-block;
}

.choose .choose-con .choose-list .chooselist-left_app {
    height: 280px;
    width: 100%;
    display: none;
    overflow: hidden;
}
.choose .choose-con .choose-list .chooselist-left .pdch {
	float:left;
	width: 650px;
	margin-top: 30px;
}
.choose .choose-con .choose-list .chooselist-left_app .pdch {
	float:left;
	width: 650px;
	margin-top: 30px;
}

.choose .choose-con .choose-list .chooselist-left img {
  margin-left: 100px;
  float: left;
  width: 450px;
}
.choose .choose-con .choose-list .chooselist-left_app img {
  margin-left: 100px;
  float: left;
  width: 450px;
}

.choose .choose-con .choose-list .chooselist-left div {
  margin-bottom: 50px;
  padding-left: 90px;
}
.choose .choose-con .choose-list .chooselist-left_app div {
    margin-bottom: 50px;
    padding-left: 90px;
}

.choose .choose-con .choose-list .chooselist-left .first {
  background: url(../images/chooseicon_bg01.png) no-repeat left top;
}
.choose .choose-con .choose-list .chooselist-left .third {
  background: url(../images/chooseicon_bg03.png) no-repeat left top;
}

.choose .choose-con .choose-list .chooselist-left div:nth-child(2) {
  background: url(../images/chooseicon_bg02.png) no-repeat left top;
}

.choose .choose-con .choose-list .chooselist-right {
  height:280px;
  margin-top: 50px;
}
.choose .choose-con .choose-list .chooselist-right .pdch {
  float: right; 
  width: 650px; 
  margin-top: 30px;
}
.choose .choose-con .choose-list .chooselist-right img{
   float: left;
    width: 450px;
}

.choose .choose-con .choose-list .chooselist-right div {
  margin-bottom: 50px;
  padding-left: 90px;
}

.choose .choose-con .choose-list .chooselist-right div:nth-child(2) {
  background: url(../images/chooseicon_bg02.png) no-repeat left top;
}

.choose .choose-con .choose-list .chooselist-right div:nth-child(3) {
  background: url(../images/chooseicon_bg03.png) no-repeat left top;
}

.choose .choose-con .choose-list img {
  max-width: 100%;
  margin-bottom: 60px;
}

.choose .choose-con .choose-list h3 {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  color: #000;
  width: 100%;
  font-weight:bold;
  background: url(../images/strong_bg.png) bottom no-repeat;
}


.choose .choose-con .choose-list h3 span {
  font-size: 14px;
  color: #bebebe;
  font-family: Euphemia;
  font-weight: normal;
}

.choose .choose-con .choose-list p {
  margin-top: 10px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../images/chooselist_bg.png) no-repeat left 8px;
}

.index_advan {
  padding: 60px 0;
  background: url(../images/in_advan_bg.png) repeat left top;
}

.index_advan h3 {
  text-align: center;
  margin-bottom: 60px;
}

.in_advan_main ul li {
  width: 25%;
  float: left;
  text-align: center;
  background: url(../images/in_advan_li_bg.png) no-repeat right;
}

.in_advan_main ul li:last-of-type {
  background: none;
}

.in_advan_main ul li h5 {
  margin-bottom: 15px;
}

.in_advan_main ul li p {
  font-size: 16px;
  color: #484848;
  line-height: 35px;
}

.in_advan_main ul li p span {
  display: block;
  font-size: 22px;
}

.in_advan_main ul li a {
  display: block;
  font-size: 14px;
  color: #484848;
  width: 118px;
  text-align: center;
  line-height: 25px;
  border: 2px solid #484848;
  margin: 20px auto;
  border-radius: 15px;
}

.main .left .main_category h5,.main .left .main_news h5,.main .left .main_product h5{
   text-align: center;
   background: url(../images/jiao.png) top right #0092e1 no-repeat;
   overflow: hidden;
   padding: 15px 0px;
   line-height: 30px;
   font-size: 20px;
   color: #fff;
}
.promo-block {
    display: table;
    margin: auto;
}

.center-line {
    width: 5px;
    margin: auto;
    height: 1px;
    background: #0089e1;
    margin-top: 10px;
    position: relative;
    width: 50px;
}
.promo-text {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
	line-height: 1.3;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    font-family: 'Open Sans', Roboto Slab, "Microsoft YaHei", sans-serif;
}
.promo-paragraph {
    padding: 0;
    text-align: center;
    margin-top: 15px;
	margin-bottom:15px;
}
.promo-paragraph {
    padding: 0;
    text-align: center;
    margin-top: 15px;
	font-size:16px;
}



#index-whyus {
    padding: 0px 0 40px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
	height:215px;
}
.col-lg-3 {
    width: 25%;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	float:left;
}
.hi-icon {
    font-size: 44px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #F44336;
    margin: auto;
    display: table;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

#index-whyus .service-name {
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}
.service-name {
    text-align: center;
    font-size: 21px;
    font-weight: 300;
    font-family: 'Open Sans', Roboto Slab, "Microsoft YaHei", sans-serif;
}
.service-text {
    font-weight: 300;
    margin-top: 15px;
}
.service-name:after {
    content: "";
    width: 50px;
    position: relative;
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 15px;
}

.reason {
    width: 1200px;
    margin: 0 auto;
}

#index-count {
    background-image: url(/skin/images/count-bg.jpg);
}

.prlx {
    min-height: 260px;
    max-height: 100%;
}
.marg50 {
    margin-top: 50px;
}
.stats-top .aio-icon-top, .stats-top .stats-desc {
    width: 100%;
    display: block;
    text-align: center;
}
.aio-icon.none {
    display: inline-block;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1em;
    color: #fff;
    font-size: 40px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	width:100%;
}
.stats-top .stats-number {
    padding: 10px 0 5px 0;
    display: inline-block;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 50px;
    color: #fff;
}
.stats-block .stats-text {
	color:#fff;
    font-size: 21px;
    width: 100%;
    font-family: 'Open Sans', "Roboto Slab", "Microsoft YaHei", sans-serif;
}

.wenti {
    width: 100%;
	height:520px;
    padding: 20px 0;
   
}
.wenti .wenti-con {
    width: 1200px;
    height: 1150px;
    margin: 0 auto;
}
.wenti .wenti-con .wenti-list img {
	float: left;
    width: 470px;
    margin-left: 50px;
}
.wenti .wenti-con .wenti-list .wentiwenan {
	float: right;
	width: 550px; 
	margin-top: 15px; 
	font-size: 20px; 
	line-height: 50px;
	margin-right:50px;
}

.wenti .wenti-con .wenti-list p {
    color: #6d6c6c;
    margin-top: 10px;
	height:50px;
    line-height: 25px;
    padding-left: 30px;
    background: url(../images/chooselist_bg.png) no-repeat left 8px;
    font-size: 15px;
}
.wenti .wenti-con .wenti-list {
	margin-top:50px;
}

.footer container .list {
    width: 200px;
    padding: 0 5px;
}
.footer container .list h5 {
    HEIGHT: 35px;
    margin-bottom: 10px;
    font-size: 15px;
}
.footer container .list h5 a {
    display: block;
    LINE-HEIGHT: 35px;
    PADDING-LEFT: 10px;
    DISPLAY: block;
    BACKGROUND: #000;
    HEIGHT: 35px;
    color: #fff;
    transition: .5s all ease;
}
.bottom {
    overflow: hidden;
    background: #0d0d0d;
    font-size: 13px;
    color: #93959b;
}
.bottom .page-width {
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-width {
    width: 1200px;
    margin: 0 auto;
}
.page-width .qhd-content p{
    float:left;
	padding-right: 10px;
	font-size:14px;
}
.page-width .qhd-content p a{
	font-size:14px;
	color:#93959b;
}
.index_solu {
	margin-top: 60px;
}
.part_2{margin-top:50px;}
.part_3{margin-top:50px;}
.part_4{margin-top:50px;}

.part_1 {
	width:100%;
	height:auto;

}
.zspiaoti {
	text-align: center;
    width: 66%;
    margin: auto;
    font-weight: bold;
	
}
.part_1 .liyou {
	width:100%;
	margin-top:50px;
	
}
.part_1 .liyou_list {
	height:230px;
	
}

.zspiaoti h1 {
	font-weight: bold;
    line-height: 1.3;
	font-size:25px;
}
.zspiaoti p {
	font-size: 18px;
    padding-top: 15px;
}
.part_1 .liyou .liyou_list .text {
	width:48%;
	margin-top: 50px;
	float:left;
}
.part_1 .liyou .liyou_list .text span {
	font-size: 20px;
    font-weight: bold;
}
.part_1 .liyou .liyou_list .text p {
	font-size: 16px;
    padding-top:15px;
}
.part_1 .liyou .liyou_list .pic {
	width:45%;
	float:left;
}



.part_1 .liyou .liyou_list .text2 {
	width:48%;
	margin-top: 50px;
	float:right;
}
.part_1 .liyou .liyou_list .text2 span {
	font-size: 20px;
    font-weight: bold;
}
.part_1 .liyou .liyou_list .text2 p {
	font-size: 16px;
    padding-top:15px;
}
.part_1 .liyou .liyou_list .pic2 {
	width:45%;
	float:left;
}
.part_2 .baozhang {
	background:url(/skin/images/bozhang.png);
	height:280px;
	margin-top:30px;
}
.part_2 .baozhang ul {
	
	width:88%;margin:auto;
}
.part_2 .baozhang ul li {
	width:16%;
	float:left;
	text-align:center;
	margin-right: 98px;
	margin-top:130px;
	color:#fff;
	
	
	}
.part_2 .baozhang ul .last {
	width:16%;
	float:left;
	text-align:center;
	margin-right: 0px;
	margin-top:130px;
	color:#fff;
	
	
}
.tiaojian {
	margin-top:30px;
	width: 88%;
    margin: auto;
	margin-top:30px;
	height:400px;
}
.tiaojian .zuo {
	width:40%;
	float:left;
}

.tiaojian .zuo img {
	
}
.tiaojian .you {
	float:left;
	font-size:20px;
	margin-top: 60px;
	margin-left: 100px;
}
.tiaojian .you p {
	height: 80px;
	
}
.tiaojian .you p span {
	font-size:46px;
	font-weight:bold;
	font-style:italic;
}
.liucheng {
	margin-top:30px;
}
.liucheng ul li {
	height: 162px;
    float: left;
    width: 140px;
	padding-top: 90px;
    color: #fff;
    text-align: center;
	margin-right: 54px;
}
.liucheng ul .tr_1 {
	background:url(/skin/images/liucheng1.png);
	background-repeat:no-repeat;
}
.liucheng ul .tr_2 {
	background:url(/skin/images/liucheng2.png);
	background-repeat:no-repeat;
}
.liucheng ul .tr_3 {
	background:url(/skin/images/liucheng3.png);
	background-repeat:no-repeat;
}
.liucheng ul .tr_4 {
	background:url(/skin/images/liucheng4.png);
	background-repeat:no-repeat;
}
.liucheng ul .tr_5 {
	background:url(/skin/images/liucheng5.png);
	background-repeat:no-repeat;
	margin-right: 0px;

}
.part-6 {
	margin-top:50px;
}
.zixun {
	margin:auto;
	width: 22%;
}
.ipic {	
    display: none;
    overflow: hidden;	
}



.foot_xt {
	margin-top: 20px;
    position: relative;
	color: #fff;
	height: 220px;
}

.foot_xt .xt {
	float: left;
    padding-right: 80px;
    margin-top: 5px;
}
.foot_xt .xt li {
	font-size: 15px;
    color: white;
    overflow: hidden;
    margin-bottom: 10px;
	
}
.foot_xt .xt li span {
	float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
	
}
.foot_xt .xt li span img {
	
	
}
.foot_xt .xt li em {
	float: left;
    line-height: 45px;
	font-style: normal;
	
}
.foot_xt .erweima {
	float: left;
    text-align: center;
    margin-top: 20px;
	width:140px;
	
}
.foot_xt .erweima img{
	
	
}
.foot_xt .erweima p{
	color: white;
    font-size: 16px;
    line-height: 35px;
	
}

.foot_xt .cents {
	float: left;
    margin-top: 5px;
    margin-left: 80px;
}

.foot_xt .cents dl {
	display: block;
	margin:0px;
	
}
.foot_xt .cents dl dt {
	font-size: 20px;
    color: #fff;
    line-height: 30px;
    display: block;
    height: 30px;
    padding-bottom: 5px;
	
}
.foot_xt .cents dl dd:nth-of-type(1) {
    margin-top: 35px;
}
.foot_xt .cents dl dd {
	display: block;
	margin-left: 0px;
	
}
.foot_xt .cents dl dd a {
	font-size: 14px;
    line-height: 32px;
    color: white;
}
.foot_xt .rig {
	float: right;
	
}
.foot_xt .rig h3{
	color: white;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
	
}
.foot_xt .rig form{
	color: white;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 10px;
	
}
.foot_xt .rig input:nth-child(1){
	margin-right: 10px;
	
}
.foot_xt .rig input{
	width: 140px;
    border: 1px solid #ccc;
    background: rgba(0,0,0,0);
    color: white;
    padding: 0 5px;
    height: 30px;
	font-size: 14px;
}
.foot_xt .rig textarea{
	padding: 0 10px;
    padding-top: 5px;
    border: 1px solid #ccc;
    height: 80px;
    margin-top: 10px;
    color: white;
    background: rgba(0,0,0,0);
    width: 296px;
	font-size: 14px;
	
}
.foot_xt .rig button {
	border: none;
    width: 300px;
    height: 30px;
    background: #0089e1;
    margin-top: 5px;
    color: white;
    text-align: center;	
	font-size: 14px;
	line-height: 14px;
}
.main_product ul li p{
	text-align: center;
    padding: 8px 0;
    background: #f1f1f1;
    margin-bottom: 10px;	
}


