/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

html,body{
	height:100%;
}

body{
	font-size:15px;
	line-height:1.50;
	color:#333333;
	background-color:#fff;
	position:relative;
}
a:hover{
  text-decoration: none;
}

section{
  background-color: :#fff;
  padding:80px 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

}
ul li {
    list-style:none;
}
/*头部样式开始*/
  header{
  	color:#fff;
  	background-color:rgb(255,255,255,0.9);
  	padding:2px 0px;
    height:120px;
    margin: 0px;
  }
  header .col-md-8{
  margin-top: 5px
  }
  header #topDiv{
    height: 20px;
    top:0px;
  }
  header #topDiv .col-md-4 a{
    font-size: 10px;
    right: 0px;
    text-align: right;
  }
  header .col-md-8
  .logo{
  	float:left;
  	margin:0;
    font-weight: 400;
    vertical-align:middle;
  }
  .site-name{
  	color:#fff;
    font-weight: 400;
  }
  .site-name a{
  	font-size:24px;
  	color:#fff;
  }
  .site-logo {
  	font-size:12px;
  }
  .navbar-default{
  	background-color:transparent;
    border:none;
  }
  .navbar-default .navbar-nav>li>a{
    color:#055e89; /*#055e89;*/
  	background-color:transparent;
    font-weight: bold;
  }
  .navbar-default .navbar-nav>li>a:hover{
    color:#055e89; /*#055e89;*/
  }
  .navbar-default .navbar-nav>li.active>a{
    color:#055e89;
  	background-color:transparent;
  }
  .navbar-default .navbar-nav>li.active>a:hover{
   background-color:transparent;
  }
  /*头部样式结束*/

  /*首页样式开始*/
  .index{
    height:100%;
  }
  #loginDiv::after{
    position: absolute;
    left:0;
    top:0;
    bottom: 0px;
    right:0px;
    background-color: #fff;
    content: "";
  }
  .index h1, .index p{
    font-size: 24px;
    color: #fff;
  }

  .index h3{
    font-size: 36px;
    color:#055e89;
    font-weight: 400;
  }
  .index .caption{
  z-index:5;
  position:absolute;
  left: 50%;
    top: 50%;
    z-index: 1;
    width: 1200px;
    margin-left: -600px;
    height:600px;
    margin-top:-300px;
  }

  .index #loginDiv .form{
    background: rgba(255,255,255,0.8);
    width:350px;
    margin:10px auto;
    display: block;
    padding: 0px
  }
  .index #loginDiv .form .form-title{
    margin-top: 5px;
    padding: 0px;
    color: #055e89;
    font-size: 15px;
    font-weight: bold;
  }
  .index .fa{
    display: inline-block;
    top: 27px;
    left: 6px;
    position: relative;
    color: #ccc;
  }
.index input[type="text"],input[type="password"]{
  padding-left:26px;
}

/*.index .container{
                display:table;
                height:100%;
            }

            .index .row{
                display: table-cell;
                vertical-align: middle;
            }
           centered columns styles
          .index   .row-centered {
                text-align:center;
            }
          .index .col-centered {
                display:inline-block;
                float:none;
                text-align:left;
                margin-right:-4px;
            }*/
  #loginDiv{
    width: 100%;
    height:320px;
    top:110px;
    left:0px;
    right:0px;
    position: absolute;
    background-color: #fff;
    /*background-image:url(../img/1.jpg);*/
    padding: 0px;
    margin: 0px;
  }
  .serviceContent{
    top:430px;
    position: absolute;
    left:0px;
    right:0px;
  }
  .serviceContent h3{
    font-size: 24px;
    font-weight: bold;
  }
  .serviceContent .sr_txt2{
    color: #055e89;
    font-size: 12px;
    line-height: 20px;
  }
  .serviceContent .sr_txt3{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
  }
  .carousel-inner{
    padding: 10px 0;
  }
  /*首页样式结束*/
  .carousel-inner img {
        width: 100%;
        height: 100%;
    }

  .footer{
    color:#fff;
    background-color:#055e89;
    padding:10px 0px;
    height:200px;
    left: 0;
    right: 0px;
  }
.footer .yqlj h1,.footer .lxwm h1,.footer .tb h1{
  font-size: 18px;
  font-weight: bold;
}
/*.footer .tb h1{
  margin-top: 20px;
  font-size: 14px;
}*/
  .footer .lxwm p{
    line-height: 20px;
  }
  .footer .yqlj ul,.footer .lxwm ul,.footer .tb ul{
    margin: 0;
    padding: 0px;
  }
  .footer .yqlj ul li,.footer .tb ul li{
    list-style: none;
    height: 22px;
    line-height:22px;
    margin: 0px;
    padding: 5px;
  }
  
  .footer .yqlj ul li a,.footer .tb ul li a{ 
    text-decoration:none;
    color:#fff;
  }
  .footer .tb ul{
    margin-top: 20px;
  }
  .footer .tb ul li{
    float: left;
  }
.topdiv {
    height:40px;
    background-color:#055e89;
    color:#fff;
    line-height:40px;
}
.topdiv a{
    height:30px;
    color:#fff;
    line-height:30px;
}
.topNav {
    /*height:115px;*/
    /* border-bottom:1px solid #ccc;*/
}
.bodydiv {
	width: 100%;
	min-height: 600px;
	
    margin:0px;
    padding:0px;
    /*margin-top:115px;*/
}

    .bodydiv .content {
        background-color:#fff;
	min-height: 600px;
     padding-top:10px;
     margin-top:2px;
     box-shadow: darkgrey 0px 0px 30px 5px ;
    }
.footerdiv {
    height:220px;
    background-color:#055e89;
    margin:0px;
    padding:0px;
    color:#fff;
}
    .footerdiv .content {
        padding-top:10px
    }
        .footerdiv .content .til_sub {
            margin:0px;
        }
    .footerdiv .f20 {
        font-size:20px;
        font-weight:bolder;
    }
    .footerdiv .content ul{
        list-style:none;
        padding:0px;
        margin:0px;
    }
    .footerdiv .content ul a{
        text-decoration:none;
		color:#fff;
    }
    .footerdiv .content .ba{        
        padding-top:10px;
        margin:0px;
    }
    .footerdiv .content .ba ul{
        list-style:none;
        padding:0px;
        margin:0px;
    }
    .footerdiv .content .ba ul li{
        float:left
    }

/*内页左侧菜单*/
  .nav_l h1 { height:37px; line-height:37px;  font-size:16px; border-bottom:2px #c9c9c9 solid; }
  .nav_l h1 .tit { height:37px; line-height:37px;  padding:0 12px; border-bottom:2px #ef4f00 solid;  color: #ef4f00; float:left;}
.nav_l ul {list-style:none;margin:0px;padding:0px}
  .nav_l ul li {list-style:none;border-bottom:1px #ddd solid; padding-left:18px; height:36px; line-height:36px; font-size:14px;}
  .nav_l ul li a span { float:right; margin-right:18px; color:#999; font-weight:bold; font-family:"宋体";}
  .nav_l ul li a { color:#333; display:block;}
  .nav_l ul li a:hover { color:#d00; background:#fafafa;}
  .nav_l ul li a:hover span { color:#d00;}

   .location { border-bottom:2px #c9c9c9 solid; height:37px; line-height:37px; color:#d00; font-size:16px; }
  .location b { padding:0 12px; float:left; height:37px; line-height:37px; border-bottom:2px #d00 solid;}
  .location span { float:right; font-size:14px; color:#888; }
  .location span a { color:#ef4f00;}
  .location span a:hover { color:#d00; text-decoration:underline;}


  .newslist ul { list-style:none;padding:0px;margin:10px 0 0 0; min-height:500px;}
  .newslist ul li {list-style:none;padding:0px;margin:0px; border-bottom:1px #ddd solid; height:42px; line-height:42px; font-size:14px;}
  .newslist ul li .time { float:right; font-size:12px; color:#888;}
  .newslist ul li .text {  width:90%; overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
  .newslist ul li .text a {  font-size:14px; color:#1b1b1b;}
  .newslist ul li .text a:hover {  color:#d00; text-decoration:underline; }
  .newslist ul li .text .dian { color:#868686; font-size:12px; width:16px; text-align:center; display:inline-block;}


  /*page*/
.page { margin:20px 0 0 0; text-align:center; height:30px; line-height:30px; border-bottom:0px #eee solid; padding-bottom:20px;}
.page select { border:1px #ccc solid; *margin-bottom:-3px; }
.page input { border:1px #ccc solid; width:16px; text-align:center; margin:0 3px; }
.page a {border:0px !important;}
.page a.ref { width:36px; height:21px; line-height:21px; text-align:center; color:#FFF; background:#d00; display:inline-block; margin-left:10px;}
.page a:hover.ref { background:#f00; }
.page a.first { width:13px; height:15px; line-height:15px; text-align:center; color:#FFF; background:url(../images/page_l_d_icon.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 5px 0 10px; margin-bottom:-3px; }
.page a:hover.first { background:url(../images/page_l_d_icon_on.gif) no-repeat 4px 4px #d00}
.page a.first_n {  width:13px; height:15px; line-height:15px; text-align:center; color:#FFF; background:url(../images/page_l_d_icon_none.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 5px -3px 10px;}

.page a.p_left { width:13px; height:15px; line-height:15px; text-align:center; color:#FFF; background:url(../images/p_left_icon.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 5px -3px 0;}
.page a:hover.p_left { background:url(../images/p_left_icon_on.gif) no-repeat 4px 4px #d00}
.page a.p_left_n {  width:13px; height:15px; line-height:15px; text-align:center; cursor: default;  color:#FFF; background:url(../images/p_left_icon_none.gif) no-repeat 4px 4px #fff; display:inline-block;  margin: 0 5px -3px 0;}

.page a.p_right { width:13px; height:15px; line-height:15px; text-align:center; color:#FFF; background:url(../images/p_right_icon.gif) no-repeat 4px 4px #fff; display:inline-block;  margin: 0 0 -3px 5px;}
.page a:hover.p_right { background:url(../images/p_right_icon_on.gif) no-repeat 4px 4px #d00}
.page a.p_right_n {  width:13px; height:15px; line-height:15px; text-align:center; cursor: default;  color:#FFF; background:url(../images/p_right_icon_none.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 0 -3px 5px;}

.page a.end { width:13px; height:15px; line-height:15px; text-align:center; color:#FFF; background:url(../images/page_r_d_icon.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 0 -3px 5px;}
.page a:hover.end { background:url(../images/page_r_d_icon_on.gif) no-repeat 4px 4px #d00}
.page a.end_n {  width:13px; height:15px; line-height:15px; text-align:center; cursor: default;  color:#FFF; background:url(../images/page_r_d_icon_none.gif) no-repeat 4px 4px #fff; display:inline-block; margin: 0 0 -3px 5px;}
/*新闻详情*/
.view { margin-top:20px; }
.view_title { text-align:center; font-size:20px; line-height:30px; color:#333;  margin-bottom:20px;font-weight:bold}
.view_tit { padding:0 10px; font-size:12px; background: #f9f9f9 ; font-weight:normal; height:36px; line-height:36px; text-align:center; border-top:1px #ddd solid; margin-bottom:20px; color:#999;}
.view .text { font:14px/26px "微软雅黑";color:#555;padding:5px;/*text-align:center*/}
.view .text img { max-width:860px;}
.view .singletext { font:14px/26px "微软雅黑";color:#555;padding:25px;margin:0px 20px;/*text-align:center*/}
.view .singletext img { max-width:860px;}
.view_end { margin:20px 0 20px 0;  background: #f9f9f9 ; border-top:1px #ddd solid;font-size:14px; padding:10px; color:#999; width:860px; overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
.view_end a { color:#999; height:26px; line-height:26px;}
.view_end a:hover { color:#333; text-decoration:underline;}
.back { margin-left:10px; }
.back i { font-size:12px; font-style:normal; color:#666; margin:0 6px 0 20px; font-family:"宋体"}
.back a { color:#e60012;text-indent:10px; }
.back a:hover { text-decoration:underline;}

/*去掉轮播图阴影*/
.carousel-control.left {
    background-image:none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: none;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

/*旋转木马样式begin*/
.carousel[data-shift="1"] .carousel-inner > .item {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
  
.carousel .carousel-inner > .item.row { margin: 0; }
  
.carousel .carousel-control {
  background: none;
  color: transparent;
  overflow: hidden;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 30px;
}
  
.carousel .carousel-control:before {
  color: #444;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.carousel .carousel-control:after {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}
.carousel .carousel-control:hover:after { 
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.7); 
}
.carousel .carousel-control.left { left: -30px; }
  
.carousel .carousel-control.left:before { content: '\e079'; }
  
.carousel .carousel-control.left:after { right: -100%; }
  
.carousel .carousel-control.right { right: -30px; }
  
.carousel .carousel-control.right:before { content: '\e080'; }
  
.carousel .carousel-control.right:after { left: -100%; }

/*旋转木马样式end*/

/*aboutus begin*/
.mu-title {	display: inline;	float: left;	width: 100%;	margin-bottom: 20px;	text-align:left;color:#055e89;font-size: 24px;font-weight:bold}
.mu-about-us-area {	display: inline;	float: left;	width: 100%;}
.mu-about-us-left {	display: inline;	float: left;	margin-top: 20px;	padding-top: 30px;	padding-right: 15px;	width: 100%;}
.mu-about-us-right {	display: inline;	float: left;	margin-top: 20px;	padding-top: 30px;	padding-left: 15px;	width: 100%;}
.mu-about-us-right p{color:#055e89;line-height:24px;font-size:15px;box-sizing:border-box}
.aboutus p {
	color: #4a4c4c;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
    /*text-indent:25px*/
}
/*aboutus end*/
.serviceList { text-align:center
}
.serviceList ul{ padding:0px;margin:0px;list-style:none}
.serviceList ul li{ 
    width: 200px;
	height: 129px;
	text-align: center;
	float: left;
	color: #cc0000;
	cursor: pointer;
	font-size: 18px;
	margin-right: 22px;
	background: #fff;
	box-shadow: -1px 8px 6px #cccccc;
	border-radius: 8px;
	border: 1px solid #ddd;}

.serviceList ul li span {
    padding: 25px 0 16px;
	display: block;
}
.serviceList ul li img {
    border:0px;
    width:45px;
    height:45px;
}
.serviceList ul li h3 {
    padding:0px;
    margin:0px
}
.wtdList {
    padding:0px;
    margin:0px
}
.wtdList ul{
    padding:0px;
    margin:0px;
    list-style:none
}
.wtdList li{
    padding:0px;
    margin:0px;
    height:40px;
    line-height:40px;
    color:#055e89;
    font-size:16px
}
.wtdList li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 410px;
	padding-left: 22px;
	background: url(../img/index-i2.png) center left no-repeat;
	color: #055e89;
}

.btn .default {color:#333333;background-color:#e5e5e5;}
.w150{width:120px!important;}
.tc {text-align:center;margin-top:10px;}
.tc p { font-size:14px;color:#333333;margin:0px }

.attachList {margin:10px auto;padding:30px;}
.attachList span{padding-left:30px;height:30px;line-height:30px;}
  .attachList ul { list-style:none;padding:0px;margin:10px 0 0 0; }
  .attachList ul li {list-style:none;padding:0px;margin:0px; border-bottom:1px #ddd solid; height:42px; line-height:42px; font-size:14px;}
  .attachList ul li .time { float:right; font-size:12px; color:#888;}
  .attachList ul li .text {  width:75%; overflow:hidden;text-overflow:ellipsis; -o-text-overflow:ellipsis;white-space:nowrap;}
  .attachList ul li .text a {  font-size:14px; color:#1b1b1b;}
  .attachList ul li .text a:hover {  color:#d00; text-decoration:underline; }
  .attachList ul li .text .dian { color:#868686; font-size:12px; width:16px; text-align:center; display:inline-block;}
#aboutusMore {width:100%;height:30px;line-height:30px;}
#aboutusMore span{float:right;text-align:right;margin-right:20px;font: normal 14px/39px Microsoft Yahei;}


.side {
	position: fixed;
	width: 78px;
	right: 0;
	top: 50%;
	margin-top: -200px;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #ccc;
	border-bottom: 0;
}
.side ul {
	list-style:none;
    margin:0px;
    padding:0px;
}
.side ul li {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer;
}
.side ul li i {
	height: 25px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s;
}
.side ul li i.bgs1 {
	background-image: url(../images/right_pic5.png);
}
.side ul li i.bgs4 {
	background-image: url(../images/right_pic1.png);
}

#SpecialModal #modal-dialog,#SpecialModal #modal-content{
width:400px;height:270px;
}
#SpecialModal #modal-body{
height:150px;
}
#SpecialModal #modal-body div{
float:left;width:100px;margin-top:10px}
#SpecialModal #modal-body img{
width:100px;height:100px;margin:0 auto;padding:0px}
#SpecialModal #modal-body span{
color:#094a70;font-size:12pt;margin:20px 10px;padding:20px}


 @media (max-width: 767px){ 
   div.msgDiv,.index #loginDiv .form{display:none;}
    .navbar-default #topDiv{display:none;}
    .navbar-default{height: 22rem!important;}
    .logo{width: 100%;}
    .logo img{width: 88%;}
    .navbar-right{float:none!important}
   .navbar-nav>li{width:25%}
    .nav>li>a{font-size:2rem;padding: 6px!important;}
    .container{width:96%!important;margin: 0 2%!important;padding:0!important;}
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7,.col-md-9,.navbar-default .col-md-8{width: 100%!important;}
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float:none!important;padding:0!important;}
   .row {
    margin-right: 0!important;
    margin-left: 0!important;
}
   .bodydiv,.bodydiv .content{min-height:auto;}
    .bodydiv .content{box-shadow: none;}
    .view .singletext{margin:0;padding:0 3%;font-size: 2rem;line-height: 4rem;}
    .view {margin-top: 0;}
   .view .singletext img {
    max-width: 100%;
}
   .attachList{display:none;}
   #h-ckplayer-contain0{width:100%!important;height:auto!important;}
   .footer .container{width:90%!important;margin: 0 5%!important;}
   .footer .yqlj ul li, .footer .tb ul li{display:inline-block!important;height:auto!important;}
    .footer .tb ul li {float: none!important;}
   .footer .lxwm p,.footer .yqlj ul li, .footer .tb ul li,.serviceContent .sr_txt3{font-size: 1.75rem!important;}
    .footer .lxwm p{line-height:3rem!important;}
}