@charset "utf-8";
/* 
	Create Time : 2015/4/15
*/

	@charset "utf-8";
	
	/*CSS Include...*/
	@import "amazeui.css"; 	/* 框架样式库 */
	@import "public.css";		/* 自定义样式 */


	@media screen and (min-aspect-ratio: 13/9) { #orientLayer { display: block; } }
	.mod-orient-layer { display: none; position: fixed; height: 100%; width: 100%; left: 0; top: 0; right: 0; bottom: 0; background: #000; z-index: 9997 }
	.mod-orient-layer__content { position: absolute; width: 100%; top: 45%; margin-top: -75px; text-align: center }
	.mod-orient-layer__icon-orient {background-image: url('../Images/62fccef5b37747df90630cbc8168761e.gif');display: inline-block; width: 67px; height: 109px; transform: rotate(90deg); -webkit-transform: rotate(90deg); -webkit-animation: rotation infinite 1.5s ease-in-out; animation: rotation infinite 1.5s ease-in-out; -webkit-background-size: 67px; background-size: 67px }
	.mod-orient-layer__desc { margin-top: 20px; font-size: 15px; color: #fff }
	.mod-orient-layer__desc span { display: inline-block; padding: 5px; border: 1px dashed #eee;}
	@-webkit-keyframes rotation {
		10% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
		50%, 60% { transform: rotate(0deg); -webkit-transform: rotate(0deg) }
		90% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
		100% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
	}
	@keyframes rotation {
		10% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
		50%, 60% { transform: rotate(0deg); -webkit-transform: rotate(0deg) }
		90% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
		100% { transform: rotate(90deg); -webkit-transform: rotate(90deg) }
	}


	/*Loading Style*/

	#loading {
		width: 100%;
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: #ededed;
		z-index: 99999;
	}
	.loader--glisteningWindow {
		width: 0.25em;
		height: 0.25em;
		position: fixed;
		left: 50%;
		top: 50%;
		margin-left: -0.125em;
		margin-right: -0.125em;
		box-shadow: 0.70711em 0.70711em 0 0em #2ecc71, -0.70711em 0.70711em 0 0.17678em #9b59b6, -0.70711em -0.70711em 0 0.25em #3498db, 0.70711em -0.70711em 0 0.17678em #f1c40f;
		animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
		-webkit-animation: gw 1s ease-in-out infinite, rot 2.8s linear infinite;
	}
	@keyframes rot {
		to {
			transform: rotate(360deg);
		}
	}
	@-webkit-keyframes rot {
		to {
			-webkit-transform: rotate(360deg);
		}
	}
	@keyframes gw {
		0% {
			box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
		25% {
			box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.5em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.125em #f1c40f;
		}
		50% {
			box-shadow: 0.70711em 0.70711em 0 0.5em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.125em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
		75% {
			box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.125em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.5em #f1c40f;
		}
		100% {
			box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
	}
	@-webkit-keyframes gw {
		0% {
			box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
		25% {
			box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.5em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.125em #f1c40f;
		}
		50% {
			box-shadow: 0.70711em 0.70711em 0 0.5em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.125em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
		75% {
			box-shadow: 0.70711em 0.70711em 0 0.39017em #2ecc71, -0.70711em 0.70711em 0 0.125em #9b59b6, -0.70711em -0.70711em 0 0.39017em #3498db, 0.70711em -0.70711em 0 0.5em #f1c40f;
		}
		100% {
			box-shadow: 0.70711em 0.70711em 0 0.125em #2ecc71, -0.70711em 0.70711em 0 0.39017em #9b59b6, -0.70711em -0.70711em 0 0.5em #3498db, 0.70711em -0.70711em 0 0.39017em #f1c40f;
		}
	}
	
/* 关于我们列表 */
.jiudian_auto {
    overflow: hidden;
}
.jiudian_auto ul {
    width: 100%;
}
.jiudian_auto li {
    font-size: 0;
	width: 100%;
    _height: 370px;
    float: left;
	margin: 5px 0 0 0;
	border: solid 1px #ccc;
}
.jiudian_auto p {
    font-size: 10px;
    color: #9b9b9b;
	margin: 0 0 0 0;
	_padding-top: 5px;
    line-height: 24px;
   
}
.jiudian_auto p span {
margin-top: 0px;
line-height: 22px;
}
.jiudian_auto p em {
    display: block;
    font-size: 18px;
    color: #BD8C52;
    _font-weight: bold;
	font-style: normal;
}
.jiudian_auto p i {
    width: 12px;
    height: 12px;
    display: block;
    margin-top: 10px;
}
.jiudian_auto p img{margin-right: 0px;}
.about1_left{float: left;width: 33.333%;}
.about1_right{float: right;width: 66.666%;}
.about2_left{float: left;width: 66.666%;}
.about2_right{float: right;width: 33.333%;}

.about1 {background-image: url(../Images/about_1.jpg);background-repeat: no-repeat;width: 33.333%;height:130px;}
.about1 .about-icon { padding-top: 25px; text-align: center;}
.about1 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-left: 0px;}
.about1 p a 	{   color: #fff;}
.about2 { background-image: url(../Images/about_2.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about2 .about-icon { padding-top: 25px; text-align: center;}
.about2 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about2 p a{   color: #fff;}
.about3 { background-image: url(../Images/about_3.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about3 .about-icon { padding-top: 25px; text-align: center;}
.about3 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about3 p a{   color: #fff;}
.about4 { background-image: url(../Images/about_4.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about4 .about-icon { padding-top: 25px; text-align: center;}
.about4 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about4 p a{   color: #fff;}
.about5 { background-image: url(../Images/about_5.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about5 .about-icon { padding-top: 25px; text-align: center;}
.about5 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about5 p a{   color: #fff;}
.about6 { background-image: url(../Images/about_6.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about6 .about-icon { padding-top: 25px; text-align: center;}
.about6 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about6 p a{   color: #fff;}
.about7 { background-image: url(../Images/about_7.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about7 .about-icon { padding-top: 25px; text-align: center;}
.about7 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about7 p a{   color: #fff;}
.about8 { background-image: url(../Images/about_8.jpg);background-repeat: no-repeat;width: 33.333%;height: 130px;}
.about8 .about-icon { padding-top: 25px; text-align: center;}
.about8 .about-lkjr { width: 33.333%;text-align: center;height: 35px;line-height: 30px; font-size: 14px;background-image: url(../Images/ajjj_bj.png);font-family: "Microsoft YaHei","icomoon",sans-serif;position: absolute;margin-top: 15px;margin-right: 0px;}
.about8 p a{   color: #fff;}
.main{width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;}
.kcjslist {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
	 margin: 0 auto;
}
.kcjslist p{ padding:6px 10px 0 10px; margin: 0 auto;width: 100%;color:#ff6600;}
.kcjslist li {
    width: 43%;
    float: left;
    overflow: hidden;
	margin: 15px 10px; text-align:center;
}
.kcjslist li img {
    display: block;
	width: 100% !important;
    min-width: 100%;
    height: auto !important;
}
.kcjslist img{
    width: 100%!important;
	min-width: 100%;
    height: auto !important;
}
.xiangmu_auto {
    overflow: hidden;
	padding: 5px;
}
.auto {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.xiangmu_auto ul {
    width: 100%;
}
.xiangmu_auto li {
    font-size: 0;
    width: 100%;
    float: left;
    margin-right: 3px;
    margin-bottom: 5px;
    border: solid 3px #000;
	border-radius:10px;}
.left {
    float: left !important;
	width: 40%;
}
.right {
    float: right;
    width: 58%;
	padding-top: 10px;
    _padding-bottom: 10px;
}
.xiangmu_auto p {
    font-size: 12px;
    color: #9b9b9b;
    background: #FFFFFF;
}
.xiangmu_auto p em {
    font-style: inherit;
	float: right;
    color: #999;
	margin-right: 10px;
	font-style: normal;
	font-weight: 800;
    text-decoration: none;
}
.xiangmu_auto p span {
    margin-top: 0px;
	font-size: 12px;
    line-height: 12px;
}
.xiangmu_auto li img{padding: 0px; border-radius: 10px;}
table{
    width: 100%;
    background-color: rgb(102, 153, 0);
    border-spacing: 1px;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
table td{
    background-color: #fff;
    border-spacing: 1px;
	WORD-WRAP: break-word;
    min-width: 80%;
}
#shareit {
  -webkit-user-select: none;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  text-align: center;
  top: 0;
  left: 0;
  z-index: 105;
}
#shareit img {
  max-width: 100%;
}
.arrow {
  position: absolute;
  right: 10%;
  top: 5%;
}
#share-text {
  margin-top: 80%;}
.main_l{width: 100%; float:left;}
.sortbox {
    _background-color: #eee;
}
.sort_t {
    border-bottom: #ccc solid 1px;
        height: 58px;
    line-height: 53px;
    color: #fff;
    padding: 0px 15px;
    background: url(../Images/sort_tbg.gif) no-repeat center center;
    cursor: pointer;
    font-size: 18px;
	text-align: center;
}
.sort_t.open span {
    background: url(../Images/sortarr_d.gif) no-repeat center center;
}
.sort_t span {
    display: inline-block;
    float: right;
    width: 7px;
    height: 7px;
    background: url(../Images/sortarr_u.gif) no-repeat center center;
    margin: 15px 0px 0px 0px;
}
.sort_sbox {
    display: none;
    overflow: hidden;
	margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}
.sort_sbox a.curre {
    color: #cc191f;
}
.sort_sbox a {
    display: block;
   width: 49%;
       float: left;
    height: 28px;
    line-height: 25px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: url(../Images/sort_sboxbg.gif) no-repeat center center;
    margin: 10px auto 0px;
}
.news-list1 {
    margin: 15px auto;
    background: #fff;
    width: 96%;
    border-radius: 5px;
}
.n-list li:first-of-type {
    box-shadow: 0 0 0 0 rgba(255,255,255,0.8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.n-list li {
    display: block;
    margin: 0 auto;
    color: #222222;
    border-bottom: 1px solid #E6E0CD;
    font-weight: bold;
    text-decoration: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 0 0 rgba(255,255,255,0.8) inset;
    -moz-box-shadow: 0 1px 0 0 rgba(255,255,255,0.8) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.8) inset;
}
.n-list li a {
    padding: 10px 40px 9px 8px;
    display: block;
}
.n-list li .img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
    overflow: hidden;
    border-radius: 3px;
}
.n-list li h2 {
    font-size: 16px;
    color: #2f2f2f;
    font-weight: normal;
    height: 20px;
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    white-space: normal;
    overflow: hidden;
}
.news-list1 h2 {
    font-size: 16px;
    margin-top: 10px;
}
.n-list li p.onlyheight {
    height: 16px;
}
.n-list li p {
    display: block;
    font-size: 12px;
    color: #9C9C9C;
    line-height: 16px;
    font-weight: normal;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 2px;
}
.n-list li .icon {
    margin-top: -6px;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 14px;
    width: 14px;
    background: url(../Images/jiantou.png) no-repeat 0 0;
    background-size: 14px 14px;
}
.clr {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}




/*修改*/
.content{margin-top:.5rem;padding: 0 10px;box-sizing: border-box;}
.content1{padding: 0 10px;box-sizing: border-box;}
.tit p.titT{border-top: 2px solid #000000;text-align: center;margin: 0;}
.tit p.titT span{background-color: #000;padding:2px 15px;color: #fff;font-size:12px;}
.tit p.stit{font-size:20px;color: #0061b7;text-align: center;line-height: 30px;margin: 10px 0 5px;font-weight: 800;}
.tit p.stit2{font-size:14px;color: #030408;text-align: center;margin: 0 0 15px 0;}
.banner1{width: 100%;position: relative;}
.banner1 img{width: 100%;height: auto;height:210px;}
.banner2 img{height: 120px;}
.banner3 img{height: auto;}
.banner1 .info{position: absolute;bottom:3px;left: 0;width: 100%;}
.banner1 .info p{font-size: 12px;color: #000000;margin: 0;padding: 0 30px;text-align: center;width: 100%;}
.adtxt1{margin: 20px auto 0;padding: 0 10px;box-sizing: border-box;}
.adtxt1 .txt1{ font-size:12px; text-align: center;display: block;color: #fff;padding-top: 6px;
 background: url("../Images/5_bjf.jpg") ;
    background-size: cover;
    text-align: center;
    padding-bottom: 5px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
.subtn{width: 70%;margin:30px 15% 30px;height: 40px;line-height: 40px;background-color: #0061b7;text-align: center;}
.subtn a{font-size: 14px;color: #fff;display: block;width: 100%;height: 100%;}
.subtn2{width: 70%;margin:30px 15% 40px;height: 40px;line-height: 40px;background-color: #ff4e4e;text-align: center;}
.subtn2 a{font-size: 22px;color: #fff;display: block;width: 100%;height: 100%; font-weight:bold;}
.wordinfo{background-color: #282f35;margin: 10px 10px;padding: 5px 10px 20px;box-sizing: border-box;}
.wordinfo .tits{background: url("../picture/logo.png")  left center no-repeat;background-size:55px 52px;}
.wordinfo .tits h1,.wordinfo .tits p{font-size:20px;color: #fff;text-align: center;position: relative;font-weight: 600;margin:10px 0;} 
.wordinfo .tits h1:after{content: "";height: 6px;width: 50%;background-color: #f5f5f5;position: absolute;bottom:-10px;left: 50%;margin-left: -25%;}
.wordinfo .tits h1 span{padding-bottom: 5px;}
.wordinfo .detail{text-align: center;}
.wordinfo .detail strong{background-color: #eb5825;font-size: 32px;color: #fff;padding: 5px 15px 10px;}
.wordinfo .decontent{margin-top: 15px;}
.wordinfo .decontent .ptit{font-size: 14px;color: #d46b18;font-weight: 600;margin: 0;margin-bottom: 5px;font-family: "微软雅黑"}
.wordinfo .decontent .ptit2{margin-top:30px;}
.wordinfo .decontent .pdetail{padding: 0 25px;box-sizing: border-box;font-size: 12px;color: #a09f9d;margin: 0;}
.wordinfo .decontent .pdetail2{font-size: 14px;color: #fff;}
.wordinfo .lofo{text-align: right;margin-top: 30px;}
.wordinfo .lofo img{width: 150px;}
#slideBox{width: 100%;position: relative;overflow:hidden;z-index: 997;}
#slideBox .bd ul li a{display: block;vertical-align: top;}
#slideBox .bd img{width:100%;height:auto;vertical-align: top;}
#slideBox .hd{    width: 100%;
    position: absolute;
    bottom: 5px;
    text-align: center;
}
#slideBox .hd ul{text-align: center;z-index: 2;margin: 0;padding: 0;}
#slideBox .hd ul li{ margin: 0 3px;
    display: inline-block;
    width: 8px;
    height: 8px;font-size: 0;
    border-radius: 100%;
    background-color: #0156a1;box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#slideBox .hd ul li.on{background: #fff;}
.adtxt{margin: 0 auto 100px;padding: 0 10px;box-sizing: border-box;}
.adtxt .txt1{ font-size:12px; text-align: center;display: block;color: #fff;padding-top: 6px;
 background: url("../Images/5_bj.jpg") ;
    background-size: cover;
    text-align: center;
    padding-bottom: 5px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;}
.clear{ clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.top{text-align: center;}
.toplist{height:auto;width: 100%;background-color: #fff;position: relative;height: 50px;margin-bottom:50px;}
.toplist ul{height: 50px;position: absolute;top: 50%;margin-top: -35px;}
.toplist ul li{width:25%;text-align: center;float: left;height:auto;}
.toplist ul li a{text-align: center;width:100%;height:auto;color:#fff;font-size:.6rem;border-radius: 50%;display: inline-block;*display: inline;zoom:1;position: relative;overflow: hidden;}
.toplist ul li a img{width: 100%;height: auto;}
.toplist ul li a p{margin: 0;padding: 0;font-size:18px;font-weight: 600;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;position: absolute;left: 0;width: 100%;height: 40px;top: 50%;margin-top: -20px;line-height: 40px;background-color: #da462c;}
.toplist ul li.sec a p{font-size:16px;}
.banner{height:auto;width: 100%;padding: 0 10px;box-sizing: border-box;background-color: #fff;}
.banner .logobox{float: left;width:auto;text-align: center;}
.banner .logobox h1{background-color: #403630;color:#d8c6af;padding:0;
    margin: 0;width: auto;margin: 5px auto 2px;font-size:20px;padding: 3px 0;}
.banner .logobox h1 p{margin: 0 ;font-size:8px;padding: 0;font-weight: 500;
    margin-block-start:0em;
    margin-block-end:0em;}
.banner .logobox p{margin: 0 ;padding: 0;font-size: 10px;font-weight: 600;margin-block-start:0em;
    margin-block-end:0em;}
.banner .rightbox{float: right;width:145px;margin-top: 10px;}

.box2{background: #e0330b;padding:1.5rem;}
.box2 .h_tit{text-align:center;background: url("../Images/logo1.png") no-repeat 20% center;background-size:5.28rem 5.68rem;}
.box2 .h_tit .top{font-size:2rem;color: #fff;margin-bottom:0rem;}
.box2 .h_tit .site{color: #fff;margin: 0; }
.banner3 img{height: auto;}
.imgbox{position: relative;width: 100%;height: auto;}
.imgbox .info{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.imgbox .info .box{position: absolute;left:11%;top:49%;font-size: 11px;
    color: #666;width:80px; height:100px;line-height: 12px;}
.imgbox .info .rbox{position: absolute;right: 0;top:47%;text-align: center;left:45%;}
.imgbox .info .rbox .top{color: #000;font-size:16px;margin:0;}
.imgbox .info .rbox .site{margin:2px 5px 0;padding:5px 0;color: #fff;font-size:16px;background-color: #ff442a;border-radius: 5px;}
.imgbox .info .rbox .site span{font-weight: 600;padding: 0 5px;}

