﻿/*留言块公用样式*/
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.form-inline .form-control {
	display: inline-block;
	width: 74px;
	vertical-align: middle;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 0px 6px 4px;
	font-size: 12px;
	/* line-height: 1.42857143; */
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ny-flex {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.ny-flex input {
	width: 120px;
	box-sizing: border-box;
}
.ml8 {
	margin-left: 8px;
}
/*公用结束*/
/* ny-banner样式 */
.ny-banner {
	display: flex;
	justify-content: space-between;
	height: 270px;
	box-sizing: border-box;
	line-height: 0;
}
.ny-banner .left {
	width: 240px;
	overflow: hidden;
	background: #fff;
	/*border: 4px solid #dc214c;*/
	border-radius: 5px;
	box-sizing: border-box;
	padding-left: 4px;
}
.ny-banner .left .ny-title {
	height: 48px;
	background: url(/lyimg/niuyanbg.jpg) repeat-x;
	width: 100%;
	overflow: hidden;
	line-height: 48px;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 700;
}
.ny-banner .right {
	width: 960px;
	overflow: hidden;
	box-sizing: border-box;
}

.ny-banner .right img {
	width: 100%;
	display: block;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.ny-banner .left .niuyan {
	padding: 12px 8px;
	box-sizing: border-box;
}

.ny-banner .left .niuyan p.selectbox .form-control {
	padding: 0;
}

.ny-banner .left .niuyan .label {
	width: 60px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: justify;
	height: 30px;
}

.ny-banner .left .niuyan .label i {
	display: inline-block;
	width: 100%;
}

.ny-banner .left .niuyan .btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin-top: 8px;
	border-radius: 5px;
	background-color: #dc214c;
	border: 0;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

.ny-banner .right .liuchengbox {
	display: flex;
	height: 92px;
	border: 2px solid #eac4b9;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	border-radius: 4px;

}

.ny-banner .right .liuchengbox .liuchengbox-title {
	background-color: #eac4b9;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	padding-right: 24px;
	width: 136px;
	height: 88px;
	line-height: 88px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.ny-banner .right .liuchengbox .liuchengbox-title::before {
	content: "";
	display: block;
	height: 71px;
	width: 24px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	top: -14px;
	transform: rotate(27deg);
	right: -15px;
}

.ny-banner .right .liuchengbox .liuchengbox-title::after {
	content: "";
	display: block;
	height: 71px;
	width: 24px;
	background-color: #FFFFFF;
	border-radius: 4px;
	position: absolute;
	bottom: -18px;
	transform: rotate(-27deg);
	right: -15px;
}

.ny-banner .right .liuchengbox .liuchengbox-panel {
	font-size: 0;
	    background-color: #FFFFFF;
	    height: 88px;
	    width: 634px;
	    display: block;
	    box-sizing: border-box;
	    padding-top: 12px;
	    padding-left: 24px;
	    text-align: left;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li{
	display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    width: 60px;
	    height: 76px;
	    position: relative;
	    margin-right: 44px;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:last-child{
	margin-right: 0;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li span{
	    width: 40px;
	    height: 40px;
	    overflow: hidden;
	    border-radius: 50%;
	    border: 1px solid #ccc;
	    display: block;
	    margin-left: 8px;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(1) span{
	background: url(/lyimg/icon1.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(2) span{
	background: url(/lyimg/icon2.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(3) span{
	background: url(/lyimg/icon3.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(4) span{
	background: url(/lyimg/icon4.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(5) span{
	background: url(/lyimg/icon5.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:nth-child(6) span{
	background: url(/lyimg/icon6.png) no-repeat center;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li span img{
	width: 40px;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li b{
	display: block;
	    width: 60px;
	    height: 30px;
	    line-height: 30px;
	    position: relative;
}

.ny-banner .right .liuchengbox .liuchengbox-panel li b::before{
	content: "";
	    width: 8px;
	    height: 8px;
	    position: absolute;
	    border: 1px solid #ccc;
	    right: -22px;
	    font-size: 24px;
	    transform: rotate(45deg);
	    border-bottom: 0;
	    border-left: 0;
	    top: 10px;
}
.ny-banner .right .liuchengbox .liuchengbox-panel li:last-child b::before{
	content: "";
	    width:0px;
	    height: 0px;
	    position: absolute;
	    border: 1px solid #ccc;
	    right: -22px;
	    font-size: 24px;
	    transform: rotate(45deg);
	    border-bottom: 0;
	    border-left: 0;
	    top: 10px;
}
.ny-banner .right .liuchengbox .liuchengbox-bottom {
	background-color: #FFFFFF;
	height: 88px;
	width: 170px;
	padding-top: 18px;
	box-sizing: border-box;
}

.ny-banner .right .liuchengbox .liuchengbox-bottom p {
	margin: 0;
	text-align: center;
	font-weight: bold;
	color: #70bdd4;
	line-height: 32px;
}

.ny-banner .right .liuchengbox .liuchengbox-bottom p.phone {
	color: #fe9000;
}
/* banner结束 */
/* 新增块样式 */
.ny-cen-r .cen-r-nybox {
	margin: 0 10px;
	border: 2px solid #DC214C;
	height: 40px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.ny-cen-r .cen-r-nybox .ny-title {
	background-color: #DC214C;
	color: #fff;
	line-height: 30px;
	padding: 5px 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 700;
	background: url(/lyimg/niuyanbg.jpg) repeat-x;
}

.cen-r-nybox .ny-flex {
	margin: 0;
	margin-left: 15px;
}

.cen-r-nybox .label {
	width: 60px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: justify;
	height: 30px;
}

.cen-r-nybox .label i {
	display: inline-block;
	width: 100%;
}

.cen-r-nybox .btn {
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
	border-radius: 5px;
	background-color: #dc214c;
	border: 0;
	color: #FFFFFF;
	font-size: 15px;
	cursor: pointer;
}

.cen-r-nybox .form-inline .form-control {
	width: 120px;
}
/* 新增结束 */

/* 替换图片块 */
.btimgs .cen-nrxq-nybox {
	width: 400px;
	float: left;
	height: 300px;
	margin: 0 35px;
	box-sizing: border-box;
	border: 2px solid #DC214C;
	display: flex;
	justify-content: space-between;
}

.btimgs .cen-nrxq-nybox .ny-title {
	background-color: #DC214C;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	writing-mode: vertical-lr;
	text-align: center;
	letter-spacing: 20px;
	padding: 0 18px;
	box-sizing: border-box;
	width: 52px;
	background: url(/lyimg/niuyanbg.jpg) repeat-y;
}

.btimgs .cen-nrxq-nybox .nybox {
	width: 344px;
	padding: 30px 20px;
	box-sizing: border-box;
}

.btimgs .cen-nrxq-nybox .label {
	width: 60px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: justify;
	height: 30px;
}

.btimgs .cen-nrxq-nybox .label i {
	display: inline-block;
	width: 100%;
}

.btimgs .cen-nrxq-nybox .nybox .ny-flex {
	margin: 0;
	margin-top: 35px;
}

.btimgs .cen-nrxq-nybox .nybox .form-inline .form-control {
	width: 100px;
}

.btimgs .cen-nrxq-nybox .nybox .ny-flex input {
	width: 214px;
	box-sizing: border-box;
	margin-left: 3px;
}

.btimgs .cen-nrxq-nybox .nybox .btn {
	width: 200px;
	height: 40px;
	line-height: 40px;
	margin: 35px auto 0;
	border-radius: 5px;
	background-color: #dc214c;
	border: 0;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	display: block;
	box-sizing: border-box;
}
/* 结束 */



/*留言块公用样式*/
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.form-inline .form-control {
	display: inline-block;
	width: 74px;
	vertical-align: middle;
}

.form-control {
	display: block;
	width: 100%;
	height: 30px;
	padding: 6px 0px 6px 4px;
	font-size: 12px;
	/* line-height: 1.42857143; */
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ny-flex {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.ny-flex input {
	width: 120px;
	box-sizing: border-box;
}
.ml8 {
	margin-left: 8px;
}
/*公用结束*/	
		
		
		/*新增留言块样式文件*/
		.ny-box.ny-flex{
	height: 45px;
	background-color: #fff;
    margin-top: 10px;
}
.ny-box.ny-flex>img{
	height: 45px;
}
.ny-box.ny-flex .right{
	width: 940px;
}
.ny-box.ny-flex .cen-r-nybox {
	border: 2px solid #DC214C;
	height: 45px;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.ny-box.ny-flex .cen-r-nybox .ny-title {
	background-color: #DC214C;
	color: #fff;
	line-height: 30px;
	padding: 6px 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 700;
	background: url(/lyimg/niuyanbg.jpg) repeat-x;
}

.ny-box.ny-flex .cen-r-nybox .ny-flex {
	margin: 0;
	margin-left: 15px;
}

.ny-box.ny-flex .cen-r-nybox .label {
	width: 60px;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	text-align: justify;
	height: 30px;
}

.ny-box.ny-flex .cen-r-nybox .label i {
	display: inline-block;
	width: 100%;
}

.ny-box.ny-flex .cen-r-nybox .btn {
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-left: 15px;
	border-radius: 5px;
	background-color: #dc214c;
	border: 0;
	color: #FFFFFF;
	font-size: 15px;
	cursor: pointer;
}

.ny-box.ny-flex .cen-r-nybox .form-inline .form-control {
	width: 120px;
}
		
		/*新增留言块样式文件end*/







/* banner-right开始 */
.right-nybox{
	overflow: hidden;
	    background: #fff;
	    border: 4px solid #dc214c;
	    border-radius: 5px;
	    box-sizing: border-box;
            margin-bottom: 6px;
}
.right-nybox .ny-title {
    height: 48px;
    background: url(/lyimg/niuyanbg.jpg) repeat-x;
    width: 100%;
    overflow: hidden;
    line-height: 48px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
}
.right-nybox .niuyan {
    padding: 12px 8px;
    box-sizing: border-box;
}
.right-nybox  .niuyan .label {
    width: 60px;
    font-size: 12px;
    line-height: 30px;
    color: #000;
    text-align: justify;
    height: 30px;
}
.right-nybox  .niuyan .label i {
    display: inline-block;
    width: 100%;
}
.right-nybox .niuyan .btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-top: 8px;
    border-radius: 5px;
    background-color: #dc214c;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
	}

.right-nybox .niuyan .form-inline .form-control{
	width: 71px;
}
.right-nybox .niuyan .form-inline .form-control+.form-control{
	margin-left: 4px;
}