body {
	overflow-x: hidden;
	overflow-y: auto
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
	margin: 0
}

input,button,ul,ol {
	margin: 0;
	padding: 0
}

body,input,button,form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei","宋体","Arial";
	color: #333
}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: normal
}

ul,ol,li {
	list-style: none
}

input {
	background: 0;
	border: 0 none
}

img,iframe {
	border: 0
}

em,i {
	font-style: normal
}

button,input,select,textarea {
	font-size: 100%;
	outline: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.red {
	color: #ba292e
}

.fl {
	float: left
}

.fr {
	float: right
}

.tac {
	text-align: center
}

.tar {
	text-align: right
}

.poa {
	position: absolute
}

.por {
	position: relative
}

.hidden {
	display: none
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}

.ico {
	background: url(../image/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #044DAB;
	text-decoration: none
}

a:visited {
	text-decoration: none
}

.ease,.ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms
}

.noease,.noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

:-moz-placeholder {
	color: #aaa
}

::-moz-placeholder {
	color: #aaa
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #aaa
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #aaa
}

.clearfix {
	*zoom: 1
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.top_main {
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: relative;
	z-index: 80;
	background-color: #f2f2f2;
	color: #333;
	font-size: 12px
}

.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px
}

.top_main li a {
	color: #333;
	cursor: pointer
}

.top_main li a:hover {
	color: #044DAB
}

.top_main .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0
}

.header_center {
	width: 1200px;
	margin: 0 auto;
	height: 126px
}

.header_center h1 {
	float: left;
	margin-top: 20px
}

.header_center h2 {
	float: left;
	padding: 5px 0;
	margin-top: 35px;
	padding-left: 20px;
	border-left: 1px solid #d2d2d2;
	font-size: 24px;
	color: #044dab;
	margin-left: 20px;
	font-weight: bold;
	line-height: normal
}

.header_center h2 em {
	display: block;
	font-size: 15px;
	color: #666;
	margin-top: 5px;
	font-weight: normal
}

.header_center .phone {
	overflow: hidden;
	float: right;
	margin-top: 45px;
	padding-left: 55px;
	background: url(../image/phone.png) no-repeat left center;
	line-height: normal
}

.header_center .phone p {
	font-size: 13px;
	color: #666
}

.header_center .phone span {
	display: block;
	font-size: 22px;
	color: #ce0001
}

.nav_main {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #044DAB;
	position: relative;
	z-index: 3
}

.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	position: relative
}

.nav_main .nav {
	width: 1200px;
	margin: 0 auto
}

.nav_main .nav li {
	float: left;
	width: 153px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center
}

.nav_main .nav li:first-child {
	background: 0
}

.nav_main .nav li:first-child.hover {
	background-color: #ce0001
}

.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px
}

.nav_main .nav li a:hover,.nav_main .nav li a.hover,.nav_main .nav li #hover2 {
	background: #ce0001
}

.nav_main .nav dl {
	width: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 12
}

.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-webkit-transform: translate3d(0,10px,0)
}

.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0)
}

.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	border-top: 1px solid #e5e5e5;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%
}

.nav_main .nav dl dd:first-child {
	border: 0
}

.nav_main .nav dl dd a {
	color: #666;
	font-size: 14px;
	padding: 0;
	width: 100%;
	text-align: center
}

.nav_main .nav dl dd a:hover,.nav_main .nav dl dd a.hover {
	background: #044DAB;
	color: #fff
}

.nav_main .nav dl dd .three {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-webkit-transform: translate3d(-10px,0,0)
}

.nav_main .nav dl dd:hover .three {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0)
}

.nav_main .nav dl dd .three {
	position: absolute;
	left: 141px;
	top: 4px;
	padding-left: 20px;
	color: #666;
	z-index: 10;
	background: url(../image/menu_bg.png) 12px 10px no-repeat
}

.nav_main .nav dl dd .three a {
	color: #666;
	width: 140px;
	font-size: 14px;
	background: #fff;
	text-align: center;
	display: block;
	height: 39px;
	line-height: 39px;
	border-top: 1px solid #e5e5e5;
	transition: ease-in-out .2s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.nav_main .nav dl dd .three a:first-child {
	border-top: 0
}

.nav_main .nav dl dd .three a:hover {
	background: #044DAB;
	color: #fff
}

#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	margin: 0 auto
}

#banner_main .banner {
	height: 600px
}

#banner {
	width: 100%;
	min-width: 1000px;
	position: relative;
	overflow: hidden;
	z-index: 0
}

#banner,.banner ul {
	max-height: 600px;
	overflow: hidden
}

.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	display: none
}

.banner li:first-child {
	display: block
}

.banner li img {
	width: 1920px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -960px;
	top: 0
}

#banner .tip {
	width: 1000px;
	height: 20px;
	line-height: 0;
	font-size: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -500px;
	bottom: 42px;
	z-index: 3
}

#banner .tip span {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background-position: -150px 0
}

#banner .tip span.cur {
	background-position: -130px 0
}

#banner #btn_prev,#banner #btn_next {
	width: 32px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 5
}

#banner #btn_prev {
	background-position: -60px 0;
	left: 12%;
	transition: all 600ms ease
}

#banner #btn_next {
	background-position: -92px 0;
	right: 12%;
	transition: all 600ms ease
}

#banner #btn_prev:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	left: 11.6%
}

#banner #btn_next:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 600ms ease;
	right: 11.6%
}

.search_div {
	width: 100%;
	height: 60px;
	border-bottom: 1px dashed #d9d9d9
}

.ser {
	width: 1200px;
	height: 60px
}

.search {
	float: right;
	width: 310px;
	height: 40px;
	margin-top: 10px;
	background: #f3f3f3;
	border-radius: 5px
}

.search_tow {
	border: 0;
	width: 150px;
	color: #777;
	font-size: 13px;
	padding-left: 10px;
	height: 40px;
	background: 0
}

.search_button {
	background: url(../image/btn.png) no-repeat center center;
	cursor: pointer;
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	border: 0
}

#SearchType {
	width: 60px;
	height: 30px;
	line-height: 30px;
	border: 0;
	color: #fff;
	text-indent: 8px;
	background: #044dab;
	border-radius: 5px;
	margin: 5px 0 0 6px
}

.search {
	position: relative
}

.sea_key {
	float: left;
	width: 800px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: url(../image/ser01.png) no-repeat left center
}

.sea_key a {
	color: #777;
	margin: 0 5px
}

.sea_key a:hover {
	color: #e60212
}

.sea_key span {
	color: #2b2b2b;
	margin-left: 20px
}

.link {
	overflow: hidden;
	width: 100%;
	padding-bottom: 20px
}

.link .linkbox {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 25px 20px;
	border: 1px solid #dbdbdb;
	line-height: normal
}

.link .linkbox h3 {
	float: left;
	font-size: 18px
}

.link h3 a {
	color: #044dab;
	font-weight: bold
}

.link h3 em {
	color: #999;
	margin-left: 5px
}

.link ul {
	overflow: hidden;
	float: right;
	width: 1050px
}

.link li {
	float: left;
	white-space: nowrap;
	margin: 5px 15px;
	font-size: 13px
}

.link li a {
	color: #666
}

.footer {
	overflow: hidden;
	width: 100%;
	background-color: #26272a
}

.footer .f_nav {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background-color: #313236
}

.footer .f_nav ul {
	overflow: hidden;
	width: 100%
}

.footer .f_nav li {
	float: left;
	font-size: 14px;
	height: 48px;
	border-top: 2px solid #313236;
	background: url(../image/nav_b.png) right center no-repeat;
	line-height: 48px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.footer .f_nav li a {
	width: 150px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center
}

.footer .f_nav li:last-child {
	background: 0
}

.footer .f_nav li:hover {
	border-color: #dd0201
}

.footer .f_nav li:hover a {
	color: #dd0201
}

.footer .f_center {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto
}

.footer .f_center h2 {
	float: left;
	margin-top: 55px
}

.footer .f_center .info {
	overflow: hidden;
	float: left;
	margin-top: 55px;
	margin-left: 35px
}

.footer .f_center .info p {
	font-size: 14px;
	color: #c3c3c3;
	line-height: 32px
}

.footer .f_center .ewm {
	overflow: hidden;
	float: right;
	margin-left: 20px;
	margin-top: 55px;
	text-align: center
}

.footer .f_center .ewm img {
	display: block;
	margin-bottom: 10px
}

.footer .f_center .ewm em {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #c3c3c3
}

.footer .f_btm {
	overflow: hidden;
	width: 100%;
	height: 40px;
	border-top: 1px solid #313236;
	margin-top: 40px
}

.footer .f_btm p {
	line-height: 40px;
	color: #858585;
	font-size: 13px
}

.footer .f_btm p a {
	color: #858585
}

.footer .f_btm .container>a {
	float: right;
	margin-top: 12px;
	color: #858585;
	font-size: 13px
}

.index .indexTit {
	width: 1200px;
	text-align: center;
	font-size: 0;
	padding-top: 30px
}

.index .indexTit div {
	display: inline-block;
	height: 44px; 
	position: relative;
	line-height: 100%;
	font-size: 30px;
	color: #383838
}

.index .indexTit div i {
	font-family: 'Arial';
	color: #044dab
}

.index .indexTit div:before {
	content: '';
	width: 55px;
	height: 3px; 
	position: absolute;
	bottom: -1px;
	left: 0
}

.index .indexTit span {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin: 15px 0;
	font-size: 18px;
	color: #666
}

.index .indexTit b {
	display: inline-block;
	height: 46px;
	line-height: 46px
}

.index .indexTit .ad {
	width: 240px;
	border-radius: 3px;
	background-color: #ce0001;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	margin-right: 25px
}

.index .indexTit .adl {
	font-size: 24px;
	text-align: left;
	color: #044dab
}

.index .tab {
	text-align: center;
	padding-top: 30px
}

.index .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #044DAB;
	font-size: 18px;
	display: inline-block;
	margin: 0 20px;
	color: #fff
}

.index .tab a:hover {
	background: #044DAB
}

.index .more {
	margin-top: 40px
}

.index .more .line {
	display: block;
	width: 500px;
	height: 1px;
	margin-top: 24px;
	background: #ccc
}

.index .more .look_more {
	display: block;
	width: 198px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #ccc;
	transition: all .5s
}

.index .more .look_more:hover {
	background: #044DAB;
	color: #fff;
	transition: all .5s;
	border: 1px solid #044DAB
}

.index #floor_1_main {
	height: 816px;
	background: #f6f6f6
}

#floor_2_main {
	background: #fff
}

#floor_2_main .floor_2 {
	padding-bottom: 45px
}

#floor_2_main .cpter {
	width: 1200px;
	height: 110px;
	padding-top: 10px;
	position: relative;
	z-index: 3
}

#floor_2_main .cpterft {
	background: url(../image/cp02.png) no-repeat center center;
	width: 280px;
	height: 100px;
	float: left
}

#floor_2_main .cpterft P {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-indent: 98px;
	margin-top: 25px
}

#floor_2_main .cpterft span {
	display: block;
	font-size: 12px;
	color: #f3a4a7;
	text-indent: 98px
}

#floor_2_main .cpter ul {
	float: left;
	width: 920px
}

#floor_2_main .cpter ul li {
	float: left;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px
}

#floor_2_main .cpter ul li>a {
	display: block;
	width: 174px;
	height: 45px;
	background: #044dab;
	text-align: center;
	line-height: 45px;
	font-size: 15px;
	color: #fff
}

#floor_2_main .cpter ul li>a:hover {
	background: #ce0001
}

#floor_2_main .cpter ul li>div {
	width: 174px;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 1000
}

#floor_2_main .cpter ul li>div {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	-webkit-transform: translate3d(0,10px,0)
}

#floor_2_main .cpter ul li>div:before {
	content: '';
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent #333 transparent;
	border-width: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -10px
}

#floor_2_main .cpter ul li>div>a {
	background: #333;
	display: block;
	width: 174px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	border-bottom: 1px solid #222
}

#floor_2_main .cpter ul li>div>a:nth-child(1) {
	margin-top: 10px
}

#floor_2_main .cpter ul li:hover div {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0)
}

#floor_2_main .cpter ul li>div>a:hover {
	background: #ce0001
}

#floor_2_main .cpter ul li.cpp1>a {
	background: #ce0001
}

#floor_2_main .proCenter .list {
	width: 106%
}

#floor_2_main .proCenter .list li {
	float: left;
	width: 380px;
	height: 355px;
	margin-top: 30px;
	margin-right: 30px;
	background: #ececec;
	transition: all .5s
}

#floor_2_main .proCenter .list li a {
	display: block;
	padding: 38px 30px 0 30px
}

#floor_2_main .proCenter .list li img {
	width: 320px;
	height: 240px
}

#floor_2_main .proCenter .list li .tit {
	height: 56px;
	font-size: 20px;
	text-align: center
}

#floor_2_main .proCenter .list li:first-child {
	margin-left: 0
}

#floor_2_main .proCenter .list li .title {
	margin-top: 12px
}

#floor_2_main .proCenter .list li .tit {
	color: #333
}

#floor_2_main .proCenter .list li em {
	width: 100px;
	height: 26px;
	background: url("../image/em.png") no-repeat;
	transition: all .5s
}

#floor_2_main .proCenter .list li:hover {
	background: #044DAB
}

#floor_2_main .proCenter .list li:hover .tit {
	color: #fff
}

#floor_2_main .proCenter .list li:hover em {
	width: 100px;
	height: 26px;
	background: url("../image/em1.png") no-repeat;
	transition: all .5s
}

#floor_2_main .proCenter .list li:hover img {
	-webkit-filter: brightness(105%);
	filter: brightness(105%)
}

.index_slip {
	height: 180px;
	background: url("../image/ixbannerbg1.png") no-repeat center center
}

.index_slip .slip_tit {
	width: 772px
}

.index_slip .slip_tit .tit1 {
	padding-top: 50px;
	font: bold 32px "microsoft yahei";
	color: #64c5ff
}

.index_slip .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff
}

.index_slip .slip_btn {
	display: block;
	margin-left: 124px;
	margin-top: 64px;
	width: 202px;
	height: 57px;
	background: url("../image/ixbanner-btn.png") no-repeat;
	font: bold 20px "microsoft yahei";
	line-height: 56px;
	text-align: center;
	color: #10479f
}

.index_slip1 {
	background: url("../image/ixbannerbg.jpg") no-repeat center center
}

.index_slip1 .slip_tit {
	width: 900px
}

.index_slip1 .slip_btn {
	margin-left: 94px
}

.index_slip .slip_btn:hover {
	background: url("../image/ixbanner-btn1.png") no-repeat
}

.index_slip1 .slip_btn:hover {
	background: url("../image/ixbanner-btn1.png") no-repeat
}

.advantage_bg {
	width: 100%;
	background: url(../image/advantage_bg.jpg)
}

.advantage {
	width: 1220px;
	margin: 0 auto;
	padding-top: 80px
}

.advantage_con {
	width: 1220px;
	margin-top: 100px
}

.advantage_con>li {
	width: 580px;
	height: 370px;
	float: left;
	position: relative;
	margin-right: 40px;
	margin-bottom: 20px;
	overflow: hidden
}

.advantage_con>li .li1 {
	display: block;
	width: 580px;
	height: 160px;
	border-bottom: 1px dashed #DDD;
	margin-bottom: 29px
}

.advantage_con>li .li1 .li1_top {
	padding-left: 80px;
	height: 64px;
	background: url(../image/advantage_num.png) no-repeat left center;
	position: relative;
	overflow: hidden
}

.advantage_con>li .li1 .li1_top b {
	display: block;
	font-size: 22px;
	color: #044dab;
	font-weight: 400;
	line-height: 64px;
	 
}

.advantage_con>li .li1 .li1_top span {
	display: block;
	font-size: 14px;
	color: #ce0001;
	line-height: 30px
}

.advantage_con>li .li1 .li1_top i {
	display: block;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0
}

.advantage_con>li .li1 .li1_con {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 20px
}

.advantage_con>li .li2 {
	width: 580px;
	height: 350px;
	white-space: nowrap;
	font-size: 0
}

.advantage_con>li .li2 li {
	width: 580px;
	height: 350px;
	display: inline-block
}

.advantage_con>li .li2_arrow {
	width: 40px;
	height: 70px;
	background-color: #044dab;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer
}

.advantage_con>li .li2_arrow:hover {
	background-color: #ce0001
}

.advantage_con>li .li2_arrow.arrow_lf {
	left: 0;
	background-image: url(../image/advantage_arrow1.png)
}

.advantage_con>li .li2_arrow.arrow_rg {
	right: 0;
	background-image: url(../image/advantage_arrow2.png)
}

.advantage_con>li .pic {
	background: url(../image/advantage_li3_bg.png) no-repeat center bottom;
	position: relative;
	overflow: hidden;
	height: 350px;
	width: 580px;
	z-index: 2;
	margin: 0 auto 0
}

.advantage_con>li .pic ul {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.advantage_con>li .pic ul li {
	position: absolute;
	z-index: 2;
	top: 30px;
	left: 334px;
	opacity: .8;
	filter: alpha(opacity:90)
}

.advantage_con>li .pic ul li img {
	position: relative;
	top: 0;
	left: 0;
	width: 210px;
	height: 150px
}

.advantage_con>li .pic ul .pic1 {
	top: 30px;
	left: 63px;
	z-index: 3;
	opacity: .9;
	filter: alpha(opacity:90)
}

.advantage_con>li .pic ul .pic2 {
	top: 0;
	left: 174px;
	z-index: 4;
	opacity: 1;
	filter: alpha(opacity:100)
}

.advantage_con>li .pic ul .pic3 {
	top: 30px;
	left: 334px;
	z-index: 3;
	opacity: .9;
	filter: alpha(opacity:90)
}

.advantage_con>li .pic ul .pic1 img {
	width: 210px;
	height: 150px
}

.advantage_con>li .pic ul .pic2 img {
	width: 297px;
	height: 212px
}

.advantage_con>li .pic ul .pic3 img {
	width: 210px;
	height: 150px
}

.advantage_con>li .prev {
	width: 25px;
	height: 46px;
	position: absolute;
	top: 105px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 33;
	left: 0;
	background-image: url(../image/advantage_arrow3.png)
}

.advantage_con>li .next {
	width: 25px;
	height: 46px;
	position: absolute;
	top: 105px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 33;
	right: 0;
	background-image: url(../image/advantage_arrow4.png)
}

#floor_4_main {
	background: #f6f6f6;
	padding-bottom: 45px;
	padding-top: 15px
}

#floor_4_main .proCase {
	position: relative;
	margin-top: 45px
}

#floor_4_main .proCase .list {
	width: 106%
}

#floor_4_main .proCase .list li {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 480px;
	margin-right: 30px;
	border: 1px solid #ddd;
	background: #fff;
	transition: all ease 600ms
}

#floor_4_main .proCase .list li a {
	display: block;
	padding: 30px;
	padding-bottom: 80px
}

#floor_4_main .proCase .list li a img {
	display: block;
	width: 320px;
	height: 240px
}

#floor_4_main .proCase .list li .title {
	margin-top: 20px
}

#floor_4_main .proCase .list li .tit {
	font-size: 20px;
	color: #333
}

#floor_4_main .proCase .list li .cont {
	margin-top: 12px;
	font-size: 14px;
	color: #333
}

#floor_4_main .proCase .list li .view_detail {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	width: 120px;
	height: 32px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	background: #044DAB;
	color: #fff
}

#floor_4_main .proCase .list li:hover {
	border: 1px solid #044DAB;
	background: #044DAB;
	transition: all ease 600ms
}

#floor_4_main .proCase .list li:hover .tit {
	color: #fff
}

#floor_4_main .proCase .list li:hover .cont {
	color: #c1d4f1
}

#floor_4_main .proCase .list li:hover .view_detail {
	background: #fff;
	color: #044DAB
}

#floor_4_main .proCase .hd {
	position: absolute;
	width: 100%
}

#floor_4_main .proCase .hd .prev {
	width: 42px;
	height: 42px;
	background-position: 0 -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	left: -80px;
	transition: all ease 600ms
}

#floor_4_main .proCase .hd .next {
	width: 42px;
	height: 42px;
	background-position: -126px -60px;
	cursor: pointer;
	position: absolute;
	top: -200px;
	right: -80px;
	transition: all ease 600ms
}

#floor_4_main .proCase .hd .prev:hover {
	background-position: -42px -60px;
	transition: all ease 600ms
}

#floor_4_main .proCase .hd .next:hover {
	background-position: -84px -60px;
	transition: all ease 600ms
}

.about {
	height: 520px;
	background: url(../image/com_bg.jpg) no-repeat top center;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.about .w1200 {
	position: relative
}

.about .img {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -170px;
	z-index: 10;
	display: block;
	width: 520px;
	height: 340px;
	background: #FFF
}

.about .img img {
	width: 100%;
	height: 100%
}

.about-con {
	padding: 30px 110px 30px 30px;
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 30px;
	width: 760px;
	height: 455px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify
}

.about-con h2 {
	border-bottom: 2px solid #044dab;
	margin: 0 0 20px;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #044dab
}

.about-con p {
	text-indent: 2em
}

.hh_news {
	position: relative;
	width: 1200px;
	padding: 30px 0;
	margin: 0 auto
}

.hh_newscon {
	float: left;
	width: 570px
}

.hh_title {
	border-bottom: 1px solid #ccc;
	height: 45px;
	margin-bottom: 20px
}

.hh_title h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	color: #ccc
}

.hh_title h3 span {
	font-size: 22px;
	display: inline-block;
	margin-right: 10px;
	border-bottom: 2px solid #044dab;
	height: 44px;
	color: #444
}

.hh_titlemore {
	float: right;
	line-height: 45px
}

.hh_imga {
	float: left;
	margin-right: 20px
}

.hh_newsfirstcon h3 {
	font-size: 18px;
	line-height: 42px
}

.hh_newsfirstcon h3 a {
	color: #444;
	font-weight: bold
}

.hh_newsfirstcon h3 a:hover {
	color: #044DAB;
	text-decoration: none
}

.hh_newsfirstcon p {
	font-size: 14px;
	color: #666;
	line-height: 1.5em
}

.hh_newsfirstcon p a {
	color: #444
}

.hh_newsfirstcon p a:hover {
	color: #044DAB;
	text-decoration: none
}

.hh_newsul {
	display: block;
	margin-top: 15px
}

.hh_newsul li {
	display: block;
	padding-left: 25px;
	background: url(../image/index_49.jpg) 8px 13px no-repeat;
	font-size: 14px;
	line-height: 32px
}

.hh_newsdate {
	float: right;
	color: #ccc;
	font-size: 12px
}

.zhengshu {
	overflow: hidden
}

.zhengshu .zsbox {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px
}

.zhengshu .zsbox i {
	display: block;
	width: 41px;
	height: 41px;
	cursor: pointer;
	position: absolute;
	top: 105px
}

.zhengshu .zsbox .btn01 {
	background: url(../image/hezuo__btn01.png) no-repeat center top;
	left: 0
}

.zhengshu .zsbox .btn02 {
	background: url(../image/hezuo__btn02.png) no-repeat center top;
	right: 0
}

.zhengshu .zsbox i:hover {
	background-position: bottom
}

.zhengshu .zswin {
	overflow: hidden;
	width: 1100px;
	height: 315px;
	margin: 0 auto;
	position: relative
}

.zhengshu .zswin ul {
	overflow: hidden;
	position: absolute
}

.zhengshu .zswin li {
	float: left;
	background-color: #fff;
	margin: 0 10px
}

.zhengshu .zswin li img {
	display: block;
	width: 350px;
	height: 255px
}

.zhengshu .zswin li span {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	line-height: 40px;
	color: #333
}

.zhengshu .zswin il a {
	display: block;
	text-decoration: none
}

.nybanner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	position: relative
}

.nybanner img {
	width: 1920px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0
}

.submian {
	padding-bottom: 30px
}

.submian .sobtitle {
	height: 30px;
	line-height: 30px;
	padding: 10px 0 10px;
	margin-bottom: 20px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1
}

.submian .sobtitle s {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-position: -129px -30px
}

.submian .sobtitle a {
	font-size: 14px;
	color: #333
}

.submian .sobtitle a:hover {
	color: #044DAB
}

.submian .sobtitle a.now {
	color: #044DAB;
	font-size: 14px;
	font-weight: bold
}

.submian .sobtitle a.now:hover {
	text-decoration: underline
}

.submian .subleft {
	width: 245px
}

.submian .subleft .title {
	background: #044dab;
	height: 90px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 10px 10px 0 0
}

.submian .subleft .title h2 {
	line-height: 90px;
	text-align: center;
	font-size: 24px;
	font-weight: bold
}

.submian .subleft .title i {
	font-size: 16px;
	color: #fff
}

.submian .subleft .bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0 0
}

.submian .subleft .bor9 {
	border-bottom: 0
}

.submian .subleft .lefta {
	width: 245px
}

.submian .subleft .lefta .comt {
	background: #fff;
	position: relative;
	border: 1px solid #eaeaea;
	border-bottom: 0
}

.submian .subleft .lefta .comt ul {
	border: 0;
	padding: 11px 12px 12px 14px
}

.submian .subleft .lefta .comt ul li a {
	background: #fff;
	border-bottom: 1px #bfbfbf dashed;
	line-height: 45px;
	height: 45px;
	display: block;
	padding-left: 25px;
	font-size: 16px;
	font-weight: 100
}

.submian .subleft .lefta .comt ul li:last-child a {
	border-bottom: 0
}

.submian .subleft .lefta .comt ul li .box {
	padding: 10px 0;
	display: none
}

.submian .subleft .lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0
}

.submian .subleft .lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: 0
}

.submian .subleft .lefta .comt ul li:hover a,.submian .subleft .lefta .comt ul li.hover a {
	color: #044DAB
}

.submian .subleft .lefta .comt ul li.hover a {
	color: #044DAB
}

.submian .subleft .lefta .comt ul li.hover .box a {
	background: 0;
	font-weight: normal
}

.submian .subleft .lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold
}

.submian .subleft .lefta .comt1 ul li a {
	background: #fff url(../image/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px
}

.submian .subleft .lefta .comt1 ul li .box {
	padding: 10px 0;
	display: none
}

.submian .subleft .lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0
}

.submian .subleft .lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: 0
}

.submian .subleft .lefta .comt1 ul li:hover a,.submian .subleft .lefta .comt1 ul li.hover a {
	background: #044DAB url(../image/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.submian .subleft .lefta .comt1 ul li.hover a {
	background: #044DAB url(../image/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.submian .subleft .lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: 0
}

.submian .subleft .lefta .comt ul li .boxlist li {
	line-height: 30px
}

.submian .subleft .lefta .comt ul li .boxlist li a {
	font-size: 12px;
	height: 30px;
	padding-left: 45px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px #bfbfbf dashed
}

.submian .subleft .lefta .comt ul li .boxlist li a:hover,.submian .subleft .lefta .comt ul li .boxlist li a.hover {
	color: #044DAB
}

.submian .subleft .lefta .comt ul li.hover .boxlist {
	display: block
}

.submian .subright .anlitopH4 {
	background: #fff
}

.submian .subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px
}

.submian .subright .anlitopH4 span {
	border-left: 5px solid #044DAB;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #044DAB;
	font-weight: bold;
	font-size: 14px
}

.submian .subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: 0;
	margin-bottom: 10px;
	padding: 15px
}

.submian .subright .divanli ul {
	width: 105%;
	height: 185px
}

.submian .subright .divanli ul li {
	float: left;
	margin-left: 10px
}

.submian .subright .divanli ul li:first-child {
	margin-left: 0
}

.submian .subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4
}

.submian .subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px
}

.submian .subright .divanli ul li a:hover img {
	border-color: #007eb9
}

.submian .subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold
}

.submian .subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: 0;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff
}

.submian .subright .divremmnews ul {
	width: 100%;
	overflow: hidden
}

.submian .subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc
}

.submian .subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden
}

.submian .subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}

.submian .subright .divremmnews ul li a:hover {
	color: #044DAB
}

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px
}

.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left
}

.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold
}

.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px
}

.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 10px
}

.map_ul .list-inline a:hover {
	background: #044DAB;
	color: #fff
}

.submian .subleft .adv {
	margin-bottom: 10px;
	background: #000
}

.submian .subleft .adv a img {
	display: block;
	width: 100%
}

.submian .subleft .adv a:hover img {
	opacity: .9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9
}

.submian .subleft .leftnews {
	margin-bottom: 10px
}

.submian .subleft .leftnews .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 0
}

.submian .subleft .leftnews .leftnewscomt {
	background: #fff;
	padding: 10px
}

.submian .subleft .leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden
}

.submian .subleft .leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px
}

.submian .subleft .leftnews .phone {
	overflow: hidden;
	width: 170px;
	padding: 20px 0;
	padding-left: 75px;
	border-radius: 10px 10px 0 0;
	background: url(../image/pro_phone.png) no-repeat 20px center;
	background-color: #044dab
}

.submian .subleft .leftnews .phone p {
	font-size: 16px;
	color: #fff
}

.submian .subleft .leftnews .phone b {
	display: block;
	font-size: 24px;
	color: #fff;
	font-family: 'Times New Roman'
}

.submian .subleft .leftnews .leftcont {
	background: #fff;
	padding: 10px;
	border: 1px solid #eaeaea
}

.submian .subleft .leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #044DAB;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2
}

.submian .subleft .leftnews .leftcont span {
	line-height: 24px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2
}

.submian .subright {
	width: 920px;
	padding-bottom: 20px;
	line-height: 28px
}

.submian .subright .aboutlist {
	color: #666
}

.submian .subright img {
	max-width: 920px
}

.submian .subright .newslist .textlist li {
	padding: 25px 0 25px;
	height: 110px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	margin-bottom: 25px
}

.submian .subright .newslist .textlist li a {
	display: block;
	cursor: pointer
}

.submian .subright .newslist ul li a img {
	width: 147px;
	float: left;
	margin-right: 18px;
	border: 1px solid #eee;
	height: 110px;
	display: block
}

.submian .subright .newslist ul li a .txt {
	color: #888;
	line-height: 24px;
	font-size: 12px
}

.submian .subright .newslist .textlist li a p {
	height: 40px;
	line-height: 40px
}

.submian .subright .newslist .textlist li a b {
	color: #044DAB;
	font-size: 14px
}

.submian .subright .newslist .textlist li a:hover b {
	color: #044DAB
}

.submian .subright .newslist .textlist li a i {
	color: #999;
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
	font-size: 12px
}

.submian .subright .newslist .textlist li a span {
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: block;
	color: #666
}

.submian .subright .newslist .textlist2 li {
	height: 40px;
	line-height: 40px
}

.submian .subright .newslist .textlist2 li a {
	display: block
}

.submian .subright .newslist .textlist2 li s {
	width: 4px;
	height: 4px;
	display: inline-block;
	vertical-align: middle;
	background: #007eb9;
	margin-right: 10px;
	border-radius: 100%
}

.submian .subright .newslist ul li a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8
}

.submian .subright .newslist ul li a:hover p b {
	text-decoration: underline
}

.submian .subright .newslist ul li a:hover span {
	color: #777
}

.submian .subright .caselist ul li {
	padding: 20px 0;
	border-bottom: 1px dotted #c2c2c2;
	height: 176px
}

.submian .subright .caselist ul li a {
	display: block
}

.submian .subright .caselist ul li a img {
	width: 220px;
	height: 162px;
	display: block;
	border: 7px solid #e2e2e2
}

.submian .subright .caselist ul li a .txt {
	width: 470px;
	float: left;
	padding-left: 20px
}

.submian .subright .caselist ul li a .txt p {
	height: 40px;
	line-height: 40px;
	color: #007eb9;
	font-size: 14px;
	font-weight: bold
}

.submian .subright .caselist ul li a .txt i {
	color: #666;
	padding-bottom: 10px;
	display: block
}

.submian .subright .caselist ul li a .txt span {
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	display: block;
	color: #666
}

.submian .subright .caselist ul li a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	border-color: #007eb9
}

.submian .subright .caselist ul li a:hover p {
	text-decoration: underline
}

.submian .subright .caselist ul li a:hover span {
	color: #777
}

.submian .subright .mess {
	background: #fff;
	padding: 0 40px 30px;
	width: 596px;
	margin-left: 80px
}

.submian .subright .mess h1 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px
}

.submian .subright .mess p {
	text-align: center;
	padding-bottom: 30px
}

.submian .subright .mess .left li {
	margin-bottom: 15px;
	float: left;
	margin-right: 10px
}

.submian .subright .mess .left label {
	width: 150px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: 0;
	color: #044DAB;
	font-size: 16px;
	float: left;
	border-radius: 3px 0 0 3px;
	border: 1px solid #044DAB
}

.submian .subright .mess .left input {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 21px;
	line-height: 21px;
	padding: 11px 10px;
	width: 404px;
	color: #666;
	border-radius: 0 3px 3px 0;
	outline: 0
}

.submian .subright .mess .left select {
	border: 1px solid #ccc;
	border-left: none;
	float: left;
	height: 45px;
	line-height: 45px;
	width: 424px;
	color: #666;
	border-radius: 0 3px 3px 0;
	outline: 0;
	text-indent: 10px
}

.submian .subright .mess .right {
	float: left;
	width: 585px;
	padding-top: 10px;
	*padding-top: 20px
}

.submian .subright .mess .right input,.submian .subright .mess .right a {
	width: 40%;
	margin-right: 2%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	border: 0;
	background: #044DAB;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	transition: ease-in-out .2s;
	float: left
}

.submian .subright .mess .right a {
	color: #333;
	background: #fc0;
	float: right
}

.submian .subright .mess .right a:hover {
	background: #cda503
}

.submian .subright .mess .right input:hover {
	background: #2bba72
}

.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0
}

.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px
}

.honorlist ul.list li.item a:hover img {
	opacity: .8
}

.honorlist ul.list li.item a:hover span {
	color: #044dab
}

.honorlist ul.list li.item span {
	width: 284px;
	height: 45px;
	color: #555;
	margin: 1px;
	margin-top: 0;
	text-align: center;
	display: block;
	line-height: 45px;
	background: #fff;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
	padding-bottom: 0
}

.list_imgH ul.list li.item {
	width: 286px;
	margin-right: 30px
}

.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #a0a0a0
}

.list_imgH ul.list li.item a:hover {
	background: #044DAB
}

.list_imgH ul.list li.item img {
	display: block;
	width: 284px;
	height: 213px
}

.item_mask {
	width: 284px;
	height: 213px;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5,0.5);
	transform: rotateX(180deg) scale(0.2,0.2);
	transition: all ease-out .5s
}

.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0 -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1
}

.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1,1);
	transform: rotateX(0deg) scale(1,1);
	transition: all 1s cubic-bezier(.23,1,.38,1) 0s;
	background: rgba(0,0,0,0.3)
}

.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100)
}

.submian .t {
	padding: 0 0 25px;
	color: #044DAB;
	font-size: 18px
}

.submian .t2 {
	padding: 25px 0;
	color: #044DAB;
	font-size: 24px
}

.formData {
	padding-bottom: 20px
}

.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative
}

.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666
}

.formData .item input {
	outline: 0;
	line-height: 38px;
	height: 38px;
	font-size: 18px
}

.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: 0;
	padding-left: 70px;
	border: 0 none;
	color: #666
}

.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #f00;
	z-index: 11
}

.formData .item.mr0 {
	margin-right: 0
}

.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0
}

.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left
}

.formData .liuyan label {
	text-align: right;
	display: block
}

.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: 0;
	resize: none;
	display: block;
	outline: 0
}

.formData .bot {
	width: 100%
}

.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #044DAB;
	margin-right: 2px;
	text-align: center;
	background: #044DAB;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms
}

.formData .sub:hover {
	background: 0;
	color: #044DAB
}

.formData .yzm .txt {
	padding-left: 80px
}

.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0;
	display: block
}

.submian .subright .thumblist .list {
	padding-bottom: 20px
}

.submian .subright .thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s
}

.submian .subright .thumblist .item a {
	display: block
}

.submian .subright .thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer
}

.submian .subright .thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all .3s ease-out 0s
}

.submian .subright .thumblist .item a:hover img {
	transform: scale(1.1,1.1)
}

.submian .subright .thumblist .item .txt {
	width: 680px;
	cursor: pointer
}

.submian .subright .thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.submian .subright .thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0
}

.submian .subright .thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px
}

.submian .subright .thumblist .item .txt p {
	color: #666;
	line-height: 25px
}

.submian .subright .thumblist .item .txt p span {
	display: inline-block;
	color: #044DAB;
	padding-left: 10px
}

.submian .subright .thumblist .item a:hover .txt h3 {
	color: #044DAB
}

.submian .subright .thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0,0,0,0.2)
}

.reLink {
	height: 38px;
	border: 1px solid #ccc;
	margin: 10px auto 10px;
	padding: 0 10px
}

.reLink .prevLink,.reLink .nextLink {
	height: 38px;
	line-height: 38px
}

.reLink .prevLink a,.reLink .nextLink a {
	height: 38px;
	line-height: 38px
}

.reLink .prevLink a:hover,.reLink .nextLink a:hover {
	color: #044DAB
}

.reLink .prevLink {
	float: left
}

.reLink .nextLink {
	float: right
}

.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	font-weight: bold
}

.submian .subright .conBox .ArticleMessage {
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	text-align: center
}

.submian .subright .conBox .ArticleMessage span:first-child {
	margin-left: 0
}

.submian .subright .conBox .ArticleMessage span {
	color: #999;
	margin-left: 14px;
	font-size: 12px
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
	float: left;
	margin-top: 5px
}

.submian .subright .conBox .ArticleTencont {
	padding: 5px 0 20px 0;
	line-height: 28px;
	overflow: hidden;
	color: #666;
	font-size: 14px
}

.submian .subright .showproduct .ArticleTencont img {
	max-width: 100%
}

.submian .subright .conBox .ArticleTencont img {
	max-width: 100%
}

.field_down {
	text-align: left
}

.field_down a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #0267ac;
	color: #fff;
	display: block;
	text-align: center
}

.toolbar {
	width: 50px;
	position: fixed;
	right: 1%;
	top: 44%;
	z-index: 999
}

.toolbar dd {
	width: 50px;
	height: 50px;
	margin-bottom: 1px;
	position: relative;
	background: url(../image/black20.png) repeat 0 0;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.toolbar dd i {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%
}

.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 7px 0 0 7px;
	background: url(../image/rightFixIcon.png) no-repeat 0 0
}

.toolbar dd.gottop {
	display: none
}

.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 50px;
	top: 0;
	right: 0;
	overflow: hidden;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s
}

.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -51px;
	background: #044DAB;
	display: none
}

.toolbar .pop-code {
	width: 160px
}

.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0
}

.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap
}

.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal
}

.toolbar .qq span {
	background-position: 0 -47px
}

.toolbar .qq a {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: block
}

.toolbar .qq:hover {
	background: #044DAB
}

.toolbar .tel span {
	background-position: 0 0
}

.toolbar .tel:hover {
	background: #044DAB
}

.toolbar .code span {
	background-position: 0 -95px
}

.toolbar .code:hover {
	background: #044DAB
}

.toolbar .top span {
	background-position: 0 -142px
}

.toolbar .top:hover {
	background: #044DAB
}

.subright .searchList {
	border-top: 1px solid #ddd
}

.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd
}

.subright .searchList li:first-child {
	border-top: 0
}

.subright .searchList li:hover a h2 {
	color: #044DAB;
	font-weight: bold
}

.leftprocomt {
	padding: 10px;
	border: 1px solid #eaeaea
}

.leftprocomt li a {
	display: block;
	color: #666;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.leftprocomt li a:hover {
	color: #044DAB
}

@font-face {
	font-family:didot;src:url('https://www.17sucai.com/2024/7/40hix14934/skin/font/didot.eot');src:url(https://www.17sucai.com/2024/7/40hix14934/skin/css/skin/font/didot.eot?')format('embedded-opentype'), /* IE6-IE8 */url('https://www.17sucai.com/2024/7/40hix14934/skin/font/didot.woff') format('woff'), /* Modern Browsers */url('https://www.17sucai.com/2024/7/40hix14934/skin/font/didot.ttf') format('truetype'), /* Safari, Android, iOS */url(https://www.17sucai.com/2024/7/40hix14934/skin/css/skin/font/didot.svg') format('svg')
}

.HS10,.HS15 {
	overflow: hidden;
	clear: both
}

.HS10 {
	height: 10px
}

.HS15 {
	height: 15px
}

.Hidden {
	display: none
}

.Clearer {
	display: block;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0
}

.FlLeft {
	float: left
}

.FlRight {
	float: right
}

.MainBg {
	width: 920px;
	margin: 0 auto
}

.OriginalPicBorder {
	padding: 0
}

#OriginalPic {
	width: 920px;
	overflow: hidden;
	position: relative;
	font-size: 12px
}

#OriginalPic img {
	display: block;
	min-width: 100px;
	margin: 0 auto
}

.CursorL {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	left: 0;
	cursor: url(https://www.17sucai.com/2024/7/40hix14934/skin/images/CurL.cur),auto;
	background: url(https://www.17sucai.com/2024/7/40hix14934/skin/images/space.png) repeat scroll 0 0 transparent
}

.CursorR {
	position: absolute;
	z-index: 999;
	width: 50%;
	height: 600px;
	color: #FFF;
	right: 0;
	cursor: url(https://www.17sucai.com/2024/7/40hix14934/skin/images/CurR.cur),auto;
	background: url(https://www.17sucai.com/2024/7/40hix14934/skin/images/space.png) repeat scroll 0 0 transparent
}

.SliderPicBorder {
	width: 100%;
	overflow: hidden
}

.ThumbPicBorder {
	width: 920px;
	margin: 0 auto;
	background: #eee;
	overflow: hidden;
	position: relative
}

.ThumbPicBorder #btnPrev {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 20px
}

.ThumbPicBorder #btnNext {
	width: 45px;
	height: 113px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px
}

.ThumbPicBorder .pic {
	width: 755px;
	overflow: hidden;
	position: relative;
	margin: 20px auto
}

#ThumbPic img {
	border: 3px solid #ddd;
	cursor: pointer;
	background-color: #ddd;
	margin: 0 5px;
	width: 135px;
	height: 108px;
	display: block;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

#ThumbPic img.active {
	border: 3px solid #044DAB
}