html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
	/*去掉input 获取焦点后的外框环绕*/
}

ul,
ol {
	list-style: none;
}


/*去掉原样式中的小黑点*/

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}


/*输入字居中显示*/

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
	font-family: Helvetica, Sans-Serif;
}


/**/

textarea {
	resize: none;
	/*去掉右下角*/
}


/*防止拖动*/

img {
	border: 0;
	vertical-align: middle;
	/*  去掉图片底部默认的3像素空白缝隙*/
}

table {
	border-collapse: collapse;
	/*合并外连线*/
}

body {
	font: 12px/150%  MicrosoftYaHei, "\5b8b\4f53";
	/*unitedCode的写法，宋体的写法*/
	color: #595757;
	/*150%基于当前字体尺寸的百分比行间距*/
	background: #fff;
	min-width:1200px;
}

.clearfix:before,
.clearfix:after {
	/*清除浮动，最好最标准的写法*/
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	visibility: hidden;
	/*保留位置*/
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
	/*兼容IE6下的写法*/
}

a {
	color: #595757;
	text-decoration: none;
}

a:hover {
	color: #595757;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
	font-size: 100%;
}

s,
i,
em {
	font-style: normal;
	/*将原有的样式去掉*/
	text-decoration: none;
	/*去掉下划线，但也可以去掉中划线(贯穿线)*/
}


/*公共类*/

.w {
	/*版心 提取 */
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}
.banner>img{
	width: 100%;
	
}

/*css初始化完成*/

.header {
	width: 100%;
	height: 15%;
	padding: 0 10%;
	background: #fff;
	overflow: hidden;
	z-index: 9999999;
}

.header .logo {
	padding: 45px 0 20px 0;
}
.head_menu {
	margin-right:3%;
}
.head_menu ul {
	margin: 60px 0 0 0;
}

.rex {
	font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(235, 97, 35, 1);
    margin-bottom: 12px;
    background: url(../images/tel1a.png) no-repeat left;
    padding-left: 35px;
    line-height: 25px;
    margin-top: 35px;
}

.tels {
	font-size: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    color: rgba(235, 97, 35, 1);
    margin-bottom: 33px;
    background: url(../images/tel2a.png) no-repeat left ;
    padding-left: 35px;
    line-height: 25px;
	
}

.head_menu ul>li {
	float: left;
	 padding: 0 15px;
}

.head_menu ul>li>a {
	display: inline-block;
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(89, 87, 87, 1);
}

.head_menu ul>.cur>a {
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(235, 97, 35, 1);
}

 .page.page9 {
	padding:5% 0 120px 0;
	background: rgba(171, 48, 112, 1);
}

.foRm {
	width: 1196px;
	height: 537px;
	background: rgba(248, 238, 244, 1);
	border: 3px solid rgba(153, 28, 92, 1);
	border-radius: 25px;
	text-align: center;
	margin: 0 auto;
}

.form_bt {
	font-size: 12px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(159, 160, 160, 1);
	margin-top: 30px;
	letter-spacing: 26px;
}

.form_zx {
	font-size: 50px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(175, 66, 132, 1);
	margin: 28px 0;
}

.bdtx>li {
	margin-bottom: 19px;
}

.srk {
	width: 600px;
	height: 50px;
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(159, 160, 160, 1);
	border-radius: 10px;
	margin: 0 auto;
}

.srk>input {
	width: 570px;
	height: 50px;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(159, 160, 160, 1);
}

.textk {
	width: 600px;
	height: 110px;
	background: rgba(255, 255, 255, 1);
	border: 0px solid rgba(159, 160, 160, 1);
	border-radius: 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(159, 160, 160, 1);
}

.danx {
	margin-left: 298px;
	margin-right: 298px;
	text-align: left;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(159, 160, 160, 1);
}

.danx span {
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(175, 66, 132, 1) !important;
}

.btn {
	width: 180px;
	height: 36px;
	background: rgba(153, 28, 92, 1);
	border-radius: 18px;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.sublianj{
	text-align: center;
}

.sublj {
	display:inline-block;
	margin: 70px auto 20px auto;
}

.sublj>li {
	float: left;
	padding: 0 30px;
	border-right: 1px solid #FFFFFF;
}
.sublj>li:last-child{
	border-right: none;
}
.sublj>li>a {
	font-size: 19px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.sublj>span {
	display: inline-block;
	float: left;
	width: 1px;
	height: 17px;
	background: rgba(255, 255, 255, 1);
}

.bq {
	text-align: center;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}