@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; 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 }
h2,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;vertical-align: middle;}
.ac {text-align: center;}
.left{float: left;}
.right{float: right;}
.container{max-width: 1920px;margin: 0 auto;overflow: hidden;}
.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; }

/*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:110px;background: url(../images/nav.png) no-repeat;position: relative;}
.header .wrap{align-items: center;height: 100%;}
.header .wrap .phone {display: flex;justify-content: flex-start;}
.header .wrap .phone img{width: 35px;height: 35px;margin-top: 6px;margin-right: 10px;}
.header .wrap .phone .tel{color: #333;}
.header .wrap .phone .tel span{font-size: 24px;color: #0075FF;}



.nav {width: 100%;min-width: 1200px; background: #333;}
.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: #0075FF;}
.nav ul li.active > a, .nav ul li:hover{background: #0075FF;}
.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: #333; 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: #0075FF; }
.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%;}
.swiper-container-banner{overflow: hidden;position: relative;}
.swiper-container-banner img{width: 100%;}
.swiper-button-next-banner{position: absolute;right: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-prev-banner{position: absolute;left: 5%;top: 50%;--swiper-theme-color: #bb2222;}
.swiper-button-next-banner,.swiper-button-prev-banner{width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next-banner:after,.swiper-button-prev-banner:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-next-banner:after{content: 'next';}
.swiper-button-prev-banner:after{content: 'prev';}
.swiper-pagination-banner{position: absolute;z-index: 2;text-align: center;--swiper-theme-color: #0075FF;}
/*首页*/

/* 搜索 */
.tou_dy form {display: flex;}
.tou_dy { float: right; margin-top: 8px; }
.tou_dy .ank{
    padding-left: 15px;
    border: none;
    width: 288px;
    height: 34px;
    background: #ededed;
}
.tou_dy .anniu{ border:none; background: url(../images/search-white.png) 16px center no-repeat #0075FF;width: 47px;height: 34px; color: #fff;text-indent: 20px;}
.tou_dy .ank::placeholder{color: #999;}

/* query */
.query .box{
    position: relative;
    z-index: 999;
    top: -93px;
    width: 1200px;
    height: 186px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 5px 11px 0px rgba(0,0,0,0.14); 
}
.query .box section{
    position: relative;
    padding-top: 8px;
    padding-left: 20px;
    width: 33.3%;
    color: #333;
}
.query .box section::after{
    position: absolute;
    top: 26px;
    left: 0;
    content: '';
    display: inline-block;
    width: 1px;
    height: 136px;
    opacity: 0.5;
    background: #777777;
}
.query .box section:first-child::after{
    content: '';
    width:0;
}
.query .box section .tits{
    font-size: 18px;
    color: #0075ff;
    padding-bottom: 11px;
}


.query input{
    margin-bottom: 10px;
    border: 1px solid #cecece;
    height: 25px;
    padding-left: 10px;
}
.query input::placeholder{
    color: #999999;
}
.query input.end{
    width: 292px;
}
.query input.weigth{
    width: 163px;
}
.query input.num{
    width: 53px;
}

.query input.sumbit{
    cursor: pointer;
    margin-left: 60px;
    padding-left: 0;
    width: 110px;
    height: 24px;
    color: #fff;
    background: #0075ff;
}
.query label{
    position: relative;
    top: -3px;
    display: inline-block;
    width: 56px;
    text-align: right;
}
.query span{
    position: relative;
    top: -3px;
    padding-left: 6px;
}
.query textarea{
    width: 346px;
    height: 92px;
    border: 1px solid #cecece;
    padding-left: 12px;
    padding-top: 5px;
    font-size: 14px;
}
.query textarea::placeholder{
    color: #999999;
}
.query section:nth-child(2){
    padding-left: 26px;
}
.query section:nth-child(2) input.sumbit{
    margin-left: 0;
    margin-top: 13px;
}
.query section:nth-child(3) input{
    width: 182px;
    margin-bottom: 35px;
} 
.query section:nth-child(3) label{
    top: -17px;
    color:#999999
}
.query section:nth-child(3) input.sumbit{
    width: 110px;
    height: 24px;
    background: #0075ff;
}
.query section:nth-child(3) input:nth-child(2){
    margin-bottom: 0;
}
#txt_password{position: relative;top: -17px;}
.route {
    padding-bottom: 80px;
}

.route header h3 {
    font-size: 28px;
    color: #333333;
}

.route header h3 em {
    margin-left: 18px;
    position: relative;
    top: -2px;
    font-size: 14px;
    color: #999999;
}

.route header ul {
    padding-top: 8px;
    font-size: 0;
}

.route header ul a {
    font-size: 14px;
    display: inline-block;
    width: 132px;
    height: 38px;
    color: #333;
    text-align: center;
    line-height: 36px;
}

.route header ul a:hover {
    background: #0075ff;
    color: #f5f5f5;
}

.route .routes {
    padding-top: 35px;
}

.route .routes li {
    padding: 11px;
    width: 380px;
    height: 356px;
    opacity: 1;
    border: 1px solid #dddddd;
}

.route .routes li .pic {
    overflow: hidden;
    width: 100%;
    height: 276px;
}

.route .routes li .pic img {
    width: 100%;
    height: 100%;
}

.route .routes li .pic img:hover {
    transform: scale(1.2);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.route .routes li p {
    margin-top: 26px;
    text-align: center;
    color: #333333;
}

.route .routes li:hover {
    border: 1px solid #0075ff;
}

.route .routes li:hover p {
    color: #0075ff;
}

.abt {
    padding-top: 67px;
    height: 403px;
    background: url(../images/abt_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.abt .wrap {
    position: relative;
    height: 100%;
}

.abt ul {
    padding: 0 82px;
}

.abt ul li {
    width: 237px;
    text-align: center;
}

.abt ul li p {
    color: #f5f5f5;
    line-height: 31px;
}

.abt .cont {
    position: absolute;
    left: 0;
    bottom: -269px;
    padding-top: 47px;
    width: 100%;
    height: 353px;
    background: #ffffff;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.21);
}

.abt .cont h2 {
    text-align: center;
    font-size: 28px;
    color: #333333;
}

.abt .cont .en{
    text-align: center;
    margin-top: 5px;
    color: #999999;
}

.abt .cont .ct {
    width: 1048px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    color: #666666;
    line-height: 31px;
}

.abt .cont .more {
    display: block;
    margin: 0 auto;
    margin-top: 65px;
    width: 62px;
    height: 7px;
    background: url(../images/detailo.png);
}
.abt .cont .more:hover{
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 8px 20px 0 rgba(0,0,0,0.19);
}

.adv {
    padding-top: 370px;
    background: #f5f5f5;
}
.adv .wrap{position: relative;}
.adv .left{width: 50%;}
.adv .left header {
    font-size: 28px;
    color: #333333;
}

.adv .left hr {
    margin-top: 20px;
    width: 675px;
    height: 2px;
    background: #0075ff;
}

.adv .left img{
    margin-top: 53px;
    position: relative;
    left: -360px;
}
.adv .right{
    width: 549px;
    height: 520px;
}
.adv .right header{
    padding-top: 16px;
    display: flex;
    justify-content: flex-start;
}
.adv .right header em{
    font-family: fantasy;
    margin-right: 13px;
    font-size: 50px;
    color: #333333;
    line-height: 44px;
}
.adv .right header .en{
    font-size: 12px;
    color: #999999;
}
.adv .right header .cn{
    margin-top: 6px;
    font-size: 18px;
    color: #333333;
}
.adv .right .txt{
    margin-top: 50px;
    width: 549px;
    color: #666666;
    line-height: 30px;
}
.adv .right hr{
    position: absolute;
    bottom: 64px;
    right: -30%;
    width: 563px;
    height: 2px;
    background: #0075ff;
}

.adv .right .swiper-container{
    height: 100%;
}
.adv .right .swiper-container .swiper-pagination{
    width: auto;
    left: auto;
    transform: translateX(0);
    right: 30px;
    bottom: 12px;
}
.adv .right .swiper-pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
}
.adv .right .swiper-pagination .swiper-pagination-bullet-active{
    width: 7px;
    height: 7px;
    position: relative;
    top: 1px;
}
.adv .right .swiper-button-next::after{
    display: inline-block;
    content: '';
    width: 16px;
    height: 9px;
    background: url(../images/r.png);

}
.adv .right .swiper-button-prev::after{
    display: inline-block;
    content: '';
    width: 16px;
    height: 9px;
    background: url(../images/l.png);
}
.adv .right .swiper-button-next{
    right: 0;
    top: 97.5%;
}
.adv .right .swiper-button-prev{
    top: 97.5%;
    left: auto;
    right: 72px;
    bottom: 74px;
}

.new_s{
    padding-top: 80px;

}
.new_s header h2{
    font-size: 28px;
    color: #333333;
}
.new_s header h3 em{
    position: relative;
    top: -3px;
    font-size: 14px;
    color: #999999;
    margin-left: 17px;
}
.new_s ul{
    padding-top: 35px;
}
.new_s li{
    margin-bottom: 40px;
    width: 100%;
    height: 200px;
    border: 1px solid #e5e5e5;
}
.new_s li a{
    width: 100%;
    height: 100%;
    align-items: center;
    padding-left: 10px;
    padding-right: 50px;
}
.new_s li .cont{width: 630px;}
.new_s li .cont .tits{
    font-size: 16px;
    color: #333333;
}
.new_s li .cont .ct{
    margin-top: 10px;
    color: #666666;
    line-height: 31px;
}
.new_s li .cont img{
    margin-top: 18px;
}
.new_s li time .dd{
    font-size: 54px;
    color: #999999;
    line-height: 44px;
}
.new_s li time p{
    color: #999999;
    text-align: center;
    margin-top: 8px;
}
.new_s li.two a{
    padding-left: 50px;
    padding-right: 10px;
}
.new_s li .cont span{
    opacity: 0;
    position: relative;
    margin-top: 12px;
    display: block;
    width: 111px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #999999;
    color: #f5f5f5;
}
.new_s li .cont span::after{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ffffff;
}
.new_s li:hover{
    transform: translateX(-3px);
    border: none;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.21);
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.new_s li a:hover h3,
.new_s li a:hover time h2,
.new_s li a:hover time p{color: #0075FF;}
.new_s li a:hover span{
    opacity: 1;
    background: #0075FF;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.new_s li a:hover .cont img{display: none;}
.new_s li a:hover span::after{
    right: 0;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

/*分站*/
.citys {width: 100%; min-width: 1200px; padding: 50px 0;}
.citys .dq ul {padding:15px; background: #fafafa; border: 1px solid #e6e6e6; display: flex; display: -ms-flexbox; justify-content: space-between; -ms-flex-pack: justify;}
.citys .dq ul li {font-size: 16px; color: #666;}
.citys .dq ul li:hover {cursor: pointer;}
.citys .dq ul li i {    width: 1px;
    height: 11px;
    margin: 8px 0 0 38px;
    float: right;
    background: #C7C7C7;}
.citys .cs ul {padding: 15px; display: flex; display: -ms-flexbox; flex-wrap:wrap; -ms-flex-wrap: wrap; border: 1px solid #e6e6e6; border-top: none;}
.citys .cs ul li a {padding: 5px 12px;}
.dqli {font-weight: bold;}


/*内页*/
.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: #0075FF; 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: #0075FF;border-top: 1px solid #f6f6f6;}
.c_wrap_l .box #leftnav dl dt:hover a {color: #fff;border-bottom: 1px dashed #0075FF;}
.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: #0075FF;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: #0075FF; border-bottom: 1px dashed #0075FF;}
.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;height: 177px;}
.prolist p.title { height: 45px; line-height: 45px; background: #f2f2f2; text-align: center; transition: all .2s linear 0s; }
.prolist p.title:hover { background: #0075FF; 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 #0075FF; 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: #0075FF; }
.list_item:hover .news_con .name { color: #0075FF; font-weight: normal; }
.list_item:hover .news_others .date, .list_item:hover .news_others .year { opacity: 1; color: #0075FF; }
.list_item:hover .news_others .more { opacity: 1; transform: translateX(0); color: #0075FF; }
.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 #0075FF; 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: #0075FF; 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: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;}

/*友情链接*/
.link {height: 51px; background: #303030; line-height: 51px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.link .wrap { color: #fff;  line-height: 51px;}
.link .wrap a { color: #a9a9a9; margin: 0 5px; }
.link img{width: 90px;height: 33px;}

/*底部*/
.footer { padding-top: 45px;background: #303030; }
.footer a{color: #f5f5f5;}
.footer p { color: #f5f5f5; line-height: 31px;}
.footer p span{margin-right:10px;}
.footer .msg{padding-bottom: 10px;}
.footer .msg h3{font-size: 18px; color: #f5f5f5;padding-bottom: 20px;}
.footer .msg li{line-height: 31px;}

.footer .mid{padding-bottom: 20px}

.footer .botm{
    padding:25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);;
}









.footer .foot_p4 img{vertical-align: middle;}
.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: #0075FF; 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 #0075FF; 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;}