body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
	display: inline-block;
}

.container {
	overflow: hidden;
	width: 60%;
	margin: 0 auto;
}

.navbar-toggle {
	margin-top: 17px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default.navbar-nav>li>a:hover,
.navbar-default.navbar-nav>li>a:active,
.navbar-default.navbar-nav>li>a:visited {
	color: transparent!important;
	background-color: transparent!important;
}

@media screen and (min-width:1300px) {
	.container {
		width: 64%;
	}
}

@font-face {
	font-family: 'myFonts2';
	src: url('../fonts/font1.ttf');
	src: url('../fonts/font1.woff') format('woff'), url('../fonts/font1.ttf') format('truetype'), url('../fonts/font1.svg#webfont34m5alkg') format('svg');
}

@font-face {
	font-family: 'myFonts1';
	src: url('../fonts/font.ttf');
	src: url('../fonts/font.woff') format('woff'), url('../fonts/font.ttf') format('truetype'), url('../fonts/font.svg#webfont34m5alkg') format('svg');
}


/*导航部分*/

.logo {

	background: url(../images/logo.png) no-repeat center;
}

.logo a {
	width: 100%;
	height: 100%;
	display: inline-block;
}

.r_father {
	background-color: #fff;
}

.r_drop {
	position: fixed;
	top: 88px;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
}

.r_drop>li {
	display: inline-block;
}

.nav>li:hover .dropdown-menu {
	display: block;
}

.big_top {
	padding-top: 12px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.big_nav>li>a {
	line-height: 76px;
	text-align: center;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	font-family: "微软雅黑";
	margin-left: 7px;
	margin-right: 7px;
	padding: 0px 15px;
}

.navbar-default .navbar-nav>.open>a {
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}


/*.big_nav>li>a:hover {
	background-color: #dd2528!important;
	color: #fff!important;
}*/

.big_nav>li>span {
	line-height: 70px;
}

.sbig {
	border: none;
}

.banner01 {
	margin-top: 90px;
}


/*.item img{
	-webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}*/

.project {
	text-align: center;
}

.project a.active{    background: #f7f7f7;}
.project a {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	text-align: center;
}
.project .active .bgimg{    background-position-x: -18px;
    background-position-y: -83px;}
    .project .active .bgimg.bg02{background-position-x: -90px;}
.project .active .bgimg.bg03{background-position-x: -167px;}
.project .active .bgimg.bg05{ background-position-x: -307px;}
.p_title {
	padding: 18px 0px;
	text-align: center;
}

.t_title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	background-position: bottom left;
	/*padding-bottom: 54px;*/
	background-repeat: no-repeat;
	text-align: left;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}

.project .bgimg {
	display: block;
	width: 55px;
	height: 50px;
	margin: 0 auto;
	background-image: url(../../img/area.png);
	background-repeat: no-repeat;
	transition: all .4s ease;
}


/*.right_box .col-lg-1 {
	width: 12.5%;
}*/

.t_text {
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.bg01 {
	background-position-x: -18px;
	background-position-y: -24px;
}

.bg02 {
	background-position-x: -90px;
	background-position-y: -24px;
}

.bg03 {
	background-position-x: -167px;
	background-position-y: -22px;
}

.bg04 {
	background-position-x: -237px;
	background-position-y: -24px;
}

.bg05 {
	background-position-x: -307px;
	background-position-y: -25px;
}

.bg06 {
	background-position-x: -382px;
	background-position-y: -24px;
}

.bg07 {
	background-position-x: -451px;
	background-position-y: -24px;
}

.bg08 {
	background-position-x: -525px;
	background-position-y: -24px;
}

.project:hover {
	background-color: #f7f7f7;
	transition: all .4s ease;
}

.project:hover .bg01 {
	background-position-x: -18px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg02 {
	background-position-x: -90px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg03 {
	background-position-x: -167px;
	background-position-y: -82px;
	transition: all .4s ease;
}

.project:hover .bg04 {
	background-position-x: -237px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg05 {
	background-position-x: -307px;
	background-position-y: -85px;
	transition: all .4s ease;
}

.project:hover .bg06 {
	background-position-x: -382px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg07 {
	background-position-x: -452px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg08 {
	background-position-x: -525px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.bg09 {
	background-position-x: -597px;
	background-position-y: -24px;
}


.bg10 {
	background-position-x: -670px;
	background-position-y: -24px;
}
.project:hover .bg10 {
	background-position-x: -670px;
	background-position-y: -83px;
	transition: all .4s ease;
}

.project:hover .bg09 {
	background-position-x: -597px;
	background-position-y: -83px;
	transition: all .4s ease;
}
  .ny_nav002{ display:none;}
 .right_box .project:hover .ny_nav002{ display:block;    position: absolute;    position: absolute; width: 600px;height: 45px;}
  
 .ny_nav002 a{ float: left;width: 105px;font-size: 14px; color:#666;padding: 0; line-height: 45px; height: 45px;}
  .ny_nav002 a:hover{ color:#155ac2}
  

.bgimg {
	margin-bottom: 8px;
}


/*第三部分*/

.t_bg {
	background-color: #e3eef4;
	padding: 33px 0;
	border-bottom: 3px solid #1772a3;
}


/*.t_in {
	padding-left: 0px;
	padding-right: 0px;
}*/

.t_first span {
	width: 56px;
	height: 55px;
	background: url(../images/video-icon.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -28px;
	margin-left: -28px;
	display: block;
	animation: 3s linear 0s normal none infinite rotate;
	-webkit-animation: 3s linear 0s normal none infinite rotate;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	from {
		-moz-transform: rotate(0deg)
	}
	to {
		-moz-transform: rotate(360deg)
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	from {
		-o-transform: rotate(0deg)
	}
	to {
		-o-transform: rotate(360deg)
	}
}

.t_first em {
	width: 15px;
	height: 25px;
	background: url(../images/video-ico01.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -7px;
	display: block;
}


/*.t_in .t_first {
	width: 26.85%;
	padding-left: 0px;
	padding-right: 0px;
}*/

.m_box {
	position: relative;
}

.p_text {
	position: absolute;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 10px 0px 10px 10px;
	background-color: rgba(0, 0, 0, .3);
	bottom: 0;
	width: 100%;
}

.p_content {
	background-color: #fff;
	padding: 12px 0px;
}

.p_left {
	font-weight: bold;
	font-size: 16px;
	color: #4c4c4c;
	padding-left: 10px;
}

.p_right a {
	font-size: 13px!important;
	color: #dd2528!important;
	padding-right: 10px!important;
	transition: all .4s ease;
}

.t_first:hover .p_right a {
	padding-right: 15px!important;
}

.i_box01 {
	width: 330px;
	height: 212px;
	overflow: hidden;
	max-width: 100%;
	max-height: auto;
}

.i_box01 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transition: all .4s ease-in-out;
}

.t_first:hover .i_box01 img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

#box01>ul>li:first {
	border-bottom: 1px solid #f0f0f0;
	padding: 16px 0;
}

.t_second {
	background-color: #fff;
	padding: 18px 0px 5px 0px;
}

.pchange {
	padding-left: 10px;
}

.pchange li {
	display: inline-block;
	border-bottom: 3px solid #fff;
}

.pchange li a {
	font-size: 15px;
	color: #737373;
	margin: 0 12px;
	padding-bottom: 2px;
}

.n_right {
	padding-right: 10px;
}

.n_right a {
	font-size: 13px;
	color: #999;
	transition: all .4s ease-in-out;
}

.n_right a:hover {
	color: #dd2528;
	padding-right: 5px;
}


/*.t_in .t_second{
	width: 35%;
	padding-left: 0px;
	padding-right: 0px;
}*/

.ns_left {
	width: 120px;
	height: 77px;
	overflow: hidden;
	transition: all .4s ease-in-out;
	margin-left: 15px;
}

.ns_left img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transition: all .4s ease-in-out;
}

.news:hover .ns_left img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ns_right {
	padding-right: 15px;
	padding-top: 10px;
}

.ns_title {
	width: 252px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ns_right .ns_title a {
	font-size: 14px;
	color: #4c4c4c;
}

.ns_time {
	font-size: 15px;
	color: #b2b2b2;
	text-align: left;
}

.ns_more {
	text-align: right;
}

.ns_more a {
	font-size: 13px;
	color: #dd2528;
	text-align: right;
}

.news {
	padding: 17px 0 20px 0;
	border-bottom: 1px solid #f0f0f0;
	transition: all .4s ease-in-out;
}

.news:hover {
	padding-right: 5px;
}

.text {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

.text1 {
	padding-left: 15px;
	padding-right: 15px;
}

.text2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

.ns_title a:hover {
	color: #dd2528;
	transition: all .4s ease-in-out;
}

.text a:hover {
	color: #dd2528;
	transition: all .4s ease-in-out;
}

.text1 a:hover {
	color: #dd2528;
	transition: all .4s ease-in-out;
}

.text2 a:hover {
	color: #dd2528;
	transition: all .4s ease-in-out;
}

.text a {
	font-size: 14px;
	color: #8c8c8c;
	width: 296px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}

.text1 a {
	font-size: 14px;
	color: #8c8c8c;
	width: 296px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}

.text2 a {
	font-size: 14px;
	color: #8c8c8c;
	width: 296px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 25px;
}

.t_time {
	font-size: 13px;
	color: #b2b2b2;
	line-height: 25px;
}

.pbg a {
	color: #dd2528!important;
	font-weight: bold;
	border-bottom: 2px solid #dd2528!important;
}


/*轮播*/


/* 本例子css */

.slideBox {
	width: 250px;
	height: auto;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 6px;
	height: 6px;
	line-height: 14px;
	text-align: center;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	border-radius: 50%;
}

.slideBox .hd ul li.on {
	background: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 205px;
	display: block;
}

.bd ul li a img {
	max-width: 100%;
}

.turn {
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	color: #fff;
	background-color: #1772a3;
	text-align: center;
	line-height: 53px;
	width: 100%;
	display: inline-block;
}

.turn:hover {
	color: #fff;
}

.t_last {
	padding: 0px;
}

.last_top {
	background-color: #de474a;
	margin-bottom: 6px;
}

.last_bottom {
	background-color: #de8ec2;
}

.last_top a {
	width: 100%;
	padding: 35.5px 10px;
	display: inline-block;
}

.last_bottom a {
	width: 100%;
	padding: 35.5px 10px;
	display: inline-block;
}

.last_top a span {
	display: block;
}

.l_title {
	font-size: 19px;
	color: #fff;
	padding-bottom: 8px;
	font-weight: bold;
	transition: all .4s ease-in-out;
}

.l_content {
	font-size: 14px;
	color: rgba(255, 255, 255, .53);
}

.last_bottom a span {
	display: block;
}

.last_top:hover .l_title {
	margin-left: 10px;
}

.last_bottom:hover .l_title {
	margin-left: 10px;
}


/*.t_in .row{
	padding:0px;
	margin:0px;
}*/


/*第四部分*/

.t_bottom {
	font-size: 12px;
	color: #a8a8a8;
	text-align: center;
	padding: 10px 0;
}


/*内页部分*/

.ney {
	/*background-image: url(../images/video.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 260px;*/
	margin-top: 89px;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.neye {
	position: relative;
}

.move {
	width: 194px;
	height: 97px;
	background-image: url(../images/ming.png);
	background-repeat: no-repeat;
	background-position: center left;
	transition: all .4s ease-in-out;
	position: absolute;
	top: 50%;
	right: 32%;
	margin-top: -46px;
}

.snav_box {
	position: relative;
}

.snav {
	left: 0;
	top: 50%;
	margin-top: -23px;
	height: 45px;
	width: 35%;
	background-color: #dd2528;
	position: absolute;
	z-index: -9999;
}

.snav_left {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left 48%;
	padding-left: 25px;
}

.snav_left a {
	font-size: 15px;
	display: inline-block;
	line-height: 120px;
	color: #FFF;
}

.current1 {
	font-weight: bold;
}

.snav_right li {
	display: inline-block;
}

.snav_right li a {
	display: inline-block;
	line-height: 120px;
	font-weight: bold;
	color: #999999;
	padding-left: 20px;
	padding-right: 20px;
}

.video_box {
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-moz-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-o-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	margin-bottom: 80px;
}

.v_big {
	padding-top: 50px;
	background: -webkit-linear-gradient(#f7fcff, #1772a3);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#f7fcff, #1772a3);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#f7fcff, #1772a3);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(#f7fcff, #1772a3);
	/* 标准的语法 */
	padding-left: 0;
	padding-right: 0;
}


/*.video_left{
	width: 71.66%;
	padding:47px 39px 80px 39px;
	border-right: 1px solid #ededed;
}*/

.video_right {
	width: 28.34%;
	text-align: center;
}

.video_right {
	padding-top: 34px;
}

.video_right a {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.v1 {
	width: 298px;
	height: 300px;
	background-image: url(../images/right01.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.v2 {
	width: 298px;
	height: 160px;
	background-image: url(../images/right02.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.v3 {
	width: 298px;
	height: 160px;
	background-image: url(../images/right03.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.v1,
.v2,
.v3 {
	position: relative;
}

.v1 img {
	position: absolute;
	top: 17%;
	left: 3%;
	transition: all .3s ease-in-out;
}

.v1:hover img {
	left: 5%;
}

.v2 img {
	position: absolute;
	top: 28%;
	left: 3%;
	transition: all .3s ease-in-out;
}

.v2:hover img {
	left: 5%;
}

.v3 img {
	position: absolute;
	top: 33%;
	left: 3%;
	transition: all .3s ease-in-out;
}

.v3:hover img {
	left: 5%;
}

.v_title {
	background-image: url(../images/v_t.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.v_top {
	font-size: 24px;
	color: #333333;
	padding-left: 15px;
	margin-bottom: -3px;
}

.v_small {
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
	padding-bottom: 5px;
	text-transform: Uppercase;
}

.vchange li {
	display: inline-block;
	border-bottom: 3px solid #fff;
}

.vchange li a {
	display: inline-block;
	line-height: 44px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #4c4c4c;
	padding-left: 50px;
	padding-right: 50px;
	transition: all .3s ease-in-out;
	margin-right: 6px;
}

.v_box {
	padding-top: 50px;
}

.v_first {
	padding: 6px 0;
}

.v_first a:hover {
	color: #dd2528;
}

.v_second a {
	line-height: 44px;
	border: 1px solid #f0f0f0;
	color: #333333;
	padding: 14px 50px;
	transition: all .4s ease;
}

.v_second a:hover {
	background-color: #dd2528;
	color: #fff;
}

.vbg a {
	background-color: #dd2528;
	color: #fff!important;
	border: 1px solid #dd2528!important;
}

.v_title {
	margin-bottom: 40px;
}

.vdown {
	padding-bottom: 35px;
}

.ibox {
	width: 100%;
	/*height: 171px;*/
	overflow: hidden;
	max-width: 100%;
	text-align: center;
}

.ibox img {
	display: inline-block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transition: all .4s ease-in-out;
}


/*.video{
	width: 31%;
	margin-right:18px;
	padding:14px 0;
}*/

.video:hover .ibox img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	cursor: pointer;
}

.b_video {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.biaoti {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.big_bt {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 5px;
}

.big_bt a {
	transition: all .4s ease-in-out;
}

.big_bt:hover a {
	padding-left: 10px;
	color: #dd2528;
}

.big_bt a {
	font-size: 16px;
	color: #333333;
}

.bt_content {
	font-size: 12px;
	color: #808080;
	text-align: left;
}

.b_time {
	background-image: url(../images/eye.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 38px;
}

.pager li>a,
.pager li>span {
	border-radius: 0!important;
}

.pager>li>a {
	display: inline-block;
	color: #4c4c4c;
	padding: 7px 13px;
	font-size: 14px;
	border: 1px solid #cccccc;
	margin: 50px 2px 0 2px;
	border-radius: 0!important;
}

.pager li>a:hover {
	border: 1px solid #dd2528;
	color: #dd2528;
	background-color: #fff;
}

.pager li>a:hover span {
	color: #dd2528;
}

.pager>li>a>span {
	font-weight: bold;
}

.pager {
	margin: 0;
}

.v_bottom {
	font-size: 14px;
	color: #fff;
	padding: 22px 0;
	border-top: 3px solid #fff;
}

.v_bottom .b_left li {
	display: inline-block;
}

.v_bottom .b_left li a {
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}

.b_copyright {
	color: #fff;
	padding-top: 3px;
}

.b_adress {
	padding-bottom: 3px;
}

.b_adress,
.b_tell {
	text-align: right;
	color: #fff;
}


/*地产开发*/


/*.dc_box .project{
	width:12.5%;
}*/


/*.dc_box{
	width: 850px;
}*/

.dc_box .t_text {
	font-size: 14px;
	color: #808080;
	font-weight: normal;
}

.dc_current .t_text {
	font-weight: bold;
}

.dc_current {
	background-color: #fafafa;
}

.dc_current .bg01 {
	background-position-x: -18px;
	background-position-y: -83px;
}

.dc_current .bg02 {
	background-position-x: -90px;
	background-position-y: -83px;
}

.dc_current .bg03 {
	background-position-x: -167px;
	background-position-y: -82px;
}

.dc_current .bg04 {
	background-position-x: -237px;
	background-position-y: -83px;
}

.dc_current .bg05 {
	background-position-x: -307px;
	background-position-y: -85px;
}

.dc_current .bg06 {
	background-position-x: -382px;
	background-position-y: -83px;
}

.dc_current .bg07 {
	background-position-x: -454px;
	background-position-y: -83px;
}

.dc_current .bg08 {
	background-position-x: -525px;
	background-position-y: -83px;
}

.dc_title {
	font-size: 32px;
	color: #000;
	font-weight: bold;
}

.dc_pd {
	padding: 85px 70px;
	margin-bottom: 20px;
}

.dc_eng {
	font-size: 20px;
	color: #bfbfbf;
	padding: 4px 0;
}

.juxing {
	width: 60px;
	height: 4px;
	background-color: #999999;
	margin-top: 18px;
}

.dc_box2 {
	padding: 50px 0 0px 0;
}

.dc_box2 p {
	font-size: 15px;
	color: #4c4c4c;
	text-indent: 30px;
	line-height: 40px;
	padding-bottom: 0px!important;
}

.dcbg {
	background-color: #dd2528!important;
	color: #fff!important;
}

.dcbg span {
	font-weight: bold!important;
}

.dc_change {
	margin-bottom: 50px;
}

.dc_change li {
	width: 50%;
	background-color: #fff;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 54px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.jc_change {
	margin-top: 30px;
	margin-bottom: 30px;
}

.jc_change li {
	width: 100%;
	background-color: #fff;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
	padding-left: 0;
	padding-right: 0;
}

.jc_bg {
	padding-left: 0;
	padding-right: 0;
}

.jc_pd {
	padding: 85px 70px;
	margin-bottom: 0px;
}

.jz_pd {
	padding: 85px 70px;
	margin-bottom: 80px;
}

.jc_img {
	text-align: center;
}

.jc_img img {
	display: inline-block;
}

.yl_img {
	text-align: center;
	padding-top: 60px;
	border-top: 1px solid #f0f0f0;
}

.yl_img img {
	display: inline-block;
}

.yl_box {
	padding-bottom: 50px;
}

.yl_title {
	font-size: 19px;
	color: #000;
	/*background-image: url(../images/yl_bg.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;*/
}

.yl_content {
	padding-top: 20px;
}

.yl_content p {
	font-size: 15px!important;
	color: #1a1a1a!important;
	line-height: 30px!important;
	/*padding-bottom: 5px!important;*/
	text-indent: 0!important;
	padding-bottom: 0!important;
}

.yl_content span {
	display: block;
	font-size: 15px;
	color: #dd2528;
	text-align: left;
}

.yl_intro {
	padding-top: 50px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #f0f0f0;*/
}

.yl_first {
	padding-top: 10px;
}

.lvhua {
	margin-top: 25px;
	margin-bottom: 15px!important;
}


/* 本例子css */


/*.secbox{
	position: relative;
}*/

.picScroll-left {
	/*overflow:hidden;*/
	position: relative;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
}

.picScroll-left .hd .next {
	display: block;
	width: 44px;
	height: 44px;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/before.png) no-repeat center;
	position: absolute;
	left: -70px;
	top: 50%;
	z-index: 10;
}

.picScroll-left .hd .prev {
	display: block;
	width: 44px;
	height: 44px;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/next.png) no-repeat center;
	position: absolute;
	right: -70px;
	top: 50%;
	z-index: 10;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd {
	overflow: hidden;
}

.pbig {
	margin-left: -15px;
	margin-right: -15px;
}

.dc_n1 {
	font-size: 20px;
	color: #1a1a1a;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

.dc_n1 span {
	font-family: 'myFonts1';
	font-size: 60px;
	color: #dd2528;
}

.dc_n2 {
	width: 36px;
	height: 2px;
	background-color: #e5e5e5;
	text-align: center;
	margin: 0 auto;
}

.dc_n3 {
	font-size: 14px;
	color: #2e2e2e;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.number01 {
	background-image: url(../images/num.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.dc_second {
	padding-bottom: 120px;
}

.jc_second {
	padding-bottom: 80px;
}


/*产品内页*/


/*.lunbo{
	width:49%;
	padding-left: 0;
	padding-right: 0;
}*/

.picFocus {
	margin: 0 auto;
	width: 584px;
	/*border:1px solid #ccc; padding:5px; */
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.picFocus .hd {
	width: 100%;
	padding-top: 5px;
	overflow: hidden;
}

.picFocus .hd ul {
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}

.picFocus .hd ul li .gy_cover {
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	font-size: 14px;
	text-align: center;
	bottom: 0;
	width: 100%;
	color: #fff;
	line-height: 26px;
}

.picFocus .hd ul li {
	float: left;
	text-align: center;
	/*margin-left:2px;*/
	margin-right: 8.2px;
	padding-top: 13px;
	position: relative;
	overflow: hidden;
}

.picFocus .hd ul li img {
	width: 139px;
	height: 90px;
	border: 3px solid rgba(255, 255, 255, .0);
	cursor: pointer;
}

.picFocus .hd ul li.on {
	background-image: url(../images/arrow.png);
	background-position: top;
	background-repeat: no-repeat;
}

.picFocus .hd ul li.on img {
	border-color: #dd2528;
}

.picFocus .bd li {
	vertical-align: middle;
}

.picFocus .bd img {
	width: 584px;
	height: 380px;
	display: block;
}

.gy_details {
	/*width:600px;*/
	padding-left: 0;
	padding-right: 0;
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-moz-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-o-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
}

.gy_details h1 {
	font-size: 26px;
	line-height: 68px;
	text-align: left;
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	background-color: #dd2528;
}

.gy_xq {
	padding: 40px 20px;
	height: 423px;
}

.gy_xq .price {
	font-size: 18px;
	color: #666666;
	padding-bottom: 10px;
}

.gy_xq .price .p {
	font-size: 28px;
	color: #dd2528;
	font-weight: bold;
}

.gy_xq .price span {
	font-size: 18px;
	color: #4c4c4c;
	margin-left: 15px;
	vertical-align: bottom;
}

.gy_xq p {
	font-size: 12px;
	color: #999999;
	text-align: left;
	padding-bottom: 5px;
}

.biaoqian {
	padding: 10px 0 15px 0;
}

.biaoqian li {
	width: 64px;
	float: left;
	border-radius: 4px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin: 0 5px;
}

.b01 {
	background-color: #faa2a4;
}

.b02 {
	background-color: #e8c495;
}

.b03 {
	background-color: #c7a1e6;
}

.b04 {
	background-color: #faa2a4;
}

.b_title,
.b_content {
	float: left;
}

.bq {
	padding: 10px 0;
}

.bq .b_title {
	color: #999999;
}

.bq .b_title span {
	width: 75px;
	height: 21px;
	text-align: justify;
	font-size: 15px;
	color: #999999;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.bq .b_content {
	font-size: 15px;
	color: #4c4c4c;
	padding-left: 20px;
	font-family: 'myFonts1';
	line-height: 26px;
}

.call01 {}

.b_call {
	font-size: 30px!important;
	color: #dd2528!important;
}

.bq .b_content a {
	color: #dd2528;
	vertical-align: baseline;
}

.gy_second {
	background-color: #fff;
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px;
	-webkit-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-moz-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-o-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
}

.s_title {
	font-size: 24px;
	color: #333333;
	text-align: left;
	font-weight: bold;
	padding-bottom: 25px;
}

.dt {
	padding-left: 50px;
	padding-top: 10px;
}

.dt li {
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-bottom: 40px;
	padding-left: 20px;
	font-size: 16px;
	color: #333333;
}

.dt li p {
	font-size: 14px;
	color: #8c8c8c;
	text-align: left;
}

.lmore {
	background-image: url(../images/adrop.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	font-size: 14px;
	color: #999999;
	width: 108px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 15px;
}

.huxing {
	text-align: center;
	padding: 30px;
}

.himg {
	width: 328px;
	height: 226px;
	overflow: hidden;
	display: inline-block;
}

.shuju {
	padding: 10px 0;
}

.shuju .s01 {
	font-size: 16px;
	color: #333333;
	padding: 2px 0;
	text-align: left;
}

.data .b_title {
	color: #999999;
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}

.data .b_title span {
	width: 75px;
	height: 21px;
	text-align: justify;
	font-size: 15px;
	color: #999999;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.data .b_content {
	color: #4c4c4c;
	font-size: 15px;
}

.data .row {
	padding: 20px 0;
}

.gy_forth {
	background-color: #fff;
	-webkit-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-moz-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	-o-box-shadow: 0 0 14px rgba(21, 56, 100, .05);
	padding: 40px;
	margin-bottom: 80px;
}


/*.mapbox{
	margin-top:20px;
}*/

.mapbox1 {
	padding-left: 10px!important;
	padding-right: 10px!important;
}


/*地图部分*/

#contact-map {
	height: 366px;
	margin-bottom: 40px;
}

.gy_change {
	border-bottom: 1px solid #f0f0f0;
}

.gy_change li {
	font-size: 15px;
	color: #808080;
	width: 25%;
	text-align: center;
	line-height: 60px;
}

.gy_fright {
	border: 1px solid #f0f0f0;
	padding: 0px;
}

.gy_content {
	padding: 60px 40px 40px 40px;
	height: 305px;
}


/*特效区域*/

.t_title {
	animation-delay: .2s;
}

.i01 {
	animation-delay: .1s;
}

.i02 {
	animation-delay: .2s;
}

.i03 {
	animation-delay: .3s;
}

.i04 {
	animation-delay: .4s;
}

.i05 {
	animation-delay: .5s;
}

.i06 {
	animation-delay: .6s;
}

.i07 {
	animation-delay: .7s;
}

.i08 {
	animation-delay: .8s;
}

.t_last {
	animation-delay: .2s;
}

.secList li {
	animation-delay: .1s;
}

.secList ul li:hover a {
	color: #dd2528;
}

.snav_left a:hover {
	font-weight: bold;
}

.jituan {
	animation-delay: .1s;
}

.v1 {
	animation-delay: .1s;
}

.v2 {
	animation-delay: .2s;
}

.v3 {
	animation-delay: .3s;
}

.walkIn {
	width: 100%;
	height: 251px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: -webkit-linear-gradient(180deg, #faf5f0, #fae8e6);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient( 180deg, #faf5f0, #fae8e6);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient( 180deg, #faf5f0, #fae8e6);
	/* Firefox 3.6 - 15 */
	background: linear-gradient( 180deg, #faf5f0, #fae8e6);
	/* 标准的语法 */
}

.wa01 {
	position: absolute;
	top: 40px;
	left: 40px;
	animation-delay: 1s;
}

.wa02 {
	position: absolute;
	right: 20px;
	bottom: 0px;
	padding-left: 70px;
	background-image: url(../images/w3.png);
	background-position: right center;
	background-repeat: no-repeat;
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(20px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes updown1 {
	0% {
		-webkit-transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}

.wa02 img {
	-webkit-animation: updown 4s infinite linear;
}

.w2 {
	width: 100%;
	height: 677px;
	background-color: #fffafa;
	background-image: url(../images/w4.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

.w2 span {
	display: inline-block;
	vertical-align: bottom;
}

.witem_img {
	width: 46px;
	height: 38px;
	background-image: url(../images/project1.png);
	background-repeat: no-repeat;
}

.smallw01 {
	display: inline-block;
	position: absolute;
	transition: all .4s ease;
}

.sm01 {
	background-position-x: -18px;
	background-position-y: -83px;
}

.sm02 {
	background-position-x: -90px;
	background-position-y: -83px;
}

.sm03 {
	;
	background-position-x: -167px;
	background-position-y: -82px;
}

.sm04 {
	background-position-x: -237px;
	background-position-y: -83px;
}

.sm05 {
	background-position-x: -307px;
	background-position-y: -85px;
}

.sm06 {
	;
	background-position-x: -382px;
	background-position-y: -83px;
}

.sm07 {
	background-position-x: -454px;
	background-position-y: -83px;
}

.sm08 {
	;
	background-position-x: -525px;
	background-position-y: -83px;
}

.sw1 {
	top: 70px;
	left: 340px;
	animation-delay: .2s;
	animation: all .4s ease-in-out;
}

.sw2 {
	top: 135px;
	left: 450px;
	animation-delay: .4s;
}

.sw3 {
	top: 210px;
	left: 515px;
	animation-delay: .6s;
}

.sw4 {
	top: 304px;
	left: 535px;
	animation-delay: .8s;
}

.sw5 {
	top: 390px;
	left: 530px;
	animation-delay: 1s;
}

.sw6 {
	top: 470px;
	left: 480px;
	animation-delay: 1.2s;
}

.sw7 {
	top: 535px;
	left: 400px;
	animation-delay: 1.4s;
}

.sw8 {
	top: 580px;
	left: 240px;
	animation-delay: 1.6s;
}

.witem_title {
	font-size: 18px;
	font-weight: bold;
	color: #1a1a1a;
}

.witem_content {
	font-size: 14px;
	color: #666666;
	text-align: left;
}

table.reference tr:hover {
	background-color: #f2e4e4;
}

.dc_n1 i {
	font-family: 'myFonts1';
	font-size: 60px;
	color: #dd2528;
}

.jb_red {
	transition: all .2s ease-in-out;
	cursor: default;
}

.jb_red:hover {
	padding-left: 40px;
}

.jb_blue {
	transition: all .2s ease-in-out;
	cursor: default;
}

.jb_blue:hover {
	padding-left: 40px;
}

.smallw01:hover {
	padding-left: 8px;
}

.wh_sbox {
	transition: all .4s ease-in-out;
}

.wh_sbox:hover {
	padding-left: 20px;
}

.wh_img {
	background-image: url(../images/wh1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	line-height: 220px;
	text-align: left;
	padding-left: 20px;
}

.wh_img img {
	display: inline-block;
}

.sicon:hover {
	padding-left: 40px;
}

.yl_left {
	/*width: 462px;
	height: 298px;*/
	/*overflow: hidden;*/
	transition: all .4s ease-in-out;
	text-align: center;
}


/*.yl_left img{
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transition: all .4s ease-in-out;
	display: inline-block;
}
.yl_left:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}*/

.ylcy_title {
	padding-left: 20px;
	font-size: 22px;
	color: #1a1a1a;
	text-align: left;
	background-image: url(../images/yl2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}

.yl_right {
	float: right!important;
	/*width: 54%;*/
	padding: 30px 0;
}

.yl_right p {
	font-size: 16px;
	color: #333333;
	text-align: left;
	line-height: 26px;
	text-indent: 0;
	padding-top: 20px;
}

.yl_right ul {
	text-align: left;
}

.yl_right ul li {
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 8px 25px;
	border-radius: 6px;
	margin: 10px 6px;
	display: inline-block;
}

.yc1 {
	background-color: #fa9698;
}

.yc2 {
	background-color: #e8b674;
}

.yc3 {
	background-color: #c7a1e6;
}

.yc4 {
	background-color: #89c997;
}

.yc5 {
	background-color: #657bb5;
}

.map_demo {
	height: 550px;
}

.itemImg {
	overflow: hidden;
}

.itemImg img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	transition: all .4s ease-in-out;
}

.curs01:hover .itemImg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.glyphicon-chevron-right:before {
	content: none;
}

.glyphicon-chevron-left:before {
	content: none;
}

.center_box {
	position: relative;
}

.jr_center {
	width: 360px;
	height: 360px;
	background-image: url(../images/center_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}

.center_box {
	height: 770px;
}

.center1 {
	position: absolute;
	top: 66px;
	left: 157px;
}

.center2 {
	position: absolute;
	top: 146px;
	left: 65px;
}

.center3 {
	position: absolute;
	top: 151px;
	left: 249px;
}

.center4 {
	position: absolute;
	top: 246px;
	left: 155px;
}

.jr_center {
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -180px;
}

.yl_intro {
	position: absolute;
}

.yl01 {
	left: 70px;
	top: 80px;
	transition: all .4s ease-in-out;
}

.yl02 {
	right: 70px;
	top: 80px;
	transition: all .4s ease-in-out;
}

.yl03 {
	left: 70px;
	bottom: 80px;
	transition: all .4s ease-in-out;
}

.yl04 {
	right: 70px;
	bottom: 80px;
	transition: all .4s ease-in-out;
}

.yl01:hover {
	padding-left: 20px;
}

.yl02:hover {
	padding-right: 20px;
}

.yl03:hover {
	padding-left: 20px;
}

.yl04:hover {
	padding-right: 20px;
}

.center1 img,
.center2 img,
.center3 img,
.center4 img {
	transition: all .4s ease-in-out;
}

.jr_center:hover .center1 img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.jr_center:hover .center2 img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.jr_center:hover .center3 img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.jr_center:hover .center4 img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}


/*.r_father{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}*/

.navItem a {
	cursor: pointer;
}

.Search_left {
	display: inline-block;
	background-color: #1771a3;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.Search_left img {
	display: inline-block;
}

.List_right {
	display: inline-block;
	border: 1px solid #e5e5e5;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.List_right img {
	display: inline-block;
}

.List_right:hover {
	background-color: #ffe0e1;
	border: 1px solid #ffe0e1;
}


/*.sbig{
	position: relative;
	
}*/

.new_part {
	position: absolute;
	right: -12%;
	top: 25%;
}

.yanzm {
	width: 113px;
	height: 50px;
	display: inline-block;
}

.yanzm img {
	width: 100%;
}

.yzmbox {
	width: 49%;
	display: inline-block;
	margin-right: 10px;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10%;
	right: 10%;
	overflow: hidden;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-indent: 100%;
	background: url(../images/control-up.png) no-repeat #fff center;
	text-align: center;
	transition: all .2s ease-in-out;
}

#toTop:hover {
	background: url(../images/control-up-on.png) no-repeat #fff center;
}

.news_box {
	position: relative;
	margin-right: 3px;
}

.s_hide {
	position: absolute;
	background-color: rgba(0, 0, 0, .7);
	padding: 8px;
	right: 0;
	top: 52px;
}

.s_hide input {
	width: 200px;
	height: 36px;
	background-color: #fff;
}

.news_content {
	position: fixed;
	padding: 25px 0px 25px 35px;
	background-color: #fff;
	width: 450px;
	right: -450px;
	top: 0;
	text-align: left;
	display: inline-block;
	z-index: 100000;
	height: 100%;
	overflow-y: auto;
}

.news_box,
.news_box1 {
	display: inline-block;
}

.news_title {
	padding-bottom: 10px;
}

.news_title a {
	font-size: 15px;
	font-weight: bold;
	color: #dd2528;
}

.news_list a {
	display: inline-block;
	font-size: 14px;
	color: #999999;
	padding: 3px 6px;
}

.news_pd {
	padding: 85px 80px;
}

.news_cover {
	background-color: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999999;
	text-align: right;
	z-index: 99999;
	display: none;
}

.news_content li {
	margin: 30px 0;
}

.news_content ul {
	border-top: 1px solid #e5e5e5;
	padding-right: 20px;
}

.news_top {
	padding-bottom: 20px;
}

.newsRight {
	line-height: 58px;
	margin-right: 30px;
	cursor: pointer;
}

.news_list a:hover {
	color: #dd2528;
}

.jb_erweima {
	display: inline-block;
	margin-right: 15px;
	border: 2px solid #fff;
}

.jb_number {
	display: inline-block;
	text-align: left;
}

.new_shzr {
	width: 450px;
	height: 450px;
	margin: 100px auto;
	position: relative;
}

.shzr01,
.shzr02,
.shzr03 {
	position: absolute;
	transition: all .4s ease-in-out;
	display: block;
}

.shzr01 {
	top: 60px;
	left: -100px;
}

.shzr01:hover {
	padding-left: 20px;
}

.shzr02 {
	top: 60px;
	right: -100px;
}

.shzr02:hover {
	padding-right: 20px;
}

.shzr03 {
	bottom: -120px;
	left: 175px;
}

.shzr03:hover {
	padding-bottom: 20px;
}

.rcpy_box {
	margin-bottom: 20px;
}

.v1_title {
	margin-bottom: 10px;
}

.rc_content {
	padding-top: 40px;
}

.rc_content p {
	margin-bottom: 30px;
}

.ln_inleft {
	width: 177px;
	height: 177px;
	padding-right: 10px;
	background-color: #dd2528;
	display: inline-block;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 70px;
	position: relative;
}

.ln_position {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -20px;
}

.ln_inright {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	margin-left: 20px;
}

.ln_inright img {
	transition: all .4s ease-in-out;
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
}

.ln_inright:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ln_left {
	padding-left: 50px;
}

.ln_box {
	padding: 40px 0;
}

.ln_content {
	padding-top: 30px;
}

.linian {
	width: 177px;
	height: 177px;
	padding-right: 10px;
	background-color: #4f81bd;
	display: inline-block;
	border-radius: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 70px;
	position: relative;
}

.newadd {
	padding-top: 60px;
}

.jrlink {
	padding: 45px 0 10px 0;
}

.jrlink a {
	font-size: 16px;
	color: #333;
}

.link_box {
	padding: 8px 0;
}

.jrlink a:hover {
	color: #dd2528;
}

.jrlink span {
	font-size: 16px;
	color: #333;
}

.ln_second p {
	text-indent: 0px!important;
	padding: 50px 0 20px 30px;
	line-height: 35px;
}

.ln_img {
	text-align: center;
}

.ln_img img {
	display: inline-block;
}

.ln_fuli {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid transparent;
}

.ln_fuli:hover {
	border: 1px solid #dd2528;
}

.ln_fuli h1 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding-top: 30px;
}

.fl_img img {
	display: inline-block;
}

.ln_fuli p {
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 26px;
	text-align: center;
}

.ln_fuli p span {
	font-weight: bold;
}

.fuBox {
	padding: 30px 0;
}

.sh_h1 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 15px;
}

.ylPadding {
	padding-bottom: 0px!important;
}

.ylyewu {
	overflow: hidden;
	display: inline-block;
	line-height: 236px;
	margin-left: 30px;
}

.ylyewubox {
	background-color: #fce1e1;
	border-radius: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.yewu2 {
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	width: 64%;
}

.yewu2 h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.yewu2 p {
	font-size: 15px;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	background-image: url(../images/tuoyuan.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 0px!important;
	padding-bottom: 0!important;
}

.yewu2 span {
	padding-left: 10px;
	color: #666666;
	text-align: left;
}

.yewubigbox {
	padding: 50px 0;
}

.service {
	text-align: center;
}

.service_small {
	width: 148px;
	height: 148px;
	border-radius: 50%;
	border: 1px solid #dd2528;
	text-align: center;
	line-height: 148px;
	display: inline-block;
	margin-bottom: 24px;
}

.service_small img {
	display: inline-block;
}

.service h1 {
	text-align: center;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

.service_box {
	padding: 60px 0 45px 0;
}

.service_box01 {
	padding: 70px 0 15px 0;
}

.service_p p {
	padding-bottom: 0!important;
}

.service_small1 {
	width: 185px;
	height: 185px;
	text-align: center;
	line-height: 185px;
	display: inline-block;
	margin-bottom: 24px;
	background-image: url(../images/cp_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.service_small1 img {
	display: inline-block;
}

.ylfz p {
	padding: 50px 0;
}

.fzImgbox {
	text-align: center;
}

.fzImg {
	width: 298px;
	height: 194px;
	overflow: hidden;
	text-align: center;
	line-height: 194px;
	display: inline-block;
}

.fzImg img {
	display: inline-block;
}

.fzContent {
	display: inline-block;
	padding-top: 30px;
}

.fzContent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #292929;
	padding-bottom: 10px;
}

.fzContent p {
	font-size: 15px;
	color: #4c4c4c;
	text-indent: initial!important;
	padding-bottom: 0!important;
}

.fzList>ul {
	padding: 35px 0 0 0;
}

.fzList>ul>li {
	padding: 10px 0;
}

.b_link {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
}

.b_link span {
	color: #999;
	font-size: 12px;
}

.b_link a {
	color: #999;
	font-size: 12px;
	padding: 0 5px;
}

.b_link a:hover {
	color: #dd2528;
}

.Link_inner {
	display: inline-block;
	vertical-align: bottom;
}

.Link_inner span {
	color: #fff;
	font-size: 14px;
}

.Link_inner a {
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
}

.Link_inner a:hover {
	color: #dd2528;
}

.xc_zx h1 {
	background-image: url(../images/yl2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	color: #1a1a1a;
	margin-bottom: 25px;
	margin-top: 20px;
	font-weight: bold;
	padding-left: 10px;
}

.xc_rh h1 {
	background-image: url(../images/yl2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 22px;
	color: #1a1a1a;
	margin-bottom: 25px;
	font-weight: bold;
	padding-left: 10px;
}

.xc_rh {
	padding-top: 0px!important;
}

.tz_pd {
	padding-bottom: 60px!important;
	margin-bottom: 20px!important;
}

.xc_img {
	padding-top: 20px;
	text-align: center;
}

.xc_img img {
	display: inline-block;
}

.new_p01,
.new_p02,
.new_p03 {
	display: inline-block;
	width: 70px;
	height: 70px;
	position: absolute;
}

.new_p01 {
	left: 0;
	top: 5%;
}

.new_p02 {
	right: 0;
	top: 5%;
}

.new_p03 {
	left: 38.5%;
	bottom: -1%;
}

.new_shzr1 {
	position: relative;
}

@media (max-width: 768px){
	.container{
		width: 90%;
	}
	.content {
    	width: 90%;
    }
}