﻿@charset "utf-8";/*样式重置*/
body {
	width: 100%;
	min-width: 1100px;
	max-width: 1920px;
	margin: 0 auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, em, p, font, img, small, strong, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:14px;
	font-family: "微软雅黑";
}
ol, ul {
	list-style:none
}
:focus {
	outline:none;
}
a {
	font:16px "微软雅黑";
	text-decoration:none;
	color:#fff;
	cursor:pointer;
}
a:hover {
	color: #b72024
}
.clear {
	clear: both;
}
.w1100 {
	width: 1100px;
	margin:auto;
}
.w1240 {
	width: 1240px;
	margin:auto;
}/*hearder*/
.header {
	height: 130px;
	border-bottom: solid 1px #e5e5e5
}
.header .w1100 {
	position: relative;
	height: 130px;
}
.header .logo {
	float: left;
	margin-top: 25px;
	background: url(../images/x1.jpg) no-repeat center right;
}
.header .ding {
	float: left;
	background: url(../images/11.jpg) no-repeat bottom left;
}
.header .ding h2 {
	margin-top: 33px;
	color: #333333;
	font-size:24px;
	font-weight: bold;
}
.header .ding h2 span {
	color: #2088e7;
	font-size: 24px;
	font-weight:bold;
}
.header .ding h3 {
	color: #a5a5a5;
	font-size:14px;
	font-weight: normal;
	letter-spacing: 2px;
}
.header .call {
	float: right;
	background: url(../images/call.jpg) no-repeat left 5px;
	margin-top: 35px;
}
.header .call p {
	color: #2088e7;
	font-size: 18px;
	font-weight: bold;
	font-family: "Arial";
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
}
.nav {
	height: 75px;
	line-height:75px;
	background: #fff;
}
.nav li {
	float: left;
}
.nav li a {
	display: block;
	height: 75px;
	line-height: 75px;
	color: #333;
	font-size:18px;
	padding-left:30px;
	padding-right: 30px;
}
.nav li a:hover {
	color:#da1c29;
	background: url(../images/nav1.png) no-repeat top center;
}
.nav li a.first {
	color: #da1c29;
	background: url(../images/nav1.png) no-repeat top center;
}/*轮播图点样式*/
.active {
	background: #da251c;
}
.flickerplate .dot-navigation .dot.active {
	background: #da251c;
	height:2px;
	width: 60px;
}
.flickerplate .dot-navigation .dot.active:hover {
	background:#da251c;
}
.flickerplate .dot-navigation .dot {
	background: #fff;
}
.flickerplate .dot-navigation .dot:hover {
	background: #fff;
}/*搜索框*/
.search_div {
	height:26px;
	background:url(../images/ssbj.png) no-repeat center;
	position: relative;
}
.search_div .w1100 {
	position:relative;
}
.search {
	position:absolute;
	width:200px;
	top:60px;
	right: 0px;
	background:url(../images/ssuo.jpg) no-repeat center;
}
.search_tow {
	border: none;
	background: none;
	width:150px;
	color: #444;
	font-size: 12px;
	padding-left: 15px;
	height: 26px;
	line-height: 26px;
}
.search_button {
	cursor: pointer;
	width: 30px;
	height: 26px;
	position: absolute;
	right: 2px;
	border: none;
	background: none;
	color: #fff;
	font-size: 16px;
}/*pordcut*/
.porduct {
	padding-top: 55px;
	background: #fff;
}
.porduct .proleft {
	float: left;
	width: 175px;
}
.porduct .proleft h3 {
	color: #303030;
	font-size: 24px;
}
.porduct .proleft h3 span {
	color: #187fde;
	font-size: 24px;
}
.porduct .proleft h4 {
	color: #dbdbdb;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom: 45px;
}
.porduct .proleft ul li {
	height: 60px;
	line-height: 60px;
	background: url(../images/p2.png) no-repeat center top;
}
.porduct .proleft ul li a {
	color: #313131;
}
.porduct .porright {
	float:right;
	width: 860px;
}
.porduct .porright li {
	float:left;
	margin-right:27px;
	margin-bottom: 20px;
	width: 268px;
}
.porduct .porright li img {
	display: block;
	width: 268px;
	height: 167px;
	transition: all 0.8s;
}
.porduct .porright li:nth-child(3n) {
margin-right: 0px;
}
.porduct .porright li p {
	color: #414141;
	text-align: center;
	height: 50px;
	line-height: 50px;
}
.porduct .porright li:hover p {
	color: #fa1007
}
.porduct .proleft ul li a:hover {
	color: #fa1007
}
.porduct .porright li:hover img {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.porduct .proleft ul li:hover {
	background: url(../images/p1.png) no-repeat center top;
}
.porduct .proleft ul li:hover a {
	color: #fa1007;
}/*关于我们*/
.about {
	height:648px;
	background:url(../images/ab.png) no-repeat center center;
	margin-top: 55px;
}
.about .w1100 {
	position: relative;
}
.about h3 {
	color: #2088e7;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
	position: absolute;
	left: 280px;
	top:36px;
}
.about h4 {
	font-size: 18px;
	color: #636363;
	font-weight: bold;
	position: absolute;
	top:80px;
	left: 280px;
}
.about p {
	color: #7d7d7d;
	line-height: 30px;
	width: 465px;
	position: absolute;
	top:200px;
}
.about .abimg {
	position: absolute;
	right:0px;
	top:24px;
}
.about .more {
	position: absolute;
	top:400px;
}
.about ul {
	position: absolute;
	top:500px;
	left: 0px;
}
.about ul li {
	float: left;
	margin-right:65px;
	margin-left: 65px;
	text-align: center;
}
.about ul li img {
	margin-bottom:10px;
}
.about ul li span {
	display: block;
	color: #7d7d7d;
	font-size: 16px;
}
.hz h3 {
	width: 180px;
	text-align: center;
	color: #313131;
	font-size:24px;
	margin:auto;
	margin-top: 38px;
}
.hz h4 {
	color: #b3b3b3;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:50px;
}
.hz h3 span {
	color: #2088e7;
	font-size: 24px;
}
.hz h3 img {
	float: left;
	margin-top: 5px;
}
.hz h3 img:nth-child(2) {
float:right;
}
.hz ul li {
	float: left;
	padding:3px;
	background: #f5f5f5;
	margin-right:23px;
	margin-bottom: 23px;
}
.hz ul li img {
	display: block;
	width:249px;
}
.hz ul li:nth-child(4n) {
margin-right: 0px;
}
.hz ul li:hover {
	background: #4399ed
}/*yous*/
.yous {
	background:url(../images/ysbj.png) no-repeat center center;
	height:705px;
}
.yous .w1100 {
	height: 705px;
	position: relative;
}
.yous h3 {
	color:#fff;
	font-size:24px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
}
.yous h4 {
	color: #fff;
	font-size:14px;
	text-align: center;
	font-weight: normal;
	margin-top:10px;
	letter-spacing: 5px;
}
.yous ul li {
	width: 273px;
	height: 443px;
	float: left;
	background: #e8f2f7;
	margin-right:2px;
	text-align: center;
	margin-top: 60px;
	position:relative;
}
.yous ul li img {
	margin-top: 30px;
}
.yous ul li h5 {
	color: #2088e7;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight:normal;
}
.yous ul li h6 {
	color: #2088e7;
	font-size: 16px;
	margin-bottom: 20px;
}
.yous ul li p {
	margin-left: 23px;
	margin-right:23px;
	color: #6b6b6b;
	font-size:14px;
	line-height: 30px;
	text-align:left
}
.yous ul li em {
	font-size:16px;
	color: #bebebe;
	font-weight:normal;
	font-style: normal;
	position: absolute;
	bottom:20px;
	left: 115px;
}/*news*/
.news h3 {
	width: 180px;
	text-align: center;
	color: #313131;
	font-size:24px;
	margin:auto;
	margin-top: 38px;
}
.news h4 {
	color: #b3b3b3;
	font-size: 12px;
	font-weight:normal;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:50px;
}
.news h3 span {
	color: #2088e7;
	font-size: 24px;
}
.news h3 img {
	float: left;
	margin-top: 5px;
}
.news h3 img:nth-child(2) {
float:right;
}
.news {
	background: #fff;
	height:475px;
}
.news .newsleft {
	float: left;
	width: 470px;
}
.news .newsleft .newleftone a {
	display: block;
	color: #2088e7;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .newsleft .newleftone a:hover {
	color: #fb0f07;
}
.news .newsleft .newleftone span {
	color: #d2d2d2;
	margin-top:5px;
	margin-bottom:8px;
	display: block;
}
.news .newsleft .newleftone p {
	color: #555555;
	font-size:14px;
	line-height: 24px;
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
}
.news .newsleft .newslefttow p {
	margin-top: 20px;
}
.news .newsleft .newslefttow p a {
	color: #555555;
	font-size: 14px;
	width: 380px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .newsleft .newslefttow p span {
	color: #d2d2d2;
	font-size: 13px;
}
.news .newsleft .newslefttow p a:hover {
	color: #fb0f07;
}
.news .newsright {
	float:right;
	width: 565px;
}
.news .newsright p {
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #eeeeee;
}
.news .newsright p a {
	display: block;
	width: 450px;
	line-height: 50px;
	float:left;
	color: #555555;
	padding-left: 30px;
	background: url(../images/n1.png) no-repeat center left;
}
.news .newsright p a:hover {
	color: #fb0f07
}/*foot*/
.foot {
	height: 335px;
	background:#202020;
}
.foot .w1100 {
	position: relative;
	height: 335px;
}
.foot .fnav {
	height: 80px;
	line-height: 80px;
	border-bottom: solid 1px #525252
}
.foot .fnav span {
	padding-right:80px;
	background: url(../images/f1.png) no-repeat center right;
	color: #eaf0ee;
	font-size: 18px;
	font-weight: bold;
}
.foot .fnav a {
	margin-right:55px;
}
.fdiv h3 {
	margin-top: 36px;
	margin-bottom: 35px;
}
.fdiv h3 a {
	color: #eaf0ee;
	margin-right:45px;
}
.fdiv p {
	margin-top: 15px;
	clear:both;
}
.fdiv p span {
	width: 215px;
	color: #eaf0ee;
	display: block;
	float: left;
	margin-bottom:18px;
}
.fcall {
	position: absolute;
	top:120px;
	left: 640px;
	text-align: right
}
.fcall img {
	display: block;
	float: right;
}
.fcall p {
	color: #eaf0ee;
	margin-top: 30px;
	clear:both;
}
.fcall span {
	color:#eaf0ee;
	margin-top: 15px;
	display: block;
	font-size: 22px;
	font-weight: bold;
}
.wx {
	position: absolute;
	right: 0px;
	top:120px;
}
.wx li {
	float:left;
	margin-left: 20px;
}
.wx p {
	text-align: center;
	color: #999
}
.link {
	position: absolute;
	bottom:0px;
	height: 50px;
}
.link span {
	color: #eaf0ee;
	font-size: 14px;
}
.link a {
	color: #eaf0ee;
	font-size: 14px;
	margin-left: 25px;
}
.link a:hover {
	color: #fa1007
}
.fend {
	height: 65px;
	line-height: 65px;
	border-top: solid 1px #3a3a3a;
	background: #202020;
	color: #eaf0ee
}
.fend a {
	color: #eaf0ee
}
.fend a:hover {
	color: #fa1007
}/*返回顶部*//*返回顶部*/
.cd-top {
	z-index:999;
	display: inline-block;
	height: 50px;
	width: 50px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);  /* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background:#000 url(../images/cd-top-arrow.png) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:8px;
}
.cd-top.cd-is-visible {  /* the button becomes visible */
	visibility: visible;
	opacity: 1;
	cursor:pointer;
}
.cd-top.cd-fade-out {  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
	opacity: .9;
}
.no-touch .cd-top:hover {
	background-color: #9dc92b;
	opacity: 1;
}
.por_conend .por_con_div h4 a:hover {
	color: #316DC3
}
