/* 全局 */
html{ *overflow-x:hidden; }body { font: 14px/24px "PingFang SC", "Lantinghei SC", "Microsoft YaHei", Helvetica, Arial, sans-serif; overflow-y: scroll; overflow-x: hidden; background:#fff; color: #333; }a { color: #263858; }a:hover { color: #ac534f; text-decoration: none; }ul, ol, dl,dt,dd, li { list-style: none; }figure { margin: 0; }.clear { clear: both; }.db { display: block; }.fwb { font-weight: bold; }.tac { text-align:center; }.ti2e { text-indent:2em; }.oh { overflow:hidden; }

.view {   
   display:inline;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;

}

.view img {
   display: block;
   position: relative;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}


.yybtn{ margin: 15px auto 0 auto; width: 90%}
.btn.btn-default {
    background-color: #9fcd86;
    border-color: transparent;
    border-radius: 30px;
    color: #fff;
  
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 12px 25px;
    text-transform: uppercase;
    word-spacing: 3px;
}

.btn.btn-primary{   
    border-radius:8px;
    color: #fff;
     width: 100%;
    border-color: #263858;
    padding: 8px;
    text-transform: uppercase;
   
}

@keyframes  jump{0%{transform: translateY(0);}
    50%{transform: translateY(6px);}
    100%{transform: translateY(0);}}
.btn.btn-default:hover,
.btn.btn-primary:hover{
    background-color: #fdfbfd;
    border-color: #263858;
    color: #263858;
}

.btn.btn-primary,
.btn.btn-default,
.what-we-do .do-box,
.service-overflow {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.box_shadow{-webkit-box-shadow:0px 1px 4px rgba(107,133,177,0.4),
				0px 0px 20px rgba(107,133,177,0.4) ;
    -moz-box-shadow:0px 1px 4px rgba(107,133,177,0.4),
				0px 0px 20px rgba(107,133,177,0.4) ;
    box-shadow:0px 1px 4px rgba(107,133,177,0.4),
				0px 0px 20px rgba(107,133,177,0.4) ;}
.br8{-moz-border-radius:8px; /* Gecko browsers */ -webkit-border-radius:8px; /* Webkit browsers */ border-radius:8px;}
.br8_0{-moz-border-radius:8px 8px 0 0; /* Gecko browsers */ -webkit-border-radius:8px 8px 0 0; /* Webkit browsers */ border-radius:8px 8px 0 0;}
.nbox{padding:0 0 15px 0; text-align: center;}


.zx a:hover{background: #415d87;color: #fff}
.toutiao{background: url("../images/daoyu.jpg") no-repeat;height: 144px;}
.toutiao .txt{padding:0 15px 0 130px; }
.toutiao .txt h3{text-align: center; font:700 22px/22px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}

.toutiao .txt p{text-indent: 2em; font: normal 14px/22px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #555}
.toutiao .txt p a{color: #ac534f}
.toutiao .txt p a:hover{color: #263858}


.toutiao2 .txt{padding:0 5px; }
.toutiao2 .txt h3{text-align: center; font:300 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}

.toutiao2 .txt p{text-indent: 2em; font: normal 12px/22px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #555}
.toutiao2 .txt p a{color: #ac534f}
.toutiao2 .txt p a:hover{color: #263858}




.h-news{border-bottom: 1px dashed #ac534f; padding: 0 0 15px 0;margin: 0 0 15px 0;}
.h-news h4{text-align: center; font:700 18px/20px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}

.h-news p{text-indent: 2em; font: normal 14px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #555}

.yjsbg{background: #f8f8f8;margin: 0;padding: 0}
.yjsbg img{width: 100%}


.zjpic{}
.zjtxt{width:100%; background: #f8f8f8;margin: 0 auto;height:110px; padding:20px 25px;font:normal 16px/26px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
    .swiper-container-hot {
      width: 100%;
      height: 100%;
    }

    .swiper-container-hot .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
@media  screen and (min-width:300px) and (max-width:1023px){
    
.sms_bg{background: url("../images/ys_bg.jpg") repeat;margin:0 auto 30px auto;padding:15px; width: 98%;}
.sms_bg p{margin: 0  auto;padding:0;text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}
.sms_bg p span{font:normal 18px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #ac534f}   
   
    
.h-list{padding:0;margin:20px 0 0 0;}
.h-list li{padding: 0 0 8px 5px; margin: 0 0 6px 0;font: normal 14px/28px "\5FAE\8F6F\96C5\9ED1";}
.h-list li a{color: #444}.h-list li a:hover{color: #ac534f}
.h-list li::before{
content:"○";
color:#263858;padding: 0 8px 0 0;
font-size:18px;font-weight:700;
}    
    
    
}

@media  (min-width:1024px){    
    .h-list{padding:0;margin:20px 0 0 0;}
.h-list li{padding: 0 0 8px 0; margin: 0 0 6px 0;font: normal 14px/28px "\5FAE\8F6F\96C5\9ED1";}
.h-list li a{color: #444}.h-list li a:hover{color: #ac534f}
.h-list li::before{
content:"○";
color:#263858;padding: 0 8px 0 0;
font-size:18px;font-weight:700;
}

}



@media  screen and (min-width:769px) and (max-width:1199px){
.sms_bg{background: url("../images/sms_bg.png") no-repeat top center; background-size:100%; height:500px;margin: 15px 0 30px 0;padding:170px 0 0 20px}
.sms_bg p{margin: 0  auto;padding:0;text-indent: 2em; font:normal 14px/26px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}
.sms_bg p span{font:normal 18px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #ac534f}   
    .sms_blk{margin: 0 0 70px ;}
    
}

@media  (min-width:1200px){
.jieshao{margin:60px 0;background: url("../images/blk_bg.jpg") no-repeat; height:489px;}  
.btnzw{margin: 410px auto 0 auto;}
.zx{ text-align: center;margin:20px 0;height:50px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:15px; border-radius:15px;padding:0;}
.zx h3{font:300 22px/50px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:150px; height:50px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.tmenu2{color:#252A1E; text-align: center;margin:40px auto 50px auto;width: 100%; height:29px; padding: 0;}
.tmenu2 h3{margin: 0;padding:0;font:700 30px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";text-align: center;}
.sms_bg{background: url("../images/sms_bg.png") no-repeat center center; height: 626px;margin: 15px 0 30px 0;padding:205px 0 0 0}
.sms_bg p{margin: 0;padding:0 0 0 28px;text-indent: 2em; font:normal 18px/38px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}
.sms_bg p span{font:normal 26px/38px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #ac534f}
.td_bg{background: url("../images/td_bg.png") no-repeat; height: 464px;}
.yl_bg{background: url("../images/yl_bg.png") no-repeat 0 -50px; height:625px;}
.yl_info{padding: 150px 0 0 100px}
.yl_info p{margin: 0;padding: 0; text-indent: 2em; font:normal 18px/34px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}    
}

@media screen and (min-width:300px) and (max-width:325px){
                .tsch {text-align: center;margin: 0 auto;width: 100%;}
    .tsch img{width:90%;margin: 0 auto 30px auto;text-align: center;display: block;}
    .ygrjs{text-align: center;margin: 0 auto;width: 100%;}
    .ygrjs img{width:100%;margin: 0 auto;text-align: center;display: block;}
    .yjstxt{padding:20px;}
.xingming h4{text-align: center;margin: 0;padding:0 0 10px 0;font:700 22px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming span{text-align: center;margin: 0 auto;padding: 0;display: block; font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming{margin: 0 auto 20px auto;}  
    
    
    
  .jieshao{margin:0 0 30px 0;background: url("../images/blk576_bg.jpg") no-repeat; background-size:100%; height:280px }  
    .btnzw{margin:0 auto;padding:220px 0 0 90px} 
.tmenu2{color:#252A1E; text-align: center;margin:0 auto;width: 100%; height:29px; padding: 0;}
.tmenu2 h3{margin: 0;padding:0;font:700 30px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";text-align: center;}
.zx{ text-align: center;margin:20px 0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:10px; border-radius:10px;padding:0;}
.zx h3{font:300 14px/25px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:110px; height:30px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.pifu{ background: url("../images/pifu.png") no-repeat center center;background-size:100%; height:300px; margin: 0 0 30px 0}
.yl_info{padding:0}
.yl_info p{margin: 0;padding: 0 15px; text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}  
.td_bg{background: url("../images/td_bg650.png") no-repeat;background-size:100%; height:310px;}
.kpjy_list{padding: 0; margin:20px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 12px/22px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:16px;font-weight: bolder;
}
}

@media (min-width:326px) and (max-width:375px){
                .tsch {text-align: center;margin: 0 auto;width: 100%;}
    .tsch img{width:90%;margin: 0 auto 30px auto;text-align: center;display: block;}
        .yjstxt{padding:20px;}
    .yjstxt{padding:20px;}
.xingming h4{text-align: center;margin: 0;padding:0 0 10px 0;font:700 22px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming span{text-align: center;margin: 0 auto;padding: 0;display: block; font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming{margin: 0 auto 20px auto;} 
      .ygrjs{text-align: center;margin: 0 auto;width: 100%;}
    .ygrjs img{width:100%;margin: 0 auto;text-align: center;display: block;}  
    
  .jieshao{margin:0 0 30px 0;background: url("../images/blk576_bg.jpg") no-repeat; background-size:100%;height: 333px }  
  .btnzw{margin:10px auto 0 auto;padding:265px 0 0 120px}  
 .yuyue{}
.zx{ text-align: center;margin:20px 0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:10px; border-radius:10px;padding:0;}
.zx h3{font:300 14px/25px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:110px; height:30px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
    
.pifu{ background: url("../images/pifu.png") no-repeat center center;background-size:100%; height:360px; margin: 0 0 30px 0}    
 .yl_info{padding:0}
.yl_info p{margin: 0;padding: 0 15px; text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}     
.tmenu2{ margin:0 0 40px 0;height:29px;}
.tmenu2 h3{font:normal 18px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}    
.td_bg{background: url("../images/td_bg650.png") no-repeat;background-size:100%; height:360px;}  
.kpjy_list{padding: 0; margin:20px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 12px/22px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:16px;font-weight: bolder;
}
}

@media (min-width:376px) and (max-width:425px){
            .tsch {text-align: center;margin: 0 auto;width: 100%;}
    .tsch img{width:90%;margin: 0 auto 30px auto;text-align: center;display: block;}
        .yjstxt{padding:20px;}
.xingming h4{text-align: center;margin: 0;padding:0 0 10px 0;font:700 22px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming span{text-align: center;margin: 0 auto;padding: 0;display: block; font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming{margin: 0 auto 20px auto;} 
        .ygrjs{text-align: center;margin: 0 auto;width: 100%;}
    .ygrjs img{width:100%;margin: 0 auto;text-align: center;display: block;}
    
  .jieshao{margin:0 0 30px 0;background: url("../images/blk576_bg.jpg") no-repeat; background-size:100%;height: 377px }  
  .btnzw{margin:10px auto 0 auto;padding:298px 0 0 150px}  
 .yuyue{}
.zx{ text-align: center;margin:20px 0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:10px; border-radius:10px;padding:0;}
.zx h3{font:300 18px/36px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:120px; height:40px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.pifu{ background: url("../images/pifu.png") no-repeat center center;background-size:100%; height:410px; margin: 0 0 30px 0}    
.tmenu2{ margin:0 0 25px 0;height:29px;}
.tmenu2 h3{font:normal 18px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}    
 .yl_info{padding:0}
.yl_info p{margin: 0;padding: 0 15px; text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}     
.td_bg{background: url("../images/td_bg650.png") no-repeat;background-size:100%; height:400px;}  
.kpjy_list{padding: 0; margin:20px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 12px/22px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:16px;font-weight: bolder;
}
}
@media (min-width:426px) and (max-width:767px){
        .tsch {text-align: center;margin: 0 auto}
    .tsch img{width:80%;margin: 0 auto 30px auto;text-align: center;}
        .yjstxt{padding:20px;}
.xingming h4{text-align: center;margin: 0;padding:0 0 10px 0;font:700 22px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming span{text-align: center;margin: 0 auto;padding: 0;display: block; font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming{margin: 0 auto 20px auto;} 
    .ygrjs{text-align: center;margin: 0 auto;width: 100%;}
    .ygrjs img{width:100%;margin: 0 auto;text-align: center;display: block;}    
    
    
  .jieshao{margin:0 0 30px 0;background: url("../images/blk576_bg.jpg") no-repeat; background-size:100%;height:638px }  
  .btnzw{margin:10px auto 0 auto;padding:528px 0 0 190px}  
.tmenu2{ margin:0 0 25px 0;height:29px;}
.tmenu2 h3{font:normal 18px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}   
.zx{ text-align: center;margin:20px 0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:10px; border-radius:10px;padding:0;}
.zx h3{font:500 20px/36px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:120px; height:40px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.pifu{ background: url("../images/pifu.png") no-repeat center center;background-size:80%; height:560px; margin: 0 0 30px 0}
.yl_info{padding:0}
.yl_info p{margin: 0;padding: 0 15px; text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}  
.td_bg{background: url("../images/td_bg650.png") no-repeat;background-size:100%; height:360px;}   
    .kpjy_list{padding: 0; margin:20px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 12px/22px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:16px;font-weight: bolder;
}
}

@media (min-width:768px) and (max-width:1023px){
    
.yjstxt{padding:76px;}
.yjstxt h4{float: left ;margin: 0;padding: 0 15px 0 0;font:700 30px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt span{font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";float: left }
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}    
      .yjstxt{padding:20px;}
.xingming h4{text-align: center;margin: 0 15px 0 0;padding:0 0 10px 0;font:700 22px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming span{text-align: center;margin: 0 auto;padding: 0;display: block; font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.xingming{margin: 0 auto 20px auto;width: 50%; text-align: center;}   
        .ygrjs{text-align: center;margin: 0 auto;width: 100%;}
    .ygrjs img{width:100%;margin: 0 auto;text-align: center;display: block;}
    
    .tsch {text-align: center;margin: 0 auto}
    .tsch img{width:80%;margin: 0 auto 30px auto;text-align: center;}
  .jieshao{margin:0 0 30px 0;background: url("../images/blk_bg.jpg") no-repeat; background-size:100%;height:403px }  
  .btnzw{margin:10px auto 0 auto;padding:328px 0 0 0}  
  .ckal{margin: 0 0 50px 150px}  .ckal2{margin:30px 0}
.zx{ text-align: center;margin:0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:15px; border-radius:15px;padding:0;}
.zx h3{font:500 22px/36px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:140px; height:40px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.yl_bg{background: url("../images/yl750.png") no-repeat bottom left; background-size:40%}
.yl_info{padding:0}
.yl_info p{margin: 0;padding: 0 15px 0 220px; text-indent: 2em; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858} 
.pifu{ background: url("../images/pifu.png") no-repeat center center;background-size:100%; height:700px; margin: 0 0 30px 0}
    .smsbtn{margin:0 0 40px 0}
.tmenu2{ margin:0 0 25px 0;height:29px;}
.tmenu2 h3{font:normal 18px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}  
.td_bg{background: url("../images/td_bg650.png") no-repeat;background-size:100%; height:680px;}  
    .kpjy_list{padding: 0; margin:20px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 16px/22px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:16px;font-weight: bolder;
}
}

@media (min-width:1024px){
.tsch img{width: 100%;}



}
@media (min-width:1024px) and (max-width:1439px){
 .yjstxt{padding:70px;}
.yjstxt h4{float: left ;margin: 0;padding: 0 15px 0 0;font:700 30px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt span{font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";float: left }
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
    .ygrjs{text-align: center;margin: 0 auto;width: 100%;}   
    
}
@media (min-width:1440px){
  .yjstxt{padding:86px;}
.yjstxt h4{float: left ;margin: 0;padding: 0 15px 0 0;font:700 30px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.yjstxt span{font: normal 12px/16px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";float: left }
.yjstxt p{margin: 0;padding: 15px 0; font: italic 20px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
    .ygrjs{text-align: center;margin: 0 auto;width: 100%;}      
    
}

@media (min-width:1024px) and (max-width:1199px){ .ckal2{margin:30px 0}
    .jieshao{margin:60px 0;background: url("../images/blk_bg.jpg") no-repeat; background-size: 100%; height:400px;}  
    .btnzw{margin: 340px auto 0 auto;}
    .td_bg{background: url("../images/td_bg.png") no-repeat;background-size:100%; height:384px;}  
 .yuyue{margin: 0 0 50px 80px}
.zx{ text-align: center;margin:20px 0;height:30px; }
.zx a{color:#415d87;border: 2px solid #415d87;  -moz-border-radius:15px; border-radius:15px;padding:0;}
.zx h3{font:500 22px/36px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";margin:0;padding: 0}
.yuyue a{display:block;width:140px; height:40px;padding: 0 15px;margin: 0 auto;overflow:hidden;text-align:center; color:#415d87; }
.yl_bg{background: url("../images/yl750.png") no-repeat bottom left;background-size:50%;height:485px;}
.yl_info{padding:0}
.yl_info p{margin: 0;padding: 0; text-indent: 2em; font:normal 18px/34px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}    
    .yl_blk{border: 2px dashed #263858;padding:20px; -moz-border-radius:15px; border-radius:15px; }   
  .kpjy_list{padding: 0; margin:30px 0 0 0;}
.kpjy_list li{padding: 0 0 5px 0px; margin: 0 0 6px 0;font: normal 12px/24px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 1px 0 0;
font-size:10px;font-weight: bolder;
}  
}

.pbox{margin: 0 0 60px 0;}
.yuanjia{margin: 0;text-decoration:line-through;font:300 16px/28px "\5FAE\8F6F\96C5\9ED1";}
.picbox{margin: 0 0 40px 0}


.more{}

.more a{ color:#444;text-align: center;}
.more a:hover{color:#173f70 }


.kstBtn{-webkit-animation:flipInX 1s .2s ease both;-moz-animation:flipInX 1s .2s ease both}
.kstBtn{position: absolute;left:50%;bottom: -48px;margin-left: -48px;-webkit-transform:rotateX(90deg);transform:rotateX(90deg);opacity:0;z-index: 3}

@media  (min-width:769px){
    .head_wx2{display:none; position:absolute;top:360px;left:60%; width:180px; z-index: 9;background-color: #fff; padding:5px;  border: 1px #E2E6E7 solid; -webkit-border-radius:8px;	-moz-border-radius:8px;	border-radius:8px;z-index: 999}
.head_wx2 img{ width: 100%;}
.head_wx2 .arow{background: url(http://www.xzrcyy.com/images/ar.png) no-repeat top center;width: 9px;height: 16px;display: inline-block;position: absolute;top:-5px;right:81px;}  
    .head_wx3{display:none; position:absolute;bottom:-198px;left: 60%; width:180px; z-index: 9;background-color: #fff; padding:5px;  border: 1px #E2E6E7 solid; -webkit-border-radius:8px;	-moz-border-radius:8px;	border-radius:8px;z-index: 999}
.head_wx3 img{ width: 100%;}
.head_wx3 .arow{background: url(http://www.xzrcyy.com/images/ar.png) no-repeat top center;width: 9px;height: 16px;display: inline-block;position: absolute;top:-5px;right:81px;}
    
    
}
@media screen and (min-width:300px) and (max-width:768px){
    
    .head_wx2{display:none; position:absolute;top:190px;left:46%; width:180px; z-index: 9;background-color: #fff; padding:5px;  border: 1px #E2E6E7 solid; -webkit-border-radius:8px;	-moz-border-radius:8px;	border-radius:8px;z-index: 999}
.head_wx2 img{ width: 100%;}
.head_wx2 .arow{background: url(http://www.xzrcyy.com/images/ar.png) no-repeat top center;width: 9px;height: 16px;display: inline-block;position: absolute;top:-5px;right:81px;}  
    
    .head_wx3{display:none; position:absolute;bottom:-198px;left:46%; width:180px;background-color: #fff; padding:5px;  border: 1px #E2E6E7 solid; -webkit-border-radius:8px;	-moz-border-radius:8px;	border-radius:8px;z-index: 999}
.head_wx3 img{ width: 100%;}
.head_wx3 .arow{background: url(http://www.xzrcyy.com/images/ar.png) no-repeat top center;width: 9px;height: 16px;display: inline-block;position: absolute;top:-5px;right:81px;}
}


@media screen and (min-width:301px) and (max-width:424px) {
.tijiao li { line-height: 35px;margin: 0 0 5px 0; display: table; }
.tijiao li span { float: left; width:25%; text-align:left; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
.tijiao li textarea{width:96%;height:125px;}
.coolbg { background: #173f70; color: #ffff; padding: 10px 40px;margin: 0 0 0 25px; border-radius: 8px; border: none; }
.coolbg_box { width:100%; margin: 0px auto;padding: 0 0 15px 0;border-bottom:1px dashed #d2d1d1;display: table; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
.coolbg_box em { line-height: 40px; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }	
}
.shuoming{margin:10px 15px 0 15px;padding:0;color: #555; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
@media (min-width:425px){
    
.tijiao li { line-height: 35px; margin: 0 0 12px 0;display: table; }
.tijiao li span { float: left; width: 20%; text-align:right; font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
.tijiao li textarea{width: 67%;height:125px;}
  .coolbg { background: #173f70; color: #ffff; padding: 10px 40px;margin: 0 0 0 45px; border-radius: 8px; border: none; }
.coolbg_box { width:100%; margin: 0px auto;padding: 0 0 15px 0;border-bottom:1px dashed #d2d1d1;display: table; }
.coolbg_box em { line-height: 40px;margin: 0 0 0 60px;  }  
}

@media (max-width:767px) and (min-width:300px){ 
.picbox{width: 96%;margin: 0 auto 15px auto}
.picbox2{width: 96%;margin:25px auto 15px auto}
.ydbox{ border:1px #d2d1d1 solid; padding:10px; width: 90%; background: #fff; margin: 40px auto 0 auto;}
.ydbox_title{ color: #263858; border-bottom: 1px dashed #d2d1d1; padding: 0 0 15px 0; margin: 0 0 15px 0; text-align: center;font: 700 24px/30px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.ydbox_form{ margin: 0 auto;}

.f-t{width:50%;margin: 10px 0;font:normal 14px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";float:left;}	
.f-t2{width:50%; }


}
@media (max-width:1023px) and (min-width:768px){
.picbox,.picbox2{width: 96%;margin: 0 auto 15px auto}

}

@media (min-width: 767px) {
.biaodian_but { width:60%; text-align: center; margin: 0px auto; display: table; }
.biaodian_but .coolbg { background: #173f70; color: #fff;margin: 0; line-height: 30px; padding: 2px 15px;border: 0px; border-radius: 12px; display: table;float: left; }
}


@media (max-width: 767px) {
.biaodian_but {  text-align: center; margin: 0px auto; display: table; }
.biaodian_but .coolbg { background: #173f70; color: #fff; line-height: 30px; padding: 2px 15px;border: 0px; border-radius: 12px; display: table;float: left; }
}



@media (max-width: 767px) {
    table{width: 96%;}
	.zhanwei { height: 1.5rem; }
.zhanwei_P{ height:0.5rem; }
    table thead{background-image:-webkit-linear-gradient(to bottom, #c49770, #dcb58e);background-image:linear-gradient(to bottom,#c49770,#dcb58e); font:100 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #fff;word-break:break-all; word-wrap:break-word;  }
   
}
.tab-content table{border-collapse:collapse;font:normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";  width:100%;margin: 0;padding: 0;}

@media (max-width:768px) and (min-width:300px){
    .nbox .bigtitle{font:400 18px/30px "\5FAE\8F6F\96C5\9ED1"; margin:0;height: 64px;}

    .xianjia{margin:5px 0 0 0;color: #f82771}.xianjia span{font:200 18px/38px "\5FAE\8F6F\96C5\9ED1";}
  
    .more>a{ display:block; width:100%; padding:50px 0 20px 0;  }
    .more_l>a{ display:block; width:100%; padding:50px 0 20px 0;  }

   
}
@media (min-width:768px){ .ydbox{ border:1px #d2d1d1 solid; padding:30px; width:80%; background: #fff; margin:0px auto;}
.ydbox_title{ color: #263858; border-bottom: 1px dashed #d2d1d1; padding: 0 0 15px 0; margin: 0 0 15px 0; text-align: center;font: 700 24px/30px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.ydbox_form{ margin: 0 auto; width: 90%;}
.form-group{margin: 0 auto; width:320px;}
.f-t2{padding:20px 0  0 0;white-space:nowrap; width:45%}
.f-t{width:50%;margin: 10px 0;font:500 18px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";float:left;}

}

@media (min-width:769px){
    .nbox .bigtitle{font:700 24px/32px "\5FAE\8F6F\96C5\9ED1"; margin:0;height: 64px;}
    .xianjia{margin:12px 0 0 0;color: #f82771}.xianjia span{font:700 34px/38px "\5FAE\8F6F\96C5\9ED1";padding: 0 8px}

    

   
}

.wp{width: 100%;margin: 0 auto;padding:0; background:#173f70;}
.wp2{width: 100%; margin: 0 auto;padding:0;background:#90b0d6;}
.wp3{width: 100%; margin: 0 auto;padding:0 0 60px 0;background:#F8F8F8;}
.wp4{width: 100%; margin: 0 auto;padding:40px 0;
background: rgb(30,87,153); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%, rgba(32,124,202,1) 0%, rgba(38,56,88,1) 0%, rgba(55,79,117,1) 0%, rgba(55,79,117,1) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 0%,rgba(38,56,88,1) 0%,rgba(55,79,117,1) 0%,rgba(55,79,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  rgba(30,87,153,1) 0%,rgba(32,124,202,1) 0%,rgba(38,56,88,1) 0%,rgba(55,79,117,1) 0%,rgba(55,79,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#374f75',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fenge{padding:0;margin: 0 auto;height: 30px;}
.jsq{font:normal 12px/20px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; color: #263858}

.yykxbox img{width: 100%;height: auto;}
.yykxbox{background: #fbfbfb;}

.yykx_blk{padding:20px 25px;}
.yykx_blk h3{font: 700 16px/30px "\5FAE\8F6F\96C5\9ED1";padding: 0 0 10px 0;color: #333}
.yykx_blk p{height: 110px; font:normal 14px/22px "\5FAE\8F6F\96C5\9ED1";padding: 0 0 30px 0;color: #666}

.tijiao { margin:0px auto; background: #eeeeee;padding:10px 20px 30px 20px;  width:100%; box-sizing: border-box; }
.tijiao h6 { font-size: 16px; text-align: center; margin-bottom: 25px; border-bottom: 2px solid #263858; line-height: 40px; color: #263858; }
.tijiao li { line-height: 35px; margin-bottom: 15px; display: table; }
.tijiao li span { float: left; width: 20%; text-align: center; }
.tijiao li input { width: 70%; float: left; height: 28px; margin-top: 4px;border: 0 }
.tijiao li textarea{border: 0 }
.tijiao li { width: 100%; }
.biaodian_box{background: #fff;text-align: center; padding: 25px;box-sizing: border-box;width: 90%;margin:45px auto 25px auto;}
.biaodian_box img{margin: 0 0 25px 0;}
.biaodian_box p{color: #183c76;text-align: left;padding: 0;margin: 0; font: normal 14px/24px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.down {
    width: 0;margin: 0 auto;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #173f70;
}

.tmenu{color: #f7d56c; text-align: center;margin:0 auto;width: 100%; height:80px; padding: 0;}
.tmenu h3{margin: 0;padding:0;font:700 30px/80px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}
.tmenu2{color: #173f70; text-align: center;margin:40px auto 0px auto;width: 100%; height:40px; padding: 0;}
.tmenu2 h3{padding:0;font:700 30px/29px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";text-transform: uppercase;} 

.tmenu2 h3.no-span {
    display: table;
    white-space: nowrap;
}
.tmenu2 h3.no-span:before,
.tmenu2 h3.no-span:after {
    border-top: 2px solid #173f70;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
.tmenu2 h3.no-span:before {
    right: 1.5%;
}
.tmenu2 h3.no-span:after {
    left: 1.5%;
}

.tmenu3{ margin:0 auto 50px auto;padding:0 5px 10px 5px;width: 200px; border: 1px solid #173f70}
.tmenu3 h3{padding:0;text-align: center; color: #173f70;font:300 20px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}

.btn{color:#fff; background: #263858; letter-spacing: 0.3px;font-size: 15px; font-weight: 500; padding: 18px 25px;}
.btn a{color:#fff;}
.xmpic{width:686px;height: auto;display: block; margin: 0;}

.blk_1{background:#fff;padding:0;-moz-border-radius:20px; border-radius:20px;} 

.qrbox{-moz-border-radius:20px; border-radius:20px;background: #fff url("../images/qr.png") no-repeat center center;width:200px;height:230px;margin:25px auto 0 auto}
.qrbox p{margin: 0 0 15px 0;color: #263858; text-align: center;font:700 16px/28px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
.r_title{color: #b62e3a} .w_title{color: #fff}
.info{padding: 60px 0}
.info p{margin:0;color: #173f70;text-indent: 2em; text-align:left;font:normal 16px/30px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
.anquan{background:#FCFCFE;width: 100%; margin: 0 auto;padding: 35px 0}


@media screen and (min-width:426px) and (max-width:1023px){
.tmenu{ margin:0;height:80px;}
.tmenu h2{ font:normal 20px/50px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:110px 0 0 0}
.tmenu2{ margin:0;height:35px;text-align: center}
.tmenu2 h3{font:normal 18px/18px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0} 
   
}

@media screen and (min-width:376px) and (max-width:425px) {
.fenge{padding:0;margin: 0 auto;height:10px;}
.tmenu{ margin: 0;height:45px;}
.tmenu h3{font:normal 20px/45px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}
.tmenu2{ margin:0;height:30px;text-align: center}
.tmenu2 h3{font:normal 18px/18px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0} 
 
}
@media screen and (min-width:326px) and (max-width:375px) {
.fenge{padding:0;margin: 0 auto;height:10px;}
.tmenu{ margin:0;height:45px;}
.tmenu h3{font:normal 20px/45px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}
.tmenu2{ margin:0;height:30px;text-align: center}
.tmenu2 h3{font:normal 18px/18px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}   
      
}
@media screen and (min-width:300px) and (max-width:325px) {
.tmenu{ margin:0;height:40px;}
.tmenu h3{font:normal 18px/40px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}   

.tmenu2{ margin:30px 0 15px 0 ;height:30px;}
.tmenu2 h3{font:normal 18px/18px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";padding:0}   
    
}


@media (max-width:1200px) and (min-width: 992px){

	.btn.btn-default,.btn.btn-primary{padding: 5px;}
	.nt_btn{ position: absolute; left:280px; top:260px;}
.xmpic{width:40rem;height: auto;display: block; margin: 0;}
.zx{ text-align: center;margin:0 0 20px 0;height: 40px; }
}

@media (max-width: 767px) {
	body { font: 0.44rem/1.5 "PingFang SC", "Lantinghei SC", "Microsoft YaHei", Helvetica, Arial, sans-serif; }
  .info p{margin:0;padding: 0 8px;text-align: left; font:normal 14px/22px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"; }
}
body ::selection { color: #fff; background-color: #263858; text-shadow: none; }body ::-moz-selection { color: #fff; background-color: #263858; text-shadow:none; }.padd_l0 { padding-left: 0px; }.padd_r0 { padding-right: 0px; } @media (max-width: 767px) {.container { padding: 0; }.row { margin: 0; }.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .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, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding: 0; }}
/* 通用 */
.fl{float: left; }.fr{float: right; }
.transdelay { transition:all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }.transdelay a { transition:all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; }
.transdelay2 { transition:all 0.6s ease-in-out 0s; -webkit-transition: all 0.6s ease-in-out 0s; -o-transition: all 0.6s ease-in-out 0s; }.transdelay2 a { transition:all 0.6s ease-in-out 0s; -webkit-transition: all 0.6s ease-in-out 0s; -o-transition: all 0.6s ease-in-out 0s; }
.opactran a img { filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity:1.00; opacity:1; transition:all 0.3s ease-in-out 0s; }.opactran a:hover img { filter:alpha(opacity=70); filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity:0.70; opacity:0.7; }

@media (max-width: 1024px) and (min-width:992px){
  .submenu{font:normal 16px/32px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}  
    
}
@media (max-width:991px) and (min-width:768px){
   .youshipic img{width:478px;height: auto;display: block; margin: 0 auto;}
   .submenu{font:normal 14px/26px Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";}  
}
@media (min-width: 1200px){
.kpjy_list{padding: 0; margin:5px 0 30px 0;}
.kpjy_list li{padding: 0 0 5px 3px; margin: 0 0 6px 0;font: normal 16px/26px "\5FAE\8F6F\96C5\9ED1";}
.kpjy_list li::before{
content:"●";
color:#415d87;padding: 0 5px 0 0;
font-size:20px;font-weight: bolder;
}
}

@media (max-width:375px) and (min-width: 301px){
 .xmpic{width:28rem;height: auto;display: block; margin: 0;}
    
}


@media (max-width: 991px) and (min-width: 768px) {
  
		.btn.btn-default,.btn.btn-primary{padding: 5px;}

}
.zhanwei_P{ height:25px; }
.zhanwei { height: 50px; }
@media (max-width: 767px) {
	.zhanwei { height:2rem; }
.zhanwei_P { height:1rem; }
}


@media (max-width: 767px) {
	.zero-clipboard { display: none; }
}

@media screen and (min-width:0px) and (max-width: 767px) {
	.btn.btn-default,.btn.btn-primary{padding: 10px;}
	.nt_btn{ position: absolute; left:30px; top:170px;}
#videoArea iframe{ width:100%; height:200px;}
}
/* 底部 */
.footer { background-color: #fafafa; padding: 30px 0; margin:0 auto; }
.footer span { color: #ababab; display: block; text-align: center; }
.footer span a { color: #ababab; }
.footer span a:hover { color: #ababab; }
@media (max-width: 767px) {
	
	.footer { padding: 20px 0; }
	.footer span { font-size: 0.9rem; }
}
@media (max-width: 767px) {
	body { font: 0.44rem/1.5 "PingFang SC", "Lantinghei SC", "Microsoft YaHei", Helvetica, Arial, sans-serif; }

}
