﻿@charset "utf-8";

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {    
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html,
body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    color: #333;
    line-height: normal;
    font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    background: #fff;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    color: #1455a7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

img {
    vertical-align: middle;
}

input,
select,
textarea {
    font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
    font-size: 14px;
}

textarea {
    overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0;
}

input::-ms-clear {
    display: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
}

.clearfix,
.clear:after,
.container:after {
    width: 100%;
    clear: both;
    line-height: 0;
    display: block;
    overflow: hidden;
    zoom: 1;
    font-size: 0;
    content: '.';
}

.right {
    text-align: right;
    color: #666;
}

.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}

/* header */
header .top {
    background: #f0f0f0;
}


.nbanner .tit{
    display: flex;
    height: 450px;
    flex-direction: column;
    justify-content: center;

}
.nbanner .tit h1{
font-size: 36px;
font-weight: bolder;
color: #fff;
}
.nbanner .line {
    width: 50px;
    margin: 20px 0;
    height: 2px;
    position: relative;
}

.nbanner .line:before, .nbanner .line:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
}
        

header nav {
    min-width: 1220px;
    height:80px;
    line-height: 80px;
position:fixed;
width: 100%;
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    
}

header nav .container:after {
    display: none;
}


header nav .logo a {
    display: block;
    width: 200px;
    height:60px;
    background-image: url("/style/pc/img/logo1.png");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
}
header nav .search i{font-size: 18px; color:#fff}

header nav .search {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 30px;
    margin-left: 50px;
   
    
}


header nav .tel {
    color: #fff;
 display: flex;
margin-right: 20px;
align-items:center;
}

header nav .tel em {
    font-size:20px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
header nav .tel .icon {
    background-image: url("/static/images/tel.png");
    width: 30px;
    height:30px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
   }

   header nav .tel i {
    font-size: 30px;
    margin-right: 5px;
      }

header nav .wechart {
    position: relative;
    display: flex;
   color: #fff;
   margin-right: 30px;
   align-items:center;
   }

   header nav .wechart .icon {
    cursor: pointer;
    background-image: url("/static/images/wechart.png");
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
   }
   header nav .wechart .qrcode {
   display: none;
    top: 60px;
    right: -100px;
    padding: 10px;
    width: 200px;
    height: 220px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    background: #fff;
    color: #666;
    text-align: center;
    line-height: 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    transition: all .3s;
    -webkit-transition: all .3s;
  
   } 
   header nav .wechart:hover .qrcode {
 
    display: inline-block;
   } 
header nav .nav {
    display: block;
}

header nav .nav li {
    float: left;
    position: relative;
    z-index: 99;
  
    color: #fff;
}

header nav .nav li>a {
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    display: block;
    overflow: hidden;
}



header nav .nav li .iconfont {
    display: none;
}

header nav .nav li .sub {
    display: none;
    position: absolute;
    left: -10px;
    top: 100%;
    min-width: 100%;
    background:rgba(20, 85, 167, 0.8);
    white-space: nowrap;
    line-height: 40px;
}

header nav .nav li .sub a {
    display: block;
    overflow: hidden;
    padding: 0 30px;
    color: #fff;

}

header nav .nav li .sub a:hover {

    background: #1455a7;
}

header nav .nav li:hover>a:before {
    opacity: 1;
}

header nav .nav li:first-child:before {
    display: none;
}





header nav.cur {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);

}

header nav.cur .logo a {
    display: block;
    width: 260px;
    height:60px;
    background-image: url("/style/pc/img/logo.png");
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
}

header nav.cur .nav li>a {
    color: #222;
   
}
header nav.cur .search i{font-size: 20px; color:#666;}
header nav.cur .tel  {
    color: #1455a7;
   }
header nav.cur .tel .icon {
    background-image: url("/static/images/tel1.png");
    width: 30px;
    height:30px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
   }

header nav.cur .wechart .icon {
    background-image: url("/static/images/wechart1.png");
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    image-rendering: -webkit-optimize-contrast;
   }

/* footer */
.heng {
    background: #fff;
}

.heng ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 120px;
}

.heng ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

 .heng ul li .iconfont {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #1455a7;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
}

 .heng ul li .text {
    font-size: 12px;
    line-height: 1;
}

 .heng ul li .text span {
    font-size: 18px;
    display: block;
    overflow: hidden;
    padding: 0 0 10px 0;
}

 .heng ul li .text p {
    color: #9f9f9f;
}
footer{
    padding-top: 50px;
    background: #1455a7;
    color: #fff;
}
footer .link {
    padding: 35px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .link ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

footer .link ul li {
    float: left;
    margin-right: 20px;
}

footer .link ul li a {
    color: #fff;
}

footer .link ul li a:hover {
    color: #1455a7;
}

.backtop {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px 0 20px 0;
}

.backtop:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eee;
}

.backtop .iconfont {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #1455a7;
    font-size: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
}

footer .backtop .iconfont:hover {
    transform: rotate(360deg);
    background: #1455a7;
}

footer .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

footer .box .logo {
    text-align: center;
    overflow: hidden;
    width: 250px;
}

footer .box .logo p {
   margin-top: 20px;
   color: rgba(255, 255, 255, 0.7);
}
footer .box .logo img {
    max-width: 100%;
    height: auto;
}

footer .box .nav dt {
    font-size: 14px;
    padding: 0 0 10px 0;
}

footer .box .nav dt a {
   
    color: #fff;
}
footer .box .text {
   line-height: 25px;
}
footer .box .nav dd a:hover {
    color: #fff000;
}

footer .box .ewm {
   text-align: center;
    color: #fff;
    line-height: 2.4;
   
}

footer .box .ewm img {
    height: 135px;
    width: auto;

}

footer .copy {
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding: 20px 0 20px 0;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

footer .copy a {
    color: rgba(255, 255, 255, 0.7);
}

footer .copy a:hover {
    color: #fff;
}

footer .code {
    display: none;
}
.news{
    display: flex;
}
.news_swiper{
    margin-top: 18px;
    flex: 4;
}
.news-right{
    flex: 5;
}
.news_swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
    display: flex;
    justify-content: center;
    align-items: center

}
.news_swiper .text{
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
  text-align:center;
    color: #fff;
    line-height: 60px;
    position: absolute;
    bottom: 0;

}
.news_swiper .banner-next,
.news_swiper .banner-prev {
    position: absolute;
    top: 50%;
    height: 80px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    font-size: 30px;
    opacity: 0;
}

.news_swiper .banner-next {
    right: 0px;
}

.news_swiper .banner-prev {
    left: 0px;
}




.news_swiper:hover .banner-next,
.news_swiper:hover .banner-prev {
    opacity: 1;
}


/* banner */
.banner .swiper-slide a {
    display: block;
    overflow: hidden;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
    display: flex;
    justify-content: center;
    align-items: center

}


.banner .banner-next,
.banner .banner-prev {
    position: absolute;
    top: 50%;
    height: 80px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
    outline: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;

    font-size: 30px;
    opacity: 0;
}

.banner .banner-next {
    right: 5%;
}

.banner .banner-prev {
    left: 5%;
}

.banner .banner-num {
    bottom: 25px;
    position: absolute;
    z-index: 5;
    text-align: center;
    left: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.banner .banner-num .swiper-pagination-bullet {
    width: 44px;
    height: 3px;
    border-radius: 0;
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.6;
    background: #fff;
    outline: 0;
    position: relative;
    z-index: 5;
}

.banner .banner-num .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner:hover .banner-next,
.banner:hover .banner-prev {
    opacity: 1;
}

/* nbanner */
.nbanner {
    overflow: hidden;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.nbanner img {
    width: 100%;
    height: auto;
    display: none;
}

/* box-tit */
.box-tit {
    text-align: center;
    overflow: hidden;
    line-height: 1;
    padding: 30px 0 50px 0;
}

.box-tit .tit {
    font-size: 32px;
    font-weight: bold;
}

.box-tit .tit span {
    color: #1455a7;
}

.box-tit .tit i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #1455a7;
    border-radius: 50%;
    margin: 0 6px;
    transform: translateY(-6px);
}

.box-tit .line {
    margin: 10px 0;
    overflow: hidden;
    background: url(img/icon-titjz.png) center center no-repeat;
    height: 20px;
    position: relative;
}

.box-tit .line:before,
.box-tit .line:after {
    content: "";
    width: 200px;
    height: 1px;
    background: #d7d7d7;
    position: absolute;
    top: 50%;
}

.box-tit .line:before {
    left: 50%;
    margin-left: 20px;
    border-left: 30px solid #1455a7;
}

.box-tit .line:after {
    right: 50%;
    margin-right: 20px;
    border-right: 30px solid #1455a7;
}

.box-tit p {
    color: #656565;
    font-size: 18px;
}




/* heng-one */
.heng-one {
    background: url(img/bj-box1.jpg) center top no-repeat;
}

.heng-one .container {
    height: 136px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.heng-one .container:after {
    display: none;
}

.heng-one ul li {
    float: left;
    margin-left: 25px;
}

.heng-one ul li span {
    display: block;
    background: url(img/icon-liubx.png) no-repeat;
    background-size: 100% 100%;
    width: 123px;
    height: 107px;
}

.heng-one ul li a {
    width: 80px;
    text-align: center;
    margin: 0 auto;
    padding-top: 18px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 2px;
}

.heng-one ul li:hover a {
    transform: scale(1.1);
}

.heng-one ul li:first-child {
    margin-left: 0;
}

.heng-one .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 5% 0 0;
}

.heng-one .box img {
    height: 100px;
    width: auto;
    margin-right: 30px;
}

.heng-one .box .tel {
    white-space: nowrap;
}

.heng-one .box .tel .text {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.heng-one .box .tel .text .iconfont {
    font-size: 40px;
    margin-right: 10px;
}

.heng-one .box .tel .text em {
    font-size: 24px;
    letter-spacing: 2px;
}

.heng-one .box .tel a {
    display: block;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    background: #ffff00;
    color: #af2f23;
    border-radius: 4px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

.heng-one .box .tel a:hover {
    background: #fff;
}

/* heng-two */
.heng-two {
    background: url(img/bj-box3.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.heng-two .container {
    height: 205px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.heng-two .container:after {
    display: none;
}

.heng-two .info {
    color: #fff;
    line-height: 1;
}

.heng-two .info .tit {
    font-size: 40px;
    padding: 0 0 15px 0;
    font-family: "SimSun";
    font-weight: bold;
}

.heng-two .info .text {
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 300;
    position: relative;
    padding: 0 0 0 180px;
}

.heng-two .info .text:before {
    content: "";
    width: 72px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.heng-two .info .text span {
    color: #fff000;
}

.heng-two .box .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 15px 0;
    color: #fff;
    line-height: 1;
    font-size: 18px;
}

.heng-two .box .tel .iconfont {
    font-size: 50px;
    margin-right: 8px;
}

.heng-two .box .tel em {
    font-size: 24px;
    display: block;
    overflow: hidden;
    font-weight: bold;
    padding: 6px 0 0 0;
}

.heng-two .box a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 15px;
    margin: 0 8px;
    line-height: 36px;
    position: relative;
    border-radius: 50px;
    font-size: 18px;
    color: #1455a7;
    background: #fff;
    text-align: center;
}

.heng-two .box a:before,
.heng-two .box a:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #1455a7;
    border-radius: 50%;
}

.heng-two .box a:hover {
    background: #1455a7;
    color: #fff;
}

.heng-two .box a:hover:before,
.heng-two .box a:hover:after {
    background: #fb9f26;
}

/* heng-three */
.heng-three {
    background: url(img/bj-box5.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.heng-three .container {
    height: 171px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 0 160px;
}

.heng-three .container:after {
    display: none;
}

.heng-three .pic {
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.heng-three .pic img {
    height: 162px;
    width: auto;
}

.heng-three .box {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    padding: 0 40px;
}

.heng-three .box span {
    color: #f6ff00;
}

.heng-three .box p:last-child {
    margin-left: 290px;
}

.heng-three .box:before,
.heng-three .box:after {
    width: 16px;
    height: 34px;
    content: "";
    position: absolute;
}

.heng-three .box:before {
    left: 0px;
    top: 0px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.heng-three .box:after {
    right: 0px;
    bottom: 0px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

/* heng-four */
.heng-four {
    background: #1455a7;
}

.heng-four .container {
    height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 0 10px 0 230px;
}

.heng-four .container:after {
    display: none;
}

.heng-four .pic {
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.heng-four .pic img {
    height: 203px;
    width: auto;
}

.heng-four .text {
    font-size: 16px;
    color: #fff;
}

.heng-four .text .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1;
    padding: 0 0 5px 0;
}

.heng-four .text .tel .iconfont {
    font-size: 48px;
    margin-right: 10px;
}

.heng-four .text .tel em {
    font-size: 30px;
}

.heng-four .text p {
    text-indent: 10px;
}

.heng-four .form {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 500px;
}

.heng-four .form ul {
    margin: -2px;
    overflow: hidden;
    padding: 0 4px 0 0;
}

.heng-four .form ul li {
    padding: 2px;
    overflow: hidden;
    width: 50%;
    float: left;
}

.heng-four .form ul li input {
    width: 100%;
    height: 44px;
    border: 0;
    padding: 0 10px;
}

.heng-four .form ul li:last-child {
    width: 100%;
}

.heng-four .form .submit input {
    width: 106px;
    height: 92px;
    border: 0;
    background: #f67022;
    
    background: -webkit-linear-gradient(top, #1455a7, #1455a7);
    background: -moz-linear-gradient(top, #1455a7, #1455a7);
    background: -o-linear-gradient(top, #1455a7, #1455a7);
    background: linear-gradient(top, #1455a7, #1455a7);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.heng-four .form .submit input:hover {
    background: #ca510c;
    background: -webkit-linear-gradient(top, #faba0c, #faba0c);
    background: -moz-linear-gradient(top, #faba0c, #faba0c);
    background: -o-linear-gradient(top, #faba0c, #faba0c);
    background: linear-gradient(top, #faba0c, #faba0c);
}

/* heng-five */
.heng-five {
    background: url(img/bj-box10.jpg) center top no-repeat;
}

.heng-five .container {
    height: 205px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    padding: 0 10px 0 220px;
}

.heng-five .container:after {
    display: none;
}

.heng-five .pic {
    position: absolute;
    left: 10px;
    bottom: 0px;
}

.heng-five .pic img {
    height: 180px;
    width: auto;
}

.heng-five .text {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.6;
}

.heng-five .text p:last-child {
    margin-left: 140px;
}

.heng-five .box {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.heng-five .box .picnv {
    position: absolute;
    bottom: 0px;
    right: 100%;
    margin-right: -80px;
}

.heng-five .box .picnv img {
    height: 180px;
    width: auto;
}

.heng-five .box .info {
    white-space: nowrap;
    position: relative;
    z-index: 1;
    padding: 0 0 35px 0;
}

.heng-five .box .info .tel {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

.heng-five .box .info .tel .iconfont {
    font-size: 52px;
    margin-right: 5px;
}

.heng-five .box .info .tel em {
    font-size: 24px;
    letter-spacing: 2px;
    display: block;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.heng-five .box .info a {
    display: block;
    overflow: hidden;
    margin: 10px 10px 0 10px;
    background: #fff;
    color: #1455a7;
    border-radius: 50px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
}

.heng-five .box .info a:hover {
    background: #1455a7;
    color: #fff;
}

/* box-dbfw */
.box-dbfw {
    padding: 50px 0 150px 0;
    background: rgba(20, 85, 167, 0.1);
}

.box-dbfw ul {
    padding: 1px 0 0 1px;
}

.box-dbfw ul li {
    width: 20%;
    float: left;
    border: 1px solid #eee;
    margin: -1px 0 0 -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.box-dbfw ul li .box {
    width: 100%;
    
    height: 350px;
    text-align: center;
    padding: 38px 0 0 0;
    transition: all 0.3s;
}
.box-dbfw ul li .box:hover {
    background: #fff;
   box-shadow:0 5px 20px rgba(20, 85, 167,0.2)
}
.box-dbfw ul li .box:hover .bt{
    color: #0074FF;
 }
.box-dbfw ul li .box .bt {
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s;
}

.box-dbfw ul li .box .pic {
    margin: 28px auto;
    display: block;
    overflow: hidden;
    width: 80px;
   
    
}

.box-dbfw ul li .box .pic img {
    width: 100%;
    height: 100%;
}

.box-dbfw ul li .box .more {
    color: #888;
    border-radius: 5px;
    background-size: 100% 100%;
    width: 126px;
    height: 37px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    margin: 30px auto;
    transition: all 0.3s;
    border: 1px solid #999;
}
.box-dbfw ul li .box:hover .more {
    color: #fff;
    border-radius: 5px;
    background:#0074FF;
    background-size: 100% 100%;
    width: 126px;
    height: 37px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    margin: 30px auto;
    transition: all 0.3s;
    border: 1px solid #0074FF;
}

.box-dbfw ul li .xun {
    height: 300px;
    width: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-dbfw ul li .xun dl {
    width: 100%;
}

.box-dbfw ul li .xun dl dd a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 10px 0 25px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.box-dbfw ul li .xun dl dd a:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #bababa;
    width: 4px;
    height: 4px;
    transition: all 0.3s;
}

.box-dbfw ul li .xun dl dd:hover a:before {
    background: #1455a7;
}

.box-dbfw ul li .xun dl dd:last-child a {
    border-bottom: 0;
}

.box-dbfw ul li.cur {
    width: 40%;
    position: relative;
    z-index: 1;
    border-color: #1455a7;
}

.box-dbfw ul li.cur .box {
    width: 50%;
    background: #1455a7;
    background: -webkit-linear-gradient(top, #1455a7, #1455a7);
    background: -moz-linear-gradient(top, #1455a7, #1455a7);
    background: -o-linear-gradient(top, #1455a7, #1455a7);
    background: linear-gradient(top, #1455a7, #1455a7);
}

.box-dbfw ul li.cur .box .bt {
    color: #fff;
}

.box-dbfw ul li.cur .box .more {
    background-image: url(img/icon-moreh.png);
    color: #333;
}

.box-dbfw ul li.cur .xun {
    box-shadow: 0 0 10px #1455a7;
}

/* box-dblc */
.box-dblc {
    padding: 60px 0 100px 0;
    background: #f6f7fb url(img/bj-box2.jpg) center bottom no-repeat;
}

.box-dblc ul {
    padding: 20px 0 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    counter-reset: sectioncounter;
}

.box-dblc ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 0 15px;
}

.box-dblc ul li .box {
    overflow: hidden;
}

.box-dblc ul li .bt {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 24px;
    color: #1455a7;
    font-weight: bold;
}

.box-dblc ul li .bt:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 50%;
    background: #1455a7;
    margin-right: 5px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.box-dblc ul li .text {
    font-size: 18px;
    color: #666666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0 0 0;
}

.box-dblc ul li .pic {
    background-image: url(img/icon-liucb2.png);
    background-size: 100% 100%;
    width: 160px;
    height: 160px;
    padding: 8px;
    margin: 10px 0;
    transition: all 0.3s;
}

.box-dblc ul li .pic img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    transition: all 0.3s;
}

.box-dblc ul li .pic img:hover {
    transform: scale(1.15);
}

.box-dblc ul li.w1 .pic,
.box-dblc ul li.w3 .pic {
    background-image: url(img/icon-liucb1.png);
    width: 163px;
    height: 171px;
}

.box-dblc ul li.w2,
.box-dblc ul li.w4 {
    margin-top: 200px;
    flex-direction: column-reverse;
}

.box-dblc ul li.w2 .pic,
.box-dblc ul li.w4 .pic {
    background-image: url(img/icon-liucb3.png);
    width: 168px;
    height: 169px;
    padding: 16px 0 0 9px;
}

/* box-wenti */
.box-wenti {
    padding: 60px 0 0 0;
}

.box-wenti .b-tit {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    background: url(img/icon-tityinying.png) center bottom no-repeat;
    padding: 0 0 38px 0;
    overflow: hidden;
}

.box-wenti .b-tit span {
    color: #1455a7;
}

.box-wenti .box {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}

.box-wenti .box .pic {
    margin-right: -2%;
}

.box-wenti .box .pic img {
    max-width: 100%;
    height: auto;
}

.box-wenti .box .xun {
    counter-reset: sectioncounter;
    white-space: nowrap;
}

.box-wenti .box .xun li {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 8px;
}

.box-wenti .box .xun li:before {
    content: "";
    background: url(img/icon-wtjt.png);
    width: 9px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.box-wenti .box .xun li .text {
    float: left;
    font-size: 18px;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #dee2e5;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.box-wenti .box .xun li .text:before {
    content: counter(sectioncounter);
    counter-increment: sectioncounter;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    border-radius: 50%;
    background: #1455a7;
    font-size: 12px;
}

.box-wenti .box .xun li.l2 {
    margin-left: 120px;
}

.box-wenti .box .xun li.l3 {
    margin-left: 50px;
}

.box-wenti .box .xun li.l4 {
    margin-left: 220px;
}

.box-wenti .box .xun li.l5 {
    margin-left: 80px;
}

.box-wenti .box .xun li.l6 {
    margin-left: 165px;
}

.box-wenti .box .xun li:first-child {
    margin-top: 0;
}

/* box-tdys */
.box-tdys {
    padding: 50px 0 70px 0;
}

.box-tdys .box {
    position: relative;
    overflow: hidden;
}

.box-tdys .map {
    border: 2px solid #1455a7;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(img/icon-map.png) center center no-repeat;
}

.box-tdys .map .ys0 {
    color: #797979;
}

.box-tdys .map .ys1 {
    color: #f08841;
}

.box-tdys .map .ys2 {
    color: #de4444;
}

.box-tdys .map .ys3 {
    color: #3aac98;
}

.box-tdys .map .ys4 {
    color: #1f41a1;
}

.box-tdys .map .ys5 {
    color: #494949;
}

.box-tdys .map .ys6 {
    color: #f08841;
    font-weight: bold;
}

.box-tdys .map .ys7 {
    color: #de4444;
    font-weight: bold;
}

.box-tdys .map .ys8 {
    color: #3aac98;
    font-weight: bold;
}

.box-tdys .map .ys9 {
    color: #1f41a1;
    font-weight: bold;
}

.box-tdys .map span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    transition: all 0s;
    border-radius: 5px;
    cursor: default;
}

.box-tdys .xun li {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box-tdys .xun li .iconfont {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 2px solid #1455a7;
    background: #fff;
    border-radius: 50%;
    color: #1455a7;
    font-size: 40px;
    transition: all 0.3s;
}

.box-tdys .xun li .info {
    padding: 0 0 0 25px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.box-tdys .xun li .info .bt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 3px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-tdys .xun li .info .bt span {
    color: #1455a7;
}

.box-tdys .xun li .info .text {
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    color: #656565;
}

.box-tdys .xun li:hover .iconfont {
    background: #1455a7;
    color: #fff;
}

.box-tdys .xun li:hover .info {
    color: #1455a7;
}

.box-tdys .xun li:hover .info .text {
    color: #1455a7;
}

.box-tdys .xun li.w1,
.box-tdys .xun li.w4 {
    top: 15px;
}

.box-tdys .xun li.w2,
.box-tdys .xun li.w5 {
    top: 50%;
    transform: translateY(-50%);
}

.box-tdys .xun li.w3,
.box-tdys .xun li.w6 {
    bottom: 15px;
}

.box-tdys .xun li.w1,
.box-tdys .xun li.w2,
.box-tdys .xun li.w3 {
    right: 50%;
    left: 0px;
    flex-direction: row-reverse;
}

.box-tdys .xun li.w1 .info,
.box-tdys .xun li.w2 .info,
.box-tdys .xun li.w3 .info {
    text-align: right;
    padding: 0 25px 0 0;
}

.box-tdys .xun li.w4,
.box-tdys .xun li.w5,
.box-tdys .xun li.w6 {
    left: 50%;
    right: 0px;
}

.box-tdys .xun li.w1,
.box-tdys .xun li.w3 {
    margin-right: 105px;
}

.box-tdys .xun li.w2 {
    margin-right: 170px;
}

.box-tdys .xun li.w4,
.box-tdys .xun li.w6 {
    margin-left: 105px;
}

.box-tdys .xun li.w5 {
    margin-left: 170px;
}

/* box-cgal */
.box-cgal {
    padding: 100px 0 150px 0;
    background: url(img/bj-box2.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.box-cgal .box-tit .line:before,
.box-cgal .box-tit .line:after {
    background: #d7d7d7;
}

.box-cgal .box-tit p {
    color: #656565;
}

.box-cgal .box {
    position: relative;
}

.box-cgal .box li {
    width: 20%;

}

.box-cgal .box li a {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.box-cgal .box li a span {
    display: none;
}
img{ border:none}

.box-cgal .box li .pic {
    padding: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height:200px;
    background-color: rgba(255, 255, 255, 0.3);
}

.box-cgal .box li .pic img {
    max-width: 100%;
    transition: all 0.3s;
}

.box-cgal .box li .pic img:hover {
    transform: scale(1.1);
}

.box-cgal .cgal-next,
.box-cgal .cgal-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    outline: 0;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    z-index: 5;
}

.box-cgal .cgal-next i,
.box-cgal .cgal-prev i {
   font-size: 36px;
   color: #666;
}

.box-cgal .cgal-next:hover,
.box-cgal .cgal-prev:hover {
    opacity: 1;
}

.box-cgal .cgal-next {
    left: 100%;
    margin-left: 50px;
}

.box-cgal .cgal-prev {
    right: 100%;
    margin-right: 50px;
}

.box-cgal .more {
    display: block;
    overflow: hidden;
    margin: 40px auto 0 auto;
    line-height: 40px;
    border-radius: 10px;
    width: 120px;
    background: #1455a7;
    text-align: center;
    color: #fff;
  
}

.box-cgal .more:hover {
    background: #1455a7;
}

/* box-blwenti */
.box-blwenti {
    padding: 50px 0 70px 0;
}

.box-blwenti .b-tit {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    padding: 0 0 30px 0;
    overflow: hidden;
}

.box-blwenti .b-tit span {
    color: #1455a7;
}

.box-blwenti .b-tit img {
    margin-left: 10px;
    height: 50px;
    width: auto;
}

.box-blwenti ul li {
    float: left;
    width: 25%;
    padding: 12px;
    text-align: center;
    font-weight: 300;
}

.box-blwenti ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #1455a7;
    padding: 40px 0;
}

.box-blwenti ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 26px solid #1455a7;
    border-left: 26px solid transparent;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.box-blwenti ul li .icon {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #1455a7;
    font-size: 40px;
    box-shadow: 10px 10px 40px rgba(255, 223, 214, 0.5);
}

.box-blwenti ul li span {
    font-size: 18px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-blwenti ul li:hover a,
.box-blwenti ul li.cur a {
    background: #1455a7;
    color: #fff;
}

/* box-xwzx */
.box-xwzx {
 
    padding: 100px 0 150px 0;
}

.box-xwzx .tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0px 0 35px 20px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.box-xwzx .tab li {
    margin: 0 15px;
}

.box-xwzx .tab li a {
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    color: #222;
    font-size: 18px;
}

.box-xwzx .tab li.on a {
    line-height:50px;
    height: 50px;
    border-bottom: 2px solid #1455a7;
}

.box-xwzx .xun {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.box-xwzx .xun .big {
    width: 310px;
    height: 400px;
    position: relative;
}

.box-xwzx .xun .big img {
    width: 100%;
    height: 100%;
}

.box-xwzx .xun .big .fd {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(61, 133, 198, 0.9);
    padding: 25px 20px;
    color: #fff;
    line-height: 1;
    transition: all 0.3s;
}

.box-xwzx .xun .big .fd span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    line-height: 1.4;
}

.box-xwzx .xun .big .fd p {
    color: #e8e8e8;
    display: block;
    overflow: hidden;
    line-height: 24px;
    height: 72px;
    margin: 20px 0;
}

.box-xwzx .xun .big:hover .fd {
    background-color: #3d85c6;
}

.box-xwzx .xun ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    margin: -20px 0 -20px 20px;
}

.box-xwzx .xun ul li {
    width: 100%;
    float: left;

}

.box-xwzx .xun ul li a {
    display: block;
    overflow: hidden;
    padding: 10px;
}

.box-xwzx .xun ul li .date {
    width: 78px;
    height: 70px;
    background: #1455a7;
    color: #fff;
    margin-right: 12px;
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.box-xwzx .xun ul li .date em {
    display: block;
    overflow: hidden;
    padding: 14px 0 7px 0;
    font-size: 22px;
    font-weight: bold;
}

.box-xwzx .xun ul li .info {
    height: 70px;
    overflow: hidden;
}

.box-xwzx .xun ul li .info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 2px;
    color: #333;
    transition: all 0.3s;
}

.box-xwzx .xun ul li .info span:hover {
    color: #1455a7;
}

.box-xwzx .xun ul li .info p {
    color: #7f7f7f;
    line-height: 22px;
    height: 44px;
    display: block;
    overflow: hidden;
}

.box-xwzx .xun ul li:hover a {
    box-shadow: 0 0 15px #ddd;
    background: #fafafa;
}

/* tan_pic */
.tan_pic {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 40px 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.tan_pic img {
    max-width: 100%;
    max-height: 100%;
}

.tan_pic .close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    font-size: 20px;
    right: 0px;
    top: 0px;
    background: #1455a7;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.tan_pic .close:hover {
    background: #fff;
    color: #1455a7;
}

.tan_pic .bt {
    position: absolute;
    left: 50%;
    max-width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    transform: translateX(-50%);
    text-align: center;
}

/* tan_ban */
.tan_ban {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 40px 50px 50px 50px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.85);
}

.tan_ban .swiper-container {
    width: 100%;
    height: 100%;
}

.tan_ban .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 0 50px 0;
}

.tan_ban .swiper-container .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.tan_ban .swiper-container .swiper-slide .bt {
    position: absolute;
    left: 50%;
    max-width: 90%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    line-height: 40px;
    color: #fff;
    padding: 0 15px;
    transform: translateX(-50%);
    text-align: center;
}

.tan_ban .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s;
    background: #000;
}

.tan_ban .close:hover {
    background: #1455a7;
}

.tan_ban .swiper-pagination-bullets {
    width: 100%;
    z-index: 5;
    left: 0px;
    bottom: 20px;
}

.tan_ban .swiper-pagination-bullet {
    width: 35px;
    height: 7px;
    background: #e0e0e0;
    border-radius: 4px;
    opacity: 1;
    margin: 0 10px;
    outline: none;
}

.tan_ban .swiper-pagination-bullet-active {
    background: #1455a7;
}

.tan_ban .swiper-button-next,
.tan_ban .swiper-button-prev {
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
    background: none;
    text-align: center;
    font-size: 60px;
    z-index: 5;
    opacity: 1;
    outline: none;
    color: #fff;
    transition: all 0.3s;
}

.tan_ban .swiper-button-next:hover,
.tan_ban .swiper-button-prev:hover {
    color: #1455a7;
}

.tan_ban .swiper-button-disabled {
    opacity: 0.2;
}

.tan_ban .swiper-button-next {
    right: 0px;
}

.tan_ban .swiper-button-prev {
    left: 0px;
}

/* position */
.position {
    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: -o-linear-gradient(top, #ffffff, #f5f5f5);
    background: linear-gradient(top, #ffffff, #f5f5f5);
    border-bottom: 1px solid #e0e0e0;
}

.position .container {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 55px;
}

.position .container:after {
    display: none;
}

.position .tit {
    border-left: 5px solid #1455a7;
    padding: 0 0 0 10px;
    line-height: 22px;
    font-size: 16px;
}

.position .wz span {
    color: #1455a7;
}

/* main */
.main {
    padding: 30px 0 50px 0;
}

.main .main-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.main .main-right {
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 25px;
}

.main .main-bor {
  
    border-top: 0;
    box-shadow: 5px 5px 20px #e8e8e8;
}

.main .main-bor.topyes {
    border-top: 1px solid #e8e8e8;
}

.main .main-tab {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -1px;
    overflow: hidden;
}

.main .main-tab li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #e8e8e8;
    height: 55px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    border-top: 3px solid transparent;
}

.main .main-tab li a {
    display: block;
    overflow: hidden;
}

.main .main-tab li.on {
    background: none;
    border-top-color: #1455a7;
}

.main .main-tab li.on a {
    color: #1455a7;
}

.main .main-box {
    padding: 30px;
    overflow: hidden;
}

.main .main-left {
    width: 280px;
}

.main .main-left .mess .tit {
    background: #1455a7;
    line-height: 52px;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 18px;
}

.main .main-left .mess ul {
    background: url(img/bj-box7.jpg);
    background-size: 100% 100%;
    line-height: 1.6;
    padding: 20px;
    color: #fff;
}

.main .main-left .mess ul li {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.main .main-left .mess ul li input[type='text'] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 36px;
    border: 0;
    background: #fff;
    padding: 0 10px;
}

.main .main-left .mess ul li textarea {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    height: 75px;
    border: 0;
    background: #fff;
    padding: 10px;
}

.main .main-left .mess ul li input[type='submit'] {
    background: #fdbe00;
    height: 50px;
    border: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    transition: all 0.3s;
}

.main .main-left .mess ul li input[type='submit']:hover {
    background: #1455a7;
}

.main .main-left .mess ul li:first-child {
    margin-top: 0;
}

.main .main-left .b-box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 1px 5px 15px #e8e8e8;
}

.main .main-left .b-box .b-tit {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
   
    margin: 0 25px;
    line-height: 52px;
    font-size: 18px;
    color: #222;
}
.main .main-left .b-box .b-tit:after {
   content: " ";
   background: #1455a7;
   height:2px;
   width: 40px;
   position:absolute;
   bottom: -1px;
   left: 0px;
    
}
.main .main-left .menu {
    padding: 15px;
    overflow: hidden;
}

.main .main-left .menu li {
    margin-top: 8px;
}

.main .main-left .menu li a {
    display: block;
    overflow: hidden;
    line-height: 38px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    background: #f1f1f1;
    border-radius: 50px;
}

.main .main-left .menu li .on {
    color: #1455a7;
}

.main .main-left .menu li:first-child {
    margin-top: 0;
}

.main .main-left .cont {
    line-height: 2;
    overflow: hidden;
    padding: 15px;
}

.main .main-left .cont .bt {
    color: #1455a7;
    font-size: 16px;
}

.main .main-left .cont .ewm {
    text-align: center;
    overflow: hidden;
    padding: 5px 0 0 0;
}

.main .main-left .cont .ewm img {
    width: 100%;
    max-width: 140px;
    height: auto;
}

/* list-liucheng */
.list-liucheng li {
    margin-top: 20px;
}

.list-liucheng li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fafafa;
}

.list-liucheng li a:hover {
    box-shadow: 0 0 10px #ddd;
}

.list-liucheng li .pic {
    width: 275px;
    height: 175px;
    overflow: hidden;
}

.list-liucheng li .pic img {
    height: 100%;
    width: 100%;
    transition: all 0.3s;
}

.list-liucheng li .pic img:hover {
    transform: scale(1.1);
}

.list-liucheng li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    text-align: justify;
    padding: 0 30px;
}

.list-liucheng li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 22px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #333;
    transition: all 0.3s;
}

.list-liucheng li .box span:hover {
    color: #1455a7;
}

.list-liucheng li .box p {
    color: #7b7b7b;
    line-height: 24px;
    height: 72px;
    display: block;
    overflow: hidden;
}

.list-liucheng li .iconfont {
    border-left: 1px solid #fff;
    height: 175px;
    width: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 30px;
    color: #1455a7;
    transition: all 0.3s;
}

.list-liucheng li .iconfont:hover {
    background: #1455a7;
    color: #fff;
}

.list-liucheng li:first-child {
    margin-top: 0;
}

/* list-case */
.list-case {
    margin: -10px;
    overflow: hidden;
}

.list-case li {
    width: 33.33333333333%;
    float: left;
    padding: 10px;
}

.list-case li a {
    display: block;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.list-case li .pic {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 200px;
    background: #fff;
}

.list-case li .pic img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s;
}

.list-case li .pic img:hover {
    transform: scale(1.1);
}

.list-case li span {
    background: #ffe8d1;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    color: #7b7b7b;
    line-height: 20px;
}

/* list-help */
.list-help li {
    margin-top: 20px;
}

.list-help li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px 20px 15px 15px;
    background: #f7f7f7;
}

.list-help li a:hover {
    background: #f0f0f0;
}

.list-help li .box {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 40px 0 0;
    width: 0;
}

.list-help li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 31px;
    margin-bottom: 8px;
    padding: 0 0 0 42px;
    color: #333;
    transition: all 0.3s;
}

.list-help li .box span:before {
    content: "问";
    width: 31px;
    height: 31px;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #1455a7;
    color: #fff;
}

.list-help li .box span:hover {
    color: #1455a7;
}

.list-help li .box p {
    color: #7f7f7f;
    line-height: 25px;
    min-height: 31px;
    max-height: 53px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 3px 0 0 42px;
}

.list-help li .box p:before {
    content: "答";
    width: 31px;
    height: 31px;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #b0b0b0;
    color: #fff;
}

.list-help li em {
    width: 110px;
    line-height: 36px;
    background: #b0b0b0;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.list-help li em:hover {
    background: #1455a7;
}

.list-help li:first-child {
    margin-top: 0;
}

/* list-news */
.list-news {
    overflow: hidden;
    margin: -21px 0;
}

.list-news li {
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}

.list-news li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 21px 0;
}

.list-news li .date {
    width: 85px;
    height: 75px;
    background: #1455a7;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    transition: all 0.3s;
}

.list-news li .date em {
    display: block;
    overflow: hidden;
    padding: 16px 0 10px 0;
    font-size: 22px;
    font-weight: bold;
}

.list-news li .date:hover {
    background: #1455a7;
}

.list-news li .info {
    height: 75px;
    overflow: hidden;
    padding: 0 20px;
    width: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.list-news li .info span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #333;
    transition: all 0.3s;
}

.list-news li .info span:hover {
    color: #1455a7;
}

.list-news li .info p {
    color: #7f7f7f;
    line-height: 22px;
    height: 44px;
    display: block;
    overflow: hidden;
}

.list-news li i {
    width: 110px;
    line-height: 36px;
  border-radius: 50px;
  border: 1px solid #ddd;
    color: #999;
    text-align: center;
    transition: all 0.3s;
}

.list-news li:hover i {
    background: #1455a7;
    color: #fff;
}

.list-news li:last-child {
    border-bottom: 0;
}

/* list-zizhi */
.list-zizhi {
    overflow: hidden;
    margin: -30px 0;
    clear: both;
}

.list-zizhi li {
    width: 50%;
    float: left;
}

.list-zizhi li a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 30px 15px 30px 0;
    border-top: 1px solid #e8e8e8;
    margin: 0 10px;
}

.list-zizhi li .pic {
  
    display: flex;
    margin-right: 10px;
    height: 280px;
    align-items: center;
 
    overflow: hidden;
}

.list-zizhi li .pic img {
    max-height: 100%;
    transition: all 0.3s;
}

.list-zizhi li .pic img:hover {
    transform: scale(1.1);
}

.list-zizhi li .box {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  
}

.list-zizhi li .box span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: all 0.3s;
    color: #1455a7;
    font-weight: bold;
    margin-top: 20px;
}

.list-zizhi li .box span:hover {
    color: #1455a7;
}

.list-zizhi li .box p {
    line-height: 22px;
    height: 48px;
    display: block;
    overflow: hidden;
    color: #7b7b7b;
    margin: 10px 0 15px 0;
}

.list-zizhi li .box em {
    width: 110px;
    line-height: 36px;
    background: #1455a7;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    transition: all 0.3s;
}

.list-zizhi li .box em:hover {
    background: #1455a7;
}

.list-zizhi li:nth-child(even) a {
    padding: 30px 0 30px 15px;
}

.list-zizhi li.wid100:nth-child(even) a {
    padding: 30px 0;
}

.list-zizhi li:nth-child(1) a,
.list-zizhi li:nth-child(2) a {
    border-top: 0;
}

/* box-zizhibut */
.box-zizhibut {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.box-zizhibut:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 31px;
    height: 3px;
    background: url(img/icon-line.png) repeat;
}

.box-zizhibut li {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 1;
}

.box-zizhibut li:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    position: absolute;
    left: 100%;
    top: 23px;
    border-radius: 50%;
    transform: translateX(-10px);
}

.box-zizhibut li a {
    display: block;
    overflow: hidden;
}

.box-zizhibut li .iconfont {
    width: 66px;
    height: 66px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    background: #ff6536;
    border-radius: 50%;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    transition: all 0.3s;
}

.box-zizhibut li span {
    display: block;
    position: relative;
    line-height: 50px;
    width: 120px;
    margin: 20px auto 0 auto;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 18px;
    color: #ff6536;
    transition: all 0.3s;
}

.box-zizhibut li span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f0f0f0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.box-zizhibut li:last-child:before {
    display: none;
}

/* view */

.view {
    position: relative;
    box-shadow: 0 0 25px #ddd;
    padding: 70px 30px 50px 30px;
  
    background-size: 100% auto;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-flow: row wrap;
}

.casepic {
    text-align: center;
    padding: 15px;
}



.view .b-tit,
.pagebody .b-tit {
    text-align: center;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 15px 0;
    color: #000;
}

.view .body {
    line-height: 2;
    overflow: hidden;
    color: #333;
}

.view .body img {
    max-width: 100%;
    height: auto;
}

.key_link {
    color: #39F;
}

.view .cs {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    padding: 5px 0 15px 0;
    line-height: 1.1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}

.view .cs li {
    padding: 0 10px
}

.explain {
    background-color: #fafafa;
    color: #999;
    margin: 16px 0 15px;
    padding: 15px;
    line-height: 2em;
    font-size: 14px;
}

.explain a {
    display: block;
    color: #ccc;
    height: 24px;
    line-height: 24px;
    text-decoration: none
}

.ag-color {
    color: #1455a7;
}

.explain p {
    text-indent: 2em;
    color: #666;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 10px;
    line-height: 24px;
}

.pad10 {
    padding-top: 10px;
}

.font12 {
    font-size: 12px;
}

.view .page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 15px 0 0 0;
}

.view .page ul {
    border: 1px solid #eee;
    background: #f5f5f5;
    border-radius: 5px;
}

.view .page ul li {
    float: left;
    border-left: 1px solid #eee;
    line-height: 40px;
}

.view .page ul li a {
    display: block;
    overflow: hidden;
    padding: 0 15px;
}

.view .page ul li.info {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
}

.view .page ul li.info em {
    color: #1455a7;
}

.view .page ul li:hover a {
    background: #1455a7;
    color: #fff;
}

.view .page ul li:first-child {
    border-left: 0;
}

.view .prne {
    margin: 0 -10px;
    overflow: hidden;
    padding: 20px 0 25px 0;
}

.view .prne li {
    float: left;
    width: 50%;
    padding: 0 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view .prne li:last-child {
    text-align: right;
}

.view .xgnew {
    overflow: hidden;
}

.view .xgnew .tit,
.pagebody .xgnew .tit {
    height: 35px;
    border-bottom: 2px solid #ccc;
    color: #000;
    margin-bottom: 10px;
}

.mar20 {
    margin-top: 20px;
}

.mar30 {
    margin-top: 30px;
}

.body h4,
.pagebody h4 {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #39F;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px
}

.body h4:before,
.pagebody h4:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 2em;
    background: #39F
}

.body h4:first-of-type,
.pagebody h4:first-of-type {
    margin-top: 0
}

.view .xgnew2,
.pagebody .xgnew2 {
    overflow: hidden;
}

.view .xgnew2 .tit,
.pagebody .xgnew2 .tit {
    height: 38px;
    border-bottom: 2px solid #ccc;
    color: #000;
    margin-bottom: 10px;
}

.view .xgnew2 .tit span,
.pagebody .xgnew2 .tit span {
    height: 38px;
    float: left;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #1455a7;
    font-size: 18px;
}

.view .xgnew .tit span,
.pagebody .xgnew .tit span {
    height: 35px;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0 6px;
    border-bottom: 2px solid #1455a7;
    font-size: 18px;
}

.view .xgnew ul,
.pagebody .xgnew ul {
    overflow: hidden;
    clear: both;
}

.view .xgnew ul li,
.pagebody .xgnew ul li {
    line-height: 34px;
}

.view .xgnew ul li a,
.pagebody .xgnew ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px;
    position: relative;
}

.view .xgnew ul li a:before,
.pagebody .xgnew ul li a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #b0b0b0;
}

.view .xgnew ul li a:hover:before,
.pagebody .xgnew ul li a:hover:before {
    background: #1455a7;
}

.view .xgnew ul li span,
.pagebody .xgnew ul li span {
    float: right;
    color: #888;
}

.view .view_top {
    align-self: flex-start;
    width: 100%;
}

.view .view_bottom {
    align-self: flex-end;
    width: 100%;
}

.view .bor_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
 
}

.nbanner .search {
    display: flex;
    height:450px;
    align-items: center;
    justify-content: center;
}
.nbanner .search .search-text {
  position: relative;
  border: 1px solid #1455a7;
  width: 500px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.nbanner .search input {
    border: none;
    padding-left: 15px;
    width: 500px;
    height: 50px;
  }
  .nbanner .search button {
    border: none;
    top: 0;
    right: 0px;
    position: absolute;
    z-index: 100;
    width: 80px;
    height: 50px;
   background:#1455a7;
   color: #fff;
   font-size: 18px;
  }
.view .bor_top:after {
    left: auto;
    right: 0px;
}

.view-zizhi {
    overflow: hidden;
    height: 100%;
    padding: 15px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.view-zizhi .pic {
    width: 350px;
    float: left;
    padding-right: 20px;
}

.view-zizhi .pic img {
    width: 100%;
}

.view-zizhi .box {
    float: left;
    width: 470px;
}

.view-zizhi h1.b-tit {
    text-align: left;
}

.view .bor_bottom {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 100%;
    height: 10px;
    z-index: -1;
}

.view .bor_bottom:after,
.view .bor_bottom:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 80%;
    height: 100%;
    bottom: 20px;
    background: transparent;
    box-shadow: 0 8px 36px #000;
}

.view .bor_bottom:after {
    left: 1%;
    transform: skewX(-12deg) rotate(-3deg);
}

.view .bor_bottom:before {
    right: 1%;
    transform: skewX(12deg) rotate(3deg);
}

/* pagebody */
.pagebody {
    line-height: 2.3;
    overflow: hidden;
    color: #666;
}

.pagebody img {
    max-width: 100%;
    height: auto;
}

/* pagination */
.pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 25px 0 0 0;
}

.pagination a{
    display: block;
    overflow: hidden;
    padding: 0 12px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin:0 5px;
    background: #f9f9f9;
}

.pagination a:hover {
    background: #fb9f26;
    color: #fff;
    border-color: #fb9f26;
}

.pagination .current {
    display: block;
    overflow: hidden;
    padding: 0 12px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: default;
    background: #1455a7;
    color: #fff;
    border-color: #1455a7;
}

.pagination li.disabled span {
    background: #eee;
    color: #888;
    cursor: not-allowed;
}

/*fdright_nav*/
.fdright_nav_but {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    display: none;
    cursor: default;
}

.fdright_nav_but img {
    width: 100%;
    height: auto;
}

.fdright_nav {
    position: fixed;
    right: 0px;
    top: 30%;
    transform: translateY(-50%);
    z-index: 9;
    white-space: nowrap;
}

.fdright_nav li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    margin-bottom: 1px;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
}

.fdright_nav li.close {
    height: 20px;
    line-height: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.fdright_nav li.close .iconfont {
    background: #555;
    color: #fff;
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
}

.fdright_nav li.close .iconfont:hover {
    background: #777;
}

.fdright_nav li.fdrighta a {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    background-color:rgba(0, 154, 68, 0.89);
    color: #fff;
    padding-left: 45px;
    background-position: left top;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

.fdright_nav li img {
    display: none;
    position: absolute;
    right: 45px;
    top: -302px;
    width: 150px;
    height: auto;
}

.fdright_nav li .fdright_nav_qq {
    background-image: url(img/kefu_qq.png);
}

.fdright_nav li .fdright_nav_tel {
    background-image: url(img/kefu_tel.png);
}

.fdright_nav li .fdright_nav_xq {
    background-image: url(img/kefu_xq.png);
}

.fdright_nav li.fdright_nav_wx {
    background: rgba(0, 154, 68, 0.89) url(img/kefu_wx.png) no-repeat;
}

.fdright_nav li.fdright_nav_wx:hover {
    background: #cec6c6 url(img/kefu_wx.png) no-repeat;
}

.fdright_nav li.fdright_nav_wx:hover img {
    display: block;
}

.fdright_nav li.fdright_nav_top {
    background: rgba(0, 154, 68, 0.89) url(img/kefu_top.png) no-repeat;
    cursor: pointer;
}

.fdright_nav li a:hover {
    background-color: #262626;
    left: -105px;
}

/* cate-body */
.cate-body {
    margin-top: 20px;
    overflow: hidden;
    color: #666;
    line-height: 1.8;
    display: none;
}

.cate-body img {
    max-width: 100%;
    height: auto;
}

/* tan_tips */
.tan_tips {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px;
    color: #999;
}

.tan_tips .box {
    background: #fff;
    box-shadow: 0 0 20px #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    padding: 40px;
    position: relative;
}

.tan_tips .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #1455a7;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s;
}

.tan_tips .close:hover {
    transform: rotate(360deg);
}

.tan_tips #tips_html .iconfont {
    font-size: 40px;
}

.tan_tips #tips_html .text {
    font-size: 20px;
    padding: 10px 0 0 0;
    overflow: hidden;
}

.tan_tips #tips_html .but {
    background: #1455a7;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 30px;
    margin-top: 15px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
}

.tan_tips #tips_html .but:hover {
    background: #cc6600;
}

.tan_tips #tips_html .icon-loading:before {
    display: inline-block;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

.tan_tips .yes {
    color: #000;
}

.tan_tips .no {
    color: #ba0000;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* main-pro */
.main-pro {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
}

.main-pro .main_pro_top {
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: url(img/bj-box9.jpg) center bottom no-repeat;
    background-size: 100% auto;
    border: 1px solid #e8e8e8;
    border-top: 0;
    box-shadow: 5px 5px 20px #e8e8e8;
}

.main-pro .main_pro_bottom {
    width: 100%;
}

.baojia_fixed {
    /*position: fixed;*/
    top: 58px;
    width: 280px;
}

.baojia_absolute {
    position: absolute;
    left: 0;
    width: 280px;
    bottom: 0;
}

.whyjz {
    margin: 10px 0 0;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
    font-size: 14px;
}

.whyjz .other-link-info {
    margin: 0 0 25px;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

.whyjz .jztitle {
    float: left;
    color: #9b9ea0
}

.whyjz .jzitem {
    padding-left: 70px
}

.whyjz .jzitem .item {
    float: left;
    padding-right: 8px;
    color: #39F;
    text-decoration: none;
    width: 25%;
    overflow: hidden;
}

.whyjz .jzitem .item:hover {
    color: #36f
}

.whyjz .jzitem .link-item {
    float: left;
    color: #36f
}

.tagtag {
    text-align: right;
    padding: 10px 0;
    font-size: 12px;
    color: #666;
}

.tagtag a {
    padding: 0 3px;
    color: #666;
}

.tagtag a:hover {
    color: #1455a7;
}

.list-zizhi li.wid100 {
    width: 100%;
    float: none;
}

.list-zizhi li.wid100 .pic {
    width: 320px;
    height: 100%;
}

.list-zizhi li.wid100 .box p {
    height: 100%;
}

.list-zizhi li.wid100 a {
    padding: 15px 0;
}

.banli {
    text-align: center;
    padding: 38px 0 20px;
    max-width: 1220px;
    margin: 0 auto;
}

.banli a {
    padding: 10px;
    display: block;
    float: left;
    width: 13.6%;
    border: 1px solid #ccc;
    margin: 4px;
}

.banli a:hover,
.banli a.item {
    background: #1455a7;
    color: #fff;
    border: #1455a7
}

.xunrec li {
    height: 30px;
    line-height: 30px;
    float: left;
    width: 33%;
    overflow: hidden;
}

.ztpic {
    text-align: center;
    padding-bottom: 15px;
}

.web_body_html {
    margin: 20px 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8
}

.web_body_html ul,
.web_body_html ol {
    list-style-type: disc;
    margin-left: 20px
}


.web_body_html em {
    background: #4FBEF4;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    padding: 0 10px;
    margin: 3px 5px 0 0;
    font-style: normal;
}

.web_body_html h2 {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #1455a7;
    position: relative;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px
}

.web_body_html h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 2em;
    background: #1455a7
}

.web_body_html h3 {
    border-left: 5px solid #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin: 15px 0 15px 11px;
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    color: #0e9ce4;
    font-weight: bold;
}

.web_body_html h3:after {
    content: "";
    width: 0;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
}



.web_body_html table {
    border: 1px solid #ddd;
    width: 100%;
    margin: 10px 0
}

.web_body_html table th,
.web_body_html table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: left
}

.web_body_html table th {
    background: #6aa84f;
    color: #fff
}

.web_body_html>*:first-child {
    margin-top: 0 !important
}

.explain a.onlinecall {
    color: #fff;
    display: inline;
    font-size: 14px;
    background: #1455a7;
    padding: 0 5px;
}
