@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	color: #666;
	background: #fff;
	overflow-x: hidden;
	min-width: 1200px;
}
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, span, input, img {
	padding: 0;
	margin: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.w1190 {
	width: 1190px;
	margin: 0 auto;
}
.cl-a:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #777;
}
a:hover, a:hover {
	text-decoration: none;
	color: #d6030f;
}
input {
	border: 0;
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
li, p {
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
}

/*美化滚动条*/

::-webkit-scrollbar {
width:10px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
-webkit-border-radius: 10px;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
background:rgba(212,212,212,0.7);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
background: #d4d4d4;
}
/*顶部信息条*/

.header_t {
	/*margin-top: 20px;*/
	height: 30px;
	line-height: 30px;
	background: #e7e7e7;
	position: relative;
	z-index: 110;
	color: #777;
}
.header_t .btn {
	color: #777;
	float: left;
	margin-right: 15px;
}
.header {
	height: 113px;
}
.header .logo {
	float: left;
	margin-top: 20px;
	display: block;
}
.header .logo img {
	display: block;
}
.header .ht_search {
	height: 36px;
	float: left;
	margin: 38px 0 0 25px;
	display: inline;
}
.header .ht_search .one {
	width: 350px;
	height: 34px;
	line-height: 34px;
	float: left;
	padding-left: 11px;
	border: 1px solid #ff1b28;
	border-right: 0;
	color: #999;
	font-size: 12px;
}
.header .ht_search .sousuo {
	float: left;
	width: 90px;
	height: 36px;
	background: #ff1b28;
	font-size: 16px;
	color: #fff;
}
.header .ht_tel {
	float: right;
	height: 52px;
	margin-top: 27px;
	width: 210px;
	padding-left: 50px;
	background: url("../img/ht_tel.png") no-repeat left center;
}
.header .ht_tel p {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}
.header .ht_tel span {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #ff1b28;
}
/*导航*/

.nav-box {
	width: 100%;
	height: 47px;
	position: relative;
	z-index: 1000;
}
.nav-box .box-con {
	width: 1190px;
	margin: 0 auto;
	overflow: hidden;
}
.nav-box .box-con .n-left {
	height: 47px;
	line-height: 47px;
	text-align: left;
	font-size: 18px;
	background: #ff1b28 url(../img/258.png) no-repeat 10px center;
	color: #fff;
	width: 240px;
	float: left;
}
.nav-box .box-con .n-left span.qbfl {
	margin-left: 55px;
}
.nav-box .box-con .n-left .banner-nav {
	display: none;
}
.nav-box .box-con .n-left:hover .banner-nav {
	display: block;
}

#show-nav div.banner-nav .left-nav {
}
#other-nav div.banner-nav .left-nav {
	background: url(../img/leftbf.png) repeat;
}
div.banner-nav {
	height: 430px;
	position: absolute;
	top: 47px;
	display: none;
}
div.banner-nav .left-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 500px
}
/*div.banner-nav .left-nav{ width:240px; height: 453px; background: url(../img/navbg.png) repeat;}*/

div.banner-nav .left-nav {
	width: 240px;
	height: 430px;
}
div.banner-nav .left-nav dl {
	height: 428px;
}
div.banner-nav .left-nav dl dd {
	width: 240px;
	text-align: left;
	font-size: 16px; /*height:74.5px; line-height:74.5px; */
	color: #000;
	border-bottom: 1px solid #737373;
	z-index: 9999;
}
div.banner-nav .left-nav dl dd.dd6 {
	height: 85px;
}
div.banner-nav .left-nav dl dd.dd7 {
	height: 58.5px;
	line-height: 58.5px
}
div.banner-nav .left-nav dl dd.dd8 {
	height: 51.2px;
	line-height: 51.2px
}
/*div.banner-nav .left-nav dl dd:last-child{border-bottom: 1px solid #1cabeb;}*/

div.banner-nav .left-nav dl dd:hover {
	margin-top: -2px;
	border-top: 1px solid #292828;
	border-bottom: 1px solid #292828;
}
/*div.banner-nav .left-nav dl dd a{display: block;}*/

div.banner-nav .left-nav dl dd div.nav-left {
	display: block;
	width: 196px;
	height: 77px;
	padding: 8px 22px 0;
	color: #FFFFFF;
	position: relative;
}
div.banner-nav .left-nav dl dd div.nav-on {
	display: block;
	width: 195px;
	height: 77px;
	padding: 8px 22px 0 22px;
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	background: #fff;
	position: absolute;
	right: 0px;
	z-index: 999999
}
div.banner-nav .left-nav dl dd div.nav-left span.hot {
	width: 25px;
	height: 15px;
	background: url(../img/navjt.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 23px
}
div.banner-nav .left-nav dl dd div.nav-on span.hot {
	width: 25px;
	height: 15px;
	position: absolute;
	right: 37px;
	top: 13px
}
div.banner-nav .left-nav dl dd div.nav-on p {
	margin-top: -9px;
}
div.banner-nav .left-nav dl dd div.nav-left a {
	color: #FFFFFF;
}
div.banner-nav .left-nav dl dd div.nav-left a i {
	display: inline-block;
	float: left;
	margin: 12px 10px 0 0;
	width: 24px;
	height: 22px;
	background: url(../img/lefttbbg.png) no-repeat left top;
}
div.banner-nav .left-nav dl dd div.nav-left a.navaico1 i {
	background-position: left top;
}
div.banner-nav .left-nav dl dd div.nav-left a.navaico2 i {
	background-position: -39px top;
}
div.banner-nav .left-nav dl dd div.nav-left a.navaico3 i {
	background-position: -71px top;
	width: 26px;
}
div.banner-nav .left-nav dl dd div.nav-left a.navaico4 i {
	background-position: -109px top;
}
div.banner-nav .left-nav dl dd div.nav-left a.navaico5 i {
	background-position: -153px top;
}
div.banner-nav .left-nav dl dd div.nav-left p {
	line-height: 24px;
	margin-top: -9px;
}
div.banner-nav .left-nav dl dd div.nav-left p a {
	font-size: 12px;
	line-height: 24px;
	margin-right: 12px;
}
div.banner-nav .left-nav dl dd div.nav-left h3 {
	display: inherit;
	font-size: 12px;
	float: left;
	margin-right: 12px;
	font-weight: normal;
	margin-top: -10px;
}
div.banner-nav .left-nav dl dd div.nav-left h3:hover {
	display: inherit;
	font-size: 12px;
	float: left;
	margin-right: 12px;
	font-weight: normal;
}
div.banner-nav .left-nav dl dd div.nav-on h3 {
	margin-top: -10px;
}
div.banner-nav .left-nav dl dd div.nav-on h3 a {
	line-height: 47px;
	font-size: 12px;
	margin-top: -10px;
	display: inherit;
	float: left;
	margin-right: 12px;
	font-weight: normal;
}
div.banner-nav .left-nav dl dd div.nav-on a i {
	display: inline-block;
	float: left;
	margin: 12px 10px 0 0;
	width: 24px;
	height: 22px;
	background: url(../img/lefttbbg.png) no-repeat left -22px;
}
div.banner-nav .left-nav dl dd div.nav-on a.navaico2 i {
	background-position: -39px -22px;
}
div.banner-nav .left-nav dl dd div.nav-on a.navaico3 i {
	background-position: -71px -22px;
	width: 26px;
}
div.banner-nav .left-nav dl dd div.nav-on a.navaico4 i {
	background-position: -109px -22px;
}
div.banner-nav .left-nav dl dd div.nav-on a.navaico5 i {
	background-position: -153px -22px;
}
div.banner-nav .left-nav dl dd div.nav-on p {
	line-height: 24px;
}
div.banner-nav .left-nav dl dd div.nav-on p a {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-right: 12px;
}
div.banner-nav .left-nav dl dd .nav-right {
	width: 938px;
	max-height: 429px;
	overflow: hidden;
	position: absolute;
	left: 240px;
	top: -1px;
	display: none;
	border: 1px solid #ff1b28;
	border-left: none;
	z-index: 8;
	text-align: left;
	background: #fff;
}
div.banner-nav .left-nav dl dd .nav-right .main-box {
	width: 938px;
	min-height: 430px;
	text-align: left;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left {
	width: 630px;
	padding: 0 21px 0 34px;
	height: 428px;
	background: url(../img/navbg1.jpg) no-repeat left bottom;
	float: left;
	border-right: 1px solid #e5e5e5
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .list {
	padding: 15px 0 0;
	overflow: hidden;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .title {
	width: 80px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 22px;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .title p {
	font-size: 14px;
	color: #222;
	font-weight: bold;
	padding: 2px 0;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .title p a {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	color: #333;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .title p a span {
	font-size: 10px;
	color: #666666;
	float: right;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text {
	min-height: 30px;
	padding: 2px 0 10px;
	width: 528px;
	float: left;
	border-bottom: 1px dashed #cfcfcf;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text ul {
	overflow: hidden;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text ul li {
	margin: 5px 25px 5px 0;
	float: left;
	line-height: 22px;
	font-size: 14px
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text ul li a.act {
	display: block;
	width: 80px;
	text-align: center;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	background: url(../img/actbg.png) no-repeat center;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text ul li a.red {
	color: #ff0c0c
}
div.banner-nav .left-nav dl dd .nav-right .main-box .left .text ul li a strong {
	color: #ff0c0c
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right {
	width: 252px;
	float: left;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right .pic div.firstdiv {
	width: 228px;
	height: 194px;
	padding: 14px 12px 17px;
	position: relative;
	border-bottom: 1px solid #eeeeee;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right .pic div.firstdiv p {
	font-size: 14px;
	display: block;
	width: 228px;
	text-align: center;
	color: #ff1b28;
	line-height: 24px;
	position: absolute;
	left: 12px;
	top: 50px;
	z-index: 1000;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right .pic div.firstdiv img {
	position: absolute;
	width: 228px;
	height: 194px;
	left: 12px;
	top: 14px;
	z-index: 999;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right .pic div.firstdiv span {
	width: 228px;
	height: 32px;
	font-size: 12px;
	background: #ff1b28;
	position: absolute;
	left: 12px;
	bottom: 17px;
	z-index: 1000;
	display: block;
	text-align: center;
	color: #FFFFFF;
	line-height: 32px;
}
div.banner-nav .left-nav dl dd .nav-right .main-box .right .pic a.ad {
	display: block;
	padding-top: 16px;
	text-align: center;
}
.nav-box .box-con ul.nav-ul {
	float: left;
	overflow: hidden;
	width: 940px;
	position: relative;
	height: 47px;
}
.nav-box .box-con ul.nav-ul li {
	float: left;
	position: relative;
}
.nav-box .box-con ul.nav-ul li:first-child {
	margin-left: 20px;
}
.nav-box .box-con ul.nav-ul li a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	height: 47px;
	line-height: 47px;
	padding: 0 14px;
	border-bottom: 2px solid #fff
}
.nav-box .box-con ul.nav-ul li a:hover {
	color: #ff1b28;
	border-bottom: 2px solid #fff
}
.nav-box .box-con ul.nav-ul li a.current {
	color: #ff1b28;
}
.nav-box .box-con ul.nav-ul li a.tophot {
	background: url(../img/hot.gif) no-repeat right top;
}
.nav-box .box-con ul.nav-ul li.hm-nav {
	height: 68px;
	width: 135px;
	right: 65px;
	top: 0px;
	position: absolute;
}
.nav-box .box-con ul.nav-ul li.cy-nav {
	height: 68px;
	width: 135px;
	right: 65px;
	top: 2px;
	position: absolute;
}
.nav-box .box-con ul.nav-ul li .urgent {
	display: block;
	width: 27px;
	height: 16px;
	background: url(../img/urgent.png) no-repeat center;
	position: absolute;
	right: -10px;
	top: 3px
}
.phonenav {
	float: right;
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
}
.imgbot {
	width: 54px;
	height: 54px;
}
.menubox {
	width: 115px;
	display: none;
	position: absolute;
	top: 40px;
	right: 8px;
	z-index: 100;
}
.menubox span {
	display: block;
	height: 31px;
}
.menubox ul {
	display: block;
	width: 120px;
	margin: 0;
	padding: 0;
	background: url(../img/menu_bg.png) repeat-y;
}
.menubox ul li {
	width: 96px;
	margin: 0 auto;
	height: 44px;
	border-bottom: 1px solid #dedcdf;
}
.menubox ul li a {
	text-align: center;
	line-height: 44px;
	display: block;
	color: #1f1f1f;
	font-size: 14px;
}
.menubox ul li:last-child {
	border-bottom: none;
}
.banner-box {
	position: relative;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	width: auto;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}
/*banner右侧*/

.banrightbox {
	width: 1180px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -590px;
}
.banner-fc {
	height: 410px;
	right: 0%;
	position: absolute;
	top: 15px;
	width: 240px;
}
.banner-right {
	width: 240px;
	height: 400px;
	position: absolute;
	z-index: 990;
	right: 0px;
	top: 0px;
	background: url(../img/rightbf.png) repeat;
	;
}
.banner-right .box {
	padding: 16px 17px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 10px;
}
.banner-right .box:last-child {
	border-bottom: none
}
.banner-right .box p.name {
	font-size: 14px;
	color: #000;
	height: 16px;
	line-height: 16px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 5px solid #d60404;
	position: relative;
}
.banner-right .box p.name span.bhot {
	display: inline-block;
	width: 16px;
	height: 20px;
	position: absolute;
	top: -2px;
	left: 70px;
}
.banner-right .box p.list {
	font-size: 12px;
	color: #666;
	height: 28px;
	line-height: 28px;
	padding: 0px 0 0px 10px;
	background: url(../img/list_ico.png) center left no-repeat;
}
.banner-right .box p a {
	color: #666666;
}
.banner-right .box p a.more {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(../img/more.jpg) no-repeat;
	float: right;
	margin: 3px 5px;
}
.banner-right .box .zh-box {
	width: 207px;
	height: 32px;
	line-height: 32px;
	background: url(../img/searchbg.jpg) no-repeat;
}
.banner-right .box .zh-box input.zh-box {
	height: 32px;
	border: none;
	padding: 0 5px;
	width: 155px;
	background: none;
	float: left;
}
.banner-right .box .zh-box input.sb-box {
	height: 28px;
	border: none;
	padding: 0 5px;
	width: 185px;
}
.banner-right .box .s-btn {
	width: 40px;
	text-align: center;
	height: 32px;
	background: none;
	display: inline-block;
	float: left;
	cursor: pointer;
}
.kfbox {
	width: 205px;
	height: 104px;
	overflow: hidden;
	margin: 0 auto;
}
.kflist {
	width: 100%;
	height: 65px;
	overflow: hidden;
	position: relative;
}
.kflist ul li {
	width: 205px;
	height: 65px;
}
.kflist ul li span {
	display: inline-block;
	width: 65px;
	height: 65px;
	float: left;
}
.kflist ul li span img {
	width: 65px;
	height: 65px;
	border-radius: 65px;
}
.kfright {
	width: 128px;
	float: right;
}
.kfright h3 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 9px;
	height: 22px;
	overflow: hidden;
}
.kfright h3 em {
	font-style: normal;
	font-size: 12px;
	color: #999999;
}
.kfright a {
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	background: #fa4f4f;
}
.kfright a.zx {
	background: #d60404;
	margin-right: 4px;
}
.banner-right .box .hy-sel {
	padding: 0 4px;
	height: 28px;
	width: 197px;
	margin-top: -1px;
	border: 1px solid #ccc;
	position: relative;
	background: #fff url('../img/xjt.png') no-repeat right center;
	cursor: pointer;
	margin-bottom: 28px;
	border-radius: 0px 0px 4px 4px;
}
.banner-right .box .hy-sel input.n-val {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	color: #000;
	border: 0;
	outline: 0;
	background: none;
	cursor: pointer;
	position: absolute;
}
.banner-right .box .hy-sel ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 29px;
	overflow: hidden;
	background-color: #fff;
	max-height: 170px;
	overflow-y: auto;
	border: 1px solid #9ac1d9;
	border-top: 0;
	z-index: 9999999;
}
.banner-right .box .hy-sel ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	padding: 0 10px;
	cursor: pointer;
	font-size: 12px;
}
.banner-right .box .hy-sel ul li.on {
	background-color: #c1d8e4;
}
.banner-right .box .s-btn {
	width: 70px;
	text-align: center;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	background: #ff4c4c;
	display: inline-block;
	margin: 12px 0 5px;
	border-radius: 3px;
	margin-top: 32px;
}
.banner-right .box .s-btn:hover {
	background: #ff0000;
	color: #fff
}
 @-webkit-keyframes boxing {
 0% {
}
 100% {
width: 310px;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
margin-left: 0;
box-shadow: 3px 3px 3px 0px #ddd;;
}
}
 @-moz-keyframes boxing {
 0% {
}
 100% {
width: 310px;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
margin-left: 0;
box-shadow: 3px 3px 3px 0px #ddd;;
}
}
 @-ms-keyframes boxing {
 0% {
}
 100% {
width: 310px;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
margin-left: 0;
box-shadow: 3px 3px 3px 0px #ddd;;
}
}
 @keyframes boxing {
 0% {
}
 100% {
width: 310px;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
border-bottom: 1px solid #dbdbdb;
margin-left: 0;
box-shadow: 3px 3px 3px 0px #ddd;;
}
}
/* 下拉列表不可用样式 */

.select-button-disable {
	color: #ccc;
	width: 238px;
	height: 34px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	padding-left: 10px;
	overflow: hidden;
	text-align: left;
	outline: none;
}
.select-down-disable {
	color: #ccc;
	font-size: 18px;
	position: absolute;
	top: 0;
	right: 10px;
	line-height: 34px;
}
.banquan {
	height: 97px;
	width: 100%;
	text-align: center;
	color: #555555;
	font-size: 12px;
	padding: 20px 0 0;
}
.banquan p {
	line-height: 40px;
	font-size: 12px;
	color: #333333;
}
.banquan p a {
	font-size: 12px;
	color: #333333;
	margin: 0 10px;
}
.servicelist {
	display: none;
	width: 100%;
}
.servicelist li {
	width: 20%;
	float: left;
}
.servicelist li a {
	display: block;
	text-align: center;
}
.servicelist li a img {
	display: block;
	margin: 10px auto;
}
.servicelist li a span {
	font-size: 14px;
	color: #666666;
}
.phoneNews {
	display: none;
}
.carousel-inner {
	height: 430px;
}

.chanpin .box1 {
	text-align: center;
}
.chanpin .box1  img{
	margin-bottom: 20px;
	margin-top: 15px;
}
.chanpin .box1 p {
	padding-top: 5px;
	font-size: 14px;
	color: #999;
}
.chanpin .box1 h2 {
	color: #414141;
	font-size: 30px;
	padding: 12px 0 12px 0;
}
.chanpin .box1 h2 span {
	color: #ff1b28;
}
.chanpin .box2 {
	width: 100%;
	padding-bottom: 38px;
}
.pro-fl {
	height: 245px;
	width: 125px;
	background: #ff1b28;
	color: #fff;
	text-align: right;
	position: relative;
}
.pro-fl .pro-text {
	display: inline-block;
	width: 8px;
	height: 140px;
	background: url(../img/put-text_03.png) no-repeat;
	position: absolute;
	top: 39px;
	left: 42px;
}
.pro-fl span {
	font-size: 24px;
	display: inline-block;
	width: 26px;
	padding: 34px 40px 0 0;
	line-height: 26px;
}
.pro-list {
	width: 1054px;
	height: 245px;
	border-right: 1px solid #e5e5e5;
}
.pro-list li {
	float: left;
	width: 238.7px;
	border: 1px solid #e5e5e5;
	border-right: none;
	text-align: left;
	padding-left: 23px;
	position: relative;
	height: 243px;
}
.pro-text .pro-text2 {
	width: 48px;
	height: 28px;
	top: 17px;
	left: 205px;
}
.pro-list p {
	font-size: 16px;
	color: #777;
	line-height: 27px;
	padding: 28px 0 19px;
}
.pro-list p big {
	font-size: 20px;
	color: #777;
}
.pro-list .one input {
	width: 113px;
	height: 33px;
	background: none;
	border: 1px solid #ff1b28;
	color: #ff1b28;
	line-height: 33px;
	border-radius: 2px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.pro-list li em {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_021.png) no-repeat;
	position: absolute;
	right: -2px;
	bottom: 0px;
}
.pro-list .one input:hover {
	color: #fff;
	background-color: #ff1b28;
}
.pro-list .pro-text2 {
	display: block;
	width: 48px;
	height: 28px;
	position: absolute;
	background: url(../img/new-hot.png) no-repeat;
	top: 17px;
	left: 205px;
}
.pro-list li .pro-icon2 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_022.png) no-repeat;
	position: absolute;
	right: -2px;
	bottom: 0px;
}
.pro-list li .pro-icon3 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/img-01.jpg) no-repeat;
	position: absolute;
	right: 0px;
	bottom: -30px;
}
.pro-list li .pro-icon4 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_024.png) no-repeat;
	position: absolute;
	right: -5px;
	bottom: 0px;
}
.pro .pro-text {
	display: inline-block;
	width: 8px;
	height: 190px;
	background: url(../img/333.png) no-repeat;
	position: absolute;
	top: 39px;
	left: 42px;
}
.pro-list li .pro-icon5 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_028.png) no-repeat;
	position: absolute;
	right: -5px;
	bottom: 0px;
}
.pro-list li .pro-icon6 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_026.png) no-repeat;
	position: absolute;
	right: -5px;
	bottom: 0px;
}
.pro-list li .pro-icon7 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_025.png) no-repeat;
	position: absolute;
	right: -5px;
	bottom: 0px;
}
.pro-list li .pro-icon8 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_011.png) no-repeat;
	position: absolute;
	right: -30px;
	bottom: 0px;
}
.pro3 .pro-text {
	display: inline-block;
	width: 8px;
	height: 190px;
	background: url(../img/444.png) no-repeat;
	position: absolute;
	top: 39px;
	left: 42px;
}
.pro-list li .pro-icon9 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_029.png) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.pro-list li .pro-icon10 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_010.png) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.pro-list li .pro-icon11 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_027.png) no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.pro-list li .pro-icon12 {
	display: inline-block;
	width: 135px;
	height: 105px;
	background: url(../img/put-iocn_012.png) no-repeat;
	position: absolute;
	right: -3px;
	bottom: 0px;
}
/*公告  start*/
.gonggao{
	width: 100%;
    height: 40px;
    overflow: hidden;
}
.gonggao .xwtj{
    line-height: 40px;
}
.gonggao .xwtj span{
	float: left;
    background: url(../img/news_icon.png) 0 center no-repeat;
    text-indent: 20px;
    color: #ff1b28;
    margin-left: 80px;
    font-size: 15px;
    font-weight: bold;
    width: 100px;
}
.ggao_list{
	width: 878px;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-left: 36px;
}
.ggao_list ul{
	width: 4000px;
	position: absolute;
	left: 0;
	top: ;
}
.ggao_list ul li{
	float: left;
	font-size: 14px;
	width: 300px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 15px;
}
.ggao_list ul li a:hover{
	color:#ff1b28;
}
.ggao .ck{
	font-size: 14px;
	color: #333;
	padding-right: 30px;
}
.ggao .ck:hover{
	color: #0a6dbf;
}
.chanpin .two {
	text-align: center;
	font-size: 16px;
	width: 351px;
	height: 49px;
	background: #ff1b28;
	border-radius: 29px;
}
.chanpin .two input {
	background: none;
	font-size: 16px;
	color: #fff;
	line-height: 49px;
}
.gs-bg.flow-box {
	width: 100%;
	background-color: #f8f8f8;
	margin-top: 38px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.gs-bg.flow-box .box1 {
	margin-bottom: 20px;
	text-align: center;
}
.tt-i {
	display: block;
}
.tt-H2 {
	font-size: 30px;
	color: #414141;
	font-weight: bold;
	line-height: 32px;
	padding: 0px 0 20px;
	position: relative;
}
.tt-H2 b {
	color: #ff1b28;
}
.gs-bg.flow-box .box1 img{
	margin-top: 15px;
}

.flow-list li {
	float: left;
	width: 20%;
	text-align: center;
}
.flow-list li .five {
	display: inline-block;
	width: 105px;
	height: 154px;
	background: url(../img/7.png) no-repeat;
	margin-bottom: 15px;
}
.flow-list li i{
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
	-ms-transition: all 1.2s;
	-o-transition: all 1.2s;
}
.flow-list li:hover i {
	transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
.flow-list li p {
	font-size: 18px;
	line-height: 20px;
	color: #565656;
	padding-bottom: 23px;
}
.flow-list li input {
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	border: 1px solid #ff1b28;
	color: #ff1b28;
	background: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}





.flow-list li input:hover {
	color: #fff;
	background-color: #ff1b28;
}
.flow-list li .one {
	display: inline-block;
	width: 105px;
	height: 154px;
	background: url(../img/8.png) no-repeat;
	margin-bottom: 15px;
}
.flow-list li .two {
	display: inline-block;
	width: 105px;
	height: 154px;
	background: url(../img/9.png) no-repeat;
	margin-bottom: 15px;
}
.flow-list li .three {
	display: inline-block;
	width: 105px;
	height: 154px;
	background: url(../img/10.png) no-repeat;
	margin-bottom: 15px;
}
.flow-list li .four {
	display: inline-block;
	width: 105px;
	height: 154px;
	background: url(../img/11.png) no-repeat;
	margin-bottom: 15px;
}
.gs-bg.zs-box {
	background: url(../img/13.jpg) center top no-repeat;
	padding: 10px 0 0px;
	height:450px;
} 
.gs-bg.zs-box .box1 {
	text-align: center;
}
.gs-bg.zs-box .box1 .tt-i {
	font-size: 14px;
	color: #999;
}
.gs-bg.zs-box .box1 h2 {
	display: inline-block;
	text-align: center;
	font-size: 30px;
	color: #414141;
	font-weight: bold;
	line-height: 32px;
	padding: 0px 0 20px;
	position: relative;
}
.gs-bg.zs-box img{
	margin-top: 15px;
}
.zs-list{
	padding-left:110px;
}
.zs-list li {
	float: left;
	margin-right: 8px;
	width: 200px;
	height: 248px;
}
.text3 {
	margin-top: 30px;
	padding-left:105px;
}
.text3 li {
	height: 30px;
	line-height: 30px;
	float: left;
	padding: 0 25px;
	color: #777;
	font-size: 16px;
	width:160px;
}
.text3 .one {
	background: url(../img/3333.png) no-repeat left;
	
}
.text3 .two {
	background: url(../img/4444.png) no-repeat left;
}
.text3 .three {
	background: url(../img/6666.png) no-repeat left;
}
.text3 .four {
	background: url(../img/7777.png) no-repeat left;
}
.text3 .five {
	background: url(../img/8888.png) no-repeat left;
}
.text1 {
	height: 135px;
	margin-top: 30px;
	background: url(../img/banner-gg_02.png) no-repeat center;
}
.text4 {
	height: 135px;
	margin-top: 30px;
	background: url(../img/banner-gg_03.png) no-repeat center;
}
.in_lc {
	width: 100%;
	height: 480px;
	background: #fff;
	position: relative;
}
.in_lc .titlebox {
	text-align: center;
	padding: 50px 0 20px;
}
.in_lc .titlebox h3 {
	font-size: 30px;
	color: #414141;
}
.in_lc .titlebox p {
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.in_lc .titlebox i {
	text-align: center;
	display: block;
	background-color: #fff;
	width: 80px;
	height: 3px;
	margin: 0 auto;
	margin-top: 15px;
}
.eeee_l {
	width: 135px;
	float: left;
	position: relative;
	margin-right: 76px;
}
.eeee_l.jjj{
	margin-right:0px;
}
.eeee_l .circle {
	width: 135px;
	height: 135px;
	border: 1px solid #ff1b28;
	border-radius: 75px;
	color: #fff;
	text-align: center;
}
.eeee_l .circle i {
	width: 52px;
	height: 52px;
	background: url(../img/lc01.png) no-repeat center center;
	display: block;
	margin-left: 41.5px;
	margin-top: 41.5px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.eeee_l .circle:hover {
	background-color: #fff;
}
.eeee_l .circle:hover i {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.eeee_l u {
	width: 35px;
	height: 35px;
	background: #fff;
	border-radius: 32px;
	border: 1px solid #ff1b28;
	position: absolute;
	left: 5px;
	top: 5px;
	color: #ff1b28;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
	font-weight: 100;
}
.eeee_l h3 {
	font-size: 20px;
	color: #414141;
	text-align: center;
	font-weight: normal;
	line-height: 28px;
	margin: 18px 0 10px;
}
.eeee_l p {
	font-size: 13px;
	color: #777;
	line-height: 22px;
}
.eeee_l .circle .one {
	display: block;
	background: url(../img/lc01.png) no-repeat center center;
}
.eeee_l .circle:hover .one {
	background: url(../img/lc1.png) no-repeat center center;
}
.eeee_l .circle .two {
	display: block;
	background: url(../img/lc02.png) no-repeat center center;
}
.eeee_l .circle:hover .two {
	background: url(../img/lc2.png) no-repeat center center;
}
.eeee_l .circle .three {
	display: block;
	background: url(../img/lc03.png) no-repeat center center;
}
.eeee_l .circle:hover .three {
	background: url(../img/lc3.png) no-repeat center center;
}
.eeee_l .circle .four {
	display: block;
	background: url(../img/lc04.png) no-repeat center center;
}
.eeee_l .circle:hover .four {
	background: url(../img/lc4.png) no-repeat center center;
}
.eeee_l .circle .five {
	display: block;
	background: url(../img/lc05.png) no-repeat center center;
}
.eeee_l .circle:hover .five {
	background: url(../img/lc5.png) no-repeat center center;
}
.eeee_l .circle .six {
	display: block;
	background: url(../img/lc06.png) no-repeat center center;
}
.eeee_l .circle:hover .six {
	background: url(../img/lc6.png) no-repeat center center;
}
.server {
	background-color: #eee;
}
.serve-box {
	text-align: center;
	padding-top: 44px;
}
.serve-box .tt-H2 {
	font-size: 30px;
	color: #414141;
	font-weight: bold;
	line-height: 10px;
	padding: 6px 0 20px;
	position: relative;
}
.serve-box .tt-H2 font {
	display: inline-block;
	color: #ff1b28;
}
.serve-list {
	margin-top: 20px;
	padding-bottom: 40px;
}
.serve-list li {
	width: 25%;
	text-align: center;
	float: left
}
.serve-list li .one {
	display: inline-block;
	width: 105px;
	height: 105px;
	background: url(../img/0-1.png) no-repeat center;
}
.serve-list li p {
	font-size: 18px;
	line-height: 20px;
	color: #ff1b28;
	padding: 20px 0 33px;
}
.serve-list li input {
	width: 138px;
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	border: 1px solid#ff1b28;
	color: #ff1b28;
	background: none;
}
.serve-list li:hover input {
	color: #fff;
	background-color: #ff1b28;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}
.serve-list li:hover .one {
	background: url(../img/0-22.png) no-repeat center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.serve-list li:hover p {
	color: #ff1b28;
}
.serve-list li .two {
	display: inline-block;
	width: 105px;
	height: 105px;
	background: url(../img/0-2.png) no-repeat center;
}
.serve-list li:hover .two {
	background: url(../img/0-33.png) no-repeat center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.serve-list li .three {
	display: inline-block;
	width: 105px;
	height: 105px;
	background: url(../img/0-3.png) no-repeat center;
}
.serve-list li:hover .three {
	background: url(../img/0-44.png) no-repeat center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.serve-list li .four {
	display: inline-block;
	width: 105px;
	height: 105px;
	background: url(../img/0-4.png) no-repeat center;
}
.serve-list li:hover .four {
	background: url(../img/0-55.png) no-repeat center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.abboxt {
	height: 80px;
	font-size: 30px;
	color: #414141;
	font-weight: bold;
	line-height: 100px;
	text-align: center;
}
.ccc {
	color: #999;
	font-size: 14px;
	text-align: center;
}
.gybk {
	width: 1200px;
	padding-top: 30px;
	margin:0 auto;
}
.gybox {
	position: absolute;
	overflow: hidden;

}
.gybox img {
	position: absolute;
}
.gybox a {
	display: block;
	text-decoration: none;
}
.gybox1 {
	width: 55%;
	position: absolute;
	overflow: hidden;
}
.gybox1 img {
	width: 100%;
	height: auto;
}
.gybox2 {
	width: 45%;
	position: absolute;
	left: 55%;
}
.gybox2-1 {
	border-left: 4px solid #FFFFFF;
	margin-bottom: 4px;
	background: #ff1b28;
	overflow: hidden;
	position: relative;
}
.gybox2-1 img {
	border-right: 1px solid #FFFFFF;
	height: 100%;
	width: auto;
}
.gybox2-2 {
	border-left: 4px solid #FFFFFF;
	background: #ff1b28;
	overflow: hidden;
	position: relative;
}
.gybox2-2 img {
	border-left: 1px solid #FFFFFF;
	height: 100%;
	width: auto;
	right: 0;
}
.gybox1d {
	background: #ff1b28;
	position: absolute;
	right: 0;
}
.gybox1d2 {
	background: #ff1b28;
	position: absolute;
	bottom: 0;
}
.gybox2d {
	position: absolute;
	right: 0;
}
.gybox3d {
	position: absolute;
	left: 0;
}
.gybox span {
	display: block;
	height: 60px;
	font-size: 24px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	padding-top: 50px;
}
.gybox1d2 span {
	padding-top: 20px;
}
.gybox font {
	display: block;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
.gybox1d2 p {
	display: none;
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
	margin: 0 auto;
	padding-top: 5px;
}
.gybox1d2 p img {
	width: 100%;
	position: static;
}
/*.gybk end*/
.news_center {
	margin-top: 30px;
	margin-bottom: 50px;
}
.news_center .one {
	width: 100%;
}
.one .news_center_content {
	float: left;
}
.one .news_center_list_title {
	font-size: 16px;
	color: #333;
	margin: 25px 0;
}
.one .news_center_list_title a:hover {
	color: #ff1b28;
}
.news_center_list_img img {
	width: 360px;
	height: 135px;
}
.one .news_center_content ul{
	overflow: hidden;
}
.one .news_center_content ul .rdwt,.one .span4 ul .rdwt,.one .span5 ul .rdwt {
	height:30px; 
	line-height: 30px;
	margin-bottom: 4px;
}
.one .news_center_content ul .rdwt a:hover, .one .span4 ul .rdwt a:hover, .one .span5 ul .rdwt a:hover {
	color: #ff1b28;
}
.one .news_center_content ul .rdwt a, .one .span4 ul .rdwt a, .one .span5 ul .rdwt a {
	text-align: left;
	color: #777;
	font-size: 14px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../img/056.png) left center no-repeat;
	padding: 3px 0 3px 15px;
}
.one .news_center_content ul .rdwt span, .one .span4 ul .rdwt span, .one .span5 ul .rdwt span {
	text-align: right;
	float:right;
	display: inline-block;
	padding-left: 40px;
	font-size: 12px;
	color: #ccc;
}
.one .span4 {
	float: left;
	margin-left: 55px;
}
.one .span5 {
	float: left;
	margin-left: 55px;
}
.one ul {
	padding-right: 16px;
}
.one .news_center_list_title a {
	padding-right: 4px;
}
/*.news_center end*/
.in_kehu {
	width: 100%;
	height: 500px;
	position: relative;
	background: #f3f3f3;
	padding-bottom: 40px;
}
.in_kehu .box1 {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}
.in_kehu .box1 h2 {
	font-size: 30px;
	color: #414141;
}
.in_kehu .box1 p {
	padding-top: 10px;
	font-size: 14px;
	color: #999;
}
.in_kehu .items li {
	padding: 31px;
	width: 148px;
	height: 98px;
	float: left;
	background-color: #fff;
	margin: 0 34px 23px 0;
}
.in_kehu .items li img:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
.in_kehu .items li img {
	width: 128px;
	height: 54px;
	margin-top: 22px;
	margin-left: 11px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.foot_link {
	width: 100%;
	border-top: 1px solid #fff;
	padding: 10px 0;
	background: #ff1b28;
}
.foot_link .linkbox {
	line-height: 30px;
}
.foot_link .linkbox span {
	font-size: 16px;
	color: #fff;
}
.foot_link .linkbox a {
	font-size: 14px;
	color: #fff;
	margin: 0 10px;
}
.footer{

	color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;

}
.footer .main .list{
	float: left;
    overflow: hidden;
    margin-left: -80px;
    margin-right: 100px;
}
.footer .main .list h2{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	margin-bottom: 15px;
}
.footer .main .list ul li a{
	font-size: 12px;
}
.footer .main .list ul li a:hover{
	color: #fff;
}
.footer .main .list section{
	float: left;
	margin-left: 110px;
}
.footer .main .list .one{
	margin-left:80px;
}
.footer .main .telphone{
	float:left;
	width: 220px;
}
.footer .main .telphone span{
	font-size: 12px;
	color: #999;
	display: block;
}
.footer .main .telphone em{
	font-size: 30px;
    display: block;
    color: #fff;
    margin: 7px 0;
    font-style: normal;
}
.footer .main .erweima{
	float: right;
    background: url(../img/home_123.jpg) no-repeat center top;
    padding-top: 125px;
    text-align: center;
    width: 125px;
    line-height: 40px;
    position: relative;
    margin-right: 34px;
}
.dibu {
	text-align: center;
	line-height: 24px;
	background: #fff;
	font-size: 14px;
	overflow: hidden;
	color: #777;
	padding: 12px 0;
}
.dibu a {
	color: #777;
}
.dibu span {
	color: #ff6600;
}
.dibu span a {
	color: #ff6600;
}
.go-jion {
    width: 295px;
    height: 50px;
    display: block;
    margin: 30px auto;
    border-radius: 50px;
    background: #56b1f5;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}


section.floor-3 {
    width: 100%;
    height: 570px;
    background: url(../img/ico_8.png) no-repeat center;
    overflow: hidden
}

section.floor-3 div.title {
    font-size: 30px;
    color:#414141;
    margin-top: 72px;
    text-align: center;
	font-weight:bold;
}


section.floor-3 div.title tt-i{
font-size:14px;
color:#999;
margin:10px auto;
}

section.floor-3 div.title tt-i img
{
margin-top: 15px;
}

section.floor-3 div.wapper {
    margin-top: 10px;
    text-align: center
}

section.floor-3 div.wapper div.item {
    width: 370px;
    display: inline-block;
    margin: 0 13px;
	background:#56B1F5;
}

section.floor-3 div.wapper div.item div.title-1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px
}

section.floor-3 div.wapper div.item div.line {
    width: 100%;
    height: 1px;
    background: #f39d48;
    margin-bottom: 4px
}

section.floor-3 div.wapper div.item div.item-1 {
    width: 100%;
    height: 225px;
    background: rgba(243, 157, 72, 0.2)
}

section.floor-3 div.wapper div.item div.item-1 div.inner {
    padding-top: 20px
}

section.floor-3 div.wapper div.item div.item-1 div.inner div.item-2 {
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 16px;
	padding-left:20px;
}

section.floor-3 div.wapper div.item div.bg-f {
    background: rgba(255, 255, 255, 0.2)
}

.dsbk {
    text-align: center;
    color:#56B1F5;
    font-size: 15px;
    margin-top: 30px;
}


.box-fanwei .con ul li .img {
    background: #0d102c;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
.dbfd {
    z-index: 999999;
    width: 100%;
    position: fixed;
    _position: absolute;
    bottom: 0px;
    _bottom: 0px;
    _margin-top: expression(this.style.pixelHeight+document.documentElement.scrollTop);
    height: 48px;
    background: rgba(150, 144, 144, 0.84);
    padding: 6px 0 6px 8px;
    text-align: center;
}
.dbfd {
   text-align: center;
}

.dbfd input {
    background: #FFF url(../img/dbfd_dianh_tb.png) no-repeat;
    width: 255px;
    height: 47px;
    margin-right: 20px;
    padding: 0 50px;
    font-size: 18px;
    height: 47px;
    color: #989696;
    font-family: "Microsoft Yahei",;
}


/*左侧动图*/
        @keyframes warn {
            0% {
                transform: scale(0.3);
				-webkit-transform: scale(0.3);
                opacity: 0.0;
            }
            25% {
                transform: scale(0.3);
				-webkit-transform: scale(0.3);
                opacity: 0.1;
            }
            50% {
                transform: scale(0.5);
				-webkit-transform: scale(0.5);
                opacity: 0.3;
            }
            75% {
                transform: scale(0.8);
				-webkit-transform: scale(0.8);
                opacity: 0.5;
            }
            100% {
                transform: scale(1);
				-webkit-transform: scale(1);
                opacity: 0.0;
            }
        }
        @keyframes warn1 {
            0% {
                transform: scale(0.3);
				-webkit-transform: scale(0.3);
                opacity: 0.0;
            }
            25% {
                transform: scale(0.3);
				-webkit-transform: scale(0.3);
                opacity: 0.1;
            }
            50% {
                transform: scale(0.3);
				-webkit-transform: scale(0.3);
                opacity: 0.3;
            }
            75% {
                transform: scale(0.5);
				-webkit-transform: scale(0.5);
                opacity: 0.5;
            }
            100% {
                transform: scale(0.8);
				-webkit-transform: scale(0.8);
                opacity: 0.0;
            }
        }
        @-webkit-keyframes "warn" {
            0% {
				transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 0.0;
            }
            25% {
				transform: scale(0);
                -webkit-transform: scale(0);
                opacity: 0.1;
            }
            50% {
				transform: scale(0.1);
                -webkit-transform: scale(0.1);
                opacity: 0.3;
            }
            75% {
				transform: scale(0.5);
                -webkit-transform: scale(0.5);
                opacity: 0.5;
            }
            100% {
				transform: scale(1);
                -webkit-transform: scale(1);
                opacity: 0.0;
            }
        }

        .container {
            position: relative;
            width: 40px;
            height: 40px;
            /*border: 1px solid #000;*/
        }
        /* 淇濇寔澶у皬涓嶅彉鐨勫皬鍦嗗湀  */
        .dot {   
            background:url(../img/1-2.png);  
            cursor:pointer;      
            position: absolute;
            width: 92px;
            height: 92px;
            left: 130px;
            top: -10px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border: 2px solid #f3360c;
            border-radius: 50%;
            z-index: 2;
        }
        /* 浜х敓鍔ㄧ敾锛堝悜澶栨墿鏁ｅ彉澶э級鐨勫渾鍦�  */
        .pulse {
            position: absolute;
            width: 320px;
            height: 320px;
            left: -122px;
            top: -120px;
            border: 6px solid #f3360c;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
            -webkit-animation: warn 2s ease-out;
            -moz-animation: warn 2s ease-out;
            animation: warn 2s ease-out;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            box-shadow: 1px 1px 30px #f3360c;

        }
        .pulse1 {
            position: absolute;
            width: 320px;
            height: 320px;
            left: 2px;
            top: 2px;
            border: 6px solid #f3360c;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            z-index: 1;
            opacity: 0;
            -webkit-animation: warn1 2s ease-out;
            -moz-animation: warn1 2s ease-out;
            animation: warn1 2s ease-out;
            -webkit-animation-iteration-count: infinite;
            -moz-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            box-shadow: 1px 1px 30px #f3360c;
        }
           .a1{
            position:fixed;
            left:0px;
            top:50%;
            _position:absolute;
            _top:expression(eval(document.documentElement.scrollTop+104));
            z-index:10000;
        }
		/*左侧动图结束*/
		
	
	/*首页问答获客*/
	.jqr_gt {
    margin: 20px auto;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

.jqr_gttable {
    font-size: 0;
}

.jqr_gttable_top {
    height: 40px;
    width: 1162px;
    border: 1px solid #FC0001;
}

.jqr_gttable_top p {
    font-size: 18px;
    color: #323232;
    font-weight: 700;
    margin: 8px 40px;
}

.jqr_gttable_top p {
    font-size: 18px;
    color: #323232;
    font-weight: 700;
    margin: 8px 40px;
}

.jqr_gttable_top p span {
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #ffad00;
    border-radius: 50%;
}

.jqr_gttable ul {
    height: 50px;
}

.jqr_gttable li {
    display: inline-block;
    height: 50px;
    width: 388px;
    box-sizing: border-box;
    border-left: 1px solid #FC0001;
    border-bottom: 1px solid #FC0001;
	border-right: 1px solid #FC0001;
    vertical-align: top;
}

.jqr_gttable li span {
    display: inline-block;
    width: 210px;
    font-size: 16px;
    color: #323232;
    text-align: right;
    line-height: 48px;
}

.jqr_gttable li a {
    display: inline-block;
}

.jqr_gttable li img {
    margin-left: 25px;
    vertical-align: bottom;
}

.fl_pop_form {
    position: fixed;
    top: 40%;
    left: 40%;
    display: none;
    z-index: 99999;
    width: 400px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #ED533B;
}

.fl_pop_ttl {
    color: #fff;
    background-color: #ED533B;
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
}

.fl_pop_ttl div {
    float: right;
    cursor: pointer;
    width: 26px;
    height: 26px;
    margin: 5px;
    border-radius: 50%;
    background: #fff url(../img/close.png) no-repeat 3px 3px;
    background-size: 20px 20px;
}
.fl_pop_items {
    padding: 20px;
    text-align: center;
}
.fl_pop_input_phone {
    width: 300px;
    height: 30px;
    border: 1px solid #ED533B;
    padding: 0 10px;
    margin: 10px 0;
}
.fl_pop_submit {
    position: relative;
}
.fl_pop_input_secode {
    width: 170px;
    height: 30px;
    border: 1px solid #f4a100;
    padding: 0 10px;
    margin: 10px 0;
}
float_pop_secode {
    display: inline;
    width: 123px;
    height: 32px;
    vertical-align: middle;
}
.float_pop_secode img {
    width: 20px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;

}
.cwts {
    display: none;
    color: #F44336;
    text-align: left;
    position: absolute;
    left: 20px;
    top: 40px;
}
.fl_pop_btn_normal {
    display: inline-block;
    width: 320px;
    height: 30px;
    background-color: #ED533B;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    line-height: 30px;
	cursor:pointer;
}
/*首页问答获客结束*/