/** font set **/
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
}
html,body{
	height:100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
}
body{ 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333;
	-webkit-text-size-adjust:none;
	max-width: 480px;
	margin: 0 auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
a {
	color: #333;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration:none;
}
a:hover {
	color: #152B38;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
}
button:focus,
button:hover{
	outline: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 500;
}
h1{font-size:36px;}
h2{ font-size:30px;}
h3{ font-size:24px;}
h4{ font-size:18px;}
h5{ font-size:14px;}
h6{ font-size:12px;}
/* css清除浮动 */
.clearfix:before,.clearfix:after,.container:before,.container:after {
	display: table;
  	content: " ";
}
.clearfix:after,.container:after{
	clear: both;
}
.container{
	width:100%;
	max-width:480px;
	padding: 0 10px;
	margin: 0 auto;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
table { border-collapse: collapse; border-spacing: 0; }
form,input,textarea{margin:0; padding:0;}
ul,ol,li,dl,dt,dd { list-style: none; list-style-image: none; }

.img-response{
	max-width: 100%;
	height: auto;
}
.img-center{
	display: block;
	margin: 0 auto;
}
/** head & nav **/
.site-header {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #152B38;
	width: 100%;
	padding: 5px 10px;
	z-index: 999;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.head-bar{
	max-width: 480px;
	margin: 0 auto;
}
.logo{
	display: inline-block;
	float: left;
	height: 40px;
}
.logo img{
	height: 40px;
}
.menu-btn {
	width: 30px;
	height: 30px;
	display: block;
	float: right;
	text-align: center;
	cursor: pointer;
	line-height: 0;
	margin-top: 5px;
	margin-right: 5px;
	position: relative;
}
.icon-bar{
	display: inline-block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	margin-top: 6px;
	left: 50%;
	margin-left: -11px;
	-webkit-transition: all 70ms ease-out;
		   -moz-transition: all 70ms ease-out;
		    -ms-transition: all 70ms ease-out;
		     -o-transition: all 70ms ease-out;
		        transition: all 70ms ease-out;
}
.icon-bar.x{
	top: 3px;
}
.icon-bar.y{
	top: 9px;
}
.icon-bar.z{
	top: 15px;
}
.pushy-open-right .icon-bar{
	top: 9px !important;
}
.pushy-open-right .icon-bar.x{
	-ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
	transform: rotate(45deg);	
	-webkit-transition: all 100ms ease-out;
	-moz-transition: all 100ms ease-out;
	-ms-transition: all 100ms ease-out;
	-o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.y{
	width: 0px;
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
	transition: all 100ms ease-out;					
}
.pushy-open-right .icon-bar.z{
	-ms-transform: rotate(-45deg); 
   	-webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg);	
	-webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;					
}

.bar-flag{
	height: 22px;
	line-height: 22px;
	font-size: 0;
	overflow: hidden;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}
.bar-flag a{
	display: inline-block;
	margin: 0 5px;
	font-size: 12px;
}

.ab-top{
	margin-top: 15px;
}
.ab-cate{
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.ab-cate a{
	display: block;
	padding: 0 15px;
	background-color: #F0F0F0;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.ab-cate .on{
	background:#152B38;
	color:#fff;
}

/*******************************
 * banner
 ******************************/
.banner{
	margin-top: 50px;
	position: relative;
}
/*******************************
 * 首页各类产品
 ******************************/
.pro-top{
	text-align: center;
	color: #333333;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	position: relative;
	margin-bottom: 10px;
}
.index-product-list{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	height: auto;
	overflow: hidden;
}
.index-product-list li{
	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	overflow: hidden;
}
.index-product-list li a{
	display: block;
	width: 100%;
	height: 100%;
}
.index-product-list li .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.index-product-list li .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.index-product-list li .title{
	text-align: center;
	line-height: 20px;
	padding: 8px 0;
	font-size: 14px;
}

.pro-wrap{
	overflow: hidden;
}
.pro-wrap img{
	border: 1px solid #ddd;
	height: 160px;
	width: 100%;
}
.pro-wrap a{
	display: block;
}
.pro-title{
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro-brief{
	color: #999999;
	font-size: 13px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 6px;
}
.pro-more{
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
}
.pro-more a{
	display: inline-block;
	padding: 0 20px;
	color: #1359CB;
	border: 1px solid #1359CB;
	height: 30px;
	line-height: 28px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}

/*******************************
 * 最新产品
 ******************************/
.new-pro-top{
	text-align: center;
	color: #222;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
}
.item-half{
	padding-left: 8px;
	padding-right: 8px;
	width: 50%;
	position: relative;
	min-height: 1px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-row{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.item-full{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	position: relative;
	min-height: 1px;
	float: left;
}
.new-pro-box{
	overflow: hidden;
	margin-top: 15px;
}
.new-pro-box a{
	display: block;
}
.new-pro-title{
	text-align: center;
	padding: 10px 0;
	background-color: #fff;
}
.new-pro-box img{
	width: 100%;
	height: 140px;
	object-fit: cover;
	border: 1px solid #DDDDDD;
}

.full-pproo{
	padding: 0;
	background-color: #fff;
}

.product-more{
	text-align: center;
	font-size: 14px;
}
.product-more a{
	display: inline-block;
	color: #fff;
	background-color: #000000;
	line-height: 40px;
	padding: 0 40px;
}

/*******************************
 * 关于我们
 ******************************/
.full-about{
	padding: 20px 5px;
	background-image: url(../../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin-top: 20px;
}
.about-top{
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
.about-pic{
	margin-top: 10px;
	margin-bottom: 15px;
}
.about-pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.about-brief{
	color: #333;
	margin-top: 10px;
	line-height: 1.75;
	font-size: 14px;
}
.about-brief font{
	display: inline-block;
}
.about-more{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.about-more a{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	border: 1px solid #0162b8;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 30px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	color: #0162b8;
}
.yyss{
	text-align: center;
	color: #00A0E9;
	font-size: 24px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 5px;
}
.yyss:after{
	width: 40px;
	height: 1px;
	background-color: #00A0E9;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}
.yyss-list{
	overflow: hidden;
	margin-top: 20px;
	padding: 10px 0;
	background-color: #fff;
}
.yyss-list ul li{
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	padding: 0 5px;
	float: left;
}

.why-pic{
	overflow: hidden;
	height: auto;
}
.why-pic img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 40px;
}
.why-title{
	text-align: center;
	color: #555;
	font-size: 12px;
	margin-top: 10px;
}
.why-intro{
	margin-top: 10px;
	color: #666666;
	margin-bottom: 15px;
	text-align: center;
}
.news-img{
	height: 90px;
	overflow: hidden;
}
.news-img img{
	object-fit: cover;
	height: 90px;
	width: 100%;
}
/*******************************
 * 合作伙伴
 ******************************/
.owl-pic-part{
	padding: 1px;
}
.owl-pic-part img{
	border: 1px solid #CCCCCC;
	max-width: 100%;
	height: auto;
}

.wap-newstop{
	text-align: center;
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
}
.wzlist{
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.wzlist ul li{
	height: 34px;
	line-height: 33px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dotted #DDDDDD;
}
.wzlist ul li span{
	display: inline-block;
	float: right;
	padding-left: 10px;
}
.wzlist ul li a{
	padding-left: 18px;
	background: url(../images/an1.gif) no-repeat left center;
	display: block;
	height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*******************************
 * owl-css code
 ******************************/
.owl-inner{
	margin-top: 5px;
	margin-bottom: 10px;
}
.owl-pic-box{
	overflow: hidden;
	padding: 2px;
}
.owl-theme .owl-controls .owl-nav div{
	width: 34px;
	height: 34px;
	margin: 0 10px;
	border-radius: 34px;
	-webkit-border-radius: 34px;
	-moz-border-radius: 34px;
	padding: 0;
	text-align: center;
	line-height: 34px;
	font-size: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: transparent !important;
}
.owl-theme .owl-controls .owl-nav div.owl-prev{
	background-image: url(../images/prev.png);
}
.owl-theme .owl-controls .owl-nav div.owl-next{
	background-image: url(../images/next.png);
}

.owl-product.owl-carousel .item{
	height: auto;
	overflow: hidden;
}
.owl-product.owl-carousel .item .pic{
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
}
.owl-product.owl-carousel  img{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.owl-product.owl-carousel .item .title{
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-top: 8px;
}
/*******************************
 * 视频中心
 ******************************/
.vd-wap{
	margin-top: 5px;
}
.vd-wap a{
	display: block;
}
.vd-title{
	color: #000000;
	font-size: 12px;
	margin-top: 5px;
	font-weight: bold;
}
.vd-brief{
	margin-top: 6px;
	color: #666;
}

/*******************************
 * 新闻资讯
 ******************************/
.news-list{
	overflow: hidden;
	margin-top: 15px;
}
.news-list ul li{
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
}
.news-list ul li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.news-list ul li a i{
	padding-right: 5px;
	color: #2b3087;
}

.news-box{
	background-color: #fff;
	margin-top: 10px;
	border: 1px solid #DDDDDD;
}
.news-nam{
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.nwinfos{
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 8px;
	padding: 0 10px;
	color: #999999;
}

/*******************************
 * footer
 ******************************/
footer{
	background-color: #152B38;
	margin-top: 15px;
}
.footer-fiex{ width:100%; background-color:#0c4275; height:40px; position: fixed; left:0; right:0; bottom:0; z-index:9999;}
.container2{ width:100%; max-width:480px; margin:0 auto;}
.container2 ul li{ width:33.333333%; float:left; color:#fff; font-size:12px; line-height:40px; border-right:1px solid #fff; text-align:center;}
.container2 ul li:last-child{border-right:none;}
.container2 ul li a{ color:#fff; padding-left:32px; background-repeat:no-repeat; background-position:0 50%; display: inline-block;}
.container2 ul li.tel a{background-image:url(../images/tel.png);}
.container2 ul li.phone a{background-image:url(../images/phone.png);}
.container2 ul li.wx a{background-image:url(../images/wx.png);}

.foot-logo{
	height: auto;
	overflow: hidden;
}
.foot-logo img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 45px;
}
.foot-lx{
	height: auto;
	overflow: hidden;
}
.foot-lx dl{
	height: auto;
	overflow: hidden;
	background-size: 30px !important;
	margin-top: 10px;
}
.foot-lx dl dt{
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
.foot-lx dl dd{
	color: #fff;
	height: auto;
	overflow: hidden;
	line-height: 25px;
}
.foot-lx dl dd a{
	color: #fff;
}

#dbfacebook{
	height: auto;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
#dbfacebook li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 6px;
}

.accordion {
 	width: 100%;
 	margin: 0 auto;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	color: #4D4D4D;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 15px;
	left: 12px;
	font-size: 12px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 12px;
}
.accordion li.open .link {
	color: #127cd5;
}
.accordion li.open i {
	color: #127cd5;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.submenu {
 	display: none;
 	background: #FFFFFF;
 	font-size: 14px;
 }
 .submenu li {
 	border-bottom: 1px solid #EEEEEE;
 }
 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
 	padding-left: 25px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .submenu a:hover {
 	color: #333;
 }
 
 .foot-content{
 	padding: 10px;
 	font-size: 12px;
 	line-height: 2;
 	color: #000;
 }
 .copyright{
 	text-align: center;
 	color: #FFFFFF;
 	padding: 15px 10px;
 	background-color: #152B38;
 }
 
 .full-adds{
 	height: auto;
 	overflow: hidden;
 	margin-top: 5px;
 	margin-bottom: 10px;
 }
 .full-adds img{
 	display: block;
 	max-width: 100%;
 	height: auto;
 	margin: 0 auto;
 }
 
 .news-top{
 	text-align: center;
 	color: #333;
 	font-size: 20px;
 	text-transform: capitalize;
 	margin-top: 10px;
 }
 
.news-list-index{
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.news-list-index ul li{
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px dashed #DDDDDD;
	background-image: url(../images/at1.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 10px;
}

.product-top{
	color: #000000;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.lbtop{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.lbtop:after{
	width: 40px;
	height: 2px;
	background-color: #666;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: -1px;
}
.full-cate{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #E7F8FF;
}
.lblist{
	position: relative;
	height: auto;
	overflow: hidden;
}
.lblist ul li{
	width: 44%;
	margin: 3%;
	float: left;
}
.lblist ul li a{
	display: block;
}
.lblist ul li img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.lblist ul li span{
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
 
 /***********************/
.white-box{
	padding: 5px;
	background-color: #FFFFFF;
}
.sigle-title{
	text-align: left;
	font-size: 14px;
	color: #112872;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	text-transform: uppercase;
}
.sigle-content{
	margin-top: 15px;
	line-height: 1.75;
	font-size: 14px;
	word-break: break-all;
	word-wrap: break-word;
}
.sigle-content img{
	display: block;
	max-width: 100%;
	height: auto;
}
.sigle-content font{
	display: inline-block;
}
.sigle-content a{
	display: inline-block;
}
.tmdakde{
	color: #000000;
	font-size: 12px;
	margin-top: 15px;
	line-height: 24px;
}
.dantu{
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.news-piclist{
	overflow: hidden;
}
.news-piclist ul li{
	margin-top: 15px;
	position: relative;
}
.news-piclist ul li a{
	display: block;
}
.news-pic{
	width: 35%;
	float: left;
	position: relative;
}
.news-picrt{
	width: 65%;
	float: left;
	position: relative;
	padding-left: 15px;
}
.news-pictitle{
	color: #333;
	font-size: 12px;
	font-weight: bold;
}
.news-picinfo{
	margin-top: 5px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	color: #999999;
}

.pages-nums{
	text-align: center;
	margin-top: 20px;
}

.news-title{
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #D9D9D9;
}
.vide-content{
	margin-top: 15px;
	overflow: hidden;
}
.vide-content embed{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 260px;
}
/*******************************
 * 产品详情页
 ******************************/
.smoobox{
	margin-top: 20px;
}

/*******************************
 * 图片列表
 ******************************/
.photo-wrap{
	overflow: hidden;
	margin-top: 10px;
}
.photo-wrap a{
	display: block;
}
.photo-title{
	background-color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}
.photo-name{
	text-align: center;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 14px;
	margin-top: 10px;
	padding-bottom: 8px;
}
.photo-cnt{
	overflow: hidden;
	margin-top: 15px;
}
.photo-cnt img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
/*******************************
 * 表单样式
 ******************************/
.form-wrap{
	padding: 0 5px;
}
.form-group{
	margin: 15px 0;
}
.form-group label{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.form-group input[type=text]{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555;
	line-height: 1.5;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	font-size: 12px;
}
.form-group textarea{
	display: block;
	width: 100%;
	padding: 6px 10px;
	color: #555555;
	line-height: 1.5;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 0 4px #EEEEEE;
	height: 80px;
}
.form-group input[type=submit]{
	display: inline-block;
	border: none;
	color: #FFFFFF;
	background-color: #152B38;
	cursor: pointer;
	padding: 6px 30px;
	font-size: 14px;
}

/**********************
******** pages ********
**********************/
.page-number{
	margin-top:15px;
	/*margin-bottom:20px;*/
	/*border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;*/
	padding-top:5px;
	/*padding-bottom:15px;*/
	text-align:center;
	font-size:0;
	font-family:Arial;
}
.page-number span{
	display:inline-block;
	font-size:12px;
	margin:3px;
	border:1px solid #ddd;
	padding:4px 8px;
	background-color:#f5f5f5;
	color:#666;
}
.page-number span a{
	display:inline-block;
	color:#666;
}
.page-number span a:hover{
	color:#c00;
}
.page-number span.on{
	color:#fff;
	background-color:#c00;
	border-color:#c00;
}
.page-number span.on a{
	color:#fff;
}

.so_box{
	overflow:hidden;
	margin-top:20px;
}
.txts{
	border:1px solid #ddd;
	display:block;
	width:100%;
	padding:5px 10px;
	line-height:1.45;
	color:#333;
	font-size:12px;
}
.so_box2{
	margin-top:15px;
	text-align:center;
}
.buts{
	display: inline-block;
	padding:6px 30px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	border:none;
	cursor:pointer;
	background-color:#000;
	text-transform:uppercase;
}
.so_box3{
	margin-top:15px;
}
.search-top{
	margin-top:15px;
}

.lay-list{
	height: auto;
	overflow: hidden;
}
.lay-list ul li{
	border-bottom: 1px solid #DDDDDD;
	padding: 20px 0;
}
.lay-pic{
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
}
.lay-pic img{
	display: flex;
	object-fit: cover;
	width: 100px;
	height: auto;
}
.lay-rt{
	width: calc(100% - 110px);
	float: right;
}
.lay-intro{
	color: #666666;
	font-size: 12px;
}

.mdmsg-top{
	text-align: center;
	color: #333333;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 20px;
}
.mdmsg-pic{
	margin-top: 10px;
}
.mdmsg-put{
	margin: 10px 0;
}
.mdmsg-put input{
	width: 100%;
	display: block;
	border: 1px solid #DDDDDD;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	font-size: 12px;
}
.mdmsg-put textarea{
	display: block;
	width: 100%;
	padding: 2px 10px;
	border: 1px solid #DDDDDD;
	font-size: 12px;
}
.mdmsg-put2{
	height: auto;
	overflow: hidden;
}
.mdmsg-put2 input{
	display: block;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	background-color: #00939d;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
}
