/** @Author: Administrator* @Date:   2017-04-12 15:08:44* @Last Modified by:   Administrator* @Last Modified time: 2017-06-20 18:05:50*/* {
	margin: 0;
	padding: 0;
}

video {
	border: 1px gray solid;
}

body {
	font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:focus {
	outline: 0;
}

input,textarea,select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑","STHeiti","WenQuanYi Micro Hei",SimSun,sans-serif;
}

input[type='submit'],input[type='reset'],input[type='button'],select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='submit'],input[type='reset'],input[type='button'] {
	cursor: pointer;
}

::-webkit-input-placeholder {
	color: #999;
}

::-moz-placeholder {
	color: #999;
}

::-ms-input-placeholder {
	color: #999;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}/*全局样式结束*//* 针对Pc *//* @media screen and (min-width:992px){ */#top,#header,#content,#footer {
	min-width: 1200px;
}

.top-inner,.header-inner,.content-inner,.footer-inner {
	margin: 0 auto;
	width: 1200px;
}

.top-inner {
	background: #fff;
	padding: 4px 0;
}

.top-inner p {
	font-size: 13px;
	color: #848484;
	padding: 5px 0;
	float: left;
}

.top-inner ul {
	float: right;
}

.top-inner ul li {
	float: left;
	background: url(../images/top-ic1.png) no-repeat left center;
	padding: 5px 0 5px 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.top-inner ul li:last-child {
	margin-right: 0;
}

.top-inner ul li a {
	color: #848484;
	font-size: 13px;
}

.top-inner ul li.li2 {
	background: url(../images/top-ic2.png) no-repeat left center;
}

.top-inner ul li a:hover {
	color: #115194;
}

.logo {
	display: block;
	width: 230px;
	height: 46px;
	padding-top: 17px;
	float: left;
}

#header {
	background: #115194;
	height: 78px;
	width: 100%;
	position: relative;
	z-index: 999999999999;
}

.nav {
	float: right;
}

.nav li {
	height: 78px;
	line-height: 79px;
	float: left;
	position: relative;
}

.nav li a {
	font-size: 15px;
	color: #fff;
	display: block;
	height: 78px;
	padding: 0 15px;
	line-height: 78px;
	text-align: center;
}

.nav li a.act {
	background: #0C3E73;
}

.nav li a.current {
	background: #0C3E73;
}

.nav li dl {
	position: absolute;
	top: 78px;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999999999;
}

.nav li dl dd a {
	background: #115194;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #0C3E73;
	font-size: 14px !important;
	font-weight: normal !important;
}

.nav li dl dd a:hover {
	background: #0C3E73;
	color: #fff;
	font-weight: normal;
}/* banner */.flexslider {
	position: relative;
	overflow: hidden;
	background: url(images/loading.gif) 50% no-repeat;
	z-index: 99999;
}

.slides {
	position: relative;
	z-index: 1;
}

.slides li {
	height: 570px;
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(../images/dot.png) right 0 no-repeat;
	cursor: pointer;
}

.flex-control-nav .flex-active {
	background-position: 0 0;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 45%;
}

.flex-direction-nav li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
}

.flex-direction-nav li a.flex-prev {
	left: 40px;
	background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
	right: 40px;
	background: url(../images/next.png) center center no-repeat;
}/* banner */#wrap {
	min-width: 1200px;
}

.wrap-inner {
	width: 1200px;
	margin: 0 auto;
}/*.title{	 width:384px; 	margin:0 auto;	padding-top:50px;	}.title h1{	color:#115194;	font-size:30px;	line-height: 40px;	text-transform: uppercase;	text-align: left;	margin-bottom:10px;	text-align:center;}.title h1:before{	display: inline-block;    content: " ";    height: 19px;    line-height: 15px;    vertical-align: top;    border-bottom: solid 1px #d9d9d9;    width: 50px;    margin-right: 20px;} .title h2{	color:#454545;	font-size:24px;	text-align: right;	line-height: 30px;	letter-spacing: 4px;	text-align:center;}.title h2:after{	display: inline-block;    content: " ";    height: 14px;    line-height: 14px;    vertical-align: top;    border-bottom: solid 1px #d9d9d9;    width: 150px;    margin-left: 20px;} */.title {
    /* display: table; */
	text-align: center;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/bg2.png) no-repeat bottom center;
	padding-bottom: 14px;
	width: 352px;
}

.title h2 {
	color: #474747;
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
}

.title h1 {
	color: #a6a6a6;
	font-size: 14px;
	padding: 0 0 0px 0;
	text-transform: uppercase;
	font-weight: normal;
}

.yw {
	margin: 0 -9px;
	padding-bottom: 35px;
	padding-top: 25px;
}

.yw li {
	float: left;
	width: 368px;
	padding: 10px;
	background: #f6f6f6;
	margin: 0 9px;
}

.yw li:hover {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.15);
	z-index: 1
}

.yw li .pic {
	display: block;
	width: 368px;
	height: 222px;
	overflow: hidden;
	position: relative;
}

.yw li img {
	width: 368px;
	height: 222px;
	display: block;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.yw li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.yw li h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	text-align: center;
	display: block;
	padding-top: 30px;
}

.yw li h2 a {
	font-size: 15px;
	font-weight: bold;
	color: #d1d1d1;
	text-align: center;
	display: block;
	padding: 5px 0 20px 0;
}

.yw li i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: url(../images/ic1.png) no-repeat center center;
	cursor: pointer;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.yw li .i2 {
	background: url(../images/ic2.png) no-repeat center center;
}

.yw li .i3 {
	background: url(../images/ic3.png) no-repeat center center;
}

.yw li:hover i {
	animation: flipInY 1s;
	-ms-animation: flipInY 1s;
	-moz-animation: flipInY 1s;
	-webkit-animation: flipInY 1s;
	-o-animation: flipInY 1s;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-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-animation-timing-function: ease-in;
		animation-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);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.pro {
	padding: 25px 0;
}

.pro .pro-list {
	background: #fff;
	box-shadow: 0 0 5px 2px rgba(0,0,0,.15);
	margin: 0 15px;
}

.pro .slick-list {
	padding: 5px 0;
}

.pro .pro-list .pic {
	width: 370px;
	height: 200px;
	overflow: hidden;
	display: block;
}

.pro .pro-list .pic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.pro .pro-list .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.pro .pro-list .text {
	padding: 20px 20px 40px 20px;
	position: relative;
	border-bottom: 1px solid #dedddd;
}

.pro .pro-list .text a {
	color: #7d7d7d;
	font-size: 15px;
	line-height: 24px;
	height: 40px;
	overflow: hidden;
}

.pro .pro-list .text a span {
	position: absolute;
	bottom: -8px;
	right: 20px;
	margin-bottom: 20px;
	display: block;
}

.pro .pro-list .text a:hover span {
	color: #115194;
}

.pro .pro-list span.las {
	display: block;
	color: #115194;
	font-size: 15px;
	padding: 15px;
}

.pro .slick-prev {
	background: url(../images/prev2.png) no-repeat center center;
	width: 51px;
	height: 51px;
	left: -80px;
}

.pro .slick-next {
	background: url(../images/next2.png) no-repeat center center;
	width: 51px;
	height: 51px;
	right: -80px;
}

.case {
	position: relative;
	height: 544px;
	margin: 30px 0 35px 0;
}

.case li {
	position: absolute;
	overflow: hidden;
}

.case li a {
	position: relative;
	display: block;
}

.case li img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.case li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.case li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0;
	background: rgba(0,0,0,0.4);
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: none;
}

.case li a:hover span {
	display: block;
}

.case li:nth-child(1) {
	width: 403px;
	height: 544px;
}

.case li:nth-child(2) {
	width: 404px;
	height: 259px;
	top: 0;
	left: 424px;
}

.case li:nth-child(3) {
	width: 404px;
	height: 259px;
	bottom: 0;
	left: 424px;
}

.case li:nth-child(4) {
	width: 349px;
	height: 356px;
	top: 0;
	right: 0;
}

.case li:nth-child(5) {
	width: 349px;
	height: 161px;
	bottom: 0;
	right: 0;
}

#wrap2 {
	width: 100%;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.wrap2-inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 110px;
}

.wrap2-inner .px {
	display: block;
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
}

.wrap2-inner .px:hover {
	background: #115194;
}

.wrap2-inner .text {
	width: 760px;
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	padding-top: 30px;
	margin: 0 auto;
}

.le {
	width: 450px;
	padding: 30px 0;
}

.ri {
	width: 660px;
}

.le h1 {
	font-size: 17px;
	color: #115194;
	letter-spacing: 4px;
	font-weight: bold;
	padding-bottom: 20px;
}

.le .news {
	padding-top: 4px;
}

.le .news li {
	background: url(../images/icon1_eczu.png) no-repeat left center;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 20px;
}

.le .news li a {
	font-size: 16px;
	color: #000;
	line-height: 38px;
}

.le .news li a:hover {
	color: #115194;
}

.le .news li span {
	font-size: 14px;
	color: #929292;
	line-height: 38px;
	float: right;
}

.le .mor {
	width: 166px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border: 1px solid #115194;
	color: #115194;
	margin-top: 25px;
	font-weight: bold
}

.le .mor:hover {
	background: #115194;
	color: #fff;
}

.ri .ne-text {
	padding: 12px 0;
	border-bottom: 1px solid #dbd4cd;
}

.ri .ne-text .te-l {
	width: 74px;
	height: 74px;
	background: #115194;
	margin-left: 30px;
}

.ri .ne-text .te-l .date {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}

.ri .ne-text .te-l .time {
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
}

.ri {
	padding: 22px 0 50px 0;
}

.ri .ne-text .te-r {
	width: 520px;
}

.ri .ne-text .te-r h2 {
	color: #202020;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}

.ri .ne-text .te-r p {
	color: #858585;
	font-size: 13px;
	line-height: 22px;
	padding-top: 5px;
	height: 42px;
	overflow: hidden;
}

.ri .ne-text .te-r a:hover h2 {
	color: #115194;
}

.lef h1,.cen h1,.rig h1 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 12px;
	font-weight: normal;
}

.lef {
	width: 328px;
}

.lef p {
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	text-indent: 28px;
	height: 78px;
	overflow: hidden;
}

.fx1 {
	width: 328px;
	margin-top: 30px;
}/* .fx1 form{ background:url(../images/searchbox-bg.png) no-repeat 0 0; margin:3px 0; width:126px;} */.fx1 form #search-box {
	float: left;
	color: #666;
	border: 0;
	background: #fff;
	width: 270px;
	line-height: 28px;
	font-size: 10px;
	padding-left: 10px;
	height: 28px;
}

.fx1 form .search-btn {
	float: right;
	width: 58px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #115194;
	display: block;
	border: 0;
	outline: 0;
	cursor: pointer;
}

.cen {
	width: 280px;
	margin-left: 135px;
	overflow-y:scroll; 
	overflow-x:hidden;

	height:190px;
}

.cen .xz li a {
	font-size: 14px;
	color: #fff;
	display: block;
	background: url(../images/icon1_eczu.png) no-repeat left center;
	padding-left: 18px;
	line-height: 32px;
	width: 280px;
	overflow: hidden;
}

.rig .cont li {
	height: 16px;
	padding-bottom: 20px;
}

.rig .cont li img {
	display: block;
	float: left;
}

.rig .cont li p {
	font-size: 14px;
	color: #fff;
	float: left;
	line-height: 23px;
	padding-left: 10px;
}

#footer {
	background: #115194;
	height: 46px;
}

.footer-inner p {
	font-size: 13px;
	color: #fff;
	line-height: 46px;
}

.footer-inner p a {
	font-size: 13px;
	color: #fff;
	line-height: 46px;
}

.footer-inner ul {
	/* margin-top:11px; */
	overflow: hidden;
}

.footer-inner ul li {
	float: left;
	margin-right: 10px;
	margin-top: 11px;
}

.footer-inner ul li:last-child {
	margin-right: 0;
}

#bd {
	height: 540px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

#bd2 {
	height: 202px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-inner {
	width: 1200px;
	margin: 0 auto;
}

.banner-inner .about-ba {
	width: 644px;
	margin-left: 100px;
}

.banner-inner .about-ba h1 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	padding-top: 64px;
}

.banner-inner .about-ba p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
}

.bg1 {
	width: 990px;
	padding-top: 80px;
}

.bg1 h1 {
	font-size: 20px;
	color: #393e45;
	font-weight: normal;
}

.bg1 p {
	font-size: 15px;
	color: #393e45;
	font-weight: normal;
	line-height: 28px;
	margin: 25px 0;
}

.bg1 .mor {
	background: url(../images/top-ic3.png) no-repeat 155px center;
	display: inline-block;
	padding: 0 120px 0 80px;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.bg1 .mor span {
	height: 38px;
	color: #545454;
	font-size: 14px;
	line-height: 38px;
	display: inline-block;
	text-align: center;
}

.bg1 .mor:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
	cursor: pointer;
}

.multipleLine {
	overflow: hidden;
	position: relative;
	width: 1240px;
}

.multipleLine .hd {
	overflow: hidden;
	width: 30px;
	background: #f4f4f4;
	padding: 0 10px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -38px;
	z-index: 99999999;
}

.multipleLine .hd .prev,.multipleLine .hd .next {
	display: block;
	width: 36px;
	height: 26px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/prev3.png) no-repeat center center;
}

.multipleLine .hd .prev {
	margin-bottom: 12px;
}

.multipleLine .hd .next {
	background: url(../images/next3.png) no-repeat center center;
	margin-top: 12px;
}

.multipleLine .hd .prev:hover {
	background: url(../images/prev4.png) no-repeat center center;
}

.multipleLine .hd .next:hover {
	background: url(../images/next4.png) no-repeat center center;
}

.multipleLine .bd {
 /* padding:10px; */ /* height:240px; */
	overflow: hidden;
}

.multipleLine .bd ul {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
	width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}

.multipleLine .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	width: 356px;
	margin: 0 15px;
	background: #fff;
	-webkit-box-shadow: 0 2px 4px 0 #dedddd;
	box-shadow: 0 2px 4px 0 #dedddd;
}

.multipleLine .bd ul li .pic {
	text-align: center;
}

.multipleLine .bd ul li .pic img {
	width: 356px;
	height: 200px;
	display: block;
}

.multipleLine .bd ul li .pic a:hover img {
	border-color: #999;
}

.multipleLine .bd ul li .text a {
	line-height: 24px;
	width: auto;
	font-size: 15px;
	color: #9f9f9f;
	padding: 15px 15px 0 15px;
	display: inline-block;
	text-align: left;
	height: 58px;
	overflow: hidden;
	margin-bottom: 36px;
}

.multipleLine .bd ul li .bot {
	height: 44px;
	line-height: 44px;
	background: url(../images/top-ic5.png) no-repeat right center;
	border-top: 1px solid #dedddd;
}

.multipleLine .bd ul li .bot h1 {
	font-size: 14px;
	color: #115194;
	font-weight: 400;
	display: inline-block;
	padding-left: 15px;
}

.multipleLine .bd ul li .bot span {
	font-size: 14px;
	color: #626262;
	font-weight: 400;
	display: inline-block;
	padding-left: 10px;
	background: url(../images/top-ic4.png) no-repeat left center;
	padding-left: 24px;
	margin-left: 15px;
}

.title2 img {
	display: block;
	margin: 0 auto 30px auto;
}

.th {
	padding: 25px 0;
}

.th-l {
	margin: 34px 0 0 36px;
}

.th h1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	display: inline-block;
}

.th p {
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
}

.th img {
	float: right;
	display: inline-block;
	margin-right: 180px;
}

#content {
	background: #f4f4f4;
}

.title3 {
	padding: 30px 0 20px 0;
}

.title3 a {
	font-size: 14px;
	color: #333;
}

.title3 span {
	font-size: 14px;
	color: #e35b31;
}

.press-year-list {
	border-bottom: 1px solid #e7e6e6;
	padding: 0;
	margin-bottom: 20px;
	margin-top: -10px;
}

.press-year-list li {
	float: left;
	padding: 8px 0;
	margin-right: 28px;
}

.press-year-list li.active {
	border-bottom: 1px solid #e35b31;
}

.press-year-list li.active a {
	font-weight: bold;
}

.press-year-list li a {
	font-size: 14px;
	color: #000;
}

.con-l {
	width: 774px;
}

.news-list .list {
	margin: 26px 0;
}

.news-list .list .pic {
	display: block;
	width: 295px;
	height: 166px;
	position: relative;
	float: left;
}

.news-list .list .pic .date {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(0,0,0,0.35);
	border: 1px solid #fff;
	z-index: 99;
}

.news-list .list .pic .date .day {
	float: left;
	font-size: 24px;
	line-height: 26px;
	border-right: 1px solid white;
	padding: 0 10px;
	margin: 7px 0;
	color: #fff;
}

.news-list .list .pic .date .month-year {
	float: right;
	margin: 5px 9px;
	text-align: center;
	text-transform: uppercase;
	line-height: 15px;
	color: #fff;
}

.news-list .list .pic .category {
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 15px;
	font-size: 14px;
	background: url(../images/top-ic6.png) no-repeat left center;
	padding-left: 24px;
	line-height: 1.42857143;
}

.news-list .list .text {
	float: right;
	width: 450px;
}

.news-list .list .text h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.news-list .list .text a:hover h1 {
	color: #e35b31;
}

.news-list .list .text p {
	font-size: 13px;
	color: #333;
	line-height: 22px;
	padding-top: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}

.news-list .list .text i {
	display: inline-block;
	width: 108px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #e35b31;
	font-style: normal;
	color: #fff;
	font-size: 14px;
}

.news-list .list .text span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}

.page {
	text-align: center;
	display: table;
	margin: 0 auto;
	padding: 56px 0;
}

.page a {
	font-size: 14px;
	color: #333;
	width: 28px;
	height: 26px;
	margin: 0 4px;
	display: block;
	float: left;
	text-align: center;
	line-height: 26px;
}

.page a:hover {
	background: #e35b31;
	color: #fff;
}

.page a.act {
	background: #e35b31;
	color: #fff;
}

.page a.next {
	background: url(../images/top-ic7.png) no-repeat center center;
}

.page a.next:hover {
	background: #e35b31 url(../images/top-ic8.png) no-repeat center center;
}

.con-r {
	width: 354px;
}

.news-list2 {
	margin-top: -30px;
	padding-bottom: 10px;
}

.news-list2 h1 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 30px 0 14px 0;
}

.news-list2 ul li {
	margin-bottom: 2px;
}

.news-list2 ul li span {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
	display: block;
}

.news-list2 ul li p a {
	font-size: 13px;
	color: #000;
	line-height: 22px;
	height: 23px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list2 ul li p a:hover {
	color: #e35b31;
}

.title4 {
	margin-bottom: 40px;
}

.title4 h1 {
	font-size: 18px;
	color: #011f24;
	line-height: 34px;
}

.title4 span {
	background: url(../images/top-ic9.png) no-repeat left center;
	line-height: 30px;
	padding-left: 25px;
	font-size: 14px;
	color: #c9c9c9;
	margin-right: 20px;
	margin-left: 5px;
}

.title4 i {
	background: url(../images/top-ic10.png) no-repeat left center;
	line-height: 30px;
	padding-left: 28px;
	font-size: 14px;
	color: #c9c9c9;
	font-style: normal;
}

.xg {
	padding-top: 100px;
}

.xg h2 {
	color: #252525;
	font-size: 14px;
	background: url(../images/top-ic11.png) no-repeat left center;
	line-height: 30px;
	padding-left: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}

.xg ul {
	margin-bottom: 110px;
}

.xg ul li {
	float: left;
}

.xg ul li a {
	display: inline-block;
	padding: 2px 20px;
	margin-right: 30px;
	color: #252525;
	font-size: 14px;
	border: 1px solid #252525;
	border-radius: 12px;
	margin-bottom: 15px;
	line-height: 20px;
}

.secl {
	height: 44px;
	margin-top: 10px;
}

.pro-list {
	/* padding-bottom:30px; */
}

.pro-list .list {
	width: 365px;
	float: left;
	margin-right: 52px;
	margin-top: 30px;
}

.pro-list .list:nth-child(3n+0) {
	margin-right: 0;
}

.pro-list .list .pic {
	display: block;
	width: 365px;
	height: 204px;
	overflow: hidden;
}

.pro-list .list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.pro-list .list .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.pro-list .list .text h1 {
	color: #e35b31;
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	padding-top: 20px;
}

.pro-list .list .text span {
	color: #666;
	font-size: 13px;
	line-height: 30px;
}

.pro-list .list .text p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	height: 52px;
	overflow: hidden;
}

.pro-list .list .text .mor {
	width: 150px;
	height: 34px;
	display: block;
	background: #e67a59;
	border: 1px solid #d4d4d4;
	text-align: center;
	line-height: 34px;
	color: #fff;
	margin-top: 5px;
}

.pro-list .list .text a:hover .mor {
	background: #dd5233;
}

.cp-l {
	width: 460px;
	height: 257px;
}

.cp-l img {
	width: 460px;
	height: 257px;
}

.cp-r {
	width: 675px;
	padding-top: 30px;
}

.cp-r h1 {
	color: #115194;
	font-size: 28px;
	font-weight: bold;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-r h1 {
	margin-bottom: 28px;
}

.cp-r h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	padding-bottom: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cp-r span {
	display: inline-block;
	padding: 10px 24px 10px 54px;
	color: #fff;
	font-size: 12px;
}

.cp-r span.time {
	background: #7d7d7d url(../images/top-ic13.png) no-repeat 24px center;
	margin-right: 20px;
}

.cp-r span.view {
	background: #7d7d7d url(../images/top-ic13.png) no-repeat 24px center;
}

.tabPanel {
	padding-top: 50px;
}

.tabPanel .tabul {
	background: #f2f2f2;
}

.tabPanel .ul1 {
	width: 1200px;
	margin: 0 auto;
}

.tabPanel .ul1 li {
	float: left;
	width: 240px;
	height: 86px;
	text-align: center;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tabPanel .ul1 li img {
	display: block;
	margin: 5px auto 10px auto;
}

.tabPanel .hit {
	cursor: pointer;
	background: #fff;
	border-bottom: 3px solid #e35b31;
}

.panes {
	width: 1200px;
	margin: 0 auto;
}

.pane {
	min-height: 100px;
	background-color: #fff;
	display: none;
	padding: 10px 0 40px 0;
}

.pane .ul3-list li {
	width: 500px;
	overflow: hidden;
	float: left;
	margin-right: 200px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.pane .ul3-list li:nth-child(even) {
	margin-right: 0;
}

.pane .ul3-list li a {
	color: #333;
	font-size: 17px;
	display: block;
	text-align: center;
}

.pane .ul3-list li span {
	display: block;
	background: #ef7e4b url(../images/ico17.png) no-repeat 154px center;
	border-radius: 30px;
	text-align: center;
	width: 335px;
	margin: 25px auto 0 auto;
	padding: 10px 0 10px 45px;
	color: #fff;
}

.pane .ul3-list li a:hover span {
	background: #e35b31 url(../images/ico17.png) no-repeat 154px center;
}

.tj h1 {
	font-size: 17px;
	color: #333;
	font-weight: bold;
	margin-left: 15px;
}

.tj-list {
	padding-top: 34px;
}

.tj-list li {
	background: #fff;
	width: 340px;
	padding: 15px;
	float: left;
	margin: 0 15px 30px 15px;
}

.tj-list li .pic {
	width: 356px;
	height: 204px;
	display: block;
	overflow: hidden;
}

.tj-list li .pic img {
	width: 356px;
	height: 204px;
	display: block;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.tj-list li .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.tj-list li .text a {
	color: #333;
	font-size: 14px;
	text-align: center;
	display: block;
	line-height: 22px;
	padding-top: 10px;
}

.tj-list li .text span a {
	color: #e35b31;
	font-size: 14px;
}

.bm-l {
	width: 770px;
}

.tabPanel .ul2 {
	border-bottom: 1px solid #dedddd;
}

.tabPanel .ul2 li {
	background: #f2f2f2;
	border: 1px solid #dedddd;
	width: 114px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 15px;
	border-bottom: 0;
	font-weight: bold;
	cursor: pointer;
}

.tabPanel .ul2 li.hit {
	background: #fff;
}

.panes2 {
	width: auto;
}

.panes2 .pane {
	background: none;
}

.panes2 .ul4-list li a {
	color: #666;
	font-size: 16px;
	line-height: 46px;
}

.panes2 .ul4-list li a:hover {
	color: #e35b31;
}

.panes2 .ul4-list li {
	background: url(../images/m2zl_ico1.jpg) no-repeat left center;
	padding-left: 30px;
	border-bottom: 1px solid #e3e2e2;
}

.panes2 .ul4-list li span {
	color: #666;
	font-size: 13px;
	line-height: 46px;
	float: right;
}

.tabPanel2 {
	padding-top: 8px;
}

.bm-r {
	width: 380px;
	padding-top: 10px;
}

.bm-rr {
	background: #fff;
	margin-right: 10px;
	padding: 40px 25px;
}

.bm-rr h1 {
	color: #e76229;
	font-size: 16px;
	padding-bottom: 10px;
}

.bm-rr p {
	color: #666;
	font-size: 14px;
	line-height: 30px;
}

.bm {
	padding-bottom: 100px;
}

.bm .bt {
	background: url(../images/top-ic15.png) no-repeat 184px center;
	color: #e5393b;
	font-size: 18px;
	font-weight: normal;
	border: 2px solid #e5393b;
	border-radius: 5px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	margin-bottom: 25px;
}

.bm .name {
	font-style: normal;
	font-size: 15px;
	color: #333;
	padding-right: 40px;
	text-align: right;
	width: 92px;
	line-height: 42px;
}

.bm .btn-pop label {
	display: inline-block;
	margin-bottom: 16px;
}

.bm .btn-pop label input {
	width: 13px;
	height: 13px;
	margin-right: 5px;
}

.bm .btn-pop {
	float: left;
	width: 600px;
	overflow: hidden;
}

.bm .btn-pop label span {
	font-size: 15px;
	color: #333;
}

.bm input {
	width: 570px;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	font-size: 14px;
	color: #595757;
	background: #fff;
	border-radius: 5px;
	border: 0;
}

.bm input:focus {
	outline: none;
	border: 1px solid #115194;
}

.bm .p {
	margin-bottom: 15px;
	width: 702px;
}

.bm .p .area {
	width: 570px;
	height: 114px;
	line-height: 22px;
	font-size: 14px;
	color: #595757;
	border: 0;
	padding: 15px;
	resize: none;
	border-radius: 5px;
	background: #fff;
}

.bm .p .area:focus {
	outline: none;
	border: 1px solid #115194;
}

.bm .p .vc {
	width: 125px;
	margin-right: 20px;
}

.bm .btn {
	width: 140px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #e76229;
	padding: 0;
	float: right;
}

.bm .btn:hover {
	background: #dd5233;
}

.bm .p .red {
	color: #e5393b;
	font-size: 13px;
	margin: 12px 0 0 208px;
	display: inline-block;
}

.bm2 .name {
	width: 168px;
}

.bm2 .p {
	width: 770px;
}

.bm2 input {
	width: 526px;
}

.bm2 .btn-pop {
	width: 526px;
	line-height: 42px;
}

.bm2 .btn-pop label {
	margin-bottom: 0;
	margin-right: 20px;
}

.bm2 .p .hid {
	position: relative;
	left: 208px;
}

.bm2 .btn {
	margin: 0 auto;
	float: none;
	display: block;
	margin-top: 80px;
}

.bm2 {
	margin-bottom: 200px;
}

.bm2 .bt {
	margin-bottom: 70px;
}

.case2 .case-list {
	width: 288px;
	background: #fff;
	margin-right: 15px;
	float: left;
	margin-bottom: 40px;
}

.case2 .case-list:hover {
	box-shadow: 0 0 20px 5px rgba(0,0,0,.15);
	t
}

.case2 .case-list:nth-child(4n) {
	margin-right: 0;
}

.case2 .case-list .pic {
	width: 288px;
	height: 180px;
	display: block;
}

.case2 .case-list .pic img {
	width: 100%;
	height: 100%;
	display: block;
}

.case2 .case-list .text {
	padding: 20px 15px 36px 15px;
	border-bottom: 1px solid #f1f1f1;
}

.case2 .case-list .text a {
	font-size: 16px;
	line-height: 26px;
	display: block;
	height: 50px;
	overflow: hidden;
}

.case2 .case-list .bot {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}

.case2 .case-list .bot span {
	color: #828587;
	font-size: 14px;
	display: inline-block;
	padding-left: 24px;
}

.case2 .case-list .bot span.sp1 {
	background: url(../images/top-ic4.png) no-repeat left center;
	margin-right: 10px;
}

.case2 .case-list .bot span.sp2 {
	background: url(../images/top-ic16.png) no-repeat 3px center;
}

.case2 .case-list .bot h2 {
	font-size: 14px;
	color: #828587;
	display: inline-block;
	margin-left: 30px;
	font-weight: normal;
}

.case3 .case-list {
	background: #f2f2f2;
}

.theme-popover-mask {
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	display: none
}

.theme-pop {
	z-index: 99999999;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 440px;
	margin-top: -220px;
	margin-left: -250px;
	background: rgba(255,255,255,0.8);
	display: none;
}

.theme-popbod {
	padding: 60px 90px;
	color: #444;
	position: relative;
}

.close {
	width: 35px;
	height: 35px;
	font-size: 0;
	background: url(../images/clo.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
}

.close:hover {
	color: #444;
}

.btn.theme-reg {
	position: absolute;
	top: 8px;
	left: 43%;
	display: none
}

.theme-signin img {
	margin: 0 auto;
	display: block;
}

.theme-signin h1 {
	font-size: 22px;
	color: #1d1d1d;
	text-align: center;
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 30px;
}

.theme-signin input {
	box-sizing: content-box;
	width: 280px;
	padding: 0 20px;
	line-height: 42px;
	border: 1px solid #b9b7b2;
	margin-bottom: 20px;
	color: #333;
}

.theme-signin input.cbtn {
	border: 0;
	background: #eb722e;
	color: #fff;
	border-radius: 3px;
	font-size: 16px;
	margin-top: 20px;
}

.theme-signin input.cbtn:hover {
	background: #dd5233;
}

.theme-signin .zh {
	text-align: right;
	font-size: 14px;
	color: #000;
}

.theme-signin .zh a {
	font-size: 14px;
	color: #eb722e;
}

.theme-popover2 {
	height: 600px;
	margin-top: -285px;
	z-index: 9999999999;
}

.theme-popover3 {
	height: 550px;
	margin-top: -285px;
	z-index: 9999999999;
}

.theme-popover2 .theme-popbod {
	padding: 34px 90px;
}

.theme-popover3 .theme-popbod {
	padding: 34px 90px;
}

.con-lx {
	width: 1200px;
	height: 287px;
	background: #333 url(../images/con-bg.png) no-repeat left center;
	position: relative;
}

.con-lx .con-lx-r {
	position: absolute;
	right: 0;
	top: 0;
	width: 470px;
	margin-right: 30px;
	z-index: 999;
}

.con-lx .con-lx-r h1 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 25px;
	border-bottom: 1px solid #948d8d;
	padding-top: 44px;
}

.con-lx .con-lx-r h1 span {
	font-weight: normal;
}

.con-lx .con-lx-r p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	padding-top: 30px;
}

.con-lx-bol {
	position: relative;
	width: 192px;
	height: 192px;
	border-radius: 50%;
	float: left;
}

.con-lx-bol .txt {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
}

.con-lx-bol .txt h1 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}

.con-lx-bol .txt  span {
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.con-lx-bor {
	color: #515050;
	font-size: 15px;
	line-height: 26px;
	margin-left: 15px;
	float: left;
	padding-top: 68px;
}

.con-lx-bo {
	width: 398px;
	border-bottom: 1px solid #d9d9d9;
	padding-top: 30px;
	padding-bottom: 30px;
}

.con-lx-b {
	padding: 5px 0 35px 0;
}

.zky-ba {
	padding-top: 50px;
}

.zky-ba p {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
}

.cky-jj {
	padding: 10px 0 20px 0;
}

.cky-jj .zky-r {
	width: 860px;
}

.cky-jj .zky-r h1 {
	color: #e35b31;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 25px;
}

.cky-jj .zky-r p {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	text-indent: 28px;
}

.zky-c {
	width: 984px;
	margin: 0 auto;
}

.zky-c .zky-c-list {
	float: left;
	margin: 0 18px;
}

.zky-c .zky-c-list .pic {
	width: 456px;
	height: 296px;
	display: block;
	position: relative;
	overflow: hidden;
}

.zky-c .zky-c-list .pic img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.zky-c .zky-c-list .pic:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.zky-c .zky-c-list .pic span {
	background: url(../images/ico22.png) no-repeat center center;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}

.zky-c .zky-c-list:hover span {
	animation: flipInY 1s;
	-ms-animation: flipInY 1s;
	-moz-animation: flipInY 1s;
	-webkit-animation: flipInY 1s;
	-o-animation: flipInY 1s;
}

.zky-c .zky-c-list .pic .sp2 {
	background: url(../images/ico23.png) no-repeat center center;
}

.zky-c .zky-c-list .tet {
	border: 2px solid #000;
	line-height: 62px;
	background: #fff url(../images/ico24.png) no-repeat 172px center;
	text-align: center;
	display: block;
	padding-left: 50px;
	font-size: 18px;
	color: #000;
}

.zky-c .zky-c-list .tet2 {
	background: #fff url(../images/ico25.png) no-repeat 172px center;
}

.zky-c .zky-c-list {
	width: 456px;
}

.bg3 {
	width: 910px;
	padding-top: 70px;
}

.bg3 h1 {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 50px;
}

.bg3 p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	margin-bottom: 40px;
}

.class-title {
	line-height: 126px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.class {
	padding: 66px 0 95px 0;
}

.class .class-list {
	float: left;
	margin-right: 65px;
}

.class .class-list:nth-child(2) {
	margin-right: 0;
}

.class .class-list ul {
	width: 132px;
	background: #fff;
	margin-right: 13px;
	float: left;
}

.class .class-list ul:nth-child(4) {
	margin-right: 0;
}

.class .class-list ul li.li1 {
	background: #A5A5A5;
	padding-top: 10px;
	height: 36px;
	border: 0;
}

.class .class-list ul li.li1 span {
	display: block;
	width: 80px;
	height: 26px;
	/* background: #252525; */
	text-align: center;
	line-height: 26px;
	color: #f2f2f2;
	margin: 0 auto;
	display: block;
	font-size: 14px;
}

.class .class-list ul li {
	width: 132px;
	height: 34px;
	border-bottom: 1px solid #d8d8d8;
}

.class .class-list ul li a {
	font-size: 10px;
	text-align: center;
	line-height: 34px;
	color: #666;
	display: block;
}

.zp-top .tit {
	font-size: 24px;
	color: #000;
	font-weight: normal;
	line-height: 30px;
	display: inline-block;
}

.zp-top .tit2 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 34px;
	display: inline-block;
	margin-left: 15px;
}

.zp-topprr2 {
	margin-bottom: 26px;
}

.zp-topp {
	margin-top: 12px;
	padding-bottom: 25px;
	border-bottom: 1px solid #959595;
}

.zp-toppl {
	position: relative;
}

.zp-toppl img {
	display: block;
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
}

.zp-toppl:hover img {
	opacity: 0.6;
	filter: alpha(opacity=0.6);
}

.zp-toppl .text {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 30px 0 30px;
}

.zp-toppl .text h2 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: 30px;
}

.zp-toppl .text p {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	line-height: 24px;
}

.zp-cr {
	width: 575px;
}

.zp-cr .zp-cr-list {
	width: 265px;
	height: 48px;
	background: #3b5998;
	padding: 36px 0;
	float: left;
	margin: 0 15px 22px 0;
}

.zp-cr .zp-cr-list:nth-child(2n) {
	margin-right: 0;
}

.zp-cr .zp-cr-list2 {
	background: #44bb0a;
}

.zp-cr .zp-cr-list3 {
	background: #7cb228;
}

.zp-cr .zp-cr-list4 {
	background: #d34836;
}

.zp-cr .zp-cr-list i {
	width: 42px;
	height: 42px;
	background: url(../images/ico26.png) no-repeat center center;
	display: inline-block;
	margin-left: 24px;
}

.zp-cr .zp-cr-list2 i {
	background: url(../images/ico27.png) no-repeat center center;
}

.zp-cr .zp-cr-list3 i {
	background: url(../images/ico28.png) no-repeat center center;
}

.zp-cr .zp-cr-list4 i {
	background: url(../images/ico29.png) no-repeat center center;
}

.zp-cr .zp-cr-list .bottom {
	display: inline-block;
	margin-left: 30px;
}

.zp-cr .zp-cr-list .bottom h3 {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.zp-cr .zp-cr-list .bottom p {
	font-size: 14px;
	color: #fff;
}

.zp-c {
	padding: 12px 0 5px 0;
	border-bottom: 1px solid #959595;
}

.zp-top {
	margin-bottom: 25px;
}

.maodian {
	position: relative;
	top: -200px;
	display: block;
	height: 0;
	overflow: hidden;
}

.mySelect {
	width: 270px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	border: 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
	padding-left: 10px;
	background: #dcdcdc url(../images/aaaaa.png) no-repeat right center;
	outline: none;
}

.mySelect option {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	text-indent: 10px;
	font-size: 14px;
	color: #000;
	background: #fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	padding: 10px;
	margin: 10px;
}

.mySelect option:hover {
	background: #115194;
}

.kcb {
	width: 100%;
	margin-bottom: 50px;
}

.kcb thead {
	width: 100%;
	background: #0C3E73;
}

.kcb thead th {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #0C3E73;
	text-align: left;
	color: #fff;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.kcb tbody {
	border-right: 1px solid #ddd;
}

.kcb tbody td {
	width: 50%;
	padding: 12px 0;
	line-height: 22px;
	background: #f4f4f4;
	text-align: left;
	color: #333;
	padding-left: 20px;
	border: 1px solid #dddddd;
	border-right: 0;
	border-top: 0;
	font-size: 16px;
	font-weight: normal;
}/********************/}/*11.19*/.nav {
	display: block;
}

.phone-nav {
	display: none;
}

.main-navigation {
	text-align: left;
}

.main-navigation {
	text-align: left;
}

.navbar-header {
	text-align: center;
}