@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;}
.pa{ position:absolute;}
.pr{ position:relative}
.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;
	width: 76px;
	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 {
	height: 150px;
	float: left;
}
.top_box h1 img {
	margin-top: 31px;
}
.topter {
	width: 605px;
	height: 150px;
	float: left;
}
.topter h2 {
	margin-top: 44px;
	width: 466px;
	height: 35px;
}
.topter h3 {
	width: 466px;
	text-align: center;
	font-size: 16px;
	color: #D70211;
	margin-top: 17px;
	height: 24px;
}
.top_box ul {
	float: left;
}
.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: #0063D2;
	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: 65px;
	background: #0063D2;
}
.nav2 {
	width: 1200px;
	height: 65px;
}
.nav2 ul {
	width: 1250px;
	float: left;
	height: 65px;
}
.nav2 ul li {
	float: left;
}
.nav2 ul li a {
	display: block;
	float: left;
	height: 65px;
	line-height: 65px;
	color: #ffffff;
	font-size: 17px;
	padding: 0 32px;
}
.nav2 ul li a:hover {
	background: #035084;
}
.nav2 ul li a.on {
	background: #035084!important;
}
/*首页 banner*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 600px;
	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: 600px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 600px;
}
.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: #0063D2;
	margin-left: 20px;
}
/*******产品展示******/
.cp {
	width: 100%;
	height: 1250px;
}
.cp .cp_box {
	width: 1200px; padding-top:30px;
}
.cptop {
	width: 1200px;
	height: 151px;
	float: left;
}
.cptop p {
	text-align: center;
	margin-top: 60px; font-size:35px; font-weight:bold; color:#E60212;
}
.cptop span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #0063D2;
	letter-spacing: 5px;
	margin-top: 3px;
}
.cpter {
	width: 280px;
	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: 48px;
	margin-top: 25px;
}
.cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 48px;
}
.cpter ul {
	float: left;
	width: 280px; background-color:#f3f3f3;
}
.cpter ul li {
	float: left;
	position: relative;
	margin-bottom: 10px;
}
.cpter ul li>a {
    display: block;
    width: 260px;
    height: 50px;
    background: #DBDBDB;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 5px; font-weight:bold;
}
.cpter ul li>a:hover {
	background: #0063D2; color:#fff;
}
.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: 910px;
	height: 550px;
	float: left; margin-left:10px;
}
.cpbt li {
	width: 290px;
	height: auto;
	float: left; margin-left:10px; 
	position: relative;
	overflow: hidden;
	margin-bottom: 10px; background-color:#fff;
}
.cpbt li img {
width: 288px;
    height: auto;
    border: 1px #ccc solid;
}
.cpbt li p {
	width: 290px;
	height: auto;
	left: 0;
	font-size: 15px;
	color: #666;
	line-height: 58px;
	text-align: center;
}
.cpbt li:hover p {
	top: 0;
}
.lxwm{	width: 280px; background-color:#fff;
	float: left;}
.lxwm li{ width:270px; line-height:35px; font-size:16px;}
/*资讯热线:*/
.tage {
	width: 100%;
	background: url(../images/tageck.jpg) no-repeat center center;
}
.tage_box {
	width: 1200px;
	height: 254px;
}
.tage_box>span {
	width: 1200px;
	display: block;
	text-align: center;
	margin-top: 51px;
	float: left;
}
.tage_box p {
	text-align: center;
	font-size: 16px;
	color: #ffffff;
}
.tage_box span {
	font-size: 45px;
	color: #fff;
	font-weight: bold; line-height:75px;
}
.tage_box div {
	padding-left: 515px;
	margin-top: 22px;
}
.tage_box div a {
	display: block;
	width: 170px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #E60212;
}
.tage_box div a:hover {
	text-decoration: underline;
}

/*选择我们*/
.til01 {
	text-align: center;
	height: 159px;
	color: #2b2b34;
	font-size: 40px;
	line-height: 64px;
	font-family: "Microsoft Yahei";
	background: url(../images/tilbg1.png) no-repeat center 63px;
}
.til01 p {
	color: #767676;
	display: block;
	font-weight: normal;
	line-height: 46px;
	font-size: 20px;
}
.til01 a {
	color: #165EA6; font-weight:bold;
}
.content{
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";}
.range {
	padding: 39px 0 0;
	font-family: "Microsoft Yahei";
	height: 501px;
	line-height: 24px;
	color: #737373;
	position: relative;
	z-index: 9; width:100%;
}
.range_c dl {
	position: relative;
	width: 281px;
	float: left;
	margin: 0 25px 0 0;
}
.range_c dl.born {
	margin: 0;
}
.range_c dt, .range_c dt img {
	width: 281px;
	height: 219px;
	display: block;
	overflow: hidden;
}
.range_c dd {
	width: 201px;
	display: block;
	position: absolute;
	left: 14px;
	top: 190px;
	padding: 18px 26px 0;
}
.range_c dd h3 {
height: 64px;
    display: block;
    line-height: 64px;
    font-size: 18px;
    color: #2b2b34;
    text-align: center;
    font-weight: bold;
}
.range_c dd h3 a {
	display: block;
	color: #2b2b34;
}
.range_c dl:hover dd {
	border-bottom: solid 4px #e3232f;
}
.range_c dl:hover dd h3, .range_c dl:hover dd h3 a {
	color: #e3232f;
}
.container{width:1200px; margin:0 auto;  }
.rx_top { padding:78px 0 40px; text-align:center;}
.rx_top a b { display:block; font-size:40px; color:#222; font-style:italic;}
.rx_top a em { display:block; font-size:20px; color:#555; font-style:italic; padding:15px 0;}
.ys_bg { background:url(../images/ys_bg.jpg) no-repeat center 0; height:1566px;}
.ys_bg .rx_top a b,.ys_bg .rx_top a em { color:#fff;}
.ys_con {}
.ys_pic01 { top:0; left:-22px;}
.ys_pic02 { top:357px; left:663px;}
.ys_pic03 { top:716px; left:0;}
.ys_pic04 { top:1064px; left:663px;}
.ys_p01 { width:545px; top:50px; left:666px;}
.ys_p01 b { display:block; height:60px; border-bottom:solid 1px #d3d3d1; margin-bottom:25px;}
.ys_p01 b a { display:block; font-size:30px; color:#222;}
.ys_p01 b a:hover { color:#e60012;}
.ys_p01 span { display:block; font-size:16px; color:#666; line-height:30px; margin-bottom:5px; background:url(../images/ys_ico01.gif) no-repeat 0 12px; padding-left:15px;}
.ys_p02 { top:455px; left:0;}
.ys_p03 { top:740px; left:666px;}
.ys_p04 { top:1100px; left:0;}
.ys_p01 span em,.ys_p02 span em,.ys_p03 span em,.ys_p04 span em{color:#c00;  font-size:16px; font-weight:bold;}

.service_process{
	height:427px;
	background:url(../images/service_bg.jpg) no-repeat;
	overflow: hidden;
}
.service_process_list{
	position: relative;
}
.service_process .title{
	color: #fff;
}
.service_process .desc{
	font-size: 18px;
}
.service_process .service_desc{
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height: 1.4;
	margin-top: 48px;
}
.service_process .service_text{
	font-size:30px;
	font-weight:bold;
	color:rgba(255,255,0,1);
	line-height:36px;
}
.service_process i.icon{
	display: block;
	width: 41px;
	height: 42px;
	background: url(../images/service_icons.png) no-repeat;
	margin: -8px auto 8px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.service_process i.icon1{
	background-position: 0 0;
}
.service_process i.icon2{
	background-position: -235px 0;
}
.service_process i.icon3{
	background-position: -476px 0;
}
.service_process i.icon4{
	background-position: -715px 0;
}
.service_process i.icon5{
	background-position: -957px 0;
}
.service_process .item:hover  i.icon1{
	background-position: 0 -66px;
}
.service_process .item:hover  i.icon2{
	background-position: -235px -66px;
}
.service_process .item:hover  i.icon3{
	background-position: -476px -66px;
}
.service_process .item:hover  i.icon4{
	background-position: -715px -66px;
}
.service_process .item:hover  i.icon5{
	background-position: -957px -66px;
}
.service_process span.num{
	font-size:140px;
	font-family:Times New Roman;
	font-weight:bold;
	font-style:italic;
	color:rgba(255,255,255,1);
	line-height:36px;
	opacity:0.1;
	position: relative;
	bottom: -86px;
	left: 2px;
}
.service_process .item{
	width: 20%;
	float: left;
	text-align: center;
	margin-top: -22px;
	cursor: pointer;
}
.service_line{
width: 970px;
    height: 9px;
    background: url(../images/service_line.png) no-repeat;    margin: 0px auto;
}
.service_process .desc::after{
	background: url(../images/ser_line.png) no-repeat;
	left: 0;
}
.service_process .desc::before{
	background: url(../images/ser_line2.png) no-repeat;
	right: -68px;
}
.subject  .title{
	text-align: center;
	line-height:36px;
	color:#333;
	padding-top: 56px;
}
.subject h2{
	font-size:40px;
	font-weight:bold; color:#fff;
}
.subject .desc{
	font-size:20px;
	margin-top: 10px;
	position: relative; color:#fff;
}
.subject .desc::after,.subject .desc::before{
	content: "";
	position: absolute;
	width: 534px;
	height: 21px;
	top: 6px;
}
/*公司简介*/
.indexTit {
	color: #165FA7;
	overflow: hidden;
	text-align: center;
	padding: 30px 0 56px;
}
.indexTit .en {
	text-transform: uppercase;
	line-height: 35px;
	font-family: didot;
	font-size: 24px;
}
.indexTit h3 {
	font-size: 24px;
	color: #835026;
}
.in_title {
	padding-top: 40px;
	padding-bottom: 10px;
}
.in_title .entit {
	position: relative;
	width: 540px;
	margin: auto;
	font-size: 48px;
	line-height: 40px;
	font-weight: bold;
	color: #165FA7;
	text-align: center;
	margin-bottom: 10px;
}
.in_title .tit {
	margin: 0 auto;
	font-size: 26px;
	line-height: 40px;
	text-align: center;
	color: #434343;
}
.in_title .tit span {
	display: inline-block;
	margin: 0 30px;
}
.in_title .tit em {
	display: inline-block;
	width: 225px;
	height: 1px;
	margin-bottom: 8px;
	background: #cecece;
}
.tab {
	text-align: center;
	padding-top: 30px;
}
.tab a {
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	display: inline-block;
	margin: 10px;
	color: #666;
}
.tab a:hover {
	color: #fff;
	background: #165FA7;
	border-color: #165FA7;
}
 .more {
	margin-top: 40px;
}
.more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc;
}
.more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s;
}
.more .look_more:hover {
	background: #165FA7;
	color: #fff;
	transition: all .5s;
	border: 1px solid #165FA7;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
#floor_1_main {
	padding-bottom: 45px;
}
#floor_1_main .about {
	padding-top: 40px;
}
#floor_1_main .about .item {
	display: block;
	width: 475px;
	height: 350px;
}
#floor_1_main .about img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s;
}
#floor_1_main .about img:hover {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
}
#floor_1_main .contW {
	position: relative;
	display: block;
	width: 700px;
	height: 350px;
	background: #fff;
}
#floor_1_main .contW .cont {
	width: 100%;
	height: 280px;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 30px;
	overflow: hidden;
}
#floor_1_main .contW .view_detail a {
	display: block;
	height: 43px;
	font-size: 16px;
	line-height: 43px;
	padding: 0 38px;
	text-align: center;
	color: #434343;
	margin-left: 20px;
	background: #fff;
	border: 1px solid #b7b7b7;
}
#floor_1_main .contW .view_detail a:hover {
	color: #fff;
	background: #165FA7;
	border-color: #165FA7;
	transition: all .5s;
}
#floor_7_main {
	padding-bottom: 20px;
}
#floor_7_main .floor_7 {
}
#floor_7_main .proCase {
	position: relative;
	margin-top: 30px;
}
#floor_7_main .proCase .list {
	width: 100%;
}
#floor_7_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	margin: 0 6px;
	transition: all ease 600ms;
}
#floor_7_main .proCase .list li a {
	display: block;
}
#floor_7_main .proCase .list li a img {
	display: block;
	width: 288px;
	height: 216px;
	transition: all ease 600ms;
}
#floor_7_main .proCase .list li .title {
}
#floor_7_main .proCase .list li .tit {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	text-align: center;
}
#floor_7_main .proCase .list li:hover img {
	opacity: 0.8;
}
#floor_7_main .proCase .hd {
	position: absolute;
	width: 100%;
}
#floor_7_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0px -60px;
	cursor: pointer;
	position: absolute;
	top: -169px;
	left: -80px;
}
#floor_7_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
}
#floor_7_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
}
#floor_7_main .proCase .hd .next:hover {
	background-position: -84px -60px;
}
.mrmr2 {
	width: 1200px;
	height: 220px;
	position: relative;
	margin-top: 40px; margin:0px auto;
}
.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: 220px;
}
.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: 218px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.mr_mr2 ul li img {
	width: 285px;
	height: 218px;
	float: left;
}
.mr_mr2 ul li p {
	background: url(../images/xc01.png) no-repeat center center;
	width: 285px;
	height: 218px;
	position: absolute;
	top: 218px;
	left: 0;
}
.mr_mr2 ul li:hover p {
	top: 0;
}
/*------------新闻资讯-------------*/
.floor_6_main {
padding-top:30px;
	width: 100%;
	background-color:#ececeb;
}
.floor_5_1 {
    width: 1200px;
    padding-top: 10px;
    overflow: hidden; margin:0px auto;
}
.floor_5_1 .floor_5_z {
	float: right;
	width: 380px;
	position: relative;
}
.floor_5_1 .floor_5_z a {
    display: block;
    border: 1px #ccc solid;
}
.floor_5_1 .floor_5_z .dk {
    border-top: none;
    padding: 10px 25px 25px 25px;

}
.floor_5_1 .floor_5_z b {
	width: 380px;
	height: 285px;
	overflow: hidden;
	display: block;
}
.floor_5_1 .floor_5_z img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .36s ease;
}
.floor_5_1 .floor_5_z h3 {
	font-size: 18px;
	color: #333;
	line-height: 18px;
	width: 100%;
	display: block;
	padding-top: 20px;
}
.floor_5_1 .floor_5_z p {
	font-size: 16px;
    color: #666;
    line-height: 27px;
    width: 100%;
    margin-top: 10px;
    height: 87px;
}
.floor_5_1 .floor_5_z i {
    display: block;
    font-size: 16px;
    color: #0063D2;
    margin: 0;
    padding: 0;
    width: 170px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: #0063D2 solid 2px;
    /* border-radius: 18px; */
    transition: ease-in-out .2s;
}
.floor_5_1 .floor_5_z em {
	display: block;
	width: 100px;
	height: 100px;
    background-color: #0063D2;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: "Arial";
	position: absolute;
	left: 0;
	top: 0;
}
.floor_5_1 .floor_5_z em span {
	display: block;
	font-size: 60px;
	color: #fff;
	line-height: 50px;
	padding-top: 14px;
}
.floor_5_1 .floor_5_z:hover h3 {
	color: #0063D2;
}
.floor_5_1 .floor_5_z:hover p, .floor_5_1 .floor_5_z:hover i span {
	color: #333;
}
.floor_5_1 .floor_5_z i:hover {
	background-color: #0063D2;
	color: #fff;
	border: #0063D2 solid 2px;
}
.floor_5_1 .floor_5_z a:hover b img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.floor_5_1 .floor_5_y {
	float: left;
	width: 800px;
}
.floor_5_1 .floor_5_y ul {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.floor_5_1 .floor_5_y ul li {
height: 103px;
    width: 94%;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative;
    /* border-bottom: #b9b9b9 dashed 1px; */
    /* padding-bottom: 28px; */
    border: 1px #ccc solid;
    padding: 21px;
}
.floor_5_1 .floor_5_y ul li em {
	display: block;
    float: left;
    display: block;
    width: 98px;
    height: 98px;
    border: #e5e5e5 solid 1px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-family: "Arial";
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li em span {
	display: block;
	font-size: 60px;
	color: #333;
	line-height: 50px;
	padding-top: 14px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_5_1 .floor_5_y ul li a {
	display: block;
	width: 100%;
	height: 100px;
}
.floor_5_1 .floor_5_y ul li h3 {
    width: 621px;
    float: right;
    height: 100px;
    padding-top: 11px;
}
.floor_5_1 .floor_5_y ul li p {
	font-size: 18px;
	color: #333;
	width: 100%;
	line-height: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s; font-weight:bold;
}
.floor_5_1 .floor_5_y ul li p span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-top: 18px;
	font-weight: normal;
}
.floor_5_1 .floor_5_y ul li:hover p {
	color: #0063D2;
}
.floor_5_1 .floor_5_y ul li:hover em, .floor_5_1 .floor_5_y ul li:hover em span {
	color: #0063D2;
}
.part-tit {
    text-align: center;
    line-height: 40px;

    background-position-y: 22px;
}
.part-tit h2 {
	font-size: 36px;
    color: #165FA7;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none!important;
    font-family: "Microsoft Yahei";
}
.part-tit p {
    /* font-weight: bold; */
    font-size: 28px;
    /* margin-top: -60px; */
    letter-spacing: 4px;
    display: block;
    font-size: 20px;
    line-height: 53px;
    opacity: 0.7;
}
.part-tit i {
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -5px;
    background: #d20a05;
    height: 5px;
    width: 80px;
}
/*******友情链接*******/
.box {
	width: 100%;
}
.box_tt {
	width: 1200px;
	background: #0063D2;
}
.box ul {
	width: 1200px;
	overflow: hidden;
	background: url(../images/link.png) no-repeat 38px 18px;
}
.box li {
	float: left;
}
.box li p {
	color: #0f84da;
	width: 106px;
	height: 64px;
}
.box li a {
	color: #e9a4a6;
	line-height: 64px;
	margin-left: 20px;
	font-size: 15px;
}
.box li a:hover {
	color: #fff;
}
/*底部*/
.foot {
	width: 100%;
	height: 309px;
	background: #014BA7;
}
.foot .foot_con {
	width: 1200px;
	height: 308px;
	margin: 0 auto;
	border-bottom: 1px solid #000;
}
.ter4 {
	width: 260px;
	height: 308px;
	float: left;
}
.ter4 img {
	margin-top: 42px;
}
.ter3 {
	background: url(../images/ter01.jpg) no-repeat left 87px;
	width: 300px;
	height: 308px;
	float: left;
}
.ter3 span {
	display: block;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 55px;
}
.ter3 img {
	width: 140px;
	height: 140px;
	margin-top: 40px;
}
.ter2 {
	width: 350px;
	height: 308px;
	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: #a8a8a8;
	float: left;
	margin-top: 36px;
	line-height: 25px;
}
.ter2 p a {
	color: #a8a8a8;
}
.ter2 p a:hover {
	color: #d2030f;
}
.ter1 {
	width: 230px;
	height: 308px;
	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;
	height: 175px;
	margin-top: 36px;
}
.ter1 ul li {
	width: 115px;
	float: left;
}
.ter1 ul li a {
	color: #a8a8a8;
	line-height: 25px;
}
.ter1 ul li a:hover {
	color: #d2030f;
}
.copy {
	width: 100%;
	height: 71px;
	background: #1d1d1d;
}
.copy_box {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	border-top: 1px solid #363636;
}
.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;
}
