@charset "UTF-8";
/*重置样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border: border-color;
	-moz-box-sizing: border-box;
	outline: none;
}
body {
	scrollbar-arrow-color: #fff;
	/*上下按钮上三角箭头的颜色*/
  scrollbar-face-color: #000;
	/*滚动条凸出部分的颜色*/

  scrollbar-highlight-color: #000;
	/*滚动条空白部分的颜色*/

  scrollbar-shadow-color: #000;
	/*滚动条阴影的颜色*/

  scrollbar-track-color: #000;
	/*滚动条背景颜色*/

  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: #bfbfbf;
 border-radius: 10px;
}
::-webkit-scrollbar-thumb {
/* 滑块 */
 width: 10px;
 border-radius: 5px;
 background: #0078d7;
}
::-webkit-scrollbar-corner {
/* 边角 */
 width: 10px;
 background-color: red;
}
::-webkit-scrollbar-thumb:hover {
/* 鼠标移入滑块 */
  background: #ff0000;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1, h2, h3, h4, h5, h6 {
	font-family:inherit;
	font-weight: 400;
	line-height: 1.2;
	color: inherit;
}
ul, li {
	list-style: none;
}
section {
	display: block;
}
a {
	text-decoration: none;
	color:inherit;
}
img {
	vertical-align: middle;
	outline: none;
	border: 0;
	max-width: 100%;
}
body {
	font-family:"Microsoft Yahei", "Arial", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background:#fff;
}
input, button, textarea, select {
	outline: none;
	font-family:inherit;
	border: none;
	background: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
select::-ms-expand {
display: none;
}
iframe {
	border: none;
	vertical-align: top;
}
:before, :after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
em {
	font-style: normal;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
.center {
	text-align: center;
}
.fl {
	float:left
}
.fr {
	float:right
}
.h50 {
	height:50px;
}
.w1100 {
	width:72%;
	margin:0 auto;
}
.w1200 {
	width:78%;
	margin:0 auto;
}
.w1300 {
	width:80%;
	margin:0 auto;
}
.pc {
	display:block;
}
.wap {
	display:none;
}
/*全局样式*/

.container, .container-middle, .wrap {
	padding-right: 15px;
	padding-left: 15px;
	margin:0 auto;
}
@media (min-width: 1260px) {
.wrap, .container {
width: 1230px;
}
}
@media (min-width: 1460px) {
.wrap, .container {
width: 1430px;
}
}
@media (min-width: 1920px) {
.wrap {
width: 1630px;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-middle:before, .container-middle:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-middle:after {
	clear: both;
}
.clear {
	clear: both;
}
/*===================== 重置样式 END =====================*/

/*===================== 公用样式 START =====================*/

.header {
	position: absolute;
	width: 100%;
	background:rgba(255, 255, 255, 0.9);
	box-shadow: rgba(0, 0, 0, .05) 0px 2px 8px;
	z-index: 9; height: 100px;
}

.logo {
	padding-top: 15px; margin-left:30px;
}
.logo img {
	display: inline-block;
}
.logo p {
	font-size: 26px;
	color: #0078d7;
	vertical-align: middle;
}
.call {
	padding: 0 30px;
    height: 100px;
    float: right;
    font-size: 23px;
    color: #fff;
    background: #0078d7;
}

.call span {
	padding: 0 0 0 45px;
    display: block;
    line-height: 100px;
    background: url(../images/call_bg.png) no-repeat left center;
    background-size: 30px;      font-family: impact;
}

.head_right{ width:480px; float:right;}

.en_b {
	margin-top: 25px;
	margin-right: 2%;
}
.en_b a {
	font-size: 18px;
}
.en_b a:nth-of-type(1) {
background: url(../images/ch.png)no-repeat left;
padding: 10px 0 10px 38px;
float: left;
margin-right: 20px;
}
.en_b a:nth-of-type(2) {
background: url(../images/en.png)no-repeat left;
padding: 10px 0 10px 38px;
float: left;
}
.en_b a:hover {
	text-decoration: none;
}

/*nav*/

.nav {
	display: inline-block;
	width: 750px;
	margin-left:100px;
}



.navitem {
	width: 16.6%;
	float: left;
	height: 100px;
	position: relative;
}
.navitem>a {
	color: #333;
	line-height: 100px;
	display: block;
	height: 100px;
	font-size:18px;
	text-decoration:none; text-align:center;
}
.dropdown-menu.single {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	/* width: auto; */
	width: 200px;
	z-index: 1100;
	background: rgba(255, 255, 255, 1);
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
 -webkit-transition: max-height .5s;
 -o-transition: max-height .5s;
 transition: max-height .5s;
	border: none;
	color: #303233;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: auto;
	padding: 0;
	display: block;
}
.dropdown-menu.single ul {
	padding: 0px 10px;
}
.dropdown-menu.single li {
	display: block;
	font-size: 16px;
	width: 100%;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
	border-bottom: dashed 1px #e5e5e5;
	position: relative;
	text-align: center;
}
.dropdown-menu.single li:last-child {
	border-bottom: 0;
}
.dropdown-menu.single li>a {
	line-height: 47px;
	white-space: nowrap;
	display:block;
	width: 100%;
	color: #666666;
	height: auto;
	background: 0 0;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dropdown-menu.single li:hover a {
	color:#0078d7;
	text-decoration:none;
}
.navitem:hover .dropdown-menu.single {
	max-height: 450px;
	opacity: 1;
}
.navList>ul>li:hover {
	background: #0078d7;
}
.navList>ul>li:hover>a {
	color: #fff;
	text-decoration:none;
}
/* banner */


.banner .swiper-slide, .banner .swiper-slide img {
	width: 100% !important;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width:59px;
	height:59px;
filter: alpha(opacity:0.5);
	opacity:0.5;
transition: .3s;
-webkit-transition: .3s;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
filter:alpha(opacity:1);
	opacity:1;
}
.swiper-pagination-bullet-active {
	width: 25px !important;
	border-radius: 5px !important;
	background-color:#0078d7 !important;
	border-color:#0078d7 !important;
}
/* 三优势 */
.ys_box {
	width: 100%;
	height: 130px;
	background: -moz-linear-gradient(left, #0078d7 0%, #0caa6f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0078d7), color-stop(100%, #0caa6f));
	background: -webkit-linear-gradient(left, #0078d7 0%, #0caa6f 100%);
	background: -o-linear-gradient(left, #0078d7 0%, #0caa6f 100%);
	background: -ms-linear-gradient(left, #0078d7 0%, #0caa6f 100%);
	background: linear-gradient(to right, #0078d7 0%, #0caa6f 100%);
}
.ys_box ul li {
	float: left;
	width: 33.3%;
	height: 130px;
	border-right: 1px rgba(255, 255, 255, 0.2) solid;
	padding-top:30px;
	overflow:hidden;
	padding-left: 40px;
}
 .ys_box ul li:nth-child(3) {
border-right: none;
}
.ys_box ul li p {
	display: block;
	width: 320px;
	float: right;
	font-size: 15px;
	color: #fff;
}
.ys_box ul li p span {
	display: block;
	font-size: 18px;
	line-height: 40px;
}
.ys_box ul li:hover {
	background: #f08300;
}
/*标题 公用*/
.Ititle_box {
	text-align: center;
	margin:30px 0;
}
.Ititle_box .tit {
	color:#333333;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 5px; text-transform: uppercase;
}
.Ititle_box i {
	display: inline-block;
	vertical-align: middle;
	width: 94px;
	height: 1px;
	background: #A6A6A6;
	margin:0 14px;
}
.Ititle_box .desc {
	font-size: 16px;
	color:#666;
}


.Ititle_box_bai {
	text-align: center;
	margin:30px 0;
}
.Ititle_box_bai .tit {
	color: #FFF;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 5px;
}
.Ititle_box_bai i {
	display: inline-block;
	vertical-align: middle;
	width: 94px;
	height: 1px;
	background: #FFF;
	margin:0 14px;
}
.Ititle_box_bai .desc {
	font-size: 16px;
	color:#FFF;
}
/* 产品展示 */







/* IPro-menu */
.IPro-menu {
	text-align: center;
	margin: 0 -10px;
	font-size: 0;
	margin-bottom:25px;
	margin-top:25px;
}
.IPro-menu a {
	display: inline-block;
	width: auto;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 3px;
	background: #0078d7;
	border-radius: 25px;
	margin-bottom:10px; padding:0px 30px;
}
.IPro-menu a span {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-left: auto;
transition: ease .5s;
}
.IPro-menu a.on {
	background-color: #f08300;
}
.IPro-menu a.on span {
	color: #fff;
}
.IPro-menu a:hover span {
	color: #fff;
}
.IPro-menu a:hover {
	background-color: #f08300;
}
/* IPro-menu */


.Iproduct {
	padding: 60px 0;
}
.Iproduct_content {
	padding: 20px 0 20px;
}
.product-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.product-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.product-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.product-list li .pic {
	position: relative;
}
.product-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.product-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.product-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.product-list li:hover .pic:before {
	background-color: rgba(0, 120, 215, 0.5);
}
.product-list li .tit {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #333;
	border: 1px solid #ddd;
	background:#FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.box {
	display: block;
	width: 100%;
}
/* 产品展示 end */





/* 关于我们  */



.Iabout {
	width:100%;
	overflow:hidden;
	background:#f4f9ff;
}
.Iabout_left, .Iabout_right {
	width:50%;
	height:648px;
	float:left;
	position:relative;
}
.Iabout_left {
	left:-300px;
	opacity:0;
transition:.5s;
}
.Iabout_left img {
	width:100%;
	height:100%;
}
.Iabout_right {
	padding:0 10% 0 5%;
}
.Iaboutinfo {
	margin-top:340px;
	opacity:0;
transition:.5s;
}
.Iaboutinfo h2 {
	font-size: 30px;
	height:85px;
	line-height:85px;
	font-weight:bold;text-transform: uppercase;
}
.Iaboutinfo hr {
	height:3px;
	width:100px;
	background:#0078d7;
	margin-top:19px;
}
.Iaboutinfo p {
	margin-top:35px;
	font-size:18px;
	color:#666666;
	line-height:32px; text-align:justify;
}
.Iaboutinfo h3 {
	width:180px;
	height:60px;
	border-radius:10px;
	background:#00b65e url(../images/jt1.png) no-repeat 145px center;
	line-height:60px;
	margin-top:15px;
}
.Iaboutinfo h3 a {
	font-size:18px;
	text-indent:25px;
	color:#fff;
	display:block;
}
.yyd1 {
	left: 0;
	opacity: 1;
}
.yyd2 {
	opacity: 1;
	margin-top: 20px;
}
.numbox {
	background: #0078d7;

}
.iabout_count {
	overflow: hidden;
}
.iabout_count ul {
	padding: 20px 0;
	overflow: hidden;
}
.iabout_count ul li {
	width: 25%;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
.iabout_count ul li strong {
	font-size: 56px;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
 *zoom: 1;
 *display: inline;
	color: #ffffff;
	line-height: 60px;
	vertical-align: bottom;
	font-style: normal;
	font-family: impact;
}
.iabout_count ul li span {
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	vertical-align: bottom;
}
.iabout_count ul li p {
	text-align: center;
	font-size: 18px;
	color: #ffffff; display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.iabout_count ul li + li {
	border-left: 1px solid #fff;
}
/* 关于我们 end  */

/* 发货案例 */


.Iprocess{
	padding: 60px 0; background:#f4f9ff;
}
.Iprocess_content{ text-align:center !important;}



/* 发货案例 */

.Icase {
	padding: 60px 0;
}
.Icase_content {
	padding: 20px 0 20px;
}
.Icase-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Icase-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Icase-list>li:hover .box {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3)
}
.Icase-list li .pic {
	position: relative;
}
.Icase-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.Icase-list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Icase-list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Icase-list li:hover .pic:before {
	background-color: rgba(0, 120, 215, 0.5);
}
.Icase-list li .tit {
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	color: #333;
	border: 1px solid #ddd;
	background:#FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.Icase-list li:hover .tit {
	background:#0078d7;
	color:#FFF;
	border: none;
}







.Iyoushi {
	padding:70px 0 70px;
	background: url(../images/bg_youshi.jpg) no-repeat top;
}
.Iyoushi_content {
	padding: 20px 0 20px;
}
.Iyoushi_box {
	width: 100%;
	margin: 0 auto;
}
.Iyoushi_box ul li {
	float: left;
	width:23%;
	margin-right:1%;
	margin-left:1%;
}
.Iyoushi_box ul li .fwtu {
	width: 100%;
	overflow: hidden; border-radius:10px;
}
.Iyoushi_box ul li .fwtu img {
	width: 100%;border-radius:10px;
}
.Iyoushi_box ul li .fwtu:hover img {
	transition: all 1.2s;
	transform: scale(1.2, 1.2);
}
.Iyoushi_box ul li .fwtitle {
	margin-top: 30px;
	height: 70px;
	position: relative;
}
.Iyoushi_box ul li .fwtitle span {
	font-size: 23px;
	color: #fff;
	float: left;
}
.Iyoushi_box ul li .fwtitle em {
	display: block;
	float: right;
	background: url(../images/jt.png) center no-repeat;
	width: 35px;
	height: 18px;
	margin-top: 8px;
}
.Iyoushi_box ul li .fwtitle:hover span {
	text-decoration: none;
}
.Iyoushi_box ul li .fwtitle:hover em {
	margin-right: 30px;
	transition: all 1.2s;
}


/*news*/



.Inews {
	padding: 60px 0;
}
.news {
	padding-top:10px;
}
.news a:hover {
	text-decoration:none;
}
.news a {
	display:block;
	width:calc(100% - 853px);
	margin-left:34px;
	float:left;
	margin-top:12px;
	box-shadow:0 0 8px rgba(0, 0, 0, .1);
}
.news a.tw {
	width:401px;
	margin-left:17px;
}
.news a:first-child {
	margin-left:0;
}
.news a .tj_img {
	width:100%;
	position:relative;
}
.news a .tj_txt {
	padding:20px ;
	background:#FFF;
}
.news a .tj_txt span {
	display:block;
	height:32px;
	line-height:32px;
	margin-bottom:26px;
	color:#0078d7;
}
.news a .tj_txt span b {
	display:inline-block;
	width:32px;
	height:32px;
	color:#FFF;
	background:#0078d7;
	text-align:center;
	font-size:16px;
}
.news a .tj_txt p {
	font-size:15px;
	line-height:24px;
	color:#a3a3a3;
}
.news a .tj_txt p:nth-child(2) {
font-size:16px;
height:26px;
line-height:26px;
color:#313131;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
margin-bottom:15px;
}
.news a .tj_txt p:nth-child(3) {
overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.news a .n_txt {
	padding:32px 40px;
	background:#FFF;
}
.news a .n_txt .n_left {
	padding:7px 0;
	width:90px;
	float:left;
}
.news a .n_txt .n_left span {
	display:block;
	font-size:14px;
	height:14px;
	line-height:14px;
	color:#999;
}
.news a .n_txt .n_left span:first-child {
	font-size:33px;
	height:33px;
	line-height:33px;
	font-weight:bold;
}
.news a .n_txt .n_left i {
	display:block;
	width:20px;
	height:1px;
	background:#CCC;
	margin:14px 0 13px;
}
.news a .n_txt .n_right {
	width:calc(100% - 90px);
	float:right;
	padding-left:27px;
	position:relative;
}
.news a .n_txt .n_right:before {
	content:'';
	width:1px;
	height:82px;
	background:#eee;
	position:absolute;
	left:0;
	top:3px;
}
.news a .n_txt .n_right p {
	font-size:15px;
	line-height:24px;
	color:#a3a3a3;
}
.news a .n_txt .n_right p:first-child {
	font-size:16px;
	height:26px;
	line-height:26px;
	color:#313131;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:15px;
}
.news a .n_txt .n_right p:last-child {
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}






/*版权信息*/

.footer {
	background: #333333;
	position:relative;
	z-index:1
}
.footer span {
	display:block;
	color:#fff;
	line-height:45px;
	font-size:20px;
	font-weight: 800；
}
.footer i {
	display:block;
	height:1px;
	width:42px;
	background:#fff;
	margin:11px 0 25px 0;
}
.footer .flogo {
	width:18%;
	padding:0 60px 10px 60px;
	border-left:1px solid rgba(255, 255, 255, 0.6);
	min-height:260px;
}
.footer .flogo a {
	color:#fff;
	font-size:15px;
	line-height:36px;
}
.footer .flogo a:hover {
	color: #e41a22;
}
.footer .fmenu_list {
	width:25%;
	padding:0 60px 10px 60px;
	border-left:1px solid rgba(255, 255, 255, 0.6);
	min-height:260px;
}
.footer .fmenu_list a {
	color:#fff;
	font-size:15px;
	line-height:36px;
}
.footer .fmenu_list a:hover {
	color: #e41a22;
}
.footer .fmenu_list div {
	float:left;
	width:100%;
}
.footer .fcontact {
	width:38%;
	border-left:1px solid rgba(255, 255, 255, 0.6);
	border-right:1px solid rgba(255, 255, 255, 0.6);
	padding:0 60px 9px 60px;
	min-height:260px;
}
.footer .fcontact p {
	line-height:30px;
	color:#fff;
	font-size:15px;
	line-height:36px;
	background: url("../images/map.jpg") left center no-repeat;
}
.footer a:hover {
	color:#d13932
}
.footer .fewm {
	width: auto;
	margin-left: 15px
}
.fgongshi {
	text-align:center;
	padding:10px 0
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 70px;
	background: #0078d7;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #F00;
}

.copyright_left{ float:left; width:70%; text-align:left;}


.copyright_right{ float:right; width:30%; text-align:right;}






.main-box {
	padding: 40px 0 60px;
}
.main-content {
	padding: inherit;
}
/* newsList */
.newsList {
	width: 100%;
}
.newsList dl {
	width: 100%;
	padding-top: 39px;
	border: 1px solid #dfdfdf;
	border-top: none;
	background: #fff;
	position: relative;
	padding-bottom: 39px;
}
.newsList dl:first-child {
	border-top: 1px solid #dfdfdf;
}
.newsList dt {
	width: 280px;
	height: 180px;
	float: left;
	margin-left: 40px;
	overflow: hidden;
}
.newsList dt img {
	display: block;
	transform: scale(1);
	transition: all 1s ease-out;
	width: 280px;
	height: 180px;
}
.newsList dl:hover dt img {
	transform: scale(1.2);
}
.newsList dd {
	width: 960px;
	height: 170px;
	position: relative;
	margin-left: 28px;
	float: left;
}
.newsList dd h3 {
	font-size: 20px;
	font-weight: normal;
	width: 780px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsList dd h3 a {
	color: #000000;
	text-decoration: none;
}
.newsList dd p {
	font-size: 16px;
	color: #888;
	line-height: 26px;
	margin-top: 17px;
}
.dot_date {
	display: block;
	font-size: 15px;
	font-family: arial;
	height: 16px;
	background: url(../images/newsList_icon01.png) no-repeat left center;
	position: absolute;
	top: 6px;
	right: 62px;
	padding-left: 24px;
	color: #999;
}
.dot_hits {
	display: block;
	font-size: 15px;
	font-family: arial;
	height: 16px;
	background: url(../images/newsList_icon02.png) no-repeat left center;
	position: absolute;
	color: #999;
	top: 5px;
	right: 4px;
	padding-left: 24px;
}
.newsList dd .more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	left: 6px;
	bottom: 5px;
}
.newsList dl:hover dd .more {
	background-position: left bottom;
}
.newsList dl:hover dd h3 a {
	color: #d40019;
}
.newsList dl:hover {
	box-shadow: 0 0 10px 6px #eeeeee;
	z-index: 99;
}
/* newsCenter 新闻中心页*/
/* 通用分页样式 */
.pages {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 40px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
.pages a {
	border: 1px solid #d1d1d1;
	height: 30px;
	line-height: 30px;
	color: #666666;
	padding: 5px 10px;
	margin-right: 8px;
	font-size: 16px;
}
.pages .current, .pages a:hover {
	color: #fff;
	background: #0078d7;
	border: 1px solid #0078d7;
}
/*新闻内页*/
.NewsIntro {
	background: #fff;
	margin: 0 auto;
	box-shadow: 0 0 10px 6px #eeeeee;
}
.mainCon {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding: 50px;
}
._head ._title {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
._tools {
	font-size: 0;
	color: #5a5a5a;
	margin-bottom: 40px;
}
._tool {
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_list_date {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newsList_icon01.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_list_hits {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/newsList_icon02.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 4px;
}
.news_content {
	line-height: 30px;
	font-size: 16px;
	color: #5a5a5a;
}
.news_content_pic {
	padding: 20px;
}
.news_content img {
	max-width: 1090px;
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top: 50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*新闻内页end*/

/*Page banner*/
.page-banner { max-height:500px;
}
.page-banner .pb-pic {
	overflow: hidden;
}
.page-banner .pb-pic img {
	/*max-width: 100%;*/
    position: relative;

	-webkit-animation: minus 6s;
	animation: minus 6s;
}

/* ===================== 面包屑导航 ===================== */
.position_now {
	font-size:14px;
	background-color: #f1f1f1; w
}
.position_now .wrap {
	height:80px;
}
.position_now a {
	display: inline-block;
	color:#707070;
}
.position_now .fl {
	color: #707070;
	line-height:80px;
}
.position_now .fl img {
	height:20px;
	margin-top:-4px;
	display: inline-block;
	margin-right:8px;
}

/* ===================== 面包屑导航 ===================== */


.main-box {
  padding: 40px 0 60px;
}
.main-content {
  padding: inherit;
}
.about-content p {
  text-align: left;
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  font-weight: normal;
}
.about-content .gs-pic {
  padding-bottom: 30px;
}
.about-content .gs-pic img {
  border-radius: 40px;
  width: 100%
}



/* ===================== 产品页 左侧 导航 ===================== */
.left_side {
	width:280px;
}
.left_side .box_one,.left_side .box_two {
	width:260px;
	background-color:#0078d7;
	padding:10px 10px;
}
.left_side .box_one .title {
	text-align: center;
	margin-bottom:20px;
}
.left_side .box_one .title h3 {
	color:#fff;
	font-weight:bold;
	font-size:30px;
	margin:20px 0 10px 0;
}
.left_side .box_one .title p {
	color:#fff;
	font-size:16px;
}
.left_side .box_one ul li {
	line-height:50px;
	background-color:#fff;
	margin-bottom:5px;
	text-align:left;
}
.left_side .box_one ul li a {
	color:#333;
	padding-left:20px;
	position: relative;
	z-index:1;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-size:18px;
}
.left_side .box_one ul li a:hover,.left_side .box_one ul li a.active {
	color:#0078d7;
}
.left_side .box_one ul li a i {
	background-color:rgb(245, 29, 0);
}



.left_side .box_two {
	margin-top:10px;
	padding:20px 10px;
}
.left_side .box_two p {
	font-size:16px;
	color:#fff;
	line-height:30px; text-align:justify;
}
.left_side .box_two strong {
	color: #fff;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
    font-family: impact;
    font-weight: 100;

}

.left_side .box_two p strong{
	font-size:30px;
	font-weight:bold;
}
.left_side .box_two .more {
	height:36px;
	line-height:36px;
	background-color:#fff;
	margin-top:10px;
	width:200px;
	color:#333;
	text-align: center;
}
.left_side .box_two .more i {
	background-color:dodgerblue;
}
.left_side .box_two .more:hover {
	color:#fff;
}

.right_side.fr {
	width:1100px;
}
.article_title{}
.article_title h1{text-align:center; border-bottom:1px dotted #ccc; line-height:2; font-size:30px;}
.article_title p{text-align:center; display:block; margin-top:30px;}


.article_content{ font-size:16px; line-height:36px; margin-top:20px;}

.nextinfo {
  width: 100%;
  overflow: hidden;
}
.nextinfo span {
  background: #eee;
  margin: 20px 1%;
  width: 48%;
  float: left;
  text-align: center;
  border-radius: 20px;
  line-height: 40px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.nextinfo span:hover {
  background: #0078d7;
  color: #fff;
}
.nextinfo span:hover a {
  color: #fff;
}
/* ===================== 产品页 左侧 导航 ===================== */

.contact_left{width:49%; float:left}
.contact_map{height:420px; float:right; width:49%; max-width:700px;}


/* =====================底部手机===================== */
.fix_footer {
	height:60px;
	background-color:#0078d7;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:30px;
	margin:6px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}





.Pmassage_box {
	overflow: hidden;
}
.Pmassage-tit {
	font-size: 28px;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
}
.Pmassage:before {
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
}
.Pmassage_list {
	width: 100%;
}
.Pmassage_list input, .Pmassage_list textarea, .Pmassage_list button {
	border-radius: 5px;
	border: none;
	font-size: 14px;
}

.Pmassage_name {
	width: 48%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f1f1f1;
	float: left;
}
.Pmassage_tel {
	width: 49%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	float: right;
	margin: 20px 13px 0 0;
	background: #f1f1f1;
}
.Pmassage_content {
	width: 99%;
	height: 200px;
	line-height: 35px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f1f1f1;
}
.Pmassage_code {
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 0 0 30px;
	margin: 20px 0px 0 0;
	background: #f1f1f1;
}
.Pmassage_submit {
	width: 49%;
	text-align: center;
	background: #0078d7;
	height: 52px;
	line-height: 52px;
	color: #fff;
	font-size: 16px;
	float: right;
	margin: 20px 13px 0 0;
}
.Pmassage_submit:hover {
	cursor: pointer; background: #d40000;
}
.Pmassage_code_box {
	width: 48%;
	float: left;
	position: relative;
}
.Pmassage_code_box img {
	position: absolute;
	top: 33px;
	right: 15px;
}




.proshowa {
	background:#fff;
	box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1);
	text-align:center;
	float:left;
	width:600px;
}
.proshowa .swiper-container {
	display:none;
}
#tFocus-btn li.active, #tFocus-leftbtn, #tFocus-rightbtn {
	display:block;
	background:url(img/spr.png) no-repeat;
}
#tFocus {
	width:600px;
	text-align:center;
	margin:0 auto
}
#tFocus-pic {
	width:600px;
	height:450px;
	position:relative;
}
#tFocus-pic li {
	width:100%;
	position:absolute;
	left:0;
	top:0;
filter:alpha(opacity:0);
	opacity:0;
}
#tFocus-pic li img {
	display:block;
	width:100%;
	height:450px;
	margin:0 auto;
}
#tFocusBtn {
	width:600px;
	height:140px;
	border:1px solid #d9d9d9;
	padding:15px 0px;
	position:relative;
	z-index:20;
	overflow:hidden;
}
#tFocus-btn {
	width:550px;
	height:140px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}
#tFocus-btn ul {
	width:100000px;
	position:absolute;
	left:0;
	top:0;
}
#tFocus-btn li {
	height:105px;
	width:130px;
	position:relative;
	border:1px solid #ddd;
	display:block;
	float:left;
	margin:0 4px;
	cursor:pointer;
}
#tFocus-btn li.active {
	border:1px solid #d8001c;
}
#tFocus-btn li img {
	display:block;
	width:100%;
	margin:0 auto;
	height:103px;
}
#tFocus-leftbtn, #tFocus-rightbtn {
	position:absolute;
	height:105px;
	top:15px;
	width:25px;
	text-align:center;
	font-family:"宋体";
	font-size:1.25rem;
	cursor:pointer;
	line-height:105px;
	color:#000;
}
#tFocus-leftbtn {
	left:0;
}
#tFocus-rightbtn {
	right:0;
}
.Nproshowb {
	float:right;
	width:550px;
}
.Nproshow_title {
	font-size: 26px;
	color: #000;
	margin-bottom:30px;
	line-height:36px;
}
.Nproshow_content {
	line-height: 24px;
	border-top: 1px solid #f0f0f0;
	font-size: 16px;
	width:100%;
	word-break:normal;
	display:block;
	padding:25px 0;
}
.Nproshow_content p {
	line-height: 36px;
	font-size: 16px;
	ord-break:break-all;
	width:100%;
	display:block;
	display: -webkit-box;
	text-align: left;
}
.Nproshow_ul {
	width:100%;
	margin-top:20px;
}
.Nproshow_ul li {
	line-height:40px;
}
.Nproshow_ul .dt {
	float:left;
	font-weight:bold;
}
.NproLink {
	margin-top: 20px;
}
.NproLink a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	width: 200px;
	background:#e6332c;
	padding: 10px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
-webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.NproLink a:hover {
	color: #fff;
	width: 250px;
}
.proshow_title {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
}
.proshow_title p {
	font-size:16px;
	font-weight:bold;
	display:inline-block;
	padding:0 30px;
	background:#e60012;
	color:#fff;
}
.proshow_bom {
	margin-top:20px;
}
.proms_l {
	background:#fff;
}
.proshow_nr {
	font-size:16px;
	line-height:28px;
	padding-top:25px;
}
.proshow_nr img {
	max-width:100%;
}
.news_sx {
	height: 40px;
	line-height: 40px;
	color: #999;
	font-size: 16px;
	margin-top:50px;
}
.news_sx a {
	color: #666;
	font-size: 16px;
}
.news_sx a:hover {
	color: #d10010;
	font-size: 16px;
}
.n_s {
	width: 50%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.n_x {
	width: 50%;
	float: right;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


@media(max-width:1680px ) {
.nav{
	display: inline-block;
	width: 700px;
	margin-left:20px;
}
.head_right {
    width: 400px;
    float: right;
}
.call {
    padding: 0 15px;
    height: 100px;
    float: right;
    font-size: 23px;
    color: #fff;
    background: #0078d7;
}
}
@media(max-width:1440px ) {
.logo {
    padding-top: 15px;
    margin-left: 10px;
}
.nav {
	display: inline-block;
	width: 660px; max-width:660px;
	margin-left: auto; margin-left: 10px;
}
.head_right {
    width: 360px;
    float: right;
}
.call {
    padding: 0 10px;
    height: 100px;
    float: right;
    font-size: 20px;
    color: #fff;
    background: #0078d7;
}
.ys_box ul li p {
    display: block;
    width: 280px;
    float: right;
    font-size: 15px;
    color: #fff;
}

.newsList dd {
    width: 750px;
    height: 170px;
    position: relative;
    margin-left: 28px;
    float: left;
}
.right_side.fr {
    width: 900px;
}
}

@media(max-width:1399px ) {
.head_right {
    width: 200px;
    float: right;
}	
.call {
	display: none;
}
.nav {
	display: inline-block;
	width: 600px; max-width:600px;
	margin-left: 50px; 
}

}

