
/* Star 共享区 */


/*@font-face {
	font-family: 'Georgia';
	src: url('../font/Georgia.eot');
	src: url('../font/Georgia.eot') format('embedded-opentype'),
		 url('/PC/css/fonts/Georgia.woff') format('woff'),
		 url('../font/Georgia.ttf') format('truetype'),
		 url('../font/Georgia.svg') format('svg');
}

@font-face {
	font-family: 'Dutch801_Bold_BT';
	src: url('../font/Dutch801_Bold_BT.eot');
	src: url('../font/Dutch801_Bold_BT.eot') format('embedded-opentype'),
		 url('/PC/css/fonts/Dutch801_Bold_BT.woff') format('woff'),
		 url('../font/Dutch801_Bold_BT.ttf') format('truetype'),
		 url('../font/Dutch801_Bold_BT.svg') format('svg');
}


@font-face {
  font-family: 'Noto Sans Myanmar';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansMyanmar-Regular.eot');
  src: url('../font/NotoSansMyanmar-Regular.eot') format('embedded-opentype'),
       url('/PC/css/fonts/NotoSansMyanmar-Regular.woff2') format('woff2'),
       url('/PC/css/fonts/NotoSansMyanmar-Regular.woff') format('woff'),
       url('../font/NotoSansMyanmar-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Noto Sans Myanmar';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NotoSansMyanmar-Bold.eot');
  src: url('../font/NotoSansMyanmar-Bold.eot') format('embedded-opentype'),
       url('/PC/css/fonts/NotoSansMyanmar-Bold.woff2') format('woff2'),
       url('/PC/css/fonts/NotoSansMyanmar-Bold.woff') format('woff'),
       url('../font/NotoSansMyanmar-Bold.ttf') format('truetype');
}
*/


body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: Microsoft YaHei, Hiragino Sans GB, sans-serif, arial, tahoma, "Noto Sans Myanmar";
  color: #333;
  word-wrap:break-word; white-space:normal;
  /*word-break:break-all; */
  
}


/* 阴影 */
.shadow{
-moz-box-shadow:2px 2px 5px #333; -webkit-box-shadow:2px 2px 5px #333; box-shadow:2px 2px 5px #333;
}

.shadow2{
-moz-box-shadow:2px 2px 5px #c4c4c4; -webkit-box-shadow:2px 2px 5px #c4c4c4; box-shadow:2px 2px 5px #c4c4c4;
}



.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: #11ad9c;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #25bdad, #00a08f);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #25bdad, #00a08f);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #25bdad, #00a08f);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #25bdad, #00a08f);
  /* 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;
}
.pageNumber a:hover {
  background: #0d64c0;
  color: #fff;
  border: 1px solid #0d64c0;
}
.pageNumber .current_page {
  padding: 5px 10px;
  background: #0d64c0;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  border: 1px solid #0d64c0;
  margin-right:5px;
}
/* 搜索框 */
.search .right input {
  border: 0;
  margin: 0;
  padding: 0;
  color: #999;
  vertical-align: middle;
}
.search .right input[type="text"] {
  background: url(../image/3_01.png) no-repeat;
  width: 238px;
  height: 30px;
  line-height: 30px;
  color: #333;
  padding:0 5px;
}

.search .right input[type="button"] {
  background: url(../image/3_02.png) no-repeat;
  width: 48px;
  height: 30px;
  cursor: pointer;
}
/* End  共享区 */
.page_bj {
  background: url("/PC/images/index.jpg") no-repeat center top;
  min-height: 2556px;
}

.in_banner {
  min-height: 300px;
}
.banner_about {
  background: url("../image/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
  background: url("/PC/images/banner_fbSure.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_down {
  background: url("/PC/images/banner_down.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_case {
  background: url("../image/banner_case.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}



.banner_contact {
  background: url("/PC/images/banner_contact.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner_sitemap {
  background: url("/PC/images/banner_sitemap.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}



.banner_pro1 {
  background: url("/PC/images/banner_pro1.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro2 {
  background: url("/PC/images/banner_pro2.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro3 {
  background: url("/PC/images/banner_pro3.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_pro {
  background: url("../image/banner_pro.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_new {
  background: url("../image/banner_new.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_oem {
  background: url("/PC/images/banner_oem.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner_dingzhi {
  background: url("/PC/images/banner_oem.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(/PC/images/line_1.png) no-repeat;
  -ms-background-position-x: center;
  background-position-x: center;
  height: 6px;
}

.xing{
  background: url(../image/xing.png) no-repeat center left;
  width: 115px;
  min-height: 23px;
  display: inline-block;
}






.shareTitle {
	padding-bottom:23px;
	background: url(/PC/images/line_11.png) no-repeat center bottom;
}

.shareTitle p,
.shareTitle span {
  display: inline-block;
  margin: 0;
  padding: 0;
}


.shareTitle span {
  font-family: "Clarendon_Black_BT","Noto Sans Myanmar";
  font-size: 36px;
  color: #016cb7;
  padding: 0 20px;
  line-height: 42px;
  letter-spacing:1px;
}
.shareTitle p {
}












.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 {
  color: #e2f1ff;
  line-height: 40px;
  min-height: 40px;
  font-size: 13px;
  text-align:center;
  border-top:1px solid #82afda;
}


.bq a {
  color: #b3daff;
}


/* Star daoHang */
.daoHang {
  line-height: 62px;
  min-height: 62px;
  background: #f8f8f8;
  position:relative;
}

.daoHang .daoHangUL {
  font-size: 17px;
}
.daoHang .daoHangUL .left {
}
.daoHang .daoHangUL .left a {
  text-decoration: none;
  color: #0d64c0;
}
.daoHang .daoHangUL .right {
  color: #666;
}
.daoHang .right a {
  text-decoration: none;
  color: #666;
}




.hz_ico {
  padding-top: 45px;
  width: 866px;
  overflow: hidden;
}
.hz_ico ul.clear {
  background: url("/PC/images/bj_9.png") 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(/PC/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
  display: block;
  min-height: 248px;
  background: url("/PC/images/bt.png") no-repeat center;
  cursor: pointer;
}
.a_video a.bt:hover {
  background: url("/PC/images/bt2.png") 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(../image/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;
}

















.noGet {
	background:url(/PC/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;
}

.noPage {
	text-align:center;
	padding-top:80px;
	padding-bottom:50px;
}

.noPage .center {
	text-align:center;
}

.noPage .txt_1 {
	font-size:38px;
	color:#0a7ccc;
	padding-top:18px;
}

.noPage .txt_2 {
	font-size:20px;
	color:#000;
	padding-top:40px;
	padding-bottom:50px;
}



.noPage .txt_3 {
	margin:0 auto;
	padding-top:20px;
}

.noPage .txt_3 .one,
.noPage .txt_3 .one a{
	font-size:35px;
	color:#fff;
	background:#006cb8;
	display:inline-block;
	line-height:63px;
	width:737px;
}

.noPage .txt_3 .one a:hover{
	color:#fc7e10;
}


.shareNoNeed{
    font-size: 19px;
    line-height: 180%;
    padding-top: 183px;
    color: #041146;
    text-align: center;
    background: url(/PC/images/bj_12.jpg) no-repeat center bottom;
    min-height: 237px;
}












.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(/PC/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(/PC/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(/PC/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-top: 50px;
  font-size: 16px;
  padding-bottom: 40px;
}

.prev_next li {
  width: 46%;
  line-height: 35px;
  padding: 0 10px;
  color:#888;
  border-radius:5px;
  background:#eee;
}

.prev_next li:hover a {
	color:#0d64c0;
}


.prev_next a {
	color:#000;
}

.prev_next .sub_left,
.prev_next .sub_right {
  width: 46%;
  line-height: 45px;
  padding: 0 10px;
}

.prev_next .sub_right {
}

.prev_next img {
  vertical-align: middle;
}







.new {
	padding-top:100px;
	background:url(/PC/images/bj_45.jpg) no-repeat center top;
	min-height:500px;
}


.new .two {
	padding-top:50px;
		color:#041146;
		font-size:16px;
}

.new .two li.left {
    padding-left: 66px;
    padding-top: 47px;
}

.new .two li.right {
	width:603px;
	padding-top:30px;
}


.new .two .time {
	padding-top:11px;
	padding-bottom:8px;
}

.new .two .time span{
	display:inline-block;
	padding-left:20px;
	line-height:20px;
	margin-right:15px;
}

.new .two .time span.date{
	background:url(/PC/images/5_01.png) no-repeat center left;
}

.new .two .time span.see{
	background:url(/PC/images/5_02.png) no-repeat center left;
}

.new .two .proName a {
	color:#041146;
	font-size:28px;
}

.new .two .txt {
	line-height:190%;
	padding-top:10px; padding-bottom:20px;
}

.new .two .more a {
	font-size:14px;
	color:#339bfa;
	font-weight:bold;
}




.new .center .two .inline_width.clear .box.right.l_3 .clear dd {
	padding-bottom:20px;
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear {
	width: 352px;
}
.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_left {
	width:103px;
}
.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right {
	width:232px;
}
.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right .shenglve {
	font-size:17px;
	color:#000;
	margin:0;
	padding:0;
	padding-bottom:5px;
}
.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right span {
	color:#888;
	font-size:15px;
	line-height:150%;
}







.haoPing {
	padding:80px 0;
	background:#eee;
}


.haoPing .center .shareTitle3 {
	color:#000;
	font-family:Arial, Helvetica, sans-serif, "Noto Sans Myanmar";
}


.haoPing .content {
	padding-top:60px;
}



.haoPing .content .s_one {
	padding-bottom:30px;
}
.haoPing .content .s_two {
  min-height: 80px;
}
.haoPing .content .s_two textarea,
.haoPing .content .s_two input {
  border: 0;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.haoPing .content .s_two textarea {
  width: 98%;
  padding: 1%;
  font-size:18px;
}

.haoPing .content .s_two .bt {
	padding-top:15px;
}

.haoPing .content .s_two .bt input {
	color:#fff;
	text-transform:uppercase;
	font-size:15px;
	line-height:40px;
	cursor: pointer;
	width:150px;
	text-align:center;
	border-radius:5px;
}


.haoPing .content .s_two input[type="reset"] {
  background: #ff5500;
}

.haoPing .content .s_two input[type="submit"] {
  background: #041146;
}

.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(/PC/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(/PC/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(/PC/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(/PC/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;
}



.shareTitle3 {
	font-size:35px;
	text-align:center;
	font-family:'Dutch801_Bold_BT','Noto Sans Myanmar';
	padding-bottom:20px;
	background:url(/PC/images/line_9.png) no-repeat center bottom;
	text-transform:uppercase;
}


.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(/PC/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(/PC/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
	background:url(/PC/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
	background:url(/PC/images/c_3.png) no-repeat center top;
}









.top {
}

.top .t_wel {
  min-height: 33px;
  line-height: 33px;
  font-size: 14px;
  color:#666;
  background:#f3f3f3;
  border-bottom:1px solid #ccc;
}

.top .t_wel a {
  color:#666;
  cursor:pointer;
}

.top .t_wel a:hover {
  color:#0e68c4;
}

.top .t_wel a.first {
}

.top .t_wel a.first {
position:relative;
}

.top .t_wel a.first .wap_ewm {
position:absolute; left: -48px; top:2px; width:160px; min-height:174px; background:url(/pc/images/bj_ewm.png) no-repeat bottom left;  padding-top:19px; display:none;
}

.top .t_wel a.first .wap_ewm img {
padding-top: 20px; padding-left: 6px;
}



.t_bigBox {
	min-height:189px;
	width:100%;
	position:relative;
}


.t_bigBox .t_logo {
	color:#0a1357;
	min-height:161px;
}


.t_bigBox .t_logo .center {
	padding-top:34px;
}
.t_bigBox .t_logo .center .ul_1.clear .left {
	max-width:980px;
}



.t_bigBox .t_logo .center .ul_1.clear .left .ul_2.clear .box_2.sub_left {
	text-transform:uppercase;
}


.t_bigBox .t_logo .center .ul_1.clear .left .ul_2.clear .box_2.sub_left .txt_1 {
	font-size:28px;
	font-weight:bold;
	color:#0e6999;
}


.t_bigBox .t_logo .center .ul_1.clear .left .ul_2.clear .box_2.sub_left .txt_2 {
	font-size:22px;
	color:#666;
}
.t_bigBox .t_logo .center .ul_1.clear .right {
	padding-top:15px;
}


.shareTel {
background:url(../image/t_1.png) no-repeat center left;
padding-left:60px;
min-height:50px;
font-weight:bold;
font-style:italic;
font-size:29px;
line-height:33px;
}

.shareTel .one{
color:#0a59b5; 
}

.shareTel .two{
color:#d03521;
}



.top .t_nav li {
  float: left;
}

.top .t_nav a {
width: 109px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
}

.top .t_nav a:hover {
	background:#ffae00;
}





.t_bigBox .t_nav {
	color:#fff;
	line-height:70px;
	min-height:70px;
	background:#0d64c0;
	z-index:100;
	position:relative;
}


.t_nav .left .subUL {
    position: absolute;
    z-index: 999;
    top: 40px;
    left: 0;
    display: inline-block;
    background: #fff;
    width: 350px;
    font-size: 17px;
}


.t_nav .left .subUL a {
  color: #0a1357;
  line-height: 40px;
  min-height: 40px;
  display: block;
  padding: 0 20px;
}

.t_nav .left .subUL a:hover {
  color: #fff;
  background: #339bfa;
}






.fb_3 {
	background:url(../image/bj2.png) repeat-x;
	background-position-y:-25px;
}
.fb_3 .center.shadow {
	min-height:186px;
	background:#fff;
	border-radius:13px;
}
.fb_3 .center.shadow form .ul_1.clear {
	padding-top:68px;
	width:90%;
	margin:auto 5%;
}
.fb_3 .center.shadow 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 */
}









.shareTel_2 {
}

.shareTel_2 .one{
 font-size:14px;
}

.shareTel_2 .two{
 font-size:33px;
}


.youShi {
	padding-bottom:80px;
}


.youShi .center .title {
	font-size:18px;
	text-align:center;
	color:#000;
	padding-top:228px;
}


.youShi .center .content {
	background:url(/PC/images/bj4.jpg) no-repeat center bottom;
	min-height:1983px;
	padding-top:100px;
}




.youShi .center .content ul {
	display:block;
}


.youShi .center .content .clear li {
	color:#333;
}


.youShi .center .content .clear li .bigTxt {
    font-weight: bold;
    font-size: 29px;
    color: #444;
    padding-bottom: 13px;
}

.youShi .center .content .clear li .smallTxt {
    font-size: 17px;
    background: url(../image/bot4.png) no-repeat center left;
    line-height: 30px;
    background-position-y: 9px;
    padding: 3px 0;
    padding-left: 26px;
}


.youShi .center .content .clear li span {
	color:#237baa;
}



.youShi .six {
	width:396px;
	min-height:109px;
	padding-top:15px;
}

.youShi .six dl{
    line-height: 19px;
    padding-top: 66px;
}

.youShi .six dd {
    width: 108px;
    margin-right: 36px;
    float: left;
    text-align: center;
}


.youShi .six dd.last {
	margin:0;
}




.youShi .ul_1 .six dl{
    padding-top: 76px;
}




.youShi .ul_1 .six {
	background:url(/pc/images/ys_1.png) no-repeat center bottom;
}

.youShi .ul_2 .six {
	background:url(../image/ys_2.png) no-repeat center bottom;
}

.youShi .ul_3 .six {
	background:url(/pc/images/ys_3.png) no-repeat center bottom;
}

.youShi .ul_4 .six {
	background:url(../image/ys_4.png) no-repeat center bottom;
}

.youShi .ul_5 .six {
	background:url(/pc/images/ys_5.png) no-repeat center bottom;
}







.youShi .content ul {
    width: 410px;
}



.youShi .content .ul_1 {
    padding-left: 162px;
    padding-top: 29px;
}


.youShi .content .ul_2 {
    padding-top: 127px;
    padding-left: 741px;
    width: 423px;
}

.youShi .content .ul_2 .right {
    width: 254px;
}


.youShi .content .ul_2 .right .bigTxt {
}

.youShi .content .ul_3 {
    padding-top: 158px;
    padding-left: 160px;
}

.youShi .content .ul_4 {
    padding-top: 148px;
    padding-left: 665px;
	width:auto;
}

.youShi .content .ul_5 {
    padding-top: 170px;
    padding-left: 161px;
}





.about {
	background:url(../image/bj_2.jpg) no-repeat center top;
	padding-bottom:50px;
}

.about .center .box {
	width: 470px;
	color: #fff;
	font-size: 16px !important;
	padding-top: 311px;
	line-height: 200%;
}

.about .center .box p {
	margin:0;
}

/* Star 新闻 */
.news {
padding: 90px 0;
}

.news .newsUL {
}


.news .newsUL .left {
width:730px;
}

.news .newsUL .left .line_1 {
	border-bottom:1px solid #ccc;
	line-height:43px;
}

.news .newsUL .left .line_1 a.tag {
font-size:18px;
width:150px;
color:#333;
background:#eee;
float:left;
text-align:center;
margin-right:8px;
cursor:pointer;
}

.news .newsUL .left .line_1 a.tag:hover,
.news .newsUL .left .line_1 a.first {
background:#2663c9;
color:#fff;
font-weight:bold;
}

.news .newsUL .left .line_1 a.more {
	color: #333;
    float: right;
    font-size: 16px;
    padding-left: 18px;
    background: url(../image/bot5.png) no-repeat center left;
}







.news .newsUL .left .line_2 .box_1 li {
padding-top: 25px; min-height: 195px;
}


.news .newsUL .left .line_2 .box_1 li a.newImg img{
float:left; padding:3px; margin-right:25px; background:#fff; border:1px solid #ccc;
}


.news .newsUL .left .line_2 .box_1 li a.newName {
text-decoration:none; font-size:20px;
color:#333; margin:0px; padding-bottom:9px;
font-weight:bold;

}

.news .newsUL .left .line_2 .box_1 li .time {
font-size:14px; color:#888;
}


.news .newsUL .left .line_2 .box_1 li .time span {
	display:inline-block;
	padding-right:15px;
}


.news .newsUL .left .line_2 .box_1 li .time .s_1 {
background:url(../image/ico1.png) no-repeat center left; padding-left:16px;
}

.news .newsUL .left .line_2 .box_1 li .time .s_2 {
background:url(../image/ico2.png) no-repeat center left; padding-left:23px;
}


.news .newsUL .left .line_2 .box_1 li .txt{
color:#666; font-size:15px; line-height: 27px;
padding:10px 0;
}

.news .newsUL .left .line_2 .box_1 li .more a{
	display:inline-block;
	width:110px;
	height:30px;
	background:url(../image/bt3.png) no-repeat center;
}



.news .newsUL .left .line_2 .box_2 li {
	width:48%;
    line-height: 33px;
	margin-right:2.5%;
}


.news .newsUL .left .line_2 .box_2 li:nth-child(2),
.news .newsUL .left .line_2 .box_2 li:nth-child(4),
.news .newsUL .left .line_2 .box_2 li:nth-child(6),
.news .newsUL .left .line_2 .box_2 li:nth-child(8),
.news .newsUL .left .line_2 .box_2 li:nth-child(10),
.news .newsUL .left .line_2 .box_2 li:nth-child(12) {
	margin-right:0;
}




.news .newsUL .left .line_2 .box_2 li a {
    font-size: 14px;
    color: #333;
    float: left;
	width:235px;
	background:url(../image/bot6.png) no-repeat center left;
	padding-left:13px;
}

.news .newsUL .left .line_2 .box_2 li.newItem span {
float:right;
color:#999;
font-size:13px;
}




.news .newsUL .right {
width:400px;
}

.news .newsUL .right .line_1 {
    min-height: 40px;
	border-bottom:1px solid #ccc;
}

.news .newsUL .right .line_1 a {
line-height:43px;
}

.news .newsUL .right .line_1 a.tag {
font-size:18px;
width:150px;
float:left;
text-align:center;
margin-right:8px;
cursor:pointer;
background:#2663c9;
color:#fff;
font-weight:bold;
}

.news .newsUL .right .line_1 a.more {
	color: #333;
    float: right;
    font-size: 16px;
    padding-left: 18px;
    background: url(../image/bot5.png) no-repeat center left;
}

.news .newsUL .right .line_2 {
padding-top: 10px;
}

.news .newsUL .right .line_2 ul li {
    padding: 0px 6px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #ccc;
    padding-top: 8px;
	padding:15px 0;
}

.news .newsUL .right .line_2 ul li a {
text-decoration:none;
line-height:25px;
}



.news .newsUL .right .line_2 ul li a .wen {
padding-left:35px;
background:url(../image/wen.png) no-repeat center left;
color:#2663c9;
font-size:18px;
font-weight:bold;
}

.news .newsUL .right .line_2 ul li a .da {
padding-left:35px;
color:#666; font-size:15px;
padding-top:8px;
background:url(../image/da.png) no-repeat;
background-position-y:10px;
}














.inBox {
	width:1200px;
	margin:0 auto;
	margin-top:-55px;
}

.inBox .fb_3 {
	background:none;
}








.proList {
  padding: 100px 0;
}

.proNav {
	position:relative;
}

.proNav .left {
	width:234px;
	height:164px;
	background:url(/pc/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(../image/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;
}








.in_new {
  padding: 80px 0;
}

.in_new .left{
	width:265px;
}

.in_new .right{
	width:880px;
}



.left_contact .box {
	background:#fff;
	border:2px solid #33abc8;
	font-size:16px !important;
	color:#333;
	padding:20px;
	line-height:180% !important;
	font-family:Microsoft YaHei !important;
}


.left_contact .box p {
	padding:0;
	margin:0;
}


.left_contact .box img{
	max-width:100%;
}





.in_new .right .content {
  padding-top: 10px;
  background: #fff;
}
.in_new .right .content .L2_UL {
  display: inline-block;
  padding: 30px 0;
  border-bottom:1px dashed #ddd;
}

.in_new .right .content .L2_UL .sub_left {
  width: 262px;
}

.in_new .right .content .L2_UL .sub_right {
  width: 590px;
}



.in_new .right .content .L2_UL .sub_right .one {
  min-height: 35px;
  line-height: 35px;
}

.in_new .right .content .L2_UL .sub_right .one a.shenglve {
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color: #444;
}

.in_new .right .content .L2_UL .sub_right .one a:hover {
    color: #0d64c0;
}

.in_new .right .content .L2_UL .sub_right .two {
  line-height: 24px;
  color: #666;
  font-size: 15px;
  padding-bottom: 13px;
  line-height:180%;
}


.in_new .right .content .L2_UL .sub_right .three {
	text-align:right;
}


.in_new .right .content .L2_UL .sub_right .time {
	font-size:14px;
	padding:8px 0;
	color:#888;
}

.in_new .right .content .L2_UL .sub_right .time span {
    display: inline-block;
    padding-right: 15px;
}

.in_new .right .content .L2_UL .sub_right .time .s_1 {
    background: url(../image/ico1.png) no-repeat center left;
    padding-left: 20px;
}


.in_new .right .content .L2_UL .sub_right .time .s_2 {
	background: url(../image/ico2.png) no-repeat center left;
	padding-left: 25px;
}





.in_new .right .content .L2_UL .sub_right .three a.more {
  padding: 6px 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background:#0d64c0;
  border-radius:5px;
  display:inline-block;
}

.in_new .right .content .L2_UL .sub_right .three a.more:hover {
  background:#ff8002;
}

.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 {
	padding-left:20px;
	font-size:23px;
	font-weight:bold;
	border-left:10px solid #0d64c0;
}
.in_new .center .clear .right .title .clear .sub_right {
	padding-left:20px;
	color:#888;
}

.in_new .center .clear .right .title .clear .sub_right a {
	color:#888;
}

.newShow {
  padding: 80px 0;
}

.newShow .left{
	width:265px;
}

.newShow .right{
	width:880px;
}

.newShow .center .clear .right .title {
	line-height:35px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}


.newShow .center .clear .right .title .clear .sub_left {
	padding-left:20px;
	font-size:20px;
	font-weight:bold;
    border-left: 10px solid #0d64c0;
}

.newShow .center .clear .right .title .clear .sub_right {
	padding-left:20px;
	color:#888;
}

.newShow .center .clear .right .title .clear .sub_right a {
	color:#888;
}

.newShow .right .newBox {
  padding: 25px;
}

.newShow .right .newBox img{
	max-width:100%;
}

.newShow .right .newBox .line_2 {
  min-height: 90px;
  text-align: center;
}
.newShow .right .newBox .line_2 h3 {
  font-size: 28px;
  letter-spacing: 1px;
  margin:0;
  padding:20px 0;
}
.newShow .right .newBox .line_2 .two {
  color: #666;
}


.newShow .right .newBox .line_3 {
  color: #666;
  padding: 20px 0;
  padding-bottom: 50px;
  min-height: 500px;
}


.newShow .right .newBox .line_3 a,
.newShow .right .newBox .line_4 .s_1 a {
	font-weight:bold;
	color:#bb1f1f;
}

.newShow .right .newBox .line_4 .s_2 a {
	font-weight:bold;
}


.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:#111;
	font-size: 16px !important;
	line-height: 200% !important;
	font-family:Microsoft YaHei !important;
}







.newShow .right .newBox .line_5 .s_t {
  font-size: 18px;
  line-height: 40px;
  color: #18499f;
  font-weight: bold;
}
.newShow .right .newBox .line_5 .s_t span {
  color: #ff9000;
}
.newShow .right .newBox .line_5 .list .s_left {
  width: 210px;
  padding-top: 8px;
}
.newShow .right .newBox .line_5 .list .s_right {
  width: 550px;
}
.newShow .right .newBox .line_5 .item {
  line-height: 35px;
  min-height: 35px;
}
.newShow .right .newBox .line_5 .sub_left {
  width: 465px;
}




.shareTitle2 {
	line-height:50px;
	background:url(/pc/images/line5.png) no-repeat left bottom;
}

.shareTitle2 span {
	font-weight:bold;
	color:#0c61cb;
	font-size:22px;
}

.shareTitle2 a {
	float:right;
	color:#666;
	font-size:15px;
}


.bt_new .ul_3.clear {
	padding-top:20px;
}
.bt_new .ul_3.clear .sub_left {
	width:177px;
}
.bt_new .ul_3.clear .sub_left a img {
	display:block;
}
.bt_new .ul_3.clear .sub_left a .shenglve {
	margin:0;
	padding:0 5px;
	background:url(../image/hei.png);
	text-align:center;
	line-height:35px;
	position:relative;
	top:-35px;
	color:#fff;
}
.bt_new .ul_3.clear .sub_right {
	width:670px;
}
.bt_new .ul_3.clear .sub_right .box_2 .newItem.clear {
	line-height:35px;
}

.bt_new .ul_3.clear .sub_right .box_2 .newItem.clear a {
	width:560px;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}


.bt_new .ul_3.clear .sub_right .box_2 .newItem.clear a:hover {
	color:#0d64c0;
}

.bt_new .ul_3.clear .sub_right .box_2 .newItem.clear span {
	font-size:16px;
	color:#888;
}




.in_case {
  padding: 100px 0;
}

.in_case .left{
	width:260px;
}


.in_case .newType .list li a {
    text-align: left;
	text-indent:30px;
}


.in_case .right{
	width:870px;
}
.in_case .right .content {
  padding-top: 10px;
  background: #fff;
}
.in_case .right .content .L2_UL {
  display: inline-block;
  padding: 30px 0;
	background:url(../image/line3.png) no-repeat center bottom;
}

.in_case .right .content .L2_UL .sub_left {
  width: 222px;
}

.in_case .right .content .L2_UL .sub_right {
  width: 620px;
}



.in_case .right .content .L2_UL .sub_right .one {
  min-height: 35px;
  line-height: 35px;
}

.in_case .right .content .L2_UL .sub_right .one a.shenglve {
    width: 385px;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    color: #444;
}



.in_case .right .content .L2_UL .sub_right .two {
  line-height: 24px;
  color: #666;
  font-size: 15px;
  padding-bottom: 13px;
  line-height:180%;
}


.in_case .right .content .L2_UL .sub_right .three {
	text-align:right;
}


.in_case .right .content .L2_UL .sub_right .time {
	font-size:14px;
	padding:8px 0;
	padding-left:20px;
	background:url(../image/ico1.png) no-repeat center left;
	color:#888;
}

.in_case .right .content .L2_UL .sub_right .three a.more {
  padding: 6px 20px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background:#02b1ae;
  border-radius:5px;
  display:inline-block;
}

.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(/pc/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(/pc/images/ico3.png) no-repeat center left;
	padding-left:20px;
	color:#888;
}


.caseShow {
  padding: 100px 0;
}

.caseShow .left{
	width:260px;
}


.caseShow .newType .list li a {
    text-align: left;
	text-indent:30px;
}


.caseShow .right{
	width:870px;
}

.caseShow .center .clear .right .title {
	line-height:35px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}


.caseShow .center .clear .right .title .clear .sub_left {
	background:url(/pc/images/t8.png) no-repeat;
	padding-left:20px;
	font-size:20px;
	font-weight:bold;
}
.caseShow .center .clear .right .title .clear .sub_right {
	background:url(/pc/images/ico3.png) no-repeat center left;
	padding-left:20px;
	color:#888;
}


.caseShow .right .newBox {
  padding: 25px;
}
.caseShow .right .newBox .line_2 {
  min-height: 90px;
  text-align: center;
}
.caseShow .right .newBox .line_2 h1 {
  font-size: 28px;
  letter-spacing: 1px;
  margin:0;
  padding:20px 0;
}
.caseShow .right .newBox .line_2 .two {
  color: #666;
}
.caseShow .right .newBox .line_3 {
  color: #666;
  padding: 20px;
  padding-bottom: 50px;
  min-height: 350px;
}


.caseShow .right .newBox .line_3 p {
  text-indent: 2em !important;
  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 {
  font-size: 16px !important;
  line-height: 200% !important;
}




.caseShow .right .newBox .prev_next li {
  width: 46%;
  line-height: 35px;
  padding: 0 10px;
  color:#888;
  border:1px solid #ccc;
  border-radius:5px;
}

.caseShow .right .newBox .prev_next li:hover {
	background:#02b4b7;
	color:#fff;
}

.caseShow .right .newBox .prev_next li:hover a {
	color:#fff;
}

.caseShow .right .newBox .prev_next {
  padding-bottom: 40px;
}
.caseShow .right .newBox .prev_next a {
	color:#000;
}
.caseShow .right .newBox .prev_next img {
  vertical-align: middle;
}
.caseShow .right .newBox .line_5 .s_t {
  font-size: 18px;
  line-height: 40px;
  color: #18499f;
  font-weight: bold;
}
.caseShow .right .newBox .line_5 .s_t span {
  color: #ff9000;
}
.caseShow .right .newBox .line_5 .list .s_left {
  width: 210px;
  padding-top: 8px;
}
.caseShow .right .newBox .line_5 .list .s_right {
  width: 550px;
}
.caseShow .right .newBox .line_5 .item {
  line-height: 35px;
  min-height: 35px;
}
.caseShow .right .newBox .line_5 .sub_left {
  width: 465px;
}
.caseShow .center .clear .right .tj_new .sub_title.clear {
	font-size:18px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.caseShow .center .clear .right .tj_new .sub_title.clear span {
	font-weight:bold;
}
.caseShow .center .clear .right .tj_new .sub_title.clear a {
	float:right;
	color:#666;
	font-size:15px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear {
	padding-top:20px;
}
.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left {
	width:177px;
}
.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a img {
	display:block;
}
.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a .shenglve {
	margin:0;
	padding:0 5px;
	background:url(../image/hei.png);
	text-align:center;
	line-height:35px;
	position:relative;
	top:-35px;
	color:#fff;
}
.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right {
	width:670px;
}
.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear {
	line-height:35px;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a {
	width:560px;
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
}


.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a:hover {
	color:#33abc8;
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear span {
	font-size:16px;
	color:#888;
}








.pro_PinPai {
	padding:80px 0;
}



.pro_PinPai .center .clear .left {
	width:265px;
}




.typeNav .title {
	text-align:center;
	display:table-cell;
	height:100px;
	vertical-align:middle;
	width:265px;
	background:#373737;
}


.typeNav .title .s_1 {
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.typeNav .title .s_2 {
	font-size:20px;
	color:#fff;
}




.typeNav .list {
}


.typeNav .list li.bigNav{
	padding-top:20px;
}

.typeNav .list li a{
	font-size:15px;
	color:#fff;
	width:207px;
	margin:0 auto;
	line-height:34px;
	display:block;
}




.typeNav .list li.bigNav a{
	color:#0a59b5;
	font-size:16px;
	background:url(/pc/images/bigNav.png) no-repeat center;
	text-align:center;
}



.typeNav .list li.smallNav{
	color:#fff;
	width:70%;
	margin:0 auto;
	border-bottom:1px dashed #86b2e0;
	line-height:38px;
	padding:3px 0;
}


.typeNav .list li.smallNav a{
	text-indent:30px;
	background:url(../image/bot_1.png) no-repeat center left;
	background-position-x:10px;
}


.typeNav .list li a:hover{
	font-weight:bold;
	font-size:16px;
}

.typeNav .box {
	background:#0d64c0;
}

.typeNav .box .list li .last.shenglve {
	color:#0e6999;
}


.left_tel {
	color:#fff;
	text-align:center;
	padding:15px 0;
}

.left_tel .one{
	font-size:22px;
	font-weight:bold;
	padding:15px 0;
	line-height:150%;
}

.left_tel .two{
	font-size:15px;
	padding-bottom:15px;
}

.left_tel .three{
	font-size:22px;
	background:url(../image/tel2.png) no-repeat center left;
	display:inline-block;
	margin:0 auto;
	padding-left:41px;
	line-height:40px;
}






.pro_PinPai .center .clear .right {
	min-height:742px;
	width:905px;
}
.pro_PinPai .center .clear .right .box {
	padding:80px 55px;
	padding-top:105px;
}
.pro_PinPai .center .clear .right .box .one {
	font-size:34px;
	font-weight:bold;
	color:#fff;
	padding-bottom:18px;
}
.pro_PinPai .center .clear .right .box .two {
	font-size:16px;
	color:#fff;
	padding-bottom:30px;
	line-height:180%;
}
.pro_PinPai .center .clear .right .box .more {
	display:inline-block;
	padding:8px 20px;
	background:#2ea1c0;
	font-size:14px;
	color:#fff;
	border-radius:5px;
}
.pro_PinPai .center .clear .right .box .three {
	padding-top:80px;
}
.pro_PinPai .center .clear .right .box .three .clear li {
	float: left;
	width: 230px;
	margin: 0 10px;
}
.pro_PinPai .center .clear .right .r_title.clear {
	border-bottom:3px solid #0d64c0;
}
.pro_PinPai .center .clear .right .r_title.clear a {
	width:190px;
	text-align:center;
	line-height:67px;
	float:left;
	margin-right:10px;
	background:#eee;
	font-size:20px;
	color:#292929;
	font-weight:bold;
}

.pro_PinPai .center .clear .right .r_title.clear a.first,
.pro_PinPai .center .clear .right .r_title.clear a:hover {
	background:#0d64c0;
	color:#fff;
	cursor:pointer;
}

.pro_PinPai .center .clear .right .r_title.clear a.more {
	font-size:20px;
	float:right;
	margin:0;
	width:auto;
	font-weight:normal;
	background:none;
}

.pro_PinPai .center .clear .right .r_title.clear a.more:hover {
	color:#666;
}


.pro_PinPai .right .r_list {
  width: 905px;
  overflow: hidden;
}


.pro_PinPai .right .r_list ul.clear {
  width: 950px;
}


.pro_PinPai .right .r_list .item {
    float: left;
    min-height: 434px;
    width: 283px;
    margin-right: 21px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 24px;
}

.pro_PinPai .right .r_list .item img {
	display:block;
}



.pro_PinPai .center .clear .right .r_list .clear .item .two {
	text-align:left;
	background:#eee;
	padding:0 15px;
	min-height:151px;
}


.pro_PinPai .center .clear .right .r_list .clear .item .two .proName {
	font-size:20px;
	color:#0d64c0;
	font-weight:bold;
	padding:10px 0;
}

.pro_PinPai .center .clear .right .r_list .clear .item .two .txt {
	font-size:14px;
	color:#666;
	line-height:180%;
	padding-bottom:10px;
	min-height:50px;
}

.pro_PinPai .center .clear .right .r_list .clear .item .two .s_4 a {
	color:#fff;
	font-size:14px;
	display:inline-block;
	width:116px;
	text-align:center;
	line-height:31px;
}




.pro_PinPai .center .clear .right .r_list .clear .item .two .s_4 a.bt_1 {
	background:#0d64c0;
}

.pro_PinPai .center .clear .right .r_list .clear .item .two .s_4 a.bt_2 {
	background:#424242;
	float:right;
}
.pro_PinPai .center .clear .right .r_list .clear .item .two .s_4 a:hover {
	background:#fcab15;
}



.case {
	padding:80px 0;
	background:#f8f8f8;
}

.shareTitle6 {
	text-align:center;
	color:#000;
	text-transform:uppercase;
	line-height:33px;
	padding-bottom:25px;
}
.shareTitle6 .s_1 {
	font-size:30px;
	font-weight:bold;
}
.shareTitle6 img {
	vertical-align:middle;
	margin:0 10px;
	padding-bottom:10px;
}
.shareTitle6 .s_2 {
	font-size:27px;
}
.case .center .content {
	padding-top:35px;
}
.case .center .bt {
	text-align:center;
	padding:30px 0;
}
.case .center .huoBan {
	min-height:103px;
	background:url(../image/huoban.png) no-repeat center;
}
.case .center .huoBan .clear .sub_left {
	width:250px;
}
.case .center .huoBan .clear .sub_right {
	width:930px;
	padding-right:8px;
}



.searchFangAn {
	width:80%;
	margin:0 auto;
}

.searchFangAn .clear {
	font-size:15px;
	color:#2d2d2d;
}

.searchFangAn li.s_1,
.searchFangAn li.s_2,
.searchFangAn li.s_3 {
	float:left;
	padding-top:10px;
}

.searchFangAn li.last {
	float:right;
}

.searchFangAn li.last span {
	font-size:25px;
	font-weight:bold;
	color:#0a59b5;
	font-style:italic;
}


.case .center .two .item {
    float: left;
    width: 285px;
    padding-right: 15px;
    padding-top: 27px;
}


.case .center .two .item a {
line-height:67px; padding-left:80px;
background-repeat:no-repeat;
background-position:0 center;
font-size:17px;
}


.case .center .two .item a:hover {
	color:#3275e3;
}





.f_feedback {
	min-height:537px;
	background:url(/pc/images/fb.png) no-repeat center bottom;
}



.f_feedback .center {
	padding-top:50px;
}



.f_feedback .center .ul_1.clear .l_1.left .one {
	font-size:25px;
	font-weight:bold;
	color:#0079d1;
}
.f_feedback .center .ul_1.clear .l_1.left .two {
	font-size:16px;
	color:#333;
}
.f_feedback .center .ul_1.clear .l_1.left .three {
	padding:13px 0;
}
.f_feedback .center .ul_1.clear .l_1.left .four {
	font-size:19px;
	font-weight:bold;
	color:#333;
}
.f_feedback .center .ul_1.clear .l_1.left .five {
	font-size:15px;
	color:#333;
	padding:10px 0;
}
.f_feedback .center .ul_1.clear .l_1.left .five span {
	display:inline-block;
	background:url(/pc/images/bot7.png) no-repeat center left;
	line-height:23px;
	padding-left:20px;
	margin-right:30px;
}
.f_feedback .center .ul_1.clear .l_1.left .six {
	font-size:16px;
	color:#333;
}
.f_feedback .center .ul_1.clear .l_1.left .six span {
	font-size:21px;
	font-weight:bold;
	color:#d30000;
}




.f_feedback .right {
	width: 440px;
    padding-right: 25px;
	padding-top:35px;
	background:url(../image/xing.png) no-repeat top right;
	background-position-y:57px;
}

.f_feedback .right div {
	text-align:right;
	padding-bottom:12px;
}

.f_feedback .right div input[type="text"],
.f_feedback .right div textarea {
	text-align:left;
	margin:0;
	background:#fff;
	width:97%;
	border:1px solid #ccc;
	padding:5px;
}

.f_feedback .right div input[type="text"] {
	height:30px;
	padding-right:5px;
}


.f_feedback .right div textarea {
    min-height: 80px;
    padding-top: 3px;
}

.f_feedback .right .bt {
	text-align:center;
}

.f_feedback .right .bt input {
	width:49.1%;
	line-height:30px;
	border-radius:3px;
	border:0;
	cursor:pointer;
	color:#fff;
	padding:5px;
	background:#ffa200;
	font-size:15px;
}

.f_feedback .right .bt input.bt_1 {
}

.f_feedback .right .bt input.bt_2 {
}


.f_feedback .center .ul_1 {
	width:1134px;
	border:3px solid #eee;
	background:#fff;
	padding:30px;
}




/* Star foot fast */

.fast {
	padding:50px 0;
	padding-bottom:60px;
    color: #444;
    font-size: 16px;
}

.fast .content {
	padding-top:25px;
}


.fast .content ul {
	padding:8px 0;
	border-bottom:1px solid #ccc;
}



.fast .content li {
    float: left;
	padding-right:18px;
	line-height:40px;
	font-size:16px;
}

.fast .content li.first {
	font-weight:bold;
	padding-left:50px;
	font-size:20px;
	color:#066acc;
}

.fast .content li.first a {
	color:#066acc;
}


.fast .content li.last {
	width:80px;
}

.fast .content li.link a {
    color: #444;
}


.fast .content li.link a:hover {
	font-weight:bold;
}




.fast .content .fastUL li.first {
	background:url(/pc/images/fico_1.png) no-repeat center left;
}

.fast .content .fastUL_2 li.first {
	background:url(/pc/images/fico_2.png) no-repeat center left;
}

.fast .content .fastUL_3 li.first {
	background:url(../image/fico_3.png) no-repeat center left;
}

.fast .content .fastUL_4 li.first {
	background:url(../image/fico_4.png) no-repeat center left;
}




.f_contact {
	color:#fff;
}



.f_nav {
	padding-top:20px;
}

.f_nav li {
  float: left;
}

.f_nav a {
	width:120px;
	text-align:center;
	font-size: 17px;
	color:#fff;
	display:block;
	line-height:35px;
}



.f_contact .ul_2 {
    padding-top: 37px;
}

.f_contact .ul_2 .l_1.left {
    padding-top: 27px;
}


.f_contact .ul_2 .l_2.left {
    padding-left: 65px;
    width: 690px;
    font-size: 17px;
    line-height: 180%;
    padding-top: 24px;
}


.f_contact .ul_2 .l_2.left .two {
	padding-top:10px;
}


.f_contact .ul_2 .l_3.right {
	width:150px;
	text-align:center;
}






.in_about {
	color:#fff;
	padding:100px 0;
	padding-bottom:50px;
}




.in_about .all_title {
}

.in_about .all_title a{
	font-size:18px;
	line-height:50px;
	width:298px;
	text-align:center;
	border:1px solid #707070;
	border-right:0;
	color:#000;
	float:left;
}

.in_about .all_title a.last{
	border:1px solid #707070;
}


.in_about .all_title a:hover{
	background:#0c61cb;
	color:#fff;
}






.shareTitle7 {
	text-align:center;
	padding-bottom:45px;
}
.shareTitle7 .one {
	font-size:34px;
	font-weight:bold;
	color:#222222;
	padding-bottom:5px;
}

.shareTitle7 .two {
	font-size:18px;
	color:#666;
	text-align:center;
	text-transform:uppercase;
	background:url(/pc/images/line2.png) no-repeat center;
}


.in_about .r_1 {
	padding:80px 0;
}

.in_about .r_1 .content .right {
    color: #000;
	width:660px;
    padding-bottom: 7px;
}

.in_about .r_1 .content .right,
.in_about .r_1 .content .right p,
.in_about .r_1 .content .right span{
	font-size: 16px !important;
    line-height: 180% !important;
}

.in_about .r_1 .content .right p{
	padding:0 !important;
	margin:0 !important;
	padding-bottom:10px !important;
}


.in_about .r_4 {
	padding-top:80px;
}
.in_about .r_4 .center {
	width:1100px;
}
.in_about .r_4 .center .shareTitle7 .two {
	background:url(../image/line4.png) no-repeat center;
}
.in_about .r_4 .center .content .clear .left {
	width:595px;
}
.in_about .r_4 .center .content .clear .right {
	width: 433px;
	min-height: 279px;
	background: url(/pc/images/c_ico.png) no-repeat center left;
	padding-left: 40px;
	color: #000;
	font-size: 16px;
	line-height: 50px;
	padding-top: 6px;
	background-position-y: 17px;
}



.in_pro {
	padding:80px 0;
}

.in_pro .left {
	width:265px;
}

.in_pro .right {
	min-height:742px;
	width:905px;
}






.in_pro .right .r_list {
  width: 905px;
  overflow: hidden;
}


.in_pro .right .r_list ul {
  width: 950px;
}


.in_pro .right .r_list .item {
    float: left;
    min-height: 434px;
    width: 283px;
    margin-right: 21px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 24px;
}

.in_pro .right .r_list .item img {
	display:block;
}



.in_pro .right .r_list  .item .two {
	text-align:left;
	background:#eee;
	padding:0 15px;
	min-height:161px;
}


.in_pro .right .r_list  .item .two .proName {
	font-size:20px;
	color:#0d64c0;
	font-weight:bold;
	padding:10px 0;
}

.in_pro .right .r_list  .item .two .txt {
	font-size:14px;
	color:#666;
	line-height:180%;
	padding-bottom:15px;
	min-height:55px;
}

.in_pro .right .r_list  .item .two .s_4 a {
	color:#fff;
	font-size:14px;
	display:inline-block;
	width:116px;
	text-align:center;
	line-height:31px;
}




.in_pro .right .r_list  .item .two .s_4 a.bt_1 {
	background:#0d64c0;
}

.in_pro .right .r_list  .item .two .s_4 a.bt_2 {
	background:#424242;
	float:right;
}
.in_pro .right .r_list  .item .two .s_4 a:hover {
	background:#ff9801;
}



.in_pro .right .r_title .one {
	line-height:50px;
	background:#f8f8f8;
}
.in_pro .right .r_title .one .sub_left {
	border-left:5px solid #0d64c0;
	padding-left:15px;
}


.in_pro .right .r_title .one .sub_left h1,
.in_pro .right .r_title .one .sub_left h2 {
	margin:0;
	padding:0;
	font-size:23px;
}
.in_pro .right .r_title .one .sub_right {
	font-size:15px;
	color:#888;
	padding-right:15px;
}


.in_pro .right .r_title .one .sub_right a {
	color:#888;
}


.in_pro .right .r_title .two {
	padding-top:20px;
}

.in_pro .right .r_title .two a {
	font-size:16px;
	color:#fff;
	display:inline-block;
	padding:8px 15px;
	padding-bottom:9px;
	background:#0d64c0;
	border-radius:5px;
	margin-right:15px;
}



.proShow {
	padding:80px 0;
}

.proShow .left {
	width:265px;
}

.proShow .right {
	min-height:742px;
	width:905px;
}

.proShow .right .r_title .one {
	line-height:50px;
	background:#f8f8f8;
}
.proShow .right .r_title .one .sub_left {
	border-left:5px solid #0d64c0;
	padding-left:15px;
}
.proShow .right .r_title .one .sub_left span {
	margin:0;
	padding:0;
	font-size:23px;
}
.proShow .right .r_title .one .sub_right {
	font-size:15px;
	color:#888;
	padding-right:15px;
}


.proShow .right .r_title .one .sub_right a {
	color:#888;
}


.proShow .right .r_title .two {
	padding-top:20px;
}

.proShow .right .r_title .two a {
	font-size:16px;
	color:#fff;
	display:inline-block;
	padding:8px 15px;
	padding-bottom:9px;
	background:#0d64c0;
	border-radius:5px;
	margin-right:15px;
}

.proShow .right .content {
	width:93.5%;
	margin:0 auto;
}

.proShow .right .content td {
	padding:5px !important;
}




.proShow .right .content .line_1.clear {
	padding-top:50px;
}
.proShow .right .content .line_1.clear .ul_1.clear .sub_left {
	width:350px;
}
.proShow .right .content .line_1.clear .ul_1.clear .sub_right {
}



.proShow .right .content .line_1.clear .ul_1.clear .sub_right {
	color:#333;
	font-size:17px;
    width: 460px;
}
.proShow .right .content .line_1.clear .ul_1.clear .sub_right h3 {
	font-size:28px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#0c61cb;
	padding-bottom:5px;
}


.proShow .right .content .line_1.clear .ul_1.clear .sub_right .two {
	padding:15px 0;
}

.proShow .right .content .line_1 .s_title {
	font-weight:bold;
	font-size:19px;
	line-height:30px;
}


.proShow .right .content .line_1.clear .ul_1.clear .sub_right .three {
	min-height:240px;
}


.proShow .right .content .line_1.clear .ul_1.clear .sub_right .three dl dd {
	float:left;
}


.proShow .right .content .line_1.clear .ul_1.clear .sub_right .three p,
.proShow .right .content .line_1.clear .ul_1.clear .sub_right .three span {
	font-size:17px !important;
}

.proShow .right .content .line_1.clear .ul_1.clear .sub_right .three p {
	margin:0 !important;
	padding:0 !important;
	line-height:30px !important;
}



.proShow .right .content .line_1.clear .ul_1.clear .sub_right .four {
	font-size:15px;
	color:#000;
	padding-top:20px;
	line-height:43px;
}
.proShow .right .content .line_1.clear .ul_1.clear .sub_right .four a img {
	vertical-align:middle;
	padding-bottom:10px;
}
.proShow .right .content .line_1.clear .ul_1.clear .sub_right .four span {
	font-size:26px;
	font-weight:bold;
	color:#d03521;
	font-style:italic;
}

.proShow .right .content .line_2 {
	padding:15px 0;
	padding-bottom:40px;
}

.proShow .right .content .line_2 .one {
	padding-bottom:10px;
}

.proShow .right .content .line_2 a {
	display:inline-block;
	padding:8px 15px;
	background:#eee;
	color:#333;
	font-size:16px;
	border-radius:3px;
	margin-right:2px;
    margin-bottom: 10px;
}

.proShow .right .content .line_2 a:hover {
	background:#ff8002;
	color:#fff;
}


.shareTitle5 {
	background:url(../image/bj_4.png) no-repeat center;
	text-align:center;
}

.shareTitle5 span {
	display:block;
}

.shareTitle5 .s_1 {
    font-size: 29px;
    font-weight: bold;
    color: #0c61cb;
    padding-bottom: 3px;
}

.shareTitle5 .s_2 {
	color:#999;
	font-size:13px;
	text-transform:uppercase;
}

.proShow .right .share_txt {
	padding:20px;
	padding-bottom:50px;
}


.proShow .right .share_txt p{
	margin:0 !important;
	padding:0 !important;
	padding-bottom:15px !important;
}



.proShow .right .share_txt a{
	color:#ad3b3b;
}

.proShow .right .share_txt,
.proShow .right .share_txt p,
.proShow .right .share_txt td,
.proShow .right .share_txt span{
	font-size:17px !important;
	line-height:200% !important;
	font-family:Microsoft YaHei !important;
}


.proShow .right .share_txt,
.proShow .right .share_txt p {
	color:#111;
}


.proShow .right .share_txt table,
.proShow .right .share_txt img{
	max-width:100%;
}



.left_fangAn {
	margin-top:20px;
}

.left_fangAn .title {
	text-align:center;
	display:table-cell;
	height:100px;
	vertical-align:middle;
	width:265px;
	background:#373737;
}


.left_fangAn .title .s_1 {
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.left_fangAn .title .s_2 {
	font-size:20px;
	color:#fff;
}

.left_fangAn .box {
	background:#0d64c0;
    font-size: 15px;
    color: #fff;
}



.left_fangAn .box .l_3 span {
	font-size:25px;
	font-weight:bold;
	font-style:italic;
}



.left_proRM {
	margin-top:30px;
}

.left_proRM .title {
    text-align: center;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    width: 265px;
    background: #0d64c0;
}


.left_proRM .title .s_1 {
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.left_proRM .title .s_2 {
	font-size:20px;
	color:#fff;
}

.left_proRM .box {
    color: #fff;
	padding-bottom:20px;
    border: 1px solid #0d64c0;
}


.left_proRM .item {
    text-align: center;
	width:210px;
	margin:0 auto;
	padding-top:25px;
}


.left_proRM .item a{
	color:#333;
	font-size:18px;
	display:block;
	line-height:40px;
}

.left_proRM .item img {
	display:block;
    border: 1px solid #ccc;
}





.shareBox {
	font-size:16px;
	color:#666;
	line-height:200%;
}


.shareBox .one {
	text-align:center;
	padding-bottom:20px;
}


.shareBox .two,
.shareBox .two p,
.shareBox .two span {
	font-size:16px !important;
	line-height:200% !important;
}


.shareBox .two p {
	margin:0 !important;
	padding:0 !important;
}




.shareBox .three {
	padding-top:25px;
}


.bt_tjPro {
	width:905px;
	overflow:hidden;
	padding-bottom:20px;
}


.bt_tjPro .list {
	padding-top:20px;
	width:930px;
}


.bt_tjPro .list li {
    float: left;
    width: 210px;
    color: #444;
    text-align: center;
    margin-right: 20px;
}


.bt_tjPro .list li a img {
    display: block;
}



.bt_tjPro .list li a span {
    display: block;
    padding: 10px 0;
    font-size: 16px;
}




.proShow .right .r_12 {
	padding-top:30px;
}

.proShow .right .r_12 .list li {
	float:left;
	width:440px;
    line-height: 33px;
	margin-right:25px;
}

.proShow .right .r_12 .list li a {
    font-size: 15px;
    color: #333;
    float: left;
	width:330px;
	background:url(../image/bot6.png) no-repeat center left;
	padding-left:13px;
}

.proShow .right .r_12 .list li span {
    float:right;
    color:#999;
    font-size:13px;
}



.newType .title {
	text-align:center;
	display:table-cell;
	height:100px;
	vertical-align:middle;
	width:265px;
	background:#0d64c0;
}


.newType .title .s_1 {
	font-size:28px;
	color:#fff;
	font-weight:bold;
}
.newType .title .s_2 {
	font-size:20px;
	color:#fff;
}




.newType .list {
}


.newType .box {
	border:1px solid #0d64c0;
}


.newType .list li{
    line-height: 56px;
}

.newType .list li a{
    font-size: 18px;
    color: #000;
    border-bottom: 1px dashed #ccc;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.newType .list li a:hover{
	font-weight:bold;
	color:#0d64c0;
}

.newType .left_tel {
	color:#666;
}

.newType .left_tel .one,
.newType .left_tel .three {
	color:#0d64c0;
}




.newType .left_tel .three {
    background: url(../image/tel4.png) no-repeat center left;
}

.fangAnType .list li {
    line-height: 48px;
}


.search_word {
	padding-top:15px; color:#82afda;
}



.search_word .key_h2{
	font-size:15px; color:#82afda; font-weight:normal; display:inline;
}

.search_word .key_h2 a{
	color:#82afda;
}


.proBox img {
	max-width:100%;
}


.ad {
	color:#fff;
	min-height:175px;
	background:url(/PC/images/ad.jpg) no-repeat center;
}
.ad .center .clear .left {
	padding-top: 30px;
	padding-left: 55px;
}
.ad .center .clear .left dl .bigTxt {
font-size: 21px;
    font-weight: bold;
    padding-bottom: 16px;
}
.ad .center .clear .left dl .smallTxt {
    font-size: 14px;
    background: url(../image/bot8.png) no-repeat center left;
    min-height: 23px;
    padding-left: 25px;
    background-position-y: 3px;
}
.ad .center .clear .right dl {
	padding-top: 14px;
	width: 216px;
	text-align: center;
	padding-right: 150px;
}
.ad .center .clear .right dl .txt {
	font-size: 14px;
}
.ad .center .clear .right dl .tel {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 4px;
}


.ad_2 {
	color:#fff;
	min-height:175px;
	background:url(../image/ad_2.jpg) no-repeat center;
}


.ad_2 .ul_1 {
	padding-left: 3px;
	width: auto;
}
.ad_2 .center .ul_1.clear .left.l_1 {
	padding-top: 23px;
}
.ad_2 .center .ul_1.clear .left.l_1 .one {
	font-size: 30px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 40px;
	padding-bottom: 12px;
}
.ad_2 .center .ul_1.clear .left.l_1 .two {
	font-size: 15px;
	line-height: 36px;
}
.ad_2 .center .ul_1.clear .left.l_2 {
	padding-top: 44px;
	text-align: center;
	width: 252px;
}
.ad_2 .center .ul_1.clear .left.l_2 .one {
	font-size: 21px;
	padding-bottom: 21px;
}
.ad_2 .center .ul_1.clear .right.tel {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 93px;
	padding-top: 32px;
}
.ad_2 .center .ul_1.clear .right.tel .txt {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 8px;
}
.ad_2 .center .ul_1.clear .right.tel .one {
	font-size: 28px;
	color: #ffde00;
}
.ad_2 .center .ul_1.clear .right.tel .two {
	font-size: 31px;
	color: #fff;
}



.liuCheng {
	padding-top:50px;
}
.liuCheng .title {
	text-align:center;
	padding-bottom:30px;
}
.liuCheng .title .one {
	font-size:34px;
	font-weight:bold;
	color:#464646;
	padding-bottom:5px;
}
.liuCheng .title .two {
	font-size:15px;
	color:#575757;
}
.liuCheng .content {
	min-height:111px;
	background:url(../image/liuCheng.png) no-repeat center;
	width:1200px;
	overflow:hidden;
}


.liuCheng .content .ul_1.clear {
    padding-top: 44px;
    width: 1250px;
}


.liuCheng .content .ul_1.clear li {
    float: left;
    font-size: 17px;
    width: 110px;
    text-align: center;
    color: #000;
    margin-right: 46px;
}




