@charset "utf-8";
* { margin: 0; padding: 0; }
body { margin: 0; padding: 0; height: 100%; font-size: 14px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; color: #333; line-height: 24px; word-break: break-all; }
dd, dl, dt, li, ol, ul { margin: 0; padding: 0; list-style: none }
input { font-size: 12px; font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; vertical-align: middle }
select { font-family: Arial; font-size: 12px }
textarea { font-family: Tahoma, Geneva, Microsoft YaHei, "微软雅黑"; font-size: 12px }
h3, h4, h5 { margin: 0; padding: 0; font-family: "微软雅黑"; font-size: 14px }
.fl { float: left }
.fr { float: right }
.clear { clear: both; font-size: 0; }
a { text-decoration: none; transition: all .2s linear 0s; color: #666; }
:focus { outline: 0 }
img { border: 0 }
p { line-height: 24px }
.flex{display: flex;display: -ms-flexbox;justify-content:space-between;-ms-flex-pack: justify;}
.flex-default{display: flex;}
.flex-wrap {display: flex; flex-wrap: wrap;}
.wrap { width: 1200px; margin: auto; }
.b_shadow {
    -o-box-shadow: 0 0 8px rgba(0,0,0,.08);
    -ms-box-shadow: 0 0 8px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.08);
    box-shadow: 0 0 8px rgba(0,0,0,.08);
}
/*other*/
.swiper-container { width: 100%;height: 100%;}
/*headtop*/
.headtop{width: 100%;height: 40px;line-height: 40px;background-color: #f5f5f5;font-size: 13px;color: #666;}
.headtop .fr img {margin-right: 5px; position: relative; top: 2px; height:14px;}
.headtop .fr{color: #666;padding-top:0px;padding-bottom: 0px;padding-left: 20px;}
.headtop .fr a{color: #666;font-size: 13px;}

/*header*/
.header { width: 100%; min-height:140px;}
.header .wrap { position: relative; }
.header .wrap div{display: inline-block;}
.header .wrap .phone{float: right;padding-top: 36px;}
.header .wrap .phone .ph1{position: relative; font-size: 13px; line-height: 30px; }
.phone .ph1 img{position: absolute;top: 10px;left: -50px;}
.phone .ph1 span{font-size: 24px;line-height:20px;color: #f3570c; display: block; font-weight:bold;}
.phone .ph2{font-size: 24px;line-height: 36px;color: #035abb;font-weight: bold;float: right;}
/*.logo {width: 587px;}*/
.logo{ float:left;}
.logo img { margin-top: 30px; margin-right:10PX; padding-right:10PX;}
.logoright{ float:left; padding-top:30px; line-height:32px;}
.logoright span{ font-size:23px; font-weight:bold; color: #0349a8; display:block;}

.nav {width: 100%;min-width: 1200px; background: #0349a8;}
.nav ul {text-transform: uppercase;font-size: 0;}
.nav ul li.navleft{border-left:1px solid #FFF;border-color: rgba(255, 255, 255, 0.1);}
.nav ul li { display: inline-block; position: relative;font-size: 14px;width: 199px;text-align: center; }
.nav ul li a { display: block;color: #ffffff;}
.nava{line-height:50px;}
.nava:hover{background: #f3570c;}
.nav ul li.active > a, .nav ul li:hover{background: #f3570c;}
.nav ul li.gbksub { cursor: pointer; }
.sub-menu { position: absolute; top:75px; width: 100%; visibility: hidden; opacity: 0; z-index: -1; }
.nav ul li:hover .sub-menu { top:49px; visibility: visible; opacity: 1; z-index: 999; }
.sub-menu > li > a { background: #023a86; border-top: 1px solid #CCC;height:40px; font-size:12px; line-height:40px;border-color: rgba(255, 255, 255, 0.2);}
.sub-menu li:hover a,.sub-menu li.on a { background: #0349a8; }
.transition {-moz-transition: all 0.5s;-webkit-transition: all 0.5s;-ms-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s; }
/*banner*/ 
.banner {
    width: 100%; 
    /* height: 650px;  */
    position: relative 
}
.wy-mod-banner { width: 100%; margin-top: 0; height: 700px; position: relative; overflow: hidden }
.wy-mod-banner img { width: auto }
.wy-mod-banner .banners { width: 1920px; height: 700px; overflow: hidden; position: absolute; left: 50%; margin-left: -960px }
.wy-mod-banner .banner { width: 1920px; height: 700px; overflow: hidden; position: absolute; left: 50%; margin-left: -960px }
.wy-mod-banner .focus { width: 960px; margin: 0 auto; padding-top: 670px; text-align: center }
.wy-mod-banner .focus a { text-decoration: none; z-index: 3; width: 20px; height: 20px; position: relative; display: inline-block; overflow: hidden; margin: 0; zoom: 1 }
.wy-mod-banner .focus a .bg-m { z-index: 4; color: #fff; line-height: 40px; font-size: 40px; position: absolute; display: block; left: 2px; top: 6px; cursor: pointer; display: none }
.wy-mod-banner .focus a .bg-b { background: url(../images/bt2.png) center center no-repeat; position: absolute; display: block; left: 0; top: 0; cursor: pointer; width: 20px; height: 20px }
.wy-mod-banner .focus a .inner { background: url(../images/bt1.png) center center no-repeat; position: absolute; left: 0; top: 0; z-index: 9; opacity: 0; display: none\9; +display:none;
width: 20px; height: 20px }
.wy-mod-banner .focus a.on .inner, .wy-mod-banner .focus a:hover .inner { cursor: pointer; display: block; border: 0; -webkit-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; opacity: 1 }
.wy-mod-banner .focus .hover .inner { display: block }
/*首页*/

.itit{ width:100%; min-width:1200px; height:auto; margin:auto; padding-top:80px;}
.itit .cn_title{font-size:36px;color:#c9c9c9;text-align:center; font-family:"Agency FB"; line-height: 36px; }
.itit .cn_line{ width:100%; min-width:1200px; height:auto; margin:auto;}
.itit .cn_line img{width:100%; }
.itit .cn_line2{background:#0CF url(../images/iLine2.png) center no-repeat; width:211px;}
.itit .cn_n_line2{left:24%; }
.itit .cn_line3{background:url(../images/iLine3.png) center no-repeat; width:195px; margin-bottom:51px;}
.itit .cn_n_line3{left:27%;}
.itit .cn_line4{margin-bottom:55px;}
.itit .cn_line5{margin-bottom:52px;}

/*产品中心*/
.ipro{ width:100%; min-width:1200px;height:auto; }
.ipro_box{ width:1200px; height:auto; margin:auto; padding-top:49px; position:relative;}
.ipro_tit{background:url(../images/pro_tit.png) center no-repeat;height:100px;}

.ipro_nav{margin:40px 0;text-align:center;border:1px solid #cbcbcb;border-left:0;border-right:0;}
.ipro_nav a{margin-bottom:16px;line-height:50px;border:1px solid #fff; padding:5px 8px;margin-left:6px;text-align:center;color:#666;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;font-size:13px;}
.ipro_nav .all_lm_a{margin-left:0;}
.ipro_nav a.navli1{/*padding: 5px 22px;*/}
.ipro_nav a:hover,.ipro_nav a.active_{background:#c51230;border-color:#c51230;color:#fff;}

.scroll_horizontal{transition:all 0.6s;-ms-transition:all 0.6s; -moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s; position:relative;width:1200px; margin:auto;}
.scroll_horizontal .pBox2{overflow:hidden;position:relative;width:1200px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:278px;position:relative; padding-right:29px; font-size:14px;}
.scroll_horizontal .list li img{width:276px;height:276px;border:1px solid #cfcfcf; transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;}
.scroll_horizontal .prev,.scroll_horizontal .next{position:absolute;top:50%;margin-top:-30px;width:40px;height:79px;cursor:pointer;}
.scroll_horizontal .prev{left:-70px; background:url(../images/pro_pevr.png) center no-repeat; }
.scroll_horizontal .next{right:-70px;background:url(../images/pro_next.png) center no-repeat; }

.pro_name{ width:278px;text-align:center; line-height:44px;color:#666;font-size:14px;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;}
/*.img_h_div{width:300px;height:203px;background:rgba(212,27,58,0.6) url(../images/pro_h.png) center no-repeat;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); position:absolute;left:0;top:0; 
opacity:0;transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;}*/
.ipro_list:hover .img_h_div{opacity:1;}
.ipro_list:hover .pro_name{color:#014fa2;}
.ipro_box .iPmore{width:150px; height:35px; background:#014fa2; border-radius:25px; text-align:center; line-height:35px; font-size:14px; margin:auto; margin-top:37px;}
.ipro_box .iPmore a{color:#fff;}


.iabout{width:100%; min-width:1200px;background:#f5f5f5; height:505px;}
.iaboutBox{padding-top:86px;}
.iaboutLeft{width:718px;}
.iAboutInfoBox{width:415px; height:361px;}
.iAbout_tit { color:#666; background:url(../images/aboutTit.png) 1px center no-repeat; width:100%; height:27px; }
.iAbout_More{text-align:right; padding-right:7px; font-size:14px; font-family:"Arial"; line-height:14px; margin-top:7px;}
.iAbout_Tit2{ font-family:"Agency FB"; font-size:24px; margin-left:119px; line-height:19px; margin-top:6px;}
.iAboutLine{width:100%; height:1px; background:#dedede; border-bottom:1px solid #fff; margin-top:11px;}
.Block{ text-indent:2em;}
.iAbout_desc{ font-size:14px; line-height:36px; padding-top:19px; width:407px;}
.iAboutBg{ width:62px; height:361px; background:url(../images/iAboutBg.png) 33px 19px no-repeat;}

/*首页广告*/
.iAdver{width:100%; min-width:1200px; height:165px; padding-top:45px; background:url(../images/iAdvBg.jpg);}
.iAdverTit{width:1200px; height:57px; background:url(../images/iAdvTit1.png) center no-repeat; margin:0 auto; }
.iAdverCon{padding-top:25px; line-height:30px; color:#fff; font-size:30px; margin:0 auto; width:1200px; text-align:center;}
.iAdverCon span{font-family:"Helvetica Condensed"; font-size:38px; line-height:30px; color:#fd7a3b;}

/*首页优势*/
.iAdvanBox{width:100%; min-width:1200px; background:#f3f3f3; margin:auto;}
.iAdvan{width:1200px; height:auto; margin:auto;}
.iAdvan_Top{width:668px; height:44px; background:url(../images/iAdvan.png) center 81px no-repeat; margin:0 auto; padding-top:81px; padding-bottom:19px;}
.iAdvan_TopBot{width:1184px; height:8px; background:url(../images/iAdvanBg2.png) center 35px no-repeat; padding-top:35px; margin:auto;}
.iAdvan_TopTxt{font-size:24px; color:#014fa2; margin:auto; width:792px; line-height:24px;}
.iAdvan_TopTxt span{font-style:italic; margin-left:9px;}
.iAdvanL1{width:505px; height:336px; padding:37px 14px 22px 31px;}
.iAdvanR1{padding-left:102px; padding-top:55.5px; width:548px;}
.iAdvanR1 .iAdvanBig{color:#3472b5; font-size:28px; font-weight:bold; line-height:28px; padding-right:10px;}
.iAdvanR1 .iAdvanSR{color:#666; font-family:'Agency FB'; line-height:24px; font-size:24px;}
.iAdvan_RtxtBox{font-size:14px; line-height:36px; color:#555; width:504px; padding-top:8.5px;}
.iAdvan_Rtxt{color:#fd7a3b;}
.iAdvanR2{padding-left:77px; background:url(../images/iAdvanRight2.png) 77px 31px no-repeat; width:573px; height:464px;}
.iAdvanR2 img{float:right; margin-right:3px; margin-top:33px;}
.iAdvanL2{padding-left:0px; padding-top:56px; width:550px;}
.iAdvan_RtxtBox2{width:524px;}
.AfterSale{color:#014fa2; font-size:20px; line-height:48px;}


.scroll_horizontal2{transition:all 0.6s;-ms-transition:all 0.6s; -moz-transition:all 0.6s;-webkit-transition:all 0.6s;-o-transition:all 0.6s; position:relative;width:1200px; margin:auto;}
.scroll_horizontal2 .pBox2{overflow:hidden;position:relative;width:1200px;margin:0 auto;}
.scroll_horizontal2 .list{overflow:hidden;width:9999px; height:140px;}
.scroll_horizontal2 .list li{float:left;width:224px;position:relative; padding-right:20px; font-size:14px;}
.scroll_horizontal2 .list li img{width:224px;height:90px;border:0px; transition:all .6s;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;}
.scroll_horizontal2 .prev,.scroll_horizontal .next{position:absolute;top:50%;margin-top:-40px;width:40px;height:79px;cursor:pointer;}
.scroll_horizontal2 .prev{left:-70px; background:url(../images/pro_pevr.png) center no-repeat; }
.scroll_horizontal2 .next{right:-70px;background:url(../images/pro_next.png) center no-repeat; }

/*供应商*/
.supplier{width:100%; min-width:1200px; height:416px; background:url(../images/supplierBg.jpg) center no-repeat;}
.supplier ul{}
.supLI{width:224px; text-align:center; font-size:14px; line-height:60px; color:#fff; padding-right:20px;}
.supLI6{}


/*合作商*/
.cooperBox{padding:81px 0 80px 0; }
.cooperBox2{height:278px;}
.coopConR{width:895px;}
.coopTitBig{width:283px; height:130px; border:1px solid #ccc; background:#014fa2; }
.coopTit1{ margin-top:28px; width:100%; height:34px; background:url(../images/coopTit.png) center no-repeat; }
.coopTit2{font-size:36px; line-height:56px; font-family:"Agency FB"; color:#fff; width:100%; text-align:center;}
.coopTopR1{width:283px; height:51px; background:#f6f6f6; text-align:center; line-height:51px; border:1px solid #ccc; font-size:14px; margin-right:20px;}
.coopTop1{ margin-top:6px;}
.coopBot1{margin-bottom:20px;}
.coopBot2{margin-bottom:0px;}
.coopRight2{margin-right:0px;}
.coopTop2{ margin-top:20px;}

.iNewsTit{background:url(../images/inewTit.png) 1px center no-repeat;}
.inews_list{margin-left:2px; margin-top:12px;}
.inews_list li .news_data{font-size:14px; line-height:30px; color:#555;  }
.inews_list .news_Title{ font-size:14px; color:#555; line-height:30px;}
.inews_list .news_Title img{padding:0 4px 0 1px;}
.inews_list li .news_info{ font-size:13px; line-height:24px; width:525px; padding-left:14px; padding-top:13.5px; padding-bottom:16.5px;}
.inewLine{ width:713px; margin-right:3px; border-bottom:1px dashed #e2e2e2;}

/*友情链接*/
.friendLink { min-width:1200px; border-top:1px dashed #b2c4db;}
.friendLink .link { width:1200px; margin:auto; line-height:57px; color:#666;}
.friendLink .link a{ padding-right:25px; font-size:14px;}
.friendLink .link span{ font-size:16px; color:#333;}

/*内页*/
.ban { width: 100%; height: 400px; }
.about p { line-height: 36px; }
.videolist ul {display: flex; flex-wrap: wrap; justify-content: space-between; flex-wrap: wrap; -ms-flex-wrap: wrap;}
.videolist ul li  {margin-bottom: 20px;}
.videolist ul li .title {text-align: center; line-height: 45px; background: #f2f2f2;}
.videolist ul li .title:hover {background: #f3570c; color: #fff;}
.videolist ul li img {width:285px ; height: 250px;}
.location { width: 100%; border-bottom: 1px solid #e4e4e4; height: 24px; line-height: 24px; padding: 13px 0; }
.location .breadrumb { background: url(../images/address.png) left center no-repeat; padding-left: 20px; }
.c_wrap { margin:40px auto;}
.c_wrap_l { width: 240px; float: left; }
.c_wrap_l .tit { background: #333; font-size: 20px; color: #fff; font-weight:bold; padding: 15px; text-align:center; }
.c_wrap_l .tellbg {background: url(../images/tellbg.jpg) center no-repeat; background-size:auto; padding:15px 0; }
.c_wrap_l .telltest {  width:60%; height: 64px; background: #a15605; background: rgba(33, 33, 33, 0.5); line-height:40px;font-size:20px; color: #fff; padding-left:15px; font-weight:bold;}
.c_wrap_l .telltest p{font-family: Arial;font-weight:100; line-height:10px;}
.c_wrap_l .tit p { font-size: 14px; text-transform: uppercase; font-family: Arial; padding-top: 10px; }
.c_wrap_l .box #leftnav dl dt {display: flex; justify-content: space-between;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt a {flex:1; display: inline-block; text-indent:5px;font-size: 14px; margin:0 10px;}
.c_wrap_l .box #leftnav dl dt span {width: 19px; height: 19px; display: block; float:right; color: #444; font-size: 18px; margin-right: 15px;}
.c_wrap_l .box #leftnav dl dt:hover {background: #f3570c;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #f3570c;}
.c_wrap_l .box #leftnav .list2 { color: #333; line-height:40px; } 
.c_wrap_l .box #leftnav .list2 a {display:block; width:200px; margin:0 auto;  padding-left:20px;  border-bottom: 1px dashed #d7d7d7;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav .list2 a:hover {color: #fff; background: #f3570c;border-bottom: 0px;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box { background: #f6f6f6; margin-bottom: 30px; padding-bottom:10px;}
.c_wrap_l .box dt a{ display:block; margin:0 auto;  height: 45px; line-height: 45px;  transition: all .2s linear 0s;border-bottom: 1px dashed #d6d6d6;  position: relative; }
.c_wrap_l .box #leftnav dt a {display: inline-block; }
.c_wrap_l .box dl dt:hover span{width:10px; height: 15px; display: inline-block; color:#fff !important;}
.c_wrap_l .box dl dt:hover {cursor: pointer; color: #fff;}
.c_wrap_l .box dl .active{background: #f3570c; border-bottom: 1px dashed #f3570c;}
.c_wrap_l .box dl .active a,.c_wrap_l .box dl .active span{color: #fff !important;border-bottom: 0px ;}

.c_wrap_l .box dl dt span:hover {cursor: pointer;}
.c_wrap_l .box.contact { padding: 15px 15px; background: #f6f6f6;}
.c_wrap_l .box.tags { padding: 15px; }
.c_wrap_l .box.tags .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 11px; font-weight: bold; color: #fff; line-height: 1; vertical-align: middle; white-space: nowrap; text-align: center; background-color: #777777; border-radius: 10px; margin-bottom: 10px; }
.c_wrap_l .box.tags .badge i { display: inline-block; width: 12px; height: 12px; background: url(../images/tags.png) no-repeat; margin-right: 5px; }
.c_wrap_r { width: 930px; float: right; }
.c_wrap_r iframe{ min-height:350px !important;}

.prolist { width: 280px; float: left; }
.prolist { width: 280px; float: left; margin: 0 15px; margin-bottom: 28px; }
.prolist img { width: 280px;}
.prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.prolist p.title:hover { background: #f3570c; color: #fff; }
.newslist { padding-bottom: 30px; }
.overf { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list_item { position: relative; padding: 33px 0; transition: all .2s linear 0s; }
.list_item .news_con { position: absolute; width: 659px; padding: 0 30px; }
.list_item .name { padding: 15px 0 5px; font-weight: normal; margin-bottom: 10px; font-size: 18px; color: #343434; }
.list_item .news_con .des { overflow: hidden; height: 72px; font-size: 14px; line-height: 22px; color: #999999; text-align: left; }
.list_item .news_con .xian { position: absolute; top: 16px; height: 16px; width: 4px; background: #999; transition: all .2s linear 0s; }
.list_item .news_others { position: relative; overflow: hidden; width: 160px; padding: 0 40px; height: 126px; }
.list_item .news_others .inform { position: absolute; width: 100%; top: 10px; }
.list_item .news_others .date { margin-bottom: 10px; font-size: 40px; line-height: 1; font-family: 'PingFang-Light'; opacity: 0.7; color: #999; display: block; padding-bottom: 5px; }
.list_item .news_others .year { margin-bottom: 5px; font-size: 14px; opacity: 0.6; color: #999; }
.list_item .news_others .more { display: block; width: 42px; height: 20px; opacity: 0; transform: translateX(-20px); border-bottom: 2px solid #f3570c; padding-bottom: 8px; font-size: 12px; transition: all .2s linear 0s; }
.list_item .news_xian { display: block; width: 1px; height: 192px; background: #e3e3e4; position: absolute; left: 210px; margin-left: -0.5px; top: 0; z-index: 0; }
.odd .list_item { padding-left: 50%; }
.odd .list_item .news_con { left: 0; }
.odd .list_item .news_con .xian { right: -2px; }
.even .list_item .news_con { right: 0; }
.even .list_item .news_con .xian { left: -2px; }
.list_item:hover { box-shadow: 0 0 20px #ddd; }
.list_item:hover .news_con .xian { height: 80%; background: #f3570c; }
.list_item:hover .news_con .name { color: #f3570c; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #f3570c; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #f3570c; }
.list_item:hover .news_others .img { opacity: 1; }
.c_wrap_r h1 { font-weight: 400; font-size: 24px; text-align: center; padding: 15px 0; }
.c_wrap_r p.news_oth { text-align: center; color: #888; border-bottom: 1px dashed #e4e4e4; padding-bottom: 10px; }
.c_wrap_r p.news_oth span { margin: 0 10px; }
.summary { position: relative; background: #fafafa; margin: 20px 10px 0; padding: 40px 20px 20px; font-family: 微软雅黑; color: #6c7480; font-style: italic; line-height: 150%; border: 1px solid #eee; border-radius: 5px; }
.summary span { position: absolute; left: -1px; top: 15px; padding: 0 0 0 20px; font-size: 1.2em; font-style: normal; color: #c2c6cc; border-left: 4px solid #c2c6cc; }
.content { padding: 20px 10px; line-height: 30px; }
.content img {display: block; margin: 0 auto;}
.content p { margin-bottom: 10px; }
.content h2, .interested .tit { height: 48px; line-height: 48px; font-size: 16px; color: #202020; background: #eee; text-indent: 15px; font-weight: 400; border-left: 5px solid #f3570c; margin-bottom: 10px; }
.pro_c { margin-bottom: 40px; padding:0px 50px; }
.pro_c .img { width: 100%;text-align: center;border-bottom: 1px dashed #ccc;padding-bottom:20px; }
.pro_c .img img { width: 650px; border-radius: 10px; cursor: pointer;margin: 0 auto; }
.pro_c .img .swiper-pagination { background: rgba(0,0,0,.5); color: #fff; width: auto; left: 50%; margin-left: -25px; padding: 0 10px; border-radius: 24px; line-height: 24px; height: 24px; font-size: 12px; }
.pro_c .text { text-align: center; margin-bottom: 20px;}
.pro_c .text .tit h1 { font-size: 18px; font-weight: 400; text-align: left; display: inline-block; padding: 0; font-weight:bold; }
.pro_c .des {margin-top: 20px; line-height: 30px; color: #777777;text-align: center; }
.interested+.content { padding-top: 0; }
.taglist .list { display: none; border-bottom: 1px solid #f5f5f5; height: 50px; line-height: 50px; padding: 0 10px; }
.taglist .list span { margin-right: 20px; }
.taglist .list a { display: block; color: #777; background: url(../images/jt1.jpg) right center no-repeat; }
.tag { border-bottom: 1px dashed #ccc; padding-bottom: 16px; margin-top: 50px; font-size: 14px; color: #29282d; margin-bottom:30px; }
.tag a { display: inline-block; height: 25px; line-height: 25px; padding: 0 10px; border: 1px solid #999; margin-left: 6px; color: #29282d; border-radius: 3px; }
.pagebox { height: 36px;  text-align: center; }
.pagebox #pagesize { display: inline-block; }
.pagebox #pagesize li { float: left; }
.pagenav { overflow: hidden; margin-top: 30px; margin-bottom: 62px; }
.pagenav p { width: 45%; font-size: 14px; color: #777; }
.pagenav p.next { float: left; }
.pagenav p.prev { float: right; text-align: right; }
.interested { padding-bottom: 20px; }
.interested .list { border-bottom: 1px dashed #ddd; height: 50px; line-height: 50px; padding-right:5px; padding-left:20px; background:url(../images/jt_right.png) no-repeat center left; }
.interested .list span { float:right; color:#CCC;}
.interested .list a { display: block; color: #777; }
.interested .prolist { width: 212px; float: left; margin: 15px 10px; margin-bottom: 30px; }
.interested .prolist img { width: 212px;}
.interested .prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.interested .prolist p.title:hover { background: #f3570c; color: #fff; }
.photolist {float: left; margin-right: 40px;margin-bottom: 28px;}
.photolist img{width:269px;}
.photolist .title {height: 45px; text-align: center; line-height: 45px;background: #f2f2f2; transition: all .2s;}
.photolist .title:hover {background: #f3570c;color: #fff;}


.zxly{ padding-left:5px; margin-bottom:30px; line-height:40px; font-size:15px;}
.zxly span{ font-weight:bold; font-size:16px;}

.ny_lxwm .t{ font-size:24px; color:#333; font-weight:bold; line-height:50px;}
.ny_lxwm li{float:left; width:400px; background:url(../images/lx_ico.png) left 18px  no-repeat;line-height:70px; height:70px; border-bottom:1px solid #eee;padding-left:65px;}
.ny_lxwm li.li1{ background-position:0px 20px;}
.ny_lxwm li.li2{ background-position:00px -50px;}
.ny_lxwm li.li3{ background-position:0px -120px;}
.ny_lxwm li.li4{ background-position:0px -190px;}
.ny_lxwm li.li5{ background-position:0px -260px;}
.ny_lxwm li.li6{ background-position:0px -330px;}
.lxtjyc{ display:none;}



/*底部*/
.footer { padding: 30px 0;background: #052a4f; }
.footer p { color: #dcdee0; text-align: center; line-height: 34px; }
.footer p span { margin: 0 10px; }
.footer a { color: #dcdee0; }
.footer .foot_p4 .footp_span img{position: relative;top: 4px;}
.footer .sit span {display: inline-block; padding-left: 30px;}
.fix-right-v2 { position: fixed; right: 20px; bottom: 100px; width: 38px; height: 38px; background: #fff; z-index: 1001; }
.fix-right-v2 table { width: 100%; height: 100%; }
.fix-right-v2 table, .fix-right-v2 td { margin: 0; padding: 0; border: 0; border-spacing: 0; border-collapse: collapse; height: 38px; }
.fix-right-v2 li { position: relative; }
.fix-right-v2 a { display: block; width: 38px; font-size: 0; background-image: url(../images/sidebar_spriteV2.png); overflow: hidden; cursor: pointer; transition: none; }
.fix-right-v2 .download a { height: 38px; background-position: -38px -176px; }
.fix-right-v2 .download:hover a { background-position: 0 -176px; }
.fix-right-v2 .download img { width: 90px; height: 90px; }
.fix-right-v2 li span { position: absolute; right: 58px; top: 0; visibility: hidden; padding: 0 14px; opacity: 0; color: #fff; font-size: 12px; background: #0f539e; transition: .3s all ease-in; -webkit-transition: .3s all ease-in; -moz-transition: .3s all ease-in; -o-transition: .3s all ease-in; white-space: nowrap; }
.fix-right-v2 li .popup-qr { top: -30px; padding: 8px; background: #fff; }
.fix-right-v2 li span i { position: absolute; right: 0; top: 50%; width: 0; height: 0; margin: -5px -10px 0 0; font-size: 0; border: 5px solid; border-color: transparent transparent transparent #0f539e; overflow: hidden; }
.fix-right-v2 li .popup-qr i { border-color: transparent transparent transparent #fff; }
.fix-right-v2 .feedback a, .fix-right-v2 .feedback span { height: 38px; line-height: 38px; }
.fix-right-v2 .feedback a { background-position: -38px -252px; }
.fix-right-v2 .feedback:hover a { background-position: 0 -252px; }
.fix-right-v2 li:hover span { right: 38px; opacity: 1; visibility: visible; }
.fix-right-v2 .gotop { position: absolute; bottom: 38px; }
.fix-right-v2 .gotop a, .fix-right-v2 .gotop span { height: 38px; line-height: 38px; }
.fix-right-v2 .gotop a { background-position: -38px -290px; }
.fix-right-v2 .gotop:hover a { background-position: 0 -290px; }
/**/
#dituContentn{ width:100%; height:300px;}
.companywab{background:url(../images/ba.png) no-repeat left center; padding-left:25px;}