@charset 'utf-8';

/******样式清除******/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a {
	vertical-align: top;
}

img {
	border: 0;
	vertical-align: middle;
}

@keyframes myrotate {
	0% {
		transform: rotate(10deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	40% {
		transform: rotate(10deg);
	}

	60% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

input,
button,
text {
	vertical-align: middle;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
	cursor: pointer;
}


body {
	font-size: 15px;
	color: #333333;
	font-family: Microsoft Yahei;
}

/*清除浮动*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

/* 边距 */
/*****边距调整****/

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 30px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.ml10 {
	margin-left: 10px;
}

.mr15 {
	margin-right: 15px;
}

.ml15 {
	margin-left: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mt50 {
	margin-top: 50px;
}

/* 内容块 */
.centerWidth {
	width: 1300px;
	margin: 0px auto;
}

.maxWidth {
	width: auto;
	margin: 0px auto;
}

.overflows a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.yjzj_tit {
	width: 1300px;
	margin: 0 auto;
	margin-top: 30px;
}

.zy_tit {
	width: 100%;
	text-align: center;

}

.yjzj_bt {
	font-size: 32px;
	color: #1d82dd;
}

.centerhtml {
	width: 1260px;
	line-height: 35px;
	text-indent: 2rem;
	font-size: 18px;
	text-align: justify;
	border: 1px dashed #1d82dd;
	padding: 20px;
}

h1.line-bg {
	background: url(scwtzjh128.png) no-repeat center;
	font-size: 30px;
	font-weight: 600;
	color: #1d82dd;
	text-align: center;
}

.lynr_title h2 {
	color: #1d82dd;
	font-size: 24px;
	font-weight: normal;
	position: relative;
	padding: 10px 0 10px 15px;
	border-left: 5px solid #1d82dd;
}
.lynr_from .input-group {
    display: inline-block;
    position: relative;
    height: 43px;
}
.lynr_from .input-group .tip {
    color: #165693;
    font-size: 16px;
    position: absolute;
    left: 12px;
    line-height: 43px;
    top: 0px;
}
.lynr_from{
	padding: 30px;
}
.lynr_from  .input-group  input {
    width: 1170px;
    padding: 0 10px 0 60px;
}
input[type="text"], input[type="password"], textarea {
    outline-style: none;
    -webkit-appearance: none;
}
input{
    background: #fff;
    height: 41px;
    line-height: 41px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    outline-style: none;
    -webkit-appearance: none;
				resize: none;
}
.lynrr {
	height: 200px;
        width: 1170px;
        padding: 13px 10px 0 60px;
								 border: 1px solid #dddddd;
									background: #fff;
									
}
.input_jbxx{
	float: left;
}
.jbxx{
	width: 321px !important;
}
.buts {
    margin-top: 80px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}
.buts .but {
    width: 125px;
    height: 45px;
    color: #fff;
    background-color: #165693;
    border: 1px solid #165693;
    border-radius: 10px;
}
.buts .but:first-child {
    margin-right: 25px;
}