@charset "UTF-8";

/*
通用
*/
.titlen{
	position: relative;	
	background: url(../img/titlen_bg.png) no-repeat center;
}
.titlen p span{
	padding: 0 15px;
	background: #fff;
}


.in_blk{
	display: inline-block;
}
.in-blk {
	display: inline-block;
}

.disp-flex {
	/*width: 100%;*/
	display: flex !important;
	flex-flow: wrap;
}

.flex-between{
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.flex-align {
	align-items: center;
}

.flex-align-top {
	align-items: flex-start;
}

.flex {
	display: flex;
}

.flex-align-left {
	text-align: left;
}

.flex-column {
	flex-direction: column;
}

.img-100 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.img-max100 {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin: auto;
}


.en{
	text-transform: uppercase;
}
.font-18{
	font-size: 18px;
}
.c-666{
	color: #666;
}
.bgr-f9f9f9{
	background: #f9f9f9;
}
.bgr-e7e7e7{
	background: #e7e7e7;
}
.pd_zy_15{
	padding-left: 15px;
	padding-right: 15px;
}
.pd_b_1{
	padding-bottom: 1%;
}
.pd_b_2{
	padding-bottom: 2%;
}
.pd_b_25{
	padding-bottom: 2.5%;
}
.pd_b_3{
	padding-bottom: 3%;
}
.pd_b_35{
	padding-bottom: 3.5%;
}
.pd_b_4{
	padding-bottom: 4%;
}
.pd_b_45{
	padding-bottom: 4.5%;
}
.pd_b_5{
	padding-bottom: 5%;
}
.pd_b_55{
	padding-bottom: 5.5%;
}
.pd_b_6{
	padding-bottom: 6%;
}

.pd_t_1{
	padding-top: 1%;
}
.pd_t_15{
	padding-top: 1.5%;
}
.pd_t_2{
	padding-top: 2%;
}
.pd_t_25{
	padding-top: 2.5%;
}
.pd_t_3{
	padding-top: 3%;
}
.pd_t_35{
	padding-top: 3.5%;
}
.pd_t_4{
	padding-top: 4%;
}
.pd_t_45{
	padding-top: 4.5%;
}
.pd_t_5{
	padding-top: 5%;
}
.pd_t_55{
	padding-top: 5.5%;
}
.pd_t_6{
	padding-top: 6%;
}
.pd_t_65{
	padding-top: 6.5%;
}
.font-blod{
	font-weight: bold;
}
.c-a7a5a5{
	color: #a7a5a5;
}
.c-e60012{
	color: #e60012;
}
.c-333{
	color: #333;
}.c-666{
	color: #666;
}
.c-999{
	color: #999;
}
.c-fff{
	color: #fff;
}
.font-14{
	font-size: 14px;
}
.font-16{
	font-size: 16px;
}
.font-12{
	font-size: 12px;
}
/*通用end*/

#main{
    max-width: 640px;
    margin: 0 auto;
    padding-top: 60px;
}
#foot{
    max-width: 640px;
    margin: 0 auto;
}
#main{
    -webkit-transition: -webkit-transform 500ms;
    transition: transform 500ms;
}
#head{
    width: 100%;
    height: 60px;
    padding: 0;
    background: #fff;
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
}
#head .logo{
    display: flex;
    width: 80%;
    height: 100%;
    z-index: 999;
    padding-left: 15px;
    font-size: 0;
    align-items: center;

}
#head .logo {
	display: block;
	height: 100%;
	padding: 15px;
	padding: 5px 15px 0;
}
#head .logo img{
 /*   max-width: 100%;
    max-height: 60px;
    max-height: 100%;*/
    max-width: 100%;
    height: 50PX;
}
#head .i_h{
    position: absolute;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 99;
}
#head .i_h span{
    position: absolute;
    top: 19px;
    left: 8px;
    width: 25px;
    height: 2px;
    background:#1d2088;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#head .i_h span:after, #head .i_h span:before {
    content: '\20';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1d2088;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#head .i_h span:before{
    top: -7px;
}
#head .i_h span:after{
    bottom: -7px;
}
.body-nav #head .i_h span {
    background: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
.body-nav #head .i_h span:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0;
    top: 0;
    background: #1d2088;
}
.body-nav #head .i_h span:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0;
    bottom: 0;
    background: #1d2088;
}
#head .hide-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 176px;
    bottom: 0;
}
.body-nav #head .hide-nav{
    display: block;
}
.head_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: background-color 600ms;
    transition: background-color 600ms;
}
.body-nav #head .head_bg{

}
/*nav*/
.page-navigation{
    position:fixed;
    z-index:9999;
    width:100%;
    top:60px;
    overflow-y: auto;
    position: fixed;
    z-index: 999999;
    right: -176px;
    bottom: 0;
    width: 176px;
    -webkit-transition: right 650ms;
    transition: right 650ms;
    background:#1d2088;
}
.body-nav .page-navigation{
    right: 0;
    -webkit-transition: right 350ms;
    transition: right 350ms;
}
.nav_pad{
    padding: 6px 0;
}
.page-navigation a{
    height:40px;
    line-height:40px;
    padding: 0 15px;
    font-size:14px;
    color:#fff;
    display: block;
}
.page-navigation a:hover{
	background: #E60012;
}

.body-nav{
    height: 100%;
    overflow: hidden;
}
.body-nav #main, .body-nav #foot ,.body-nav .s_nav_cm {
    -webkit-transform: translate(-176px);
    transform: translate(-176px);
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
}

/*首页轮播*/
.slideBox {
    position: relative;
    margin:0 auto;
    width:100%;
    height:auto;
    overflow: hidden;
}
.slideBox .bd {
    position: relative;
    z-index: 0;
}
.slideBox .bd li {
    position: relative;
}
.slideBox .bd li img{
    width:100%;
    height:auto;
    display:block;
}
.slideBox .hd {
    position: absolute;
    width: 100%;
    bottom: 0.2rem;
    z-index: 99 !important;
    font-size:0;
}
.slideBox .hd ul{
    text-align:center;
    font-size: 0;
}
.slideBox .hd li {
    width:0.2rem;
    height:0.2rem;
    background:rgba(255,255,255,0.5);
    font-size: 0;
    display: inline-block;
    overflow: hidden;
    margin:0 0.15rem;
    border-radius:50%;
    cursor:pointer;
}
.slideBox .hd li.on {
    background:#fff;
    opacity: 1;
}
/*公共标题*/
.comm_top{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.comm_top .p1{
    font-size: 20px;
    color: #333333;
}
.comm_top .p1 span{
    display: inline-block;
    height: 100%;
    border-bottom: 1px solid #b8263b;
    position: relative;
    bottom: 1px;
}

/*分页*/
.quotes{
    padding: 3% 15px 6%;
    width: 100%;
}
.quotes ul{
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
}
.quotes ul li{
    margin-right: 6px;
    font-size: 12px;
    color: #333;
    background: #fff;
}
.quotes ul li a{
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 1px 10px;
}
.quotes .thisclass{
	background: #E60012;
	color: #fff;
	padding: 1px 10px;
}
.quotes .thisclass  a{
	 color: #fff;
}

/*footer*/
.foot_nav{
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.foot_nav ul{
    width: 100%;
    font-size: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.foot_nav ul li{
    width: 25%;
    height: 100%;
    display: block;
    padding: 5px 0;
}
.foot_nav ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    border-right: 1px solid #e7e7e7;
    font-size:12px ;
    color: #222;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.foot_nav ul li:last-child a{
    border-right: none;
}

.foot_nav ul li a img{
    margin-right: 3%;
    /*width: 0.31rem;*/
   width: auto;
    height: 0.3rem;
}
 
.foot_nav ul li a .lx{
    width: 0.23rem;
}



.copyright{
    width: 100%;
 	background: #f0f0f0;
 	padding: 25px 15px;
}
 

/*返回顶部*/
#topcontrol{
	width: 40px;
	height: 40px;
	display: block;
}
#topcontrol span img{
	display: block;
	width: 100%;
	height: 100%;
}
