/*网站头*/
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
img{
	max-width: 100%;
}
.bg-link{
	cursor: pointer;
}
.h90 {
	height: 90px;
}
.mt13 {
	margin-top: 13px;
}
.clearboth:after{
	display: block;
	content: '';
	clear: both;
}

.header{
  	background-color: rgb(247, 247, 247);
  	box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.004);
  	border-bottom: 1px solid #e4e4e4;
}
.header2{
  	background: #123d75;
  	height: 139px;
}
.mt25 {
	margin-top: 25px;
}
.headercontent{
	width: 1200px;
	margin: 0 auto;
	height: 35px;
	position: relative;
}

.sitename{
	display: inline-block;
	vertical-align: top;
}
.sitename a{
	color: #4f4f4f;
	font-size: 13px;
	display: block;
	height: 35px;
	line-height: 35px;
}
.webmenu{
	display: inline-block;
	vertical-align: top;
	height: 100%;
	float: right;
	margin-top: 15px;
}
.webmenu a{
	color: #fff;
	font-size: 13px;
	display: inline-block;
	vertical-align: top;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
}
.webmenu a img{
	height: 25px;
	margin-top: 5px;
}
.webmenu .gerimg{
	margin-left: 10px;
}

/*导航*/
.nav{
	/*margin: 20px 0 0;*/
	border-bottom: 2px solid #317cc0;
	background: #fff;
}
.navcontent{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	/*height: 85px;*/
}
.logo{
	display: inline-block;
	vertical-align: top;
	/*width: 95px;*/
	height: 55px;
	margin-top: 17px;
}
.logo img{
	height: 55px;
}

.navdiv{
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.navul{
	height: 40px;
}
.navul li{
	float: left;
	vertical-align: top;
	padding-left: 10px;
	position: relative;
}
.navul li a{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #317cc0;
	transition: 0.2s;
}
.navul li a.nav_active{
	color: #fff;
	background: #317cc0;
	border-radius: 5px 5px 0px 0px;
}
.navdiv2{
	width: 1200px;
    margin-top: 20px;
}
.navul2{
	height: 40px;
}
.navul2 li{
	vertical-align: top;
	/*padding-left: 10px;*/
	position: relative;
}
.navul2 li a{
	display: block;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	padding: 0 20px;
	color: #317cc0;
	transition: 0.2s;
}
.navul2 li .menua{
	display: block;
	cursor: pointer;
	line-height: 40px;
	padding: 0 30px;
	color: #317cc0;
	transition: 0.2s;
	font-size: 14px;
}
.threemenu ul li {
	padding: 0 20px;
}
.navul2 li a.nav_active{
	color: #fff;
	background: #317cc0;
	border-radius: 5px 5px 0px 0px;
}
.threemenu ul {
	display: none;
}
.ulchild{
	position: absolute;
	padding-top: 10px;
	display: none;
	z-index: 999;
}

.divchild{
	background: #fff;
	box-shadow: #dfdfdf 0px 0px 5px;
	z-index: 888;
	width: 284px;
	border-radius: 10px;
	overflow: hidden;
}

.ulchild a{
	display: block;
	border-bottom: 1px dashed #efefef;
	line-height: 50px;
	font-size: 14px;
}
.ulchild a:hover{
	background: #317cc0;
	color: #fff;
	border-color: #317cc0;
}
.ulchild .menua:hover {
	background: #317cc0;
	color: #fff;
	border-color: #317cc0;
}
.ulchild a.child_nav_active{
	background: #317cc0;
	color: #fff;
	border-color: #317cc0;
}

@keyframes css3divchild{
	0%{
		padding-top: 50px;
	}
	100%{
		padding-top: 10px;
	}
}

.ulchild_active{
	animation: css3divchild 0.3s cubic-bezier(0.2,0.9,0.6,1.3) 0s forwards;
}


/*主体内容*/
.sitecontent{
	width: 1200px;
	margin: 0 auto;
}
.section1:after{
	display: block;
	content: '';
	clear: both;
}
.section1{
	margin-top: 20px;
}
.news{
	float: left;
	width: 800px;
}
.newstitle{
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.newstitle a{
	display: block;
	width: 75px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #317cc0;
	position: relative;
	top: 1px;
	color: #317cc0;
	font-weight: bold;
}
.section1 .newstitle a:first-child {
    display: inline-block;
    padding: 0 10px;
    width: auto;
}
.section1 .newstitle a:last-child {
    float: right;
    padding: 0px;
    width: auto;
    border: none;
    color: #666;
    font-size: 13px;
}
.newsbottom{
	height: 262px;
}
.newsbottom:after{
	display: block;
	content: '';
	clear: both;
}
.newsbottom .newsimg{
	float: left;
	margin-right: 20px;
	position: relative;
}
.newsimg .hd ul{
	height: 10px;
	text-align: center;
}
.newsimg .hd ul li{ 
	/*float:left;  */
	width:10px; 
	height:10px; 
	overflow:hidden; 
	margin-right:5px; 
	text-indent:-999px; 
	cursor:pointer;
	background: #fff;
	display: inline-block;
	transition: 0.2s;
	vertical-align: top;
	border-radius: 10px;
	margin: 0 5px;
}
.newsimg .hd ul li.on{
	width: 30px;
	height: 10px;
	border-radius: 10px;
	background: #006fa0;
}

.newsbottom .newscontent{
	float: left;
}
.newsbottom .newscontent .newslist{
	position: relative;
	padding-left: 10px;
	/*height: 25px;*/
}
.newsbottom .newscontent .newslist:before{
	display: block;
	content: '';
	height: 5px;
	width: 5px;
	border-radius: 5px;
	background: #317cc0;
	position: absolute;
	left: 0;
	top: 12px;
}
 .newslist a{
	color: #404040;
	font-size: 13px;
	display: block;
	height: 30px;
	line-height: 25px;
}
.newsbottom .newscontent .newslist a:hover{
	color: #317cc0;
}

.rightlink{
	float: right;
	height: 303px;
	width: 380px;
	/*margin-top: 15px;*/
	/*background: #ecf6ff;*/
}
.rightlink:after{
	display: block;
	content: '';
	clear: both;
}
.linktit{
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
.linktit a{
	width: 100px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #317cc0;
	position: relative;
	top: 1px;
	color: #317cc0;
	font-weight: bold;
    display: inline-block;
    padding: 0 10px;
}
.rightlink .linkimg{
	height: 190px;
}
.rightlink .linkimg img{
	width: 380px;
	height: 190px;
}
.rightlink div{
	/*float: left;*/
	/*height: 100%;*/
	/*height: 225px;*/
	width: 100%;
}
.linkcontent{
	width: 100%;
	padding: 7px 10px;
	box-sizing:border-box;  
		-moz-box-sizing:border-box; /* Firefox */  
		-webkit-box-sizing:border-box; /* Safari */ 
	font-size: 14px;
	color: #4c4c4c;
	line-height: 30px;
	/*height: 80px;*/
	overflow: hidden;
}
.linklist{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	width: 150px;
	margin: 0 auto;
	color: #4c4c4c;
}
.linklist a{
	color: #4c4c4c;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.linklist a:hover{
	color: #317cc0;;
}


/*搜索横条*/
.section2{
	margin: 20px auto 0px;
}
.section2:after{
	display: block;
	content: '';
	clear: both;
}
.search{
	float: left;
	display: block;
	content: '';
	clear: both;
	width: 778px;
	height: 43px;
	border: 1px solid #317cc0;
}
.search div{
	float: left;
}
.searchinput{
	height: 43px;
	width: 600px;
	position: relative;
}
.xiala{
	margin-right: 20px;
	padding: 0 20px;
	border-right: 1px solid #dfdfdf;
	position: relative;
	top: 13px;
	height: 18px;
}
.xiala select{
	border: none;
}
.xiala select:focus{
	outline: none;
}
.searchinput img{
	position: relative;
	top: 6px;
	margin-right: 10px;
}
.searchinput input{
	height: 40px;
	position: relative;
	top: 2px;
	border: none;
	outline: none;
	width: 420px;
}

.search .searchbtn{
	float: right;
	height: 43px;
	line-height: 43px;
	width: 100px;
	text-align: center;
	color: #fff;
	background: #317cc0;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.woyaofabu{
	float: left;
	width: 170px;
	background: #e54c4c;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	margin-left: 41px;
	transition: 0.2s;
}
.woyaofabu:hover{
	box-shadow: #e07070 0px 0px 5px;
}
.wozaixunzhao{
	float: left;
	width: 170px;
	background: #ff9935;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	margin-left: 39px;
}
.wozaixunzhao:hover{
	box-shadow: #ffbc7b 0px 0px 5px;
}


/*供求信息*/
.section3{
	margin-top: 30px;
}
.gongqiucate{
	/*display: none;*/
}
.gongqiucontent{
	border: 1px solid #dfdfdf;
	margin-top: 10px;
}
.gongqiucate .fenlei{
	cursor: pointer;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #dfdfdf;
	border-radius: 5px;
	height: 45px;
	line-height: 45px;
	margin-right: 36px;
	transition: 0.3s;
}
.gongqiucate .fenlei_active{
	background: #317cc0;
	border-color: #317cc0;
	color: #fff;
}
.gongqiucate .fenlei:last-child{
	margin-right: 0px;
}


.gongqiutitle:after{
	display: block;
	content: '';
	clear: both;
}
.gongqiutitle{
	background: #317cc0;
	border-bottom: 1px solid #dfdfdf;
}
.gongqiutitle li{
	float: left;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	color: white;
	font-size: 14px;
}
.gongqiutitle .title{
	width: 470px;
}
.gongqiutitle .danwei{
	width: 340px;
}
.gongqiutitle .leixing{
	width: 250px;
}

.gongqiulist:after{
	display: block;
	content: '';
	clear: both;
}
.gongqiulist{
	border-bottom: 1px solid #efefef;
	display: block;
	color: #333;
}
.gongqiulist:last-child{
	border: none;
}
.gongqiulist li{
	float: left;
	text-indent: 15px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.gongqiulist .title{
	width: 470px;
}
.gongqiulist .danwei{
	width: 340px;
}
.gongqiulist .leixing{
	width: 250px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.gongqiulist:nth-child(even){
	background-color: #F8FCFF;
}

/*中德合作项目*/
.section4{
	margin-top: 20px;
}
.section4 .newstitle a:first-child{
	display: inline-block;
	padding: 0 10px;
	width: auto;
}
.section4 .newstitle a:last-child{
	float: right;
	padding: 0px;
	width: auto;
	border: none;
	color: #666;
	font-size: 13px;
}
.news2contentul:after{
	display: block;
	content: '';
	clear: both;
}
.news2contentul li{
	float: left;
	width: 290px;
	margin-bottom: 10px;
	margin-right: 13px;
	cursor: pointer;
}
.news2contentul li:nth-child(4n){
	margin-right: 0px;
}

.news2contentul li:nth-child(4n+1) p {
	background: #7bb0dc;
}
.news2contentul li:nth-child(4n+2) p {
	background: #79cac4;
}
.news2contentul li:nth-child(4n+3) p {
	background: #e4bf72;
}
.news2contentul li:nth-child(4n+4) p {
	background: #88c0ee;
}

.news2contentul li p{
	font-size: 14px;
	color: #fff;
	height: 55px;
	line-height: 23px;
	padding: 5px 4px;
	box-sizing:border-box;  
	-moz-box-sizing:border-box; /* Firefox */  
	-webkit-box-sizing:border-box; /* Safari */ 
}


/*职教联盟云学院公益知识分享*/
.section5{
	margin-top: 20px;
}
.section5 .newstitle{
	background: #f5f5f5;
	border: none;
	height: 45px;
	margin-bottom: 0px;
}
.section5 .newstitle a:first-child{
	display: inline-block;
	padding: 0 10px;
	width: auto;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	height: 45px;
	line-height: 45px;
}
.section5 .newstitle a:last-child{
	float: right;
	padding: 0px 10px 0 0;
	width: auto;
	border: none;
	color: #666;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
}
.link2content{
	border: 1px solid #dfdfdf;
	border-top: none;
	padding-top: 10px;
}
.link2contentul:after{
	display: block;
	content: '';
	clear: both;
}
.link2contentul li{
	float: left;
	width: 280px;
	margin-bottom: 10px;
	margin-right: 9px;
	margin-left: 10px;
	cursor: pointer;
}
.link2contentul li:nth-child(4n){
	/*margin-right: 0px;*/
}
.link2contentul li p{
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
	padding: 10px 0px 5px;
}


/*中德职业教育政策专题*/
.section6{
	margin-top: 20px;
}
.section6 .newstitle{
	background: #f5f5f5;
	border: none;
	height: 45px;
	margin-bottom: 0px;
}
.section6 .newstitle a:first-child{
	display: inline-block;
	padding: 0 10px;
	width: auto;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #222222;
	height: 45px;
	line-height: 45px;
}
.section6 .newstitle a:last-child{
	float: right;
	padding: 0px 10px 0 0;
	width: auto;
	border: none;
	color: #666;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
}

.news3content:after{
	display: block;
	content: '';
	clear: both;
}
.news3content{
	border: 1px solid #dfdfdf;
	border-top: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newslide{
	width: 340px;
	height: 195px;
	position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.hd{
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: 10px;
	z-index: 999;
}
.newslide .hd ul{
	height: 10px;
	text-align: center;
}
.newslide .hd ul li{ 
	/*float:left;  */
	width:10px; 
	height:10px; 
	overflow:hidden; 
	margin-right:5px; 
	text-indent:-999px; 
	cursor:pointer;
	background: #fff;
	display: inline-block;
	transition: 0.2s;
	vertical-align: top;
	border-radius: 10px;
	margin: 0 5px;
}
.newslide .hd ul li.on{
	width: 30px;
	height: 10px;
	border-radius: 10px;
	background: #006fa0;
}

.news3contentul{
	float: left;
	margin-left: 20px;
	width: 800px;
	margin-top: -2px;
}
.news3contentul li{
	position: relative;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.news3contentul li:before{
	display: block;
	content: '';
	height: 5px;
	width: 5px;
	background: #006fa0;
	position: absolute;
	top: 13px;
	left: 2px;
}
.news3contentul li:after{
	display: block;
	content: '';
	clear: both;
}
.news3contentul li p{
	float: left;
	font-size: 14px;
}
.news3contentul li p:last-child{
	float: right;
	font-size: 12px;
	color: #aaaaaa;
}

.news3contentul li:hover p{
	color: #006fa0;
}

/*友情链接*/
.section7{
	margin-top: 30px;
	border: 1px solid #e3e3e3;
}
.section7:after{
	display: block;
	content: '';
	clear: both;
}

.section7 .friendlinktitle{
	float: left;
	height: 120px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position: relative;
	left: -1px;
	/*top: -1px;*/
}
.section7 .linkslide{
	float: left;
	margin-left: 10px;
	padding: 8px 0 10px 0;
	height: 120px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.section7 .linkslide .linkslide1{
	margin-bottom: 10px;
	overflow: hidden;
}
.section7 .linkslide .linkslide2{
	overflow: hidden;
}
.friendlinktitle img{
	height: 120px;
}
.linkslide{
	width: 1130px;
}


/*底部*/
.footer{
	background: #123d75;
	color: #fff;
	padding: 20px 0px 0px 0px;
	margin-top: 30px;
}
.footercontent{
	width: 1200px;
	margin: 20px auto 0px;
	padding-bottom: 20px;
}
.footercontent .footer1 , .footercontent .footer2 , .footercontent .footer3{
	float: left;
}
.footercontent:after{
	display: block;
	content: '';
	clear: both;
}
.footer1{
	margin-top: 20px;
	width: 330px;
}
.footer2 ul{
	float: left;
	width: 210px;
}
.footer2 ul:last-child{
	width: 401px;
}
.footer2 ul li{
	height: 30px;
	line-height: 30px;
}
.footer2 ul li a{
	font-size: 14px;
}
.footer2 ul li img{
	vertical-align: middle;
}

.footer a{
	color: #fff;
}

.footer3 div{
	float: left;
}
.footer3 div.erweima1{
	margin-right: 32px;
	margin-left: 15px;
}
.footer3 div.erweima1 img{
	width: 106px;
}
.footer3 div.erweima2 img{
	width: 106px;
}
.footer3 p{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.footerdes{
	/*height: 60px;*/
	line-height: 60px;
	border-top: 1px solid #ccc;
	text-align: center;
}
.footerdes a{
	color: #ccc;
	font-size: 14px;
}





/*文章列表*/
.wenzhang_content{
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ny_position {
    margin-bottom: 20px;
}
.ny_position a {
    color: #427dc9;
    font-size: 14px;
}
.search_kuang {
    display: inline-block;
    width: 843px;
    height: 38px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background: #fff;
    margin: 20px auto 30px;
    display: block;
}
.search_kuang input {
    width: 520px;
    height: 26px;
    border: none;
    outline: none;
    border-left: 1px solid #333;
    vertical-align: middle;
    margin-top: 6px;
    font-size: 14px;
    padding-left: 20px;
}
.searchbtn2 {
    display: inline-block;
    width: 100px;
    height: 38px;
    /* background: #0f6bb8; */
    background: #0f6bb8 url(/webui/shop/pc/images/search2.png) no-repeat center;
    float: right;
}
.search_kuang2 {
    display: inline-block;
    width: 500px;
    height: 30px;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    background: #fff;
    margin: 0 0 25px;
    display: block;
}
.search_kuang2 input {
    width: 300px;
    height: 30px;
    border: none;
    outline: none;
    border-left: 1px solid #333;
    vertical-align: middle;
    font-size: 14px;
    padding-left: 20px;
}
.searchbtn3 {
    display: inline-block;
    width: 100px;
    height: 30px;
    /* background: #0f6bb8; */
    background: #0f6bb8 url(/webui/shop/pc/images/search2.png) no-repeat center;
    float: right;
}

.ny_wenzhanglist {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b1b1b1;
}
.ny_wenzhangtitle {
    margin-bottom: 10px;
}
.ny_wenzhangtitle a {
    color: #215da9;
    font-size: 16px;
    font-weight: bold;
}
.ny_wenzhangzhaiyao {
    color: #777;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}

.ny_position span {
    color: #2b2b2b;
    font-size: 14px;
}

.page {
    background: #e6e6e6;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.page a {
    display: inline-block;
    padding: 0 20px;
    color: #333;
}
.page span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}


/*登录页面*/
.inner {
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    background: #ffffff!important;
    /*padding-bottom: 140px;*/
    padding-top: 20px;
}

.body {
    height: auto;
    _height: 100%;
    overflow: auto;
    text-align: left;
}

.logintitle {
    width: 1000px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
}
#loginform {
    width: 720px;
    margin: 0 auto;
    display: block;
}

.body .log .formlogin {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.body .log .formlogin .tdright {
    color: #000;
    text-align: right;
    padding-right: 20px;
}

.body .log .formlogin td {
    clear: both;
    height: 48px;
}
.input-230, .input-large {
    width: 430px;
}
.input-110, .input-small {
    width: 335px;
}

.input {
    border: 2px solid #ddd;
    background: #fff;
    padding: 3px 5px;
    *padding: 0 5px 0 5px;
    *line-height: 30px;
}
.input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 43px;
    *height: 28px;
    vertical-align: middle;
    margin-right: 3px;
    float: left;
}

.body .log .formlogin td {
    clear: both;
    height: 48px;
}
.forminfo td, .formlogin td {
    font-size: 14px;
    padding-bottom: 30px;
    clear: both;
}
.typebtn{
    background: #3f7eca;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-family: microsoft yahei;
    font-size: 16px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.typebtn:hover{
	box-shadow: #86b3e9 0px 0px 5px;
}
.link2contentul li div{
	/*transition: 0.5s;*/
}
@keyframes bgp{
	0%{
		box-shadow: #e4bf72 0px 0px 10px;
		filter: contrast(70%);
	}
	25%{
		box-shadow: #e4bf72 0px 0px 8px;
		filter: contrast(70%);
	}
	50%{
		box-shadow: #e4bf72 0px 0px 10px;
		filter: contrast(70%);
	}
	75%{
		box-shadow: #e4bf72 0px 0px 8px;
		filter: contrast(70%);
	}
	100%{
		box-shadow: #e4bf72 0px 0px 10px;
		filter: contrast(70%);
	}
}
.link2contentul li:hover div{
	animation: bgp 0.5s linear 0s forwards;
}
.news2contentul li:hover div{
	animation: bgp 0.5s linear 0s forwards;
}
.link2contentul li{
	transition: 0.2s;
}
.link2contentul li:hover{
	box-shadow: #88c0ee 0px 0px 10px;
}
.news2contentul li{
	transition: 0.2s;
}
.news2contentul li:hover{
	box-shadow: #88c0ee 0px 0px 10px;
}

.gongqiulist:hover li{
	color: #88c0ee;
}
.center {
	text-align: center;
}

/*通用样式*/
/*
全局css，适合所有页面
*/
* {
	margin: 0px;
	padding: 0px;
}
body{
    font-family:'微软雅黑';
    font-size: 14px;
    margin: 0;
    padding: 0; 
    color: #333;
}
ul,li,span,p,ol{
    margin: 0;
    padding: 0;
}
ul,li{
	list-style:none;
}
a {
	text-decoration: none;
	outline: 0;
}
li {
	list-style-type: none;
	list-style: none;
}
img {
	border: 0px;
}
.w1300 {
	width: 1300px;
	margin: auto;
}
.w1200 {
	width: 1200px;
	margin: auto;
}

.w1100 {
	width: 1100px;
	margin: auto;
}

.bgwhite {
	background: #fff;
}
.bg-333 {
	background: #333;
}
.bgblue {
	background: #26497e;
}
.bg-f7{
	background: #f7f7f7;
}
.bg-f8{
	background: #f8f8f8;
}
.bg-f6{
	background: #f6f6f6;
}
.bg-f5 {
	background: #f5f5f5;
}
.bg-f4 {
	background: #f4f4f4;
}
.bg-3b7 {
	background: #3b7abe;
}
.h02 {
	height: 2px;
}
.h05 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h35 {
	height: 35px;
}
.h40 {
	height: 40px;
}
.h45 {
	height: 45px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70 {
	height: 70px;
}
.h80 {
	height: 80px;
}
.w100 {
	width: 100%;
}
.w99 {
	width: 99%;
	margin: auto;
}
.w98 {
	width: 98%;
	margin: auto;
}
.w97 {
	width: 97%;
	margin: auto;
}
.w96 {
	width: 96%;
	margin: auto;
}
.w95 {
	width: 95%;
	margin: auto;
}
.w94 {
	width: 94%;
}
.w93 {
	width: 93%;
}

.w92 {
	width: 92%;
}
.w91 {
	width: 91%;
}
.w90 {
	width: 90%;
}

.w89 {
	width: 89%;
}
.w88 {
	width: 88%;
}
.w87 {
	width: 87%;
}
.w86 {
	width: 86%;
}

.w85 {
	width: 85%;
}
.w84 {
	width: 84%;
}
.w83 {
	width: 83%;
}
.w82 {
	width: 82%;
}
.w81 {
	width: 81%;
}
.w80 {
	width: 80%;
}
.w79 {
	width: 79%;
}
.w78 {
	width: 78%;
}
.w77 {
	width: 77%;
}
.w76 {
	width: 76%;
}
.w75 {
	width: 75%;
}
.w74 {
	width: 74%;
}
.w73 {
	width: 73%;
}
.w72 {
	width: 72%;
}
.w71 {
	width: 71%;
}
.w70 {
	width: 70%;
}
.w69 {
	width: 69%;
}
.w68 {
	width: 68%;
}
.w67 {
	width: 67%;
}
.w66 {
	width: 66%;
}
.w65 {
	width: 65%;
}
.w64 {
	width: 64%;
}
.w63 {
	width: 63%;
}
.w62 {
	width: 62%;
}
.w61 {
	width: 61%;
}
.w60 {
	width: 60%;
}
.w59 {
	width: 59%;
}
.w58 {
	width: 58%;
}
.w57 {
	width: 57%;
}
.w56 {
	width: 56%;
}
.w55 {
	width: 55%;
}
.w54 {
	width: 54%;
}
.w53 {
	width: 53%;
}
.w52 {
	width: 52%;
}
.w51 {
	width: 51%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47%;
}
.w46 {
	width: 46%;
}
.w45 {
	width: 45%;
}
.w44 {
	width: 44%;
}
.w43 {
	width: 43%;
}
.w42 {
	width: 42%;
}
.w41 {
	width: 41%;
}
.w40 {
	width: 40%;
}
.w39 {
	width: 39%;
}
.w38 {
	width: 38%;
}
.w37 {
	width: 37%;
}
.w36 {
	width: 36%;
}
.w35 {
	width: 35%;
}
.w34 {
	width: 34%;
}
.w33 {
	width: 33.33%;
}
.w32 {
	width: 32%;
}
.w31 {
	width: 31%;
}
.w30 {
	width: 30%;
}
.w29 {
	width: 29%;
}
.w28 {
	width: 28%;
}
.w27 {
	width: 27%;
}
.w26 {
	width: 26%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w23 {
	width: 23%;
}
.w22 {
	width: 22%;
}
.w21 {
	width: 21%;
}
.w20 {
	width: 20%;
}
.w19 {
	width: 19%;
}
.w18 {
	width: 18%;
}
.w17 {
	width: 17%;
}
.w16 {
	width: 16.66%;
}
.w15 {
	width: 15%;
}
.w14 {
	width: 14%;
}
.w13 {
	width: 13%;
}
.w12 {
	width: 12%;
}
.w11 {
	width: 11%;
}
.w10 {
	width: 10%;
}
.w09 {
	width: 9%;
}
.w08 {
	width: 8%;
}
.w07 {
	width: 7%;
}
.w06 {
	width: 6%;
}
.w05 {
	width: 5%;
}
.w04 {
	width: 4%;
}
.w03 {
	width: 3%;
}
.w02 {
	width: 2%;
}
.auto {
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex_end {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.items {
	align-items: center;
}
.baseline {
	align-items: baseline;
}
.flex-grow {
	flex-grow: 1;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow7 {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow8 {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow9 {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow10 {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow11 {
	display: -webkit-box;
	-webkit-line-clamp: 11;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow14 {
	display: -webkit-box;
	-webkit-line-clamp: 14;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow19 {
	display: -webkit-box;
	-webkit-line-clamp: 19;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
} 
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.none {
	display: none;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.curse {
	cursor: pointer;
}
.mt05 {
	margin-top: 5px;
}
.mb05 {
	margin-bottom: 5px;
}
.ml05 {
	margin-left: 5px;
}
.mr05 {
	margin-right: 5px;
}
.pt05 {
	padding-top: 5px;
}
.pb05 {
	padding-bottom: 5px;
}
.pl05 {
	padding-left: 5px;
}
.pr05 {
	padding-right: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.border-ccc {
	border: 1px solid #ccc;
}
.border-ddd {
	border: 1px solid #ddd;
}
.border-eee {
	border: 1px solid #eee;
}
.border-b-eee {
	border-bottom: 1px solid #eee;
}
.border-t-eee {
	border-top: 1px solid #eee;
}

.noborder {
	border: none !important;
}

.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}
.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}
.font23 {
	font-size: 23px;
}
.font24 {
	font-size: 24px;
}
.font25 {
	font-size: 25px;
}
.font26 {
	font-size: 26px;
}
.font27 {
	font-size: 27px;
}
.font28 {
	font-size: 28px;
}
.font29 {
	font-size: 29px;
}

.font30 {
	font-size: 30px;
}
.font31 {
	font-size: 31px;
}
.font32 {
	font-size: 32px;
}
.font33 {
	font-size: 33px;
}
.font34 {
	font-size: 34px;
}

.font36 {
	font-size: 36px;
}
.font38 {
	font-size: 38px;
}

.font40 {
	font-size: 40px;
}
.font42 {
	font-size: 42px;
}
.font46 {
	font-size: 46px;
}

.text-000 {
	color: #000;
}
.text-1a1 {
	color: #1a1a1a;
}
.text-010 {
	color: #010000;
}
.text-141 {
	color: #141414;
}
.text-025 {
	color: #0257ab;
}
.text-232 {
	color: #232323;
}

.text-333 {
	color: #333;
}
.text-3e3 {
	color: #3e3a39;
}
.text-3f3 {
	color: #3f3f3f;
}
.text-393 {
	color: #393838;
}

.text-404 {
	color: #404040;
}
.text-414 {
	color: #414141;
}

.text-4c4 {
	color: #4c4c4c;
}

.text-505 {
	color: #505050;
}

.text-666 {
	color: #666;
}
.text-656 {
	color: #656565;
}
.text-808 {
	color: #808080;
}

.text-6d8 {
	color: #6d8ec4;
}
.text-264 {
	color: #26497e;
}

.text-999 {
	color: #999;
}
.text-yel {
	color: #fffc04;
}
.text-fff {
	color: #fff;
}
.line20 {
	line-height: 20px;
}
.line21 {
	line-height: 21px;
}
.line22 {
	line-height: 22px;
}
.line23 {
	line-height: 23px;
}
.line24 {
	line-height: 24px;
}
.line25 {
	line-height: 25px;
}
.line26 {
	line-height: 26px;
}
.line27 {
	line-height: 27px;
}
.line28 {
	line-height: 28px;
}
.line29 {
	line-height: 29px;
}
.line30 {
	line-height: 30px;
}
.line31 {
	line-height: 31px;
}
.line32 {
	line-height: 32px;
}
.line33 {
	line-height: 33px;
}
.line34 {
	line-height: 34px;
}
.line35 {
	line-height: 35px;
}
.line36 {
	line-height: 36px;
}
.line37 {
	line-height: 37px;
}
.line38 {
	line-height: 38px;
}
.line39 {
	line-height: 39px;
}
.line40 {
	line-height: 40px;
}
.line41 {
	line-height: 41px;
}
.line42 {
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}
.letter1 {
	letter-spacing: 1px;
}
.letter2 {
	letter-spacing: 2px;
}
.letter3 {
	letter-spacing: 3px;
}
.letter4 {
	letter-spacing: 4px;
}
.radius2 {
	border-radius: 2px;
}
.radius3 {
	border-radius: 3px;
}
.radius4 {
	border-radius: 4px;
}
.radius5 {
	border-radius: 5px;
}
.radius6 {
	border-radius: 6px;
}
.radius7 {
	border-radius: 7px;
}
.radius8 {
	border-radius: 8px;
}
.radius9 {
	border-radius: 9px;
}
.radius10 {
	border-radius: 10px;
}
.radius20 {
	border-radius: 20px;
}
.radius100 {
	border-radius: 100px;
}
/*字母大写*/
.uppercase {
	text-transform: uppercase;
}
/*强制字符换行*/
.break-all{
	word-break: break-all;
}
/*字体倾斜*/
.italic{
	font-style: italic;
}
.indent2em {
	text-indent: 2em;
}
/*阴影*/
.box-shadow {
	box-shadow: 0 0 5px #ccc;
}
.box-shadow-y2 {
	box-shadow: 0 2px 3px #ccc;
}
.hover-big {
	transition: all 0.6s;
}
.hover-big:hover {
	transform: scale(1.2);
}

.ptanchuang {
	display: none;
	position: fixed;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0,0,0,0.6);
}
.ptanchuang div {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	height: 100%;
}
.ptanchuang img {
	max-height: 90%;
	margin: auto;
	border-radius: 5px;
}
.bg-0f6 {
	background: #0f6bb8;
}
.line50 {
	line-height: 50px;
}
.text-left {
	text-align: left;
}
.h120 {
	height: 120px;
}
.text-123 {
	color: #123d75 !important;
}
.index-fixed {
	width: 238px;
	position: absolute;
	top: 70%;
	right: 10px;
	z-index: 99999;
	height: 178px;
	font-family: "宋体";
	/*box-shadow: 0 3px 5px #ddd;*/
	background: url(/webui/shop/pc/images/bg-gonggao.png) no-repeat center;
	background-size: cover;
	/*color: #123d75;*/
	opacity: 1 !important;
}
/*.close_img01 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
}*/
.bg-317 {
	background: #317cc0;
}
.h72 {
	height: 72px;
}
.text-317 {
	color: #317cc0;
}
.border-box {
	box-sizing: border-box;
}
.index-fixed a:hover {
	color: #123d75 !important;
}