@charset "utf-8";
/*全局样式*/
body{padding: 0;margin: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;}
div,img,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding: 0;margin: 0;border: 0;}
ul{list-style: none;}
a{text-decoration: none;color: #333;}
i,em{font-style: normal;}
img{display: inline-block;max-width: 100%;height: auto;}
/*去掉 input 默认边框*/
input{padding: 0;border: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333；}
input[type="submit"]{background-color: transparent;cursor: pointer;}
/*去掉 textarea 默认边框*/
textarea{padding: 0;border: 0;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;}
/*去掉 button 默认边框*/
button{border: 0;padding: 0;background-color: transparent;font-family: 'Microsoft YaHei';font-size: 14px;color: #333;cursor: pointer;}
/*清除浮动*/
.clearfix:after{content: '';display: table;clear: both;}
.clearfix{*zoom: 1;/*IE6识别*/}
/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/
input,textarea{outline: none;}
/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为normal*/
input,textarea{appearance: none;-webkit-appearance: none;border-radius: 0;}
/*自定义 input,textarea 的placeholder文字样式*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #999;}
/*常用盒模型*/
/**{box-sizing: border-box;-webkit-box-sizing: border-box;}*/
/*滚动条*/
body *::-webkit-scrollbar{width: 2px;height: 2px;background: #eee;border-radius: 2px;}
body *::-webkit-scrollbar-thumb{background: #009adc;border-radius: 2px;}
/*常用宽度*/
.w1500{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1500px;}
.w1400{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1400px;}
.w1300{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1300px;}
.w1280{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1280px;}
.w1200{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1200px;}
.w1140{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1140px;}
.w1100{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1100px;}
.w1000{position: relative;width: 94%;margin: 0 auto;height: 100%;max-width: 1000px;}
/*常用过渡*/
.tran300{-webkit-transition: 0.3s;-moz-transition: 0.3s;-ms-transition: 0.3s;transition: 0.3s;}
.tran400{-webkit-transition: 0.4s;-moz-transition: 0.4s;-ms-transition: 0.4s;transition: 0.4s;}
.tran500{-webkit-transition: 0.5s;-moz-transition: 0.5s;-ms-transition: 0.5s;transition: 0.5s;}
/*常用浮动*/
.fl{float: left;}
.fr{float: right;}
/*按钮区通用样式*/
.btns-area{font-size: 0;text-align: center;}
.btns-area .btn{display: inline-block;padding: 0 2em;margin: 0 10px;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;font-size: 16px;line-height: 34px;color: #000;cursor: pointer;}
.btns-area .btn img{display: inline-block;vertical-align: middle;margin: -3px 6px 0 0;}
.btns-area .btn:hover{opacity: .9;}
/*自定义select*/
.custom-select{position: relative;width: 200px;}
.custom-select .name{position: relative;height: 36px;padding-left: 1.5em;background-color: #fff;border: 1px solid #999;color: #333;line-height: 34px;cursor: pointer;}
.custom-select .name:after{content: "";position: absolute;right: 10px;top: 50%;width: 8px;height: 8px;border-right: 1px solid #999;border-bottom: 1px solid #999;transform: rotate(45deg) translate(-100%,-10%);}
.custom-select .list{display: none;position: absolute;left: 0;width: 100%;background-color: #fff;box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.custom-select .list li a{display: block;padding: 10px 0 10px 10px;border: 1px solid #eee;border-bottom: 0;font-size: 12px;line-height: 16px;}
.custom-select .list li a:hover{background-color: #009adc;color: #fff;}


/*搜索结果页*/
body{background-color: #f5f5f5;}
.search-result-box{padding: 60px 0;overflow: hidden;}
.search-result-box *{box-sizing: border-box;-webkit-box-sizing: border-box;}
.search-result-box > .con-l{float: left;width: 300px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.05);}
.search-result-box > .con-r{margin-left: 320px;min-height: 500px;}
.search-result-box > .con-r > .content{min-height: 523px;padding: 0 30px 60px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.05);}

/*分类菜单栏*/
.classify-menu{padding: 30px 45px 5px;}
.classify-menu .menu-1st{}
.classify-menu .menu-1st > li{margin-bottom: 30px;}
.classify-menu .menu-1st > li > a{position: relative;display: block;margin-bottom: 20px;font-size: 18px;line-height: 24px;font-weight: bold;cursor: auto;}
.classify-menu .menu-1st > li > a .icon{position: absolute;left: -28px;top: 2px;width: 20px;height: 20px;}
.classify-menu .menu-2nd{}
.classify-menu .menu-2nd > li{margin-bottom: 20px;}
.classify-menu .menu-2nd > li > a{position: relative;display: block;font-size: 16px;line-height: 20px;color: #666;}
.classify-menu .menu-2nd > li > a:before{content: "";position: absolute;left: -20px;top: 50%;width: 10px;height: 10px;box-sizing: border-box;border: 1px solid #999;border-radius: 50%;transform: translateY(-50%);transition: 0.3s;}
.classify-menu .menu-2nd > li.on > a{font-weight: bold;color: #009adc;}
.classify-menu .menu-2nd > li.on > a:before{border: 3px solid #009adc;}
.classify-menu select{display: none;}

/*搜索栏*/
.search-result-box .search-wrap{position: relative;padding: 20px 30px;background-color: #e6e6e6;}
.search-result-box .search-wrap .input-text{width: 100%;height: 40px;padding: 0 90px 0 30px;box-sizing: border-box;-webkit-box-sizing: border-box;}
.search-result-box .search-wrap .sub-btn{position: absolute;right: 30px;top: 20px;width: 60px;height: 40px;background: #009adc url(../images/icon_search_24_white.png) center no-repeat;}

/*提示栏*/
.tips-wrap{overflow: hidden;margin: 20px 0;font-size: 16px;color: #666;}
.tips-wrap .result{float: left;line-height: 20px;}
.tips-wrap .result span{margin: 0 5px;font-weight: bold;color: #333;}
.tips-wrap .switch{float: right;font-size: 0;}
.tips-wrap .switch a{position: relative;display: inline-block;padding: 0 8px;font-size: 16px;line-height: 20px;color: #666;}
.tips-wrap .switch a:before{content: "";position: absolute;left: 0;top: 50%;width: 1px;height: 16px;margin-top: -8px;background-color: #666;}
.tips-wrap .switch a:first-child:before{display: none;}
.tips-wrap .switch a.on{color: #009adc;}

/*搜索结果列表*/
.result-list{}
.result-list li{padding: 25px 0;border-bottom: 1px solid #ddd;}
.result-list li a{position: relative;display: block;}
.result-list li .info{min-height: 120px;padding-right: 200px;}
.result-list li .info .tit{max-height: 52px;font-size: 18px;line-height: 26px;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: 0.3s;}
.result-list li .info .tit span{margin-right: 5px;color: #009adc;}
.result-list li .info .txt{max-height: 52px;margin-top: 15px;font-size: 16px;line-height: 26px;text-align: justify;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.result-list li .info .date{margin-top: 15px;line-height: 20px;color: #999;}
.result-list li .pic{position: absolute;right: 0;top: 0;width: 170px;overflow: hidden;}
.result-list li .pic em{display: block;padding-top: 70%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.5s;}
.result-list li .video-pic:before{content: "";z-index: 1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);}
.result-list li .video-pic:after{content: "";z-index: 1;position: absolute;left: 50%;top: 50%;width: 40px;height: 40px;background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik01MTIgMEMyMjkuMjQgMCAwIDIyOS4yNCAwIDUxMnMyMjkuMjQgNTEyIDUxMiA1MTIgNTEyLTIyOS4yNCA1MTItNTEyUzc5NC43NiAwIDUxMiAwem0wIDk3Mi44QzI1Ny41MDIgOTcyLjggNTEuMiA3NjYuNDk4IDUxLjIgNTEyUzI1Ny41MDIgNTEuMiA1MTIgNTEuMmMyNTQuNDgxIDAgNDYwLjggMjA2LjMwMiA0NjAuOCA0NjAuOFM3NjYuNDgxIDk3Mi44IDUxMiA5NzIuOHptMjE1Ljc0LTUwMC4xOUw0NDUuNzEzIDMxMy4zNjFjLTE0Ljk1LTguNDQ4LTMxLjk2Ni04LjUtNDYuOTg0LS4xNTQtMTUuMDAyIDguMzI5LTIzLjUzNSAyMi41OTctMjMuNTM1IDM5LjM1NnYzMTguNTE1YzAgMTYuNzQzIDguNTMzIDMxLjAxIDIzLjUzNSAzOS4zNzMgMTUuMDE4IDguMzI5IDMyLjAzNCA4LjI3OCA0Ni45ODQtLjE1M0w3MjcuNzQgNTUxLjAzYzE0Ljg0OC04LjM4IDIzLjI2Mi0yMi41NjIgMjMuMjYyLTM5LjIwMiAwLTE2LjY0LTguNDE0LTMwLjgyMi0yMy4yNjItMzkuMjE5eiIvPjwvc3ZnPg==');background-size: 100% 100%;transform: translate(-50%,-50%);filter: brightness(0) invert(1);}
.result-list li.no-pic .info{padding-right: 0;}
.result-list li:hover .info .tit{color: #009adc;}
.result-list li:hover .pic em{transform: scale(1.05);}

/*搜索结果为空时的提示*/
.empty-tips{padding: 20px 0;font-size: 16px;}
.empty-tips .tit1{line-height: 20px;font-weight: bold;}
.empty-tips .tit1 span{color: #d20808;}
.empty-tips .tit2{position: relative;padding-left: 25px;margin-top: 20px;line-height: 20px;}
.empty-tips .tit2 .icon{position: absolute;left: 0;top: 0;width: 20px;height: 20px;}
.empty-tips .list{margin-top: 20px;}
.empty-tips .list li{position: relative;padding-left: 20px;margin-bottom: 15px;font-size: 15px;line-height: 20px;color: #666;}
.empty-tips .list li:before{content: "";position: absolute;left: 5px;top: 7px;width: 6px;height: 6px;background-color: #999;border-radius: 50%;}
.empty-tips .list li a{color: #009adc;}

/*footer*/
.footer{}
.footer .top{padding: 60px 0;background-color: #f5f5f5;}
.footer .bot{padding: 30px 0;background-color: #222;}
.footer .row{position: relative;padding: 20px 0;background-color: #57a3d9;}
.footer .row:after{content: "";position: absolute;left: 25%;top: 0;width: 550px;height: 94px;background: url(../images/footer_line_element.png) center no-repeat;background-size: 100% 100%；}
/*底部导航*/
.bottom-nav-wrap{}
.bottom-nav-wrap .nav-1st{overflow: hidden;}
.bottom-nav-wrap .nav-1st > li{position: relative;float: left;min-height: 310px;padding: 0 50px;border-left: 1px solid #ddd;}
.bottom-nav-wrap .nav-1st > li:first-child{padding-left: 0;border-left: 0;}
.bottom-nav-wrap .nav-1st > li:last-child{padding-right: 0;}
.bottom-nav-wrap .nav-1st > li > a{display: block;margin-bottom: 10px;font-size: 20px;line-height: 30px;font-weight: bold;}
.bottom-nav-wrap .nav-1st > li > a:hover{color: #009adc;}
.bottom-nav-wrap .nav-2nd{}
.bottom-nav-wrap .nav-2nd > li{}
.bottom-nav-wrap .nav-2nd > li > a{display: block;font-size: 15px;line-height: 30px;color: #555;}
.bottom-nav-wrap .nav-2nd > li > a:hover{color: #009adc;}
/*版权*/
.footer .cr{float: left;max-width: 50%;line-height: 20px;color: #ccc;}
.footer .cr p{margin-bottom: 20px;}
.footer .cr a{color: #ccc;}
.footer .cr .icon{vertical-align: middle;margin: -4px 4px 0 0;}
.footer .cr a:hover{color: #009adc;}
/*其他链接*/
.footer .other-links{float: left;margin: 5px 0 0 40px;font-size: 0;}
.footer .other-links a{display: inline-block;padding: 0 10px;border-left: 1px solid #ccc;font-size: 14px;line-height: 10px;color: #ccc;}
.footer .other-links a:first-child{padding-left: 0;border-left: 0;}
.footer .other-links a:hover{color: #009adc;}
.footer .row .other-links{position: absolute;right: 120px;top: 50%;height: 20px;margin: 0;transform: translateY(-50%);}
.footer .row .other-links a{position: relative;padding: 0;line-height: 20px;color: #fff;}
.footer .row .other-links a:after{content: "";position: absolute;left: 0;bottom: -2px;width: 100%;height: 1px;background-color: #fff;transform: scaleX(0);transition: 0.3s;}
.footer .row .other-links a:hover:after{transform: scaleX(1);}
/*友情链接*/
.footer .friend-links{position: absolute;right: 0;top: 0;width: 250px;}
.footer .friend-links .name{height: 40px;border: 0;border-radius: 20px;line-height: 40px;color: #666;}
.footer .friend-links .list{bottom: 40px;border-bottom: 1px solid #eee;}
.footer .friend-links .list li a{border-top: 0;border-color: #eee;color: #666;}
.footer .friend-links .list li a:hover{background-color: #eee;color: #009adc;}
/*底部logo*/
.footer .bottom-logo{float: left;}
.footer .bottom-logo img{display: block;width: 140px;}
/*分享区*/
.footer .share-wrap{position: absolute;right: 0;top: 50%;font-size: 0;transform: translateY(-50%);}
.footer .share-wrap:before{content: "关注我们";position: absolute;left: -3.5em;top: 50%;transform: translateY(-50%);font-size: 14px;line-height: 20px;color: #fff;}
.footer .share-wrap > .item{display: inline-block;margin-left: 20px;cursor: pointer;}
.footer .share-wrap > .item .icon{width: 24px;height: 24px;}
/*微信二维码*/
.footer .weixin-btn{position: relative;}
.footer .weixin-btn .hidden-wrap{position: absolute;left: 50%;bottom: 40px;transform: translateX(-50%) scale(0);transform-origin: bottom;transition: 0.3s;}
.footer .weixin-btn .hidden-wrap img{max-width: none;width: 100px;height: 100px;}
.footer .share-wrap:hover .weixin-btn .hidden-wrap{transform: translateX(-50%) scale(1);}

/*返回顶部*/
.back-top{display: none;z-index: 1;position: fixed;right: 0;bottom: 0;width: 50px;height: 50px;background-color: #ddd;border-radius: 4px;cursor: pointer;transition: 0.3s;}
.back-top .icon{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 40px;height: 40px;margin: auto;}
.back-top:hover{background-color: #009adc;}


/*中屏PC:<=1400px(针对1366*650)*/
@media screen and (max-width: 1400px){
	
}

/*小屏PC:>=1025px && <=1200px*/
@media screen and (max-width: 1200px){
	
}

/*pad横屏:1024px*/
@media screen and (max-width: 1024px){
	
}

/*phone:<=768px*/
@media screen and (max-width: 768px){
	/*搜索结果页*/
	.search-result-box{padding: 10px 0 20px;;margin-top: 70px!important;}
	.search-result-box > .con-l{float: none;width: 100%;}
	.search-result-box > .con-r{margin-left: 0;}
	.search-result-box > .con-r > .content{padding: 0 15px 20px;}

	/*分类菜单栏*/
	.classify-menu{padding: 10px 30px 2px;}
	.classify-menu .menu-1st > li{margin-bottom: 10px;}
	.classify-menu .menu-1st > li > a{display: inline-block;width: 50%;margin-bottom: 5px;font-size: 15px;line-height: 20px;font-weight: normal;}
	.classify-menu .menu-1st > li > a .icon{left: -20px;top: 3px;width: 14px;height: 14px;}
	.classify-menu .menu-2nd{display: none;}
	.classify-menu select{display: inline-block;width: 45%;height: 20px;padding: 0 10px;border: 1px solid #009adc;outline: none;appearance: none;-webkit-appearance: none;text-align: center;text-align-last: center;}

	/*搜索栏*/
	.search-result-box .search-wrap{padding: 0;margin: 10px 0;}
	.search-result-box .search-wrap .input-text{height: 30px;padding: 0 80px 0 20px;}
	.search-result-box .search-wrap .sub-btn{right: 0;top: 0;height: 30px;background-size: 18px 18px;}

	/*提示栏*/
	.tips-wrap{margin: 10px 0;font-size: 14px;}
	.tips-wrap .switch a{font-size: 14px;}

	/*搜索结果列表*/
	.result-list li{padding: 15px 0;}
	.result-list li .info{min-height: 100px;padding-right: 130px;}
	.result-list li .info .tit{max-height: 40px;font-size: 15px;line-height: 20px;}
	.result-list li .info .txt{max-height: 40px;margin-top: 5px;font-size: 13px;line-height: 20px;}
	.result-list li .info .date{margin-top: 2px;font-size: 13px;}
	.result-list li .pic{width: 120px;}
	.result-list li .pic em{padding-top: 70%;}

	/*搜索结果为空时的提示*/
	.empty-tips{font-size: 15px;}
	.empty-tips .tit2{margin-top: 15px;}
	.empty-tips .list{margin-top: 15px;}
	.empty-tips .list li{margin-bottom: 10px;font-size: 14px;}

	/*footer*/
	.footer .top{display: none;}
	.footer .bot{padding: 20px 0 30px;text-align: center;}
	.footer .row{padding: 10px 0;overflow: hidden;}
	.footer .row:after{left: 16%;transform: scale(.5);transform-origin: left top;}
	/*版权*/
	.footer .cr{float: none;max-width: none;}
	.footer .cr p{margin-bottom: 5px;}
	.footer .cr .icon{width: 16px;height: 16px;}
	/*其他链接*/
	.footer .other-links{float: none;margin: 0;position: static;}
	.footer .row .other-links{right: 0;}
	/*底部logo*/
	.footer .bottom-logo img{width: 60px;}
	/*分享区*/
	.footer .share-wrap{display: none;}
	/*微信二维码*/
	.weixin-btn{display: none;}
	/*友情链接*/
	.footer .friend-links{position: relative;margin: 20px auto 0;}
	.footer .friend-links .name{text-align: left;}

	/*返回顶部*/
	.back-top{display: none!important;}
}