@charset "UTF-8";
/*主色*/
/*配色*/
/*网页背景色*/
/*文字默认颜色*/
/*链接文字颜色*/
/*主要内容区域宽度*/
/*=============铵钮=============*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

/* 统一老式浏览器HTML5显示 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1.2; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

img { border: none; vertical-align: top; }

/* 清除a标签中图片边框 */
input, button, textarea { vertical-align: middle; font: inherit; font-family: inherit; display: inline-block; }

button, label, a { cursor: pointer; }

button { font-family: 'Microsoft YaHei'; }

/* H1 - H6 */
h1 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 36px; }

h2 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 30px; }

h3 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 25px; }

h4 { margin-top: 8px; line-height: 1.2; margin-bottom: 4px; font-size: 20px; }

h5 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 15px; }

h6 { font-weight: bold; line-height: 1.2; margin-bottom: 4px; font-size: 11px; }

/* 列表 */
ul { margin-left: 25px; }

ul li { list-style: disc; }

ul li ul li { list-style: circle; margin-left: 5px; }

ol { margin-left: 25px; }

ol li { list-style-type: decimal; }

ol li ol li { list-style-type: lower-alpha; margin-left: 5px; }

dl dt { font-weight: bold; }

dl dd { margin-left: 10px; }

table { border: 1px solid #DDD; }

td { padding: 5px; border: 1px solid #DDD; }

p { margin: 15px 0; }

hr { width: 100%; border: none; border-bottom: 1px solid #CCC; margin-top: 12px; margin-bottom: 12px; }

:focus { outline: 0; }

/*清除链接虚线边框*/
/* Scss Document */
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

body { min-width: 1200px; background: #fff; border: none; font-family: Verdana, Arial, 'Microsoft YaHei'; *font-family: 'Microsoft YaHei'; font-size: 14px; line-height: 1.6; color: #333; }

.container { width: 1200px; margin: 0 auto; }
.container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.clearlist { margin: 0; padding: 0; list-style: none; }
.clearlist li { margin: 0; padding: 0; list-style: none; }

a { text-decoration: none; color: inherit; }
a:hover { color: #004098; }

img { max-width: 100%; vertical-align: middle; }

/*常用*/
.color-primary { color: #004098; }

.color-ornament { color: #f29b2c; }

.color-red { color: #f62b2b; }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.show { display: block; }

.hide { display: none; }

.clear { clear: both; }

.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }

.ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ellipsis-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 2; }

.fl { float: left; }

.fr { float: right; }

.img1-1 { display: block; position: relative; }
.img1-1:after { display: block; padding-top: 100%; content: ''; }
.img1-1 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.img4-3 { display: block; position: relative; }
.img4-3:after { display: block; padding-top: 75%; content: ''; }
.img4-3 img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

/*按钮*/
.btn { display: inline-block; padding: 6px 12px; background-color: #FFF; border: 1px solid #CCC; border-radius: 4px; text-align: center; font-size: 14px; color: #333; line-height: 1.6; white-space: nowrap; vertical-align: middle; cursor: pointer; }
.btn:hover { background-color: #EEE; border-color: #AAA; color: #333; text-decoration: none; }
.btn:disabled, .btn.disabled, .btn.disabled:visited, .btn.disabled:hover { background-color: #DDD !important; border-color: #AAA !important; color: #999 !important; cursor: text; }
.btn.btn-sm { padding: 3px 6px; font-size: 12px; border-radius: 3px; }
.btn.btn-lg { padding: 10px 16px; font-size: 18px; border-radius: 5px; }
.btn.btn-border { background: none; }
.btn.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.btn-primary, .btn-primary:visited { background-color: #004098; border-color: #004098; color: #FFF; }
.btn-primary:hover, .btn-primary:visited:hover { background-color: #00357f; border-color: #002f6f; color: #FFF; }
.btn-primary:active, .btn-primary:visited:active { background-color: #002f6f; border-color: #002b65; }
.btn-primary.btn-border, .btn-primary:visited.btn-border { color: #004098; }
.btn-primary.btn-border:hover, .btn-primary:visited.btn-border:hover { color: #FFF; }

.btn-ornament, .btn-ornament:visited { background-color: #f29b2c; border-color: #f29b2c; color: #FFF; }
.btn-ornament:hover, .btn-ornament:visited:hover { background-color: #f19014; border-color: #e7880e; color: #FFF; }
.btn-ornament:active, .btn-ornament:visited:active { background-color: #e7880e; border-color: #dd820e; }
.btn-ornament.btn-border, .btn-ornament:visited.btn-border { color: #f29b2c; }
.btn-ornament.btn-border:hover, .btn-ornament:visited.btn-border:hover { color: #FFF; }

.btn-danger, .btn-danger:visited { background-color: #e2231a; border-color: #e2231a; color: #FFF; }
.btn-danger:hover, .btn-danger:visited:hover { background-color: #cb1f17; border-color: #bd1d16; color: #FFF; }
.btn-danger:active, .btn-danger:visited:active { background-color: #bd1d16; border-color: #b41c15; }
.btn-danger.btn-border, .btn-danger:visited.btn-border { color: #e2231a; }
.btn-danger.btn-border:hover, .btn-danger:visited.btn-border:hover { color: #FFF; }

/* 表单元素 */
.form-control { height: 36px; border: 1px solid #CCC; padding: 6px 12px; background-color: #fff; font-size: inherit; display: inline-block; -moz-appearance: none; -webkit-appearance: none; }

select.form-control { -moz-appearance: menulist; -webkit-appearance: menulist; }

textarea.form-control { height: auto; }

/* 分页 */
.pagination { margin: 50px 0; font-size: 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span { display: inline-block; margin: 0 4px; padding: 0 15px; border-radius: 4px; line-height: 38px; text-align: center; background-color: #fff; border: 1px solid #ddd; font-size: 14px; }
.pagination a:hover, .pagination span:hover { color: #004098; border:1px solid #ddd; }
 .pagination .current:hover { color: #FFF; }
.pagination li.active a, .pagination li.active span, .pagination .current { cursor: pointer; background-color: #004098; border-color: #004098; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span, .pagination  .current.prev, .pagination  .current.next { background-color: #EEE; color: #BBB; }

.mask { display: none; background-color: #000; opacity: .5; filter: alpha(opacity=50); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; }

img { -o-object-fit: cover; object-fit: cover; }

.header { height: 110px; background-color: #fff; }
.header .logo { float: left; padding-top: 20px; }
.header .link { float: right; padding-top: 15px; }
.header .link .line { margin: 0 15px; color: #666; }
.header .kouhao { float: right; padding-top: 15px; }
.header .search { float: right; clear: right; margin-top: 15px; margin-left: 15px; width: 240px; height: 38px; border: 1px solid #ddd; border-radius: 20px; }
.header .search input { width: 200px; height: 36px; float: left; padding: 0 10px 0 15px; border: none; background: none; }
.header .search button { float: right; width: 36px; height: 36px; background: none; border: none; text-align: center; font-size: 16px; }
.header .link a { position: relative; z-index: 10; }
.header .link a .img { width: 130px; display: none; padding-top: 5px; background-color: #fff; position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.header .link a .img::before { content: ''; position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); border-bottom: 5px solid #ddd; border-left: 5px solid transparent; border-right: 5px solid transparent; }
.header .link a .img img { width: 130px; padding: 4px; border: 1px solid #ddd; }
.header .link a:hover .img { display: block; }
.header .kouhao { float: right; padding-top: 15px; }
.header .search { float: right; clear: right; margin-top: 15px; margin-left: 15px; width: 240px; height: 38px; border: 1px solid #ddd; border-radius: 20px; }
.header .search input { width: 200px; height: 36px; float: left; padding: 0 10px 0 15px; border: none; background: none; }
.header .search button { float: right; width: 36px; height: 36px; background: none; border: none; text-align: center; font-size: 16px; }

.navuestc { width: 1204px; height: 50px; margin-left: -602px; background-color: #004098; color: #fff; position: absolute; top: 0; left: 50%; z-index: 9; }
.navuestc.fixed { position: fixed; }
.navuestc:before { content: ""; border-right: 20px solid #004098; border-top: 50px solid transparent; position: absolute; left: -20px; top: 0; }
.navuestc:after { content: ""; border-left: 20px solid #004098; border-bottom: 50px solid transparent; position: absolute; right: -20px; top: 0; }
.navuestc .item { width: 200px; float: left; position: relative; z-index: 3; }
.navuestc .item > a { display: block; line-height: 50px; text-align: center; font-size: 16px; font-weight: bold; color: #fff; position: relative; }
.navuestc .item .downmenu { position: absolute; height: auto; top: 100%; left: -20px; right: 0; background: #fff url(../images/nbg00.jpg) center bottom no-repeat; background-size:cover; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); color: #000; padding-top: 0px; display:none; }
.navuestc .item .downmenu .ditem > a { color: #fff; display: block; margin: 0px 0; font-size: 16px; height: 40px; line-height: 40px;  text-align: center; letter-spacing:4px}
.navuestc .item .downmenu .ditem:hover > a { background-color: #fff;  color: #0c55b8; position: relative; }
.navuestc .item .downmenu .ditem:hover > a.arr::after { content: ''; border-left: 8px solid #0c55b8; border-top: 6px solid transparent; border-bottom: 6px solid transparent; position: absolute; right: 15px; top: 50%; margin-top: -6px; }


.downmenu .ditem .logo1{width: 20px; height: 20px; margin-left: -20px; margin-right:10px}
.downmenu .ditem .logo2{display: none; width: 20px; height: 20px; margin-left: -20px; margin-right:10px}
.downmenu .ditem:hover .logo2{display: inline-block;}
.downmenu .ditem:hover .logo1{display: none;}
.navuestc .item .downmenu .ditem > a{ background: none;}


.navuestc .item .downmenu .ditem:hover .mnews { display: block; }
.navuestc .item .downmenu .mnews { display: none; width: 349px; background: url(../images/nbg021.jpg) right bottom; padding: 20px 45px; position: absolute; left: 100%; top: 0;  color: #0c55b8; font-size: 14px; }
.navuestc .item .downmenu .mnews li { line-height: 26px; }
.navuestc .bg { width: 200px; height: 50px; position: absolute; left: 0; top: 0; z-index: 2; background-color: #0c55b8; -webkit-transition: all .4s; transition: all .4s; }
.navuestc .bg:before { content: ""; border-right: 20px solid #0c55b8; border-top: 50px solid transparent; position: absolute; left: -20px; top: 0; }
.navuestc .bg:after { content: ""; border-left: 20px solid #0c55b8; border-bottom: 50px solid transparent; position: absolute; right: -20px; top: 0; }

.banner { position: relative; z-index: 2; text-align:center }
.banner .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 65px; z-index: 3; text-align: center; font-size: 0; }
.banner .flex-control-paging li { display: inline-block; }
.banner .flex-control-paging li a { display: block; list-style: none; margin: 0 7px; width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; opacity: .5; }
.banner .flex-control-paging li a.flex-active { opacity: 1; }
.banner .flex-direction-nav li { list-style: none; }
.banner .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 50px; height: 50px; text-align: center; line-height: 50px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; color: #fff; }
.banner .flex-direction-nav a:hover { background: rgba(0, 64, 152, 0.8); }
.banner .flex-direction-nav .flex-prev { left: 30px; }
.banner .flex-direction-nav .flex-next { right: 30px; }
.banner .mokuai { width: 280px; position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -140px; z-index: 5; }
.banner .mokuai a { display: block; float: left; width: 140px; height: 140px; padding-top: 36px; background: -webkit-gradient(linear, left top, right top, from(rgba(251, 166, 75, 0.7)), to(rgba(255, 113, 113, 0.7))); background: linear-gradient(to right, rgba(251, 166, 75, 0.7), rgba(255, 113, 113, 0.7)); text-align: center; color: #fff; -webkit-box-shadow: inset 8px -8px 6px rgba(0, 0, 0, 0.15), inset -8px 8px 6px rgba(255, 255, 255, 0.15); box-shadow: inset 8px -8px 6px rgba(0, 0, 0, 0.15), inset -8px 8px 6px rgba(255, 255, 255, 0.15); -webkit-transition: all .1s; transition: all .1s; }
.banner .mokuai a img { width: 46px; height: 46px; -o-object-fit: contain; object-fit: contain; }
.banner .mokuai a .name { margin-top: 10px; font-size: 16px; }
.banner .mokuai a:first-child { border-top-left-radius: 10px; }
.banner .mokuai a:nth-child(2) { background: -webkit-gradient(linear, left top, right top, from(rgba(20, 125, 255, 0.7)), to(rgba(63, 194, 255, 0.7))); background: linear-gradient(to right, rgba(20, 125, 255, 0.7), rgba(63, 194, 255, 0.7)); }
.banner .mokuai a:nth-child(3) { background: -webkit-gradient(linear, left top, right top, from(rgba(255, 210, 52, 0.7)), to(rgba(255, 158, 52, 0.7))); background: linear-gradient(to right, rgba(255, 210, 52, 0.7), rgba(255, 158, 52, 0.7)); border-top-right-radius: 10px; }
.banner .mokuai a:nth-child(4) { background: -webkit-gradient(linear, left top, right top, from(rgba(161, 127, 248, 0.7)), to(rgba(126, 160, 240, 0.7))); background: linear-gradient(to right, rgba(161, 127, 248, 0.7), rgba(126, 160, 240, 0.7)); border-bottom-left-radius: 10px; }
.banner .mokuai a:nth-child(5) { background: -webkit-gradient(linear, left top, right top, from(rgba(45, 208, 95, 0.7)), to(rgba(255, 235, 62, 0.7))); background: linear-gradient(to right, rgba(45, 208, 95, 0.7), rgba(255, 235, 62, 0.7)); }
.banner .mokuai a:nth-child(6) { background: -webkit-gradient(linear, left top, right top, from(rgba(251, 33, 85, 0.7)), to(rgba(255, 109, 111, 0.7))); background: linear-gradient(to right, rgba(251, 33, 85, 0.7), rgba(255, 109, 111, 0.7)); border-bottom-right-radius: 10px; }
.banner .mokuai a:hover { -webkit-transform: scale(1.1); transform: scale(1.1); position: relative; z-index: 2; background-color: #FE9710; opacity: 1; }
.banner .mokuai a {
	border-top-left-radius: unset !important;border-top-right-radius: unset !important;
	border-bottom-left-radius: unset !important;border-bottom-right-radius: unset !important;
	}
	
.banner .shuye { width: 386px; height: 344px; background: url(../images/shuye.png) no-repeat center; position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -140px; z-index: 5; }
.banner .shuye a { max-width:72px; position: absolute; font-size: 18px; font-weight: bold; color: #000; text-align: center; line-height: 1.4; }
.banner .shuye a:hover { -webkit-transform: scale(1.2); transform: scale(1.2); color: #004098; }

	
#subbanner .flex-control-paging{bottom:10px;}
.nlist { width: 1220px; margin: -45px auto 0; position: relative; z-index: 8; }
.nlist .item { width: 224px; height: 180px; float: left; margin: 0 10px; display: block; text-align: center; background: #fff no-repeat center bottom; background-size: cover; -webkit-box-shadow: 0 0 20px rgba(0, 64, 152, 0.1); box-shadow: 0 0 20px rgba(0, 64, 152, 0.1); padding-top: 50px; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.nlist .item .img { height: 44px; line-height: 44px; }
.nlist .item .tit { margin-top: 15px; color: #004098; }
.nlist .item:before { content: ""; position: absolute; left: 0; right: 0; top: 0; background: #004098; height: 0; -webkit-transition: all .4s; transition: all .4s; }
.nlist .item:hover { margin-top: -15px; -webkit-box-shadow: 0 10px 20px rgba(0, 64, 152, 0.2); box-shadow: 0 10px 20px rgba(0, 64, 152, 0.2); }
.nlist .item:hover:before { height: 6px; }

.tongzhigonggao { margin-top: 55px; position: relative; }
.tongzhigonggao:before { content: ""; width: 722px; height: 722px; background: url(../images/bg_quan.png) no-repeat center; position: absolute; left: -360px; top: -230px; }
.tongzhigonggao .bd { margin-left: -28px; }
.tongzhigonggao .bd .imgnews { width: 586px; height: 288px; float: left; margin-top: 28px; margin-left: 28px; position: relative; overflow: hidden; }
.tongzhigonggao .bd .imgnews img { width: 586px; height: 288px; -webkit-transition: all .4s; transition: all .4s; }
.tongzhigonggao .bd .imgnews .tit { height: 50px; padding: 0 15px; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 16px; line-height: 50px; position: absolute; left: 0; right: 0; bottom: 0; }
.tongzhigonggao .bd .imgnews:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.tongzhigonggao .bd .item { width: 586px; height: 130px; padding: 30px 25px; float: left; margin-left: 28px; margin-top: 28px; background-color: #fff; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); position: relative; -webkit-transition: all .4s; transition: all .4s; }
.tongzhigonggao .bd .item .date { width: 60px; height: 60px; float: left; margin-right: 25px; background: url(../images/bg_date.png) no-repeat center; text-align: center; padding-top: 30px; line-height: 1; color: #004098; font-weight: bold; position: relative; z-index: 2; }
.tongzhigonggao .bd .item .cont { overflow: hidden; position: relative; z-index: 2; }
.tongzhigonggao .bd .item .tit { font-size: 16px; color: #004098; line-height: 1; }
.tags { width: 36px; height: 16px; display: inline-block; vertical-align: middle; margin-left: 10px;  }
.tags.tag1 { background: url(../images/new.png) no-repeat center; background-size:contain; }
.tags.tag2 { background: url(../images/vip.png) no-repeat center; background-size:contain; }
.tags.tag3 { background: url(../images/hot.png) no-repeat center; background-size:contain; }
.tongzhigonggao .bd .item .desc { color: #666; margin-top: 10px; height: 44px; }
.tongzhigonggao .bd .item:before { content: ""; height: 6px; position: absolute; left: 0; right: 0; top: 0; -webkit-transition: all .4s; transition: all .4s; }
.tongzhigonggao .bd .item.red:before { background-color: #ff4646; }
.tongzhigonggao .bd .item.blue:before { background-color: #004098; }
.tongzhigonggao .bd .item.org:before { background-color: #f29b2c; }
.tongzhigonggao .bd .item.green:before { background-color: #20c24e; }
.tongzhigonggao .bd .item.color1:before { background-color: #ff4646; }
.tongzhigonggao .bd .item.color2:before { background-color: #004098; }
.tongzhigonggao .bd .item.color3:before { background-color: #f29b2c; }
.tongzhigonggao .bd .item.color4:before { background-color: #20c24e; }
.tongzhigonggao .bd .item:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.tongzhigonggao .bd .item:hover:before { height: 100%; }
.tongzhigonggao .bd .item:hover .date { background-image: url(../images/bg_date_w.png); color: #fff; }
.tongzhigonggao .bd .item:hover .tit { color: #fff; }
.tongzhigonggao .bd .item:hover .desc { color: rgba(255, 255, 255, 0.8); }

.teshuzhaosheng { margin-top: 80px; position: relative; height: 308px; overflow: hidden; min-width: 1200px; }
.teshuzhaosheng .bd { width: 1920px; height: 308px; position: absolute; left: 50%; top: 0; margin-left: -960px; -webkit-transition: all .4s ease-out; transition: all .4s ease-out; }
.teshuzhaosheng a { position: absolute; display: block; -webkit-transition: all .4s; transition: all .4s; }
.teshuzhaosheng a:hover { -webkit-transform: scale(1.2) translateY(-10px); transform: scale(1.2) translateY(-10px); }

.zhuanti { overflow: hidden; position: relative; padding: 70px 0; }
.zhuanti:before { content: ""; width: 665px; height: 1066px; position: absolute; right: 0; bottom: -170px; background: url(../images/bg_rdzt.png) no-repeat; }

.redianzhuanti { position: relative; margin-top: 40px; padding: 80px 0; }
.redianzhuanti .btn-prev, .redianzhuanti .btn-next { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 50px; height: 50px; text-align: center; line-height: 50px; background: #004098; border-radius: 50%; color: #fff; }
.redianzhuanti .btn-prev:hover, .redianzhuanti .btn-next:hover { background: rgba(242, 155, 44, 0.8); }
.redianzhuanti .btn-prev { left: 80px; }
.redianzhuanti .btn-next { right: 80px; }
.redianzhuanti .swiper-slide { background-color: #fff; -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); -webkit-transition: all .4s; transition: all .4s; }
.redianzhuanti .swiper-slide.swiper-slide-next { z-index: 2; position: relative; -webkit-transform: scale(1.2); transform: scale(1.2); }
.redianzhuanti .swiper-slide.swiper-slide-next .tit { color: #004098; }
.redianzhuanti .swiper-slide .img img { width: 100%; }
.redianzhuanti .swiper-slide .cont { padding: 20px 30px; height: 145px; }
.redianzhuanti .swiper-slide .tit { font-size: 18px; }
.redianzhuanti .swiper-slide .date { color: #999; font-size: 12px; }
.redianzhuanti .swiper-slide .desc { height: 40px; font-size: 14px; color: #666; margin-top: 10px; }

.indexmore { width: 120px; height: 46px; display: block; margin: 70px auto 0; background-color: #f29b2c; border-radius: 30px; text-align: center; line-height: 46px; color: #fff; -webkit-transition: all .3s; transition: all .3s; }
.indexmore:hover {  background-color: #f29b2c; color: #fff; -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3); -webkit-transform: scale(1.1); transform: scale(1.1); }

.guangying { height: 950px; background: url(../images/bg_gycd.jpg) no-repeat center; background-size: cover; }
.guangying .videolist { width: 1200px; height: 463px; position: relative; margin: 55px auto 0; }
.guangying .videolist .profile { width: 501px; height: 230px; padding: 30px; background-color: #004098; color: #fff; position: absolute; left: 0; top: 0; }
.guangying .videolist .profile .tit { font-size: 20px; }
.guangying .videolist .profile .line { width: 100px; height: 3px; background-color: #fff; margin-top: 10px; }
.guangying .videolist .profile .desc { height: 66px; margin-top: 12px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; }
.guangying .videolist .profile .more { width: 156px; height: 28px; margin-top: 30px; display: block; padding-left: 20px; background: url(../images/bg_more.png) no-repeat left center; line-height: 28px; color: #fff; }
.guangying .videolist .item { position: absolute; display: block; overflow: hidden; background: #000; }
.guangying .videolist .item img { width: 100%; height: 100%; -webkit-transition: all .4s; transition: all .4s; opacity: .8; }
.guangying .videolist .item .playbtn { position: absolute; left: 50%; top: 50%; width: 70px; height: 70px; margin: -35px 0 0 -35px; background: url(../images/icon_play.png) no-repeat center; background-size: contain; z-index: 2; }
.guangying .videolist .item:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.guangying .videolist .v01 { width: 500px; height: 226px; left: 0; bottom: 0; }
.guangying .videolist .v02 { width: 336px; height: 231px; left: 508px; top: 0; }
.guangying .videolist .v03 { width: 336px; height: 225px; left: 508px; top: 238px; }
.guangying .videolist .v04 { width: 353px; height: 462px; right: 0; top: 0; }
.guangying .imgslide { overflow: hidden; width: 1200px; height: 210px; margin: 15px auto 0; }
.guangying .imgslide li { float: left; width: 280px; margin-right: 15px; }
.guangying .imgslide li .img { overflow: hidden; }
.guangying .imgslide li .img img { width: 280px; height: 160px; -webkit-transition: all .4s; transition: all .4s; }
.guangying .imgslide li .tit { height: 50px; line-height: 50px; text-align: center; }
.guangying .imgslide li:hover .img img { -webkit-transform: scale(1.2); transform: scale(1.2); }

.shushuo { min-width: 1350px; height: 950px; background: #004098 url(../images/bg_sscd.jpg) no-repeat center; background-size: cover; position: relative; overflow: hidden; }
.shushuo .flex-direction-nav { list-style: none; }
.shushuo .flex-direction-nav li { list-style: none; }
.shushuo .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 50px; height: 50px; text-align: center; line-height: 50px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; color: #fff; }
.shushuo .flex-direction-nav a:hover { background: rgba(255, 255, 255, 0.5); }
.shushuo .flex-direction-nav .flex-prev { left: 0; }
.shushuo .flex-direction-nav .flex-next { right: 0; }
.shushuo .hd { width: 610px; margin-left: -305px; text-align: center; position: absolute; left: 50%; right: 0; bottom: 170px; z-index: 3; }
.shushuo .bd { width: 1350px; height: 780px; margin: 70px auto 0; position: relative; color: #fff; }
.shushuo .bd .item { float: left; padding-top: 500px; -webkit-transition: all .4s; transition: all .4s; cursor: default; }
.shushuo .bd .item .cont { width: 185px; height: 181px; padding-bottom: 40px; -webkit-box-sizing: content-box; box-sizing: content-box; background: url(../images/bg_shu.png) no-repeat center bottom; text-align: center; color: #00fdfa; font-family: 'Microsoft YaHei'; -webkit-transition: all .4s; transition: all .4s; }
.shushuo .bd .item .cont .num { font-size: 48px; font-weight: bold; line-height: 1; }
.shushuo .bd .item .cont .name { font-size: 20px; margin-top: 55px; }
.shushuo .bd .item:hover .cont { margin-top: -20px; }
.shushuo .bd .move1 { padding-top: 265px; }
.shushuo .bd .move2 { padding-top: 20px; }
.shushuo .bd .move3 { padding-top: 20px; }
.shushuo .bd .move4 { padding-top: 265px; }
.shushuo .bd .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; font-size: 0; }
.shushuo .bd .flex-control-paging li { display: inline-block; }
.shushuo .bd .flex-control-paging li a { display: block; list-style: none; margin: 0 7px; width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; opacity: .5; }
.shushuo .bd .flex-control-paging li a.flex-active { opacity: 1; }


.newsuestc { height: 930px; background: url(../images/bg_news.jpg) no-repeat center; background-size: cover; }
.newsuestc .hd { text-align: center; padding-top: 40px; }
.newsuestc .bd { width: 1200px; margin: 0 auto; }
.newsuestc .big { width: 580px; height: 510px; float: left; display: block; background-color: #fff; position: relative; margin-top: 40px; -webkit-transition: all .4s; transition: all .4s; }
.newsuestc .big .img { overflow: hidden; }
.newsuestc .big .img img { -webkit-transition: all .4s; transition: all .4s; width: 580px; height: 300px; }
.newsuestc .big .cont { padding: 20px 30px; }
.newsuestc .big .tit { color: #004098; font-size: 20px; }
.newsuestc .big .date { font-size: 12px; color: #999; margin-top: 5px; }
.newsuestc .big .desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; color: #666; margin-top: 15px; }
.newsuestc .big:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px) scale(1.1); transform: translateY(-10px) scale(1.1); }
.newsuestc .big:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.newsuestc .big:before { content: ""; height: 6px; background-color: #f29b2c; position: absolute; left: 0; right: 0; bottom: 0; }
.newsuestc .small { width: 580px; height: 142px; float: left; display: block; margin: 40px 0 0 40px; position: relative; background-color: #fff; -webkit-transition: all .4s; transition: all .4s; }
.newsuestc .small:before { content: ""; height: 6px; background-color: #f29b2c; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; }
.newsuestc .small .img { float: left; overflow: hidden; }
.newsuestc .small .img img { width: 142px; height: 142px; -webkit-transition: all .4s; transition: all .4s; }
.newsuestc .small .cont { overflow: hidden; padding: 20px; }
.newsuestc .small .tit { font-size: 20px; line-height: 1.6; }
.newsuestc .small .date { font-size: 12px; color: #999; margin-top: 15px; }
.newsuestc .small:hover { -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px) scale(1.1); transform: translateY(-10px) scale(1.1); }
.newsuestc .small:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.xzfc { height: 900px; background: #004098 url(../images/bg_xzfc.jpg) no-repeat center; background-size: cover; }
.xzfc .hd { text-align: center; padding-top: 20px; }
.xzfc .bd { width: 1188px; margin: 60px auto 0; position: relative; padding-bottom: 70px; }
.xzfc .bd .slides li { width: 396px; float: left; }
.xzfc .bd .slides li .cont { width: 330px; height: 450px; margin: 0 auto; color: #fff; text-align: center; padding: 30px; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.xzfc .bd .slides li .cont:hover { background-color: #fff; }
.xzfc .bd .slides li .cont:hover:before { content: ""; height: 6px; background-color: #f29b2c; position: absolute; left: 0; right: 0; bottom: 0; }
.xzfc .bd .slides li .cont:hover .touxiang img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.xzfc .bd .slides li .cont:hover .name, .xzfc .bd .slides li .cont:hover .enname { color: #004098; }
.xzfc .bd .slides li .cont:hover .desc { color: #666; }
.xzfc .bd .slides li .touxiang { width: 220px; height: 220px; margin: 20px auto 0; border-radius: 50%; overflow: hidden; }
.xzfc .bd .slides li .touxiang img { width: 220px; height: 220px; border-radius: 50%; -webkit-transition: all .4s; transition: all .4s; }
.xzfc .bd .slides li .name { font-size: 24px; margin-top: 30px; line-height: 1.2; }
.xzfc .bd .slides li .enname { font-size: 12px; }
.xzfc .bd .slides li .desc { margin-top: 25px; }
.xzfc .bd .flex-direction-nav li { list-style: none; }
.xzfc .bd .flex-direction-nav a { position: absolute; top: 50%; margin-top: -20px; z-index: 3; width: 50px; height: 50px; text-align: center; line-height: 50px; background: rgba(255, 255, 255, 0.3); border-radius: 50%; color: #fff; }
.xzfc .bd .flex-direction-nav a:hover { background: rgba(0, 64, 152, 0.8); }
.xzfc .bd .flex-direction-nav .flex-prev { left: -50px; }
.xzfc .bd .flex-direction-nav .flex-next { right: -50px; }
.xzfc .bd .flex-control-paging { width: 100%; margin: 0; list-style: none; position: absolute; left: 0; bottom: 0; z-index: 3; text-align: center; font-size: 0; }
.xzfc .bd .flex-control-paging li { display: inline-block; }
.xzfc .bd .flex-control-paging li a { display: block; list-style: none; margin: 0 7px; width: 20px; height: 20px; border: 4px solid #fff; border-radius: 50%; opacity: .5; }
.xzfc .bd .flex-control-paging li a.flex-active { opacity: 1; }

.frdlink { background-color: #f5f5f5; padding: 40px 0; }
.frdlink .hd { font-size: 20px; font-weight: bold; }
.frdlink .bd { margin-top: 10px; }
.frdlink .bd a { display: inline-block; margin-right: 20px; line-height: 2; }

.footer { padding: 50px 0; background-color: #004098; color: #fff; }

.copyuestc { background-color: #f29b2c; text-align: center; color: #fff; padding: 15px 0; }

.asidebar { position: fixed; right: 0; top: 50%; margin-top: -140px; z-index: 999; }
.asidebar a { width: 60px; display: block; background: #f29b2c url(../images/kszx.png) no-repeat center 15px; color: #fff; text-align: center; padding: 50px 15px 15px; line-height: 1.4; margin-top: 2px; position: relative; }
.asidebar .btn1 { background: #f29b2c url(../images/kszx.png) no-repeat center 15px; }
.asidebar .btn1:hover { background-color: #f5b25c; }
.asidebar .btn2 { background: #004098 url(../images/rgzx.png) no-repeat center 15px; }
.asidebar .btn2:hover { background-color: #0055cb; }

.sbanner { overflow: hidden; }
.sbanner > img { width: 100%; }

.menu { width: 200px; float: left; }
.menu .hd { background-color: #f29b2c; color: #fff; padding: 25px 25px 25px 30px; }
.menu .hd .cn { font-size: 24px; }
.menu .hd .en { font-size: 12px; line-height: 1.4; margin-top: 15px; }
.menu .bd { background: #f8f8f8 url(../images/bg_m.jpg) repeat-y center top; padding: 10px 0; }
.menu .bd li { height: 50px; line-height: 50px; padding-left: 30px; -webkit-transition: all .3s; transition: all .3s; }
.menu .bd li a { display: block; height: 50px; border-bottom: 1px dashed #dcddde; }
.menu .bd li.active { background-color: rgba(242, 155, 44, 0.85); position: relative; }
.menu .bd li.active1:before { content: ""; width: 4px; height: 14px; background-color: #fff; position: absolute; left: 0; top: 50%; margin-top: -7px; }
.menu .bd li.active a { color: #fff; border: none; }
.menu .bd li:hover { background-color: rgba(242, 155, 44, 0.65); }
.menu .bd li:hover a { color: #fff; }

.main { width: 950px; float: right; }

.main-title { font-size: 20px; font-weight: bold; color: #004098; text-align: center; }

.zhangcheng { border: 1px solid #eee; padding-left: 200px; position: relative; margin-top: 30px; }
.zhangcheng .hd { position: absolute; left: 0; top: 0; bottom: 0; width: 200px; line-height: 50px; font-size: 20px; text-align: center; background-color: #f5f5f5; }
.zhangcheng .bd { font-size: 16px; }
.zhangcheng .bd li { line-height: 50px; border-bottom: 1px solid #eee; padding: 0 20px; }
.zhangcheng .bd li .date { float: right; margin-left: 30px; }
.zhangcheng .bd li a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zhangcheng .bd li:last-child { border-bottom: none; }

.zhuanyetable { margin-top: 40px; }
.zhuanyetable table { width: 100%; border: none; text-align: center; background-color: #fff; }
.zhuanyetable table td, .zhuanyetable table th { padding: 10px 15px; border: none; }
.zhuanyetable table th { background-color: #004098; color: #fff; }
.zhuanyetable table tbody tr:nth-child(even) { background-color: #f5f9ff; }
.zhuanyetable table tbody tr:hover { background-color: #e8f2ff; }
.zhuanyetable table a:hover { color: #f00; }
.zhuanyetable table .tit { display: inline-block; position: relative; }
.zhuanyetable table .tit span { position: absolute; left: 100%; margin-left: 10px; font-size: 12px; background-color: #f5eccf; border-radius: 3px; padding: 0 10px; white-space: nowrap; line-height: 24px; display: none; }
.zhuanyetable table .tit span:before { content: ""; border-right: 4px solid #f5eccf; border-top: 4px solid transparent; border-bottom: 4px solid transparent; position: absolute; left: -4px; top: 50%; margin-top: -4px; }
.zhuanyetable table .tit:hover span { display: inline-block; }
.zhuanyetable table .text-left{max-width:350px;}

.pagewrap { background-color: #fff; padding: 50px; }
.pagewrap .title { font-size: 18px; font-weight: bold; color: #004098; text-align: center; }
.pagewrap .info { font-size: 14px; color: #999; margin-top: 20px; }
.pagewrap .content { margin-top: 30px; }
.pagewrap .selectTdClass{background-color:#edf5fa !important}
.pagewrap table.noBorderTable td,
.pagewrap table.noBorderTable th,
.pagewrap table.noBorderTable caption{border:1px dashed #ddd !important}
.pagewrap table{margin-bottom:10px;border-collapse:collapse;display:table;}
.pagewrap td,.pagewrap th{padding: 5px 10px;border: 1px solid #DDD;}
.pagewrap caption{border:1px dashed #DDD;border-bottom:0;padding:3px;text-align:center;}
.pagewrap th{border-top:1px solid #BBB;background-color:#F7F7F7;}
.pagewrap table tr.firstRow th{border-top-width:2px;}
.ue-table-interlace-color-single{ background-color: #fcfcfc; } 
.ue-table-interlace-color-double{ background-color: #f7faff; }
.pagewrap td p{margin:0;padding:0;}


.atype { margin-right: -20px; overflow: hidden; }
.atype li { float: left; padding-right: 20px; }
.atype a { display: block; height: 50px; background-color: #f2f1f1; text-align: center; line-height: 50px; font-size: 20px; font-weight: bold; }
.atype a.active { background-color: #004098; color: #fff; }

.col2 { width: 16.66667%; }

.col3 { width: 25%; }

.col4 { width: 33.33%; }

.col6 { width: 50%; }

.newslist .item { margin: 50px 0; padding: 25px; border-radius: 0 20px 0 20px; border-bottom: 1px solid #eee; background: #004098 url(../images/bg_nl.jpg) no-repeat right center; background-size: cover; }
.newslist .item:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.newslist .item .img { width: 420px; height: 230px; float: left; overflow: hidden; }
.newslist .item .img img { width: 420px; height: 230px; -webkit-transition: all .4s; transition: all .4s; }
.newslist .item .date { width: 70px; height: 60px; float: left; line-height: 1; background-color: #fff; color: #004098; text-align: center; }
.newslist .item .date .day { font-size: 24px; margin-top: 6px; }
.newslist .item .date .month { font-size: 12px; padding-top: 10px; }
.newslist .item .share { float: left; }
.newslist .item .share .sharebtn { width: 60px; height: 60px; float: left; border: 1px solid #eee; text-align: center; line-height: 58px; font-size: 22px; color: #fff; cursor: pointer; }
.newslist .item .share .shareitems { float: left; display: none; }
.newslist .item .share:hover .shareitems { display: block; }
.newslist .item .cont { width: 480px; float: left; padding: 0 28px; color: #fff; -webkit-transition: all .4s; transition: all .4s; color: #fff; }
.newslist .item .cont .tit { font-size: 18px; font-weight: bold; }
.newslist .item .cont .desc { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 3; margin-top: 12px; }
.newslist .item .cont .more { margin-top: 10px; text-align: right; }
.newslist .item .cont .more a { display: inline-block; background-color: #004098; color: #fff; padding: 0 6px; line-height: 24px; -webkit-transition: all .4s; transition: all .4s; }
.newslist .item:hover { -webkit-box-shadow: 0 10px 30px rgba(0, 64, 152, 0.4); box-shadow: 0 10px 30px rgba(0, 64, 152, 0.4); }
.newslist .item:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.newslist .item:hover .cont .more a { background-color: #fff; color: #004098; }

.imageslide { position: relative; }
.imageslide .slides li { width: 446px; height: 292px; position: relative; overflow: hidden; }
.imageslide .slides li img { width: 100%; height: 292px; -webkit-transition: all .4s; transition: all .4s; }
.imageslide .slides li .title { position: absolute; left: 0; right: 0; bottom: 0; height: 40px; line-height: 40px; text-align: center; color: #fff; padding: 0 15px; background-color: rgba(0, 0, 0, 0.5); }
.imageslide .slides li:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.imageslide .flex-direction-nav li { list-style: none; }
.imageslide .flex-direction-nav a { position: absolute; z-index: 3; top: 50%; margin-top: -25px; z-index: 3; height: 50px; line-height: 50px; font-size: 24px; }
.imageslide .flex-direction-nav .flex-prev { left: -30px; }
.imageslide .flex-direction-nav .flex-next { right: -30px; }

.imagesmaq { overflow: hidden; height: 210px; margin: 35px auto 0; }
.imagesmaq li { float: left; width: 280px; margin-right: 15px; }
.imagesmaq li .img { overflow: hidden; }
.imagesmaq li .img img { width: 280px; height: 160px; -webkit-transition: all .4s; transition: all .4s; }
.imagesmaq li .tit { height: 50px; line-height: 50px; text-align: center; }
.imagesmaq li:hover .img img { -webkit-transform: scale(1.2); transform: scale(1.2); }

.morebtn { width: 340px; height: 60px; display: block; margin: 60px auto 0; background-color: #f29b2c; text-align: center; line-height: 60px; color: #fff; font-size: 16px; border-radius: 3px; }
.morebtn:hover { background-color: #e7880e; color: #fff; }

.video-list { margin: 25px -25px; }
.video-list .item { width: 450px; height: 350px; float: left; background: #004098 url(../images/bg_video.png) no-repeat center; border-radius: 0 20px 0 20px; padding: 20px; margin: 25px 25px; color: #fff; }
.video-list .item .img { overflow: hidden; }
.video-list .item .img img { width: 100%; height: 230px; -webkit-transition: all .4s; transition: all .4s; }
.video-list .item .date { width: 70px; height: 70px; float: left; line-height: 1; color: #E8F2FF; text-align: center; }
.video-list .item .date .day { font-size: 24px; margin-top: 6px; }
.video-list .item .date .month { font-size: 12px; padding-top: 18px; }
.video-list .item .title { overflow: hidden; font-size: 18px; padding: 10px 0 0 20px; }
.video-list .item .share { padding-left: 30px; }
.video-list .item .share .sharebtn { width: 60px; height: 60px; float: left; border: 1px solid #fff; text-align: center; line-height: 58px; font-size: 22px; color: #fff; cursor: pointer; }
.video-list .item .share .shareitems { float: left; display: none; }
.video-list .item .share:hover .shareitems { display: block; }
.video-list .item:hover { -webkit-box-shadow: 0 20px 30px rgba(0, 64, 152, 0.3); box-shadow: 0 20px 30px rgba(0, 64, 152, 0.3); }
.video-list .item:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.imglist li { width: 380px; float: left; margin: 10px; background-color: #fff; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.imglist li:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; height: 6px; background-color: #004098; }
.imglist li .img { overflow: hidden; }
.imglist li .img img { width: 100%; height: 250px; -webkit-transition: all .4s; transition: all .4s; }
.imglist li .name { height: 60px; line-height: 60px; text-align: center; padding: 0 15px; font-size: 16px; }
.imglist li:hover { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px) scale(1.1); transform: translateY(-10px) scale(1.1); z-index: 2; }
.imglist li:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.zytop { height: 330px; background: #3290e0 url(../images/bg_zy.png) no-repeat right center; color: #fff; text-align: center; }
.zytop .hd { text-align: center; font-size: 40px; padding-top: 62px; }
.zytop .znav { position: relative; margin-top: 40px; }
.zytop .znav:before { content: ""; border-bottom: 1px solid #fff; position: absolute; left: 0; right: 0; top: 50%; }
.zytop .znav a { display: inline-block; background-color: #3290E0; padding: 0 20px; margin: 0 20px; position: relative; font-size: 18px; color: #fff; }
.zytop .znav a:before, .zytop .znav a:after { content: ""; width: 5px; height: 5px; background-color: #fff; border-radius: 50%; display: inline-block; position: absolute; top: 50%; margin-top: -2px; }
.zytop .znav a:before { left: 0; }
.zytop .znav a:after { right: 0; }

.zylist { background-color: #f29b2c; color: #fff; padding: 30px; margin-top: -100px; position: relative; }
.zylist li { float: left; padding: 10px; font-size: 18px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
.zylist li img { margin-right: 10px; }

.xueyuan { margin-top: 85px; }
.xueyuan .img { width: 720px; height: 680px; overflow: hidden; float: left; }
.xueyuan .img img { width: 100%; height: 680px; -webkit-transition: all .4s; transition: all .4s; }
.xueyuan .bd { float: left; width: 480px; height: 530px; margin-top: 75px; background-color: #004098; position: relative; }
.xueyuan .bd .cont { width: 570px; height: 500px; padding: 60px; background-color: #fff; position: absolute; right: 30px; bottom: 30px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); box-shadow: 0 0 10px rgba(0, 0, 0, 0.06); }
.xueyuan .bd .cont .title { font-size: 40px; }
.xueyuan .bd .cont .desc { font-size: 14px; margin-top: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; display: -moz-box; display: -ms-box; display: box; -webkit-box-orient: vertical; -ms-box-orient: vertical; box-orient: vertical; -webkit-line-clamp: 8; }
.xueyuan .bd .cont .more { width: 156px; height: 28px; margin-top: 60px; display: block; padding-left: 20px; background: url(../images/bg_more.png) no-repeat left center; line-height: 28px; color: #fff; }
.xueyuan .bd .cont111:before { content: ""; width: 175px; height: 143px; background: url(../images/xyico.png) no-repeat; position: absolute; right: 30px; bottom: 30px; }
.xueyuan:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.xueyuan.even .img { float: right; }
.xueyuan.even .bd { float: right; }
.xueyuan.even .bd .cont { left: 30px; right: auto; }

.zszylist { float: right; width: 970px; }
.zszylist .item { width: 465px; height: 310px; overflow:hidden; float: left; margin: 0 0 20px 20px; background-color: #fff; -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); -webkit-transition: all .4s; transition: all .4s; }
.zszylist .item .hd { height: 50px; background: #004098 url(../images/bg_zszytit.jpg) no-repeat; padding: 0 15px; color: #fff; line-height: 50px; }
.zszylist .item .bd { padding: 30px; position: relative; }
.zszylist .item .bd .logo { float: left; width: 68px; margin-right: 20px; }
.zszylist .item .bd .name { overflow: hidden; font-size: 16px; line-height: 1.4; padding-top: 10px; margin-right: 60px; }
.zszylist .item .bd .list { margin-left: 88px; }
.zszylist .item .bd .list p { margin: 10px 0; background: url(../images/arr.png) no-repeat left 10px; padding-left: 30px; font-size: 16px; }
.zszylist .item .bd .linkbtn { position: absolute; right: 0; top: 10px; }
.zszylist .item .bd .linkbtn a { width: 80px; height: 28px; display: block; margin-bottom: 5px; line-height: 28px; background-color: #f29b2c; border-radius: 5px 0 0 5px; text-align: center; color: #fff; }
.zszylist .item:hover { -webkit-transform: translateY(-10px); transform: translateY(-10px); -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.mapbox { background-color: #fff; }
.mapbox .shaixuan { padding: 0 20px; padding-top: 25px; }
.mapbox .shaixuan .fieldname { width: 70px; text-align: center; float: left; line-height: 40px; }
.mapbox .shaixuan input[type="radio"]:checked + .checkbox, .mapbox .shaixuan input[type="checkbox"]:checked + .checkbox { background-color: #004098; color: #fff; }
.mapbox .shaixuan .checkbox { height: 40px; line-height: 38px; margin-right: 20px; border: 1px solid #004098; padding: 0 10px; color: #004098; text-align: center; }
.mapbox .shaixuan select { height: 40px; line-height: 38px; margin-right: 20px; border: 1px solid #004098; padding: 0 10px; color: #004098; }
.mapbox .map { width: 100%; margin: 0px auto; }
.mapbox .tongji { margin-top: 30px; }
.mapbox .tongji .name { width: 100px; height: 130px; float: left; margin-right: 2px; background-color: #004098; text-align: center; font-size: 20px; padding: 10px; line-height: 1.4; color: #fff; display: table; }
.mapbox .tongji .name div { display: table-cell; vertical-align: middle; }
.mapbox .tongji .tbox { float: left; width: 420px; height: 130px; -webkit-box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.02); box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.02); }
.mapbox .tongji .tbox .tname { width: 80px; height: 32px; background-color: #004098; color: #fff; font-size: 16px; text-align: center; line-height: 32px; }
.mapbox .tongji .tbox .num { font-size: 20px; }
.mapbox .tongji .tbox .txt { color: #999; }
.mapbox .tongji .tbox .fenshu { text-align: center; margin-top: 15px; }

.zysearch { width: 250px; height: 36px; line-height: 36px; background-color: #fff; float: right; }
.zysearch .iconfontuestc { width: 30px; float: left; padding-left: 10px; font-size: 16px; color: #999; }
.zysearch input { height: 36px; background: #fff; padding: 0 10px; border: none; float: left; width: 174px; }
.zysearch button { width: 46px; height: 36px; float: left; background: #f29b2c; border: none; color: #fff; }

.modalbox { position: fixed; width: 350px; margin-left: -175px; margin-top: -80px; left: 50%; top: 50%; z-index: 10; background-color: #fff; text-align: center; padding: 30px; }

.cxbox { width: 350px; height: 390px; margin-left: 250px; padding: 36px; background-color: #fff; border-radius: 5px; position: absolute; left: 50%; bottom: 80px; }
.cxbox .hd { font-size: 18px; text-align: center; margin-bottom: 30px; }
.cxbox .row { height: 42px; margin-top: 20px; border: 1px solid #ddd; border-radius: 5px; position: relative; }
.cxbox .row .icon { float: left; width: 48px; height: 100%; background: no-repeat center; }
.cxbox .row input { height: 40px; width: 220px; background: none; border: none; }
.cxbox .row .img { width: 70px; float: right; line-height: 40px; margin-right: 5px; }
.cxbox .row .img img { width: 100%; }
.cxbox .btn { width: 120px; }

.lqsm { text-align: center; margin-top: 30px; }
.lqsm img { vertical-align: middle; margin-top: -3px; margin-right: 5px; }

.sbg { background: url(../images/bg.png) no-repeat center top; }

.teshu li { width: 360px; float: left; margin: 20px; background-color: #fff; -webkit-transition: all .4s; transition: all .4s; position: relative; }
.teshu li .img { overflow: hidden; }
.teshu li .img img { width: 100%; height: 250px; -webkit-transition: all .4s; transition: all .4s; }
.teshu li .name  { height: 60px; background: #1266bb url(../images/tsbg.png) no-repeat left center; background-size: auto 100%; line-height: 60px; text-align: center; padding: 0 15px; font-size: 18px; font-weight: bold; color: #fff;}
.teshu li:hover { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: translateY(-10px) scale(1.1); transform: translateY(-10px) scale(1.1); z-index: 2; }
.teshu li:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.bg2 { background: url(../images/bg.png) no-repeat center top; }
.zhangcheng .line{background-color: #f0f0f0; font-weight: bold; line-height: 40px !important; height: 40px; padding:10px 10px;}
.fc_blue{color:#0000ff}
.fc_red{color:#ff0000;}
table .tit{color:#0000ff;}
.noresult{text-align:center;padding:20px;}
.breadnav{padding: 20px 0; font-size: 16px;line-height: 40px; color: #888;}
.neiye .pad50{padding: 0 0 50px;}
.pdleft0{padding-left:0px ;}
