body {
	font-size:14px;
	min-width:1200px;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/
  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/
  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/
  scrollbar-track-color: #009fe9;
	/*滚动条背景颜色*/
  scrollbar-base-color: black;
	/*滚动条的基本颜色*/
  Cursor: url(mouse.cur);/*自定义个性鼠标*/
/*以上2项适用与：body、div、textarea、iframe*/ }

::-webkit-scrollbar {
  /* 滚动条整体部分 */
  width: 6px;
}

::-webkit-scrollbar-button {
  /* 滚动条两端的按钮 */
  width: 6px;
 background-color: #fff;
}

::-webkit-scrollbar:horizontal {
 height: 6px;
}

::-webkit-scrollbar-track {
  /* 外层轨道 */
  border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  /*内层轨道，滚动条中间部分 */
  background-color: #bfbfbf;
 border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  /* 滑块 */
  width: 6px;
 border-radius: 6px;
 background: #008fcf;
}

::-webkit-scrollbar-corner {
  /* 边角 */
  width: 6px;
 background: #ffaa00;
}

::-webkit-scrollbar-thumb:hover {
  /* 鼠标移入滑块 */
  background: #ffaa00;
}
* {
	margin:0;
	padding:0;
	font-family: "Microsoft Yahei"
}
img {
	border:none;
}
ul {
	list-style:none;
}
li {
	list-style:none;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clear {
	clear:both
}
.clearfix {
	zoom: 1;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
html body {
	width: 100%;
	font-size: 14px;
}
.s_width {
	width:1300px;
	margin:0 auto;
}
a {
	outline:none;
	text-decoration:none;
	color:#383838;
}
a:hover {
	text-decoration:underline;
	color:#1d89cf;
}
a:hover {
	outline:none;
	text-decoration:none;
	color:#F00;
}
a img {
	border:0;
}
img {
	border: 0 none;
	height: auto;
	vertical-align: middle;
}
.h10 {
	height:10px;
}
.h30 {
	height:30px;
}
.h40 {
	height:40px;
}
.h50 {
	height:50px;
}
.h60 {
	height:60px;
}
.h80 {
	height:80px;
}
#header {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.top1 {
	width: 100%;
	height: 35px;
	background: #ededed;
}
.top1 p {
	width: 1300px;
	line-height: 35px;
	color: #666;
	margin: 0 auto;
}
.top1 p span {
	float: right;
}
.top1 p span a {
	color: #666;
	margin: 0px 10px;
}
.top2 {
	width: 1300px;
	height: 100px;
	margin: 20px auto;
}
.top2>img {
	float: left;
	margin-right: 15px;
}
.top2 .ci {
	font-size: 18px;
	color: #555;
	float: left;
	letter-spacing:2px;
}
.top2 .ci b {
	font-size: 24px;
	color: #000;
	display: block;
	line-height: 50px;
	padding-top: 10px;
	font-weight: initial;
	letter-spacing:1px;
}
.top2 .top-tel {
	padding-left: 70px;
	font-size: 18px;
	color: #000;
	float: right;
	text-align: center;
	padding-top: 10px;
}
.top2 .top-tel>img {
	vertical-align: middle;
	margin-right: 10px;
}
.top2 .top-tel p {
	font-family: impact;
	color: #1562d2;
	font-size: 36px;
	height: 30px;
	margin: 0;
	padding: 0;
}
/*header_nav*/
.nav_main {
	width:100%;
	height: 60px;
	line-height: 60px;
	background: #1562d2;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin:0 auto;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.nav_main .nav {
	margin: 0 auto;
}
.nav_main .nav li {
	float:left;
	width: 162px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav_main .nav li:first-child {
	background:#333333;
}
.nav_main .nav li:first-child.hover {
	background-color:#333333;
}
.nav_main .nav li a {
	display: block;
	color:#fff;
	font-size:16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #333333;
}
.nav_main .nav dl {
	width: 160px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12;
	border: 1px solid #1562d2;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 49px;
	height: 49px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align:center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #333333;
	color: #fff;
}
.main_box {
	overflow: hidden;
}
/*产品导航*/

.Iproduct {
	background:url(../images/Iabout.jpg) bottom no-repeat;
}
.nmain_l {
	width: 270px;
}
.pro_l_tit {
	width:270px;
	height:120px;
	background:url(../images/pro.png) repeat center top;
	color:#fff;
	text-align:center;
}
.pro_l_tit p {
	margin:0 auto;
	font-size:35px;
	font-weight:bold;
	padding-top:25px;
}
.pro_l_tit p span {
	display:block;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
	color:#cee2ff;
	padding-top:5px;
}
.nmain_l .nmenu {
	border: 1px solid #cccccc;
}
.nmain_l .nmenu li {
	line-height: 50px;
	font-size: 15px;
	border-bottom: 1px solid #cccccc;
}
.menu_li a {
	display: block;
	padding-left: 20px;
	position: relative;
	color: #6f6f6f;
 transition: all .3s;
	background:url(../images/menu_dot1.png) no-repeat right #EFEFEF;
}
.menu_li a:hover {
	padding-left: 25px;
	background:url(../images/menu_dot1.png) no-repeat right #EFEFEF;
}
.smenu_li a {
	display: block;
	padding-left: 25px;
	position: relative;
	color: #6f6f6f;
 transition: all .3s;
	background:url(../images/menu_dot.png) no-repeat right;
}
.smenu_li a:hover {
	padding-left: 30px;
	background:url(../images/menu_dot.png) no-repeat right #EFEFEF;
}
.nylx {
	width:270px;
	background:#EFEFEF;
}
.nylx h3 {
	font-size:32px;
	font-weight:bold;
	color:#fff;
	height:80px;
	line-height:80px;
	text-align:center;
	background:#1562d2;
	letter-spacing:5px;
}
.nylx p {
	font-size:16px;
	line-height:30px;
	color:#333;
	padding:10px;
}
.left_content_sty {
	font-size:16px;
	line-height:35px;
	padding:10px;
	color:#333
}
/*右侧主题*/

.nmain_r {
	width: 980px;
}
.chr-top {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.chr-top h3 {
	font-size: 24px;
	color: #1562d2;
}
.chr-top h3 span {
	float: right;
	color: #6e6e6e;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
.chr-top h3 span i {
	color: #cd302e;
}
.chr-top h3 span a {
	color: #6e6e6e;
}
.chr-top h3 span a:hover {
	color: #cd302e;
}
.chr-top h3 u {
	text-transform: uppercase;
	font-size: 18px;
	font-style: normal;
	text-decoration:none;
	color:#333;
}
/*about*/
.Iabout {
	padding:85px 0 10px 0;
	background:url(../images/about.jpg) no-repeat 0 0;
}
.Iabout_pic {
	width: 48%;
}
.Iabout_content {
	width: 52%;
}
.abP p {
	width: 600px;
	color: #3b3b3b;
	font-size: 17px;
	line-height: 32px;
}
.btABout {
	display: block;
	float: right;
	width: 100px;
	padding-left: 30px;
	height:38px;
	margin-top: 30px;
	border:#ff0000 1px solid;
	background:url(../images/btn.jpg) no-repeat right 0;
	background-size:auto 100%;
	color: #000;
	text-align: left;
	line-height: 38px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.btABout img {
	margin: 0px auto;
}
.btABout:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.bt02 h2 {
	color: #fff;
}
.Iabout_content h3 {
	line-height: 85px;
	text-align: left;
	color: #0064db;
	font-size: 34px;
	font-weight: bold;
	margin-left:20px;
}
.Iabout_content_sty {
	height: 175px;
	margin: 0 auto;
}
.Iabout_content_sty h6 {
	color: #757575;
	font-weight: normal;
	text-align: center;/*padding-top: 35px;*/
}
.Iabout_content_sty p {
	width: 95%;
	color: #757575;
	line-height: 30px;
	margin-left:20px;
	font-size:16px;
}
.ship {
	padding-top: 40px;
}
.About_box {
	padding: 45px;
	background: #fff;
	box-shadow: #cecece 1px 3px 5px;
	margin-top: 40px;
}
.Inews {
	background: url(../images/Inews_bg.jpg) bottom no-repeat;
}
.Inews h3 {
	text-align: center;
	margin-top: 50px;
}
.Inews .tit {
	background: url(../images/News_title_bg.jpg) center no-repeat;
	font-size: 34px;
	color: #1562d2;
	margin: 20px auto;
	text-align: center;
}
.news_box {
	width:630px;
	height:350px;
	padding:8px 0 0 0;
	overflow:hidden;
	top:30px;
	background:#fff;
	text-align:left;
}
.news_box h3 {
	font-size:18px;
	line-height:80px;
	background:url(../images/news_tbg.jpg) no-repeat left bottom;
	color:#080808;
	margin:0 5px;
	text-align:left;
}
.news_box h3 span {
	font-size:14px;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 0 20px;
}
.news_box h3 a {
	float:right;
	font-size:14px;
	color:#555
}
.news_box h3 a:hover {
	color:#ba1414
}
.news_box_pic {
	height:150px;
	width:100%;
}
.news_list {
	width:620px;
	margin:0 auto;
	padding:10px 0 0px 0;
}
.news_list a {
	line-height:40px;
	background:url(../images/news_icon.jpg) no-repeat left center;
	padding:0 0 0 15px;
	display:block;
	color:#353535;
	font-size:14px;
	border-bottom:1px dashed #ccc
}
.news_list a:hover {
	color:#900
}
.news_list a span {
	float:right;
}
/*友情链接*/
.link {
	margin-top: 20px;
	margin-bottom: 10px;
}
.link-tit {
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}
.link-tit span {
	font-size: 14px;
}
.link-tit span strong {
	font-size: 16px;
}
.link-tit a {
	float: right;
	color: #FF8000;
	font-size: 14px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 3px;
	border: 1px solid #BBB;
}
.link-tit a:hover {
	border: 1px solid #FF8000;
}
.link p {
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
}
.link p a {
	color: #666;
	width: auto;
	padding-right: 30px;
	white-space: nowrap;
}
.link p a:hover {
	color: #FF8000;
}
.footer {
	background: #313131;
}
.footer .footer1 {
	overflow: hidden;
	padding-bottom: 20px;
}
.footer .footer1 h4 {
	color: #fff;
	font-size: 16px;
	padding-top: 40px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.f1 {
	width: 230px;
	border-right: 1px solid #484848;
}
.f1 a {
	width: 200px;
	margin-right: 10px;
	color: #fff;
	margin-bottom: 3px;
	display: block;
	float: left;
	line-height:30px;
}
.f2 {
	width: 455px;
	border-right: 1px solid #484848;
	padding: 0 20px;
	box-sizing: border-box;
}
.f2 a {
	width: 190px;
	margin-right: 10px;
	color: #fff;
	margin-bottom: 3px;
	display: block;
	float: left;
	line-height:30px;
}
.f3 {
	width: 404px;
	border-right: 1px solid #484848;
	padding: 0 20px;
	box-sizing: border-box;
}
.f3 .dnav {
	line-height: 30px;
	color: #fff;
}
.f3 .dnav p {
	color: #fff;
}
.footer .footer1 .f4 {
	width: 142px;
}
.copyright {
	background: #1562d2;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.copyright p {
	color: #fff;
}
.box_right {
	width: 980px;
}
.content_box {
	font-size:16px;
	line-height:35px;
	color:#333
}
.content_box img {
	max-width:980px;
}
.body_content_title {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:70px;
}
.f14 {
	font-size:14px;
	text-align:center;
}
.content_more {
	overflow: hidden;
	font-size: 15px;
	border: 1px solid #dddddd;
	padding: 10px;
	background: #fff;
}
.content_more_ul {
}
.content_more_ul li {
	float: left;
	width: 48%;
	overflow: hidden;
}
/*产品滚动*/
.sycp {
	margin: 0px auto;
}
/*上下滚动*/
.anliroll {
	height: 650px;
	width: 100%;
	box-sizing: border-box;
}
.pro_box li {
	float: left;
	width: 304px;
	background: #fff;
	margin: 11px;
}
.pro_box li a {
	display: block;
	overflow: hidden;
	font-size: 18px;
	position: relative;
}
.pro_box li a > div {
	overflow: hidden;
}
.pro_box li a img {
	width: 304px;
	height:228px;
	display: block;
 transition: all .5s;
}
.pro_box li a ol {
	line-height: 60px;
	color: #303030;
	width: 100%;
	z-index: 555;
 transition: all .3s;
	text-align: center;
	border-bottom: 5px solid #f3f3f3;
}
.pro_box li a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.pro_box li a:hover ol {
	border-bottom: 5px solid #1562d2;
}
/*==========分页样式===========*/
.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:#179a3d;
	box-shadow: inset 0 0 30px rgba(239, 239, 239, 0.5)
}
.paging a {
	background:none;
}
.paging a:hover {
	background:#179a3d;
	color:#fff;
	border:1px solid #139d3e;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
.paging span {
	background:#636363;
	color:#fff;
	border:1px solid #0d50c1;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
.paging .current {
	background:#179a3d;
	color:#fff;
	border:1px solid #179a3d;
	box-shadow: inset 0 0 30px rgba(80, 80, 80, 0.5)
}
/*==========内页新闻列表===========*/
.list_news {
	padding-bottom: 20px;
}
.item {
	width: 935px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
transition: all .5s;
}
.item a {
	display: block;
}
.item .img {
	position:relative;
	width: 180px;
	height: 135px;
	display:block;
	overflow: hidden;
	cursor: pointer;
}
.item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}
.item a:hover img {
	transform: scale(1.1, 1.1);
}
.item .txt {
	width: 720px;
	cursor: pointer;
}
.item .txt h3 {
	font-size: 16px;
	line-height: 30px;
-webkit-transition: all .3s ease-in-out 0s;
-moz-transition: all .3s ease-in-out 0s;
transition: all .3s ease-in-out 0s;
}
.item .txt .mark {
	color: #999;
	font-size: 14px;
	line-height: 30px;
	padding:0;
}
.item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}
.item .txt p {
	color: #666;
	line-height: 25px;
}
.item .txt p span {
	display: inline-block;
	color:#1562d2;
	padding-left: 10px;
}
.item a:hover .txt h3 {
	color:#1562d2;
}
.item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.location {
	height:45px;
	border-bottom:1px solid #ddd;
	position:relative;
	margin-bottom:30px;
}
.location:before {
	content:'';
	width:80px;
	height:3px;
	background:#000000;
	position:absolute;
	left:0;
	bottom:-1px;
}
.location h2 {
	font-size:20px;
	height:24px;
	line-height:24px;
}
.cppic {
	width: 278px;
	height: 268px;
	margin: 10px;
	font-family: "Microsoft Yahei";
	font-weight: normal;
	float: left;
	border: solid 1px #ddd;
}
.cppic dl {
}
.cppic dl dt {
	width: 278px;
	height: 208px;
	display: block;
	overflow: hidden;
}
.cppic dl dt img {
	width: 278px;
	height: 208px;
	ition: 0.4s;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease-out;
	-ms-transition: -ms-transform 0.4s ease-out;
}
.cppic dl dd {
	text-align: center;
	width: 278px;
	line-height: 60px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight:bold;
}
.cppic a:hover dl dd {
	background: #1562d2;
	width: 278px;
	text-decoration:none;
	color: #fff;
	line-height: 60px;
}
.cppic a:hover dl dt img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.xg_news {
	margin:0 auto;
}
.xg_news li {
	margin:0 auto;
	width:400px;
	float:left;
	line-height:30px;
	list-style:circle;
	font-size:16px;
	line-height:35px;
	margin-left:20px
}
.img_big_box {
	width: 550px;
	float: left;
}
.img_big_box .img_box {
	height: 420px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	position: relative;
}
.img_big_box .img_box img {
	max-width: 98%;
	max-height: 98%;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.info_big_box {
	width:400px;
	float: right;
	height:430px;
}
.info_big_box h1 {
	color:#333;
	height:50px;
	line-height:50px;
	font-weight: bold;
	font-size:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.info_big_box .info_1 {
	padding:10px;
	border:1px solid #dddddd;
	border-radius:5px;
	margin:20px 0;
}
.info_big_box .info_1 .dh {
	color:#e3001f;
	margin-bottom:10px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	font-size:30px;
	padding-left:50px;
	background:url(../images/nycall.png) left center/8% no-repeat;
}
.info_big_box .info_1 p {
	font-size:16px;
	color:#999;
	line-height:36px;
}
.info_2 {
}
.info_2 .ewm {
}
.ewm img {
	width:130px;
	border:1px solid #dddddd;
	padding:2px;
}
.info_2 strong {
	display: block;
	font-size:14px;
	height:30px;
	line-height:30px;
	color:#333;
	text-align: center;
}
.info_3 {
	height:50px;
	line-height:50px;
	margin-top:10px;
}
.time {
	display: inline-block;
	padding:8px 0;
	line-height:24px;
	width:120px;
	color:#333;
	cursor:pointer;
}
.time img {
	display: inline-block;
	height:24px;
	margin-bottom:3px;
	margin-right:6px;
}
.clic {
	display: inline-block;
	padding:8px 0;
	line-height:24px;
	width:100px;
	color:#333;
	cursor:pointer;
}
.clic img {
	display: inline-block;
	height:24px;
	margin-bottom:3px;
	margin-right:6px;
}
.xgcp_title {
	padding:10px;
	background-color:#efefef;
	margin:30px 0;
}
.xgcp_title h3 {
	color:#1562d2;
	border-left:2px solid #1562d2;
	padding-left:20px;
	height:30px;
	line-height:30px;
	font-weight: bold;
	font-size: 20px;
}
.searchbox {
	height:50px;
	line-height:52px;
	overflow:hidden;
	border-bottom:1px solid #cccccc
}
.hotkey {
	width:900px;
	height:50px;
	overflow:hidden
}
.hotkey span {
	color:#F00;
	font-weight:bold;
}
.diqu {
	width:1300px;
	margin:0 auto;
}
.diqu p {
	font-size:14px;
	padding:10px 0px;
	margin:10px auto;
	border-bottom:1px dashed #bfbfbf;
}
.dede_pages {
	margin:15px 0;
	font-size:0.75em;
	overflow:hidden;
}


.dede_pages a, .dede_pages span {
	background:#fff;
	border:1px solid #eee;
	display:inline-block;
	float:left;
	padding:0 15px;
	margin-right:4px;
	margin-bottom:2px;
	color:#444;
	font-weight:bold;
}
.dede_pages a:hover, .dede_pages span.current, .dede_pages a.current {
	background-color:#fd1640;
	border-color:#fd1640;
	color:#fff;
	transition:background 0.5s ease 0s;
}
.dede_pages a.prev, .dede_pages a.next, .dede_pages .pre-next {
	float:right;
}
