html {
  font-size: 10px;
  font-size: 62.5%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}



.header{
  width: 1200px;
  margin:  0 auto;
}
.header .head_logo{
  float: left;
  /*width: 380px;*/
  padding: 45px 0;
}
.header .head_logo a img{
  width: 100%;
}
.header .search{
  float: right;
  width: 417px;
}

.header .phone{
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 80, 80, 80 );
  background: url("../images/phone.png") no-repeat left center;
  padding-left: 26px;
}

.header .phone >span{
  color: #e74242;
}
.header .search .Form-sear{
  width: 100%;
}
.header .search .Form-sear form .text{
  width: 364px;
  float: left;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dfdfdf;
  padding: 0 10px;
}

.header .search .Form-sear form .Btns{
  background: url("../images/btn.png") no-repeat;
  width: 50px;
  height: 40px;
  float: left;
  border-style: none;
}




.Nav{
  width: 100%;
  height: 60px;
  background-color: #0c70cf;
}
.Nav .nav_cen{
  width: 1200px;
  margin: 0 auto;

}
.Nav .nav_cen ul > li{
  float: left;
  width: 12.5%;
  padding: 19px 0;
  text-align: center;
}
.Nav .nav_cen ul > li a{
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: rgb( 255, 255, 255 );
  display: block;
  width: 100%;
  border-right: 1px solid #4e76af;
}
.Nav .nav_cen ul > li:last-child a{
  border-right-style: none;
}
















/* 切换按钮 */
/* 上一个 */
.osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  cursor: pointer;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/prev.png) 50% 50% no-repeat;
  transition: all .5s linear;
}
.osSlider-main:hover .slider-btn-prev {
  left: 5px;
}
/* 下一个 */
.osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  cursor: pointer;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/next.png) 50% 50% no-repeat;
  transition: all .5s linear;
}
.osSlider-main:hover .slider-btn-next {
  right: 5px;
}
.slider li a > img {
  width: 100%;
}

.slider-main li img{
  height: 600px;
  display: block;
  width: 100%;
}

/* 高亮导航部分 */
.osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  height: 22px;
  bottom: 20px;
  text-align: center;
  z-index: 25;
}
.osSlider-main .slider-nav li {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #c7c2be;
  margin: 0 10px;
}
.osSlider-main .slider-nav li.active {
  cursor: pointer;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #2857aa;
  display: inline-block;
}
.osSlider-main .slider-nav li:hover {
  border: 1px solid #f60;
  background: #f60;
}
.slider {
  height: 500px;
}
.slider li {
  height: 500px;
}
.slider li a img {
  height: 500px;
}
.content {
  width: 100%;
  padding: 34px 0;
  background: #ecf1f2 no-repeat top left;
}
.content .conten-cen {
  width: 1200px;
  margin: 0 auto;
}
.content .conten-cen .drop_box {
  padding: 20px 10px;
  word-wrap: break-word;
  height: 400px;
  width: 1200px;
  background-color: #f6f6f6;
}
.content .conten-cen .drop_box .cstlayer {
  width: 370px;
  height: 370px;
  margin: 0 11px;
  float: left;
}
.content .conten-cen .drop_box .cstlayer .img_over {
  width: 380px;
  height: 177px;
}
.content .conten-cen .drop_box .cstlayer .img_over > a{
  display: block;
  width: 380px;
  height: 177px;
  overflow: hidden;
}
.content .conten-cen .drop_box .cstlayer .img_over > a:hover img{
  transform: scale(1.2,1.2);
}
.content .conten-cen .drop_box .cstlayer .img_over a img {
  width: 100%;
  height: 177px;
  transition: transform 2s;
}
.content .conten-cen .drop_box .cstlayer > h4 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #666666;
  font-size: 18px;
  font-family: 微软雅黑;
}

.content .conten-cen .drop_box .cstlayer > h4 >a{
  font-size: 14px;
  color: #0c70cf;
}


.content .conten-cen .drop_box .cstlayer > .text {
  padding: 10px 0;
}
.content .conten-cen .drop_box .cstlayer > .text p {
  font-size: 14px;
  line-height: 2;
}
.content .conten-cen .drop_box .cstlayer > .text ul {
  height: 120px;
  overflow: hidden;
}
.content .conten-cen .drop_box .cstlayer > .text ul li {
  height: 26px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 5px;
}
.content .conten-cen .drop_box .cstlayer > .text ul li a {
  display: inline-block;
  width: 232px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #5a5a5a;
  padding-left: 14px;
  background: url("../images/6.png") no-repeat left center;
}
.content .conten-cen .drop_box .cstlayer > .text ul li a:hover {
  color: #0064D4;
}
.content .conten-cen .drop_box .cstlayer > .text ul li span {
  float: right;
  font-size: 12px;
  color: #929292;
}
.Product-a {
  width: 100%;
  background-color: #ecf1f2 !important;
  padding: 20px 0;
}
.Product {
  width: 100%;
  background-color: #f6f6f6;
}
.Product .Produc_cen {
  width: 1200px;
  margin: 0 auto;
}
.Product .Produc_cen .center-tit {
  width: 100%;
  padding: 20px 0;
}

.Product .Produc_cen .center-tit a{
  font-size: 26px;
  color: #0c70cf;
  float: left;
  margin: 0px 0 0 108px;
}

.Product .Produc_cen .center-tit > span {
  display: inline-block;
  float: left;
  height: 44px;
  width: 80px;
  line-height: 44px;
  border-bottom: 1px solid #000000;
  font-size: 20px;
  font-family: 微软雅黑;
  color: #333333;
  position: relative;
}
.Product .Produc_cen .center-tit > span > i {
  position: absolute;
  display: inline-block;
  width: 10px;
  right: -16px;
  top: 0px;
  height: 10px;
  background-color: #013c8c;
}
.Product .Produc_cen .center-bannar {
  padding: 20px 0;
  width: 100%;
}
.Product .Produc_cen .center-bannar .bd li {
  width: 218px;
  float: left;
  margin: 0 11px;
}
.Product .Produc_cen .center-bannar .bd li > span {
  display: block;
  line-height: 2;
  text-align: center;
  font-family: SimSun;
  font-size: 12px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  width: 240px;
}
.Product .Produc_cen .center-bannar .bd ul li a {
  width: 218px;
}
.Product .Produc_cen .center-bannar .bd ul li a img {
  width: 218px;
  height: 224px;
}
.Product .Produc_cen .application {
  width: 100%;
  padding: 20px 0;
}
.Product .Produc_cen .application ul > li {
  width: 257px;
  float: left;
  height: 242px;
  margin: 0 18px 6px 18px;
}
.Product .Produc_cen .application ul > li >a{
  display: block;
  width: 257px;
  height: 170px;
  overflow: hidden;
}
.Product .Produc_cen .application ul > li >a:hover img{
  transform: scale(1.2,1.2);
}
.Product .Produc_cen .application ul > li >a img{
  width: 257px;
  height: 170px;
  transition: transform 2s;
}



.Product .Produc_cen .application ul > li > h4 {
  font-family: Microsoft YaHei;
  font-size: 20px;
  display: block;
  text-align: center;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
}
.Product .Produc_cen .application ul > li > span {
  text-align: center;
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 2;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  width: 100%;
  height: 348px;
  background-color: #0c70cf;
}
.footer .cen-foot {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}
.footer .cen-foot .foot-nav {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #fff2e8;
}
.footer .cen-foot .foot-nav li {
  text-align: left;
  width: 120px;
  float: left;
}
.footer .cen-foot .foot-nav li > a {
  font-size: 14px;
  white-space: nowrap;
  font-style: normal;
  font-weight: normal;
  display: block;
  padding: 0px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
}
.footer .cen-foot .foot-content {
  width: 100%;
  padding: 36px 0 0 0;
}
.footer .cen-foot .foot-content .foot-left {
  width: 900px;
  float: left;
}
.footer .cen-foot .foot-content .foot-left .logo-in {
  -webkit-border-radius: 20px;
  word-wrap: break-word;
  padding: 0px;
  border: 0px solid transparent;
  height: 110px;
  width: 234px;
  float: left;
  background-color: #ffffff;
  text-align: center;
  line-height: 110px;
}
.footer .cen-foot .foot-content .foot-left .logo-in > a {
  display: inline-block;
}
.footer .cen-foot .foot-content .foot-left .logo-in > a img {
  width: 128px;
  height: 54px;
  margin: 28px 0;
  display: inline-block;
}
.footer .cen-foot .foot-content .foot-left .Lianxi {
  width: 600px;
  float: left;
  padding-left: 20px;
}
.footer .cen-foot .foot-content .foot-left .Lianxi  ul li{
  color: #ffffff;
  font-family: Arial, 宋体, Helvetica, sans-serif, Verdana;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
}

.footer .cen-foot .foot-content .foot-left .Lianxi  ul li i{
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-top: 4px;
}

.footer .cen-foot .foot-content   .foot-rig{
  width: 138px;
  float: right;
}

.footer .cen-foot .foot-content   .foot-rig img{
  width: 138px;
}
.footer .cen-foot .foot-content   .foot-rig span{
  width: 138px;
  display: block;
  line-height: 2;
  height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.footer .cen-foot .foot-content   .foot-rig a{
  width: 138px;
  display: block;
  line-height: 2;
  height: 28px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}


.footer .cen-foot .arr{
  width: 280px;
  height: 26px;
  margin: 10px 0;
  line-height: 26px;
  background-size: 100%;
  overflow: hidden;
  text-align: center;
  background: url(../images/sitestar_copyright_bg.png) no-repeat;
}

.footer .cen-foot .arr span{
  font-family: 'Microsoft yahei';
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
}

/*----------------------------------------------------------------------------*/
.content .About_us{
  width: 1200px;
  margin: 0 auto;
}
.content .About_us .About_left{
  width: 280px;
  float: left;
}

.content .About_us .About_left h4{
  height: 97px;
  width: 280px;
  padding: 14px 15px;
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  background-color: #0c70cf;
}
.content .About_us .About_left h4 span{
  display: block;
  width: 100%;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-family: 微软雅黑;
  line-height: 2;
}
.content .About_us .About_left .nav{
  padding: 20px 0;
  background-color: #ffffff;
  width: 100%;
}
.content .About_us .About_left .nav li{
  height: 44px;
  line-height: 44px;
  background-color: #f5f9fa;
  margin-bottom: 5px;
  padding: 0 10px;
}
.content .About_us .About_left .nav li:hover{
  background-color: #0c70cf;
}
.content .About_us .About_left .nav li:hover a{
  color: #ffffff;
}
.content .About_us .About_left .nav li a{
  font-size: 14px;
  font-family: arial;
  display: block;
  color: #333;
  text-align: left;
  font-weight: normal;
  font-style: normal;
}
.content .About_us .About_left .nav li.on{
  background-color: #0c70cf;
}
.content .About_us .About_left .nav li.on a{
  color: #ffffff;
}
.content .About_us .About_right{
  width: 895px;
  float: right;
  background-color: #ffffff;
}
.content .About_us .About_right .About_tit{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eeeded;
  padding: 0 14px;
}
.content .About_us .About_right .About_tit > a{
 font-size: 14px;
  color: #000000;
}
.content .About_us .About_right  .About_text{
  width: 100%;
  padding: 20px 14px;
  text-align: left;
}
.content .About_us .About_right  .About_text a{
  display: inline-block;
}
.content .About_us .About_right  .About_text a img{
  width: 100%;
}
.content .About_us .About_right  .About_text >p{
  padding: 14px 0;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  color: rgb(102, 102, 102);
 line-height: 2;
  text-align: left;
}

.content .About_us .About_right  .About_text .certificate{
  padding: 20px 0;
  width: 100%;
}
.content .About_us .About_right  .About_text .certificate li{
  width: 250px;
  float: left;
  height: 200px;
  margin: 0 14px 8px 14px;
}
.content .About_us .About_right  .About_text .certificate li a img{
  width: 250px;
  height: 168px;
}

.content .About_us .About_right  .About_text .certificate li span{
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: 微软雅黑;
  line-height: 2;
}

/*产品中心*/

.content .About_us .About_right  .About_text .PRODUCTS{
  padding: 20px 0;
  width: 100%;
}
.content .About_us .About_right  .About_text .PRODUCTS li{
  padding: 15px;
  border: 1px solid rgb(238, 238, 238);
  height: 303px;
  width: 245px;
  float: left;
  margin:  0 16px 10px 16px;
}

.content .About_us .About_right  .About_text .PRODUCTS li:hover{
  border-color: #0c70cf;
}

.content .About_us .About_right  .About_text .PRODUCTS li .img{
  height: 185px;
  width: 245px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}

.content .About_us .About_right  .About_text .PRODUCTS li .img a img{
  width: 100%;
}
.content .About_us .About_right  .About_text .PRODUCTS li .wp-new-article-style-c{
  padding: 0 3px 0 6px;
  height: 48px;
}
.content .About_us .About_right  .About_text .PRODUCTS li .wp-new-article-style-c >a{
  font: normal 120% 'Microsoft yahei', Arial, Verdana;
  font-size: 16px;
  color: #5a5a5a;
  overflow: hidden;
  width: 100%;
  text-align: center;
  height: 22px;
}

.content .About_us .About_right  .About_text .PRODUCTS li .wp-new-article-style-c  span{
  display: block;
  font-size: 12px;
  margin-top: 10px;
  line-height: 2;
  height: 24px;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
/*产品中心详情*/

.content .About_us .About_right  .About_text .details{
  padding: 15px;
  width: 100%;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail{
  width: 100%;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-left{
  float: left;
  width: 339px;
  margin-bottom: 6px;
  min-height: 30px;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-left .magnifier_small{
  width: 300px;
  height: 310px;
  overflow: hidden;
  margin-bottom: 21px;
  margin-left: 12px;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-left .magnifier_small img{
  width: 100%;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-right{
  float: left;
  min-width: 254px;
  color: #454545;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-right h2{
  font-size: 24px;
  line-height: 2;
  font-family: 'Microsoft YaHei';
  border-bottom: 1px solid #eeeded;

}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-right  .wp-new-prodcuts-sale-price{
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
  padding: 10px 10px;
}
.content .About_us .About_right  .About_text .details .wp-new-prodcuts-detail .wp-new-prodcuts-detail-right  .wp-new-prodcuts-sale-price span{
  font-size: 20px;
  color: #ff5022;
  font-weight: bold;
}
.content .About_us .About_right  .About_text .details .link{
  padding: 12px 0;
  text-align: left;
}
.content .About_us .About_right  .About_text .details .link span{
  display: block;
  font-family: SimHei;
  font-size: 14px;
  color: #595959;
  font-weight: normal;
  line-height: 25px;
}
.content .About_us .About_right  .About_text .details .oshow{
  width: 100%;
  padding: 12px 0;
  text-align: left;
}
.content .About_us .About_right  .About_text .details .oshow >p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #666666;
  line-height: 2;
}
.content .About_us .About_right .About_text .Contact_us{
  width: 100%;
}
.content .About_us .About_right .About_text .Contact_us >p{
  font-size: 14px;
  line-height: 25.2000007629395px;
  text-align: left;
}


.content .About_us .About_right .About_text .Contact_us .The_map{
  width: 100%;
  margin: 12px 0;
  height: 320px;
}




.page{
  margin:30px 0;
  text-align: center;
  width: 100%;
}


.page a{
  display: inline-block !important;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.page a:hover{
  background-color: #066cc3;
  color: #ffffff;
}
.page i{
  padding: 5px 15px;
  border:1px solid #ededed;
}
.page span{
  display: inline-block !important;
  width: 30px;
  height: 30px;
  padding: 0 !important;
  border:1px solid #ededed;
  background-color: #066cc3;
  color: #fff;
}





.content .About_us .About_right .About_text .details .title{
  width: 100%;
  padding: 14px 0;
}
.content .About_us .About_right .About_text .details .title > h4{
  background: white;
  min-height: 33px;
  text-indent: 0px;
  color: #426100;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-family: 'Microsoft YaHei';
}
.content .About_us .About_right .About_text .details  .bannar{
  width: 280px;
  margin: 0 auto;
  position: relative;
}

.content .About_us .About_right .About_text .details  .bannar .bd{
  width: 257px;
  height: 170px;
}
.content .About_us .About_right .About_text .details  .bannar .bd li{
  width: 100%;
  height: 170px;
}
.content .About_us .About_right .About_text .details  .bannar .bd li img{
  width: 100%;
  height: 170px;
}
.content .About_us .About_right .About_text .details  .bannar .hd{
  width: 400px;
  padding: 25px 5px;
}

.content .About_us .About_right .About_text .details  .bannar .hd li{
  width: 56px;
  height: 56px;
  float: left;
  margin: 0 4px;
  padding: 1px;
}
.content .About_us .About_right .About_text .details  .bannar .hd li.on{
  border: 1px solid #000000;
}
.content .About_us .About_right .About_text .details  .bannar .hd li a img{
  width: 100%;
  height: 52px;
}

.content .About_us .About_right .About_text .details  .bannar  .prev{
  position: absolute;
  left: -16px;
  top: 189px;
  background: url("../images/prev.gif") no-repeat;
  width: 23px;
  height: 68px;
  background-size: 100%;
}
.content .About_us .About_right .About_text .details  .bannar  .next{
  position: absolute;
  right: -4px;
  top: 189px;
  background: url("../images/next.gif") no-repeat;
  width: 23px;
  height: 68px;
  background-size: 100%;
}

/*新闻中心*/
.content .About_us .About_right .About_text .news{
  width: 100%;
  padding: 12px 0;
}
.content .About_us .About_right .About_text .news li{
  border-bottom: 1px solid #d9d9d9;
  padding: 12px 0;
}

.content .About_us .About_right .About_text .news li .wp-new-article-style-01-left{
  height: 90px;
  width: 130px;
  text-align: center;
  margin-right: 15px;
  float: left;
}
.content .About_us .About_right .About_text .news li .wp-new-article-style-01-right{
  width: 718px;
  overflow: hidden;
  word-wrap: break-word;
  float: left;
}
.content .About_us .About_right .About_text .news li .wp-new-article-style-01-right > .title{
  margin-bottom: 5px;
}

.content .About_us .About_right .About_text .news li .wp-new-article-style-01-right > .title > a{
  display: inline-block;
  font-family: Microsoft YaHei;
  font-size: 16px;
  color: #5a5a5a;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
}

.content .About_us .About_right .About_text .news li .wp-new-article-style-01-right > .title > a:hover{
  color: rgb(2, 59, 141);
}

.content .About_us .About_right .About_text .news li .wp-new-article-style-01-right >.abstract{
  display: inline-block;
  font-family: SimHei;
  font-size: 14px;
  color: #cccccc;
  font-weight: normal;
  text-decoration: none;
  line-height: 140%;
  height: 57px;
  overflow: hidden;
}



/*新闻动态详情*/

.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B{
  width: 100%;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content{
  word-wrap: break-word;
  padding: 0px;
  border-color: rgb(217, 217, 217) transparent transparent;
  border-width: 1px 0px 0px;
  width: 100%;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content .artdetail_title{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 0;
  line-height: 1.7em;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content .artview_info{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 12px;
  color: #5A5A5A;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 15px;
  line-height: 21px;
  overflow: hidden;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content .artview_info .sourcedata{
  text-align: center;
  margin: 0 auto;
  line-height: 21px;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content .artview_info .sourcedata >span{
  display: inline-block;
  margin: 0 10px;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content .artview_intro{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #868686;
  font-weight: normal;
  text-decoration: none;
  line-height: 24px;
  background: #F5F5F5;
  border-style: solid solid solid solid;
  border-color: #E5E5E5 #E5E5E5 #E5E5E5 #E5E5E5;
  border-width: 1px 1px 1px 1px;
  border: #E5E5E5 1px solid;
  margin-bottom: 10px;
  text-indent: 24px;
  padding: 5px 0;
}

.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content  .artview_content{
  width: 100%;
  padding: 14px 0;
}
.content .About_us .About_right .About_text #layerEC8313231140E544316E9F175318361B .wp-article_detail_content  .artview_content >p{
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #434343;
  line-height: 2;
}
