/*By-石-QQ-1174188215*/
/*----通用初始化----*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;/*overflow-x: hidden;*/}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
	/*间距*/
	.pt4{padding-top   : 4% !important;}
	.pb4{padding-bottom: 4% !important;}
	.pl4{padding-left  : 4% !important;}
	.pr4{padding-right : 4% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-size: 24px;color: #333;line-height: 2em;}
	.font16{font-size: 16px;color: #666;line-height: 2.2em;}
	.font14{font-size: 14px;color: #999;line-height: 1.8em;}
	/*编辑器*/
	.text{font-size: 18px;color: #666;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1700px){
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
		.text{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 1600px){
		.pt4{padding-top   : 3% !important;}
		.pb4{padding-bottom: 3% !important;}
		.pl4{padding-left  : 3% !important;}
		.pr4{padding-right : 3% !important;}
		.font24{font-size: 20px;}
		.font16{font-size: 14px;}
	}
	
/*********************************/
html{
	/*overflow-x: hidden;*/
	margin: 0 auto;
}
body{
	/*min-width: 1200px;*/
	margin: 0 auto;
/*	overflow-x: hidden;*/
}
.container {
  width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 750px) {
  .container {
    width: auto;
    margin-left:0;
    margin-right: 0;
  }
}
.header{
	padding: 0 4%;
	height: 180px;
	background: rgba(255,255,255,.6);
	width: 100%;
	overflow: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: relative;
	z-index: 10;
}
.header.fixheader{
/*	position: fixed;*/
	width: 100%;
	/*min-width: 1200px;*/
	top: 0;
	left: 0;
	background: rgba(255,255,255,.8);
}
.header .in{
	position: relative;
	padding-left: 40%;
	/*padding-right: 100px;*/
}
.header .logo{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.header .logo img{
	display: block;
	height: 65px;
	margin-top: 25px;
}
.header .right{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.header .right{
	width: 100px;
}
.header .right a{
	float: right;
	line-height: 115px;
}
.header .searchBox{
	position: absolute;
	height: 46px;
	right: 45px;
	top: 50%;
	margin-top: -20px;
}
.header .searchBox .s_btn{
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: block;
	background-image:url(../img/searchBtn.png);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	z-index: 2;
}
.header .searchBox .searchForm{
	width: 46px;
	right: 0;
	top: 0;
	height: 44px;
	padding-right: 44px;
	position: absolute;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 46px;
	overflow: hidden;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.header .searchBox .searchForm input{
	display: block;
	border: 0;
	width: 100%;
	height: 44px;
	padding: 0 10px;
	outline: 0;
	font-size: 16px;
	color: #333;
}
.header .searchBox.on .searchForm{
	width: 200px;
}
.pubnav li{
	float: left;
	width: 12%;
	text-align: center;
	padding: 0 15px;
}
.pubnav li span{
	display: block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 2em;
	opacity: 0;
	visibility: visible;
}
.pubnav li a{
	display: block;
	font-size: 16px;
	color: #333333;
	width: 101px;
	height: 107px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
	background: url(../images/a1.png) no-repeat;
	background-size:100% 100%;
	background-position:center -107px;
	transition: background-position .5s ease;
	-webkit-transition: background-position .5s ease;
}
.pubnav li.on a,.pubnav li a:hover{
	background-position:center center;
	color: #fff;
}
.pubnav li.on a span,.pubnav li a:hover span{
	opacity: 1;
}
.header.scroll{
	position: fixed;
height: 160px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}
.header.scroll .right a{
	line-height: 90px;
}
.header.scroll .pubnav li a{
	width: 80px;
	height: 86px;
	font-size: 16px;
	padding-top: 10px;
}
.header.scroll .logo img{
	margin-top: 15px;
}
@media only screen and (max-width:1600px ) {
	/*.pubnav li a{
		font-size: 18px;
	}*/
	.header{
		padding: 0 3%;
	}
	.header .logo img{
		height: 60px;
	}
.indexOne .left img{ width:100%}
	.pubtitle h2{ line-height:2em !important;  font-size: 1.4em !important; margin-bottom:0 !important;}
	.pubtitle{ margin-bottom:0 !important;}
	.indexOne .text{    margin-bottom: 3% !important;}
}
@media only screen and (max-width:1400px ) {
	.header{
		padding: 0 2%;
	}
	.header .logo img{
		height: 50px;
	}
	.header .in{
		padding-left: 390px;
	}
	.indexOne .left img{ width:100%}
	.pubtitle h2{ line-height:2em !important;  font-size: 1.4em !important; margin-bottom:0 !important;}
	.pubtitle{ margin-bottom:0 !important;}
	.indexOne .text{    margin-bottom: 3% !important;}
}
.pubtitle{
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}
.pubtitle h2{
	font-weight:bold;
	font-size: 1.6em;
	color: #333;
	line-height: 2.4em;
	margin-bottom: .5em;
	position: relative;
}
.pubtitle h2:before{
	width: 1em;
	height: 3px;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -.5em;
	bottom: 0;
	background: #981208;
}
.pubtitle p{
	font-size: 20px;
	color: #c8c8c8;
	line-height: 1.6em;
	text-transform: uppercase;
}
.moreBtn{
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #a21d13;
	border-radius: 2px;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.moreBtn:hover{
	padding-left: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}

@media only screen and (max-width:1700px ) {
	.pubtitle{
		font-size: 18px;
	}
}
.footer .top{
	padding-top: 3%;
	padding-bottom: 2%;
	background: #373737;
}
.footer .top .in .ewm{
	padding: 0 90px;
	width: 336px;
	vertical-align: middle;
}
.footer .top .in img{
	display: block;
	width: 100%;
}
.footer .top .in p{
	text-align: center;
	color: #333;
	font-size:16px;
	line-height: 2em;
	background: #fff;
}
.footer .top .in{
	display: table;
	table-layout: fixed;
}
.footer .top .rightnav{
	display: table-cell;
	vertical-align: middle;
}
.footer .links dd,.footer .links dt{
	float: left;
	margin-right: 40px;
	line-height: 32px;
	margin-bottom: 10px;
}
.footer .links{
	margin-bottom: 30px;
}
.footer .links dt{
	width: 100px;
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	font-size: 16px;
	color: #ffffff;
	background: url(../img/a4.png) no-repeat center;
}
.footer .links dd a{
	color: #f8f8f8;
	font-size: 14px;
}
.footer .links dd a:hover{
	color: #EEEEEE;
}
.footer .rightnav{
	width: 100%;
}
.footer .nav>ul>li{
	float: left;
	margin-right: 6%;
}
.footer .nav>ul>li:last-child{
	margin-right: 0;
}
.footer .nav>ul>li>a{
	display: block;
	font-size: 16px;
	margin-bottom: .8em; font-weight: bold;
}
.footer .nav a{
	color: #f8f8f8;
}
.footer .nav .list{
	margin-right: 20px;
}
.footer .nav a:hover{color: #fff;}
.footer .nav .list li{
	font-size: 12px;
	line-height: 2em;
	margin-bottom: .8em;
}
/*.footer .nav>ul>li:nth-child(2){
	width: 17%;
}
.footer .nav>ul>li:nth-child(3){
	width: 24%;
}*/
.footer .bottom{
	padding: 0 8%;
	height: 36px;
	line-height: 36px;
	color: #666666;
	background: #2e2e2e;
	font-size: 12px;
}
.footer .bottom a{
	color: #666;
}
.footer .bottom a:hover{color: #fff;}
.footer .bottom .left{float: left;}
.footer .bottom .right{float: right;}
@media only screen and (max-width:1700px ) {
	.footer .top .in .ewm{
		padding: 0 60px 0 20px;
		width: 230px;
		vertical-align: middle;
	}
}

.backTop{
	width: 60px;
	height: 60px;
	text-align: center;
	padding-top: 6px;
	background: rgba(255,255,255,.3);
	bottom: 5%;
	right: 0;
	position: fixed;
	display: none;
}
.rmtjBox2.fixedbox{
	position: fixed;
}

@media only screen and (max-width:960px ) {
   .indexOne .inner{ width:100%;padding-right:0 !important;} 
   .indexOne .right{ left:0; width:100% !important;}
   .indexOne .left{ height:500px;padding-right: 0; }
   .indexFour li{ width:50% !important;}
   .indexTwo li{ width:48% !important;}
   .indexTwo li img{ height:35px !important;}
   .indexTwo li h2{ font-size:16px !important;}
   .indexTwo li p{ font-size:14px !important;}
   .shzr .box4 li .date{ width:100% !important;}
   .shzr .box3 .inner li{ width:100% !important;}
   .hxCase{ width:100% !important;}
   .hxCase .box .inner1 li{ width:50% !important;}
   .footer .top .in{ display: block;}
   /***/
   /* 棣栭〉澶撮儴 */

.index_header {
    width: 100%;
    height: 50px;
    background: #fff;
    padding: 0 0.32rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_header.active {
    -webkit-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
}

.index_header .logo img {
    display: block;
    width: auto;
    height:50px;
    padding: 10px; float: left;
}

.index_header .nav {
    display: block;
    float: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0.94rem;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0);
    transform: translate(-150%);
    -webkit-transform: translate(-150%);
    -moz-transform: translate(-150%);
    -ms-transform: translate(-150%);
    -o-transform: translate(-150%);
}

.index_header .nav.active {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
}

.index_header .nav ul {
    width: 50%;
    height: 100%;
    background: #fff;
    text-align: left;
    padding: 0.2rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 35px;
}

.zz {
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
}

.index_header .nav ul li {
    display: block;
    height: auto;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}

.index_header .nav ul li.on>a {
    background: #8c2317;
    color: #fff;
}

.index_header .nav ul li.on::before {
    background: none;
}

.index_header .nav ul li>a {
    padding: 0 36px 0 0.32rem;
}

.index_header .nav ul li>a span {
    left: 10px;
}

.index_header .nav ul li>dl {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0.4rem 0.32rem 0;
    font-size: 0.28rem;
    background: #f1f1f1;
    overflow: hidden;
    color: #333;
}

.index_header .nav ul li>dl dd {
    text-align: left;
    padding-left: 5px;
}

.nav-btn-box {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    float: right;
    margin-top: 10px;
}

.nav-btn {
    display: block;
    width: 100%;
    height: 2px;
    background: #8c2317;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.nav-btn::before {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #8c2317;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    -webkit-transform-origin: 0px center;
    transform-origin: 0px center;
}

.nav-btn::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: #8c2317;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: 0;
    -webkit-transform-origin: 0px center;
    transform-origin: 0px center;
}

.nav-btn, .nav-btn::before, .nav-btn::after {
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.nav-btn.active {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.nav-btn.active::before {
    width: 0.3rem;
    top: 0;
    transform: rotate3d(0, 0, 1, 40deg);
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    -moz-transform: rotate3d(0, 0, 1, 40deg);
    -ms-transform: rotate3d(0, 0, 1, 40deg);
    -o-transform: rotate3d(0, 0, 1, 40deg);
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.nav-btn.active::after {
    width: 0.3rem;
    top: 0;
    transform: rotate3d(0, 0, 1, -40deg);
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    -moz-transform: rotate3d(0, 0, 1, -40deg);
    -ms-transform: rotate3d(0, 0, 1, -40deg);
    -o-transform: rotate3d(0, 0, 1, -40deg);
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}
.language{
    font-size: 0.24rem;
    display: inline-block;
    padding: 0.2rem;
    border-radius: 50%;
    background: #f1f1f1;
    margin-top: 0.32rem;
    margin-left: calc(50% - 0.32rem);
}
.inBanner{ margin-top:50px;}
.neibanner{margin-top:50px; padding:0 !important}
.newsBox li{ width:100% !important;}
/*新闻**/
.dqjs .inner{padding-right:0  !important;}
.rmtjbox{position: inherit !important;}
/**文章*/
.news .inner{padding-right:0  !important;}
.rmtjBox2{position: inherit !important; width:100% !important;}

}
