@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	max-height: 1920px;
	min-height: 1200px;
}
h1, h2, h3, h4, h5, h6, p, span, ul, li, dl, dt, dd, img {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #666666;
	transition: all 0.5s;
}
ol, ul {
	list-style: none
}
:focus {
	outline: none;
}
.clr {
	clear: both;
}
* {
	margin: 0;
	padding: 0;
}
/*公共样式*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.w1100 {
	width: 1200px;
	margin: 0 auto;
}
.indexCen {
	width: 1200px;
	margin: 0 auto;
}
.index_Cen {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}
.clearfix {
	zoom: 1
}
/*网页头部*/
.hed {
	width: 100%;
	height: 35px;
	background: #f3f3f3;
}
.hed_box {
	width: 1200px;
	height: 35px;
}
.hed_box p {
	width: 500px;
	color: #777777;
	line-height: 35px;
	font-size: 15px;
}
.hed_box ul {
	float: right;
}
.hed_box ul li {
	background: url(../images/top01.jpg) no-repeat 7px center;
	margin-left: 15px;
	height: 35px;
	float: right;
	text-align: right;
	line-height: 35px;
}
.hed_box ul li a {
	font-size: 15px;
	color: #777777;
}
.hed_box ul li a:hover {
	color: #e60212;
}
.hed_box ul li.top1 {
	background: none;
}
/*logo*/
.top {
	width: 100%;
	height: 150px;
}
.top_box {
	width: 1200px;
	height: 150px;
}
.top_box .h1 {
	width: 230px;
	height: 150px;
	float: left;
}
.top_box .h1 img {
	margin-top: 47px;
}
.topter {
	width: 435px;
	height: 150px;
	float: left;
}
.topter h2 {
	margin-top: 44px;
	margin-left: 20px;
	width: 466px;
	height: 35px;
}
.topter h3 {
	width: 466px;
	margin-left: -15px;
	text-align: center;
	font-size: 18px;
	color: #777777;
	margin-top: 7px;
	height: 24px;
}
.top_box ul {
	float: left;
	margin-left: 50px;
}
.top_box ul li {
	background: url(../images/top03.png) no-repeat center top;
	float: left;
	margin-right: 20px;
	height: 80px;
	margin-top: 50px;
	position: relative;
	z-index: 11100;
	cursor: pointer;
}
.top_box ul li p {
	text-align: center;
	margin-top: 30px;
	line-height: 30px;
	font-size: 15px;
	color: #777777;
}
.top_box ul li img {
	display: none;
	position: absolute;
	top: 67px;
	left: -40px;
}
.top_box ul li:hover img {
	display: block;
}
.top_box ul li:hover {
	background: url(../images/top04.png) no-repeat center top;
}
.top_box ul li:hover P {
	color: #e60212;
}
.toprt {
	background: url(../images/top05.png) no-repeat 26px 20px;
	width: 220px;
	height: 150px;
	float: right;
}
.toprt p {
	font-size: 18px;
	color: #2b2b2b;
	font-weight: bold;
	text-indent: 61px;
	letter-spacing: 4px;
	margin-top: 22px;
}
.toprt dl {
	width: 218px;
	height: 68px;
	border: 1px solid #e60212;
	margin-top: 8px;
}
.toprt dl dt {
	text-align: center;
	line-height: 33px;
	font-size: 24px;
	color: #e60212;
	font-weight: bold;
}
.toprt dl dd {
	text-align: center;
	line-height: 35px;
	background: #e60212;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
/*导航*/
.nav {
	width: 100%;
	height: 50px;
	background: #f74444;
}
.nav2 {
	width: 1200px;
	height: 50px;
}
.nav2 ul {
	width: 1250px;
	float: left;
	height: 50px;
}
.nav2 ul li {
	float: left;
}
.nav2 ul li a {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 17px;
	padding: 0 32px;
}
.nav2 ul li a:hover {
	background: #e60212;
}
.nav2 ul li a.on {
	background: #e60212!important;
}
/*首页 banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 550px;
	background: #000;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 550px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 550px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide .hd ul .on {
	background: #e60212;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide .prev, .fullSlide .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*内页 banner*/
.fullSlide2 {
	width: 100%;
	position: relative;
	height: 400px;
	background: #000;
	overflow: hidden;
}
.fullSlide2 .bd {
	margin: 0 auto;
	z-index: 0;
	overflow: hidden;
	width: 1920px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
.fullSlide2 .bd ul {
	width: 100% !important;
}
.fullSlide2 .bd li {
	width: 100% !important;
	height: 400px;
	overflow: hidden;
	text-align: center;
}
.fullSlide2 .bd li a {
	display: block;
	height: 400px;
}
.fullSlide2 .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide2 .hd ul {
	text-align: center;
}
.fullSlide2 .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: #fff;
	filter: alpha(opacity=80);
	opacity: 1;
	line-height: 999px;
	margin-left: 15px;
}
.fullSlide2 .hd ul .on {
	background: #0f84da;
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
}
.fullSlide2 .prev, .fullSlide2 .next {
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide2 .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
/*热搜关键字*/
.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9;
}
.ser {
	width: 1200px;
	height: 60px;
}
.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px;
}
.search_tow {
	border: none;
	width: 150px;
	color: #777777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: none;
}
.search_button {
	background: url(../images/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0px;
	border: none;
}
#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
#typeid {
	width: 82px;
	height: 30px;
	line-height: 30px;
	border: none;
	color: #ffffff;
	text-indent: 8px;
	background: #e60212;
	border-radius: 5px;
	margin: 5px 0 0 6px;
}
.search {
	position: relative;
}
.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../images/ser01.png) no-repeat left center;
}
.sea_key a {
	color: #777777;
	margin: 0 5px;
}
.sea_key a:hover {
	color: #e60212;
}
.sea_key span {
	color: #2b2b2b;
	margin-left: 20px;
}
/*******产品展示******/
.cp {
	width: 100%;
	height: 1200px;
	background-color: #f3f3f3;
}
.cp .cp_box {
	width: 1200px;
	height: 920px;
}
.cptop {
	width: 1200px;
	height: 151px;
	float: left;
}
.cptop p {
	text-align: center;
	margin-top: 60px;
}
.cptop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.cpter {
	width: 1200px;
	height: 120px;
	float: left;
}
.cpterft {
	background: url(../images/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	float: left;
}
.cpterft P {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-indent: 98px;
	margin-top: 25px;
}
.cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 98px;
}
.cpter ul {
	float: left;
	width: 920px;
}
.cpter ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
.cpter ul li>a {
	display: block;
	width: 174px;
	height: 45px;
	background: #f74444;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #fff;
}
.cpter ul li>a:hover {
	background: #e60212;
}
.cpter ul li>div {
	display: none;
	width: 174px;
	background: url(../images/cp03.png) no-repeat center 5px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000;
}
.cpter ul li>div>a {
	background: url(../images/cp04.jpg) no-repeat center center;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #fff;
}
.cpter ul li>div>a:nth-child(1) {
	margin-top: 10px;
}
.cpter ul li:hover div {
	display: block;
}
.cpter ul li>div>a:hover {
	background: url(../images/cp05.png) no-repeat center center;
}
.cpter ul li.cpp1 a {
	background: url(../images/cp06.jpg) no-repeat center center;
}
.cpbt {
	width: 1235px;
	height: 250px;
	float: left;
}
.cpbt li {
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.cpbt li img {
	width: 380px;
	height: auto;
}
.cpbt li p {
	width: 380px;
	height: auto;
	top: 340px;
	left: 0;
	background: url(../images/cp07.png) no-repeat center center;
	font-size: 15px;
	color: #fff;
	line-height: 47px;
	text-align: center;
}
.cpbt li:hover p {
	top: 0;
}
/*资讯热线:*/
.tage {
	width: 100%;
	height: 350px;
	background: url(../images/tageck.jpg) no-repeat center center;
}
.tage_box {
	width: 1200px;
	height: 250px;
}
.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 85px;
	float: left;
}
.tage_box p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.tage_box span {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.tage_box div {
	padding-left: 515px;
	margin-top: 22px;
}
.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #e60212;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
}
.tage_box div a:hover {
	text-decoration: underline;
}
/*定制流程*/
.dz {
	width: 100%;
	height: 502px;
}
.dz_box {
	width: 1200px;
	height: 565px;
}
.dztop {
	width: 1200px;
	height: 70px;
}
.dztop p {
	text-align: center;
	margin-top: 60px;
}
.dztop span {
	display: block;
	text-align: center;
	letter-spacing: 5px;
	font-size: 16px;
	color: #2b2b2b;
}
.bxyfw {
	width: 100%;
	height: 540px;
	background: url(../images/bxyfw.jpg) no-repeat top center;
	overflow: hidden;
}
.bxyfwn {
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.bxyfwn1 {
    font-size: 16px;
    text-align: center;
    margin-top: 45px;
    color: #060606;
}
.bxyfwn2 {
	position: absolute;
	left: 123px;
	top: 210px;
	font-weight: bold;
}
.bxyfwn3 {
	position: absolute;
	left: 247px;
	top: 342px;
	font-weight: bold;
}
.bxyfwn4 {
	position: absolute;
	left: 384px;
	top: 210px;
	font-weight: bold;
}
.bxyfwn5 {
	position: absolute;
	left: 506px;
	top: 342px;
	font-weight: bold;
}
.bxyfwn6 {
	position: absolute;
	left: 639px;
	top: 210px;
	font-weight: bold;
}
.bxyfwn7 {
	position: absolute;
	left: 774px;
	top: 342px;
	font-weight: bold;
}
.bxyfwn8 {
	position: absolute;
	left: 897px;
	top: 210px;
	font-weight: bold;
}
/*选择我们*/
.choo {
	width: 100%;
	background: #f3f3f3;
}
.choo_box {
	width: 1200px;
	height: 1280px;
}
.chootop {
	width: 1200px;
	height: 166px;
	float: left;
}
.chootop p {
	text-align: center;
	margin-top: 60px;
}
.chootop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #2b2b2b;
	letter-spacing: 5px;
	margin-top: 3px;
}
.ys1 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys1 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys1 dl {
	background: url(../images/ys01.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys1 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys1 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys1 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys2 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys2 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys2 dl {
	background: url(../images/ys02.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys2 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys2 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 40px;
	color: #777777;
	line-height: 30px;
}
.ys2 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys3 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys3 img {
	width: 560px;
	height: 250px;
	float: right;
}
.ys3 dl {
	background: url(../images/ys03.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: left;
}
.ys3 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys3 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys3 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
.ys4 {
	width: 1200px;
	height: 250px;
	float: left;
	margin-bottom: 30px;
}
.ys4 img {
	width: 560px;
	height: 250px;
	float: left;
}
.ys4 dl {
	background: url(../images/ys04.png) no-repeat left 58px;
	width: 560px;
	height: 250px;
	float: right;
}
.ys4 dl dt {
	padding-left: 74px;
	font-size: 24px;
	color: #2b2b2b;
	font-weight: bold;
	margin-top: 58px;
}
.ys4 dl dd {
	padding-left: 74px;
	margin-top: 25px;
	height: 90px;
	color: #777777;
	line-height: 30px;
}
.ys4 dl dd span {
	color: #ec1b24;
	font-weight: bold;
}
/*公司简介*/
.gs {
	width: 100%;
	height: 755px;
	background: url(../images/gsck.jpg) no-repeat center top;
}
.gs_box {
	width: 1200px;
	height: 799px;
}
.gstop {
	width: 1200px;
	height: 80px;
	float: left;
}
.gstop p {
	text-align: center;
	margin-top: 60px;
}
.gstop span {
	text-align: center;
	display: block;
	font-size: 16px;
	color: #2b2b2b;
	margin-top: 3px;
	letter-spacing: 5px;
}
.gster {
	width: 1200px;
	height: 360px;
	float: left;
}
.gsft {
	width: 577px;
	height: 360px;
	float: left;
}
.gsft span {
	font-size: 24px;
	display: block;
	color: #2b2b2b;
	letter-spacing: 3px;
	margin-top: 30px;
}
.gsft p {
	width: 577px;
	height: 170px;
	color: #818181;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 12px;
	font-size: 15px;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}
.gsft p a {
	color: #0f84da;
}
.gsft ul {
	width: 570px;
	height: 40px;
	margin-top: 50px;
}
.gsft ul li {
	width: 140px;
	height: 40px;
	float: left;
	margin-right: 20px;
}
.gsft ul li a {
	display: block;
	width: 140px;
	height: 40px;
	border: 1px solid #2b2b2b;
	text-align: center;
	line-height: 40px;
	color: #2b2b2b;
	font-size: 15px;
}
.gsft ul li a:hover {
	color: #fff;
	background: #e60212;
	border: 1px solid #e60212;
}
.gsrt {
	width: 590px;
	height: 360px;
	float: right;
}
.gsrt img {
	width: 590px;
	height: 360px;
}
.mrmr2 {
	width: 1200px;
	float: left;
	height: 178px;
	position: relative;
	margin-top: 40px;
}
.mr_BtnL2 {
	background: url(../images/left.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	display: inline;
	position: absolute;
	top: 65px;
	left: -45px;
}
.mr_mr2 {
	float: left;
	width: 1200px;
	overflow: hidden;
	height: 178px;
}
.mr_BtnR2 {
	background: url(../images/right.png) no-repeat center center;
	width: 25px;
	height: 46px;
	cursor: pointer;
	position: absolute;
	top: 65px;
	right: -45px;
}
.mr_mr2 ul li {
	float: left;
	width: 285px;
	height: 178px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 178px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(../images/xc01.png) no-repeat center center;
	width: 285px;
	height: 178px;
	position: absolute;
	top: 178px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}

/*新闻中心*/
.news {
	width: 100%;
	height: 900px;
	min-width: 1200px;
	overflow: hidden;
}
.news_tline {
	width: 502px;
	margin: 0 auto;
}
.news_tline_i {
	width: 500px;
	position: absolute;
	z-index: -1;
	height: 1px;
	padding-top: 50px;
	margin-top: -20px;
}
.news_tline_il {
	width: 280px;
	margin: 0 auto;
	height: 1px;
	background: #fff;
	margin-top: 1px;
}
.news_m, .news_s {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	min-width: 1200px;
}
.news_m {
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	color: #0067d0;
}
.news_s {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 0px;
	color: #484848;
}
.news_line {
	height: 1px;
	background: #ccc;
	width: 100%;
	margin: 0 auto;
}
.news_line_t {
	width: 100px;
	margin: 0 auto;
	height: 3px;
	background: #0067d0;
}
.news_line_d {
	width: 0px;
	height: 0;
	margin: 0 auto;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #0067d0;
}
.lanrenzhijia {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	top: 40px;
}
.news_dt {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.lanrenzhijia .news_dt a {
	display: block;
	float: left;
	text-decoration: none;
	width: 280px;
	font-size: 16px;
	margin: 0px 10px;
	padding: 15px 30px;
	box-shadow: 0 0 5px #ddd inset;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on {
	text-decoration: none;
	width: 400px;
	font-weight: bold;
	background: #f8f8f8;
	transition: all 0.8s linear;
}
.lanrenzhijia .news_dt a.on .news_dt_rm {
	transition: all 0.8s linear;
	color: #d7030c;
}
.news_dt_rm {
	overflow: hidden;
	border-bottom: solid 1px #ccc;
	line-height: 40px;
	font-size: 20px;
	padding-left: 10px;
	transition: all 0.8s linear;
	font-weight: bold;
	color: #0067d0;
}
.news_dt_ren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	line-height: 26px;
	font-weight: normal;
	padding-left: 10px;
}
.lanrenzhijia .content {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 605px;
	position: relative;
	min-width: 1200px;
	margin-top: 20px;
}
.lanrenzhijia .content .ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 1200px;
	min-width: 1200px;
}
.lanrenzhijia .content .li {
	width: 1200px;
	float: left;
	min-width: 1200px;
}
.news .news_div_item, .news .divdgweb_new_div_item {
	width: 578px;
	height: 180px;
	float: left;
	position: relative;
	margin: 12px 11px;
	transition: all 0.8s linear;
	box-shadow: 0 0 2px #ccc inset;/*background: url(../images/20181227162817_594763620.png) no-repeat 8px center;*/
}
.news_div_item_pic {
	float: left;
	width: 282px;
	height: 180px;
	overflow: hidden;
	box-shadow: 0 0 1px #ddd;
}
.news_div_item_pic img {
	width: 282px;
	height: 180px;
	transition: all 0.5s linear;
}
.news_div_item_content, .divdgweb_new_div_item_content {
	float: right;
	width: 270px;
	margin-right: 10px;
}
.news_div_item_title, .divdgweb_new_div_item_title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 270px;
	padding-top: 10px;
}
.news_div_item_title a, .divdgweb_new_div_item_title a {
	font-size: 17px;
	transition: all 0.8s linear;
}
.news_div_item_body, .divdgweb_new_div_item_body {
	overflow: hidden;
	line-height: 23px;
	padding-top: 16px;
	height: 71px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 28px;
}
.news_dt_rgo {
	overflow: hidden;
	transition: all 0.8s linear;
}
.news_dt_rgo a {
	font-size: 0px;
	line-height: 0px;
}
.news_dt_rgo span {
	display: block;
	width: 90px;
	height: 1px;
	background: #999;
	transition: all 0.8s linear;
}
.news_dt_rgo p {
	font-size: 14px;
	line-height: 48px;
	text-align: right;
	position: relative;
	z-index: 2;
	color: #0067d0;
	transition: all 0.8s linear;
	margin-left: 200px;
	width: 270px;
}
.news_div_item_date, .divdgweb_new_div_item_date {
	position: absolute;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 310px;
	margin-top: 142px;
	color: #999;
}
.news_div_item_year, .divdgweb_new_div_item_year {
	float: left;
}
.news_div_item_month, .divdgweb_new_div_item_month {
	float: left;
}
.news_div_item_day, .divdgweb_new_div_item_day {
	float: left;
}
.news .news_div_item:hover .news_dt_rgo span, .news .divdgweb_new_div_item:hover .news_dt_rgo span {
	transition: all 0.8s linear;
	width: 100%;
}
.news .news_div_item:hover .news_div_item_title a, .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
	transition: all 0.8s linear;
	color: #0067d0;
}
.news .news_div_item:hover .news_dt_rgo p, .news .divdgweb_new_div_item:hover .news_dt_rgo p {
	transition: all 0.8s linear;
	width: 100%;
	margin-left: 0px;
}
.news .news_div_item:hover .news_div_item_pic img, .news .divdgweb_new_div_item:hover .news_div_item_pic img {
	transition: all 0.5s linear;
	transform: scale(1.15);
}

/*底部*/
.foot {
	width: 100%;
	background: #d62222;
	overflow:hidden
}
.foot .foot_con {
	width: 1200px;
	margin: 0 auto;
}
.ter4 {
	width: 260px;
	height: 308px;
	float: left;
}
.ter4 img {
	margin-top: 42px;
}
.ter3 {
	background: url(../images/ter01.jpg) no-repeat left 87px;
	width: 300px;
	float: left;
	position:relative
}
.ter3 span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 55px;
}
.ter3 img {
	margin-top: 30px;
}
.ter2 {
	width: 370px;
	float: left;
	background: url(../images/ter01.jpg) no-repeat left 87px;
}
.ter2 span {
	width: 350px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	display: block;
	font-weight: bold;
}
.ter2 p {
	color: #f9f7f7;
	float: left;
	margin-top: 36px;
	line-height: 25px;
}
.ter2 p a {
	color: #f9f7f7;
}
.ter2 p a:hover {
	color: #d2030f;
}

/*******友情链接*******/
.firendlink{
    position: absolute;
    margin-left: 760px;
	margin-top: 120px;
    border: 1px solid #df6966;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
	}
.firendlink span{
	color:#fff;
	display: block;
	cursor: pointer;}
.firendlink i{
	float:right;
	font-family: "iconfont";
	font-style:normal;
	font-size:1.143rem;
	}
.firendlink .main{
	position: absolute;
	bottom:50%;
	width:100%;
	background:#fff;
	left:0;
	transition:opacity .4s,bottom .4s;
	opacity:0;transform: scale(0);
	}
.firendlink a{
	display: block;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #eee;
	padding:0 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	color:#666;
	}
.firendlink a:hover{
	background:#333;
	color:#fff;
	}
.firendlink:hover .main{
	opacity:1;
	transform: scale(1);
	bottom:100%;
	}
/*******新友情链接样式*******/
.friend_link{display:flex;flex-flow:wrap;width:100%;margin-bottom:10px}
.friend_link li{color:#fff;margin-right:10px;margin-bottom:10px}
.friend_link li a{color:#fff}
	
/*******友情链接结束*******/	

.ter1 {
	width: 230px;
	float: right;
	background: url(../images/ter01.jpg) no-repeat left 87px;
}
.ter1 p {
	width: 230px;
	font-size: 18px;
	color: #ffffff;
	margin-top: 55px;
	font-weight: bold;
}
.ter1 ul {
	width: 230px;
	margin-top: 36px;
}
.ter1 ul li {
	width: 115px;
	float: left;
}
.ter1 ul li a {
	color: #f9f7f7;
	line-height: 25px;
}
.ter1 ul li a:hover {
	color: #d2030f;
}
.copy {
	width: 100%;
	height: 71px;
	background: #b10404;
}
.copy_box {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.copy_box p.copy1 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: left;
}
.copy_box p.copy2 {
	font-size: 15px;
	color: #ffffff;
	line-height: 70px;
	float: right;
}
.copy_box p.copy2 a {
	font-size: 15px;
	color: #ffffff;
}
.copy_box p.copy2 a:hover {
	color: #d2030f;
}
