/*头部*/

.head {
	width: 100%;
	height: 95px;
	background: #fff;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 0.3s ease-out 0s;
}

.head .logo {
	display: block;
	float: left;
	margin-right: 50px;
	padding: 10px 50px;
}

.head .nav {
	float: right;
	transition: all 0.3s ease-out 0s;
	margin-right: 100px;
}

.head .nav li {
	float: left;
	padding: 27px 0.5px;
	line-height: 20px;
	position: relative;
	transition: all 0.3s ease-out 0s;
	color: #333;
}

.head .nav li>a {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	transition: all ease-out .3s;
	background: url(/static/index/img/d.png) no-repeat right center;
}

.head .nav li.active>a,
.head .nav li:hover>a {
	color: #008cd7;
	/*background: #008cd7;*/
}

.head .nav li .subnav {
	width: 210px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -105px;
	transition: all 0.3s ease-out 0s
}

.head .nav li:hover .subnav {
	display: block;
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.head .nav li .subnav a {
	height: 49px;
	display: block;
	padding: 0 30px;
	line-height: 48px;
	border-top: 1px solid #f0f0f0;
	background: #fff;
	color: #333;
	font-size: 14px;
	transition: all 0.2s ease-out 0s;
}

.head .nav li .subnav a:first-child {
	border-top: none;
}

.head .nav li .subnav a i {
	opacity: 0;
	float: right;
	transition: all 0.2s ease-out 0s;
}

.head .nav li .subnav a:hover {
	text-indent: 10px;
	background: #008cd7;
	color: #FFF;
}

.head .nav li .subnav a:hover i {
	opacity: 1;
}

.head .lprelc {
	padding: 27px 30px;
}

.head .lprelc>div {
	padding: 9px 0;
	margin: 0 10px;
}

.fxewm p {
	display: none;
	position: absolute;
	right: 0;
	top: 60px;
	width: 120px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fxewm:hover p {
	display: block;
}

.search-ce span {
	cursor: pointer;
}

.search-ce p {
	position: absolute;
	display: none;
	background: rgba(255, 255, 255, .4);
	padding: 8px;
	width: 216px;
	right: -5px;
	top: 68px;
	height: 46px;
	z-index: 5;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.search-ce p .onc01 {
	width: 170px;
	float: left;
	height: 30px;
	border: none;
	padding: 0 5px;
}

.search-ce p .onc02 {
	width: 30px;
	height: 30px;
	float: left;
	background: #ddd url(../images/f3.png) no-repeat center center;
	background-size: 60% auto;
	cursor: pointer;
}


/*底部*/

.footer {
	width: 100%;
	position: relative;
	padding: 20px 2%;
	background: #464646;
	box-sizing: border-box;
	top: 32px;
}

.foldoc {
	position: absolute;
}

.footer .p {
	line-height: 26px;
}

.footer .p a {
	display: inline-block;
	padding: 0 4px;
}


/*首页*/

.content {
	background-color: #1d1e20;
}

.content .section {
	background-color: #fff;
	background-size: cover;
	background-position: top center;
}

#fp-nav.right {
	right: 20px;
}

#fp-nav ul li a span {
	display: none;
}

#fp-nav ul li {
	width: 21px;
	height: 21px;
	margin: 0 0 10px 0;
}

#fp-nav ul li a {
	background: url(../images/cd02.png) no-repeat center center;
	background-size: cover;
}

#fp-nav ul li a.active {
	background: url(../images/cd01.png) no-repeat center center;
	background-size: cover;
}

#fp-nav ul li a:hover {
	background: url(../images/cd01.png) no-repeat center center;
	background-size: cover;
	opacity: 0.8;
}

.section .main {
	position: relative;
}

.sec-title {
	text-align: center;
	padding-bottom: 3%;
}

.sec-title .p1 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

.sec-title .p1 span {
	color: #008cd7;
}

.sec-title .p2 {
	text-transform: uppercase;
	color: #ccc;
	font-size: 16px;
	margin-top: 0.3%;
	font-weight: bold;
}


/*第一屏*/

.section1 .bx-wrapper {
	height: 100%;
	width: 100%;
}

.section1 .bx-viewport {
	height: 100% !important;
}

.section1 .slider li {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section1 .slider li>a {
	width: 100%;
	height: 100%;
	display: table;
}

.section1 .slider li .wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.section1 .slider li .txt {
	width: 35%;
	float: left;
	margin-left: 150px;
	text-align: left;
}

.section1 .slider li .txt .p1 {
	font-size: 42px;
	line-height: 60px;
	height: 90px;
	color: #fff;
	padding-bottom: 30px;
}

.section1 .slider li .txt .p1::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #FDD947;
	margin-top: 76px;
}

.section1 .slider li .txt .p2 {
	font-size: 14px;
	height: 80px;
	line-height: 20px;
	transition-delay: 0.2s;
	width: auto;
	color: #6E6E6E;
	padding: 20px 0;
	overflow: hidden;
}

.section1 .slider li .txt div {
	transform: translateY(25px);
	transition: all ease-out .3s;
	opacity: 0;
}

.section1 .slider li.active .txt div {
	transform: translateY(0px);
	opacity: 1;
}

.section1 .slider li .arrowdown {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -15px;
	background: url(../images/arrowdown.png) no-repeat;
	background-size: 100%;
	-webkit-animation: fadeInUp 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s infinite alternate;
}

.section1 .bx-wrapper .bx-pager {
	bottom: 50px;
}

.section1 .bx-wrapper .bx-pager.bx-default-pager a,
.section2 .bx-wrapper .bx-pager.bx-default-pager a,
.section5 .bx-wrapper .bx-pager.bx-default-pager a {
	margin: 0px 1px;
	border-radius: 0px;
	width: 50px;
	height: 3px;
	transition: all ease-out .3s;
	border: 1px solid #333;
	background: transparent;
}

.section1 .bx-wrapper .bx-pager.bx-default-pager a.active,
.section1 .bx-wrapper .bx-pager.bx-default-pager a:focus,
.section1 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section2 .bx-wrapper .bx-pager.bx-default-pager a.active,
.section2 .bx-wrapper .bx-pager.bx-default-pager a:focus,
.section2 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.section5 .bx-wrapper .bx-pager.bx-default-pager a.active,
.section5 .bx-wrapper .bx-pager.bx-default-pager a:focus,
.section5 .bx-wrapper .bx-pager.bx-default-pager a:hover {
	border: 1px solid #008cd7;
	background-color: #008cd7;
}

.section1 .bx-wrapper .bx-controls-direction a,
.section2 .bx-wrapper .bx-controls-direction a,
.section5 .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	transition: all ease-out .3s;
}

.section1 .bx-wrapper .bx-prev,
.section2 .bx-wrapper .bx-prev,
.section5 .bx-wrapper .bx-prev {
	left: 20px;
	background: url(../images/pager01.png) no-repeat;
}

.section1 .bx-wrapper .bx-next,
.section2 .bx-wrapper .bx-next,
.section5 .bx-wrapper .bx-next {
	right: 20px;
	background: url(../images/pager01.png) no-repeat -40px 0;
}

.section1 .bx-wrapper .bx-prev:hover,
.section2 .bx-wrapper .bx-prev:hover,
.section5 .bx-wrapper .bx-prev:hover {
	background: #008cd7 url(../images/pager01.png) no-repeat;
}

.section1 .bx-wrapper .bx-next:hover,
.section2 .bx-wrapper .bx-next:hover,
.section5 .bx-wrapper .bx-next:hover {
	background: #008cd7 url(../images/pager01.png) no-repeat -40px 0;
}


/*第二屏*/

.section2-img {
	float: left;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.section2-right {
	float: right;
	width: 50%;
	padding-top: 95px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: table;
}

.section2-right>div {
	display: table-cell;
	vertical-align: middle;
}

.section2-right .clpsc-ofc {
	width: 60%;
	margin: 0 auto;
}

.section2-right .clpsc-ofc .p1 {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ccc;
}

.section2-right .clpsc-ofc .p2 {
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.section2-right .txt {
	width: 60%;
	max-height: 420px;
	line-height: 26px;
	margin: 20px auto 40px;
	font-size: 14px;
	color: #848484;
	overflow: hidden;
	text-indent: 2em;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
}

.section2-right .btn-more {}

.btn-more {
	width: 60%;
	margin: 0 auto;
}

.btn-more a {
	width: 200px;
	line-height: 50px;
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	background: #fff;
	transition: all 0.5s ease;
	color: #333;
}

.btn-more a:hover {
	color: #fff;
	background: #008cd7;
	transition: all 0.5s ease;
}


/*第三屏*/


/*第四屏*/

.conlcec {
	padding: 0 10%;
}

.perncs {
	width: 54%;
}

.dloces {
	margin-top: -5%;
	padding-left: 15%;
}

.dloces .date {
	width: 15%;
	text-align: center;
	position: absolute;
	font-size: 14px;
	left: 0;
	bottom: 4%;
	color: #464646;
}

.dloces .date strong {
	display: block;
	font-size: 48px;
}

.tacloc {
	background: #f8f8f8;
	padding: 20px;
}

.tacloc a {
	display: block;
}

.tacloc a .p1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	color: #333;
}

.tacloc a:hover .p1 {
	color: #008cd7;
}

.tacloc a .p2 {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.tacloc a .p3 {
	margin-top: 10px;
}

.tacloc a .p3 span {
	transition: all 0.5s ease;
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	background: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.tacloc a .p3 span:hover {
	transition: all 0.5s ease;
	background: #008cd7;
	border-color: #008cd7;
	color: #fff;
}

.lpreolc {
	width: 42%;
}

.lpreolc li {
	padding: 1% 0;
}

.lpreolc li a {
	display: block;
}

.lpreolc li a .p1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	color: #333;
}

.lpreolc li a:hover .p1 {
	color: #008cd7;
}

.lpreolc li a .p2 {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.lpreolc li a .p3 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 30px;
}

.lpreolc li a .p3 span {
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	padding: 0 20px;
	background: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 15px;
	transition: all 0.5s ease;
}

.lpreolc li a .p3 span:hover {
	background: #008cd7;
	border-color: #008cd7;
	color: #fff;
	transition: all 0.5s ease;
}


/*第五屏*/

.section5-map {
	float: left;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.section5-right {
	width: 50%;
	padding: 95px 5% 40px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: table;
}

.section5-right .coele {
	display: table-cell;
	vertical-align: middle;
}

.section5-right .ds01 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	color: #333;
}

.section5-right .ds02 {
	line-height: 25px;
	color: #666;
	color: #666;
	margin-top: 4%;
	font-size: 14px;
}

.section5-right .tloce {
	padding-right: 30%;
}

.section5-right .coldt {
	margin-top: 2%;
}

.section5-right .coldt input {
	float: left;
	width: 28%;
	margin-right: 2%;
	height: 45px;
	background: #fff;
	border: 1px solid #e7e7e7;
	padding: 0 5px;
}

.section5-right .tecgts {
	margin-top: 2%;
}

.section5-right .tecgts textarea {
	width: 88%;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 5px;
	height: 100px;
}

.section5-right .aftlec {
	margin-top: 2%;
}

.section5-right .aftlec input {
	width: 160px;
	height: 40px;
	border-radius: 20px;
	color: #fff;
	background: #008cd6;
	cursor: pointer;
	text-align: center;
}

.section5-right .coldt img {
	height: 45px;
}

.ny-cont {
	padding-top: 95px;
	background: url(../images/ny-bg.jpg);
	padding-bottom: 50px;
}

.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.ny-banner {
	height: 330px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.slocect {
	padding: 4% 0;
}

.lec-nav {
	width: 235px;
}

.lec-nav .blt {
	background: #2c7ec8;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

.lec-nav .blt strong {
	display: block;
	font-size: 18px;
}

.lec-nav li {
	margin-top: 2px;
}

.lec-nav li a {
	display: block;
	line-height: 40px;
	text-align: center;
	background: #f7f7f7;
	font-size: 14px;
	color: #333;
}

.lec-nav li a.cur {
	color: #2c7ec8;
}

.lec-nav li .inNav_er {
	display: none;
}

.lec-nav li .inNav_er a {
	line-height: 36px;
	font-size: 13px;
}

.lec-nav li .inNav_er a.act {
	background: #2c7ec8;
	color: #fff;
}

.lec-con {
	width: 910px;
}

.ny-dress {
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
}

.dlicts {
	color: #666;
	line-height: 2;
	padding: 2% 0;
	font-size: 14px;
}

.dlicts img {
	max-width: 100%;
	height: auto;
}


/*.dlicts p{ padding:10px 0;}*/

.pagest {
	padding: 20px 0;
	text-align: center;
}

.pagest a {
	margin: 0 3px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 12px;
	display: inline-block;
	border: 1px solid #ddd;
}

.pagest a.cur {
	background: #1784c6;
	color: #fff;
}

.skcont li {
	margin-top: 2%;
	background: #f7f7f7;
	padding: 10px 20px 10px 200px;
	position: relative;
	height: 212px;
	overflow: hidden;
}

.skcont li .pic {
	position: absolute;
	left: 10px;
	top: 10px;
}

.owl-carousel .tit {
	font-size: 18px;
	color: #333;
	line-height: 45px;
	height: 60px;
	padding-top: 15px;
	overflow: hidden;
	text-align: center;
	border-top: 2px solid #008CD7;
	margin-top: 10px;
}

.owl-carousel .tit span {
	float: right;
	font-size: 14px;
}

.skcont li .con {
	color: #999;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	font-size: 13px;
}

.skcont li .link {
	margin-top: 15px;
}

.skcont li .link a {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	color: #fff;
	background: #157bb9;
	text-align: center;
	font-size: 15px;
}

.news-ul li {
	padding-left: 35px;
	width: 31.3%;
	margin: 2% 1% 1%;
	float: left;
}

.news-ul li a {
	display: block;
	position: relative;
	background: #f5f5f5;
	padding: 15px;
}

.news-ul li a .masc {
	width: 35px;
	line-height: 35px;
	color: #fff;
	background: #157bb9;
	left: -35px;
	top: 0;
	position: absolute;
	text-align: center;
}

.news-ul li a .tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #333;
}

.news-ul li a:hover .tit {
	color: #1784c6
}

.news-ul li a .con {
	line-height: 20px;
	color: #666;
	height: 40px;
	overflow: hidden;
}

.news-ul li a .tim {
	color: #999;
	margin-top: 5px;
}

.news-ul li a .pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 123px;
	margin-top: 10px;
}

.tslcee {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #333;
	padding: 20px 0 10px;
}

.timde {
	text-align: center;
}

.news-cond {
	line-height: 2;
	font-size: 14px;
	padding: 2% 0;
	color: #333;
}

.news-cond img {
	max-width: 95%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.news-cond p {
	padding: 5px 0;
}

.bdcge {
	margin-top: 20px;
}

.bdcge a {
	color: #fff;
	display: inline-block;
	width: 150px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	background: #157bb9;
	border-radius: 3px;
}

.afrelc li {
	width: 31.3%;
	margin: 2% 1% 1%;
	float: left;
}

.afrelc li a {
	display: block;
	position: relative;
	color: #f9f9f9;
}

.afrelc li a .pic {
	overflow: hidden;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.afrelc li a .pic img {
	transition: all 0.5s ease;
}

.afrelc li a:hover .pic img {
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.afrelc li a .con {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-top: 15%;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: all 0.5s ease;
}

.afrelc li a .con .p2 {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.afrelc li a:hover .con {
	opacity: 1;
	transition: all 0.5s ease;
}

.colodc {
	padding: 2% 0;
}

.colodc .minlg img {
	max-width: 100%;
}

.n-balc {
	padding: 2% 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	border-bottom: 1px solid #ddd;
}

.padcmt {
	padding: 2% 0;
	line-height: 2;
	font-size: 14px;
}

.padcmt p {
	padding: 5px 0;
}

.fhlor a {
	font-size: 14px;
	color: #333;
}

.nfelc {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

.nfelc a {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease;
}

.nfelc a:hover {
	color: #fff;
	background: #157bb9;
	transition: all 0.5s ease;
}

.tchlo {
	padding: 20px 0 20px 40px;
}

.tchlo span {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.elcms li {
	padding-left: 40px;
	margin-top: 15px;
	cursor: pointer;
}

.filc01 {
	background: #f8f8f8;
	padding: 15px 0;
	color: #333;
}

.filc01.cur {
	color: #fff;
	background: #157bb9;
}

.filc01 span {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
}

.filc01 .buslc {
	position: absolute;
	left: -30px;
	top: 15px;
	cursor: pointer;
}

.orelcs {
	font-size: 14px;
	line-height: 2;
	color: #464646;
	padding: 2%;
	border: 1px solid #157bb9;
	display: none;
}

.orelcs .gacegs {
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.orelcs .to_join {
	display: block;
	width: 150px;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	background: #157bb9;
	color: #fff;
	font-size: 16px;
	margin: 15px 0 0 auto;
}

.newctl {
	padding: 4% 0;
}

.newctl li {
	color: #333;
	width: 33.3%;
	float: left;
	padding: 0 10px;
	text-align: center;
}

.newctl li .tit {
	font-size: 16px;
	margin-top: 10px;
}

.newctl li .con {
	font-weight: bold;
	margin-top: 10px;
	font-size: 14px;
}

.lodcut {
	color: #333;
}

.lodcut td {
	padding: 10px 5px;
	font-size: 16px;
}

.lodcut td .inp01 {
	height: 45px;
	border: 1px solid #ddd;
	background: none;
	padding: 0 5px;
	width: 90%;
	float: left;
}

.lodcut td textarea {
	width: 90%;
	padding: 5px;
	border: 1px solid #ddd;
	background: none;
	height: 100px;
}

.lodcut td .ildc {
	width: 90%;
	height: 45px;
	border: none;
	color: #fff;
	background: #757575;
	cursor: pointer;
	font-size: 16px;
	text-align: center;
}

.lodcut td img {
	margin-left: 10px;
}


/*动画*/

.animateup {
	opacity: 0;
	top: 50px;
	transition: all 0.5s ease;
	position: relative;
}

.active .animateup {
	opacity: 1;
	top: 0;
	transition: all 0.5s ease 0.5s;
}

.active .an06 {
	transition-delay: 0.6s;
}

.active .an09 {
	transition-delay: 0.9s;
}

.active .an12 {
	transition-delay: 1.2s;
}

.honor-li {
	width: 31%;
	margin: 25px 0 0 2%;
	float: left;
	background: url(../images/vd.png) no-repeat center bottom;
	background-size: 100% auto;
}

.honor-li .honor-li-a {
	padding-bottom: 30px;
}

.honor-li .honor-li-a .honor-li-img {
	height: 200px;
	line-height: 200px;
	text-align: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.honor-li .honor-li-a .honor-li-img a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}

.honor-li .honor-li-a .honor-li-img img {
	max-width: 90%;
	max-height: 100%;
	vertical-align: bottom;
}

@media screen and (max-width: 640px) {
	.honor-li {
		width: 48%;
		margin: 25px 1% 0;
	}
	.honor-li .honor-li-a .honor-li-img {
		left: 0;
		top: 0;
	}
	.polofe {
		padding: 20px 0;
	}
}

@media screen and (max-width: 420px) {}


/**在线应聘**/

.join_form {
	max-width: 650px;
	margin: auto;
	padding: 50px 0;
}

.join_form .join_ipt {
	margin-bottom: 18px;
	position: relative;
}

.join_ipt.joinReq:after {
	content: "*";
	color: #ff2323;
	display: block;
	position: absolute;
	font-size: 20px;
	line-height: 36px;
	width: 38px;
	text-align: center;
	top: 0;
	right: 0;
}

.join_ipt .joinIpt_name {
	width: 85px;
	line-height: 36px;
	font-size: 14px;
	color: #666;
	float: left;
}

.join_ipt input[type='text'] {
	width: calc(100% - 125px);
	float: left;
	height: 36px;
	border: 1px solid #ccc;
	padding-left: 10px;
	font-size: 14px;
}

.join_ipt textarea {
	width: calc(100% - 125px);
	float: left;
	height: 164px;
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 14px;
}

.join_ipt .join_file {
	width: 305px;
	max-width: calc(100% - 125px);
	float: left;
	position: relative;
	text-align: center;
}

.join_file:after {
	content: "*";
	color: #ff2323;
	display: block;
	position: absolute;
	font-size: 20px;
	line-height: 36px;
	width: 38px;
	text-align: center;
	top: 0;
	left: 100%;
}

.join_file .JFT1 {
	width: 66%;
	float: left;
	line-height: 34px;
	font-size: 12px;
	color: #999;
	border: 1px solid #ccc;
	border-right: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.join_file .JFT2 {
	width: 34%;
	float: left;
	line-height: 36px;
	font-size: 13px;
	color: #fff;
	background: #fec961;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.join_file input[type='file'] {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.join_form .join_btn {
	margin-top: 36px;
	margin-left: 85px;
	margin-right: 40px;
}

.join_btn input {
	width: 160px;
	height: 45px;
	font-size: 15px;
	color: #fff;
	max-width: 48%;
	cursor: pointer;
}

.join_btn input.JBtn1 {
	background: #198eed;
	float: left;
}

.join_btn input.JBtn2 {
	background: #c0c0c0;
	float: right;
}

@media (max-width: 520px) {
	.join_ipt.joinReq:after {
		width: 28px;
		top: 30px;
	}
	.join_ipt .joinIpt_name {
		width: 100%;
		line-height: 30px;
		float: none;
	}
	.join_ipt input[type='text'] {
		width: calc(100% - 30px);
		float: none;
	}
	.join_ipt textarea {
		width: calc(100% - 30px);
		float: none;
	}
	.join_ipt .join_file {
		max-width: calc(100% - 30px);
		float: none;
	}
	.join_file:after {
		width: 28px;
	}
	.join_form .join_btn {
		margin-top: 20px;
		margin-left: 0;
		margin-right: 30px;
	}
	.join_btn input {
		height: 36px;
	}
}


/**修改，首页新闻。避免class重复，所以比较长**/

.w1780HP {
	max-width: 1780px;
	margin: auto;
	padding: 1%;
}

.indNews_list_hp .indNews_one_hp {
	display: block;
	width: 31.2%;
	margin-right: 3.2%;
	float: left;
	position: relative;
}

.indNews_list_hp .indNews_one_hp:nth-child(3n) {
	margin-right: 0;
}

.indNews_one_hp .indNews_pic_hp {
	width: 85%;
	overflow: hidden;
}

.indNews_pic_hp img {
	width: 100%;
	transition: all 2s;
	height: 300px;
}

.indNews_one_hp:hover .indNews_pic_hp img {
	transform: scale(1.1);
}

.indNews_one_hp .indNews_time_hp {
	width: 80px;
	padding-left: 10px;
	height: 105px;
	font-family: Arial;
	font-size: 11px;
	color: #999;
	text-align: center;
}

.indNews_time_hp .indNews_day_hp {
	font-size: 34px;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	line-height: 40px;
}

.indNews_one_hp .indNews_txt_hp {
	background: #f8f8f8;
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 20px 20px 14px;
}

.indNews_txt_hp .indNews_T1_hp {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 5px;
}

.indNews_txt_hp .indNews_T2_hp {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.indNews_txt_hp .indNews_link_hp {
	width: 52px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: #999;
	background: #fff;
	border-radius: 11px;
	margin: 6px 0 0 auto;
}


/****/

.indVdo_main_hp {
	max-width: 1540px;
	margin: auto;
}

.indVdo_list_hp .indVdo_one_hp {
	display: block;
	position: relative;
	width: 47%;
	margin: 0 1.5%;
	float: left;
}

.indVdo_one_hp .indVdo_pic_hp {
	width: 94%;
	overflow: hidden;
	position: relative;
}

.indVdo_pic_hp:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/ind_play_03.png") center no-repeat;
}

.indVdo_pic_hp img {
	width: 100%;
	transition: all 2s;
	height: 380px;
}

.indVdo_one_hp:hover .indVdo_pic_hp img {
	transform: scale(1.1);
}

.indVdo_one_hp .indVdo_time_hp {
	width: 80px;
	padding-left: 10px;
	height: 86px;
	font-family: Arial;
	font-size: 11px;
	color: #999;
	text-align: center;
}

.indVdo_time_hp .indVdo_day_hp {
	font-size: 34px;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	line-height: 40px;
}

.indVdo_one_hp .indVdo_txt_hp {
	background: #f8f8f8;
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 90px);
	box-sizing: border-box;
	padding: 40px 30px;
}

.indVdo_txt_hp .indVdo_T_hp {
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	width: calc(100% - 80px);
	float: left;
}

.indVdo_txt_hp .indVdo_Link_hp {
	width: 68px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #ccc;
	font-size: 15px;
	color: #999;
	background: #fff;
	border-radius: 15px;
	float: right;
}

.indVdo_main_hp .bx-wrapper .bx-pager.bx-default-pager a.active,
.indVdo_main_hp .bx-wrapper .bx-pager.bx-default-pager a:focus,
.indVdo_main_hp .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #008cd7;
}


/**视频**/

.indVdo_pop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 101;
	display: none;
}

.indVdo_pop .indVdo_PClose {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	cursor: pointer;
	background: #000 url('../images/close.png') center no-repeat;
	right: 5%;
	transition: all .6s;
}

.indVdo_pop .indVdo_PClose:hover {
	transform: rotate(360deg);
}

.indVdo_pop video {
	width: 80%;
	height: 80%;
	background: #000;
	position: absolute;
	left: 10%;
	top: 10%;
}

.section2-img:hover:after {
	background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1520px) {
	.indNews_pic_hp img {
		height: 280px;
	}
}

@media (max-width: 1300px) {
	.indNews_pic_hp img {
		height: 230px;
	}
}

@media (max-width: 1100px) {
	.indNews_pic_hp img {
		height: 200px;
	}
}

.indVdo_main_hp .bx-wrapper .bx-loading {
	display: none;
}

#owl-demo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#owl-demo .item {
	display: block;
	margin: 5px;
}

#owl-demo img {
	display: block;
	width: 100%;
}

#owl-demo2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#owl-demo2 .item {
	display: block;
	margin: 5px;
}

#owl-demo2 img {
	display: block;
	width: 100%;
}

#owl-demo3 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#owl-demo3 .item {
	display: block;
	margin: 10px;
	border: 1px solid #ddd;
	padding: 4px;
}

#owl-demo3 img {
	display: block;
	width: 100%;
}

.map_wrap {
	width: 100%;
	height: 879px;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}

.news_list li {
	width: 45%;
	margin: 0 2.5%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 10px;
}

.news_list li a {
	font-size: 20px;
	font-weight: bold;
	color: #008cd7;
}

.news_list li p {
	font-size: 14px;
	margin: 10px 0 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}

.news_list li span {
	display: block;
	font-size: 12px;
	margin-bottom: 0.625rem;
}

.top_phone {
	font-size: 30px;
	color: #A92523;
	font-weight: bold;
}

.top_phone span {
	font-size: 14px;
}

.item img {
	width: 100%;
}

.ry_text {
	width: 60%;
	margin: 0 auto;
}

.ry_text h2 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #A92523;
	margin-bottom: 1%;
	margin-top: 1%;
}

.ry_text p {
	font-size: 16px;
	color: #666;
	text-indent: 2em;
	line-height: 28px;
	letter-spacing: 1px;
}

.deve_box {
	margin: 0 auto;
	max-width: 1500px;
}


/* CSS Document */


/*top*/

#top {
	height: 80px;
	line-height: 80px;
	position: fixed;
	width: 100%;
	z-index: 9;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #E6E6E6;
}

#top ul {
	margin-left: 223px;
}

#top li {
	float: left;
}

#top li.li2 {
	width: 87px;
}

#top li a {
	display: inline-block;
	font-size: 13px;
	padding: 0 17px;
	color: #6F6F6F;
}

#top li:hover a {
	background: #FF0000;
	color: #fff;
}

#top li div {
	display: none;
	height: 59px;
	line-height: 59px;
	padding-left: 42px;
	margin-top: -1px;
}

#top li div a {
	color: #B7B7B9;
}

#top li:hover div {
	display: block;
	width: 1000px;
	background: #4E4C51;
}

#top li.li2:hover div a {
	background: none;
}

#top span {
	displa: block;
	width: 1px;
	height: 80px;
	background: #E7E7E7;
}

#top p {
	font-size: 13px;
	color: #8C8C8C;
	margin-left: 14px;
}

#top i {
	margin-top: 35px;
	margin-left: 10px;
}

.navBtn,
.userBtn {
	display: none;
}


/*banner*/

#banner {
	margin-top: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#banner .bd img {
	width: 100%;
	display: block;
}

#bg {
	background: #fff;
	position: relative;
	z-index: 2;
	margin-top: 990px;
}


/*jituan*/

#jituan {
	padding-top: 88px;
	background: #F2F2F2;
}

#jituan .title h3 {
	font-size: 26px;
	color: #333333;
	font-weight: normal;
	text-align: center;
}

#jituan .title p {
	color: #9A9A9A;
	text-align: center;
	margin-top: 14px;
}

#jituan ul {
	margin-top: 70px;
}

#jituan li {
	width: 33.333%;
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding-right: 20px;
}

#jituan li h3 {
	color: #595959;
	font-weight: normal;
	margin-top: 29px;
	margin-botttom: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jituan li .sp_bg {
	width: 35px;
	height: 35px;
	border: 1px solid #E8E8E8;
	border-radius: 35px;
	line-height: 35px;
	margin-left: 180px;
	diplay: none;
}

#jituan li span {
	font-size: 13px;
	color: #B6B6B6;
}

#jituan li p {
	font-size: 14px;
	color: #737373;
	margin-top: 28px;
	display: block;
	/*white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/
}

#jituan li i {
	display: block;
	width: 100px;
	height: 1px;
	background: #DFDFDF;
	margin-left: 150px;
	margin-top: 13px;
	margin-bottom: 22px;
}

#jituan li a:hover .sp_bg {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

#jituan li a:hover i {
	width: 26px;
	transition: all ease-out .2s
}

#jituan li a:hover h3 {
	color: #E60012;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


/*jituan*/

#chanye {
	margin-top: 86px;
}

#chanye .title h3 {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

#chanye .title p {
	font-size: 12px;
	color: #8F8F8F;
	text-align: center;
	margin-top: 15px;
}

#chanye .title .p_list {
	margin-top: 55px;
}

#chanye .title .p_list a {
	display: inline-block;
	margin: 0 30px;
	color: #9B9B9B;
}

#chanye ul {
	margin-top: 75px;
}

#chanye li a {
	display: block;
	overflow: hidden;
}

#chanye li {
	box-sizing: border-box;
	width: 25%;
	float: left;
	position: relative;
	padding-right: 20px;
}

#chanye li img {
	width: 100%;
	display: block;
	height: 200px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
}


/*#chanye li em{position:absolute; bottom:113px; right:88px; color:#FF0000;}
#chanye li i{position:absolute; bottom:99px; right:26px; color:#fff;}*/

#chanye li h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-top: 28px;
	margin-bottom: 13px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#chanye li p {
	color: #888888;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#chanye li span {
	width: 286px;
	height: 2px;
	display: block;
	background: #E9E9E9;
	margin-top: 30px;
}

#chanye li a:hover img {
	transform: scale(1.1, 1.1);
}

#chanye li a b {
	width: 0px;
	height: 2px;
	display: block;
	background: #FF0000;
	position: relative;
	top: -1px;
}

#chanye li a:hover b {
	width: 286px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0s;
}

#chanye a.more {
	background: transparent;
	border: 1px solid #dfdfdf;
	font-family: "HELVETICANEUELTPRO-THEX";
	color: #9f9f9f;
	display: block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-indent: 0px;
	transition: all 0.3s ease-out 0s;
	width: 300px;
	margin-left: 40%;
	margin-top: 82px;
	margin-bottom: 118px;
	text-align: center;
}

#chanye a.more::after {
	content: "";
	display: block;
	width: 0;
	height: 52px;
	background-color: #FF3232;
	margin-top: -51px;
	transition: all 0.6s ease 0s;
}

#chanye a.more:hover::after {
	width: 300px;
	height: 52px;
}

#chanye a.more:hover {
	color: #fff;
	border: 1px solid #FF3232;
}


/*jianjie*/

#jianjie {
	border-top: 1px solid #E8E8E8;
}

#jianjie>div {
	padding-top: 82px;
}

#jianjie>div h2 {
	font-size: 26px;
	color: #4A4A4A;
	text-align: center;
	margin-left: auto;
	font-weight: normal;
}

#jianjie>div span {
	color: #8F8F8F;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 60px;
	margin-left: auto;
	display: block;
}

#jianjie p {
	color: #8F8F8F;
	text-align: left;
	font-size: 14px;
	text-indent: 3em;
	line-height: 28px;
}

#jianjie .more,
#news .more {
	border: 1px solid #ccc;
	position: relative;
	transition: all 0.5s ease 0s;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-left: 43%;
	margin-top: 61px;
	margin-bottom: 98px;
	display: block;
	width: 160px;
	color: transparent;
	background: url(../img/jiantou.png) no-repeat 32px -97px;
}

#jianjie a.more:hover,
#news a.more:hover {
	border: 1px solid transparent;
}

#jianjie a.more::after,
#news a.more::after {
	content: "";
	width: 160px;
	height: 32px;
	border: 3px solid transparent;
	opacity: 0;
	transition: all 0.5s ease 0s;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -1px;
	left: -1px;
	transform: scale(1, 1);
}

#jianjie a.more:hover::after,
#news a.more:hover::after {
	width: 158px;
	height: 36px;
	border: 3px solid #038A03;
	opacity: 1;
	margin: 0 auto;
	transform: scale(1.1, 1.1);
	text-align: center;
	top: -5px;
	left: -2px;
}

#jianjie a.more:hover,
#news a.more:hover {
	background: url(../img/jiantou.png) no-repeat 32px -126px;
	background-color: transparent;
	background-image: url("../img/jiantou.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 32px -126px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}


/*city*/

#city {
	background: #E85045;
	position: relative;
	padding-bottom: 125px;
}

#city img {
	width: 565px;
	display: block;
	position: absolute;
	left: 28%;
	top: -61px;
}

#city .text h3 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	padding-top: 180px;
	margin-bottom: 54px;
	text-align: center;
}

#city .text h3 font {
	font-size: 60px;
}

#city .text p {
	text-align: center;
	color: #fff;
}


/*news*/

#news {
	margin-top: 81px;
}

#news>h3 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 14px;
	text-align: center;
}

#news>span {
	text-align: center;
	color: #979797;
	margin-left: 48%;
}

#news p {
	color: #8F8F8F;
}

#news ul {
	margin-top: 70px;
	text-align: center;
}

#news li {
	width: 33.333%;
	box-sizing: border-box;
	float: left;
	padding-right: 20px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

#news li.last {
	padding-right: 0;
}

#news li img {
	display: block;
	width: 100%;
	height: 189px;
}

#news li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-top: 16px;
	margin-bottom: 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#news li i {
	width: 376px;
	height: 1px;
	display: block;
	background: #EFEFEF;
	margin-top: 30px;
	margin-bottom: 36px;
}

#news li p {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

#news li:hover {
	transform: translate(0, -20px);
	-webkit-transform: translate(0, -20px);
	-moz-transform: translate(0, -20px);
	-o-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
}

#news li:hover h3 {
	color: #FF5959;
}


/*link*/

#link {
	position: relative;
}

#link ul {
	margin-top: 70px;
}

#link li {
	float: left;
	width: 16%;
	padding-left: 50px;
	box-sizing: border-box;
}

#link li.five {
	margin-top: -3%;
}

#link li img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#link i {
	width: 40px;
	height: 20px;
	display: block;
	transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	top: 85px;
	cursor: pointer;
}

#link i.left {
	background: url(../img/jiantou.png) no-repeat 0px -50px;
	left: 0;
}

#link i.right {
	background: url(../img/jiantou.png) no-repeat -37px -50px;
	right: 0;
}

#link i.left:hover {
	background: url(../img/jiantou.png) no-repeat 0px -70px;
}

#link i.right:hover {
	background: url(../img/jiantou.png) no-repeat -37px -70px;
}


/*footer*/

#footer {
	background: #F0F0F0;
	padding-top: 73px;
	padding-bottom: 15px;
	position: relative;
	top: 32px;
}

#footer h3 {
	color: #666666;
	font-weight: normal;
}

#footer ul {
	margin-top: 33px;
	margin-bottom: 53px;
}

#footer li {
	float: left;
	margin-right: 10%;
	color: #999999;
	font-size: 13px;
}

#footer p a {
	display: inline-block;
	width: 29px;
	height: 29px;
	border-radius: 30px;
	background: #A8A8A8;
	margin-right: 20px;
	line-height: 29px;
	text-align: center;
}

#footer p a img {
	padding-top: 5px;
}

#footer span {
	display: block;
	width: 100%;
	height: 1px;
	background: #E4E4E4;
	margin-bottom: 19px;
	margin-top: 80px;
}

#footer p {
	color: #999999;
}


/*side*/

#leftsead {
	width: 131px;
	position: fixed;
	top: 400px;
	right: 0;
	z-index: 9999;
}

#leftsead li {
	width: 131px;
	height: 60px;
}

#leftsead li img {
	float: right;
}

#leftsead li a {
	height: 49px;
	float: right;
	display: block;
	min-width: 47px;
	max-width: 131px;
}

#leftsead li a .shows {
	display: block;
}

#leftsead li a .hides {
	margin-right: -143px;
	cursor: pointer;
	cursor: hand;
}

#leftsead li a.youhui .hides {
	display: none;
	position: absolute;
	right: 190px;
	top: 2px;
}

.blogroll {
	width: 100%;
	margin-bottom: 20px;
}

.blogroll a {
	font-size: 12px;
	color: #999999;
	margin: 0 18px;
}

.blogroll a:hover {
	color: #333 !important;
}

@media (max-width:1199px) {
	#top li a {
		padding: 0 10px;
	}
	#top ul {
		margin-left: 7%;
	}
	.logo img {
		width: 90%;
	}
	#jituan li .sp_bg {
		margin-left: 45%;
	}
	#jituan li i {
		margin-left: 35%;
	}
	#link i {
		top: 65%;
	}
}

@media (max-width:990px) {
	#top ul {
		margin-left: -9%;
	}
	.logo img {
		width: 60%;
		padding-top: 20px;
	}
	#top span {
		display: none;
	}
	#top i {
		margin-left: 0;
	}
	#top p {
		display: none;
	}
	#top i {
		display: none;
	}
	#jituan li i {
		margin-left: 30%;
	}
	#chanye a.more {
		margin-left: 30%;
	}
	#city img {
		left: 20%;
	}
	#link i {
		top: 70%;
	}
	#link i.right {
		right: -10px;
	}
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1200px
	}
}

.container {
	margin-right: auto;
	margin-left: auto
}

.container {
	*zoom: 1;
}

.container:after,
.container:before {
	display: table;
	content: ""
}

.container:after {
	clear: both
}

@media (max-width:744px) {
	#top ul {
		float: none;
		position: absolute;
		top: 80px;
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, .3);
		z-index: 1;
		display: none;
		margin-left: 0;
	}
	#top ul li {
		float: none;
		width: 100%;
	}
	#top ul li a {
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0 30px;
	}
	#top .navBtn,
	#top .userBtn {
		position: absolute;
		display: inline-block;
		right: 15px;
		top: -5px;
		font-size: 30px;
		color: #333;
		cursor: pointer;
	}
	#top .userBtn {
		right: 55px;
	}
	#top li:hover a {
		background: rgba(255, 0, 0, .3);
	}
	#top li.li2 {
		width: 100%;
	}
	#top li div a {
		display: inline-block;
		width: 28%;
	}
	#top .searck {
		display: block;
	}
	#city img {
		left: 12%;
	}
	#news .more {
		margin-left: 36%;
	}
}

@media (max-width:686px) {
	#jituan li i {
		margin-left: 23%;
	}
	#jianjie .more {
		margin-left: 38%;
	}
	#city img {
		left: 9%;
	}
}

@media (max-width:681px) {
	#link li.five {
		margin-top: -2%;
	}
}

@media (max-width:639px) {
	#chanye a.more {
		margin-left: 25%;
	}
	#city img {
		width: 450px;
		left: 12%;
	}
}

@media (max-width:546px) {
	#link {
		display: none;
	}
}

@media (max-width:532px) {
	#jituan li i {
		margin-left: 18%;
	}
	#jituan li p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width:513px) {
	#city img {
		width: 390px;
	}
}

@media (max-width:491px) {
	#chanye a.more {
		margin-left: 20%;
	}
}

@media (max-width:442px) {
	#city img {
		width: 300px;
	}
	#city .text h3 {
		padding-top: 100px;
	}
}

@media (max-width:414px) {
	#jituan li i {
		margin-left: 12%;
	}
	#chanye a.more {
		margin-left: 10%;
	}
	#jianjie .more {
		margin-left: 30%;
	}
	#news .more {
		margin-left: 30%;
	}
}

@media (max-width:320px) {
	#jituan li i {
		margin-left: 8%;
	}
	#chanye a.more {
		width: 200px;
		margin-left: 15%;
	}
	#chanye a.more:hover::after {
		width: 200px;
	}
	#chanye .title .p_list a {
		margin: 0 25px;
	}
	#city img {
		width: 260px;
	}
	#city .text h3 {
		font-size: 20px;
	}
	#city .text h3 font {
		font-size: 40px;
	}
	#news .more {
		margin-left: 25%;
	}
}