@charset "utf-8";
* { margin: 0; padding: 0;box-sizing: border-box; }
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; font-weight: 400; }
.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 }  
hr{border: none;} 
em,i{font-style: normal;text-decoration: none;}
i{vertical-align: middle;}

.button {vertical-align:middle;font-size:12px}
.button { cursor: pointer; }

h1{ font-size:24px;} 
h2{ font-size:20px;} 
h3{ font-size:18px;} 
h4{ font-size:16px;} 
h5{ font-size:14px;} 
h6{ font-size:12px;} 

/* mouse */ 
.pointer{cursor:pointer;} 
/* text */ 
.t_l{text-align:left;} 
.t_c{text-align:center;} 
.t_r{text-align:right;} 

/* auto */ 
.break{word-break:break-all;word-wrap:break-word;} 
.no_break{word-break:keep-all;word-wrap:normal;} 
 
/* unline */ 
.text_un{text-decoration:underline;} 
.text_no{text-decoration:none;} 

/* hidden */ 
.o_hidden{overflow:hidden;} 

/* dis_no */ 
.none{display:none;} 
.block {display:block;} 

/* border */ 
.b_no{border:none;}
.b_no_l{border-left:none;}
.b_no_r{border-right:none;}
.b_no_t{border-top:none;}
.b_no_b{border-bottom:none;}

/* margin */ 
.ml10 { margin-left:10px;}
.mb10 { margin-bottom:10px;}
.mr10 { margin-right:10px;}
.mt10 { margin-top:10px;}

/* padding */ 
.p_t10{ padding-top:10px;}
.p_t20{ padding-top:20px;}

/* padding */ 
.height_10{ height:10px; display:block; clear:both; overflow:hidden;}
.height_20{ height:20px; display:block; clear:both; overflow:hidden;}

/*********闭合盒子处理**********/
.clearfix:after {content:"24dq"; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}.clearfix {display:block;}
/* End hide from IE-mac */

/*********清除浮动处理**********/
.clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}

/*color*/
.gray_background{ background-color:#F8F8F8;}
.blue_background{ background-color:#ECF1F4;}
.green_color{ color:#67920D;}
.white_color{ color:#fff;}
.black_color{ color:#000;}



.container{max-width: 1920px;margin: 0 auto;}
.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; }
.wraps { width: 1400px; margin: auto; }
/*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%; height:90px;background: url(../images/headbg.png) repeat-x;}
.header .wraps{align-items: center;height: 100%;}

.nav {text-transform: uppercase;font-size: 0;width: 1040px;}
.nav li { display: inline-block; position: relative;text-align: center;}
.nav li a {font-size: 16px;display: block;width: 110px; color: #fff;height: 90px;line-height: 90px;}
.nava:hover{background: url(../images/onnavbg1.png) repeat-x;}
.nav li.active > a{background: url(../images/onnavbg1.png) repeat-x;}
.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; }
.sub-menu { position: absolute; top:75px; width: 100%; visibility: hidden; opacity: 0; z-index: -1; }
.nav li:hover .sub-menu { top:89px; visibility: visible; opacity: 1; z-index: 999; }
.sub-menu > li > a { background:url(../images/headbg.png); height:31px; font-size:12px; line-height:31px;border-top: 1px solid #383838;}
.sub-menu li:hover a,.sub-menu li.on a { background: url(../images/ddbg1.png) top no-repeat;}
/*banner*/ 
.banner{width: 100%;}
.swiper-container-banner{overflow: hidden;position: relative;}
.swiper-container-banner img{width: 100%;}
.swiper-pagination-banner{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0 !important;
    filter: alpha(opacity=50);
    background: rgba(0,0,0,.5);
    padding-top: 11px;
}
.swiper-pagination-banner span{
    display: inline-block;
    width: 26px;
    height: 8px;
    overflow: hidden;
    margin: 0 5px;
    background: #a1a1a1;
    cursor: pointer;
    border-radius: 0;
    opacity: 1;
}
.swiper-pagination-banner .swiper-pagination-bullet-active{background: #c93939;;opacity: 1;}
.swiper-button-next::after,
.swiper-button-prev::after{content: '' !important;}
.swiper-button-prev{
    background: url(../images/lebt.png) center;
    width: 36px !important;
    height: 102px !important;
    display: inline-block;
    position: absolute;
    left: -93px !important;
    top: 193px !important;
    cursor: pointer;
}
.swiper-button-next{
    background: url(../images/ribt.png) center;
    width: 36px !important;
    height: 102px !important;
    display: inline-block;
    position: absolute;
    right: -93px !important;
    top: 193px !important;
    cursor: pointer;
}
/*首页*/


/*imain*/
.con1s{ width:100%; background:#f6f6f6;}
.con1{ width:1200px; margin:auto; padding:70px 0; }
.syt{ background:url(../images/t.jpg) center top no-repeat; height:70px; padding-top:10px; text-align:center;}
.syt span{ color:#1d1d1d; font-size:30px; line-height:50px;}
.syt p{ line-height:20px; color:#b4b4b4; font-size:14px;}

.cxscroll{ position:relative; margin-top:60px;} 
.cxscroll .box{overflow:hidden;width:1200px;} 

.cxscroll .list li{float:left;width:277px;height:550px; padding-right:30px;} 
.cxscroll .list li img{width:247px;height:256px;padding:15px 15px 0px 15px; background:#fff;} 
.cxscroll .list li .ipro_list_name{ background:#fff; padding:15px;}
.cxscroll .list li .ipro_list_name .yjname{ font-size:16px; color:#444; height:35px; line-height:35px; width:232px; padding-left:15px; border-bottom:1px solid #eee; display:inline-block;}
.cxscroll .list li .ipro_list_name .yjname:hover{ color:#c40000;}
.cxscroll .list li .ipro_list_name dl{overflow: hidden; padding:5px 15px 0px 15px; height:208px; background:#fff;}
.cxscroll .list li .ipro_list_name dd{ line-height:30px; font-size:14px;}
.cxscroll .list li .ipro_list_name dd a{ color:#666;}
.cxscroll .list li .ipro_list_name dd a:hover{ color:#c40000;}
.cxscroll .prev{ background:url(../images/lebt.png) center; width:36px; height:102px; display:inline-block; position:absolute; left:-93px; top:193px; cursor:pointer;} 
.cxscroll .next{background:url(../images/ribt.png) center; width:36px; height:102px; display:inline-block; position:absolute; right:-93px; top:193px; cursor:pointer;} 

.con1 .sy_more{ width:188px; text-align:center; height:48px; line-height:48px; display:inline-block; background:#f6f6f6; border:1px solid #ddd; color:#666; margin-left:505px; margin-top:60px; font-size:14px;}
.con1 .sy_more:hover{ background:#c40000; color:#fff;}

.con2s{ width:100%; background:url(../images/bg1.jpg) center no-repeat;}
.con2{ width:1200px; margin:auto; padding:70px 0px;}
.syt_qyxx span{ color:#f6f6f6;}
.syt_qyxx p{color:#b4b4b4;}
.qyxx_ul{ overflow:hidden; margin-top:60px;}
.qyxx_ul .qyxx_li{ float:left; width:380px; margin-left:30px;}
.qyxx_ul .qyxx_li1{ margin-left:0px;}
.qyxx_img{ width:380px; height:330px;}
.qyxx_word{ width:380px; height:190px; padding:0px 20px; background:#fff;}
.qyxx_name{ font-size:16px; color:#444; width:100%; height:50px; line-height:50px; border-bottom:1px solid #eee; text-align:center;}
.qyxx_txt{text-align:center; font-size:14px; color:#666; line-height:30px;}
.con2 .qyxx_more{ margin-top:18px; margin-left:85px; display:inline-block; width:168px; height:38px; text-align:center; line-height:38px; background:#fff; color:#666; font-size:14px; border:1px solid #ddd;}
.con2 .qyxx_more:hover{ background:#c40000; color:#fff;}


.con3s{ width:100%; background:#f6f6f6;}
.con3{ width:1200px; margin:auto; padding:70px 0px;}

.cxscroll1{ position:relative; margin-top:60px;} 
.cxscroll1 .box1{overflow:hidden;width:1200px;} 

.cxscroll1 .tdxx_ul li{float:left;width:277px;height:378px; margin-right:30px;} 
.cxscroll1 .tdxx_ul li img{width:277px;height:201px;background:#fff; padding:0px;} 
.cxscroll1 .tdxx_ul li .tdxx_word{ width:277px; height:177px; background:#fff; padding:0px 6px;}
.cxscroll1 .tdxx_ul li .tdxx_word .tdxx_name{ text-align:center; width:100%; height:50px; line-height:50px; border-bottom:1px solid #eee; font-size:16px;}
.cxscroll1 .tdxx_ul li .tdxx_word .tdxx_txt{ text-align:center;font-size:14px; color:#666; line-height:30px;}
.cxscroll1 .tdxx_ul li .tdxx_word .tdxx_more{margin: 0 auto; margin-top:18px;  display:block; width:128px; height:32px; text-align:center; line-height:32px; background:#fff; color:#666; font-size:14px; border:1px solid #ddd;}
.cxscroll1 .tdxx_ul li .tdxx_word .tdxx_more:hover{ background:#c40000; color:#fff;}
.cxscroll1 .prev{ display:none;}
.cxscroll1 .next{ display:none;}

.con4s{ width:100%; background:url(../images/bg2.jpg);}
.con4{ width:1200px; margin:auto; padding:70px 0px;}
.syt2{background:url(../images/t1.jpg) center top no-repeat;}
.syt2 span{ color:#f6f6f6; }
.syt2 p{ color:#dedede;}

.qyfw_ul{ overflow:hidden; margin-top:60px;}
.qyfw_li{ width:300px; float:left;}
.qyfw_img a{ display:inline-block; width:190px; height:166px;}

.qyfw_img1{ background:url(../images/ico1.png) no-repeat;}
.qyfw_img2{ background:url(../images/ico2.png) no-repeat;}
.qyfw_img3{ background:url(../images/ico3.png) no-repeat;}
.qyfw_img4{ background:url(../images/ico4.png) no-repeat;}

.qyfw_img{ background-position:left top;width:190px; height:166px;margin-left:55px;}
.qyfw_img:hover{ background-position:left bottom;}

.qyfw_word{ margin-top:30px;}
.qyfw_name{ width:100%; text-align:center; height:35px; line-height:35px; font-size:16px; color:#fff;}
.qyfw_txt{ color:#fff; line-height:30px; text-align:center; font-size:14px; padding:0px 15px;}

.con5s{ width:100%; background:#fff;}
.con5{ width:1200px; margin:auto; padding:70px 0px;}
.con5 .ts{ font-size:16px; text-align:center; color:#555; line-height:40px;}
.con5 .tel{ font-size:30px; color:#353535; text-align:center; line-height:45px; font-family:Arial;}
.con5_ul{ margin-top:48px;overflow:hidden;}
.con5_ul .lx_li{ border:1px solid #e8e8e8; border-right:0px; width:278px; float:left; padding-right:20px;}
.con5_ul .lx_li p{ color:#444; font-size:14px; margin-top:36px;}
.con5_ul .lx_li4 p{ color:#444; font-size:14px; margin-top:25px;}
.con5_ul .lx_li span{ color:#666; font-size:14px;line-height: 20px;}

.con5_ul .lx_li4{ border-right:1px solid #e8e8e8;}
.con5_ul .lx_li i{ width:85px; height:118px; display:inline-block; float:left;}
.con5_ul .lx_li1 i{ background:url(../images/p1.png) center no-repeat;}
.con5_ul .lx_li2 i{ background:url(../images/p2.png) center no-repeat;}
.con5_ul .lx_li3 i{ background:url(../images/p3.png) center no-repeat;}
.con5_ul .lx_li4 i{ background:url(../images/p4.png) center no-repeat;}




/*内页*/
.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: #c93939; color: #fff;}
.videolist ul li img {width:285px ; height: 250px;}
.location { width: 100%; border-bottom: 1px solid #e4e4e4; height: 45px; line-height: 45px;  }
.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: #c93939;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #c93939;}
.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: #c93939;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: #c93939; border-bottom: 1px dashed #c93939;}
.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: #c93939; 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: 719px; 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 #c93939; 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: #c93939; }
.list_item:hover .news_con .name { color: #c93939; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #c93939; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #c93939; }
.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 #c93939; margin-bottom: 10px; }
.pro_c { margin-bottom: 40px; padding:0px 50px; }
.pro_c .img { width: 95%;text-align: center;border: 1px dashed #ccc;padding:10px; border-radius: 15px;}
.pro_c .img img { width: 100%;; border-radius: 15px; 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: #c93939; 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: #cd0208;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:464px; 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;}

/*友情链接*/
/* .link {height: 61px; background: #012652; line-height: 61px; border-bottom: 1px solid #163b5f; }
.link .wrap { color: #fff;  line-height: 64px;}
.link .wrap a { color: #a9a9a9; margin: 0 5px; }
.link img{width: 90px;height: 33px;} */

/*底部*/
.footer { padding: 30px 0;background: #151515;}
.footer a{color: #fff;}
.footer p { color: #f5f5f5; line-height: 34px; text-align: center;}
.footer p span{padding: 0 10px;}
.footer .foot_p4 img{position: relative;top: 5px;}
.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: #c93939; 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 #c93939; 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:340px !important;}
.companywab{background:url(../images/ba.png) no-repeat left center; padding-left:25px;}