body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family:Tahoma, "Lucida Grande", Verdana, "Microsoft Yahei", STXihei, hei;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
		font-weight:600;
		letter-spacing:2px;
		
}
p {
	margin: 0;
	color:#777;
	letter-spacing:1px;
	line-height:1.8em;
	font-size:15px;
	font-weight:400;
	text-align: justify;
}
.row{
	margin:0px;
	padding:0px;
}
ul, li {
	margin: 0;
    padding: 0;
    list-style: none;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
.container{
   padding:0;
}
/*-- //Reset-Code --*/
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:24px;overflow:hidden;color: #008ad8;}
/** Header**/
.navbar-default {
    height:100px;
    background-color:transparent;
    border-color:transparent;
    margin-bottom:0;
    padding-top:25px;
    /* border-bottom:1px solid #ddd; */
}
.navbar-default .navbar-brand {
    color: #008ad8;
    font-size:24px;
    font-weight: 600;
    letter-spacing: 2px;
    vertical-align: top;
    position:relative;
    padding-left:72px;
}
.navbar-default .navbar-brand img{
    position: absolute;
    top:-8px;
    left:0;
    width:52px;
}

.navbar-default .navbar-nav>li>a {
    color: #393c3e;
    font-size: 16px;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #008ad8;
    
}
.owl-nav .navbar-collapse{
    margin-top:22px;
}
.owl-nav .navbar-collapse ul li a{
    text-align: right;
}
.navbar-collapse .navbar-nav>li{
    padding:0 15px;
}
.navbar-collapse .navbar-nav>li a{
    padding:10px 0;
}

.navbar-collapse .navbar-nav>li.actived>a{
    color:#008ad8;
    border-bottom:2px solid #008ad8;
   
}
.carousel-indicators li{
    width:8px;
    height:8px;
    background-color:#fff;
    border:none;
    border-radius: 50%;
}
.carousel-indicators .active{
    width:8px;
    height:8px;
    background-color:#008ad8;
    margin:1px;
}
/*-- /Footer**/
/* 解决方案 */
.own-tit{
    width:100%;
    text-align: center;
    padding:80px 0 40px;
}
.own-tit img{
    display: block;
    margin:0 auto;
}
/* 解决方案 */
.own-solution{
    position:relative;
    width:100%;
}
.own-solution-content{
  width:100%; 
  overflow: hidden;
}
#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 390px;
	overflow: hidden;
}
#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}
#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.own-solution-content ul li {
    width:600px;
    float:left;
}
.own-solution-content ul li a{
    display: block;
    width:578px;
    margin:0 10px;
    height:380px;
    border:1px solid #eee;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
    text-align: center;
    padding:15px;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}
.own-solution-content ul li a:hover{
    border:2px solid #008ad8;
}
.own-solution-content ul li:last-child{
    margin-right:0;
}
.own-solution-content ul li .own-solution-pic{
    width:170px;
    height:170px;
    margin:15px auto 30px;
}
.own-solution-content ul li p{
    text-align: center;
    margin-top:20px;
    font-size:16px;
}
.own-arrow{
    position: absolute;
    top:330px;
    width:70px;
    height:70px;
    cursor: pointer;
}
.left{
    left:-60px;
}
.right{
    right:-60px;
}
.own-list {
    height:340px;
}
.own-list li {
    padding:10px;
    height:320px;
}
.own-list li a{
    display: block;
    width:100%;
    height:320px;
    background-color:#f9f9f9;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.own-list li a:hover{
    border:2px solid #008ad8;
}
.own-list li a div.productpic{
    position: absolute;
    top:50%;
    left:50%;
    margin:-100px 0 0 -100px;
}
.own-list p{
    display: none;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    font-size:12px;
}
.center-more{
    text-align: center;
    margin-top:20px;
}
.own-screen{
    width:100%;
    height:350px;
    background-color:#f4f5f8;
    overflow: hidden;
}
.own-screen2{
    width:100%;
    height:400px;
    background-color:#f4f5f8;
    overflow: hidden;
}
.own-hidden img{
    width:100%;
}
.own-text{
    padding:30px 20px;
}
.own-text p{
    font-size:14px;
    color:#949494;
    margin:10px 0;
    text-indent: 2em;
}
.own-text ,.btn-link{
    text-align: right;
}
.btn-link{
    width:120px;
    height:30px;
    line-height:30px;
    border-radius: 15px;
    overflow: hidden;
    background-color:#008ad8;
    color:#fff;
    border:none;
    text-align: center;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.btn-link:hover{
    background-color:#0066cc;
    color:#fff;
    text-decoration:none;
}
.own-about {
    margin:20px 0 100px;
}
.own-about li a{
    display: block;
    width:100%;
    height:280px;
    position:relative;
}
.own-about li a .about-icon{
    position: absolute;
    top:50%;
    left:50%;
    margin:-85px 0 0 -85px;
    width:170px;
    height:170px;
    overflow: hidden;
    border-radius: 50%;
    background-color:#fff;
    text-align: center;
}
.own-about li a .about-icon img{
    margin:30px auto 20px;
}
.own-about li a .about-icon p{
    text-align: center;
}
/* 底部导航栏 */
.footer-content{
    margin:20px auto 0;
}
.list{
    width:auto;
    float:left;
    margin-right: 4.5%;
    margin-bottom: 1%;
}
.foo-logo{
    font-size:24px;
    font-weight: bold;
    color:#008ad8;
    margin-bottom:30px;
}
.foo-logo img{
    margin-right:10px;
}
.list p{
    font-size:12px;
    line-height:28px;
}
.list .tel{
    margin-top:20px;
    background:url(../images/common/tel_icon_gray.png)no-repeat left center;
    padding-left:56px;
    min-height:32px;
}
.list .tel span{
    display: block;
    color: #646464;
    font-size: 24px;
    letter-spacing: 0.4rem;
    font-weight: bold;
}
.list dt{
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#686a6f;
}
.list dt a{
    display: block;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#686a6f;
}
.last-list{
    margin-right:0;
}
.last-list div p{
    text-align: center;
    font-size:12px;
}
.list dd a{
    font-size:12px;
    color:#686a6f;
    line-height:28px;
}

 /*--top hover--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 4%;
    overflow: hidden;
    z-index: 999;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/common/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
@media (min-width: 1200px) {
    .container{
        width: 1200px;
    }
}

/* 产品中心 */
.product-banner{
    width:100%;
    height:380px;
    background:url(../images/product/product_banner.jpg) no-repeat center center;
}
.own-tab{
    width:100%;
   height:100px;
   margin:50px auto;
   padding-left:150px;
}
.own-tab li{
    float:left;
    width:270px;
    height:50px;
    line-height:50px;
    border-radius: 25px;
    background:#fff;
    box-shadow: 0 3px 6px rgba(160, 172, 213, 0.4);
    text-align: center;
    font-size:16px;
    margin:10px 15px;

}
.own-tab li a{
    display: block;
    width:270px;
    height:50px;
    color:#393c3e;
}
.own-tab li.active{
    background:#008ad8;
}
.own-tab li.active a{
    color:#fff;
}
.tab-content{
    margin:0 auto 100px;
}
.tab-tit{
    font-size:28px;
    margin-bottom:30px;
}
.own-nav-tabs{
    margin: 20px auto;
}
.own-nav-tabs>li a{
    color:#393c3e;
}
.own-nav-tabs>li.active a{
    color:#008ad8;
}
.nav-tabs>li.active>a{
    color:#008ad8;
}
.cards li{
    margin-bottom:30px;
}
.cards li a{
    display: block;
    width:100%;
    height:350px;
    border:1px solid #e9f0f4;
    overflow: hidden;
}
.cards li a img{
    width:100%;
}
.cards li a p{
    text-align: center;
    font-size:14px;
    line-height:60px;
    color:#393c3e;
}
.cards li a:hover{
    border:1px solid #0066cc;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
/* 产品详情 */
.detail-tit{
    width:100%;
    height:50px;
    line-height:50px;
    background:#e8ebf4;
    color:#393c3e;
    padding-left:20px;
    font-size:16px;
    margin:30px auto;
    font-weight: 600;
}
.dealer-info {
   width:60%;
  margin:0 auto;

}
.info-title {
    padding-left:22%;
    font-size:28px;
    font-weight:bold;
    margin:0 0 15px 0;
}
.first-line {
   font-size: 16px;
    line-height:25px;
    padding-left:23%;
}
.other-line{
    line-height:25px;
    font-size: 16px;
    padding-left:30%;
}
.company-info{
    width:60%;
    margin:20px auto;

}
.ccc-line,.tel-line {
    padding-left:36%;
    font-size:20px;
    margin:15px 0;
    font-weight:bold;
}
.other1-line{
    font-size:18px;
     line-height:25px;
     text-align:center;
}
.other2-line{
    font-size:18px;
     line-height:25px;
     padding-left:22%
}
.other3-line{
    font-size:18px;
     line-height:25px;
     padding-left:30%
}
.tel-table {
    width:60%;
    margin:0 auto;
}

.detai-content{
    margin-bottom:30px;
}
.detail-pic{
    float:left;
    margin-right:28px;
    width:490px;
}
.detail-pic-show{
    width:488px;
    height:408px;
    border:1px solid #e9f0f4;
    margin-bottom:15px;
    overflow: hidden;
}
.detail-pic-list{
    width:490px;
    height:98px;
    background:#f4f5f8;
    position: relative;
}
.pic-arrow{
    position: absolute;
    top:0;
    width:44px;
    height:98px;
}
.left01{
    left:0;
}
.right01{
    right:0;
}
.pic-list{
    width:490px;
    height:98px;
    padding:12px 50px;
}
.pic-list a{
    display: block;
    width:80px;
    height:70px;
    overflow: hidden;
    cursor: pointer;
    float:left;
}
.pic-list a img{
    width:100%;
}
.pic-list a.active{
    border:2px solid #008ad8;
}
.detail-data{
    float:left;
    width:680px;
    
}
.table-tit{
    width:680px;
    height:50px;
    line-height:50px;
    background:#e8ebf4;
    color:#393c3e;
    padding-left:20px;
    font-size:16px;
    margin-bottom:15px;
    font-weight: 600;
}
.detail-line {
    width:100%;
}
.detail-line img{
    display: block;
    margin:0 auto;
}
.solution-banner{
    width:100%;
    height:380px;
    background:url(../images/solution/solution_banner.jpg) no-repeat center center;
}
/* 解决方案 */
.system-introduction{
    width:100%;
    height:770px;
    box-shadow: 0 3px 6px rgba(160, 172, 213, 0.4);
    padding:15px;
    margin-bottom:50px;
}
.system-pic{
    width:1140px;
    height:600px;
    border-bottom:1px dashed #e9f0f4;
    overflow: hidden;
    margin:0 auto 20px;
}
.system-txt{
    width:1140px;
    margin:0 auto;
    line-height:30px;
    text-indent: 2em;
    font-size:14px;
    color:#686a6f;
}
.second-tit{
    width:100%;
    height:50px;
    line-height:50px;
    background:#e8ebf4;
    font-size:24px;
    font-weight: 600;
    padding-left:20px;
    margin-bottom:40px;
}
.trait-list{
    margin-bottom:70px;
}
.trait-list li {
    margin-bottom:30px;
    position:relative;
    height:240px;
}
.trait-icon{ 
    width:100%;
    height:240px;
    box-shadow: 0 3px 6px rgba(160, 172, 213, 0.4);
    overflow: hidden;
}
.trait-icon img{
    display: block;
    margin:45px auto 30px;
}
.trait-icon p{
    text-align: center;
    font-size:16px;
    color:#393c3e;
}
.trait-txt{
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    height:240px;
    padding:15px;
    background:#fff;
    box-shadow: 0 3px 6px rgba(160, 172, 213, 0.4);
}
.trait-txt h4{
    width:100%;
    font-size:16px;
    height:40px;
    line-height:40px;
    color:#393c3e
}
.trait-txt p{
    line-height:21px;
    font-size:12px;
    color:#686a6f;
}
.diagram-first{
    border-bottom:1px dashed #e9f0f4;
}
.diagram-first img{
    display: block;
    margin:0 auto;
}
.diagram-list li{
    border-bottom:1px dashed #e9f0f4;
}
.trait-list2 .trait-height{
   position: relative;
}
.trait-height{
    height:510px;
}
.trait-height .trait-icon{
    height:510px;
}
.trait-height .trait-icon img{
    display: block;
    margin:165px auto 30px;
}
.trait-height .trait-txt{
    height:510px;
}
/* 关于我们 */
.about-banner{
    width:100%;
    height:380px;
    background:url(../images/about/about_banner.jpg) no-repeat center center;
}
.top-tab{
    position: relative;
}
.own-tab02{
    position: absolute;
    top:-25px;
    left:0;
    width:720px;
    height:50px;
    box-shadow: 0 3px 6px rgba(160, 172, 213, 0.4);
}
.own-tab02 li{
    float:left;
    width:180px;
    height:50px;
    line-height:50px;
    text-align: center;
    color:#393c3e;
    background:#fff;
    border-right:1px solid #e9f0f4;
}
.own-tab02 li:last-child{
    border:none;
    width:180px;
}
.own-tab02 li a{
    color:#393c3e;
    font-size:16px;
}
.own-tab02 li.active{
    background:#008ad8;
}
.own-tab02 li.active a{
    color:#fff;
}
.own-tab03{
    width:540px;
}
.own-content{
    margin-top:80px;
}
.own-content-item{
    width:100%;
    margin-bottom:50px;
}
.own-about-tit{
    height:50px;
    line-height:50px;
    font-size:24px;
    font-weight: bold
}
.own-about-tit i{
    font-size:14px;
    font-weight: normal;
    color:#d5d7e0;
    font-style: normal;
    padding-left:5px;
}
.own-content-item p{
    text-indent: 2em;
    line-height: 30px;
    padding-bottom:10px;
}
.event-content{
    width:1200px;
    margin:60px auto;
    position:relative;
    overflow: hidden;
}
.event-content-time{
    position: absolute;
    top:0;
    left:553px;
    z-index:9;
    width:64px;
    height:64px;
}
.event-content-time img{
    width:100%;
}
.event-content-line{
    position: absolute;
    top:60px;
    left:582px;
    z-index:-1;
    height:600px;
    width:3px;
    background:#c6cdd1;
}

/*company big incident*/
.event-content-line{
    position: absolute;
    top:60px;
    left:582px;
    z-index:-1;
    height:1250px;
    width:3px;
    background:#c6cdd1;
}
.event-list{
   padding-top:80px;
   /* height: 900px; */
}
.event-list li{
    position: relative;
    width:1200px;
    min-height:52px;
    margin-bottom:50px;
}
.event-list li .event-list-point{
    position: absolute;
    top:14px;
    right:605px;
    width:24px;
    height:24px;
    border-radius: 50%;
    background:#2f6ff3;
}
.event-list li .event-list-line{
    position: absolute;
    top:50%;
    right:629px;
    width:67px;
    height:4px;
    background:#c6cdd1;
    margin-top:-2px;
}
.event-list li .event-list-txt{
    position: absolute;
    top:0;
    right:696px;
    display: inline-block;
    padding:17px 15px;
    background:#f4f5f8;
    overflow: hidden;
    font-size:16px;
    color:#000;
}
.event-list li .event-list-time{
    position: absolute;
    top:5px;
    right:545px;
    width:45px;
   margin-left:15px;
}
.event-list li .event-list-time span{
    font-size:18px;
}
.event-list li .event-list-time i{
    color:#c6cdd1;
    font-size:14px;
    font-style: normal;
}
.event-list li:nth-child(2n) .event-list-point{
    position: absolute;
    top:14px;
    right:0;
    left:572px;
}
.event-list li:nth-child(2n) .event-list-line{
    position: absolute;
    top:50%;
    right:0;
    left:596px;
}
.event-list li:nth-child(2n) .event-list-txt{
    position: absolute;
    top:0;
    right:auto;
    left:633px;

}
.event-list li:nth-child(2n) .event-list-time{
    position: absolute;
    top:5px;
    right:0;
    left:497px;
    width:45px;
   margin-right:15px;
   text-align: right;
}
.elegant-list li{
    margin-bottom:30px;
}
.elegant-list li img{
    display: block;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.culture-list li{
    height:220px;
    border-right:1px dotted #e9f0f4;
    border-bottom:1px dotted #e9f0f4;
}
.culture-list li:nth-child(4n){
    border-right:none;
}
.culture-list li:last-child{
    border-right:none;
    border-bottom:none;
}
.culture-list li.no-border{
    border-bottom:none;
}
.culture-list li img{
    display: block;
    margin:40px auto 10px;
}
.culture-list li h4{
    text-align: center;
    font-size:16px;
    color:#393c3e;
    line-height:30px;
}
.culture-list li p{
    font-size:13px;
    text-align: center;
}
.honour-list>li{
    margin-bottom:30px;
}
.honour-list>li img{
    display: block;
    margin:0 auto;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.honour-list02 li{
  margin-bottom:30px;
  padding:15px;
}
.honour-show{
    width:100%;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.honour-show p{
    height:50px;
    line-height:50px;
    text-align: center;
    font-size:16px;
    color:#393c3e;
}
.honour-showpic{
    width:100%;
    padding:15px;
    height:380px;
    background:#e8ebf4;
    overflow: hidden;
}
/* 联系我们 */
.contact-banner{
    width:100%;
    height:380px;
    background:url(../images/contact/contact_banner.jpg) no-repeat center center; 
}
.map-list li{
    margin-bottom:80px;
}
.contact-txt h3{
    margin-bottom:20px;
}
.contact-txt p{
    height:32px;
    line-height: 32px;
    margin-bottom:25px;
    font-size:14px;
}
.contact-txt p.location{
    background:url(../images/contact/01/location_icon.jpg) no-repeat left center;
    padding-left:37px;
}
.contact-txt p.tel{
    background:url(../images/contact/01/tel_icon.jpg) no-repeat left center;
    padding-left:37px;
}
.own-btn-group{
   text-align: center;
   margin:30px auto 80px;
}
.btn-link2{
    width:120px;
    height:30px;
    line-height:30px;
    border-radius: 15px;
    overflow: hidden;
    background-color:#fff;
    color:#393c3e;
    border:none;
    text-align: center;
    border:1px solid #e9f0f4;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.btn-link2:hover{
    background-color:#0066cc;
    color:#fff;
    text-decoration:none;
}
.recruit-tit{
    width:100%;
    height:50px;
    line-height:50px;
    background:#f4f5f8;
    font-size:16px;
    font-weight: 600;
}
.recruit-content{
    width:100%;
    background:#f4f5f8;
    padding-left:30px;
}
.recruit-content h4{
    font-weight: normal;
    margin-top:15px;
}
.recruit-content p{
    font-size:14px;
    margin:15px 0 30px;
}
.panel-heading{
    padding:15px 0;
}
.list-arrow{
    background-image:url(../images/contact/arrow.png) no-repeat 0 0;
    width:16px;
    height:8px;
}

/* 详情页产品图片切换 */
.ban{ width:488px; height:600px; position:relative; overflow:hidden;margin:0 auto;}
.ban2{ width:488px; height:488px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:488px; height:488px;}
.prev{ float:left; cursor:pointer;}
.num{ height:98px;overflow:hidden; width:380px; position:relative;float:left;}
.min_pic{ padding-top:10px; width:488px;}
.num ul{ position:absolute; left:0; top:9px;}
.num ul li{ width:80px; height:80px; margin-right:5px; padding:1px;}
.num ul li.on{ border:1px solid #0066cc; padding:0; overflow:hidden;}
.prev_btn1{ width:44px; text-align:center; height:98px; margin-right:20px; cursor:pointer; float:left;}
.next_btn1{  width:44px; text-align:center; height:98px; cursor:pointer;float:right;}
/* 检测报告修改页面样式 */
.download-cards{
    text-align: center;
    
}
.download-cards div{
    padding:30px;
    height:320px;
}
.download-cards div a{
    display: block;
    width:100%;
    height:100%;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
}
.download-cards p{
    text-align: center;
    font-size:16px;
    color:#393c3e;
}
.download-cards div a:hover{
    border:2px solid #0066cc;
}
.download-list{
    width:100%;
}
.download-list li{
    position: relative;
    width:100%;
    height:50px;
    line-height: 50px;
    border-bottom:1px dotted #e9f0f4;
    padding:0 15px;
}
.download-list li:hover{
    background:#e8ebf4;
}
.download-list li p{
    width:80%;
    line-height:50px;
}
.download-list li button{
    position: absolute;
    top:10px;
    right:15px;
    height:30px;
    width:120px;
    line-height:30px;
    background:#fff;
    border:1px solid #fff;
    color:#393c3e;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;
}
.download-list li button:hover{
    background:#008ad8;
    border:1px solid #008ad8;
    color:#fff;
    
    
}
.download-banner{
    width:100%;
    height:380px;
    background:url(../images/about/download_banner.jpg) no-repeat center center;
}
.page {
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background:#008ad8;
    border-color:#008ad8;
}
.pagination>li>a, .pagination>li>span{
    color:#008ad8;
}
.foo-copy{
    width:100%;
    height:70px;
   padding-top:15px;
    background:#0066cc;
    color:#fff;
    text-align: center;
}
.foo-copy a{
    color:#fff;
    padding-top:20px;
    cursor: pointer;
}
.goback{
    margin-top:20px;
    width:120px;
    height:30px;
    line-height:30px;
    border-radius: 15px;
    background:#008ad8;
    color:#fff;
    text-align: center;
    box-shadow: 0 5px 5px rgba(160, 172, 213, 0.4);
    cursor: pointer;
}
.goback img{
    width:18px;
    height:18px;
    margin-right:5px;
}
.own-message{
    background:none;
    border-top:1px solid #eee;
    padding-top:50px;
    min-height:300px;
    height:auto;
    margin-bottom:80px;
}
/*online message*/
.form-horizontal .form-group .error_tip{
    color: #e62e2e;
    display: none;
}
.form-horizontal .form-group .error_tip1{
    color: #e62e2e;
    display: none;
}
#message_box{
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500px;
    height:300px;
    background-color: #f9f9f9;
    border:1px solid #ccc;
    z-index: 11;
    border-radius: 6px;
}
#backbox{
    display: none;
    background-color: #000000;
    opacity:.5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transition:all 0.3s;
    width: 100%;
    height: 100%;
}
.message_content .mcon1{
    background: #f4f5f9;
    color: #4a4a4a;
    padding: 5px;
    border-radius:6px;
}
.message_content .mcon2{
    text-align: center;
    font-size: 18px;
    color: #4a4a4a;
    padding: 10% 30px 0;
    line-height: 30px;
}
.ms_button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #008ad8;
    color: #fff;
    border: none;
    text-align: center;
    margin: 0 10px;
}
.message_close{
    text-align: center;
    padding-top: 16%;
}
.message_close .ms_select{
    background-color: #f4f5f9;
}
.message_close button a{
    color: #fff;
}
