*{
    margin: 0;
    padding: 0;
}
html,body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #323232;
}
a {
    text-decoration: none;
}
img{
    border:none;
    width: 100%;
    float: left;
}
li {
    list-style: none;
}
.pageHeader {
    /*overflow: hidden;*/
    width: 100%;
    min-width: 1200px;
}
.pageHeader .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #181818;
    color: #fff;
    font-size: 16px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.pageHeader .top p{
    float: right;
}
.pageHeader .top p i {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}
.pageHeader .top p span {
    margin-left: 10px;
}
.pageHeader .nav {
    /*overflow: hidden;*/
    height: 100px;
}
.pageHeader .nav .w1200 {
    overflow: initial;
}
.pageHeader .nav a.logo {
    display: inline-block;
    width: 180px;
    height: 56px;
    margin-top: 22px;
}
.pageHeader .nav ul {
    /*overflow: hidden;*/
    height: 100%;
    float: right;
}
.pageHeader .nav ul li {
    height: 100px;
    width: 130px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.pageHeader .nav ul li:hover .dropDown {
    display: block;
}

.pageHeader .nav ul li .dropDown {
    position: absolute;
    top: 100px;
    left: 0;
    width: 130px;
    line-height: 35px;
    background: #01A1F1;
    color: #fff;
    z-index: 10;
    display: none;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.pageHeader .nav ul li .dropDown p {
    margin-top: 0;
    color: #fff;
    border-bottom: 1px solid #666;
}
.pageHeader .nav ul li .dropDown a:last-child p {
    border-bottom: 0;
}
.pageHeader .nav ul li .dropDown a {
    display: block;
    height: auto;
    width: 100%;
}
.pageHeader .nav ul li p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 3px;
}
.pageHeader .nav ul li span {
    font-size: 12px;
    color: #969696;
}
.pageHeader .nav .navActive,
.pageHeader .nav li:hover,
.pageHeader .nav .navActive a,
.pageHeader .nav li:hover a {
    background-color: #0093DD;
    color: #fff;
}
.pageHeader .nav .navActive span,
.pageHeader .nav li:hover span {
    color: #c8c8c8;
}
.pageHeader .nav ul li a {
    color: #323232;
    display: block;
    width:  130px;
    height: 100px;
    overflow: hidden;
}
.pageHeader .nav ul li:hover:before {
    content: '';
    width: 80px;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -40px;
}

.pageFooter {
    width: 100%;
    /*height: 690px;*/
    color: #fff;
}

.title {
    text-align: center;
    margin-top: 60px;
}
.title .top span:nth-child(1){
    font-size: 24px;
}
.title .top span:nth-child(2){
    font-size: 20px;
    color: #000;
    margin-left: 10px;
}
.title .top span:nth-child(3){
    font-size: 20px;
    color: #0093DD;
    margin-left: 5px;
}
.title .line {
    width: 255px;
    height: 23px;
    margin: 15px auto;
    position: relative;
}
.title .line ins {
    display: block;
    width: 52px;
    height: 23px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.title .line:before {
    content: '';
    width: 255px;
    border-bottom: 1px solid #C9C9C9;
    position: absolute;
    top: 11px;
    left: 0;
}
.title .line:after {
    content: '';
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-color: #26DC7F;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -11.5px;
    z-index: 1000;
}
.title p{
    font-size: 16px;
    margin-bottom: 10px;
}
.title1 {
    text-align: center;
    margin: 50px auto;
    overflow: hidden;
}
.title1 div {
    display: inline-block;
}
.title1 span {
    font-size: 64px;
    color: #0093DD;
    float: left;
}
.title1 dl {
    float: left;
    text-align: left;
    margin-top: 18px;
    margin-left: 20px;
}
.title1 dl dt {
    font-size: 22px;
    font-family: "Microsoft YaHei Regular";
    font-weight: bold;
    margin-bottom: 5px;
}
.title1 dl dd {
    font-size: 16px;
    color: #969696;
}

.title2 {
    width: 100%;
    text-align: center;
    margin: 50px 0;
    position: relative;
}
.title2:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
    position: absolute;
    top: 15px;
    left: 0;
}
.title2 dl {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.title2 dl dt {
    font-size: 26px;
    color: #0093DD;
    font-family: "Microsoft YaHei Regular";
    margin-bottom: 5px;
}
.title2 dl dd {
    font-size: 16px;
    color: #969696;
}
.pageFooter .title .top span:nth-child(2) {
    color: #fff;
}
.pageFooter .title .line ins {
    background-color: #0A0A0A;
}
.pageFooter .itemBorder {
    overflow: hidden;
    padding: 30px 0 20px;
}
.pageFooter .itemBorder .item {
    float: left;
    width: 388px;
    height: 118px;
    border: 1px solid #fff;
    margin-right: 15px;
}
.pageFooter .itemBorder .item:last-child {
    margin-right: 0;
}
.pageFooter .itemBorder .item .left {
    display: inline-block;
    float: left;
    width: 52px;
    height: 52px;
    margin: 34px 20px;
}
.pageFooter .itemBorder .item .right {
    width: 288px;
    float: left;
    margin-top: 21px;
}
.pageFooter .itemBorder .item:first-child .right{
    margin-top: 10px;
}
.pageFooter .itemBorder .item .right h3 {
    font-size: 18px;
    font-family: "Microsoft YaHei Regular";
    margin: 15px 0 5px;
}
.pageFooter .itemBorder .item .right p {
    margin-bottom: 5px;
    font-size: 12px;
}
.pageFooter .itemBorder .item .right p span {
    margin-right: 10px;
}
.pageFooter .itemBorder .item .right p span a {
    color: #fff;
}
.pageFooter .itemBorder .item .right p span a:hover {
    color: #0093DD;
}
.pageFooter .ewmBorder {
    width: 344px;
    height: 86px;
    margin: 100px auto 0;
    border: 3px solid #c8c8c8;
    position: relative;
    border-top: 0;
}
.pageFooter .ewmBorder:before {
    content: '';
    width: 105px;
    border-bottom: 3px solid #c8c8c8;
    position: absolute;
    left: 0;
    top: 0;
}
.pageFooter .ewmBorder:after {
    content: '';
    width: 105px;
    border-bottom: 3px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 0;
}
.pageFooter .ewmBorder .ewm {
    width: 140px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: -65px;
    left: 50%;
    margin-left: -70px;
}
.pageFooter .ewmBorder .ewm i {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 20px;
}
.pageFooter .ewmBorder p {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15px;
}
.pageFooter .copyright {
    width: 100%;
    height: 110px;
    background-color: rgba(0,0,0,.9);
    margin-top: 46px;
}
.pageFooter .copyright p {
    text-align: center;
    margin: 22px;
}
.pageFooter .copyright p span {
    margin-right: 20px;
    display: inline-block;
}
.pageFooter .copyright p a {
    color: #fff;
}
.pageFooter .copyright p a:hover {
    color: #0093DD;
}
.crumbs {
    color: #969696;
    margin-top: 40px;
}
.crumbs a {
    color: #969696;
}
.pagesNumber {
    overflow: hidden;
    text-align: center;
    clear: both;
    margin-top: 40px;
}
.pagesNumber ul {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
}
.pagesNumber ul li {
    float: left;
    margin-right: 10px;
    border: 1px solid #B2B2B2;
    border-radius: 2px;
    padding: 3px 5px;
    cursor: pointer;
    margin-bottom: 5px;
}
.pagesNumber ul a {
    color: #323232;
}
.pagesNumber ul li.numberActive {
    background-color: #0093DD !important;
    border-color: #0093DD !important;
    color: #fff !important;
}
.pagesNumber ul li:hover {
    background-color: #0093DD !important;
    border-color: #0093DD !important;
    color: #fff !important;
}
.menu{
	display: none;
}
.layer-pop{
	display: none;
}

@media screen and (max-width: 650px){
	img{
		float: none;
	}
	.w1200{
		width: auto;
	}
	.pageHeader{
		min-width: 0;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 999999;
		background: #FFF;
		border-bottom: 1px solid #E5E5E5
	}
	.pageHeader~div{
		padding-top: 51px;
	}
	.pageHeader .top{
		display: none;
	}
	.pageHeader .nav{
		height: auto;
	}
	.pageHeader .nav a.logo{
		margin: 0;
		width: 130px;
		height: auto;
		padding: 5px 10px;
	}
	.pageHeader .nav ul{
		display: none;
		position: fixed;
		right: 0px;
		top: 51px;
		z-index: 99999;
		background: rgba(0,0,0,0.7);
	}
	.pageHeader .nav ul li{
		height: auto;
		float: none;
		width: auto;
	}
	.pageHeader .nav li:hover:before{
		display: none;
	}
	.pageHeader .nav ul li p{
		margin: 0;
		font-size: 15px;
	} 
	.pageHeader .nav ul li .dropDown{
		display: none !important;
	}
	.pageHeader .nav ul li a{
		height: auto;
		padding: 10px;
		color: #FFF;
		font-size: 15px;
	}
	.pageHeader .nav .menu{
	   	 display: block;
	    position: absolute;
	    right: 10px;
	    top: 16px;
	    height: 13px;
	    width: 28px;
	    border-top: 3px solid #181818;
	    border-bottom: 3px solid #181818;
	}
	.pageHeader .nav .menu:after{
	    content: "";
	    height: 3px;
	    background: #181818;
	    display: block;
	    margin-top: 5px;
	}
	.layer-pop{
		position: fixed;
		left: 0;
		top: 50px;
		right: 0;
		bottom: 0;
		display:none;
		z-index:99998
	}
	.title2{
		margin: 24px 0;
	}
	.title2 dl dt{
		font-size: 24px;
	}
	.title1{
		margin: 10px auto;
	}
	.title1 span{
		font-size: 50px;
	}
	.title1 dl {
	    margin-top: 11px;
	    margin-left: 15px;
	}
	.title1 dl dt{
		font-size: 18px;
		margin: 0;
	}
	.title1 dl dd{
		font-size: 15px;
	}
	.crumbs{
		padding: 10px;
		margin: 0;
	}
	
	.pageFooter .title{
		margin-top: 15px;
	}
	.pageFooter .title .top span{
		font-size: 16px;
	}
	.pageFooter .title .top span:nth-child(1){
		font-size: 18px;
	}
	.pageFooter .title .line{
		margin: 10px auto;
	}
	.pageFooter .title .line ins{
		width: 35px;
	}
	.pageFooter .title .line:after{
	    width: 18px;
    	height: 18px;
    	top: 2px;
	}
	.pageFooter .title p{
		font-size: 13px;
		padding: 0 10px;
	}
	.pageFooter .itemBorder{
		padding: 10px;
		box-sizing: border-box;
		margin: 0;
	}
	
	.pageFooter .itemBorder .item{
		width: 100%;
		height: auto;
		margin:  0 0 10px 0;
		padding:22px 10px;
		box-sizing: border-box;
	}
	.pageFooter .itemBorder .item:first-child{
		padding: 0 10px 10px;
	}
	.pageFooter .itemBorder .item .left{
		margin: 0 15px 0 0;
		vertical-align: middle;
		float: none;
	}
	.pageFooter .itemBorder .item .right{
		width: 68%;
		width:calc(100% - 72px);
		width: -moz-calc(100% - 72px);
		width: -webkit-calc(100% - 72px);
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin: 0;
	}
	.pageFooter .itemBorder .item .right h3{
		font-size: 15px;
		margin: 0 0 5px;
	}
	.pageFooter .ewmBorder{
		width: auto;
		box-sizing: border-box;
		margin-left: 10px;
		margin-right: 10px;
	}
	.pageFooter .copyright{
		margin: 0;
		height: auto;
	}
	.pageFooter .copyright p{
		font-size: 12px;
		margin: 15px;
	}
}
