@charset "utf-8";

/* CSS Document */
body {
    -moz-transform: scale(var(--screen-zoom,1), var(--screen-zoom,1));
    -moz-transform-origin: 0 0 0;
    zoom: var(--screen-zoom,1);
    /*zoom: calc( 100vw/190vw );*/
}
@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 760px) {
  body {
    /*zoom:1 !important;*/
  }
}


p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}
input {
  outline: none;
  color: #9c9c9c;
}

input::-webkit-input-placeholder {
  color: #9c9c9c;
}

input:-moz-placeholder {
  color: #9c9c9c;
}

input::-moz-placeholder {
  color: #9c9c9c;
}

input:-ms-input-placeholder {
  color: #9c9c9c;
}
body {
    background: none;
  	width:100%;
}
input::-ms-clear {
  width : 0;
  height: 0;
}
@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf');
}
#newBridge .nb-invite-wrap-0{
	display: none !important; 
}
.i-header {
    height: 98px;
    background: url('../image/header_topbg.png') no-repeat center top;
}

.i-header-hd {
    width: 430px;
}

.logo {
    height: 98px;
    max-width: 430px;
}

.logo a {
    display: block;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.i-header-bd {
    width: 770px;
}


/*
    顶部导航
*/


/**/

.banner {
}

.DB_tab25 {
    width: 100%;
  	min-width:1200px;
    /*height: 765px;*/
    position: relative;
    overflow: hidden
}

.DB_tab25 .DB_bgSet {
    position: relative;
}

.DB_tab25 .DB_bgSet li {
    /*position: absolute;
    width: 100%;
    height: 765px;*/
    display: none
}

.DB_tab25 .DB_bgSet li .img {
    display: block;
    width: 50%;
    left: 50%;
    text-align: center;
    margin-left: -25%;
    top: 20%;
    position: absolute;
    display: none;
}
.DB_tab25 .DB_bgSet li img{
	display:block;
  	width:100%;
}
.DB_tab25 .DB_imgSet {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
}

.DB_tab25 .DB_imgSet .DB_1_1 {
    position: absolute;
    left: 20px;
    top: 200px;
}

.DB_tab25 .DB_imgSet .DB_1_2 {
    position: absolute;
    left: 20px;
    top: 346px
}

.DB_tab25 .DB_imgSet .DB_2_1 {
    position: absolute;
    left: 20px;
    top: 200px;
}

.DB_tab25 .DB_imgSet .DB_2_2 {
    position: absolute;
    left: 20px;
    top: 280px
}

.DB_tab25 .DB_imgSet .DB_3_1 {
    position: absolute;
    left: 20px;
    top: 200px;
}

.DB_tab25 .DB_imgSet .DB_3_2 {
    position: absolute;
    left: 20px;
    top: 280px
}

.DB_tab25 .DB_menuWrap {
   
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}

.DB_tab25 .DB_menuWrap .DB_menuSet {
 
    width: 100%;
    top: 600px;
    text-align: center;
    font-size: 0
}

.DB_tab25 .DB_menuWrap .DB_menuSet li {
    cursor: pointer;
    margin: 0 3px;
    display: none;
}

.DB_tab25 .DB_prev:hover,
.DB_tab25 .DB_next:hover {
    background-color: rgba(0, 0, 0, .2);
}

.DB_tab25 .DB_prev,
.DB_tab25 .DB_next {
    position: absolute;
    top: calc(50% - 35px);
    cursor: pointer;
    display: none;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-family: '宋体';
    background-color: rgba(0, 0, 0, .1);
    border-radius: 50%;
    font-weight: bold;
}

.DB_tab25 .DB_prev {
    left: 100px;
}

.DB_tab25 .DB_next {
    right: 100px;
}


/*um-banner*/

.um-banner {
    /*margin-top:125px;*/
    position: relative;
  	background-size: cover !important;
}

.um-banner .w {
    height: 100%;
    position: relative;
}

.um-banner .words {
    position: absolute;
}
.um-banner .words .wow {
    top:156px;
}

.um-banner .wordss {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    top: 200px;
}
.um-banner .wordss img{
    margin-top:-50px;
}


/*search*/

.i-search {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    position: relative;
    font-size: 14px;
}

.i-search-hd a,
.i-search-hd {
    color: #252b3a;
    font-size: 16px;
}

.i-search-hd a:hover {
    color: #0050cf;
}

.i-list {
	margin-top:90px;
}
.i-list ul li {
  width: 376px;
  height: 365px;
  float: left;
  margin-left: 36px;
  box-shadow: 0 10px 20px rgba(92,92,92,0.3);
}
.i-list ul li .img {
  position: relative;
  overflow: hidden;
}
.i-list ul li .img img {
  width: 376px;
  height: 254px;
}
.i-list ul li .img .more {
  position: absolute;
  width: 376px;
  height: 254px;
  line-height: 254px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  background: rgba(0,0,0,0.7);
  left: 0;
  top: 254px;
  transition: all 0.5s;
}
.i-list ul li .text {
  text-align: center;
  line-height: 1;
}
.i-list ul li .text h3 {
  font-size: 24px;
  padding: 25px 0 15px 0;
  font-weight: 600;
  color: #000;
}
.i-list ul li .text p {
  font-size: 18px;
  color: #a3a3a3;
}
.i-list ul li:hover {
  transition: all 0.5s linear 0s;
  transform: translate3d(0,-2px,0);
}
.i-list ul li:hover .img .more {
  top: 0;
}
.i-list ul li:first-child {
  margin-left: 0;
}
/*i-tel*/

.i-tel {
    height: 130px;
    line-height: 130px;
    background-color: #f8f8f8;
    color: #1f1f1f;
    font-size: 22px;
}

.i-tel span {
    padding-left: 68px;
    display: inline-block;
    margin-left: 15px;
    color: #252b3a;
    font-size: 36px;
    font-family: 'impact';
    vertical-align: -6px;
    font-weight: bold;
    background: url('../image/ntel.png') no-repeat left center;
}


/**/

.i-content {
    line-height: 1 !important;
}

.i-content * {
    box-sizing: border-box;
}

.i-content * p {
    margin: 0;
    padding: 0;
}

.i-content img {
    display: block;
}
.box-tit{
	padding-bottom:27px;
  	background:url('../image/box_titbg.png') no-repeat center bottom;
}
.box-tit h3 {
    font-size: 40px;
    color: #252b3a;
}

.box-tit p {
    color: #1f1f1f;
    font-size: 18px;
    margin-top: 25px;
    text-transform: uppercase;
}

.box-more {
    width: 154px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    margin: 90px auto 0;
    position: relative;
}

.box-more:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #eee;
}

.box-more:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    background-color: #0050cf;
    z-index: 99;
    transition: all .4s;
}

.box-more:hover:after {
    width: 100%;
}

.box-more:hover a {
    color: #fff;
}

.box-more a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    font-size: 18px;
    color: #000;
    width: 100%;
    height: 100%;
}


/*about*/

.i-about {
    padding: 70px 0;
    background-color: #f6f6f6;
}

.i-about h2 {
    font-size: 30px;
    color: #252b3a;
    padding: 50px 0 30px;
}

.i-about p {
    font-size: 15px;
    line-height: 31px;
}

.i-about h2:hover {
    color: #0050cf;
}

.i-about-hd {
    width: 426px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 35px;
    height: 538px;
}

.i-about .img {
    margin-top: 20px;
}

.i-about-bd {
    width: 426px;
    margin: 0 20px;
}

.i-about-bd .item-hd {
    margin-bottom: 20px;
}

.i-about-bd .item-hd,
.i-about-bd .item-bd {
    padding: 0 35px;
    background-color: #fff;
    height: 259px;
}

.i-about-ft {
    width: 307px;
    padding: 0 35px;
    height: 538px;
    background-color: #fff;
    border-radius: 5px;
}


/* 
/*product*/

.i-case {
    padding: 120px 0 100px;
}

.i-case-con {
    background-color: #f8f8f8;
    padding: 11px 20px;
    margin-top: 90px;
}

.i-case-hd {
    width: 290px;
}

.i-case-hd ul li {
    margin-bottom: 10px;
}

.i-case-hd ul li:nth-of-type(n+5) {
    display: none;
}

.i-case-bd ul:nth-of-type(n+5) {
    display: none;
}

.i-case-hd ul li.on a {
    background-color: #0050cf;
    color: #fff;
}

.i-case-hd ul li a {
    display: block;
    height: 125px;
    line-height: 125px;
    font-size: 24px;
    text-align: center;
    color: #000;
    background-color: #fff;
}

.i-case-bd {
    width: 840px;
}


/*product*/

.i-product {
    padding: 120px 0 90px;
    background-color: #f8f8f8;
}

.i-product-con {
    margin-top: 90px;
}

.i-product2 {
    background-color: #fff;
}


/*process*/

.i-process {
    padding: 120px 0 90px;
    background: url('../image/bg_11.png') no-repeat center bottom;
  	background-size: cover;
}

.i-process-con {
    margin-top: 138px;
}

.i-process-con ul li {
    float: left;
    margin-right: 32px;
    width: 214.4px;
    height: 334px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(23, 15, 5, .08);
}

.i-process-con ul li .img {
    position: relative;
    width: 98px;
    height: 98px;
    border: 1px solid #f5f6f6;
    background-color: #0050cf;
    border-radius: 50%;
    margin: 0 auto;
    top: 20px;
}

.i-process-con ul li .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.i-process-con ul li:last-child {
    margin-right: 0;
}

.i-process-con ul li .text {
    text-align: center;
    position: relative;
    top: 32px;
}

.i-process-con ul li .text h4 {
    font-size: 18px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 20px;
}

.i-process-con ul li .text p {
    font-size: 15px;
    line-height: 32px;
    color: #252b3a;
  	height:96px;
}

.i-process-con ul li .xh {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #0050cf;
    color: #0050cf;
  	background-color:#fff;
    font-size: 18px;
    margin: 36px auto 0;
    border-radius: 50%;
}



/*contact*/

.i-contact {
    padding: 70px 0;
    background: url('../image/bg_12.png') no-repeat center bottom;
  	background-size: cover;
    background: #f5f5f5;
}

.i-contact-tit h2 {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #fcebbe, #fdd278);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.i-contact-tit h2 p {
    font-size: 18px;
    margin-top: 16px;
    font-weight: normal;
}
.i-contact-tit{
	text-align: center;
}
.i-contact-tit h3{
    padding: 0 25px;
    border-radius: 20px;
    background: #1b46a8;
    font-size: 36px;
    color: #fff;
    display: inline-block;
    line-height: 70px;
}

.i-contact-con {
    margin-top: 63px;
}

.i-contact-con form {
    width: 554px;
    margin: 0 auto;
}


.i-contact-con .input-group input {
    width: 554px !important;
    float: none !important;
    height: 64px;
    line-height: 64px;
    border: none;
    color: #000;
    padding-left: 27px;
    font-size: 20px;
    border-radius: 5px;
    background-color: #fff;
    outline: none;
    border: 2px solid #1b46a8;
  outline: none;
}

.i-contact-con .input-group {
    margin-bottom: 20px;
}

.i-contact-con form{
text-align: center;}
.i-contact-con form .button {
    display: inline-block;
    line-height: 67px;
    background: #1b46a8;
    font-size: 36px;
    border-radius: 42px;
    padding: 0 54px;
}

.i-contact-con form .button:hover {
    background: linear-gradient(to right, #ffd974, #ffca58);
}


/*service*/

.i-service {
    padding: 120px 0 55px;
    background: url('../image/bg_15.jpg') no-repeat center bottom;
  	background-size: 100% auto;
}

.i-service-con {
    margin-top: 90px;
}

.i-service-con ul li {
    width: 254px;
    margin-right: 61px;
    float: left;
}

.i-service-con ul li:nth-of-type(2) {
    margin-right: 0;
}

.i-service-con ul li:nth-of-type(3) {
    margin-right: 0;
    width: 376px;
}

.i-service-con ul li:last-child {
    margin-right: 0;
}

.i-service-con ul li .img {
    width: 214px;
    margin: 0 auto;
}

.i-service-con ul li .img img {
    width: 214px;
    height: 214px;
}

.i-service-con ul li .text {
    color: #252b3a;
    text-align: center;
}

.i-service-con ul li .text h5 {
    font-size: 24px;
    padding: 39px 0 15px;
}

.i-service-con ul li .text h5 i {
    font-style: italic;
    display: inline-block;
    font-size: 34px;
    vertical-align: -4px;
    margin-right: 5px;
}

.i-service-con ul li .text p {
    font-size: 20px;
}


/*brand*/

.i-brand {
    padding: 120px 0 90px;
}

.i-brand-con {
    margin-top: 90px;
}

.i-brand-con ul li {
    width: 300px;
    height: 122px;
    border-right: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    position: relative;
    float: left;
}

.i-brand-con ul li:nth-of-type(4n) {
    border-right-color: transparent;
}

.i-brand-con ul li:nth-of-type(n+9) {
    border-bottom-color: transparent;
}

.i-brand-con ul li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/*link*/

.i-link {
    height: 60px;
    line-height: 60px;
    background-color: #f6f6f6;
    color: #252b3a;
    font-size: 18px;
}

.i-link a {
    color: #252b3a;
    display: inline-block;
    padding: 0 3px;
}

.i-link a:hover {
    color: #0050cf;
}


.copyright {
    border-top: 1px solid #353c49;
    background: #252b3a;
    line-height: 26px;
    font-size: 14px;
    padding: 10px 0;
    color: #d5d5d5;
}

.copyright a {
    color: #d5d5d5;
}

.copyright p {
    display: inline-block;
    margin: 0;
}

.copyright p span {
    margin: 0 5px;
}

.copyright a:hover {
    color: #0050cf;
}


/*kf*/

#area {
    position: fixed;
    width: 97px;
    right: 0;
    top: 30%;
    z-index: 999999;
}

#small_menu ul {
    list-style: none;
}

#area #on {
    position: absolute;
    top: 30%;
    right: 100%;
    width: 30px;
    cursor: pointer;
    border-radius: 15px;
    padding: 10px 0 30px;
    background-color: rgba(13, 143, 143, 0.2);
}

#area #small_menu {
    width: 100%;
}

#area #small_menu ul li {
    width: 97px;
    height: 77px;
    text-align: left;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    margin-bottom: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

#area #small_menu ul li .text {
    position: absolute;
    font-size: 18px;
    color: #252b3a;
    background-color: #fff;
    width: 253px;
    height: 60px;
    /* line-height: 60px; */
    left: -245px;
    top: 10px;
    padding: 10px 10px 0;
    display: none;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 999;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

#area #small_menu ul li:hover .text {
    display: block;
}

#area #small_menu ul li:nth-of-type(3) .text {
   height: 140px;
    padding: 10px;
    width: 160px;
    left: -160px;
    top: -35px;
}

#area #small_menu ul li .text p {
    font-size: 16px;
    color: #252b3a;
    line-height: 24px;
    margin: 0;
    padding-top: 0px;
  	display:inline-block;
  	font-weight:bold;
}

#area #small_menu ul li .text img {
    display: inline-block;
    width: 120px;
    height: 120px;
}
#area #small_menu ul li .text img:last-child{
	margin-left:10px;
}
#area #small_menu ul li:nth-of-type(1) {
    background: #fff url(../image/sy_13.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(1):hover {
    background: #0050cf url(../image/sy_132.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(2) {
    background: #fff url(../image/sy_16.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(2):hover {
    background: #0050cf url(../image/sy_162.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(3) {
    background: #fff url(../image/sy_18.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(3):hover {
    background: #0050cf url(../image/sy_182.png) no-repeat center 10px;
    background-size: 38%;
}

#area #small_menu ul li:nth-of-type(4) {
    background: #fff url(../image/sy_21.png) no-repeat center 23px;
    background-size: 15%;
}

#area #small_menu ul li:nth-of-type(4):hover {
    background: #0050cf url(../image/sy_212.png) no-repeat center 23px;
    background-size: 15%;
}

#area #small_menu ul li:nth-of-type(4) h5 {
    padding-top: 40px;
}

#area #small_menu ul li h5 {
    text-align: center;
    padding-top: 50px;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

#area #small_menu ul li:hover h5 {
    color: #fff;
}

#area #small_menu li.active a {
    color: #00ffff;
}

#area #small_menu ul li:hover {
    background-color: #0050cf;
}


/*page*/

.n-page .tit {
    padding: 90px 0;
    line-height: 1;
}

.n-page .tit h3 {
    font-size: 40px;
    color: #1f1f1f;
}

.n-page .tit h9 {
    font-size: 40px;
    color: #1f1f1f;
}

.n-page .tit p {
    font-size: 18px;
    margin-top: 25px;
    color: #1f1f1f;
}

.n-content {
    font-size: 18px;
    color: #000;
    line-height: 28px;
}

.n-contact {
    height: 360px;
}

.n-page-hd {
    padding-bottom: 80px;
    background-color: #f8f8f8;
}

.n-page-bd {
    background: url('../image/bg_16.png') no-repeat center bottom;
}

.n-tel {
    height: 51px;
    line-height: 51px;
    display: inline-block;
    color: #252b3a;
    font-size: 36px;
    font-weight: bold;
    padding-left: 68px;
    background: url('../image/ntel.png') no-repeat left center;
}

.n-tel span {
    font-size: 22px;
    font-weight: normal;
    vertical-align: 6px;
}

.n-code {
    margin-top: 45px;
}

.n-code img {
    width: 115px;
    height: 115px;
    display: inline-block;
    margin: 0 22px;
}


/*page2*/

.i-save {
    padding: 70px 0;
}

.i-save-con {
    margin-top: 70px;
}

.i-save-con ul li {
    width: 390px;
    margin-right: 15px;
}
.i-save-con ul li img{
	width:390px;
  	height:296px;
}
.i-save-con ul li:last-child {
    margin-right: 0;
}

.i-save-con ul li .text {
    padding: 20px 50px 50px;
}

.i-save-con ul li .text p {
    color: #252b3a;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    text-align: center;
    overflow: hidden;
}

.n-process {
    background: #fafafa;
    padding: 65px 0 70px;
}

.n-process-con {
    margin-top: 58px;
}

.n-process-con ul li .img {
    top: 0;
    margin: 30px auto 27px;
    border: none;
    background-color: #0050cf;
}

.n-process-con ul li {
    height: auto;
    padding-bottom: 26px;
}

.n-process-con ul li .text h4 {
    font-size: 16px;
    margin: 0;
}

.n-process-con ul li .text .line {
    height: 2px;
    width: 24px;
    margin: 11px auto;
    background-color: #0050cf;
}

.n-service {
    background: url('../image/bg_15.jpg') no-repeat center bottom;
  	background-size: 100% auto;
}

.n-service ul li .text h5 {
    color: #252b3a;
}

.n-service ul li .text p {
    color: #252b3a;
}

.n-service ul li:nth-of-type(3),
.n-service ul li:nth-of-type(2) {
    margin-right: 0;
}

.n-service ul li:nth-of-type(3) {
    width: 376px;
}


/*page3*/

.n-choose-con {
    padding-top: 54px;
}

.n-choose-con ul li {
    width: 268px;
    height: 358px;
    background-color: #f9f9ff;
    border-radius: 5px;
    padding: 62px 32px 0;
    position: relative;
    margin-right: 42px;
    float: left;
}

.n-choose-con ul li:last-child {
    margin-right: 0;
}

.n-choose-con ul li h3 {
    width: 115px;
    font-size: 20px;
    color: #fff;
    height: 99px;
    background: url('../image/bg_17.png') no-repeat center;
    text-align: center;
    position: absolute;
    left: calc(50% - 57px);
    top: -54px;
    padding: 26px 36px;
    line-height: 26px;
}

.n-choose-con ul li:nth-of-type(2n) h3 {
    line-height: 48px;
}

.n-choose-con ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #272727;
}


/*n-mid*/

.n-mid {
    margin-top: 90px;
    height: 271px;
    background: url('../image/bg_18.jpg') no-repeat center;
  	background-size: cover;
}

.n-mid-tel {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    height: 51px;
    line-height: 51px;
    padding: 60px 0 40px;
    box-sizing: content-box;
}

.n-mid-tel span {
    display: inline-block;
    background: url('../image/ntel2.png') no-repeat left center;
    padding-left: 68px;
    margin-left: 18px;
    font-size: 36px;
    font-weight: bold;
    vertical-align: -6px;
    font-family: 'impact';
}

.n-tel-more {
    width: 555px;
    height: 64px;
    line-height: 64px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #0050cf;
    border-radius: 32px;
}

.n-tel-more:hover {
    color: #fff;
    background-color: #002a6a;
}


/*drawing*/

.n-drawing {
    background-color: #f8f8f8;
    padding-bottom: 74px;
}

.n-drawing-con ul {
    text-align: center;
}

.n-drawing-con ul li {
    display: inline-block;
    width: 380px;
    margin-right: 30px;
}

.n-drawing-con ul li:nth-of-type(3n) {
    margin-right: 0;
}

.n-drawing-con ul li:nth-of-type(n+4) {
    margin-top: 60px;
}

.n-drawing-con ul li p {
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    color: #1f1f1f;
}


/*page4*/

.ncontact {
    background: #f8f8f8 url('../image/bg_19.png') no-repeat right bottom;
  	background-size: cover;
    padding-bottom: 127px;
}

.ncontact-tel {
    display: inline-block;
    font-size: 22px;
    color: #252b3a;
    line-height: 51px;
    padding: 50px 0 70px;
    box-sizing: content-box;
}

.ncontact-tel span {
    display: inline-block;
    background: url('../image/ntel.png') no-repeat left center;
    padding-left: 68px;
    margin-left: 18px;
    font-size: 36px;
    font-weight: bold;
    vertical-align: -6px;
    font-family: 'impact';
}

.ncontact-tel p {
    color: #252b3a;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0 0;
}
.ncontact-con form
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 70%;
    margin: 0 auto;
}

.ncontact-con .input-group input {
    box-sizing: border-box;
    background-color: #fff;
    float: left;
    width: 401px;
    height: 40px;
    line-height: 24px;
    font-size: 12px;
    background: #ffffff;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    border: 1px solid #0050cf;
    margin-bottom: 15px;
}
.ncontact-con .input-group input:focus{
	border:1px solid #0050cf;
}
.ncontact-con .button {
    width: 554px;
    margin: 0 auto 30px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    padding: 0;
    font-size: 20px;
    color: #fff;
    background-color: #0050cf;
    border-radius: 32px;
}

.ncontact-con .button:hover {
    background-color: #002a6a;
}

.ncontact-con p {
    font-size: 20px;
    color: #252b3a;
    margin: 20px 0 30px;
}


/*n-product*/

.n-product {
    padding-bottom: 95px;
}

.n-product .pos {
    background: none;
}

.n-product img {
    display: block;
}

.n-product .tit {
    padding: 90px 0;
    line-height: 1;
}

.n-product .tit h3 {
    font-size: 40px;
    color: #1f1f1f;
}

.n-product .tit p {
    font-size: 18px;
    margin-top: 25px;
    color: #1f1f1f;
}
.box-product dl{
	margin:0 0 150px;
}
.box-product dl dd{
	margin:20px 0 0;
}
.box-product dl dt img,
.box-product dl dt{
  	display:block;
	width:100%;
}

.box-product ul li {
    width: 378px;
    margin-right: 18px;
    min-height: 385px;
}
.box-product ul li .img{
	width:378px;
  	overflow:hidden;
}
.box-product ul li .img img{
	transition:all .5s;
}
.box-product ul li:hover .img img{
	transform:scale(1.05);
}
.box-product ul li:nth-of-type(n+4) {
    margin-top: 32px;
}

.box-product ul li .text {
    padding: 28px 0 15px;
  	line-height:1;
    border-bottom: 1px solid #e5e5e5;
}
.box-product ul li .text:after{
	content:'';
  	width:0;
  	height:1px;
  	background:#0050cf;
  	display:block;
  	transition:all .5s;
  	position:relative;
  	top:16px;
}
.box-product ul li:hover .text:after{
	width:100%;
}
.box-product ul li .text h4 {
    display: inline-block;
    width: 345px;
    text-align: left;
    font-size: 18px;
    color: #0b0b0b;
    height: 26px;
    line-height: 26px;
}

.box-product ul li .text i {
    float: right;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url('../image/ico.png') no-repeat center;
  	transition:all .5s;
}
.box-product ul li:hover .text i{
	background: url('../image/ico2.png') no-repeat center;
}
.box-product ul li .text p {
    color: #959595;
    font-size: 15px;
    text-align: left;
    margin-top: 10px;
    padding-left:4px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box_video_text
{
  
line-height: 80px;
}
.box_video_box
{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box_video_box h4
{line-height: 50px;display: inline-block;width: 345px;text-align: left;font-size: 18px;color: #0b0b0b;}
.box_video_box i
{
    float: right;
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url(../image/ico.png) no-repeat center;
    transition: all .5s;
    margin-top: 15px;
}

/*npro-show*/

.npro-show {
    margin: 0px 0 80px;
}

.n-pro-box {
    margin: 50px 0 0;
}

.n-pro-box .img {
    width: 590px;
}

.n-pro-box .text {
    width: 610px;
}

.n-pro-box .text h2 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.n-pro-box .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.n-pro-box .text p.desc {
    height: 150px;
    overflow: hidden;
    margin-bottom: 60px;
}

.n-pro-box .text a {
    display: block;
    height: 40px;
    line-height: 40px;
    border: solid #0050cf 1px;
    border-radius: 20px;
    color: #0050cf;
    text-align: center;
    font-size: 16px;
    width: 148px;
}

.n-pro-box .text a:hover {
    color: #fff;
    background-color: #0050cf;
}

.n-pro-more {
    text-align: center;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}

.n-pro-more a {
    width: 225px;
    height: 46px;
    line-height: 46px;
    background: #abacad;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    margin-right: 150px;
    vertical-align: -2px;
    margin-left: 5px;
}

.n-pro-more a:hover {
    background-color: #0050cf;
}
.npro-show .tit {
    color: #000;
    font-size: 18px;
    padding: 50px 0;
    text-align: center;
}

.npro-show .tit span {
    font-size: 24px;
    font-weight: bold;
}

.npro-show .con img {
    /*display: block;*/
    /*width: 100%;*/
    margin-bottom: 10px;
    /*margin: 0 auto;*/
}

.npro-show .con table tr {
    height: 45px;
    line-height: 45px;
    background-color: #f8f8f8;
    display: block;
    margin-bottom: 10px;
    padding-left: 55px;
}

.npro-show .con table tr td {
    display: inline-block;
    padding: 0;
    font-size: 16px;
  	height:45px;
    color: #000;
  	overflow:hidden;
}

.npro-show .con table tr td:nth-of-type(1) {
    width: 356px;
}

.npro-show .con table tr td:nth-of-type(2) {
    width: 240px;
}

.npro-show .con table tr td:nth-of-type(3) {
    width: 265px;
}

.npro-show .con table tr td:nth-of-type(4) {
    width: 265px;
}

.npro-show .con table {
    margin-bottom: 40px;
    width: 100% !important;
    display: block;
}

.npro-show-page {
    margin: 30px 0 50px;
}

.npro-show-page .left,
.npro-show-page .right {
    max-width: 600px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.npro-show-page span {
    color: #333;
    font-size: 14px;
}

.npro-show-page,
.npro-show-page a {
    color: #666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.npro-show-page a:hover {
    color: #0050cf;
}


/*n-news*/

.n-news {
    margin: 70px 0;
}

.n-news ul li {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    transition: all .3s;
}

.n-news ul li .img {
    float: left;
    width: 226px;
    margin-right: 20px;
}

.n-news ul li .img img {
    display: block;
}

.n-news ul li .text {
    float: left;
    width: 954px;
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.n-news ul li .text h3 {
    margin-bottom: 14px;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
}

.n-news ul li .text p {
    margin-bottom: 60px;
    font-size: 14px;
    color: #666;
    height: 63px;
    overflow: hidden;
    line-height: 21px;
}

.n-news ul li .text span {
    font-size: 14px;
    color: #333;
}

.n-news ul li .text span:hover,
.n-news ul li:hover .text h3 {
    color: #0050cf;
}


/*xg*/

.xg-tit {
    line-height: 44px;
    color: #000;
    font-size: 22px;
    margin: 20px 0 10px;
}

.n-pro-xg ul li {
    float: left;
    width: 276px;
    margin-right: 32px;
}

.n-pro-xg ul li:last-child {
    margin-right: 0;
}

.n-pro-xg ul li p {
    text-align: center;
    font-size: 16px;
    color: #333;
}
.n-pro-xg ul li .img{
	width:276px;
  	overflow:hidden;
}
.n-pro-xg ul li img{
	transition:all .4s;
  	display:block;
}
.n-pro-xg ul li:hover img{
	transform:scale(1.1);
  	
}
.n-pro-xg ul li:hover p {
    color: #0050cf;
}

.n-news-xg ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.n-news-xg ul li h5 {
    display: inline-block;
    max-width: 1100px;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}

.n-news-xg ul li:hover h5 {
    color: #0050cf;
}

.n-news-xg ul li span {
    font-size: 14px;
    color: #999;
}

.n-city-xg a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #333;
    font-size: 14px;
}

.n-city-xg a:hover {
    color: #0050cf;
}

.n-keywords a {
    display: inline-block;
    margin: 0 20px 10px 0;
    color: #333;
    font-size: 14px;
}

.n-keywords a:hover {
    color: #0050cf;
}

.n-case-show {
    margin: 90px 0;
}


/*n-news-show*/

.n-product-show .tit {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 30px 0 40px;
}

.n-product-img img {
    display: block;
    margin: 10px auto;
}

.n-news-show {
    margin: 120px 0;
}

.n-news-show .tit {
    text-align: center;
    margin-bottom: 50px;
}

.n-news-show .tit h3 {
    margin-bottom: 20px;
    font-size: 32px;
    color: #333;
}

.n-news-show .tit p {
    display: inline-block;
    font-size: 16px;
    color: #999;
    margin: 0 5px;
}


/*-------------------------------------------------*/


/* 内页上方 */

.pos {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    background-color: #f8f8f8;
    color: #000;
}

.pos-con {
    border-bottom: 1px solid #eeeeee;
    height: 60px;
    box-sizing: border-box;
}

.pos a {
    font-size: 14px;
    color: #000;
}


/* 内页左右侧 */

.main {}

.um-hd {
    width: 245px;
    float: left;
}

.um-bd {
    width: 930px;
    float: right;
    min-height: 500px;
}

.um-left {
    width: 890px;
    float: left;
}

.um-right {
    width: 270px;
    float: right;
}

.um-page {
    width: 1200px;
}


/* 单页 */

.um-page .um-bd_hd {
    margin-bottom: 30px;
}

.um-page .um-bd_hd .tit {
    font-size: 26px;
    color: #0050cf;
    height: 40px;
    line-height: 40px;
}

.um-page .um-bd_hd .tit span {
    padding-left: 10px;
    font-size: 16px;
    text-transform: capitalize;
    color: #999;
}

.um-page .um-bd_hd li {
    display: inline-block;
}

.um-page .um-bd_hd li a {
    display: block;
    padding: 0 15px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    border: 1px solid #ccc;
    margin: 10px 10px 10px 0;
}

.um-page .um-bd_hd li a:hover {
    color: #fff;
    border-color: #0050cf;
    background: #0050cf;
}


/*内页左侧*/

.um-side {}

.um-hd_hd .title h2 {
    color: #fff;
    font-size: 20px;
    background: #0050cf;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    padding: 0 0 0 20px;
}

.um-hd_hd ul {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
}

.um-hd_hd li {}

.um-hd_hd li a {
    padding-left: 17px;
    font-size: 15px;
    display: block;
    line-height: 37px;
    background: url(../image/ico7.gif) no-repeat left;
    border-bottom: 1px dashed #ddd;
    font-weight: bold;
    color: #5a5a5a;
}

.um-hd_hd li a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.um-hd_hd li dd {}

.um-hd_hd li.on dd {
    display: block;
}

.um-hd_hd li dd a {
    border-bottom: 1px dashed #ccc;
    height: 36px;
    line-height: 36px;
    background: none;
    font-weight: normal;
    color: #5a5a5a;
}

.um-hd_hd li dd a i {
    font-size: 13px;
}

.um-hd_hd li dd.cur {
    display: block;
}

.um-hd_hd li.on>a,
.um-hd_hd li a:hover {
    color: #0050cf;
}

.um-hd_bd {
    padding: 10px;
    margin: 10px auto;
    border: 1px solid #cecbcb;
    background: #0050cf;
    color: #fff;
}

.um-hd_bd .title {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.um-hd_bd .title h2 {
    font-size: 18px;
    border-bottom: 2px solid #fff;
    padding-left: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.um-hd_bd .title h2 i {
    font-size: 32px;
    margin-right: 15px;
    color: #fff;
}

.um-hd_bd .menu {
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
}

.um-hd_hd li dd a:hover,
.um-hd_hd li dd.cur a {
    color: #0050cf;
}


/* 列表页右上 */

.um-bd_hd2 {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.um-bd_hd2 a:last-child {
    color: #0050cf;
    ;
}


/* 产品列表页 */

.items-img li {
    width: 295px;
    margin-right: 22px;
    margin-bottom: 15px;
}

.items-img li .img {
    width: 100%;
}

.items-img li img {
    display: block;
}

.items-img li p {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}

.items-img li:hover p {
    background: #0050cf;
    color: #fff;
}


/* 产品图 */

.product_detail {
    padding-left: 20px;
}

.um-imgZoom {
    float: left;
    margin-right: 20px;
}

.um-imgZoom p {
    text-align: center;
    padding-bottom: 10px;
}

#zoom_box {
    display: block;
    zoom: 1;
    width: 350px;
    height: 350px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 170px;
    padding: 0;
}

#zoom_box img {
    margin: 0;
    padding: 0;
}

#zoom_box img.big_small {
    max-width: 298px;
    max-height: 298px;
    width: 298px;
    height: 298px;
    width: expression(this.width>300&&this.width>this.height?300: true);
    height: expression(this.height>300?300: true);
}

#zoom_list {
    width: 352px;
    height: 60px;
    background: #EFEFEF;
    padding-top: 4px;
    position: relative;
    z-index: 99;
}

#zoom_list .pre {
    float: left;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/pre.gif) no-repeat -3px 18px;
}

#zoom_list .next {
    float: right;
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #EFEFEF url(../images/next.gif) no-repeat -3px 18px;
}

#zoom_list #zoom_list_box {
    float: left;
    width: 323px;
    overflow: hidden;
    height: 56px;
    position: relative;
}

#thumblist {
    position: absolute;
}

#thumblist li {
    float: left;
    width: 53px;
    overflow: hidden;
    text-align: center;
    margin: 2px 0;
}

#thumblist li span {
    width: 52px;
    height: 52px;
}

#thumblist li span a {
    width: 50px;
    height: 50px;
    font-size: 42px;
    border: 1px solid #FFF;
}

#thumblist li span img {
    max-height: 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
}

#big_box {
    float: left;
}

#big_box span {
    width: 302px;
    height: 242px;
}

#big_box span a {
    width: 300px;
    height: 240px;
    font-size: 200px;
}

#big_box span img {
    max-width: 300px;
    max-height: 240px;
}

.p_info li {
    margin-bottom: 10px;
}

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.um-imgDetail-news a {
    display: block;
    width: 50%;
    float: left;
    padding-right: 20px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}

.um-imgDetail-news a span {
    font-size: 12px;
    color: #999;
}


/* 缩略图旁 */

.um-imgInfo {
    width: 515px;
}

.um-imgInfo .tit {
    font-size: 23px;
    color: #0050cf;
    font-weight: normal;
    line-height: 1.8;
}

.um-imgInfo .p_tabs {
    background: #f2f2f2;
    padding: 20px 15px;
    min-width: 325px;
}

.um-imgInfo .p_tabs li {
    line-height: 35px;
    font-size: 14px;
}

.um-imgInfo .p_tabs li em {
    font-style: italic;
}

.um-imgInfo-but a {
    display: inline-block;
    width: 200px;
    height: 45px;
    background: #0050cf;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #0050cf;
}

.um-imgInfo-but a:last-child {
    background: #fff;
    border: 1px solid #0050cf;
    color: #333;
    background: #fff;
}


/* 下方推荐 */

.um-bd_recommend {
    margin-top: 35px;
}

.um-bd_imgShow_bd .tag,
.um-bd_recommend .tag {
    height: 30px;
    margin-bottom: 20px;
    background: #e6e6e6;
    border-left: 1px solid #0050cf;
}

.um-bd_imgShow_bd .tag b,
.um-bd_recommend .tag b {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #0050cf;
    text-align: center;
    font-size: 16px;
    padding-left: 20px;
}

.um-bd_recommend .items-img li {
    width: 206px;
}

.um-bd_recommend .items-img li p {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
}


/* 城市分销 */

.um-bd_recommend .citybox a {
    display: inline-block;
    padding-right: 10px;
    line-height: 30px;
}


/* 图片列表 */

.case-show li {
    width: 293px;
    margin-right: 25px;
    margin-bottom: 15px;
}

.case-show li img {
    width: 100%;
}

.case-show li p {
    line-height: 25px;
    font-size: 14px;
}


/* 图片推荐 */

.um-bd_recommend li {
    width: 203px;
}


/* 新闻通用 */

.items-desc-text li {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #999;
}

.items-desc-text li h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 8px;
}

.items-desc-text li span {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    display: block;
}

.items-desc-text li img {
    margin-right: 20px;
}

.items-desc-text li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    overflow: hidden;
    height: 100px;
    margin-bottom: 20px;
}

.items-desc-text li:hover h2 {
    color: #0050cf;
}

.items-desc-text li .desc-click,
.items-desc-text li .desc-time {
    background: url(../image/click.png) no-repeat left center;
    padding-left: 20px;
    background-size: 12px;
    float: left;
    display: block;
    padding-right: 15px;
}

.items-desc-text li .desc-time {
    background: url(../image/time.png) no-repeat left center;
    background-size: 12px;
}


/* 新闻详情页 */

.um-bd_recommend .related a {
    width: 50%;
    display: block;
    line-height: 30px;
    color: #333;
    float: left;
    padding-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.um-bd_recommend .related a span {
    color: #999;
}


/* 详情页推荐 */

.um-bd_recommend .article li {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 15px;
}

.um-bd_recommend .article li {
    width: 100%;
}

.um-bd_recommend .article li img {
    width: 150px;
    margin-right: 20px;
}

.um-bd_recommend .article li h2 {
    font-size: 16px;
    font-weight: normal;
    font-weight: bold;
    margin-bottom: 5px;
    color: #222;
    margin-top: 5px;
}

.um-bd_recommend .article li p {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.um-bd_recommend .article li span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #999;
}

.um-bd_recommend .article li:hover h2 {
    color: #0050cf;
}


/* 详情页标题 */

.um-bd_bd .tit h3 {
    line-height: 1.5;
    font-size: 26px;
    color: #0050cf;
    font-weight: normal;
}

.meta {
    margin-top: 10px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: '宋体';
}

.content {
    font-size: 16px;
}


/* 内容页正文 */

.um-page-content {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}


/* 内页右侧 */

.um-right .tit {
    font-size: 1em;
    color: #0050cf;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    background: #f7f7f7;
    padding: .35em .6em .35em .6em;
    margin-bottom: 20px;
    border-left: 2px solid #0050cf;
    font-weight: bold;
}

.um-right .tit a {
    color: #0b67c5;
    font-weight: normal;
}

.r-module-img li {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #eaeaea;
}

.r-module-img li:last-child {
    margin-bottom: 0;
}

.r-module-img li .img {
    position: relative;
}

.r-module-img li .img img {
    display: block;
}

.r-module-img li .con p {
    line-height: 22px;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
    color: #525252;
    padding: 0 11px;
}

.r-module-img li .con span {
    display: block;
    margin: 0 15px 15px;
    font-size: 12px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    color: #8a8a8a;
}

.r-module-img li:hover .con p {
    color: #0050cf;
}

.r-module-desc li {
    margin-top: 14px;
}

.r-module-desc li .con {
    width: 162px;
}

.r-module-desc li .con h3 {
    font-size: 13px;
    font-weight: normal;
    color: #555;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}

.r-module-desc li .con h3 span {
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    background: #999;
    line-height: 12px;
    padding: 3px 6px;
    border-radius: 3px;
    color: #fff;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    font-weight: normal;
}

.r-module-desc li:nth-child(1) .con h3 span {
    background: red;
}

.r-module-desc li:nth-child(2) .con h3 span {
    background: #FF5722;
}

.r-module-desc li:nth-child(3) .con h3 span {
    background: orange;
}

.r-module-desc li .con p {
    display: block;
    text-align: left;
    float: none;
    color: #c5c5c5;
    font-size: 12px;
}

.r-module-desc li:hover .con h3 {
    color: #000;
}

.r-module-desc li:nth-child(1n+4) {
    margin-top: 5px;
}

.r-module-desc li:nth-child(4) {
    margin-top: 14px;
}

.r-module-desc li:nth-child(1n+4) img {
    display: none;
}

.r-module-desc li:nth-child(1n+4) .con {
    width: 100%;
}

.r-module .li2 a {
    display: block;
    margin-top: 14px;
    color: #c5c5c5;
    font-size: 12px;
    color: #8a8a8a;
}

.r-module-related a {
    width: 9em;
    color: #717171;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.r-module-related a span {
    float: left;
    width: 1.5em;
    font-size: 28px;
    color: #e0e0e0;
    line-height: 1.1em;
    font-family: Impact, Arial, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.r-module-related a:hover {
    color: #000;
}

.r-module-related a:hover span {
    color: #c3c3c3;
}

.r-module-keywords a {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    background: #333;
    color: #fff;
    line-height: 30px;
    margin-bottom: 3px;
}

.r-module-keywords a:hover {
    background: #0050cf;
}

.um-right .con a {
    font-size: 12px;
    font-family: '宋体';
    margin-right: 10px;
    display: inline-block;
    line-height: 20px;
}


/*新闻详情页*/

.content {
    font-size: 15px;
    line-height: 2;
    color: #333;
}


/*----------------------------------------------------------------------------------------------------------------*/


/*
** 产品列表
**/

.catelist {}

.catelist li {
    margin-top: 20px;
    overflow: hidden;
}

.catelist .img {
    width: 120px;
    height: 120px;
    margin: 0 30px;
    border: #ddd solid 2px;
    overflow: hidden;
}

.catelist .com {
    margin-left: 30px;
}

.catelist .t {
    padding-bottom: 6px;
}


/*产品详细*/

.um-imgDetail {}

.um-imgDetail .cent {
    padding: 20px 0;
    font-size: 14px;
}

.um-imgDetail .cent img {
    max-width: 100%;
}

.um-imgDetail table {
    border-spacing: 0;
    border-left: #ddd solid 1px;
    border-top: #ddd solid 1px;
}

.um-imgDetail table td {
    padding: 5px 10px;
    border-right: #ddd solid 1px;
    border-bottom: #ddd solid 1px;
}

.pagenav {
    padding: 10px 0 0 0;
    border-top: #ddd solid 1px;
    font-size: 14px;
}

.pagenav a {
    color: #0050cf;
}

.pagenav p {
    margin-top: 10px;
}

.citybox {}

.citybox a {
    display: inline-block;
    margin-right: 20px;
    line-height: 28px;
}


/*
** 图片
**/

.photo_box {
    overflow: hidden;
}

.photo_box .photo {
    position: relative;
    float: left;
    width: 625px;
    margin-left: 40px;
    overflow: hidden;
}

.photo_box .btn_left,
.photo_box .btn_right {
    display: block;
    width: 8px;
    height: 30px;
    margin-top: 195px;
    background: url(../image/roll.jpg) no-repeat;
}

.photo_box .btn_left {
    float: left;
}

.photo_box .btn_right {
    float: right;
    background-position: -8px 0;
}

.photo_view li {
    float: left;
    width: 625px;
}

.photo_desc h3 {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: #eee solid 1px;
}


/*
** 下载
**/

.down_list dl.img {
    margin: 5px 10px;
}

.down_list dl.img dt {
    font-size: 14px;
    background: #EFEFEF;
    line-height: 28px;
    padding-left: 5px;
}

.down_list dl.img dt a {
    color: #855352
}

.down_list dl.img dd.ext {
    line-height: 22px;
    text-align: right;
    color: #333;
}

.down_list dl.img dd.desc {
    line-height: 22px;
    color: #9E9E9E
}

.down_info {
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-bottom: none;
}

.down_info ul li label {
    float: left;
    width: 65px;
    border-right: 1px solid #EFEFEF;
    text-align: center;
    margin-right: 5px;
}

.down_info ul li {
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #EFEFEF;
    font-size: 12px;
}

.down_info ul li a {
    font-weight: bold;
    color: #F30;
}

#content {
    line-height: 30px;
    font-size: 14px;
}

#content h1.tit {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    color: #333;
    text-align: center;
    margin: 20px 0;
}

#content h1.tit span {
    font-size: 14px;
    font-weight: normal;
}

#content .content p {
    font-size: 12px;
}

#content .content img {
    max-width: 590px;
    _width: expression(this.width > 590 && this.width > this.height ? 590: true);
}

#content .content strong {
    color: #000;
}

#content .content ol {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul {
    list-style-position: inside;
    margin: 20px;
}

#content .content ul li {
    list-style-type: disc;
}

#content .content ol li {
    list-style-type: decimal;
}

#content .content h1,
#content .content h2,
#content .content h3,
#content .content h4,
#content .content h5,
#content .content h6 {
    color: #000;
    font-size: 100%;
    font-weight: bold;
}

#pages {
    padding: 10px 0 10px;
    text-align: center;
    font: 12px '宋体';
}

#pages a {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333
}

#pages a.a1 {
    padding: 0px 12px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    background: #0050cf;
    border: 1px solid #0050cf;
    color: #fff;
    text-align: center;
}

.page .noPage {
    display: inline-block;
    padding: 0px 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}

.kefu {
    width: 99px;
    height: 60px;
    position: absolute;
    top: 0px;
}

.kefu .kftop {
    background: url(../images/kefu_top.gif) no-repeat;
    height: 20px;
}

.kefu .kfbottom {
    background: url(../images/kefu_bottom.gif) no-repeat;
    height: 14px;
}

.kefu .kfbox {
    border-left: 1px solid #DDE6EC;
    border-right: 1px solid #DDE6EC;
    overflow: hidden;
    zoom: 1;
    padding: 1px;
    background: #FFF;
    color: #f00;
    line-height: 26px;
}

.kefu .kfbox ul {
    padding-left: 6px;
}

.kefu .kfbox ul li.tit {
    color: #800000;
}

.kefu .kfbox ul li img {
    vertical-align: middle;
}


/*留言反馈*/

.table-list td,
.table-list th {
    padding-left: 12px;
}

.table-list td img {
    vertical-align: middle;
}

.table-list thead th {
    height: 30px;
    background: #eef3f7;
    border-bottom: 1px solid #d5dfe8;
    font-weight: normal;
    line-height: 30px;
}

.table-list tbody td,
.table-list .btn {
    border-bottom: #eee 1px solid;
    line-height: 30px;
}

div.btn {
    background: #f6f6f6;
    padding: 6px 12px;
    height: 30px;
    line-height: 30px
}

.table-list tr:hover,
.table-list table tbody tr:hover {
    background: #fbffe4
}

.nHover tr:hover,
.nHover tr:hover td {
    background: none
}

.table-list .input-text-c {
    padding: 0;
    height: 18px
}

.input-text-c {
    border: 1px solid #A7A6AA;
    height: 18px;
    padding: 2px 0 0;
    text-align: center
}

.td-line {
    border: 1px solid #eee
}

.td-line td,
.td-line th {
    border: 1px solid #eee
}

.button {
    background: #6ed467;
    border: none;
    padding: 5px 12px;
    margin-right: 6px;
    cursor: pointer;
    color: #fff;
}

[type=reset] {
    background: #999;
}

.button:hover {
    background: #0050cf;
}

[type=reset]:hover {
    background: #777;
}

.table-list tr.on,
.table-list tr.on td,
.table-list tr.on th,
.table-list td.on,
.table-list th.on {
    background: #fdf9e5;
}

a.close-own {
    background: url(../Images/cross.png) no-repeat left 3px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    outline: none;
    right: 7px;
    top: 8px;
    text-indent: 200px;
    overflow: hidden
}

a.close-own:hover {
    background-position: left -46px
}

.input-text,
.measure-input,
textarea,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #A7A6AA;
    line-height: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    padding: 1px 0 1px 5px;
    border: 1px solid #d0d0d0;
    background: #FFF url(../Images/admin_img/input.png) repeat-x;
    font-family: Verdana, Geneva, sans-serif, "宋体";
    font-size: 12px;
}

.input-focus {
    background: #FFF;
    border-color: #afcee6;
    font-size: 12px;
}

input.date,
input.endDate {
    background: #fff url(../Images/admin_img/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}

textarea,
textarea.input-text,
textarea.input-focus {
    font-size: 12px;
    height: auto;
    padding: 5px;
    margin: 0;
}

select {
    vertical-align: middle;
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #666666 #CCCCCC #CCCCCC #666666;
    border-style: solid;
    border-width: 1px;
    color: #333;
    padding: 2px;
}

.search-form {
    margin-bottom: 10px
}


/*宋体宋体*/

.table_form {
    margin: 10px;
    width: 95%;
}

.table_form input {}

.table_form td {
    padding-left: 12px
}

.table_form th {
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    color: #777
}

.table_form td label {
    vertical-align: middle
}

.table_form td,
.table_form th {
    padding: 8px 0 5px 8px;
    line-height: 22px;
}

.table_form tbody td,
.table_form tbody th {
    border-bottom: 1px solid #eee;
}

.colorpanel tbody td,
.colorpanel tbody th {
    padding: 0;
    border-bottom: none;
}

em.error {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/unchecked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

em.success {
    overflow: hidden;
    zoom: 1;
    background: url("../Images/checked.gif") no-repeat 0px 0px;
    padding-left: 19px;
    color: red;
}

.guestbook_list {
    margin: 12px 0;
    line-height: 26px;
    font-size: 14px;
}

.guestbook_list dl {
    border: 1px solid #E9E9EB;
    margin: 8px auto;
    padding: 15px;
}

.guestbook_list dl dt {
    border-bottom: 1px dashed #E9E9EB;
    height: 26px;
    line-height: 26px;
    color: #0050cf;
}

.guestbook_list dl dt span {
    float: right;
    line-height: 26px;
}

.guestbook_list dl dd.g_content {
    padding: 5px;
    line-height: 26px;
}

.post_box {
    border: 1px solid #eee;
}

.post_box h5 {
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    height: 35px;
    background: #f5f5f5;
}


/*user login*/


/*sitemap*/

.mapbox {
    border: 1px solid #ccc;
    background: #fff;
}

.mapbox h4 {
    margin: 10px 0;
    padding: 6px;
    border: none;
    border-top: 1px solid #ccc;
    margin-top: -1px;
    border-bottom: 1px solid #eee;
}

.smallcat ul {
    overflow: hidden;
}

.smallcat ul li {
    float: left;
    line-height: 24px;
}

.smallcat ul li a {
    margin: 0 8px;
}


