body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
a {
	color: #333;
}
a:hover {
	color: #666;
	text-decoration: none;
}
@media (min-width: 1200px) {
.container {
	width: 1200px;
}
}
.mt40 {
	margin-top: 40px;
}
.top {
	height: 35px;
	line-height: 35px;
	background-color: #eaeaea;
}
.top a {
	margin: 0 5px;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0;
	border: none;
}
.navbar-default {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: #eb6100;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #eb6100;
}
.navbar-brand {
	float: left;
	height: 140px;
	padding: 20px 15px;
}
.navbar-brand > img {
	display: block;
}
.navbar-collapse {
	background-color: #0053a9;
}
.navbar-slogan {
	font-size: 24px;
	line-height: 30px;
	padding-top: 43px;
	margin-left: 70px;
}
.navbar-slogan span {
	color: #c00;
}
.navbar-tel {
	background: url(../images/phone2.png) no-repeat left center;
	padding-left: 60px;
	margin-top: 43px;
}
.navbar-tel b {
	font-size: 30px;
	line-height: 30px;
	/* color: #eb6100; */
	color: #01327e;
}
.carousel-indicators {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	border: none;
	border-radius: 50%;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #195fbc;
}
.hot {
	padding: 25px 0;
}
.hot span {
	font-weight: bold;
}
.hot a {
	margin: 0 8px;
}
.product {
	padding: 60px 0;
}
.product-box {
	/* background-color: #014fa2; */
	background-color: #01327e;
	color: #fff;
	padding: 5px;
}
.product-title {
	padding: 20px 0;
}
.product-title span {
	display: block;
	font-size: 16px;
	color: #3772b4;
	padding-top: 5px;
}
.product-title h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
.product-list, .contact {
	background-color: #fff;
	padding: 10px;
}
.product-list li {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list li a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list li a:hover {
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dl {
	margin-bottom: 0;
}
.product-list dt, .product-list dd {
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	font-size: 16px;
}
.product-list dt a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #014fa2 url(../images/icon_dl.jpg) no-repeat 94% center;
	color: #fff;
}
.product-list dd a {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #ddd url(../images/icon_li.jpg) no-repeat 94% center;
	color: #333;
}
.product-list dd a:hover {
	display: block;
	height: 40px;
	padding: 0 20px;
	background: #eb6100 url(../images/icon_hover.jpg) no-repeat 94% center;
	color: #fff;
}
.contact {
	line-height: 26px;
	color: #333;
	padding: 20px 10px;
}
.contact p {
	margin: 0;
}


.contact p:nth-child(1){
	font-weight: 800;
	font-size: 17px;
	text-align: center;
}

.contact p:nth-child(2){
	margin-top: 20px;
	text-align: center;
	color: #FFFFFF;
	/* background-color: #0053a9; */
	background-color: #01327e;
	padding: 5px 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.contact p:nth-child(3){
	text-align: center;
	color: #FFFFFF;
	/* background-color: #0053a9; */
	background-color: #01327e;
	padding: 5px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 800;
	font-size: 17px;
	margin-bottom: 20px;
}

.hot-title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.hot-title h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	/* color: #0053a9; */
	color: #01327e;
}
.hot-title a {
	width: 90px;
	height: 30px;
	line-height: 30px;
	/* background-color: #014fa2; */
	background-color: #01327e;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}
.hot-product {
	margin-top: 30px;
}
.hot-product a {
	display: block;
	border: 1px solid #ededed;
}
.hot-product img {
	width: 100%;
	height: 220px;
}
.hot-product span {
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}
.hot-product a:hover {
	/* border: 1px solid #0053a9; */
	border: 1px solid #01327e;
}
.hot-product a:hover span {
	/* background-color: #0053a9; */
	background-color: #01327e;
	color: #fff;
}
.ad {
	height: 400px;
	background: url(../images/ad.jpg) no-repeat center top;
}
.ad2 {
	height: 200px;
	background: url(../images/ad02.jpg) no-repeat center top;
}
.adv {
	padding: 60px;
	background-color: #ecedf0;
}
.adv-title h3 {
	margin: 0 0 15px;
	font-size: 30px;
	font-weight: bold;
}
.adv-title h3 span {
	/* color: #0053a9; */
	color: #01327e;
}
.adv-title i {
	display: block;
	font-style: normal;
	color: #444;
	font-size: 14px;
}
.adv-text {
	border-bottom: 1px solid #ececec;
	margin-top: 20px;
}
.adv-text h4 {
	height: 62px;
	line-height: 62px;
	margin: 0 0 10px;
	font-size: 26px;
	font-weight: bold;
}
.adv-text h4 i {
	display: inline-block;
	width: 77px;
	height: 62px;
	background: url(../images/icon_adv.png) no-repeat center top;
	color: #fff;
	font-size: 40px;
	text-indent: 10px;
	margin-right: 15px;
	font-style: normal;
}
.adv-text h4 span {
	/* color: #0053a9; */
	color: #01327e;
}
.adv-text p {
	line-height: 30px;
	color: #666;
}
.adv img {
	margin-top: 40px;
}
.info {
	padding: 60px 0 0;
}
.about {
	margin-top: 30px;
}
.about-con h3 {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}
.about-con h3 span {
	color: #999;
	margin-left: 10px;
}
.about-con p {
	line-height: 30px;
	color: #666;
	text-indent: 2em;
	text-align: justify;
}
.about-con a {
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	/* background-color: #0053a9; */
	background-color: #01327e;
	border-radius: 15px;
}
.picMarquee-left {
	overflow: hidden;
	position: relative;
}
/* .picMarquee-left .bd {
} */
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 30px 10px 0;
	width: 240px;
	float: left;
	_display: inline;
	overflow: hidden;
}
.picMarquee-left .bd ul li a {
	display: block;
	border: 1px solid #ececec;
}
.picMarquee-left .bd ul li img {
	width: 100%;
	/* height: 180px; */
}
.picMarquee-left .bd ul li a span{
	height: 50px;
	line-height: 50px;
	background-color: #e5e5e5;
	font-size: 16px;
}

.picMarquee-left .bd ul li a:hover {
	/* border: 1px solid #0053a9; */
	border: 1px solid #01327e;
}
.picMarquee-left .bd ul li a:hover span {
	/* background-color: #0053a9; */
	background-color: #01327e;
	color: #fff;
}
.news-title {
	height: 40px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.news-title h3 {
	margin: 0;
	line-height: 38px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	/* border-bottom: 3px solid #0053a9; */
	border-bottom: 3px solid #01327e;
	padding: 0 10px;
}
.news-list li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	background: url(../images/icon05.gif) no-repeat left center;
	padding-left: 10px;
}
.footer {
	padding: 30px 0;
	background-color: #0053a9;
	color: #fff;
	line-height: 30px;
}
.footer a {
	color: #fff;
}
.footer p {
	margin: 0;
}
.flink {
	padding: 20px 0;
	color: #999;
}
.flink a {
	margin: 0 5px;
	color: #999;
}
.message {
	background-color: #e9e9e9;
	padding: 20px 20px;
	border-radius: 10px;
}

.message .msg_title{
    /* background: #0053a9; */
	background: #01327e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
	margin-right: 10px;
}

.message .p{
	padding: 5px 0;
	width: 200px;
}

.message .clearfix {
	margin-bottom: 10px;
}
.message .clearfix img {
	width: 150px;
}
.message .clearfix p {
text-align:center;
}
.message b {
	color: #f00;
}
/* .message .clearfix input {
	width: 75%;
	height: 32px;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #cecece;
	padding: 0 10px;
} */
/* .message textarea {
	width: 75%;
	height: 80px;
	background-color: #fff;
	border: 1px solid #cecece;
	padding: 10px;
} */
/* .message .submit input {
	width: 100px;
	height: 36px;
	line-height: 36px;
	margin: 10px auto;
	background-color: #ff6600;
	color: #fff;
	font-size: 18px;
	padding: 0;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	margin: 0 5px;
} */
.main .message .clearfix input {
	width: 80%;
}
.main .message textarea {
	width: 90%;
}
.position {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}
.position h3 {
	margin: 0;
	line-height: 50px;
	font-size: 24px;
}
.content {
	margin-top: 20px;
	line-height: 30px;
	text-align: justify;
}



.news-item {
	/* background-color: #f4f4f4; */
	/* box-shadow: 0 2px 5px #d6d4d1; */
	padding: 20px;
	margin-top: 20px;
	overflow: hidden;
}
/* .news-item a:hover {
	color: #014fa2;
} */
.news-item b {
	font-size: 16px;
}
.news-item p {
	margin-top: 10px;
	line-height: 26px;
	color: #666;
}
.news-item .more {
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #F48C00;
	color: #fff;
	border-radius: 5px;
}

.news-item img{
	width: 100%;
	border-radius: 10px;
	/* border: 4px solid #014fa2; */
	/* border: 3px solid #01327e; */
}

.news_title2{
	display: inline-block;
	color: #333;
	font-size: 20px;
	font-weight: 800;
	width: 350px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_date{
	float: right;
	color: #333;
	font-size: 20px;
}

.news_cont p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}

.news_cont a{
	display: block;
	float: right;
	/* background-color: #014fa2; */
	background-color: #01327E;
	color: #FFFFFF;
	padding: 10px 20px;
	border-radius: 10px;
}






.content-title {
	font-size: 24px;
	margin: 30px 0;
}
.content-info {
	padding: 10px 0;
	background-color: #eee;
}
.content-info span {
	margin: 0 7px;
}
.product-info {
	margin-top: 20px;
}
.product-info h1 {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}
.product-info p {
	font-size: 15px;
	line-height: 30px;
}
.product-details {
	height: 45px;
	line-height: 45px;
	margin: 20px 0;
	background-color: #f2f2f2;
	font-size: 16px;
}

.product-details span {
	display: block;
	width: 130px;
	height: 45px;
	/* background-color: #195fbc; */
	background-color: #01327E;
	color: #fff;
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 40px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: 5px;
	line-height: 1.42857143;
	color: #195fbc;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #195fbc;
}
.pagination > li > a:hover, 
.pagination > li > span:hover,
 .pagination > li > a:focus,
  .pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #195fbc;
	border-color: #195fbc;
}
.pagination > .thisclass > a, 
.pagination > .thisclass > span,
 .pagination > .thisclass > a:hover, 
 .pagination > .thisclass > span:hover, 
 .pagination > .thisclass > a:focus, 
 .pagination > .thisclass > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #195fbc;
	border-color: #195fbc;
}
 @media (min-width: 768px) {
.navbar-header {
	width: 100%;
}
.navbar-nav > li > a {
	padding: 15px 26px;
	font-size: 16px;
}
}
 @media (max-width: 767px) {
.navbar-brand {
	float: left;
	height: 45px;
	padding: 5px 15px;
}
.navbar-brand img {
	height: 45px;
}
.hot-product img {
	height: auto;
}
}
/*侧边*/
.menu_list {
	background: #fff;
	padding: 5px;
}
.menu_list .current {
	background: #f1f1f1 url(../images/pro_down.png) center right no-repeat;
}
.menu_head {
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #f1f1f1 url(../images/pro_left.png) center right no-repeat;
	margin-top: 10px;
}
.menu_head a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
}
.menu_heads {
	height: 40px;
	line-height: 40px;
	/*padding: 0px 10px;*/
	font-size: 14px;
	color: #525252;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	position: relative;
	margin: 0px;
	font-weight: bold;
	margin-top: 10px;
}
.menu_heads a {
	display: block;
	text-overflow: ellipsis;
	width: 91%;
	height: 40px;
	overflow: hidden;
	text-align:center;
}
.menu_heads a:hover {
	/* background-color: #006dc0; */
	background-color: #01327e;
	width: 100%;
	color: #fff;
}
.menu_heads .active {
	/* background-color: #006dc0; */
	background-color: #01327e;
	width: 100%;
	color: #fff;
	text-align:center;
}
.menu_body {
	height: auto;
	overflow: hidden;
	line-height: 38px;
	border-left: 1px solid #e1e1e1;
	background: #fff;
	border-right: 1px solid #e1e1e1;
}
.menu_body a {
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px;
	color: #777777;
	background: #fff;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;


	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#maximg img{ max-width:100% !important; height:auto !important}

/*AB模版网新增翻页样式 各类模版第一站 www.adminbuy.cn*/
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;line-height:25px;background:#fff;border:1px solid #d8dadf; list-style:none}
.dede_pages ul li:nth-child(1){ padding:0 10px}
.dede_pages ul li:nth-child(1) a{ padding:0}
.dede_pages ul li a{color:#555;display:block;padding: 0 10px;}
/* .dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #333 solid;background-color:#333} */
.dede_pages ul li:hover a{color:#fff}
/* .dede_pages ul li:hover a:hover{color:#fff;text-decoration:none} */
.dede_pages ul li.thisclass{background-color:#333;color:#fff;border:1px #333 solid; padding:0 10px}
.dede_pages ul li:last-child{ padding:0 10px}
.dede_pages ul li:last-child a{ padding:0}
/* .dede_pages ul li.thisclass a{color:#fff; padding:0} */
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}













/* my style */
.overhidden{
	width: 240px;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;
}


.search{
	background-color: rgb(236,237,240);
	padding: 20px 0;
}


.menu {
	z-index: 100;
	/* position: sticky;
	top: 0;
	left: 0; */
	width: 100%;
	/* background: #0053a9; */
	background-color: #01327e;
	display: flex;
	justify-content: center;
  }
  .menu * {
	box-sizing: border-box;
  }
  .menu .center {
	width: 1400px;
  }
  .menu .ul-list {
	display: flex;
	margin-bottom: 0;
  }
  .menu .ul-list > li {
	list-style: none;
	flex: 1;
	/* border-right: 1px solid #333; */
	position: relative;
  }
  .menu .ul-list > li:last-child {
	border-right: none;
  }
  .menu .ul-list > li > a {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	/* background: #0053a9; */
	
	
  }
  .menu .ul-list > li > span {
	color: #fff;
	font-size: 15px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0053a9;
  }
  .menu .ul-list > li:hover .ol-list {
	display: block;
  }
  .menu .ol-list {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 999;
	/* background: #0053a9; */
	background-color: #01327e;
	width: 100%;

	padding-inline-start: 0px;
  }

  .menu .ol-list > li > a {
	padding: 0 20px;
    text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	height: 55px;
	display: flex;
	align-items: center;
	/* border-bottom: 1px solid #222; */
	justify-content: center;
  }
  .menu .ol-list > li > a:hover {
	/* background: #eb6100; */
	/* background-color: rgb(254,177,1); */
  }
  
ol,
ul {
  list-style: none;
}

.active{
	color: #fff;
    /* background-color: #eb6100; */
	/* background-color: rgb(254,177,1); */
}

/* 搜索框 */
.search_box{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.search_box .div_input input{
	border: 1px solid;
	padding: 10px 20px;
}

.search_box .search_btn{
	color: #ffffff;
	padding: 10px 20px;
	/* background-color: #014fa2; */
	background-color: #01327e;
}


/* 产品详情 */
.my_pro_number .hits{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

.my_pro_number .hotline span{
	color: #014fa2;
	font-weight: 700;
	font-size: 25px;
}

.my_pro_number .bianhao{
	margin: 20px 0 15px 0;
}

.my_pro_number a{
	    background-color: #014fa2;
	    font-size: 16px;
	    text-align: center;
	    width: 150px;
	    color: #fff;
	    padding: 10px 20px;
		border-radius: 10px;
}

/* 产品详情参数 */
.parameter_box{
	margin: 20px auto;
}

.parameter_box td{
	text-align: center;
}

.parameter_box .title{
	background-color: rgb(25,95,188);
}

.parameter_box .title td{
	color:#FFFFFF;
	width: 150px;
	padding: 10px 0;
}

.parameter_box .data{
	background-color:#f2f2f2;
}

.parameter_box .data td{
	width: 150px;
	padding: 10px 0;
}


.message_box{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 30px 0;
	
	border: 3px solid #014fa2;
	border-radius: 10px;
	padding: 30px 0;
}

.message_box h2{
	    color: #333;
	    font-size: 23px;
	    font-weight: 800;
}

.message_box .aline{
	    margin: 20px 0;
	    display: block;
	    width: 50px;
	    height: 2px;
	    background-color: #333;
}

.message_box p{
	color: #555;
	margin: 0;
	line-height: 25px;
}

.message_box .service,
.message_box .wx{
	/* border-right: 1px solid gainsboro; */
}

.message_box .service,
.message_box .wx,
.message_box .lianxi{
	width: 30%;
	min-height: 343px;
	padding: 0 20px;
}

.message_box .service .ppp,
.message_box .wx .ppp,
.message_box .lianxi .ppp{
	margin: 30px 0;
}

.message_box .wx img{
	width: 150px;
	margin: 5px 0 0 0 ;
}

.message_box .lianxi .pp{
	margin: 30px 0;
	font-size: 16px;
}

.liuyan{
	color: #333;
	font-size: 23px;
	font-weight: 800;
	text-align: center;
}




. .ly_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.cpzx .ly_msg h3 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.cpzx .ly_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 0;
	/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}

.cpzx .ly_msg ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}

.cpzx .ly_msg ul li h4 {
	width: 17%;
	height: 34px;
	overflow: hidden;
	line-height: 34px;
	margin: 0;
	padding: 0 20px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../image/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li .msg_ipt1 {
	height: 34px;
}

.cpzx .ly_msg ul li .msg_tara {
	height: 118px;
}

.cpzx .msg_ipt1 input,
.msg_tara textarea {
	display: block;
	/* width: 100%; */
	width: 95%;
	margin-left: 10px;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .msg_ipt1 input {
	height: 34px;
	line-height: 16px;
}

.cpzx .msg_tara textarea {
	margin-top: 4px;
	height: 110px;
	line-height: 20px;
	resize: none;
	margin-left: 2%;
}

.cpzx .ly_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.cpzx .msg_ipt2 input {
	display: block;
	width: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 16px;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../image/tb_img.png) top right no-repeat;
	float: left;
}

.cpzx .ly_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.cpzx .msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 20px 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}

.cpzx .ly_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .msg_ipt12 input {
	margin-top: 5px;
	height: 34px;
	line-height: 16px;
	display: block;
	width: 95%;
	margin-left: 2%;
	overflow: hidden;
	/* margin: 0; */
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.cpzx .ly_msg ul li h4 {
	width: 10%;
	height: 45px;
	font-size: 12px;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
	width: 90%;
}

.cpzx .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
	width: 90% !important;
}

.cpzx .ly_msg ul li .msg_ipt1 {
	/* height: 47px; */
	height: 58px;
}

.cpzx .msg_ipt1 input {
	margin-top: 5px;
	margin-left: 2%;
	height: 45px;
	line-height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt12 {
	width: 90% !important;
	height: 55px !important;
}

.cpzx .msg_ipt12 input {
	height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt1 select {
	height: 45px !important;
}

.cpzx input {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}

.cpzx textarea {
	border-radius: 2px;
	border: 1px solid #fff !important;
	background: #f1f1f1;
}

.cpzx select {
	border-radius: 2px;
	border: none !important;
	background: #f1f1f1;
	outline: none;
	text-indent: 10px;
}

.cpzx input:focus,
.cpzx textarea:focus {
	border: 1px solid #dedede !important;
}

.cpzx .ly_msg ul li a.yzm_img img {
	height: 100% !important;
}

.cpzx .msg_btn input {
	width: 150px;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
}

.cpzx .msg_btn input:first-child {
	background: #02328d;
	color: #fff;
	outline: none;
}

.cpzx .msg_ipt2 input {
	height: 45px;
}

.cpzx .ly_msg ul li .msg_ipt2 {
	height: 45px;
}
