﻿* {
    padding: 0;
    margin: 0;
}

a,
a:visited,
a:link {
    color: inherit;
    text-decoration: none;
}

ul,
ol,
li {
    font-style: normal;
    list-style-type: none;
}

h3,
i,
span,
p,
em {
    font-style: normal;
    font-style: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#slides,
#slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#slides .bd li img {
    width: 100%;
    display: block;
}

#slides2 li img {
    width: 100%;
    display: block;
}

#slides .hd {
    position: absolute;
    width: 100%;
    z-index: 101;
    bottom: 10px;
    text-align: center;
}

#slides .hd li {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
    font-size: 0;
    vertical-align: top;
    width: 40px;
    height: 5px;
    cursor: pointer;
    overflow: hidden;
    background: #fff;

    position: relative;
}

#slides .hd li.on {
    background: #ff0000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #3d3d3d;
}

.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}

#backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}

h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

h4.related span {
    display: inline-block;
    border-bottom: 2px solid #666;
}

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

ul.relate_pr li a {
    display: block;
    margin: 5px;
    text-align: center;
    line-height: 30px;
    color: inherit;
}

ul.relate_pr li img {
    width: 100%;
    display: block;
}

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*头部*/

.top {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #f4f4f4;
    color: #000;
}

.top a {
    color: #000;
}

.top h1 {
    font-size: 14px;
    font-weight: normal;
}

.nav {
    background: #f4f3f3;
    color: #000;
    height: 64px;
}

.nav>ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    border-bottom: 7px solid #000;
    border-left: 7px solid #0e7e94;
}

.nav>ul:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    border-bottom: 7px solid #000;
    border-right: 7px solid #0e7e94;
}

.nav li {
    display: inline-block;
    position: relative;
}

.nav li a {
    padding: 0 40px;
	 font-size:16px;
	
    line-height: 64px;
}

.nav li ul {
    background: #242424;
    position: absolute;
    z-index: 99999;
    width: 200px;
    display: none;
}

.nav li ul li {
    display: block;
    text-align: center;
}

.nav li ul li a {
    padding: 0;
    line-height:60px;
    border: none;
}

.nav li:hover ul {
    display: block;
}

.nav li:hover,
.nav li.cur {
    background: #172a88;
	  color:#fff;
}

.hnav {
    background: #fff;
    margin: 40px 8px;
    width: 248px;
    padding: 0px 0 10px;
    position: relative;
}

.hnavbg {
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
    width: 240px;
    height: 100%;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16px);
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16px);
}

.hnav h2 {
    background: #172a88;
    color: #fff;
    width: 248px;
    position: relative;
    left: -8px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 16px);
    -webkit-clip-path: polygon(100% 16px, 100% 100%, 0 100%, 0 0);
    border-bottom: 12px solid #071038;
    border-right: 6px solid #071038;
}

.hnav h2:before {
    content: "";
    border-right: 8px solid #071038;
    border-bottom: 12px solid white;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.hnav h2:after {
    content: "";
    border-left: 6px solid #071038;
    border-bottom: 12px solid #071038;
    border-top: 12px solid #071038;
    position: absolute;
    right: -6px;
    bottom: -20px;
}

.hnav ul {
    padding: 0 10px;
}

.hnav li a {
    display: block;
    line-height: 34px;
    background: #dedede;
    padding: 0 10px;
    color: #464646;
    font-size: 16px;
    margin-bottom: 14px;
}

.hnav li a:hover {
    background: #e85b29;
    color: #fff;
}

.hnav li ul li a {
    background: url(../images/pro_list.png) no-repeat left center;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.hcontact {
    margin: 0 10px;
    padding: 30px 0 30px 65px;
    background: #3f3f3f url(../images/gcphone.png) no-repeat 10px center;
    color: #fff;
}

.product {
    margin: 40px 0 0;
  
  
    overflow: hidden;
}

.products {
    width: 1200px;
    margin: auto;
}

.protitle {
    text-align: center;
    margin-bottom: 40px;
}
.protitle  span{
	 color:#172a88;
	
}
.protitle div:first-child {
    font-size: 36px;
    font-weight: bold;
    color: #212121;
}

.protitle div:nth-child(2) {
    font-size: 16px;
    color: #4b4b4b;
}

.left_pro {
    width: 280px;
    float: left;
}

.pltitle {
    height: 98px;
    background: #ff0000;
    text-align: center;
}

.pltitle div:first-child {
    font-size: 30px;
    color: #fff;
}

.pltitle div:nth-child(2) {
    font-size: 20px;
    color: #fff;
}

.left_pro ul {
    border: 10px solid #ff0000;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.left_pro ul li {
    height: 51px;
    line-height: 51px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #dfdfdf;
    background: url(../images/prolist.png) right center no-repeat;
}

.right_pro {
    width: 1200px;
   
    overflow: hidden;
}

.left_pro ul li:last-child {
    border-bottom: none;
}

.protit {overflow: hidden; width: 1200px; margin: auto;padding-left: 179px;}
.protit p a{font-size: 16px;color: #fff;display: block;float: left;width: 173px;margin-bottom: 50px;white-space: nowrap;padding-right: 10px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;  
text-align:center;
line-height:45px;
background:#172a88; border-radius:20px; margin-left:20px;
}



.wa_s_b {
    margin-top: 60px;
    margin-bottom: 45px;
	 background: url(../images/news.jpg) no-repeat center 0;
    text-align: center;
}

.wa_s_b>div {
    line-height: 46px;
   
    font-size: 36px;
    color: #000;
}

.wa_s_b dl {
    font-size: 22px;
    font-weight: normal;
}


.ys_bj {
    position: relative;
    margin-top: 27px;
    z-index: 1;
    background: url(../images/ys_bj.jpg) no-repeat center 0;
    height: 950px;
    overflow: hidden;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ab1
{ background: url(../images/foo_bg.png) no-repeat center 0;
 height:67px;}
.ys {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ys h2 {
    height: 80px;
    height: 136px;
    overflow: hidden;
    font-weight: bold;
    margin: auto;
}

.ys_nav {
    height: 177px;
    overflow: hidden;
}

.ys_nav li {
    float: left;
    margin-right: 40px;
    width: 270px;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
    position: relative;
}

.ys_nav li:last-child {
    margin-right: 0;
}

.ys_nav li p {
    background: url(../images/ys_ico.png) no-repeat right 48px;
    line-height: 32px;
    height: 177px;
}

.ys_nav li i {
    display: block;
    padding-top: 26px;
    font-size: 12px;
    color: #cecece;
    text-transform: uppercase;
    font-family: Arial;
    line-height: 15px;
}

.ys_nav li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: #d5d5d5;
}

.ys_nav li::after {
    position: absolute;
    content: "";
    width: 99px;
    height: 2px;
    top: 0;
    left: 0;
    background: #265294;
}

.ys_nav .li01 {
    background: url(../images/01.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li02 {
    background: url(../images/02.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li03 {
    background: url(../images/03.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li04 {
    background: url(../images/04.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li01:hover,
.ys_nav .li01.cur {
    background: url(../images/01-1.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li02:hover,
.ys_nav .li02.cur {
    background: url(../images/02-2.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li03:hover,
.ys_nav .li03.cur {
    background: url(../images/03-3.png) no-repeat left 92px;
    height: 178px;
}

.ys_nav .li04:hover,
.ys_nav .li04.cur {
    background: url(../images/04-4.png) no-repeat left 92px;
    height: 178px;
}
.ys_c {
    height: 500px;
    overflow: hidden;
}

.ys_c dt {
    float: left;
    width: 902px;
    height: 500px;
    overflow: hidden;
}

.ys_c dt img {
    width: 902px;
    height: 500px;
}

.ys_c dd {
    float: right;
    width: 298px;
    height: 500px;
    background: #172a88;
    overflow: hidden;
    padding: 92px 32px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ys_c dd h3 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    font-weight: normal;
}

.ys_c dd h3 a {
    color: #fff;
}

.ys_c dd p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
}.bt01 {
    font-size: 40px;
    color: #222222;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    height: 104px;
}

.bt01 a {
    color: #222222;
}

.bt01 span {
    color: #265294;
    display: inline-block;
   
}

.bt01 i {
    display: block;
    font-size: 20px;
    color: #585858;
    font-weight: normal;
    line-height: 50px;
    font-style: normal;
}

.bt01 i img {
    vertical-align: middle;
    margin: 0 15px;
}


.new_bd {
    margin: 0 auto;
    position: relative;
    width: 1200px;
	
    overflow: hidden;
}

.new_bd {
    margin-bottom: 40px;
}

.new_bd dl {
    float: left;
    width: 572px;
  
    color: #fff;
    padding-bottom: 20px;
}

.new_bd dt {
    height:302px;
    overflow: hidden;
}

.new_bd dt img {
    display: block;
    width: 585px;
    height: auto;
}

.new_bd dd {
    padding-top: 26px;
    height: 78px;
}

.new_bd dd i {
    font-style: normal;
    float: left;
    width: 113px;
    height: 78px;
    border-right: 1px solid #ebebeb;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: center;
    font-family: Arial;
}

.new_bd dd i b {
    font-style: normal;
    display: block;
    font-size: 50px;
    line-height: 50px;
    padding-top: 6px;
    color: #333;
}

.new_bd dd .new_det {
	
    width:500px;
}

.new_bd dd .new_det h4 a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_bd dd .new_det span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.new_bd dd .new_det a:hover {
    color: #000;
}

.new_bd ul {
    float: right;
    width: 562px;
}

.new_bd li {
    height: 117px;
     border-bottom: 1px solid #ebebeb;
  
	padding-bottom:20px;
    margin-bottom: 20px;
}

.new_bd li i {
       font-style: normal;
    float: left;
    width: 130px;
    height: 124px;
    border-right: 1px solid #ebebeb;
    font-size: 20px;
    color: #666;
    line-height: 20px;
    text-align: center;
    background: #dddddd;
}

.new_bd li i b {
    font-style: normal;
    display: block;
    font-size: 40px;
    line-height: 70px;
    padding-top: 6px;
    color: #333;
}

.new_bd li h4 {
    float: left;
    width: 390px;
    margin-left: 24px;
    font-weight: normal;
}

.new_bd li h4 a {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 24px;
    margin-bottom: 10px;
}

.new_bd li h4 span {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.new_bd li:hover a {
    color: #172a88;
}

.new_bd li:last-child {
    margin-bottom: 0;
}


.jinyin {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.jinTop {
    width: 100%;
    background-position: 0;
    text-align: left;
    margin-top: 46px;
    margin-bottom: 45px;
}

.jinTop span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.jinTop span>label {
    font-size: 20px;
    font-weight: normal;
    color: #616161;
}

.jinTop div {
    font-size: 18px;
    padding-top: 10px;
    color: #858585;
}

.jinTop div label {
    background: #fe6505;
    color: #fff;
    padding: 5px;
}

.index_e {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.index_es {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.index_es a {
    display: block;
    width: 273px;
    margin-bottom: 50px;
    border: 6px solid #fff;
    overflow: hidden;
    margin-right: 40px;
    position: relative;
}

.index_es a img {
    width: 100%;
    border-right: 0;
    height: 242px;
    transition: all 0.3s;
}

.index_es a div {
    width: 100%;
    font-size: 16px;
    bottom: 0;
    height: 60px;
    background: #fff;
    line-height: 60px;
    text-align: center;
    color: #000;
}

.index_pros {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.index_pros a {
    display: block;
    width: 269px;
    margin-bottom: 20px;
    border: 6px solid #fff;
    overflow: hidden;
    margin-right: 40px;
    position: relative;
}

.index_pros a img {
    width: 100%;
    border-right: 0;
    height: 269px;
    transition: all 0.3s;
}

.index_pros a div {
   
    font-size: 16px;
    bottom: 0;
    height: 60px;
    background: #fff;
    line-height: 60px;
	 border:1px solid #e3e1e1;
    text-align: center;
    color: #000;
}

.tit {
    overflow: hidden;
    width: 1200px;
    margin: auto;
}

.tit p {}

.tit p a {
    font-size: 18px;
    color: #333;
    display: block;
    float: left;
    width: 187px;
    margin-bottom: 26px;
    white-space: nowrap;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
    background: #e8e8e8;
    text-align: center;
    margin-right: 40px;
}

.tit p a:nth-child(5n) {
    width: 133px;
}

.tit p a:hover {
    color: #fff;
    background: #205ca5;
}

.case li {
    width: 173px;
    float: left;
    margin: 0 12px;
}

.case li img {
    display: block;
    width: 173px;
    height: 255px;
    border: 1px solid #ccc;
}

.case li h3 {
    line-height: 33px;
    height: 33px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
}

.db {
    border-top: 8px solid #0f7b8f;
    margin: 30px 0;
    position: relative;
    padding: 40px 0;
}

.db:before {
    content: "";
    border-left: 12px solid transparent;
    border-top: 12px solid #0f7b8f;
    border-right: 12px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0px;
}

.title2 {
    text-align: center;
    font-size: 28px;
}

.title2 span {
    color: #0f7b8f;
}

.title2 b {
    display: block;
    color: #0f7b8f;
    font-size: 36px;
}

.db li {
    float: left;
    width: 519px;
    border-right: 1px solid #0f7b8f;
    padding: 30px 40px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.db li:nth-child(2n) {
    border-right: none;
}

.db li:nth-child(n+3) {
    border-top: 1px solid #0f7b8f;
}

.db li img {
    display: block;
    height: auto;
    margin-top: 30px;
}

img.abimg {
    position: absolute;
    width: 144px;
    height: 144px;
    left: 50%;
    top: 50%;
    margin: -72px 0 0 -72px;
    z-index: 100;
}

.ysline {
    height: 75px;
    background: linear-gradient(150deg, #0f7b8f 80%, #0f7b8f, #fff 80.5%, #fff 81%, #ccc 81%, #ccc);
    position: relative;
}

.ysline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 61px;
    top: 6px;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
}

.title3 {
    text-align: center;
    margin-top: -110px;
}

.title3 h2 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    z-index: 120;
}

.title3 h2 b {
    display: block;
    font-size: 22px;
}

.title3 span {
    background: #ff4f16;
    display: block;
    padding: 10px;
}

.title3 h2:before {
    content: "";
    position: absolute;
    border-top: 120px solid #ff4f16;
    border-left: 70px solid transparent;
    left: -70px;
    top: 0;
}

.title3 h2:after {
    content: "";
    position: absolute;
    border-top: 120px solid #ff4f16;
    border-right: 70px solid transparent;
    right: -70px;
    top: 0;
}


.pj {
    padding: 30px 0;
}

.title4 {
    text-align: center;
    margin-bottom: 20px;
}

.title4 h2 {
    display: inline-block;
    padding: 0 50px;
    font-size: 26px;
    position: relative;
}

.title4 h2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/tl.png) no-repeat left center;
}

.title4 h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(../images/tr.png) no-repeat left center;
}

.title4 h2 span {
    color: #0f7b8f;
}

.title4 p {
    color: #ccc;
    font-size: 14px;
}

.pj li {
    width: 260px;
    float: left;
    margin-left: 28px;
}

.pj li img {
    width: 100%;
    height: 135px;
    display: block;
}

.pj li p {
    line-height: 24px;
    height: 70px;
    margin: 10px 0;
    overflow: hidden;
}

.pj li span {
    display: block;
    color: #117f8c;
}

.title5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 43px;
    color: #1a1111;
    line-height: 27px;
}

.title5 h2 {
    font-size: 16px;
    font-weight: normal;
    font-family: Palatino Linotype, arial;
}

.title5 span {
    display: block;
    font-weight: normal;
    color: #1a1111;
    font-size: 38px;
    padding: 4px 10px;
    font-weight: bold;
}

.title5 h2 {}

img.limg {
    width:575px;
    height: 355px;
    height: auto;
    float: right;
}

.about {
   
    height: 644px;
}

.about1 {
    width: 1200px;
    margin: auto;
}

.left_1111 {
    float: left;
    width: 534px;
    height: 276px;
    padding: 40px;
    background: #f1f3f3;
}

.left_1111 h2 {
    display: block;
	 font-size:25px;
    line-height: 66px;
    font-style: normal;
    margin-bottom: 10px;
    color: #172a88;
}

.left_1111 a {
    display: block;
    width: 120px;
    line-height: 33px;
    height: 33px;
    text-align: center;
    color: #000; float:right;
    border: 1px solid #172a88;
    margin-top: 20px;
}

.about li img {
    padding: 20px;
    width: 35px； height：31px;
    height: auto;
    display: block;
    transition: 1s all ease;
}

.about li p {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.about li img:hover {
    transform: rotate(360deg);
}

.newsl {
    width: 750px;
    border-bottom: 1px dashed #ccc;
}

.newstab {
    margin-bottom: 15px;
    background: #ededed;
    line-height: 33px;
}

.newstab ul {
    display: inline-block;
}

.newstab li {
    display: inline-block;
    line-height: 33px;
    border-top: 2px solid transparent;
}

.newstab li a {
    display: block;
    padding: 0 30px;
    font-size: 16px;
}

a.link {
    float: right;
    padding-right: 10px;
}

.newstab li.cur {
    border-color: #0f7b8f;
    background: #fff;
    font-weight: bold;
}

.newslist li {
    overflow: hidden;
    float: left;
    width: 355px;
    margin: 0 10px 0 0;
}

.newslist li img {
    width: 294px;
    height: 172px;
    display: block;
    float: left;
    margin-right: 20px;
}

.newslist li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    line-height: 37px;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
}

.newslist li h3:before {
    content: "";
    border-left: 8px solid #ccc;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}

.newslist li.first h3 {
    color: #0f7b8f;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    line-height: 35px;
}

.newslist li.first h3:before {
    display: none;
}

.newslist li.first p {
    height: 100px;
    margin-bottom: 10px;
    line-height: 24px;
    overflow: hidden;
}

.newslist li.first span {
    width: 108px;
    height: 28px;
    background-color: #245194;
    color: white;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.newslist li.first {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}

.newsr {
    width: 380px;
}

.newsr h2 {
    line-height: 35px;
    background: #ededed;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 15px;
}

.newsr li {
    padding-bottom: 10px;
}

.newsr li h3 {
    padding-left: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}

.newsr li h3:before {
    content: "问";
    position: absolute;
    left: 0;
    top: 2px;
    background: #ff4f16;
    font-size: 12px;
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

.newsr li p {
    padding-left: 30px;
    position: relative;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.newsr li p:before {
    content: "答";
    position: absolute;
    left: 0;
    top: 2px;
    background: #ccc;
    font-size: 12px;
    width: 20px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}
.allTop{
    text-align: center;
    
    margin-bottom: 29px;
    overflow: hidden;
}
.allTop label{
    font-size: 45px;
    color: #366dae;
}
.allTop label span{
    color: #0c0b11;
	 font-weight:bold;

}
.allTop div{
    color: #0c0b11;
    font-size: 26px;
    font-family: Arial;
    text-transform: uppercase;
}
.hj_d{
    width: 1194px;
    margin: auto;
    overflow: hidden; 
    margin-bottom: 30px;   
}
.hj_d a{
    display: block;
    float: left;
    text-align: center;
    width: 20%;
}
.hj_d a img{

}
.hj_d a div{
    font-size: 18px;
    color: #333333;
    margin-top: 26px;
    margin-bottom: 13px;
}
.hj_d a p{
    color: #666666;
    margin: 0;
    line-height: 25px;
}


.flink {
    padding: 30px 0;
}

.ftitle {
    margin-bottom: 15px;
    height: 15px;
    border-bottom: 2px solid #ccc;
}

.ftitle h3 {
    font-size: 20px;
    color: #0f7b8f;
    line-height: 30px;
    font-weight: 600;
    float: left;
    background: #fff;
    padding-right: 10px;
}

b.falias {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    color: #c3c3c3;
    float: left;
    margin-right: 20px;
    font-family: serif;
}

.fcon {
    line-height: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.contact {
    width: 340px;
    position: absolute;
    height: 100%;
    left: 0;
    top: -50px;
    background: #fff;
    color: #3d3d3d;
    padding: 0 20px 50px;
    box-shadow: 0 -5px 10px #d8d8d8;
    border-radius: 3px 3px 0 0;
    line-height: 32px;
}

.contact h3 {
    padding-left: 65px;
    margin-top: 20px;
    font-size: 22px;
    color: #0f7b8f;
    line-height: 30px;
    margin-bottom: 20px;
    background: url(../images/cont.png) no-repeat left center;
}

.contact h3 span {
    display: block;
    text-transform: uppercase;
    color: #ccc;
    font-size: 24px;
    font-weight: normal;
    font-family: serif;
}

.bottom {
    width: 100%;
    background: #1a212a;
    overflow: hidden;
}

.bottomTop {
    text-align: center;
    background: #1a212a;
    border-bottom: 1px solid #363c44;
}

.bottomTop img {
    margin: 11px 0px;
}

.bottomTop div {
    font-size: 33px;
    color: #fff;
    font-family: Arial;
    margin-bottom: 25px;
}

.bottoms {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: 40px;
}

.bottomsRight {
    float: right;
    text-align: center;
}

.bottomsRight p {
    color: #fff;
}

.bottomsLeft {
    float: left;
    width: 898px;
    overflow: hidden;
    display: flex;
}

.bottomsLeft div {
	 width:210px;
    height: 177px;
    text-align: left;
    border-right: 1px solid #363c44;
}

.bottomsLeft div a {
    display: block;
    color: #fff;
    PADDING-LEFT: 44PX;
    margin-bottom: 8px;
}

.bottomsLeft div a:nth-child(1) {
    color: #fff;
    font-size: 16px;
  
}

.bottomsall {
    line-height: 80px;
    color: #fff;border-top: 1px solid #363c44;
    background: #1a212a;
    text-align: center;
}

.bottomsall a {
    color: #fff;
}

.page {
    padding: 30px 0;
}

.pagel {
    width: 260px;
    float: left;
}

.pagel .hnav {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ltitle {
    margin: 10px 0;
    font-size: 18px;
    border-bottom: solid 1px #e8e8e8;
    color: #1e1e1e;
    margin-bottom: 20px;
}

.ltitle span {
    display: inline-block;
    border-bottom: solid 2px #0e7e94;
}

.jx li a {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}

.jx {
    counter-reset: jindex;
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

.jx li a:before {
    counter-increment: jindex;
    content: counter(jindex);
    height: 20px;
    font-size: 14px;
    background: #d4d4d4;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
}

.jx li:nth-child(1) a:before {
    background: #741c1d;
}

.jx li:nth-child(2) a:before {
    background: #f96900;
}

.jx li:nth-child(3) a:before {
    background: #ffc000;
}

.hoverdes {
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    height: 0;
    transition: all .3s;
}

.hoverdes img {
    width: 69px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 10px;
}

.hoverdes p {
    max-height: 40px;
    overflow: hidden;
}

.jx li:hover .hoverdes {
    height: 50px;
}

.xgt {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
    padding: 10px;
}

.xgt li {
    position: relative;
    overflow: hidden;
    height: 238px;
}

.xgt li img {
    width: 100%;
    height: 100%;
    display: block;
}

.xgt li h3 {
    position: absolute;
    width: 60%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 10px;
    color: #fff;
    padding-right: 40%;
    text-indent: 1em;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: normal;
}

.xrun .hd {
    position: absolute;
    width: 40%;
    right: 0;
    height: 40px;
    bottom: 10px;
}

.xrun {
    position: relative;
}

a.prev1,
a.next1 {
    display: inline-block;
    cursor: pointer;
    width: 27px;
    height: 20px;
    margin-top: 10px;
    overflow: hidden;
}

a.prev1 {
    background: url(../images/btn.png) no-repeat left center;
}

a.next1 {
    background: url(../images/btn.png) no-repeat right center;
}

span.pageState {
    color: #fff;
    font-style: normal;
    margin: 0 5px;
    float: left;
    margin-top: 10px;
}

span.pageState em {
    font-style: normal;
    color: #ffc000;
}

.tree {
    margin-bottom: 10px;
    border: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px 1px #cfcece;
}

.tree h2 {
    padding-left: 20px;
    line-height: 64px;
    background: #ad7721;
    background: -webkit-linear-gradient(bottom, #ad7721, #eebe74);
    background: -moz-linear-gradient(bottom, #ad7721, #eebe74);
    background: -o-linear-gradient(bottom, #ad7721, #eebe74);
    color: #fff;
    font-size: 18px;
}

.tree li a {
    background: -webkit-linear-gradient(bottom, #e8e8e8, #fefefe);
    background: -moz-linear-gradient(bottom, #e8e8e8, #fefefe);
    background: -o-linear-gradient(bottom, #e8e8e8, #fefefe);
    display: block;
    line-height: 54px;
    padding-left: 20px;
    overflow: hidden;
    transition: height .4s;
    -webkit-transition: height .4s;
    -o-transition: height .4s;
    -moz-transition: height .4s;
}

.tree li ul li a {
    height: 0;
    padding-left: 40px;
    background: url(../images/ico1.gif) no-repeat 20px 24px;
}

.tree li:hover ul li a {
    height: 54px;
}

.pager {
    border: 1px solid #f4f4f4;
    padding: 10px;
    width: 890px;
    float: right;
}

.tips {
    border-bottom: 1px solid #dfdfdf;
    line-height: 40px;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: right;
}

.tips span {
    float: left;
    font-size: 18px;
    color: #464646;
}

ul.prlist li {
    width: 270px;
    float: left;
    margin: 0 12px 15px;
}

ul.prlist li img {
    padding: 5px;
    border: 1px solid #ccc;
    width: 268px;
    height: 268px;
    display: block;
}

ul.prlist li h4 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 32px;
    color: #000;
}

ul.prlist li:hover img {
    border-color: #0e7e94;
}

.pading {
    text-align: center;
    font-size: 12px;
    padding: 20px 0;
}

.pading a {
    background-color: #FFF;
    vertical-align: middle;
    border: #efefef 1px solid;
    color: #505050;
    padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
}

.pading span {
    padding: 0 5px;
    line-height: 24px;
}

.pading a:hover {
    background-color: #efefef;
    color: #438ece;
    text-decoration: none;
    border: #efefef 1px solid;
}

.preview {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px dotted #0e7e94;
    margin-bottom: 10px;
}

.preview img {
    display: block;
    width: 370px;
    padding: 5px;
    border: 1px solid #0e7e94;
    float: left;
    margin-right: 40px;
}

.preview h3 {
    color: #000;
    font-size: 14px;
    border-bottom: 1px dashed #e0e1dc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.preview p {
    font-size: 12px;
    line-height: 28px;
}

.desc {
    width: 460px;
    float: right;
}

.record {
    font-size: 12px;
    line-height: 34px;
    padding: 20px 0;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    background: #f8f8f8;
}

ul.newscenter li .time {
    width: 60px;
    height: 73px;
    float: left;
    background: #ededed;
    padding: 7px 0 0 20px;
}

ul.newscenter li .time b {
    display: block;
    font-size: 18px;
    color: #0e7e94;
    font-weight: normal;
}

ul.newscenter li .time em {
    display: block;
    font-style: normal;
    line-height: 20px;
}

ul.newscenter li img {
    height: 80px;
    display: block;
    float: left;
    width: 140px;
    margin-right: 10px;
}

ul.newscenter li h3 {
    font-size: 18px;
    color: #0e7e94;
    padding-bottom: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

ul.newscenter li p {
    line-height: 22px;
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    color: #595959;
}

ul.newscenter li.topnews {
    border: none;
    margin-bottom: 0;
    background: none;
}

ul.newscenter li.topnews img {
    width: 400px;
    height: 250px;
}

ul.newscenter li.topnews span {
    color: #777;
    line-height: 24px;
    margin: 10px 0;
}

ul.newscenter li.topnews p {
    height: 66px;
}

.desctitle {
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #e0e1dc;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-weight: bold;
}

.desctitle h1 {
    font-size: 20px;
}

.desctitle p {
    font-size: 12px;
    font-weight: normal;
    padding-top: 20px;
}


/**娴佺▼**/

.liucheng_main ul li {
    width: 20%;
}

.liucheng_main ul:nth-child(2) li {
    width: 25%;
}

.liucheng_main ul:nth-child(2) {
    padding: 0 10%;
}

.liucheng_main ul li:nth-child(5) .box:after {
    top: 110%;
    left: 48px;
    transform: rotate(135deg);
    transform-origin: 20% 40%;
    -ms-transform: rotate(135deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(135deg);
    /* Safari 鍜� Chrome */
    -webkit-transform-origin: 20% 40%;
    /* Safari 鍜� Chrome */
    -moz-transform: rotate(135deg);
    /* Firefox */
    -moz-transform-origin: 20% 40%;
    /* Firefox */
    -o-transform: rotate(135deg);
    /* Opera */
    -o-transform-origin: 20% 40%;
}

.liucheng_main ul:nth-child(2) li .box:after {
    top: 45%;
    left: -41px;
    transform: rotate(180deg);
    transform-origin: 20% 40%;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -ms-transform-origin: 20% 40%;
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 鍜� Chrome */
    -webkit-transform-origin: 20% 40%;
    /* Safari 鍜� Chrome */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -moz-transform-origin: 20% 40%;
    /* Firefox */
    -o-transform: rotate(180deg);
    /* Opera */
    -o-transform-origin: 20% 40%;
}

.liucheng_main ul:nth-child(2) li:first-child .box:after {
    display: none;
}

.liucheng_main ul {
    margin: 0;
}

.liucheng_main ul li {
    float: left;
    position: relative;
    text-align: center;
    margin-bottom: 4%;
}

.liucheng_main ul li .box {
    width: 195px;
    height: 165px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
    padding-top: 30px;
    display: inline-block;
    transition: .5s;
}

.liucheng_main ul li:hover .box {
    background: #216c4a;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transform: translateX(5px);
}

.liucheng_main ul li:last-child:hover .box {
    transform: translate(-5px, 5px);
}

.liucheng_main ul:nth-child(2) li:hover .box {
    background: #226d4b;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transform: translateX(-5px);
}

.liucheng_main ul li .box:after {
    width: 31px;
    height: 27px;
    position: absolute;
    top: 45%;
    right: -30%;
    content: "";
}

.case {
    padding-bottom: 50px;
    background: url(../images/beij_00.jpg) center 0px no-repeat;
}

.main_b {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    background: url(../images/index_03.jpg) 200px 230px no-repeat;
}

.liucheng_main ul li .box .liucheng_img {
    height: 72px;
    padding-top: 10px;
    width: 72px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 4px;
}

.liucheng_main ul li .box .liucheng_img img {
    transition: .5s;
    width: 100%;
}

.liucheng_main ul li:hover img {
    transform: translateY(-83px);
}

.liucheng_main ul li .box h4 {
    font-size: 22px;
    color: #888;
    margin: 0;
    transition: .5s;
}

.liucheng_main ul li:hover h4 {
    color: #fff;
}

.footer {
    overflow: hidden;
    padding: 40px 0px;
    width: 100%;
    background: #4e4e4e;
}

.footer_1 {
    width: 1200px;
    margin: 0 auto;
}

.footer_1 .left_001 {
    width: 360px;
    float: left;
}

.footer_1 .left_1 {
    margin-right: 28px;
    color: #fff;
    font-size: 16px;
}

.footer_1 .left_1 a {
    color: #d7d7d7;
    font-size: 14px;
}

.footer_1 .left_002 {
    width: 112px;
    float: left;
}

.footer_1 .left_003 {
    width: 200px;
    float: left;
}

.footer_1 .left_003 ul li {
    width: 73px;
    float: left;
}

.footer_1 .left_004 {
    width: 229px;
    float: left;
    font-size: 14px;
    color: #d7d7d7;
}

.footer_1 .erwma {
    float: right;
    width: 133px;
}

.copy_bj {
    background: #3b3b3b;
    line-height: 60px;
    text-align: center;
    color: #d7d7d7;
}

.copy {
    width: 1200px;
    margin: 0 auto;
}

.index_e .tempWrap {
    margin: auto;
}
.tophead {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    background: #f3f3f3;
}

.topheads {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.left_tophead {
    float: left;
    font-size: 12px;
    color: #333;
}

.right_tophead {
    float: right;
}

.right_tophead a{
    display: block;
    float: left;
    margin-left: 15px;
    font-size: 14px;
    line-height: 36px;
	width:93px;
}
.right_tophead a img{
    width: 30%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}