@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-con {width: 100%;height: 100%;position: relative;}
.in-top-nav {position: absolute;left: 0;top: 0;width: 100%;z-index: 999;-webkit-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.top-nav{}
.top-nav-t {background: #1585dc;height: 30px;}
.top-nav-t-l {width: 140px;height: 30px;line-height: 30px;text-align: center;}
.top-nav-t-l a {display: block;background: #0065b3;color: #fff;font-size: 12px;}
.top-nav-t-r {}
.top-nav-t-r .a1{display: block;width: 90px;height: 30px;line-height: 30px;text-align: center;background: #db9b00;color: #fff;font-size: 12px;margin-right: 3px;}
.top-nav-t-r .a2 {width: 0;position: relative;overflow: hidden;}
.top-nav-t-r .a2 .se_txt {width: 100%; border: none;margin:0;padding:0 5px; background: rgba(255, 255, 255, 0);height: 30px;line-height: 30px;font-size: 12px;color: #fff;font-family:"SimSun";}
.top-nav-t-r .a2 .se_sub {position: absolute;right: 0;top: 0; width: 30px;height: 30px;background:#0065b3 url(../images/se.png) no-repeat center;border:none;margin:0;padding:0;cursor: pointer;}
.top-nav-t-r .a3 {display: block; width: 30px;height: 30px;background:#0065b3 url(../images/se.png) no-repeat center;cursor: pointer;}
.top-nav-t-r .a2.a2-width {width: 115px;padding-right: 30px;}
.top-nav-t-r .a3.se-colse {background:#666 url(../images/close.png) no-repeat center;}
.logo {text-align: center; padding: 10px 0;}
.logo_table {display: table;width: 100%;height: 83px;}
.logo_cell {display: table-cell;vertical-align: middle;}
.logo_cell img {max-width: 332px;width: 100%;height: auto;}
.top-menu  {background:#fff;-webkit-box-shadow:0 0 10px #666; -moz-box-shadow:0 0 10px #666;  box-shadow:0 0 10px #666;}
.pc_menuCon {}
.pc_menuCon li {float: left;position: relative;line-height: 97px;height: 103px;z-index: 999;}
.pc_menuCon li a {display:block; color: #25262a;line-height: 97px;font-size: 14px;text-align: center;padding:6px 3px 0;}
.pc_menuCon > li:hover > a {background-color:#0065b3;color: #fff} 
.pc_menuCon > li.active > a {background-color:#0065b3;color: #fff}
.pc_menuCon > li.parent > a {background-color:#0065b3;color: #fff}
.pc_menuCon > li.selected > a {background-color:#0065b3;color: #fff}
 
.pc_menuCon ul { position: absolute;left: 50%;top: 103px; display: none;width: 140px; margin: 0 0 0 -70px; padding:0;background: #0065b3;list-style: none;}
.pc_menuCon ul li { width: 100%; float: left;background:transparent;height: 32px;line-height: 32px;border-top:1px solid #e9ecf0;}
.pc_menuCon ul li a {display:block;color:#fff;height: 32px;line-height: 32px;font-size: 12px;padding:0;text-align: center;border:none;font-weight: normal;}
.pc_menuCon ul li:hover {background: #017cc0;}
.pc_menuCon ul li:hover a {color: #fff;}
/*-----pc nav-----*/
.phone-h {height: 50px;}
.phone_menu_t {-webkit-box-shadow:0 0 10px #666; -moz-box-shadow:0 0 10px #666;  box-shadow:0 0 10px #666;position:relative;z-index: 999;}
.phone-logo {position: absolute;left: 0;top: 0;width: 200px;height: 50px;}
.phone-logo img {width: 100%;height: auto;}
.mean-container {background:#fff;}
.mean-container a.meanmenu-reveal {color: #0065b3;}
.mean-container a.meanmenu-reveal span{background:#0065b3;}
.mean-container .meanmenu-title {color: #0065b3;}
.mean-container .mean-nav{background:rgba(0,101,179,0.9);}
.mean-container .mean-nav > ul {height:calc(100vh - 80px);overflow-y:auto;}
.lighted-fixed {position: fixed;left: 0;width: 100%;top: 0;}
.lighted-fixed .mean-nav > ul {height:calc(100vh - 50px);overflow-y:auto;}
/*-----phone nav-----*/

#fp-nav{display:none;}

.banner {width: 100%;height: 100%;position: absolute;left: 0;top: 0; z-index:10;}
.owl-carousel-a {width: 100%;height: 100%;position: relative;padding-top: 115px;}
.owl-carousel-a .owl-stage-outer {width: 100%;height: 100%;}
.owl-carousel-a .owl-stage-outer .owl-stage{width: 100%;height: 100%;}
.owl-carousel-a .owl-item {width: 100%;height: 100%;}
.owl-carousel-a .owl-item .banner-item {width: 100%;height: 100%;background-repeat:no-repeat;background-position:center;background-size: cover;}
.owl-carousel-a .owl-controls {position: absolute;left: 0;bottom: 30px;width: 100%;height: 8px;z-index: 25;-webkit-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.owl-carousel-a .owl-dots {width: 100%;height: 8px;position: relative;z-index: 33;margin-top: 0;}
.owl-carousel-a .owl-dots .owl-dot {vertical-align: top;}
.owl-carousel-a .owl-dots .owl-dot span {width: 65px;height: 8px;background: #fff;}
.owl-carousel-a .owl-dots .owl-dot.active span {background: #ffc12d;}

.section2 {background: url(../images/bg02.jpg) no-repeat center;background-size:cover;}
.sec-title {text-align: center;}
.sec-title h3 {font-size: 28px;color: #fff;line-height: 32px;}
.sec-title p {font-size: 18px;color: #fff;text-transform: uppercase;}
.sec-title span {display: block;width: 60px;height: 3px;margin:0 auto;background: #ff0000;}
.in-news-list {margin-top: 30px}
.in-news-item .img {width: 100%;overflow: hidden;position: relative;}
.in-news-item .txt {width: 100%;height: 72px;padding:10px;border:1px solid #b1c6d8;line-height: 25px;overflow: hidden;color: #6f6f6f;background: #fff;}
.news-more {position: absolute;left: 50%;top:50%;opacity: 0.8;filter: alpha(opacity=80);width: 0;height: 0;background: #1585dc;overflow: hidden;}
.news-more span {display: block;position: absolute;width: 120px;height: 36px;font-size: 14px;color: #fff;left: 50%;margin-left: -60px;top: 50%;margin-top: -18px;border:1px solid #fff;text-align: center;line-height: 36px;}
.in-news-item:hover .news-more{width: 100%;height: 100%;left: 0;top:0;}
.in-news-item:hover .txt {color: #0065b3;}
.sec-more a {display: block;width: 154px;height: 38px;border:1px solid #7a94a5;font-size: 14px;color: #7a94a5;line-height: 36px;text-align: center;margin:50px auto 0;}
.sec-more a:hover {background: #7a94a5;color: #fff;}

.section3 {background: url(../images/bg03.jpg) no-repeat center;background-size:cover;}
.owl-carousel-study .owl-nav {position: absolute;right: 0;top: -34px;width: 53px;height: 25px;}
.owl-carousel-study .owl-nav .owl-prev, .owl-carousel-study .owl-nav .owl-next {width: 25px;height: 25px;background: #75cdff;color: #fff;font-size: 18x;font-family:"SimSun";line-height: 25px;text-align: center;}
.owl-carousel-study .owl-nav .owl-next {margin-left: 3px;}
.owl-carousel-study .owl-nav .owl-prev:hover, .owl-carousel-study .owl-nav .owl-next:hover {background: #1585dc;}

.section4 {background: url(../images/bg04.jpg) no-repeat center;background-size:cover;}
.sec-title-white h3 {color: #fff;}
.map {margin-top: 30px;}
.map-con {position: relative;}
.map-con img {width: 100%;height: auto;}
.map-item {position: absolute;}
.map-item-a {left:15.3%;top: 23.25%;}
.map-item-b {left:28%;top: 67.25%;}
.map-item-c {left:52.4%;top: 53.48%;}
.map-item-d {left:57.87%;top: 15.34%;}
.map-item-e {left:72%;top: 30.23%;}
.map-item-f {left:82%;top: 76.74%;}
.map-item-title {font-size: 15px;color: #fff;}
.map-item-title i {display: inline-block;*display:inline;width: 0;height: 0;border-top:11px solid #fff; border-right:6px solid transparent;border-left:6px solid transparent;margin-right: 5px;}
.map-item-tap {background: #fff;position: absolute;top: -30px;left: 50%;margin-left: -50px;display: none;width:140px;height: 30px;text-align: center;line-height: 30px;}
.map-item-tap a {font-size: 14px;color: #db9b00;}
.map-item-tap a:hover {color: #ff0000;}
.map-item-title.on i {border-top-width:16px;}

.section5 {background: url(../images/bg05.jpg) no-repeat center;background-size:cover;}
.fo-title {font-size: 18px;color: #fefeff;margin-bottom: 20px;}
.fo-map img {width: 100%;height: auto;}
.add-info {font-size: 14px;color: #fefefe;line-height: 24px;}
.add-p {position: relative;margin-bottom: 15px;}
.add-p a {display: inline-block;*display:inline;padding-left:30px;margin-right:10px;color: #fefeff;font-size: 14px; }
.add-p a.b1 {background: url(../images/a1.png) no-repeat left center;}
.add-p a.b2 {background: url(../images/a2.png) no-repeat left center;}
.add-p a.b3 {background: url(../images/a3.png) no-repeat left center;}
.add-p a:hover {color: #ff0000;} 
.add-p span {display: none; width: 120px;height: 120px;position: absolute;bottom: 30px;left: 170px;}
.fo-r-lnk {margin-left: -8px;margin-right: -8px;}
.select {height: 25px;position: relative;width: 50%;float: left;padding-left: 8px;padding-right: 8px;}
.select p {padding: 0 20px;cursor: pointer; line-height: 25px;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius:10px;background: #b8dcfa;font-size: 12px;color: #9e9c9c;position: relative;}
.select p i {display: block;position: absolute;right: 15px;top: 50%;margin-top: -2px; height: 0;width: 0;border-bottom: 4px solid #585757;border-left: 4px solid transparent;border-right: 4px solid transparent;}
.select ul {position: absolute;left: 0;bottom: 25px;width:100%;display: none;}
.select ul li {background: #37a3fd;line-height: 17px;border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius:10px;font-size: 12px;color: #9e9c9c;margin-bottom: 2px;padding:4px 15px;width:100%; }
.select ul li a {color:#666;display: block;}
.select ul li:hover {background: #666;}
.select ul li a:hover {color:#fff;}
.back-top {display: block;width: 52px;height: 45px;position: absolute;left: 50%;margin-left: -26px;top:0;background: #128ce4 url(../images/top.png) no-repeat center;}
.back-top:hover {background-color:#666; }
.in-bottom {position: absolute;left: 0;bottom: 5px;width: 100%;}
.bottom .p1 {font-size: 16px;color: #fff;text-align: center;line-height: 30px;}
.bottom .p1 a {font-size: 16px;color: #fff;margin:0 25px;}
.bottom .p1 a:hover {color: #6dc4fb;}
.bottom .p2 {font-size: 12px;color: #c5e9ff;font-family:"SimSun";text-align: center;line-height: 24px;}
.bottom .p2 a {font-size: 12px;color: #c5e9ff;}
.bottom .p2 a:hover {text-decoration: underline;color: #333;}
/*----index----*/
.foot {position: relative;background: url(../images/bg05.jpg) no-repeat center;background-size:cover;padding:100px 0 0;}
.page-bottom {margin-top: 30px;}

.p-banner {width: 100%;background-repeat:no-repeat;background-position:center;}
.p-banner-pc-a {background-image:url(../images/p_banner01.jpg);}
.p-banner-pc-b {background-image:url(../images/p_banner02.jpg);}
.p-banner img { width:100%; height:auto;}

.page-main {}
.in-main-con {background: #fff;padding-bottom: 30px;}
.pageCon > div{padding-left: 0;padding-right: 0;}
.pageCon {position: relative;}
.pageCon-left { position: absolute;left: 0;top: 0;height: 100%;background: #f7f7f7;}

.pageNav-h {width: 100%;height: 60px;line-height: 60px;color: #fff;font-size: 18px;font-weight: normal;}
.pageNav-h a {display: block;background: #017cc0;color: #fff;font-size: 18px;padding:0 10px;}
.pageNav-ul ul {padding:0;}
.nav-one { display: block;border:1px solid #e6e6e6;border-top: none;border-left: none; line-height: 50px;background:#fefefe;position: relative;}
.nav-one a {display: block;position: relative;line-height: 20px;font-size: 15px;color: #017cc0;padding:15px 20px;font-weight: bold;}
.nav-one em {display: block; width: 4px;height: 100%;position: absolute;left: -4px;background: #f84d50;}
.nav-one.selected em {background:#ff8e43;}
.nav-one a span {margin-right: 5px;}
.nav-one a:hover {background: #1a96db;color: #fff;}

.nav-one.selected {background: #5fb7e8;color: #fff;}
.nav-one.selected a{color: #fff;}
.nav-one.selected ul a{color: #666;}

.nav-one.parent{background: #1a96db;color: #fff;}
.nav-one.parent a{color: #fff;}
.nav-two  a:hover {background: #666;color: #fff;}
.nav-one.selected ul a:hover {background: #666;color: #fff;}

.nav-two {display: block;border:none;border-top: 1px solid #e6e6e6; line-height: 40px;background:#fbfbfb;}
.nav-two a {display: block;position: relative;line-height: 16px;font-size: 13px;color: #666;padding:12px 20px 12px 30px;border:none;font-weight: normal;}
.nav-one.parent .nav-two a {background: #fff;color:#666;}
.nav-one.parent .nav-two a:hover {background: #666;color: #fff;}
.nav-one.parent .nav-two.selected a {background: #666;color: #fff;}
.nav-one.parent .nav-two.parent a {background: #666;color: #fff;}
.nav-one.parent .nav-two ul li.nav-two a{background: #999;color: #fff;}
.nav-one.parent .nav-two ul li.nav-two.selected a{background: #8798ac;color: #fff;}

.pageR {padding:5px 10px 30px;background: #fff;}
.pageR_t {width: 100%;height: 40px;overflow: hidden;position: relative;z-index: 9;}
.pageR_t p {display: block;float: left;font-size: 18px; color: #017cc0;height: 40px;line-height: 40px;position: relative;padding:0 10px;z-index: 999;}
.pageR_t_a {float: left;height: 40px;line-height: 40px;color: #999;font-size: 12px;padding:0 5px;}
.pageR_t_a a {color: #999;font-size: 12px;}
.pageR_t_a a:hover {color: #017cc0;}
.pageR .line {width: 100%;height: 2px;background: #017cc0;}

.pageNav a.parent {
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 15px;
    color: #017cc0;
    padding:15px 20px;
    font-weight: bold;
}

#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: #017cc0;}

.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: 18px; color: #333;font-weight: bold;text-align: center;line-height: 30px;padding:5px 0;}
.pageR_article .infoA {font-size: 12px;color: #999;line-height: 24px;text-align: center;}
.pageR_article .infoA span {display: inline-block;padding:5px 6px;}
.pageR_article .fu-title {font-size: 16px; color: #0000ff;font-weight: bold;text-align: center;line-height: 30px;padding:5px 0;}
.pageR_article .con {color: #000;font-size: 12px;line-height:24px;padding-bottom: 15px;font-family:"SimSun";margin-top: 15px;}
.pageR_article .con p, .pageR_article .con p span {font-size: 12px;line-height:24px;font-family:"SimSun";}
/*.pageR_article .con, .pageR_article .con p, .pageR_article .con p span {font-size: 16px;line-height:1.75;font-family:"Microsoft YaHei","SimSun";}*/
.pageR_article .con img {max-width: 100%!important;height: auto!important;}

.wp_entry img {max-width: 100%;}

/* 超小屏幕（手机，小于 768px） */
/* 小屏幕（平板，大于等于 768px） */
@media screen and (min-width:768px) {
.container {padding-left: 0;padding-right: 0;position: relative;}
.top-nav-t-r .a2.a2-width {width: 240px;}
.logo {text-align: left;}
.pc-menu {float: right;}

#fp-nav{display:block;}

.fo-title {font-size: 24px;margin-bottom: 20px;}
.add-info {font-size: 16px;line-height: 30px;}
.add-p a {margin-right:15px;font-size: 16px; }
.add-p span {display: block;bottom: 5px;left: 305px;}
.fo-r-lnk {margin-left: 0;margin-right: 0;}
.select {width: 180px;float: none;padding-right: 0;padding-left: 0;margin-top: 12px;}
.select ul {bottom: auto;top:27px;}
.in-bottom {bottom: 20px;}
.bottom .p2 {font-size: 12px;line-height: 30px;}
.bottom .p2 a {font-size: 12px;}

.p-banner {background-position: center;}
.pageNav{margin-top: 30px;}
.pageNav-h {text-align: center;}
.pageNav-ul {padding-left: 12px;}
.pageCon-left {margin-top: 30px;border-left: 12px solid #017cc0;}/* page bg color */
.pageR_t_a {float: right;}
.listR_tL {width: auto;}
.listR_tR {float:right;width: auto;}

.pageNav ul li {float: left;width: 100%;}
.pageR {padding:30px 0 0 50px;}
.pageR-con {border-top:1px solid #ccc;border-left:1px solid #ccc;padding:10px 15px 40px;}
.pageR_news_list {margin:10px 0 40px;} 

.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) {
.pc_menuCon li a {font-size: 16px;padding:6px 8px 0;}
.map {padding:0 40px;}
.fo-r {width: 180px;float: right;}
}
/* 大屏幕（大桌面显示器，大于等于 1400px） */
@media screen and (min-width:1400px) {
.pc_menuCon li a {font-size: 18px;padding:6px 10px 0;}
.map {padding:0 60px;}

}
