@charset "utf-8";
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Wang Shichao
	Styles updated: 2016/9/8
*/
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Wang Shichao
	Styles updated: 2015/1/22
*/
/*---------------------------------------*/
body,
dl,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
form,
fieldset,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Microsoft yahei", Arial;
}
body {
  background: #fff;
  line-height: 1.42857143;
  color: #666;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
fieldset,
img {
  border: 0;
}
* {
  padding: 0;
  margin: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 100 !important;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'iconfont';
  /* project id 268536 */
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot');
  src: url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.woff') format('woff'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.ttf') format('truetype'), url('//at.alicdn.com/t/font_5kn5cn6lcqy3nmi.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.side-bar {
  position: fixed;
  z-index: 19900107;
  right: 10px;
  top: 150px;
  width: 140px;
  background: #fff;
  border: 1px solid #F4F2F2;
}
.side-bar ul {
  padding: 10px 16px;
  width: 140px;
}
.side-bar ul li {
  float: left;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  color: #333;
}
.side-bar ul li a {
  color: #333;
}
.side-bar ul li a:hover {
  color: #e93553;
}
.side-bar ul li p {
  line-height: 24px;
}
.side-bar ul .tel p {
  float: left;
  width: 100%;
}
.side-bar ul .tel .img {
  color: #e93553;
}
.side-bar ul .tel img {
  float: left;
}
.side-bar ul .weixin img {
  float: left;
  width: 108px;
}
.side-bar .gk-gotop {
  float: left;
  width: 100%;
  background: #ffb400;
  text-align: center;
  cursor: pointer;
  color: #fff;
  padding: 16px 0;
}
.fixed-box {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -200px;
  width: 600px;
  height: 400px;
  background: url("../images/fixed-box-bg.jpg") no-repeat;
  -moz-box-shadow: 0px 2px 10px #333333;
  -webkit-box-shadow: 0px 2px 10px #333333;
  box-shadow: 0px 2px 10px #333333;
  border-radius: 10px;
}
.fixed-box .title {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.fixed-box .title h4 {
  text-indent: -99999px;
}
.fixed-box .title .close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.fixed-box .title .close img {
  float: left;
  width: 40px;
  height: 40px;
}
.fixed-box .cont {
  float: left;
  width: 100%;
  margin-top: 110px;
  margin-left: 20px;
}
.fixed-box .cont .input {
  height: 40px;
  left: 40px;
  width: 300px;
  padding: 0 10px;
  border: 1px solid #b4b4b4;
}
.fixed-box .cont .input:hover {
  border: 1px solid #e93553;
}
.fixed-box .cont .btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.fixed-box .cont .btn a {
  display: block;
  float: left;
  margin-right: 20px;
  height: 40px;
  line-height: 40px;
  width: 300px;
  font-size: 16px;
}
.fixed-box .cont .btn .open-call {
  background: #f49400;
  color: #000;
  text-align: center;
}
.fixed-box .cont .btn .open-call:hover {
  background: #cc7d00;
}
.fixed-box .cont .btn .open-swt {
  background: #f49400;
  color: #fff;
  text-align: center;
}
.fixed-box .cont .btn .open-swt:hover {
  background: #cc7d00;
}
.w {
  width: 100%;
}
.w1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.flw {
  float: left;
  width: 100%;
}
.ffm {
  font-family: "Microsoft yahei", Arial;
}
.ffs {
  font-family: simsun;
}
.bg-home {
  background: #f2f2f2 !important;
}
.bg-white {
  background: #fff;
}
.textarea {
  color: #666 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.bt0 {
  border-top: 0 !important;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.hide {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100 !important;
}
ul,
ul li {
  padding: 0 ;
  margin: 0 ;
  list-style: none;
}
.topbar-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 40px;
  background: #4b4b4b;
  border-bottom: 1px solid #757575;
  font-size: 12px;
}
.topbar-bg .topbar {
  width: 1200px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.topbar-bg .slogan {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
}
.topbar-bg .slogan a {
  float: left;
  display: block;
  margin-right: 10px;
  color: #ffc504;
}
.topbar-bg .topbar-a {
  float: left;
  color: #757575;
}
.topbar-bg .topbar-a a {
  color: #fff;
  margin: 0 6px;
}
.topbar-bg .topbar-a a:hover {
  color: #dcdcdc;
}
.topbar-bg .tel {
  float: right;
  margin-right: 30px;
}
.topbar-bg .tel span {
  color: #ffc504;
}
footer {
  z-index: 999;
  width: 100%;
  overflow: hidden;
  background: #4b4b4b;
}
footer .footer {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}
footer .footer .site-allright {
  float: left;
  width: 100%;
  color: #d1d1d1;
}
footer .footer .site-allright p {
  font-size: 13px;
  line-height: 24px;
}
footer .footer .site-allright a {
  display: inline-block;
  color: #d1d1d1;
}
footer .footer .site-allright a:hover {
  color: #fff;
}
#ued-bg {
  background: #f1f1f1;
}
.ued-left {
  position: fixed;
  padding: 0 30px;
  z-index: 999999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 260px;
  background: #fff;
}
.ued-left .header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  padding-bottom: 20px;
}
.ued-left .header .logo {
  float: left;
  width: 100%;
  margin: 10px 0;
  display: block;
  text-align: center;
}
.ued-left .header nav {
  float: left;
  width: 100%;
}
.ued-left .header nav a {
  display: block;
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 5px;
  line-height: 36px;
  height: 36px;
  color: #333;
  font-weight: 700;
}
.ued-left .header nav a:hover,
.ued-left .header nav a.active {
  color: #fff;
  background: #e93553;
  border-radius: 30px;
}
.ued-left .hot-tags {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ued-left .hot-tags h3 {
  float: left;
  width: 100%;
  height: 36px;
  color: #e93553;
  font-size: 16px;
}
.ued-left .hot-tags .cont {
  float: left;
  width: 100%;
}
.ued-left .hot-tags .cont a {
  float: left;
  display: block;
  margin-right: 10px;
  line-height: 24px;
  font-size: 13px;
  color: #666;
}
.ued-left .hot-tags .cont a:hover {
  color: #e93553;
}
.ued-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 60px 0 30px 300px;
}
.ued-main .ued-cate-nav {
  float: left;
  width: 100%;
  height: 50px;
}
.ued-main .ued-cate-nav a {
  display: block;
  margin-left: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  color: #333;
  background: #fff;
}
.ued-main .ued-cate-nav a:hover,
.ued-main .ued-cate-nav a.active {
  background: #e93553;
  color: #fff;
}
.ued-main .ued-lists {
  float: left;
}
.ued-main .ued-lists li {
  float: left;
  margin: 15px;
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 330px;
  background: #fff;
  padding: 5px;
  border: 1px solid #e93553;
}
.ued-main .ued-lists li .img {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}
.ued-main .ued-lists li .img img {
  float: left;
  width: 100%;
}
.ued-main .ued-lists li .txt {
  float: left;
  width: 100%;
  padding: 6px 10px;
  background: #fff;
}
.ued-main .ued-lists li .txt h3 {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.ued-main .ued-lists li .txt h3 a {
  color: #000;
  font-size: 15px;
}
.ued-main .ued-lists li .txt h3 a:hover {
  color: #e93553;
}
.ued-main .ued-lists li .txt p.summary {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 20px;
  color: #999;
  font-size: 12px;
  overflow: hidden;
}
.ued-main .ued-lists li .txt .attr {
  float: left;
  width: 100%;
  position: relative;
  padding: 10px;
  background: #fff;
}
.ued-main .ued-lists li .txt .attr .iconfont {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  color: #999;
}
.ued-main .ued-lists li .txt .attr p {
  color: #e93553;
  margin-right: 8px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
.ued-main .ued-lists li:hover {
  border: 1px solid #fff;
  -moz-box-shadow: 0px 2px 10px #333333;
  -webkit-box-shadow: 0px 2px 10px #333333;
  box-shadow: 0px 2px 10px #333333;
}
.ued-detail {
  padding: 30px;
  width: 1200px;
  float: left;
  position: relative;
  background: #fff;
}
.ued-detail .left {
  float: left;
  width: 860px;
  position: relative;
}
.ued-detail .title {
  float: left;
  width: 100%;
}
.ued-detail .title .img {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.ued-detail .title .txt {
  float: left;
  width: 640px;
}
.ued-detail .title .txt h1 {
  float: left;
  width: 100%;
  color: #000;
  font-size: 20px;
  height: auto;
  max-height: 80px;
  line-height: 40px;
}
.ued-detail .title .txt .summary {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #999;
}
.ued-detail .title .txt .attr {
  float: left;
  width: 100%;
}
.ued-detail .title .txt .attr .iconfont {
  color: #999;
  margin-right: 6px;
  font-size: 18px;
}
.ued-detail .title .txt .attr p {
  float: left;
  margin-right: 20px;
  line-height: 30px;
  color: #e93553;
}
.ued-detail .contents {
  float: left;
  width: 100%;
  padding: 20px;
  line-height: 26px;
}
.ued-detail .contents img {
  max-width: 860px;
  margin: 10px 0;
}
.ued-detail .right {
  float: right;
  width: 240px;
}
.ued-detail .right .hot-news {
  float: left;
  width: 100%;
}
.ued-detail .right .hot-news .title {
  float: left;
  width: 100%;
  height: 40px;
  background: #e93553;
}
.ued-detail .right .hot-news .title h3 {
  float: left;
  margin-left: 20px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.ued-detail .right .hot-news .cont {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.ued-detail .right .hot-news .cont .item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.ued-detail .right .hot-news .cont .item img {
  float: left;
  width: 100%;
}
.ued-detail .right .hot-news .cont .item h4 {
  float: left;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #333;
}
.ued-detail .right .hot-news .cont .item h4:hover {
  color: #e93553;
}
.page {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-left: 15px;
  height: 60px;
}
.page a {
  display: block;
  float: left;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid #eee;
  color: #333;
  font-size: 16px;
}
.page a.active,
.page a:hover {
  background: #e93553;
  color: #fff;
  border: 1px solid #e93553;
}
.crumbs {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  margin-left: 15px;
  border-bottom: 1px solid #eee;
}
.crumbs li {
  float: left;
  margin-right: 12px;
}
.crumbs a {
  display: block;
  color: #666;
}
.crumbs a:hover {
  color: #e93553;
}
.crumbs a:after {
  float: right;
  margin-left: 5px;
  content: '>';
}
