*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑";
    color: #424242;
}
a{
    color: #424242;
    text-decoration: none;
}
.clear-fix:after{
    clear: both;
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.fl-left{
    float: left;
}
.fl-right{
    float: right;
}
li,ol,ul{
    list-style: none;
}
.wrapper{
    max-width: 768px;
    margin: 0 auto;
}
.wrapper .header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
}
.wrapper .header .head-logo{
    margin: 18px 0 14px 30px;
    width: 100px;
}
.wrapper .header .head-logo img{
    width: 90px;
}
.wrapper .header .head-btn{
    padding: 22px 30px 20px 20px;
    box-sizing: border-box;
}

.header .head-btn span{
    font-size: 30px;
    font-weight: bold;
    color: #388bd7;
}
.header .header-nav{
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: rgba(68,143,210,.9);
    display: none;
}
.header .header-nav ul li{
    border-top: 1px solid #75aedf;
    line-height: 38px;
    color: #ffffff;
}
.header .header-nav ul li:first-child{
    border-top: 0;
}
.header .header-nav ul li h3,.header .header-nav ul li .title{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.header .header-nav ul li a.title{
    margin: 0;
}
.header .header-nav ul li a{
    line-height: 38px;
    margin: 0 10px;
    color: #f3f3f3;
    font-weight: lighter;
}
.content{
    position: relative;
    padding-top: 80px;
    width: 100%;
}
.content .banner{
    width: 100%;
}
.content .content-msg{
    padding: 10px 10px 0;
}
.content-msg .page-1{
    padding-top: 20px;
    margin-bottom: 40px;
}
.content-msg .page-1 h3,.content-msg .page-2 h3{
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
}
.content-msg .page-1 .page1-txt,.content-msg .page-2 .page2-txt {
    text-align: center;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
}
.content-msg .page-1 .page1-block{
    width: 100%;
    margin-bottom: 12px;
}
.page1-block .pag-1{
    width: 49.5%;
}
.page1-block .pag-1 .pag1-box{
    width: 100%;
}
.page-1 .pag1-box img{
    width: 100%;
}
.page-1 .pag1-txt{
    margin-top: -4px;
    line-height: 40px;
    height: 40px;
    background-color: #2283d6;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.content-msg .page-1 .page2-block{
    width: 100%;
}
.page2-block .pag-2{
    width: 32%;
    margin-left: 2%;
}
.page2-block .pag-2 .pag2-box{
    width: 100%;
}
.page-1 .pag2-box img{
    width: 100%;
}
.page-2-block{
    padding: 40px 30px 0;
    margin: 0 -10px;
    background: url("../img/page-2bg.jpg") center no-repeat;
    overflow: hidden;
}
.video-js{
    margin: 0 auto;
}
.page-2-block .video-js .vjs-big-play-button{
    top: 35%;
    left: 35%;
}
.pag2-txt-box{
    margin-top: 40px;
    width: 100%;
    height: 310px;
}
.pag2-txt-box .page2-text{
    margin: 0 -30px;
    position: relative;
}
.pag2-txt-box .page2-text .page-ceng{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 310px;
    background-color: #3f90cc;
    opacity: .8;
}
.pag2-txt-box .page2-text .page2-title{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 310px;
    box-sizing: border-box;
    padding: 20px 15px 10px;
    color: #ffffff;
}
.pag2-txt-box .page2-text .page2-title h3{
    line-height: 60px;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}
.pag2-txt-box .page2-text .page2-title p{
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}
.pag2-txt-box .page2-text .page2-title .a-btn{
    margin-top: 30px;
    color: #ffffff;
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
}
.content-news,.content-about{
    padding: 0 15px;
    background-color: #f3f3f3;
}
.content-news h3{
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    font-weight: 600;
}

.content-news h3tt{
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    font-weight: 600;
}


.content-news .img-box{
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
}
.content-news .img-box img{
    width: 100%;
}
.content-news .img-box .news-txt h3{
    font-size: 17px;
    font-weight: 600;
    color: #303030;
    line-height: 60px;
}
.content-news .img-box .news-txt p{
    color: #a2a2a2;
}
.content-news .news-list ul li{
    margin: 18px 0;
    background-color: #d7e5f2;
}
.content-news .news-list ul li a{
    padding: 10px 0 10px 18px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    color: #424242;
    font-size: 14px;
}
.content-news .more-news{
    padding: 0 0 10px 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    line-height: 20px;
    color: #89aed2;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
}
.content-about .about-title h3{
    padding-top: 10px;
    text-align: center;
    line-height: 60px;
   /* font-weight: 600;*/
    font-size: 20px;
}
.content-about .about-title h5{
    padding-top: 10px;
    text-align: left;
    line-height: 30px;
	padding-left:18px;
   /* font-weight: 600;*/
    font-size: 18px;
}


.content-about .about-title .about-border{
    width: 100%;
    height: 2px;
    border-top: 2px dotted #dfdfdf;
    border-bottom: 2px dotted #dfdfdf;
}
.about-title .about-img{
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.about-title .about-img img{
    width: 100%;
}
.about-title .about-img .about-blue{
    background-color: #FFFFFF;
    padding: 20px 18px;
    box-sizing: border-box;
    margin-top: -6px;
}
.about-title .about-img .about-jj{
    background-color: #f2f2f2;
	 line-height:24px;
	 
    padding: 10px 18px;
    box-sizing: border-box;
    margin-top: -6px;
}
.about-title .about-img .about-jj .part{line-height:24px; padding-top:5px; padding-bottom:5px;}


.about-title .about-img .about-jj .Mname{ font-size:18px; height:36px; line-height:36px;}
.rzjk_img { margin-top:10px;}
.rzjk_t1{ color:#388bd7; font-size:18px; height:36px; line-height:36px;}
.rzjk_t2{ font-size:14px;  line-height:22px;}


.about-title .about-img .about-jj .Mcontenet{line-height:26px; text-indent:2em;}

.about-title .about-img .about-jj .Mcontenet img{ padding-top:10px; padding-bottom:10px;}



.about-title .about-img .about-blue h3{
    color: #ffffff;
    text-align: left;
    line-height: 35px;
}
.about-title .about-img .about-blue .blue-box{
    padding-bottom: 20px;
}
.about-title .about-img .about-blue .blue-box p{
    width: 230px;
    color: #ffffff;
}
.about-title .about-img .about-blue .blue-box .a-btn{
    margin-top: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
}
.about-title .about-block{
    padding: 10px 10px 30px;
    width: 100%;
    box-sizing: border-box;
}
.about-title .about-block .block-box{
    position: relative;
    width: 49%;
    height: 195px;
    padding: 20px 10px;
    box-sizing: border-box;
}
.content-about .about-title .block-box h3{
    text-align: left;
    padding-top: 0;
    line-height: 40px;
    color: #388bd7;
    font-size: 17px;
}
.content-about .about-title .blue h3{
    color: #ffffff;
}
.content-about .about-title .block-box p{
    width: 90%;
    font-size: 13px;
}
.content-about .about-title .blue p{
    color: #ffffff;
}
.content-about .about-title .about-img1{
    background: url("../img/about-img1.jpg") center no-repeat;
}
.content-about .about-title .blue{
    background-color: #388bd7;
}
.content-about .about-title .about-img2{
    background: url("../img/about-img2.jpg") center no-repeat;
}
.content-about .about-title .block-box .a-btn{
    position: absolute;
    left: 10px;
    bottom: 20px;
    color: #424242;
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #424242;
    letter-spacing: 1px;
}
.content-about .about-title .blue .a-btn{
    position: absolute;
    left: 10px;
    bottom: 20px;
    color: #ffffff;
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #ffffff;
    letter-spacing: 1px;
}
.footer{
    margin-top: 10px;
    padding: 30px 22px;
    background-color: #383838;
    text-align: center;
    color: #a2a2a2;
}
.footer p{
    font-size: 12px;
    line-height: 24px;
}
.footer .foot-bord{
    margin-top: 10px;
    line-height: 30px;
    border-top: 1px solid #a2a2a2;
}
.footer .foot-bord a{
    color: #a2a2a2;
}


.iSlider-effect{
    height: 210px;
    overflow: hidden;
    position: relative;
}
.iSlider-effect ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}
.iSlider-effect li {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    list-style: none;
}
.iSlider-effect ul li img{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.iSlider-effect div {
    background-color: #ffffff;
    padding: 3px;
}


.M_ind_news_title { line-height:35px;  height:35px; background-color:#d7e5f2;}

.M_rc_t1 { background-color:#388bd7; line-height:26px; color:#FFFFFF;  font-size:16px; }
