* {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: #fff;
}

ul {
	list-style: none;
}

@font-face {
	font-family: 'oswald';
	src: url('../font/SourceHanSansCN-Regular.otf');
}

html,
body {
	width: 100%;
	height: 100%;
	/*font-family: oswald;*/
	overflow-x: hidden;
}

.navbar.navbar-default {
	border: none;
	height: 80px;
	margin-bottom: 0;
	line-height: 20px;
	overflow: hidden;
	z-index: 800;
	background: rgba(8, 22, 70, 0.1);
}

.navbar-default .navbar-nav>li>a {
	color: #333;
	font-size: 20px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #333;
	background: none;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	border-bottom: 2px solid #333;
}

.navbar-nav>li>a {
	padding-bottom: 0;
}

.collapse.navbar-collapse.pull-right {
	margin-top: 23px
}

.banner {
	height: 500px;
	position: relative;
	text-align: center;
}

.banner img.img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner .banner1 {
	position: absolute;
	top: 0;
	height: 500px;
	width: 100%;
}

.banner1 .p1 {
	font-size: 68px;
	color: #fff;
	margin-top: 150px;
}

.banner button {
	position: absolute;
	bottom: 50px;
	left: 42%;
	background: #fff;
	border-radius: 28px;
	padding: 12px 60px;
	color: #081646;
	text-align: center;
}

.shop_top {
	font-size: 32px;
	color: #204D74;
	line-height: 30px;
	text-align: center;
	margin-top: 80px;
}

.commodity {
	margin-top: 70px;
}

.commodity,
.commodity ul {
	width: 100%;
	overflow: hidden;
}

.commodity li img {
	width: 85%;
}

.commodity li {
	width: 23%;
	float: left;
	text-align: center;
	margin-bottom: 55px;
	height: 228px;
}

.commodity li.active img {
	border: 1px solid #e0dcdc;
	width: 90%;
}

.commodity li:first-child {
	width: 53%;
	height: 499px;
}

.commodity li.list {
	height: 150px;
}

.commodity li:last-child {
	text-align: left;
	height: 35px;
	margin-top: 5px;
}

.commodity li button {
	background: #081646;
	color: #fff;
	border-radius: 30px;
	padding: 6px 23px;
	margin-left: 30px;
}

.about,
.news,
.information {
	width: 100%;
	/*height: 710px;*/
	position: relative;
}

.about img,
.information img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	left: 0
}

.about .about1 {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	width: 100%;
	line-height: 35px;
	margin: 0;
	padding: 200px 0;
	color: #fff;
}

.about .about1.active {
	background: rgba(255, 255, 255, 0.6);
	color: #063A9F;
}

.about .title {
	font-size: 48px;
	margin-bottom: 15px;
}

.about .p1 {
	font-size: 28px;
	margin-bottom: 53px;
}

.about .p2 {
	text-indent: 30px;
	font-size: 18px;
	margin-bottom: 78px;
}

.about1 button {
	background: #FFFFF;
	border-radius: 30px;
	padding: 4px 46px;
	color: #333;
}

.about1.active button {
	background: #063A9F;
	color: #fff;
}

.news_top {
	text-align: center;
	margin-top: 80px;
	font-size: 32px;
	color: #204D74;
}

.new_center ul {
	width: 100%;
	overflow: hidden;
	margin: 50px auto;
}

.new_center li {
	width: 33.33333%;
	float: left;
	/*height: 392px;*/
	text-align: center;
}

.new_center li .center {
	width: 90%;
	margin: auto;
	/*padding: 10px;*/
	/*height: 342px;*/
	border-radius: 4px;
}

.new_center li.active .center {
	border: 1px solid #e1e1e1;
	width: 95%;
	line-height: 40px;
	margin: -10px auto;
	height: 390px;
	padding-top: 10px;
}

.news .new_center li img {
	width: 100%;
	height: 200px;
}

.news .new_center p {
	width: 100%;
	margin: 20px auto 20px;
	text-align: left;
	font-size: 20px;
}

.service {
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}

.service li {
	width: 33.33333%;
	float: left;
	text-align: center;
}

.service li .main {
	width: 90%;
	background: #fff;
	margin: auto;
	text-align: center;
	padding: 30px;
}

.service li .main img {
	margin-bottom: 15px;
}

.information {
	height: 200px;
}

.information1 {
	line-height: 30px;
	text-align: center;
	padding: 25px;
	color: #204D74;
}

.information1 p:first-child {
	border: 2px solid #204D74;
	width: 200px;
	margin: 20px auto 10px;
	line-height: 40px;
	border-radius: 8px;
}

.information1 p:nth-child(2) {
	font-size: 12px;
}

.information1 p:last-child span {
	font-size: 20px;
	font-weight: bold;
}

.footer {
	background: #333;
	color: #fff;
	padding: 20px 0;
}

.footer ul {
	width: 100%;
	overflow: hidden;
}

.footer ul li {
	width: 20%;
	float: left;
	line-height: 30px;
	text-align: center;
	color: #ccc;
}

.footer ul li .p {
	color: #fff;
	font-size: 16px;
}



.shop1 {
	background: #F4F5F4;
	overflow: hidden;
	padding: 50px 0;
	margin: 0;
	width: 100%;
	height: 562px;
	overflow: hidden;
	z-index: 0;
}

.shop1 .left {
	width: 30%;
	float: left;
	line-height: 30px;
}

.shop1 .left .text,
.shop1 .left .text1 {
	color: #204D74;
	font-size: 28px;
}

.shop1 .left .text1 {
	font-size: 18px;
}

.shop1 .left.active .text {
	font-size: 30px;
}

.shop1 .left.active .text1 {
	font-size: 20px;
}

.shop1 .left.active .text2 {
	font-size: 22px;
}

.shop1 .left.active .text3 {
	font-size: 16px;
}

.shop1 .left .text2 {
	font-size: 20px;
	line-height: 45px;
}

.shop1 .left .text3 {
	font-size: 14px;
	text-indent: 30px;
}

.shop1 .left button {
	padding: 6px 33px;
	border-radius: 30px;
	margin-top: 75px;
}

.shop1 .right {
	width: 50%;
	float: right;
	text-align: center;
}

.shop1 .right.active {
	width: 60%;
}

.shop1 .right img {
	width: 100%;
	margin: 50px auto;
}

.canpin_list {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.canpin_list li {
	width: 50%;
	float: left;
	padding: 30px 0;
}

.canpin_list li.active {
	padding: 10px 0;
}

.canpin_list li.active .list_center {
	width: 95%;
}

.canpin_list li .list_center {
	width: 90%;
	margin: auto;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 45px;
	color: #ccc;
	font-size: 12px;
}

.canpin_list li .list_center img {
	width: 100%;
	height: 280px;
}

.canpin_list li .list_center .text4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}


.banner2 {
	width: 100%;
	height: 700px;
	margin-top: -80px;
	z-index: 0;
}

.banner2 img {
	width: 100%;
	height: 780px !important;
	margin-top: -80px;
}

.carousel-indicators .active {
	background: #333;
}

.news_list li.li_first {
	clear: both;
	width: 100%;
}

.news_list li.li_first .list_center {
	width: 100%;
	overflow: hidden;
	height: 350px;
	margin-bottom: 30px;
}

.news_list li.li_first img {
	width: 50%;
	height: 348px;
	float: left;
}

.news_list li.li_first p {
	width: 45%;
	float: right;
	padding: 10px;
	text-align: left;
	margin: 0;
}

.canpin_list li .list_center a {
	color: #333;
}

.news_main {
	margin-top: -57px;
	background: #F9F9F9;
	padding: 15px 30px;
	line-height: 45px;
	text-indent: 37px;
}

.news_main .p1 {
	text-indent: 0;
}

.news_main .p4 {
	text-align: center;
	font-size: 24px;
}

.news_main .p2 {
	text-align: center;
	font-size: 12px;
	color: #ccc;
}

.news_main .p3 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.about_jieshao {
	margin: 50px auto;
	line-height: 45px;
}

.about_jieshao .p1,
.about_jieshao .p2 {
	font-size: 28px;
	text-align: center;
}

.about_jieshao .p2 {
	font-size: 14px;
	margin-bottom: 30px;
}

.about_jieshao .p3 {
	font-size: 18px;
	text-indent: 37px;
}

.development {
	width: 100%;
	background: url(../images/jies.png)no-repeat;
	background-zise: 100% 100%;
	color: #fff;
	padding: 50px 0 110px
}

.development .p1,
.development .p2 {
	text-align: center;
	font-size: 28px;
}

.development .p2 {
	font-size: 18px;
	margin-top: 18px;
}

.development ul {
	widht: 100%;
	overflow: hidden;
	line-height: 65px;
	margin-top: 65px;
	font-size: 18px;
}

.development ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.development ul li .p1 {
	font-size: 60px;
}

.development ul li img {
	width: 70px;
	height: 70px;
	margin-top: 20px;
}

.course {
	margin: 40px auto;
	text-align: center;
	font-size: 28px;
}

.event_box {
	width: 100%;
}

.slideBox img {
	width: 100%;
	height: 300px;
}

.sPrev,
.sNext {
	top: 350px
}

.parHd li {
	width: 20%
}


.phone_fangshi {
	line-height: 45px;
	text-align: right;
}

.phone_fangshi .p1 {
	font-size: 28px;
	margin-bottom: 25px;
}

.phone_fangshi .p2 {
	font-size: 36px;
	color: #BD0000;
	margin-bottom: 25px;
}

.phone_fangshi .p3 {
	font-size: 20px;
	margin-bottom: 25px;
}

.phone_fangshi .p4 {
	font-size: 14px;
}

.service_main ul {
	width: 60%;
	margin: auto;
	text-align: center;
	overflow: hidden;
}

.service_main ul li {
	width: 25%;
	float: left;
	padding-top: 30px;
	text-align: center;
}

.service_main ul li img {
	margin: 15px auto;
	width: 26px;
	height: 26px;

}

.service_main ul li img.hide1 {
	display: none;
}

.service_main ul li img.show1 {
	display: block;
}

.service_main ul li.active img.hide1 {
	display: block;
}

.service_main ul li.active img.show1 {
	display: none;
}

.wxd {
	padding: 30px 0;
	font-size: 20px;
	width: 63%;
	margin: auto;
}

.service_main {
	text-align: center;
	margin-bottom: 50px;
}

.service_main button {
	padding: 5px 25px;
	margin: auto;
	text-align: center;
}

.information {
	padding: 5px 0;
	text-align: center;
}

.information2 {
	background: url(../images/bg9.png)no-repeat;
	background-size: 100% 100%;
	padding: 30px 0;
}

.information .p1 {
	font-size: 28px;
}

.information .p2 {
	font-size: 14px;
}

.fangshi_main {
	background: #fff;
	text-align: left;
	padding: 20px 90px;
	line-height: 25px;
	height: 315px;
	margin-top: 40px;
}

.fangshi_main p:first-child {
	font-size: 28px;
}

.fangshi_main p.text {
	font-size: 18px;
	margin-bottom: 10px;
}

.fangshi_main p.text1 {
	color: #101010;
	font-size: 12px;
}

.fangshi_main img {
	width: 50px;
	height: 50px;
	position: initial;
	margin-right: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs {
	border-radius: 4px;
	background: none;
}

.nav-tabs>li>a {
	color: #333;
}

.nav-tabs {
	border: none
}

.jishuzhc {
	margin-top: 30px;
	width: 60px;
	height: 60px;
	border: 1px solid red;
}

#settings,
#profile {
	width: 60%;
	margin: auto;
	text-align: left;
}

#profile .text1 {
	text-indent: 37px;
	padding: 30px;
}

#profile .text2 {
	font-size: 20px;
	font-weight: bold;
}

#profile ul,
#profile ul li {
	clear: both;
	width: 100%;
	text-align: left;
	overflow: hidden;
}

#profile ul li {
	background: #ccc;
	line-height: 45px;
	margin-bottom: 10px;
	padding: 0 15px;
}

#profile ul li .list_center {
	display: none;
	background: #fff;
}

#profile ul li img {
	float: right;
	width: 30px;
	height: 30px;
	border: 1px solid red;
	margin-top: 8px;
	margin-bottom: 0;
}

#profile ul li .list_center p {
	line-height: 35px;
	margin-bottom: 10px;
}


.join {
	margin: 50px auto;
}

.join_p {
	line-height: 40px;
	font-size: 16px;
	text-indent: 37px;
	padding: 50px 0;
	margin-top: 25px;
	border-top: 1px solid #ccc;
}


#myCarousel1 {
	width: 90%;
	margin: auto;
	height: 560px;
}

#myCarousel1 .carousel-inner {
	height: 491px;
	overflow: hidden;
}

#myCarousel1 .carousel-indicators {
	position: inherit;
	bottom: -35px;
}

#myCarousel1 .carousel-indicators {
	width: 100%;
	left: 0;
	margin: auto;
	text-align: center;
}

.ul_linbo {
	width: 100%;
	overflow: hidden;
}

.ul_linbo li {
	width: 33.33333%;
	float: left;
	text-align: center;
}
.detail{
	background: none;
	color:#333;
	font-size: 12px;
}
.development.detail ul li{
	text-align: left;
}
.development.detail ul{
	font-size: 14px;
	line-height: 35px;
}
.development.detail li img{
	width:90%;
	margin: auto;
	height:auto ;
}
