@charset "utf-8";
/* Star 共享区 */


/*


font-face {
  font-family: 'Noto Sans Myanmar';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansMyanmar-Regular.eot');
  src: url(http://www.luckcms.com/PC/css/fonts/NotoSansMyanmar-Regular.eot?#iefixx') format('embedded-opentype'),
       url('fonts/NotoSansMyanmar-Regular.woff2') format('woff2'),
       url('fonts/NotoSansMyanmar-Regular.woff') format('woff'),
       url('fonts/NotoSansMyanmar-Regular.ttf') format('truetype');
}
*/



@font-face {
	font-family: 'CheltenhamITCbyBT-Bold';
	src: url('fonts/CheltenhamITCbyBT-Bold.eot');
	src: url(http://www.luckcms.com/PC/css/fonts/CheltenhamITCbyBT-Bold.eot?#iefixx') format('embedded-opentype'),
		 url('fonts/CheltenhamITCbyBT-Bold.woff') format('woff'),
		 url('fonts/CheltenhamITCbyBT-Bold.ttf') format('truetype'),
		 url(http://www.luckcms.com/PC/css/fonts/CheltenhamITCbyBT-Bold.svg#SingleMaltaRegularr') format('svg');
}

@font-face {
	font-family: 'Arvo-Regular';
	src: url('fonts/Arvo-Regular.eot');
	src: url(http://www.luckcms.com/PC/css/fonts/Arvo-Regular.eot?#iefixx') format('embedded-opentype'),
		 url('fonts/Arvo-Regular.woff') format('woff'),
		 url('fonts/Arvo-Regular.ttf') format('truetype'),
		 url(http://www.luckcms.com/PC/css/fonts/Arvo-Regular.svg#SingleMaltaRegularr') format('svg');
}

@font-face {
	font-family: 'wenDing';
	src: url('fonts/wenDing.eot');
	src: url(http://www.luckcms.com/PC/css/fonts/wenDing.eot?#iefixx') format('embedded-opentype'),
		 url('fonts/wenDing.woff') format('woff'),
		 url('fonts/wenDing.ttf') format('truetype'),
		 url(http://www.luckcms.com/PC/css/fonts/wenDing.svg#SingleMaltaRegularr') format('svg');
}





body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: arial, tahoma, Microsoft YaHei, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
  color: #111;
  word-wrap:break-word; white-space:normal;
  /*word-break:break-all; */
  overflow-x:hidden;
  
}


/* 阴影 */
.shadow_1 {
	-moz-box-shadow:1px 2px 5px #ccc; -webkit-box-shadow:1px 2px 5px #ccc; box-shadow:1px 2px 5px #ccc;
}

.shadow2{
	-moz-box-shadow:1px 0px 10px #666; -webkit-box-shadow:1px 0px 10px #666; box-shadow:1px 0px 10px #666;
}

.shadow3{
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
}

.shadow4{
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;	
}

.shadow5{
	-moz-box-shadow:1px 1px 3px #aaa; -webkit-box-shadow:1px 1px 3px #aaa; box-shadow:1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font{
text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}  


.maxWidth{
	width:100%;
	max-width:100%;
}

td {
	word-wrap:break-word; white-space:normal;
}

a {
  text-decoration: none;
  color: #333;
}

.txt_yy{
	text-shadow:1px 1px 2px #000;
}

input,
textarea {
  font-family: "Microsoft YaHei","Noto Sans Myanmar";
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
.show_db {
  display: block;
}

.noInfor{
  line-height: 200px;
  min-height: 200px;
  text-align: center;
  font-size: 18px;
}

/*渐变背景*/
.grad {
  background: #f1f1f1;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  /* Standard syntax */
}


/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clear {
  clear: both;
  vertical-align: bottom;
  display:inline-block;
  width:100%;
}
.center {
  width: 1200px;
  margin: 0 auto;
}

.inline_width {
  display: inline-block;
  width:100%;
}

.title_center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.left,
.sub_left,
.s_left {
  float: left;
}
.right,
.sub_right,
.s_right {
  float: right;
}
.no_mp {
  margin: 0;
  padding: 0;
}
/*Star 单行省略*/
.shenglve {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Star 多行省略*/
.sl_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 行数 */
  -webkit-box-orient: vertical;
}
.sl_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 行数 */
  -webkit-box-orient: vertical;
}
.sl_4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 行数 */
  -webkit-box-orient: vertical;
}
/* 页码 */
.pageNumber {
  font-size: 14px;
  text-align: right;
  min-height: 40px;
  line-height: 40px;
  padding-top: 30px;
}
.pageNumber a {
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid #ccc;
  margin-right:5px;
  background:#fff;
}
.pageNumber a:hover {
  background: #3a3a3a;
  color: #fff;
  border: 1px solid #3a3a3a;
}
.pageNumber .current_page {
  padding: 5px 10px;
  background: #3a3a3a;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #3a3a3a;
  margin-right:5px;
}
/* 搜索框 */
.search input {
  border: 0;
  margin: 0;
  padding: 0;
  color: #999;
  vertical-align: middle;
  font-size:16px;
}
.search input[type="text"] {
    width: 599px;
    height: 43px;
    line-height: 43px;
    color: #666;
    padding: 0 5px;
    border: 0;
    background: url(../images/s_02.png) no-repeat;
}


/*
.search input[type="text"]::-webkit-input-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]:-moz-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]::-moz-placeholder{
  color: #e6c4c4;
}
.search input[type="text"]:-ms-input-placeholder{
  color: #e6c4c4;
}
*/

.search input[type="button"] {
    background: url(../images/s_01.png) no-repeat;
    width: 55px;
    height: 43px;
    cursor: pointer;
}


/* End  共享区 */
.page_bj {
  background: url(../images/index.jpg") no-repeat center top;
  min-height: 2556px;
}

.in_banner {
	min-height: 500px;
/*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/}




.in_bj {
  background: url(../images/in_bj.jpg") no-repeat center top;
  background-position-y:700px;
}


.banner_about {
  background: url(/PC/images/subbanner.jpg") no-repeat center bottom;
}

.banner_fbSure {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_down {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_case {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}



.banner_contact {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_services {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}




.banner_sitemap {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}



.banner_pro1 {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro2 {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro3 {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_new {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_fangAn {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_oem {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_dingzhi {
  background: url(../images/subbanner.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.tb {
  display: table;
  width: 100%;
}
.tb .row {
  display: table-row;
}
.tb .td {
  display: table-cell;
}
.share_line_2 {
  background: url(../images/line_1.png) no-repeat;
  -ms-background-position-x: center;
  background-position-x: center;
  height: 6px;
}
















.foot {
}



.fb_2 .sub_left {
  float: left;
  width: 276px;
}
.fb_2 .sub_right {
  float: right;
  width: 276px;
}
.fb_2 input[type="text"],
.fb_2 textarea {
  padding: 3px;
  border: 1px solid #339bfa;
}
.fb_2 textarea {
  width: 462px;
  min-height: 45px;
}
.fb_2 input[type="text"] {
  width: 268px;
}
.fb_2 .sub_one,
.feedback_txt .sub_two {
  padding-bottom: 11px;
}
.feedback_txt input.Remark {
  width: 510px;
}
.feedback_txt .bt {
  line-height: 30px;
  border: 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  width: 88px;
  height: 53px;
  text-align: center;
  
  background: #23a4fc; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, #40b7ff , #1193f9); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, #40b7ff, #1193f9); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, #40b7ff, #1193f9); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, #40b7ff , #1193f9); /* Standard syntax */
}
.feedback_txt input[type="submit"],
.feedback_txt textarea {
  vertical-align: middle;
}


.bq {
    line-height: 43px;
    min-height: 43px;
    font-size: 15px;
    text-align: center;
    background: #01797a;
}


.bq a {
    color: #fff !important;
}


.bq span,
.bq p {
    color: #fff !important;
    font-size: 15px !important;
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}





.hz_ico {
  padding-top: 45px;
  width: 866px;
  overflow: hidden;
}
.hz_ico ul.clear {
  background: url(../images/bj_9.pngg") no-repeat;
  min-height: 30px;
  width: 900px;
  padding-top: 110px;
}
.hz_ico li {
  float: left;
  width: 120px;
  text-align: center;
  margin-right: 29px;
}

.a_video {
  min-height: 248px;
  background: url(../images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
  display: block;
  min-height: 248px;
  background: url(../images/bt.pngg") no-repeat center;
  cursor: pointer;
}
.a_video a.bt:hover {
  background: url(../images/bt2.pngg") no-repeat center;
}




.hot_title {
	font-size: 28px;
	color: #006cb8;
	font-weight: bold;
}


.hot_list {
  padding-bottom: 25px;
}

.hot_list .dl_2 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.hot_list dd.huo {
  background: url(../images/bot6.png) no-repeat;
  -ms-background-position-y: 7px;
  background-position-y: 7px;
  text-indent:25px;
}

.hot_list dd.newName a {
  font-size:23px;
	text-decoration:none;
	line-height:140%;
}

.hot_list dd.newName a:hover {
	color:#f50;
}

.hot_list dd.txt {
	font-size:17px;
	padding:10px 0;
	color:#666;
}

.hot_list dd.bot {
	min-height:25px;
	background:url(../images_pc/hot.png) no-repeat center right;
}




























.x0 {
  width: 0;
}

.x1 {
  width: 20px;
}

.x2 {
  width: 43px;
}

.x3 {
  width: 69px;
}

.x4 {
  width: 92px;
}

.x5 {
  width: 118px;
}


.noGet {
	background:url(../images/no_bj.jpg) no-repeat center bottom;
  padding-top: 50px;
  padding-bottom: 150px;
}

.noGet .center .row_1 {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.noGet .center .row_2 {
  padding: 30px 0;
}

.noGet .center .row_2 .search2 {
	padding:25px;
	background:#eee;
	display:inline-block;
}


.noGet .center .row_2 .search2 input {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  font-size: 18px;
  border: 0;
  padding: 0;
  margin: 0;
}


.noGet .center .row_2 .search2 input[type="text"] {
  width: 860px;
  text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
  width: 93px;
  color: #fff;
  background: #25bdad;
  cursor: pointer;
}

.noGet .center .row_3 {
  color: #6e6e6e;
  padding-bottom: 30px;
}


.noGet .center .row_3 .txt_1 {
	font-size: 16px;
}
.noGet .center .row_3 .txt_2 {
	font-size: 22px;
  padding: 10px 0;
}
.noGet .center .row_3 .txt_3 {
	font-size: 18px;
}

.noGet .center .row_4 {
  text-align: center;
}

.noGet .center .row_4 a {
  display: inline-block;
  padding: 8px 22px;
  color: #fff;
  font-size: 19px;
  background: #25bdad;
  cursor: pointer;
}













.siteMap {
	padding-top:75px;
}

.siteMap .title {
	font-size: 28px;
	font-weight: bold;
	color: #041146;
	line-height: 180%;
  text-align: center;
  text-transform:uppercase;
}

.siteMap .s_title {
	font-size: 17px;
  text-align: center;
  color:#000;
}


.siteMap .one,
.siteMap .two,
.siteMap .three,
.siteMap .four,
.siteMap .five,
.siteMap .six {
  padding: 35px 0;
  border-bottom:1px solid #ccc;
}




.siteMap .one {
  padding-top: 35px;
}



.siteMap .ul_1 {
  width: 1150px;
}





.siteMap li.c_1{
	float:left;
  margin-right: 115px;
}


.siteMap a {
  color: #000;
  line-height: 200%;
}

.siteMap .t_1 a{
  font-size: 23px;
  color: #000;
  padding-left:13px;
  border-left:5px solid #041146;
}

.siteMap .s_1 a{
  font-size: 20px;
  color: #000;
}


.siteMap .two .t_2 a{
	font-size:20px;
	color:#041146;
}



.siteMap li.last {
	float:right;
	margin:0;
}




.siteMap .t_3 li{
  padding-left: 2px;
}

.siteMap .t_3 a{
  background: url(../images/bot_7.png) no-repeat center left;
  padding-left: 10px;
  font-size: 15px;
  line-height: 180%;
}

.siteMap .two li.c_1{
  margin-right: 43px;
  width: 340px;
}


/*瀑布流层*/
.waterfall{
  -moz-column-count:3; /* Firefox */
  -webkit-column-count:3; /* Safari 和 Chrome */
  column-count:3;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
  column-gap: 1em;
}
/*一个内容层*/
.list_item{
  padding: 1em;
  margin: 0 0 1em 0;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}


/*.item img{*/
  /*width: 100%;*/
  /*margin-bottom:10px;*/
/*}*/




/*down*/
.down {
	padding-top:75px;
	padding-bottom:150px;
	background:url(../images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
  font-size: 28px;
  font-weight: bold;
  color: #041146;
  line-height: 180%;
  text-align: center;
  text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}





.down .two {
  padding: 35px 0;
}

.down .ul_1 {
  width: 1150px;
}

.down li.c_1{
	float:left;
  margin-right: 115px;
}

.down a {
  color: #000;
  line-height: 200%;
}

.down .t_1 a{
  font-size: 23px;
  color: #000;
  padding-left:13px;
  border-left:5px solid #041146;
}

.down .two .t_2 a{
	font-size:20px;
	color:#041146;
}

.down .t_3 li{
  padding-left: 2px;
}

.down .t_3 a{
  background: url(../images/bot_7.png) no-repeat center left;
  padding-left: 10px;
  font-size: 15px;
  line-height: 180%;
}

.down .two li.c_1{
  margin-right: 43px;
  width: 340px;
}


.prev_next {
    padding-bottom: 50px;
    font-size: 16px;
}


.prev_next a {
    width: 296px;
    display: inline-block;
    vertical-align: middle;
}

.prev_next .sub_left,
.prev_next .sub_right {
    width: 41%;
    line-height: 48px;
    padding: 0 35px;
    border-radius: 50px;
}

.prev_next .sub_left{
    background: url(../images/l.png) no-repeat center left;
    background-position-x: 20px;
    background-color: #e5e5e5;
}

.prev_next .sub_left:hover{
	background: url(../images/l_2.png) no-repeat center left;
    background-position-x: 20px;
    background-color: #3a3a3a;
}


.prev_next .sub_right {
    background: url(../images/r.png) no-repeat center right;
    background-position-x: 408px;
    background-color: #e5e5e5;
}

.prev_next .sub_right:hover{
	background: url(../images/r_2.png) no-repeat center right;
    background-position-x: 408px;
    background-color: #3a3a3a;
}


.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover,
.prev_next li:hover a {
    color: #fff;
}













.about_box {
	padding-bottom:100px;
}


.about_box .ul_1 {
	width:100%;
}
.about_box .ul_1 .left {
	width:402px;
}
.about_box .ul_1 .right {
	width:713px;
}

.about_box .ul_1 .right .huaCe {
	padding:0;
}

.about_box .ul_1 .right .center {
	width:100%;
}

.about_box .huaCe .one {
	padding:0;
	display:inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(../images/shou.png) no-repeat center right;
	background-size:25px;
}

.about_box .huaCe .two {
	padding:0;
	padding-top:5px;
	padding-bottom:14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}



.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}











.new_2 .r_3 {
padding:0 20px;
border:1px solid #ccc;
margin-top:35px;
padding-bottom:20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}






.about2 {
  padding-top: 111px;
  padding-bottom: 85px;
}
.about2 .center {
	background:url(../images/about2.jpg) no-repeat center left;
	min-height:550px;
}
.about2 .center .inline_width.clear .left {
	width:430px;
}

.about2 .center .inline_width.clear .right {
	width:755px;
	font-size:18px !important;
	color:#041146;
	line-height:150% !important;
	padding-top:75px;
}



.about2 .center .inline_width.clear .right .txt_1 p{
	padding:0;
	margin:0;
	padding-bottom:10px;	
}

.about2 .center .inline_width.clear .right .txt_1 img{
	max-width:100%;
}




.about2 .center .inline_width.clear .right .txt_2 a {
	color:#041146;
}


.kefu {
	padding-bottom:80px;
	padding-top:120px;
}
.kefu .center {
	border-top:3px solid #339bfa;
}
.kefu .center .txt {
	padding:15px 0;
	font-size:18px;
	color:#339bfa;
	text-transform:uppercase;
}
.kefu .center .list.inline.clear {
	width:100%;
}
.kefu .center .list.inline.clear a {
	width:265px;
	min-height:113px;
	float:left;
	background:#eee;
	border-radius:5px;
	margin-right:45px;
}
.kefu .center .list.inline.clear a .dl_1.inline.clear {
	padding-top: 13px;
	padding-left: 20px;
}
.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
	border-radius:200px;
	border:2px solid #339bfa;
}
.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
	font-size:14px;
}
.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
	padding-top:5px;
}


.f_emailBox {
	background:url(../images/bj_15.jpg) no-repeat center;
	background-size:cover;
	min-height:129px;
	color:#fff;
}



.f_emailBox input,
.f_emailBox img {
	margin:0;
	padding:0;
	vertical-align:middle;
	border:0;
}

.f_emailBox .center form .inline.clear {
	width:100%;
	padding-top: 43px;
}
.f_emailBox .center form .inline.clear .l_1 {
	min-height:46px;
	font-size:22px;
	padding-left:80px;
	background:url(../images/6_01.png) no-repeat center left;
	line-height:46px;
	min-width:360px;
	text-transform:uppercase;
}

.f_emailBox .center form .inline.clear .l_2,
.f_emailBox .center form .inline.clear .l_3 {
	padding-top:5px;
}



.f_emailBox .center form .inline.clear input[type="text"] {
	width:363px;
	line-height:29px;
	height:29px;
	background:#fff;
	padding:5px;
}

.f_emailBox .center form .inline.clear .l_3 {
	cursor:pointer;
}

.f_emailBox .center form .inline.clear .right img {
	display:inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
	color:#fff;
	height:40px;
	min-width:92px;
	text-align:center;
	background:#20242b;
	cursor:pointer;
}




.contact .r_1 {
	font-size:22px;
	color:#444;
	line-height:130%;
	padding:80px 0;
}
.contact .r_1 .center .s_1 {
	padding-bottom:60px;
	line-height:150%;
}
.contact .r_1 .center .s_2 {
	padding-bottom:30px;
}
.contact .r_1 .center .s_2 a {
	display:block;
	color:#339bfa;
	font-size:19px;
	text-transform:uppercase;
	padding-left:48px;
	background:url(../images/email.png) no-repeat center left;
	line-height:25px;
}
.contact .r_1 .center .s_3 {
	font-size:21px;
}

.contact .r_1 .center .s_3 a {
	color:#339bfa;
	font-weight:bold;
}












.Team {
	padding:80px 0;
}

.Team .content {
	padding-top:50px;
}



.Team .content li {
	float:left;
	width:590px;
	margin-right:20px;
	line-height:160%;
	padding:15px 0;
}

.Team .content li:nth-child(2),
.Team .content li:nth-child(4),
.Team .content li:nth-child(6),
.Team .content li:nth-child(8),
.Team .content li:nth-child(10),
.Team .content li:nth-child(12),
.Team .content li:nth-child(14),
.Team .content li:nth-child(16) {
	margin-right:0;
}

.Team .content li img{
	width:36px;
	height:25px;
	padding:0;
	margin:0;
	border:0;
	vertical-align:middle;
}

.Team .content li a{
	display:block;
	font-size:18px;
}

.Team .content li a:hover {
	color:#339bfa;
}

.Team .content li a .sub_left {
	width:285px;
}
.Team .content li a .sub_left .txt_1 {
	font-weight:bold;
	line-height:25px;
}
.Team .content li a .sub_right {
	width:300px;
	padding-left:5px;
}



.contact .r_3 {
	padding-top:50px;
	padding-bottom:90px;
}

.contact .r_3 .center .inline_width.clear li {
	float:left;
	width:350px;
	margin-right:74px;
	text-align:center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
	margin-right:0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
	min-height:53px;
	padding-bottom:25px;
}
.contact .r_3 .center .inline_width.clear li .s_2 {
	font-size:20px;
	line-height:140%;
}
.contact .r_3 .center .inline_width.clear li .s_2 span {
	font-weight:bold;
	color:#339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
	background:url(../images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
	background:url(../images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
	background:url(../images/c_3.png) no-repeat center top;
}
















.fb_3 {
	background:url(../images/bj2.png) repeat-x;
	background-position-y:-25px;
}
.fb_3 .center {
	min-height:186px;
	background:#fff;
	border-radius:13px;
}
.fb_3 .center form .ul_1.clear {
	padding-top:68px;
	width:90%;
	margin:auto 5%;
}
.fb_3 .center form .ul_1.clear .sub_left {
	margin-right:62px;
}



.fb_3 input {
  vertical-align: middle;
  border-radius:3px;
  border: 0;
}

.fb_3 input[type="text"]{
	padding: 5px 10px;
	border: 1px solid #ccc;
	width:355px;
	height:45px;
	color:#333;
	box-shadow: #eee 0px 0px 10px 5px inset;	/* 内阴影 */
	background:#f9f9f9;
	font-size:16px;
}

.fb_3 .bt {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  
  background: #03b1ad; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #02b8ca , #03b0aa); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #02b8ca, #03b0aa); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #02b8ca, #03b0aa); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #02b8ca , #03b0aa); /* Standard syntax */
}
































.proList {
  padding: 100px 0;
}

.proNav {
	position:relative;
}

.proNav .left {
	width:234px;
	height:164px;
	background:url(../images/bj7.png) no-repeat;
}

.proNav .left .box {
	width: 216px;
	height: 149px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-left: 6px;
}

.proNav .left .box .one {
	font-size:25px;
	color:#fff;
	font-weight:bold;
}

.proNav .left .box .two {
	font-size:22px;
	color:#59c3db;
}


.proNav .right {
	width:965px;
	padding-top: 30px;
}
	
	

.proNav .right .navList li {
	border-right:1px dashed #fff;
	border-left:1px dashed #1b5d80;
	width:138px;
	padding:0 10px;
	float:left;
	text-align:center;
}

.proNav .right .navList li a {
	color:#fff;
	font-size:18px;
	display:block;
    padding: 5px 0;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #1b5d80;
}

.proNav .right .navList li a p{
	margin:0;
	line-height:34px;
	padding-top:1px;
}

.proNav .right .navList li a:hover p{
	background:url(../images/bj8.png) no-repeat;
	border-radius:5px;
}


.proNav .right .navList li:nth-child(1),
.proNav .right .navList li:nth-child(7),
.proNav .right .navList li:nth-child(13),
.proNav .right .navList li:nth-child(19) {
	border-left:0;
}


.proNav .right .navList li:nth-child(6),
.proNav .right .navList li:nth-child(12),
.proNav .right .navList li:nth-child(18),
.proNav .right .navList li:nth-child(24) {
	border-right:0;
}


.proNav .right .navList li:nth-child(1) a,
.proNav .right .navList li:nth-child(2) a,
.proNav .right .navList li:nth-child(3) a,
.proNav .right .navList li:nth-child(4) a,
.proNav .right .navList li:nth-child(5) a,
.proNav .right .navList li:nth-child(6) a {
	border-top:0;
}



.proNav .right .navList li:nth-child(13) a,
.proNav .right .navList li:nth-child(14) a,
.proNav .right .navList li:nth-child(15) a,
.proNav .right .navList li:nth-child(16) a,
.proNav .right .navList li:nth-child(17) a,
.proNav .right .navList li:nth-child(18) a {
	border-bottom:0;
}



.proList .list {
  overflow: hidden;
  padding-top: 100px;
}

.proList .list .box {
width:1200px; overflow:hidden;
}

.proList .list .ul_1 {
width:1300px;	
}





.proList .list .item {
  float: left;
  width: 362px;
  margin-right: 57px;
  margin-bottom: 40px;
  text-align: center;
}
.proList .list .item .item_box {
  min-height: 442px;
  background: #eee;
}



.proList .list .item .pic {
  text-align: center;
}
.proList .list .item img {
	width:360px;
	height:360px;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
}
.proList .list .item .txt {
min-height: 103px;
}
.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}


.proList .list .item .txt_2 {
  font-size: 14px;
  padding: 30px;
  padding-top: 0;
  padding-bottom: 20px;
  line-height:190%;
}


.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}
.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
  background: #03b1b0;
  border: 1px solid #03b1b0;
  color:#fff;
}

.proList .list .item .s_txt a.dingzhi {
  background: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.proList .list .item .s_txt a.dingzhi:hover {
  background: #03b1b0;
  border: 1px solid #03b1b0;
  color: #fff;
}






.shareTitle5 {
	background:url(../images/t5.png) no-repeat;
	min-height:55px;
	line-height:45px;
}


.shareTitle5 span {
	display:inline-block;
	vertical-align:top;
}

.shareTitle5 .s_1 {
	font-size:24px;
	color:#2495b8;
	margin-left:31px;
	width:123px;
	text-align:center;
}
.shareTitle5 .s_2 {
	color:#fff;
	font-size:19px;
	letter-spacing:1px;
	line-height:45px;
	margin-left:13px;
}
















@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}











.i_pro {
	padding:80px 0;
	padding-top:50px;
	min-height:890px;
	background:url(../images/bj_pro.jpg) no-repeat center top;
	background-size:cover;
}







.i_pro .center .content {
	padding-top:40px;
}



.i_pro .center .content .bigNav {
}


.i_pro .center .content .bigNav .clear li {
	float:left;
	width:400px;
	line-height:70px;
}

.i_pro .center .content .bigNav .clear li a {
	font-size:20px;
	font-weight:bold;
	color:#3a3a3a;
	display:block;
	text-indent:65px;
}




.i_pro .center .content .bigNav .clear li.s_1 a {
	background:url(../images/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
	background:url(../images/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
	background:url(../images/a_3.png) no-repeat;
}



.i_pro .center .content .bigNav .clear li.first a,
.i_pro .center .content .bigNav .clear li.s_1:hover a {
	color:#fff;
	background:url(../images/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
	color:#fff;
	background:url(../images/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
	color:#fff;
	background:url(../images/h_3.png) no-repeat;
}


.i_pro .center .content .box {
	border-top:1px solid #fff;
}
.i_pro .center .content .box .smallNav {
	background:url(../images/navSbj.png);
}


.i_pro .center .content .box .smallNav .s_ul {
	width:95%;
	margin:0 2.5%;
}
.i_pro .center .content .box .smallNav .s_ul li {
	width:14.2%;
	text-align:center;
	float:left;
	border-bottom:1px solid #559ace;
	padding:10px 0;
	line-height:30px;
}

.i_pro .center .content .box .smallNav .s_ul li a {
	display:block;
	color:#fff;
	font-size:16px;
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
	color:#3a3a3a;
	background:#fff;
	border-radius:3px;
}




.i_pro .content .box .list {
  width: 1200px;
  overflow: hidden;
}


.i_pro .content .box .list ul.clear {
  width: 1250px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(../images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}


.i_pro .content .box .list .item:hover {
    background: url(../images/pro_hbj.png) no-repeat;
}


.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p,
.i_pro .content .box .list .item a span {
	display:block;
}

.i_pro .content .box .list .item a img {
}


.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}















/* Star foot fast */




.shareLine {
	background:url(../images/line.jpg) no-repeat center;
	min-height:9px;
}















.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
	color:#fff;
	display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}


.newNav .content .bigNav a:hover {
	background:#3a3a3a;
	color:#fff;
}



.left_call {
    width: 88%;
    margin: 0 auto;
    padding-top: 5px;
}

.left_call .s_title {
    border-radius: 3px;
    background: #3a3a3a;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    line-height: 40px;
}

.left_call .s_txt {
    padding-top: 9px;
    font-size: 16px;
    color: #017a83;
    line-height: 35px;
    padding-left: 5px;
}



















.in_title {
    background: url(../images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;	
}


.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}


.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
	color:#ff7e30;
	border-bottom:2px solid #ff7e30;
}



.in_title .center .s_Nav a.s_1 {
	background:url(../images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
	background:url(../images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
	background:url(../images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
	background:url(../images/aIco_4.png) no-repeat center top;
}


.in_title .center .s_Nav a.s_1:hover {
	background:url(../images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
	background:url(../images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
	background:url(../images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
	background:url(../images/aIcoH_4.png) no-repeat center top;
}






















.friendLink {
	color:#ccc;
}
.friendLink a {
  color:#ccc;
}










.left_shareTitle {
    min-height: 115px;
    border: 3px solid #3a3a3a;
    border-bottom: 0;
    font-weight: bold;
    text-align: center;
    line-height: 200%;
    background: #fff;
}

.left_shareTitle .cn {
    font-size: 27px;
    color: #3a3a3a;
    padding-top: 33px;
}

.left_shareTitle .en {
    font-size: 19px;
    color: #ddd;
    text-transform: uppercase;
}


.typeNav .content {
background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;	
}

.typeNav .content a {
  display: block;
}


.typeNav .content .bigNav {
	
}

.typeNav .content .bigNav a {
font-weight: bold;
    background: url(../images/a_bj.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}


.typeNav .content .bigNav a p {
	margin:0;
	padding:0;
}



.typeNav .content .smallNav {
    width: 305px;
    display: table;
    margin: 0 auto;
}


.typeNav .content .smallNav p {
	display:table-row;
}


.typeNav .content .smallNav a {
    font-size: 16px;
    color: #088f98;
    line-height: 39px;
    display: table-cell;
    width: 50%;
    text-indent: 20px;
    background: url(../images/bot_1.png) no-repeat center left;
}

.typeNav .content .smallNav a:hover{
	color:#ff7510;
	font-weight:bold;
    background: url(../images/bot_1_h.png) no-repeat center left;
}


.typeNav .left_tel {
	border-radius: 5px;
	background: url(../images/tel.png) no-repeat center left;
	background-position-x: 25px;
	background-color: #e5f5f6;
	color: #009ca8;
	width: 305px;
	text-indent: 95px;
	padding: 14px 0;
	margin: 20px auto;
}

.typeNav .left_tel .one {
	font-size:21px;
}

.typeNav .left_tel .two {
	font-size: 30px;
	font-weight: bold;
}







.fuWu {
	background:url(../images/ys.jpg) no-repeat center top;
	min-height:982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
	color:#fff;
}


.fuWu .bigTxt {
	padding-bottom:10px;
}


.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
	padding-left: 53px;
}

.fuWu .right .bigTxt {
	padding-right: 53px;
	text-align:right;
}



.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}
.fuWu .bigTxt .en {
	font-family:'CheltenhamITCbyBT-Bold';
	font-size:14px;
	color:#ffc946;
	letter-spacing:1px;
}

.fuWu .smallTxt {
    font-size: 15px;
    background: url(../images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
	color:#ffc946;
}









.liuCheng {
	min-height:473px;
	padding-top:50px;
	background:url(../images/bj_liucheng.jpg) no-repeat center bottom;
}
.liuCheng .center .title {
	color: #fff;
	text-align: center;
}
.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}
.liuCheng .center .title .s_t .txt_2 {
	font-size: 19px;
	line-height: 35px;
	padding-top: 23px;
}
.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}
.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}











.f_nav {
    font-size: 18px;
    border-top: 1px solid #eee;
}



.f_nav li {
    float: left;
}

.f_nav li.logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.f_nav li a {
    display: block;
    width: 132px;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 70px;
}


.f_nav li.last a {
	background:none;
}

.f_nav li a:hover {
	font-weight:bold;
	color:080dff;
}










.typeNav_2 .content {
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.typeNav_2 .content .ul_8{
    width: 100%;
}


.typeNav_2 .content a {
  display: block;
}


.typeNav_2 .content .bigNav {
    min-height: 82px;
    clear: both;
    background: #3a3a3a;
}

.typeNav_2.leftNew .content .bigNav {
	border-bottom:1px solid #fff;
}


.typeNav_2 .content .bigNav a {
    font-size: 19px;
    color: #fff;
    line-height: 82px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.typeNav_2 .content .bigNav a p {
	margin:0;
	padding:0;
}



.typeNav_2 .content .smallNav {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.typeNav_2 .content .smallNav p {
    margin: 0;
    padding: 0;
}


.typeNav_2 .content .smallNav a {
    font-size: 17px;
    color: #888;
    line-height: 48px;
    text-indent: 4rem;
    display: block;
    border-top: 1px dashed #ccc;
    background: url(../images/proSnav.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: 19px;
}

.typeNav_2 .content .smallNav_1 a {
    border: 0;
}


.typeNav_2 .content .smallNav a:hover{
    background: url(../images/proSnavH.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: 19px;
    color: #3a3a3a;
}

.typeNav_2 .content li.last {
    margin-bottom: 20px;
    padding: 8px 0;
}


.typeNav_2 .content li.last a {
    background: #3a3a3a;
    color: #fff;
    text-indent: 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 35px;
}




.typeNav_2 .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}



.typeNav_2 .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}













.txt_jianBian{
	position: relative;
	color: #006f77;
}

.txt_jianBian:before{
	content: attr(text);
	position: absolute;
	z-index: 10;
	color:#28b9c3;
	-webkit-mask:linear-gradient(to bottom, #006f77, transparent );
}






.in_fuWu {
	min-height:643px;
	padding-bottom:55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
	line-height: 43px;
}

.in_fuWu .two {
	color: #fff;
	font-size: 19px;
	text-align: center;
	line-height: 25px;
}

.in_fuWu ul {
	color:#fff;
}


.in_fuWu .bigTxt {
	padding-bottom:10px;
}


.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}



.in_fuWu .bigTxt .cn {
	font-weight:bold;
	font-size:24px;
	line-height: 31px;
}
.in_fuWu .bigTxt .en {
	font-family:'CheltenhamITCbyBT-Bold';
	font-size:14px;
	color:#ffc946;
	letter-spacing:1px;
}





.in_youShi {
    min-height: 685px;
	padding-bottom:50px;
}
.in_youShi .center {
}

.in_youShi ul {
    padding-top: 0;
    padding-left: 68px;
}


.in_youShi .bigTxt {
    font-size: 24px;
    font-weight: bold;
    color: #069dab;
    padding-bottom: 10px;
    line-height: 130%;
}



.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
  display: block;
}


.typeFangAn .content .bigNav {
	
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(../images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}


.typeFangAn .content .bigNav a p {
	margin:0;
	padding:0;
}



.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}


.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}


.typeFangAn .content .smallNav a {
font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(../images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover{
	color:#fff;
    background: url(../images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #3a3a3a;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}



.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}


.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(../images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}














.proShareBox.box_1 table,
.proShareBox.box_1 table td{
	border:0 !important;
}


.proShareBox.box_1 table {
	width:100% !important;
}


.pro_shareTitle {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 1px;
    background: url(../images/jian5.png) no-repeat left center;
    text-transform: uppercase;
    font-weight: bold;
    color: #3a3a3a;
    border-bottom: 1px solid #333;
	padding:10px 0;
    padding-left: 33px;
}

.pro_shareTitle span{
	display:inline-block;
	border-left:4px solid #3a3a3a;
	padding-left:15px;
	color:#01797a;
    font-weight:normal;
	margin-left:10px;
}





.pro_shareTxt {
    padding: 20px;
    color: #333;
    padding-bottom: 38px;
}


.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding: 5px 0 !important;
}


.pro_shareTxt img{
	max-width:100%;
}


.pro_shareTxt,
.pro_shareTxt p,
.pro_shareTxt span,
.pro_shareTxt td {
    font-size: 17px !important;
    line-height: 200% !important;
}

.pro_shareTxt.bot2 p {
	padding-left: 18px !important;
    background: url(../images/proSnavH.png) no-repeat center left !important;
}


.pro_shareTxt td {
	padding:8px;
}









.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
    background: #fff;
}




.t_wel {
    font-size: 14px;
    line-height: 38px;
    color: #888;
    border-bottom: 1px solid #ccc;
}

.t_wel a {
  color:#888;
}










.shareTel {
    padding-left: 56px;
    background: url(../images/tel2.png) no-repeat center left;
    letter-spacing: 1px;
    color: #333;
    min-height: 48px;
    background-size: 43px auto;
    margin-left: 10px;
}

.shareTel .one {
	font-size: 17px;
}

.shareTel .two {
    font-size: 25px;
    font-weight: bold;
    padding-top: 1px;
}
/* Star daoHang */







.shareTitle {
    text-align: center;
    font-size: 33px;
    color: #111;
    padding-bottom: 20px;
	letter-spacing:1px;
}

.shareTitle span {
    color: #01797a;
    font-weight: bold;
}



.shareTitle2 {
	text-align: center;
}
.shareTitle2 .en {
	color: #999;
	font-size: 16px;
}
.shareTitle2 .cn {
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: bold;
}
.shareTitle2 .cn span {
    color: #01797a;
}
.shareTitle2 .one {
    font-size: 22px;
    padding-top: 10px;
    color: #666;
}





.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
	padding-top:50px;
}



.ad {
	min-height: 268px;
	background: url(../images/ad.jpg) no-repeat center;
}
.ad .center .clear .left {
	color: #fff;
	font-weight: bold;
	font-size: 34px;
	padding-top: 114px;
	width: 725px;
}
.ad .center .clear .left .txt_1 {
	padding-left: 270px;
}
.ad .center .clear .left .txt_2 {
	text-align: right;
	padding-top: 17px;
	font-size: 38px;
}
.ad .center .clear .right {
	padding-right: 155px;
	padding-top: 153px;
	text-align: right;
}
.ad .center .clear .right .two {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
.ad .center .clear .right a {
	display: inline-block;
	padding-top: 9px;
	width: 123px;
	height: 40px;
}


.whySelect {
    background: url(../images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd{
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div{
    background: url(../images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}


.whySelect dd:hover div{
	color:#fff;
    background: url(../images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(../images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(../images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(../images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(../images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}


.whySelect dd.txt_3 {
    background: url(../images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(../images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(../images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(../images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(../images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(../images/4_18.png) no-repeat center top;
}


.proType .content {
    font-size: 16px;
}

.proType .content a {
  display: block;
}


.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #3a3a3a;
    line-height: 44px;
    border-left: 9px solid #3a3a3a;
    padding-left: 15px;
}




.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(../images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}


.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(../images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover{
	font-weight:bold;
}

.proType .content .smallNav a.last {
	font-weight:bold;
    color: #3a3a3a;
}








.case {
	padding-top: 10px;
}


.case .content {
    padding-top: 40px;
}


.case .content .caseUL li {
	float: left;
	width: 576px;
	position: relative;
	min-height: 498px;
}


.case .content .caseUL li a {
	display:block;
}


.case .content .caseUL li img {
	display:block;
}


.case .content .caseUL li a p {
    padding: 0;
    margin: 0;
    color: #151515;
    font-size: 22px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.case .content .caseUL li .dl_1 {
    width: 536px;
    background: #eee;
    position: absolute;
    left: 21px;
    top: 344px;
}


.case .content .caseUL li .dl_1 .two {
	min-height: 132px;
	background: url(../images/c_1.png) no-repeat center right;
}

.case .content .caseUL li a:hover .dl_1 .two {
	background: url(../images/c_h.png) no-repeat center right;
}


.case .content .caseUL li .dl_1 .sub_txt {
    width: 375px;
    padding: 14px 20px;
}

.case .content .caseUL li .dl_1 .sub_txt span {
    font-size: 16px;
    color: #888;
    line-height: 160%;
}




.youZhi {
	padding-top: 90px;
    padding-bottom: 90px;
    background: url(../images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
	padding-top: 35px;
    padding-bottom: 580px;
    background: url(../images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
	float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1{
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2{
	font-size:16px;
	color:#555;
}


.youZhi .content li.item_1 {
    background: url(../images/yz_1.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_2 {
    background: url(../images/yz_2.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_3 {
    background: url(../images/yz_3.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_4 {
    background: url(../images/yz_4.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_5 {
    background: url(../images/yz_5.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_6 {
    background: url(../images/yz_6.png) no-repeat center top;
	background-position-y:9px;
}

.youZhi .content li.item_1:hover {
    background: url(../images/Hyz_01.png) no-repeat center top;
	background-position-x:52px;
}

.youZhi .content li.item_2:hover {
    background: url(../images/Hyz_02.png) no-repeat center top;
	background-position-x:52px;
}

.youZhi .content li.item_3:hover {
    background: url(../images/Hyz_03.png) no-repeat center top;
	background-position-x:52px;
}

.youZhi .content li.item_4:hover {
    background: url(../images/Hyz_04.png) no-repeat center top;
	background-position-x:52px;
}

.youZhi .content li.item_5:hover {
    background: url(../images/Hyz_05.png) no-repeat center top;
	background-position-x:52px;
}

.youZhi .content li.item_6:hover {
    background: url(../images/Hyz_06.png) no-repeat center top;
	background-position-x:53px;
}



.ad_2 {
min-height: 197px;
    background: url(../images/bj16.png) no-repeat center;
}
.ad_2 .center .clear .left {
color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}
.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}
.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}
























.call {
    min-height: 785px;
    background: url(../images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}
.call .center .dl_1.inline_width.clear {
	padding-top: 130px;
}
.call .center .dl_1.inline_width.clear .sub_left {
	font-size: 25px;
	font-weight: bold;
	padding-left: 240px;
}


.call .center .dl_1.inline_width.clear .sub_right {
	padding-right: 35px;
}



.call .center .dl_1.inline_width.clear .sub_right a {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	vertical-align: top;
}


.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
	background: #3a3a3a;
	color: #fff;
}


.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
	border:1px solid #3a3a3a;
	color: #3a3a3a;
	width: 118px;
	line-height: 38px;
}
.call .center .dl_2.inline_width.clear {
	padding-top: 66px;
}
.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
	padding-right: 35px;
}


.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}
.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
font-size: 18px;
    font-weight: bold;
}


.in_pro {
	padding-top: 10px;
    padding-bottom: 105px;
}

.in_pro .left{
    width: 285px;
    background: #f5f5f5;
}

.in_pro .right{
    width: 883px;
}



.share_rTitle .sub_left {
}
.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}



.share_rTitle .sub_right,
.share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}




.shareSmallNav {
	margin-top:20px;
}

.shareSmallNav .ul_3 {
}


.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
	color:#e60013;
}


.in_pro .center .ul_1.clear {
    padding-top: 30px;
}



.in_pro .right .r_list {

}
.in_pro .right .r_list .L2_UL {
    display: inline-block;
    min-height: 291px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.in_pro .right .r_list .L2_UL:hover {
	-moz-box-shadow:1px 4px 10px #ccc; -webkit-box-shadow:1px 4px 10px #ccc; box-shadow:1px 4px 10px #ccc;
}

.in_pro .right .r_list .L2_UL .sub_left {
    width: 362px;
}

.in_pro .right .r_list .L2_UL .sub_left img{
	display:block;
}

.in_pro .right .r_list .L2_UL .sub_right {
    width: 470px;
    padding: 25px;
}



.in_pro .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 10px;
}

.in_pro .right .r_list .L2_UL .sub_right .one a {
    width: 476px;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    color: #3a3a3a;
}

.in_pro .right .r_list .L2_UL .sub_right .one a:hover {
	color:#ff9c00;
}

.in_pro .right .r_list .L2_UL .sub_right .two {
    color: #666;
    padding-bottom: 20px;
}

.in_pro .right .r_list .L2_UL .sub_right .two p {
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 220% !important;
    padding-left: 3.5% !important;
    float: left !important;
    width: 46% !important;
    background: url(../images/proSnavH.png) no-repeat center left !important;
}

.in_pro .right .r_list .L2_UL .sub_right .three {
	text-align:right;
}


.in_pro .right .r_list .L2_UL .sub_right .three a {
    padding: 7px 20px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
}


.in_pro .right .r_list .L2_UL .sub_right .three a.a_1 {
    background: #3a3a3a;
}

.in_pro .right .r_list .L2_UL .sub_right .three a.a_2 {
    background: #ff9c00;
}






.share_rTitle .dl_1{
    background: url(../images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}



.proShow {
	padding-top: 10px;
    padding-bottom: 105px;

}

.proShow .left{
    width: 285px;
    background: #f5f5f5;
}

.proShow .right{
    width: 883px;
}

.proShow .center .ul_1.clear {
	padding-top:50px;
}

.proShow .center .ul_1.clear .right .r_box {
    border: 1px solid #ccc;
    padding: 25px;
}

.proShow .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
	line-height: 43px;
}











.proShow .right .content {
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_left img {
	display:block;
	padding:15px;
	border: 1px solid #ccc;
}



.proShow .right .content .r_1 .sub_right {
    width: 400px;
}

.r_call {
padding-top:30px;
}

.r_call .dl_5.clear .s_left .shadow_1 {
	line-height: 50px;
	width: 140px;
	text-align: center;
	background: #01797a;
	display: inline-block;
	border-radius: 100px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}



.proShow .right .content .r_1 .sub_right .canShu table,
.proShow .right .content .r_1 .sub_right .canShu td {
  border: 0px !important;
}

.proShow .right .content .r_1 .sub_right .canShu p {
	margin:0 !important;
	padding:0 !important;
}


.proShow .right .content .r_1 .sub_right .canShu tr{
    padding-bottom: 10px !important;
    display: block !important;
    width: 100% !important;
}

.proShow .right .content .r_1 .sub_right .canShu table {
    width: 90% !important;
    margin: 0 auto !important;
}





.proShow .right .content .r_1 .sub_right .canShu,
.proShow .right .content .r_1 .sub_right .canShu p,
.proShow .right .content .r_1 .sub_right .canShu span,
.proShow .right .content .r_1 .sub_right .canShu td{
    line-height: 38px !important;
    font-size: 18px !important;
    color: #666 !important;
}

.proShow .right .content .r_1 .sub_right .canShu p {
    padding-left: 18px !important;
    background: url(../images/proSnavH.png) no-repeat center left !important;	
}





.proShow .right .content .r_1 .sub_right .canShu td:nth-child(1),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(3),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(5),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(7),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(9),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(11),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(13),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(15),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(17) {
    background: #3a3a3a !important;
    color: #fff !important;
    text-align: justify !important;
    width: 113px !important;
    padding: 0 13px !important;
    text-align: justify !important;
    text-align-last: justify !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}


.proShow .right .content .r_1 .sub_right .canShu td:nth-child(2),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(4),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(6),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(8),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(10),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(12),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(14),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(16),
.proShow .right .content .r_1 .sub_right .canShu td:nth-child(18) {
    background: none !important;
    border: 1px solid #ccc !important;
    border-left: 0 !important;
    width: 266px !important;
    padding: 0 13px !important;
}















.proShow .center .clear .right .content .txtBox.shadow2 {
	border-bottom:10px solid #0ea5b1;
	margin-top: 38px;
}
.proShow .center .clear .right .content .txtBox.shadow2 .itemBox .t_1 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: url(../images/ps_bj.png) no-repeat;
	text-align: center;
	line-height: 58px;
}
.proShow .center .ul_1.clear .right .r_box .r_title {
	padding-bottom: 25px;
}
.proShow .center .ul_1.clear .right .r_box .r_title h2 {
	padding: 0;
	margin: 0;
	background: #eee;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.proShow .center .ul_1.clear .right .r_box .content .r_1 .clear .sub_left .shadow5 {
	display:block;
}
.proShow .center .ul_1.clear .right .r_box .content .r_1 .clear .sub_right .proName {
    font-size: 24px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    color: #3a3a3a;
}
.proShow .center .ul_1.clear .right .r_box .content .r_2 {
	background: url(../images/bj26.png) no-repeat center bottom;
	min-height: 61px;
	padding-top: 35px;
}
.proShow .center .ul_1.clear .right .r_box .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
	font-size: 25px;
	font-family: 'Impact';
	color: #fff;
	line-height: 61px;
	padding-left: 243px;
	letter-spacing: 1px;
}
.proShow .center .ul_1.clear .right .r_box .content .r_2 .dl_2.inline_width.clear .sub_right {
	padding-right: 81px;
	padding-top: 13px;
}
.proShow .center .ul_1.clear .right .r_box .content .r_2 .dl_2.inline_width.clear .sub_right a {
	display: inline-block;
	width: 310px;
	height: 36px;
}
.proShow .center .ul_1.clear .right .r_box .content .txtBox {
	padding-top: 20px;
}

.proShow .center .ul_1.clear .right .r_box .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
	padding: 20px 0;
}



.proShow .center .ul_1.clear .right .r_box .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
	font-size: 20px;
	font-weight: bold;
	background: url(../images/bj_t.png) no-repeat center left;
	padding-left: 21px;
}




.proShow .center .ul_1.clear .right .r_box .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
	font-style: normal;
	font-size: 17px;
	color: #333;
	font-weight: normal;
	padding-left: 35px;
}









.ad3 {
	min-height: 268px;
	background: url(../images/ad3.png) no-repeat center;
}
.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}
.ad3 .center .clear .left .txt_1 {
padding-left: 266px;
}
.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}
.ad3 .center .clear .right {
	padding-right: 155px;
	padding-top: 153px;
	text-align: right;
}
.ad3 .center .clear .right .two {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #fff;
}
.ad3 .center .clear .right a {
	display: inline-block;
	padding-top: 9px;
	width: 123px;
	height: 40px;
}



.noPage {
    background: url(../images/bj21.jpg) no-repeat center top;
    min-height: 720px;
	font-size: 21px;
}

.noPage .center .txt_1 {
	font-weight: bold;
	text-align: center;
	padding-top: 479px;
}
.noPage .center .txt_2 {
	color: #fff;
	width: 60%;
	margin: 0 auto;
	padding-top: 26px;
	line-height: 46px;
}
.noPage .center .txt_3 {
	text-align: center;
	padding-top: 20px;
	letter-spacing: 2px;
	font-size: 19px;
}






.xg_pro {
	min-height: 550px;
	background: url(../images/bj_6.png) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}



.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}



.xg_pro .r_list li:nth-child(4),
.xg_pro .r_list li:nth-child(8){
	padding-right:0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
	color:#3a3a3a;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}









.left_new .content .bigNav a{
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover{
	color:#3a3a3a;
}

.left_new .content li.last a{
	    width: 80%;
}












.servies {
    padding: 40px 0;
	padding-bottom:50px;
}

.servies .left{
    width: 285px;
    background: #f5f5f5;
}

.servies .right{
    width: 883px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
	background: url(../images/bj19.jpg) no-repeat;
	padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
	background: #fff;
	border-radius: 15px;
	padding: 20px;
}


.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
	font-size:24px;
}.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
	color: #1b1b1b;
	background: #eee;
	padding: 15px;
	width: 96.5%;
	margin-top: 20px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
	width: 63%;
	padding-right: 2%;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
	font-size: 17px;
	line-height: 160%;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
	background: url(../images/bj35.png);
	color: #fff;
	width: 31%;
	padding: 52px 2%;
	text-align: center;
	line-height: 210%;
	letter-spacing: 1px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
	font-size:24px;
	font-family:'Impact';
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
	font-size:17px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
	color: #1b1b1b;
	background: #eee;
	padding: 15px;
	width: 96.5%;
	margin-top: 20px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
	width: 63%;
	padding-right: 2%;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
	font-size: 17px;
	line-height: 160%;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
	background: url(../images/bj35.png);
	color: #fff;
	width: 31%;
	padding: 15px 2%;
	text-align: center;
	line-height: 210%;
	letter-spacing: 1px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
	font-size:17px;
}
.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
	font-size:24px;
	font-family:'Impact';
}
.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
	background:url(../images/bj36.png) no-repeat center top;
	min-height:558px;
}
.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;

}
.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
	font-size:16px;
}


.shareTitle4 {
	letter-spacing:1px;
}

.shareTitle4 span {
    font-size: 30px;
}
.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}
.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(../images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
float: left;
    padding: 13px 6px;
    margin-right: 11px;
	width: 149px;
}
.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
	padding-bottom:10px;
    font-weight: bold;
    font-size: 16px;
}


.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
	font-weight:bold;
	color:#3a3a3a;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
	color:#fff;
	width: 144px;
}













.f_feedback .right input[type="text"],
.f_feedback .right textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 95%;
    font-size: 16px;
}

.f_feedback .right input[type="text"] {
    height: 29px;
}


.f_feedback .right textarea {
    min-height: 76px;
    display: inline-block;
    vertical-align: middle;
}

.f_feedback  .right input.bt_1,
.f_feedback  .right input.bt_2 {
    text-align: center;
    width: 100%;
    line-height: 35px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    background: #e30014;
    height: 35px;
    border-radius: 5px;
}


.f_feedback  .right input.bt_2 {
    background: #333;
}


.f_feedback .right .three a {
    display: inline-block;
    line-height: 38px;
    width: 308px;
    background: #ffa030;
    color: #fff;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    margin-right: 9px;
}
.f_feedback {
    min-height: 440px;
    background: url(../images/fb2.jpg) no-repeat center top;
}


.f_feedback .center .ul_1.inline_width.clear .left {
    padding-top: 116px;
    font-size: 20px;
    padding-left: 240px;
    line-height: 180%;
    width: 401px;
}





.f_feedback .center .ul_1.inline_width.clear .left .txt_1 {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
}

.f_feedback .center .ul_1.inline_width.clear .left .txt_1 span {
	color:#e60013;
}


.f_feedback .center .ul_1.inline_width.clear .left .txt_3 {
    padding-top: 17px;
    text-align: left;
    font-size: 21px;
    color: #0170b5;
    font-weight: bold;
    padding-left: 45px;
}


.f_feedback .center .ul_1.inline_width.clear .left .txt_3 span{
	font-size:32px;
}



.f_feedback .center .ul_1.inline_width.clear .right {
    width: 370px;
    padding-right: 63px;
    padding-top: 118px;
}

.f_feedback .center .ul_1 .right li {
    padding-bottom: 18px;
}





















.pageDH {
padding-left: 30px;
    background: url(../images/dh_ico.png) no-repeat center left;
    line-height: 50px;
    color: #666;
    font-size: 17px;
    background-position-y: 10px;
}


.pageDH a {
	color: #3a3a3a;
}




.in_new {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_new .left{
    width: 285px;
    background: #f5f5f5;
}

.in_new .right{
    width: 883px;
}

.in_new .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_new .right .r_list li:nth-child(3),
.in_new .right .r_list li:nth-child(6),
.in_new .right .r_list li:nth-child(9),
.in_new .right .r_list li:nth-child(12),
.in_new .right .r_list li:nth-child(15),
.in_new .right .r_list li:nth-child(18),
.in_new .right .r_list li:nth-child(21) {
  margin-right: 0;
}


.in_new .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_new .right .r_list .item a .txt {
    line-height: 48px;
}

.in_new .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_new .right .r_list .item a:hover {
	color:#3a3a3a;
}

.in_new .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}
.in_new .center .ul_1.clear {
    padding-top: 50px;
}

.in_new .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
	line-height: 43px;
}




.in_new .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_new .right .r_list .L2_UL:hover{
	-moz-box-shadow:1px 4px 10px #ccc; -webkit-box-shadow:1px 4px 10px #ccc; box-shadow:1px 4px 10px #ccc;
}



.in_new .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_new .right .r_list .L2_UL .sub_left img {
	display:block;
}





.in_new .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}



.in_new .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_new .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #3a3a3a;
}

.in_new .right .r_list .L2_UL .sub_right .one a:hover {
	color:#01797a;
}

.in_new .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}


.in_new .right .r_list .L2_UL .sub_right .three {
	text-align:right;
}


.in_new .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_new .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #01797a;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}


.in_new .right .r_list .L2_UL .sub_right .three a:hover {
    background: #01797a;
}




.in_new .center .clear .right .title {
	line-height:35px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}


.in_new .center .clear .right .title .clear .sub_left {
	background:url(../images/t8.png) no-repeat;
	padding-left:20px;
	font-size:20px;
	font-weight:bold;
}
.in_new .center .clear .right .title .clear .sub_right {
	background:url(../images/ico3.png) no-repeat center left;
	padding-left:20px;
	color:#888;
}




.xgNew {
    padding-top: 13px;
}

.xgNew li {
    width: 46%;
    padding-left: 2%;
    padding-right: 4%;
    float: left;
    background: url(../images/proSnav2.png) no-repeat center left;
}


.xgNew li:nth-child(2),
.xgNew li:nth-child(4),
.xgNew li:nth-child(6),
.xgNew li:nth-child(8),
.xgNew li:nth-child(10) {
	padding-right:0%;
}




.xgNew li .dl_2 {
    line-height: 220%;
    font-size: 16px;
}

.xgNew li .dl_2 .sub_left {
    width: 300px;
}

.xgNew li .dl_2 .sub_right {
	color: #888;
}


.xgNew li a {
	color: #333;
}





.xgNew li:hover {
    background: url(../images/proSnavH.png) no-repeat center left;
	color:#3a3a3a;
}

.xgNew li:hover a,
.xgNew li:hover .sub_right {
	color:#3a3a3a;
}
















.shareOemBox {
	min-height: 827px;
	background: url(../images/bj_15.jpg) no-repeat center top;
	padding-top: 88px;
}




.shareOemBox .dl_2 dd,
.shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle2 {
	color: #fff;
}
.shareOemBox .center .shareTitle2 .one {
	color: #ccc;
	padding-top: 0;
}
.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}
.shareOemBox .center .dl_3.clear {
	padding-top: 20px;
}



.t_logo .center .ul_1.clear .left {
	color: #010101;
}

.t_logo .center .ul_1.clear .left img {
	padding-right: 21px;
	vertical-align: top;
}

.t_logo .center .ul_1.clear .left .txt.inline .one {
	font-size: 24px;
	font-weight: bold;
        margin-top:6px;
}

.t_logo .center .ul_1.clear .left .txt.inline .two {
	font-size: 15px;
}

.t_logo .center .ul_1.clear .right {
    padding-left: 63px;
    background: url(../images/tel2.png) no-repeat center left;
    letter-spacing: 1px;
    color: #333;
    min-height: 48px;
}



.t_logo .center .ul_1.clear .right .one {
	font-size: 19px;
}

.t_logo .center .ul_1.clear .right .two {
	font-size: 28px;
	font-weight: bold;
	padding-top: 1px;
}


.t_nav {
height:70px;
background:#01797a;
color:#fff;
}


.t_nav a.one {
	line-height: 70px;
    font-size: 18px;
    float: left;
    text-decoration: none;
    border-right: 1px solid #016565;
    width: 170px;
    text-align: center;
    color:#fff;
}

.t_nav a.one:hover {
	/*font-weight:bold;*/
  background:#3a3a3a;
}

.t_nav a img{
padding-top:27px;
}




.t_search {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
	background:#fff;
}


.xgCase {
	padding-top: 50px;
}





.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a,
.xgCase .dl_6 dd img{
	display:block;
}

.xgCase .dl_6 dd span{
	line-height:40px;
	padding:0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
	margin-right:0;
}

.xgCase .dl_6 dd a:hover{
	background:#01797a;
	color:#fff;
	font-weight:bold;
}







.fast {
	padding: 80px 0;
    font-size: 21px;
}






.fast .content ul {
	padding:10px 0;
	border-bottom:1px solid #80b0e1;
}



.fast .content li {
    float: left;
	padding-right:30px;
	font-size:16px;
}

.fast .content li.first {
	width:86px;
	font-weight:bold;
	color:#3a3a3a;
	font-size:17px;
	padding-right:10px;
}


.fast .content li.last {
	float:right;
	padding:0;
}

.fast .content li a:hover {
	font-weight:bold;
}

.fast .content li.last a {
    color:#3a3a3a;
}

.fast .content li.link a {
    color: #444;
}





.fast .line_1 ul {
    border-bottom: 1px solid #3a3a3a;
    min-height: 50px;
    line-height: 50px;
}

.fast img.lineBt {
display:block;
}



.fast .line_1 ul li.first {
    background: url(../images/ico5.png) no-repeat center left;
}


.fast .line_1 ul li{
font-size:17px;
}

.fast .line_1 ul li a{
text-decoration:none;
}

.fast .line_1 ul li.first,
.fast .line_1 ul li.link{
float:left;
}


.fast .line_1 ul li.first {
    font-weight: bold;
    padding-left: 30px;
}

.fast .line_1 ul li.link{
    margin: 0 15px;
}

.fast .line_1 ul li.link a{
    color: #4d4d4c;
}

.fast .line_1 ul li.last{
float:right;
}

.fast .line_1 ul li.last a{
    color: #0065a4;
    font-weight: bold;
}




.f_contact .center .ul_1 {
    padding-top: 85px;
}

.f_contact .center .ul_1 .s_title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}



.f_contact .center .ul_1.inline_width.clear li {
    float: left;
    padding-right: 90px;
}


.f_contact .center .ul_1.inline_width.clear .l_1 {
    padding-right: 90px;
    width: 300px;
    padding-top: 26px;
}
.f_contact .center .ul_1.inline_width.clear .l_1 img {
}
.f_contact .center .ul_1.inline_width.clear .l_1 .txt {
    padding: 15px 0;
    font-size: 21px;
    line-height: 41px;
    background: url(../images/f_bj2.png) no-repeat center left;
    text-align: center;
    color: #fff;
}
.f_contact .center .ul_1.inline_width.clear .l_1 .txt .txt_1 {
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
}


.f_contact .center .ul_1.inline_width.clear .l_1 .txt .txt_2 {
	font-size: 16px;
}


.f_contact .center .ul_1.inline_width.clear .l_2 {
    min-height: 200px;
    width: 600px;
    background: url(../images/f_bj3.png) no-repeat;
    font-size: 16px;
    padding-right: 0;
    line-height: 40px;
    background-position-y: 8px;
}

.f_contact .center .ul_1.inline_width.clear .l_4 {
	text-align: center;
	width: 290px;
}
.f_contact .center .ul_1.inline_width.clear .l_4 img {
    width: 150px;
    height: 150px;
}
.f_contact .center .ul_1.inline_width.clear .l_4 .txt {
    font-size: 17px;
    padding: 8px 0;
    text-align: center;
}


.f_contact .center .beiZhu {
    text-align: center;
    color: #ccc;
    padding-top: 45px;
    padding-bottom: 15px;
}

.f_contact .center .beiZhu p {
	padding:0;
	margin:0;
}







.share_xg {
}

.share_xg .s_title {
    font-size: 22px;
    border-bottom: 1px solid #016565;
    padding: 10px 0;
    font-weight: bold;
    padding-left: 40px;
    background: url(../images/xg.png) no-repeat center left;
}







.youShi {
    padding-bottom: 200px;
    background: url(../images/bj18.jpg) no-repeat center top;
    min-height: 1639px;
    background-position-y: 150px;
}








.youShi ul {
	width: 40%;
}


.youShi ul .en {
    color: 080dff;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}
.youShi .bigTxt {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
    color: 080dff;
}

.youShi .smallTxt {
    color: #1e1e1e;
    font-size: 18px;
    line-height: 30px;
    background: url(../images/proSnavH.png) no-repeat center left;
    padding-left: 20px;
}

.youShi ul li span{
	font-weight:bold;
}



.youShi .box_1 {
    padding-top: 63px;
    min-height: 375px;
}

.youShi .box_2 {
    padding-top: 120px;
    padding-left: 698px;
}

.youShi .box_3 {
    padding-left: 105px;
    padding-top: 158px;
}

.youShi .box_4 {
    padding-top: 134px;
    padding-left: 689px;
}

.youShi .box_5 {
    padding-top: 35px;
}

.youShi .box_6 {
    padding-top: 33px;
}







.in_about {
    padding-top: 10px;
    padding-bottom: 90px;
}


.in_about .box_1 {
    padding: 50px 0;
    padding-top: 90px;
}


.in_about .box_1 .shareTitle {
	background: url(../images/t11.png) no-repeat center bottom;
	font-size: 31px;
	font-weight: bold;
	line-height: 73px;
	padding-bottom: 10px;
}
.in_about .box_1 .aboutImg {
	min-height: 695px;
	background: url(../images/aboutBJ.png) no-repeat center bottom;
	padding-top: 40px;
	text-align: center;
	position: relative;
	z-index: 80;
}
.in_about .box_1 .subBox {
	background: url(../images/aboutBJ2.png);
	margin-top: -70px;
	padding-top: 100px;
	padding-bottom: 50px;
}



.in_about .box_1 .ul_1 .txt {
    font-size: 18px;
    line-height: 180%;
    padding-top: 33px;
}

.in_about .box_1 .ul_1 .txt,
.in_about .box_1 .ul_1 .txt p,
.in_about .box_1 .ul_1 .txt span {
    font-size: 18px !important;
    line-height: 180% !important;
	margin:0 !important;
	padding: !important;
}


.in_about .box_1 .ul_1 .txt p {
	padding-bottom:5px;
}



.in_about .box_1 .ul_1 p {
	margin:0;
	padding:0;
}

.in_about .box_1 .ul_1 .moreLink a {
	display:inline-block;
	width:246px;
	line-height:48px;
	background:#e60013;
	color:#fff;
	font-size:21px;
	text-align:center;
}


.in_about .box_5 {
	text-align: center;
	padding-top: 50px;
}

.in_about .box_5 .center .shareTitle {
	background: url(../images/t10.png) no-repeat center bottom;
	font-size: 31px;
	font-weight: bold;
	padding-bottom: 12px;
	line-height: 50px;
}

.in_about .box_5 .center .ul_2.clear {
	width: 955px;
	padding-top: 40px;
}



.in_about .box_5 .ul_2.clear li {
    float: left;
    color: #5d5d5d;
    font-size: 17px;
    font-weight: bold;
    margin-right: 58px;
}

.in_about .box_5 .ul_2.clear li a {
    display: block;
    width: 195px;
    min-height: 135px;
    text-align: center;
}



.in_about .box_5 .ul_2.clear li a span {
    display: block;
    padding-top: 91px;
}

.in_about .box_5 .ul_2.clear li a:hover span {
    color: #fff;
}



.in_about .box_5 .ul_2.clear li:nth-child(4) {
	margin-right:0;
}

.in_about .box_5 .ul_2.clear li:nth-child(1) a {
	background: url(../images/aboutICO_01.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(2) a {
	background: url(../images/aboutICO_02.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(3) a {
	background: url(../images/aboutICO_03.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(4) a {
	background: url(../images/aboutICO_04.png) no-repeat center top;
}



.in_about .box_5 .ul_2.clear li:nth-child(1) a:hover {
	background: url(../images/aboutH_01.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(2) a:hover {
	background: url(../images/aboutH_02.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(3) a:hover {
	background: url(../images/aboutH_03.png) no-repeat center top;
}

.in_about .box_5 .ul_2.clear li:nth-child(4) a:hover {
	background: url(../images/aboutH_04.png) no-repeat center top;
}


.aboutTxt {
	font-size: 18px;
	padding-bottom:50px;
	padding-top:10px;
}


.aboutTxt,
.aboutTxt p,
.aboutTxt span {
	font-size: 18px !important;
	line-height:200% !important;
}

.aboutTxt p {
	margin:0 !important;
	padding:0 !important;
	padding-bottom:10px !important;
}

.diTu .center .shareTitle {
	background: url(../images/t12.png) no-repeat center bottom;
	font-size: 31px;
	font-weight: bold;
	line-height: 73px;
	padding-bottom: 10px;
}
.diTu .center .ul_1.clear {
	padding: 50px 0;
	padding-bottom: 130px;
}
.diTu .center .ul_1.clear .left {
	width: 304px;
	min-height: 520px;
	background: url(../images/bj25.jpg) no-repeat;
	font-size: 18px;
}
.diTu .center .ul_1.clear .left .dl_3 {
	padding-top: 47px;
	padding-left: 70px;
	line-height: 35px;
	padding-right: 30px;
}


.diTu .center .ul_1.clear .left .dl_3 dd img.ewm {
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto;
}





.in_contact {
    padding-top: 10px;
    padding-bottom: 110px;
}

.weiZhi .shareTitle {
	background: url(../images/t12.png) no-repeat center bottom;
	font-size: 31px;
	font-weight: bold;
	line-height: 73px;
	padding-bottom: 10px;
}


.in_contact .weiZhi .diTu2 {
	position: relative;
	padding-top: 50px;
}
.in_contact .weiZhi .diTu2 .luXian {
	position: absolute;
	bottom: 0;
	background: url(../images/lan.png);
	min-height: 110px;
	width: 100%;
	color: #fff;
}
.in_contact .weiZhi .diTu2 .luXian .center .dl_2.clear {
    font-size: 18px;
    padding-top: 13px;
}


.in_contact .weiZhi .diTu2 .luXian .center .dl_2 dd.sub_left,
.in_contact .weiZhi .diTu2 .luXian .center .dl_2 dd.sub_right {
    background: url(../images/dzICO.png) no-repeat;
    padding-left: 27px;
    width: 40%;
    background-position-y: 4px;
}

.in_contact .weiZhi .diTu2 .luXian .center .dl_2 dd .one {
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 8px;
}


.in_contact .weiZhi .Box_8 {
	background: url(../images/bj23.jpg) no-repeat center top;
	min-height: 313px;
	font-size:18px;
}


.in_contact .weiZhi .center.center3 .ul_1.clear .l_1,
.in_contact .weiZhi .center.center3 .ul_1.clear .l_2 {
	float: left;
}

.in_contact .weiZhi .center.center3 .ul_1.clear .l_3 {
    float: right;
    text-align: center;
    padding: 0 30px;
    padding-top: 70px;
    line-height: 45px;
}

.in_contact .weiZhi .center.center3 .ul_1 .bigTxt {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt,
.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p,
.in_contact .weiZhi .center.center3 .ul_1 .smallTxt span {
    font-size: 15px !important;
    line-height: 32px !important;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p{
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 33px !important;
}



.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(1) {
	background: url(../images/cICO_01.png) no-repeat center left;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(2) {
	background: url(../images/cICO_02.png) no-repeat center left;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(3) {
	background: url(../images/cICO_03.png) no-repeat center left;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(4) {
	background: url(../images/cICO_04.png) no-repeat center left;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(5) {
	background: url(../images/cICO_05.png) no-repeat center left;
}

.in_contact .weiZhi .center.center3 .ul_1 .smallTxt p:nth-child(6) {
	background: url(../images/cICO_06.png) no-repeat center left;
}

	



.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left{
    width: 285px;
    background: #f5f5f5;
}

.in_case .right{
    width: 883px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3),
.in_case .right .r_list li:nth-child(6),
.in_case .right .r_list li:nth-child(9),
.in_case .right .r_list li:nth-child(12),
.in_case .right .r_list li:nth-child(15),
.in_case .right .r_list li:nth-child(18),
.in_case .right .r_list li:nth-child(21) {
  margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
	color:#3a3a3a;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
	line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover{
	-moz-box-shadow:1px 4px 10px #ccc; -webkit-box-shadow:1px 4px 10px #ccc; box-shadow:1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
	display:block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #3a3a3a;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
	color:#01797a;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
	text-align:right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #01797a;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #01797a;
}

.in_case .center .clear .right .title {
	line-height:35px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
	background:url(../images/t8.png) no-repeat;
	padding-left:20px;
	font-size:20px;
	font-weight:bold;
}

.in_case .center .clear .right .title .clear .sub_right {
	background:url(../images/ico3.png) no-repeat center left;
	padding-left:20px;
	color:#888;
}






.newShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.newShow .left{
    width: 285px;
    background: #f5f5f5;
}

.newShow .right{
    width: 883px;
}

.newShow .center .ul_1.clear {
    padding-top: 30px;
}


.newShow .center .ul_1.clear .right .r_t {
	min-height: 61px;
	background: #01797a;
}


.newShow .center .ul_1.clear .right .r_t .subBox {
	padding: 18px;
	padding-right: 0;
	padding-bottom: 0;
}


.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border-left: 6px solid #ff9c00;
	line-height: 26px;
	padding-left: 12px;
}



.newShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}


.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2{
}


.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}
.newShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.newShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}
.newShow .right .newBox .line_3 {
  color: #666;
  padding-top: 20px;
  padding-bottom: 50px;
  min-height: 350px;
}

.newShow .right .newBox .line_3 img {
	max-width:100%;
}


.newShow .right .newBox .line_3 p {
  margin:0 !important;
  padding:0 !important;
  padding-bottom:15px !important;
}

.newShow .right .newBox .line_3,
.newShow .right .newBox .line_3 p,
.newShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
	min-height: 153px;
	background: url(../images/bj23.png) no-repeat center top;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
padding-top: 98px;
    width: 431px;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
	display: inline-block;
	width: 100px;
	height: 35px;
	vertical-align: middle;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
	color: #fff;
	font-family: 'Impact';
	font-size: 21px;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 56px;
	padding-top: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
	padding: 20px 0;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
	color: #666;
	line-height: 35px;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
	width: 90%;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
	vertical-align: middle;
	display: inline-block;
	width: 100px;
	text-align: center;
	background: #eee;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
	width: 86%;
	display: inline-block;
	vertical-align: middle;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
	color: #888;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
	border-top: 1px solid #1b1b1b;
	color: #666;
	line-height: 40px;
}
.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
	background: #1b1b1b;
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 100px;
}






.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left{
    width: 285px;
    background: #f5f5f5;
}

.caseShow .right{
    width: 883px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}


.caseShow .center .ul_1.clear .right .r_t {
	min-height: 61px;
	background: #01797a;
}


.caseShow .center .ul_1.clear .right .r_t .subBox {
	padding: 18px;
	padding-right: 0;
	padding-bottom: 0;
}


.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	border-left: 6px solid #ff9c00;
	line-height: 26px;
	padding-left: 12px;
}



.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}


.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2{
}


.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}
.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}
.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}
.caseShow .right .newBox .line_3 {
  color: #666;
  padding-top: 20px;
  padding-bottom: 50px;
  min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
	max-width:100%;
}


.caseShow .right .newBox .line_3 p {
  margin:0 !important;
  padding:0 !important;
  padding-bottom:15px !important;
}

.caseShow .right .newBox .line_3,
.caseShow .right .newBox .line_3 p,
.caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
	min-height: 153px;
	background: url(../images/bj23.png) no-repeat center top;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
padding-top: 98px;
    width: 431px;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
	display: inline-block;
	width: 100px;
	height: 35px;
	vertical-align: middle;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
	color: #fff;
	font-family: 'Impact';
	font-size: 21px;
	letter-spacing: 1px;
	display: inline-block;
	padding-left: 56px;
	padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
	padding: 20px 0;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
	color: #666;
	line-height: 35px;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
	width: 90%;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
	vertical-align: middle;
	display: inline-block;
	width: 100px;
	text-align: center;
	background: #eee;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
	width: 86%;
	display: inline-block;
	vertical-align: middle;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
	color: #888;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
	border-top: 1px solid #1b1b1b;
	color: #666;
	line-height: 40px;
}
.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
	background: #1b1b1b;
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 100px;
}


.xgPro {
    padding: 30px 0;
}

.xgPro .shareTitle {
	background: url(../images/title5.png) no-repeat center bottom;
	font-size: 25px;
	font-weight: bold;
	padding-top: 20px;
}

.xgPro .dl_6.clear {
	padding-top: 30px;
}



.xgPro .dl_6.clear dd {
    float: left;
    margin-right: 15px;
    width: 190px;
    height: 230px;
    overflow: hidden;
    border: 3px solid #fff;
}





.xgPro .dl_6 dd:nth-child(4) {
	margin-right:0;
}


.xgPro .dl_6 dd a,
.xgPro .dl_6 dd a span {
	display:block;
}



.xgPro .dl_6 dd a span.NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}


.xgPro .dl_6 dd a span.proImg {
	height:193px;
	width:193px;
	overflow:hidden;
}




.xgPro .dl_6 dd:hover span.proImg {
	height:156px;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 90%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
	background:#313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
	background:#01797a;
}





.oemPage {
	padding-top: 10px;
	padding-bottom: 105px;
}
.oemPage .box_1 {
    padding: 30px 0;
    padding-bottom: 90px;
}

.oemPage .box_1 .center .shareTitle {
	background: url(../images/oemT1.png) no-repeat center bottom;
	padding-bottom: 12px;
	line-height: 50px;
}



.oemPage .box_1 .center .dl_1.clear {
	padding-top: 50px;
}


.oemPage .box_1 dd {
    float: left;
    width: 235px;
    height:288px;
    text-align: center;
    font-size: 17px;
    margin-right: 6px;
	overflow:hidden;
	position:relative;
	-moz-box-shadow:1px 3px 5px #ccc; -webkit-box-shadow:1px 3px 5px #ccc; box-shadow:1px 3px 5px #ccc;
}

.oemPage .box_1 dd:nth-child(5) {
	margin-right:0;
}

.oemPage .box_1 dd .s_1,
.oemPage .box_1 dd .hei {
    width: 235px;
    height:288px;
}

.oemPage .box_1 dd .hei {
	background: url(../images/hei.png);
}


.oemPage .box_1 dd .bigTxt {
    font-size: 28px;
}

.oemPage .box_1 dd.item_1 .s_1 {
	background: url(../images/pic_1.jpg) no-repeat center top;
}

.oemPage .box_1 dd.item_2 .s_1 {
	background: url(../images/pic_2.jpg) no-repeat center top;
}

.oemPage .box_1 dd.item_3 .s_1 {
	background: url(../images/pic_3.jpg) no-repeat center top;
}

.oemPage .box_1 dd.item_4 .s_1 {
	background: url(../images/pic_4.jpg) no-repeat center top;
}

.oemPage .box_1 dd.item_5 .s_1 {
	background: url(../images/pic_5.jpg) no-repeat center top;
}

.oemPage .box_1 dd .s_2 {
	position:absolute;
	top:105px;
	color:#fff;
	width:100%;
}

.oemPage .box_1 dd .s_2 .bigTxt {
	font-weight:bold;
	padding-bottom:5px;
}

.oemPage .box_1 dd:hover .hei {
	background: none;
}

.oemPage .box_1 dd:hover .s_2 {
	color:#006fb4;
text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}



.oemPage .box_2 {
	min-height: 192px;
	background: url(../images/oemBJ.png) no-repeat center top;
}
.oemPage .box_2 .center .txt_1 {
	font-size: 36px;
	text-align: center;
	text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
	padding-top: 30px;
	font-weight: bold;
}
.oemPage .box_2 .center .txt_1 span {
	color: #0068a9;
}
.oemPage .box_2 .center .txt_2 {
	color: #0068a9;
	font-size: 26px;
	font-weight: bold;
	padding-top: 32px;
	text-shadow: 0 2px #fff, 2px 0 #fff, -2px 0 #fff, 0 -2px #fff;
	padding-left: 407px;
	line-height: 40px;
}
.oemPage .box_2 .center .txt_2 span {
	font-size: 40px;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
}
.oemPage .box_2 .center .txt_2 a {
	display: inline-block;
	width: 232px;
	line-height: 43px;
	height: 43px;
	vertical-align: middle;
	margin-left: 20px;
}


.oemPage .box_3 {
    padding: 100px 0;
}

.oemPage .box_3 .center .shareTitle {
    background: url(../images/oemT2.png) no-repeat center bottom;
    padding-bottom: 12px;
    line-height: 50px;
    margin-bottom: 60px;
}


.oemPage .box_3 .center .shareTitle span {
	color: #01797a;
	font-weight: bold;
}

.oemPage .box_3 dd {
    float: left;
    width: 280px;
    margin-right: 119px;
    padding-top: 45px;
}

.oemPage .box_3 dd:nth-child(3) {
	margin-right:0;
}

.oemPage .box_3 .center .dl_2.clear {
	background: url(../images/oemBJ2.png) no-repeat center top;
	text-align:center;
	min-height:160px;
}

.oemPage .box_3 .center .dl_2.clear .bigTxt {
	font-weight: bold;
	font-size: 38px;
	color: #01797a;
}

.oemPage .box_3 .center .dl_2.clear .smallTxt  {
    font-size: 15px;
    padding-top: 90px;
}


.oemPage .box_3 .center .dl_2.clear .smallTxt span {
	font-weight: bold;
	color: #01797a;
}



.liYou {
	padding-top: 100px;
	background: url(../images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(../images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}




.about {
    padding: 90px 0;
    padding-top: 130px;
}

.about .box_1 {
    background: url(../images/bj122.png) no-repeat center top;
}

.about .box_1 .center {
	position: relative;
    min-height: 559px;
}

.about .box_1 .ul_1 {
    padding-left: 864px;
    padding-top: 32px;
}
.about .box_1 .ul_1 .title {
    font-size: 35px;
    font-weight: bold;
}
.about .box_1 .ul_1 .subTitle {
    padding-top: 22px;
}
.about .box_1 .ul_1 .subTitle .one {
	font-weight:bold;
	font-size:24px;
}
.about .box_1 .ul_1 .subTitle .two {
	font-size:21px;
}


.about .box_1 .ul_1 .txt {
    font-size: 18px;
    line-height: 200%;
    padding-top: 33px;
}

.about .box_1 .ul_1 p {
	margin:0;
	padding:0;
}


.about .box_1 .ul_1 .moreLink {
    position: absolute;
    left: 705px;
    bottom: 0;
}

.about .box_1 .ul_1 .moreLink a {
    display: inline-block;
    width: 139px;
    line-height: 142px;
    background: #006f71;
    color: #fff;
    font-size: 21px;
    text-align: center;
}







.new {
    min-height: 560px;
    padding-bottom: 80px;
}
.new .title {
  padding-top: 94px;
}


.new .content {
    padding-top: 32px;
}
.new .content .left {
    width: 100%;
}
.new .content .right {
  width: 457px;
}
.new .content .left .subTitle {
  background: url("../images/line_2.png") no-repeat;
  -ms-background-position-y: bottom;
  background-position-y: bottom;
}
.new .content .left .line_1 {
    min-height: 73px;
    text-align: center;
    padding-left: 300px;
}

.new .content .left .line_1 a {
    text-decoration: none;
    font-size: 17px;
}
.new .content .left .line_1 a.tab {
    color: #252525;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    width: 200px;
    float: left;
    line-height: 130%;
}

.new .content .left .line_1 a.tab p{
    margin: 0px;
    padding-top: 17px;
	border: 1px solid #ccc;
    border-left: 0;
    min-height: 56px;
	background: #fff;
}





.new .content .left .line_1 a.tab span{
    display: block;
    font-size: 13px;
}


.new .content .left .line_1 a.first {
}


.new .content .left .line_1 a.first p {
    color: #fff;
	background: #01797a;
	border: 1px solid #01797a;
}


.new .content .left .line_1 a.tab span.jianTou {
	min-height:10px;
}

.new .content .left .line_1 a.first span.jianTou {
    background: url(../images/jiantou3.png) no-repeat center top;
}


.new .content .left .line_1 a.more {
color: #3a3a3a;
    float: right;
    font-size: 17px;
    line-height: 37px;
}
.new .content .left .line_2 {
    padding-top: 25px;
    padding-bottom: 20px;
}
.new .content .left .line_2 .sub_left {
    width: 590px;
}
.new .content .left .line_2 .sub_right {
    width: 580px;
}
.new .content .left .line_2 .sub_left img {
  display: block;
}
.new .content .left .line_2 .sub_left a.proName {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding-bottom: 11px;
    line-height: 25px;
    width: 350px;
    float: left;
	font-weight:bold;
}

.new .content .left .line_2 .sub_left a.proName:hover {
    color: #01797a;
}


.new .content .left .line_2 .sub_left span {
    color: #666;
    line-height: 25px;
}
.new .content .left .line_2 .sub_right .s_left {
    width: 169px;
}
.new .content .left .line_2 .sub_right .s_right {
    width: 380px;
    padding-top: 8px;
    letter-spacing: 1px;
    padding-right: 15px;
}
.new .content .left .line_2 .item {
    border: 1px solid #ccc;
    min-height: 103px;
    margin-bottom: 33px;
    background: #fff;
}

.new .content .left .line_2 .item:hover {
	background:#ccc;
}


.new .content .left .line_2 .item .s_left img{
    border: 5px solid #fff;
    display: block;
}

.new .content .left .line_2 .sub_right .s_right a.newName {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}


.new .content .left .line_2 .s_right p {
    margin: 0;
    padding: 6px 0;
    color: #666;
    line-height: 150%;
}


.new .content .left .line_2 .s_right .time {
    text-align: right;
}

.new .content .right .one {
  background: url(../images/line_3.png) no-repeat bottom left;
  min-height: 37px;
}
.new .content .right .one span {
  color: #000d44;
  font-weight: bold;
  width: 127px;
  float: left;
  text-align: center;
  font-size: 19px;
}
.new .content .right .one a.more {
  color: #000d44;
  float: right;
  font-size: 17px;
  line-height: 37px;
}
.new .content .right .two {
  padding-top: 34px;
  letter-spacing: 1px;
  height: 348px;
  overflow: hidden;
}
.new .content .right .two .item li {
  padding-left: 43px;
  background: url("../images/bot_3.png") no-repeat;
  min-height: 103px;
  margin-bottom: 17px;
  border-bottom: 1px dashed #333;
  -ms-background-position-y: 3px;
  background-position-y: 3px;
}
.new .content .right .two .item a {
  color: #000d44;
  font-size: 18px;
  font-weight: bold;
}
.new .content .right .two .item p {
  margin: 0;
  padding: 0;
  padding-top: 4px;
  color: #666;
}
.new .center .content .clear .left .line_more.clear {
	text-align: right;
	padding-top: 20px;
}
.new .center .content .clear .left .line_more.clear .more {
	display: inline-block;
	color: #fff;
	background: #01797a;
	line-height: 33px;
	padding: 0 20px;
}
.new .center .content .clear .left .line_2 .clear .sub_left .dl_5.clear {
	padding: 20px 15px;
	width: 560px;
	background: #eee;
}
.new .center .content .clear .left .line_2 .clear .sub_left .dl_5.clear .s_right a {
	display: inline-block;
	width: 103px;
	line-height: 96px;
	background: #01797a;
	text-align: center;
	color: #fff;
	font-size: 15px;
}






.pro {
    padding-bottom: 85px;
    padding-top: 70px;
}

.pro .mainBox {
	padding-top: 50px;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6.clear {
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6.clear dd {
    float: left;
    margin: 0 9px;
    width: 276px;
    height: 324px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff;
    margin-bottom: 30px;
}


.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd a,
.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd a span {
	display:block;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd a span.NameTxt {
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    width: 95%;
    margin: 0 auto;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd a span.proImg {
	height:276px;
	width:276px;
	overflow:hidden;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd:hover span.proImg {
	height:230px;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd .proBT {
    text-align: center;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 35px;
    font-size: 14px;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd .proBT a.a_1 {
	background:#313131;
}

.pro .mainBox .proScrollBox .pro_ctBox .dl_6 dd .proBT a.a_2 {
	background:#01797a;
}
/*.clear{clear:both;}*/
.proScrollBox{
  width:1200px;
}

.proScrollBox .proNavTab{
}

.proScrollBox .proNavTab dd{
    display: block;
    width: 600px;
    text-align: center;
    line-height: 40px;
    color: #666;
    float: left;
    cursor: pointer;
    font-size: 19px;
}

.proScrollBox .proNavTab dd a{
  display:block;
  width:600px;
  height:319px;
  position:relative;
  color:#fff;
}


.proScrollBox .proNavTab dd a .txt {
  line-height:89px;
  text-align:center;
  background-color:#313131;
  display:block;
  font-weight:bold;
}

.proScrollBox .proNavTab dd a .txt em {
  font-style:normal;
  display:block;
  min-height:89px;
}

.proScrollBox .proNavTab dd:nth-child(1) a em {
  background: url(../images/number_01.png) no-repeat center left;
  background-position-x:23px;
}

.proScrollBox .proNavTab dd:nth-child(2) a em {
  background: url(../images/number_02.png) no-repeat center left;
  background-position-x:15px;
}

.proScrollBox .proNavTab dd:nth-child(3) a em {
  background: url(../images/number_03.png) no-repeat center left;
  background-position-x:23px;
}

.proScrollBox .proNavTab dd:nth-child(4) a em {
  background: url(../images/number_04.png) no-repeat center left;
  background-position-x:23px;
}

.proScrollBox .proNavTab dd:nth-child(5) a em {
  background: url(../images/number_05.png) no-repeat center left;
  background-position-x:23px;
}

.proScrollBox .proNavTab dd a .hei{
    background: url(../images/hei3.png);
    width: 600px;
    margin: 0;
    padding: 0;
    padding-top: 230px;
}

.proScrollBox .proNavTab dd.active a .hei{
  background:none;
}

.proScrollBox .proNavTab dd.active a .txt{
    background: url(../images/jiantou5.png) no-repeat center right;
    background-color: #01797a;
    background-position-x: 200px;
}

.proScrollBox .proNavTab2{
    width: 1200px;
    text-align: center;
}
.proScrollBox .proNavTab2 dd{
    display: block;
    width: 35px;
    color: #666;
    float: left;
    cursor: pointer;
    font-size: 19px;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #666;
    margin-right: 10px;
}

.proScrollBox .proNavTab2 dd:nth-child(4){
    background: none;
}

.proScrollBox .proNavTab2 dd.active{background:#3a3a3a; color:#fff;}


.proScrollBox .proNavTab2 dd .bigTxt{
    font-size: 25px;
    padding-bottom: 10px;
    text-indent: 0.5em;
  font-weight:bold;
}


.pro_ctBox{
    padding-top: 35px;
    width: 1200px;
    position: relative;
    overflow: hidden;
    height: 730px;
} /*定位一般设置为relative，overflow设置为hidden来隐藏外面的内容*/
.pro_ctBox .mainBox_hd{position:absolute;width:1200px;height:750px;} /*这个定位设置为absolute, 因为要操作这个的位置来切换内容*/
.pro_ctBox ul{float:left; width:1200px;}
.pro_ctBox ul li{
    display: block;
    height: 750px;
    width: 1200px;
    float: left;
    text-align: center;
}
.pro_ctBox ul li+li{margin-left:-1px;}
/*通用-列表翻页*/
.listpage{clear:both; text-align:center;}
.LuckCMS-page{padding:14px 0 10px; font-size:13px;}
.LuckCMS-page a{height:25px; margin-left:6px; padding:0 8px; border:1px solid #d3d3d3; border-radius:5px; text-align:center; color:#767676; display:inline-block; line-height:25px;}
.LuckCMS-page a:hover{border-color:#01797a; background:#01797a; color:#fff; }
.LuckCMS-page span{height:25px; margin-left:6px; padding:0 8px; border:1px solid #01797a; border-radius:5px; color:#fff; line-height:25px; background:#01797a; text-align:center; display:inline-block;}