@charset "UTF-8";
/*公共*/
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "微软雅黑";
	font-size: 16px;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/
  scrollbar-track-color: #0064db;
	/*滚动条背景颜色*/
  scrollbar-base-color: black;
	/*滚动条的基本颜色*/
  Cursor: url(mouse.cur);/*自定义个性鼠标*/
/*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 10px;
}

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 10px;
 background-color: #fff;
}

::-webkit-scrollbar:horizontal {
 height: 10px;
}

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 10px;
}

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #000;
 border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 10px;
 border-radius: 5px;
 background: #0064db;
}

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 10px;
 background-color: red;
}

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: red;
}
 @media screen and (max-width: 900px) {
 body {
 font-size: 14px;
}
}

::selection {
 background: #042d97;
 color: #fff;
}

::-moz-selection {
 background: #042d97;
 color: #fff;
}

::-webkit-selection {
 background: #042d97;
 color: #fff;
}
#showdata {
	display: none;
}
body {
	overflow-x: hidden;
}
img {
	border: 0;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
em, i {
	font-style: normal;
}
a {
	font-size: 16px;
 transition: all .3s;
}
a:hover {
	text-decoration: none;
	color: #e51e01;
}
.w1300 {
	max-width: 1300px;
	margin: 0 auto;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.max_box {
	max-width: 1600px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.h30 {
	height: 30px;
}
.h60 {
	height: 60px;
}
.f14 {
	font-size: 14px;
}
.f18 {
	font-size: 18px;
}
.db {
	display: block;
}
.dib {
	display: inline-block;
}
/*公共*/
._banner {
	margin-top: 117px;
}
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	margin: auto;
}
header .logoImg {
	margin: 15px 0 15px 10px;
}
header .logoImg a {
	display: block;
	float: left;
}
.top_tel {
	padding: 25px 20px 0 0;
}
.qh_nav {
	z-index: 9999;
}
.qh_nav ul {
	width: 800px;
}
.qh_nav li {
	float: left;
	line-height: 137px;
	height: 117px;
}
.qh_nav li a {
	color: #000;
	display: block;
	width: 114px;
	text-align: center;
	height: 117px;
	box-sizing: border-box;
	position: relative;
}
.qh_nav li a:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -50px;
	height: 8px;
 transition: all .3s;
	visibility: hidden;
	opacity: 0;
}
.qh_nav li a:hover {
	background: linear-gradient(45deg, #015ebb, #0064db);
	color: #fff;
}
.qh_nav li a:hover:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav li .act {
	background: linear-gradient(45deg, #015ebb, #0064db);
	color: #fff;
}
.qh_nav li .act:before {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
 transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.qh_nav .qh_nav1 ul {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0px;
	top: 96px;
	padding: 20px 2%;
	box-sizing: border-box;
	overflow: hidden;
 transition: .5s;
	text-align: center;
	height: 300px;
}
.qh_nav .qh_nav1 ul:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	top: -30px;
	height: 8px;
}
.qh_nav .qh_nav1 ul a {
	width: 10%;
	color: #fff;
	margin: 20px 1% 0 0;
	display: block;
	float: left;
	height: 250px;
}
.qh_nav .qh_nav1 ul a span {
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
 transition: all .3s;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qh_nav .qh_nav1 ul a img {
	width: 100%;
	display: block;
}
.qh_nav .qh_nav1 ul a:hover {
	background: none;
}
.qh_nav .qh_nav1 ul a:hover span {
	color: #fff;
	background: linear-gradient(45deg, #015ebb, #0064db);
}
.qh_nav .qh_nav1:hover ul {
	visibility: visible;
	opacity: 1;
	top: 117px;
}
/*左右滚动*/
.Icase {
	overflow: hidden;
	width: 96%;
	margin: 47px auto; 
}
.Icase h2 {
	margin: 9px auto 20px auto;
	font-size: 38px;
	line-height: 30px;
	text-align: center;
}
.Icase h2 b {
	color: #db2b00;
	margin: 15px auto;
	display: block;
	position: relative;
	width: 878px;
}
 .Icase h2 b ::before {
 position: absolute;
 right: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
 .Icase h2 b ::after {
 position: absolute;
 left: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
.Icase h2 i {
	color: #353535;
}
.Icase h2 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-weight: normal;
}
.Icase li {
	float: left;
	margin-right: 20px;
	width: 450px;
}
.Icase li a {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
}
.Icase li a img {
	display: block;
	width: 97.5%;
	border: 5px solid #fff;
 transition: all .3s;
}
.Icase li a ol {
	color: #000;
	text-align: center;
	font-size: 18px;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
}
.Icase li a:hover img {
	border: 5px solid #0064db;
}
.Icase li a:hover ol {
	background: #0064db;
	color: #fff;
}
/*产品上下滚动*/
.Iproduct {
	margin-top: 30px;
	margin-bottom: 80px;
	overflow: hidden;
}
.Iproduct h2 {
	margin: 69px auto 0px auto;
	font-size: 38px;
	line-height: 30px;
	text-align: center;
}
.Iproduct h2 b {
	color: #191919;
	margin: 15px auto;
	display: block;
	position: relative;
	width: 878px;
}
 .Iproduct h2 b ::before {
 position: absolute;
 right: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
 .Iproduct h2 b ::after {
 position: absolute;
 left: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
.Iproduct h2 i {
	color: #0064db;
}
.Iproduct h2 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-weight: normal;
}
.Pro_roll {
	height: 880px;
	width: 86%;
	margin: 0 auto;
}
.Pro_roll li {
	float: left;
	width: 23.2558139535%;
	background: #fff;
	margin: 2% 0 0 1.4%;
}
.Pro_roll li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Pro_roll li a h4 {
	overflow: hidden;
}
.Pro_roll li a img {
	width: 372px;
	height:286px;
	display: block;
 transition: all .5s;
}
.Pro_roll li a ol {
	line-height: 90px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 20px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Pro_roll li a ol a {
	color: #555;
	font-size: 20px;
}
.Pro_roll li a span {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 6%;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	padding: 10px 20px;
}
.Pro_roll li a:hover {
	color: #fff;
}
.Pro_roll li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Pro_roll li a:hover ol {
	background: #ff8717;
	color: #fff;
	padding-left: 25px;
}
.Pro_roll li a:hover span {
	background: #fff;
	color: #ff8717;
	border: 1px solid #ff8717;
}
.Inews {
	overflow: hidden;
	margin-top: 20px;
}
.Inews h2 {
	margin: 49px auto 0px auto;
	font-size: 38px;
	line-height: 30px;
	text-align: center;
}
.Inews h2 b {
	color: #191919;
	margin: 15px auto;
	display: block;
	position: relative;
	width: 878px;
}
 .Inews h2 b ::before {
 position: absolute;
 right: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
 .Inews h2 b ::after {
 position: absolute;
 left: 120px;
 top: 20px;
 width: 100px;
 height: 1px;
 content: "";
 background: silver;
}
.Inews h2 i {
	color: #0064db;
}
.Inews h2 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-weight: normal;
}
.synews dl {
	overflow: hidden;
	margin: 50px auto 10px auto;
}
.synews dl dt {
	float: left;
	width: 545px;
}
.synews dl dt a {
	background: #eeeeee;
	display: block;
	position: relative;
}
.synews dl dt a em {
	position: absolute;
	width: 92px;
	height: 92px;
	display: block;
	background: #0064db;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 28px;
	padding-top: 15px;
}
.synews dl dt a em u {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.synews dl dt a img {
	width: 100%;
	height: 302px;
}
.synews dl dt a .l_news {
	padding: 14px 20px;
	box-sizing: border-box;
}
.synews dl dt a .l_news h5 {
	font-size: 18px;
	margin-bottom: 5px;
}
.synews dl dt a .l_news span {
	line-height: 200%;
	display: block;
}
.synews dl dt a .l_news i {
	color: #fff;
	font-size: 16px;
	background: #fc8f20;
	color: #fff;
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	margin-top: 20px;
 transition: all .6s;
}
.synews dl dt a:hover {
	background: #0064db;
}
.synews dl dt a:hover h5, .synews dl dt a:hover span {
	color: #fff;
}
.synews dl dt a:hover em {
	background: #fc8f20;
}
.synews dl dt a:hover .l_news i {
	width: 400px;
}
.synews dl dd {
	float: right;
	width: 735px;
}
.synews dl dd a {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.synews dl dd a span {
	display: block;
	float: left;
	width: 20%;
	background: #dfdfdf;
	color: #8a8a98;
	height: 147px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	font-size: 38px;
	margin-right: 20px;
}
.synews dl dd a span u {
	display: block;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.synews dl dd a h6 {
	padding: 20px;
	box-sizing: border-box;
	font-weight: normal;
}
.synews dl dd a h6 b {
	display: block;
	font-weight: normal;
	font-size: 18px;
}
.synews dl dd a h6 em {
	display: block;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
	line-height: 180%;
	font-size: 14px;
	color: #9b9b9b;
}
.synews dl dd a h6 u {
	display: block;
	text-decoration: none;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	padding: 5px 10px;
}
.synews dl dd a:hover {
	background: #0064db;
}
.synews dl dd a:hover b, .synews dl dd a:hover em {
	color: #fff;
}
.synews dl dd a:hover h6 u {
	background: #fc8f20;
}
#footer {
	background: #0064db;
	width: 100%;
	padding-top: 40px;
}
#footer h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 30px;
}
 #footer h3::before {
 position: absolute;
 content: "";
 bottom: -10px;
 left: 0;
 background: #fc8f20;
 width: 50px;
 height: 3px;
}
#footer .f1 {
	width: 340px;
}
#footer .f1 a {
	border: 1px solid #ccc;
	display: inline-block;
	width: 150px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin-right: 2%;
	color: #fff;
	margin-bottom: 5px;
}
#footer .f2 {
	width: 300px;
	margin-left: 80px;
}
#footer .f2 a {
	border: 1px solid #ccc;
	display: inline-block;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	margin-right: 2%;
	color: #fff;
	margin-bottom: 5px;
}
#footer .f3 {
	width: 311px;
	margin-left: 60px;
	color: #fff;
}
#footer .f3 h4 {
	color: #fff;
	margin-bottom: 10px;
}
#footer .f3 h4 strong {
	color: #fc8f20;
	font-size: 28px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#footer .f3 p {
	color: #fff;
	line-height: 180%;
}
#footer .f4 {
	width: 126px;
}
#footer .f4 em {
	text-align: center;
	display: block;
	margin: 20px auto;
	color: #fff;
}
#footer .f5 {
	text-align: center;
	background:#000;
	line-height:50px;
	height:50px;
	color: #fff;
}
#footer .f5 p {
	text-align: center;
	color: #fff;
}
#footer .f5 p img {
	vertical-align: middle;
}
/*地图*/
#dituContent {
	overflow: hidden;
	position: relative;
	z-index: 0;
	background-color: #f3f1ec;
	color: black;
	text-align: left;
	height: 400px;
}
.zs_fl {
	text-align: center;
}
.zs_fl li {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 30px;
	background: #f00018;
	color: #fff;
	margin: 0 5px 5px 0;
 transition: all .3s;
}
.zs_fl li a {
	display: block;
	color: #fff;
}
.zs_fl li:hover {
	background: linear-gradient(#015ebb, #0064db);
}
/*内页banner*/
.nb {
	position: relative;
	height: 570px;
}
.nb ul {
	width: 1300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 150px;
}
.nb ul a {
	width: 13%;
	display: inline-block;
	margin-left: 2%;
	margin-bottom: 15px;
}
.nb ul a img {
	width: 100%;
	border-radius: 50%;
	height: 160px;
}
.nb ul a span {
	color: #fff;
	background: #000;
	padding: 0px 13px;
	display: block;
	text-align: center;
	border-radius: 20px;
}
.nb ul a:hover span {
	background: #0064db;
}
.nb1 {
	background: url(../images/g.jpg) bottom center no-repeat;
}
.sppic {
	display: none;
}
.sppic1 img {
	display: none;
}
.mapBox {
	height: 600px;
}
.newsc .listc ul, .newsc .listc li {
	width: 100%;
}
.newsc .listc li {
 transition: .3s;
}
.newsc .listc li.grayc {
	background-color: #f8f8f8;
}
.newsc .listc li a {
	padding: 50px 0;
	display: block;
}
 .newsc .listc li:nth-of-type(even) {
 background: #f7f7f7;
}
.newsc .listc li:hover {
	background-color: #0e4295;
}
.newsc .listc li:hover .numc img {
	border: 1px solid #fa1e2f;
}
.newsc .listc li:hover .centerc {
	left: -16px;
}
.newsc .listc .centerc {
	width: 980px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	left: 0;
}
.newsc .listc .numc {
	display: block;
	width: 104px;
	border-right: 1px solid #ddd;
	line-height: 60px;
	font-size: 72px;
	color: #d2d2d2;
}
.newsc .listc .numc img {
	width: 104px;
}
.newsc .listc .fontc {
	display: block;
	width: 83.7%;
	font-size: 18px;
	line-height: 30px;
}
.newsc .listc .fontc .introc {
	font-size: 14px;
	color: #bbb;
}
.newsc .listc .fontc p {
	font-size: 18px;
}
.newsc .listc li:hover .numc, .newsc .listc li:hover .fontc p, .newsc .listc li:hover .fontc .introc {
	color: #fff;
}
.f-cbc:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.neaxtpg a {
	float: left;
	display: inline-block;
	width: 42%;
	text-align: center;
	padding: 10px 2%;
	border: 1px solid #ccc;
	margin: 0 1%;
}
.neaxtpg a:hover {
	background: #0e4295;
	color: #fff;
}
.neaxtpg {
	margin-bottom: 50px;
}
.n_main {
	overflow: hidden;
	margin-top: 0px;
}
.nmain_l {
	width: 21%;
}
.nmain_l h1 {
	height: 95px;
	background: #0048a6 url(nlanbg.jpg) no-repeat right top;
	color: #fff;
	padding-left: 25px;
	font-size: 36px;
	font-weight: normal;
	padding-top: 45px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}
.nmain_l h1 em {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.733);
	font-weight: normal;
	text-align: center;
}
.nmain_l .nmenu {
	border: 1px solid #eee;
}
.nmain_l .nmenu li {
	line-height: 48px;
	font-size: 15px;
	border-bottom: 1px solid #eaeaea;
}
.nmain_l .nmenu li .act {
	background: #ff0000;
	color: #fff;
	padding-left: 25px;
}
.nmain_l .nmenu li a {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #6f6f6f;
}
.nmain_l .nmenu li a:hover {
	background: #f3f3f3;
	padding-left: 25px;
}
.nmain_l .nmenu li .iconfont {
	position: absolute;
	right: 10px;
	font-size: 16px;
}
.nmain_l .nmenu li ._act {
	background: #0048a6;
	color: #fff;
}
.nmain_l .nmenu li ._act .ion {
	color: #fff;
}
.nmain_l .nmenu li ._act:hover {
	background: #0048a6;
	color: #fff;
}
.nmain_l .nmenu li ._act:hover .ion {
	color: #fff;
}
.nmain_l .l_lx {
	background: rgba(0, 0, 0, 0.548);
}
.nmain_l .l_lx dt {
	height: 50px;
	line-height: 70px;
	font-size: 26px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin: 0 20px;
}
.nmain_l .l_lx dd {
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	color: #fff;
}
.nmain_l .l_lx dd p {
	color: #fff;
	line-height: 160%;
}
.gs_conwz {
	line-height: 200%;
	margin-bottom: 20px;
}
.gs_conwz .ab_tit {
	font-size: 26px;
	color: #000;
}
.gs_conwz .abchan-tag {
	display: inline-block;
	background: url(pcat_xian.gif) repeat-x center;
	padding: 0 20px;
	font-size: 16px;
	color: #6e6e6e;
}
.gs_conwz .abchan-tag span {
	display: block;
	padding: 0 10px;
	background: #fff;
	color: darkgrey;
}
.body_title_wz {
	margin-top: 60px;
	line-height: 200%;
}
.body_title_wz p {
	line-height: 160%;
	margin-bottom: 15px;
}
.gs_wz {
	margin-top: 20px;
	line-height: 200%;
}
.gs_wz p {
	line-height: 160%;
	margin-bottom: 15px;
}
.chr-top {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.chr-top h3 {
	font-size: 24px;
	color: #000;
}
.chr-top h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
.chr-top h3 span i {
	color: #000;
}
.chr-top h3 span a {
	color: #6e6e6e;
}
.chr-top h3 span a:hover {
	color: #000;
}
.chr-top h3 u {
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
.nmain_r1 {
	width: 1600px;
	margin: 0 auto;
}
.synews {
	overflow: hidden;
	padding-bottom: 50px;
}
.news {
	margin-top: 30px;
}
.news .newsbt {
	text-align: center;
}
.news .warp {
	width: 1075px;
	margin: 0 auto;
}
.picFocus {
	width: 1300px;
	margin: 0 auto;
}
.picFocus .fl {
	width: 49%;
}
.news_0606 div.fl {
	position: relative;
	overflow: hidden;
}
.news_0606 div.fl ._hd {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	width: 100%;
	height: 14px;
	text-align: center;
}
.news_0606 div.fl ._hd ul {
	display: inline-block;
}
.news_0606 div.fl ._hd ul li {
	float: left;
	width: 14px;
	height: 14px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
}
.news_0606 div.fl ._hd ul li.on {
	background: #e1112a;
}
.news_0606 div.fl .bd a {
	display: block;
}
.news_0606 div.fl .bd a img {
	width: 100%;
}
.news_0606 div.fr {
	width: 48%;
	overflow: hidden;
}
.news_0606 div.fr ul {
	width: 100%;
	height: 372px;
}
.news_0606 div.fr ul li {
	height: 138px;
 transition: .5s;
	margin-bottom: 31px;
	background: #eee;
}
.news_0606 div.fr ul li:first-child {
	border-top: none;
}
.news_0606 div.fr ul li a {
	display: block;
	height: 100%;
}
.news_0606 div.fr ul li .a1 {
	float: left;
	width: 28%;
	height: 100%;
	text-align: center;
 -webkit-transition: all .5s;
 transition: all .5s;
	background: #fff;
	overflow: hidden;
}
.news_0606 div.fr ul li .a1 img {
	height: 100%;
	margin: 0 -100%;
}
.news_0606 div.fr ul li .a2 {
	float: right;
	width: 72%;
	padding: 10px 15px;
	box-sizing: border-box;
}
.news_0606 div.fr ul li .a2 h5 {
	font-size: 17.5px;
	color: #242424;
	line-height: 30px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.news_0606 div.fr ul li .a2 p {
	font-size: 12.5px;
	color: #a5a5a5;
	line-height: 20px;
 -webkit-transition: all .5s;
 transition: all .5s;
}
.news_0606 div.fr ul li.on {
	background: linear-gradient(45deg, #015ebb, #0064db);
}
.news_0606 div.fr ul li.on .a1 {
	color: #fff;
}
.news_0606 div.fr ul li.on .a2 h5 {
	color: #fff;
}
.news_0606 div.fr ul li.on .a2 p {
	color: #fff;
}
.Iindex_ys {
	background: url(../images/ys_bg.jpg) center top no-repeat;
	height: 1055px;
	margin-top: 50px;
	position: relative;
}
.Iindex_ys h3 {
	padding-top: 30px;
}
.Iindex_ys h3 strong {
	font-size: 64px;
	color: #f8da00;
	display: block;
}
.Iindex_ys h3 strong em {
	color: #f8da00;
	font-size: 86px;
}
.Iindex_ys h3 span {
	color: #fff;
	font-size: 34px;
	display: block;
	margin-top: 10px;
	font-weight: normal;
}
.Iindex_ys h3 i {
	color: #fff;
	font-weight: normal;
}
 .Iindex_ys h3::before {
 position: absolute;
 bottom: -15px;
 left: 0;
 height: 10px;
 width: 100px;
 content: "";
 background: #fff;
}
.Iindex_ys .Iindex_ys1 {
	position: relative;
}
.Iindex_ys .Iindex_ys1 img {
	position: absolute;
	right: 0;
	top: -60px;
}
.Iindex_ys .Iindex_ys1 span {
	width: 555px;
	background: url(../images/ysbj.png) no-repeat;
	height: 149px;
	display: block;
	margin-top: 40px;
}
.Iindex_ys .Iindex_ys1 span b {
	display: block;
	float: left;
	width: 100px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	padding-top: 30px;
}
.Iindex_ys .Iindex_ys1 span i {
	color: #fff;
	width: 67%;
	display: block;
	padding-top: 40px;
	position: relative;
	float: right;
	padding-left: 20px;
	margin-right: 50px;
}
 .Iindex_ys .Iindex_ys1 span i::before {
 position: absolute;
 width: 1px;
 height: 80px;
 background: #fff;
 content: "";
 left: 1px;
}
.Iindex_ys .Iindex_ys2 {
	background: rgba(0, 100, 219, 0.9);
	height: 152px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.Iindex_ys .Iindex_ys2 ul {
	display: flex;
	padding-top: 30px;
}
.Iindex_ys .Iindex_ys2 ul li {
	flex: 1;
}
.Iindex_ys .Iindex_ys2 ul li img {
	float: left;
	padding-right: 20px;
}
.Iindex_ys .Iindex_ys2 ul li b {
	color: #fff;
	font-size: 30px;
	display: block;
}
.Iindex_ys .Iindex_ys2 ul li em {
	color: #fff;
}
.Iabout {
	background: url(../images/bout_bg.jpg) top center no-repeat;
	height: 775px;
}
.Iabout dl dt {
	float: left;
	width: 50%;
}
.Iabout dl dt h3 {
	color: #ff0000;
	font-size: 38px;
	padding-top: 160px;
}
.Iabout dl dt h3 em {
	display: block;
	color: #c0c6ca;
	text-transform: uppercase;
}
.Iabout dl dt ul {
	display: flex;
}
.Iabout dl dt ul li {
	flex: 1;
	border-right: 1px solid #ccc;
	padding-left: 6%;
}
.Iabout dl dt ul li span {
	color: #52b338;
	font-size: 53px;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}
.Iabout dl dt ul li p {
	color: #414141;
	font-size: 20px;
}
.Iabout dl dd {
	float: right;
	width: 50%;
	position: relative;
}
.Iabout dl dd img {
	position: absolute;
}
 .Iabout dl dd img:nth-of-type(1) {
 left: 30px;
 top: 140px;
 z-index: 99;
}
 .Iabout dl dd img:nth-of-type(2) {
 right: 0;
 top: 140px;
}
.Iabout .gs_con {
	width: 100%;
	margin: 10px auto;
	line-height: 200%;
}
.Iabout .gs_con p {
	color: #000;
	line-height: 200%;
}
.Nbox_product {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
.Nbox_product li {
	float: left;
	width: 23.2558139535%;
	background: #fff;
	margin: 2% 0 0 1.4%;
}
.Nbox_product li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.Nbox_product li a h4 {
	overflow: hidden;
}
.Nbox_product li a img {
	width: 372px;
	height:286px;
	display: block;
 transition: all .5s;
}
.Nbox_product li a ol {
	line-height: 90px;
	color: #555;
	width: 100%;
 transition: all .3s;
	font-size: 20px;
	border-bottom: 1px solid #e1dfdf;
	padding: 0 10px;
	box-sizing: border-box;
}
.Nbox_product li a ol a {
	color: #555;
	font-size: 20px;
}
.Nbox_product li a span {
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 6%;
	border: 1px solid #dcdcdc;
	border-radius: 999px;
	padding: 10px 20px;
}
.Nbox_product li a:hover {
	color: #fff;
}
.Nbox_product li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.Nbox_product li a:hover ol {
	background: #ff8717;
	color: #fff;
	padding-left: 25px;
}
.Nbox_product li a:hover span {
	background: #fff;
	color: #ff8717;
	border: 1px solid #ff8717;
}
/*新闻列表*/

	
#Nbox_news {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}
#Nbox_news a {
	width:49.9%;
	float:left;
	padding:20px;
	background:#fff;
	margin:1px 0px 0px 1px;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}
#Nbox_news a img {
	width:30%;
	margin-right:3%;
	float:left;
	display: block
}
#Nbox_news a h3 {
	width:67%;
	float:left;
	height:100%;
	font-weight: normal
}
#Nbox_news a h3 b {
	width:100%;
	height:30px;
	font-size:20px;
	color:#555555;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight: normal
}
#Nbox_news a h3 p {
	width:100%;
	font-size:16px;
	color:#999;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
}
#Nbox_news a h3 em {
	font-size:14px;
	color:#999;
	margin-bottom:30px;
	display: block;
}
#Nbox_news a:hover {
	background:#fff3eb;
	margin:1px 0px 0px 1px;
}
#Nbox_news a:hover h3 b {
	width:100%;
	height:30px;
	font-size:20px;
	color:#ff6501;
}
#Nbox_news a:hover h3 p {
	color:#666;
}
#Nbox_news a h3 i {
	width:105px;
	height:23px;
	background:url(../images/morebg.png) left no-repeat;
	color:#000;
	padding:0px 0px 0px 10px;
	text-align:left;
	font-size:14px;
	line-height:23px;
	display: block;
	margin-bottom: 10px
}
#Nbox_news a:hover h3 i {
	width:105px;
	height:23px;
	background:url(../images/morebg.png) left no-repeat;
	color:#d11f1f;
}
/*==========分页样式===========*/
.paging {
	width:100%;
	height:50px;
	text-align:center;
	padding:30px 0;
}
.paging a, .paging span {
	font:16px/22px "microsoft yahei";
	color:#666666;
	text-decoration:none;
	padding:5px 12px;
	border:solid 1px #c9c9c9;
	display:inline-block;
	white-space:nowrap;
	margin:0 3px;
	border-radius:3px;
	background:#0064db;
	box-shadow: inset 0 0 30px rgba(239, 239, 239, 0.7)
}
.paging a {
	background:none;
}
.paging a:hover {
	background:#0064db;
	color:#fff;
	border:1px solid #0064db;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging span {
	background:#636363;
	color:#fff;
	border:1px solid #189b53;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
.paging .current {
	background:#0064db;
	color:#fff;
	border:1px solid #0064db;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.7)
}
 . .content_td {
 word-break: break-all;
text-align: center;
border: 1px solid rgb(221,221,221);
text-align: center
}
contact_tit {
	text-align:center;
	line-height:20px;
	font-size: 20px
}
.contact_content {
	text-align:center;
	line-height:20px;
	font-size: 20px;
	color: rgb(127,127,127)
}
 @media (max-width: 1460px) {
 .top_tel {
 display: none;
}
 .Pro_roll {
 height: 800px;
 width: 1300px;
 margin: 0 auto;
 overflow: hidden;
}
 .Pro_roll li a img {
 width: 303px;
 height:234px;
 display: block;
 transition: all .5s;
}
 .Nbox_product {
 width: 1300px;
 margin: 0 auto;
 overflow: hidden;
}
 .Nbox_product li a img {
 width: 303px;
 height:234px;
 display: block;
 transition: all .5s;
}
.nmain_r1 {
 width: 1300px;
 margin: 0 auto;
}
}
.comdiv {
	width:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
	clear:both;
}
/* 优势 */
.zxm_index_5 {
	padding:160px 0px;
	background-image:url(../images/img14.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top: 50px;
}
.zxm_index_5_left {
	float:left;
	width:50%;
}
.zxm_index_5_left_2 {
	line-height:45px;
	color:#fff;
	font-size:36px;
	padding-left:30px;
	width:610px;
	margin-top:5px;
	font-weight: 100
}
.zxm_index_5_left_1 {
	padding-left:30px;
	width:610px;
	background-image:url(../images/img15.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.zxm_index_5_left_1 span {
	font-family: "cuya";
	color:#eeffff;
	font-size:250px;
	line-height:252px;
}
.zxm_index_5_right {
	float:right;
	width:50%;
}
.zxm_index_5_right dl dd {
	float:left;
	width:50%;
}
.zxm_index_5_right_1 div {
	padding-right:50px;
	overflow:hidden;
	height:80px;
	display:inline;
	position:relative;
}
.zxm_index_5_right_1 {
	background-image:url(images/img15.jpg);
	background-position:left;
	background-repeat:repeat-y;
	padding-left:30px;
}
.zxm_index_5_right_1 div span {
	font-family: "cuya";
	color:#0064db;
	font-size:100px;
	line-height:80px;
}
.zxm_index_5_right_1 div img {
	position:absolute;
	right:0;
	top:-50px;
}
.zxm_index_5_right_2 {
	margin-top:10px;
	color:#fff;
	font-size:18px;
	padding:0 30px;
	width:260px;
}
/*优势结束*/
