@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li, ol, h1, h2, h3, dl, dt, dd, form, p, span, b, u, s, i {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
html {
	/*background-image: url(../images/bg.jpg);*/
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: 0 0%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	background-color: rgba(255,255,255,0.7);
}
.clearfix {
	display: inline-table;
}
* html .clearfix {
	height: 1%;/*ie6*/
	overflow-x: hidden;
}
*+html .clearfix {
	min-height: 1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
input, textarea {
	outline: none;
}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a {
blr:expression(this.onFocus=this.blur()); /* IE Opera */
	outline: none; /* FF Opera */
}
a:focus {
	-moz-outline-style: none; /* FF */
} /*去掉a标签超链接的虚线框*/
body {
	margin: 0px;
	color: #3F3F3F;
	font-size: 12px;
	font-family: Microsoft YaHei, 宋体, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
	color: #131313;
}
a:visited {
	text-decoration: none;
	color: #131313;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #131313;
}
.xp_xdd {
	width: 100%;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.cp {
	width: 1200px;
	margin: 0 auto;
}
.xp_l {
	float: left;
	color: #000;
}
.xp_l a {
	color: #000;
}
.xp_r {
	float: right;
	color: #000;
}
.xp_r a {
	color: #000;
}
.nav_xdd {
	width: 1200px;
	margin: 8px auto;
	overflow: hidden;
}
.nav {
	float: left;
}
.logo {
	margin-top: 0px;
	margin-bottom: 5px;
}
.logo img {
	max-height: 70px;
}
.nav_r {
	float: right;
	margin-top: 3px;
}
.nav_r ul li {
	float: left;
	list-style: none;
	overflow: hidden;
	position: relative;
	line-height: 60px;
	text-align: center;
}
.nav_r ul li>a {
	width: 106px;
	font-size: 16px;
	color: #000;
	display: block;
}
.nav_r ul li a span {
	position: absolute;
	left: 0;
	width: 106px;
}
.nav_r ul li a span.over {
	color: #fff;
	background-color: #019FD2;
	top: -60px;
}
.nav_r ul li a {
	position: relative;
	display: block;
	height: 60px;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}
.nav_r ul li a span.out {
	top: 0;
}
.nav_r ul li.active>a {
	margin: 0 7px;
	font-size: 16px;
	color: #fff;
	display: block;
	margin-top: 18px;
	background: #019FD2;
}
/*.nav_r ul li a:hover{
	margin: 0 7px;
	font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 18px;
    background: #019FD2;
    padding: 16px 15px;
}*/

.banner {
	width: 1440px;
	height: 500px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin: 0 auto;
}
.imgbox {
	width: 1440px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.img {
	position: absolute;
	display: none;
}
.im {
	display: block;
}
.change {
	height: 100px;
	display: block;
	position: absolute;
	z-index: 20;
	opacity: 0.4;
	transition: 0.4s;
	top: 50%;
	margin-top: -50px
}
.change:hover {
	opacity: 1;
}
.pre {
	left: 1%;
}
.next {
	right: 1%;
}
.cirbox {
	width: 88px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
	left: 50%;
	margin-left: -44px;
	cursor: pointer;
}
.cir {
	width: 12px;
	height: 12px;
	background-color: #fff;
	opacity: 0.4;
	float: left;
	border-radius: 6px;
	margin: 0 5px 0 5px;
	cursor: pointer;
}
.cir:hover {
	background-color: #d9bd7c;
	transition: 0.8s;
}
.cr {
	opacity: 1;
	background-color: #d9bd7c;
}
.cr:hover {
	background-color: #fff;
}
.about_xdd {
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
}
.about {
	width: 1200px;
	margin: 0 auto;
}
.ty_title {
	position: relative;
	padding-left: 43px;
}
.title24 {
	font-size: 36px;
	font-family: "Times New Roman";
}
.title25 {
	font-size: 40px;
	background: url("../images/about_bg.png") top left no-repeat;
	height: 102px;
}
.title26 {
	font-size: 40px;
	background: url("../images/case_bg.png") top left -5px no-repeat;
	height: 102px;
}
.title27 {
	font-size: 40px;
	background: url("../images/news_bg.png") top left -9px no-repeat;
	height: 102px;
	width: 630px;
	display: inline-block;
}
.line {
	position: absolute;
	height: 80px;
	width: 2px;
	background: #01a0ca;
	left: 0;
	top: 10px;
}
.iabout {
	overflow: hidden;
	margin-top: 40px;
}
.iabout_text {
	float: left;
	position: relative;
}
.iabout_text p {
	width: 591px;
	margin-top: 40px;
	line-height: 30px;
	padding-left: 43px;
	font-size: 15px;
}
.iabout_img {
	float: right;
	position: relative;
	height: 315px;
}
.iabout_img img {
	position: relative;
	z-index: 2;
}
.iabout_text em {
	position: absolute;
	width: 28px;
	height: 4px;
	background: #F1701C;
	top: 0;
	left: 43px;
}
.about_more {
	padding-left: 40px;
	margin-top: 21px;
}
.about_more a {
	padding: 13px 50px;
	display: inline-block;
	background: #F1701C;
	border-radius: 22px;
	color: #fff;
	transition: all .5s;
}
.about_more a:hover {
	background: #E06116;
}
.kuang {
	position: absolute;
	width: 528px;
	height: 296px;
	border: 2px solid #cccccc;
	top: 18px;
	left: -14px;
}
.case_xdd {
	width: 100%;
	overflow: hidden;
	padding-top: 70px;
}
.case {
	width: 1200px;
	margin: 0 auto;
}
.cp_lb {
	margin: 20px auto 0 auto;
	width: 1200px;
	text-align:center;     
}
.cp_lb ul{
	display:inline-block;  
}
.cp_lb ul li {
	float: left
}
.cp_lb ul li a {
	display: block;
	font-size: 12px;
	margin: 0 5px;
	padding: 8px 10px;
	transition: all .2s;
	border-radius: 5px;
}
.cp_lb ul li a:hover {
	color: #fff;
	background-color: #41A4C6;
	transform:translate(0,-2px);
}
.cp_lb li em {
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: 0;
	background: #41a4c6;
	left: 42%;
	top: 20px;
	opacity: 0;
}
.case_show {
	margin-top: 21px;
}
.news_xdd {
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
}
.news {
	width: 1200px;
	margin: 0 auto;
}
.news_fl {
	float: right;
	margin-top: 22px;
}
.news_fl ul li {
	float: left;
	padding: 0 10px;
}
.news_fl ul li a:hover {
	background: #E06116;
	color: #fff;
}
.news_fl ul li a {
	font-size: 14px;
	border: 1px solid #E06116;
	padding: 9px 16px;
	display: block;
	transition: all .5s;
}
.news_fl .active a {
	background: #bfbfbf;
	color: #fff;
}
.inews {
	margin-top: 40px;
	overflow: hidden;
}
.inews_con {
	margin-bottom: 0px;
	overflow: hidden;
}
.inews_left {
	float: left;
	width: 620px;
	margin-top: 37px;
}
.inews_right {
	float: right;
}
.inews_time {
	float: left;
}
.inews_text {
	float: right;
	width: 541px;
	margin-top: 9px;
}
.day {
	color: #b3b3b3;
	font-size: 48px;
}
.year {
	color: #b3b3b3;
	font-size: 14px;
}
.inews_title {
	font-size: 16px;
	color: #303133;
	margin-bottom: 20px;
}
.inews_text p {
	font-size: 14px;
	color: #616366;
	margin-bottom: 25px;
	width: 609px;
}
.inews_more a {
	padding: 13px 40px;
	display: inline-block;
	background: #F1701C;
	border-radius: 22px;
	color: #fff;
	transition: all .5s;
}
.inews_more a:hover {
	background: #E06116;
}
.inews_line {
	border-left: 1px solid #ccc;
	padding-left: 23px;
}
.inews_left1 {
	float: left;
	margin-top: 37px;
}
.inews_right1 {
	float: right;
	width: 670px;
	margin-top: 74px;
}
.inews_text1 {
	float: right;
	width: 586px;
	margin-top: 9px;
}
.inews_text1 p {
	font-size: 14px;
	color: #616366;
	margin-bottom: 36px;
}
.footer {
	width: 100%;
	overflow: hidden;
	background: #35393b;
}
.bottom {
	width: 1200px;
	margin: 0 auto;
}
.foot_l {
	width: 987px;
	float: left;
	margin-top: 28px;
}
.foot_l dl:first-child {
	padding-left: 0;
}
.foot_l dl {
	float: left;
	padding-left: 65px;
}
.foot_l dt {
	color: #fff;
	font-size: 18px;
	position: relative;
	margin-bottom: 17px;
	display: inline-block;
}
.foot_l dt a {
	color: #fff;
}
.foot_l dd a {
	font-size: 14px;
	color: #9a9c9c;
}
.foot_l dd {
	line-height: 30px;
}
.foot_l dt:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 1px;
	background: #fff;
}
.foot_r {
	float: right;
	margin-top: 28px;
}
.foot_r p {
	color: #fff;
	text-align: center;
}
.ba_xdd {
	width: 100%;
	overflow: hidden;
	background: #202124;
	line-height: 24px;
}
.ba {
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}
.banc {
	width: 1200px;
	margin: 0 auto;
}
.banc img {
	display: block;
	max-width: 100%;
	height: auto;
}
.main {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 68px;
}
.tynav {
	float: left;
	width: 240px;
}
.ty_p {
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	overflow: hidden;
	width: 240px;
	padding-bottom: 35px;
}
.ty_img img {
	display: block;
}
.ty_p ul li {
	padding-left: 37px;
	width: 190px;
	line-height: 47px;
}
.ty_p ul li a {
	font-size: 12px;
	background: url("../images/timo.png") left no-repeat;
	padding-left: 25px;
	border-bottom: 1px solid #e4e4e5;
	display: block;
}
.ty_link {
	background: url("../images/tel_bg.jpg") center no-repeat;
	width: 240px;
	height: 90px;
	margin-top: 35px;
	text-align: center;
	padding-top: 47px;
	font-size: 27px;
	color: #fff;
}
.tymain {
	width: 910px;
	float: right;
}
.tymain1 {
	width: 910px;
	float: right;
	line-height: 30px;
}
.okc {
	font-size: 18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 13px;
	position: relative;
}
.okc em {
	position: absolute;
	width: 40px;
	height: 2px;
	background: #01a0ca;
	bottom: -1px;
	left: 0;
}
.ty_con {
	margin-top: 20px;
}
.miaoshu {
	text-indent: 2em;
	margin-top: 14px;
}
.ty_con1 {
	margin-top: 37px;
	margin-bottom: 40px;
}
.ty_con_about {
	margin-top: 37px;
	line-height: 30px;
	text-indent: 2em;
}
.ty_con ul li {
	float: left;
	margin-bottom: 40px;
}
.cp_name {
	text-align: center;
	margin-top: 10px;
}
.cp_name a {
	font-size: 16px;
}
.pd_l {
	padding-left: 0px!important;
}
.ty_con li {
	padding-left: 35px;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages li a {
	display: block;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
}
.pages_solid {
	display: block;
	padding: 0 10px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	height: 36px;
	line-height: 36px;
	min-width: 36px;
	background: #41a4c6;
	color: #fff;
}
.news_time {
	float: left;
}
.news_text {
	float: right;
	width: 785px;
	margin-top: 10px;
}
.news_y {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	cursor: pointer;
}
.news_y:hover {
	background: #f5f7f7;
}
.ty_title1 {
	text-align: center;
}
.ty_title1 h1 {
	font-size: 20px;
}
.author {
	text-align: center;
	color: #ccc;
}
.p_detail {
	margin-top: 10px;
	padding: 15px 0;
}
.tag {
	border-top: 1px dashed #e0e1dc;
	color: #999;
}
.related_list h4 {
	line-height: 30px;
	border-bottom: 1px solid #d7d7d7;
	color: #41a4c6;
	font-size: 16px;
}
.related_news li a {
	width: 75%;
	float: left;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.4s;
}
.related_news li span {
	width: 25%;
	float: right;
	text-align: right;
}
.related_list h4 {
	line-height: 30px;
	border-bottom: 1px solid #d7d7d7;
	color: #41a4c6;
	font-size: 16px;
}
.related_pro li {
	margin: 20px 0;
	width: 25%;
	float: left;
	text-align: center;
}
.related_img {
	overflow: hidden;
}
.related_img img {
	display: inline;
	cursor: pointer;
	transition: all 0.4s;
	width: 194px;
	height: 196px;
}
.related_pro li span {
	display: block;
	line-height: 30px;
}
.related_img img:hover {
	transform: scale(1.1);
}
.xdd1 {
	overflow: hidden;
}
.xdd1_l {
	float: left;
	width: 680px;
}
.xdd1_r {
	float: right;
}
.xdd1_n_l {
	float: left;
}
.xdd1_n_r {
	float: right;
	width: 450px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd1_n_r em {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.yg img {
	display: block;
}
.xdd2 {
	overflow: hidden;
	height: 460px;
}
.xdd2_l {
	float: left;
	width: 230px;
}
.xdd2_r {
	float: right;
	width: 680px;
}
.xdd2_s {
	width: 230px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd2_s em {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.xdd3 {
	overflow: hidden;
}
.xdd3_l {
	float: left;
}
.xdd3_r {
	float: right;
}
.xdd3_n_l {
	float: left;
}
.xdd3_n_r {
	float: right;
	width: 230px;
	height: 230px;
	background: #01a0ca;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding-top: 80px;
	line-height: 30px;
}
.xdd3_n_r em {
	width: 20px;
	height: 2px;
	background: #fff;
	display: inline-block;
}
.exhibition_hall {
	text-align: center;
	position: relative;
	overflow: hidden
}
.exhibition_hall h4 {
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	padding-top: 50px;
	color: #000
}
.tline {
	color: #dedede
}
.roundabout_box {
	width: 1000px;
	height: 440px;
	margin: 10px auto;
}
.roundabout_box ul {
}
.roundabout_box img {
	width: 100%
}
.roundabout-holder {
	list-style: none;
	width: 800px;
	height: 440px;
	margin: 0 auto
}
.roundabout-moveable-item {
	font-size: 12px!important;
	width: 800px;
	height: 400px;
	cursor: pointer;
	background: #f9f9f9
}
.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	background-color: #fff;
	margin: 0
}
.roundabout-in-focus {
	cursor: auto;
}
.roundabout-in-focus000:hover {
	-webkit-box-shadow: 0 0 20px #787878;
	-moz-box-shadow: 0 0 20px #787878;
	background: #f9f9f9
}
.roundabout-holder .text {
	color: #999
}
.roundabout-in-focus000:hover span {
	display: inline;
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding: 8px 20px;
	background: #f9f9f9;
	color: #36c;
	z-index: 999;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited {
	outline: 0;
	text-decoration: none
}
.roundabout li {
	margin: 0
}
.roundabout_box li {
	width: 850px;
	height: 400px;
}
.roundabout_box li p {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: url(../images/float-bg.png) repeat;
	text-indent: 8px;
	color: #fff;
	text-align: center;
}
.roundabout_box li p span {
	display: inline-block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	color: #fff!important
}
.map img {
	max-width: none!important;
}

.cityspread a {
	color: #fff;
}
.sm {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sm a {
	padding: 0 20px;
}
.map_con {
	margin-bottom: 10px;
	padding: 5px 8px;
	height: 30px;
}
.map_con ul li {
	float: left;
	margin-left: 12px;
	line-height: 30px;
}
.ty_con2 {
	margin-top: 20px;
}
.nav_r ul li dl {
	position: absolute;
	display: none;
	z-index: 999;
	background: #fff;
	border-radius: 5px;
	width: 849px;
	text-align: center;
	border: 1px solid #ccc;
	height: 120px;
	padding-top: 4px;
}
.nav_r ul li dl dd {
	line-height: 35px;
	width: 30%;
	float: left;
}
.nav_r ul li dl dd a {
	color: #000;
	font-size: 16px;
}
.nav_r ul li dl dd a:hover {
	color: #dbb96e;
}
.fzlc {
	width: 1200px;
	margin: 0 auto;
}
.fzlc img {
	max-width: 1165px;
}
#xixi {
	background: transparent;
	height: 172px;
	width: 1165px;
	margin: 10px auto;
	position: relative;
	overflow: hidden;
	margin-left: 35px;
}
#xixi ul {
	position: absolute;
	left: 0px;
}
#xixi ul li {
	float: left;
	list-style: none;
	padding: 10px;
}
#xixi ul li img {
	width: 240px;
}
.cp_name {
	text-align: center;
}

.homeprolist{ width:1200px;margin: 30px auto 0 auto;}
.homeprolist p{ float:left; width:280px; height:260px; border-radius:3px; overflow:hidden; margin-right:25px; margin-bottom:17px;transition:All 0.2s ease-in-out;}
.homeprolist p:hover{box-shadow: 0 10px 8px -8px #999;transform:translate(0,-3px);}
.homeprolist p:hover a:nth-child(2){background-color:#F1701C; color:#fff;}
.homeprolist p:hover a:nth-child(1) img{transform: scale(1.02);}
.homeprolist p:nth-child(4n+4){ margin-right:0;}
.homeprolist p a{display:block; overflow:hidden;}
.homeprolist p a:nth-child(1){display:block; width:280px; height:215px; border:1px solid #F2F2F2;box-sizing: border-box;}
.homeprolist p a:nth-child(1) img{transition:All 0.2s ease-in-out; border-radius:3px;transition: All 0.2s ease-in-out;}
.homeprolist p a:nth-child(2){ height:50px; line-height:50px; text-align:center; font-size:13px; color:#000; background-color:#f2f2f2;transition:All 0.2s ease-in-out;}

.footnav{margin-top: 30px;}
.footnav li{float:left;margin-right: 5px;}
.footnav li a{color:#fff;font-size: 14px; display: block;padding: 10px 30px;border-radius: 3px; transition: All 0.2s ease-in-out;}
.footnav li a:hover{background-color: #F1701C;}
.footnav li:first-child a{background-color: #F1701C;}

.copyright{color: #fff;line-height: 34px;padding-bottom: 30px;font-size: 14px;margin-top: 15px;}
.copyright a{color: #fff;}

.footewm{width: 350px; float:right;}
.footewm img{width: 180px;height: 180px;margin: 40px 0 0 150px;border-radius: 5px;}
.footewm p{height: 40px;line-height: 40px;width: 180px;color: #fff;font-size: 16px;text-align: center;margin-left: 155px;}

