@charset "utf-8";

html{font-size:100px; width: 100%; height: 100%;}

body{padding:0; margin:0; font-family:Microsoft Yahei; font-size:.16rem; color: #333; text-align:left; background-repeat: no-repeat; background-color: #fff; -webkit-text-size-adjust:none;}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, p, select, form, fieldset, input, button, textarea, blockquote, table{padding:0;margin:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
li{list-style:none;}
i{font-style:normal; vertical-align:top; display:inline-block; background-repeat:no-repeat;}

table{border-collapse:collapse;border-spacing:0;margin:auto;}
th,td{padding:0}
img,a img{border:0;margin:0;padding:0; vertical-align:middle;}
img, table, object, embed, video{max-width:100%;}
input:focus, textarea:focus{outline:none;}

a{outline-style: none;text-decoration: none; color: #333;}
a:focus{outline: none; -moz-outline: none;}
a:hover{color: #0081d0;}

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.clear{clear:both;}

.transition,
.transition a{-webkit-transition:300ms; -moz-transition:300ms; -o-transition:300ms; transition:300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}


.layui-form-button{text-align: center;}

/*layout*/
.container{width: 1200px; margin-right: auto; margin-left: auto;}
.container:before,.container:after{display: table;content: "";line-height: 0;}
.container:after{clear: both;}
.fl{float: left;}
.fr{float: right;}
.hide{display: none;}
.inMobile{display:none;}
.mt{margin-top: 30px;}
.mb{margin-bottom: 30px;}
.mt2{margin-top: 20px;}
.mb2{margin-bottom: 20px;}
.pb10{padding-bottom: 10px;}
.layout{padding-top: 30px; min-width: 1200px;}
.padw20{padding:0 20px;box-sizing: border-box;}
.grid{padding: 20px; background-color: #fff; box-shadow: 0 0 12px 0 rgba(106 106 106 / 20%); border-radius: 10px;}
.bggray{background-color: #f4f4f4;}
.module-main{margin-right: -10px; margin-left: -10px;}
.module-main .module-span{float: left;}
.module-main .module-span .module-box{margin-right: 10px; margin-left: 10px;}
.module-main .module-span.span12{width: 100%;}
.module-main .module-span.span6{width: 50%;}
.module-main .module-span.span8{width: 66.66667%;}
.module-main .module-span.span4{width: 33.33333%;}
/* 单行省略号 */
.text-nowrap,
.text-nowrap a{white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;overflow: hidden;}
.text-nowrap a{display: inline-block; max-width: 100%;}
/* 多行省略号 */
.ellipsis{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}


/*header*/
.header-web{min-width: 1200px; background: url(../images/header_bg.png) no-repeat top #1867a0; background-size: cover;}
.header-web .inhead{position: relative;}
.header-web .inhead .logo{position: relative; z-index: 4; float: left; padding-top: 34px; padding-bottom: 50px;}
.header-web .inhead .banner{position: absolute; right: 0; bottom: 5%; z-index: 1;}
.header-web .inhead .menus{position: absolute; top: 20px; right: 28%; z-index: 5; line-height: 26px;}
.header-web .inhead .menus li{float: left; padding-right: .5em; padding-left: .5em;}
.header-web .inhead .menus li a{display: inline-block; font-size: .875em; color: #1867a0;}
.header-web .inhead .menus li a.tc{text-decoration: underline;}
.header-web .inhead .menus li.ghb{padding-right: 0;}
.header-web .inhead .menus li.ghb a{padding-right: .6125em; padding-left: .6125em; font-size: 1.125em; color: #fff; font-weight: bold; background-color: #1867a0; border-radius: 3px;}
.header-web .inhead .menus li.PCS{display: none;}
.header-web .inhead .search{position: absolute; top: 20px; right: 3%; z-index: 2; width: 24%;}
.header-web .inhead .search dl{position: relative; width: 100%;}
.header-web .inhead .search dl dd{position: relative; margin-right: 36px; border-radius: 3px 0 0 3px; overflow: hidden;}
.header-web .inhead .search dl dd input[type="text"]{padding:0 5%; height: 26px; line-height: 26px; width:90%; font-size:.875em; color: #666; background: #fff; border:0; vertical-align:top;}
.header-web .inhead .search dl dd input::-webkit-input-placeholder{color: #666;}
.header-web .inhead .search dl dt.button{position: absolute; top: 0; right: 0; bottom: 0; width: 38px;}
.header-web .inhead .search dl dt.button .searchBtn{width: 100%; height: 100%; color:#fff; background: url(../images/header_search_btn.png) center center; -webkit-appearance: none; vertical-align: top; cursor: pointer; border: none; border-radius: 0 3px 3px 0;}
.header-web .inhead .search dl dt .searchBtn:hover{filter: alpha(opacity=95); -moz-opacity: .95; opacity: .95;}
.header-menu{background-color: #03adea;}
.header-menu .container{padding-right: 0 !important; padding-left: 0 !important;}
.header-menu .mainnav li{float: left; position: relative; width: 14.28571%;}
.header-menu .mainnav li+li:before{position: absolute; top: 33%; bottom: 33%; left: -1px; content: ""; width: 1px;  background-color: #018bdf;}
.header-menu .mainnav li+li:after{position: absolute; top: 33%; bottom: 33%; left: 0; content: ""; width: 1px; background-color: #08c3f0;}
.header-menu .mainnav li .link{display: block; padding: 13px 0; text-align: center;}
.header-menu .mainnav li .link:before{display: inline-block; vertical-align: middle; margin-right: 3px; width: 30px; height: 30px; content: ""; background-repeat: no-repeat; background-image:url(../images/header_mainnav_icon.png);}
.header-menu .mainnav li .link font{display: inline-block; vertical-align: middle; margin-right: 3px; font-size: 1.125em; font-weight: bold; color: #fff; line-height: 30px;}
.header-menu .mainnav li.li1 .link:before{background-position: 0 -30px;}
.header-menu .mainnav li.li2 .link:before{background-position: 0 -60px;}
.header-menu .mainnav li.li3 .link:before{background-position: 0 -90px;}
.header-menu .mainnav li.li4 .link:before{background-position: 0 -120px;}
.header-menu .mainnav li.li5 .link:before{background-position: 0 -150px;}
.header-menu .mainnav li.li6 .link:before{background-position: 0 -180px;}
.header-menu .mainnav li.checked .link{background-color: rgba(255,255,255,.15);}

.header_top{background-color: #fff; }
.zgzfw_a{font-size: 16px; font-weight: bold; color:#D91C19; line-height: 40px; }
.header_r{float: right;position: relative;}
.header_r .menus{float: right; margin-right: 10px; line-height: 40px;}
.header_r .menus li{float: left; padding-right: .5em; padding-left: .5em;}
.header_r .menus li a{display: inline-block; font-size: .875em; color: #1867a0;}
.header_r .menus li a.tc{text-decoration: underline;}
.header_r .menus li.ghb{padding-right: 0;}
.header_r .menus li.ghb a{padding-right: .6125em; padding-left: .6125em; font-size: 1.125em; color: #fff; font-weight: bold; background-color: #1867a0; border-radius: 3px;}
.header_r .menus li.PCS{display: none;}
.header_r .search{padding-top: 8px;float: right;}
.header_r .search dl{position: relative; width: 100%;}
.header_r .search dl dd{position: relative;border-radius: 3px 0 0 3px; overflow: hidden;}
.header_r .search dl dd input[type="text"]{padding:0 5%; height: 26px; line-height: 26px; width:200px; font-size:.875em; color: #666; background: #fff; border:1px solid #ddd; vertical-align:top;}
.header_r .search dl dd input::-webkit-input-placeholder{color: #666;}
.header_r .search dl dt.button{position: absolute; top: 0; right: 0; bottom: 0; width: 38px; height: 28px;}
.header_r .search dl dt.button .searchBtn{width: 100%; height: 100%; color:#fff; background: url(../images/header_search_btn.png) center center; -webkit-appearance: none; vertical-align: top; cursor: pointer; border: none; border-radius: 0 3px 3px 0;}
.header_r .search dl dt .searchBtn:hover{filter: alpha(opacity=95); -moz-opacity: .95; opacity: .95;}
.header_buts{float: right;}
.header_buts li{display: inline-block;margin:10px; position: relative;}
.hidebox{width: 80px; height: 80px; position: absolute; top:20px;z-index: 100; display: none;}
.header_buts li:hover .hidebox{display: block;}



.header_right_btns {
	position: fixed;
	height: 240px;
	width: 48px;
	right: 32px;
	top: 30%;
	z-index: 999;
}

.header_right_btns ul .right_btn_items {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-top: 16px
}

.header_right_btns ul .right_btn_items:nth-child(1) {
	margin-top: 0
}

.header_right_btns ul .rightBtn {
	position: relative;
	z-index: 10
}

.header_right_btns ul .hover_show_label,
.header_right_btns ul .right_hover_show {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	/* width: 154px; */
	height: 40px;
	top: 50%;
}

.header_right_btns ul .right_hover_show {
	overflow: hidden;
	transform: translateY(-50%);
	right: 20px;
	z-index: 2
}

.header_right_btns ul .hover_show_label {
	transform: translateY(-50%);
	right: -160px;
	background: #1A55A7;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	z-index: 3;
	border-radius: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	opacity: .7;
	text-align: center
}
.header_right_btns ul .right_btn_items:hover .right_hover_show {
	width:154px;
}
.header_right_btns ul .right_btn_items:hover .hover_show_label {
	right: 0;
	width: 154px;
}
.header_right_btns ul .right_btn_items:hover .hover_show_label1 {
	right: 50px;
	opacity: 1;
}


/*footer*/
.footer{min-width: 1200px; color: #fff; background: #1ab1e7;}
.footer.fixed{background: url(../images/personal/white_opa30.png);}
.footer a{color: #fff;}
.footer-link{margin-right: -10px; margin-bottom: 20px; margin-left: -10px;}
.footer-link .select{position: relative; float: left; width: 28%;}
.footer-link .select dt{position: relative; z-index: 1; margin-right: 10px; margin-left: 10px; height: 34px; border: 1px solid #cce1ef; line-height: 34px; padding-left: .625em; cursor: pointer; padding-right: .625em;  white-space :nowrap; text-overflow: ellipsis; overflow: hidden;}
.footer-link .select dt:hover,
.footer-link .select dt.cur{border: 1px solid #cce1ef; box-shadow: 0 0 3px #fff;}
.footer-link .select dt:before{position: absolute; top: 50%; right: 10px; margin-top: -3px; content: ""; border:8px solid transparent; border-top-color: #cce1ef;}
.footer-link .select dd{position: absolute; right: 10px; left: 10px; top: 35px; z-index: 99; display: none; background-color: #1074b6; border: 1px solid #cce1ef;}
.footer-link .select dd ul{max-height: 108px; overflow: auto;}
.footer-link .select dd ul li a{line-height: 26px; display: block; padding: .3125em .625em; color: #cce1ef;}
.footer-link .select dd ul li a:hover{background-color: rgba(30,144,255,.5);}

.footer-grid{position: relative; padding: 35px 0 35px 25%; font-size: 1em; line-height: 2em;}
.footer-grid .copyright{position: relative; text-align: left; padding-left: 5%;}
.footer-grid .copyright:before{position: absolute; top: 0; bottom: 0; left: 0; content: ""; width: 2px; background-color: #fff;}
.footer-grid .wzxx{margin-right: -.5em; margin-left: -.5em;}
.footer-grid .wzxx p{float: left;}
.footer-grid .wzxx p.menus{margin-right: .5em;}
.footer-grid .wzxx p.menus a{display: inline-block; margin-left: .5em; margin-right: .5em;}
.footer-grid .wzxx img{margin-right: 6px;}
.footer-grid .wzxx span{display: inline-block; margin-left: .5em; margin-right: .5em;}
.footer-grid .biaozhi{position: absolute; top: 50%; left: 0; width: 25%; text-align: center; margin-top: -40px; text-align: center;}


/*website*/
.website{font-size: .15rem;}
.website .container{width: 1002px;}
.website .layout{min-width: 1002px;}
.website .header-web{min-width: 1002px;}
.website .footer{min-width: 1002px; font-size: .875em; background: url(../images/footer_bg.png) no-repeat top center; background-size: cover;}
.website.index .footer{background-color: #f4f4f4;}
.website.index .infoList li{padding-top: .3125em; padding-bottom: .3125em;}
.website.index .infoList li h4 .time{font-size: .875em;}

/*common*/
.crumb{padding-top: 20px; padding-bottom: 20px; line-height: 22px; color: #6c6c6c;}
.crumb a{display: inline-block; color: #6c6c6c;}
.crumb a:hover{color: #333;}
.crumb dl{position: relative;}
.crumb dl dt{position: absolute; top: 2px; left: auto; width: 18px; height: 21px; background-image: url(../images/location.png); background-repeat: no-repeat;}
.crumb dl dd{margin-left: 26px;}
.crumb dl dd em{font-style: normal;}
.crumb dl dd span{color: #02a3e4;}
.crumb.transparent{background-color: transparent; border-bottom: 1px solid rgba(211, 211, 211, 0.45);}

.common-more{float: right;}
.common-more a{display: block; position: relative; padding-right: 25px; font-size: .9375em; color: #646464;}
.common-more a b{position: absolute; top: 50%; right: 0; margin-top: -7px; width: 14px; height: 14px;}
.common-more a b:before{position: absolute; top: 50%; right: 0; bottom: 0; left: 0; content: ""; height: 2px; margin-top: -1px; background-color: #dfdfdf;}
.common-more a b:after{position: absolute; top: 0; bottom: 0; left: 50%; content: ""; width: 2px; margin-left: -1px; background-color: #dfdfdf;}
.common-more.whitefont a{color: #fff;}
.common-more.whitefont a b:before{background-color: #fff;}
.common-more.whitefont a b:after{background-color: #fff;}
.mobile-more{margin-top: 1.125em; text-align: center; line-height: 2.5em; background-color: #f6f6f6; border-radius: .3125em;}
.mobile-more a{color: #666;}
.mobile-more.whitefont{margin-top: 0; background-color: transparent;}
.mobile-more.whitefont a{color: #fff;}

.column-head{line-height: 40px;}
.column-head .currentName img{display: inline-block; vertical-align: top; height: 40px; margin-right: .5em;}
.column-head .currentName font{display: inline-block; vertical-align: top; font-size: 1.5em;}
.column-head.whitefont a{color: #fff;}

.channel-head{position: relative; margin-bottom: 10px; line-height: 35px;}
.channel-head h2{float: left; position: relative; z-index: 2; padding-right: 1em; font-weight: bold; font-size: 1.375em; color: #1ab1e7; background-color: #fff;}
.channel-head h2 a{color: #1ab1e7;}
.channel-head h3{float: left; position: relative; z-index: 3; padding-right: 1em; font-size: 1em; color: #dadada;  background-color: #fff;}
.channel-head h3 a{color: #dadada;}
.channel-head:before{position: absolute; top: 50%; right: 0; left: 0; z-index: 1; content: ""; width: 100%; height: 1px; background-color: #dadada;}
.bggray .channel-head h2,
.bggray .channel-head h3{background-color: #f4f4f4;}

.js-tab .common-head li.on{cursor: pointer;}

.common-head{border-bottom: 1px solid #e5e5e5;}
.common-head.nb{border-bottom: none;}
.common-head br{display: none;}
.common-head li{float: left;}
.common-head .hd{float: left;}
.common-head .hd li{text-align: center;}
.common-head .hd li.on{font-weight: bold;}
.common-head .whole{position: relative; float: none; width: auto;}
     {padding-right: 0 !important; padding-left: 0 !important; margin-right: 0 !important;}
.common-head .whole.col3 li{width:25%;}
.common-head .whole.col4 li{width: 25%;}
.common-head .whole.free li{width: auto !important; min-width: 160px;}

.common-head .menu1 li{position: relative; padding: 0 0 18px; font-size: 1.25em; margin-right: 1.875em; line-height: 30px;}
.common-head .menu1 li:before{position: absolute; right: 0; bottom: -2px; left: 0; content: ""; width: 0; margin: 0 auto; height: 4px; background-color: #18669f;}
.common-head .menu1 li.on{font-weight: bold;}
.common-head .menu1 li.on:before{width: 2em;}
.common-head .menu1 li:last-child{margin-right: 0;}

.common-head .menu2{padding-left: 1px; background-color: #f5f5f5; overflow: hidden;}
.common-head .menu2 li{font-size: 1.0625em; }
.common-head .menu2 li span{display: block; margin-left: -1px; line-height: 35px; border: 1px solid #e4e4e4;}
.common-head .menu2 li.on span{color: #fff; background-color: #01aae6; border-color: #01aae6;}
.common-head .menu2 li.on span a{color: #fff;}

.common-title{padding-bottom: 18px; line-height: 30px; border-bottom: 1px solid #e6e6e6;}
.common-title .currentName{position: relative; float: left; padding-right: 1.125em; padding-left: 1.125em; font-size: 1.375em; font-weight: bold; color: #18669f;}
.common-title .currentName:before{position:absolute; top:0; bottom: 0; left: 2px; content:""; width:5px; background-color: #4aced2; border-radius: 2px;}
.common-title .currentName.normal{color: #999;}
.common-title .currentName.normal a{color: #999;}
.common-title .currentName.normal:before{content: normal;}
.common-title .currentName.normal.on{color: #18669f;}
.common-title .currentName.normal.on a{color: #18669f;}
.common-title .currentName.normal.on:before{content: "";}
.column-title br{display:none;}

.common-bd{padding-top: 1em;}

.infoList{position: relative; overflow: hidden;}
.infoList li{float: left; position: relative; width: 100%; padding-top: .45125em; padding-bottom: .45125em; overflow: hidden;}
.infoList li h4{position: relative; padding: 0 100px 0 1.125em; font-weight: normal; font-size: 1em; overflow: hidden;}
.infoList li h4 a{float: left; color: #555; line-height: 1.6em; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden;}
.infoList li h4 a:hover{color: #0081d0;}
.infoList li h4 a:before{position: absolute; top: -2px; left: 0; content: ""; margin-top: .8em; width: 5px; height: 5px; background-color: #999; background-repeat: no-repeat; border-radius: 50%;}
.infoList li h4 a:hover:before{background-color: #0081d0;}
.infoList li h4 a em{font-style: normal;}
.infoList li h4 a em.ing{color: #c00;}
.infoList li h4 span{position: absolute; z-index: 10; top: 50%; margin-top: -.8em; line-height: 1.6em; white-space: nowrap;}
.infoList li h4 .time{right: 0; color: #bababa;}
.infoList li br{display: none;}
.infoList.hadLine li{padding-top: .875em !important; padding-bottom: .875em !important;}
.infoList.hadLine li:before{position: absolute; bottom: 0; left: 0; width: 100%; content: ""; border-top: 1px dashed #dcdcdc;}
.infoList.notTime li h4{padding-right: 0;}
.infoList.notTime li .time{display: none;}
.infoList.notBefore li h4{padding-left: 0;}
.infoList.notBefore li h4 a:before{content: normal;}
.infoList.notBefore li h4 a:after{content: normal;}
.infoList.whitefont h4 a{color: #fff;}
.infoList.whitefont h4 a:before{background-color: #fff;}
.infoList.whitefont h4 a:hover{color: #fff;}
.infoList.whitefont h4 a:hover:before{background-color: #fff;}
.infoList.whitefont h4 .time{color: #fff;}
.infoList.line5{min-height: 12.5125em;}
.infoList.download li h4{margin-right: 6em;}
.infoList.download li .btn{position: absolute; top: 50%; right: 0; margin-top: -14px; width: 5em; line-height: 28px; text-align: center; background-color: #02a3e4; border-radius: 14px;}
.infoList.download li .btn:before{display: inline-block; vertical-align: middle; content: ""; margin-right: .25em; width: 16px; height: 16px; background: url(../images/icon_down.png) no-repeat center center;}
.infoList.download li .btn font{display: inline-block; vertical-align: middle; font-size: .8875em; color: #fff;}
.infoList.download li .btn:hover{opacity: .85;}

.navs-item{margin: -5px -5px 0; overflow: hidden;}
.navs-item li{float: left;}
.navs-item li a{display: block; position: relative; margin: 10px 5px 0; padding: 0 10px; background-color: #e7eff5; background-repeat: no-repeat; text-align: center;}
.navs-item li a .box{position: relative; line-height: 1.2em; height: 3.875em;}
.navs-item li a .box .table{position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; display: table; vertical-align: middle;}
.navs-item li a .box .table .inline{position: relative; width: 100%; height: 100%; display: table-cell; vertical-align: middle;}
.navs-item li a:hover{color: #fff; background-color: #18669f;}
.navs-item.col2 li{width: 50%;}
.navs-item.col3 li{width: 33.33333%;}
.navs-item.col4 li{width: 25%;}

.rel-appendixs{display: none; margin-top: -1px; border-top: 1px solid #efefef;}
.rel-appendixs h3{padding:25px 0 10px; color: #333333; font-weight: bold; font-size: 1em;}
.rel-appendixs .infoList li{border-bottom: none !important;}
.rel-appendixs .infoList li h4 a:before{background-color: #999; border-radius: 0;}

/*pagediv*/
.pagediv{font-size: 14px; color:#888; line-height:200%; text-align: right; clear:both;}
.pagediv a{color:#888;}
.pagediv .arrow{display: inline-block;}
.pagediv .arrow span,
.pagediv .arrow a,
.pagination_index_last,
#pagination_input{display:inline-block; *display:inline; margin:2px; zoom:1; background-color:#fff; border:solid #ddd 1px; vertical-align:top; text-align: center;}
.pagediv .arrow a:hover,
.pagediv .arrow a.current{border: solid #1ab1e7 1px; color: #1ab1e7;}
.pagediv .page_nav a,
.pagediv .page_nav span{padding: 0 8px;}
.pagediv .page_nav span{color: #999; background-color: #f5f5f5;}
.pagediv .page_index a{min-width: 30px;}
.pagination_index_last{padding: 0 8px;}
#pagination_input{width: 30px; height: 28px; color: #888; text-align: center; box-sizing: content-box;}

.website .pagediv{padding: 20px 0; text-align: center; background: #f4f4f4;}
.website .pagediv .arrow span,
.website .pagediv .arrow a,
.website .pagination_index_last,
.website #pagination_input{border-radius: 2px;}
.website .pagediv .arrow a:hover,
.website .pagediv .arrow a.current{color: #fff; background: #0087d3; border-color: #0087d3;}
.website .pagediv .arrow a,
.website .pagination_index_last{
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);
}

/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}	
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}	

/*owl-carousel*/
.owl-carousel .item{display: block; width: 100%; overflow: hidden;}
.owl-carousel .item img {display: block; width: 100%;}
.owl-carousel.pagination .owl-dots{position: absolute; bottom: 10%; right: 1%; z-index: 99;}
.owl-carousel.pagination .owl-dots button.owl-dot{float: left; width: 14px; height: 14px; margin-right: 5px; background: rgba(255, 255, 255, 0.4); border-radius: 50%; border: none;}
.owl-carousel.pagination .owl-dots button.owl-dot.active {background: transparent; border: 2px solid rgba(255, 255, 255, 0.4);}
.owl-carousel.unpage .owl-dots{display: none;}
.owl-carousel.owlcarousel-common .owl-nav > div{position: absolute; top: 37%; bottom: 37%; width: 5%; min-width: 40px; text-align: center; background-color: rgba(0, 0, 0, 0.3);}
.owl-carousel.owlcarousel-common .owl-nav > div i{position: absolute; top: 50%; right: 0; left: 0; margin-top: -0.5em; text-align: center; font-weight: normal; font-size: 2.5em; line-height: 1em; color: #fff;}
.owl-carousel.owlcarousel-common .owl-nav > div:hover{background-color: rgba(0, 0, 0, 0.5);}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-prev{left: 0;}
.owl-carousel.owlcarousel-common .owl-nav > div.owl-next{right: 0;}
.owl-carousel.owlcarousel-common .owl-nav > div.disabled{opacity: 0.4; cursor: not-allowed; background-color: rgba(0, 0, 0, 0.3) !important;}
.owl-carousel.owlcarousel-arrow .owl-nav > div{position: absolute; top: 50%; z-index: 99; margin-top: -20px; width: 44px; height: 44px; background: #ffffff; border-radius: 50%; cursor: pointer; border: 1px solid #ececec;}
.owl-carousel.owlcarousel-arrow .owl-nav > div i{position: absolute; top: 50%; right: 0; left: 0; margin-top: -0.475em; text-align: center; font-weight: normal; font-size: 1.25em; font-weight: bold; line-height: 1em; color: #888;}
.owl-carousel.owlcarousel-arrow .owl-nav > div:hover{background: #ffffff; box-shadow: 0 0 5px 1px rgba(112, 112, 112, 0.1);}
.owl-carousel.owlcarousel-arrow .owl-nav > div:hover i{color: #333;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.owl-prev{left: -22px;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.owl-next{right: -22px;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.disabled{opacity: 0.65; cursor: not-allowed;}
.owl-carousel.owlcarousel-arrow .owl-nav > div.disabled i{color: #ccc;}

/*横栏轮播*/
.midbanner{position:relative;}
.midbanner .owl-carousel .item img{height:auto; min-height: 60px;}

/* 图片新闻滚动 */
.tpxw{position:relative;}
.tpxw .owl-carousel .item-name{position: absolute; right: 0; bottom: 0; left: 0; z-index: 9; padding: 0 100px 0 10px; height: 50px; line-height: 50px; color: #fff; background-color: rgba(0,0,0,.45);}
.tpxw .owl-carousel .owl-nav > div{opacity: 0;}
.tpxw .owl-carousel:hover .owl-nav>div{opacity: 1;}

/*图片列表*/
.imageList{overflow: hidden;}
.imageList ul{margin-right: -10px; margin-left: -10px; overflow: hidden; zoom: 1;}
.imageList ul li{position: relative; float: left;}
.imageList ul li a{position: relative; display: block; margin: 0 10px 20px; font-size: 1em; overflow: hidden;}
.imageList ul li a .place{position: relative;display: block; padding-top: 75%; overflow: hidden; background-color:#f4f4f4}
.imageList ul li a .place .pic{position: absolute; top: 0; right: 0; left: 0; bottom: 0; z-index: 1; overflow: hidden;}
.imageList ul li a .place .pic img{display: block; width: 100%; height: auto; min-height: 100%;}
.imageList ul li a .txt{font-size: .875em; text-align: center;}
.imageList ul li a .txt.normal{display: block; padding: .6125em;  background-color: #f5f5f5;}
.imageList ul li a .txt.fixed{position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; padding: 5%; line-height: 1.5em; color: #fff; background-color:rgba(0,0,0,.5);}
.imageList ul li a .txt.fixed:before{content: normal;}
.imageList ul li a:hover .shadow{transform: scale(1.4); -webkit-transform:scale(1.4); -moz-transform:scale(1.4); -o-transform:scale(1.4);}
.imageList .lay-col2 li{width: 50%;}
.imageList .lay-col4 li{width: 25%;}
.imageList .lay-col3 li{width: 33.33333%;}

