@charset "utf-8";
/* CSS Document */
html{}
body{font-family:"Microsoft YaHei",Arial; font-size:100%; color:#434343; margin:0px; padding:0px; overflow-x:hidden;}
ol,ul,li,p,dl,dt,dd,h1,h2,h3,h4,h5,h6{list-style:none outside none; margin:0px; padding:0px; font-size:100%; font-weight:normal;}
img {border:none;}
a:link, a:visited {color:#434343; text-decoration: none;outline:none;}
a:hover, a:active {color:#0078dd; text-decoration: none;outline:none;}
.clear{clear:both;}
.kg{ width:96%; margin:0 auto; max-width:1300px;}
.kga{ width:98%; margin:0 auto; max-width:1200px;}
.fl{ float:left;}
.fr{ float:right;}
.dw{ position:relative;}
.cj{ overflow:hidden;}
.green-black {display:block; padding-top:26px; clear:both; text-align:center;}
.green-black a {padding:5px 8px 4px 8px; padding:5px 8px 4px 8px;border:1px solid #eee; height:12px; line-height:12px; zoom:1; font-weight:bold; font-size:12px; overflow:auto; margin-left:3px; margin-right:3px; color:#333; background:url(../images/page_bg01.png) #fff bottom repeat-x; text-decoration:none;}
.green-black a:hover {border:1px solid #af6928; height:12px; line-height:12px; zoom:1;overflow:auto;background:url(../images/page_bg02.png) top repeat-x #0078dd; margin-left:3px; margin-right:3px; color:#fff;font-size:12px;}
.green-black span.current {padding:5px 8px 5px 8px; padding:5px 8px 4px 8px;border:1px solid #eee; color:#fff; height:12px; line-height:12px; zoom:1; overflow:auto; background:url(../images/page_bg02.png) top repeat-x #0078dd; margin-left:3px; margin-right:3px; margin-top:0px; margin-bottom:0px; font-size:12px}
::-webkit-scrollbar {width:3px;height:8px;background-color:#fff;border-radius:4px; position:relative;}
::-webkit-scrollbar-thumb {background-color:#b1b1b1;border-radius:3px;}
#dituContent{ height:450px; border-top:1px solid #ddd;}
@media screen and (max-width:770px){
#dituContent{ height:230px;}
}
/*基础配置*/

@font-face {
 font-family:"alternate";
 src: url("../fonts/alternate.eot"),
      url("../fonts/alternate.ttf");
}
@font-face {
 font-family:"Din";
 src: url("../fonts/din.eot"),
      url("../fonts/din.ttf");
}
@font-face {
  font-family:"Dinr";
  src: url("../fonts/dinr.eot"),
       url("../fonts/dinr.ttf");
 }
@font-face {
  font-family:"Dinstd";
  src: url("../fonts/dinstd.eot"),
       url("../fonts/dinstd.ttf");
}

/*首页style开始*/
.top_bg{ height: 100px; background: #fff; box-shadow: 0px 1px 3px rgba(0,0,0,0.3); width: 100%; position: relative; z-index: 999;}
.logo{ padding-top: 20px;}
.tel{ margin-top: 34px; padding-left: 40px; position: relative;}
.tel::after{ content: ''; width: 1px; height: 16px; background: #ccc; position: absolute; left: 10px; top: 8px;}
.tel a{ display: block; padding-left: 45px;  background: url(../images/tel.png) no-repeat left center; color: #0078dd; font-family: 'Dinstd'; line-height: 30px; font-size: 2rem;}
.sp_nav i{ display:none;}
.sjj_nav{display: grid; grid-template-columns: 1fr; transition: 0.5s;}
.sjj_nav>ul>li{ position:relative; float: left;}
.sjj_nav li .sp_nav_xjb{display:none;}
.sjj_nav>ul>li>a{display:block; text-align:center; padding: 0 25px; font-size:1rem; color: #2c2c2c; height:100px; line-height:100px; transition:0.5s; position:relative; z-index:9;}
.sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.cur>a{ color: #0078dd; font-weight: bold; transition: 0.5s;}
.sjj_nav>ul>li::after{ content: ''; position:absolute; left:25%; bottom:23px; width:50%; height:3px; background:#0078dd; transform:scaleX(0); transition:0.5s;}
.sjj_nav>ul>li:hover::after,.sjj_nav>ul>li.cur::after{transform:scaleX(1); transition:0.5s;}
.sjj_nav>ul>li>ul{ display: none; position: absolute; width: 130%; background: rgba(255,255,255,0.95); left: -15%; text-align: center;}
.sjj_nav>ul>li>ul>li{position: relative; text-align: center;}
.sjj_nav>ul>li>ul>li>a{ display: block; height: 40px; font-size: 0.9375rem; border-top: 1px solid rgba(0,0,0,0.1); line-height: 40px; transition: 0.5s;}
.sjj_nav>ul>li>ul>li:hover>a{background: #0078dd; color: #fff; transition: 0.5s;}
@media screen and (max-width:1279px){
.top_bg{ height: 80px;}
.top_bg .kg{ width: 100%;}
.logo{ padding-top: 12px; padding-left: 1%;}
.logo img{ height: 56px;}
.tel{ margin-top: 27px; padding-left: 0px; padding-right: 40px;}
.tel::after{ display: none;}
.sjj_nav>ul>li>ul{ width: auto; background: none; position: relative; left: auto;}
.sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.cur>a{ color: #fff;}
}
@media screen and (max-width:767px){
.top_bg{height: 50px;}
.logo{ padding-top: 8px; padding-left: 1.5%;}
.logo img{ height: 34px;}
.tel{ margin-top: 14px; padding-right: 2.5%;}
.tel a{padding-left: 30px; background-size:auto 20px; line-height: 24px; font-size: 1.5rem;}
}
/*
.sjj_nav li ul{ position:absolute; width:180px; background:#d97b1b; left:25%; margin-top:3px; overflow:hidden; transform:scaleX(0); opacity:0; transition:0.5s;}
.sjj_nav li:hover ul{transform:scaleX(1); opacity:1; transition:0.5s;}
.sjj_nav li ul li{ height:42px; line-height:42px; border-top:1px solid #cb7319; float:none;}
.sjj_nav li ul li:nth-child(1){ border-top:none;}
.sjj_nav li ul li a{ padding:0; line-height:42px; height:42px; font-size:1.125rem; text-align:center; font-family:"Din"; transition:0.5s;}
.sjj_nav li:hover ul li a,.sjj_nav li.cur ul li a{ color:#fff; transition:0.5s;}
.sjj_nav li ul li:hover a{ background:#ce7111; color:#fff; transition:0.5s;}
*/
/*banner*/
.banner{height:auto; width:100%; position:relative; height:100%; display:inline-block;}
.slides{position:relative; height:100%;}
.slides li{height:100%; position:relative; width:100%;}
.slides li a{ display:block; width:100%; height:auto;}
.slides li img{display:none;}
.flex-control-nav{ position:absolute; bottom:5%; z-index:99; text-align:center; width: 100%; left: 0;}
.flex-control-nav li{ display:inline-block; margin:0 10px;}
.flex-control-nav li a{ display:block; overflow:hidden; text-indent:-999px; width:16px; height:16px; border-radius:50%; background: #fff; cursor:pointer;transition:0.5s;}
.flex-control-nav li a.flex-active{ background: #0078dd; transition:0.5s;}
.flex-direction-nav{position:absolute;z-index:99; width:100%; left:0; margin:0 auto; top:47%;}
.flex-direction-nav li a{display:block;width:15px;height:25px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=80); -moz-opacity:1; -khtml-opacity:1; opacity: 1;}
.flex-direction-nav li a.flex-prev{left:2%;background:url(../images/ban_l.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:2%;background:url(../images/ban_r.png) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
@media screen and (max-width:1279px){
.slides li{ background-size:auto 100% !important; height:auto !important;  min-height:520px !important;}
}
@media screen and (max-width:770px){
.slides li{ background:none!important; height:auto !important; min-height:inherit !important;}
.slides li img{ width:100%; display:block;}
}
/*banner*/

.gjcsous{height: 72px; width: 100%; position: relative; z-index: 10;}
.gjc{ font-size: 1rem; line-height: 72px; height: 72px; font-weight: bold;}
.gjc a{ font-weight: normal; transition: 0.5s;}
.gjc span{ font-weight: normal; font-size: 1rem; padding: 0 15px;}
.gjc a:hover{ color: #0078dd; transition: 0.5s;}
@media screen and (max-width:767px){
.gjcsous{ display: none;}
}

.index_bga{ width: 100%; padding: 75px 0; background: #f3f3f3; overflow: hidden;}
.inda_title{ text-align: center;}
.inda_title p{ font-family: 'Dinstd'; font-size: 5rem; color: rgba(0,0,0,0.05); line-height: 1em;}
.inda_title h2{ font-size: 2.5rem; font-weight: bold; color: #0078dd; line-height: 1em; margin-top: -35px;}
.inda_gf{position: relative; margin-top: 40px;}
.inda_fl ul{ display: flex; justify-content: space-between; width: 30%; margin: 0 auto;}
.inda_fl li{ flex: 0 1 48%; background: #fff; text-align: center; position: relative;}
.inda_fl li a{ display: block; font-size: 1.125rem; line-height: 50px; height: 50px; position: relative; z-index: 9; transition: 0.5s;}
.inda_fl li:hover a,.inda_fl li.on a{ color: #fff; transition: 0.5s;}
.inda_fl li::before{ content: ''; width: 0; height: 0px; border: 10px solid transparent; border-top: 10px solid #0078dd; position: absolute; bottom: -0px; left: 50%; margin-left: -10px; opacity: 0; transition: 0.5s;}
.inda_fl li::after{ content: ''; width: 100%; height: 100%; background: #0078dd; position: absolute; left: 0; top: 0;  transform: scale(0); transition: 0.5s;}
.inda_fl li:hover::before,.inda_fl li.on::before{ bottom: -20px; opacity: 1; transition: 0.5s 0.4s;}
.inda_fl li:hover::after,.inda_fl li.on::after{ transform: scale(1); transition: 0.5s;}
.inda_tab{ margin-top: 30px;}
.inda_nr ul{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.inda_nr li{ flex: 0 1 24%; margin-top: 1.333%; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.05);}
.inda_nr li a{ display: block; padding: 9px; padding-bottom: 0;}
.inda_pic{ overflow: hidden;}
.inda_pic img{ display: block; width: 100%; transition: 0.5s;}
.inda_nr li:hover .inda_pic img{ transform: scale(1.05);}
.inda_mc{ text-align: center; height: 50px; line-height: 50px;}
@media screen and (max-width:1279px){
.inda_title p{font-size: 4rem;}
.inda_title h2{ font-size: 2.25rem;}
.inda_fl ul{width: 34%;}
.inda_fl li a{font-size: 1rem; line-height: 46px; height: 46px;}
.inda_nr li a{padding: 4px;}
.inda_mc{height: 40px; line-height: 40px; margin-top: 4px;}
}
@media screen and (max-width:1023px){
.inda_fl ul{width: 40%;}
.inda_mc{ font-size: 0.9375rem;}
}
@media screen and (max-width:767px){
.index_bga{padding: 40px 0 50px 0;}
.inda_title p{font-size: 2.875rem;}
.inda_title h2{ font-size: 1.5rem; margin-top: -25px;}
.inda_gf{margin-top: 20px;}
.inda_fl ul{width: 80%;}
.inda_fl li a{line-height: 38px; height: 38px;}
.inda_tab{ margin-top: 20px;}
.inda_nr li{ flex: 0 1 49%; margin-top: 2%;}
.inda_mc{height: 34px; line-height: 34px; font-size: 0.875rem; margin-top: 4px;}
}

.index_bgb{ background: #fff; padding: 80px 0; width: 100%; overflow: hidden;}
.indb_nr{ background: url(../images/indb_bg.jpg) no-repeat center; width: 100%; margin-top: 70px; max-width: 1200px; margin: 0 auto;}
.indb_nr li{ float: left; width: 25%; text-align: center; cursor: pointer; padding: 50px 0;}
.indb_pic{position: relative; width: 72px; height: 72px; margin: 0 auto;}
.indb_pic p{ background: #0078dd; border-radius: 50%; transform: scale(0); transition: 0.5s;}
.indb_pic span{ position: absolute; width: 100%; right: 0; top: 0; border-radius: 50%; background: #ededed; transform: scale(1) rotate(-360deg); opacity: 1; transition: 0.5s;}
.indb_nr li:hover .indb_pic p,.indb_nr li.on .indb_pic p{ transform: scale(1); transition: 0.5s;}
.indb_nr li:hover .indb_pic span,.indb_nr li.on .indb_pic span{ transform: scale(0) rotate(0); right: -100%; opacity: 0; transition: 0.5s;}
.indb_pic::after{ content: ''; width: 0; height: 0; border: 7px solid transparent;  position: absolute; left: 50%; margin-left: -7px; opacity: 0; transition: 0.5s;}
.indb_nr li:nth-child(-n+4) .indb_pic::after{border-top: 10px solid #0078dd; bottom: -40px; transition: 0.5s;}
.indb_nr li:nth-child(n+5) .indb_pic::after{border-bottom: 10px solid #0078dd; top: -40px; transition: 0.5s;}
.indb_nr li:nth-child(-n+4):hover .indb_pic::after,.indb_nr li:nth-child(-n+4).on .indb_pic::after{bottom: -28px; opacity: 1; transition: 0.5s;}
.indb_nr li:nth-child(n+5):hover .indb_pic::after,.indb_nr li:nth-child(n+5).on .indb_pic::after{top: -28px; opacity: 1; transition: 0.5s;}
.indb_mc{ font-size: 1rem; font-weight: bold; height: 50px; line-height: 50px; transition: 0.5s;}
.indb_nr li:hover .indb_mc,.indb_nr li.on .indb_mc{ color: #0078dd; transition: 0.5s;}
@media screen and (max-width:1279px){
.indb_nr{ background-size: 100% auto;}
.indb_nr li{ padding: 35px 0;}
}
@media screen and (max-width:1023px){
.indb_nr li{ padding: 23px 0;}
.indb_pic{width: 58px; height: 58px;}
.indb_pic img{ display: block; width: 100%;}
}
@media screen and (max-width:767px){
.index_bgb{padding: 40px 0 40px 0;}
.indb_nr{margin-top: 10px;}
.indb_nr li{ padding: 10px 0;}
.indb_pic{width: 40px; height: 40px;}
.indb_pic::after{border: 4px solid transparent; margin-left: -4px;}
.indb_nr li:nth-child(-n+4) .indb_pic::after{border-top: 6px solid #0078dd; bottom: -20px;}
.indb_nr li:nth-child(n+5) .indb_pic::after{border-bottom: 6px solid #0078dd; top: -20px;}
.indb_nr li:nth-child(-n+4):hover .indb_pic::after,.indb_nr li:nth-child(-n+4).on .indb_pic::after{bottom: -13px;}
.indb_nr li:nth-child(n+5):hover .indb_pic::after,.indb_nr li:nth-child(n+5).on .indb_pic::after{top: -13px;}
.indb_mc{ font-size: 0.875rem;  height: 34px; line-height: 34px;}
}

.index_bgc{ background: url(../images/index_bgc.jpg) no-repeat center; background-size: cover; width: 100%; padding: 70px 0;}
.index_bgc .inda_title p{ color:rgba(255,255,255,0.1);}
.index_bgc .inda_title h2{ color: #fff;}
.indc_nr{ padding-top: 50px;}
.indc_nr li{ float: left; width: 24%; margin-right: 1.333%; background: #fff; position: relative; cursor: pointer; overflow: hidden;}
.indc_nr li:nth-last-child(1){ margin-right: 0;}
.indc_nr li a{ display: block; position: relative; padding: 10px;}
.indc_pic{overflow: hidden;}
.indc_pic img{ display: block; width: 100%; transition: 0.5s;}
.indc_nr li:hover .indc_pic img{ transform: scale(1.05);}
.indc_nr li:nth-child(1){ border-radius: 30px 0 0 0;}
.indc_nr li:nth-child(1) .indc_pic{border-radius: 30px 0 0 0;}
.indc_nr li:nth-last-child(1){ border-radius: 0 30px 0 0;}
.indc_nr li:nth-last-child(1) .indc_pic{border-radius: 0 30px 0 0;}
.indc_wb{ padding-top: 30px; padding-bottom: 10px; width: 100%;}
.indc_wb h3{ border-bottom: 1px solid #ddd; height: 50px; color: #0078dd; line-height: 50px; font-size: 1.5rem; font-weight: bold;}
.indc_ms{ margin-top: 10px; font-size: 0.875rem; color: #666; line-height: 22px; height: 88px;}
.indc_po{ position: absolute;  height: 100%; width: calc( 100% - 40px );  padding: 0 20px; left: 0; bottom: -100%; background: rgba(0,120,221,0.9); transition: 0.5s;}
.indc_nr li:hover .indc_po{ bottom: 0; transition: 0.5s;}
.indc_tb{ padding-top: 40%; text-align: center}
.indc_po h3{ border-bottom: 1px solid #fff; height: 50px; color: #fff; line-height: 50px; font-size: 1.5rem; font-weight: bold; width: 50%; margin: 0 auto; text-align: center;}
.indc_po .indc_ms{ margin-top: 10px; font-size: 0.875rem; color: #fff; line-height: 22px; height: 88px;}
@media screen and (max-width:1279px){
.indc_nr{ padding-top: 40px;}
.indc_nr li a{padding: 7px;}
.indc_nr li:nth-child(1){ border-radius: 20px 0 0 0;}
.indc_nr li:nth-child(1) .indc_pic{border-radius: 20px 0 0 0;}
.indc_nr li:nth-last-child(1){ border-radius: 0 20px 0 0;}
.indc_nr li:nth-last-child(1) .indc_pic{border-radius: 0 20px 0 0;}
.indc_wb{ padding-top: 15px;}
.indc_wb h3{height: 40px; line-height: 40px; font-size: 1.25rem;}
.indc_po h3{height: 40px; line-height: 40px; font-size: 1.25rem;}
}
@media screen and (max-width:1023px){
.indc_nr li a{padding: 5px;}
.indc_nr li:nth-child(1){ border-radius: 10px 0 0 0;}
.indc_nr li:nth-child(1) .indc_pic{border-radius: 10px 0 0 0;}
.indc_nr li:nth-last-child(1){ border-radius: 0 10px 0 0;}
.indc_nr li:nth-last-child(1) .indc_pic{border-radius: 0 10px 0 0;}
.indc_wb{ padding-top: 10px;}
.indc_ms{ margin-top: 5px; height: 110px;}
.indc_po{width: calc( 100% - 20px );  padding: 0 10px;}
.indc_po h3{width: 60%;}
}
@media screen and (max-width:767px){
.index_bgc{padding: 40px 0 50px 0;}
.indc_nr{ padding-top: 25px;}
.indc_nr li{ width: 49%; margin-right: 0%;}
.indc_nr li:nth-child(2n){ float: right;}
.indc_nr li:nth-child(-n+2){ margin-bottom: 2%;}
.indc_nr li:nth-last-child(3){ border-radius: 0 20px 0 0;}
.indc_nr li:nth-last-child(3) .indc_pic{border-radius: 0 20px 0 0;}
.indc_nr li:nth-last-child(1){ border-radius: 0 ;}
.indc_nr li:nth-last-child(1) .indc_pic{border-radius: 0 ;}
.indc_tb img{ max-width: 40%;}
}

.index_bgd{ padding: 70px 0; width: 100%; background: #fff;}
.indd_nr{ padding-top: 50px;}
.indd_kg{ width: 48%;}
.indd_btmo{ background: #f4f4f4; padding: 0 25px;}
.indd_bt{ height: 58px; line-height: 58px; font-size: 0.75rem; color: #999;}
.indd_bt span{ font-size: 1.25rem; font-weight: bold; color: #333; margin-right: 8px;}
.indd_more{ padding-top: 15px;}
.indd_more a{ display: block; width: 28px; height: 28px; background: #b0b0b0; border-radius: 50%; text-align: center; line-height: 26px; font-size: 1.25rem; color: #fff; font-family: 'Din'; transition: 0.5s;}
.indd_more a:hover{ background: #0078dd; transition: 0.5s;}
.indd_tab{ padding-top: 20px;}
.indd_pic{ overflow: hidden; width: 35%;}
.indd_pic img{ display: block; width: 100%; transition: 0.5s;}
.indd_one:hover .indd_pic img{ transform: scale(1.05);}
.indd_wb{ width: 61%;}
.indd_wb h3{ height: 40px; line-height: 40px; font-size: 1.125rem; font-weight: bold; overflow: hidden;}
.indd_ms{ font-size: 0.875rem; line-height: 24px; height: 72px; overflow: hidden; margin-top: 10px; color: #666;}
.indd_tab li{ height: 59px; line-height: 59px; border-bottom: 1px solid #ddd; position: relative;}
.indd_tab li::after{ width: 7px; height: 3px; position: absolute; top: 28px; left: 0; background: #ddd; content: ''; transition: 0.5s;}
.indd_tab li:hover::after{ width: 15px; transition: 0.5s; background: #0078dd;}
.indd_tab li a{ line-height: 59px; height:59px; padding-left: 20px;}
.indd_tab li span{ color: #999; float: right;}
.indd_cjwt{ margin-top: 30px; position: relative;}
.indd_cjbt{ width: 12%; background: #0078dd; padding: 40px 2%;}
.indd_cjtit p{ font-size: 1.125rem; color: #fff;}
.indd_cjtit span{ color: rgba(255, 255, 255, .5); font-size: 3rem; font-weight: bold;}
.indd_cjgd{ padding-top: 35px;}
.indd_cjgd a{ display: block; width: 34px; height: 34px; border: 3px solid #fff; border-radius: 50%; text-align: center; line-height: 32px; font-family: 'Din'; color: #fff;}
.indd_cjnr{ width: 84%;}
.indd_cjnr li{ width: 33.333%; float: left; position: relative;}
.indd_cjnr li::after{ height: 70%; width: 1px; background: #ddd; position: absolute; top: 15%; left: 0; content: '';}
.indd_cjnr li a{ display: block; padding: 20px 10%;}
.wen{height: 50px; line-height: 50px; position: relative; padding-left: 45px; border-bottom: 1px solid #ddd; overflow: hidden; font-weight: bold;}
.wen::after{ content: 'Q'; background: #373737; height: 25px; width: 38px; border-radius: 0 5px 0 0; font-size: 1rem; color: #fff; font-weight: bold; position: absolute; left: 0; top: 12px; line-height: 25px; text-align: center;}
.da{height: 72px; line-height: 24px; position: relative; padding-left: 45px; overflow: hidden; font-size: 0.875rem; margin-top: 20px; color: #666;}
.da::after{ content: 'A'; background: #f1f1f1; height: 25px; width: 38px; border-radius: 0 5px 0 0; font-size: 1rem; color: #373737; font-weight: bold; position: absolute; left: 0; top: 0px; line-height: 25px; text-align: center;}
.indd_cjmore{ width: 100px; border: 1px solid #eee; height: 34px; line-height: 34px; text-align: center; color: #666; margin-top: 20px; border-radius: 20px; font-size: 0.875rem; transition: 0.5s;}
.indd_cjnr li:hover .indd_cjmore{ background: #0078dd; color: #fff; transition: 0.5s;}
@media screen and (max-width:1279px){
.indd_tab li span{ font-size: 0.875rem;}
}
@media screen and (max-width:1023px){
.indd_nr{ padding-top: 30px;}
.indd_btmo{padding: 0 15px;}
.indd_bt{ height: 50px; line-height: 50px;}
.indd_bt span{ font-size: 1.125rem; margin-right: 5px;}
.indd_more{ padding-top: 13px;}
.indd_more a{width: 24px; height: 24px; line-height: 22px; font-size: 1rem;}
.indd_wb h3{ height: 30px; line-height: 30px; font-size: 1rem;}
.indd_ms{height: 48px; margin-top: 5px;}
.indd_tab li{ height: 50px; line-height: 50px;}
.indd_tab li::after{height: 2px; top: 25px;}
.indd_tab li a{ line-height: 50px; height:50px; display: block; overflow: hidden; font-size: 0.9375rem;}
.indd_tab li span{ display: none;}
.indd_cjbt{padding: 25px 2%;}
.indd_cjtit span{font-size: 2.5rem;}
.indd_cjgd{ padding-top: 25px;}
.indd_cjgd a{ border: 2px solid #fff;}
.indd_cjmore{ display: none;}
}
@media screen and (max-width:767px){
.index_bgd{ padding: 40px 0 50px 0;}
.indd_nr{ padding-top: 20px;}
.indd_kg{ width: auto; float: none;}
.indd_kg.fr{ margin-top: 25px;}
.indd_cjbt{padding: 20px 2%; width: 20%;}
.indd_cjtit p{ font-size: 1rem;}
.indd_cjtit span{font-size: 1.875rem;}
.indd_cjgd{ padding-top: 15px;}
.indd_cjgd a{ width: 26px; height: 26px; line-height: 22px; font-size: 0.875rem;}
.indd_cjnr{ width: 76%; overflow: hidden;}
.indd_cjnr li{ width: 100%;}
.indd_cjnr li a{padding: 5px 10%;}
.da{height: 66px; line-height: 22px; margin-top: 10px;}
}

.index_bge{ background: #f4f4f4; width: 100%; padding:  70px 0 90px 0; overflow: hidden;}
.inde_nr{ padding-top: 50px;}
.inde_pic{ overflow: hidden; width: 50%;}
.inde_pic img{ display: block; width: 100%;}
.inde_wb{ width: 46%;}
.inde_mc{ height: 70px; line-height: 70px; border-bottom: 1px solid #ccc; font-size: 1.75rem; color: #333;}
.inde_ms{ font-size: 1rem; line-height: 24px; padding-top: 15px;}
.inde_ms p{ line-height: 24px; font-size: 0.9375rem; margin-bottom: 15px;}
.inde_more{ padding-top: 20px;}
.inde_more a{ display: block; width: 130px; line-height: 42px; height: 42px; border-radius: 20px; background: #ddd; text-align: center; transition: 0.5s;}
.inde_more a:hover{ background: #0078dd; color: #fff; transition: 0.5s;}
@media screen and (max-width:1279px){
.inde_mc{ height: 50px; line-height: 50px; font-size: 1.625rem;}
}
@media screen and (max-width:1023px){
.inde_nr{ padding-top: 40px;}
.inde_pic{width: auto; float: none;}
.inde_wb{width: auto; float: none; margin-top: 25px;}
}
@media screen and (max-width:767px){
.index_bge{padding: 40px 0 50px 0;}
.inde_nr{ padding-top: 15px;}
.inde_mc{ height: 40px; line-height: 40px; font-size: 1.25rem;}
.inde_more{ padding-top: 10px;}
.inde_more a{width: 110px; line-height: 36px; height: 36px; font-size: 0.875rem; margin: 0 auto;}
}

.link_bg{ width: 100%; position: relative; background: #0078dd; height: 78px;}
.link_bg::before{ content: ''; background: url(../images/link_bg.png) no-repeat left center; width: 100%; height: 90px; position: absolute; left: 0; bottom: 0;}
.link_bg .kg{ position: relative; z-index: 9;}
.link_title{height: 78px; line-height: 78px; font-size: 1.125rem; font-weight: bold; color: #fff;}
.link_nr{ height:24px; overflow:hidden; line-height:24px; width:1100px; padding: 27px 0;}
.link_nr a{ display:block; float:left; margin-right:15px; color: #fff;}
.link_nr a:hover{ text-decoration:underline;}

.foot_bg{ background:url(../images/foot_bg.jpg) no-repeat center top; width:100%; overflow:hidden;}
.fnavtel{ padding:50px 0;}
.foot_l{ width: 44%;}
.foot_l li{ float: left; width: 24%; margin-right: 1.333%; margin-top: 20px;}
.foot_l li:nth-child(4n){ margin-right: 0;}
.foot_l li a{ color: #fff; display: block; line-height: 40px; height: 40px; font-size: 1.125rem;}
.foot_l li:hover a{text-decoration: underline;}
.ftelrx { display: inline-block; border-bottom: 1px solid rgba(255,255,255,0.5);}
.ftelrx a{ color: #fff;}
.ftelrx a p{ background: url(../images/f01.png) no-repeat left top; line-height: 27px; padding-left: 30px; font-size: 1rem;}
.ftelrx a span{ display: block; font-size: 1.875rem; font-family: 'Dinm'; line-height: 50px;}
.ftel_nr { padding-top: 10px;}
.ftel_nr p{ line-height: 27px; padding-left: 34px; margin-top: 5px; color: #fff;}
.ftel_nr p a{ color: #fff;}
.fewm{ background: #fff; border-radius: 15px; overflow: hidden; margin-left: 35px; padding: 5px;}
.fewm_pic img{display: block; width: 100%; max-width: 120px;}
.fewm_mc{line-height: 25px; text-align: center; font-size: 0.875rem; color: #646464; padding-bottom: 10px;}
.fbq{ padding-top:20px; padding-bottom:20px; line-height:24px; font-size:0.875rem; color:#fff; border-top:1px solid rgba(255,255,255,0.1);}
.fbq em{ font-style:normal;}
.fbq span{ float:right;}
.fbq a{ color:#fff;}
.fbq a:hover{ text-decoration:underline;}
@media screen and (max-width:1279px){
.link_bg{ display: none;}
.foot_l{ width: 38%;}
.foot_l li{ width: 32%; margin-right: 0%;}
.foot_l li:nth-child(3n-1){ margin: 20px 2% 0 2%;}
.foot_l li a{ color: #fff; display: block; line-height: 40px; height: 40px; font-size: 1.125rem;}
.foot_l li:hover a{text-decoration: underline;}
.ftelrx a span{font-size: 1.625rem; line-height: 46px;}
.ftel_nr p{ font-size: 0.9375rem;}
}
@media screen and (max-width:1023px){
.foot_l{ display: none;}
.foot_r{ float: none; width: auto;}
.fbq span{ display: block; float: none;}
}
@media screen and (max-width:767px){
.fnavtel{ padding:30px 0;}
.fewm{ float: left; margin-left: 0; border-radius: 0; padding: 0; width: 30%;}
.fewm_mc{line-height: 22px; font-size: 0.75rem; padding-bottom: 5px;}
.ftel{ width: 66%; float: right;}
.ftel_nr p{ background: none !important; padding-left: 0; font-size: 0.875rem; line-height: 20px; margin-bottom: 8px;}
.fbq{ padding-top:15px; padding-bottom:65px; line-height:22px; font-size: 0.8125rem;}
}
/*首页style结束*/


/*内页style开始*/
.about_banner{ background:url(../images/about_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.contact_banner{ background:url(../images/contact_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.case_banner{ background:url(../images/case_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.join_banner{ background:url(../images/join_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.security_banner{ background:url(../images/security_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.news_banner{ background:url(../images/news_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.pro_banner{ background:url(../images/pro_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.pro_banner1{ background:url(../images/pro1_banner.jpg) no-repeat center bottom; width:100%; height:350px; position:relative;}
.main_right{text-align:center; padding-top:120px;}
.main_right .ny_tit{ font-size:2.25rem; padding-bottom:4px; color:#fff; font-weight:bold;}
.main_right p{ font-size:1.375rem; font-family:"Din"; color:#fff;}
.main_ptit{text-align:left; padding-top:120px; padding-left: 12%;}
.main_ptit .ny_tit{ font-size:2.25rem; padding-bottom:4px; color:#0078dd; font-weight:bold;}
.main_ptit p{ font-size:1.375rem; font-family:"Din"; color:#000;}
.main_flbg{width:100%; position:relative; background:url(../images/top_bg.png) repeat; border-bottom:1px solid #ececec; height:75px; z-index:9;}
.main_fl{ text-align:center;}
.main_fl li{ position:relative; float:left;}
.main_fl li:before{ content:""; background:#cecece; width:1px; height:18px; position:absolute; top:28px; right:0;}
.main_fl li a{ color:#808080; padding:0 32px; font-size:1.125rem; height:75px; display:block; line-height:75px; text-align:center; position:relative; z-index:9; transition:0.5s;}
.main_fl li:hover a,.main_fl li.cur a{ color:#0078dd; transition:0.5s;}
.main_fl li:after{ content:""; display:block; background:#0078dd; width:50%; height:3px; position:absolute; bottom:-1px; left:25%; transform:scaleX(0); transition:0.5s;}
.main_fl li:hover:after,.main_fl li.cur:after{transform:scaleX(1); transition:0.5s;}
.main_wz{ font-size:1rem; color:#969696; line-height:75px;}
.wzhome{ position:relative; background:url(../images/main_wz.png) no-repeat center 46% #0078dd; width:70px; height:84px; display:block; float:left; margin-right:10px;}
.main_wz span{ padding:0 8px; font-family:"宋体";}
.main_wz a{ color:#969696;}
.main_wz a:hover{ color:#0078dd;}
.main{ background:#fff; padding-top:70px; padding-bottom:110px;}
.about_nr{ color:#7b7b7b; font-size:1rem; line-height:180%;}
.about_nr img{ max-width:100%;}
@media screen and (max-width:1279px){
.about_banner,.case_banner,.video_banner,.news_banner,.pro_banner,.pro_banner1,.contact_banner{ background-size:auto 100%; height:300px;}
.main_right{padding-top:120px;}
.main_right .ny_tit{ font-size:2rem;}
.main_right p{ font-size:1.25rem;}
.main_flbg .kg{ width:100%;}
.main_fl{ padding-right:1%;}
.main_fl li a{padding: 0 18px;}
}
@media screen and (max-width:1023px){
.about_banner,.case_banner,.video_banner,.news_banner,.pro_banner,.pro_banner1,.contact_banner{height:240px;}
.main_right{padding-top:90px;}
.main_ptit{padding-top:90px;}
.main_ptit .ny_tit{ font-size:2rem;}
.main_ptit p{ font-size:1.25rem;}
.main_fl.wrapper{ float: none; width: 100%; overflow: hidden;}
.main_fl li a{font-size:1rem; padding: 0 20px;}
.main_wz{ font-size: 0.875rem;}
.proflyc .main_wz{ display: none;}
.maina{padding-top:0px; padding-bottom:80px;}
.maina .kg{ width:100%;}
}
@media screen and (max-width:767px){
.about_banner,.case_banner,.video_banner,.news_banner,.pro_banner,.pro_banner1,.contact_banner{height:120px;}
.main_right{padding-top:45px;}
.main_right .ny_tit{ font-size:1.375rem; padding-bottom: 0;}
.main_right p{ font-size:1rem;}
.main_ptit{padding-top:35px;}
.main_ptit .ny_tit{ font-size:1.375rem; padding-bottom: 0;}
.main_ptit p{ font-size:1rem;}
.main_flbg{height:auto;}
.main_fl{ float:none; width:auto;}
.fl_03 li{ width:33.333%;}
.fl_04 li{ width:25%;}
.main_fl.wrapper li a{ padding: 0 20px;}
.main_fl li a{font-size:0.9375rem; padding:0; height:44px; line-height:44px;}
.main_fl li:before{top:15px;}
.main_wz{ display:none;}
.main{padding-top:40px; padding-bottom:60px;}
.main .kg{ width:96%;}
.about_nr{font-size:0.875rem;}
}

.honor_nr li{ float:left; width:24%; margin-right:1.333%; padding-bottom:30px;}
.honor_nr li:nth-child(4n){ margin-right:0%;}
.case_nr li{ float:left; width:32%; padding-bottom:2%;}
.case_nr li:nth-child(3n-1){ margin:0 2%;}
.case_pic{ overflow:hidden; position:relative; border: 5px solid #f1f1f1;}
.case_pic img{ display:block; width:100%; transition:0.5s;}
.case_nr li:hover .case_pic img,.honor_nr li:hover .case_pic img,.hezuo_nr li:hover .case_pic img{transform:scale(1.05);}
.case_pic i{display:block; position:absolute; left:0; top:0; background:url(../images/video_pic.png) no-repeat center rgba(0,0,0,0.4); width:100%; height:100%;}
.case_mc{font-size:1rem; height:50px; line-height:50px; overflow:hidden; text-align: center; position:relative;}
@media screen and (max-width:1279px){
.case_mc{height:60px; line-height:60px;}
.case_mc:after{width:24px; height:24px; bottom:18px; font-size:0.875rem; line-height:24px;}
}
@media screen and (max-width:1023px){
.honor_nr li{width:32%; margin-right:0%;}
.honor_nr li:nth-child(3n-1){margin:0 2%;}
.case_pic i{background-size:auto 30%;}
.case_mc{font-size:1rem; height:50px; line-height:50px;}
.case_mc:after{ width:22px; height:22px; bottom:14px; line-height:22px;}
}
@media screen and (max-width:767px){
.honor_nr{ width:98%; margin:0 auto;}
.honor_nr li{width:49%;}
.honor_nr li:nth-child(3n-1){margin:0;}
.honor_nr li:nth-child(2n){ float:right;}
.case_nr li{ width:49%;}
.case_nr li:nth-child(3n-1){ margin:0;}
.case_nr li:nth-child(2n){ float:right;}
.case_mc{font-size:0.9375rem; height:40px; line-height:40px;}
.case_mc:after{ display:none;}
}

.news_nr li{ position:relative; border-bottom:1px solid rgba(255,255,255,0.1);}
.news_nr li:after{ content:""; background:rgba(0,120,221,0.6); position:absolute; left:0; top:0; width:100%; height:100%; transform:scaleY(0); transition:0.5s;}
.news_nr li:hover:after{transform:scaleY(1); transition:0.5s;}
.news_nr li a{ display:block; margin:0 auto; padding:25px 0; width:1260px; max-width:98%; position:relative; z-index:9; transition:0.5s;}
.news_pic{ overflow:hidden; width:20%;}
.news_pic img{ display:block; width:100%; transition:0.5s;}
.news_nr li:hover .news_pic img{transform:scale(1.05);}
.news_wb{ width:64%; margin-left:3%;}
.news_bt{ font-size:1.375rem; font-weight:bold; height:40px; line-height:40px; color:#333; overflow:hidden; transition:0.5s;}
.news_ms{ font-size:1rem; line-height:24px; height:48px; color:#666; overflow:hidden; margin-top:8px; transition:0.5s;}
.news_more{ width:126px; height:34px; text-align:center; background:#0078dd; line-height:34px; color:#fff; font-size:0.875rem; margin-top:25px; transition:0.5s;}
.news_rq{ width:83px; background:#9b9b9b; line-height:28px; text-align:center; color:#fff; font-family:"Din"; transition:0.5s;}
.news_rq p{ line-height:86px; background:#c2c2c2; border-bottom:1px solid #fff; font-size:3rem; transition:0.5s;}
.news_nr li:hover .news_bt,.news_nr li:hover .news_ms{ color:#fff; transition:0.5s;}
.news_nr li:hover .news_rq{ background:#0078dd; transition:0.5s;}
.news_nr li:hover .news_rq p{ background:#f4a300; transition:0.5s;}
.news_nr li:hover .news_more{ background:#f4a300; transition:0.5s;}
.newsshow_title{ text-align:center; border-bottom:1px dashed #ccc; padding-bottom:12px; font-size:1.5rem; font-weight:bold; line-height:25px; color:#666;}
.newsshow_title p{ font-size:0.875rem; color:#c7c7c7; font-weight:normal; padding-top:8px;}
.newsshow_wnnr{ margin:0 auto; padding-top:15px; font-size:1rem; line-height:180%; }
.newsshow_wnnr img{ max-width:100%;}
.bdsharebuttonbox{ margin:0 auto; padding-top:40px; width:145px;}
.sxyjsys,.sxyjsys a{ font-size:14px; line-height:20px;}
.sxyjsys a:hover{ text-decoration:underline;}
.xgnews-tit{ text-align:center; font-size:1.25rem; font-weight:bold; line-height:46px; height:46px;}
.xgnews-con{ padding-top:15px;}
.xgnews-con li{ float:left; width:45%; margin-left:1%; margin-right:4%; line-height:24px; list-style-position:inside; list-style-type:disc;}
.xgnews-con li a{ font-size:14px;}
.xgnews-con li span{ float:right; color:#c7c7c7; font-size:12px;}
.xgnews-con li a:hover{ text-decoration:underline;}
@media screen and (max-width:1279px){
.news_pic{width:22%;}
.news_wb{ width:63%; margin-left:2%;}
.news_bt{ font-size:1.25rem; height:32px; line-height:32px;}
.news_more{margin-top:20px;}
}
@media screen and (max-width:1023px){
.news_nr li a{padding:15px 0;}
.news_pic{width:27%;}
.news_wb{ width:70%; margin-left:3%;}
.news_bt{ font-size:1.125rem; height:32px; line-height:32px;}
.news_ms{ font-size:0.875rem; line-height:22px; height:44px; margin-top:5px; transition:0.5s;}
.news_more{ margin-top:15px;}
.news_rq{ display:none;}
.newsshow_title{font-size:1.25rem;}
.newsshow_title p{ font-size:0.75rem; padding-top:5px;}
}
@media screen and (max-width:767px){
.news_nr li a{ padding:5px 1%;}
.news_pic{ overflow:hidden; width:30%;}
.news_wb{ width:67%; margin-left:3%;}
.news_bt{ font-size:0.9375rem; height:30px; line-height:30px;}
.news_ms{ font-size:0.8125rem; line-height:22px; height:44px; margin-top:0px;}
.news_more{ display:none;}
.news_nr li:hover .news_bt,.news_nr li:hover .news_ms{ color:#fff; transition:0.5s;}
.news_nr li:hover .news_rq{ background:#008fd7; transition:0.5s;}
.news_nr li:hover .news_rq p{ background:#0086c9; transition:0.5s;}
.newsshow_title{font-size:1.125rem;}
.newsshow_wnnr{font-size:0.875rem;}
.xgnews-con li{width:95%;}
}

.pro_nr li{ width:24%; float:left; margin-right:1.333%; margin-top:1.333%; background: #fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.05);}
.pro_nr li:nth-child(4n){ margin-right:0;}
.pro_nr li a{ display: block; padding: 9px; padding-bottom: 0;}
.pro_nr .inda_pic{ overflow: hidden;}
.pro_nr .inda_pic img{ display: block; width: 100%; transition: 0.5s;}
.pro_nr li:hover .inda_pic img{ transform: scale(1.05);}
.pro_nr .inda_mc{ text-align: center; height: 50px; line-height: 50px;}
@media screen and (max-width:1023px){
.pro_nr li{ width:32%; margin-top: 2%; margin-right: 0;}
.pro_nr li a{padding: 4px;}
.pro_nr li:nth-child(3n-1){ margin: 2% 2% 0 2%;}
.pro_nr .inda_mc{height: 40px; line-height: 40px;}
}
@media screen and (max-width:767px){
.pro_nr li{ width:49%;}
.pro_nr li:nth-child(3n-1){ margin: 2% 0% 0 0%;}
.pro_nr li:nth-child(2n){ float: right;}
.pro_nr .inda_mc{height: 34px; line-height: 34px;}
}

.proshowa{ background:#f9f9f9; padding:2%; border-top:4px solid #0078dd;}
.proshow_gd{ width:52.9%; position:relative;}
.proshow_img{ border:5px solid #e6e6e6; overflow:hidden;}
.proshow_img li{ overflow:hidden;}
.proshow_img li img{ display:block; width:100%;}
.proshow_anjt{ position:relative; width:100%;}
.proshow_an{width:91%; margin:17px auto 0 auto;}
.proshow_an li{ width:24%; float:left; cursor:pointer; margin-right:1.333%;}
.proshow_an li:nth-child(4){ margin-right:0;}
.proshow_an li a{ display:block; border:2px solid #e6e6e6; border-radius:10px; overflow:hidden;}
.proshow_an li img{ display:block; width:100%;}
.proshow_an li.on a{border:2px solid #0078dd;}
.proshow_anjt .prev,.proshow_anjt .next{ cursor:pointer; display:block; width:3%; background:#e6e6e6; font-family:"宋体"; position:absolute; text-align:center; padding:5.7% 0; color:#000; font-size:1.5rem; transition:0.5s;}
.proshow_anjt .prev:hover,.proshow_anjt .next:hover{ background:#f4a300; color:#fff; transition:0.5s;}
.proshow_anjt .prev{ left:0;}
.proshow_anjt .next{ right:0;}

.proshowa_wb{ width:43%; padding-top:25px;}
.nycp_bt{color:#232323; font-size:1.875rem; border-bottom:1px solid #ddd; padding-bottom:15px; font-weight: bold;}
.nycp_nr{ font-size:1rem; color:#2e2e2e; line-height:180%; padding-top:1.5rem; padding-bottom:1.5rem; border-bottom:1px solid #ddd;}
.nycp_nr img{ max-width:100%;}
.nycp_tel{ font-size:1.125rem; color:#000; padding-top:35px;}
.nycp_tel p{ color:#000; font-size:2rem; font-family:"alternate";}
.nycp_more{padding-top:12px;}
.nycp_more a{display:block; background:#f4a300; text-align:center; width:150px; line-height:50px; font-size:1.125rem; color:#fff;}
.nycp_more img{ margin-bottom:-7px; margin-right:5px;}
.nycp_more .job_moreb{ display:none;}

.proshow_bom{margin-top:20px;  position:relative;}
.proshow_bom:after{ content:""; width:100%; height:54px; display:block; background:#0078dd; position:absolute; top:0; left:0;}
.proshow_title p{ display:inline-block; border-top:8px solid #f4a300; background:#f4a300; color:#fff; font-size:1.125rem; line-height:54px; height:54px; margin-top:-8px; padding:0 25px; position:relative; z-index:9;}
.proshow_title img{ margin-bottom:-3px; margin-right:6px;}
.proms_l{ background:#f9f9f9; padding:25px 2% 40px 2%;}
.proshow_nr{ font-size:1rem; line-height:1.8em;}
.proshow_nr img{ max-width:100%;}
.proshow_nr .fsqi_title p,.proshow_nr .fsqh_title p{ padding-bottom:8px; line-height:40px;}
.showcp_an{ padding-top:0.875rem; width:100%; padding-top:40px; margin-bottom:50px;}
.showcp_an p{width:120px;}
.showcp_an p a{width:100%;height:40px; background:#0078dd; text-align:center; line-height:40px; display:block; font-size:1rem; color:#fff; font-weight:bold;}
.cnxh{ margin-top:35px;}
.cnxh_title{width:100%; position:relative; height:67px; border-top:4px solid #0078dd; border-bottom:1px solid #f5f5f5; background:#f1f1f1;}
.cnxh_title p{display:inline-block; color:#0078dd; font-size:1.375rem; line-height:67px; height:67px; padding-left:2%;}
.cnxh_nr{padding:25px 2% 40px 2%; background:#f9f9f9;}
.cnxh_nr li{ margin-top:20px; width:24%; margin-right:1.333%; float:left;}
.cnxh_nr li:nth-child(4){ margin-right:0;}
.cnxh_pic{ overflow:hidden; border:1px solid #ddd;}
.cnxh_pic img{ display:block; width:100%; transition:0.5s;}
.cnxh_nr li:hover .cnxh_pic img{transform:scale(1.1);}
.cnxh_wb{ background:#ddd; height:40px; line-height:40px; overflow:hidden; font-size:0.875rem; text-align:center; transition:0.5s;}
.cnxh_nr li:hover .cnxh_wb{ background:#0078dd; color:#fff; transition:0.5s;}
@media screen and (max-width:767px){
.proshowa{ background:none; padding:0px 0.5%; border-top:none;}
.proshow_gd{ width:100%; position:relative; float: none;}
.proshow_img{border: 3px solid #e6e6e6;}
.proshow_an{width:87%;}
.proshow_anjt .prev,.proshow_anjt .next{width:5%; font-size: 1.125rem;}
.proshowa_wb{ width:auto; padding-top:30px; float: none;}
.nycp_bt{color:#fff; font-size:1.5rem; padding-bottom:10px;}
.nycp_nr{ font-size:0.875rem;}
.ysl p{ color:#fff !important; font-size:0.875rem !important; line-height:180% !important;}
.nycp_tel{ font-size: 1rem; padding-top:25px;}
.nycp_more a{width:120px; line-height:40px; font-size:1rem;}
.nycp_more img{ height:22px;}
.nycp_more .job_morea{ display:none;}
.nycp_more .job_moreb{ display:block;}
.proshow_bom{padding-bottom:0px;}
.proshow_bom:after{height:40px;}
.proshow_title p{border-top:4px solid #f4a300; font-size:1.125rem; line-height:40px; height:40px; margin-top:-4px; padding:0 15px;}
.proshow_nr{ font-size:0.875rem;}
.showcp_an{ margin-bottom:0;}
.showcp_an p{width:110px;}
.showcp_an p a{font-size:0.875rem; height:36px; line-height:36px;}
.cnxh_title{ height:47px;}
.cnxh_title p{font-size:1.125rem; line-height:47px; height:47px;}
.cnxh_nr{padding:0px 2% 20px 2%;}
.cnxh_nr li{ width:49%; margin-right:0%;}
.cnxh_nr li:nth-child(2n){ float:right;}
}
/*内页style结束*/

.fswzj{ display:none;}@media(max-width:767px){.fswzj{ position:fixed; bottom:0; z-index:999; width:100%; display:block; background:#0079e1;}.fswzj ul{ padding:0px; margin:0px; list-style-type:none; border-top:2px solid #1b88e6;}.fswzj ul li{color:#fff; width:25%; text-align:center; padding:0.3rem 0; position:relative; float:left;}.fswzj ul li a{ color:#fff;  display:block; border-left:1px solid #1b88e6;}.fswzj ul li.on a{ border-left:none;}.fnav_pic{ width:24%; margin:0 auto;}.fnav_pic img{ width:100%;}.fnav_wb{font-size:0.8125rem; padding-top:2px;}footer{ padding:20px 0 120px 0;}}


@media screen and (max-width:770px){
/*分类*/
header{ background:none; width:auto; display:block;position: relative; z-index:100; margin:0; padding:0; border-radius:0; float:none !important;}
header nav li{background:none; line-height:inherit; margin-bottom:auto;}
header nav li a{ font-weight:inherit; border:none; padding:inherit; height:auto; z-index:9;}
header nav li span{ display:none;}
header nav li ul li{ margin:auto; background:none;}
header nav li ul li a{border:0; line-height:inherit;}
header nav li i{ height:40px;}
.mean-container .mean-bar {width:100%;position:relative;background:#0056ab; height:40px; z-index:99;}
.mean-container .mean-bar div.fl{ font-size:1rem; color:#fff; line-height:40px; padding-left:2%;}
.mean-container a.meanmenu-reveal {width:22px;height:22px;padding:9px 10px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;	display:block;font-family:Arial, Helvetica, sans-serif;	font-weight:700}
.mean-container a.meanmenu-reveal span {display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav {float:left;width:100%;background: rgba(243,243,243,1); margin-bottom:30px;}
.mean-container .mean-nav ul {padding:0;margin:0;width:100%;list-style-type:none;}
.mean-container .mean-nav ul li {position:relative;width:100%;}
.mean-container .mean-nav ul li a {display:block;width:90%; background:none; font-size:0.875rem;padding:0 5%;height:39px; line-height:39px;margin:0;text-align:left;border-top:1px solid #383838;border-top:1px solid rgba(173, 173, 173, .5);text-decoration:none;text-transform:uppercase}
.mean-container .mean-nav ul li li a {width:80%;padding:0 10%; height:45px; line-height:45px; border-top:1px solid rgba(216,216,216,.25);	opacity:.75; filter:alpha(opacity=75);text-shadow:none!important;visibility:visible}
.mean-container .mean-nav ul li.mean-last a {border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li a.mean-expand {width:15px;height:40px;text-align:center;position:absolute;right:0;top:0;z-index:10;font-weight:700;	background:rgba(255, 255, 255, .1);	border:0!important;	border-left:1px solid rgba(255, 255, 255, .4)!important;border-bottom:1px solid rgba(255, 255, 255, .2)!important}
.mean-container .mean-nav ul li a.mean-expand:hover {background:rgba(0,0,0,.9)}
.mean-container .mean-push {float:left;	width:100%;	padding:0;	margin:0;clear:both}
.mean-nav .wrapper {width:100%;padding:0;margin:0}
.mean-container .mean-bar, .mean-container .mean-bar * {-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove {display:none!important}
header nav {text-align: center;background: #efefef;}
header nav ul {margin:0;padding:1em;list-style-type: none;}
/*分类*/	
}
/*导航样式*/
@media screen and (max-width:1279px){
.sp_nav{width:60px;float:right;position:relative;cursor: pointer; height:60px; background:#0079e1; padding:10px;}
.sp_nav i{display:block; color:#fff; position:absolute; width:100%; bottom:12px; left:0; text-align:center; font-style:normal;}
.sp_nav span{display:block;background:#fff;width:40%;height:2px;position:absolute;left:30%;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:22px}
.sp_nav span:nth-of-type(2){top:32px}
.sp_nav_se span:nth-of-type(1){top:22px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){top:22px;transform:rotate(-45deg)}
.sjj_nav{position:fixed; z-index:9; background:rgba(0,121,225,0.95); width:50%; height:calc(100% - 104px); line-height:40px; top:80px; right:-100%; overflow:auto; overflow-x:hidden; transition:right ease 0.5s;}
.nav_show{top:80px; right:0;}
.sjj_nav li ul,.sjj_nav li .sp_nav_xjb{ display: block;}
.sjj_nav ul li{ float:none; width:auto; background:none;}
.sjj_nav>ul>li:first-child{overflow:hidden; border-top:none;}
.sjj_nav>ul>li:first-child>a{float:left; width:calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px rgba(255,255,255,0.1) solid;text-align:center;color:#999;}
.sjj_nav ul li i{ display:block; position:absolute;top:5px;right:0px;border-left:1px rgba(255,255,255,0.1) solid;height:40px; padding:0px 10px 0 10px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li em{ display:none;}
.sjj_nav ul li{border-top:1px rgba(255,255,255,0.1) solid;margin-left:10px;position:relative;line-height:50px;font-size:14px;}
.sjj_nav>ul >li:last-child{border-bottom:1px rgba(255,255,255,0.1) solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{ width:90%; font-size:1rem; color:#fff; text-align:inherit; padding:inherit; height:auto; line-height:inherit; background:none;}
.sjj_nav ul li.cur a,.sjj_nav ul li.cur ul li.cur a{color:#fff;}
.sjj_nav ul li ul li a,.sjj_nav ul li.cur ul li a{color:#fff;display:block;text-align:left; font-size:1rem;}
.sjj_nav ul li i svg{width:24px;height:38px;fill:#fff;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#fff;}
.sjj_nav ul li ul li>ul{margin-left:10px}
}
@media screen and (max-width:520px){
.sp_header{height:50px;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px; height:50px; padding:0px;}
.sp_nav i{ font-size:0.8125rem; bottom:6px;}
.sp_nav span{ width:50%; left:25%;}
.sp_nav span:nth-of-type(1){top:10px}
.sp_nav span:nth-of-type(2){top:20px}
.sp_nav_se span:nth-of-type(1){top:13px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){top:13px;transform:rotate(-45deg)}
.sjj_nav{top:50px; width:65%;}
.nav_show{top:50px;}
.sjj_nav ul li{line-height:44px;}
.sjj_nav ul li i{height:34px;}
.sjj_nav ul li a{ font-size:0.9375rem; width:83%;}
.sjj_nav ul li i svg{width:20px;height:34px;fill:#fff;}
.sjj_nav ul li ul li a,.sjj_nav ul li.cur ul li a{font-size:0.875rem;}
}

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(77,77,77,0.8) url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  border-radius:50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index:9999;
}
.cd-top.cd-is-visible { visibility: visible; opacity: 1;}
.cd-top.cd-fade-out {opacity: .9;}
.no-touch .cd-top:hover {background-color: #e86256; opacity: 1;}
@media screen and (max-width:520px){
.cd-top{ display:none;}
}