@charset "UTF-8";
/*整站样式*/
html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
	margin: 0;
	padding: 0;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: solid;
	border-right-color: #FFF;
}

body {
	font-size: 12px;
	font-family: "Microsoft YaHei","Candara";
}

input, textarea, button {
	padding: 0;
	font-family: "Microsoft YaHei","Candara";
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ol, li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

select, input, textarea, button {
	vertical-align: middle;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	margin: 0;
	padding: 0;
}

td {
	margin: 0;
	padding: 0;
}

iframe {
	border: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.hidden {
	display: none;
	visibility: hidden;
}

.wrap {
	border: 0;
	padding: 0;
	width: 1150px;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: hidden;
}

.fix {
	*zoom: 1;
}

.fix:after {
	clear: both;
	content: "";
	display: table;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

body{
	min-width:840px;
}

.header {
	display: none;
	width: 100%;
	height: 41px;
	border-bottom: 1px solid #e9e9e9;
}

.header .box {
	width: 1200px;
	margin: auto;
}

.header .box .time {
	font-size: 15px;
	color: #034da6;
	line-height: 22px;
	margin-top: 9px;
	float: left;
}

.header .box .operating {
	float: right;
	font-size: 14px;
}

.header .box .operating .login {
	float: left;
	padding-left: 23px;
	background: url(fw_icon1.png) left center no-repeat;
	line-height: 41px;
	color: #222;
}

.header .box .operating .registered {
	float: left;
	padding-left: 23px;
	background: url(fw_icon2.png) left center no-repeat;
	line-height: 41px;
	color: #222;
	margin-left: 21px;
}

.header .box .operating .language {
	color: #0053b6;
	float: left;
	margin-left: 31px;
}

.header .box .operating .language a {
	color: #0053b6;
	line-height: 41px;
	display: inline-block;
}

.headers {
	width: 100%;
	height: 123px;
}

.headers .box {
	width: 1200px;
	margin: auto;
}

.headers .box .logo {
	float: left;
	margin-top: 32px;
}

.headers .box .search-box {
	float: right;
}

.headers .box .search-box .title {
	padding-left: 94px;
	display: table;
	margin: 17px 0 6px;
}

.headers .box .search-box .title li {
	padding: 0 10px;
	float: left;
	height: 33px;
	line-height: 33px;
	margin-right: 13px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.headers .box .search-box .title li:hover {
}

.headers .box .search-box .title li.on {
	color: #fff;
	background: #0053b6;
}

.headers .box .search-box .search {
	display: none;
}

.headers .box .search-box .search.on {
	display: block;
}

.headers .box .search-box .search .txt {
	width: 93px;
	float: left;
	font-size: 18px;
	line-height: 43px;
	color: #000;
}

.headers .box .search-box .search .boxs {
	width: 384px;
	height: 43px;
	box-sizing: border-box;
	border: 1px solid #e0dbdb;
	float: left;
}

.headers .box .search-box .search .boxs .t1 {
	width: 335px;
	height: 41px;
	float: left;
	border: none;
	box-sizing: border-box;
	padding-left: 14px;
	font-size: 14px;
}

.headers .box .search-box .search .boxs .t1::-webkit-input-placeholder {
	color: #c3bfbf;
}

.headers .box .search-box .search .boxs .btn {
	width: 47px;
	height: 41px;
	background: url(fw_icon3.png) center center no-repeat;
	cursor: pointer;
	border: none;
}

.menu {
	width: 100%;
	height: 58px;
	background: #0053b6;
}

.menu ul {
	width: 1200px;
	margin: auto;
	display: table;
	position: relative;
}

.menu ul li {
	float: left;
	margin-right: 10px;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li .menu-link {
	padding: 0 26px;
	color: #fff;
	display: block;
	line-height: 58px;
	font-size: 21px;
	transition: all ease .3s;
}

.menu ul li:hover .menu-link {
	background: #8ac419;
}

.menu ul li.on .menu-link {
	background: #8ac419;
}

.s-mmenu {
	position: absolute;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 36px;
	z-index: 99;
	display:none;
}

.s-mmenu.s-m1 {
	left: 106px;
}
.s-mmenu.s-m2 {
	left: 106px;
}
.s-mmenu.s-m3 {
	left: 200px;
}
.s-mmenu.s-m4 {
	left: 400px;
}
.s-mmenu.s-m5 {
	right: 30px;
}
.s-mmenu.s-m6 {
	right: 0;
}
.s-mmenu.s-m7 {
	right: 0;
}
.s-mmenu .jiao {
	width: 17px;
	height: 12px;
	background: url(fw_icon39.png) center center no-repeat;
	position: absolute;
	top: -12px;
}

.s-mmenu.s-m1 .jiao {
	left: 52px;
}
.s-mmenu.s-m2 .jiao {
	left: 236px;
}
.s-mmenu.s-m3 .jiao {
	left: 315px;
}
.s-mmenu.s-m4 .jiao {
	left: 272px;
}
.s-mmenu.s-m5 .jiao {
	left: 316px;
}
.s-mmenu.s-m6 .jiao {
	right: 220px;
}
.s-mmenu.s-m7 .jiao {
	right: 75px;
}

.s-mmenu .img-box {
	width: 146px;
	height: 216px;
	border-right: 1px solid #ddd;
	float: left;
	padding-right: 25px;
}

.s-mmenu .img-box .title {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #151515;
}

.s-mmenu .img-box .img {
	width: 100%;
	margin-top: 27px;
}
.s-mmenu .s-mlist {
	float: left;
	width: 415px;
}
.s-mmenu.s-m1 .s-mlist {
	width: 415px;
}
.s-mmenu.s-m2 .s-mlist {
	width: 630px;
}
.s-mmenu.s-m3 .s-mlist {
	width: 500px;
}
.s-mmenu.s-m4 .s-mlist {
	width: 425px;
}
.s-mmenu.s-m5 .s-mlist {
	width: 425px;
}
.s-mmenu.s-m6 .s-mlist {
	width: 425px;
}
.s-mmenu.s-m7 .s-mlist {
	width: 415px;
}
.s-mmenu .s-mlist .s-mlink {
	float: left;
	margin-left: 19px;
	box-sizing: border-box;
	padding-left: 20px;
	background: url(fw_icon40.png) left center no-repeat;
	display: block;
	font-size: 16px;
	line-height: 42px;
	color: #333;
}

.s-mmenu .s-mlist .s-mlink:hover {
	color: #0054a6;
}

.s-mmenu.s-m1 .s-mlist .s-mlink {
	width: 158px;
}
.s-mmenu.s-m2 .s-mlist .s-mlink {
	width: 295px;
}
.s-mmenu.s-m3 .s-mlist .s-mlink {
	width: 200px;
}
.s-mmenu.s-m4 .s-mlist .s-mlink {
	width: 162px;
}
.s-mmenu.s-m5 .s-mlist .s-mlink {
	width: 162px;
}
.s-mmenu.s-m6 .s-mlist .s-mlink {
	width: 162px;
}
.s-mmenu.s-m7 .s-mlist .s-mlink {
	width: 158px;
}











.banner {
	width: 100%;
	height: 400px;
	position: relative;
}
.banner .swiper-container{
	height: 400px;
}
.banner .swiper-container .swiper-wrapper{
	height: 400px;
}
.banner .swiper-slide{
	width:100%
}
.banner .swiper-slide a {
	width: 100%;
	height: 400px;
	display: block;
}

.banner .swiper-pagination {
	width: 100%;
	bottom: 35px;
	position: absolute;
	z-index: 9;
	text-align: center;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #b1abab;
	margin: 0 4px;
	display: inline-block;
	border-radius: 50%;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.banner .bd, .banner .bd li, .banner .bd li a {
	width:100%;
	height:400px;
	display:block;
}
.banner .hd {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:35px;
	z-index:9;
}
.banner .hd li {
	width: 12px;
	height: 12px;
	opacity: 1;
	background: #b1abab;
	margin: 0 4px;
	display: inline-block;
	border-radius: 50%;
	cursor:pointer;
}

.banner .hd li.on {
	background: #fff;
}


.banner-link {
	width: 100%;
	height: 61px;
	background: #0053b6;
}

.banner-link ul {
	width: 860px;
	margin: auto;
	display: table;
}

.banner-link ul li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 61px;
}

.banner-link ul li:nth-child(1) {
	background: #043672;
}

.banner-link ul li:nth-child(2) {
	background: #074187;
}

.banner-link ul li:nth-child(3) {
	background: #0e4f9d;
}

.banner-link ul li:nth-child(4) {
	background: #1860b7;
}

.banner-link ul li a {
	display: block;
	color: #fff;
}

.banner-link ul li a img {
	display: inline-block;
	margin: 0 12px 0 0;
}

.ny-banner {
	width:100%;
}

.index-news {
	width: 100%;
	background: #f4f4f4;
	padding: 67px 0 64px;
	border-bottom: 1px solid #dde3e8;
}

.index-news .box {
	width: 860px;
	margin: auto;
}

.index-news .box .img {
	width: 510px;
	height: 445px;
	float: left;
	position: relative;
	overflow: hidden;
}
.index-news .box .img .swiper-slide {
	width: 100%;
	height:445px;
	position: relative;
}

.index-news .box .img .swiper-slide a {
	display: block;
}

.index-news .box .img .swiper-slide img {
	width: 100%;
	height:445px;
	overflow: hidden;
	transition: all ease .3s;
}

.index-news .box .img .swiper-slide:hover img {
	transform: scale(1.05);
}

.index-news .box .img .swiper-slide .title {
	width:100%;
	height:100px;
	background:rgba(0,0,0,.5);
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding-left: 18px;
	padding-top:15px;
	z-index: 9;
}

.index-news .box .img .swiper-pagination {
	position: absolute;
	right: 18px;
	bottom: 16px;
	z-index: 9;
}

.index-news .box .img .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eae9e9;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #4a4a44;
	float: left;
	margin-left: 7px;
	cursor: pointer;
	opacity: 1;
}

.index-news .box .img .swiper-pagination .swiper-pagination-bullet-active {
	background: #8ac419;
	color: #fff;
}

.index-news .box .img .bd, .index-news .box .img .bd li {
	width: 100%;
	height:445px;
	position: relative;
}

.index-news .box .img .bd li a {
	display: block;
}

.index-news .box .img .bd li img {
	width: 100%;
	height:445px;
	overflow: hidden;
	transition: all ease .3s;
}

.index-news .box .img .bd li img:hover {
	transform: scale(1.05);
}

.index-news .box .img .bd li .title {
	width:100%;
	height:100px;
	background:rgba(0,0,0,.5);
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding-left: 18px;
	padding-top:15px;
	z-index: 9;
}

.index-news .box .img .hd {
	position: absolute;
	right: 18px;
	bottom: 16px;
	z-index: 9;
}

.index-news .box .img .hd li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #eae9e9;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #4a4a44;
	float: left;
	margin-left: 7px;
	cursor: pointer;
	opacity: 1;
}

.index-news .box .img .hd li.on {
	background: #8ac419;
	color: #fff;
}


.index-news .box .news {
	width: 662px;
	float: right;
}

.index-news .box .news .title {
	width: 100%;
	display: table;
	background: #eae6e6;
}

.index-news .box .news .title li {
	float: left;
	font-size: 18px;
	line-height: 50px;
	color: #0053b6;
	background: #eae6e6;
	position: relative;
	border-left: 2px solid #f4f4f4;
	cursor: pointer;
}
.index-news .box .news .title li a {
	color:#0053b6;
	display:block;
	padding: 0 20px;
}
.index-news .box .news .title li:first-child {
	border-left: none;
}

.index-news .box .news .title li:hover {
	background: #8ac419;
	color: #fff;
}

.index-news .box .news .title li.on a {
	background: #8ac419;
	color: #fff;
}

.index-news .box .news .title li.on:after {
	content: '';
	width: 0;
	height: 0;
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #8ac419 transparent transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -7px;
}

.index-news .box .news .list {
	width: 100%;
	padding-top: 23px;
}

.index-news .box .news .list ul {
	width: 100%;
	display: none;
}

.index-news .box .news .list ul.on {
	display: block;
}

.index-news .box .news .list li {
	width: 100%;
	height: 48px;
	line-height: 48px;
	background: #fff url(fw_icon8.png) 640px center no-repeat;
	box-sizing: border-box;
	padding-left: 14px;
	margin-top: 5px;
}

.index-news .box .news .list li a {
	width: 100%;
	display: block;
}

.index-news .box .news .list li .t1 {
	width: 124px;
	float: left;
	font-size: 18px;
	color: #b9b9b9;
}

.index-news .box .news .list li .t2 {
	float: left;
	font-size: 18px;
	color: #232323;
}

.index-news .box .news .list li .top {
	float: left;
	font-size: 14px;
	color: #e1680f;
	margin-left: 20px;
}

.index-news .box .news .list li:hover {
	background: #0054a6 url(fw_icon9.png) 640px center no-repeat;
}

.index-news .box .news .list li:hover .t1 {
	color: #dbdddf;
}

.index-news .box .news .list li:hover .t2 {
	color: #fff;
}

.exhibition {
	width: 100%;
	background: #033c73;
	padding: 41px 0 46px;
}

.exhibition .box {
	width: 860px;
	margin: auto;
}

.exhibition .box .title {
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.exhibition .box .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 13px auto 0;
}

.exhibition .box .box1 {
	width: 100%;
	display: table;
	margin-top: 63px;
}

.exhibition .box .box1 .area {
	height: 250px;
	position: relative;
	float: left;
}

.exhibition .box .box1 .area3 {
	width: 144px;
	background-color: #00a3df;
}

.exhibition .box .box1 .area4 {
	width: 144px;
	margin-right: 23px;
	background-color: #f25c2e;
}

.exhibition .box .box1 .area5 {
	width: 144px;
	background-color: #f25c2e;
}

.exhibition .box .box1 .square {
	width: 290px;
	float: left;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.exhibition .box .box1 .square img {
	display: block;
	margin: 38px auto 25px;
}

.exhibition .box .box1 .area6 {
	width: 144px;
	margin-right: 19px;
	background-color: #00aeca;
}

.exhibition .box .box1 .area7 {
	width: 143px;
	background-color: #f25c2e;
	margin-right: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.exhibition .box .box1 .area8 {
	width: 146px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 89px;
	background-color: #f25c2e;
}

.exhibition .box .box1 .area .num {
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	font-size: 28px;
	color: #272323;
	position: absolute;
	top: 18px;
	right: 22px;
}

.exhibition .box .box1 .area a {
	font-size: 16px;
	line-height: 22px;
	color: #f6f6f6;
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
}

.exhibition .box .box1 .area3 a {
	padding: 115px 0 0 25px;
}

.exhibition .box .box1 .area4 a {
	padding: 115px 0 0 20px;
}

.exhibition .box .box1 .area5 .a1 {
	padding: 115px 0 0 18px;
	height:200px;
}

.exhibition .box .box1 .area5 .a2 {
	height:50px;
	line-height:50px;
	text-align:center;
	background:#a4bc0a;
	display:block;
}

.exhibition .box .box1 .area6 a {
	padding: 115px 0 0 37px;
}

.exhibition .box .box1 .area7 a {
	padding: 115px 0 0 37px;
}

.exhibition .box .box1 .area8 .a1 {
	height: 22px;
	margin-bottom: 11px;
}

.exhibition .box .box1 .area8 .a2 {
	height: 22px;
	margin-bottom: 13px;
}

.exhibition .box .box1 .area8 .a3 {
	height: 22px;
	margin-bottom: 17px;
}

.exhibition .box .box1 .area8 .a4 {
	height: 53px;
	line-height: 53px;
	background-color: #f5a200;
}

.exhibition .box .box2 {
	width: 100%;
	display: table;
	margin-top: 17px;
	background: #e6e6e6;
	height: 72px;
}

.exhibition .box .box2 .num {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #272323;
	margin: 13px 0 0 24px;
	float: left;
}

.exhibition .box .box2 .area {
	float: left;
	height: 72px;
	text-align: center;
}

.exhibition .box .box2 .area a {
	font-size: 16px;
	line-height: 72px;
	color: #fff;
}

.exhibition .box .box2 .area1 {
	width: 146px;
	margin-left: 2px;
	background-color: #b8d200;
}

.exhibition .box .box2 .area2 {
	width: 220px;
	margin-left: 20px;
	background-color: #b8d200;
}

.exhibition .box .box2 .area3 {
	width: 164px;
	margin-left: 112px;
	background-color: #e2ab0f;
}

.exhibition .box .box2 .area4 {
	width: 164px;
	margin-left: 2px;
	background-color: #f39800;
}

.exhibition .box .box2 .area5 {
	width: 186px;
	margin-left: 2px;
	background-color: #f25c2e;
}

.exhibition .box .box2 .area3 a, .exhibition .box .box2 .area4 a {
	line-height: 24px;
	padding-top: 12px;
	display: block;
}

.exhibition .box .box3 {
	width: 100%;
	display: table;
	margin-top: 15px;
}

.exhibition .box .box3 .area {
	position: relative;
	float: left;
	height: 250px;
}

.exhibition .box .box3 .area1 {
	width: 290px;
	margin-right: 21px;
}

.exhibition .box .box3 .area1 .num {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #272323;
	position: absolute;
	right: 11px;
	top: 16px;
}

.exhibition .box .box3 .area1 a {
	color: #fff;
	font-size: 14px;
	height: 250px;
	line-height: 20px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.exhibition .box .box3 .area1 .a1 {
	width: 32px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 6px;
	background-color: #e10a83;
}

.exhibition .box .box3 .area1 .a2 {
	width: 113px;
	float: left;
	padding: 5px 33px 0 55px;
	background-color: #008ccf;
}

.exhibition .box .box3 .area1 .a3 {
	width: 55px;
	height: 96px;
	position: absolute;
	left: 58px;
	bottom: 0;
	padding: 5px 12px;
	background-color: #8fc31f;
	font-size: 16px;
}

.exhibition .box .box3 .area1 .a4 {
	width: 104px;
	float: left;
	padding-top: 82px;
	background-color: #009944;
	font-size: 16px;
}

.exhibition .box .box3 .area1 .a5 {
	width: 104px;
	padding-top: 22px;
	height: 96px;
	position: absolute;
	bottom: 0;
	right: 73px;
	font-size: 16px;
}

.exhibition .box .box3 .area1 .a6 {
	width: 73px;
	float: left;
	padding: 85px 24px 0;
	background-color: #5bb647;
	font-size: 16px;
}

.exhibition .box .box3 .area2 {
	width: 580px;
	float: left;
	background-color: #006cb8;
}

.exhibition .box .box3 .area2 .num {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #272323;
	position: absolute;
	left: 18px;
	top: 17px;
}

.exhibition .box .box3 .area2 a {
	color: #fff;
	font-size: 16px;
	height: 250px;
	line-height: 20px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.exhibition .box .box3 .area2 .a1 {
	font-size: 22px;
	padding: 117px 0 0 151px;
	text-align: left;
}

.exhibition .box .box3 .area2 .a2 {
	width: 146px;
	height: 132px;
	line-height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 34px 0 0 8px;
	background-color: #cd66d1;
}

.exhibition .box .box3 .area3 {
	width: 290px;
	height: 250px;
	float: right;
	background-color: #f5a200;
}

.exhibition .box .box3 .area3 .num {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
	color: #272323;
	position: absolute;
	right: 18px;
	top: 16px;
}

.exhibition .box .box3 .area3 a {
	color: #fff;
	font-size: 14px;
	height: 250px;
	line-height: 20px;
	display: block;
	text-align: center;
	box-sizing: border-box;
}

.exhibition .box .box3 .area3 .a1 {
	width: 134px;
	float: right;
	padding: 88px 55px 0;
	font-size: 18px;
	line-height: 20px;
}

.exhibition .box .box3 .area3 .a2 {
	width: 85px;
	height: 70px;
	position: absolute;
	right: 134px;
	bottom: 113px;
	padding-top: 30px;
	background-color: #f25c2e;
	font-size: 16px;
}

.exhibition .box .box3 .area3 .a3 {
	width: 156px;
	height: 113px;
	background: #fabf19;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 46px;
	font-size: 16px;
}


.new-prodcut {
	width: 100%;
	padding: 43px 0 41px;
}

.new-prodcut .title {
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #000;
	margin-bottom: 44px;
}

.new-prodcut .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 12px auto 0;
}

.new-prodcut .box {
	width: 860px;
	margin: auto;
	display: table;
}

.new-prodcut .box .hot {
	width: 707px;
	float: left;
}

.new-prodcut .box .hot .img {
	width: 100%;
	overflow: hidden;
}

.new-prodcut .box .hot .img img {
	width: 100%;
	height:438px;
	transition: all ease .3s;
}

.new-prodcut .box .hot .img:hover img {
	transform: scale(1.05);
}

.new-prodcut .box .hot .tbox {
	width: 100%;
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 25px 16px;
}

.new-prodcut .box .hot .tbox .t1 {
	font-size: 24px;
	line-height: 24px;
	color: #333;
	display: block;
	margin-bottom: 15px;
}

.new-prodcut .box .hot .tbox .t2 {
	font-size: 16px;
	line-height: 24px;
	color:#777;
	margin-bottom: 15px;
}

.new-prodcut .box .hot .tbox .t2 span {
	color:#2b95fd;
	font-weight:bold;
}

.new-prodcut .box .hot .tbox .t3 {
	width: 97px;
	height: 31px;
	display: block;
	border-radius: 15px;
	background: #0054a6;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 31px;
	transition: all ease .3s;
}

.new-prodcut .box .hot .tbox .t3:hover {
	background: #8ac419;
}

.new-prodcut .box .list {
	width: 456px;
	float: right;
}

.new-prodcut .box .list li {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 14px;
	display: table;
}

.new-prodcut .box .list li:last-child {
	margin-bottom: 0;
}

.new-prodcut .box .list li .img {
	width: 200px;
	float: left;
	overflow: hidden;
}

.new-prodcut .box .list li .img img {
	width: 200px;
	height:120px;
	transition: all ease .3s;
}

.new-prodcut .box .list li:hover .img img {
	transform: scale(1.05);
}

.new-prodcut .box .list li .tbox {
	width: 235px;
	float: right;
}

.new-prodcut .box .list li .tbox .t1 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
	display: block;
	margin-bottom: 2px;
}

.new-prodcut .box .list li:hover .tbox .t1 {
	color: #0054a6;
}

.new-prodcut .box .list li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #777;
}

.new-prodcut .box .list li .tbox .t2 span {
	color:#2b95fd;
	font-weight:bold;
}

.new-prodcut .box .list li .tbox .t3 {
	width: 97px;
	height: 31px;
	background: #0054a6;
	text-align: center;
	line-height: 31px;
	border-radius: 15px;
	display: block;
	font-size: 14px;
	color: #fff;
	transition: all ease .3s;
}

.new-prodcut .box .list li .tbox .t3:hover {
	background: #8ac419;
}

.exhibitor {
	background: #a9b2ba;
	padding: 59px 0 87px;
}

.exhibitor .title {
	font-size: 32px;
	line-height: 32px;
	color: #4f555b;
	text-align: center;
}

.exhibitor .title span {
	width: 34px;
	height: 3px;
	background: #726b6b;
	display: block;
	margin: 18px auto 0;
}

.exhibitor .exhibitor-box {
	width: 860px;
	position: relative;
	margin: 90px auto 0;
}

.exhibitor .exhibitor-box img {
	width: 223px;
	height: 87px;
	float: left;
	cursor: pointer;
	transition: all ease .3s;
	margin-right: 20px;
	margin-bottom: 17px;
}

.exhibitor .exhibitor-box img:nth-child(5n) {
	margin-right: 0;
}

.exhibitor .exhibitor-box img:hover {
	filter: saturate(100%);
	-webkit-filter: saturate(100%);
}

.exhibitor .exhibitor-box .prev {
	width: 36px;
	height: 72px;
	position: absolute;
	left: -85px;
	top: 165px;
	cursor: pointer;
}

.exhibitor .exhibitor-box .next {
	width: 36px;
	height: 72px;
	position: absolute;
	right: -85px;
	top: 165px;
	cursor: pointer;
}

.schedule {
	width: 100%;
	padding: 57px 0 82px;
}

.schedule .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #000;
	margin-bottom: 43px;
}

.schedule .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.schedule .time-list {
	width: 860px;
	margin: auto;
	display: table;
	background: #f1f1f1;
}

.schedule .time-list li {
	float: left;
	width: 14.28%;
	text-align: center;
	height: 76px;
	line-height: 76px;
	font-size: 18px;
	color: #959393;
	cursor: pointer;
}

.schedule .time-list li:hover {
	background: #0054a6;
	color: #fff;
}

.schedule .time-list li.on {
	background: #0054a6;
	color: #fff;
}

.schedule .schedule-box {
	width: 860px;
	margin: 22px auto 0;
}

.schedule .schedule-box .schedule-boxs {
	width: 100%;
	display: table;
}

.schedule .schedule-box .schedule-boxs .img {
	width: 399px;
	float: left;
}

.schedule .schedule-box .schedule-boxs .img a {
	width: 100%;
	overflow: hidden;
	display: block;
}

.schedule .schedule-box .schedule-boxs .img a img {
	width: 100%;
	overflow: hidden;
	transition: all ease .3s;
}

.schedule .schedule-box .schedule-boxs .img a:hover img {
	transform: scale(1.05);
}

.schedule .schedule-box .schedule-boxs .img a {
	display: block;
	width: 100%;
	margin-bottom: 16px;
}

.schedule .schedule-box .schedule-boxs .img a:last-child {
	margin-bottom: 0;
}

.schedule .schedule-box .schedule-boxs .schedule-list {
	width: 767px;
	height: 623px;
	float: right;
	border-left: 1px solid #e6e6e6;
	padding-left: 15px;
	display: none;
}

.schedule .schedule-box .schedule-boxs .schedule-list.on {
	display: block;
}

.schedule .schedule-box .schedule-boxs .schedule-list .titles {
	width: 100%;
	height: 51px;
	line-height: 51px;
	background: #0054a6;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: table;
	box-sizing: border-box;
	padding: 0 38px 0 22px;
}

.schedule .schedule-box .schedule-boxs .schedule-list .titles .t1 {
	width: 285px;
	float: left;
}

.schedule .schedule-box .schedule-boxs .schedule-list .titles .t2 {
	width: 300px;
	float: left;
}

.schedule .schedule-box .schedule-boxs .schedule-list .titles .t3 {
	width: 103px;
	float: left;
}

.schedule .schedule-box .schedule-boxs .schedule-list ul {
	width: 100%;
	height: 570px;
	overflow-y: auto;
}

.schedule .schedule-box .schedule-boxs .schedule-list li {
	width: 100%;
	height: 95px;
	display: table;
	text-align: center;
	background: #edecec;
	box-sizing: border-box;
	padding-left: 22px;
}

.schedule .schedule-box .schedule-boxs .schedule-list li:nth-child(2n) {
	background: #f6f5f5;
}

.schedule .schedule-box .schedule-boxs .schedule-list li .t1 {
	width: 285px;
	height: 94px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #000;
}

.schedule .schedule-box .schedule-boxs .schedule-list li:hover .t1 {
	color: #0054a6;
}

.schedule .schedule-box .schedule-boxs .schedule-list li .t2 {
	width: 318px;
	height: 94px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #888;
}

.schedule .schedule-box .schedule-boxs .schedule-list li .t3 {
	width: 103px;
	height: 32px;
	float: left;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
	background: #8ac419;
	font-size: 16px;
	color: #fff;
	margin-top: 33px;
}

.schedule .schedule-box .schedule-boxs .schedule-list li:hover .t3 {
	background: #0054a6;
}

.guest {
	width: 100%;
	box-sizing: border-box;
	background: url(fw_img29.jpg) center center no-repeat;
	padding: 72px 0 220px;
}

.guest .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}

.guest .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.guest .guest-list {
	width: 1014px;
	margin: 100px auto 0;
	position: relative;
}

.guest .guest-list .guest-box {
	width: 174px;
	text-align: center;
	position:relative;
	padding:20px 40px;
}

.guest .guest-list .guest-box:nth-child(2n) {
	margin-top: 90px;
}

.guest .guest-list .guest-box .img {
	width: 174px;
	height: 174px;
	box-sizing: border-box;
	border-radius: 100%;
	overflow: hidden;
}

.guest .guest-list .guest-box .img img {
	width: 174px;
	height: 174px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

.guest .guest-list .guest-box:hover .img img {
	transform: scale(1.1);
}

.guest .guest-list .guest-box .t1 {
	font-size: 18px;
	line-height: 32px;
	color: #edecec;
	margin-top: 29px;
}

.guest .guest-list .guest-box .t2 {
	width: 19px;
	height: 1px;
	background: #edecec;
	margin: 5px auto 10px;
}

.guest .guest-list .guest-box .t3 {
	font-size: 16px;
	line-height: 32px;
	color: #9e9c9c;
}

.guest .guest-list .guest-box .guest-tc {
	width:244px;
	height:306px;
	background:rgba(255,255,255,.9);
	box-sizing:border-box;
	padding:15px 22px;
	line-height:32px;
	position:absolute;
	left:0;
	top:0;
	display:none;
	transition:all ease .3s;
}
.guest .guest-list .guest-box:hover .guest-tc {
	display:block;
}
.guest .guest-list .guest-box .guest-tc .s1 {
	font-size:20px;
	color:#000;
	text-align:center;
	margin-bottom:6px;
}
.guest .guest-list .guest-box .guest-tc .s2 {
	width:20px;
	height:1px;
	background:#555454;
	margin:auto;
}
.guest .guest-list .guest-box .guest-tc .s3 {
	font-size:16px;
	color:#666;
	text-align:center;
	margin-bottom:18px;
}
.guest .guest-list .guest-box .guest-tc .s4 {
	font-size:14px;
	color:#514e4e;
	text-align:left;
}
.guest .guest-list .guest-box .guest-tc .s4 span {
	color:#2369ea;
}


.guest .guest-list .prev {
	width: 36px;
	height: 72px;
	position: absolute;
	left: -185px;
	top: 280px;
	cursor: pointer;
}

.guest .guest-list .next {
	width: 36px;
	height: 72px;
	position: absolute;
	right: -185px;
	top: 280px;
	cursor: pointer;
}



.video {
	width: 100%;
	background: #f4f4f4;
	padding: 64px 0;
}

.video .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #000;
}

.video .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.video .video-list {
	width: 860px;
	height: 480px;
	margin: 66px auto 0;
	position: relative;
}

.video .video-list .swiper-container{
	height:480px;
}
.video .video-list .swiper-container .swiper-wrapper{
	height:480px;
}
.video .video-list .swiper-container .swiper-wrapper .swiper-slide{
	height:480px;
}

.video .video-list .prev {
	width: 36px;
	height: 72px;
	position: absolute;
	left: -95px;
	top: 200px;
	cursor: pointer;
}

.video .video-list .next {
	width: 36px;
	height: 72px;
	position: absolute;
	right: -95px;
	top: 200px;
	cursor: pointer;
}

.video-box {
	width: 100%;
	display: table;
}

.video-box .big {
	width: 600px;
	height:477px;
	float: left;
	position: relative;
	background:#122c4e;
}

.video-box .big .img {
	width: 100%;
	overflow: hidden;
}

.video-box .big .img img {
	width: 600px;
	height:477px;
	transition: all ease .3s;
}

.video-box .big:hover .img img {
	width: 100%;
	transform: scale(1.05);
}

.video-box .big .tbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,.3);*/
	cursor: pointer;
}

.video-box .big .tbox img {
	width: 76px;
	height: 76px;
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.video-box .big .tbox .txt {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 38px;
	box-sizing: border-box;
	padding-left: 32px;
}

.small-list {
	width: 584px;
	float: right;
}

.small-list:first-child {
	margin-left: 16px;
}

.small-list .s-box {
	width: 283px;
	position: relative;
	float: left;
}

.small-list .s-box:nth-child(1), .small-list .s-box:nth-child(2) {
	margin-bottom: 18px;
}

.small-list .s-box:nth-child(2n) {
	margin-left: 18px;
}

.small-list .s-box .img {
	width: 100%;
	overflow: hidden;
	background:#122c4e;
}

.small-list .s-box .img img {
	transition: all ease .3s;
	width: 283px;
	height:230px;
}

.small-list .s-box:hover .img img {
	transform: scale(1.05);
}

.small-list .s-box .tbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,.3);*/
	cursor: pointer;
}

.small-list .s-box .tbox img {
	width: 47px;
	height: 47px;
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.small-list .s-box .tbox .txt {
	width:100%;
	font-size: 18px;
	line-height: 24px;
	color: #f5f5f5;
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 15px 36px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:rgba(0,0,0,.3);
}

.picture {
	width: 100%;
	padding: 59px 0;
	display:table;
}

.picture .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #000;
}

.picture .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.picture .picture-list {
	width: 860px;
	height: 680px;
	position: relative;
	margin: 59px auto 0;
}
.picture .picture-list .swiper-container{
	height: 680px;
}
.picture .picture-list .prev {
	width: 36px;
	height: 72px;
	position: absolute;
	left: -95px;
	top: 273px;
	cursor: pointer;
}

.picture .picture-list .next {
	width: 36px;
	height: 72px;
	position: absolute;
	right: -95px;
	top: 273px;
	cursor: pointer;
}

.picture-boxs {
	width: 100%;
	display: table;
}

.picture-boxs .picture-box {
	float: left;
	position: relative;
	margin-right: 19px;
	margin-bottom: 19px;
}
.picture-boxs .picture-box.s {
	margin-bottom:0;
}
.picture-boxs .picture-box.b:nth-child(2) {
	margin-right: 0;
}

.picture-boxs .s.s:nth-child(3n) {
	margin-right: 0;
}

.picture-boxs .picture-box.b .img {
	width: 590px;
	height:330px;
	overflow: hidden;
}
.picture-boxs .picture-box.s .img {
	width: 387px;
	height:330px;
	overflow: hidden;
}
.picture-boxs .picture-box.b .img img {
	width: 590px;
	height:330px;
	transition: all ease .3s;
}

.picture-boxs .picture-box.s .img img {
	width: 387px;
	height:330px;
	transition: all ease .3s;
}

.picture-boxs .picture-box:hover .img img {
	transform: scale(1.05);
}

.picture-boxs .picture-box .pbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
}

.picture-boxs .picture-box .pbox .icon {
	position: absolute;
	left: 0;
	top: 0;
}

.picture-boxs .picture-box .pbox .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding-left: 18px;
}

.picture-boxs .picture-box.b .pbox .txt {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 22px;
}

.picture-boxs .picture-box.s .pbox .txt {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 13px;
}

.review {
	width: 100%;
	background: #f4f4f4;
	padding: 65px 0 0;
}

.review .title {
	text-align: center;
	font-size: 32px;
	line-height: 32px;
	color: #000;
}

.review .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.review-box {
	width: 860px;
	margin: 25px auto 0;
	position: relative;
}

.review-box .title-list {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: #0054a6;
	text-align: center;
}

.review-box .title-list li {
	margin: 0 15px;
	padding: 0 30px;
	display: inline-block;
	color: #a9bfd4;
	font-size: 18px;
	cursor: pointer;
}

.review-box .title-list li:hover {
	background: #8ac419;
	color: #fff;
}

.review-box .title-list li.on {
	background: #8ac419;
	color: #fff;
}

.review-box .review-list {
	width: 100%;
	padding: 36px 0;
}

.review-box .review-list .review-bs {
	width: 100%;
	display: none;
}

.review-box .review-list .review-bs.on {
	display: block;
}

.review-box .review-list .review-bs .video-box .big .tbox {
	background:none;
}
.review-box .review-list .review-bs .video-box .big .tbox .txt {
	bottom:20px;
}
.review-box .review-list .review-bs .small-list .s-box .tbox {
	background:none;
}
.review-box .review-list .review-bs .small-list .s-box .tbox .txt {
	    padding: 6px 15px;
}
.review-box .review-list .review-bs .box {
	width: 860px;
	margin: auto;
}

.review-box .review-list .review-bs .box .img {
	width: 510px;
	height:495px;
	float: left;
	position: relative;
	overflow:hidden;
}

.review-box .review-list .review-bs .box .img img {
	width: 510px;
	height:495px;
}

.review-box .review-list .review-bs .box .img .title {
	width:100%;
	background:rgba(0,0,0,.5);
	font-size: 18px;
	color: #fff;
	line-height: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	padding:15px 0 15px 18px;
}

.review-box .review-list .review-bs .box .news {
	width: 662px;
	float: right;
}

.review-box .review-list .review-bs .box .news .list {
	width: 100%;
}

.review-box .review-list .review-bs .box .news .list li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff url(fw_icon8.png) 640px center no-repeat;
	box-sizing: border-box;
	padding-left: 14px;
	margin-top: 5px;
}

.review-box .review-list .review-bs .box .news .list li a {
	width: 100%;
	display: block;
}

.review-box .review-list .review-bs .box .news .list li .t1 {
	width: 124px;
	float: left;
	font-size: 18px;
	color: #b9b9b9;
}

.review-box .review-list .review-bs .box .news .list li .t2 {
	float: left;
	font-size: 18px;
	color: #232323;
}

.review-box .review-list .review-bs .box .news .list li:hover {
	background: #0054a6 url(fw_icon9.png) 640px center no-repeat;
}

.review-box .review-list .review-bs .box .news .list li:hover .t1 {
	color: #dbdddf;
}

.review-box .review-list .review-bs .box .news .list li:hover .t2 {
	color: #fff;
}

.panoramic {
	width: 100%;
	height: 909px;
	position: relative;
	background:#0f3256;
	box-sizing:border-box;
	padding-top:165px;
}

.panoramic .title {
	width: 100%;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 2;
}

.panoramic .title span {
	width: 34px;
	height: 3px;
	background: #a9a2a2;
	display: block;
	margin: 17px auto 0;
}

.panoramic-a {
	width: 100%;
	height: 909px;
	display: block;
}

.panoramic .box {
	width:1390px;
	height:640px;
	margin:auto;
}
.panoramic .tips {
	text-align:center;
	color:#8ac419;
	font-size:14px;
	line-height:32px;
}

.development {
	width: 100%;
	height: 911px;
	position: relative;
	overflow: hidden;
}

.development img {
	position: absolute;
	max-width: none;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.development .title {
	width: 100%;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	top: 72px;
	z-index: 2;
}

.development .title span {
	width: 34px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 17px auto 0;
}

.course {
	width: 1320px;
	height: 100%;
	margin: auto;
	position: relative;
	z-index: 2;
}

.course-box {
	width: 100%;
}

.course-num {
	font-size: 16px;
	line-height: 36px;
	color: #fff;
	position: absolute;
	cursor: pointer;
	display: block;
}

.course-num span {
	width:12px;
	height:12px;
	border-radius:50%;
	background:#5b80d3;
	border:10px solid #e7e9ee;
	display:block;
	float:right;
	margin-top:3px;
}

.num1 {
	left: 110px;
	bottom: 240px;
	width: 88px;
	height: 36px;
}

.num2 {
	left: 82px;
	bottom: 314px;
	width: 86px;
	height: 36px;
}

.num3 {
	left: 95px;
	bottom: 385px;
	width: 90px;
	height: 36px;
}

.num3 span {
	margin-top:4px;
}

.num4 {
	left: 136px;
	bottom: 440px;
	width: 90px;
	height: 36px;
}

.num4 span {
	margin-top:5px;
}

.num5 {
	left: 193px;
	bottom: 481px;
	width: 88px;
	height: 36px;
}

.num6 {
	left: 252px;
    bottom: 520px;
    width: 85px;
	height: 36px;
}

.num7 {
	left: 326px;
	bottom: 555px;
	width: 88px;
	height: 36px;
}

.num8 {
	left: 396px;
    bottom: 582px;
    width: 87px;
	z-index: 2;
}

.num8 span {
	margin-top:18px;
}

.num9 {
	left: 465px;
	top: 257px;
	width: 84px;
	height: 36px;
}

.num9 span {
	margin-top:18px;
}


.num10 {
	left: 540px;
	top: 225px;
	width: 78px;
	height: 36px;
}

.num10 span {
	margin-top:0;
}

.num11 {
	left: 624px;
	top: 216px;
	width: 66px;
	height: 36px;
}

.num11 span {
	margin-top:0;
}

.num12 {
	left: 718px;
	top: 203px;
	width: 66px;
	height: 71px;
}
.num12 span {
	margin:auto;
	float:initial;
}

.num13 {
	right: 449px;
	top: 200px;
	width: 66px;
	height: 76px;
}

.num13 span{
	float:left;
}

.num14 {
	right: 361px;
	top: 200px;
	width: 66px;
	height: 71px;
}

.num14 span{
	float:left;
}

.num15 {
	right: 265px;
	top: 210px;
	width: 74px;
	height: 71px;
}

.num15 span{
	float:left;
	margin-left:-10px;
}

.num16 {
	right: 180px;
	top: 235px;
	width: 74px;
	height: 61px;
}

.num16 span{
	float:left;
	margin-left:-10px;
}

.num17 {
	right: 100px;
	top: 295px;
	width: 105px;
	height: 36px;
	text-align: right;
}

.num17 span{
	float:left;
}

.num18 {
	right: 40px;
	top: 340px;
	width: 104px;
	height: 51px;
	text-align: right;
}

.num18 span{
	float:left;
}

.num19 {
	right: 0;
	top: 405px;
	width: 104px;
	height: 41px;
	text-align: right;
}

.num19 span{
	float:left;
}

.num20 {
	right: 0;
	top: 470px;
	width: 109px;
	text-align: right;
}

.num20 span{
	float:left;
}

.num21 {
	right: 15px;
	bottom: 353px;
	width: 129px;
	text-align: right;
}

.num21 span{
	float:left;
}

.num22 {
	right: 60px;
    bottom: 307px;
	width: 129px;
	text-align: right;
}

.num22 span{
	float:left;
}

.num23 {
	right: 104px;
    bottom: 270px;
	width: 129px;
	text-align: right;
}

.num23 span{
	float:left;
}

.course .course-boxs {
}

.course .course-boxs .course-tbox {
	width: 727px;
	height: 359px;
	background: #fff;
	border-radius: 7px;
	position: absolute;
	bottom: 61px;
	left: 292px;
	box-sizing: border-box;
	padding: 67px 0 0;
	display: none;
}

.course .course-boxs .course-tbox.on {
	display: block;
}

.course .course-boxs .course-tbox .close {
	width: 37px;
	height: 37px;
	position: absolute;
	background: url(fw_icon16.png) center center no-repeat;
	right: 21px;
	top: 19px;
	cursor: pointer;
}

.course .course-boxs .course-tbox .course-name {
	width: 187px;
	height: 257px;
	border-right: 1px solid #ebe4e4;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	color: #033c72;
	float: left;
}

.course .course-boxs .course-tbox .course-name span {
	width: 60px;
	height: 66px;
	display: block;
	margin: auto;
	background: #2d53a7;
	line-height: 66px;
	font-size: 52px;
	color: #fff;
	margin-bottom: 32px;
}

.course .course-boxs .course-tbox .txt {
	width: 425px;
	height:256px;
	overflow:hidden;
	float: left;
	margin-left: 32px;
	font-size: 16px;
	line-height: 32px;
	color: #7c7979;
}


.comment {
	width: 100%;
	background: #eaebec;
	padding: 77px 0 79px;
}

.comment .title {
	width: 100%;
	font-size: 32px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}

.comment .title span {
	width: 34px;
	height: 3px;
	background: #d3d1d1;
	display: block;
	margin: 17px auto 0;
}

.comment .comment-box {
	width: 860px;
	margin: 74px auto 0;
	display: table;
}

.comment .comment-box .comments {
	width: 824px;
	float: left;
}

.comment .comment-box .comments .tboxs {
	width: 100%;
	height: 171px;
	background: #fff;
	box-sizing: border-box;
	padding: 16px 15px;
}

.comment .comment-box .comments .tboxs .t1 {
	width: 100%;
	height: 92px;
	border: 1px solid #dfdcdc;
	font-size: 16px;
	line-height: 26px;
	box-sizing: border-box;
	padding: 8px 13px;
	resize: none;
}

.comment .comment-box .comments .tboxs .t1::-webkit-input-placeholder {
	color: #0c7cba;
}

.comment .comment-box .comments .tboxs .t2 {
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #383131;
	text-align: right;
	margin-top: 15px;
}

.comment .comment-box .comments .tboxs .t2 .btn {
	width: 68px;
	height: 26px;
	background: #de2533;
	border: none;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: inherit;
}

.comment .comment-box .comments .list {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 24px;
	margin-top: 18px;
}

.comment .comment-box .comments .list .t1 {
	border-left: 8px solid #f79310;
	line-height: 25px;
	font-size: 18px;
	color: #000;
	padding-left: 10px;
	margin-bottom: 13px;
}

.comment .comment-box .comments .list ul {
	width: 100%;
	box-sizing: border-box;
	padding-right: 16px;
	height: 460px;
	overflow-y: auto;
	border-top: 1px solid #eae3e3;
}

.comment .comment-box .comments .list ul::-webkit-scrollbar { /*滚动条整体样式*/
	width: 9px; /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.comment .comment-box .comments .list ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	background: #09426d;
}

.comment .comment-box .comments .list ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
	background: #e4e4e4;
}

.comment .comment-box .comments .list li {
	width: 100%;
	display: table;
	border-bottom: 1px dashed #cdd0d2;
	margin-bottom: 4px;
	padding-top: 24px;
	padding-bottom: 13px;
}

.comment .comment-box .comments .list li .img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}

.comment .comment-box .comments .list li .tbox {
	width: 680px;
	float: left;
	margin-left: 10px;
	display: table;
}

.comment .comment-box .comments .list li .tbox .name {
	font-size: 18px;
	line-height: 20px;
	color: #000;
}

.comment .comment-box .comments .list li .tbox .txt {
	font-size: 14px;
	line-height: 24px;
	color: #706d6d;
	margin: 9px 0;
}

.comment .comment-box .comments .list li .tbox .time {
	width: 100%;
	font-size: 14px;
	color: #0c7cba;
	line-height: 24px;
}

.comment .comment-box .comments .list li .tbox .time .a-box {
	display: inline-block;
	float: right;
}

.comment .comment-box .comments .list li .tbox .time .a-box a {
	color: #0c7cba;
}

.comment .comment-box .comment-wb {
	width: 357px;
	float: right;
}

.comment .comment-box .comment-wb .top {
	width: 100%;
	height: 97px;
	background: #fff;
	box-sizing: border-box;
	padding: 22px 4px 0;
}

.comment .comment-box .comment-wb .top .img {
	width: 96px;
	height: 56px;
	line-height: 56px;
	border-right: 1px solid #ccc;
	float: left;
	text-align: center;
}

.comment .comment-box .comment-wb .top .img img {
	vertical-align: middle;
}

.comment .comment-box .comment-wb .top .tbox {
	float: left;
	margin-left: 17px;
	font-size: 18px;
	line-height: 18px;
	color: #000;
}

.comment .comment-box .comment-wb .top .tbox a {
	display: block;
	width: 110px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #09426d;
	color: #fff;
	font-size: 14px;
	margin-top: 14px;
}

.comment .comment-box .comment-wb .list {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}

.comment .comment-box .comment-wb .list li {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 17px;
	border-bottom: 2px solid #eaebec;
}

.comment .comment-box .comment-wb .list li .name {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 6px;
}

.comment .comment-box .comment-wb .list li:hover .name {
	color: #0054a6;
}

.comment .comment-box .comment-wb .list li .time {
	font-size: 14px;
	line-height: 32px;
	color: #908d8d;
}

.comment .comment-box .comment-wb .list li .txt {
	font-size: 14px;
	line-height: 32px;
	color: #414242;
}

.comment .comment-box .comment-wb .list li .txt span {
	color: #0c7cba;
}

.cooperation {
	width: 100%;
}

.cooperation .box {
	width: 860px;
	margin: auto;
	padding-top: 56px;
}

.cooperation .box .boxs {
	width: 100%;
	margin-bottom: 35px;
}

.cooperation .box .boxs .top {
	width: 100%;
	box-sizing: border-box;
	border-left: 5px solid #07537d;
	height: 21px;
	display: table;
}

.cooperation .box .boxs .top .title {
	font-size: 20px;
	line-height: 21px;
	color: #333;
	float: left;
	padding-left: 12px;
}

.cooperation .box .boxs .top a {
	float:right;
	font-size:14px;
	color:#0054a6;
}

.cooperation .box .boxs .top .check {
	float: left;
	margin-left: 20px;
}

.cooperation .box .boxs .top .check li {
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 0 17px;
	margin-right: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #746f6f;
}

.cooperation .box .boxs .top .check li:hover {
	color: #fff;
	background: #0053b6;
	border-radius: 10px;
}

.cooperation .box .boxs .top .check li.on {
	color: #fff;
	background: #0053b6;
	border-radius: 10px;
}

.cooperation .box .boxs .list {
	width: 100%;
	display: table;
	margin-top: 16px;
	border-bottom: 1px solid #eee;
}

.cooperation .box .boxs .list li {
	width: 170px;
	float: left;
	margin-right: 36px;
	padding-bottom: 6px;
}
.cooperation .box .boxs .list li:nth-child(6n) {
	margin-right:0;
}

.cooperation .box .boxs .list li:last-child {
	margin-right: 0;
}

.footer {
	width: 100%;
	background: #0074c1;
	padding: 52px 0 62px;
}

.footer .box {
	width: 1200px;
	margin: auto;
	display: table;
}

.footer .box .box1 {
	width: 300px;
	margin-right: 30px;
}

.footer .box .box2 {
	width: 300px;
	margin-right: 40px;
}

.footer .box .box3 {
	width: 270px;
	margin-right: 40px;
}

.footer .box .box4 {
	width: 220px;
}

.footer .box .boxs {
	float: left;
}

.footer .box .boxs .title {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 18px;
}

.footer .box .boxs .abox {
	font-size: 16px;
	line-height: 32px;
	color: #a4d5f6;
	padding-top: 24px;
}

.footer .box .box2 .abox {
	margin-bottom: 47px;
}

.footer .box .box2 .abox:last-child {
	margin-bottom: 0;
}

.footer .box .box4 .abox {
	padding-top: 42px;
}

.footer .box .boxs .abox a {
	color: #a4d5f6;
	display: block;
	transition: all ease .3s;
}

.footer .box .boxs .abox a:hover {
	color: #fff;
}

.footer .box .boxs .abox span {
	color: #fff;
}

.footer .box .boxs .abox .ewm {
	width: 90px;
	margin: 0 10px;
	text-align: center;
	float: left;
}

.footer2 {
	width: 100%;
	height: 99px;
	background: #00aaea;
}

.footer2 .box {
	width: 860px;
	margin: auto;
	display: table;
}

.footer2 .box .left {
	float: left;
	padding-top: 24px;
}

.footer2 .box .left .f-menu {
	display: table;
	margin-bottom: 18px;
}

.footer2 .box .left .f-menu li {
	float: left;
	line-height: 14px;
	padding-right: 24px;
	margin-right: 24px;
	border-right: 1px solid #fff;
}

.footer2 .box .left .f-menu li:last-child {
	border-right: none;
}

.footer2 .box .left .f-menu li a {
	font-size: 14px;
	color: #fff;
}

.footer2 .box .left .copyright {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.footer2 .box .left .copyright a {
	color: #fff;
}

.footer2 .box .share {
	float: right;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin-top: 43px;
}

.footer2 .box .share a {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 10px;
}


.center {
	min-width: 1200px;
	
}

.breadcrumbs {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	box-sizing: border-box;
	background: url(fw_icon21.png) left center no-repeat;
	padding-left: 30px;
	font-size: 14px;
	color: #1e2123;
	/*border-bottom: 1px solid #e4e3e3;*/
}

.breadcrumbs a {
	color: #1e2123;
}

.gjh-list {
	width: 860px;
	margin: auto;
	display: table;
	padding: 46px 0 18px;
}

.gjh-list li {
	width: 300px;
	float: left;
	margin: 0 50px 50px;
	position: relative;
}

.gjh-list li .img {
	width: 100%;
	height:240px;
	position: relative;
	overflow: hidden;
}

.gjh-list li .img img {
	width:300px;
	height:240px;
	transition: all ease .3s;
}

.gjh-list li:hover .img img {
	transform: scale(1.05);
}

.gjh-list li .img .play {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
}

.gjh-list li .tbox {
	width: 100%;
	height: 122px;
	background: #fff;
	box-sizing: border-box;
	padding: 17px 0 0 13px;
}

.gjh-list li .tbox .title {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	margin-bottom: 10px;
}

.gjh-list li:hover .tbox .title {
	color: #0054a6;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gjh-list li .tbox .txt {
	width: 250px;
	font-size: 14px;
	line-height: 20px;
	color: #888;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gjh-list li .link {
	width: 18px;
	height: 28px;
	background: url(fw_icon22-1.png) center center no-repeat;
	position: absolute;
	right: 11px;
	bottom: 12px;
}

.gjh-list li:hover .link {
	background: url(fw_icon22.png) center center no-repeat;
}

.logins {
	width: 100%;
	height: 753px;
}

.logins .login-box {
	width: 860px;
	margin: auto;
	position: relative;
}

.logins .login-box .box {
	width: 428px;
	position: absolute;
	background: #fff;
	top: 81px;
	right: 0;
	box-sizing: border-box;
	padding: 39px 26px 27px 28px;
}

.logins .login-box .box .title {
	height: 28px;
	line-height: 28px;
	font-size: 24px;
	color: #01000d;
	padding-left: 15px;
	box-sizing: border-box;
	border-left: 8px solid #0054a6;
	margin-bottom: 33px;
}

.logins .login-box .box .name {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #d1cbcb;
	background: url(fw_icon23.png) 16px center no-repeat;
	margin-bottom: 28px;
}

.logins .login-box .box .name .t1 {
	width: 315px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid #cdc8c8;
	float: right;
	padding-left: 14px;
	margin-top: 11px;
}

.logins .login-box .box .names {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #d1cbcb;
	background: url(fw_icon27.png) 16px center no-repeat;
	margin-bottom: 13px;
}

.logins .login-box .box .names .t1 {
	width: 315px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid #cdc8c8;
	float: right;
	padding-left: 14px;
	margin-top: 11px;
}

.logins .login-box .box .password {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #d1cbcb;
	background: url(fw_icon24.png) 16px center no-repeat;
	margin-bottom: 34px;
}

.logins .login-box .box .password .t1 {
	width: 315px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid #cdc8c8;
	float: right;
	padding-left: 14px;
	margin-top: 11px;
}

.logins .login-box .box .passwords {
	width: 100%;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #d1cbcb;
	background: url(fw_icon24.png) 16px center no-repeat;
	margin-bottom: 18px;
}

.logins .login-box .box .passwords .t1 {
	width: 315px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid #cdc8c8;
	float: right;
	padding-left: 14px;
	margin-top: 11px;
}

.logins .login-box .box .yzm {
	width: 100%;
	display: table;
	margin-bottom: 34px;
}

.logins .login-box .box .yzm .yzm-txt {
	width: 203px;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #d1cbcb;
	background: url(fw_icon28.png) 16px center no-repeat;
	float: left;
}

.logins .login-box .box .yzm .t2 {
	width: 146px;
	height: 30px;
	box-sizing: border-box;
	border: none;
	border-left: 1px solid #cdc8c8;
	float: left;
	padding-left: 14px;
	margin-top: 11px;
	margin-left: 55px;
}

.logins .login-box .box .yzm a {
	width: 163px;
	height: 54px;
	background: #0054a6;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	float: right;
}

.logins .login-box .box .btn {
	width: 100%;
	height: 58px;
	background: #0054a6;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	border: none;
	margin-bottom: 17px;
}

.logins .login-box .box .other {
	width: 100%;
	margin-bottom: 32px;
}

.logins .login-box .box .other a {
	display: inline-block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #3e3b3b;
}

.logins .login-box .box .txt {
	width: 100%;
	text-align: center;
	color: #9d9b9b;
	font-size: 16px;
	line-height: 30px;
}

.logins .login-box .box .txt a {
	color: #0054a6;
}


.list-box {
	width: 1200px;
	margin: auto;
	display: table;
	padding: 6px 0 85px;
}

.list-box .menu-box {
	width: 247px;
	float: left;
}

.list-box .menu-box .title {
	width: 247px;
	height: 94px;
	background: #1b6ebc;
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 20px;
}

.list-box .menu-box .title span {
	font-size: 16px;
	line-height: 18px;
	color: #86afd6;
	margin-top: 7px;
	display: block;
}

.list-box .menu-box .menu-list {
	width: 100%;
}

.list-box .menu-box .menu-list li {
	width: 100%;
	margin-top: 4px;
}

.list-box .menu-box .menu-list li .menu-t1 {
	width: 100%;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	background: #1b6ebc url(fw_icon29.png) 226px center no-repeat;
	display: block;
	box-sizing: border-box;
	padding: 10px 20px;
	cursor: pointer;
}
.list-box .menu-box .menu-list li .menu-t1 a {
	color: #fff;
}
.list-box .menu-box .menu-list li .menu-t1.on {
	background: #8ac419 url(fw_icon30.png) 218px center no-repeat;
}

.list-box .menu-box .menu-list li .s-menu {
	width: 100%;
	padding: 10px 0 7px;
	background: #e2eaf1;
	margin-top: 1px;
	display: none;
}

.list-box .menu-box .menu-list li .s-menu.on {
	display: block;
}

.list-box .menu-box .menu-list li .s-menu .s-menu-link {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #414344;
	transition: all ease .3s;
	box-sizing: border-box;
	padding-left: 35px;
}

.list-box .menu-box .menu-list li .s-menu .s-menu-link:hover {
	background: #b9cee0;
	color: #fff;
}

.list-box .menu-box .menu-list li .s-menu .s-menu-link.on {
	background: #b9cee0;
	color: #fff;
}

.list-box .list-center {
	width: 932px;
	float: right;
	background: #fff;
	box-sizing: border-box;
	padding: 27px 38px 60px;
}

.list-box .list-center .title {
	font-size: 26px;
	color: #0054a6;
	height: 28px;
	line-height: 28px;
	border-left: 7px solid #8ac419;
	padding-left: 20px;
}

.list-box .list-center .title2 {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	font-size: 26px;
	line-height: 32px;
	color: #0054a6;
	padding: 12px 0 38px;
	text-align: center;
}
.list-box .list-center .title2.red {
	color:#ea1b06;
}

.list-box .list-center .title3 {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	font-size: 26px;
	line-height: 32px;
	color: #0054a6;
	padding: 12px 0 7px;
	text-align: center;
}
.list-box .list-center .title3 .t1 {
	font-size:14px;
	color:#4c4d4d;
	margin-top:28px;
}
.list-box .list-center .title3 .t1 span {
	color:#848789;
}

.list-box .list-center .report-list {
	width: 100%;
	margin-top: 23px;
	border-top: 1px solid #e4e4e4;
	margin-bottom: 57px;
	padding-top: 20px;
}

.list-box .list-center .report-list li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	box-sizing: border-box;
	border-bottom: 1px dashed #e1dfdf;
	padding-left: 36px;
	background: url(fw_icon31.png) 14px center no-repeat;
}
.list-box .list-center .report-list li span {
	float:right;
	color:#b0afaf;
	font-size:16px;
}
.list-box .list-center .report-list li:hover span {
	color:#1b6ebc;
}
.list-box .list-center .report-list li a {
	color: #666;
	display:block;
}

.list-box .list-center .report-list li:hover a {
	color: #1b6ebc;
}

.page-list {
	width: 100%;
	text-align: center;
}

.page-list a {
	width: 46px;
	height: 46px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #b2aeae;
	border-radius: 50%;
	font-style: italic;
	margin: 0 8px;
}

.page-list a:hover {
	background: #4ba5d9;
	color: #fff;
}

.page-list a.on {
	background: #4ba5d9;
	color: #fff;
}

.page-list a.prev {
	background: url(fw_icon32.png) center center no-repeat;
}

.page-list a.next {
	background: url(fw_icon33.png) center center no-repeat;
}

.video-lists {
	width: 100%;
	display: table;
	padding: 51px 0 38px;
}

.video-lists li {
    width: 378px;
    height: 308px;
    float: left;
    position: relative;
    margin: 0 24px 32px;
    overflow: hidden;
}

.video-lists li .img {
	width: 100%;
}

.video-lists li .img img {
	width: 378px;
    height: 308px;
}

.video-lists li .t1 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 23px;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	z-index: 2;
}

.video-lists li .play {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(0,0,0,.3);*/
}

.video-lists li .play img {
	width: 62px;
	height: 62px;
	margin: auto;
	top: calc(50% - 31px);
	position: relative;
	display: block;
}

.reviews-lists {
	width: 100%;
}

.reviews-lists li {
	width: 100%;
	height: 83px;
	display: table;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.reviews-lists li:nth-child(2n-1) {
	background: #f6f6f6;
}

.reviews-lists li .t1 {
	width: 196px;
	height: 83px;
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.reviews-lists li .t1 .jie {
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 15px;
	color: #0054a6;
	font-size: 18px;
	line-height: 18px;
}

.reviews-lists li .t1 .jie span {
	display: block;
	color: #666;
	font-size: 16px;
	margin-top: 8px;
}

.reviews-lists li .t2 {
	width: 338px;
	height: 83px;
	float: left;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666;
	border-right: 1px solid #ddd;
}

.reviews-lists li .t3 {
	width: 320px;
	height: 83px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #666;
	border-right: 1px solid #ddd;
}

.reviews-lists li.top {
	background: #0054a6;
	height: 63px;
	line-height: 63px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.reviews-lists li.top .t1 {
	width: 196px;
	border-right: 1px solid #fff;
	display: block;
	height: 63px;
	color: #fff;
	border-left: none;
	box-sizing: border-box;
	text-align: center;
}

.reviews-lists li.top .t2 {
	border-right: 1px solid #fff;
	height: 63px;
	display: initial;
	color: #fff;
	border-left: none;
	box-sizing: border-box;
}

.reviews-lists li.top .t3 {
	height: 63px;
	display: initial;
	color: #fff;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}

.review-orhter {
	width: 100%;
	border-top: 1px solid #e4e4e4;
	text-align: right;
	color: #0157a9;
	font-size: 16px;
	margin-top: 90px;
	padding-top: 49px;
}

.review-orhter a {
	color: #0157a9;
}

.reviews-menu {
	width: 100%;
	height: 79px;
	background: url(fw_img96.jpg) center center no-repeat;
	text-align: center;
	box-sizing: border-box;
	padding-top: 30px;
}

.reviews-menu li {
	display: inline-block;
}

.reviews-menu li a {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
	margin: 0 4px;
	border-radius: 14px;
}

.reviews-menu li:hover a {
	background: #8ac419;
}

.reviews-menu li.on a {
	background: #8ac419;
}


.reviews-box {
	width: 100%;
}

.reviews-box .reviews-boxs {
	display: none;
}

.reviews-box .reviews-boxs.on {
	display: block;
}

.list5-prcture {
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding-left: 34px;
	padding-top: 30px;
}

.list5-prcture li {
	width: 240px;
	margin-right: 34px;
	margin-bottom: 25px;
	float: left;
	position: relative;
}

.list5-prcture li:nth-child(3n) {
	margin-right: 0;
}

.list5-prcture li .img {
	width: 100%;
	overflow: hidden;
}

.list5-prcture li .img img {
	width:240px;
	height:160px;
	transition: all ease .3s;
}

.list5-prcture li:hover .img img {
	transform: scale(1.05);
}

.list5-prcture li .pbox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*background: rgba(0,0,0,.3);*/
}

.list5-prcture li .pbox .icon {
	position: absolute;
	width: 30px;
	left: 0;
	top: 0;
}

.list5-prcture li .pbox .txt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background:rgba(0,0,0,.3);
}


.tpxw.list5-prcture {
	width: 100%;
	display: table;
	box-sizing: border-box;
	padding-left:0;
	padding-top: 30px;
}

.tpxw.list5-prcture li {
	width: 350px;
    height: 230px;
	margin-right: 37px;
	margin-bottom: 25px;
	float: left;
	position: relative;
}
.tpxw.list5-prcture li:nth-child(3n) {
	margin-right:0;
}
.tpxw.list5-prcture li .img img {
	width: 350px;
    height: 230px;
	transition: all ease .3s;
}



.reviews-txt {
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	margin-top: 31px;
}

.reviews-txts {
	font-size: 14px;
	color: #666;
	line-height: 32px;
	padding-top: 30px;
}


.forum {
	width: 860px;
	margin: auto;
	padding-bottom: 59px;
}

.forum .box1 {
	width: 100%;
	background: #fff;
	position: relative;
	box-sizing: border-box;
	padding: 25px 30px 32px;
	margin-top: 35px;
}

.forum .box1 .title {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #0054a6;
	margin-bottom: 36px;
}

.forum .box1 .label {
	font-size: 16px;
	color: #6f7275;
	line-height: 32px;
	margin-bottom: 31px;
	text-align: center;
}

.forum .box1 .label span {
	color: #0054a6;
}

.forum .box1 .txt {
	font-size: 16px;
	color: #6f7275;
	line-height: 28px;
}

.forum .box1 .more {
	font-size: 16px;
	color: #0054a6;
	line-height: 24px;
	position: absolute;
	right: 15px;
	top: 30px;
}

.forum .box2 {
	width: 100%;
	position: relative;
}

.forum .box2 .index-news {
	padding: 43px 0 44px;
}

.forum .box2 .index-news .box .news .title li {
	font-size: 18px;
	line-height: 50px;
	color: #0053b6;
	background: #eae6e6;
	position: relative;
	border-left: 2px solid #f4f4f4;
	padding:0 20px;
	background: #8ac419;
	color: #fff;
}

.forum .box2 .index-news .box .news .title li.on:after {
	display: none;
}

.forum .box2 .index-news .box .news .title .more {
	font-size: 16px;
	color: #0054a6;
	float: right;
	line-height: 50px;
	display: block;
	margin-right: 15px;
}

.forum .box2 .index-news .box .img {
	width: 510px;
	height: 425px;
	position:relative;
}

.forum .box2 .index-news .box .img .swiper-slide {
	width: 510px;
	height: 425px !important;
}
.forum .box2 .index-news .box .img .swiper-slide img {
	height: 425px;
}

.forum .box2 .index-news .box .img .bd, .forum .box2 .index-news .box .img .bd li {
	width: 510px;
	height: 425px;
}
.forum .box2 .index-news .box .img .bd li img {
	height: 425px;
}

.forum .box2 .index-news .box .news .list {
	padding-top: 6px;
}

.forum .box2 .index-news .box .news .list li {
	height: 69px;
	line-height: 69px;
	margin-bottom: 3px;
}

.forum .box3 {
	width: 100%;
	background: #fff;
}

.forum .box3 .schedules {
}

.forum .box3 .schedules .title {
	width: 100%;
	height: 57px;
	background: #0054a6;
	line-height: 57px;
	font-size: 20px;
	color: #fff;
	padding-left: 20px;
	box-sizing: border-box;
}

.forum .box3 .schedules .title .more {
	font-size: 16px;
	float: right;
	display: block;
	color: #fff;
	margin-right: 15px;
}

.forum .box3 .schedules .list {
	width: 100%;
	box-sizing: border-box;
	padding: 43px 46px 55px 51px;
}

.forum .box3 .schedules .list li {
	width: 100%;
	height: 49px;
	line-height: 49px;
	background: #f4f4f4;
	margin-bottom: 1px;
	text-align: center;
	font-size: 14px;
}

.forum .box3 .schedules .list li:nth-child(2n-1) {
	background: #ebebeb;
}

.forum .box3 .schedules .list li .t1 {
	width: 148px;
	box-sizing: border-box;
	border-right: 1px solid #fff;
	float: left;
	color: #666;
}

.forum .box3 .schedules .list li .t2 {
	width: 300px;
	float: left;
	border-right: 1px solid #fff;
	color: #666;
}

.forum .box3 .schedules .list li .t3 {
	width: 320px;
	float: left;
	border-right: 1px solid #fff;
	color: #0054a6;
}

.forum .box3 .schedules .list li .t4 {
	width: 330px;
	float: left;
	color: #666;
}

.forum .box3 .schedules .list li.tt {
	background: #8ac419;
	font-size: 18px;
}

.forum .box3 .schedules .list li.tt .t1 {
	color: #fff;
}

.forum .box3 .schedules .list li.tt .t2 {
	color: #fff;
}

.forum .box3 .schedules .list li.tt .t3 {
	color: #fff;
}

.forum .box3 .schedules .list li.tt .t4 {
	color: #fff;
}

.forum .box4 {
	width: 100%;
	margin-top: 46px;
}

.forum .box4 .speakers {
}

.forum .box4 .speakers .title {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #0054a6;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 20px;
	color: #fff;
}

.forum .box4 .speakers .title .more {
	display: block;
	float: right;
	margin-right: 15px;
	font-size: 16px;
	color: #fff;
}

.forum .box4 .speakers .guest {
	background: #fff;
	padding: 36px 0 60px;
	box-sizing: border-box;
}

.forum .box4 .speakers .guest .guest-list {
	width: 975px;
	margin: 0 auto;
}
.forum .box4 .speakers .guest .guest-list .guest-box {
	width:195px;
	padding:20px 10px;
	box-sizing:border-box;
}
.forum .box4 .speakers .guest .guest-list .guest-box .img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	margin:auto;
}

.forum .box4 .speakers .guest .guest-list .guest-box .img img {
	/*transition:all ease .3s;*/
	width: 150px;
	height:150px;
}

.forum .box4 .speakers .guest .guest-list .guest-box:hover .img img {
	transform: scale(1.1);
}

.forum .box4 .speakers .guest .guest-list .guest-box .t1 {
	color: #0054a6;
	font-size:16px;
}

.forum .box4 .speakers .guest .guest-list .guest-box .t2 {
	background: #0054a6;
}

.forum .box4 .speakers .guest .guest-list .guest-box {
	margin-bottom: 30px;
	margin-top:0;
}

.forum .box4 .speakers .guest .guest-list .guest-box .guest-tc {
	width:195px;
	background:rgba(204,204,204,.9);
}

.forum .box4 .speakers .guest .guest-list .prev {
	left: -72px;
	top:50%;
	transform:translateY(-50%);
}

.forum .box4 .speakers .guest .guest-list .next {
	right: -72px;
	top:50%;
	transform:translateY(-50%);
}

.forum .box5 {
	width: 100%;
	background: #fff;
	margin-top: 48px;
}

.forum .box5 .title {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #0054a6;
	box-sizing: border-box;
}

.forum .box5 .title li {
	font-size: 20px;
	color: #80a9d0;
	padding: 0 18px;
	float: left;
	cursor: pointer;
}

.forum .box5 .title li:hover {
	color: #fff;
}

.forum .box5 .title li.on {
	color: #fff;
}

.forum .box5 .title .more {
	display: block;
	float: right;
	margin-right: 15px;
	color: #fff;
	font-size: 16px;
}

.forum .box5 .list {
	width: 100%;
	box-sizing: border-box;
	padding: 32px;
	display: table;
}

.forum .box5 .list ul {
	display: none;
}

.forum .box5 .list ul.on {
	display: block;
}

.forum .box5 .list li {
	width: 212px;
	box-sizing: border-box;
	border: 1px solid #e6e2e2;
	float: left;
	margin-right: 19px;
	margin-bottom: 17px;
}

.forum .box5 .list li:nth-child(5n) {
	margin-right: 0;
}

.forum .box6 {
	width: 100%;
	background: #fff;
	margin-top: 47px;
}

.forum .box6 .title {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #0054a6;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 20px;
}

.forum .box6 .tbox {
	width: 100%;
	box-sizing: border-box;
	padding: 31px 30px 27px;
	display: table;
	position: relative;
}

.forum .box6 .tbox .img {
	width: 466px;
	float: left;
}

.forum .box6 .tbox .txt {
	width: 635px;
	float: right;
	font-size: 14px;
	line-height: 30px;
	color: #989393;
}

.forum .box6 .tbox .more {
	position: absolute;
	right: 33px;
	bottom: 27px;
	display: block;
	color: #0054a6;
	font-size: 16px;
	line-height: 30px;
	padding-right: 38px;
	background: url(fw_icon35.png)right center no-repeat;
}

.forum .box7 {
	width: 100%;
	background: #fff;
	margin-top: 47px;
}

.forum .box7 .title {
	width: 100%;
	height: 57px;
	line-height: 57px;
	background: #0054a6;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	padding-left: 20px;
}

.forum .box7 .title .more {
	font-size: 16px;
	float: right;
	color: #fff;
	margin-right: 15px;
}

.forum .box7 .address {
	width: 100%;
	height: 375px;
	box-sizing: border-box;
	padding-left: 150px;
	padding-top: 38px;
	background: url(fw_img100.jpg) center bottom no-repeat;
}

.forum .box7 .address .add-boxs {
	width: 485px;
	float: left;
	font-size: 16px;
	line-height: 36px;
	color: #888888;
}

.forum .box7 .address .add-boxs span {
	color: #000;
}


.guest-info {
	width: 860px;
	margin: auto;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
}

.guest-info .img {
	margin: 0 auto 30px;
	display: table;
}

.guest-info .title {
	font-size: 26px;
	line-height: 26px;
	color: #000;
	text-align: center;
	margin-bottom: 60px;
}

.guest-info .title span {
	width: 36px;
	height: 5px;
	background: #5d5b5b;
	display: block;
	margin: 20px auto 0;
}

.guest-info .txt {
	font-size: 16px;
	line-height: 36px;
	color: #888;
}


.download-title {
	width:100%;
	border-bottom:1px solid #eeeded;
	background:url(fw_icon41.png) left center no-repeat;
	box-sizing:border-box;
	font-size:18px;
	color:#333;
	line-height:28px;
	padding:27px 0 18px 46px;
	margin-top:23px;
}
.download-list {
	width:100%;
	padding:18px 0 12px;
}
.download-list li {
	width:100%;
	display:table;
	line-height:40px;
}
.download-list li a {
	display:block;
}
.download-list li .txt {
	font-size:14px;
	color:#666;
	box-sizing:border-box;
	padding-left:28px;
	background:url(fw_icon42.png) left center no-repeat;
	float:left;
}
.download-list li:hover .txt {
	color:#0054a6;
}
.download-list li .down {
	float:right;
	font-size:14px;
	color:#0054a6;
	box-sizing:border-box;
	padding-left:25px;
	background:url(fw_icon43.png) left center no-repeat;
}

.zhld-list {
	width:100%;
	border-top:1px solid #e4e4e4;
	margin-top:23px;
	padding-top:45px;
}
.zhld-list li {
	width:100%;
	display:table;
	border-bottom:1px solid #ebebeb;
	margin-bottom:30px;
}
.zhld-list li a {
	display:block;
}
.zhld-list li .t1 {
	width:100%;
	border-bottom:1px solid #ebebeb;
	font-size:18px;
	line-height:32px;
	color:#0054a6;
	padding-bottom:14px;
}
.zhld-list li .t1 span {
	color:#b1b1b1;
	float:right;
}
.zhld-list li .tbox {
	width:100%;
	display:table;
	padding:14px 0 19px;
}
.zhld-list li .tbox .img {
	width:129px;
	height:95px;
	overflow:hidden;
	float:left;
}
.zhld-list li .tbox .img img {
	width:100%;
	height:95px;
}
.zhld-list li .tbox .txt {
	width:686px;
	float:left;
	margin-left:30px;
	font-size:14px;
	color:#666;
	line-height:28px;
}


.page-info {
	width:100%;
	background:#fff;
	box-sizing:border-box;
	padding:0 40px;
}
.page-info .title {
	text-align:center;
	font-size:26px;
	line-height:32px;
	color:#0054a6;
	padding:32px 0 30px;
	border-bottom:1px solid #e4e4e4;
}
.page-info .txt {
	font-size:14px;
	line-height:32px;
	color:#666;
}


.guest-lists {
	width:100%;
	display:table;
	padding:40px 0;
}
.guest-lists li {
	float:left;
	width:254px;
	margin-right:34px;
	margin-bottom:20px;
}
.guest-lists li:nth-child(4n) {
	margin-right:0;
}
.guest-lists li .guest-box {
	width: 174px;
	text-align: center;
	position:relative;
	padding:20px 40px;
}

.guest-lists li .guest-box:nth-child(2n) {
	margin-top: 90px;
}

.guest-lists li .guest-box .img {
	width: 174px;
	height: 174px;
	box-sizing: border-box;
	border-radius: 100%;
	overflow: hidden;
}

.guest-lists li .guest-box .img img {
	width: 174px;
	height: 174px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
}

.guest-lists li .guest-box:hover .img img {
	transform: scale(1.1);
}

.guest-lists li .guest-box .t1 {
	font-size: 18px;
	line-height: 32px;
	color: #0054a6;
	margin-top: 29px;
}

.guest-lists li .guest-box .t2 {
	width: 19px;
	height: 1px;
	background: #0054a6;
	margin: 5px auto 10px;
}

.guest-lists li .guest-box .t3 {
	font-size: 16px;
	line-height: 32px;
	color: #9e9c9c;
}

.guest-lists li .guest-box .guest-tc {
	width:244px;
	height:306px;
	background:rgba(204,204,204,.9);
	box-sizing:border-box;
	padding:15px 22px;
	line-height:32px;
	position:absolute;
	left:0;
	top:0;
	display:none;
	transition:all ease .3s;
}
.guest-lists li .guest-box:hover .guest-tc {
	display:block;
}
.guest-lists li .guest-box .guest-tc .s1 {
	font-size:20px;
	color:#000;
	text-align:center;
	margin-bottom:6px;
}
.guest-lists li .guest-box .guest-tc .s2 {
	width:20px;
	height:1px;
	background:#555454;
	margin:auto;
}
.guest-lists li .guest-box .guest-tc .s3 {
	font-size:16px;
	color:#666;
	text-align:center;
	margin-bottom:18px;
}
.guest-lists li .guest-box .guest-tc .s4 {
	font-size:14px;
	color:#514e4e;
	text-align:left;
}
.guest-lists li .guest-box .guest-tc .s4 span {
	color:#2369ea;
}

.menu-advertising {
	display: none;
	width:100%;
	margin-top:13px;
}
.menu-advertising a {
	display:block;
	width:100%;
	margin-bottom:6px;
}

@media(max-width:1366px) {
	.exhibitor .exhibitor-box .prev {
		left: -45px;
	}

	.exhibitor .exhibitor-box .next {
		right: -45px;
	}

	.video .video-list .prev {
		left: -45px;
	}

	.video .video-list .next {
		right: -45px;
	}

	.picture .picture-list .next {
		right: -45px;
	}

	.picture .picture-list .prev {
		left: -45px;
	}

	.guest .guest-list .prev {
		left: -85px;
	}

	.guest .guest-list .next {
		right: -85px;
	}
}

.mores {
	height:30px;
	line-height:30px;
	display:block;
	padding:0 10px;
	border-radius:17px;
	background:#0054a6;
	color:#fff;
	font-size:14px;
	float:right;
	margin-top:20px;
}


.exhibition-menu {
	width:100%;
	background:#033c73;
	padding-bottom:40px;
}
.exhibition-menu .breadcrumbs {
	color:#fff;
	border-bottom:1px solid #1c63a7;
	margin-bottom:17px;
}
.exhibition-menu .breadcrumbs a {
	color:#538abf;
}
.exhibition-menu .menu-box {
	width:1200px;
	margin:auto;
	border-bottom:1px dashed #23609c;
	display:table;
	padding:25px 0 22px;
	position:relative;
}
.exhibition-menu .menu-box .name {
	width:100px;
	float:left;
	font-size:18px;
	line-height:32px;
	color:#fff;
}
.exhibition-menu .menu-box .list {
	width:1100px;
	float:left;
}
.exhibition-menu .menu-box .list a {
	font-size:14px;
	color:#6a93bb;
	line-height:32px;
	display:inline-block;
	padding:0 22px;
	border-radius:16px;
	cursor:pointer;
}
.exhibition-menu .menu-box .list a:hover {
	color:#fff;
	background:#8ac419;
}
.exhibition-menu .menu-box .list a.on {
	color:#fff;
	background:#8ac419;
}
.exhibition-menu .menu-box .list .more{
	float:right;
	padding-right:40px;
	line-height:32px;
	background:url(fw_icon44.png) right center no-repeat;
	background-size:30px;
	font-size:14px;
	color:#fff;
	cursor:pointer;
}
.exhibition-menu .menu-box .more-list {
	width:1100px;
	position:absolute;
	left:100px;
	top:79px;
	z-index:2;
	background:#033c73;
	border:1px solid #1c63a7;
	padding:25px 10px 22px;
	display:none;
}
.exhibition-menu .menu-box .more-list a {
	font-size:14px;
	color:#6a93bb;
	line-height:32px;
	display:inline-block;
	padding:0 22px;
	border-radius:16px;
	cursor:pointer;
	margin-bottom:5px;
}
.exhibition-menu .menu-box .more-list a:hover {
	color:#fff;
	background:#8ac419;
}
.exhibition-menu .menu-box .more-list a.on {
	color:#fff;
	background:#8ac419;
}
.exhibition-menu .menu-box .more-list .close {
	position:absolute;
	right:10px;
	top:10px;
	color:#fff;
	font-size:14px;
	cursor:pointer;
}

.exhibitions {
	width:100%;
	min-width:1200px;
	background:#f4f4f4;
	padding:40px 0;
}
.exhibitions .box {
	width:1200px;
	margin:auto;
	display:table;
}
.exhibitions .box .left {
	width:790px;
	float:left;
}
.exhibitions .box .left .e-box {
	width:100%;
	background:#fff;
	margin-bottom:21px;
}
.exhibitions .box .left .e-box .titles {
	width:100%;
	height:57px;
	line-height:57px;
	background:#ecebeb;
}
.exhibitions .box .left .e-box .titles .names {
	width:230px;
	float:left;
	text-align:center;
	background:#0054a6;
	font-size:20px;
	color:#fff;
}
.exhibitions .box .left .e-box .titles .address {
	width:486px;
	float:left;
	text-align:center;
	color:#f36c12;
	font-size:20px;
}
.exhibitions .box .left .e-box .titles .more {
	font-size:16px;
	color:#484646;
	width:72px;
	text-align:center;
	display:inline-block;
	float:left;
}
.exhibitions .box .left .e-box .titles .more:hover {
	color:#0054a6;
}
.exhibitions .box .left .e-box .tbox {
	width:100%;
	box-sizing:border-box;
	padding:18px 20px 25px;
	display:table;
}
.exhibitions .box .left .e-box .tbox .img {
	width:195px;
	float:left;
}
.exhibitions .box .left .e-box .tbox .list {
	width:550px;
	float:left;
	margin-left:5px;
}
.exhibitions .box .left .e-box .tbox .list a {
	width:240px;
	float:left;
	display:block;
	margin:0 14px 0 20px;
	line-height:47px;
	box-sizing:border-box;
	border-bottom:1px dashed #d7d5d5;
	font-size:14px;
	color:#666;
}
.exhibitions .box .left .e-box .tbox .list a:hover {
	color:#0054a6;
}

.exhibitions .box .right {
	width:388px;
	float:right;
}
.exhibitions .box .right .boxs1 {
	width:100%;
	margin-bottom:21px;
}
.exhibitions .box .right .boxs1 .name {
	width:100%;
	height:57px;
	line-height:57px;
	background:#8ac419;
	color:#fff;
	font-size:20px;
	box-sizing:border-box;
	padding-left:17px;
}
.exhibitions .box .right .boxs1 .name a {
	font-size:16px;
	color:#fff;
	float:right;
	margin-right:15px;
}
.exhibitions .box .right .boxs1 .img {
	width:100%;
}
.exhibitions .box .right .boxs1 .list {
	width:100%;
	box-sizing:border-box;
	padding:15px 23px;
	background:#fff;
}
.exhibitions .box .right .boxs1 .list a {
	display:block;
	box-sizing:border-box;
	padding-left:28px;
	background:url(fw_icon45.png) left center no-repeat;
	font-size:14px;
	line-height:48px;
	color:#666;
}
.exhibitions .box .right .boxs1 .list a:hover {
	color:#0054a6;
}

.exhibitions .box .right .boxs2 {
	width:100%;
	margin-bottom:21px;
}
.exhibitions .box .right .boxs2 .name {
	width:100%;
	height:57px;
	line-height:57px;
	background:#0054a6;
	color:#fff;
	font-size:20px;
	box-sizing:border-box;
	padding-left:17px;
}
.exhibitions .box .right .boxs2 .name a {
	font-size:16px;
	color:#fff;
	float:right;
	margin-right:15px;
}
.exhibitions .box .right .boxs2 .list {
	width:100%;
	display:table;
	background:#fff;
	box-sizing:border-box;
	padding:25px 17px 15px 20px;
}
.exhibitions .box .right .boxs2 .list a {
	width:108px;
	box-sizing:border-box;
	border:1px solid #ddd;
	margin-bottom:12px;
	margin-right:12px;
	display:block;
	float:left;
}
.exhibitions .box .right .boxs2 .list a:nth-child(3n) {
	margin-right:0;
}

.agenda-top {
	width:100%;
	border-bottom:1px solid #e4e4e4;
	font-size:26px;
	color:#0054a6;
	text-align:center;
	line-height:32px;
	padding-bottom:20px;
}
.agenda-top .t2 {
	text-align:center;
	font-size:14px;
	color:#888;
	line-height:14px;
	margin-top:35px;
}
.agenda-top .t2 span {
	color:#0054a6;
}

.agenda {
	width:100%;
	box-sizing:border-box;
	padding:0 25px;
}
.agenda-title {
	font-size:24px;
	color:#222;
	line-height:32px;
	text-align:center;
	padding:52px 0;
}
.agenda-t1 {
	width:100%;
	background:#54b9f9;
	font-size:16px;
	color:#fff;
	line-height:32px;
	padding:8px 20px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.agenda-box {
	width:100%;
	box-sizing:border-box;
	border:1px solid #ddd;
	font-size:14px;
	color:#888;
	line-height:32px;
	padding:20px;
	margin-bottom:30px;
}
.agenda-box span {
	color:#333;
}


.searchboxs {
	width:1200px;
	margin:auto;
	background:#fff;
	box-sizing:border-box;
	padding: 37px 40px;
}
.searchboxs .num {
	font-size:18px;
	color:#0054a6;
	line-height:32px;
	padding-bottom:25px;
	border-bottom:1px solid #e4e4e4;
}
.searchboxs .num span {
	color:#8ac419;
}
.searchboxs .list {
	width:100%;
	margin-bottom:60px;
}
.searchboxs .list li {
	padding:25px 0 15px;
	border-bottom:1px dashed #d9d7d7;
}
.searchboxs .list li .title {
	font-size:18px;
	color:#030303;
	line-height:32px;
	margin-bottom:18px;
}
.searchboxs .list li .title span {
	color:#76ac0b;
}
.searchboxs .list li .txt {
	font-size:14px;
	line-height:32px;
	color:#666;
}