﻿html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form, textarea {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "Arial Black";
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	display: block;
	margin: 0;
	padding: 0;
}
em, i, strong {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #fff;
}
* {
	padding: 0px;
	margin: 0px
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0;
}
b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*链接*/
a {
	text-decoration: none;
	color: #333;
	background: transparent;
	outline: none
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #0060b4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*表单*/
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%; /* Correct font size not being inherited in all browsers. */
	margin: 0; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
	vertical-align: baseline; /* Improve appearance and consistency in all browsers */
*vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button, select {
	text-transform: none;
}
input {
	line-height: normal;
	border: none;
}
/*其它*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dd {
	margin: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
.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;
}
/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #F00 !important;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
/*top*/
.header_main {
	background: #fff;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}
.header_main span {
	color: #666;
	display: inline-block;
	margin-right: 10px;
}
.header_main b {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	color: #666;
}
.header_main .ksdh {
	color: #666;
+width: 300px;
}
.header_main .ksdh li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}
.header_main .ksdh .split {
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	vertical-align: middle;
	margin: 0;
}
.header_main .ksdh a {
	color: #666;
	display: inline-block;
	font-size: 12px;
}
.header_main .ksdh a:hover {
	color: #0060b4;
}
.top_main {
	width: 100%;
}
.top_main .top {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top_main .logo {
	display: block;
}
.top_main .logo img {
	display: block;
}
.top .toprig {
	width: 300px;
	padding-top: 6px;
}
.top .toprig .item {
	width: 190px;
	padding-top: 12px;
}
.top .toprig .item span {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
}
.top .toprig .item h3 {
	font-size: 18px;
	font-weight: bold;
}
.top .toprig .item p {
	color: #666;
	line-height: 15px;
}
.top .toprig .it1 span {
	background-position: -100px 0;
}
.top .toprig .it2 span {
	background-position: -148px 0;
}
.top .toprig .it3 span {
	background-position: -194px 0;
}
.top .toprig .it4 {
	text-align: right;
	width: 230px;
	padding-top: 0;
}
.top .toprig .item i {
	display: block;
	font-size: 16px;
	color: #666;
}
.top .toprig .item h4 {
	font-family: "AvantGardeITVbyBT Book", arial;
	display: block;
	font-size: 30px;
	color: #0060b4;
	font-weight: bold;
}
/*导航*/
.nav_main {
width: 100%;
    height: 60px;
    background: #0060b4;
    position: relative;
    z-index: 12;
}
#nav ul {
	margin: 0 auto;
	width: 100%;
}
#nav li {
	float: left;
	width: 170px;
	display: block;
	list-style: none;
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	position: relative;
	margin: 0;
	background: url(../images/nav_line.png) no-repeat right center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#nav li:last-child {
	background: none;
}
#nav li a {
	display: block;
	text-align: center;
	position: relative;
	color: #fff;
	height: 60px;
}
#nav li:hover a, #nav li.hover a {
	color: #fff;
}
#nav li:hover, #nav li.hover {
	background: #CA2F2B url(../images/nav_line.png) no-repeat right center;
}
#nav li:last-child:hover, #nav li:last-child.hover {
	background: #CA2F2B;
}
/*导航栏下拉*/
#nav ul .subnav {
	background: #fff;
	border-top: 2px solid #043387;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 199;
}
#nav ul .subnav {
	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 ul li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav ul .subnav a {
	color: #666;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 22px;
	height: 22px;
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
	max-width: 100%;
	border-bottom: 1px solid #eee;
}
#nav ul .subnav a:hover {
	color: #043387;
	padding-left: 20px;
	background: #f9f9f9;
}
/*侧边导航*/
/* banner */
#banner_main {
	overflow: hidden;
	position: relative;
	z-index: 2; padding-top:190px;
}
#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;
}
.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: 20px;
	z-index: 3;
}
#banner .tip span {
	height: 5px;
	margin: 0 2px;
	width: 50px;
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	background: #fff;
	opacity: .6;
	filter: Alpha(opacity=60);
*zoom:1;
}
#banner .tip span.cur {
	background-color: #0060b4;
	opacity: 1;
	filter: Alpha(opacity=100);
}
#banner #btn_prev, #banner #btn_next {
	width: 40px;
	height: 90px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -45px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
#banner #btn_prev {
	background-position: 0 0;
	left: 5%;
}
#banner #btn_next {
	background-position: -50px 0;
	right: 5%;
}
#banner #btn_prev:hover {
	background-position: 0 -98px;
}
#banner #btn_next:hover {
	background-position: -50px -98px;
}
/*搜索栏*/
.announ_main {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #eee;
}
.announ_main .announ_right {
	width: 282px;
	padding-top: 20px;
}
.announ_main .announ_right .search {
	width: 282px;
	height: 35px;
	line-height: 35px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f6f6f6;
	position: relative;
}
.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 35px;
	line-height: 35px;
}
.announ_main .announ_right .search .txt {
	width: 200px;
	background: none;
	padding-left: 15px;
	display: block;
	color: #999;
}
.announ_main .announ_right .search .btn {
	width: 50px;
	background: url(../images/sou.png) no-repeat center #0060b4;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.announ_main .announ_right .search .btn:hover {
	background-color: #CA2F2B;
}
.announ_main .announ_left span {
	display: inline-block;
}
.announ_main .announ_left a {
	display: inline-block;
	padding: 0 10px 0 0;
}
.announ_main .announ_left a s {
	width: 1px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: #e9e9e9;
	vertical-align: middle;
}
.announ_main .announ_left a:first-child s {
	display: none;
}
/*banner end*/
.transs {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.index .title {
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
	padding-top:30px;
}
.index .title h3 {
	font-size: 28px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	background: url(../images/title.png) no-repeat center;
}
.index .title p {
	color: #666;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 20px;
}
.index .title h3 b {
	display: inline-block;
	font-weight: normal;
	color: #0060b4;
}
.index .tab {
	text-align: center;
	padding-bottom: 30px; overflow:hidden
}

.index .tab li{ float:left}


.index .tab  .act a {
	color: #fff;
	background:#CA2F2B;
}



.index .tab li a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #0060b4;
	font-size: 18px;
	display: inline-block;
	margin: 0 11px;
	color: #fff;
}



.index .tab a {
	padding: 0 16px;
	height: 40px;
	line-height: 40px;
	background: #0060b4;
	font-size: 18px;
	display: inline-block;
	margin: 0 11px;
	color: #fff;
}

.index .tab li a:hover {
	color: #fff;
	background:#CA2F2B;
}
.index .floor_1_main {
	background: url(../images/flo1.jpg) repeat-x left bottom #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.ipro {
	position: relative;
}
.ipro .bd {
	overflow: hidden;
}


.ipro .item {
	float: left;
	width: 290px;
	display: block;
	margin-bottom: 25px;
	margin-right: 25px;
	position: relative;
}
.ipro .item:nth-child(3), .ipro .item:nth-child(6), .ipro .item:nth-child(9), .ipro .item:nth-child(12){ margin-right:0px;}


.center img{ margin:15px auto;}
.ipro .item a {
	display: block;
	position: relative;
}
.ipro .item a.img {
	width: 100%;
	height: 218px;
	overflow: hidden;
	position: relative;
}
.ipro .item img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	height: 100%;
	display: block;
}
.ipro .item:hover img {
	transform: scale(1.06, 1.06);
}
.ipro .item a.txt {
	border: 1px solid #ddd;
	background: #fff;
	height: 68px;
	line-height: 68px;
	position: relative;
	border-top: 0 none;
}
.ipro .item h3 {
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
}
.ipro .item em {
	right: 30px;
	top: 28px;
	width: 10px;
	height: 16px;
	background-position: -248px 0;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ipro .item:hover h3 {
	padding-left: 25px;
}
.ipro .item:hover em {
	background-position: -268px 0;
}
.ipro .item:hover .txt {
	background: #0060b4;
	color: #fff;
	border: 1px solid #0060b4;
	border-top: 0 none;
}
.item_mask {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	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: -100px -156px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom:1;
}
.ipro .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);
}
.ipro .item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
a.btn {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 28%;
	cursor: pointer;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
a.btn.prev {
	background-position: -100px -50px;
	left: -5%;
}
a.btn.next {
	background-position: -190px -50px;
	right: -5%;
}
a.btn.prev:hover {
	background-position: -145px -50px;
}
a.btn.next:hover {
	background-position: -236px -50px;
}
.index .floor_5_main {
	background: url(../images/flo5.jpg) no-repeat center top;
	height: 818px;
	overflow: hidden;
}
.index .floor_2, .index .floor_3 {
	padding: 20px 0 40px 0;
	position: relative;
}
.index .icase {
	overflow: hidden;
}
.index .icase .list {
	zoom: 1;
	width: 119%;
}
.index .icase .list li {
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
	width: 386px;
}
.index .icase .list li .img {
	width: 386px;
	height: 290px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}
.index .icase .list li .img img {
	width: 386px;
	transition: .9s;
	-moz-transition: .9s;
	-webkit-transition: .9s;
	-o-transition: .9s;
	height: 290px;
}
.index .icase .list li .img .on {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	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
}
.index .icase .list li .img .on i {
	width: 65px;
	height: 65px;
	background-position: -150px -147px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
}
.index .icase .list li .p {
	background: #0060b4;
	color: #fff;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
}
.index .icase .list li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index .icase .list li:hover .on {
	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);
}
.xunpan {
	width: 100%;
	background: url(../images/xunpan.jpg) no-repeat center top;
	height: 176px;
}
.xunpan .zixun {
	width: 200px;
	height: 40px;
	padding: 5px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: 0;
	top: 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.xunpan .zixun a {
	width: 188px;
	height: 38px;
	line-height: 38px;
	display: block;
	margin: 0 auto;
	color: #125d27;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #125d27;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.xunpan .zixun:hover {
	animation: flipInY 1.2s ease-out forwards;
	-webkit-animation: flipInY 1.2s ease-out forwards;
}
.xunpan img {
	display: block;
	padding-top: 40px;
	max-width: 100%;
	padding-bottom: 20px;
}
.xunpan .tel {
	width: 310px;
	background: url(../images/telbg.png) no-repeat left top;
	height: 40px;
	line-height: 40px;
	color: #125927;
	font-size: 30px;
	text-align: center;
	margin-right: 5px;
	font-family: arial;
	display: inline-block;
	text-indent: 14px;
}
.xunpan strong {
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	padding-right: 10px;
	font-family: "You Yuan";
}
.floor_3_main {
	background: #222;
	overflow: hidden;
}
.floor_3 .title {
	color: #fff;
}
.floor_3 .title p {
	color: #fff;
}
.liuc {
	position: relative;
}
.liuc .bd {
	overflow: hidden;
	width: 100%;
*zoom: 1;
	position: relative;
}
.liuc li {
	float: left;
}
.liuc li .jtou {
	width: 120px;
	height: 100px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}
.liuc li img {
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 20px;
	border-radius: 50%;
}
.liuc li p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	float: left;
}
.liuc li:last-child .jtou {
	display: none;
}
.liuc a.btn {
	width: 45px;
	height: 45px;
}
.liuc a.btn.prev {
	background-position: -100px -98px;
}
.liuc a.btn.prev:hover {
	background-position: -150px -98px;
}
.liuc a.btn.next {
	background-position: -200px -98px;
}
.liuc a.btn.next:hover {
	background-position: -250px -98px;
}
.liuc li:hover img {
	animation: flipInY 1.2s ease-out forwards;
	-webkit-animation: flipInY 1.2s ease-out forwards;
}
.floor_4_main {
	background: #f0f0f0 url(../images/fl4.jpg) no-repeat center top;
	background-size: 1920px 930px;
	height: 780px;
	overflow: hidden;
	width: 100%; padding-top:100px; margin-top:-200px;
}
.index .floor_4, .indnews {
	padding: 60px 0 40px 0;
	overflow: hidden;
	position: relative;
}
.index .floor_4 .textlist .list {
	width: 108%;
}
.index .floor_4 .textlist {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.index .textlist li {
	position: relative;
	float: left;
	width: 378px;
	height:auto;
	margin-right: 28px;
	transition: all 0.2s linear 0s;
	border: 1px solid #ddd;
	background: #fff;
}
.index .textlist li a {
	display: block;
	padding: 30px;
	color: #333;
}
.index .textlist li .img {
	width: 320px;
	height: 240px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.index .textlist li .img img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.index .textlist li:hover .img img {
	transform: scale(1.2, 1.2);
}
.index .textlist li h3 {
	font-size: 20px;
	line-height: 40px;
	padding-top: 12px; text-align:center
}
.index .textlist .desc {
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 5px;
	cursor: pointer;
	padding-top: 10px;
}
.index .textlist span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	display: block;
	color: #fff;
	font-family: arial;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #0060b4;
	text-align: center;
}
.index .textlist li:hover {
	background: #0060b4;
	border: 1px solid #0060b4;
	color: #fff;
}
.index .textlist li:hover a {
	color: #fff;
}
.index .textlist li:hover span {
	background:#CA2F2B;
	color: #0060b4;
}
.floor_4 .hd {
	text-align: center;
	padding-top: 20px;
}
.floor_4 .hd a.btn {
	position: relative;
	top: auto;
	display: inline-block;
	margin: 0 5px;
}
.floor_4 .hd a.btn.prev {
	left: auto;
}
.floor_4 .hd a.btn.next {
	right: auto;
}
.index .more {
	margin-top: 10px;
}
.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: #0060b4;
	color: #fff;
	transition: all .5s;
	border: 1px solid #0060b4;
}
.newsBox {
	width: 650px;
	height:auto;
	overflow: hidden;
	position: relative;
}
.newsBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 16px;
	bottom: 10px;
	z-index: 10;
}
.newsBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.newsBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.newsBox .hd ul li.on {
	background: #f9e012;
	color: #fff;
}
.newsBox .bd {
	position: relative;
	width: 650px;
	height: 488px;
	z-index: 0;
	overflow: hidden;
}
.newsBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.newsBox .bd img {
	width: 650px;
	height: 488px;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.newsBox .bd li h3 {
	display: block;
	font-size: 20px;
	padding-left: 28px;
	padding-top: 30px;
}
.newsBox .bd li .txt {
	background: url(../images/green80.png) repeat left top;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	z-index: 5;
}
.newsBox .bd li p {
	padding: 0 28px;
}
.newsBox .bd li .time {
	font-size: 16px;
	padding-right: 30px;
	padding-top: 28px;
}
.newsBox .bd li a:hover img {
	transform: scale(1.1, 1.1);
}
.txtlistbox {
	width: 520px;
}
.txtlistbox li {
	border-bottom: 1px solid #ddd;
	padding: 11px 0 0;
	position: relative;
}
.txtlistbox li:first-child {
	padding-top: 0;
}
.txtlistbox li a {
	display: block;
	padding-bottom: 11px;
}
.txtlistbox li h3 {
	font-size: 18px;
	display: inline-block;
+display: inline;
*zoom: 1;
}
.txtlistbox li p {
	font-size: 14px;
	line-height: 23px;
	height: 46px;
	color: #333;
}
.txtlistbox li span {
	display: block;
	color: #333;
}
.txtlistbox li em {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-position: -304px 0;
+display: inline;
*zoom: 1;
}
.txtlistbox li:before {
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	content: "";
	width: 0;
	background: #0060b4;
	transition: width .6s ease-out;
}
.txtlistbox li:hover:before {
	width: 100%
}
.iabout {
	width: 100%;
	background: url(../images/fl6.jpg) no-repeat center bottom #f8f8f8;
	padding: 80px 0;
}
.iabout .txt {
	width: 470px;
	height: 240px;
	display: block;
	background: #fff;
	padding: 40px;
}
.iabout .txt img {
	max-width: 100%;
	display: block;
}
.iabout .txt p {
	padding-top: 20px;
	color: #333;
}
.iabout .txt span {
	width: 154px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	border: 1px solid #1a7140;
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.iabout .txt span:hover {
	background: #1a7140;
	color: #fff;
}
.iabout .img {
	width: 650px;
	height: 320px;
	display: block;
	overflow: hidden;
}
.iabout .img img {
	width: 650px;
	height: 320px;
	display: block;
}
/* 亮光 */
/*hvr-highLight*/
.hvr-highLight {
	overflow: hidden;
	position: relative;
}
.hvr-highLight:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 320px;
	top: 0;
	left: -136px;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));
	background: -ms-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);
	-webkit-transform: skewX(-32deg);
	-ms-transform: skewX(-32deg);
	-moz-transform: skewX(-32deg);
	transform: skewX(-32deg);
}
.hvr-highLight:hover:before {
	-webkit-transition: left 1.1s;
	-moz-transition: left 1.1s;
	-ms-transition: left 1.1s;
	transition: left 1.1s;
	left: 750px;
}
.hvr-highLight:hover {
opacity: .9\0;
	filter: alpha(opacity=90);
}
.copyright_main {
	background: #111;
	line-height: 50px;
}
.copyright {
	color: #999;
	font-size: 12px; text-align:center
}
.copyright span {
	margin: 0 12px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color:#0060b4;
}
.zhizao .goback {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 2%;
	top: 2%;
	background: url(../images/guan.jpg) no-repeat center;
}
.ilinks {
	padding: 58px 0 0;
}
.ilinks span {
	width: 268px;
	height: 24px;
	display: inline-block;
	background-position: -40px -218px;
	margin-right: 60px;
}
.ilinks a {
	display: inline-block;
	color: #fff;
}
.ilinks a:hover {
	color: #f9e012;
}
.ilinks i {
	padding: 0 5px;
	color: #fff;
}
.ilinks i:last-child {
	display: none;
}
/*底部信息*/
/*footer_main*/
.footer_main {
	width: 100%;
	padding-bottom: 50px;
	background: #1a212a;
	color: #fff;
}
.footer_main .footer {
	padding-top: 60px;
}
.footer_main .qcode {
	width: 300px;
}
.footer_main .blogo {
	width: 300px;
	line-height: 28px;
}
.footer_main .blogo img {
	display: block;
	margin: 0 auto 8px;
	max-width: 100%;
	max-height: 60%;
}
.footer_main .blogo .p1 {
	color: #fff;
}
.footer_main .blogo .p2 {
	font-family: "GrayDesign Regular", "arial, helvetica, sans-serif";
	font-size: 30px;
	color: #fff;
	padding-bottom: 18px;
}
.footer_main .blogo .p3 {
	color: #999;
	line-height: 22px;
}
.footer_main .botnavlist {
	width: 880px;
}
.footer_main .botnavlist li {
	float: left;
	width: 170px;
	height: 146px;
	display: block;
	list-style: none;
	font-size: 16px;
	line-height: 32px; text-align:center;
	overflow: hidden;
	border-right: 1px solid #444;
}
.footer_main .botnavlist li img { padding-left:15px;}



.footer_main .botnavlist li:first-child {
	padding-left: 0px;
}
.footer_main .botnavlist li a {
	color: #fff;
	display: block;
	line-height: 32px;
	font-size: 16px;
}
.footer_main .botnavlist li a:hover {
	color: #0060b4;
}
.footer_main .botnavlist li .drop {
	padding-top: 10px;
}
.footer_main .botnavlist li .drop a {
	display: block;
	line-height: 26px;
	color: #999;
	width: 100%;
	font-size: 12px;
}
.footer_main .botnavlist li .drop a:hover {
	color: #0060b4;
}
.float-right-box {
	width: 250px;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -127px;
	background-color: #191919;
	z-index: 1000;
	transition: width 0.3s ease 0s;
}
.float-right-box.on {
	width: 50px;
}
.float-right-box .top-list {
	width: 100%;
}
.float-right-box .top-list ul {
	width: 100%;
}
.float-right-box .top-list li {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #3b3b3b;
	transition: background 0.3s ease 0s;
	height: 50px;
}
.float-right-box .top-list a {
	display: block;
	width: 100%;
}
.float-right-box .top-list .ico {
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	transition: background 0.3s ease 0s;
	z-index: 2;
}
.float-right-box .top-list .ico1 {
	background: url(../images/ico_58.png) no-repeat center #191919;
}
.float-right-box .top-list .ico2 {
	background: url(../images/ico_59.png) no-repeat center #191919;
}
.float-right-box .top-list .ico3 {
	background: url(../images/ico_60.png) no-repeat center #191919;
}
.float-right-box .top-list .ico4 {
	background: url(../images/ico_61.png) no-repeat center #191919;
}
.float-right-box .top-list .ico5 {
	background: url(../images/ico_62.png) no-repeat center #191919;
}
.float-right-box .top-list .ico7 {
	background: url(../images/ico_69.png) no-repeat center #191919;
}
.float-right-box .top-list .stt {
	display: inline-block;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	transition: color 0.3s ease 0s;
	position: absolute;
	left: 28px;
	top: 0;
	z-index: 1;
	width: 222px;
	cursor: pointer;
}
.float-right-box .top-list li:hover .stt {
	color: #15191e;
}
.float-right-box .top-list li:hover .ico1 {
	background: url(../images/ico_58_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2 {
	background: url(../images/ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3 {
	background: url(../images/ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4 {
	background: url(../images/ico_61_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5 {
	background: url(../images/ico_62_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico7 {
	background: url(../images/ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover {
	background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt {
	font-family: "Arial";
	font-weight: bold;
}
.float-right-box .bot-share {
	position: relative;
	height: 50px;
}
.float-right-box .bot-share a {
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
	transition: background 0.3s ease 0s;
	margin: 0;
	padding: 0;
}
.float-right-box .bot-share .share {
	width: 200px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.float-right-box .bot-share .sina {
	background: url(../images/ico_63.png) no-repeat center;
}
.float-right-box .bot-share .wx {
	background: url(../images/ico_64.png) no-repeat center;
}
.float-right-box .bot-share .more {
	background: url(../images/ico_66.png) no-repeat center;
	border: 0 none;
}
.float-right-box .bot-share a:hover {
	background-color: #525354;
}
.float-right-box .bot-share .share-ico {
	background: url(../images/ico_67.png) no-repeat center #191919;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
	z-index: 2;
	position: relative;
}
.float-right-box .top-list li .weix {
	position: relative;
}
.float-right-box .sidebox {
	position: absolute;
	right: 250px;
	top: 0;
	transition: all 0.1s ease 0s;
	width: 120px;
	z-index: 10;
	display: none;
	background: #191919;
}
.float-right-box .sidebox img {
	width: 110px;
	height: 110px;
	display: block;
	margin: 5px auto;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
@font-face {
	font-family: ADELE;
	src: url("../font/ADELE.eot");
	src: url("../fonts/adele.eot") format("eot"), url("../fonts/adele.ttf") format("truetype");
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
transform:perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
transform:perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-transition-timing-function:ease-in;
transition-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
transform:perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
-ms-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);
transform:perspective(400px) rotate3d(0, 1, 0, -5deg)
}
100% {
-webkit-transform:perspective(400px);
-ms-transform:perspective(400px);
transform:perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	-ms-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}






.submian .subleft .lefta .comt  .m_plc ul li {height: 39px!important;line-height: 40px!important; overflow: hidden;border-bottom: 1px solid #e1e1e1;background: #fff;}
.submian .subleft .lefta .comt  .m_plc ul li a{ height: 39px!important; line-height: 40px!important;display: block; padding-left: 50px!important; background:url(../images/flico.jpg) no-repeat 35px 16px; font-size: 14px!important;font-weight: normal;color: #666666}
.submian .subleft .lefta .comt  .m_plc ul li a:hover, .m_plc li.cur a{color:#0060b4;}



/*实力强，有保障*/
.slq{overflow:hidden;width:100%; position:relative; margin:0 auto; margin-bottom:40px}
.slqBox{width:1200px; margin:0 auto;position: relative;}
.slqBox h4{font-size:30px;color: #23AA6B;}
.slqBox h5{font-size:18px; color:#3f3f3f; margin:10px 0px 30px;}
.slqBox p{font-size: 14px;padding-left:20px;margin-top:10px;background: url(../images/xiaohua.png) no-repeat left 9px;line-height: 28px;text-align: justify;}
.slq01{overflow:hidden;width:100%;height:438px;background: url(../images/ys_line.png) bottom no-repeat;}
.Box{overflow:hidden;margin:0 auto;height:190px;background: url(../images/slq01.png) no-repeat center;}
.Box h3{font-size:36px; color:#FFF; text-align:center; margin-top:22px; font-weight:bold}
.Box h3 span{font-size:40px;}
.Box p{font-size:14px;text-align:center;margin-top:8px;}
.Box p>span{font-size:30px;}
.slqBox .Box1{padding-left:115px;}
.slqBox b{font-size:50px;position: absolute;font-weight: bold;width:96px;height:96px;display:block;background: url(../images/ys.png) no-repeat;text-align: center;line-height:96px;color: #fff;margin-top:40px;}
.slq02 .slqBox b{left:620px;margin-top:20px;}
.slqBox .Box1 .wz{float:left;padding-top: 55px;width:513px;overflow:hidden;}
.slqBox .Box1 .ystp1 img{padding-left:100px}
.slq .slq02{width:100%;height:420px;background: url(../images/ys_line.png) bottom no-repeat;}
.slqBox .Box2 .ystp2{float:left;}
.slqBox .Box2 .wz{width:442px;float:right;padding: 35px 20px 0px 120px;}
.slq .slq03{width:100%; margin-top:50px; height:380px;background: url(../images/ys_line.png) bottom no-repeat;}
.slqBox .Box3 .wz{float:left;padding: 55px 20px 0px 120px;width:460px;}
.slqBox .Box3 .ystp3 img{padding-left:50px; float:right;}
.slq .slq04{width:100%;height:450px;background: url(../images/ys_line.png) bottom no-repeat;}
.slq04 .slqBox b{left:620px;margin-top:80px;}
.slqBox .Box4 .ystp4{float:left; margin-top:45px;}
.slqBox .Box4 .wz{width:442px;float:right;padding: 95px 20px 0px 120px;}

.slq .slq05{width:100%; margin-top:50px; height:380px;}
.slqBox .Box5 .wz{float:left;padding: 55px 20px 0px 120px;width:460px;}
.slqBox .Box5 .ystp5 img{padding-left:50px; float:right;}
.slq .slq06{width:100%;height:450px;background: url(../images/ys_line.png) top no-repeat;}
.slq06 .slqBox b{left:620px;margin-top:80px;}
.slqBox .Box6 .ystp6{float:left; margin-top:45px;}
.slqBox .Box6 .wz{width:442px;float:right;padding: 95px 20px 0px 120px;}


/*slip*/
.index_slip{height:180px;margin-top:-2px;background:url("../images/ixbannerbg.png") no-repeat center center;}
.index_slip .slip_tit{width:942px;}
.index_slip .slip_tit .tit1{padding-top:40px;font:bold 35px "黑体";color:#fff;}
.index_slip .slip_tit .tit2 .p1{float:left;margin-top:18px;font:normal 28px "microsoft yahei";color:#fff;}
.index_slip .slip_tit .tel{float:left;margin-top:12px;margin-left:30px;width:310px;height:40px;font:normal 30px "arial";line-height:40px;text-align:center;text-indent:24px;color:#125927;background:url("../images/tel_bg.png") no-repeat;background-size:310px 40px;}
.index_slip .slip_btn{display:block;margin-left:30px;margin-top:60px;width:228px;height:71px;background:url("../images/ixbanner-btn.png") no-repeat;font:bold 20px "microsoft yahei";line-height:50px;text-align:center;color:#0060b4;transition:all 600ms ease; -webkit-animation: change 2s linear infinite;}
.index_slip .slip_btn:hover{margin-top:54px;transition:all 600ms ease;}
.index_slip1{margin-top:-180px;background:none;}





/*首页关于我们*/
#ind_about {
	padding-top: 70px;
	overflow: hidden;
	padding-bottom: 30px;
}
#ind_about strong {
	font-size: 24px;
	color: #137C32;
}
#ind_about h2 {
	font-family: 'Microsoft YaHei';
	font-size: 32px;
	height: 50px;
	border-bottom: 1px solid #eee;
	margin: 20px 0px 25px;
	position: relative;
}
#ind_about h2::after {
position: absolute;
 content: "";
 width:36px;
 height: 6px;
background: #0060b4;
 left: 0;
 bottom:-3px;
}
#ind_about .pp {
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding-right: 25px;
	overflow: hidden;
	height: 9em;
}
#ind_about .specials {
	overflow:visible;
	margin-left: -60px;
	padding-top:21px;
}
#ind_about .specials li {
	float:left;
	position:relative;
	margin-left: 60px;
	margin-bottom: 10px;
}
#ind_about .specials li i {
	background-image:url(../images/i06.png);
	background-repeat: no-repeat;
	background-position:0 top;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
#ind_about .specials li p {
	width:290px;
	height: 50px;
	border: 1px solid #bbbbbb;
	box-sizing:border-box;
	margin-left: 25px;
	line-height: 49px;
	text-indent: 2.6em;
}
#ind_about .specials li:nth-child(2) i {
background-position:-62px 0px;
}
#ind_about .specials li:nth-child(3) i {
background-position:-1px -60px;
}
#ind_about .specials li:nth-child(4) i {
background-position:-62px -60px;
}
#ind_about .specials li:nth-child(5) i {
background-position:-1px -120px;
}
#ind_about .specials li:nth-child(6) i {
background-position:-62px -120px;
}
#ind_about .big {
	position:relative;
	width: 440px;
	height: 428px;
	border: 5px solid #eee;
	z-index: 9;
	float: right;
}




.logotxt{display: inline-block;line-height: 30px;border-left: 1px solid #ddd;padding-left: 15px;vertical-align: middle;font-size: 15px;color: #444}
.logotxt span{color: #0060b4;font-weight:300;font-size:22px;}





.news_bg{
    background-color: #f7f7f7;
}
.news_head{
    margin-bottom: 20px;
}
.news_head h2{
    text-align: center; 
    margin-top: 50px; 
    font-size: 38px; 
    color: #333;
    font-weight: bold;
}
.news_head span{
    display: block; 
    height: 3px; 
    background: url(../images/h2_line.jpg) center center no-repeat;
}
.news_head p{
    text-align: center;
    font-size: 18px; 
    color: #555; 
    margin-top:8px;
}
.news_h3{
    background: url(../images/news_title.jpg) left bottom no-repeat;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}
.news_ul{
    clear: both;
    list-style:none;
    margin-top:10px;
    padding:0px;
}
.news_ul li{
    color:#545455;
    line-height:21px;
    padding: 10px 0px;
}
.news_ul li a{
    color:#2F2F2F;
  }
.news_ul li a:hover{
    text-decoration:none;
    color:#0071bf;
}
.news_time{
    float:right;
}
.news_img img{
    max-width: 270px;
    margin-right: 28px;
    float: left;
}
.news_img a{
    font-weight: bold;
    font-size: 16px;
}
.news_img p{
    margin-top: 12px;
    line-height: 26px;
}
.answer_ul{
    clear: both;
    list-style:none;
    margin-top:10px;
    padding:0px;
}
.answer_ul li{
    color:#545455;
    line-height:21px;
    padding: 10px 0px;
}
.answer_ul li a{
    display: block;
    background: url(../images/ask.jpg) no-repeat left center;
    padding-left: 28px;
    color:#333;
    font-weight:bold;
  }
.answer_ul li a:hover{
    text-decoration:none;
    color:#0071bf;
}
.answer_ul li p{
    background: url(../images/answer.jpg) no-repeat left 2px;
    padding-left: 28px;
    line-height: 22px;
    color: #555;
}


.col-md-6 {
    width: 50%; float:left
}







.ipro .item1 {
	float: left;
	width: 280px;
	display: block;
	margin-bottom: 5px;
	margin-right: 5px;
	position: relative;
}
.ipro .item1:nth-child(3), .ipro .item1:nth-child(6), .ipro .item1:nth-child(9), .ipro .item1:nth-child(12){ margin-right:0px;}


.center img{ margin:15px auto;}
.ipro .item1 a {
	display: block;
	position: relative;
}
.ipro .item1 a.img {
	width: 100%;
	height:190px;
	overflow: hidden;
	position: relative;
}
.ipro .item1 img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	height: 100%;
	display: block;
}
.ipro .item1:hover img {
	transform: scale(1.06, 1.06);
}
.ipro .item1 a.txt {
	border: 1px solid #ddd;
	background: #fff;
	height: 68px;
	line-height: 68px;
	position: relative;
	border-top: 0 none;
}
.ipro .item1 h3 {
	font-weight: normal;
	text-align: left;
	padding-left: 20px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	font-size: 16px;
}
.ipro .item1 em {
	right: 30px;
	top: 28px;
	width: 10px;
	height: 16px;
	background-position: -248px 0;
	display: block;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.ipro .item1:hover h3 {
	padding-left: 25px;
}
.ipro .item1:hover em {
	background-position: -268px 0;
}
.ipro .item1:hover .txt {
	background: #0060b4;
	color: #fff;
	border: 1px solid #0060b4;
	border-top: 0 none;
}


/*111111111*/





.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


.site-tit {text-align: center; padding-bottom:50px;}
.site-tit h2{font-size: 40px;color: #18427a;}
.site-tit h2 span{position: relative;letter-spacing: 2px; font-weight:bold}
.site-tit h2 span::after{content: "";position: absolute;top: 50%;width: 174px;height: 7px;background: url(../images/titlr.png);margin-top: -3px;right: -210px;}
.site-tit h2 span::before{content: "";position: absolute;top: 50%;width: 174px;height: 7px;background: url(../images/titlr.png);margin-top: -3px;left: -210px;}
.site-tit h2 b {color: #d12e28}
.site-tit h2 b i{font-size: 80px;line-height: 40px;}
.site-tit .sftit{margin-top:15px;}
.site-tit .sftit i{font-style: normal;color: #2161a2;font-size: 18px;}
.site-tit .sftit span{color: #666;text-transform: uppercase; font-size: 18px;}
.site-tit.two {padding: 40px 0;}
.site-tit.two h2{color: #fff;}
.site-tit.two h2 span::after,.site-tit.two h2 span::before{background-image: url(../images/titlr2.png)}



/* in_sida */
.in_sida {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px 0;
}
.in_sida dl {
  margin-top: 20px;
  overflow: hidden;
}
.in_sida dl dt {
  float: right;
  width: 555px;
  margin-top: 20px;
}
.in_sida dl dt img {
  width: 100%;
  height: auto;
}
.in_sida dl dd {
  float: left;
  width: 550px;
  position: relative;
  padding: 0 0 0 65px;
}
.in_sida dl dd .xh {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #0060b4;
  color: #fff;
  width: 50px;
  height: 75px;
  font-size: 32px;
  text-align: center;
  overflow: hidden;
}
.in_sida dl dd .xh i {
  font-family: 'deckerregular';
  line-height: 58px;
  display: inline-block;
}
.in_sida dl dd .xh .one {
  margin-left: 5px;
}
.in_sida dl dd .xh:before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background: #fff;
  top: 58px;
}
.in_sida dl dd .bt {
  overflow: hidden;
}
.in_sida dl dd .bt strong {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  padding: 0 0 14px 0;
  border-bottom: 2px dotted #ccc;
  color: #0060b4;
}
.in_sida dl dd .bt em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #999;
  padding-top: 10px;
  font-size: 16px;
}
.in_sida dl dd .info {
  line-height:25px;
  padding-left:15px;
  margin-top: 5px;
 background: url(../images/bit4.jpg) no-repeat 0px 7px;
  margin-bottom: 10px;
  text-align: justify;
}
.in_sida dl dd .info span {
  color: #c01f31;
  font-weight: bold;
}
.in_sida dl:first-child dt {
  float: left;
  margin-top: 0;
}
.in_sida dl:first-child dd {
  float: right;
}



/* in_about */
.in_about {
  background: url(../images/bj_inabout.jpg) center top no-repeat;
  margin-bottom: -125px;
  position: relative;
  z-index: 1;
}
.in_about .in_tit {
  background: rgba(255, 255, 255, 0.5);
  max-width: 400px;
  margin: 0 auto;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 20px #ddd;
}
.in_about .container {
  background: #fff;
  padding: 50px 0;
  overflow: hidden;
  box-shadow: 0 0 20px #ddd;
}
.in_about .video {
  float: left;
  margin-left: 50px;
  background: #000;
}
.in_about .video video {
  width: 450px;
  height: 320px;
  float: left;
}
.in_about .video video::-internal-media-controls-download-button {
  display: none;
}
.in_about .video video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
.in_about .video video::-webkit-media-controls-panel {
  width: calc(107%);
}
.in_about .box {
  margin-right: 50px;
  background: #fafafa;
  overflow: hidden;
  width: 580px;
  height: 320px;
  padding: 0 35px;
  float: right;
  line-height: 2;
  color: #888;
}
.in_about .box .info {
  height: 228px;
  overflow: hidden;
  margin: 25px 0 10px 0;
  text-align: justify;
}
.in_about .box strong {
  color: #0060b4;
  font-size: 16px;
}
.in_about .box .more {
  float: left;
  display: block;
  overflow: hidden;
  color: #c01f31;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .box .more .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.in_about .box .more:hover {
  color: #0060b4;
}



/* in_tit */
.in_tit {
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px 0;
}
.in_tit span {
  font-size: 30px;
  color: #333;
}
.in_tit em {
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 0 8px 0;
}
.in_tit p {
  display: inline-block;
  position: relative;
  color: #888;
}
.in_tit p:before,
.in_tit p:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #0060b4;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.in_tit p:before {
  left: -54px;
}
.in_tit p:after {
  right: -54px;
}
/* in_box */
.in_box {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}



.site4 {width: 100%;min-width: 1200px;height:492px;background: url(../images/site4bg.jpg) no-repeat center center;background-position: center;background-size: cover;overflow: hidden;}
.site4-nr {text-align: center;color: #fff;}
.site4-nr img {max-width: 100%;height: auto;}
.w-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}




.eyou-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,.05);
}





/* msg 留言板 */
.msg{width:100%;margin:16px auto;height:auto;overflow:hidden;}
.msg li{width:100%;height:auto;padding-bottom:10px;margin-bottom:10px;}
.msg_top{width:100%;height:auto;font:14px/30px "microsoft yahei";background:#ededed;color:#333333;text-indent:14px;overflow:hidden;border-radius:3px 3px 0 0; font-weight:bold;}
.msg_top span{margin-right:14px;}
.msg_con{border:1px solid #ebebeb;background:#f3f3f3;overflow:hidden;padding-bottom:20px;}
.msg_consult{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";color:#7b7b7b;}
.msg_reply{width:96%;margin:0 auto;font:14px/36px "microsoft yahei";border:1px solid #ebebeb;border-radius:3px ;background:#fff;color:#ff5958;text-indent:14px;}
.msg_now{width:100%;height:34px;background:url(../images/msgline1.png) center center no-repeat;overflow:hidden; margin:65px 0 30px 0;}
.msg_title{width:155px;height:34px; background-image:url(../images/msgbtn.png)  ; background-position:7px center; background-repeat:no-repeat;text-indent:43px;margin:0 auto;color:#fff;font:22px/34px "microsoft yahei";}
.msg_ul{width:100%;height:auto;overflow:hidden;margin:20px auto;}
.msg_ul li{width:100%;height:auto;overflow:hidden;position:relative;margin-bottom:10px;}
.msg_ul li p{width:130px; float:left;height:36px;font:14px/36px "microsoft yahei";vertical-align: top;  text-align:right; margin: 0 6px 0 0;}
.msg_ul li p span{color:red;margin-top:2px;vertical-align: middle;font-weight: bold}
.msg_input{width:400px;height:45px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;}
.msg_pin{width:164px;height:45px;border:1px solid #d9d9d9;border-radius:2px;padding:0 10px;float:left;margin-right:10px;}
.msg_pin img{float:left;margin-left:14px;}
.msg_textarea{width:400px;height:80px;border:1px solid #d9d9d9;border-radius:2px;padding:10px;resize: none; line-height:20px !important;}
.msg_submit{width:200px;height:50px;margin:20px auto;border-radius:3px;border:0;text-align:center;font:18px/36px "microsoft yahei";color:#fff;cursor: pointer}

.theme_color {
    background:#0060b4;
}