@charset "utf-8";
/* CSS Document */
html{}
body{font-family:"微软雅黑",Arial, Helvetica, sans-serif; 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:#323232; text-decoration: none;outline:none;}
a:hover, a:active {color:#ff4917; text-decoration: none;outline:none;}
.clear{clear:both;}
.kg{ width:98%; margin:0 auto; max-width:1260px;}
.kgb{ width:98%; margin:0 auto; max-width:1920px;}
.fl{ float:left;}
.fr{ float:right;}
.dw{ position:relative;}
.cj{ overflow:hidden;}
.green-black {display:block; padding-top:26px; clear:both;font-family:"微软雅黑",Arial, Helvetica, sans-serif; text-align:center;}
.green-black a {padding:5px 8px 4px 8px; padding:5px 8px 4px 8px;border:1px solid #dddddd; 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;font-family:"微软雅黑",Arial, Helvetica, sans-serif; text-decoration:none;}
.green-black a:hover {border:1px solid #ccc; height:12px; line-height:12px; zoom:1;overflow:auto;background:url(../images/page_bg02.png) top repeat-x #ff4917; margin-left:3px; margin-right:3px; color:#fff;font-size:12px;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
.green-black span.current {padding:5px 8px 5px 8px; padding:5px 8px 4px 8px;border:1px solid #ccc; color:#fff; height:12px; line-height:12px; zoom:1; overflow:auto;  background:url(../images/page_bg02.png) top repeat-x #ff4917; 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");
 src: local("alternate Regular"), 
              local("alternate"), 
              url("../fonts/alternate.woff") format("woff"), 
              url("../fonts/alternate.ttf") format("truetype"), 
              url("../fonts/alternate.svg#alternate") format("svg");}
@font-face {
 font-family:"Din";
 src: url("../fonts/Din.eot");
 src: local("Din Regular"), 
              local("Din"), 
              url("../fonts/Din.woff") format("woff"), 
              url("../fonts/Din.ttf") format("truetype"), 
              url("../fonts/Din.svg#Din") format("svg");}
@font-face {
 font-family:"AgencyFB";
 src: url("../fonts/AgencyFB.eot");
 src: local("AgencyFB Regular"), 
              local("AgencyFB"), 
              url("../fonts/AgencyFB.woff") format("woff"), 
              url("../fonts/AgencyFB.ttf") format("truetype"), 
              url("../fonts/AgencyFB.svg#AgencyFB") format("svg");}

/*首页style开始*/
.top_bg{ width:100%; /*box-shadow:0px 1px 3px rgba(0,0,0,0.3);*/ position:relative; z-index:9999;}
.logo_tel{ width:100%; background:#fff; height:109px;}
.logo{ padding-top:32px;}
.tel{ padding-top:33px;}
.tel a{display:block; height:51px; line-height:24px; background:url(../images/tel.png) no-repeat left bottom; font-family:"alternate"; line-height:32px; letter-spacing:1px; font-size:2rem; color:#ff4917; padding-left:60px; float:right;}
.tel p{ font-size:0.9375rem; color:#4b4b4b; line-height:20px; padding-top:2px;}
.nav i{ display:none;}
.sp_nav i{ display:none;}
.nav_bg{ border-top:1px solid #ececec; background:#fff; width:100%; border-radius:0 0 20px 20px; z-index:999; position:relative;}
.sjj_nav>ul>li{ float:left; width:12.5%; position:relative;}
.sjj_nav>ul>li:before{ content:""; position:absolute; left:0; top:21px; height:21px; width:1px; background:#ececec;}
.sjj_nav>ul>li:nth-child(1):before{ background:none;}
.sjj_nav li .sp_nav_xjb{display:none;}
.sjj_nav>ul>li>a{display:block; text-align:center; font-size:1rem; padding:0x; height:58px; line-height:58px; color:#000; transition:0.5s; position:relative; z-index:9;}
.sjj_nav>ul>li:hover>a,.sjj_nav>ul>li.cur>a{ color:#ff4917; transition:0.5s;}
.sjj_nav>ul>li:after{ content:""; background:#ff4917; height:4px; width:40%; position:absolute; left:30%; bottom:-2px; transform:scaleX(0); transition:0.5s;}
.sjj_nav>ul>li:hover:after,.sjj_nav li.cur:after{transform:scaleX(1); transition:0.5s;}

.sjj_nav li ul{ position:absolute; width:100%; background:rgba(255,255,255,0.95); padding:10px 0; border-radius:0 0 10px 10px; left:0%; display:none;}
.sjj_nav li:nth-child(2) ul{ width:220px;}
.sjj_nav li ul li{ height:40px; line-height:40px;}
.sjj_nav li ul li a{ display:block; line-height:40px; height:40px; font-size:1rem; text-align:center; color:#000; transition:0.5s;}
.sjj_nav li ul li:hover a,.sjj_nav li ul li.cur a{background:#ff4917; color:#fff; transition:0.5s;}
@media screen and (max-width:1024px){
.logo_tel{height:90px;}
.logo{ padding-top:25px;}
.logo img{ height:46px;}
.tel{ padding-top:23px;}
.tel a{font-size:1.875rem;}
.nav_bg{border-radius:0 0 10px 10px;}
.sjj_nav>ul>li>a{font-size:0.9375rem; height:54px; line-height:54px;}
.sjj_nav li ul li a{font-size:0.875rem;}
}
@media screen and (max-width:770px){
.logo_tel{height:80px;}
.logo_tel .kg{ width:100%;}
.logo{ padding-left:1%; padding-top:20px;}
.logo img{ height:40px;}
.tel{ display:none;}
.nav_bg{ border-top:none;}
.sjj_nav>ul>li:before,.sjj_nav>ul>li:after{ background:none;}
.sjj_nav li ul{ position:relative; width:auto; background:none; padding:0; border-radius:0; left:auto;}
.sjj_nav li:nth-child(2) ul{ width:auto;}
}
@media screen and (max-width:520px){
.logo_tel{height:50px;}
.logo{ padding-left:1%; padding-top:8px;}
.logoa{ display:none;}
.logo img{ height:34px;}
}
/*banner*/
.banner{height:auto; width:100%; position:relative; height:100%; display:inline-block; margin-top:-20px;}
.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;}
@media screen and (max-width:1024px){
.banner{margin-top:-10px;}
.slides li{ background-size:auto 100% !important; height:auto !important;  min-height:450px !important;}
}
@media screen and (max-width:770px){
.banner{margin-top:0px;}
.slides li{ background:none!important; height:auto !important; min-height:inherit !important;}
.slides li img{ width:100%; display:block;}
}
.flex-control-nav{ position:absolute; bottom:7%; z-index:99; text-align:center; width:100%;}
.flex-control-nav li{ display:inline-block; width:16px; margin:0 5px;}
.flex-control-nav li a{ display:block; overflow:hidden; text-indent:-999px; width:10px; height:10px; border:2px solid #fff; border-radius:50%; cursor:pointer;transition:0.5s;}
.flex-control-nav li a.flex-active{ border:2px solid #ff4917; 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;}
/*banner*/

.gjcsous{ background:#3a3a3a; width:100%; height:80px; margin:-20px auto 0 auto; border-radius:20px 20px 0 0; position:relative; z-index:999;}
.gjc{color:#fff; line-height:80px; height:80px;}
.gjc span{ padding:0 10px;}
.gjc a{ color:#fff;}
.gjc a:hover{ text-decoration:underline;}
.sandgjc{ width:28%; padding-top:19px;}
.sous{ width:100%; background:#fff; height:42px; border-radius:5px; box-shadow:inset 1px -1px 5px rgba(0,0,0,0.3);}
.sous_kg{ width:78%; background:none; display:block; height:42px; float:left; padding:0 4%; outline:none; font-size:0.9375rem; color:#9c9c9c; font-family:"微软雅黑"; border:0;}
.sous_an{ width:14%; background:url(../images/sous.png) no-repeat center; display:block; float:left; height:42px; padding:0; outline:none; cursor:pointer; border:0;}
@media screen and (max-width:1024px){
.gjcsous{ height:60px; margin:-10px auto 0 auto; border-radius:10px 10px 0 0}
.gjc{line-height:60px; height:60px; font-size:0.875rem;}
.gjc span{ padding:0 8px;}
.sandgjc{ width:30%; padding-top:10px;}
}
@media screen and (max-width:770px){
.gjcsous{margin:0; border-radius:0;}
.gjc{ display:none;}
.sandgjc{ width:auto; float:none;}
}

.index_bga{ background:#fff; width:100%; padding-top:70px; padding-bottom:100px; overflow:hidden;}
.inda_title{ text-align:center; color:#5c5c5c; font-size:1.125rem;}
.inda_title p{color:#ff4917; font-size:2.25rem; font-weight:bold; padding-bottom:3px;}
.inda_title:after{ display:block; margin:15px auto 0 auto; width:52px; height:4px; background:#ff4917; content:"";}
.inda_kg{ padding-top:50px;}
.inda_fl{ width:22%; border-radius:10px 10px 0 0; overflow:hidden;}
.inda_lbt{ position:relative;}
.indal_img img{ display:block; width:100%;}
.indal_bt{ position:absolute; top:32%; left:8%; color:#fff; font-size:1.125rem; font-family:"Din";}
.indal_bt p{ font-size:1.5rem;}
.indafl_nr{border-bottom:2px solid #ff4917; background:#f9f9f9; padding-bottom:52px;}
.indafl_nr li{position:relative; border-bottom:1px solid #e8e8e8; border-top:1px solid #fff; overflow:hidden;}
.indafl_nr li a{ display:block; height:51px; line-height:51px; font-size:1rem; margin-left:5%; position:relative; z-index:9; transition:0.8s;}
.indafl_nr li:hover a{ color:#fff; transition:0.8s;}
.indafl_nr li span{ display:block; float:right; margin-right:5%; border:1px solid #e8e8e8; background:#fff; text-align:center; line-height:22px; height:22px; width:22px; font-family:"宋体"; border-radius:50%; margin-top:13px;}
.indafl_nr li:hover span{ color:#000; transition:0.8s;}
.indafl_nr li i{ background:#ff4917; position:absolute; left:-100%; top:0; width:100%; height:100%; transition:0.5s;}
.indafl_nr li:hover i{left:0%; transition:0.5s;}
.inda_nr{width:75.5%;}
.inda_nr li{ float:left; width:32%; padding-bottom:2%;}
.inda_nr li:nth-child(3n-1){ margin:0 2%;}
.inda_pic{ overflow:hidden; border-radius:10px 10px 0 0; overflow:hidden;}
.inda_pic img{display:block; width:100%; transition:0.8s;}
.inda_nr li:hover .inda_pic img{transform:scale(1.1);}
.inda_wb{ background:#f9f9f9; padding:4% 4%; position:relative;}
.inda_mc{ height:22px; line-height:22px; overflow:hidden; font-size:1rem; color:#333; position:relative; z-index:9;}
.inda_lm{ font-size:0.875rem; color:#8e8e8e;height:20px; line-height:20px; margin-top:2px; overflow:hidden; position:relative; z-index:9;}
.inda_nr li:hover .inda_mc,.inda_nr li:hover .inda_lm{ color:#fff; transition:0.5s;}
.inda_wb i{ position:absolute; left:0; bottom:0; width:100%; height:2px; background:#ff4917; transition:0.5s;}
.inda_nr li:hover .inda_wb i{ height:100%; transition:0.5s;}
@media screen and (max-width:1024px){
.index_bga{padding-bottom:90px; padding-top:60px;}
.inda_title p{font-size:2rem;}
.inda_kg{ padding-top:40px;}
.inda_fl{ width:24%;}
.indafl_nr{padding-bottom:20px;}
.indafl_nr li a{height:43px; line-height:43px; font-size:0.875rem; margin-left:3%;}
.indafl_nr li span{margin-right:3%; line-height:20px; height:20px; width:20px; margin-top:12px;}
.inda_nr{width:73.5%;}
.inda_mc{font-size:0.9375rem}
.inda_kg{ padding-top:40px;}
.inda_lm{height:18px; line-height:18px;}
}
@media screen and (max-width:770px){
.index_bga{ padding-top:60px; padding-bottom:80px;}
.inda_title{font-size:1rem;}
.inda_title p{font-size:1.875rem;}
.inda_title:after{margin:12px auto 0 auto; width:42px; height:3px;}
.index_bga .inda_fl{ display:none;}
.inda_nr{width:100%; float:none;}
.inda_mc{ height:20px; line-height:20px; font-size:0.875rem;}
.inda_lm{ font-size:0.75rem;}
}
@media screen and (max-width:520px){
.index_bga{ padding-top:40px; padding-bottom:50px;}
.inda_title{font-size:0.875rem;}
.inda_title p{font-size:1.5rem;}
.inda_title:after{margin:10px auto 0 auto; width:36px; height:2px;}
.inda_kg{ padding-top:25px;}
.inda_nr li{width:49%; padding-bottom:2%;}
.inda_nr li:nth-child(3n-1){ margin:0;}
.inda_nr li:nth-child(2n){ float:right;}
}

.index_bgb{ background:#fff; overflow:hidden; width:100%;}
.index_bgb .inda_title{ padding-bottom:30px;}
.indb_kg{ background:url(../images/index_bgb.jpg) no-repeat center; width:100%; overflow:hidden;}
.indb_gd{ position:relative; padding:0 0.1%;}
.indb_nr{ background:#fff;}
.indb_nr li{ float:left; width:33.333%;}
.indb_nr li a{ display:block; margin:0 0.5%; position:relative;}
.indb_nr li img{ display:block; width:100%;}
.indb_nr li 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%;}
.indb_mc{ position:absolute; height:50px; line-height:50px; text-align:center; color:#fff; overflow:hidden; bottom:0; left:0; width:100%;}
.indb_an a{ position:absolute; display:block; cursor:pointer; background:rgba(255,73,23,0.6); width:40px; height:40px; text-align:center; line-height:40px; color:#fff; font-family:"Din"; top:47%; border-radius:5px; transition:0.5s;}
.indb_an a:hover{background:rgba(255,73,23,1); transition:0.5s;}
.indb_an a.prev{ left:-50px;}
.indb_an a.next{ right:-50px;}
@media screen and (max-width:1024px){
.index_bgb .kg{ width:100%;}
.indb_an a.prev{ left:0%;}
.indb_an a.next{ right:0%;}
}
@media screen and (max-width:770px){
.indb_mc{ font-size:0.875rem; height:40px; line-height:40px;}
}
@media screen and (max-width:520px){
.index_bgb .inda_title{ padding-bottom:25px;}
.indb_nr{ overflow:hidden;}
.indb_nr li{width:50%;}
.indb_nr li a{margin:0 0.2%;}
.indb_nr li i{ background-size:auto 50px;}
.indb_an a{width:30px; height:30px; line-height:30px; top:44%;}
}

.index_bge{background-image: linear-gradient(#f5f5f5, #fff); padding-top:80px; padding-bottom:110px; overflow:hidden;}
.inde_nr{ padding-top:50px;}
.inde_pic{width:50%; position:relative;}
.inde_pic img{ display:block; width:100%;}
.inde_sz{ position:absolute; top:-30px; width:75px; height:95px; line-height:95px; background:#ff4917; text-align:center; color:#fff; font-size:3.5rem; font-family:"alternate";}
.inde_pic.fl .inde_sz{ left:5%;}
.inde_pic.fr .inde_sz{ right:5%;}
.inde_wb{ width:45%; padding-top:60px;}
.inde_bt{ font-size:1.875rem; font-weight:bold; color:#ff4917;}
.inde_bt span{ padding-left:10px; font-size:1.125rem; color:#5c5c5c; font-weight:normal;}
.inde_ms{ padding-top:20px;}
.inde_ms p{ position:relative; padding-left:20px; line-height:24px; color:#797979; margin-bottom:20px;}
.inde_ms p:before{ content:""; width:6px; height:6px; border:2px solid #ff4917; border-radius:50%; display:block; position:absolute; left:0; top:7px;}
@media screen and (max-width:1024px){
.index_bge{padding-top:70px; padding-bottom:80px;}
.inde_sz{top:-20px; width:60px; height:70px; line-height:70px; font-size:3rem;}
.inde_wb{padding-top:30px; width:47%;}
.inde_bt{ font-size:1.75rem;}
.inde_ms p{ font-size:0.875rem; margin-bottom:15px;}
}
@media screen and (max-width:770px){
.index_bge{ padding-top:60px; padding-bottom:70px;}	
.inde_nr{ padding-top:30px;}
.inde_sz{top:0px; width:50px; height:60px; line-height:60px; font-size:2.5rem;}
.inde_wb{ width:47%; padding-top:10px;}
.inde_bt{ font-size:1.5rem;}
.inde_bt span{ padding-left:10px; font-size:1rem;}
.inde_ms{ padding-top:15px;}
.inde_ms p{line-height:20px; margin-bottom:10px;}
}
@media screen and (max-width:520px){
.index_bge{ padding-top:40px; padding-bottom:10px;}	
.inde_nr{ padding-top:20px;}
.inde_pic{width:100%;}
.inde_wb{ width:100%; padding-top:20px; padding-bottom:40px;}
.inde_ms p{line-height:20px; margin-bottom:5px;}
}

.index_bgf{ background:url(../images/index_bgf.jpg) no-repeat center top; width:100%; padding-top:75px; overflow:hidden; position:relative; z-index:9;}
.indf_nr{ background:rgba(255,255,255,0.6); position:relative; width:74%; padding:3% 3% 0 3%; border-radius:10px; margin:0 auto;}
.indf_nr:after{ content:""; width:100%; height:100%; background:rgba(255,255,255,0.5); left:-10px; top:-10px; position:absolute;}
.indf_title{ text-align:center; font-size:2.25rem; font-weight:bold; color:#ff4917; position:relative; z-index:9;}
.indf_title:after{ display:block; content:""; width:52px; height:3px; background:#ff4917; margin:12px auto 0 auto;}
.indf_ms{ padding-top:25px; line-height:24px; position:relative; z-index:9; text-indent:32px;}
.indf_more{ padding-top:25px; position:relative; z-index:9; bottom:-12px;}
.indf_more a{ margin:0 auto; width:158px; height:40px; background:#ff4917; border-radius:5px; display:block; line-height:40px; text-align:center; color:#fff; font-size:0.875rem;}
.indf_hzhb{ margin-top:60px; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.2);}
.indf_hzhb li{ float:left; width:25%;}
.indf_hzhb li a{ display:block; border-bottom:1px dashed #ddd; border-right:1px dashed #ddd; position:relative;}
.indf_hzhb li:nth-child(4n) a{ border-right:1px dashed #fff;}
.indf_hzhb li:nth-child(n+5) a{ border-bottom:1px dashed #fff;}
.hzhb_pic{ overflow:hidden;}
.hzhb_pic img{ display:block; width:100%; transition:0.5s;}
.indf_hzhb li:hover .hzhb_pic img{transform:scale(1.1);}
.hzhb_more{ position:absolute; left:0; top:0; width:100%; height:100%; position:absolute; background:#fff; text-align:center; line-height:110px; font-size:1.5rem; color:#afafaf; transition:0.5s;}
.hzhb_more span{ font-size:1.875rem; padding-left:10px;}
.indf_hzhb li:hover .hzhb_more{ color:#ff4917; transition:0.5s;}
@media screen and (max-width:1024px){
.hzhb_more{ line-height:80px; font-size:1.25rem;}
.hzhb_more span{ font-size:1.5rem;}
}
@media screen and (max-width:770px){
.indf_nr{width:94%; padding:3% 3% 0 3%; border-radius:10px; margin:0 auto;}
.indf_nr:after{left:-5px; top:-5px;}
.indf_title{font-size:1.875rem;}
.indf_title:after{ width:42px;}
.hzhb_more{ line-height:60px; font-size:1.125rem;}
.hzhb_more span{ font-size:1.375rem;}
}
@media screen and (max-width:520px){
.index_bgf{padding-top:45px;}
.indf_nr{ background:rgba(255,255,255,0.9);}
.indf_nr:after{ display:none;}
.indf_title{font-size:1.5rem;}
.indf_title:after{ width:36px; height:2px;}
.indf_ms{ padding-top:20px; line-height:22px; font-size:0.875rem; text-indent:28px;}
.indf_more{ padding-top:15px;}
.indf_hzhb{ margin-top:40px;}
.indf_hzhb li{ width:50%;}
.indf_hzhb li:nth-child(4n) a{ border-right:1px dashed #ddd;}
.indf_hzhb li:nth-child(n+5) a{ border-bottom:1px dashed #ddd;}
.indf_hzhb li:nth-child(2n) a{ border-right:1px dashed #fff;}
.indf_hzhb li:nth-child(n+7) a{ border-bottom:1px dashed #fff;}
.hzhb_more{line-height:80px;}
}

.index_bgg{ background:#fff; width:100%; padding-top:70px; padding-bottom:90px; overflow:hidden;}
.indg_title{ text-align:center; border-bottom:1px solid #ccc;}
.indg_title p{ font-size:2.25rem; font-weight:bold; color:#ff4917;}
.indg_title span{ display:block; margin:10px auto -11px auto; background:#fff; width:220px; font-size:1.125rem; color:#535353;}
.indg_nr{ padding-top:55px;}
.indg_l{ width:58.77%;}
.indg_an{ height:25px; font-size:1.125rem;  border-left:3px solid #ff4917; line-height:25px; color:#434343;}
.indg_an a{ font-weight:bold; color:#434343; padding:0 18px;}
.indg_an a:hover,.indg_an a.cur{ color:#ff4917;}
.indg_more{ line-height:29px;}
.indg_more a{ color:#848484; font-size:0.875rem;}
.indg_more a:hover{ color:#ff4917;}
.indgl_nr{ padding-top:30px;}
.indg_pic{ overflow:hidden; width:44.5%;}
.indg_pic img{ display:block; width:100%; transition:0.5s;}
.indg_one:hover .indg_pic img{transform:scale(1.1);}
.indg_wb{ width:52%;}
.indg_mc{ font-size:1.25rem; font-weight:bold; color:#373737; height:40px; line-height:40px; overflow:hidden;}
.indg_ms{ line-height:30px; height:90px; overflow:hidden; color:#707070; margin-top:10px;}
.indg_gd{ width:123px; height:35px; border-radius:18px; background:#ff4917; text-align:center; line-height:35px; color:#fff; font-size:0.9125rem; margin-top:25px;}
.indg_one:hover .indg_mc{ color:#ff4917;}
.indgl_nr ul{ padding-top:15px;}
.indgl_nr li{ height:50px; line-height:50px; border-bottom:1px dashed #b5b5b5; padding-left:15px; position:relative; transition:0.5s;}
.indgl_nr li:after{ content:""; background:#ff4917; width:6px; height:3px; position:absolute; left:0; top:23px; transition:0.5s;}
.indgl_nr li span{ float:right; color:#8c8c8c; font-size:0.875rem;}
.indgl_nr li:hover{ padding-left:20px; transition:0.5s;}
.indgl_nr li:hover:after{ width:12px; transition:0.5s;}
.indg_r{ width:34.6%;}
.indgr_nr li{ border-bottom:1px dashed #b5b5b5; padding-top:30px; padding-bottom:17px;}
.indgr_bt{ background:url(../images/wen.png) no-repeat left; height:26px; line-height:26px; padding-left:40px; overflow:hidden; font-weight:bold;}
.indgr_ms{ background:url(../images/da.png) no-repeat left 3px; margin-top:10px; color:#707070; font-size:0.875rem; height:72px; line-height:24px; padding-left:40px; overflow:hidden;}
@media screen and (max-width:1024px){
.indg_title p{ font-size:2rem;}
.indg_more a{font-size:0.8125rem;}
.indg_mc{ font-size:1.125rem;}
.indg_ms{ line-height:24px; height:72px; margin-top:5px; font-size:0.875rem;}
.indg_gd{font-size:0.875rem; margin-top:20px;}
.indgl_nr li{ font-size:0.9375rem;}
.indgl_nr li span{font-size:0.8125rem;}
.indgr_nr li{padding-top:20px; padding-bottom:13px;}
}
@media screen and (max-width:770px){
.indg_title p{ font-size:1.875rem;}
.indg_title span{ width:200px; font-size:1rem;}
.indg_mc{ font-size:1rem; height:30px; line-height:30px;}
.indg_ms{ line-height:20px; height:40px; font-size:0.875rem; margin-top:5px;}
.indg_gd{ width:100px; height:30px; line-height:30px; font-size:0.75rem; margin-top:15px;}
.indgl_nr li{ overflow:hidden; font-size:0.875rem;}
.indgl_nr li span{ display:none;}
.indgr_nr li{padding-top:30px; padding-bottom:20px;}
.indgr_ms{height:40px; line-height:20px;}
}
@media screen and (max-width:520px){
.index_bgg{ padding-top:50px; padding-bottom:50px;}
.indg_title p{ font-size:1.5rem;}
.indg_title span{margin:5px auto -10px auto; width:170px; font-size:0.875rem;}
.indg_nr{ padding-top:40px;}
.indg_l{ width:100%;}
.indg_mc{ font-size:0.9375rem; height:26px; line-height:26px;}
.indg_ms{font-size:0.8125rem;}
.indg_r{ width:100%; padding-top:40px;}
.indg_gd{ width:80px; height:26px; line-height:26px; font-size:0.75rem; margin-top:12px;}
.indgl_nr li{ height:42px; line-height:42px;}
.indgr_nr li{ padding-top:20px; padding-bottom:15px;}
.indgr_bt{ font-size:0.9375rem;}
.indgr_ms{margin-top:5px; font-size:0.8125rem;}
}

.link_bg{padding:25px 0; background:#f9f9f9;}
.link_nr{ height:24px; overflow:hidden; line-height:24px; width:1080px;}
.link_nr a{ display:block; float:left; margin-right:15px; font-size:0.875rem;}
.link_nr a:hover{ text-decoration:underline;}
@media screen and (max-width:1024px){
.link_bg{ display:none;}
}

.foot_bg{ background:#1b1b1b; width:100%; overflow:hidden;}
.fnavtel{ padding:50px 0 30px 0;}
.ftel{ width:45%;}
.fewm_nr{ padding-top:18px;}
.fewm_nr img{max-width:100%; display:block;}
.fewm_nr p{ padding-top:8px; color:#fff; font-size:0.875rem; text-align:center;}
.ftel_nr{color:#fff; font-size:0.9375rem; margin-right:30px;}
.ftel_nr p{ line-height:22px; padding-left:26px; margin-bottom:6px;}
.ftel_nr a{ color:#fff;}
.fnav li{ float:left; margin-left:68px;}
.fnav li:nth-child(1){ margin-left:0;}
.fnav li p{ line-height:26px;}
.fnav li a{ font-size:0.9375rem; color:#fff;}
.fnav li .fnav_title,.fnav_title{ padding-bottom:20px;}
.fnav li .fnav_title a,.fnav_title a{ font-size:1.125rem; color:#fff; font-weight:bold;}
.fnav li a:hover,.fnav_title a:hover{ text-decoration:underline;}
.fbq{ padding-top:20px; border-top:1px solid rgba(255,255,255,0.1); padding-bottom:20px; line-height:24px; font-size:0.8125rem; color:#fff;}
.fbq em{ font-style:normal;}
.fbq span{ float:right;}
.fbq a{ color:#fff;}
.fbq a:hover{ text-decoration:underline;}
@media screen and (max-width:1024px){
.ftel{ width:47%;}
.fewm{ width:22%;}
.ftel_nr{font-size:0.875rem; width:76%; margin-right:0;}
.fewm_nr p{ padding-top:5px;font-size:0.75rem;}
.fnav li{margin-left:35px;}
.fnav li a{ font-size:0.875rem; color:#fff;}
.fnav li .fnav_title a,.fnav_title a{ font-size:1rem; font-weight: normal;}
.fbq em{ display:none;}
}
@media screen and (max-width:770px){
.fnav{ display:none;}
.ftel{ float:none; width:auto;}
.ftel_nr{font-size:0.9375rem; margin-right:30px; width:auto;}
.fewm{ width:auto;}
}
@media screen and (max-width:520px){
.fnavtel{ padding:30px 0 20px 0;}
.fewm{ width:22%; float:left;}
.fewm_nr{ padding-top:0;}
.ftel_nr{font-size:0.75rem; float:right; width:73%; margin-right:0;}
.ftel_nr p{ line-height:18px; margin-bottom:5px;}
.ftel_nr p br{ display:none;}
.fbq{ padding-top:10px; padding-bottom:65px; line-height:20px; font-size:0.75rem;}
}
/*首页style结束*/

/*内页style开始*/
.about_banner{ background:url(../images/about_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.contact_banner{ background:url(../images/contact_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.job_banner{ background:url(../images/job_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.news_banner{ background:url(../images/news_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.video_banner{ background:url(../images/video_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.pro_banner{ background:url(../images/pro_banner.jpg) no-repeat center; width:100%; height:400px; margin-top:-20px; position:relative;}
.proshow_banner{ background:url(../images/pro_banner.jpg) no-repeat center; width:100%; height:200px; margin-top:-20px; position:relative;}
.main_left{padding-top:140px; color:#000; font-size:1.5rem; text-shadow:1px 1px 1px #fff;}
.main_left p{ font-size:2.25rem; font-weight: bold; color:#ff4917;}
.main_left:after{ content:""; width:50px; height:3px; background:#ff4917; margin:10px 0 0 0; display:block;}
.main_center{ text-align:center; padding-top:140px; color:#000; font-size:1.5rem; text-shadow:1px 1px 1px #fff;}
.main_center p{ font-size:2.25rem; font-weight: bold; color:#ff4917;}
.main_center:after{ content:""; width:50px; height:3px; background:#ff4917; margin:10px auto 0 auto; display:block;}
.proshow_banner .main_left{ padding-top:50px;}
.main_flbg{width:100%; position:relative; border-bottom:1px solid #ececec; z-index:99; margin-top:-20px; border-radius:20px 20px 0 0; background:#fff;}
.main_fl li{ position:relative; float:left; background:url(../images/fl_fg.png) no-repeat left center;}
.main_fl li:nth-child(1){ background:none;}
.main_fl li a{ color:#000; padding:0 30px; font-size:1rem; height:68px; display:block; line-height:68px; text-align:center; position:relative; z-index:9;}
.main_fl li:hover a,.main_fl li.cur a{color:#ff4917;}
.main_fl li:before{ content:""; background:#ff4917; width:40%; height:4px; position:absolute; bottom:-2px; left:30%; transform:scaleX(0); transition:0.5s;}
.main_fl li:hover:before,.main_fl li.cur:before{transform:scaleX(1); transition:0.5s;}
.main_wz{ font-size:0.9375rem; color:#737373; line-height:68px;}
.main_wz img{ margin-bottom:-2px; margin-right:8px;}
.main_wz span{ padding:0 8px; font-family:"宋体";}
.main_wz a{ color:#737373;}
.main_wz a:hover{ color:#ff4917;}
.main{ background:#fff; padding-top:70px; padding-bottom:100px;}
.about_nr{ color:#000000; font-size:1rem; line-height:30px;}
.about_nr img{ max-width:100%;}
@media screen and (max-width:1024px){
.about_banner,.contact_banner,.job_banner,.news_banner,.video_banner,.pro_banner{ background-size:auto 100%; height:300px; margin-top:-10px;}
.proshow_banner{background-size:auto 300px; margin-top:-10px;}
.main_left{padding-top:100px; font-size:1.375rem;}
.main_left p{ font-size:2rem;}
.main_center{ padding-top:100px; font-size:1.375rem;}
.main_center p{ font-size:2rem;}
.main_flbg{margin-top:-10px; border-radius:10px 10px 0 0;}
.main_fl li a{ height:60px; line-height:60px;}
.main_wz{ font-size:0.875rem; line-height:60px;}
.main{padding-top:60px; padding-bottom:80px;}
.about_nr{font-size:0.9375rem; line-height:24px;}
}
@media screen and (max-width:770px){
.about_banner,.contact_banner,.job_banner,.news_banner,.video_banner,.pro_banner{ height:240px;}
.proshow_banner{background-size:auto 240px;}
.main_left{padding-top:80px; font-size:1.25rem;}
.main_left p{ font-size:1.875rem;}
.main_center{ padding-top:80px; font-size:1.25rem;}
.main_center p{ font-size:1.875rem;}
.main{padding-top:50px; padding-bottom:70px;}
.about_nr{font-size:0.875rem; line-height:24px;}
}
@media screen and (max-width:520px){
.about_banner,.contact_banner,.job_banner,.news_banner,.video_banner,.pro_banner{ height:120px; margin-top:0;}
.proshow_banner{background-size:auto 120px; margin-top:0; height:120px;}
.main_left{padding-top:30px; font-size:1rem;}
.main_left p{ font-size:1.5rem;}
.main_left:after{width:30px; height:2px; margin:6px 0 0 0;}
.main_center{ padding-top:30px; font-size:1rem;}
.main_center p{ font-size:1.5rem;}
.main_center:after{width:30px; height:2px; margin:6px auto 0 auto;}
.proshow_banner .main_left{ padding-top:30px;}
.main_flbg{margin-top:0px; border-radius:0;}
.main_fl{ float:none;}
.fl_03 li{ width:33.333%;}
.fl_04 li{ width:25%;}
.main_fl li a{padding:0; font-size:0.9375rem; height:46px; line-height:46px;}
.main_fl li:before{height:2px; bottom:-1px;}
.main_wz{ display:none;}
.main{padding-top:40px; padding-bottom:60px;}
}

.book_title{ font-size:1rem; line-height:30px; padding-bottom:40px;}
.book_title p{ color:#000;}
.book_nr div.fl,.book_nr div.fr{ width:49%; padding-bottom:15px;}
.book_nr div.book{ width:100%; padding-bottom:15px;}
.contxt{ width:96%; display:block; padding:0 2%; font-family:"微软雅黑"; font-size:1rem; height:44px; outline:none;}
.contxta{ width:98%; line-height:30px; padding:1%; height:150px; font-family:"微软雅黑"; font-size:1rem; outline:none;}
.btn{width:150px; border:0; background:#ff4917; font-family:"微软雅黑"; height:46px; cursor:pointer; font-size:1.25rem; color:#fff; float:right; margin-left:15px;}
@media screen and (max-width:520px){
.book_title{ font-size:0.875rem; line-height:22px; padding-bottom:20px;}
.book_title p{ color:#000;}
.book_nr div.fl,.book_nr div.fr{ width:99%; padding-bottom:10px; float:none;}
.contxt{font-size:0.875rem; height:40px;}
.contxta{ width:96%; line-height:24px; padding:2%; height:120px; font-size:0.875rem;}
.btn{width:120px;  height:36px; font-size:1rem;}
}
.case_nr li{ float:left; width:24%; margin-right:1.333%; padding-bottom:25px;}
.case_nr li:nth-child(4n){ margin-right:0;}
.case_kg{ position:relative;}
.case_pic{ border:1px solid #c0c0c0; overflow:hidden; position:relative;}
.case_pic img{ display:block; width:100%; transition:0.5s;}
.case_nr li:hover .case_pic img{transform:scale(1.1);}
.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{text-align:center; font-size:1rem; height:50px; line-height:50px; overflow:hidden;}
.case_kg .border_top{
	position:absolute;height:3px;width:0;font-size:0;background:#ff4917;top:0;left:0; z-index:9;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.case_kg .border_right{
	position:absolute;height:0px;width:3px;font-size:0;background:#ff4917;bottom:0;right:0; z-index:9;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.case_kg .border_bottom{
	position:absolute;height:3px;width:0px;font-size:0;background:#ff4917;right:0;bottom:0; z-index:9;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.case_kg .border_left{
	position:absolute;height:0px;width:3px;font-size:0;background:#ff4917;left:0;top:0; z-index:9;
	-webkit-transition:all 0.5s ease-out;
	-o-transition:all 0.5s ease-out;
	transition:all 0.5s ease-out;
}
.case_nr li:hover .border_top,.case_nr li:hover .border_bottom,.honor_nr li:hover .border_top,.honor_nr li:hover .border_bottom{width:100%;}
.case_nr li:hover .border_left,.case_nr li:hover .border_right,.honor_nr li:hover .border_left,.honor_nr li:hover .border_right{height:100%;}

.hezuo_nr li{float:left; width:25%; margin-top:-1px; margin-left:-1px;}
.hezuo_pic{overflow:hidden;border:1px solid #ddd;padding:2%;}
.hezuo_pic img{width:100%;transition:0.5s;}
.hezuo_nr li:hover .hezuo_pic img{transition:0.5s;transform:scale(1.05)}
@media screen and (max-width:1024px){
.case_mc{font-size:0.9375rem;}
}
@media screen and (max-width:770px){
.case_nr li{width:32%; margin-right:0%;}
.case_nr li:nth-child(3n-1){ margin:0 2%;}
.case_mc{font-size:0.875rem; height:40px; line-height:40px;}
}
@media screen and (max-width:520px){
.case_nr li{width:49%; margin-right:0%; padding-bottom:20px;}
.case_nr li:nth-child(3n-1){ margin:0;}
.case_nr li:nth-child(2n){ float:right;}
.case_pic i{background-size:auto 50px;}
.hezuo_nr li{width:50%;}
}

.news_nr li{ position:relative; border-bottom:1px dashed #eee;}
.news_nr li a{ display:block; padding:1.5%; position:relative; z-index:9; transition:0.5s;}
.news_nr li:hover a{box-shadow:0px 1px 8px rgba(0,0,0,0.3); transition:0.5s;}
.news_pic{ overflow:hidden; width:22%;}
.news_pic img{ display:block; width:100%; transition:0.5s;}
.news_nr li:hover .news_pic img{transform:scale(1.1);}
.news_wb{ width:75%;}
.news_mc{ font-size:1.5rem; height:50px; line-height:50px; overflow:hidden;}
.news_mc span{ float:right; font-size:1rem; color:#9c9c9c;}
.news_ms{ font-size:0.875rem; line-height:24px; height:48px; color:#5f5f5f; overflow:hidden; margin-top:5px; transition:0.5s;}
.news_more{ width:126px; height:34px; text-align:center; background:#ff4917; line-height:34px; color:#fff; font-size:0.875rem; margin-top:25px;}
.news_nr li:hover .news_more{ background:#000; transition:0.5s;}
.newsshow_title{ text-align:center; border-bottom:1px dashed #ccc; padding-bottom:12px; font-size:1.5rem; line-height:26px;}
.newsshow_title p{ font-size:0.875rem; color:#999; font-weight:normal; padding-top:5px;}
.newsshow_wnnr{ margin:0 auto; padding-top:15px; font-size:0.9375rem; line-height:28px;}
.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; color:#717171;}
.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:#999; font-size:12px;}
.xgnews-con li a:hover{ text-decoration:underline;}
@media screen and (max-width:1024px){
.news_nr li a{padding:1%;}
.news_mc{ font-size:1.125rem; height:40px; line-height:40px;}
.news_mc span{font-size:0.875rem;}
.news_ms{line-height:22px; height:44px;}
.news_more{ width:115px; height:32px; line-height:32px; margin-top:18px;}
.newsshow_title{ font-size:1.25rem;}
.newsshow_title p{ font-size:0.75rem; padding-top:3px;}
.newsshow_wnnr{font-size:0.875rem; line-height:24px;}
}
@media screen and (max-width:770px){
.news_pic{width:24%;}
.news_wb{ width:73%;}
.news_mc{ font-size:1.125rem; height:26px; line-height:26px;}
.news_mc span{ display:none;}
.news_more{ width:100px; height:30px; line-height:30px; font-size:0.75rem; margin-top:10px;}
.newsshow_title{font-size:1.125rem; line-height:26px;}
.xgnews-tit{font-size:1.125rem;}
}
@media screen and (max-width:520px){
.news_nr li{ padding-bottom:10px; padding-top:10px;}
.news_nr li:nth-child(1){ padding-top:0;}
.news_pic{width:25%;}
.news_wb{ width:72%;}
.news_mc{ font-size:0.9375rem; height:22px; line-height:22px;}
.news_ms{ font-size:0.75rem; line-height:18px; height:36px; margin-top:2px;}
.news_more{ display:none;}
.newsshow_title{padding-bottom:8px;}
.newsshow_title p{padding-top:0px;}
.xgnews-con li{ width:95%;}
}

.pro_bat{ line-height:68px; font-size:1.5rem; color:#ff4917;}
.promain{ padding-bottom:100px; background:#fff; width:100%; padding-top:50px;}
header nav{border-bottom:2px solid #ff4917; background:#f9f9f9; padding-bottom:52px;}
header nav li{position:relative; border-bottom:1px solid #e8e8e8; border-top:1px solid #fff; overflow:hidden;}
header nav li a{ display:block; height:51px; line-height:51px; font-size:1rem; margin-left:5%; position:relative; z-index:9; transition:0.8s;}
header nav li:hover a,header nav li.cur a{ color:#fff; transition:0.8s;}
header nav li span{ display:block; float:right; margin-right:5%; border:1px solid #e8e8e8; background:#fff; text-align:center; line-height:22px; height:22px; width:22px; font-family:"宋体"; border-radius:50%; margin-top:13px;}
header nav li:hover span,header nav li.cur span{ color:#000; transition:0.8s;}
header nav li:before{ content:""; background:#ff4917; position:absolute; left:-100%; top:0; width:100%; height:100%; transition:0.5s;}
header nav li:hover:before,header nav li.cur:before{left:0%; transition:0.5s;}

.main_r{ width:75.5%;}
.pro_nr li{ float:left; width:32%; padding-bottom:2%;}
.pro_nr li:nth-child(3n-1){ margin:0 2%;}
.pro_nr li:hover .inda_pic img{transform:scale(1.1);}
.pro_nr li:hover .inda_mc,.pro_nr li:hover .inda_lm{ color:#fff; transition:0.5s;}
.pro_nr li:hover .inda_wb i{ height:100%; transition:0.5s;}
@media screen and (max-width:1024px){
.pro_bat{ line-height:60px; font-size:1.375rem;}
header nav li a{height:48px; line-height:48px; font-size:0.875rem; margin-left:3%;}
header nav li span{  margin-right:3%;line-height:20px; height:20px; width:20px; margin-top:12px;}
.main_r{ width:73.5%;}
}
@media screen and (max-width:770px){
.promain{ padding-bottom:70px; padding-top:0px;}
.promain .kg{ width:100%;}
.inda_lbt,.prowz{ display:none;}
.inda_fl{border-radius:0; float:none; width:100%;}
header nav{border-bottom:none; background:none; padding-bottom:0;}
header nav li{border-bottom:none; border-top:none; }
header nav li a{ height:auto; line-height:inherit; margin-left:0%;}
header nav li span{ display:none;}
.main_r{float:none; width:98%; margin:0 auto; padding-top:40px;}
}
@media screen and (max-width:520px){
.main_r{padding-top:10px;}
.pro_nr li{width:49%; padding-bottom:20px;}
.pro_nr li:nth-child(3n-1){ margin:0;}
.pro_nr li:nth-child(2n){ float:right;}
}

.swiper-container {display:none;}
#tFocus-btn li.active,#tFocus-leftbtn,#tFocus-rightbtn{display:block;background:url(img/spr.png) no-repeat;}
#tFocus{width:520px;overflow:hidden;}
#tFocus-pic{width:510px; height:371px; border:5px solid #eee; position:relative;}
#tFocus-pic li{width:510px;height:371px;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
#tFocus-pic li img{ display:block; width:100%; margin:0 auto;}
#tFocusBtn{width:520px;height:91px; margin-top:10px;z-index:20;overflow:hidden;}
#tFocus-btn{width:520px; height:91px; position:relative;left:0;bottom:0;overflow:hidden;float:left;}
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;}
#tFocus-btn li{height:87px; width:120px; position:relative; border:2px solid #ddd; display:block; float:left; margin:0 3px; cursor:pointer;}
#tFocus-btn li.active{border:2px solid #ff4917;}
#tFocus-btn li img{ display:block; width:100%; margin:0 auto;}
#tFocus-btn li i{ display:block; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/vpic.png) no-repeat center rgba(0,0,0,0.3);}
#tFocus-leftbtn,#tFocus-rightbtn{ position:absolute; height:40px;margin-top:18px;width:15px;float:left;text-indent:-9999px;}
#tFocus-leftbtn{margin-right:5px;}
#tFocus-rightbtn{}

.proshowa_wb{ width:42%;}
.nycp_bt{color:#6b6b6b; font-size:1.125rem; border-bottom:1px solid #ddd; padding-bottom:15px;}
.nycp_bt p{ font-size:1.5rem; font-weight:bold; padding-bottom:5px; color:#000;}
.nycp_nr{ font-size:0.875rem; color:#656464; line-height:24px; padding-top:1.5rem; padding-bottom:1.5rem; border-bottom:1px solid #ddd;}
.nycp_nr img{ max-width:100%;}
.nycp_tel{ margin-top:1.875rem; background:url(../images/nycp_pic.png) no-repeat left center; padding-left:23px; font-size:1rem; color:#979797;}
.nycp_tel strong{ color:#454545;}
.nycp_more{ width:133px; height:45px; padding-top:19px;}
.nycp_more a{border-radius:5px; display:block; background:#ff4917; text-align:center; line-height:45px; font-size:1.125rem; color:#fff; font-weight:bold; color:#fff;}
.nycp_more .job_moreb{ display:none;}

.proshow_bom{ padding-top:50px;}
.proshow_title{ font-size:1.125rem; font-weight:bold; color:#454545; height:50px; line-height:50px; border-bottom:1px solid #eee;}
.proshow_nr{ font-size:0.875rem; line-height:24px; padding-top:25px;}
.proshow_nr img{ max-width:100%;}
.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:#ff4917; text-align:center; line-height:40px; display:block; font-size:1rem; color:#fff; font-weight:bold;}
.cnxh_tit{font-size:1.125rem; font-weight:bold; color:#454545; height:50px; line-height:50px; border-bottom:3px solid #454545; text-align:center;}
.cnxh_nr li{ margin-top:20px; float:left; width:24%; margin-right:1.333%;}
.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:#ff4917; color:#fff; transition:0.5s;}
@media screen and (max-width:1024px){
#tFocus{ float:none; margin:0 auto;}
.proshowa_wb{ width:100%; float:none; padding-top:40px;}
}
@media screen and (max-width:520px){
.swiper-container{display:block; width:100%; height:100%;}
.swiper-slide{text-align:center; font-size:18px; background:#fff; 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;}
.swiper-slide img{display:block; width:100%;}
#tFocus{ display:none;}
.nycp_bt{font-size:1rem; padding-bottom:5px;}
.nycp_bt p{ font-size:1.25rem;}
.nycp_tel{ font-size:0.9375rem;}
.proshow_bom{ padding-top:40px;}
.showcp_an{margin-bottom:30px;}
.showcp_an p{width:90px;}
.showcp_an p a{height:30px; line-height:30px; font-size:0.9375rem;}
.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:#ff4917;}.fswzj ul{ padding:0px; margin:0px; list-style-type:none; border-top:2px solid #fd6238;}.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 #fd6238;}.fswzj ul li.on a{ border-left:none;}.fnav_pic{ width:23%; 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:#c5330a; 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:770px){
.sp_nav{width:60px;float:right;position:relative;cursor: pointer; height:60px; background:#ff4917; 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,0,0,0.9); 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 #ddd 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:30px;padding:0px 7px 0 7px;}
.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 #2f2f2f solid;margin-left:10px;position:relative;line-height:40px;font-size:14px;}
.sjj_nav>ul >li:last-child{border-bottom:1px #2f2f2f 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:#ff4917;}
.sjj_nav ul li ul li a,.sjj_nav ul li.cur ul li a{color:#fff;display:block;text-align:left; font-size:0.875rem;}
.sjj_nav ul li i svg{width:20px;height:30px;fill:#dadada;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#ff4917;}
.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 a{ font-size:0.875rem; width:85%;}
}

.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(255,73,23,0.8) url(../images/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:99999;
}
.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{ width:24px; height:24px; background-size:auto 10px; bottom:60px; right:2%;}
}