@charset "utf-8";
/* CSS reset for c_b*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table th, table td {
        padding: 5px;
    }

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

ception, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

a {
    color: #333;
    text-decoration: none;
    cursor:pointer;
}
    /*for ie f6n.net*/
    a:focus {
        outline: none;
    }
    /*for ff f6n.net*/
    a:hover {
        text-decoration: none;
    }
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

li {
    list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.cur {
    cursor: pointer
}
/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    outline: none;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.231 "微软雅黑","Arial Narrow",HELVETICA;
}

select, input, button, textarea, button {
    font: 99% "微软雅黑","Arial Narrow",HELVETICA;
}

table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}
/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 IE*/
    zoom: 1;
}
/*end reset*/
body {
    margin:0 auto;
    min-width:1400px;
    background:#f2f2f2;
}

.content, .container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

/* tanchuang1 提交弹窗*/
  .tanchuang1 {
  width:100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/tanchuangbg.png);
  height:100%;
  z-index:9999999;
}
.tanchuang1 .conBox {
  width: 400px;
  height: 212px;
  padding: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -220px;
  top: 50%;
  margin-top: -80px;
  z-index:9999999;
}
.tanchuang1 .conBox .tcClose {
  width: 33px;
  height: 90px;
  position: absolute;
  right: 45px;
  top: -90px;
  cursor: pointer;
  z-index:999999999999999;
}
.tanchuang1 .conBox .box {
  width: 398px;
  height: 190px;
  border: 1px solid #e5e5e5;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.tanchuang1 .conBox .box img {
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 auto;
}
.tanchuang1 .conBox .box h5 {
  font-size: 24px;
  color: #1e91ce;
  font-weight: bold;
  margin-top: 10px;
}
.tanchuang1 .conBox .box p {
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 10px;
}
.tanchuang1 .conBox .box .b15 {
  display: block;
  width: 150px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -75px;
  background: #1e91ce;
  text-decoration: none;
  z-index:999999999999999;
  border:0px;
}
.tanchuang2 .conBox .box a {
  background: #404040;
}

/*------------------------------------  新加入的代码放在下面  ---------------------------------------------*/

/*关闭网站*/
.y-close-page {
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    background-color:#333;
}
.y-dialog-cont {
    width:360px;
    height:160px;
    background-color:#fff;
    margin:8% auto 0;
    border-radius:10px;
    text-align:center;
    color: #666;
}
.y-dialog-cont p{
    padding-top:10%;
    font-size:18px;
}
.y-dialog-cont a{
   display:block;
   width:70px;
   height:36px;
   line-height:36px; 
   color:#fff; 
   border-radius:5px; 
   margin:36px auto 0; 
   text-decoration:none;
   background:#1e91ce;
}


/* 
    author:PengJin;
    date:2019-10-26;
*/

@font-face {
    font-family: "Adelon-Medium";
    src: url("../font/Adelon-Medium.woff") format("woff"),
       url("../fonts/adelon-medium.ttf") format("truetype"),
       url("../fonts/adelon-medium.eot") format("embedded-opentype"),
       url("../fonts/adelon-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*--public--*/
.wrapper{margin:0 auto;width:1200px;}
.wrap-title{margin:0 auto 30px;width:1200px;overflow:hidden;}
.wrap-title .en{float:right;color:#b2b2b2;text-transform:uppercase;font-family:"Adelon-Medium";}
.wrap-title .en span{display:block;font-size:24px;}
.wrap-title .en p{font-size:16px;}
.wrap-title .ch{overflow:hidden;text-align: center;}
.wrap-title .ch h3{height:45px;line-height:45px;font-weight:normal;font-size:30px;color:#000;letter-spacing: 2px;}
.wrap-title .ch h3:after{display:inline-block;width:10px;height:10px;content:"";vertical-align:text-top;background:#1e91ce;border-radius:50%;animation:scale 3s ease-in-out infinite}
.wrap-title .ch h3 span{color: #1e91ce;font-weight: bold;}
.wrap-title .ch h3 a{color: #646464;font-weight: bold;}
.wrap-title .ch h3 a:hover{color:#1e91ce;}
.wrap-title .ch p{height:32px;line-height:32px;font-size: 16px;color: #717171;}
.wrap-title.white .ch *{color:#fff;}
/*--end public--*/

/*按钮动画*/
.btn-wave{position:relative;-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);overflow:hidden;}
.btn-wave:before{content:'';display: block;width: 120%;height: 0;padding: 60% 0;background-color:#96c13f;border-radius: 50%;position: absolute;left: -10%;top: 50%;-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);z-index: -1;}
.btn-wave:hover:before{-webkit-animation: btnWave 2s ease;animation: btnWave 2s ease infinite;-webkit-animation-fill-mode: forwards;-o-animation-fill-mode: forwards;animation-fill-mode: forwards;}
@-webkit-keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
@keyframes btnWave{0%{-webkit-transform: translateY(-50%) scale(0);transform: translateY(-50%) scale(0);}50%{opacity: 1;}100%{opacity: 0;-webkit-transform: translateY(-50%) scale(1);transform: translateY(-50%) scale(1);}}
/*end 按钮动画*/

/*--header--*/
.header{position:relative;padding:0 2%;height:130px;background:#fff;}
.header .logo{position:relative;float:left;padding:20px;width:120px;height:90px;overflow:hidden;}
.header .logo img{display:block;width:120px;height:90px;}
.header .logo:after{display:block;position:absolute;right:0;top:45px;width:1px;height:40px;content:"";background:#e6e6e6;}
.header .slogan{float:left;padding-left:30px;padding-top:35px;line-height:30px;overflow:hidden;}
.header .slogan h2{font-weight:400;font-size:20px;color: #1e91ce;font-weight: bold;}
.header .slogan p{font-size:16px;color:#7f7e7e;font-weight: bold;}
.header .tel{position:absolute;right:0;top:0;padding:35px 30px;overflow:hidden;background:#fff;border-left:#e6e6e6 solid 1px;}
.header .tel dl{padding-right:45px;height:60px;line-height:30px;text-align:right;overflow:hidden;background:url(../images/tel.png) no-repeat right 14px;}
.header .tel dt{font-family:"Adelon-Medium";font-size:24px;color:#1e91ce;font-weight: bold;}
.header .tel dd{font-family:"Adelon-Medium";font-size:16px;color:#5a5959; font-weight: bold;}
.header .nav{float:left;padding-left:30px;height:130px;line-height:130px;}
.header .nav-list li{position:relative;float:left;margin:0 20px;}
.header .nav-list li:after{display:block;position:absolute;left:50%;bottom:0;width:0;height:4px;content:"";background:#1e91ce;transition:all 0.5s;}
.header .nav-list li>a{display:block;font-size:16px;color:#7f7e7e; font-weight: bold;}
.header .nav-list li.cur:after,.header .nav-list li:hover:after{left:0;width:100%;}
.header .nav-list li.cur>a,.header .nav-list li:hover>a{color:#1e91ce;}
.header .nav-list li.drop{padding-right:12px;background:url(../images/drop.png) no-repeat right center;}
.dropDown{display:none;position:absolute;z-index:999;left:50%;top:100%;margin-left:-60px;width:120px;text-align:center;overflow:hidden;background:#fff;border-radius:5px;box-shadow:0 0 20px rgba(0,0,0,0.15);}
.dropDown a{display:block;padding:0 10px;height:50px;line-height:50px;font-size:14px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dropDown a:hover{color:#fff;background:#1e91ce;}
@media screen and (max-width: 1799px){
.header .slogan{display:none;}
}
@media screen and (max-width: 1499px){
.header .nav-list li{margin:0 14px;}
}
@media screen and (max-width: 1366px){
.header .nav-list li{margin:0 12px;}
}
/*--end header--*/

/* --service-- */
.service{padding:10px 0;overflow:hidden;background:#1e91ce;}
.service-list{height:116px;background:url(../images/service_bg.png) no-repeat;}
.service-list .item{float:left;width:25%;height:116px;}
.service-list .item a{display:block;padding:15px 30px 20px;color:#fff;overflow:hidden;background:url(../images/read_white.png) no-repeat 30px bottom;}
.service-list .item span{display:block;height:30px;line-height:30px;font-size:20px;}
.service-list .item p{height:25px;line-height:25px;font-size:16px;}
/* --end service-- */

/*--footer--*/
.footer{overflow:hidden;background:#fff;}
.ft-inner{padding:50px 0;overflow:hidden;}
.ft-inner .ft-menu{float:left;width:900px;overflow:hidden;}
.ft-inner .ft-menu dl{float:left;width:33.33%;}
.ft-inner .ft-menu dt{height:30px;line-height:30px;font-size:18px;}
.ft-inner .ft-menu dt a{color:#333;}
.ft-inner .ft-menu dt a:hover{color:#1e91ce;font-weight:bold;}
.ft-inner .ft-menu dd{padding-top:15px;overflow:hidden;}
.ft-inner .ft-menu dd a{display:block;height:30px;line-height:30px;font-size:14px;color:#999;}
.ft-inner .ft-menu dd a:hover{color:#1e91ce;}
.ft-inner .ft-menu dd a:before{display:inline-block;width:0;height:1px;background:#1e91ce;content:"";vertical-align:middle;transition:all 0.5s;}
.ft-inner .ft-menu dd a:hover:before{margin-right:10px;width:20px;}
.ft-inner .ft-info{float:right;overflow:hidden;}
.ft-inner .QRcode{float:right;text-align:center;}
.ft-inner .QRcode .pic{position:relative;padding:5px;width:110px;height:110px;overflow:hidden;background:url(../images/qrcode_bg.jpg) no-repeat;}
.ft-inner .QRcode .pic img{display:block;width:110px;height:110px;}
.ft-inner .QRcode .pic:after{display:block;position:absolute;left:0;top:0;width:100%;height:40px;content:"";background:url(../images/light.png) no-repeat;animation:light 3s linear infinite;}
.ft-inner .QRcode .tit{height:33px;line-height:33px;font-size:14px;color:#333;border-bottom:#e6e6e6 solid 1px;}
.ft-inner .tel{clear:both;padding-top:40px;line-height:1.5;text-align:right;overflow:hidden;}
.ft-inner .tel span{display:block;font-size:16px;color:#000;}
.ft-inner .tel p{font-size:20px;color:#1e91ce;font-family:"Adelon-Medium";}
.ft-links{clear:both;padding:15px 0;line-height:22px;overflow:hidden;}
.ft-links dt{float:left;padding-right:20px;}
.ft-links dt a{color:#999;}
.ft-links dt a:hover{font-weight:bold;color:#1e91ce;}
.ft-links dd{padding-left:20px;overflow:hidden;border-left:#e6e6e6 solid 1px;}
.ft-links dd a{display:inline-block;margin-right:20px;color:#999;}
.ft-links dd a:hover{color:#1e91ce;}
.copyright{padding:15px 0;height:25px;line-height:25px;font-size:14px;color:#999;overflow:hidden;border-top:#e6e6e6 solid 1px;}
.copyright a{margin-left:15px;color:#999;}
.copyright a:hover{text-decoration:underline;}
@keyframes light{
    0%{top:0;}
    50%{top:100%;}
    100%{top:-40px;}
}
/*--end footer--*/