﻿html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;line-height:1.15;-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{margin:0;font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;line-height: 1.42857143;font-size: 14px;min-width: 1200px;background: #fff;color: #333;}
h1{font-size:2em;margin:.67em 0;}
figure{margin:1em 40px;}
hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible;}
a{-webkit-text-decoration-skip:objects;background-color:transparent;}
abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;}
b,strong{font-weight:bolder;}
dfn{font-style:italic;}
mark{background-color:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sub{bottom:-.25em;}
sup{top:-.5em;}
audio:not([controls]){display:none;height:0;}
img{border-style:none;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{line-height:1.42857143;margin:0;outline: none;}
body, button, input, select, textarea {text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-moz-font-feature-settings: "liga","kern";}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html [type=button],/* 1 */
[type=reset],[type=submit]{-webkit-appearance:button;}
button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:.35em .75em .625em;}
legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
progress{display:inline-block;vertical-align:baseline;}
textarea{overflow:auto;}
[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto;}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}
summary{display:list-item;}
article,aside,footer,header,nav,section,figcaption,figure,main,details,/* 1 */
menu{display:block;}
pre,code,kbd,samp{font-family:monospace, monospace;font-size:1em;}
audio,video,canvas{display:inline-block;}
template,[hidden]{display:none;}
h1,h2,h3,h4,p{margin:0px;padding:0px;}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
a {color: #333;text-decoration: none;}
a:hover {color: #0176d1;}
ul {margin: 0;list-style: none;padding: 0;}

.container {
	width: 1200px;
	margin: 0 auto;
}
.main {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.img-center {
	text-align: center;
}
.img-center img {
	display: inline-block;
	width: 280px;
	height: 210px;
	vertical-align: middle;
}

.top {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #0176d1;
	color:#fff;
}
.top a {
	color: #fff;
}
.top-left {
	width: 900px;
	float: left;
}
.top-right {
	width: 280px;
	float: right;
	text-align: right;
}
.header {
	overflow: hidden;
}
.header .logo {
	float: left;
	padding: 30px 0;
}
.header .logo img {
	display: block;
	max-height: 51px;
}
.header .text {
	float: left;
	border-left: 1px solid #ddd;
	font-size: 22px;
	padding: 2px 0 2px 30px;
	margin: 20px 0 20px 30px;
}
.header .text span {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0176d1;
}
.header .text p {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.header .tel {
	float: right;
	margin-top: 32px;
	background: url(../images/tel1.png) no-repeat 0 center;
	padding-left: 30px;
	margin-left: 20px;
}
.header .tel em {
	display: block;
	font-size: 26px;
	font-family: Impact;
	line-height: 1;
	margin-top: 5px;
	/*font-weight: bold;*/
	font-style: normal;
}

.nav {
	background-color: #0176d1;
}
.nav li {
	float: left;
	background: url(../images/nav_line.jpg) no-repeat right 24px;
}
.nav li:last-child {
	background: none;
}
.nav li a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 200px;
    padding: 11px 0;
	color: #fff;
}
.nav li span {
	display: block;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.nav li a:hover,.nav li a.active,.nav li.open>a {
	color: #fff;
	background: #fb9006;
}
.nav li a:hover span,.nav li a.active span,.nav li.open span {
	color: #fff;
}
.nav .dropdown-box li {
	background: none;
	float: none;
}
.nav .dropdown-box li a {
	color: #fff;
	padding: 6px 0px;
}
.nav .dropdown-box li a:hover {
	color: #333;
	background-color: #fff;
}
.dropdown {
	position: relative;
}
.dropdown-box {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	background-color: #0176d1;
	width: 100%;
	display: none;
	overflow: hidden;
}
.dropdown-box li {
	border-top: 1px solid #fff;
	text-align: center;
}
.dropdown-box li a {
	display: block;
	line-height: 40px;
	color: #333;
}
.dropdown.open .dropdown-box {
	display: block;
}

.slideBox {
	height: 648px;
	position: relative;
	overflow: hidden;
}
.slideBox .hd {
	position: absolute;
	bottom: 20px;
	font-size: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.slideBox .hd li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd li.on {
	background-color: #0176d1;
}
.slideBox .bd,.slideBox .bd ul,.slideBox .bd li {
	width: 100% !important;
	height: 100% !important;
}
.slideBox .bd li {
	background: no-repeat center;
}
.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.sou {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.sou .hot {
	float: left;
	padding: 8px 0;
}
.sou .hot a {
	margin-right: 10px;
}
.search{
	float: right;
	position: relative;
    width: 300px;
    height: 35px;
    margin: 8px 0;
	background: #f3f3f3;
}
.search_text{
	float: left;
	width: 234px;
    height: 35px;
    color: #565656;
    border: 0px;
    padding-left: 5px;
    outline: none;
    background: none;
}
.search_select{
	float: left;
	width:51px;
	height: 35px;
	display: none;
}
.search_select select{display:none;}
.search_button {
	float: right;
}

.section {
	padding: 40px 0;
}
.section-title {
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
}
.section-title:after {
	background-color: #0176d1;
	width: 30px;
	height: 1px;
	display: block;
	content: '';
	margin: 10px auto 0;
}
.section-title strong {
	color: #fb7106;
	font-size: 90px;
	line-height: 1;
}
.section-title p {
	margin: 0;
	font-size: 24px;
}

.pro-box {
	background: url(../images/pro_bg.jpg) no-repeat center bottom;
}
.pro-way {
	padding-top: 100px;
	padding-bottom: 70px;
}
.pro-way .slide {
	background-color: #fff;
	padding: 30px 15px 15px;
	width: 270px;
	float: left;
}
.pro-way .slide h4 {
	margin: 0 0 31px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.pro-way .slide h4 a {
	display: block;
	background: url(../images/jia.png) no-repeat right center;
	line-height: 24px;
	color: #0176d1;
	font-size: 20px;
}
.pro-way .slide ul {
	overflow: hidden;
	margin-bottom: 10px;
}
.pro-way .slide li {
	float: left;
	width: 50%;
}
.pro-way .slide li a {
	display: block;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-way .slide .tel {
	background: url(../images/tel2.png) no-repeat 0 center;
	padding-left: 55px;
}
.pro-way .slide .tel span {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	margin-top: 5px;
}
.pro-way .list {
	margin-left: 300px;
	overflow: hidden;
	margin-top: -20px;
}
.pro-way .list li {
	float: left;
	width: 33.333333%;
}
.pro-way .list .box {
	margin: 20px 0 27px 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
.pro-way .list .m {
	line-height: 210px;
	height: 210px;
}
.pro-way .list p {
	margin: 0;
	line-height: 55px;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-way .list .text {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #0176d1;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition: all .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pro-way .list .text h4 {
	margin: 80px 0 18px;
	font-size: 22px;
	background: url(../images/fdj.png) no-repeat top center;
	padding-top: 68px;
}
.pro-way .list .text a {
	display: block;
	color: #fff;
	line-height: 24px;
}
.pro-way .list .box:hover .text {
	top: 0;
}

.case-box {
	background: url(../images/case_bg.jpg) no-repeat center bottom;
}
.case-con {
	margin-bottom: 100px;
	position: relative;
}
.case-con li {
	float: left;
	width: 363px;
	margin-right: 55px;
}
.case-con li a {
	display: block;
	background-color: #fff;
}
.case-con li .m {
	overflow: hidden;
	height: 272px;
	line-height: 272px;
}
.case-con li .m img {
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	width: 363px;
	height: 272px;
}
.case-con li .text {
	padding: 15px 30px;
	text-align: center;
}
.case-con li .text h4 {
	border-bottom: 1px solid #d9d9d9;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	font-size: 20px;
	padding-bottom: 15px;
}
.case-con li .text p {
	margin: 15px 0 0;
	height: 60px;
	color: #666;
}
.case-con li a:hover .m img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.case-con .prev,.case-con .next {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: no-repeat center;
	z-index: 2;
}
.case-con .prev {
	background-image: url(../images/prev1.png);
	left: -25px;
}
.case-con .prev:hover {
	background-image: url(../images/prev1h.png);
}
.case-con .next {
	background-image: url(../images/next1.png);
	right: -25px;
}
.case-con .next:hover {
	background-image: url(../images/next1h.png);
}

.fea-box li {
	float: left;
	width: 24.5%;
	display: block;
	text-align: center;
	height: 268px;
	border-right: 1px solid #ccc;
	color: #333;
}
.fea-box li:last-child{
	border-right: none;
}
.fea-box li span {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: #ededed;
	margin: 0 auto;
}
.fea-box li img {
	position: absolute;
	width: 53px;
	height: 53px;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.fea-box li img.h {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-65px) rotate3d(1,0,0,90deg);
}
.fea-box li h4 {
	margin: 15px 0 0;
	font-size: 30px;
}
.fea-box li p {
	font-size: 16px;
	line-height: 24px;
	margin: 15px 0 0;
}
.fea-box li.tel a {
	border-right: 0;
}
.fea-box li.tel h4 {
	font-size: 20px;
	font-weight: normal;
}
.fea-box li.tel p {
	font-family: Impact;
	font-size: 30px;
	line-height: 1.1;
}
.fea-box li:hover span {
	background-color: #0176d1;
}
.fea-box li:hover img.a {
	-webkit-transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,65px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}
.fea-box li:hover img.h {
	-webkit-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
	visibility: visible;
}

.ys-box {
	background: url(../images/ys_bg.jpg) no-repeat center;
}
.ys {
	background-color: #fff;
	margin-top: 15px;
	padding: 20px 50px;
}
.ys .title {
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
}
.ys .title img {
	display: block;
}
.ys-con {
	background: url(../images/ys1.jpg) no-repeat center;
}
.ys-con ul {
	margin-left: 570px;
	height: 410px;
}
.ys-con li {
	float: left;
	width: 50%;
	margin-top: 30px;
}
.ys-con li h4 {
	margin: 0;
	font-size: 20px;
	color: #fff;
	    line-height: 90px;
}
.ys-con li p {
	margin: 10px 0 0;
	line-height: 1.8;
	color: #fff;
}

.cess-box li {
	float: left;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	margin-right: 81px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-color: #ebebeb;
	text-align: center;
	position: relative;
}
.cess-box li:after {
	position: absolute;
	width: 11px;
	height: 17px;
	background: url(../images/jt2.png) no-repeat;
	content: "";
	top: 50%;
	margin-top: -8px;
	right: -46px;
}
.cess-box li:last-child {
	margin-right: 0;
}
.cess-box li:last-child:after {
	display: none;
}
.cess-box li i {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 23px auto 0;
	display: block;
	font-size: 0;
}
.cess-box li span {
	display: block;
	line-height: 25px;
	font-weight: bold;
}
.cess-box li img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cess-box li:hover {
	background-color: #0176d1;
	color: #fff;
}
.cess-box li:hover img {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
}
.cess-box-tel {
	text-align: center;
	margin-top: 40px;
}
.cess-box-tel p {
	display: inline-block;
	text-align: left;
	margin: 0;
	background: url(../images/tel1.png) no-repeat left center;
	padding-left: 40px;
}
.cess-box-tel span {
	display: block;
	font-family: Impact;
	font-size: 34px;
}
.cess-box-tel span em {
	color: #333333;
}

.about-box {
	background: url(../images/abt_bg.jpg) no-repeat center bottom #efefef;
}
.about-con {
	background-color: #fff;
}
.about-con-pic {
	float: left;
	width: 660px;
	height: 400px;
}
.about-con-text {
	width: 500px;
    float: right;
    padding: 40px 20px;
}
.about-con-text h4 {
	margin: 0;
	font-size: 28px;
}
.about-con-text p {
	line-height: 30px;
	text-align: justify;
	text-indent: 2em;
}
.abo-more {
	display: inline-block;
	color: #fff;
	background: #0176d1;
	padding: 8px 15px;
}
.abo-more:hover {
	color: #fff;
}

.news-box-item dl {
	margin: 0;
	overflow: hidden;
	height: 300px;
}
.news-box-item dt {
	float: left;
	width: 600px;
	text-align: center;
}
.news-box-item dt img {
	width: 600px;
	height: 300px;
}
.news-box-item dd {
	float: right;
	width: 550px;
	padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.news-box-item dd h4 {
	margin: 0;
	font-size: 16px;
}
.news-box-item dd h4 a {
	float: left;
	width: 75%;
}
.news-box-item dd h4 span {
	width: 20%;
	float: right;
	text-align: right;
	font-size: 14px;
	font-weight: normal;
}
.news-box-item dd p {
	margin: 30px 0 0;
	line-height: 25px;
	overflow: hidden;
}

.news-aq {
	margin-top: 40px;
}
.news-tit {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}
.news-tit a {
	display: inline-block;
	font-size: 24px;
	padding-bottom: 10px;
    border-bottom: 3px solid #0176d1;
}
.picMarquee-left li {
	float: left;
	width: 580px;
	margin-right: 40px;
}
.news-info {
	float: left;
	width: 450px;
}
.news-info h4 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.news-info h4 a {
	display: block;
	overflow: hidden;
}
.news-info p {
	line-height: 28px;
	color: #666;
}
.news-time {
	float: right;
	width: 100px;
	color: #b2b2b2;
	line-height: 30px;
	text-align: right;
}
.tempWrap {
	width: 1200px!important;
}

.buss-link {
	padding: 10px 0 30px;
}
.buss-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	line-height: 55px;
	font-size: 18px;
	color: #0176d1;
}
.buss-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.buss-link ul {
	margin-left: -20px;
}
.buss-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.footer .copy {
	text-align: center;
	padding: 15px 0;
	line-height: 25px;
	background: #222;
    color: #fff;
}
.footer .copy a {
	color: #fff;
}
.footer .info {
	background: url(../images/foot_bg.jpg) no-repeat center / cover;
	color: #fff;
	padding: 40px 0;
}
.footer .info a {
	color: #fff;
}
.footer .info .tit {
	font-size: 24px;
	margin-bottom: 30px;
}
.footer .info .item {
	float: left;
	width: 400px;
	margin-right: 100px;
}
.footer .info ul {
	overflow: hidden;
}
.footer .info li {
	float: left;
	width: 50%;
}
.footer .info li a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	padding-left: 15px;
	background: url(../images/san1.png) no-repeat left center;
}
.footer .info .ewm {
	margin: 0;
	width: 130px;
	float: right;
}
.footer .info .ewm img {
	display: block;
	width: 100%;
	height: auto;
}
.footer .info p {
	line-height: 40px;
}

.curmbs {
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 20px;
}
.curmbs span {
	padding-left: 10px;
	border-left: 10px solid #e5e5e5;
}
.curmbs em {
	font-style: normal;
	padding: 0 5px;
	color: #999;
}

.left-box {
	float: left;
	width: 240px;
}
.panel-tit {
	background-color: #0176d1;
	color: #fff;
}
.panel-tit h4 {
	text-align: center;
	font-size: 24px;
	padding: 20px 0;
}
.panel-tit {
	border: 1px solid #ececeb;
	padding: 5px 10px;
	border-top: 0;
}

.column h3 {
	margin: 0;
	font-weight: normal;
	background: url(../images/nav_bg1.jpg) no-repeat right center;
	padding: 0 60px 0 30px;
}
.column h3 a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #333;
}
.column h3.on,.column h3:hover {
	background: url(../images/nav_bg2.jpg) no-repeat right center;
}
.column h3.on a {
	color: #0176d1;
}
.column li {
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	border-left: 6px solid #f2f2f2;
}
.column li a {
	display: block;
	padding: 0 0 0 24px;
	background-color: #fff;
}
.column li.on a {
	color: #e70012;
}
.column .sub>a {
	position: relative;
}
.column .sub.open>a:after {
	border-color: #c5262b;
}
.column .sub-box {
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	display: none;
}
.column .sub.open .sub-box {
	display: block;
}
.column .sub-box p {
	margin: 0;
	border-bottom: 1px solid #ECECEC;
}
.column .sub-box a {
	background-color: transparent;
	padding-left: 60px;
}
.tact-box h4 {
	background: url(../images/tel3.png) no-repeat 14px center #0176d1;
	border-left: 6px solid #0176d1;
	padding-left: 42px;
	line-height: 46px;
	color: #fff;
	margin: 0;
}
.tact-box p {
	margin: 0;
	padding: 20px 0 0 20px;
	background: url(../images/tact_bg.jpg) no-repeat;
	height: 92px;
	font-size: 20px;
	line-height: 34px;
	color: #0176d1;
	font-family: Impact;
}
.abo-content {
	line-height:30px;
		font-size:16px;
	text-indent:2em;
}
.right-box {
	float: right;
	width: 930px;
}
.right-title {
	border-bottom: 1px solid #ececeb;
	height: 44px;
	margin-bottom: 15px;
	font-size: 24px;
}
.right-title span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.prolist {
	
}
.prolist li {
	float: left;
	width: 295px;
	border: 1px solid #ddd;
	margin-right: 19px;
    margin-bottom: 19px;
}
.prolist li:nth-child(3n+3){
	margin-right: 0px;
}
.prolist li:hover {
	border-color: #0176d1;
	color: #0176d1;
}
.prolist li .text {
	padding: 5px 20px;
}
.prolist li h4 {
	font-size: 18px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	font-weight: normal;
}
.prolist li p {
	color: #666;
	padding-bottom: 5px;
}
.prolist li .pro-img {
	text-align: center;
}
.prolist li .pro-img img{
	width: 295px;
	height: 220px;
} 

.pages {
  padding: 30px 0px;
  text-align: center;
}
.pages li {
  display: inline;
  margin:0 5px;
}
.pages li a {
  padding: 8px 13px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
}
.pages li a:hover {
  padding: 8px 13px;
  border: 1px solid #0176d1;
  background: #0176d1;
  color: #fff;
}

.newslist li {
	margin-bottom: 15px;
}
.newslist li a {
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	overflow: hidden;
}
.newslist li .m {
	float: left;
	width: 29.5%;
}
.newslist li .m img {
	display: block;
	width: 315px;
    height: 175px;
}
.newslist li .text {
	margin-left: 34%;
}
.newslist li .text h4 {
	margin: 0;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.newslist li .text h4 span {
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.newslist li .text p {
	color: #797979;
	line-height: 1.8;
}
.newslist li .text .more {
	float: right;
	padding: 6px 12px;
	color: #fff;
	background-color: #B6B6B6;
}
.newslist li a:hover {
	border-color: #0176d1;
}
.newslist li a:hover .text h4 {
	color: #0176d1;
}
.newslist li a:hover .text .more {
	background-color: #0176d1;
}
.newslist-1 li .m {
	width: 35%;
}
.newslist-1 li .text {
	margin-left: 40%;
}
.newslist-1 li .text .more {
	background-color: transparent;
	border: 1px solid #ddd;
	color: #666;
	margin-top: 15px;
}
.newslist-1 li a:hover .text .more {
	color: #fff;
	border-color: #0176d1;	
}
.infocontent-desc {
	margin-bottom: 8px;
	border: 1px solid #ddd;
	padding: 20px;
}
.infocontent {
	margin-bottom: 30px;
}
.infocontent-title {
	margin-bottom: 20px;
	text-align: center;
}
.infocontent-title h1 {
	font-size: 20px;
}
.infocontent-title p {
	margin: 10px 0 0;
	font-size: 12px;
	color: #999;
}
.infocontent-title p span {
	padding: 0 5px;
}
.infocontent-body {
	line-height: 2;
	margin-bottom: 20px;
	font-size:16px;
	/*text-indent:2em;*/
}





.infocontent-body p a{

	font-weight: bolder;
}




    
.infocontent-body img {
	max-width: 100%;
	height: auto;
}
.infocontent-epx {
	margin-bottom: 20px;
}
.infocontent-epx li {
	line-height: 32px;
}
.infocontent-return {
	border-top: 1px solid #e5e5e5;
	line-height: 32px;
}
.infocontent-return a {
	margin-right: 10px;
}
.infocontent-return .more {
	float: right;
	background-color: #e5e5e5;
	padding: 0 10px;
}
.infocontent-rem {
	margin-bottom: 20px;
}
.infocontent-rem h4 {
	font-size: 20px;
	line-height: 40px;
}
.infocontent-rem li {
	border-top: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 35px;
}
.infocontent-rem li span {
	float: right;
	text-align: right;
	font-size: 12px;
}
.related h4 {
	font-size: 20px;
	line-height: 40px;
}
.relatedpro {
	margin-left: -15px;
}
.relatedpro li {
	float: left;
	width: 25%;
}
.relatedpro li a {
	display: block;
	margin: 0 0 15px 15px;
	border: 1px solid #ddd;
	position: relative;
}
.relatedpro li a:hover {
	border-color: #0176d1;
}
.relatedpro li .m {
	height: 165px;
	text-align: center;
}
.relatedpro li .m img {
	width: 220px;
    height: 165px;
}
.relatedpro li .text h4 {
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.detail-img {
	text-align: center;
}
.detail-img img{
	display: inline;
}

.hotpropic{height:180px;width:233px;}
.rm_head a {padding: 4px 16px;margin-right:5px;text-decoration: none;color: #333;background: #f4f4f4;font-size: 14px;display: inline-block;margin-bottom: 10px;}
.rm_content a{padding: 4px 16px;display: inline-block;height: 24px;line-height: 24px;}
.rm_head a:hover {background: #0066cb;color: #fff;}
.rm_content a:hover {color: #666;}
.rm_head,.rm_content,.rm_num{width: 1200px;margin: 0 auto;}
.rm_content a {text-decoration: none;color: #333;margin-right: 5px;}
.rm_content div {border-bottom: 1px dashed #ccc;}
.rm_content dt,.rm_content p a{font-weight:bold; font-size:14px;}
.rm_head {margin-top: 40px;}
.rm_num {height: 40px;background: #2893e7;line-height: 40px;margin-top:10px;}
.rm_num ul li{list-style-type:none;float: left;color: #fff;margin:0 17px;padding:0px 2px;cursor: pointer;}
.rm_num ul li a{color: #fff;text-decoration: none;}
.rm_num ul li a:hover {color: #000;}
.rm_content div dd {margin-left: 10px;}
.rm_content div {margin-top: 6px;}
.rm_content{margin-bottom:40px;}

.carousel {
	position:relative;
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden;
}
.carousel-inner>.item {
	position:relative;
	display:none;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left;
	text-align: center;
}
.carousel-inner>.item>img,.carousel-inner>.item>a>img {
	line-height:1;
	display: inline-block;
	max-width: 100%;
}
@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
	-webkit-transition:-webkit-transform .6s ease-in-out;
	-o-transition:-o-transform .6s ease-in-out;
	transition:transform .6s ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	perspective:1000
}
.carousel-inner>.item.next,.carousel-inner>.item.active.right {
	left:0;
	-webkit-transform:translate3d(100%,0,0);
	transform:translate3d(100%,0,0)
}
.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
	left:0;
	-webkit-transform:translate3d(-100%,0,0);
	transform:translate3d(-100%,0,0)
}
.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
	left:0;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next,.carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:45%;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	
}
.carousel-control.right {
	right:0;
	left:auto;	
}
.carousel-control:hover,.carousel-control:focus {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block
}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
	left:50%;
	margin-left:-10px
}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-prev,.carousel-control .icon-next {
	width:20px;
	height:20px;
	margin-top:-10px;
	font-family:serif
}
.carousel-indicators {
	position:absolute;
	bottom:10px;
	left:50%;
	z-index:15;
	width:60%;
	padding-left:0;
	margin-left:-30%;
	text-align:center;
	list-style:none
}
.carousel-indicators li {
	display:inline-block;
	width:9px;
	height:9px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000 \9;
	background-color:rgba(0,0,0,0);
	border:1px solid #fff;
	border-radius:10px;
}
.carousel-indicators .active {
	width:11px;
	height:11px;
	margin:0;
	background-color: #fff;
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
		width:30px;
		height:30px;
		margin-top:-15px;
		font-size:30px
	}
	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left:-15px
	}
	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right:-15px
	}
	.carousel-caption {
		right:20%;
		left:20%;
		padding-bottom:30px
	}
	.carousel-indicators {
		bottom:20px
	}
}

.banc {
	text-align: center;
}
.banc img {
	max-width: 100%;
	height: auto;
	display: inline-block;
} 