@charset "UTF-8";
* {margin: 0;padding: 0;box-sizing: border-box; }
body { background-size: cover;font-size: 12px; background:#090c10;}
ul,li {list-style: none;}
a{text-decoration: none;}

.flex{display: flex;}
.container{margin: 20px auto; width: 1330px;}
input::-webkit-input-placeholder {color: #ccc;}
input::-moz-input-placeholder {color: #ccc;}
input::-ms-input-placeholder {color: #ccc;}


/* 顶部 */
.header_bg{background: #000;}
.header{display: flex; justify-content: center; align-items: center; margin: 0 auto; width: 1330px; }
.logo{margin-top: 10px; margin-right: 40px;}
.logo img{height: 80px;}
.nav {display: flex; justify-content: center; height: 40px; text-align: center; z-index: 4; font-size: 14px;}
.dropdown a {text-decoration: none;color: #ffe;display:inline-block; width: 110px; padding: 10px;}
.dropdown a:hover {color: #E59149;}
.dropdown-menu { opacity: 1; background: #333; transform-origin: top center;height: 0;overflow: hidden;}
.dropdown-menu a {padding: 10px 0;}
.dropdown:hover ul{animation: menu 0s ease-in-out forwards; animation-delay: 0s;}
@keyframes menu {from {opacity: 0;height: 0;}to {opacity: 1;height: auto;padding: 10px 0;}}
.search{display: flex;height: 40px; }
.search input{padding:10px; padding-left: 20px; border-radius: 40px 0 0 40px; border: 0;}
.btn{border-radius:0 40px 40px 0 !important; padding: 0 20px !important; color: #666;}

/* 底部 */
.footer{margin-top:20px; padding: 30px 0;  background: #000; color: #666;}
.footer a{color: #666;}
.footer ul{margin:6px 0;}
.footer img{width:120px; height: 120px; opacity:0.6;}
.footer img:hover{opacity:1;}
.footer_nav {display: flex; margin:16px 0;}
.footer_nav li{margin-right: 20px; font-size: 12px; line-height: 22px;}

/* 幻灯片 */
.caption-wraper {position: absolute;left: 50%; z-index: 4;}
.caption-wraper .caption {position: relative; left: -50%; background-color: rgba(0, 0, 0, 0.54); padding: 0.4em 1em; color: #fff; -webkit-border-radius: 1.2em; -moz-border-radius: 1.2em; -ms-border-radius: 1.2em; -o-border-radius: 1.2em; border-radius: 1.2em;}
.tc-gridbox{	margin: 0;}
@media (max-width: 767px) {
	.caption-wraper {left: 0; bottom: 0.4em;}
	.caption-wraper .caption {left: 0; padding: 0.2em 0.4em; font-size: 0.92em; webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0;}
}
.sy-pager{position: relative !important; top: -60px; z-index:3;}
.sy-pager li{width: 10px !important;height: 10px !important;margin:0 10px 0 0 !important;}



/* 内页 */
.left{flex: 3; padding: 20px 60px; min-height: 600px; background: #33333360; border-radius: 4px;}
.left_tit{margin: 20px 0; font-size: 24px;color: #ccc;  position: relative;display: flex; justify-content: center;text-align: center;position: relative;display: flex; justify-content: center;font-weight: bold;}
.left_tit h1{font-size: 24px;}
.left_tit span{color: #666;font-weight: 100; display: block;}
.left_tit::after{ content: " "; position: absolute; display: block; bottom: -12px; width: 150px; height: 2px; background: #E5914950;}
.left_infobox{text-align: center; color: #444;}
.left_infobox a{color: #555;}
.left_content{color: #ddd; line-height: 1.6; margin: 60px 0;}
.left_content p{margin: 10px 0;}
.left_content strong{color: #E59149;}
.left_content img{opacity:0.6;}
.left_content img:hover{opacity:1;}
.left_list{ padding: 20px; display: flex; border-radius: 4px; color: #666;background: #eeeeee05; margin: 10px 0;}
.left_list a{color: #ccc; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px;}
.left_list span a{font-size: 12px; color: #ffffff40; font-weight: 100;}
.left_list img{width: 200px; height: 150px; border-radius: 4px; margin-right: 10px; opacity: 0.5;}
.left_list:hover{background: #eee;}
.left_list:hover img{opacity:1;}
.left_list:hover a{color: #000000;}

.left_anli{display: flex; flex-wrap: wrap;}
.left_anli_list{ width: 280px; border-radius: 4px; color: #666;background: #eeeeee05; margin:8px;}
.left_anli_list a{color: #ccc; font-size: 16px; font-weight: bold; display: block; margin-bottom: 10px;}
.left_anli_list img{width: 280px; height: 210px; border-radius: 4px; margin-right: 10px; opacity: 0.5;}
.left_anli_list:hover{background: #eee;}
.left_anli_list:hover img{opacity:1;}
.left_anli_list:hover a{color: #000000;}

.contact-info div{margin: 10px 0;}

.right{flex: 1;margin-left: 20px; background: #33333360; border-radius: 4px;}

/* 热门文章 */
.hot{padding: 20px 20px 0;}
.hot_title{color: #fff; font-size: 14px; font-weight: bold;}
.hot_list{color: #fff;}
.hot_list a{color: #999;}
.hot_list li{margin: 14px 0; line-height: 20px; display: flex;}
.hot_list li i{margin-right:4px; background: #333; border-radius: 100%; display: inline-block;  color: #555; width: 20px; height: 20px; text-align: center; font-style: unset;}
.img-responsive{width: 40px; height: 40px; border-radius: 4px; margin-right: 4px;}

.left_nav{font-size: 14px;background: #333;}
.left_nav_item{padding: 14px;text-align: center; border-bottom: 1px solid #222;}
.left_nav_item a{color: #ccc; font-weight: bold;}



/* 首页 */
.custom{ padding: 120px 20px; margin: 0 auto; max-width: 1400px;  text-align: center; }
.custom_top{text-align: center;}
.custom_top_title{font-size: 28px;color: #ccc;margin-bottom: 40px;position: relative;display: flex; justify-content: center;}
.custom_top_title::after{ content: " "; position: absolute; display: block; bottom: 2px; width: 110px; height: 12px; background: #E5914950;}
.custom_top_title span{color: #fff;font-weight: bold;}
.custom_top_txt{color: #666;margin: 10px 0 80px 0;font-size: 14px; line-height: 1.8;position: relative; display: flex; justify-content: center;}
.custom_top_txt::before{ content: " "; position: relative; display: block; left:6px; top: -4px; width: 16px; height: 10px; border-top: 1px solid #E59149; border-left: 1px solid #E59149; }
.custom_top_txt::after{ content: " "; position: relative; bottom: -40px; left: -20px; display: block; width: 16px; height: 10px; border-right: 1px solid #E59149; border-bottom: 1px solid #E59149;}
.custom_content{display: flex;justify-content: space-between;}
.custom_content a{display: block;  width: 190px;}
.custom_content_item{margin: 0 10px;}
.custom_content_item img{transition: 0.3s all;-webkit-transition: 0.3s all;	position: relative;top: 0;opacity:0.9;}
.custom_content_item_tit{color: #ccc;font-size: 18px;	margin: 25px 0 10px 0;}
.custom_content_item_txt{transition: 0.3s all;	-webkit-transition: 0.3s all;	line-height: 2;	color: #818181;	}
.custom_content_item:hover img {top: 5px;	opacity:1;}
.custom_content_item:hover p {color: #FAFAFA;}

/* 首页热门 */
.index_hot{ padding:120px 0;}
.index_hot_title{font-size: 28px;color: #ccc;margin-bottom: 40px;position: relative;display: flex; justify-content: center;}
.index_hot_title span{color: #fff;font-weight: bold;}
.index_hot_title::after{ content: " "; position: absolute; display: block; bottom:-8px; width: 40%; height: 26px; background: #E5914910;}
.index_hot_txt1{color: #666;margin: 10px 0 80px 0;font-size: 14px; line-height: 1.8;position: relative; display: flex; justify-content: center;}
.index_hot_txt1::before{ content: " "; position: relative; display: block; left:6px; top: -4px; width: 16px; height: 10px; border-top: 1px solid #E59149; border-left: 1px solid #E59149; }
.index_hot_txt1::after{ content: " "; position: relative; bottom: -40px; left: -20px; display: block; width: 16px; height: 10px; border-right: 1px solid #E59149; border-bottom: 1px solid #E59149;}
.index_hot_list{color: #fff; display: flex;justify-content: center; flex-wrap: wrap;}
.index_hot_list a{margin:16px; width: 300px; line-height: 20px; background: #00000050; border-radius: 8px; color: #999;}
.index_hot_list a img{width: 300px; height: 225px; opacity: 0.5;border-radius: 8px 8px 0 0;}
.index_hot_tit{margin:10px 10px 0; height: 40px; font-size:14px; font-weight: bold; color: #fff;}
.index_hot_txt{margin:0 10px;}
.index_hot_data{margin:0 10px; margin-bottom: 30px;}
.index_hot_list a:hover{background: #fff; color: #333 !important;}
.index_hot_list a:hover img{opacity: 1;}
.index_hot_list a:hover .index_hot_tit{color: #000;}