body {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei", arial;
	font-size: 14px;
	background: #f4f5f6;
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
}

a {
	color: #000;
}

a:hover {
	color: #227cd9;
}
[v-cloak]{
	display: none
}
.container {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
}
/*
.topwrap a{
	text-decoration: underline;
}*/

.e5 {
	/*display: -webkit-box;*/
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal!important;
	/*
    -webkit-line-clamp: 5;
    -webkit-box-orient: verticalf
    */
}

.e3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.btn-primary {
	background-color: #308FF2;
	border-color: #308FF2;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
	background-color: #3370e6;
	border-color: #3370e6;
}

.topwrap {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.topwrap .tel span~span {
	margin-left: 30px;
}

.topwrap .btn-primary{
	position: relative;
	top:-1px;
	font-size: 13px;
	background: #2C66ED;
	padding: 1px 10px;
	border: none;
}

.fouswrap {
	width: 100%;
	height: 460px;
	background: url(../img/home-banner.jpg) no-repeat center center;
}

.page-fouswrap {
	width: 100%;
	height: 210px;
	background: url(../img/bb.png) no-repeat center -9px;
}

.navwrap {
	width: 100%;
	height: 80px;
	background: #227cd9;
	color: #fff;
}

.navwrap .title {
	line-height: 80px;
	font-size: 30px;
}

.navwrap ul li {
	line-height: 80px;
	font-size: 18px;
	flex-shrink: 0;
}

.navwrap ul li a {
	padding: 0 44px;
	color: #fff;
	display: block;
}

.navwrap .pull-right {
	margin-bottom: 0;
	align-items: center;
}
.navwrap ul {
	display: flex;
}

.navwrap img {
	display: block;
	height: 38px;
}

.navwrap ul li a:hover {
	/*background: rgba(0, 0, 0, .2);*/
	text-decoration: none;
}

.navwrap ul li a.actived {
	background: rgba(0, 0, 0, .2);
	text-decoration: none;
}

.pagewrap {
	padding: 30px 0;
}

.pagewrap .container~.container {
	margin-top: 40px;
}

.box {
	background: #fff;
	padding: 30px;
}

.box-half {
	width: calc(50% - 15px);
	float: left;
}

.box-half~.box-half {
	float: right !important;
}

.box-title b {
	font-size: 20px;
}

.box-title {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.home-about {
	width: 700px;
	height: 400px;
	border: #1b7ee3 solid 5px;
	border-radius: 9px;
	position: relative;
}

.home-about.box {
	padding: 0;
}

.home-about .box-title {
	margin-bottom: 0;
}

.home-about .icon-gril {
	position: absolute;
	left: 120px;
	top: -30px;
}

.home-about .box-title {
	width: 100%;
	height: 60px;
	background: url(../img/box-title.png) no-repeat center center;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 60px;
}

.home-about .box-title b {
	margin: 0 auto;
}

.home-about .box-body {
	padding: 30px 60px;
}

.home-about .box-body p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 30px;
}

.home-about .box-body .btnbox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.home-about .box-body .btnbox a {
	width: calc(100% / 3 - 10px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	background: #0699e4;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	padding: 10px 0;
}

.home-about .box-body .btnbox a:hover {
	text-decoration: none;
	background: #227cd9;
}

.home-about .box-body .btnbox a i {
	margin-right: 10px;
}

.home-about.box~.box,
.box-half.box~.box {
	margin-top: 0;
}

.home-news {
	width: 480px;
	height: 400px;
}

.home-list li {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-height: 44px;
	line-height: 44px;
}

.home-list li i {
	margin-right: 10px;
}

.home-list li a {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.home-list li span {
	margin-left: 30px;
	width: 80px;
	color: #666;
}

.totalbox {
	background: #fff;
	padding: 40px 0;
}

.totalbox li {
	width: calc(100% / 3);
	text-align: center;
	float: left;
}

.totalbox li h1 {
	font-size: 30px;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

.totalbox li:nth-of-type(2) {
	border-left: #ddd solid 1px;
	border-right: #ddd solid 1px;
}

.ticketbox {
	width: 100%;
	height: 430px;
	background: url(../img/bj2.jpg);
}

.ticket-head {
	height: 60px;
	padding: 0 180px;
}

.ticket-head ul li {
	width: 50%;
	float: left;
	text-align: center;
	background: #007AFF;
	color: #fff;
	height: 60px;
	padding: 5px 0;
}

.ticket-head ul li b {
	font-size: 20px;
	font-weight: normal;
}

.ticket-head ul li p {
	font-size: 12px;
	margin-top: 2px;
}

.ticket-head ul li~li {
	background: #656667;
}

.ticket-body {
	padding: 40px;
	display: flex;
	justify-content: space-around;
}

.ticket-body dl {
	width: 522px;
	float: left;
	text-align: center;
	color: #fff;
}

.ticket-body dl dt {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	float: left;
	margin-bottom: 40px;
}

.ticket-body dl dt span {
	border-bottom: #fff solid 2px;
	padding-bottom: 10px;
	display: inline-block;
}

.ticket-body dl dd {
	width: 181px;
	float: left;
}

.ticket-body dl dd .title {
	width: 100%;
	height: 43px;
	line-height: 43px;
	color: #000;
	margin-bottom: 30px;
	font-weight: bold;

}

.ticket-body dl dd:nth-of-type(1) .title {
	background: url(../img/tab-pan01.png) no-repeat center right;
}

.ticket-body dl dd:nth-of-type(2) .title {
	background: url(../img/tab-pan02.png) no-repeat;
}

.ticket-body dl dd:nth-of-type(3){
	width: 160px;
}
.ticket-body dl dd:nth-of-type(3) .title {
	background: url(../img/tab-pan03.png) no-repeat;

}

.ticket-body dl dd p {
	line-height: 30px;
}

.success-list li {
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	line-height: 44pxc;
}

.success-list li a {
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	color: #227cd9;
}

.item-tabs.nav-tabs {
	border: none;
}

.item-tabs.nav-tabs>li {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-right: 30px;
	position: relative;
}

.item-tabs.nav-tabs>li>a {
	color: #000;
	height: 100%;
	line-height: 30px;
	border: none;
	cursor: pointer;
	font-size: 18px;
	padding: 0;
}

.item-tabs.nav-tabs>li.active>a,
.item-tabs.nav-tabs>li.active>a:hover,
.item-tabs.nav-tabs>li.active>a:focus {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background: transparent;
}

.item-tabs.nav>li>a:hover,
.item-tabs.nav>li>a:focus {
	font-size: 18px;
	color: #000;
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background: transparent;
}

.item-tabs.nav-tabs>li>a:hover {
	border: none;
}

.itemlist .item {
	width: calc(100% / 4 - 15px);
	background: #fff;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	border: #f5f5f5 solid 1px;
}



.itemlist .item:hover {
	text-decoration: none;
	border: #f00 solid 1px;
}

.itemlist .item:nth-of-type(4n) {
	margin-right: 0;
}

.itemlist .item .pic {
	width: 100%;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
}

.itemlist .item .pic:before {
	content: "";
	display: block;
	padding-top: 75%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.itemlist .item .pic img {
	max-width: 100%;
	max-height: 208px;
}

.itemlist .item .info {
	padding: 15px;
}

.rightside .itemlist .item .info {
	padding: 15px 0;
}


.itemlist .item .info h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.itemlist .item .info p {
	color: #666;
	margin: 10px 0;
}

.itemlist .item .info .price {
	font-size: 12px;
}

.itemlist .item .info .price b {
	float: left;
	color: #f00;
	display: inline-block;
	width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}

.itemlist .item .info .price span {
	float: right;
}

.footerwrap {
	padding: 50px;
	background: #2e3954;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.footerwrap p~p {
	margin-top: 5px;
}

.footerwrap p span {
	margin: 0 5px;
}

.footerwrap a {
	color: #fff;
}


/*内页*/

.page-fouswrap .navwrap {
	height: 48px;
	background: rgb(35,99,235);
}


.page-fouswrap .navwrap .title {
	line-height: 48px;
}

.page-fouswrap .navwrap ul li {
	line-height: 48px;
	height: 48px;
	position: relative;
}

.searchwrap {
	height: 162px;
}

.searchbox {
	width: 502px;
	height: 42px;
	background: #fff;
	float: right;
	margin: 55px 0;
	border: #588cc1 solid 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-right: 190px;
}

.searchbox .selectbox {
	width: 100px;
	height: 40px;
}

.searchbox .selectbox .form-control {
	height: 100%;
}

.searchbox .selectbox .btn-default {
	border: none;
	height: 100%;
}

.searchbox .btn-default:hover,
.searchbox .btn-default:focus,
.searchbox .btn-default.focus,
.searchbox .btn-default:active,
.searchbox .btn-default.active,
.searchbox .open>.dropdown-toggle.btn-default {
	background: transparent;
	box-shadow: none;
	outline: none;
}

.searchbox .search-form {
	flex: 1;
	height: 100%;
	float: left;
	border: none;
	padding: 0 20px;
	font-size: 14px;
	outline: none;
}

.searchbox .search-btn {
	width: 60px;
	height: 100%;
	background: #227dda;
	text-align: center;
	padding: 10px 0;
	float: right;
	border: none;
}

.positionwrap {
	background: #fff;
	padding: 15px 0;
}

.positionwrap i {
	position: relative;
	top: -3px;
}

.positionwrap a {
	color: #227dda;
	line-height: 26px;
}

.positionwrap span {
	margin: 0 5px;
	line-height: 26px;
}

.mainside {
	width: 880px;
	float: left;
}

.rightside {
	width: 300px;
	float: right;
}

.sortbox {
	width: 100%;
	background: #fff;
	padding: 10px;
	background: #fff;
	border: #ddd solid 1px;
}

.sortbox .sortlist dl {
	width: 100%;
	border-bottom: #eee dashed 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sortbox .sortlist dl:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sortbox dl dt {
	width: 98px;
	text-align: right;
	font-weight: normal;
	color: #666;
	line-height: 36px;
}

.sortbox dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding-left: 15px;
}

.sortbox dl dd a {
	margin: 0 10px;
	line-height: 36px;
	display: inline-block;
}

.sortbox .selected dl {
	width: 100%;
	border-bottom: #eee dashed 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.sortbox .selected dl dd span {
	padding: 5px 10px;
	border: #ddd solid 1px;
	margin-right: 10px;
	cursor: pointer;
}

.sortbox .selected dl dd span i {
	font-size: 12px;
	margin-left: 5px;
	color: #666;
}

.sortbox .selected dl dd span:hover {
	border: #227dda solid 1px;
	color: #227dda;
}

.sortbox .selected dl dd span:hover i {
	color: #227dda;
}

.sortbox {
	margin-bottom: 20px;
}

.mainside .itemlist .item {
	width: calc(100% / 3 - 40px/3);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	border: transparent solid 1px;
}

.mainside .itemlist .item:hover {
	text-decoration: none;
	border: #f00 solid 1px;
}

.mainside .itemlist .item:nth-of-type(3n) {
	margin-right: 0;
}

.rightside .itemlist .item {
	width: 100%;
	margin-left: 0;
	padding: 20px;
	border: #ddd solid 1px;
}

.rightside .itemlist .item:last-child{
	margin-bottom: 0px;
}

.rightside .title {
	font-size: 20px;
	margin-bottom: 20px;
}

.pagebox {
	text-align: center;
	margin-top: 20px;
}

.pagebox a {
	height: 40px;
	min-width: 40px;
	padding: 0 15px;
	font-size: 16px;
	border-radius: 3px;
	background: #fff;
	display: inline-block;
	margin: 0 3px;
	border: #9c9c9e solid 1px;
	line-height: 40px;
}

.pagebox a:hover,
.pagebox a.active {
	background: #1e7edc;
	border: #1e7edc solid 1px;
	color: #fff;
	text-decoration: none;
}

.institutionlist .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 10px;
	background: #fff;
	border: #ddd solid 1px;
	margin-bottom: 20px;
}

.institutionlist .list .pic {
	width: 180px;
	height: 140px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.institutionlist .list .pic img {
	max-width: 100%;
	max-height: 100%;
}

.institutionlist .list .cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	padding: 15px 50px 0 20px;
}

.institutionlist .list .cont h4 {
	font-weight: bold;
}

.institutionlist .list .cont p {
	margin-top: 15px;
	line-height: 24px;
	color: #666;
}

.institutionlist .list .num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.institutionlist .list .num span {
	margin: 0 10px;
	color: #666;
}

.institutionlist .list .num span b {
	color: #000;
}

.detailwrap {
	background: #fff;
	border: #ddd solid 1px;
	padding: 20px;
	/*min-height: 1000px;*/
}

.detailwrap .item-detail {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.detailwrap .item-detail .pic {
	width: 320px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detailwrap .item-detail .cont {
	padding-left: 30px;
}

.detailwrap .item-detail .cont h3 {
	font-weight: bold;
	margin-bottom: 20px;
}

.detailwrap .item-detail .cont ul~ul {
	background: #fafafa;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 30px;
	border: #eeeeee solid 1px;
}
.detailwrap .item-detail .cont ul~ul li{width:33.33%;float: left; margin: 5px 0;}

.detailwrap .item-detail .cont ul li {
	margin: 13px 0;
}

.detailwrap .item-detail .cont ul li span {
	color: #f00;
}

.detailwrap .item-detail .btnbox .btn {
	padding: 0 30px;
	outline: none;
	height: 45px;
}

.detailwrap .item-detail .btnbox .btn-primary {
	font-size: 16px;
	font-weight: bold;
}

.detailwrap .item-detail .btnbox .btn-collect {
	background: transparent;
	cursor: pointer;
	text-decoration: none;
}

.detailwrap .item-detail .btnbox .btn-collect i {
	font-size: 18px;
	color: #f00;
	margin-right: 2px;
}

.detailwrap .item-info {
	margin-top: 40px;
}

.detailwrap .item-info h4 {
	font-weight: bold;
	margin-bottom: 20px;
}

.detailwrap .item-info p {
	line-height: 30px;
	margin-top: 20px;
	text-align: justify;
}

.companybox.box {
	border: #ddd solid 1px;
	margin-bottom: 20px;
	padding: 0;
}

.companybox .box-title {
	border-bottom: #ddd solid 1px;
	padding: 15px 20px;
}

.companybox .box-title b {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 162px;
	overflow: hidden;
}

.companybox .box-title span {
	font-size: 12px;
}

.companybox .box-body {
	padding: 0 30px 30px;
}

.companybox dl~dl {
	margin-top: 10px;
}

.companybox dl dd {
	width: 50%;
	float: left;
	line-height: 30px;
}

.companybox em {
	color: #ffc867;
	font-style: inherit;
}

.handlepoint {
	width: 100%;
	margin-top: 10px;
}

.handlepoint .starlist {
	display: inline-block;
	margin-right: 10px;
}

.handlepoint .starlist i {
	padding: 5px;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}

.ad {
	width: 100%;
	margin-bottom: 20px;
}

.ad img {
	width: 100%;
}

.box~.box {
	margin-top: 20px;
}

.form-control {
	height: 45px;
}

.formsearch .form-group {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;
}

.formsearch .form-group~.form-group {
	margin-left: 20px;
}

.formsearch .form-group label {
	margin-bottom: 0;
	padding-right: 15px;
}

.formsearch .formbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.formsearch .formbox span {
	margin: 0 10px;
}

.formsearch .bootstrap-select>.dropdown-toggle {
	height: 45px;
}

.formsearch .btn {
	height: 45px;
	padding-left: 20px;
	padding-right: 20px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 15px 0;
	text-align: center;
	border: none;
}

.table>thead>tr>th {
	border: none;
}

.table>tbody>tr:nth-of-type(odd) {
	background: #f5f7f9;
}

.information-detail {
	width: 100%;
	background: #fff;
	padding: 50px 50px 100px;
	font-size: 16px;
}

.information-detail .title {
	text-align: center;
}

.information-detail .title h1 {
	border-bottom: #ddd solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
}

.information-detail .title p span {
	margin: 0 10px;
}

.information-detail .cont {
	padding: 50px 100px;
	line-height: 40px;
	text-align: justify;
}

.information-detail .cont p~p {
	margin-top: 30px;
}

.sharebox {
	margin: 0 100px;
	padding: 20px;
	background: #f6f7f8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.sharebox span {
	margin: 0 10px;
}

.sharebox span a {
	text-decoration: none;
}

.information-detail .page {
	padding-left: 250px;
	padding-top: 50px;
}

.information-detail .page p {
	line-height: 40px;
}

.information-detail .page p a {
	color: #227dda;
}

.help-list li {
	margin-bottom: 20px;
}

.help-list li .question i {
	margin-right: 10px;
}

.help-list .answer {
	width: 100%;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, .1) 0 5px 10px;
	margin-top: 15px;
	display: none;
	line-height: 30px;
}

.help-list li.active .answer {
	display: block;
}
/*

.help-list li:nth-of-type(5n) {
	margin-bottom: 40px;
}
*/

.font-red {
	color: #f00;
}

.form-advice {
	padding: 50px 0 50px 0
}

.form-advice .btn-primary {
	height: 45px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}

.projectwrap {
	background: #fff;
	padding: 40px 0;
	min-height: 800px;
}

.projectbox {
	width: 1000px;
	margin: 0 auto;
}

.project-tabs.nav-tabs {
	border: none;
	text-align: center;
}

.project-tabs.nav-tabs>li {
	height: 100%;
	position: relative;
	display: inline-block;
	margin: 0 10px;
	float: inherit;
	height: 50px;
}

.project-tabs.nav-tabs>li>a {
	color: #000;
	width: 110px;
	height: 100%;
	cursor: pointer;
	font-size: 18px;
	display: block;
	background: #fff;
	border-radius: 6px;
	border: #93c8e2 solid 2px;
}

.project-tabs.nav-tabs>li.active>a,
.project-tabs.nav-tabs>li.active>a:hover,
.project-tabs.nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: pointer;
	border: transparent solid 2px;
	background: transparent;
	background: url(../img/yj.png) no-repeat;
}

.projectbox .tab-content {
	padding: 80px 0;
}

.project-title {
	margin-top: 40px;
	text-align: center;
}

.project-title p {
	margin-bottom: 20px;
	font-size: 24px;
}
.project-body-tit{
	font-size: 24px;
}
.project-flow-item{
	background: url("../img/project-flow.png") no-repeat;
	color: #fff;
	font-size: 14px;
	width: 88px;
	height: 48px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.project-flow-jt{
	padding: 0 10px;
}
.project-flow{
	display: flex;
	align-items: center;
	padding: 10px 0 25px;
}

.project-body-text{color: #000}
.project-body {
	width: 100%;

}


.information-detail .project-body {
	width: 100%;
	border-radius: 9px;
	border: none;
	background: transparent;
	padding: 0 60px;
}

.information-detail .project-body dd {
	background: url(../img/arrow.png) no-repeat center center;
}

.information-detail .project-body dd:last-child {
	background: none;
}

.information-detail .btnbox {
	text-align: center;
	margin-top: 30px;
}

.information-detail .btnbox .btn {
	height: 60px;
	padding: 0 50px;
	font-size: 20px;
}

#project .modal-header {
	text-align: center;
	background: #f5f5f5;
	padding: 20px 0;
}

#project .modal-content {
	border-radius: 0;
}

#project .modal-body {
	max-height: 740px;
	overflow-y: auto;
	padding: 40px 100px;
}

.modal-porject {
	width: 800px;
}

#project .modal-body .form-group .control-label {
	margin-top: 5px;
}

#project .modal-body .form-group .btn {
	height: 40px;
	padding: 0 20px;
}

.nav-pills>li>a {
	width: 15px;
	height: 15px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	border: #0fc2e0 solid 1px;
	padding: 0;
	position: relative;
	outline: none;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background: #0fc2e0;
}

.nav-pills {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.nav-pills:before,
.nav-pills:after {
	display: none;
}

.nav-pills>li {
	width: 20%;
	text-align: center;
	font-size: 12px;
}

.nav-pills>li p {
	margin-top: 10px;
	color: #333;
	padding: 10px 0;
	background: #eee;
}

.nav-pills>li.active p {
	color: #fff;
	background: #0fc2e0;
}

.nav-pills>li:nth-of-type(2):before,
.nav-pills>li:nth-of-type(4):before,
.nav-pills>li:nth-of-type(6):before {
	width: 180%;
	height: 1px;
	content: "";
	border-bottom: #0fc2e0 dashed 1px;
	position: absolute;
	top: 8px;
	left: -40%;
}

.newslist {
	padding: 10px;
	background: #fff
}

.newslist .list {
	width: 100%;
	padding: 20px;
	border-bottom: #ddd dashed 1px;
}

.newslist .list .title {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newslist .list .title span {
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-left: 15px;
}

.newslist .list .info {
	margin-top: 20px;
	color: #666;
	line-height: 24px;
	text-align: justify;
}

.newslist .list .source {
	color: #999;
	margin-top: 20px;
}

.newslist .list .source span {
	margin-right: 15px;
}

.newslist .pic {
	width: 120px;
	height: 120px;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	float: left;
	border: #ddd solid 1px;
	text-align: center;
	position: relative;
}

.newslist .pic~.cont {
	width: calc(100% - 120px);
	padding-left: 30px;
	float: left;
}

.newslist .pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.newslist .single-line{
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}

.topicbox dd {
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.uploadbox dt {
	min-width: 60px;
	height: 45px;
	padding: 0 15px;
	border: #ddd dashed 1px;
	border-radius: 3px;
	background: #f5f5f5;
	text-align: center;
	line-height: 45px;
	position: relative;
	cursor: pointer;
	width:140px;
}

.uploadbox dt input {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.uploadbox dt i {
	margin-right: 10px;
}

.uploadbox dt:hover {
	border: #308FF2 dashed 1px;
	color: #308FF2;
}

.uploadbox dd {
	min-width: 60px;
	height: 45px;
	padding: 0 15px;
	padding: 0 15px;
	border: #ddd solid 1px;
	border-radius: 3px;
	background: #fff;
	line-height: 45px;
	float: left;
	margin-right: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.uploadbox dd .delete {
	margin-left: 10px;
	cursor: pointer;
}

.uploadbox dd .delete:hover {
	color: #f00;
}

.contentus ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.contentus ul li {
	width: calc(100% / 3 - 15px);
	border: #ddd solid 1px;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 30px 0 20px 0px;
	text-align: center;
}

.contentus ul li p {
	text-align: center !important;
	margin-top: 0 !important;
	font-size: 16px;
}

.contentus ul li b {
	width: 100%;
	display: block;
	margin: 15px 0 0 0;
	font-size: 18px;
}

.contentus ul li i {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #fff;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	box-shadow: rgba(0, 0, 0, .1) 0 5px 10px;
}

.searchbox .btn-default:hover, .searchbox .btn-default:focus, .searchbox .btn-default.focus, .searchbox .btn-default:active, .searchbox .btn-default.active, .searchbox .open>.dropdown-toggle.btn-default {
	background: #fff;
	box-shadow: none;
	outline: none!important;
}

.filelist{border:none; margin-top:10px; width:100%; background: rgb(249, 249, 249)}
.filelist td{padding: 10px 20px;}
.filelist .bar1{width:100px;height: 10px; display: inline-block; border: none}
.filelist .bar1 span{max-width: 100px!important; background: rgb(54,150,122); border-radius: 10px;}
.filelist .filename{width:60%; color: rgb(74,137,194)}
.filelist .fileprogress{width: 25%;}
.filelist .filecz{width:15%; text-align: center; white-space: nowrap}

.viewfilelist{border:none; margin-top:0px; width:100%; max-width: 900px; background: rgb(249, 249, 249)}
.viewfilelist td{padding: 10px;}
.viewfilelist .filename{width: 85%; color: rgb(74,137,194)}
.viewfilelist .fileview{width: 15%;text-align: center}


.help-block{color: red}









.searchcontent{width: 900px;float: left; padding-right: 40px}
.searchpage .searchlist{width: 100%;}
.searchpage .searchhostory{width:240px;padding-bottom: 30px; float: right;min-height: 200px; padding-left: 40px;border-left: #ddd solid 1px;}
.searchlist .list{width: 100%;margin-bottom: 30px;padding-bottom: 30px;border-bottom: #DDD dashed 1px;}
.searchlist .pic img{width: 100%;height: 100%;}


.searchlist .list .title{font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.searchlist .list .title a{color: #01349A;}
.searchlist .list .title a:hover{text-decoration: underline;}
.searchlist .list .title a~span{font-size: 16px;font-weight: normal;color: #666;margin-left: 15px;}
.searchlist .list .info{margin-top: 20px;color: #666;line-height: 24px;text-align: justify;}
.searchlist .list .source{color: #999;margin-top: 20px;}
.searchlist .list .source span{margin-right: 15px;}
.searchlist .pic{width: 120px;height: 120px;display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;float: left;border: #ddd solid 1px;text-align: center;}
.searchlist .pic~.cont{width: calc(100% - 120px); padding-left: 30px;float: left;}

.searchlist .list .cont dl{width: 100%;margin-top: 20px;}
.searchlist .list .cont dl dd{width:50%;float: left;margin-bottom: 5px;color: #666;}
.searchlist .list .cont dl dt{width: 100%;color: #666;float: left; font-weight: normal;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.searchhostory .hostory{width: 100%;float: left;}
.searchhostory .hostory h4{font-weight: bold;margin-bottom: 15px;}

.searchhostory .hostory a{width: 100%;display: block;line-height: 30px;}
.searchhostory .hostory a:hover{text-decoration: underline;}
.searchhostory .hostory~.hostory{margin-top: 40px;}


.showMoreNum{max-width:30px; font-style: normal; display: inline-block}

.price span{color:#666;}
.price i{color:#222}

a.alink{color:#337ab7}


/*
订单预约
 */
/*
.yuyue-title{text-align: center; margin-bottom: 30px ;font-size: 28px}
.yuyue-title p{ font-size: 18px; margin-top: 20px;}
.yuyue-flow{ background: rgb(248,251,255); padding: 30px 60px;}
.yuyue-flow .line{border-bottom: 3px solid rgb(219,219,219);}
.yuyue-flow .step{width: 33.333%; border: 1px solid red;}
.yuyue-flow .eles{display: flex; align-content: space-between; align-items: center}

.yuyueForm{width: 600px; margin: 0px auto; padding: 30px 0}
.yuyueForm .form-horizontal .control-label{width: 28%!important;}
.yuyueForm label{color:rgb(100,100,100);}
.yuyueForm span.required{color:#ff0000;}
.yuyueForm .form-horizontal .col-sm-10{width: 70%!important;}

.yuyueForm .amountTip{ line-height: 33px; position: absolute; bottom: 0px; right: 0px; background: rgb(255,254,239); padding:20px; border: 1px solid rgb(209,200,109)}*/



/*预约*/
.orderbox{width:100%;}
.orderbox .order-title{text-align: center;margin-bottom: 50px;}
.orderbox .order-title h3{font-weight: bold;margin-bottom: 10px;}
.orderbox .status ul{width:100%;display: flex;justify-content: space-between;align-items: center;position: relative;}
.orderbox .status ul:before{width:calc(100% - 100px);height: 5px;background: #ddd;border-radius: 4px;content: "";position: absolute;left: 50%;bottom: 0px; transform: translateX(-50%);}

.orderbox .status ul li .step{position: relative; height: 80px;text-align: center;}
.orderbox .status ul li .step .name{font-size: 16px;}
.orderbox .status ul li .step .date{margin-bottom: 10px;margin-top: 5px; height: 20px;}
.orderbox .status ul li .step  .icon i{display: none;line-height: 30px;background: #000;width:30px;height: 30px;border-radius: 50%;color: #fff;}
.orderbox .status ul li .icon{width: 40px;height: 40px; border-radius: 40px;background: #ddd;text-align: center;line-height: 30px;margin:0 auto;padding: 5px;}

.orderbox .status ul li.active .step span{display: none;}
.orderbox .status ul li.active .step .name{font-weight: bold;}
.orderbox .status ul li.active .step .icon i {display: block;background: #44b5b4;}


.order-body .form-horizontal .control-label{width: 28%!important; padding-top: 11px}
.order-body label{color:rgb(100,100,100);}
.order-body span.required{color:#ff0000;}
.order-body .form-horizontal .col-sm-10{width: 70%!important;}


.order-body{background: #fff;padding:50px 100px;}
.orderbox-body .form-group .col-md-10{position: relative;}
.order-body .tishi{max-width:260px;padding: 20px;background: #fefdef;position: absolute;left:440px;bottom: 0;min-height: 100px;border:#dbd7c3 solid 1px;}
.order-body .tishi{line-height: 30px}
.order-body .tishi:before{position: absolute;width: 12px;height: 12px;background: #fefdef;border-left:#dbd7c3 solid 1px;border-bottom:#dbd7c3 solid 1px;position: absolute;left: -6px;bottom: 20px;content: "";transform: rotate(45deg);}

.order-body .tishi>div{white-space: nowrap}

.ordercheck{width:calc(100% - 40px);display: flex;padding: 30px;border: #eee solid 1px;margin: 50px 20px;}
.ordercheck .ordercheck-left{width:60%;display: flex;flex-wrap: wrap;}
.ordercheck dl{width:50%;margin-bottom: 30px;}
.ordercheck dl dt{font-size: 16px;}
.ordercheck dl dd{margin-top: 10px;}

.ordercheck .ordercheck-right{width:40%;border-left:#eee solid 1px;padding: 30px;}
.ordercheck .ordercheck-right .form-horizontal{padding-left: 20px;}

.ordercheck .ordercheck-right h3{margin-bottom: 20px;}

/*checkbox,radio*/

.checkbox,
.radiobox {
	margin: 0;
	padding: 0;
}

.checkbox label,
.radiobox label {
	position: relative;
	float: left;
	padding-left: 0;
	margin-right: 18px;
	margin-bottom: 0;
	font-weight: normal;
}

.checkbox input[type="checkbox"],
.radiobox input[type="radio"] {
	width: 18px;
	height: 18px;
	margin-left: 0;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.checkbox label i,
.radiobox label i {
	width: 18px;
	height: 18px;
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	border: #aaa solid 1px;
}

.checkbox label span,
.radiobox label span {
	line-height: 18px;
	position: relative;
	top: -2px;
}

.radiobox label i {
	border-radius: 50%;
}

.checkbox input:checked~i {
	border: #308FF2 solid 1px;
	background: #308FF2;
	width: 18px;
	height: 18px;
	display: block;
}

.checkbox input:checked~i:before {
	font-family: "themify";
	content: "\e64c";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: -3px;
	color: #fff;
}

.radiobox input:checked~i {
	border: #308FF2 solid 1px;
	background: #308FF2;
}

.radiobox input:checked~i:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

*:focus{outline: none}

.pic{position: relative}
.cxqicon{ background: url("../img/cxqicon.png"); width: 28px;height: 32px; position: absolute; top:0px; left: 0px; }

.item-info{margin-top: 20px; border-top:1px solid #efefef; padding-top: 30px;}
.item-info .cont{padding-top: 10px;}
.item-info  dt{font-weight: normal;width: 100%;padding-bottom: 20px;margin-bottom: 20px;}
.item-info  dt label{width: 140px;margin-bottom: 0;line-height: 30px;color: #000; display:block; text-align: left; font-weight: bold; font-size: 15px;}
.item-info  dt .p{width: calc(100% - 140px);line-height:30px;}
.item-info  dt:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.item-info  dd{width: 50%;float: left;line-height: 30px;}
.item-info  dd label{width: 100px;margin-bottom: 0; line-height: 30px;color: #999; float: left;font-weight: normal;text-align: right;}
.item-info  dd .p{width: calc(100% - 100px);float: left; padding-left: 20px;line-height:30px;}
.item-info  dd:last-child{width: 100%;}

.item-info .title2{    background: #fff; padding: 20px;}
.item-info .title2 h4{font-weight: bold}
.agency-more{padding-top: 0px}

.contactinfo{margin-top: 30px; border-top:1px solid #efefef; padding-top: 30px;}
.contactinfo h4{    font-weight: bold;
	margin-bottom: 20px;}
.contactinfo .cont{padding-top: 10px;}
.contactinfo  dt{font-weight: normal;width: 100%;float: left;border-bottom: #ddd dashed 1px;padding-bottom: 20px;margin-bottom: 20px;}
.contactinfo  dt label{width: 140px;margin-bottom: 0;line-height: 30px;color: #999; float: left;font-weight: normal;text-align: right;}
.contactinfo  dt .p{width: calc(100% - 140px);float: left; padding-left: 20px;line-height:30px;}
.contactinfo  dt:last-child{border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.contactinfo  dd{width: 50%;float: left;line-height: 30px;}
.contactinfo  dd label{width: 100px;margin-bottom: 0; line-height: 30px;color: #999; float: left;font-weight: normal;text-align: right;}
.contactinfo  dd .p{width: calc(100% - 100px);float: left; padding-left: 20px;line-height:30px;}
.contactinfo  dd:last-child{width: 100%;}



.serviceNum2{font-size: 13px;color:#666}
.serviceNum2 i{color: #000; font-style: normal; margin-left: 7px;}
.serviceNum2 .showMoreNum{max-width: 58px; width:58px}

.yuyue{margin-top: 20px}
.yuyue .btn-primary{
	font-size: 15px;
	padding: 5px 30px;
}
.yuyue .fa-star-o{font-size: 18px; margin-right: 5px;}




.sortbox dd.open {
	overflow: initial;
	transition: .3s;
	height: auto;
}
.sortbox dd {
	width: calc(100% - 80px);
	transition: .3s;
	height: 36px;
	overflow: hidden;
	padding-right: 80px;
	position: relative;
}
.sortbox dd .more {
	position: absolute;
	top: 3px;
	cursor: pointer;
	display: block;
	right: -5px;
	height: 30px;
	border: #ddd solid 1px;
	line-height: 30px;
	padding: 0 10px;
	color: #666;
}

.sortbox a {
	font-size: 16px;
}
.sortbox dd .more:hover {
	text-decoration: none;
}
.sortbox dd .more.active {
	text-decoration: none;
	color: #227cd9;
	border: #227cd9 solid 1px;
	background: transparent;
}
.sortbox dd .more.active i:before {
	content: "\e648";
}


.sortbox dd a.active {
	background: #227cd9;
	color: #fff;
}

.sortbox dd a {
	margin: 0px 5px!important;
	padding:0px 5px;
	cursor: pointer;
}
/*.sortbox dd a.more{margin-bottom: 0px!important;}*/

span.required{
	color: #ff0000;
}


#navbox .nav-sumbox{min-width: 100px;display: none; z-index: 99999; background: #fff;padding: 15px 0; position: absolute;top: 50px;box-shadow: rgba(0,0,0,.2) 0 5px 15px;}
#navbox .nav-sumbox a{width:100%;height: 40px;line-height: 40px;font-size: 16px;display: block;text-align: center;color:#222}
#navbox .nav-sumbox a:hover{color: #002e97;}


.map {
	width: 100%;
	min-height: 500px;
	border: #ddd solid 1px;
	margin-bottom: 30px;
}
.aboutmain .contact dl {
	width: 100%;
	float: left;
}

.aboutmain .contact dd {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
}

.aboutmain dl dd {
	line-height: 36px;
}

.helpIco{
	display: inline-block;
}
.helpItem{
	display: none;
	min-width: 120px;
	left: -25%;
	top: 37px;
}
.helpItem a {
	width: 100%;
	line-height: 30px!important;
	font-size: 16px;
	display: block;
	text-align: left;
	color: #222;

}

.helpIco:hover .helpItem  {
	display: block;
}

.homenav li{position: relative;}
.homenav .nav-sumbox{top:80px!important;}


.navwrap ul li:hover .nav-sumbox{
	display: block!important;
}


.articledetail{padding: 20px}
.articledetail .title {
	border-bottom: #ddd dashed 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.articledetail .title h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}
.articledetail .cont p {
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}
.equire-ul {
	width: 100%;
	display: inline-block;
}
.equire-ul li {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.equire-ul li label {
	width: 86px;
}
.equirebnt{margin-top: 20px;}
.cont img {
	max-width: 100%;
}



.left_gg{
	position:fixed;
	left: 10px;
	bottom:70px;
}

.left_gg .ti-close{
	position: absolute;
	top:-23px;
	right:-10px;
	font-size: 24px;
	cursor: pointer;
}
.gotopbox{width: 50px;position: fixed;right: 0;top: 60%; z-index: 1;}
.gotopbox ul li{margin-bottom:10px }

.gotopbox .ewm{width: 140px; text-align: center; background: #fff;border: #ddd solid 1px; padding-bottom: 10px; position: absolute;bottom:67px;right: 60px;display: none;}
.gotopbox .ewm.active {display: block;}
.gotopbox .ewm span{font-size: 12px;margin: 0;}


.source-title{ display: flex; align-items: center; justify-content: space-between}
.source-title a:first-child{width: 79%; overflow: hidden; padding-right: 20px; text-overflow: ellipsis; white-space: nowrap;}
.source-title a:last-child{width: 21%;}
.yuyue-btn img{ margin-right: 5px;vertical-align: bottom;}



@media screen and (max-width: 1366px) {
	.left_gg{display: none}
}


/** select 带搜索下拉插件 input框圆角美化 */
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
	border: 1px solid #d2d6de;
	border-radius: 0;
	padding: 6px 12px;
	height: 45px;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
	border-radius: 4px;
}
.select2{
	width: 100% !important;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	right: 3px;
}

.equirebox {
	font-size: 18px;
}

.equire-ul li{width: 100%;float: left;margin-bottom: 15px;}
.equire-ul li label{margin-right: 20px;}
.equire-pic{width: 100%; float: left;margin-top: 20px;}
.equire-pic .pic-list{width: 240px;height: 200px;float: left;margin-right: 20px;margin-bottom: 20px; border: 1px solid #ddd; display: flex; align-items: center; justify-content: center}
.equire-pic .pic-list img{max-width: 100%;max-height: 100%;}