html {
   overflow-x: hidden;
}
body {
   font-family: "微软雅黑";
   font-size: 14px;
   padding: 0;
   margin: 0;
}
a {
   text-decoration: none;
}
a:hover {
   cursor: pointer;
}
ul {
   margin: 0;
   padding: 0;

   list-style: none;
}
button, input {
	outline: none;
}
.no-info {
   color: #cd0000;
}
i, em {
    font-style: normal;
}
placeholder { color:#474747;}
.main {
   width: 100%;
   clear: both;
   overflow: hidden;
}
.main {
   width: 100%;
   clear: both;
}

/* 搜索 */
.search form dl {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.search form dl dd .btn_search {
	background: none;
	border: none;
	float: left;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	margin-left: 6px;
}


/**** 头部 ****/
.header {
	width: 100%;
}
.logo {
	width: 215px;
	height: 51px;
	float: left;
	padding-top: 35px;
}
.top-line {
    padding: 19px 0px 0px 0px;
    border-bottom: 0px solid #e4e4e4;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    height: 70px;
}
ul.social-icons {
    float: right;
}
.contents {
    position: relative;
    top: 0px;
    width: 88px;
    z-index: 1000;
}
#admin {
    width: 100px;
    height: 27px;
    color: #888;
    border: 1px solid #CCC;
    /*border-radius: 3px;*/
    padding: 0 0 0 10px;
	margin-top: 4px;
    font: 12px Helvetica, sans-serif;
    line-height: 28px;
    cursor: default;
}
#admin a {
    color: #888;
}
#settings {
    position: absolute;
    top: 2px;
    right: -9px;
    border: none;
    outline: none;
    color: #888;
    font-size: 20px;
    cursor: pointer;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu {
    display: none;
    position: absolute;
}
#arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-left: 15px;
}
#menu a {
    display: block;
    background: #F8F8F8;
    width: 100px;
    height: 26px;
    padding: 0 0 0 10px;
	font-weight:bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #888;
    line-height: 26px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#menu a:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#menu a:nth-child(2) {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.search {
	width: 278px;
	height: 35px;
	float: right;
	background: #df4397;
	color: #fff;
	margin-left: 32px;
}
.search p {
	height: 35px;
	line-height:35px;
	float: right;
	margin: 0;
	margin-right: 15px;
}
.search p a {
	color: inherit;
}
.contact__field {
	width: 210px;
	height: 31px;
	margin-top: 2px;
	margin-left: 2px;
	float: left;
	color: #888;
}
.timg {
    width: 50px;
    float: right;
}

/* 导航 */
.top-nav {
	width: 100%;
}
.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #111;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #0186ba;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  -o-transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
  transition:  0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55); 
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 16px;
}
.animenu a {
  color: #474747;
  text-decoration: none;
}
.animenu__nav li .animenu__nav__child li a {
	color: #fff;
}
.animenu__nav.en li .animenu__nav__child li a {
	color: #fff;
}

.animenu__nav {
	float: right;
}
.animenu__nav > li {
  position: relative;
}
.animenu__nav > li > a {
  padding: 10px 0px 24px 65px;
  text-transform: uppercase;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color: inherit;
}

.animenu__nav__child {
  width: 150px;
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 18.5%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  transition: margin .15s, opacity .15s;
  background-color: #0f6cb1;
  border: 1px solid #ddd;
  border-bottom-right-radius:4px;
  border-bottom-left-radius:4px;
}
.animenu__nav__child > li {
  width: 100%;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  width: 100%;
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.animenu__nav__child a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111;
    position: relative;
  }
  .animenu__nav a:hover {
    background-color: #0186ba;
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    background-color: #373737;
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}


.animenu__nav.en li a {
	padding: 10px 0px 24px 40px;
}
.animenu__nav.en li .animenu__nav__child {
	width: 380px;
	left: -90%;
}
.animenu__nav.en li .animenu__nav__child li a {
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

/* 尾部 */
.footer {
	width: 100%;
	height: 135px;	
	clear: both;
}
.footer_line {
	width: 100%;
	height: 43px;
	background: #0f6cb1;
}
.footer_line .container .footer_nav {
	width: 888px;
    margin: 0 auto;
}
.footer_line .container .footer_nav ul li {
	width: 148px;
	height: 43px;
	line-height: 43px;
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 0px 42px;
	background: url(../images/footer_x.jpg) no-repeat center right;
}
.footer_line .container .footer_nav ul li a {
	width: 148px;
	height: 43px;
	line-height: 43px;
	color: inherit;
	display: block;
}
.footer_line .container .footer_nav ul .os {
	background: none;
}
.copyright {
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	color: #474747;
}

/* 咨询热线 */
.fix-tel {
    position: fixed;
    top: 50%;
    right: 0;
}
.fix-tel a {
    display: block;
    width: 100px;
    height: 110px;
    text-align: right;
    color: #fff;
	background: url(../images/call.jpg) no-repeat center center #df4397;
}
.fix-tel a:hover {
    width: 280px;
	background: url(../images/call.jpg) no-repeat center left #df4397;
}
.fix-tel a::before {
    font-size: 30px;
    line-height: 110px;
}
.fix-tel a:hover:before {
	content: "+86 (0)10 59753109";
	font-size: 20px
}
[class*="am-icon-"]::before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.fix-text {
    position: fixed;
    top: 66.8%;
    right: 0;
}
.fix-text a {
    display: block;
    width: 100px;
    height: 110px;
    text-align: center;
    color: #fff;
	background: url(../images/zx.jpg) no-repeat center center #df4397;
	border-top: 1px solid #fff;
}

/* 咨询热线英文 */
.fix-tel_en {
    position: fixed;
    top: 50%;
    right: 0;
}
.fix-tel_en a {
    display: block;
    width: 100px;
    height: 110px;
    text-align: right;
    color: #fff;
	background: url(../images/call_en.jpg) no-repeat center center #df4397;
}
.fix-tel_en a:hover {
    width: 280px;
	background: url(../images/call_en.jpg) no-repeat center left #df4397;
}
.fix-tel_en a::before {
    font-size: 30px;
    line-height: 110px;
}
.fix-tel_en a:hover:before {
	content: "+86 (0)10 59753109";
	font-size: 20px
}
[class*="am-icon-"]::before {
    display: inline-block;
    font: normal normal normal 1.6rem/1 FontAwesome,sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}

.fix-text_en {
    position: fixed;
    top: 66.8%;
    right: 0;
}
.fix-text_en a {
    display: block;
    width: 100px;
    height: 110px;
    text-align: center;
    color: #fff;
	background: url(../images/zx_en.jpg) no-repeat center center #df4397;
	border-top: 1px solid #fff;
}


#fix {
    position: fixed;
    display: none;
}
#fixa {
    position: fixed;
    display: none;
}

/* 首页内容 */
.home_page_content1 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0px 82px 23px;
}
#news {
	width: 422px;
	float: left;
}
.news_title {
	width: 100%;
}
.news_title h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #474747;
	margin: 0;
}
.news_title h1 span {
	font-size: 14px;
	color: #797979;
	margin-left: 6px;
	line-height: 26px;
}
.news_title span {
	font-size: 14px;
	color: #a0a0a0;
	float: right;
	line-height: 26px;
}
.news_title span a {
	color: inherit;
}
#news ul {
	width: 100%;
	height: 300px;
	background: url(../images/home_news_bg.jpg) no-repeat left 14px;
	padding-top: 50px;
	padding-left: 30px;
}
#news li {
	width: 100%;
	clear: both;
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #797979;
}
#news li a {
	color: inherit;
}
.brief_introduction {
	width: 545px;
	float: right;
}
.brief_introduction_title {
	width: 545px;
	height: 148px;
	overflow: hidden;
	background: #0f6cb1;
	padding: 12px 36px 12px 12px;
}
.brief_introduction_photo {
	width: 205px;
	height: 125px;
	float: left;
}
.brief_introduction_er {
	float: right;
	text-align: right;
}
.brief_introduction_er p {
	font-size: 18px;
	margin: 0;
	margin-bottom: 16px;
	color: #fff;
}
.brief_introduction_er h1 {
	font-size: 24px;
	font-family: "方正大黑简体";
	font-weight: normal;
	margin: 0;
	margin-bottom: 8px;
	color: #fff;
}
.brief_introduction_text {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}
.brief_introduction_text p {
	width: 516px;
	font-size: 14px;
	color: #797979;
	text-indent: 2em;
	line-height: 28px;
	margin: 0px auto;
}
.brief_introduction_text span {
	color: #a0a0a0;
	float: right;
	margin-right: 28px;
}
.brief_introduction_text span a {
	color: inherit;
}


.home_page_content2 {
	width: 100%;
	overflow: hidden;
}
.home_page_content2_title {
	width: 100%;
	overflow: hidden;
}
.home_page_content2_title h1 {
	float: left;
	font-size: 18px;
	font-weight: normal;
	color: #474747;
	margin: 0;
}
.home_page_content2_title h1 span {
	font-size: 14px;
	color: #797979;
	margin-left: 6px;
	line-height: 26px;
}
.home_page_content2_title span {
	font-size: 14px;
	color: #a0a0a0;
	float: right;
	line-height: 26px;
}
.home_page_content2_title span a {
	color: inherit;
}
.home_page_content2_text {
	width: 100%;
	overflow: hidden;
	margin: 40px 0px 65px 0px;
}
.home_cp_er {
	position:relative;
	width:100%;
	height:225px;
}
.home_cp_er .box {
	width:1003px;
	height:225px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.home_cp_er .list {
	overflow:hidden;
	width:9999px;
}
.home_cp_er .list li { 
	float:left;
	width:255px;
}
.home_cp_er .list li img { 
	width:235px;
	height: 188px;
}
.home_cp_er .list li p {
	width: 235px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: #0f6cb1;
	margin: 0;
	position: absolute;
	bottom: 0;
}


/* 详细页内容 */

/* 左浮动 */
.detail_page {
	width: 100%;
}
.detail_page_left {
	width: 265px;
	position: relative;
}
.detail_page_left_text {
	width: 265px;
	height: 225px;
	position: absolute;
	background: url(../images/fd_bg.png) no-repeat center left;
	padding: 2px;
	top: -65px;
}
.detail_page_left_title {
	width: 245px;
	height: 55px;
	margin: 8px auto 0px auto;
	background: #0f6cb1;
}
.detail_page_left_title p {
	height: 55px;
	line-height: 55px;
	padding-left: 25px;
	margin: 0;
	color: #fff;
}
.detail_page_left_er {
	width: 100%;
	height: 156.5px;
	background: url(../images/x.jpg) no-repeat center left #fff;
	margin: 0 auto;
	padding-left: 35px;
}
.detail_page_left_er ul li {
	width: 226px;
	height: 51px;
}
.detail_page_left_er ul li p {
	width: 226px;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #474747;
	margin: 0;
}
.detail_page_left_er ul li p a {
	width: 226px;
	height: 51px;
	line-height: 51px;
	display: block;
	color: inherit;
	padding-left: 20px;
	background: url(../images/sanjiao.jpg) no-repeat center left;
}
.detail_page_left_er ul li p a:hover {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}
.detail_page_left_er ul li p .active {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}

.detail_page_left_text2 {
	width: 265px;
	height: 475px;
	position: absolute;
	background: url(../images/fd_bg2.png) no-repeat center center;
	padding: 2px;
	top: -65px;
	z-index: 999;
}
.detail_page_left_er2 {
	width: 100%;
	height: 366px;
	background: url(../images/x2.jpg) no-repeat 0px 35px #fff;
	margin: 0 auto;
	padding-left: 35px;
}
.detail_page_left_er2 ul li {
	width: 226px;
	height: 51px;
}
.detail_page_left_er2 ul li p {
	width: 226px;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #474747;
	margin: 0;
}
.detail_page_left_er2 ul li p a {
	width: 226px;
	height: 51px;
	line-height: 51px;
	display: block;
	color: inherit;
	padding-left: 20px;
	background: url(../images/sanjiao.jpg) no-repeat center left;
}
.detail_page_left_er2 ul li p a:hover {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}
.detail_page_left_er2 ul li p .active {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}

.detail_page_left_text3 {
	width: 265px;
	height: 65px;
	position: absolute;
	background: url(../images/fd_bg3.png) no-repeat center center;
	padding: 2px;
	top: -65px;
}

.detail_page_left_text4 {
	width: 265px;
	height: 275px;
	position: absolute;
	background: url(../images/fd_bg4.png) no-repeat center center;
	padding: 2px;
	top: -65px;
	z-index: 999;
}
.detail_page_left_er4 {
	width: 100%;
	height: 170px;
	background: url(../images/x4.jpg) no-repeat 0px 35px #fff;
	margin: 0 auto;
	padding-left: 35px;
}
.detail_page_left_er4 ul li {
	width: 226px;
	height: 51px;
}
.detail_page_left_er4 ul li p {
	width: 226px;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color: #474747;
	margin: 0;
}
.detail_page_left_er4 ul li p a {
	width: 226px;
	height: 51px;
	line-height: 51px;
	display: block;
	color: inherit;
	padding-left: 20px;
	background: url(../images/sanjiao.jpg) no-repeat center left;
}
.detail_page_left_er4 ul li p a:hover {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}
.detail_page_left_er4 ul li p .active {
	color: #0f6cb1;
	background: url(../images/x_a.jpg) no-repeat center left;
}

/* 英文服务中心*/
.detail_page_left_er4 ul .fw p {
	line-height: 22px;
}
.detail_page_left_er4 ul .fw p a {
	line-height: 22px;
}

/* 联系我们 */
.contact_us {
	width: 263px;
	height: 293px;
	background: url(../images/lxwm_bg.jpg) no-repeat center bottom;
	border: 1px solid #d9efff;
	padding: 0px 15px;
	position: absolute;
	top: 176px;
}
.contact_us_title {
	width: 100%;
}
.contact_us_title h1 {
	line-height: 60px;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px dashed #d5d5d5;
}
.contact_us_text {
	padding-top: 17px;
}
.contact_us_text span {
	color: #df4397;
	line-height: 30px;
}
.contact_us_text span em {
	font-size: 24px;
	font-family:"方正大黑简体";
}
.contact_us_text span em a {
	color: inherit;
}
.contact_us_text p {
	color: #444444;
	line-height: 26px;
	margin: 0;
}
.contact_us_text p a {
	color: inherit;
}


/* 右侧内容 */
.detail_page_right {
	width: 693px;
	float: right;
}
.detail_page_right_title {
	width: 100%;
	line-height: 50px;
	background: url(../images/t1.jpg) no-repeat 8px 16px;
	padding-left: 36px;
	border-bottom: 1px solid #e7e7e7;
}
.detail_page_right_title p {	
	color: #474747;
	margin: 0;
}
.detail_page_right_title p a {
	color: inherit;
}
.detail_page_right_text {
	width: 100%;
	overflow: hidden;
	padding-top: 27px;
	min-height: 650px;
}
.detail_page_right_photo {
	float: left;
	padding: 0px 46px 120px 6px;
}
.detail_page_right_er {
	float: left;
	min-height: 520px;
}
.detail_page_right_er p {
	width: 345px !important;
	color: #797979;
	line-height: 30px;
	margin: 0;
	margin-bottom: 45px;
	text-indent: 2em;
	text-align:justify;
}
.detail_page_right_text p {
	width: 100%;
	color: #797979;
	line-height: 30px;
	margin: 0;
	margin-bottom: 45px;
	text-indent: 2em;
	text-align:justify;
}

/* 新闻中心 */
.detail_page_right_text #news_er li {
    line-height: 30px;
    border-bottom: 1px #d6d6d6 dashed;
    background: url(../images/xiaotu008.jpg) no-repeat left center;
    padding-left: 20px;
	margin-bottom: 8px;
}
.detail_page_right_text #news_er li span {
    float: right;
    margin-right: 10px;
    color: #6d6d6d;
}
.detail_page_right_text #news_er li a {
    color: #6d6d6d;
}
#news_er {
	margin-bottom: 120px;
}

/* 新闻翻页 */
.page-pagination {
   width: 100%;
   margin: 30px 0;
   text-align: center;
}
.page-pagination a {
   display: inline-block;
   margin: 0 5px;
   padding: 3px 10px;
   cursor: pointer;
   text-decoration: none;
   color: #5b5b5b;
   border: 1px solid #ddd;
}
.page-pagination a:hover {
   color: #fff;
   border-color: #0f6cb1;
   background-color: #0f6cb1;
}
.page-pagination a.jp-disabled {
   cursor: no-drop;
   opacity: .5;
}
.page-pagination a.jp-disabled:hover {
   color: #5b5b5b;
   border-color: #ddd;
   background-color: #fff;
}
.page-pagination a.jp-current {
   cursor: default;
   color: #fff;
   border-color: #0f6cb1;
   background-color: #0f6cb1;
}


/* 新闻详细页 */
.page-news {
    width: 100%;
    overflow: hidden;
	margin-bottom: 120px;
}
.page-news-title {
    font-size: 18px;
    color: #0f6cb1;
    line-height: 33px;
    margin: 0;
	margin-top: 33px;
    text-align: center;
    font-weight: bold;
}
.page-news-meta {
    font-size: 12px;
    line-height: 35px;
    width: 100%;
    text-align: center;
    color: #676767;
    background-color: #e8f2ff;
    margin: 25px 0px 40px 0;
}
.page-news-meta span {
    display: inline-block;
    margin: 0 29px;
	color: #474747;
}
.page-content-article {
    width: 100%;
    margin: 0 auto;
    text-align: justify;
	min-height: 520px;
}
.page-content-article p {
    color: #474747;
    line-height: 30px;
	margin: 0;
}

.page-news-pager {
   width: 100%;
   margin-top: 60px;
   border-top: 1px solid #dedede;
}
.page-news-pager a {
   font-size: 14px;
   line-height: 48px;
   display: block;
   overflow: hidden;
   box-sizing: border-box;
   width: 100%;
   padding: 0 15px;
   white-space: nowrap;
   text-decoration: none;
   text-overflow: ellipsis;
   color: #444444;
   border-bottom: 1px solid #dedede;
}
.page-news-pager a .fa {
   margin-right: 15px;
}
.page-news-pager a:hover,
.page-news-pager a:focus {
   color: #444444;
}
.page-news-back {
	width: 120px;
	height: 40px;
   line-height:40px;
   display: block;
   float: right;
   margin: 20px 0 94px 0;
   text-align: center;
   color: #272625;
   border-radius: 5px;
   background-color: #e2cda4;
}
.page-news-back .fa {
   margin-right: 5px;
}

.pandian_nr {
	padding: 9px;
	position: absolute;
	left: 15%;
	top: 30px;
	border: 1px solid #ed0000;
	right: 15%;
}
.pandian_nr:hover {
    border-style: dashed;
}

/* 产品中心内容 */
#product {
	width: 100%;
	overflow: hidden;
	margin-bottom: 85px;
}
.main_content_title {
    width: 212px;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
	border-bottom: none;
    background: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    
}
#product .col-xs-4 {
	width: 212px;
	margin: 0px 9px 27px 9px;
	padding: 0;
}
#product .col-xs-4 a {
	width: 212px;
	height: 195px;
	
}
#product .col-xs-4 a p {
	width: 212px;
	height: 36px;
	line-height: 36px;
	clear: both;
	text-align: center;
	color: #fff;
	background: #0f6cb1;
	margin: 0;
	text-indent: 0;
}
/*img enlarge*/
#product .col-xs-4 a img{
  width: 100%;
  height: 159px;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
/*img enlarge*/

/* 产品详细页 */
.page_productc {
	width: 100%;
	overflow: hidden;
	text-align: justify;
	min-height: 650px;
}
.page_productc p {
	color: #474747;
	line-height: 30px;
}

/* 在线留言 */
.contact {
	width: 100%;
	overflow: hidden;
	margin-bottom: 220px;
}
.message {
	width: 100%;
	overflow: hidden;
	position: relative;
}
label {
    float: left;
    width: 75px;
    cursor: pointer;
    text-align: right;
}
.contact .contact__field {
    width: 50%;
    float: left;
    padding: 0px 9px;
    margin-bottom: 9px;
    font-size: 14px;
    color: #c8c7c7;
    background: none;
    border: none;
    border: solid 1px #aea9a5;
    box-shadow: none;
}
.contact__fielda {
    height: 117px;
	padding: 0px 9px;
	color: #c8c7c7;
}
textarea {
    float: left;
    margin-bottom: 50px;
    width: 50%;
}
.red {
    color: #df4397;
    float: left;
    height: 37px;
    line-height: 37px;
    margin-left: 20px;
}
.zs {
	position: absolute;
	right: 170px;
	top: 100px;
}
.input_button {
    width: 116px;
    height: 30px;
    background: none;
    font-size: 12px;
    color: #fff;
    margin: 10px 0px 0px 75px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: none;
	background: #0f6cb1;
	border: none;
    float: left;
    clear: both;
    cursor: pointer;
}

.ly_en {
	width: 130px;
}

/* 联系我们 */
.contact_us_texts {
	width: 100%;
	overflow: hidden;
	margin-top: 33px;
	margin-bottom: 140px;
}
.contact_us_left {
	width: 605px;
	float: left;
}
.my-service-map {
    width: 100%;
    height: 380px;
    border: none;
}
.contact_us_right {
	width: 330px;
	float: right;
}
.contact_us_right h1 {
	font-size: 18px;
	font-weight: normal;
	color: #0f6cb1;
	margin: 0;
	margin-bottom: 15px;
}
.contact_us_right p {
	color: #494949;
	font-size: 14px;
	line-height: 38px;
	margin: 0;
} 
.address {
	background: url(../images/c1.jpg) no-repeat 0 5px;
	padding-left: 36px;
}
.zip_code {
	background: url(../images/c2.jpg) no-repeat 0 5px;
	padding-left: 36px;
}
.telephone {
	background: url(../images/c3.jpg) no-repeat 0 5px;
	padding-left: 36px;
}
.fax {
	background: url(../images/c4.jpg) no-repeat 0 5px;
	padding-left: 36px;
}
.mailbox {
	background: url(../images/c5.jpg) no-repeat 0 9px;
	padding-left: 36px;
}

/* cnzz */
#cnzz_stat_icon_1259829330 a img {
	width: 50px;
	margin-left:49%;
	margin-bottom: 8px;
}