@charset"utf-8";
/* CSS Reset*/
input::-moz-placeholder, textarea::-moz-placeholder { color: #d6f0ff; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #d6f0ff; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #d6f0ff; }
.box-content{-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;}
.fr { float: right; } .fl { float: left; }
.t-l{text-align: left;}.t-c{text-align: center;}.t-r{text-align: right;}
.an { transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-webkit-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;}
.img-width { max-width: 100%; height: auto!important; }
.clearfix:before, .clearfix:after {content:""; display:table;}   
.clearfix:after {clear:both;}   
.clearfix { *zoom:1;}
.radius{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;}
.over-txt {display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.txt-a-A {text-transform: capitalize;text-transform:uppercase;text-transform:lowercase;}
.po-re {position: relative;}
.p30{padding-left: 10px;padding-right: 10px;}
.bg {background-image:url(../images/);background-color:rgba(0,0,0,0.5);background-repeat:no-repeat;background-position: center;background-size:cover;}
.borderStyle {border-bottom:1px dashed #707070;border-top:1px dotted #707070;}
.box-shadow {-webkit-box-shadow:0 0 10px #ccc; -moz-box-shadow:0 0 10px #ccc;  box-shadow:0 0 10px #ccc;}
/*public*/
.top-se {background: #666;display: none;}
.t_se {width: 400px;max-width: 90%; position: relative;padding-right: 100px;height: 30px;margin:15px auto;background: #fff;}
.se_txt {width: 100%;float: left; border: none;margin:0;padding-left:10px; background:transparent;height: 30px;line-height: 30px;font-size: 12px;color: #333;font-family:"SimSun";}
.se_sub {position: absolute;right: 30px;top: 0;width: 60px;height: 30px;color: #fff;font-size: 12px;border: none;margin:0;padding:0;cursor: pointer; background: #0d4ea8;} 
.se_close {display: block;position:absolute;right: 0;top:0;background: #333 url(../images/close.png) no-repeat center;width: 30px;height: 30px;}

.welcome {background: #3b3b3b;}
.welcome-con {text-align: right;font-family:"SimSun";line-height: 30px;}
.welcome-con a,.welcome-con span {display: inline-block;vertical-align: middle; color: #e5e5e5;font-size: 14px;}
.welcome-con span {margin:0 10px;}
.welcome-con a.a1 {width: 30px;height: 30px;background: url(../images/se.png) no-repeat center;}

.top {width: 100%;background:#ddd url(../images/top.jpg) no-repeat center;padding:15px 0;position: relative;z-index: 99;}
.logo {text-align: center;}
.logo_table {display: table;width: 100%;height: 95px;}
.logo_cell {display: table-cell;vertical-align: middle;}
.logo img {max-width: 375px;width: 100%;height: auto;}


.top_nav_ul {margin-top: 15px;}
.pc_menuCon {font-family:"Arial";}
.pc_menuCon li.first_li {float: left;position: relative;height: 67px;margin-left: 10px;}
.pc_menuCon li.first_li a {display:block;position: relative; color: #333;height: 67px;line-height: 67px;font-size: 14px;font-weight: bold; text-align: center;padding:0 30px;font-weight: bold;}
.pc_menuCon li.first_li a i {position: absolute; display: block;position: absolute;right: 5px;top: 50%;height: 0;width: 0;border-top: 7px solid #5b5b5b;border-left: 6px solid transparent;border-right: 6px solid transparent; transition: all 0.3s ease-out 0s;}
.pc_menuCon li.first_li:hover {background: #0093d7;} 
.pc_menuCon li.first_li:hover a {color: #fff;}
.pc_menuCon li.first_li:hover a i {border-top-color: #fff;}
.pc_menuCon li.first_li.active {} 
.pc_menuCon li.active a {color: #0093d7;}
.pc_menuCon li.active a i {border-top-color: #0093d7;}
.pc_menuCon li.parent a {color: #0093d7;}
.pc_menuCon li.parent a i {border-top-color: #0093d7;}
.pc_menuCon li.selected a {color: #0093d7;}
.pc_menuCon li.selected a i {border-top-color: #0093d7;}
.pc_menuCon ul.second { position: absolute;left: 0px;top: 67px; display: none;width: 100%; margin: 0; padding:0;background: #0093d7;list-style: none;}
.pc_menuCon ul.second li.second_li { width: 100%; float: left;background:transparent;height: 31px;line-height: 30px;border-top:1px solid #ccc;padding:0;margin:0;position: relative;}
.pc_menuCon ul.second li.second_li a {display:block;color:#fff;height: 30px;line-height: 30px;font-size: 12px;padding:0;text-align: center;border:none;font-weight: normal;border-radius: 0;}
.pc_menuCon ul.second li.second_li:hover {background: #165d9a;}
.pc_menuCon ul.second li.second_li:hover a {color: #fff;}
.pc_menuCon ul.third {position: absolute;left: 100%;top: -1px; display: none;width: 100%; margin: 0; padding:0;background: #0093d7;list-style: none;}
.pc_menuCon ul.third li.third_li { width: 100%; float: left;background:transparent;height: 31px;line-height: 30px;border-top:1px solid #ccc;padding:0;margin:0;position: relative;}
.pc_menuCon ul.third li.third_li a {display:block;color:#fff;height: 30px;line-height: 30px;font-size: 12px;padding:0;text-align: center;border:none;font-weight: normal;border-radius: 0;}
.pc_menuCon ul.third li.third_li:hover {background: #165d9a;}
.pc_menuCon ul.third li.third_li:hover a {color: #fff;}

.phone_menu li {float: left;position: relative;height: 67px;background: url(../images/li01.jpg) no-repeat left center;margin-left: 10px;}
.phone_menu li a {display:block;position: relative; color: #333;height: 67px;line-height: 67px;font-size: 14px;font-weight: bold; font-family:"Arial";text-align: center;padding:0 25px;font-weight: bold;}
.phone_menu li ul {display: none;}
/*-----pc nav-----*/
.mean-container {background:#1968ad;}
.mean-container a.meanmenu-reveal {color: #fff;}
.mean-container a.meanmenu-reveal span{background:#fff;}
.mean-container .meanmenu-title {color: #fff;}
.mean-container .mean-nav{background:rgba(17,88,139,0.9);}
.lighted-fixed {position: fixed;left: 0;width: 100%;top: 0;background: #1968ad;z-index: 999;-webkit-box-shadow:0 0 10px #ccc; -moz-box-shadow:0 0 10px #ccc;  box-shadow:0 0 10px #ccc;}
.lighted-fixed .mean-nav > ul {height:calc(100vh - 50px);overflow-y:auto;}
/*-----phone nav-----*/
.banner {position: relative;width: 100%;}
.banner .bx-wrapper .bx-pager.bx-default-pager a {background:url(../images/ardius_d.png) no-repeat center;text-indent: -9999px;display: block;width: 16px;height: 16px;margin: 0 5px;outline: 0;-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {background:url(../images/ardius_q.png) no-repeat center;}
.banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {bottom:17px;}

.in-about {padding:45px 0;}
.in-title {position: relative;border-bottom: 1px solid #a3a3a3;height: 50px;}
.in-title span {display: inline-block;font-size: 24px;color: #1968ad;font-weight: bold;padding:0 5px 0 40px;line-height: 47px; background-repeat:no-repeat;background-position:left center;border-bottom: 3px solid #ff9e05;font-family: "Microsoft YaHei","Times New Roman","Arial","SimSun",sans-serif}
.in-title a {display: block;width: 50px;height: 49px;line-height: 49px; font-size: 14px;color: #358ad7;position: absolute;right: 0;bottom: 0;text-align: center;}
.in-title a:hover{text-decoration: underline;color: #1a5ace}
.in-title.aa span {background-image:url(../images/icon01.png);}
.in-title.bb span {background-image:url(../images/icon02.png);padding-left: 50px;}
.in-about-con {margin-top: 25px;}
.in-about-con .row {margin-left: 0;margin-right: 0}
.in-about-con .row .col {padding-left: 0;padding-right: 0;}
.about-l img {width: 100%;height: auto;}
.about-r {text-indent: 24px;font-size: 18px;line-height: 38px;color: #494949;text-align:justify;font-family: "Microsoft YaHei","Times New Roman","Arial","SimSun",sans-serif}

.in-news {padding-bottom: 40px;}
.in-news-con {padding:10px 0;}
.news-item {padding:10px 0 10px 135px;position: relative;position: relative;}
.news-item .img {overflow: hidden;position: absolute;left: 0;top:15px;width: 120px;height: 75px;}
.news-item .img img {width: 100%;height: auto;min-height: 100%;}
.news-item .info {}
.news-item .info .time {font-size: 12px;color: #4f4f4f;line-height: 20px;font-family:"SimSun";}
.news-item .info h3 {display:block;color: #0067a5;font-size: 15px;font-weight: bold; line-height: 24px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 
.news-item .info h4 {width: 100%;height: 1px;background: #d3d3d3;position: relative;}
.news-item .info h4 i {background:#7c7c7c;position: absolute;left: 0;top:0;width: 20px;height: 1px;}
.news-item .info .des {font-size: 12px;color: #333;line-height: 20px;height: 40px;overflow: hidden;font-family:"SimSun";}
.news-item:hover {background: #f1f1f1;}
.news-item:hover .info h3 {color: #ff9e05;}


.foot{background: #0e487c;position: relative;padding:32px 0 30px;font-family:"SimSun";}
.fo-logo {text-align: center;}
.fo-logo_table {display: table;width: 100%;height: 79px;}
.fo-logo_cell {display: table-cell;vertical-align: middle;}
.fo-logo img {max-width: 300px;width: 100%;height: auto;}
.fo-c {margin-top:15px;position: relative;text-align: center;}
.fo-c-con {font-size: 12px;color: #b3cfe4;line-height: 24px;}
.fo-c-con a {font-size: 12px;color: #b1ddf5;}
.fo-c-con a:hover {color: #fff;}


/*----index----*/

.p-banner {height: 200px;width: 100%;background-repeat:no-repeat;background-position:bottom center;}
.p-banner-pc-a {background-image:url(../images/p_banner01.jpg);}
.p-banner-pc-b {background-image:url(../images/p_banner02.jpg);}
.page-main {background: #f5f5f5;padding:30px 0;}
.pageCon > div{padding-left: 0;padding-right: 0;}
.pageCon {position: relative;}
.pageCon-left { position: absolute;left: 0;top: 0;height: 100%;background: #f7f7f7;}
.pageNav{}
.pageNav-h {background: #fff;text-align: center;}
.pageNav-h p.p1 {width: 100%;height: 65px;color: #fff;font-weight: normal;padding:20px 20px 0;background: #165d9a;}
.pageNav-h p.p1 span{display: block;background: #ff7701;color: #fff;font-size: 24px;height: 45px;line-height: 45px;}
.pageNav-h p.p2 {width: 100%;height:30px;color: #fff;font-size: 18px;font-weight: normal;padding:0 20px;background: #fff;}
.pageNav-h p.p2 span {display: block;background: #ff9235;line-height: 30px;}
/* 2019-12-27 */
.pageNav-ul {padding:5px 20px 30px;background: #fff;}
.pageNav-ul li h3 {display: block;border-bottom:1px solid #999;}
.pageNav-ul li h3 a {display: block;position: relative;line-height: 21px;padding:14px 0; font-size: 16px;color: #1f1f1f;}
.pageNav-ul li h3 a i {display: inline-block;*display:inline;zoom:1;vertical-align: middle; width: 4px;height: 4px;background: #165d9a;margin-right: 5px;}
.pageNav-ul li h3:hover a {color: #ff7701;}
.pageNav-ul li h3:hover a i {background: #ff7701;}
.pageNav-ul li.selected h3 a {color: #ff7701;}
.pageNav-ul li.active h3 a i {background: #ff7701;}

.pageNav-ul li ul {padding:0 10px;}
.pageNav-ul li ul li {display: block;border-bottom:1px solid #ccc;}
.pageNav-ul li ul li a {display: block;position: relative;line-height: 21px;padding:7px 5px; font-size: 13px;color: #666;}
.pageNav-ul li ul li a i {display: inline-block;*display:inline;zoom:1;vertical-align: middle; width: 4px;height: 4px;border:1px solid #165d9a;margin-right: 5px;}
.pageNav-ul li ul li:hover a {color: #ff7701;}
.pageNav-ul li ul li:hover a i {border-color: #ff7701;}
.pageNav-ul li ul li.selected a {color: #ff7701;}
.pageNav-ul li ul li.selected a i {border-color: #ff7701;}
/* 2019-12-27 */

.pageR {background: #fff;padding:10px 20px 30px;}
.pageR_t {width: 100%;height: 40px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t p {display: block;float: left;font-size: 18px; color: #1060ba;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;}
.pageR_t_a {line-height: 40px;color: #999;font-size: 12px;padding:0 5px 0 12px;background: url(../images/page-r.jpg) no-repeat 2px center;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #1060ba;}
.pageR .line {width: 100%;height: 1px;background: #dadada;}

.page-l-item {padding:20px 0;position: relative;background: #fff;border-bottom: 1px solid #e7e7e7;position: relative;}
.page-l-item .img {width:100%;overflow: hidden;}
.page-l-item .img img {width: 100%;height: auto;min-height: 100%;}
.page-l-item .text {height: 135px;}
.page-l-item .text .title {display:block;color: #165d9a;font-size: 16px;line-height: 40px;margin-top: 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;} 
.page-l-item .text .des {font-size: 14px;color: #404040;line-height: 28px;height: 56px;overflow: hidden;margin-top: 5px;}
.page-l-item .text .time {font-size: 16px;color: #6a77a1;line-height: 20px;margin-top: 10px;}
.page-l-item:hover .text .title {color: #ff7701;}
.page-l-item:hover {background: #f9f9f9;}
.page_num {padding:20px 0 0;}

.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

.pageR_article {padding:20px 0 30px;}
.pageR_article .title {font-size: 20px; color: #393939;font-weight: normal;text-align: center;line-height: 30px;padding:5px 0;}
.pageR_article .infoA {font-size: 13px;color: #999;line-height: 24px;text-align: center;}
.pageR_article .infoA span {display: inline-block;padding:5px 6px;}
.pageR_article .fu-title {font-size: 20px; color: #393939;font-weight: normal;text-align: center;line-height: 30px;padding:5px 0;}
.pageR_article .con {color: #666;font-size: 14px;line-height:24px;padding-bottom: 15px;font-family:"SimSun";margin-top: 15px;padding:0 10px;text-align:justify;}
.pageR_article .con img {max-width: 100%!important;height: auto!important;}


.pageR_img_list .row {margin-left: -5px;margin-right: -5px;}
.pageR_img_list .row .col {padding-left: 5px;padding-right: 5px;}
.pageR_img_item {margin-top: 10px;}
.pageR_img_item .img {width: 100%;overflow: hidden;}
.pageR_img_item .txt {height: 30px;line-height: 30px;padding:0 10px;border:1px solid #ccc;font-size: 14px;color: #343b69;text-align: center;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.pageR_img_item:hover {box-shadow:0 0 10px 3px #ccc;-webkit-box-shadow:0 0 10px 3px #ccc;-moz-box-shadow:0 0 10px 3px #ccc;}

#news_list {margin:10px 0 40px 0;}
#news_list ul.news_ul li {padding: 10px 90px 10px 24px;line-height: 30px;height: 50px;position: relative;border-bottom: 1px solid #dedede;background: url(../images/li_i.png) 10px center no-repeat;}
#news_list ul.news_ul li a {display: block;width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #333;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#news_list ul.news_ul li span {width: 80px;position: absolute;display: block;right: 0;top: 10px;height: 30px;line-height: 30px;font-size: 12px; color: #919191;text-align: center;}
#news_list ul.news_ul li:hover a {color: #1060ba;}

/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {
.container {padding-left: 0;padding-right: 0;position: relative;}
.top{padding:25px 0;}
.logo {text-align: left;}
.logo_table {height: 95px;}
.pc_menuCon li.first_li {margin-left: 10px;}
.pc_menuCon li.first_li a {font-size: 14px;}
.pc_menuCon ul li a {font-size: 12px;}

.news-item {padding:10px 0 10px 175px;}
.news-item .img {top:10px;width: 160px;height: 100px;}
.news-item .info h4 {margin:5px 0 10px;}

.fo-logo {text-align: left;}
.fo-c {text-align: right;}

.pageCon-left {border-left: 12px solid #1060ba;}/* page bg color */
.pageR_news_list {margin:10px 0 0;} 

.pageR_img_list .row {margin-left: -10px;margin-right: -10px;}
.pageR_img_list .row .col {padding-left: 10px;padding-right: 10px;}
.pageR_img_item {margin-top: 20px;}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (min-width:992px) {
.in-top {}
.pc_menuCon li.first_li {margin-left: 20px;}
.pc_menuCon li.first_li a {font-size: 15px;}
.pc_menuCon ul li a {font-size: 13px;}
.about-l {padding-right: 40px;}


.page-l-item {padding:24px 0 24px 225px;}
.page-l-item .img {width:205px;height: 135px;position: absolute;left: 0;top: 24px;}
.page-l-item .text .title {margin-top: 0;}
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media screen and (min-width:1200px) {
.container {width: 1200px;}
.pc_menuCon li.first_li {margin-left: 30px;}
.pc_menuCon li.first_li a {font-size: 16px;}
.pc_menuCon ul li a {font-size: 14px;}

}
