
header
{
    top: 0;
    line-height: 50px;
    background: none;
    width: 100%;
    right: auto;
    bottom: auto;
    right: auto;
    bottom: auto;
    background-color: #86c0ec;
    background-size: 100%;
    border: 0px none rgb(0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
}

    header .title img
    {
        height: 80%;
    }
/*首页*/

   
#jingle_popup_mask{
    display: none;
    position:fixed;
      z-index: 10002;
    left: 0;
    right:0;
    top:0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
#jingle_popup{
    display: none;
    position: fixed;
    left: 0;
    right:0;
    z-index: 10003;
    min-height: 50px;
} 
#jingle_popup.loading {
    background-color: rgba(255, 255, 255, 0.20);
    opacity: .9;
}
#jingle_popup .loading p{
   color:#000000;
}
#jingle_popup.loading{
    top:50%;
    left: 50%;
    margin: -75px 0 0 -75px; 
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 10px;
}
#jingle_popup.loading i.fa{
    font-size: 4em;
    line-height: 110px;
    margin:0;
} 
     
        @-webkit-keyframes rotate-animation {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @keyframes rotate-animation {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }
        @-webkit-keyframes move-animation {
            0% {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
            25% {
                -webkit-transform: translate(-48px, 0);
                transform: translate(-48px, 0);
            }
            75% {
                -webkit-transform: translate(24px, 0);
                transform: translate(24px, 0);
            }
            100% {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
        }
        @-webkit-keyframes move-animation {
         0%{
             -webkit-transform: translate(0,0);
			 transform: translate(0,0);
         }
         }
        @keyframes move-animation {
            0% {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
            25% {
                -webkit-transform: translate(-48px, 0);
                transform: translate(-48px, 0);
            }
            75% {
                -webkit-transform: translate(24px, 0);
                transform: translate(24px, 0);
            }
            100% {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }
        }
   
        .circle-loader {
            display: block;
            width: 48px;
            height: 48px;
            margin-left: -20px;
            margin-top: -24px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform-origin: 16px 16px;
            transform-origin: 16px 16px;
            -webkit-animation: rotate-animation 5s infinite;
            animation: rotate-animation 5s infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }
        .circle-loader .circle {
            -webkit-animation: move-animation 2.5s infinite;
            animation: move-animation 2.5s infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            position: absolute;
            left: 50%;
            top: 50%;
        }
        .circle-loader .circle-line {
            width: 48px;
            height: 24px;
            position: absolute;
            top: 4px;
            left: 0;
            -webkit-transform-origin: 4px 4px;
            transform-origin: 4px 4px;
        }
        .circle-loader .circle-line:nth-child(0) {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        .circle-loader .circle-line:nth-child(1) {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
        .circle-loader .circle-line:nth-child(2) {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .circle-loader .circle-line:nth-child(3) {
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
        }
        .circle-loader .circle-line .circle:nth-child(1) {
            width: 8px;
            height: 8px;
            top: 50%;
            left: 50%;
            margin-top: -4px;
            margin-left: -4px;
            border-radius: 4px;
            -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
        }
        .circle-loader .circle-line .circle:nth-child(2) {
            width: 16px;
            height: 16px;
            top: 50%;
            left: 50%;
            margin-top: -8px;
            margin-left: -8px;
            border-radius: 8px;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }
        .circle-loader .circle-line .circle:nth-child(3) {
            width: 24px;
            height: 24px;
            top: 50%;
            left: 50%;
            margin-top: -12px;
            margin-left: -12px;
            border-radius: 12px;
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }
        .circle-loader .circle-blue {
            background-color: rgba(31, 78, 90, 0.80);
        }
        .circle-loader .circle-red {
            background-color: rgba(255, 89, 85, 0.80);
        }
        .circle-loader .circle-yellow {
            background-color: rgba(255, 178, 101, 0.80);
        }
        .circle-loader .circle-green {
            background-color: rgba(0, 166, 145, 0.80);
        }



.img_td p
        {
            color: #fff;

        }

        .tel_title i
        {
            font-size: 1.5em;
            margin-right: 15px;
        }

        .tel_title span
        {
            color: #fff;
            font-size: 1.0em;
        }

        .hlogo
        {
            margin: 0 auto;
            text-align: center;
            height: 70px;
            border-bottom-left-radius: 70%;
            border-bottom-right-radius: 72%;
            background-color: #737373;
        }

        .navbar_div ul li
        {
            background-color: rgba(221, 221, 221, 0.52);
            color: #000000;
            padding: 15px 0;
            font-size: 1.2em;
            font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
        }
		
		
body {
      background: url("images/bg.jpg")/*tpa=http://mrj.64.chuangmob.com/theme/mrj/images/images/bg.jpg*/ #fff no-repeat center center;
      background-size: cover;
	 
      }
     .tel_title {   background: #000; } 


/*圆角按钮*/
.menuBox
{
    width: 70px;
    height: 70px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    border: 2px solid #ffffff;
    line-height: 30px;
    padding: 5px;
    color: #ffffff;
    margin: 0 auto;
}

    .menuBox .icon
    {
        color: #ffffff;
        font-size: 2.8em;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

    .menuBox p
    {
        color: #ffffff;
        font-size: 1.2em;
        font-weight: 500;
        padding: 0;
        margin: 0;
        height: 20px;
        line-height: 20px;
    }

.black
{
    background-color: rgba(70,155,212,1);
    color: #ffffff;
}

/*.white
{
    background-color: rgba(255,255,255,0.8);
}*/


/*圆角按钮*/
.menuBox2
{
    width: 70px;
    height: 70px;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    /*border: 2px solid #ffffff;*/
    line-height: 30px;
    padding: 5px;
    color: #380B0F;
    margin: 0 auto;
}

    .menuBox2 .icon
    {
        font-size: 2.8em;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

    .menuBox2 p
    {   
        font-size: 1.2em;
        font-weight: 500;
        padding: 0;
        margin: 0;
        height: 20px;
        line-height: 20px;
    }

.query_txt
{
    padding: 0px;
    position: relative;
    margin: 0 auto;
    word-wrap: break-word;
    word-break: normal;
    width: 100%;
    min-width: 304px;
    min-height: 90px;
    max-height: 210px;
    text-shadow: none;
    background-color: rgba(255, 255, 255, 0.73);
    font-family: 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

    .query_txt span
    {
        padding-left: 5px;
        margin: 0;
    }

    .query_txt ul
    {
        width: 100%;
        padding: 0;
        margin: 0;
    }

        .query_txt ul li
        {           
            width: 100%;
            list-style: none;
            line-height: 30px;
            height: 30px;
            padding-left: 10px;
        }


.query_txt .left_title
{
    width: 25%;
    height: 100%;
    float: left;
}

.query_txt .top_title
{
    width: 100%;
    height: 50%;
    line-height: 34px;
    padding-left: 30px;
    font-size: 0.8em;
}

.query_txt .bottom_title
{
    width: 100%;
    height: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
}

.query_txt .fw_text
{
    width: 51%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    float: left;
    color: #636161;
    padding-left: 8px;
    padding-top: 2px;
}

    .query_txt .fw_text p
    {
        padding: 0;
        margin: 0;
        line-height: 13px;
        height: 13px;
        font-size: 0.8em;
        text-align: left;
    }

.query_txt .fw_button
{
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    float: left;
    display: block;
    font-size: 0.8em;
}

    .query_txt .fw_button a
    {
        background-color: #ffffff;
        border: 2px solid #f6f3f1;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        height: 26px;
        margin: 5px auto;
        line-height: 25px;
        font-size: 0.8em;
        color: #000000;
        text-decoration: none;
        padding: 2px;
    }

/*.music_txt
{
    padding: 6px;
    position: relative;
    margin: 8px 4px;
    font-size: 90%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #ccc;
    background: #F6F6F6;
    word-wrap: break-word;
    word-break: normal;
    -moz-box-shadow: 0px 0px 6px #D9D9D9;
    -webkit-box-shadow: 0px 0px 6px #D9D9D9;
    box-shadow: 0px 0px 6px #D9D9D9;
}

    .music_txt p
    {
        line-height: 150%;
    }*/


.img_td
{
    margin: 0px auto;
    text-align: center;
}

    .img_td img
    {
        width: 80%;
        padding: 5px 0;
        margin: 5px 0;
    }

    .img_td a
    {
        text-decoration: none;
        color: #000000;
    }

        .img_td a:link, .img_td a:hover, .img_td a:active, .img_td a:visited
        {
            text-decoration: none;
            color: #000000;
        }

.music_div
{
    line-height: 25px;
    position: relative;
    margin: 5px auto;
    word-wrap: break-word;
    word-break: normal;
    text-align: center;
}

.nav_foot img
{
    height:90%;
    padding:5px 0;
}

.fonter
{
    font-weight: 700;
    position: relative;
    margin: 10px auto;
    font-size: 15px;
    background-color:#FFF;
    word-wrap: break-word;
    word-break: normal;
    width: 100%;
    text-shadow: none;   
    font-family: 'Microsoft YaHei',Arial, Helvetica, sans-serif;
}

    .fonter ul li
    {
        width: 100%;
        list-style: none;
        line-height: 30px;
        height: 35px;
        padding: 0;
        /*color:#FFF;*/
        
    }

    .fonter span
    {
        font-weight: 700;
        padding-left: 5px;
        margin: 0;
    }

.line_title
{
    clear: both;
    margin: 0 auto;
    width: 100%;
    height: 40px;
    text-align: center;
    max-height: 50px;
    font-size: 12px;
    font-weight: 800;
    font-family: 'Microsoft YaHei',Arial, Helvetica, sans-serif;
    width: 100%;
    text-align: center;
}

    .line_title img
    {
        width: 286px;
        height: 40px;
        display: block;
        max-height: 49px;
        max-width: 480px;
        margin: 0 auto;
    }

    .line_title b
    {
        width: 150px;
        height: 19px;
        line-height: 19px;
        padding-bottom: 10px;
    }

    .line_title a
    {
        text-decoration: none;
        color: #000000;
    }

        .line_title a:hover, .line_title a:active .line_title a:link, .line_title a:visited
        {
            text-decoration: none;
            color: #000000;
        }

.slide
{
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

    .slide:after
    {
        content: '';
        display: block;
        width: 100%;
        padding-top: 65%;
    }

    .slide ul
    {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .slide li
    {
        list-style: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .slide li:first-child
        {
            z-index: 1;
        }

        .slide li img
        {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            /*height: 100%;*/
            border: none;
        }

    .slide .dot
    {
        position: absolute;
        left: 48%;
        right: 10px;
        bottom: 15px;
        font-size: 0;
    }

        .slide .dot span
        {
            display: inline-block;
            width: 5px;
            height: 5px;
            margin-left: 5px;
            background-color: #aaa;
            border-radius: 50%;
        }

        .slide .dot .cur
        {
            background-color: #ffffff;
        }

/*首页 end*/
