/*自定义样式表*/

body {

    background-size: cover !important;

    background-attachment: fixed !important;

}

/*居中显示*/

.center-1200{ width:1200px; margin:0 auto}

@media (max-width: 1200px) {

.center-1200{ width:100%; margin:0 auto}

}



/*标题样式*/

.other-bt{ margin-top:200px}

.other-bt>ul{

	width: 430px;

    margin: auto;

}

.other-bt>ul>li:nth-child(1){}

.other-bt>ul>li:nth-child(2){}

.other-bt>ul>li:nth-child(1)>h1{    

	width: 54px;

    line-height: 1em;

    float: left;

    font-size: 30px;

    padding: 10px;

    border: 3px solid #056d1d;

    color: #05641d;

    border-radius: 10px;

    margin-right: 15px;

}

.other-bt>ul>li:nth-child(2)>img{

	width:auto;

}



.other-bt>ul>li:nth-child(2)>h5{

	font-size: 14px;

    font-weight: 400;

    color: #000;

    line-height: 35px;

}

.other-bt>ul>li:nth-child(2)>h5>a{

	color: #000;

}

@media (max-width: 1200px) {

	.other-bt>ul>li:nth-child(1){ width:100%}

	.other-bt>ul>li:nth-child(2){ width:100%}

	.other-bt>ul>li:nth-child(1)>h1{    

		font-size:20px;

		padding: 10px;

		width:60%;

		margin:0 20%;

		text-align: center;

	}

	.other-bt>ul>li:nth-child(2)>img{

		width:60%;

		margin:10px 20%; 

	}

	.other-bt>ul>li:nth-child(2)>h5{

		text-align:center

	}

	.other-bt{

		 margin-top:200px

		}

	.other-bt>ul{

		width:100%;

		margin: auto;

	}

	

}

/*二级导航样式*/

.other-nav{

    margin-top: 40px;

    margin-bottom: -35px;	

}

.other-nav>h4{ 

	text-align:center;

	padding: 66px 0 10px 0;

}

.other-nav>h4>a{ 

	display: inline-box;

	display: -webkit-inline-box;

	background:url(../images/other/other_nav_bg.png) bottom center no-repeat;

	padding: 66px 50px 10px 50px;

	font-size:14px;

	font-weight:400;

	color:rgba(255,255,255,1);

	transition: 0.2s;

}

.other-nav>h4>a:hover{  

	transition: 0.2s;transform:translate(0,-8px);

	background:url(../images/other/other_nav_bg2.png) bottom center no-repeat;

}

.other-nav>h4>.active{ 

	transition: 0.2s;transform:translate(0,-8px);

	background:url(../images/other/other_nav_bg2.png) bottom center no-repeat;

}





@media (max-width: 1200px) {

.other-nav>h4{ 

	text-align:center;

	padding: 10px 0 10px 0;

	margin-bottom:30px

}

.other-nav>h4>a{ 

	background:#900;

	padding:10px 0 10px 0;

	font-size:14px;

	font-weight:400;

	color:rgba(255,255,255,1);

	width:22%;

	display:inline-block;

	margin:5px 1%;

}	

.other-nav>h4>a:hover{  

	transition: 0.2s;transform:translate(0,0px);

	background:rgba(255,0,0,1);

}

.other-nav>h4>.active{ 

	transition: 0.2s;transform:translate(0,0px);

	background:rgba(255,0,0,1);

}	

}



/*分页样式*/

.other-page{ margin:20px auto}

.other-page>h4{

	background: rgba(255,255,255,0.8);

    padding:20px;

}

.other-page>h4>span{

    color: #000;

    font-size: 14px;

    line-height: 14px;

    font-weight: 600;

    padding: 10px 14px  10px 0px;

	display: inline-box;

    float: left;

}

.other-page>h4>a{

    color: #000;

    font-size: 14px;

    line-height: 14px;

    font-weight: 600;

    padding: 10px 14px;

    background: #e6e6e6;

	display: inline-box;

    display: -webkit-inline-box;

    float: right;

    margin-left: 5px;	

}

.other-page>h4>a:hover{

    color:rgba(255,255,255,1);

    background:rgba(51,51,51,1);

}

.other-page>h4>.active{

    color:rgba(255,255,255,1);

    background:rgba(51,51,51,1);

}

@media (max-width: 1200px) {

.other-page>h4>span{ width:100%; text-align:center}

.other-page>h4>a{ text-align:center;    width: 16%;

    margin: 10px 2%;

	display:block;}

}





/*页脚样式*/

footer { width:100%; margin-top:100px; text-align:center;background:url(../images/other/foot_bg.jpg) center center no-repeat;}

footer>p { display:inline-block; line-height:50px; }

footer>p>span{ display:inline-block; line-height:50px; }



@media (max-width: 1200px) {

footer>p>span{ display:none; }	
footer>p{ line-height:26px}	



}





















