@import url("fonts/iconfont.css");
html,
body {
	font-size: 1.0em;
	font-family: "microsoft yahei";
	background-color: #fff;
}



ul.horizontal li {
	float: left;
}

.container {
	max-width: 1020px;
	padding: 0;
}

.clear-padding {
	padding: 0!important;
}

.clear-margin {
	margin: 0!important;
}

.left {
	float: left!important;
}

.right {
	float: right!important;
}

.white {
	color: white;
}

.black {
	color: black;
}

.navbar {
	height: 100px;
	border: 0px;
	padding: 10px auto;
	background: rgba(0, 0, 0, 0.2);
}

.navbar .container,
.navbar .container .navbar-brand,
.navbar .container .navbar-nav {
	height: 100%!important;
}

.navbar-inverse .navbar-nav>li>a:not(.btn) {
	color: white;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background: #fff;
}

.footer .moblie-dh {
	color: #E52228;
	background: url(../img/phones.png) no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin: 10px 0 0 0;
	font-size: 24px;
}

.container-origin {
	text-align: center;
	background: url(../../img/syimg/bg_01.png) no-repeat;
	background-size: 100% 100%;
}

.container-origin button {
	margin: 10% auto;
	padding: 4px 14px;
	background: none;
	color: #fff;
	/*background-color: rgba(7, 17, 40, 1);*/
	border-radius: 60px 60px 60px 60px;
	border: solid 2px #fff;
	outline: none;
}

.nav-tabs {
	border: 0;
	margin-top: 20px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	background: transparent;
	border: 0;
	border-bottom: 3px solid red;
}

.tab-content>.active {
	display: block;
	padding: 15px 0;
}

.top-banner {
	position: relative;
}

.moblie-banner .hone {
	font-size: 1em;
}

.moblie-banner .htwo {
	font-size: 0.6em;
	line-height: 1.8;
}
ul.horizontals {
	list-style: none;
	padding: 0px;
	margin: 0;
} 
.footer {
	background: #262626;
	color: #CCCCCC;
}

/*
 * PC
 */

@media (min-width: 768px) {
	ul.horizontal {
	    list-style: none;
	    padding: 0;
	    margin: 0;
    }
    .reldl {
		width: 60px;
		height: 201px;
	}
	.reldlpot {
		width: 60px;
		height: 1px;
		position: fixed;
		z-index: 999;
		bottom: 60%;
		right: 12%;
	}
	.reldl .reldlleft {
		text-align: center;
		background: url(../../img/syimg/wx_bg.png) no-repeat;
		width: 172px;
		height: 201px;
		float: left;
        margin-left: -175px;
		display: none;
	}
	.reldl .reldlleft img {
		width: 122px;
		margin-top: 22px;
	}
	.reldl .reldlright {
		float: right;
		width: 59px;
		margin-top: 10px;
		margin-left: 10px;
		border: 1px solid #ccc;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 0px 0px 4px 2px #ccc;
	}
	.reldl .reldlright div {
		width: 59px;
		height: 59px;
		line-height: 59px;
		text-align: center;
	}
	.reldl .reldlright div:nth-of-type(2) {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
	.navbar-loginreg,
	.jwdp {
		display: none;
	}
	.moblie-banner {
		display: block;
	}
	.navbar-nav li a:not(.btn) {
		line-height: 70px;
		font-size: 20px;
	}
	.navbar-inverse .navbar-nav>li>a.btn {
		width: 100px;
		height: 40px;
		line-height: 6px;
		margin: 30px 15px 30px 15px;
		background-color: rgba(255, 255, 255, 1);
		border-radius: 10px 10px 10px 10px;
		border: solid 2px rgba(255, 255, 255, 1);
	}
	.navbar .logo {
		height: 70px;
		display: block;
	}
	.navbar .logo-2 {
		height: 100%;
		display: none;
	}
	.moblie-banner {
		display: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		/*margin: 0 20px;*/
	}
	.record {
		background: black;
		text-align: center;
		font-size: 0.8em;
		padding: 25px 0px;
		height: 70px;
		color: white;
	}
	.record p {
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #CCCCCC;
	}
    .record p a{
        color: #337ab7;#23527c
    }
    .record p a:hover,a:focus{
        color: #23527c;
    }
	.public-footer {
		padding: 50px;
		background: #EEEEEF;
	}
	.public-footer h1 {
		font-size: 1em;
		font-weight: bold;
	}
	.public-footer p {
		font-size: 0.8em;
	}
	.public-footer img {
		height: 100%;
		display: block;
		margin: 0 auto;
	}
	/*
	 * 底部
	 */
	
	.footer a {
		color: #CCCCCC;
	}
    .footer a:hover {
		text-decoration: none;
	}
	.footer p {
		padding: 0;
	}
	.footer .moblie-lx {
		font-size: 24px;
		margin: 20px 0 10px 0;
		color: #000;
		text-align: left;
	}
	.footer .moblie-dh {
		font-size: 30px;
	}
	.footer .map-box {
		padding-top: 50px;
	}
	.footer .map {
		padding: 10px 15px;
		border: 2px solid red;
		color: red;
		margin: -15px;
	}
	.footer .right-box h2 {
		font-size: 1em;
	}
	.footer .xuqiu {
		margin-top: 30px;
	}
	.footer .gzh {
		text-align: right;
		margin-top: 72px;
		padding: 0;
	}
	.footer .gzh-info {
		font-size: 24px;
		margin-top: 96px;
		padding: 10px 25px;
	}
    .zxmv,
	.ftmv,
	.rxmv {
		display: none;
	}
}


/*
 * 移动
 */

@media (max-width: 768px) {
	.zxpc,
	.ftpc,
	.rxpc {
		display: none;
	}
    ul.horizontal {
	    list-style: none;
	    padding: 5px;
	    margin: 0;
    }
      
    .maxhet {
		max-height: 60px;
	}
	.reldlpot {
		display: none;
	}
	.moblie-banner h2 {
		padding: 0 25px;
	}
	.navbar {
		height: 60px;
		background: rgba(0, 0, 0, .6);
	}
	.navbar-loginreg {
        display: none;
		height: 40px;
		width: 100%;
		padding: 11px 0px;
		background-color: rgba(226, 226, 226, 1);
	}
	.navbar-loginreg a {
		color: #999;
		text-decoration: none;
	}
	.navbar-login {
		float: right;
		line-height: 18px;
		padding-right: 8px;
		border-right: 2px solid rgba(153, 153, 153, 1);
	}
	.navbar-reg {
		float: right;
		line-height: 18px;
		padding-left: 8px;
		margin-right: 32px;
	}
	.navbar .container .navbar-header {
		height: 60px;
		background-color: rgba(255, 255, 255, 1);
	}
	.navbar-header div {
		float: left;
		font-size: 1.0em;
		line-height: 64px;
		margin-left: 3%;
	}
	.navbar-header .navbar-toggle {
		margin-top: 6px;
	}
	.navbar-header .navbar-toggle img {
		width: 50%;
	}
	.navbar-inverse .navbar-nav>li>a.btn {
		background: transparent;
		border: 0px;
		color: white!important;
		text-align: left;
	}
	.navbar-inverse .navbar-nav {
		background: rgba(0, 0, 0, .6);
	}
    .navbar-inverse .navbar-nav li {
		border-top: 1px solid #777;
        border-bottom: 1px solid #333;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 0.8em;
		padding-left: 35px;
	}
	.navbar-nav {
		margin: 0px -15px;
	}
	.navbar .navbar-brand {
		padding: 0;
		padding-left: 6%;
	}
	.navbar .logo {
		height: 100%;
		display: none;
	}
	.navbar .logo-2 {
		height: 64%;
		display: block;
		margin-top: 34%;
	}
	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		background: rgba(0, 0, 0, .2);
		border-color: transparent;
		color: white;
		width: -webkit-calc(100% + 30px);
	}
	.navbar-collapse.in {
		overflow-y: initial;
	}
	.moblie-demo {
		display: none;
	}
	.top-banner img {
		display: none;
	}
	.top-banner {
		background: -webkit-linear-gradient(45deg, #51a68a 0%, #0075b8 100%);
		background: -moz-linear-gradient(45deg, #51a68a 0%, #0075b8 100%);
		background: -o-linear-gradient(45deg, #51a68a 0%, #0075b8 100%);
		background: linear-gradient(45deg, #51a68a 0%, #0075b8 100%);
		min-height: 200px;
		color: white;
	}
	.moblie-banner {
		display: block;
		margin-top: 100px;
		color: white;
		text-align: center;
		padding: 0;
	}
	.moblie-banner img {
		display: block;
		width: 100%;
		height: auto;
	}
	.record {
		background: black;
		text-align: center;
		font-size: 0.6em;
		padding: 5px;
		color: white;
	}
	.record p {
		margin: 10px;
	}
	.public-footer {
		padding: 10px;
		background: #EEEEEF;
	}
	.public-footer h1 {
		font-size: 0.7em;
		font-weight: bold;
	}
	.public-footer p {
		font-size: 0.5em;
	}
	.public-footer img {
		display: none;
	}
	.public-footer .container {
		padding: 0;
	}
	/*
	 * 底部
	 */
	.footer {
		padding: 10px;
	}
	.footer,
	.footer .container {
		padding: 0;
	}
	.footer a {
		color: #CCCCCC;
	}
	.footer p {
		font-size: 0.7em;
		padding: 0;
	}
	.footer .map-box {
		padding-top: 20px;
	}
	.nav-tabs {
		margin-top: 20px!important;
	}
	.footer .moblie-lx {
		font-size: 1em;
		background: rgba(0, 0, 0, .7);
		margin: 0 -15px;
		color: white;
		line-height: 40px;
		text-align: left;
		padding-left: 15px;
	}
	.footer .map-box {
		display: none;
	}
	.footer .map {
		padding: 10px 15px;
		border: 2px solid red;
		color: red;
		margin: -15px;
	}
	.footer .right-box {
		position: absolute;
		bottom: 58px;
		right: 0px;
		padding: 0;
		text-align: center;
	}
	.footer .right-box .gzh img {
		width: 80px;
	}
}