@charset "utf-8";
/* CSS Document */
body{  margin:0 0 0 0; font-family:Arial; background: url(../images/body_bg.png); }
*{ 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: #888;
        /* placeholder字体大小  */
        font-size: 16px;
       /* placeholder位置  */
  
    }
.qm_maina ,.qm_maina div,.auto_kf,.qm_maina input,.qm_maina a,.qm_maina dd ,.qm_maina p,.qm_maina h1,.qm_maina li,.qm_maina textarea,.qm_maina button,.qm_maina img {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.qm_maina :after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
@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: 'century';
  src:url('century.ttf') format('truetype');
}
@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*/

@keyframes ani-svg {
	0% {opacity: .4;transform: translatex(-20px);}
	15% {opacity: .65;transform: translatex(-15px);	}
	25% {opacity: .8;transform: translatex(-10px);}
	50% {opacity: 1;transform: translatex(0);}
	65% {opacity: .8;transform: translatex(5px);}
	75% {opacity: .65;transform: translatex(10px);}
	100% {opacity: .4;transform: translatex(15px);}
}

.ce2{background-color:#fff;    box-shadow: 0 10px 20px rgba(0,0,0,.07);}
.ce2 li a:link,.ce2 li a:visited{color:#222; transition: all 0.6s;}
.ce2 .search_bg button{color:#222;}
.ce2 .wm_headrb{color:#222;}

.pc_banner .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1, 1);
}

.zxly_a button{width:100%; border: 0px; background: none;color:#fff; font-size:30px;}


@media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
    :root {
        font-size: 14px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
    :root {
        font-size: 13px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
    :root {
        font-size: 12px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
    :root {
        font-size: 10px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
    :root {
        font-size: 9px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
    :root {
        font-size: 8px;
    }
}













