*{
    box-sizing:border-box;
}
body{
    font:14px "microsoft yahei",Arial,Helvetica,sans-serif;
    background:#f7f7f7;
}
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,div,img,a{
    margin:0;
    padding:0;
    list-style:none;
}
a{
	text-decoration:none;
}

/* 设置滚动条轨道的颜色 */
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
 
/* 设置滚动条滑块的颜色 */
::-webkit-scrollbar-thumb {
    background-color: #ccc;
	border-radius: 6px;
}

/* 设置滚动条宽度 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}


.boxer {
    /* background: #fff url(../images/bg.png) no-repeat center; */
    background: #fff url(../images/bg7.jpg) no-repeat center;
    background: #fff url(../images/bg5.jpg) no-repeat center;
    background: #fff url(../images/bg4.jpg) no-repeat center;
    height: 100%;
    position: relative;
    overflow: hidden; 
    background-size: cover;
}
.con-box-center{
	position:fixed;
	left:50%;
	top:50%;
	margin-left:-700px;
	margin-top:-300px;
	z-index:98;
	width:1400px;
}
.box1 {
	width: 1200px;
	/* margin:80px auto 80px; */
	/* margin-left:200px; */
	margin:0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 13px 5px rgba(14,25,80,.2);
	border-radius: 10px;
	height:480px;
}
.middle1 {
	overflow: hidden;
	background:#f7f7f7;
}
.middle_left {
	float: left;
	width: 720px;
}
.middle_left img {
	width:720px;
	height:480px;
}
.middle_right {
	position:relative;
	width: 440px;
	float: right;
	background: #fff;
	margin-top:80px;
	margin-right:40px;
	width: 400px;
    height: 380px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,.12);
    border-radius: 8px;
}
.middle_right iframe{
	width:400px;
    height: 380px;
}

.con-box-top{
	width:100%;
	margin:0 auto;
	/* padding-top:20px;
	padding-bottom:20px; */
	width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.06);
    height:70px;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}
.con-box-top-inner{
	width:1400px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
}
.con-box-top-jiujiang{
	width:181px;
	height:24px;
	margin-left:0px;
	margin-top:22.5px;
}
.con-box-top-yidu{
	width:240px;
	height:50px;
}
.con-box-top-inner-left{
	
}
.con-box-top-inner-right{
	/* line-height:70px; */
}
.con-box-top-inner-right span{
	/* width:150px; */
	text-align:center;
	border-radius:35px;
	height:35px;
	line-height:35px;
	margin-top:19px;
	display:inline-block;
	margin-left:50px;
	/* background:#226ee0; */
	font-weight:600;
}
.con-box-top-inner-right span a{
	display:block;
	color:#000;
	width:100%;
	height:100%;
	font-size:15px;
}
.con-box-top-inner-right span a:hover{
	/* opacity: 0.8;
    transition: all 0.8s; */
    color:#226ee0;
}


.con-box-bottom{
	width:100%;
	background: #fff;
}
.middle_right-inner-title{
	font-size:22px;
	color:#333;
	font-weight:bolder;
	position:absolute;
	top: -55px;
   	left: 0;
   	width:400px;
   	text-align:center;
}



/*底部*/
.con-box-footer{
	position:fixed;
	left:0;
	bottom:0;
	z-index:99;
	width:100%;
}
.con-box-footer-top{
	border-top:2px solid #00b1a1;
	background: #292929;
}
.con-box-footer-top-inner{
	width:1400px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	padding-top:15px;
	padding-bottom:15px;
}
.con-box-footer-top-inner-yidu{
	
}
.con-box-footer-top-inner-yidu img{
	width:80px;
	margin-top:20px;
}
.con-box-footer-top-inner-left{
	margin-left:30px;
}
.con-box-footer-top-inner-left-nav{
	display:flex;
	justify-content: flex-start;
}
.con-box-footer-top-inner-left-nav-list{
	margin-right:30px;
	
}
.con-box-footer-top-inner-left-nav-list a{
	color: #cccccc;
}
.con-box-footer-top-inner-left-nav-list a:hover{
	color:#fff;
}
.con-box-footer-top-inner-left-info{
	margin-top:15px;
	line-height: 35px;
    text-align:left;
    color:#ccc;
    font-size:14px;
}
.con-box-footer-top-inner-right{
	flex:1;
	display:flex;
	justify-content: flex-end;
}
.con-box-footer-top-inner-right-list{
	margin-left:30px;
}
.con-box-footer-top-inner-right-list-qrcode{
	width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 5px;
    padding-top:3%;
}
.con-box-footer-top-inner-right-list-qrcode img{
	width: 94%;
    height: 94%;
    display:block;
    margin:0 auto;
}
.con-box-footer-top-inner-right-list-title{
	width:110px;
	height: 16px;
    line-height: 16px;
    text-align:center;
    overflow: hidden;
    font-size: 12px;
    color: #cccccc;
    margin-top: 15px;
}
.con-box-footer-bottom{
	width: 100%;
    height: 50px;
    background: #212121;
    line-height: 50px;
    text-align:center;
    color:#ccc;
    font-size:14px;
}
.con-box-footer-bottom a{
	color:#ccc;
}
.con-box-footer-bottom a:hover{
	color:#0b90f5;
}
.con-box-footer-bottom-number{
	width: 100%;
    height: 40px;
    background: #212121;
    line-height: 40px;
    text-align:center;
    color:#fff;
    font-size:25px;
}
.con-box-footer-bottom-number .numCX{
	letter-spacing: 10px;
}