@charset "gb2312";

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* h1 {
  font-size: 2em;
  margin: 0.67em 0;
} */

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}


/* CSS Document */
html,body{font-family:"Microsoft yahei";font-size:14px; line-height:20px;overflow-x:hidden;}
*{margin: 0;padding: 0;}
h1, h2, h3, h4, h5, h6{ font-weight:normal;}
ul,dl{ list-style-type:none;}
li{vertical-align:top;list-style-type:none;}
img {border: none;}
a{	text-decoration: none;color:#474747;}
*html .clearfix {zoom:1;}
*+html .clearfix {zoom:1;}

/* img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
	cursor:pointer;
}

img:hover{
	-webkit-transform:scale(1.04);-moz-transform:scale(1.04);-o-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s;
} */

#header{width:100%;height:50px;padding:0;margin:0;background-color:#eee;}
.top{width:1280px;height:auto;margin:0 auto;}
.top-sj{width:411px;float:left;border-left:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding-left:20px;height:50px;overflow:hidden;}
.mgsj,.magsj{float:left;line-height:50px;background:url(tjy_03.jpg) 0 12px no-repeat;padding-left:40px;}
.magsj{background:url(tjy_05.jpg) 0 12px no-repeat;}
.time1{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time2{font-family:Arial,Helvetica,sans-serif;font-size:16px;float:left;line-height:50px;}
.time1 span,.time1 b{float:left;font-weight:normal;}
.time2 span,.time2 b{float:left;font-weight:normal;}


.top-lx{width:480px;float:right;}
.top-lx p{float:left;line-height:50px;margin-right:20px;}
.top-lx p a{color:#7e7e7e;}
.top-lx p a:hover{color:#b13aca;}
.top-lx h6{width:1px;height:50px;background:#d9d9d9;float:left;}

.weixin{ width:30px; margin:0px auto;position:relative; font-size:12px; text-align:center;}
.weixin .weixin_nr{width:100px; height:120px; padding:10px; text-align:center; position:absolute; left:-45px; top:45px; display:none;z-index:999;}
.weixin .weixin_nr img{ margin-bottom:5px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:70px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}



.wb img,.wx img{margin:10px 20px;float:left;overflow:hidden;}
.wx-ewm{position:absolute;top:40px;left:74%;z-index:9999;display:none;}
.wx:hover .wx-ewm{display:block;}

.dh{color:#b13aca;font-size:16px;font-weight:bold;line-height:50px;background:url(tjy_07.jpg) 5px 10px no-repeat;display:inline-block;padding-left:35px;border-right:1px solid #d9d9d9;padding-right:20px;}
.nav{width:1280px;margin:0 auto;overflow:hidden;}
.logo{float:left;padding-top:10px;}
.menu{float:right;}
.menu ul{overflow:hidden;}
.menu ul li{float:left;margin-right:20px;padding:25px 0;text-align:center;}
.menu ul li a{font-size:16px;color:#333;text-align:center;padding-left:20px;padding-right:20px;line-height:20px;}
.menu ul li:hover{background:url(tjy_06_13.jpg);display:block;color:#fff;font-size:16px;}
.menu ul li:hover a,.menu ul li:hover p{ color:#FFFFFF}
#menu-bg{background:url(tjy_06_13.jpg);display:block;}
#menu-bg a,#menu-bg p{color:#fff;}

.yw{font-size:11px;color:#bcbcbc; text-transform:uppercase;}

.head_50sub {width: 100%;height: 35px;line-height: 35px;position:relative;position:absolute;overflow:hidden;z-index:99;background:rgba(0,0,0,0.5) none repeat scroll !important;  background:#000;background:#000; filter:Alpha(opacity=50);
}
.head_all50 {width: 1280px;height: 35px;line-height: 35px;margin: 0 auto;color: #fff;font-size: 14px;text-align:center;}
.head_all50 a {line-height: 35px;color: #fff;}
.head_all50 a:hover{color:#f39800;}

/*banner*/
.slideBox{overflow:hidden; position:relative;margin:0 auto;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute;/* right:5px; */left:45%;bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius:17px;border:1px solid #cdcdcd;}
.slideBox .hd ul li.on{ background:#770f92; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;}
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;display:block;}

.txtScroll-left{ width:100%;  overflow:hidden; position:relative;background:url(xw-bg.gif);}
.txtScroll-left .bd{width:1280px;margin:0 auto;overflow:hidden;}
.txtScroll-left .infoList{width:50%;float:left;}
.txtScroll-left .infoList li{ height:55px; line-height:56px; }
.txtScroll-left .infoList li .date{margin-right:10px;}
.txtScroll-left .infoList li .date1{margin-left:200px;}

.tjy-about{width:1280px;height:auto;margin:0 auto;text-align:center;}
.tjy-about img{margin-top:20px;}
.tjy-about-main{width:1280px;overflow:hidden;}
.about-logo{width:430px;float:left;}
.about-wz{width:800px;float:right;text-align:left;margin-top:20px;}
.about-wz h2{font-size:18px;font-weight:bold;color:#000;}
.about-wz p{color:#3c333e;font-size:15px;line-height:30px;margin-top:30px;}
.ylfw{border-top:1px solid #e0e0df;margin-top:30px;}
.ylfw ul{overflow:hidden;}
.ylfw ul li{float:left;width:25%;padding-top:90px;padding-bottom:94px;background:url(yhzc-bg.gif) 30px 0 no-repeat;margin:0 auto}
.ylfw-main i{color:#9224ad;font-size:18px;font-weight:bold;}
.ylfw-main p{color:#000;font-size:16px;width:157px;margin:0 auto;padding-top:15px;}

.service,.tjy-sgye,.yeys,.tjy-dsdsgye,.tjy-tube,.tjy-cgal,.tjy-zx{width:100%;background:#f6f3ee;height:auto;}
.service1{width:1280px;margin:0 auto;text-align:center;padding-top:20px;}
.service1 ul{overflow:hidden;margin-top:20px;}
.service1 ul li{float:left;width:33%;margin-bottom:40px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;padding-bottom:10px;}
.service1-main{padding:5px;}
.service1-main .bf{ background:#fff;padding-bottom: 10px;}
.service1-main img{max-width:100%}
.service1-main h2{color:#6b0688;font-size:24px;padding-top:20px;background:#fff;}
.service1-main h6{height:1px;background:#f6f3ee;margin:10px auto;}
.service1-main p{margin:0 auto;margin-bottom:20px;text-align:left;background:#fff;    padding: 18px;}
.service1-main p.f1{padding-bottom: 6px;padding-top:33px;}

.service2{width:1280px;margin:0 auto;text-align:center;padding-top:20px;}
.service2 ul{overflow:hidden;width:1280px;border-bottom:1px solid #e0e0df;margin-bottom:30px;}
.service2 ul li{float:left;width:20%;text-align:left;margin-top:40px;margin-bottom:30px;}
.service2-main{width:223px;padding:17px;}
.service2 ul li img{margin-bottom:40px;}
.service2 ul li i{font-size:18px;color:#bf8624;font-weight:bold;}
.service2 ul li p{color:#333;font-size:16px;}
#no-border{border:none;}
.am-btn-default,.am-btn-default1,.am-btn-default2{background:#f39800;color:#fff;}
.am-btn.am-round,.am-btn1.am-round1,.am-btn2.am-round2{border-radius:10px;margin-bottom:40px;}
.am-btn,.am-btn1,.am-btn2{display:inline-block;margin-bottom: 0;padding:10px 40px;font-family:"Microsoft yahei";font-size:16px;line-height: 1.2;text-align: center;white-space: nowrap;background-image: none;border: 1px solid transparent;border-radius: 0;cursor: pointer;outline: 0;-webkit-appearance: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}

.tjy-sgye1{width:1280px;height:auto;margin:0 auto;text-align:center;padding-top:20px;}
.tjy-sgye1 ul{overflow:hidden;margin-top:30px;}
.tjy-sgye1 ul li{float:left;background:url(sgye-bg.gif) 43px 8px no-repeat;width:25%;padding-top:65px;padding-bottom:94px;margin:0 auto}
.tjy-sgye1-main p{color:#000;font-size:20px;width:177px;margin:0 auto;line-height:30px;}

.tjy-yy,.tjy-ys{width:1280px;height:auto;margin:0 auto;text-align:center;padding-top:20px;}
.tjy-yy ul{overflow:hidden;margin-top:8px;margin-bottom:40px;}
.tjy-yy ul li{height:439px;padding:8px;float:left;text-align:left;}
.tjy-yy-main{width:95%;background:#f6f3ee;padding:10px;}
.wz-jj{padding-top:20px;}
.tjy-yy ul li h2{color:#71098e;font-size:16px;margin:20px 0;}
.tjy-yy ul li p{width:380px;color:#000;height:90px;}
.am-btn1.am-round1,.am-btn2.am-round2{margin-bottom:0;}
.am-btn-default1{margin-left:140px;margin-top:30px;}
.am-btn1,.am-btn2{padding:5px 20px;font-size:14px;}
.am-btn-default2,.am-btn-default4{background:#9b29b6;color:#fff;}
.am-btn-default2{margin-left:30px;}

.tjy-ys{margin-bottom:40px;}
.tjy-ys ul{overflow:hidden;margin-top:30px;margin-bottom:30px;}
.tjy-ys ul li{width:50%;float:left;text-align:left;}
.tjy-ys-main{background:#f6f3ee;overflow:hidden;padding:10px;width:95%;margin-left: 7px;}
.tjy-ys ul li img{float:left;width:217px;}
div.ysjs{overflow:hidden;float:left;margin-left:30px;}
div.ysjs a {color:#fff;}
div.ysjs h2{font-size:24px;font-weight:bold;}
div.ysjs p{background:url(tjy_91.jpg) no-repeat;padding-left:30px;font-size:18px;color:#000;margin-top:15px;}
div.ysjs h4{margin-top:10px;}
.am-btn-default3{margin-top:30px;background:#f39800;}
.am-btn-default4{margin-left:50px;}

.yeys1{width:1280px;height:auto;margin:0 auto;text-align:center;padding-top:20px;}
.yeys1 ul{overflow:hidden;}
.yeys1 ul li{width:33%;float:left;margin-top:50px;text-align:left;}
.yeys1-main{width:90%;padding-left:20px;}
.yeys2{width:1280px;margin:0 auto;background:url(yeys-bg.png) no-repeat;margin-top:40px;padding-bottom:37px;}
.yeys2 dl{width:773px;text-align:left;padding-bottom:30px;border-bottom:1px dashed #c8c8c8;}
.yeys2 dl dt{background:url(yeys_16.jpg) 0 37px no-repeat;color:#6b0688;font-size:24px;font-weight:bold;padding:7px 45px;padding-top:40px;}
.yeys2 dl dd{color:#1f2020;margin-top:20px;}

.tjy-db{width:1280px;height:auto;margin:0 auto;text-align:center;}
.tjy-db img{margin-top:20px;}

.tjy-dsdsgye1{width:1280px;height:auto;margin:0 auto;text-align:center;padding-top:20px;}
.tjy-dsdsgye1 ul{overflow:hidden;}
.tjy-dsdsgye1 ul li{float:left;margin:36px 0;width:33%;}

.tjy-pgd{width:1280px;height:auto;margin:0 auto;text-align:center;padding-top:20px;}
.tjy-pgd p{font-size:16px;line-height:24px;margin-top:30px;margin-bottom:30px;}

.tjy-tube1{width:1280px;height:auto;margin:0 auto;text-align:center;}
.tjy-tube1 ul{overflow:hidden;}
.tjy-tube1 ul li{float:left;width:25%;margin-top:30px;}
/*.tjy-tube1 img{margin-top:30px;}*/
.jsys,.qtys{width:1280px;background:url(jsys-bg.png) no-repeat;padding-top:120px;margin-top:20px;margin-bottom:40px;}
.jsys dl,.qtys dl{overflow:hidden;padding-left:40px;padding-top:40px;}
.jsys dl dt,.qtys dl dt{float:left;}
.jsys dl dd,.qtys dl dd{float:right;text-align:left;width:937px;padding-right:40px;}
.jsys dl dd i,.qtys dl dd i{color:#d82f62;font-size:24px;}
.jsys dl dd p,.qtys dl dd p{margin-top:12px;}
.qtys{background:url(jsys-bg1.png) no-repeat;}

.tjy-fwlc{width:1280px;height:auto;text-align:center;margin:0 auto;}
.tjy-fwlc img{margin-top:20px;}
.tjy-fwlc p{width:1056px;background:#e9e4df;margin:30px auto;padding:10px 0;}

.tjy-cgal1{width:1280px;height:auto;text-align:center;margin:0 auto;padding-top:20px;}
.tjy-cgal1 img{margin-bottom:20px;}
.tjy-cgal1 ul li{float:left;margin-left:10px;margin-right:13px;}

.tjy-yycz{width:1280px;height:auto;text-align:center;margin:0 auto;padding-top:20px;}

.slideBox1{ width:1280px; height:188px; overflow:hidden; position:relative;margin-top:30px;margin-bottom:40px;}
.slideBox1 .bd{ position:relative; height:100%; z-index:0;width:1157px;}
.slideBox1 .bd ul{overflow:hidden;width:1157px;}
.slideBox1 .bd li{vertical-align:middle;width:210px;float:left;margin-left:45px;}
.slideBox1 .bd img{ width:210px; height:188px; display:block;  }
.slideBox1 .prev,
.slideBox1 .next{ position:absolute;top:10%; margin-top:-19px; display:block; width:56px; height:188px;}
.slideBox1 .prev{left:0; background:url(rycz_15.jpg) no-repeat;}
.slideBox1 .next{ left:auto; right:0;/* background-position:8px 5px; */background:url(rycz_15.jpg) -56px 0 no-repeat;}
.slideBox1 .prev:hover{left:0; background:url(rycz_03.jpg) no-repeat;}
.slideBox1 .next:hover{background:url(rycz_03.jpg) -56px 0 no-repeat;}

.slideTxtBox{ width:1280px;text-align:left;margin:0 auto;padding-bottom:40px;}
.slideTxtBox .hd{ height:56px; line-height:30px; background:f6f3ee;position:relative;}
.slideTxtBox .hd ul{ float:left;  position:absolute;top:-1px; height:40px;margin-top:37px;}
.slideTxtBox .hd ul li{ float:left; padding:0 90px; cursor:pointer;color:#000;font-size:18px;}
.slideTxtBox .hd ul li.on{ height:40px;  background:#fff; }
.slideTxtBox .bd{background:#fff;margin-top:20px;overflow:hidden;}

.zxzx{width:1280px;}
.zxzx1{width:597px;float:left;margin-left:10px;}
.zxzx1 dl{overflow:hidden;border-bottom:1px solid #e9e4df;padding:10px 0;margin-top:20px;}
.zxzx1 dl dt{float:left;width:130px;}
.zxzx1 dl dd{float:right;width:440px;}
.zxzx1 dl dd h2{font-size:18px;}
.zxzx1 dl dd h2 a{color:#000;}
.zxzx1 dl dd h2 a:hover{color:#9b29b6;}
.zxzx1 dl dd p{line-height:28px;}

.zxzx2{width:592px;float:right;margin-right:10px;margin-top:20px;}
.zxzx2 ul{ padding:15px;  zoom:1;}
.zxzx-wz{background:url(zxzx.jpg) 0 6px no-repeat;padding-left:20px; height:30px; line-height:24px;}
.zxzx-wz .date{ float:right; color:#999;  }
.zxzx-wz a:hover{color:#9d29d6;}
.zxzx2 p a:hover{color:#9d29d6;}

.foot-hx{width:100%;height:7px;background:url(tjy1_73.jpg);}
.foot-nav{width:100%;background:#eee;}
.foot-nav1{width:1280px;margin:0 auto;overflow:hidden;}
.foot-nav1 dl{float:left;width:160px;border-right:1px solid #d7d7d7;margin:30px 10px;padding-right:10px;}
.foot-nav1 dl dt{font-size:16px;font-weight:bold;color:#000;}
.foot-nav1 dl dd{color:#666;line-height:24px;}
.foot-nav1 dl dd a:hover{color:#9d29d6;}
.ewm{width:126px;float:left;margin-top:30px;line-height:24px;}

.foot-bq{width:100%;background:#626262;padding:10px 0;}
.foot-bq1{width:1280px;margin:0 auto;}
.foot-bq1 p{color:#fff;}
.foot-bq1 a{color:#fff;margin-right:20px;}
.foot-bq1 h6{widht:1280px;border-bottom:1px solid #4e4e4e;margin-top:15px;}
.foot-bq1 h5{widht:1280px;border-bottom:1px solid #7d7d7d;margin-bottom:15px;}
.bottom_tools {
	position: fixed;
	z-index: 1070;
	right: 20px;
	bottom: 40px;
}
.bottom_tools>* {
	font: 0/0 a;
	display: block;
	margin-top: 5px;
	color: transparent;
	border: 0;
	background-color: transparent;
	text-shadow: none
}
.qr_img {
	position: absolute;
	top: -189px;
	left: -183px;
	display: none;
	width: 173px;
	height: 234px;
	background: url(qr_img.png) no-repeat;
	padding: 61px 39px 50px 36px;
}
.qr_img img {
	width: 98px;
	height: 98px;
}
.qr_img em {
	width: 80px;
	height: 18px;
	font: 14px/18px "Microsoft YaHei";
	color: #000;
	position: absolute;
	right: 20px;
	bottom: 60px;
}
#scrollUp {
	width: 45px;
	height: 45px;
	background: #222 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -180px;
	display: none;
}
#scrollUp:hover {
	background: #990099 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -180px
}
#qq {
	width: 45px;
	height: 45px;
	background: #222 url(backgrounds.32.png) center no-repeat;
	background-position: 0px 0px;
}
#qq:hover {
	background: #990099 url(backgrounds.32.png) center no-repeat;
	background-position: 0px 0px
}
#tel {
	width: 45px;
	height: 45px;
	background: #222 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -45px;
}
#tel:hover {
	color: #FFF;
	background: #990099 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -45px
}
#speech {
	width: 45px;
	height: 45px;
	background: #222 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -90px;
}
#speech:hover {
	background: #990099 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -90px
}
.qr_tool {
	width: 45px;
	height: 45px;
	background: #222 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -135px;
	cursor: pointer;
}
.qr_tool:hover {
	width: 45px;
	height: 45px;
	background: #990099 url(backgrounds.32.png) center no-repeat;
	background-position: 0px -135px;
}
.page-body {
	padding-top: 10px;
	background: #fff;
	height: 2500px;
}
.page-footer {
	margin-top: 20px;
	padding-top: 10px;
	background: #444;
	height: 200px;
	border-top: 10px solid #333
}

.footlink {
    background-color: #626262;
    color: #fff;
}
.footlink ul {
    width: 1290px;
    margin: 0 auto;
}
.footlink a {
    color: #fff;
    padding: 0 2px;
}