*
{
  margin: 0;
  padding: 0;
  outline: none;
}
img{ max-width:100%;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
html,body
{
  font-family: "Microsoft Yahei", sans-serif;
  font-size: 12px;
  color: #191919;
}

body
{
  background-color: #f8f8f8;
}

body
{
  width: 100%;
  overflow-x: hidden;
}
.fl{ float:left;}
.fr{ float:right;}
.m10{ margin:15px 0px;}
.bjw{ background:#FFFFFF; overflow:hidden;}
ul,ol,li
{
  list-style: none;
}

ul,ol,li,h1,h2,h3,h4,h5,p,dl,dt,dd
{
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active
{
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.container
{
  width: 1200px;
  padding: 0;
}

@media (max-width: 1280px)
{
  .container
  {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}



div.header-wrapper
{
  width: 100%;
  background-color: #FFF;
  padding: 15px 0;
}

div.header-wrapper .left
{
  float: left;
}

div.header-wrapper .left:after
{
  display: block;
  content: '';
  clear: both;
}

div.header-wrapper .left .logo
{
  width: 270px;
  height: 70px;
  overflow: hidden;
  float: left;
}

div.header-wrapper .left .logo img
{
  width: 100%;
}

div.header-wrapper .left .second-inf
{
  margin-top: 15px;
  margin-bottom:10px;
  margin-left: 20px;
  float: left;
  border-left:1px solid #ccc;
  height:40px; line-height:40px; padding-left:15px; font-size:18px; color:#666666; font-weight:bold;
}

div.header-wrapper .right
{
  float: right; margin-right:40px;
}

div.header-wrapper .right .tel-box
{
  position: relative;
  top: 15px; background:url("../images/top_tel.png")no-repeat left center;
  height:40px; line-height:40px; font-size:26px; color:#D70035; font-weight:bold; padding-left:50px; padding-top:12px;font-family: "bahnschrift";
}

div.header-wrapper .sm-menu
{
  display: none;
  width: 36px;
  height: 36px;
  background-color: #999;
  position: absolute;
  top: 20px;
  right: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

div.header-wrapper .sm-menu span
{
  display: block;
  width: 24px;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

div.header-wrapper .sm-menu span:before,div.header-wrapper .sm-menu span:after
{
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

div.header-wrapper .sm-menu span:before
{
  top: -6px;
}

div.header-wrapper .sm-menu span:after
{
  bottom: -6px;
}

@media (max-width: 980px)
{
  div.header-wrapper
  {
    height: 80px;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }

  div.header-wrapper .left .logo
  {
    width: 200px;
    height: 50px;
  }

  div.header-wrapper .left .second-inf
  {
    display: none;
  }

  div.header-wrapper .right
  {
    display: none;
  }

  div.header-wrapper .sm-menu
  {
    display: block;
  }
}

div.navigation-wrapper
{
  width: 100%;
  background-color: #202C5E;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
}

div.navigation-wrapper:after
{
  display: block;
  content: '';
  clear: both;
}

div.navigation-wrapper .navigation
{
  height: 55px;
  float: none;
  position: relative;
}

div.navigation-wrapper .navigation:after
{
  display: block;
  content: '';
  clear: both;
}

div.navigation-wrapper .navigation .fixed2-logo
{
  display: none;
  width: 200px;
  height: 100%;
  padding: 5px 0px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  
}

div.navigation-wrapper .navigation .fixed2-logo img
{
  height: 100%;
}

div.navigation-wrapper .navigation ul.list
{
  display: table;
  width: 100%;
  height: 100%;
}

div.navigation-wrapper .navigation ul.list li
{
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.navigation-wrapper .navigation ul.list li span.top
{
  display: block;
  border-left: 1px dashed #4563be;
  width: 100%;
}

div.navigation-wrapper .navigation ul.list li a
{
  font-size: 16px;
  color: #FFF;

  font-weight:500;
}

div.navigation-wrapper .navigation ul.list li a:hover,div.navigation-wrapper .navigation ul.list li a:focus
{
  text-decoration: none;
  opacity: .8;
}

div.navigation-wrapper .navigation ul.list li:first-child span.top
{
  border-left: 0;
}

div.navigation-wrapper .navigation ul.list li.active
{
  background-color: #D70035;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item
{
  min-width: 100%;
  display: none;
  padding-top: 5px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 50px;
  z-index: 999;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item li
{
  width: 100%;
  display: block;
  background-color: #D70035;
  padding: 10px 20px;
  border-bottom: 0px solid #DDD;
  border-left: 0px solid #DDD;
  border-right: 0px solid #DDD;
  float: none;
  position: relative;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item li:first-child
{
  border-top: 0px solid #DDD;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item li a
{
  color: #FFF;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item li.active{
	background:#D70035;
}
div.navigation-wrapper .navigation ul.list li ol.sub-item li.active a
{
  color: #fff;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item.second-item
{
  display: none;
}

div.navigation-wrapper .navigation ul.list li ol.sub-item.second-item li:hover ol.sub-item.three-item
{
  display: block;
}

div.navigation-wrapper .navigation ul.list li:hover ol.sub-item.second-item
{
  display: block;
}

@media (max-width: 980px)
{
  div.navigation-wrapper
  {
    width: 200px;
    height: 100%;
    padding: 80px 0 50px;
    background: transparent;
    position: fixed;
    top: 0;
    left: -200px;
    z-index: 999;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.navigation-wrapper .container
  {
    width: 100%;
    height: 100%;
    padding: 0 !important;
  }

  div.navigation-wrapper .navigation
  {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  div.navigation-wrapper .navigation ul.list
  {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-right: 1px solid #DDD;
  }

  div.navigation-wrapper .navigation ul.list li
  {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
    border-top: 1px solid #DDD;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
  }

  div.navigation-wrapper .navigation ul.list li:first-child
  {
    border-top: 0;
  }

  div.navigation-wrapper .navigation ul.list li span.top
  {
    border-bottom: none;
    padding: 0 30px 0 0;
    border-left: 0;
  }

  div.navigation-wrapper .navigation ul.list li i.handle
  {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.navigation-wrapper .navigation ul.list li a
  {
    display: block;
    width: 100%;
    padding: 12px 15px;
    color: #333;
  }

  div.navigation-wrapper .navigation ul.list li.active span.top
  {
    color: #4dae3e;
  }

  div.navigation-wrapper .navigation ul.list li.active a
  {
    color: #FFF;
  }

  div.navigation-wrapper .navigation ul.list li.active ol.sub-item.second-item
  {
    display: none;
  }

  div.navigation-wrapper .navigation ul.list li:hover ol.sub-item.second-item
  {
    display: none;
  }

  div.navigation-wrapper .navigation ul.list li ol.sub-item
  {
    display: none;
    position: static;
    margin: 0;
    padding-top: 0;
    background-color: #F1F1F1;
  }

  div.navigation-wrapper .navigation ul.list li ol.sub-item li
  {
    padding: 0;
    overflow: hidden;
    border: 0;
    border-top: 1px solid #DDD;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background-color: transparent;
  }

  div.navigation-wrapper .navigation ul.list li ol.sub-item li i.t-handle
  {
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/paging_right.png") no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    top: 13px;
    right: 5px;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.navigation-wrapper .navigation ul.list li ol.sub-item li a
  {
    color: #666;
  }

  div.navigation-wrapper .navigation ul.list li ol.sub-item.three-item
  {
    position: static;
    margin: 0;
    background-color: #F9F9F9;
  }

  div.navigation-wrapper .navigation ul.list li.showIt ol.sub-item.second-item
  {
    display: block;
  }

  div.navigation-wrapper .navigation ul.list li.showIt ol.sub-item.second-item li ol.sub-item.three-item
  {
    display: none;
  }

  div.navigation-wrapper .navigation ul.list li.showIt ol.sub-item.second-item li.showIt ol.sub-item.three-item
  {
    display: block;
  }

  div.navigation-wrapper .navigation ul.list li.showIt ol.sub-item.second-item li.showIt i.handle
  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  div.navigation-wrapper .navigation ul.list li.showIt>span.top i.handle
  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}



div.mobile-menu
{
  display: none;
  width: 100%;
  height: 60px;
  background-color: rgba(7,47,168,1);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}

div.mobile-menu a.item
{
  display: table-cell;
  width: 1%;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  border-left: 1px solid rgba(255,255,255,0.2);
}

div.mobile-menu a.item:hover,div.mobile-menu a.item:focus
{
  text-decoration: none;
}

div.mobile-menu a.item.active
{
  color: #4dae3e;
}

@media (max-width: 980px)
{
  div.mobile-menu
  {
    display: table;
  }
}

body.fixed2 div.navigation-wrapper
{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

body.fixed2 div.navigation-wrapper .navigation
{
  padding-left: 85px;
}

body.fixed2 div.navigation-wrapper .navigation .fixed2-logo
{
  display: block;
}

@media (max-width: 980px)
{
  body
  {
    padding-top: 80px;
  }

  body.fixed div.navigation-wrapper
  {
    left: 0;
  }

  body.fixed div.header-wrapper .sm-menu span
  {
    background-color: transparent;
  }

  body.fixed div.header-wrapper .sm-menu span:before
  {
    -webkit-transform: rotate(45deg) translate(4px, 4.5px);
    -ms-transform: rotate(45deg) translate(4px, 4.5px);
    transform: rotate(45deg) translate(4px, 4.5px);
  }

  body.fixed div.header-wrapper .sm-menu span:after
  {
    -webkit-transform: rotate(-45deg) translate(4px, -4px);
    -ms-transform: rotate(-45deg) translate(4px, -4px);
    transform: rotate(-45deg) translate(4px, -4px);
  }

  body.fixed2
  {
    padding-bottom: 50px;
  }

  body.fixed2 div.navigation-wrapper
  {
    left: -200px;
  }

  body.fixed2 div.navigation-wrapper .navigation
  {
    padding: 0;
  }

  body.fixed2 div.navigation-wrapper .navigation .fixed2-logo
  {
    display: none;
  }

  body.fixed2.fixed div.navigation-wrapper
  {
    left: 0;
    z-index: 9999;
  }

  body.fixed2.fixed div.navigation-wrapper .navigation
  {
    padding: 0;
  }

  body.fixed2.fixed div.navigation-wrapper .navigation .fixed2-logo
  {
    display: none;
  }
}

@-webkit-keyframes ani-mouse
{
  0%
  {
    top: 20px;
  }

  50%
  {
    top: 50px;
  }

  100%
  {
    top: 20px;
  }
}

@keyframes ani-mouse
{
  0%
  {
    top: 20px;
  }

  50%
  {
    top: 50px;
  }

  100%
  {
    top: 20px;
  }
}

div.banner-wrapper
{
  width: 100%;
  overflow: hidden;
  position: relative;
}

div.banner-wrapper div.list .item
{
  position: relative;
}

div.banner-wrapper div.list .item img
{
  width: 100%;
  position: relative;
  z-index: 1;
}

div.banner-wrapper div.list .item a.pc
{
  display: block;
}

div.banner-wrapper div.list .item a.mobile
{
  display: none;
}

div.banner-wrapper div.list button.slick-arrow
{
  width: 32px;
  height: 56px;
  background: no-repeat left center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 10;
}

div.banner-wrapper div.list button.slick-arrow.slick-prev
{
  background-image: url("../images/btn_left.png");
  left: 35px;
}

div.banner-wrapper div.list button.slick-arrow.slick-next
{
  background-image: url("../images/btn_right.png");
  right: 35px;
}

div.banner-wrapper .carousel:hover .carousel-control.left,div.banner-wrapper  .carousel:hover .carousel-control.right{ background: no-repeat center center; }
div.banner-wrapper .carousel:hover .carousel-control.left{ background-image: url("../images/btn_left.png"); }
div.banner-wrapper .carousel:hover .carousel-control.right{ background-image: url("../images/btn_right.png"); }

div.banner-wrapper div.list ul.slick-dots
{
  width: 100%;
  text-align: center;
  padding: 0 0 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
}

div.banner-wrapper div.list ul.slick-dots li
{
  display: inline-block;
  padding: 0 3px;
  vertical-align: middle;
}

div.banner-wrapper div.list ul.slick-dots li button
{
  text-indent: 20px;
  width: 17px;
  height: 17px;
  background: #CCC;
  margin: 0 2px;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

div.banner-wrapper div.list ul.slick-dots li.slick-active button
{
  background-color: #072fa8;
}

div.banner-wrapper .item a.pc{}
div.banner-wrapper .item a.mobile{ display: none; }

@media (max-width: 1600px)
{
  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 36px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 24px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 8px 18px;
  }
}

@media (max-width: 980px)
{
  div.banner-wrapper div.list .item a.pc
  {
    display: none;
  }

  div.banner-wrapper div.list .item a.mobile
  {
    display: block;
  }

  div.banner-wrapper div.list button.slick-arrow
  {
    width: 20px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-prev
  {
    left: 15px;
  }

  div.banner-wrapper div.list button.slick-arrow.slick-next
  {
    right: 15px;
  }

  div.banner-wrapper div.list ul.slick-dots
  {
    padding: 0 0 15px;
  }

  div.banner-wrapper div.list ul.slick-dots li button
  {
    width: 12px;
    height: 12px;
  }

    div.banner-wrapper .item a.pc{ display: none; }
    div.banner-wrapper .item a.mobile{ display: block; }
}

@media (max-width: 768px)
{
  div.banner-wrapper div.list .item .text-info
  {
    padding: 0 50px;
    display: none;
  }

  div.banner-wrapper div.list .item .text-info h2
  {
    font-size: 22px;
  }

  div.banner-wrapper div.list .item .text-info p
  {
    font-size: 14px;
  }

  div.banner-wrapper div.list .item .text-info a.more
  {
    font-size: 14px;
    padding: 5px 15px;
  }
}

div.index-box-wrap
{
  padding: 60px 0 20px 0px;
  background: url("../images/bg.jpg") no-repeat top center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

div.index-box-wrap .title
{
  text-align: center;
}

div.index-box-wrap .title h2
{
  font-size: 36px;
  color: #072fa8;
}

div.index-box-wrap .title p.intro
{
  font-size: 24px;
  color: #000;
  padding: 5px 0;
}

div.index-box-wrap .title p.en
{
  font-size: 14px;
  color: #aeaeae;
}

div.index-box-wrap ul.list
{
  padding: 30px 0; display: flex;
        flex-direction: row;
        justify-content: center;

}

div.index-box-wrap ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrap ul.list li
{
  border: 1px solid #999;
  padding: 15px 35px;
  background-color: #FFF;
  font-size: 16px;
  color: #999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px;
  float: left;
  list-styl: none;
  cursor: pointer;
}

div.index-box-wrap ul.list li.active
{
  background-color: #072FA8;
  color: #fff;
}

div.index-box-wrap .panel-wrap .panel
{
  background: no-repeat;
  display: none;
}

div.index-box-wrap .panel-wrap .panel.showIt
{
  display: block;
}

div.index-box-wrap .panel-wrap .panel:after
{
  display: block;
  content: '';
  clear: both;
}

div.index-box-wrap .panel-wrap .panel a.item
{
  display: block;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
}

div.index-box-wrap .panel-wrap .panel a.item:hover,div.index-box-wrap .panel-wrap .panel a.item:focus
{
  text-decoration: none;
}

div.index-box-wrap .panel-wrap .panel a.item dl dt
{
  overflow: hidden;
}

div.index-box-wrap .panel-wrap .panel a.item dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.index-box-wrap .panel-wrap .panel a.item dl dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.index-box-wrap .panel-wrap .panel a.item dl dd
{
  background-color: #FFF;
  font-size: 12px;
  color: #333;
  padding: 15px 20px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media (min-width: 981px)
{
  div.index-box-wrap .panel-wrap .panel a.item:nth-child(4n+1)
  {
    margin-left: 0;
  }
}

@media (min-width: 641px) and (max-width: 980px)
{
  div.index-box-wrap .title h2
  {
    font-size: 30px;
  }

  div.index-box-wrap .title p.intro
  {
    font-size: 18px;
  }

  div.index-box-wrap .title p.en
  {
    font-size: 12px;
  }

  div.index-box-wrap ul.list li
  {
    font-size: 14px;
    padding: 10px 25px;
  }

  div.index-box-wrap .panel-wrap .panel a.item
  {
    width: 32%;
  }

  div.index-box-wrap .panel-wrap .panel a.item:nth-child(3n+1)
  {
    margin-left: 0;
  }
}

@media (max-width: 768px)
{
  div.index-box-wrap .title h2
  {
    font-size: 24px;
  }

  div.index-box-wrap .title p.intro
  {
    font-size: 16px;
  }

  div.index-box-wrap .title p.en
  {
    font-size: 12px;
  }

  div.index-box-wrap ul.list
  {
    display: block; padding:15px 0 5px;
  }

	div.index-box-wrap ul.list li{
		width:23%;
		font-size:12px;
		text-align:center;
		padding:10px 0;
		margin:1%;
		overflow:hidden; white-space:nowrap; text-overflow: ellipsis;
	}

  div.index-box-wrap .panel-wrap
  {
    padding: 20px 0;
  }
}

@media (max-width: 640px)
{
  div.index-box-wrap .panel-wrap .panel a.item
  {
    width: 49%;
  }

  div.index-box-wrap .panel-wrap .panel a.item:nth-child(2n+1)
  {
    margin-left: 0;
  }
}

@media (max-width: 375px)
{
  div.index-box-wrap .panel-wrap .panel a.item
  {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5%;
  }
}

div.partner-wrapper
{
  width: 100%;
}

div.partner-wrapper .title
{
  position: relative;
  text-align: center;
}

div.partner-wrapper .title:before
{
  width: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  border-bottom: 2px solid #c9c9c9;
}

div.partner-wrapper .title h2
{
  background-color: #f8f8f8;
  font-size: 24px;
  color: #072fa8;
  padding: 0 30px;
  position: relative;
  z-index: 10;
  display: inline-block;
}

div.partner-wrapper .title p
{
  font-size: 14px;
  color: #aeaeae;
  padding-top: 5px;
}

div.partner-wrapper button.slick-arrow
{
  width: 42px;
  height: 42px;
  background: no-repeat left center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
}

div.partner-wrapper button.slick-arrow.slick-prev
{
  background-image: url("../images/btn_mid_left.png");
  left: -60px;
}

div.partner-wrapper button.slick-arrow.slick-next
{
  background-image: url("../images/btn_mid_right.png");
  right: -60px;
}

div.partner-wrapper .item-list
{
  padding: 20px 60px;
  position: relative;
}

div.partner-wrapper .item-list .inner-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.partner-wrapper .item-list .inner-list a.item
{
  display: block;
  width: 20%;
  padding: 0 5px;
  float: left;
}

div.partner-wrapper .item-list .inner-list a.item:hover,div.partner-wrapper .item-list .inner-list a.item:focus
{
  text-decoration: none;
}

div.partner-wrapper .item-list .inner-list a.item dl dt
{
  overflow: hidden;
}

div.partner-wrapper .item-list .inner-list a.item dl dt img
{
  width: 100%;
}

div.partner-wrapper .item-list .inner-list a.item dl dd
{
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 10px 0;
}

div.index-why-wrapper
{
  width: 100%;
  color: #FFF;
  background-color: #072fa8;
  padding: 35px 0;
  text-align: center;
  position: relative;
}

div.index-why-wrapper h2
{
  font-size: 48px;
  margin-bottom: 15px;
}

div.index-why-wrapper h5
{
  font-size: 18px;
}

div.index-why-wrapper:before
{
  width: 0;
  height: 0;
  content: '';
  border-top: 15px solid #072fa8;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -10px;
}

@media (max-width: 640px)
{
  div.index-why-wrapper h2
  {
    font-size: 30px;
    margin-bottom: 10px;
  }

  div.index-why-wrapper h5
  {
    font-size: 14px;
  }
}

div.selected-wrapper
{
  background-color: #FFF;
}

div.selected-wrapper .info-list
{
  width: 1000px;
  margin: 0 auto;
}

div.selected-wrapper .info-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.selected-wrapper .info-list .item-list
{
  padding: 50px 0;
  background: url("../images/line_bg.jpg") no-repeat bottom center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

div.selected-wrapper .info-list .item-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.selected-wrapper .info-list .item-list:last-child
{
  background: none;
}

div.selected-wrapper .info-list .item-list dl dt img
{
  max-width: 100%;
}

div.selected-wrapper .info-list .item-list dl dd
{
  position: relative;
  padding-left: 90px;
}

div.selected-wrapper .info-list .item-list dl dd p.num
{
  width: 80px;
  height: 80px;
  font-size: 24px;
  color: #FFF;
  background: url("../images/tit_bg.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 80px;
  text-indent: 28px;
}

div.selected-wrapper .info-list .item-list dl dd div
{
  font-size: 24px;
  color: #072fa8;
  margin-bottom: 10px;
}

div.selected-wrapper .info-list .item-list dl dd p.desc
{
  color: #3d3d3d;
  font-size: 16px;
  line-height: 24px;
  background-color: #e5e5e5;
  padding: 8px 12px;
  margin-bottom: 10px;
}

div.selected-wrapper .info-list .item-list dl dd ul.lt li
{
  padding: 6px 0 6px 12px;
  font-size: 12px;
  color: #666666;
  background: url("../images/tit_bg.png") no-repeat left center;
  -webkit-background-size: 8px 8px;
  background-size: 8px;
}

div.selected-wrapper .info-list .item-list.item-00 dl dt
{
  float: right;
}

div.selected-wrapper .info-list .item-list.item-00 dl dd
{
  width: 510px;
  float: left;
}

div.selected-wrapper .info-list .item-list.item-01 dl dt
{
  float: left;
}

div.selected-wrapper .info-list .item-list.item-01 dl dd
{
  width: 550px;
  float: right;
}

div.selected-wrapper .info-list .item-list.item-02 dl dt
{
  float: right;
}

div.selected-wrapper .info-list .item-list.item-02 dl dd
{
  width: 620px;
  float: left;
}

div.selected-wrapper .info-list .item-list.item-03 dl dt
{
  float: left;
}

div.selected-wrapper .info-list .item-list.item-03 dl dd
{
  width: 550px;
  float: right;
}

@media (max-width: 1200px)
{
  div.selected-wrapper .info-list
  {
    width: 100%;
  }

  div.selected-wrapper .info-list .item-list dl dt,div.selected-wrapper .info-list .item-list dl dd
  {
    width: 50% !important;
  }
}

@media (max-width: 768px)
{
  div.selected-wrapper .info-list .item-list dl dt,div.selected-wrapper .info-list .item-list dl dd
  {
    width: 100% !important;
  }

  div.selected-wrapper .info-list .item-list dl dt
  {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 420px)
{
  div.selected-wrapper .info-list .item-list
  {
    padding: 30px 0;
  }

  div.selected-wrapper .info-list .item-list dl dd
  {
    padding-left: 0;
    padding-top: 50px;
  }

  div.selected-wrapper .info-list .item-list dl dd p.num
  {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-indent: 18px;
    left: 50%;
    margin-left: -25px;
    top: -10px;
  }

  div.selected-wrapper .info-list .item-list dl dd h2
  {
    font-size: 18px;
    line-height: 24px;
  }

  div.selected-wrapper .info-list .item-list dl dd p.desc
  {
    font-size: 12px;
    line-height: 20px;
  }
}

div.index-message-wrapper
{
  width: 100%;
  position: relative;
}

div.index-message-wrapper:before,div.index-message-wrapper:after
{
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-color: #072fa8;
  position: absolute;
  top: 0;
  z-index: 1;
}

div.index-message-wrapper:before
{
  left: 0;
}

div.index-message-wrapper:after
{
  right: 0;
  height: 302px;
}

div.index-message-wrapper .container
{
  z-index: 100;
  position: relative;
}

div.index-message-wrapper .equ-image
{
  width: 750px;
  float: left;
  position: relative;
}

div.index-message-wrapper .equ-image img
{
  width: 100%;
  position: relative;
  z-index: 1;
}

div.index-message-wrapper .equ-image img.mobile
{
  display: none;
}

div.index-message-wrapper .equ-image a.btn-qq-server
{
  display: block;
  width: 150px;
  height: 40px;
  position: absolute;
  right: 60px;
  bottom: 25px;
  z-index: 10;
  outline: none;
}

div.index-message-wrapper form.msg-box
{
  width: 450px;
  float: right;
  padding: 15px 0 15px 15px;
  position: relative;
}

div.index-message-wrapper form.msg-box p.info
{
  font-size: 28px;
  color: #FFF;
  margin-bottom: 20px;
}

div.index-message-wrapper form.msg-box p.info span
{
  font-size: 20px;
}

div.index-message-wrapper form.msg-box .ipt-text
{
  width: 100%;
  height: 42px;
  padding-left: 43px;
  margin-bottom: 8px;
  background: no-repeat left center;
  -webkit-background-size: auto 42px;
  background-size: auto 42px;
    position: relative;
}

div.index-message-wrapper form.msg-box .ipt-text input
{
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  padding: 0 15px;
}

div.index-message-wrapper form.msg-box .ipt-text textarea
{
  width: 100%;
  height: 127px;
  resize: none;
  border: 0;
  outline: none;
  padding: 15px;
}

div.index-message-wrapper form.msg-box .ipt-text:after{ display: block; content: attr(data-content); font-size: 12px; color: #F00; position: absolute; top: 12px; right: 15px; z-index: 999; }


div.index-message-wrapper form.msg-box .ipt-text.user
{
  background-image: url("../images/icon_user.png");
}

div.index-message-wrapper form.msg-box .ipt-text.telPhone
{
  background-image: url("../images/icon_tel.png");
}

div.index-message-wrapper form.msg-box .ipt-text.msg
{
  height: auto;
  margin-bottom: 0;
  background: url("../images/icon_commont.png") no-repeat top left;
}

div.index-message-wrapper form.msg-box .btn-box
{
  width: 100%;
  padding-left: 58px;
  position: absolute;
  right: 0;
  bottom: -20px;
}

div.index-message-wrapper form.msg-box .btn-box .btn-submit
{
  width: 100%;
  height: 40px;
  font-size: 18px;
  background-color: #ffa200;
  color: #FFF;
  border: 0;
  outline: none;
}

@media (max-width: 1200px)
{
  div.index-message-wrapper
  {
    background-color: #072fa8;
  }

  div.index-message-wrapper:before,div.index-message-wrapper:after
  {
    display: none;
  }

  div.index-message-wrapper .equ-image
  {
    width: 50%;
    text-align: center;
  }

  div.index-message-wrapper .equ-image img
  {
    width: auto;
    max-width: 100%;
  }

  div.index-message-wrapper .equ-image img.pc
  {
    display: none;
  }

  div.index-message-wrapper .equ-image img.mobile
  {
    display: inline;
  }

  div.index-message-wrapper form.msg-box
  {
    width: 50%;
  }

  div.index-message-wrapper form.msg-box p.info
  {
    font-size: 24px;
    color: #FFF;
    margin-bottom: 20px;
  }

  div.index-message-wrapper form.msg-box p.info span
  {
    font-size: 16px;
  }

  div.index-message-wrapper form.msg-box .btn-box
  {
    position: static;
    padding-left: 43px;
  }
}

@media (max-width: 768px)
{
  div.index-message-wrapper .equ-image
  {
    width: 100%;
  }

  div.index-message-wrapper form.msg-box
  {
    width: 100%;
    padding: 30px 0;
  }

  div.index-message-wrapper form.msg-box p.info
  {
    text-align: center;
    font-size: 24px;
    color: #FFF;
    margin-bottom: 20px;
  }

  div.index-message-wrapper form.msg-box p.info span
  {
    font-size: 16px;
    display: block;
  }

  div.index-message-wrapper form.msg-box .btn-box
  {
    position: static;
    padding-left: 43px;
  }
}





div.fLink-wrapper
{
  width: 100%;
  padding: 10px;
  background:#efefef;
  margin-top:40px;
}

div.fLink-wrapper .link a
{

  font-size: 12px;
  color: #666666;

}

div.fLink-wrapper .link a:hover
{
  color: #072fa8;
}

@media (max-width: 768px)
{
  div.fLink-wrapper
  {
    display: none;
  }

 
}

div.top-info-wrap
{
  width: 100%;
  background: #e4e4e4;
  padding: 10px 0;
}

div.top-info-wrap dl.left-keys
{
  width: 800px;
  display: table;
  float: left;
}
div.top-info-wrap dl.left-keys dt
{padding-top:2px}
div.top-info-wrap dl.left-keys dt,div.top-info-wrap dl.left-keys dd
{
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  color: #666;
  line-height: 30px;

}

div.top-info-wrap dl.left-keys dt
{
  width: 20px;
  white-space: nowrap;
  font-weight: normal;
}

div.top-info-wrap dl.left-keys dd a
{
  color: #666;
  display: inline-block;
  vertical-align: middle;
  /* border-left: 1px solid #d2d2d2; */
  padding: 0 5px;
    line-height: 30px;
}

div.top-info-wrap dl.left-keys dd a:hover,div.top-info-wrap dl.left-keys dd a:focus
{
  text-decoration: none;
}

div.top-info-wrap form.search
{
  width: 360px;
  height: 32px;
  float: right;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}

div.top-info-wrap form.search:after
{
  display: block;
  content: '';
  clear: both;
}

div.top-info-wrap form.search .ipt-txt
{
  width: 265px;
  height: 100%;
  background: #FFF;
  overflow: hidden;
  float: left;
}

div.top-info-wrap form.search .ipt-txt input
{
    width: 100%;
  height: 30px;
  padding: 0 15px;
  background: none;
  outline: none;
  border: 0;
}

div.top-info-wrap form.search button.btn-submit
{
  display: block;
  width: 92px;
  height: 100%;
  background-color: #072fa8;
  color: #FFF;
  font-size: 14px;
  border: 0;
  outline: none;
  float: right;
}

@media (max-width: 1200px)
{
  div.top-info-wrap
  {
    display: none;
  }
}

div.paging-wrap
{
  width: 100%;
  padding: 36px 0;
  text-align: center;
}

div.paging-wrap a
{
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  margin: 0 2px;
  background-color: #DDD;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}

div.paging-wrap a:hover,div.paging-wrap a:focus
{
  text-decoration: none;
}

div.paging-wrap a.prev,div.paging-wrap a.next
{
  background: #DDD no-repeat center center;
  -webkit-background-size: auto auto;
  background-size: auto;
}

div.paging-wrap a.num.act
{
  background-color: #0b529d;
  color: #FFF;
}

div.paging-wrap a.prev
{
  background-image: url("../images/paging_left.png");
}

div.paging-wrap a.next
{
  background-image: url("../images/paging_right.png");
}

@media (max-width: 980px)
{
  div.paging-wrap a.num
  {
    display: none;
  }
}

div.main-wrapper
{
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}

div.main-wrapper .position
{
  font-size: 12px;
  color: #666666;
  padding: 5px;
}

div.main-wrapper .position span
{
  display: inline-block;
  vertical-align: middle;
}

div.main-wrapper .position a
{
  color: #666666;
}

div.main-wrapper .position a:hover,div.main-wrapper .position a:focus
{
  text-decoration: none;
}

div.main-wrapper .position a:hover
{
  color: #333333;
}

div.main-wrapper .main-content:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .left-slider
{
  width: 230px;
  float: left;
  position: relative;
}

div.main-wrapper .main-content .left-slider .btn-menu
{
  display: none;
  font-size: 14px;
  color: #FFF;
  background-color: #072FA8;
  border: 1px solid #DDD;
  border-left: 0;
  padding: 15px 10px;
  width: 36px;
  position: absolute;
  bottom: 100px;
  right: -35px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

div.main-wrapper .main-content .left-slider .big-title
{
  background-color:#202C5E;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
}

div.main-wrapper .main-content .left-slider .big-title h2
{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

div.main-wrapper .main-content .left-slider .big-title p
{
  font-size: 12px;
  text-transform: uppercase;
}

div.main-wrapper .main-content .left-slider .nav-list
{
  background-color: #FFF;
  padding: 15px;
}

div.main-wrapper .main-content .left-slider .nav-list li
{
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #f0f0f0;
  background: url("../images/icon.png") no-repeat 10px center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .left-slider .nav-list li a
{
  color: #333;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 20PX;
  padding-right: 16px;
}

div.main-wrapper .main-content .left-slider .nav-list li a:hover,div.main-wrapper .main-content .left-slider .nav-list li a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .left-slider .nav-list li a:hover
{
  color: #072fa8;
}

div.main-wrapper .main-content .left-slider .nav-list li.active
{
  background-color: #D70035; font-weight:bold;
}

div.main-wrapper .main-content .left-slider .nav-list li.active a
{
  background: url("../images/arrow_right.png") no-repeat right center; color:#FFFFFF
}

div.main-wrapper .main-content .left-slider .normal-tit
{
  background-color: #072fa8;
  padding: 10px 15px;
  margin-top: 10px;
}

div.main-wrapper .main-content .left-slider .normal-tit h2
{
  font-size: 14px;
  color: #FFF;
}

div.main-wrapper .main-content .left-slider .question-list
{
  padding: 6px 15px;
  background-color: #FFF;
}

div.main-wrapper .main-content .left-slider .question-list ul
{
  width: 100%;
}

div.main-wrapper .main-content .left-slider .question-list ul li
{
  background: url("../images/arrow_li.png") no-repeat left center;
  padding: 6px 0 6px 8px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .left-slider .question-list ul li a
{
  color: #666666;
}

div.main-wrapper .main-content .left-slider .question-list ul li a:hover,div.main-wrapper .main-content .left-slider .question-list ul li a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .left-slider .question-list ul li a:hover
{
  color: #333;
}

div.main-wrapper .main-content .left-slider .contact-info
{
  width: 100%;
  padding-top: 10px;
}

div.main-wrapper .main-content .left-slider .contact-info img
{
  width: 100%;
}

div.main-wrapper .main-content .right-info
{
  width: 945px;
  float: right;overflow:hidden; min-height:400px;
}

div.main-wrapper .main-content .right-info .pro-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .right-info .pro-list .item-list
{
  width: 23.5%;
  margin-left: 2%;
  float: left;
  margin-bottom: 2%;
}

div.main-wrapper .main-content .right-info .pro-list .item-list:nth-child(4n+1)
{
  margin-left: 0;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl
{
  width: 100%;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dt
{
  overflow: hidden;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dd
{
  padding: 15px;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dd a
{
  color: #333;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dd a:hover,div.main-wrapper .main-content .right-info .pro-list .item-list dl dd a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .right-info .pro-list .item-list dl dd a:hover
{
  color: #072fa8;
}

div.main-wrapper .main-content .right-info .detail-wrap
{
  background-color: #FFF;
  margin-bottom: 15px;
  padding: 10px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top
{
  width: 100%;
  display: table;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell
{
  display: table-cell;
  vertical-align: top;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.thumb
{
  width: 20px;
  white-space: nowrap;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.thumb img
{
  width: 290px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.info
{
  padding-left: 20px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.info h1
{
  font-size: 18px;
  color: #333333;
  padding: 10px 0;
  border-bottom: 1px dashed #CCC;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.info p.intro
{
  font-size: 12px;
  color: #999;
  line-height: 24px;
  padding: 10px 0;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box
{
  background-color: #f3f3f3;
  padding: 15px;
  margin-top: 10px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button
{
  width: 130px;
  height: 50px;
  border: 0;
  background: none;
  margin-left: 10px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button:first-child
{
  margin-left: 0;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button span
{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #FFF;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button i.icon
{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: no-repeat center;
  margin-right: 5px;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-buy
{
  background-color: #c81624;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-buy i.icon
{
  background-image: url("../images/cart.png");
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-style
{
  background-color: #f89128;
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-style i.icon
{
  background-image: url("../images/download.png");
}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-server
{
  background-color: #44c95e;
}
div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-server a{ display:none;}

div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-server i.icon
{
  background-image: url("../images/qq.png");
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap
{
  width: 100%;
  padding: 30px 0 0;
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap ul.nav-tabs
{
  border-color: #072fa8;
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap ul.nav-tabs>li>a
{
  color: #666;
  font-size: 16px;
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap ul.nav-tabs>li.active a
{
  color: #072fa8;
  border-color: #072fa8;
  border-bottom-color: transparent;
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap .tab-content .tab-pane
{
  padding: 15px;
  min-height: 200px;
	font-size: 14px;
}

div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap .tab-content .tab-pane img
{
  max-width: 100% !important;
}

div.main-wrapper .main-content .right-info .support-view
{
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 15px;
}

div.main-wrapper .main-content .right-info .support-view .title
{
  border-bottom: 1px solid #CCC;
  padding: 15px 0;
}

div.main-wrapper .main-content .right-info .support-view .title h1
{
  font-size: 20px;
  color: #072fa8;
  border-left: 4px solid #072fa8;
  padding-left: 10px;
   font-weight:bold;
}

div.main-wrapper .main-content .right-info .support-view .content
{
  padding: 15px 10px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

div.main-wrapper .main-content .right-info .gro_bottom{ width:100%; margin:0px auto; overflow:hidden; padding:0px 10px; }
div.main-wrapper .main-content .right-info .gro_bottom em{ font-style:normal;  font-size:14px; float:left; width:100%; height:30px; line-height:30px}
div.main-wrapper .main-content .right-info .support-view .content img
{
  max-width: 100% !important;
}

div.main-wrapper .main-content .support-use-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .support-use-list .item-list
{
  width: 23.5%;
  margin-left: 2%;
  float: left;
  margin-bottom: 2%;
}

div.main-wrapper .main-content .support-use-list .item-list:nth-child(4n+1)
{
  margin-left: 0;
}

div.main-wrapper .main-content .support-use-list .item-list dl
{
  width: 100%;
}

div.main-wrapper .main-content .support-use-list .item-list dl dt
{
  overflow: hidden;
}

div.main-wrapper .main-content .support-use-list .item-list dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.main-wrapper .main-content .support-use-list .item-list dl dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.main-wrapper .main-content .support-use-list .item-list dl dd
{
  padding: 15px;
  font-size: 14px;
  color: #333;
  background-color: #FFF;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .support-use-list .item-list dl dd a
{
  color: #333;
}

div.main-wrapper .main-content .support-use-list .item-list dl dd a:hover,div.main-wrapper .main-content .support-use-list .item-list dl dd a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .support-use-list .item-list dl dd a:hover
{
  color: #072fa8;
}

div.main-wrapper .main-content .partner-list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .partner-list .item-list
{
  width: 15%;
  margin-left: 2%;
  float: left;
  margin-bottom: 1%;
}

div.main-wrapper .main-content .partner-list .item-list:nth-child(6n+1)
{
  margin-left: 0;
}

div.main-wrapper .main-content .partner-list .item-list dl
{
  width: 100%;
}

div.main-wrapper .main-content .partner-list .item-list dl dt
{
  overflow: hidden;
  border: 1px solid #CCC;
}

div.main-wrapper .main-content .partner-list .item-list dl dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.main-wrapper .main-content .partner-list .item-list dl dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.main-wrapper .main-content .partner-list .item-list dl dd
{
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .partner-list .item-list dl dd a
{
  color: #333;
}

div.main-wrapper .main-content .partner-list .item-list dl dd a:hover,div.main-wrapper .main-content .partner-list .item-list dl dd a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .partner-list .item-list dl dd a:hover
{
  color: #072fa8;
}

div.main-wrapper .main-content .information .title
{
  background-color: #072fa8;
  color: #FFF;
  padding: 12px 15px;
}

div.main-wrapper .main-content .information .title h2
{
  font-size: 16px;
}

div.main-wrapper .main-content .information .content
{
  background-color: #FFF;
  padding: 15px;
}

div.main-wrapper .main-content .information .content ul.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .information .content ul.list li
{
  width: 50%;
  padding: 8px 10px 8px 20px;
  background: url("../images/add.png") no-repeat 10px center;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .information .content ul.list li a
{
  color: #333;
}

div.main-wrapper .main-content .information .content ul.list li a:hover,div.main-wrapper .main-content .information .content ul.list li a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .information .content ul.list li a:hover
{
  color: #666;
}

div.main-wrapper .main-content .information .content ul.list li span
{
  color: #999;
  float: right;
}

div.main-wrapper .main-content .information .content div.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.main-wrapper .main-content .information .content div.list dl.item
{
  width: 23.5%;
  margin-left: 2%;
  float: left;
}

div.main-wrapper .main-content .information .content div.list dl.item:first-child
{
  margin-left: 0;
}

div.main-wrapper .main-content .information .content div.list dl.item dt
{
  overflow: hidden;
}

div.main-wrapper .main-content .information .content div.list dl.item dt img
{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.main-wrapper .main-content .information .content div.list dl.item dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.main-wrapper .main-content .information .content div.list dl.item dd
{
  /* background-color: #f1f1f1; */
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.main-wrapper .main-content .information .content div.list dl.item dd a
{
  color: #333;
}

div.main-wrapper .main-content .information .content div.list dl.item dd a:hover,div.main-wrapper .main-content .information .content div.list dl.item dd a:focus
{
  text-decoration: none;
}

div.main-wrapper .main-content .information .content div.list dl.item dd a:hover
{
  color: #072fa8;
}

@media (max-width: 1200px)
{
  div.main-wrapper .main-content .left-slider
  {
    width: 20%;
  }

  div.main-wrapper .main-content .right-info
  {
    width: 78%;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top
  {
    display: block;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell
  {
    display: block;
    width: 100%;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.thumb
  {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.thumb img
  {
    display: inline;
    width: auto;
    max-width: 100%;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell.info
  {
    padding-left: 0;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box
  {
    padding: 10px;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button
  {
    width: 100px;
    height: 36px;
  }
/*
  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button.btn-style
  {
    display: none;
  }*/

  div.main-wrapper .main-content .right-info .detail-wrap .panel-wrap ul.nav-tabs>li>a
  {
    color: #666;
    font-size: 14px;
  }
}

@media (max-width: 980px)
{
  div.main-wrapper .main-content .left-slider
  {
    width: 240px;
    height: 100%;
    background-color: #FFF;
    padding: 161px 0 50px 0;
    position: fixed;
    top: 0;
    left: -240px;
    z-index: 999;
    -webkit-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transition: All 0.4s ease-in-out;
  }

  div.main-wrapper .main-content .left-slider.showIt
  {
    left: 0;
  }

  div.main-wrapper .main-content .left-slider .btn-menu
  {
    display: block;
  }

  div.main-wrapper .main-content .left-slider .question-list,div.main-wrapper .main-content .left-slider .normal-tit,div.main-wrapper .main-content .left-slider .contact-info
  {
    display: none;
  }

  div.main-wrapper .main-content .left-slider .big-title
  {
    width: 100%;
    height: 81px;
    position: absolute;
    top: 80px;
    left: 0;
  }

  div.main-wrapper .main-content .left-slider .big-title h2
  {
    font-size: 20px;
  }

  div.main-wrapper .main-content .left-slider .nav-list
  {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  div.main-wrapper .main-content .right-info
  {
    width: 100%;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box
  {
    padding: 10px;
  }

  div.main-wrapper .main-content .right-info .detail-wrap .detail-top .cell .btn-box button
  {
    width: 100px;
    height: 36px;
  }

  div.main-wrapper .main-content .partner-list .item-list
  {
    width: 32%;
  }

  div.main-wrapper .main-content .partner-list .item-list:nth-child(6n+1)
  {
    margin-left: 2%;
  }

  div.main-wrapper .main-content .partner-list .item-list:nth-child(3n+1)
  {
    margin-left: 0;
  }
  div.main-wrapper .main-content .right-info .gro_bottom em{ font-style:normal; margin-left:10px; font-size:12px; }
}

@media (max-width: 640px)
{
  div.main-wrapper .main-content .right-info .pro-list .item-list
  {
    width: 49%;
    margin-left: 2%;
  }

  div.main-wrapper .main-content .right-info .pro-list .item-list:nth-child(4n+1)
  {
    margin-left: 2%;
  }

  div.main-wrapper .main-content .right-info .pro-list .item-list:nth-child(2n+1)
  {
    margin-left: 0;
  }

  div.main-wrapper .main-content .right-info .pro-list .item-list dl dd
  {
    font-size: 12px;
    padding: 8px 12px;
  }

  div.main-wrapper .main-content .support-use-list .item-list
  {
    width: 49%;
    margin-left: 2%;
  }

  div.main-wrapper .main-content .support-use-list .item-list:nth-child(4n+1)
  {
    margin-left: 2%;
  }

  div.main-wrapper .main-content .support-use-list .item-list:nth-child(2n+1)
  {
    margin-left: 0;
  }

  div.main-wrapper .main-content .support-use-list .item-list dl dd
  {
    font-size: 12px;
    padding: 8px 12px;
  }

  div.main-wrapper .main-content .partner-list .item-list
  {
    width: 49%;
  }

  div.main-wrapper .main-content .partner-list .item-list:nth-child(6n+1)
  {
    margin-left: 2%;
  }

  div.main-wrapper .main-content .partner-list .item-list:nth-child(3n+1)
  {
    margin-left: 2%;
  }

  div.main-wrapper .main-content .partner-list .item-list:nth-child(2n+1)
  {
    margin-left: 0;
  }

  div.main-wrapper .main-content .partner-list .item-list dl dd
  {
    font-size: 12px;
  }

  div.main-wrapper .main-content .information .content ul.list li
  {
    width: 100%;
  }

  div.main-wrapper .main-content .information .content div.list dl.item
  {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  div.main-wrapper .main-content .information .content div.list dl.item:nth-child(2n+1)
  {
    margin-left: 0;
  }
}

@media (max-width: 980px)
{
  body.fixed div.main-wrapper .main-content .left-slider.showIt
  {
    left: -240px;
  }

  body.fixed.fixed2 div.main-wrapper .main-content .left-slider.showIt
  {
    left: -240px;
  }
}

div.faq-list-wrap
{
  width: 100%;
  background: #FFF;
  margin-bottom: 20px;
  padding: 15px;
}

div.faq-list-wrap ul.list
{
  width: 100%;
}

div.faq-list-wrap ul.list li
{
  width: 100%;
  padding: 18px 75px 18px 20px;
  border-bottom: 1px dashed #CCC;
  background: url("../images/circle.png") no-repeat left center;
  position: relative;
}

div.faq-list-wrap ul.list li a
{
  color: #666;
  font-size: 14px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

div.faq-list-wrap ul.list li a:hover,div.faq-list-wrap ul.list li a:focus
{
  text-decoration: none;
}

div.faq-list-wrap ul.list li a:hover
{
  color: #333;
}

div.faq-list-wrap ul.list li span
{
  font-size: 12px;
  color: #999;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

@media (max-width: 640px)
{
  div.faq-list-wrap ul.list li
  {
    padding: 18px 75px 18px 20px;
  }

  div.faq-list-wrap ul.list li a
  {
    font-size: 12px;
  }
}

div.news-list-wrap
{
  width: 100%;
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 0 15px 15px 15px;
}

div.news-list-wrap div.list:after
{
  display: block;
  content: '';
  clear: both;
}

div.news-list-wrap div.list dl.item
{
  width: 100%;
  display: table;
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

div.news-list-wrap div.list dl.item dt,div.news-list-wrap div.list dl.item dd
{
  display: table-cell;
  vertical-align: top;
}

div.news-list-wrap div.list dl.item dt
{
  width: 20px;
  white-space: nowrap;
  overflow: hidden;
}

div.news-list-wrap div.list dl.item dt img
{
  width: 200px;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

div.news-list-wrap div.list dl.item dt:hover img
{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

div.news-list-wrap div.list dl.item dd
{
  padding-left: 15px;
}

div.news-list-wrap div.list dl.item dd div
{
  font-size: 16px;
  color: #072fa8;
  font-weight:bold
}

div.news-list-wrap div.list dl.item dd div a:hover,div.news-list-wrap div.list dl.item dd h2 a:focus
{
  text-decoration: none;
}

div.news-list-wrap div.list dl.item dd p.desc
{
  font-size: 12px;
  color: #CCC;
  padding: 6px 0;
}

div.news-list-wrap div.list dl.item dd p.intro
{
  font-size: 12px;
  color: #999;
  line-height: 24px;

}

@media (max-width: 640px)
{
  div.news-list-wrap div.list dl.item
  {
    display: block;
  }

  div.news-list-wrap div.list dl.item dt,div.news-list-wrap div.list dl.item dd
  {
    display: block;
    width: 100%;
  }

  div.news-list-wrap div.list dl.item dt
  {
    text-align: center;
    margin-bottom: 20px;
  }

  div.news-list-wrap div.list dl.item dt img
  {
    width: auto;
  }
div.news-list-wrap div.list dl.item dd div
{
  font-size: 14px;
 
}
  div.news-list-wrap div.list dl.item dt img:hover img
  {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  div.news-list-wrap div.list dl.item dd
  {
    padding-left: 0;
  }
}

div.about-wrap
{
  width: 100%;
  display: table;
  margin:10px 0px;
background-color: #FFF; font-size:18px;
}

div.about-wrap div.cell
{
  display: table-cell;
  vertical-align: top;
}

div.about-wrap div.cell.thumb
{
  width: 20px;
  white-space: nowrap; width:500px;
}

div.about-wrap div.cell.thumb img
{ width:100%; height:100%
}

div.main-content div.cell.info
{
  padding: 15px; 
}

div.main-content div.cell.info .title
{
  border-bottom: 1px solid #CCC;
  padding: 10px;
}

div.main-content div.cell.info .title h2
{
  font-size: 16px;
  color: #072fa8;
  border-left: 4px solid #072fa8;
  line-height: 16px;
  padding-left: 10px;
}

div.main-content div.cell.info .content
{
  padding: 20px 10px;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}

div.about-wrap div.cell.info .content .image
{
  display: none;
}

div.about-wrap div.cell.info .content .image img
{
  width: 100%;
}

@media (max-width: 980px)
{
  div.about-wrap
  {
    display: block;
    position: relative;
  }

  div.about-wrap div.cell
  {
    display: block;
  }

  div.about-wrap div.cell.thumb
  {
    display: none;
  }

  div.about-wrap div.cell.info .title
  {
    width: 100%;
  }

  div.about-wrap div.cell.info .title h2
  {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  div.about-wrap div.cell.info .content
  {
    padding: 15px 0;
  }

  div.about-wrap div.cell.info .content .image
  {
    display: block;
    width: 275px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
}

@media (max-width: 560px)
{
  div.about-wrap div.cell.thumb
  {
    width: 80%;
    height: 260px;
    text-align: center;
    left: 50%;
    margin-left: -40%;
  }

  div.about-wrap div.cell.thumb img
  {
    width: auto;
    max-width: 100%;
    height: 100%;
  }

  div.about-wrap div.cell.info .content .image
  {
    width: 100%;
    text-align: center;
    margin: 0 0 15px 0;
  }

  div.about-wrap div.cell.info .content .image img
  {
    width: auto;
    max-width: 100%;
  }
}

div.contact-wrap
{
  width: 100%;
  display: table;
  margin:10px 0px ;
  overflow:hidden;
  background:#FFFFFF;
}

div.contact-wrap .cell
{
  display: table-cell;
  vertical-align: top;
}

div.contact-wrap .cell.map
{
  width: 600px;
  height:400px; 
}

div.contact-wrap .cell.right-content
{
  width: 600px;
  background-color: #ffffff;
  padding: 10px 15px;
}

div.contact-wrap .cell.right-content .title
{
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
}

div.contact-wrap .cell.right-content .title h2
{
  font-size: 18px;
  color: #072fa8;
  border-left: 4px solid #072fa8;
  line-height: 16px;
  padding-left: 10px;
  font-weight:bold;
}

div.contact-wrap .cell.right-content .content
{
  padding: 8px;
  font-size: 15px;
  color: #666666;
  line-height: 30px;
}

div.contact-wrap .cell.right-content .content .company-info
{
  border-bottom: 1px dashed #CCC;
  padding: 15px 0;
}

div.contact-wrap .cell.right-content .content .company-info h2
{
  font-size: 18px;
  color: #072fa8;
  margin-bottom: 10px;
}

div.contact-wrap .cell.right-content .content .server-info
{
  padding: 15px 0;
  border-bottom: 1px dashed #CCC;
}

div.contact-wrap .cell.right-content .content .server-info p
{
  background: no-repeat left center;
  padding-left: 28px;
}

div.contact-wrap .cell.right-content .content .server-info p.qq
{
  background-image: url("../images/qq.png");
}

div.contact-wrap .cell.right-content .content .server-info p.te
{
  background-image: url("../images/tel.png");
}

div.contact-wrap .cell.right-content .content .code-msg
{
  padding: 15px 0;
}

div.contact-wrap .cell.right-content .content .code-msg dl
{
  display: inline-block;
  margin-left: 10px;
}

div.contact-wrap .cell.right-content .content .code-msg dl:first-child
{
  margin-left: 0;
}

div.contact-wrap .cell.right-content .content .code-msg dl dd
{
  text-align: center;
  font-size: 12px;
  color: #666666;
  padding-top: 3px;
}

@media (max-width: 980px)
{
  div.contact-wrap
  {
    display: block;
  }

  div.contact-wrap .cell
  {
    display: block;
  }

  div.contact-wrap .cell.map .baiduMap
  {
    width: 100%;
    height: 360px;
  }

  div.contact-wrap .cell.right-content
  {
    width: 100%;
  }
}



.page{PADDING-BOTTOM: 25px; MARGIN: 10px auto 0px; WIDTH: 98%; PADDING-TOP: 10px; TEXT-ALIGN: center; font-size:12px}
.page li{float:left;}
.page a,.page span{BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #333! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none! important}

.news-list {float:right;box-shadow: 0 0 10px rgba(222,229,238,.75);}
.news-list li {padding:11px 20px; border-bottom:1px dashed #CCCCCC;}
.news-list li:hover { background:#0a448d;}
.news-list li span { display:block;}
.news-list li .time {font-size:12px;color:#999; float:left; padding-right:10px; padding-top:2px}
.news-list li .titlee {font-size:15px;line-height:20px; color:#000;margin-bottom:2px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.news-list li:hover .titlee {color:#fff;}
.news-list li .txt {width:100%;font-size: 12px; line-height: 22px;color: #999;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.news-list li:hover .txt { color:#fff; opacity:.5;}


.l_publick_tel {
    position: fixed;
    bottom: 45px;
    right: 6px;
    z-index: 10;
}

.l_publick_telic {
    padding-right: 10px;
    background: #be002f;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    transition: all 1s;
    /* width: 71px; */
    height: 46px;
    padding-left: 10px;
    padding-top: 13px;
}

.l_pf_contact {
    /* background: #f7f7f7; */
    /* padding:30px 42px 20px; */
    /* border-bottom: 1px solid #f5f5f5; */
}

.l_pf_lxwm {
    /* background: #ffffff; */
}

.l_pf_dh {
    width: 145px;
    /* display: none; */
    animation: fadeInRight 1s;
    background: #d70035;
    z-index: 0;
    padding: 15px;
    border-radius: 10px;
}

.l_pf_ddh {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 20px;
}

.l_pf_dhh {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    /* line-height: 36px; */
    margin-bottom: 24px;
    font-weight: bold;
}

.l_pf_dhh:last-child {
    margin-bottom: 28px;
}

.l_pf_chdh p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #777676;
    line-height: 20px;
}

.l_pf_text {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
}

.l_pf_text:last-child {
    margin-bottom: 0;
}

.l_pf_text p {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #d70035;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    padding: 10px 20px;
    cursor: pointer;
}

.l_pf_text img {
    width: 15px;
    position: relative;
    bottom: 1px;
}

.l_pf_text:first-child img {
    width: 16px;
}

.l_pf_emihm {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #d80031;
    line-height: 16px;
    font-weight: bold;
}

.l_fp_js p {
    font-family: "微软雅黑";
    font-size: 12px;
    color: #777676;
    line-height: 16px;
}

.l_pf_emiic {
    width: 23px;
    margin-right: 9px;
}

.l_pf_emiic img {
    width: 100%;
}

.l_pf_emial {
    margin-bottom: 20px;
}

.l_pf_left {
    /* width: 50%; */
    /* padding:30px 42px 28px; */
    /* border-right: 1px solid #f5f5f5; */
}

.l_pf_right {
    width: 50%;
    padding: 30px 42px 28px;
}

.l_pf_ycfx {
    width: 21px;
    margin-right: 10px;
    cursor: pointer;
}

.l_pf_ycfx img {
    width: 100%;
    height: auto;
}

.l_pf_ycfx .l_foot_hovera {
    box-shadow: 1px 1px 20px #eeeeee;
}

.l_pf_redjx {
    width: 0;
    height: 46px;
    background: #be002f;
    transition: all 1s;
}

.l_pf_redjx {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 46px;
}
.l_pf_ddh {
    margin-bottom: 6px;
}

.l_publick_telic {
    /* width: 55px; */
    position: relative;
    z-index: 5;
}

.l_pf_redjx {
    width: 145px;
    position: relative;
    z-index: 5;
}
/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .l_publick_tel:hover .l_pf_redjx {
        /* width: 450px; */
    }

    .l_publick_tel:hover .l_pf_dh {
        display: block;
    }
	}
	
.mc_footer {background: #142637; width:100%; padding:30px 0px 10px 0px}
.mc_footer img{ max-width: 100%;}
.mc_cont1360 { width: 1360px; margin: 0 auto;}
.mc_ft_logo {width: 15%; float:left; text-align:center}
.mc_ft_logo span { margin:0px; width:100%; text-align:center; float:left; font-size:12px; color:#999}
.mc_ft_r { width: 83%;float: right; }
.mc_ft_top { padding: 75px 0 60px;border-bottom: 1px solid #999; overflow:hidden}
.mc_ft_nav {display: flex;flex-wrap: wrap;}
.mc_ftnav_li {margin-left: 50px;}
.mc_ftnav_li:first-child { margin-left: 0;}
.mc_ftnav_title {font-size: 18px;line-height: 1.5;font-weight: bold;margin-bottom: 1em;color: #fff;}
.mc_ftnav_li p {font-size: 14px; line-height: 1.5; padding: 3px 0;color: #999;}
.mc_ftnav_li a {font-size: inherit;line-height: inherit;color: inherit;}
.mc_ft_follow {margin-top: 30px;}
.mc_ft_follow>div {float: left;width: 22px;margin-right: 15px;}


.mc_ft_bot span,.mc_ft_bot a,.mc_ft_bot p {display: inline-block;vertical-align: middle; font-size: inherit;line-height: inherit;color: inherit;}
.mc_ft_bot p {font-size: 12px;line-height: 20px;color: #999;}
.mc_ft_bot {padding: 10px 0; margin-bottom:20px}

@media screen and (max-width: 1680px) {
.mc_cont1360 {width: 1200px;overflow: hidden;}
.mc_ft_top {padding: 30px 0px;}
.mc_ftnav_title { font-size: 16px;margin-bottom: .5em;}
.mc_ftnav_li p { font-size: 14px;}
.bot_fixed { display: none;}
}

@media screen and (max-width: 950px) {
.l_publick_tel { display: none;}
.mc_cont1360 {width: 100%;max-width: none;padding: 0 20px;}
}

@media screen and (max-width:767px) { 
.mc_ftnav_li {margin: 0;}
.mc_ftnav_li:not(.mc_ftnav_contact) {display: none;}
.mc_ft_bot p {font-size: 12px;}
.mc_ft_logo {width:100%; margin:20px 0px; overflow:hidden}
.mc_ft_r { width: 100%;overflow:hidden}

.mc_ftb_l,.mc_ftb_r {float: left;width: 100%;}
.mc_index_body {padding-bottom: 0 !important;}
.mc_ft_bot {padding: 10px 0;}
.mc_ft_follow { margin-top: 20px;}
.bot_fixed .gx_dbanbtn {padding: 12px 20px;}
.bot_fixed {display: flex;position: fixed;bottom: 0;left: 0;width: 100%;background: #e20436;z-index: 9999;padding: 10px 0;justify-content: space-between;}
.bot_fixed .gx_dbanbtn {
		/* width: 50%; */
		display: inline-block;
		padding: 5px 20px;
		text-align: center;
		font-size: 14px;
		color: #d80031;
		border-right: 1px solid #ffffff57;
		background: #FFF;
		margin: 0 5%;
		border-radius: 5px;
		width: 40%;
		box-sizing: border-box;
		position: relative;
		height: auto;
		left: 0;
		cursor: pointer;
	}
	

	}
	

