@charset "utf-8";
/* CSS Document */
body{  margin:0 0 0 0; font-family:Arial; font-family: 'Poppins'; }
*{ margin:0; padding:0px; list-style-type:none;}
li{ list-style-type:none;}
img{ border:0px;vertical-align: middle;}
.clear{ clear:both;}

h1,h2,h3{font-family:Calibri; font-weight:normal;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
input {outline:none;}
 input::-webkit-input-placeholder {
       /* placeholder颜色  */
        color: #888;
        /* placeholder字体大小  */
        font-size: 16px;
       /* placeholder位置  */
  
    } 
textarea::-webkit-input-placeholder {
       /* placeholder颜色  */
        color: #333;
        /* placeholder字体大小  */
        font-size: 16px;
       /* placeholder位置  */
  
    }

@font-face {
  font-family: 'century';
  src:url('century.ttf') format('truetype');
}

/* CSS Document */
@font-face {
/* font-test*/
font-family: temil;
src:url('tamil/TamilMN.svg'),
url('tamil/TamilMN.ttf'),
url('tamil/TamilMN.eot'); /* IE9 */
}

@font-face {
/* font-test*/
font-family: Roboto Thin;
src:url('Roboto Thin.ttf'); /* IE9 */
}
@font-face {
/* font-test*/
font-family: cczt;
src:url('Roboto-Bold.ttf'); /* IE9 */
}
@font-face {
  font-family: 'Poppins';
  src:url('Poppins/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src:url('Poppins/Poppins-SemiBold.ttf') format('truetype');
}

/*公用css*/

.ce2 { background: #fff; box-shadow: 0px 0px 7px rgba(0,0,0,0.12);position:fixed;   }
.dqwz_ma{background:#f1f1f1;}
.ce2 .jy_top{display:none;}
.f_end{color:#fff; background:#0065b8;}
.ce2 .qm_dh li a:link,.ce2  .qm_dh li a:visited{color:#222;}
.ce2  .qm_dh li .head_ycdh dd a:link,.ce2  .qm_dh li .head_ycdh dd a:visited{color:#fff;}
.ce2  .qm_dh li:hover a{color:#fff;}
.f_end a:link,.f_end a:visited{color:#fff;}

.ce2 .head_yy li a:link,.ce2 .head_yy li a:visited,.ce2 .head_yy button{color:#fff;}
.ce2 .head_yy span{color:#888;}


.qm_maina,.qm_mainc,.home_aboutnra,.home_aboutnrb,.home_newsa,.home_newslba,.home_newslbb,.home_newslbc,.das_fend,.svg_ma,.bg_maa,.head_main,.sy_wenhuaa,.sy_wenhuab,.hzhb_list,.f_end,.about_reada,.about_readb,#page,.zs_list,.fzlc_ma,.fzlc_m,.zxly_mainb1,.zxly_mainb2,.zxly_mainb3,.zxly_mainb4,.about_rightb,.about_rightc,.cpunti_maina,.fz_gslefta,.fz_gsleftb,.fz_gsleftc{width:100%; float: left;}
.head_xhx{}
.cpunti_maina{background:#222;color:#fff; font-family: 'Poppins-SemiBold';}
.ny_leib{width:100%; float: left; text-align: center; position: relative; z-index: 222; border-bottom:1px solid #eee;}
.bg_maa{position:relative;}
.head{z-index: 888;background: #fff;}
.qm_headr li a:link,.qm_headr li a:visited{color:#222;}
#page .cur{background:#408858;}
#page .cur:link,#page .cur:visited{color:#fff;}
.db_ff{ background:url(../images/footer_bg.jpg) top center;}
.jy_top{background:#222;}

.index_ma{background:#0065b8;color:#fff;}
@keyframes mysecond {
    0% { height: 100%; }
    10% {height: 90%;}
    20% {height: 80%;}
    30% {height: 70%;}
    40% {height: 60%;}
    50% {height: 50%;}
    60% {height: 40%;}
    70% {height: 30%;}
    80% {height: 20%;}
    90% {height: 10%;}
    100% {height: 0%;}
}

@keyframes scale-three2 {
    0% {
        transform: scale(1);
        opacity: .8
    }

    100% {
        transform: scale(1.3);
        opacity: 0
    }
}
@-webkit-keyframes scale-three2 {
    0% {
        -webkit-transform: scale(1);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0
    }
}
@-moz-keyframes scale-three2 {
    0% {
        -moz-transform: scale(1);
        opacity: .7
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0
    }
}
@-o-keyframes scale-three2 {
    0% {
        -o-transform: scale(1);
        opacity: .7
    }

    100% {
        -o-transform: scale(1.3);
        opacity: 0
    }
}


@keyframes hideIndex{
0%{ opacity: 0; transform: translate(0, 100%) }
100%{opacity: 1; transform: translate(0, 0) }
}

@keyframes hideIndexa{
0%{ opacity: 0; transform: translate(100%, 0) }
100%{opacity: 1; transform: translate(0, 0) }
}



