* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
	color: inherit;
}

input{
	outline: none;
}
/*-----------导航栏-----------------开始----------------*/

nav {
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: url(/static/img/daohang.png) repeat-x;
}

nav>.center {
	width: 1200px;
	height: 50px;
	margin: auto;
	position: relative;
}


/*左侧导航*/

nav>.center>ul {
	height: 50px;
	display: inline-block;
	float: left;
}

nav>.center>ul>li {
	line-height: 50px;
	display: inline-block;
	padding: 0 12px 0 12px;
	font-size: 14px;
	color: #fff;
	float: left;
	cursor: pointer;
}

nav>.center>ul>li:hover {
	background-color: #385b98;
}
nav>.center>ul>.click{
	background-color: #385b98;
}
nav>.center>ul>.xiala {
	position: relative;
	border: none !important;
}

nav>.center>ul>.xiala:hover .arrow1 {
	float: right;
	margin-top: 23px;
	margin-left: 8px;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #fff;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}


/*箭头*/

.arrow1 {
	float: right;
	margin-top: 23px;
	margin-left: 8px;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #fff;
	border-bottom-width: 0;
	border-style: dashed;
	border-top-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}


/*右侧导航*/

nav>.center .right {
	float: right;
}

nav>.center .right span {
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 0 6px 0 6px;
	cursor: pointer;
	display: inline-block;
}

nav>.center .right span:hover {
	background-color: #385b98;
}

nav>.center .right img {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
}

m {
	color: #fff;
}


/*弹出地区框*/

nav>.center .xiala>.diqu {
	width: 486px;
	height: 160px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	line-height: 20px;
	display: none;
	z-index: 999999;
	box-shadow: 1px 1px 20px 0px #999;
    border: 1px solid #f0f0f0;
    padding: 12px 6px 6px 14px;
}

nav>.center .xiala>.diqu>span {
	padding: 6px 16px;
	font-size: 12px;
	color: #666;
	float: left;
	cursor: pointer;
	text-align: center;
}

nav>.center .xiala>.diqu>span:hover {
	/*background-color: #426ab3;*/
	color: #426ab3;
}

nav>.center>ul>.xiala:hover .diqu {
	display: block;
}

/*弹出行业框*/

nav>.center .xiala1>.hangye {
	width: 486px;
	height: 160px;
	background-color: #fff;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
	line-height: 20px;
	display: none;
	z-index: 999999;
	box-shadow: 1px 1px 20px 0px #999;
    border: 1px solid #f0f0f0;
}

nav>.center>ul>.xiala1:hover .hangye {
	display: block;
}

nav>.center>ul>.xiala1:hover .arrow1 {
	float: right;
	margin-top: 23px;
	margin-left: 8px;
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #fff;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
nav>.center .xiala1>.hangye .left{
	width: 70px;
	float: left;
	height: 100%;
	cursor: pointer;
	margin-left:-1px;	
}
nav>.center .xiala1>.hangye .left span{
	color: #333;
	text-align: center;
	display: block;
	font-size: 12px;
}
nav>.center .xiala1>.hangye .left .top{
	width: 69px;
	height: 79px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-color: #fff;
}	

nav>.center .xiala1>.hangye .left .top span{
	color: #426AB3;
}
nav>.center .xiala1>.hangye .left .bottom{
	width: 69px;
	height: 80px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
}

nav>.center .xiala1>.hangye .right{
	width: 400px;
	float: right;
	height: 100%;
	/*cursor: pointer;*/
	/*background-color: #f0f0f0;*/
	margin-right:-2px;
}

nav>.center .xiala1>.hangye .right>.top{
	width: 100%;
	height: 80px;
	padding-top: 10px;
	/*border-bottom: 1px solid #ddd;*/
}
nav>.center .xiala1>.hangye .right>.top>li{
	color: #333;
	font-size: 12px; 
	float: left;
	width: 66px;
	line-height:30px;
}
nav>.center .xiala1>.hangye li:hover{
	color: #426AB3 !important;
}
nav>.center .xiala1>.hangye .right>.bottom{
	width: 100%;
	height: 80px;
	padding-top: 10px;
}
nav>.center .xiala1>.hangye .right>.bottom>li{
	color: #333;
	font-size: 12px; 
	float: left;
	width: 66px;
	line-height:30px;
}
#hangye-2{
	display: none;
}

#hangye-2 li{
	line-height: 26px;
}



/*-----------导航栏-----------------结束----------------*/


/*-----------尾栏-----------------开始----------------*/

footer {
	width: 100%;
	height: 290px;
	background-color: #2c3642;
	margin-top: 30px;
}

footer>.center {
	width: 1200px;
	height: 290px;
	margin: auto;
}

footer>.center>.one {
	width: 980px;
	margin: auto;
	margin-bottom: 50px;
	height: 20px;
	font-size: 14px;
	color: #fff;
}

footer>.center>.one>ul>li {
	float: left;
	margin-right: 30px;
}

footer>.center>.one>.one-right {
	float: right;
}

footer>.center>.one>.one-right>a {
	text-decoration: underline;
}

footer>.center>p {
	text-align: center;
	margin-bottom: 14px;
	color: #fff;
	font-size: 14px;
}

footer>.center>.bottom {
	width: 672px;
	height: 50px;
	margin: auto;
	margin-top: 30px;
}


/*-----------尾栏-----------------结束----------------*/


/*-----------logo-----------------开始----------------*/

.public-logo {
	width: 1200px;
	height: 52px;
	margin: auto;
	margin-top: 33px;
	position: relative;
	/*overflow: hidden;*/
}

.public-logo>.input {
	width: 464px;
	height: 42px;
	background-color: #426ab3;
	position: absolute;
	top: 5px;
	right: 0;
	margin-left: -334px;
	border-radius: 5px;
	cursor: pointer;
}

.public-logo>.input>input {
	width: 398px;
	height: 42px;
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
	outline: none;
	border: 1px solid #b3b3b3;
}

.public-logo>.input>a {
	font-size: 14px;
	position: absolute;
	right: 85px;
	top: 12px;
	cursor: pointer;
}

.public-logo>.input>img {
	position: relative;
	top: 9px;
	left: 15px;
}


/*-----------logo-----------------结束----------------*/


/*-----------广告-----------------开始----------------*/

.public-advertisement {
	width: 1200px;
	height: 80px;
	margin: auto;
	margin-top: 20px;
	overflow: hidden;
}


/*-----------广告-----------------结束----------------*/


/*翻页*/

.tcdPageCode {
	padding: 15px 20px;
	text-align: left;
	color: #ccc;
	text-align: center;
}

.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

/*----------引入图片浏览--------开始-------*/


/* container1 */

.container1 {
	width: 100% !important;
	height: 599px !important;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.main1 {
	width: 1200px;
	height: 100%;
	left: 0;
	top: 0px;
	background-color: #fff;
	margin: auto;
	border: 1px solid #d6d6d6;
	border-top: none;
	border-bottom: none;
	position: relative;
}

.sider1 {
	position: absolute;
	width: 300px;
	height: calc(100% - 5px);
	overflow-x: hidden;
	overflow-y: auto;
	top: 5px;
	right: 0px;
	background-color: #fff;
}

.showImg1 {
	width: 100%;
	position: relative;
	height: 100% !important;
}

.showImg1>a {
	position: absolute;
	width: 70px;
	height: 100%;
	top: 0;
	background-color: #fff;
	transition: all 0.5s;
}

.showImg1>a:hover {
	background-color: #e6e6e6;
}

.showImg1>a:before {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 72px;
	background: url(/static/img/btn.png);
	left: calc(50% - 20px);
	top: calc(50% - 31px);
}

.showImg1 .showImg1_btnLeft {
	left: 0;
}

.showImg1 .showImg1_btnRight {
	right: 0;
}

.showImg1 .showImg1_btnLeft:before {
	background-position: 0 -87px;
}

.showImg1 .showImg1_btnLeft:hover:before {
	background-position: -46px -87px;
}

.showImg1 .showImg1_btnRight:before {
	background-position: 0 0;
}

.showImg1 .showImg1_btnRight:hover:before {
	background-position: -46px 0;
}

.showImg1 .imgBox1 {
	position: absolute;
	width: calc(100% - 144px);
	height: calc(100% - 80px);
	left: 72px;
	top: 20px;
	overflow: hidden;
}

.showImg1 .imgBox1 .img1 {
	position: absolute;
	display: block;
}

.chooseImg1_box {
	position: relative;

	width: 1200px;
	margin: auto;
}

.navList1 {
	height: 40px;
	line-height: 38px;
	border: 1px solid #e3e3e3;
	text-align: center;
	font-size: 14px;

	background-color: #fafafa;
}

.navList1>span>img {
	position: relative;
	top: 2px;
	left: 2px;
}

.navList1 span {
	margin-left: -3px;
}

.navList1 span,
.navList1 a {
	display: inline-block;
	color: #666;
	padding: 0 11px;
	cursor: pointer;
	position: relative;
}
.navList1 .shoujisaomiao{
	width: 200px;
	height: 200px;
	background-color: #f5f5f5;
	position: absolute;
	top: -200px;
	left: 611px;
	z-index: 999;
	border-radius: 5px;
	display: none;
}
.navList1 .shoujisaomiao>.img1-1{
	right: 3px;
	top: 3px;
	position: absolute;
	cursor: pointer;
}
.navList1 .shoujisaomiao>p{
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}
.navList1 .shoujisaomiao>.img2{
	margin-top: 20px;
}


.navList1 span:before {
	content: '|';
	display: block;
	position: absolute;
	left: -3px;
	color: #e3e3e3;
}

.navList1 span:hover:before {
	display: none;
}

.navList1 span:last-child:after {
	content: '|';
	display: block;
	position: absolute;
	right: 1px;
	color: #e3e3e3;
	top: 0;
}

.navList1 span:hover,
.navList1 a:hover {
	background-color: #e3e3e3;
}

.navList1 .btnImgScale,
.navList1 .btnImgScale:hover {
	cursor: default;
	background-color: #fafafa;
	padding: 0;

}

.navList1 a {
	padding: 0;
	width: 30px;
}

.boxLimit1 {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid #e3e3e3;
	left: 0px;
	border-top: none;
}

.boxLimit1 a {
	float: left;
	display: block;
	width: 25px;
	height: 70px;
	margin: 15px 2px 0;
	position: relative;
}

.boxLimit1 a:hover {
	background-color: #e6e6e6;
}

.boxLimit1 a.disable {
	background-color: #fff;
}

.boxLimit1 a:before {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 27px;
	left: calc(50% - 7px);
	top: calc(50% - 13px);
	/*
	background: url(/static/img/btn.png);
	*/
}

.boxLimit1 .chooseImg1_btnLeft:before,
.boxLimit1 .chooseImg1_btnLeft.disable:hover:before {
	background-position: -27px -174px;
}

.boxLimit1 .chooseImg1_btnLeft.disable:hover:before {
	cursor: default;
}

.boxLimit1 .chooseImg1_btnLeft:hover:before {
	background-position: -73px -174px;
}

.boxLimit1 .chooseImg1_btnRight:before,
.boxLimit1 .chooseImg1_btnRight.disable:hover:before {
	background-position: 0 -174px;
}

.boxLimit1 .chooseImg1_btnRight.disable:hover:before {
	cursor: default;
}

.boxLimit1 .chooseImg1_btnRight:hover:before {
	background-position: -46px -174px;
}

.imgListBox1 {
	position: relative;
	width: calc(100% - 120px);
	height: 90px;
	padding: 4px 0 6px;
	float: left;
	overflow: hidden;
	margin-left: 31px;
	margin-right: 31px;
}

.imgListBox1 .imgList1 {
	padding-top: 5px;
	position: absolute;
	left: 0;
	top: 0;
	transition: left 0.5s;
	float: left;
}

.imgListBox1 .imgList1 li {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #dfdfdf;
	margin-top: 10px;
	margin-right: 10px;
	background-image: url(/static/img/a2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.imgListBox1 .imgList1 li.active {
	width: 76px;
	height: 76px;
	border: 2px solid #3388fb;
	margin-top: 5px;
	background-image: url(/static/img/a1.jpg);
}


/* 全屏 */

.container2 {
	width: 100%;
	height: 100%;
	background-color: #262626;
	position: absolute;
	display: none;
}

.container2>.number {
	position: absolute;
	top: 1%;
	left: 1%;
}

.container2>.number>p {
	color: #fff;
	font-size: 14px;
}

.btnExitFullScreen {
	color: #989898;
	position: absolute;
	top: 1%;
	right: 1%;
	font-size: 20px;
	line-height: 20px;
}

.chooseTimeBox {
	position: absolute;
	width: 70px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	background-color: #3d3d3d;
	left: calc(50% - 35px);
	top: 1.5%;
}

.chooseTimeBox * {
	color: #e1e1e1;
}

.chooseTimeBox .select {
	background: #121212;
	color: #999999;
	width: 40px;
	height: 18px;
	left: 2px;
	top: 1px;
	outline: none;
	display: none;
	float: left;
	position: relative;
	top: 1px;
}

.chooseTimeBox .btnStart {
	-display: none;
}

.chooseTimeBox .btnStop {
	display: none;
	position: relative;
	top: -1px;
}

.imgBox2 {
	position: absolute;
	width: 70%;
	height: calc(90% - 144px);
	-border: 1px solid red;
	left: 15%;
	top: 8%;
}

.imgBox2 img {
	position: absolute;
}

.showImg2_btnLeft,
.showImg2_btnRight {
	width: 50%;
	height: calc(90% - 144px);
	position: absolute;
	top: 8%;
	-border: 1px solid #fff;
}

.showImg2_btnLeft {
	left: 0;
	cursor: url(/static/img/cur_left.jpg), auto;
	;
}

.showImg2_btnRight {
	right: 0;
	cursor: url(/static/img/cur_right.jpg), auto;
	;
}

.imgListBox2 {
	position: absolute;
	width: 80%;
	height: 140px;
	border: 1px solid #3e3e3e;
	left: 10%;
	bottom: 2%;
	overflow: hidden;
}

.imgList2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 110px;
	top: 15px;
	transition: left 0.5s;
}

.imgList2 li {
	width: 110px;
	height: 110px;
	box-sizing: border-box;
	border: 1px solid #707070;
	float: left;
	margin-right: 5px;
	background-image: url(/static/img/a2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}

.imgList2 li.active {
	border: 2px solid #2f95d5;
}

.container2 .aBtn {
	position: absolute;
	display: block;
	width: 25px;
	height: 70px;
	margin: 15px 2px 0;
}

.container2 .aBtn:hover {
	background-color: #e6e6e6;
}

.container2 .aBtn.disable {
	background-color: #fff;
}

.container2 .aBtn:before {
	content: '';
	display: block;
	position: absolute;
	width: 14px;
	height: 27px;
	left: calc(50% - 7px);
	top: calc(50% - 13px);
	background: url(/static/img/btn.png);
}

.container2 .chooseImg2_btnLeft {
	left: calc(10% - 50px);
	bottom: calc(2% + 35px);
}

.container2 .chooseImg2_btnRight {
	right: calc(10% - 50px);
	bottom: calc(2% + 35px);
}

.container2 .chooseImg2_btnLeft:before,
.container2 .chooseImg2_btnLeft.disable:hover:before {
	background-position: -27px -174px;
}

.container2 .chooseImg2_btnLeft.disable:hover:before {
	cursor: default;
}

.container2 .chooseImg2_btnLeft:hover:before {
	background-position: -73px -174px;
}

.container2 .chooseImg2_btnRight:before,
.container2 .chooseImg2_btnRight.disable:hover:before {
	background-position: 0 -174px;
}

.container2 .chooseImg2_btnRight.disable:hover:before {
	cursor: default;
}

.container2 .chooseImg2_btnRight:hover:before {
	background-position: -46px -174px;
}


/*广告 推广*/

.img-son-advertisement {
	width: 400px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -190px;
	line-height: 30px;
}

.img-son-advertisement>.x {
	float: left;
	color: #333333;
	font-size: 14px;
	padding: 0 5px 0 25px;
}

.img-son-advertisement>.x>img {
	position: absolute;
	top: 7px;
	left: 3px;
}

.img-son-advertisement>a {
	float: left;
	color: #426AB3;
	margin-left: 10px;
	font-size: 14px;
}

.img-son-advertisement>.img-son-details {
	border: 1px solid #426AB3;
	font-size: 12px;
	display: inherit;
	line-height: 18px;
	margin-top: 4px;
	padding: 0 5px;
	border-radius: 5px;
}
/*-----------logo-----------------开始----------------*/

.public-logo {
	width: 1200px;
	height: 52px;
	margin: auto;
	margin-top: 33px;
	position: relative;
	/*overflow: hidden;*/
}

.andexpo-header-logo {
	top: 24px;
	right: 32px;
    overflow: hidden;
    background: url(/static/image/logo5.png) no-repeat;
    width: 300px;
    height: 70px;
    padding-top: 100px;

}
.andexpo-header-logo1 {
	top: 24px;
	right: 32px;
    overflow: hidden;
    background: url(/static/image/logo3.png) no-repeat;
    width: 300px;
    height: 70px;
    padding-top: 100px;

}
.andexpo-header-logo2 {
	top: 24px;
	right: 32px;
    overflow: hidden;
    background: url(/static/image/logo4.png) no-repeat;
    width: 300px;
    height: 70px;
    padding-top: 100px;

}
.andexpo-header-logo3 {
	top: 24px;
	right: 32px;
    overflow: hidden;
    background: url(/static/image/logo6.png) no-repeat;
    width: 300px;
    height: 70px;
    padding-top: 100px;

}
.andexpo-header-logo4 {
	top: 24px;
	right: 32px;
    overflow: hidden;
    background: url(/static/image/logo-14.png) no-repeat;
    width: 300px;
    height: 56px;
    padding-top: 56px;

}
.public-logo .input {
	width: 464px;
	height: 42px;
	background-color: #426ab3;
	position: absolute;
	top: 5px;
	right: 0;
	margin-left: -334px;
	border-radius: 5px;
	cursor: pointer;
}

.public-logo .input>input {
	width: 398px;
	height: 42px;
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
	outline: none;
	border: 1px solid #b3b3b3;
}

.public-logo .input>a {
	font-size: 14px;
	position: absolute;
	right: 85px;
	top: 12px;
	cursor: pointer;
}

.public-logo .input>img {
	position: relative;
	top: 9px;
	left: 15px;
}