html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;

}
fieldset, img{
	border:0;
}
input,select,textarea{
	outline:none;
}
textarea{
	resize:none;/*规定用户是否可以调整元素的大小,为none不可以，为both，用户可调整元素的高度和宽度*/
}
a{
	text-decoration:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}
div,li{
	box-sizing: border-box;
}
caption,
th {
	text-align:left;
}
/* 清除浮动*/
.clearfix{
	clear:both
}
.left{
	float: left;
}
.right{
	float: right;
}
.o_hidden{
	overflow:hidden;
    position:relative;
}
.disnone{
	display: none;
}
body,html{
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family:"微软雅黑";

}

a{
	color: #000;
	font-size: 14px;
}

/*头部*/

.head {
    width: 100%;
    background:#fff;
    position: fixed;
    height: 50px;
    z-index: 10;
    top: 0;
}
.head-c {
    width: 100%;
    position: relative;
height: 100%;
}
.head-txt
{
width:100%;
height: 100%;
position:relative;
}
.head-logo {
    position: relative;
    overflow: hidden;
    width: 200px;
    float: left;
    margin: 8px 6px;
}
.head-logo .head-img1 {
    width: 100px;
    height: auto;
    display: block;
    float: left;
}

.head-btn {
    width: 36px;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: right;
}
.head-btn-b
{
width:100%;
height:100%;
position:relative;
overflow: hidden;	
}
.head-btn-b:before, .head-btn-b:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #009ae0;
    transition: .3s;
}
.open .head-btn-b:before {
    top: 23px;
  transform: rotate(45deg);
}
.open .head-btn-b:after {
    bottom: 24px;
   transform: rotate(-45deg);
}
.open .head-btn-b p {

    display: none;
}
.head-btn-b:before {
    top: 16px;
    left: 7px;
}
.head-btn-b:after {
    bottom: 16px;
    left: 7px;
}
.head-btn-b p {
    width: 22px;
    height: 2px;
    background: #009ae0;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
}
.head-menu {
    width: 200px;
    background: #ececec;
    height: 100vh;
    position: absolute;

    top: 0;
    left: -100%;
    z-index: -1;

}
.head-menu ul {
    width: 100%;
  height:100%;
    position: relative;
  
    margin-top: 50px;
    border-top: 1px solid #cac9c9;
    padding-top: 10px;
}
.head-menu ul li
{
width:100%;
position:relative;

}
.head-menu ul li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    padding-left: 40px;
    transition: .3s;
    opacity: 0;
}
.head-menu ul li.view a
{
    padding-left: 0px;	
    opacity:1;
}
.head-menu ul li.cur a
{
    color:#009ae0;
}
.head-phone {
    width: 95%;
    position: absolute;
    overflow: hidden;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}	
.head-phone p
{
	color:#666666;
	font-size:14px;
}
.head-phone i
{
	color:#205db0;
	font-size:18px;
	font-weight:bold;
}
.h-search
{
    width:100%;
  
}
.hs-left {
    width: 80%;
    float: left;
    padding: 0px 5px;
    background: #fff;
    border:1px solid #009ae0; 
}
.hs-left img {
    width: 15px;
    height: auto;
    display: block;
    float: left;
    margin-top: 5px;
}
.hs-input {
    width: calc(100% - 15px);
    float: left;
    box-sizing: border-box;
    line-height: 25px;
    background:transparent;
    border:0;
    padding-left:5px;
}
.hs-input:-ms-input-placeholder{
    color: #e2e1e1;
}

.hs-input::-webkit-input-placeholder{
    color: #e2e1e1;
}
.hs-button {
    width: 20%;
    line-height: 27px;
    height: 27px;
    border: 0;
    background: #009ae0;
    color: #fff;
}
/*end*/
/*底部*/
.foot {
    width: 100%;
    background: #333333;
   
    padding-bottom:10px;
}
.foot-c
{
    width:100%;

}
.foot-txt {
    width: 100%;
padding:10px;
 padding-top:30px;   
}
.foot-wei
{
    width:80px;
    float:left;

}
.foot-wei img {
    width: 100%;
    height: auto;
    display: block;
}
.foot-wei p
{
    line-height:25px;
    color:#fff;
    font-size:12px;
    text-align:center;
}
.foot-right {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}
.foot-right p a 
{
font-size:12px;
color:#fff;
}
.foot-right p span
{
    display:block;
}
.foot-right p
{
    color:#fff;
    font-size:12px;
    line-height:20px;
}
.foot-left
{
    width:100%;
display:none;
}
.foot-left ul
{
    width:100%;   
}
.foot-left ul li
{
 width:33.3%;   
float:left;
position:relative;
overflow: hidden;
}

.fright-l {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 16px;
}
.fright-l img
{
    width:100%;
    height:100%;
    display:block;
}
.fright-txt {
    width: calc(100% - 80px);
    float: left;
    padding: 0px 10px;
}
.fright-txt .fr-p
{
    color:#fff;
}
.fright-txt .fr-p1
{
    font-weight:bold;
    color:#2f70ca;
    font-size:18px;
    margin-top:5px;
    margin-bottom:5px;
}
.fright-txt p {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
}
.foot-bei
{
    width:100%;
    padding:10px 5px;
    border-top: 1px solid #3d3d3d;
}
.foot-bei p
{
    color:#999999;
    text-align:center;
    font-size:12px;
  
}
.foot-bei p span
{
    display:block;
}
/*ned*/
.head-telphone
{
    display:none;
}


/*页码*/
.yema {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}
.yema ul
{
position:relative;
overflow: hidden;

}
.yema ul li {
    width: 40px;
    float: left;
    height: 35px;
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
}
.yema ul li a
{
    display:block;
     position:relative;
    overflow: hidden;
     line-height:35px;
    background:#dddddd;
    color:#fff;
    text-align:center;
}
.yema ul li p
{
    width:100%;
   line-height:35px;
   text-align:center;
}
.yema ul li.cur p
{
    color:#fff;
    background:#1887d9;

}
.yema ul li:first-child {
    width: 60px;
}
.yema ul li:last-child
{
  width: 60px; 
} 
/*end*/
@media(min-width:768px)
{
.foot-left {
    width: 50%;
    display: block;
    float: left;
} 
.foot-left ul li
{
    width:33.3%;
    float:left;
    position:relative;
    overflow: hidden;
}
.fleft-li
{
    width:100%;
     position:relative;
    overflow: hidden; 
}
.fleft-li .fleft-a a {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.foot-right {
    width: 50%;
    float: right;
    padding-top: 0;
    padding-left: 35px;
}
.foot-right p {
 
    text-align: right;
}
.foot-right p span
{
    display:inline-block;
}
.fleft-li p 
{
    line-height:25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fleft-li p a
{
    color:#999999;
    text-align:center;
    display:block;
}

.foot-txt {
    margin-top: 30px;
    padding-bottom: 30px;
}
.foot-bei p span {
    display: inline-block;
}
}

@media(min-width:992px)
{
  .head-logo .head-img1 {
    width: 100%;

} 
.head {
  
    height: 140px;
   
}
.head-logo {
    width: 160px;
    margin: 20px 20px;
    position: absolute;
    z-index: 11;
}
.head-btn {

    display: none;
}
.head-telphone .h-search {
    width: 330px;
 
}
.head-telphone {
    display: block;
    float: right;
    padding: 28px 30px;
}
.head-telphone img
{
    width:25px;
    height:25px;
}
.head-telphone  .hs-input {
    width: calc(100% - 25px);
  line-height: 35px;
   
}
.head-telphone .hs-button {
    line-height: 37px;
    height: 37px;
}
.htel-phone
{
    float:left;
}
.htel-phone p
{
    color:#666666;
    font-size:14px;

}
.htel-phone i {
    font-weight: bold;
    color: #205db0;
    font-size: 22px;
}
.head-txt {
    width: 100%;
    height: 90px;
    position: relative;
   
    overflow: visible;
}
.head-menu ul {
    margin-top: 0;
    padding-top: 0px;
   border:0; 
    overflow: hidden;
}
.head-menu {
    width: 100%;
    background: #009ae0;
    height: 50px;
    position: relative;
    top: 0;
    left: 0%;
    z-index: 1;
    overflow: hidden;
}
.head-phone {

    display: none;
}
.head-menu ul li a {
    padding-left: 0px;
    height: 100%;
    opacity: 1;
    color: #fff;
    line-height: 40px;
}
.head-menu ul li {
    width: 12.5%;
   height:100%;
    float: left;
    overflow: hidden;
    padding: 5px 10px;
}
.head-menu ul li.cur a
{
    color:#fff;

}
.head-menu ul li:hover a
{
    padding-left:10px;
}
.foot-c {
    width: 1024px;
    margin: 0 auto;
}

/*菜单头部特效*/
.head-menu ul li a:after, .head-menu ul li a:before {
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.head-menu ul li a:before {
    bottom: 0;
    right: 0;
    -webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}
.head-menu ul li a:after {
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.head-menu ul li a:after, .head-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
}

.head-menu ul li:hover a:after, .head-menu ul li:hover a:before {
    width: 100%;
    height: 100%;
}

.head-menu ul li:hover a:before {
    border-bottom-color: #fff;
    border-left-color:#fff;
    -webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}
.head-menu ul li:hover a:after {
    border-top-color: #fff;
    border-right-color: #fff;
    -webkit-transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
}
/*end*/
}

@media(min-width:1200px)
{
  .head-c {
    width: 1200px;
  margin: 0 auto;
} 
.head-menu ul {

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

    padding: 0;
    display: block;
    box-sizing: border-box;
 border:1px solid #009ae0;
    float: left;
}
.foot-right p {
  
    font-size: 14px;
    line-height: 30px;
}
.foot-wei p {
    line-height: 30px;
   
    font-size: 14px;

}
.foot-right p a {
    font-size: 14px;

}
}
@media(min-width:1660px)
{
    .foot-c {
    width: 1200px;
    margin: 0 auto;
}
.foot-right {
   
    padding-left: 100px;
}
.fright-l {
  width: 90px;
    height: 90px;
    margin-top: 6px;
}

.fright-txt .fr-p1 {
   
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fright-txt {
    width: calc(100% - 90px);
  
    padding: 0px 20px;
}
}