@charset "utf-8";
*{  padding:0;margin:0;border:none;text-decoration:none;  list-style-type:none;  font-family:'Microsoft YaHei',sans-serif;  color:#000;  }
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; color:#333333;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}  img{border:0;}
.clear{  clear:both; }
img{display:block;}
.browserupgrade{  margin:0;  z-index:9999;  width:100%;  height:42px;  color:#e50b71;  text-indent:20px;  line-height:42px;  overflow:hidden;  background:#222222;  border-bottom:4px solid #000000;  }
.browserupgrade a{  font-size:16px;  color:#fdc12d;  cursor:pointer; }
.browserupgrade a.brow-close{  font-size:14px;  margin-right:20px;  float:right; }
.clear{clear:both;}
.body{
	background-color:#ffffff;
}
a{
    cursor:pointer;
}
.main{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.clearfix:before,.clearfix:after {    content:"";    display:table;}
.clearfix:after {    clear:both;}
.clearfix {    zoom:1; /* IE <8 */}



.container {
  width: 1200px;
  margin: 0 auto;
}
.header .content {
  display: flex;
}
header {
  height: 114px;
}
.header {
  width: 100%;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 22px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.header .top-sign {
  text-align: right;
  margin-bottom: 14px;
  display: flex;
  justify-content: flex-end;
}
.header .top-sign a {
  font-size: 16px;
  color: #666;
  margin-right: 9px;
}
.header .top-sign a.phone-box {
    color: #ff4e00;
    font-size:18px;
    padding-left: 30px;
    position: relative;
}
.header .top-sign a.phone-box img {
    width: 22px;
    position: absolute;
    top: -1px;
    left: 0;
}
.header .top-sign a:last-child {
  margin-right: 0;
}
.header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
    flex-wrap: wrap;
}
.header .header-container .logo {
      width: 180px;margin-top: -8px;
}
.header .header-container .logo img {
  width: 100%;
  display: block;
}
.header .header-container nav {
  margin-left: 60px;
  margin-right: 86px;
}
.header .header-container nav ul.content li.first-nav {
  margin-right: 32px;
  position: relative;
}
.header .header-container nav ul.content li.first-nav h3 a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  position: relative;
}
.header .header-container nav ul.content li.first-nav h3 a::after {
  display: block;
  content: '';
  width: 23px;
  height: 4px;
  background-color: #537cf0;
  border-radius: 2px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav:last-child {
  margin-right: 0;
}
.header .header-container nav ul.content li.first-nav:hover h3 a::after {
  opacity: 1;
}
.header .header-container nav ul.content li.first-nav:hover .sec-nav-content {
  opacity: 1;
  transform: rotateX(0deg);
}
.header .header-container nav ul.content li.first-nav.active h3 a::after {
  opacity: 1;
}

.header .header-container nav ul.content li.first-nav .sec-nav-content {
  width: 907px;
  position: absolute;
  top: 36px;
  left: -57px;
  z-index: 10;
  padding-top: 9px;
  transform: rotateX(90deg);
  transform-origin: top;
  opacity: 0;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content {
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  box-shadow: 0 0 18px 13px rgba(14, 46, 142, 0.07);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item {
  padding-top: 8px;
  padding-bottom: 26px;
  width: 173px;
  background-color: #F5F9FF;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li h4 {
  font-size: 18px;
  color: #666;
  line-height: 50px;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li h4:hover {
  color: #fff;
  background-color: #537cf0;
  background: linear-gradient(to right, #8EABFB, #537CF0);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .left-sec-nav-item ul li.active h4 {
  color: #fff;
  background-color: #537cf0;
  background: linear-gradient(to right, #8eabfb, #537cf0);
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content {
  width: calc(100% - 173px);
  min-height: 533px;
  background-color: #fff;
  padding-left: 32px;
  padding-bottom: 22px;
  border-radius: 0px 0px 10px 0;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item {
  display: none;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .inner-content h5::after {
  margin-top: 22px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .inner-content .nav-content {
  padding-top: 12px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 {
  padding-top: 28px;
  font-size: 18px;
  line-height: 1;
  color: #666;
  font-weight: 500;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5::after {
  margin-top: 22px;
  display: block;
  content: '';
  width: 662px;
  height: 1px;
  background-color: #E5E5E5;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 .sec-nav-title {
  display: flex;
  align-items: center;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item h5 .sec-nav-title img {
  width: 35px;
  height: 35px;
  display: block;
  margin-right: 14px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content {
  padding-top: 32px;
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content .type-items h6 {
  padding-bottom: 8px;
  padding-left: 23px;
  font-size: 16px;
  line-height: 1;
  color: #666;
}


.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul {
  display: flex;
  flex-wrap: wrap;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li {
  text-align: left;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a {
  display: inline-block;
  width: auto;
  padding: 10px 0 4px 23px;
  color: #666;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background-color: #a5b3e5;
  margin-top: 6px;
  transition: all 0.3s;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a:hover {
  color: #4267cf;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li a:hover::after {
  width: 100%;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item .nav-content ul li.strong a {
  background-position: left calc(100% - 11px);
  background-repeat: no-repeat;
  background-size: 15px 17px;
}
.header .header-container nav ul.content li.first-nav .sec-nav-content .content .right-sec-nav-content .content-item.active {
  display: block;
}
.header .header-container .search {
  display: flex;
  align-items: center;
}
.header .header-container .search input {
  width: 207px;
  height: 39px;
  line-height: 39px;
  background-color: #e8e8e8;
  font-size: 14px;
  padding: 0 12px;
  color: #999;
  font-family: '微软雅黑';    outline: none;
}
.header .header-container .search button {
  width: 108px;
  height: 39px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: '微软雅黑';
  font-size: 16px;
  font-weight: bold;
  color: #fff;    outline: none;
      background: linear-gradient(26deg, #192b6f, #1d85d6);
}


.banner{
    max-width:1920px;
    width:100%;
    height:440px;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border-top:solid 1px #348deb;
    box-sizing: border-box;
}
.banner .swiper-slide{
    height:440px;
    overflow: hidden;
    position: relative;
}
.banner.m{
    display:none;
}
.banner .swiper-slide img{
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 440px;
    display: block;
    position: absolute;
    transition: 0.2s;
}
.banner .swiper-slide .info{
    position:relative;
    width:1200px;
    margin:0 auto;
}
.banner .swiper-slide .info p{
    font-size:40px;
    color:#ffffff;
    font-weight:bold;
    position:absolute;
    top:124px;
    left:0;
}
.banner .swiper-slide .info span.des{
    font-size:26px;
    color:#ffffff;
    position:absolute;
    top:188px;
}
.banner .swiper-slide .info span.zx{
    width:160px;
    height:46px;
    position:absolute;
    top:274px;
    background-color: #ff6637;
    color:#ffffff;
    line-height:46px;
    text-align:center;
    font-size:18px;
}
.banner .swiper-slide .info span.zx:hover{
    background-color: #ff6637;
}
.banner .swiper-pagination{
    bottom: 20px;
    width: 1200px;
    z-index: 20;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -100px;

}
.banner .swiper-pagination-bullet{
    width:10px;
    height:10px;
    border:solid 2px #ffffff;
    opacity:1;
    margin-right:5px;
}
.banner .swiper-pagination-bullet-active{
    width:36px;
    height:10px;
    background-color: #ffffff;
    border-radius:10px;
}
.banner .swiper-pagination-bullet{
    background:#ffffff;
}
.ztn .title{
    overflow: hidden;
}
.ztn .title h3{
    font-size:28px;
    color:#343434;
    font-weight:bold;
    text-align: center;
    margin-top:70px;
}
.ztn .title h3 b{
    color:#348deb;
}
.ztn .title p{
    font-size:16px;
    margin-top:10px;
    color:#999;
    text-align: center;
}
.ztn1{
    width:100%;
    background-color: #f7f8fa;
    overflow: hidden;
}
.ztn1 .container{
    height:870px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    background-color: #ffffff;
    margin-top:40px;
    margin-bottom:40px;
    overflow: hidden;
}
.ztn1 .container .box{
    width:240px;
    height:270px;
    margin-top:25px;
    overflow: hidden;
    float:left;
    box-sizing: border-box;
	border: 1px solid #eee;
	margin:15px 30px 0;
}

.ztn1 .container .box:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
);
    border: 2px solid #00A2FF;
    background: #fbfeff;
}
.ztn1 .container .box .img{
    width:120px;
    height:120px;
    margin:16px auto 0 auto;
    overflow: hidden;
}

.ztn1 .container .box .img img{
    margin:10px;
}
.ztn1 .container .box .img img:hover{  
	transform: scale(1.1);
	transition: all 1s; 
	}
.ztn1 .container .box h4{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    margin-top: 36px;
}
.ztn1 .container .box ul{
    width:200px;
    overflow: hidden;
    margin:24px auto 0 auto;
}
.ztn1 .container .box ul li{
    width:50%;
    float:left;
    height:36px;
    line-height:36px;
    text-align: center;
    font-size:16px;

}
.ztn1 .container .box ul li:first-child{
    background-color: #348deb;
    color:#ffffff;
}
.ztn1 .container .box ul li:last-child{
    border:solid 1px #348deb;
    box-sizing: border-box;
    line-height:34px;
    color:#348deb;
}
.ztn1 .container .box ul li a{
    color:#348deb;
    display:block;
}

.ztn2{
    background-color: #ffffff;
}
.ztn2 .container{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding:50px 0;
}
.ztn2 .container .left{
    float:left;
    width:291px;
    height:436px;
    background: url(../Images/ztn2_left.png) no-repeat center;
    padding:0 20px;
    box-sizing: border-box;
}
.ztn2.l2 .container .left{
    background:url(../Images/ztn2_l2_left.png) no-repeat center;
}
.ztn2 .container .left h3{
    font-size:24px;
    font-weight:bold;
    line-height:24px;
    color:#ffffff;
    margin-top:40px;
    margin-bottom:20px;
}
.ztn2 .container .left p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ztn2 .container .left ul{
    margin-top:100px;
}
.ztn2 .container .left ul li{
    width:100px;
    height:30px;
    border:solid 1px #ffffff;
    line-height:30px;
    text-align:center;
    margin-bottom:10px;

}
.ztn2 .container .left ul li a{
    display:block;
    width:100%;
    color:#ffffff;
}
.ztn2 .container .right{
    width:909px;
    float:left;
    overflow: hidden;
}
.ztn2 .container .right .box{
    width:303px;
    height:218px;
    float:left;
    border-top:solid 1px #E9E9E9;
    border-right:solid 1px #E9E9E9;
    border-bottom:solid 1px #E9E9E9;
    padding:0 24px;
    box-sizing: border-box;
	background-color:#f7f8fa;
}
.ztn2 .container .right .box:hover{
	box-shadow:0 0 5px rgba(52,141,235,0.8);
	transition:0.5s;
	background-color:#fff;
}
.ztn2 .container .right .box.bt{
    border-top:none;
}
.ztn2 .container .right .box h4{
    font-size: 18px;
    color: #222222;
    margin-top:26px;
}
.ztn2 .container .right .box a>p,.ztn2 .container .right .box p.des{
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 10px;
}

.ztn2 .container .right .box ul{
    overflow: hidden;
}
.ztn2 .container .right .box ul li{
    height:20px;
    border:solid 1px #D8D8D8;
    text-align:center;
    font-size:12px;
    color: #999999;
    float:left;
    margin-right:10px;
    padding:0 10px;
    line-height:20px;
    margin-top:15px;
}
.ztn2 .container .right .box p.price{
    margin-top:22px;
}

.ztn2 .container .right .box p b{
    color:#2e7ba9;
    font-weight:bold;
    margin:5px;
	border: 1px solid #2e7ba9;
	border-radius: 5px;
	padding:5px 10px;
	
}
.ztn2.l2{
    background-color: #f7f8fa;
}
.ztn2.l2 .container .right{
    background-color: #ffffff;
}

.ztn3 .container{
    width:1200px;
    margin:40px auto;
}
.ztn3 .container .img{
    float:left;
    width:360px;
    height:500px;
    box-shadow: 0 5px 35px rgba(38,40,118,.15);
}
.ztn3 .container .right{
    float:left;
    margin-left:60px;
    width:780px;
    margin-bottom:80px;
}
.ztn3 .container .right .con{
	display:none;
}
.ztn3 .container .right .con.xz{
	display:block;
}
.ztn3 .container .right .tit {
    padding-top: 10px;
    color: #111;
}

.ztn3 .container .right .tit .name {
    margin-right: 20px;
    font-size: 20px;
}
.ztn3 .container .right .tit .career {
    position: relative;
    padding-left: 20px;
    background: url(../Images/line.png) no-repeat left center;
}

.ztn3 .container .right p.des{
    margin: 20px 0 55px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    color: #989898;
}
.ztn3 .container .right span.zx{
    width:147px;
    height:46px;
    background-color: #348deb;
    font-size:16px;
    color:#ffffff;
    display:block;
    text-align: center;
    line-height:46px;
    box-shadow: 0 5px 35px rgba(38,40,118,.15);
    transition:0.5s;
}
.ztn3 .container .right span.zx a{
    color:#ffffff;
    display:block;
}
.ztn3 .container .right span.zx:hover{
    background-color: #348deb;
    color:#ffffff;
    transition:0.5s;
}
.ztn3 .container .right ul{
    overflow: hidden;
    margin-top:77px;
}
.ztn3 .container .right ul li{
    float:left;
    overflow: hidden;
    width:148px;
    height:205px;
    margin-right:10px;
    position:relative;
}
.ztn3 .container .right ul li:last-child{
    margin-right:0;
}
.ztn3 .container .right ul li img{
    width:100%;
    height:214px;
}
.ztn3 .container .right ul li p{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
    top:0;
    left:0;
    position:absolute;
}
.ztn3 .container .right ul li.xz p{
    background-color: rgba(0,0,0,0);
}
.ztn4{
    background-color: #f7f8fa;
}
.ztn4 .container{
    width:1200px;
    margin:44px auto 0 auto;
    overflow:hidden;
}
.ztn4 .container .box{
    width:384px;
    box-shadow: 0 0 3px #ddd;
    
    float:left;
    margin-right:24px;
    margin-bottom:90px;
}
.ztn4 .container .box:last-child{
    margin-right:0;
}
.ztn4 .container .box h4 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding-left: 24px;
    position:relative;
}
.ztn4 .container .box h4:before{
    content:'';
    height:20px;
    width:4px;
    background-color: #dddddd;
    display:block;
    float:left;
    position:absolute;
    left:0;
    top:20px;
}
.ztn4 .container .box ul{
    padding: 6px 0 20px 10px;
}

.ztn4 .container .box ul li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    padding-left: 15px;
    position:relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztn4 .container .box ul li:before{
    content:'';
    display:block;
    position:absolute;
    width:5px;
    height:5px;
    background-color: #dddddd;
    left:0;
    top:12px;
}

.ad1 {
    min-width: 1200px;
    padding: 45px 0;
    background-image: url(../Images/ad1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}
.ad1 .wp{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.ad1 .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}
.ad1 .s {
    position: relative;
    padding: 0 120px;
    z-index: 100;
}
.ad1 h6 {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.ad1 p {
    line-height: 50px;
    font-size: 18px;
    color: #eee;
}
.ad1 .btn {
    position: absolute;
    top: 50%;
    right: 120px;
    display: block;
    width: 200px;
    margin-top: -25px;
    border: 1px #fff solid;
    text-align: center;
    border-radius: 3px;
}
.ad1 .btn a {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}
.ad1 .btn-a {
    transition: 0.5s;
    position: relative;
}
.ad1 .btn-a span {
    color: #fff;
    position: relative;
    z-index: 2;
}
.ad1 .btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    transition: 0.5s;
}
.ad1 .btn-a:hover span {
    color: #333;
}
.ad1 .btn-a:hover em {
    width: 100%;
}

.i_bangong{}
.bangong_box{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.bangong_li{width: 23%;border-radius: 5px;overflow: hidden;margin-bottom: 30px;}
.bangong_li a{
    display: block;
    position: relative;
}
.bangong_li a img{
    width: 100%;transition: all .36s ease;
}
.bangong_li a:hover img{transform:scale(1.1);}
.bangong_li a p{
    position: absolute;
    bottom: 0px;
    background-color: #00000024;
    width: 100%;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
}

.ztn5 .container{
    width:1200px;
    margin:60px auto 60px auto;
}
.ztn5 .container ul{
    overflow: hidden;
    width:1200px;
    display:inline-block;
    text-align: center;
    margin-bottom:30px;
}
.ztn5 .container ul li{
    margin-right:60px;
    display:inline-block;
    width:140px;

}
.ztn5 .container ul li img{
    width:100%;

}
.ztn5 .container ul li:last-child{
    margin-right:0;
}


.getcofig {
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 33px;
}
.getcofig p.title{
    font-size: 28px;
    text-align: center;
    min-width: 1200px;
    margin: 0 auto;
}
.getcofig a {
    display: block;
    width: 150px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
    background: #3385ff;
}

.getcofig a:hover {
    background: #0072ff;
    color: #FFF;
}
.duanbox img{max-width:100% !important;width:auto;margin:0 auto}

.footer{
    background-color: #303030;
    overflow: hidden;
        max-width: 1920px;
    margin: 0 auto;
}
.footer .container{
    width:1200px;
    margin:0 auto;
}
.footer .container .top{
    margin:35px 0;
    overflow: hidden;
}
.footer .container .top .left{
    float:left;
    overflow: hidden;
    border-right:solid 1px #3a3a3a;
}
.footer .container .top .left .box{
    float:left;
    margin-right:50px;
}
.footer .container .top .left .box h4{
    font-size:18px;
    color:#ffffff;
    text-align: left;
    padding-bottom:15px;
}
.footer .container .top .left .box p{
    font-size:14px;
    line-height:29px;

}
.footer .container .top .left .box p a{
    color:#7c7c7c;
}
.footer .container .top .left .box p:hover a{
    color:#348deb;
    text-decoration:underline;
}
.footer .container .top .center{
    width:226px;
    float:left;
    border-right:solid 1px #3a3a3a;
}
.footer .container .top .center h4{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    margin-bottom:10px;

}
.footer .container .top .center p{
    font-size:14px;
    color:#7c7c7c;
    text-align: center;
    margin-bottom:10px;
}
.footer .container .top .center img{
    width:124px;
    height:124px;
    margin:0 auto;
}
.footer .container .top .right{
    float:right;
}
.footer .container .top .right .con{
    width:220px;
    margin:0 auto;

}
.footer .container .top .right .phone{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    box-sizing: border-box;
    line-height: 50px;
}
.footer .container .top .right p{
    font-size:14px;
    color:#7c7c7c;
    text-align: center;
}
.footer .container .top .right hr{
    width:100%;
    height:1px;
    background-color:#434444;
    margin:18px auto;
}
.footer .container .top .right .kf{
    font-size:16px;
    color:#ffffff;
    text-align: center;
    margin-bottom:10px;
}
.footer .container .top .right span{
    display:block;
    width:200px;
    height:30px;
    border-radius: 5px;
    background-color: #656d7b;
    line-height:30px;
    text-align: center;
    font-size:14px;
    color:#ffffff;
    margin:15px auto 0 auto;
    cursor:pointer;
	transition:0.3s;
}
.footer .container .top .right span:hover{
	background-color: #348deb;
	transition:0.3s;
}
.footer .container .bottom{
    border-top:solid 1px #3a3a3a;
    border-bottom:solid 1px #3a3a3a;
    font-size:12px;
    color:#7c7c7c;
    text-align: center;
    padding:18px 0;
}
.footer .container .bottom a{
    color:#348deb;
}
.footer .container .friendlink{padding: 10px 0px;border-top: 1px solid #4e4e4e;}
.footer .container .friendlink p{
    font-size: 14px;
    color:#7c7c7c;
}
.footer .container .friendlink p a{
    font-size: 14px;
    color:#7c7c7c;
}

.pop-form{
    width: 348px;
    background-color: #fff;
    border: solid 1px #348deb;
    padding: 10px 25px 30px 25px;
    z-index: 99; position: fixed;
    top: 50%; left: 50%;
    margin-top: -230px;
    margin-left: -200px;
    text-align: center;

}
.pp-title{ font-size: 24px; color: #348deb; font-weight: bold; line-height: 46px; padding: 13px 0; border-bottom:dashed 1px #348deb;}
.pp-close{width: 29px; height: 29px;  position: absolute; right: 0; top: 0;}
.pop-form p{ margin-top: 20px;}
.pop-form p img{ display:inline;}
.pop-form input{ width: 336px; height: 38px; line-height: 38px; border: solid 1px #aaa; padding-left: 10px; }
.pop-form select{width: 348px; height: 40px; line-height: 40px; border: solid 1px #aaa; padding-left: 6px; }
.pop-form  .pf-tel{position: relative;  padding-top: 22px;}
.pop-form  .ppt-con .phone{ width: 336px;}
.pp-hint{position: absolute; left:0; top: 0; height: 20px; line-height: 20px; background-color: #58b850; color: #fff; font-size: 12px; border-radius: 2px; padding: 0 10px;}
.pp-hint img{ vertical-align: top; margin: 5px 5px 0 0;}
.error{position: absolute; left: 0; top:63px; font-size: 12px; color: #348deb; display: none;  }
.error img{ vertical-align: top; margin: 2px 2px 0 0;}
.pop-form .pp-btn{ margin-top: 30px;border: none; width: 348px; height: 42px; line-height: 42px; background-color: #348deb; text-align: center; font-size: 16px; color: #fff; cursor: pointer;}


.com_team{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.com_team_title{}
.com_team_title h3{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}
.com_team_box{
    margin-top: 10px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.team_li{
       width: 23%;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}
.team_li img{width: 100%;}
.team_li_d1{
    transition: all .36s ease;
    position: absolute;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
    bottom: -85px;
    padding: 15px;
    box-sizing: border-box;
   }
.awsm-personal-info{
    color: white;
}
.awsm-personal-info h3{
    color: white;
}
.awsm-personal-info span{
    color: white;
}
.awsm-contact-info{
    margin-top: 40px;transition: all .36s ease;
}
.awsm-contact-info p{
    color: white;
}
.awsm-social-icons{}
.awsm-social-icons li{}
.awsm-social-icons li a{
    color: white;
}
.team_li:hover .team_li_d1{bottom:0px}
.team_li:hover .awsm-contact-info{margin-top: 10px;}

/*list_yewu*/
.list header{
    border-bottom: 1px solid #aaa;
}
.list header .nav .menu ul.yw,.content header .nav .menu ul.yw{
    display:none;
}
.list header .nav .menu p,.content header .nav .menu p{
    border-bottom:solid 1px #348deb
}
.mianbao{
    overflow: hidden;

    color: #7a7979;
}
.mianbao .main{
    color: #7a7979;
    /* border-bottom: 1px solid #ccc; */
}
.mianbao a{
    line-height:60px;
    color: #7a7979;

}
.mianbao img{max-width:1920px;margin:0 auto}
.list_yewu .tab_yewu{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.list_yewu .tab_yewu ul span{
    float:left;
    line-height:60px;
    margin-right:40px;
    font-size:15px;
    color:#3f3f3f;
}
.list_yewu .tab_yewu ul{
    overflow: hidden;
}
.list_yewu .tab_yewu ul li{
    float:left;
    line-height:60px;
    margin-right:40px;
}
.list_yewu .tab_yewu ul li a{
    color:#3f3f3f;
    font-size:15px;
}
.list_yewu .tab_yewu ul li:hover a{
    color:#348deb;
}
.list_yewu .yewu_tab_m,.list_yewu .yewu_tab_des{
    display:none;
}
.list_yewu .index{
    background-color: #ffffff;
    width:1200px;
    margin:30px auto;
}
.list_yewu .index .container{
    width:1220px;
    overflow: hidden;
    padding-top:10px;
}
.list_yewu .index .container .box{
    width:285px;
    margin-right:20px;
    float:left;
    margin-bottom:20px;
    position:relative;
    top:0;
    transition:0.5s;
    border:solid 2px rgba(0,0,0,0);
    box-sizing: border-box;
	overflow: hidden;
}
.list_yewu .index .container .box:hover{
    top:-10px;
    transition:0.5s;
    border:solid 2px #348deb;
    box-sizing: border-box;
}
.list_yewu .index .container .box .img{
    width:100%;
    height:174px;
    overflow: hidden;
	position:relative;
}
.list_yewu .index .container .box .img img{
    width:100%;

}
.list_yewu .index .container .box ul{
    overflow: hidden;
    width:100%;
}
.list_yewu .index .container .box ul li{
    height:50px;
    line-height:50px;
    font-size:16px;
}
.list_yewu .index .container .box ul li:first-child{
    float:left;
    padding-left:10px;
	width:184px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_yewu .index .container .box ul li:last-child{
    float:right;
    color:#348deb;
}
.fw{
    width:100%;
    height:130px;
    background-color: #f8f8f8;
}
.fw .container{
    width:1260px;
}
.fw .container ul{
    overflow: hidden;
}
.fw .container ul li{
    width:260px;
    float:left;
    margin-right:55px;
}
.fw .container ul li img{
    width:55px;
    float:left;
    margin-top:37.5px;
}
.fw .container .right{
    width:185px;
    height:44px;
    float:left;
    margin:43px 0 0 20px;
    border-right:solid 1px #cecece;

    box-sizing: border-box;
}
.fw .container .right p{
    font-size:18px;
    color:#000105;
    font-weight:bold;
}
.fw .container .right span{
    font-size:12px;
    color:#959595;
    display:block;
    margin-top:4px;
}
.fw .container ul li.last .right{
    border-right:none;
}
.list_cjwt .index{
    width:1200px;
    margin:20px auto;
    overflow: hidden;
}
.list_cjwt .index .left{
    width:890px;
    float:left;
}
.list_cjwt .index .qb{
    border-bottom:solid 2px #348deb;
    margin-top:30px;
    margin-bottom:30px;
}
.list_cjwt .index .qb span{
    width:107px;
    height:34px;
    background-color: #348deb;
    color:#ffffff;
    display:block;
    font-size:16px;
    line-height:34px;
    text-align: center;
}
.list_cjwt .index .left .container .box{
    width:100%;
    margin-bottom:5px;
    overflow: hidden;
}
.list_cjwt .index .left .container .box .tit{
    width:100%;
    height:38px;
    background-color: #dedede;
    line-height:38px;
    padding-left:20px;
    font-weight:bold;
    font-size:15px;
}
.list_cjwt .index .left .container .box .img{
    float:left;
    margin:20px 0 20px 0;
}
.list_cjwt .index .left .container .box .con{
    float:left;
    margin-left:20px;
    width:600px;
}
.list_cjwt .index .left .container .box .con h3{
    font-size:17px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:20px;
}
.list_cjwt .index .left .container .box:hover .con h3{
    color:#348deb;
    text-decoration:underline;
}
.list_cjwt .index .left .container .box .con p{
    font-size:14px;
    line-height:28px;
    color:#777;

}
.list_cjwt .index .left .container .box .con .des{
    margin-top:20px;
}
.list_cjwt .index .left .container .box .con .des time{
    font-size:13px;
    color:#777;
    line-height:22px;
    display:block;
    float:left;
}
.list_cjwt .index .left .container .box .con .des time:before{
    width:20px;
    height:26px;
    content:'';
    display:block;
    background: url(../Images/cjwt_ico.png) no-repeat left center;
    float:left;
    margin-right:5px;
}
.list_cjwt .index .left .container .box .con .des span{
    display:block;
    float:left;
    margin-left:50px;
    font-size:13px;
    color:#777;
    padding-left:24px;
    line-height:22px;
}
.list_cjwt .index .left .container .box .con .des span:before{
    background: url(../Images/cjwt_ico.png) no-repeat left center;
    background-position: -20px 0;
    content:'';
    width:22px;
    height:26px;
    display:block;
    float:left;
    margin-right:5px;
}
.list_cjwt .index .right{
    float:right;
    width:270px;
}
.list_cjwt .index .right .zx{
    width:100%;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.list_cjwt .index .right .zx p{
    width:100%;
    height:46px;
    background-color: #348deb;
    font-size:14px;
    color:#ffffff;
    line-height:46px;
    padding-left:20px;
}
.list_cjwt .index .right .zx ul li{
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom: 1px dashed #d0d0d0;
    padding:0 15px;
	overflow:hidden;
}
.list_cjwt .index .right .zx ul li a{
    display:block;
    width:100%;
    font-size:14px;
    color:#666;
	overflow: hidden;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_cjwt .index .right .zx ul li:hover a{
    color:#348deb;
    text-decoration:underline;
}
.list_cjwt .index .right .zx ul li:last-child{
    border-bottom:none;
}
.list_cjwt .index .right .hot{
    width:100%;
    margin-top:30px;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
}
.list_cjwt .index .right .hot p{
    width:100%;
    height:38px;
    background-color: #ffffff;
    font-size:14px;
    color:#666;
    line-height:38px;
    padding-left:20px;
    box-sizing: border-box;
}
.list_cjwt .index .right .hot ul li{
    margin-bottom:10px;
}
.list_cjwt .index .right .hot ul li:last-child{
    margin-bottom:0;
}
/*list_yewu*/
/*content_yewu*/
.content .mianbao .main{
    border-bottom:none;
}
.content .index{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.content .index .left{
    width:860px;
    float:left;
    border:solid 1px #d0d0d0;
    margin-bottom:30px;
}
.content .index .left .title{
    padding:0 20px;
}
.content .index .left .title h1{
    font-size:22px;
    font-weight:bold;
    margin-top:30px;
    margin-left:10px;
    margin-bottom:20px;
}
.content .index .left .title p time{
    font-size:15px;
    color:#333;
    margin-right:20px;
}
.content .index .left .title p span{
    font-size:15px;
    color:#333;
    margin-right:20px;
}
.content .index .left .cn{
    margin-top:40px;
    font-size:16px;
    line-height:35px;
    color:#333;
    padding:0 20px;
}
.content .index .left .cn img{
	max-width:60%;
	height:auto;
}
.content .index .left .cn p{
    font-size:16px;
    line-height:35px;
    color:#333;
}
.content .index .left .cn h3,.content .index .left .cn h4{
    font-size:18px;
    font-weight:bold;
    margin:10px 0;
}
.content .index .left .cn h3,.content .index .left .cn img{
    margin:10px auto;
}
.content .index .left .cn h3,.content .index .left .cn div{
    font-size:16px;
    line-height:35px;
    color:#333;
}
.content .index .left .page{
    margin-top:40px;
    padding:0 20px;
}
.content .index .left .page ul li{
    line-height:30px;
    font-size:17px;
}
.content .index .left .page ul li a{
    font-size: 17px;
    text-decoration: underline;
}
.content .index .left .xiangg{
    margin-top:30px;
    padding:0 10px;
}
.content .index .left .xiangg .c_title{
    margin-bottom:15px;
}
.content .index .left .xiangg .c_title p{
    font-size:18px;
    font-weight:bold;
    line-height:20px;
}
.content .index .left .xiangg ul{
    overflow: hidden;
    margin-bottom:30px;
}
.content .index .left .xiangg ul li{
    width:270px;
    margin-right:15px;
    float:left;
    overflow: hidden;
    box-sizing: border-box;
    border:solid 1px #ddd;
}
.content .index .left .xiangg ul li:nth-child(5){
    margin-right:0;
}
.content .index .left .xiangg ul li .img{
    width:100%;
    height:190px;
    overflow: hidden;
}
.content .index .left .xiangg ul li .img img{
    width:auto;
    height:100%;
}
.content .index .left .xiangg ul li .c{
    padding:0 10px;
}
.content .index .left .xiangg ul li .c h3{
    font-size:17px;
    margin-top:10px;
    margin-bottom:15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content .index .left .xiangg ul li .c p.des{
    display:none;
}
.content .index .left .xiangg ul li p.fj{
    margin-bottom:10px;
    overflow: hidden;
}
.content .index .left .xiangg ul li p.fj span{
    float:left;
    font-size: 14px;
    color:#666;

}
.content .index .left .xiangg ul li p.fj span:first-child{
    float:left;
}
.content .index .left .xiangg ul li p.fj span:last-child{
    float:right;
}
.content .index .right{
    width:310px;
    float:right;
}
.content .index .right .news{
    width:100%;
}
.content .index .right .news .container{
    background-color: #f2f2f2;
    height:285px;
    overflow: hidden;
}
.content .index .right .news .container ul{
    margin:22px 15px 0 15px;
    counter-reset: section;
}
.content .index .right .news .container ul li{
    height:18px;
    line-height:18px;
    margin-bottom:18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content .index .right h4{
    border-left: solid 4px #348deb;
    line-height: 15px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.content .index .right .hot{
    margin-bottom:30px;
}
.content .index .right .hot .big{
    width:100%;
    height:190px;
    position:relative;
    overflow: hidden;
}
.content .index .right .hot .big .img{
    width:100%;
    overflow: hidden;

}
.content .index .right .hot .big .img img{
    width:100%;
}
.content .index .right .hot .big .info{
    width:100%;
    height:60px;
    position:absolute;
    bottom:0;
    left:0;
    background-color: rgba(0,0,0,0.5);
    font-size:14px;
    padding:10px;
    box-sizing:border-box;
    color:#e4e4e4;
    line-height:20px;
}
.content .index .right .hot .small{
    margin-top:20px;
}
.content .index .right .hot .small .box{
    width:100%;
    overflow: hidden;
    margin-bottom:15px;
}
.content .index .right .hot .small .box .img{
    float:left;
    width:90px;
    height:80px;
    overflow: hidden;
}
.content .index .right .hot .small .box .img img{
    width:auto;
    height:100%;
}
.content .index .right .hot .small .box .con{
    float:left;
    width:200px;
    margin-left:20px;
}
.content .index .right .hot .small .box .con h5{
    font-size:15px;
    line-height:24px;
}
.content .index .right .hot .small .box .con span{
    font-size:14px;
    color:#8c8c8c;
    display:block;
    margin-top:10px;
}


.content .index .right .news .container ul li a{
    font-size:14px;
    color:#575757;
}
.content .index .right .news .container ul li:hover a{
    color:#348deb;
}
.content .index .right .news .container ul li:before{
    counter-increment:section;
    content:counter(section);
    padding:1px 6px;
    margin-right:10px;
    width:50px;
    height:18px;
    line-height:18px;
    background:#bbbbbb;
    color:#fff;
    font-size:12px
}
.content .index .right .news .container ul li:nth-child(1):before{
    background:#ff4546;
}
.content .index .right .news .container ul li:nth-child(2):before{
    background:#ff7316;
}
.content .index .right .news .container ul li:nth-child(3):before{
    background:#ff9c00;
}



/*content_yewu*/
.content_yewu{
    background-color: #f7f8fa;
}
.content_yewu .shop{
    background-color: #ffffff;
    padding-top:30px;
    box-sizing: border-box;
    overflow: hidden;
    width:1200px;
    margin:0 auto 20px auto;
}
.content_yewu .shop .l{
    width:380px;
	height:326px;
    float:left;
    margin-left:30px;
	position:relative;
	overflow:hidden;
}
.content_yewu .shop .l img{
    width:100%;
}
.content_yewu .shop .r{
    margin-left: 30px;
    position: relative;
    float:left;
    width:740px;
}
.content_yewu .shop .r h3{
    font-size:22px;
    font-weight:bold;
}
.content_yewu .shop .r p.des{
    color: #666;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 10px;
}
.content_yewu .shop .r .price{
    box-sizing: border-box;
    height: 110px;
    padding: 0 15px;
    background-color: #FEF2E6;
    margin-top: 20px;
    align-items: flex-start;
}
.content_yewu .shop .r .price span{
    display:block;
    float:left;
}
.content_yewu .shop .r .price span.dl{
    font-size: 14px;
    color: #666;
    line-height:35px;
	color: #bb5a41;
}
.content_yewu .shop .r .price span.dd{
    margin-left: 20px;
    font-size: 26px;
    color: #f33807;
    line-height:80px;
}
.content_yewu .shop .r .price span.dd:before{

    font-size: 18px;
}
.content_yewu .shop .r .qt{
    overflow: hidden;
    margin-top:20px;
}
.content_yewu .shop .r .qt span{
    display:block;
    float:left;
    line-height:28px;
    margin-right:15px;
}
.content_yewu .shop .r .qt ul{
    overflow: hidden;
}
.content_yewu .shop .r .qt ul li{
    float:left;
    border:solid 1px #ccc;
    line-height:26px;
    margin:5px;
    position:relative;
}
.content_yewu .shop .r .qt ul li.xz,.content_yewu .shop .r .qt ul li:hover{
    border:solid 1px #348deb;
    background-color: #b3d8ff;
}
.content_yewu .shop .r .qt ul li.xz:after,.content_yewu .shop .r .qt ul li:hover:after{
    content: "";
    display:block;
    position:absolute;
    right:0;
    bottom:0;
    width:18px;
    height:18px;
    background-color: #b3d8ff;
}
.content_yewu .shop .r .qt ul li a{
    display:block;
    padding:0 20px;
}
.content_yewu .shop .r ul.gm{
    overflow: hidden;
    margin-top:20px;
}
.content_yewu .shop .r ul.gm li{
    width:150px;
    height:44px;
    float:left;
    margin-right:20px;
}
.content_yewu .shop .r ul.gm li:first-child{
    background-color: #348deb;
}
.content_yewu .shop .r ul.gm li:last-child{
    border:solid 1px #348deb;
}
/**
.content_yewu .shop .r ul.gm li:last-child:hover{
    background-color: rgba(52,141,235,0.3);
}**/
.content_yewu .shop .r ul.gm li a{
    width:100%;
    text-align: center;
    line-height:44px;
    font-size:14px;
    display:block;
}
.content_yewu .shop .r ul.gm li:first-child a{
    color:#ffffff;
}
/**
.content_yewu .shop .r ul.gm li:last-child a{
    color:#348deb;
}**/
.content_yewu .shop .b{
    width:100%;
    height:56px;
    border-top: 1px solid #eee;
    clear:both;
    margin-top:46px;
}
.content_yewu .shop .b ul{
    overflow: hidden;
    width:1030px;
    margin:0 auto;
}
.content_yewu .shop .b ul li{
    float:left;
    font-size:14px;
    color: #666;
    line-height:56px;
    width:130px;
    padding-left:44px;
    box-sizing: border-box;
}
.content_yewu .shop .b ul li.b1{
    background: url(../Images/shop_1.png) no-repeat left 0 center;
    margin-right:160px;
}
.content_yewu .shop .b ul li.b2{
    background: url(../Images/shop_2.png) no-repeat left 0 center;
    margin-right:160px;
}
.content_yewu .shop .b ul li.b3{
    background: url(../Images/shop_3.png) no-repeat left 0 center;
}
.content_yewu .shop .b ul li.b4{
    background: url(../Images/shop_4.png) no-repeat left 0 center;
    float:right;
}
.content_yewu .index{width: 1200px;margin: 0 auto;overflow: hidden;}
.content_yewu .index .left{
    border:none;
    background-color: #ffffff;
    width:910px;
    float: left;    box-sizing: border-box;
}
.content_yewu .index .left ul.tab{
    overflow: hidden;
    position: relative;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #eee;
}
.content_yewu .index .left ul.tab li{
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.content_yewu .index .left ul.tab li.xz{
    border-top:solid 3px #348deb;
    line-height:46px;
}


.content_yewu .left .xiangq{
    padding:0 15px;
    box-sizing: border-box;
}
.content_yewu .left .xiangq .title{
    margin-top:25px;
    width:100%;
    height:105px;
    background: url(../Images/xiangqing_title.jpg) no-repeat center;
    background-size: auto 100%;
    padding-left:40px;
    box-sizing: border-box;
    overflow: hidden;
}
.content_yewu .left .xiangq .title p{
    font-size:26px;
    color:#ffffff;
    line-height:26px;
    font-weight:bold;
    margin-top:25px;
    text-align: left;
}
.content_yewu .left .xiangq .title span{
    font-size:16px;
    color:#ffffff;
    line-height:16px;
    margin-top:15px;
    display:block;
}
.content_yewu .left .xiangq table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:50px;
}
.content_yewu .left .xiangq table tr{
    width:100%;
}
.content_yewu .left .xiangq table tr td{
    border:solid 1px #e5e5e5;
}
.content_yewu .left .xiangq table tr td:first-child{
    width:120px;
    text-align: center;
    font-size:16px;
    color:#348deb;
}
.content_yewu .left .xiangq table tr td:nth-child(2){
    width:1080px;
    padding:30px 0 30px 24px;
    font-size:16px;
    color:#333333;
    line-height:32px;
}
.content_yewu .left .tongy .title{
    width:100%;
    margin-top:70px;
}
.content_yewu .left .tongy .title h3{
    font-size:26px;
    line-height:24px;
    text-align:center;
}
.content_yewu .left .tongy .title p{
    font-size:16px;
    text-align:center;
    margin-top:10px;
    color:#a1a1a1;
}
.content_yewu .left .liucheng .con{
    margin-top:50px;
    margin-bottom:20px;
    overflow: hidden;
    display:inline-block;
    text-align: center;
    width:100%;
    position:relative;

}
.content_yewu .left .liucheng .box{
    width:120px;
    display:inline-block;
    text-align: center;
    margin-right:28px;
}
.content_yewu .left .liucheng .box6{
    display:none;
}
.content_yewu .left .liucheng .box .img{
    width:90px;
    height:90px;
    border-radius:5px;
    overflow: hidden;
    margin:0 auto;
}
.content_yewu .left .liucheng .box1 .img{
    background-color: #eb342b;
}
.content_yewu .left .liucheng .box2 .img{
    background-color: #ee702f;
}
.content_yewu .left .liucheng .box3 .img{
    background-color: #813aeb;
}
.content_yewu .left .liucheng .box4 .img{
    background-color: #46a0e3;
}
.content_yewu .left .liucheng .box5 .img{
    background-color: #43964f;
}
.content_yewu .left .liucheng .box6 .img{
    background-color: #d2307d;
}
.content_yewu .left .liucheng .box .img img{
    margin:20px auto;
    width:50px;
}
.content_yewu .left .liucheng .box5 .img img{
    margin-top:27px;
}
.content_yewu .left .liucheng .box p{
    font-size:17px;
    line-height:24px;
    margin-top:8px;
}
.content_yewu .left .liucheng .hx{
    position:absolute;
    width:26px;
    height:30px;
}
.content_yewu .left .liucheng .hx1{
    left:191px;
    top:30px;
}
.content_yewu .left .liucheng .hx2{
    left:342px;
    top:30px;
}
.content_yewu .left .liucheng .hx3{
    left:497px;
    top:30px;
}
.content_yewu .left .liucheng .hx4{
    left:644px;
    top:30px;
}
.content_yewu .left .liucheng .hx5{
    display:none;
}
.content_yewu .left .qt .con{
    overflow: hidden;
    width:836px;
    margin:30px auto 60px auto;
    padding-top:20px;
}
.content_yewu .left .qt .box{
    width:200px;
    margin-right:12px;
    float:left;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    position:relative;
    transition:0.5s;
    top:0;
}
.content_yewu .left .qt .box:hover{
    top:-10px;
    transition:0.5s;
}
.content_yewu .left .qt .box:last-child{
    margin-right:0;
}
.content_yewu .left .qt .box .tit{
    width:100%;
    padding:0 20px;
    box-sizing: border-box;
    background-image: linear-gradient(#d5ebf8, #ffffff);
}
.content_yewu .left .qt .box .tit h3{
    font-size:20px;
    padding-top:30px;
}
.content_yewu .left .qt .box .tit p{
    font-size: 12px;
    font-weight: 400;
    color: #FF6A00;
    line-height: 17px;
    margin-top: 7px;
}
.content_yewu .left .qt .box ul{
    margin-top:20px;
}
.content_yewu .left .qt .box ul li{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding:0 20px;
    line-height:26px;
    box-sizing: border-box;
    margin-left:20px;
}
.content_yewu .left .qt .box p.xq{
    width:100%;
    height:44px;
    background-color: #348deb;
    margin-top:40px;
    line-height:44px;
    text-align: center;
    color:#ffffff;
}
.content_yewu .left .qt .box p.xq a{
    font-size:14px;
    color:#ffffff;
    display:block;
}
.content_yewu .left .qt .box img.hot {
    position: absolute;
    top: -19px;
    right: -18px;
}
.content_yewu .left .baoz{
    overflow: hidden;
}
.content_yewu .left .baoz .con{
    margin: 40px auto 50px auto;
    overflow: hidden;
    width:850px;
}
.content_yewu .left .baoz .con .box{
    width:220px;
    height:290px;
    border:solid 1px #f2f2f2;
    background-color:#ffffff;
    float:left;
    margin-right:20px;
    box-sizing: border-box;
}
.content_yewu .left .baoz .con .box3{
    margin-right:0;
}
.content_yewu .left .baoz .con .box4{
	display:none;
}
.content_yewu .left .baoz .con .box .img{
    width: 88px;
    height:88px;
    border-radius:50%;
    overflow: hidden;
    margin:30px auto 15px auto;
}
.content_yewu .left .baoz .con .box1 .img{
    background-color: #3ec7c0;
}
.content_yewu .left .baoz .con .box2 .img{
    background-color: #3c81ff;
}
.content_yewu .left .baoz .con .box3 .img{
    background-color: #ff4d53;
}
.content_yewu .left .baoz .con .box .img img{
    margin:19px;
}
.content_yewu .left .baoz .con .box h4{
    font-size:18px;
    font-weight:bold;
    text-align: center;
}
.content_yewu .left .baoz .con .box p{
    font-size:15px;
    color:#8f8f8f;
    line-height:24px;
    padding:0 15px;
    margin-top:10px;
    text-align: center;
    margin-bottom:30px;
}
.content_yewu .left .vs{
	background-color:#dddddd;
	overflow:hidden;
}
.content_yewu .left .vs img{
	width:760px;
	margin:50px auto 50px auto;
}

.content_yewu .index .right{
    margin-left:10px;
    width:280px;
    float: right;
}
.content_yewu .right .form{
    width:280px;
    background-color: #ffffff;
    overflow: hidden;
}
.content_yewu .right .form .title{
    font-size:21.4px;
    color:#348deb;
    text-align: center;
    font-weight:bold;
    line-height:22px;
    margin-top:28px;
    padding-bottom:12px;
    background: url(../Images/content_yewu_form_hr.png) no-repeat bottom center;
}
.content_yewu .right .form .container{
    padding:0 20px;
    margin-top:14px;
}
.content_yewu .right .form .container select,.content_yewu .right .form .container input{
    height:36px;
    border:solid 1px #e3e3e3;
    padding-left:10px;
    font-size:14px;
    color:#999999;
}
.content_yewu .right .form .container select{
    width:93px;
    margin-right:5px;
    box-sizing: border-box;
    padding-right:5px;
}
.content_yewu .right .form .container select:last-child{
    margin-right:0;
}
.content_yewu .right .form .container input{
    width:200px;
    box-sizing: border-box;
    margin:14px auto 0 auto;
    display:block;
}

.content_yewu .right .form .container input::-webkit-input-placeholder{
    color:#999999;
}
.content_yewu .right .form .container input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
.content_yewu .right .form .container input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.content_yewu .right .form .container input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
}
.content_yewu .right .form .container p{
    font-size:12px;
    color:#348deb;
    margin-top:16px;
    padding-left:25px;
    background: url(../Images/content_yewu_form.png) no-repeat left center;
    margin-left:22px;
}
.content_yewu .right .form .container span{
    width:180px;
    height:40px;
    line-height:40px;
    border-radius:20px;
    text-align: center;
    font-size:15px;
    color:#ffffff;
    background-color: #348deb;
    display:block;
    margin:16px auto 25px auto;
    cursor:pointer;
    transition:0.5s;
}
.content_yewu .right .form .container span:hover{
    background-color: #348deb;
    transition:0.5s;
}
.content_yewu .right .form .container img{
    margin:20px auto 0 auto;
}
.content_yewu .right .box{
    margin-top:20px;
    background-color: #ffffff;

    box-sizing: border-box;
    overflow: hidden;
}
.content_yewu .right .box h3{
    font-size:15px;
    font-weight:bold;
    padding-left:12px;
    margin-left:15px;
    border-left:solid 4px #348deb;
    line-height:18px;
    margin-top:15px;
	overflow:hidden;
}
.content_yewu .right .box ul{
    margin-top:20px;
    box-sizing: border-box;
}
.content_yewu .right .box ul li{
    width:100%;
    line-height:46px;
    border-top:solid 1px #f7f8fa;
    padding:0 15px;
}
.content_yewu .right .box ul li a{
    font-size:16px;
}
.content_yewu .right .box ul li:hover a{
    color:#348deb;
}





.content_yewu .fw{
    background-color: #ffffff;
}
/*content_yewu*/
/*about*/
.about .l_ad1{
    overflow: hidden;
    width:100%;
}
.about .abo .title{
    margin-top:50px;
    overflow: hidden;
}
.about .abo h3{
    font-size:36px;
    font-weight:bold;
    text-align: center;
}
.about .title h3{
	font-size:36px;
}
.about .abo hr{
    width:200px;
    height:2px;
    background-color:#333333;
    margin:8px auto 0 auto;
}
.about .jianj .des{
    margin-top:30px;
}
.about .jianj .des p{
    font-size:15px;
    line-height:30px;
    text-indent:32px;
	margin-bottom:10px;
}
.about .jianj .des p b{
	font-weight:normal;
	color:#348deb;
}
.about .jianj .zhans{
    overflow: hidden;
    position:relative;
    height:130px;
    margin-top:30px;
    margin-bottom:40px;
}
.about .jianj .zhans .box{
    width:300px;
    float:left;
    position:absolute;
}
.about .jianj .zhans .box1{
    left:100px;
    top:0;
}
.about .jianj .zhans .box2{
    left:50%;
    margin-left:-150px;
    top:0;
}
.about .jianj .zhans .box3{
    right:100px;
    top:0;
}
.about .jianj .zhans .box h4{
    font-size:70px;
    color:#348deb;
    text-align: center;
}
.about .jianj .zhans .box h4:after{
    content:"+";
    font-size:36px;
    padding-left:10px;
}
.about .jianj .zhans .box span{
    display:block;
    text-align: center;
    font-size:18px;
    color:#757575;
}


.about .huanjing{
    margin-top:60px;
    background-color: #f7f8fa;
    overflow: hidden;
}
.about .huanjing .title p{
    font-size:18px;
    margin-top:15px;
    text-align: center;
    color: #808080;
    width:100%;
    position:relative;
}
.about .huanjing .title p:before{
    content:'';
    width:100px;
    height:1px;
    background-color:#c9c9c9;
    display:block;
    position:absolute;
    top:13px;
    left:50%;
    margin-left:-268px;
}
.about .huanjing .title p:after{
    content:'';
    width:100px;
    height:1px;
    background-color:#c9c9c9;
    display:block;
    position:absolute;
    top:13px;
    left:50%;
    margin-left:168px;
}
.about .huanjing .con{
    width:1200px;
    margin:40px auto 60px auto;
}
.about .huanjing .con p{
    margin-top:30px;
    font-size:16px;

}

.about .huanjing .con img{
    margin:0 auto;
}
/*about*/



.ben_intro {
    padding: 80px 0 110px;
	margin:10px 0;
}
.w1125 {
    width: 1200px;
    margin: 0 auto;
}
.ben_all_tit h3 {
    font-weight: normal;
    font-size: 30px;
    color: #212529;
    margin-bottom: 20px;
    height: 30px;
    text-align: center;
}
.ben_p {
    font-size: 14px;
    color: #5a6169;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
}
.intro_main_big {
    height: 460px;
}
.intro_main {
    height: 460px;
    float: left;
    width: 1125px;
}
.intro_left {
    width: 550px;
    height: 460px;
}
.fl_left {
    float: left;
}
.intro_top {
    margin-bottom: 10px;
    height: 190px;
}
.intro_top1 {
    float: left;
    width: 550px;
    height: 450px;
    overflow: hidden;
}
.intro_top1 img {
    width: 550px;
}
.intro_top1 img:hover{  
	transform: scale(1.1);
	transition: all 1s; 
	}  
.intro_right {

    width: 530px;
    height: 460px;
    position: relative;
    margin-left: 30px;

}
.fl_right {
    float: left;
}
.intro_righth1 h1 {
    margin-top: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    text-indent: 1em;
    margin-bottom: 20px;
}
.intro_rightdiv {
    color: #ffffff;
    font-size: 14px;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.coun {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 10px;
    right: 0;
    padding-right: 25px;
    padding-left: 15px;
}
.coun li {
    float: left;
    text-align: center;
    width: 25%;
}
.counter {
    font-size: 32px;
    color: #ff6600;
}
.coun li p {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}
.intro_tit > h3, .intro_titp {
    color: #ffffff !important;
}



.footer_main_top {
    height: 120px;
    background: url(../Images/beijing39.png) no-repeat 0 100%;
}
.ft_mn_topul li {
    width: 375px;
    height: 120px;
    float: left;
    color: #ccc;
    position: relative;
}
.ft_mn_topli01 {
    background: url(../Images/beijing40.png) no-repeat 100% 50%;
}
.ft_mn_topli1 div {
    width: 215px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -107.5px;
}
.ft_mn_topli1 i {
    width: 37px;
    height: 40px;
    background: url(../Images/beijing37.png) no-repeat;
    float: left;
    margin-right: 40px;
}
.ft_mn_topli1 span {
    text-align: left;
}
.ft_mn_topli1 span p {
    font-size: 13px;
    color: #989898;
}
.ft_mn_topli1 span a {
    font-size: 16px;
    margin-top: 5px;
}
.ft_mn_topul li a {
    color: #ccc;
}

.ft_mn_topli1 .ft_mn_topli {
    width: 50px;
    height: 38px;
    background: url(../Images/beijing38.png) no-repeat;
}
.ft_mn_topul li:hover i {
    animation: flipInX 1s;
}

.ben_cases {
    height: 806px;
    
    padding-top: 80px;
}
.app-store-wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.app-store-list {
    height: 380px;
    padding: 0 15px;
    margin: 30px 0;
    text-align: justify;
}
.app-store-item {
    position: relative;
    float: left;
    margin: 0 10px;
    width: 272px;
    height: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
a {
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.app-store-item img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.app-store-info h3 {
    position: absolute;
    top: 180px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    z-index: 30;
}
.item01 .app-store-tag {
    background: #6bddd7;
}
.app-store-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: #333;
    opacity: .9;
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.item01 .app-store-tag {
    background: #6bddd7;
}

.item02 .app-store-tag {
    background: #56de7f;
}

.item03 .app-store-tag {
    background: #818181;
}

.item04 .app-store-tag {
    background: #0087fa;
}

.item05 .app-store-tag {
    background: #fcc300;
}

.app-store-list .app-store-item:hover .app-store-tag {
    -webkit-transform: scale(3.7, 3.7);
    -moz-transform: scale(3.7, 3.7);
    transform: scale(3.7, 3.7);
}

.app-store-btn {
    text-align: center;
    padding-top: 40px;
}

.app-store-btn a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 30px;
    border-radius: 60px;
}

.app-store-btn a:hover {
    background-color: #ff6d01;
    color: #fff;
    border-color: #ff6d01;
}


.pt80 {
    padding-top: 80px;
}
.bg_color_gray {
    background: #eff2f6;
}
.ben_team {
    padding-bottom: 80px;
}
.ben_team ul {
    margin-top: 40px;
}
.ben_set1 {
    margin-bottom: 60px;
}
.ben_set {
    display: inline-block;
    margin-right: -25px;
}
.bne_xuanze_li {
    width: 388px;
    min-height: 420px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(174, 185, 193, 0.3);
    float: left;
    margin-right: 20px;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
}
.ben_xuanze {
    width: 100%;
    color: #5a6169;
}
.bne_xuanze_li h5 {
    padding: 16px;
    font-size: 22px;
    color: #212529;
    font-weight: bold;
}
.bne_xuanze_li p {
    padding-bottom: 10px;
    color: #5a6169;
    font-size: 15px;
}
.ben_xq {
    width: 85px;
    font-size: 13px;
    background: #0B8BFF;
    color: #fff;
    line-height: 26px;
    border-radius: 13px;
	display:inline-block;
}
.ben_xuanze img {
    width: 100%;
    border-radius: 4px;
}


.ben_set li:hover {
    animation: tiao 1s;
}

@keyframes tiao {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}




.picMarquee-left{overflow:hidden;position:relative;}
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
cursor:pointer; background:url("../Images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{padding: 0px;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; width:100%;}
.picMarquee-left .bd ul li{margin: 0 8px 8px 0px;float:left;_display:inline;overflow:hidden;text-align:center;}
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{width:220px;height:310px;display:block;/* padding:2px; */border:1px solid #ccc;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }


.anli{width: 1200px;margin:auto;background-color:#fff;padding: 20px 0px;}
.bd h2{height:50px;line-height:50px;}
.bd h2 span a{color:red;}
.bd h2 span{float:right;}

.allm{overflow:hidden;}
.alzz{overflow:hidden;}
.lmal{float:left;}
.lmalnav{width:250px;height:50px;line-height:50px;margin:2px;text-align:center;background-color:#348deb;float:left;}
.lmalnav a{color:#fff;font-size:18px;}
.lmalnav img{width:100%;}
.lmal h4{height:50px;line-height:50px;margin:2px;text-align:center;background-color:#348deb;}
.lmal h4 a{color:#fff;font-size:18px;}
.lmal li{width:265px;height:50px;line-height:50px;background-color:#ededed;margin:2px;padding:0 5px;text-align:center;}

.zxtl_main {
    height: 510px;
}
.mt30 {
    margin-top: 30px;
}
.zxtl_tit {
    text-align: center;
    margin-top: 90px;
    font-size: 48px;
}
.colf {
    color: #fff;
}
.zxtl_tit strong {
    font-weight: normal;
	color:#fc8d3b;
}
.coly {
    color: #fc8d3b;
}
.zxtl_a {
    text-align: center;
}
.mt25 {
    margin-top: 25px;
}
.zxtl_a a {
    display: inline-block;
    margin: 0 8px;
    color: #bbb;
}
.zxtl_main02 {
    width: 220px;
    height: 70px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 60px;
}
.zxtl_btn {
    display: block;
    width: 100%;
    position: relative;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 22px;
}
.zxtl_btn svg {
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.zxtl_btn rect {
    fill: none;
    stroke: #fc8d3b;
    stroke-width: 4;
    stroke-dasharray: 422, 0;
}
.zxtl_btn img {
    display: block;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.ovet {
    overflow: hidden;
}
.zxtl_btn coly pr{
    color: #fc8d3b;
}
.zxtl_btn:hover rect {
  stroke-dasharray: 15,422;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);

}


.dblc_box {
    height: 468px;
    background: url(../Images/dblc-bg.jpg) no-repeat center center;
}
.dblc_title {
    width: 1068px;
    margin: 0 auto;
    padding-top: 55px;
}

.dblc_title h1 {
    height: 62px;
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    background: url(../Images/title_line.png) no-repeat center 59px;
}
.dblc_title h1 b {
    color: #d2181f;
}
.dblc_title .desc {
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.dblc_box .flow {
    width: 1086px;
    margin: 0 auto;
    padding-left: 6px;
	height:200px;
}
.dblc_box .flow .flow-list {
    float: left;
    width: 130px;
    text-align: center;
    padding-top: 120px;
    font-size: 18px;
}
.pr60 {
    padding-right: 60px;
}


.zzzr_box {
    height: 586px;
}
.zzzr_title {
    width: 340px;
    margin: 0 auto;
    padding-top: 55px;
    overflow: hidden;
}
.zzzr_title h1 {
    width: 340px;
    height: 62px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    background: url(../Images/title_line.png) no-repeat 0px 59px;
}
.zzzr_title .desc {
    width: 340px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.zzzr_list {
    width: 1120px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
.zzzr_list .zzzr_module {
    float: left;
    width: 354px;
    height: 258px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    margin: 20px 7px 0 10px;
    z-index: 10;
    overflow: hidden;
}
.zzzr_module img {
    padding: 5px;
}
.zzzr_module_title {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    z-index: 999;
    top: 25px;
    left: 40px;
}
.zzzr_module_intro {
    font-size: 14px;
    line-height: 28px;
    color: #6a6969;
    position: absolute;
    top: 53px;
    left: 40px;
	overflow:hidden;
	padding: 15px;
}
.zzzr_module_cost {
    font-size: 18px;
    line-height: 30px;
    color: #d2181f;
    position: absolute;
    top: 200px;
    left: 38px;
}
.zzzr_module_status {
    width: 70px;
    height: 40px;
    line-height: 26px;
    background: #e91a24;
    color: #fff;
    line-height: 54px;
    text-align: center;
    top: -9px;
    left: -25px;
    position: absolute;
    transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}

.cjwt_box {
    height: 878px;
}
.cjwt_title {
    width: 854px;
    margin: 0 auto;
    padding-top: 55px;
}
.cjwt_title h1 {
    width: 854px;
    height: 62px;
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    background: url(../Images/title_line.png) no-repeat 258px 59px;
}
.cjwt_title .desc {
    width: 854px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.cjwt_list {
    width: 1100px;
    margin: 0 auto;
    padding-top: 50px;
}
.cjwt_list .cjwt_module {
    float: left;
    width: 1100px;
}
.cjwt_module ul li {
    float: left;
    width: 258px;
    height: 190px;
    border: 1px solid #e1e1e1;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.cjwt_module ul li img {
    padding-top: 20px;
	margin:auto;
}

.clzx a.btn {
    color: #fff;
    background: #22b0eb;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
}
.clzx a {
    float: left;
    display: block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #22b0eb;
    font-size: 16px;
    color: #666;
    text-align: center;
}
.clzx{width:400px;margin:20px auto;overflow:hidden;}
.list_yewu .index .container .box ul.cl{height:100px}
.cl p{padding: 0px 10px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.cl p a{color:#6a6a6a;font-size:13px;}

.zsjiao {
    width: 135px;
    height: 50px;
    line-height: 26px;
    background: #e91a24;
    color: #fff;
    line-height: 54px;
    text-align: center;
    top: -7px;
    left: -49px;
    position: absolute;
    transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}


.padding60 {
    padding-bottom: 60px;
	background-image: url(../Images/topbanner.jpg);
}
.width {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.titles {
    padding-top: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #333;
}
.youshi {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.youshi .li {
    width: 190px;
    position: relative;
}
.youshi .li img {
    width: 100%;
}
.youshi .li .po {
    width: 157px;
    position: absolute;
    top: 40px;
    left: 17px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #FFFFFF;
}
.youshi .li .po .p1 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}
.youshi .li .po .p2 {
    margin-top: 20px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 180%;
    color: #FFFFFF;
    text-align: left;
}
.zxl{width:153px;height:40px;line-height:40px;text-align:center;background-color:#fff;border-radius: 11px;position: absolute;
top: 230px;}

.arzx{padding:20px 0 0 20px;}
.arzxkf {
    border-radius: 42px;
    width: 80px;
    border: 1px #ccc solid;
    float:left;
}
.arzx{overflow:hidden;}
.zxgwar{padding-left:10px;float:left;font-size: 16px;color: #333;width:162px;}
.zxgwdn{padding-left:10px;float:left;font-size:12px;color: #888;width: 165px;}
.zxgwdn a{font-size:12px;color: #888;}

.arzxdh a{background-color:#348deb;width:80%;height:40px;line-height:40px;display:block;text-align:center;margin:8px auto;color:#fff;font-size:18px;border-radius: 20px;}


/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		body{ background:#fff; font:normal 12px/22px 宋体;  }
		img{ border:0;  }
		a{ text-decoration:none; color:#333;  }
		a:hover{ color:#1974A1;  }


/* 本例子css */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.cc{width: 100%;position:relative;z-index: 2;display: flex;justify-content:space-between;flex-wrap:wrap;}
.cc .nLi{height: 40px;line-height: 40px;position: relative;display:inline;}
.cc .nLi h3{ float:left;  }
.cc .nLi h3 a{display:block;padding:0 28px;font-size:16px;color: white;}
.cc .sub{display:none;width:600px;left:0;top:40px;position:absolute;background:#fff;line-height:26px;padding:5px 0;z-index: 1;}
.cc .sub li{display: flex;justify-content: space-between;flex-wrap: wrap; }
.cc .sub li>a{ display:block; padding:0 10px; width:130px;box-sizing: border-box;text-align: center;font-size: 14px;line-height: 40px;font-weight: bold;}
/* .cc .sub li:hover{ background:#348deb; color:#fff;box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);  }
.cc .sub a:hover{color:#348deb;} */
.cc .sub li div{width: calc( 100% - 140px );
    margin-top: 9px;
    border-bottom: 1px solid #9e9e9e7a;
    margin-right: 10px;
    padding-bottom: 10px;}
.cc .sub li div a{    margin-right: 10px;}
.cc .on h3 a{color: white;background-color: #0071ca;}
		
		
		
.pagination {
 padding-left:0;
 margin:20px 0;
 border-radius:4px
}
.pagination>li {
 display:inline
}
.pagination>li>a,
.pagination>li>span {
 position:relative;
 float:left;
 padding:6px 12px;
 line-height:1.42857;
 text-decoration:none;
 color:#40aae2;
 background-color:#fff;
 border:1px solid #ddd;
 margin-left:-1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
 margin-left:0;
 border-bottom-left-radius:4px;
 border-top-left-radius:4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-bottom-right-radius:4px;
 border-top-right-radius:4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
 z-index:2;
 color:#23527c;
 background-color:#eee;
 border-color:#ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
 z-index:3;
 color:#fff;
 background-color:#40aae2;
 border-color:#40aae2;
 cursor:default
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
 color:#777;
 background-color:#fff;
 border-color:#ddd;
 cursor:not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
 padding:10px 16px;
 font-size:18px;
 line-height:1.33333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
 border-bottom-left-radius:6px;
 border-top-left-radius:6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
 border-bottom-right-radius:6px;
 border-top-right-radius:6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
 padding:5px 10px;
 font-size:12px;
 line-height:1.5
}
.badge,
.label {
 line-height:1;
 white-space:nowrap
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
 border-bottom-left-radius:3px;
 border-top-left-radius:3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
 border-bottom-right-radius:3px;
 border-top-right-radius:3px
}		

.clsnews h3{text-align:center;height:50px;line-height:50px;color:#0087ff;font-size:25px;padding:20px 0;border-bottom: 1px dotted #d7d7d7;}
.clsnews p{padding:20px 10px;line-height:35px;}
.clzzz{text-align:center;line-height:30px;}
.clzzz a{color:#a6a4a4;}
.qhcontent a{font-size: 16px;color:#348deb;}



.btanniu {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #348deb;
    display: block;
    margin: 16px auto 25px auto;
    cursor: pointer;
    transition: 0.5s;
}

.kwsbq {
    margin: 10px;
    overflow: hidden;
}

.kwsbq a {
    margin: 5px;
    background-color: #f4f6f8;
    height: 30px;
    line-height: 30px;
    display: block;
    float: left;
    padding: 5px;
    color: #9fa5ac;
}



.wyyy{
    width: 100%;
    border-top: 1px solid #eee;
    clear: both;
    margin-top: 46px;
}
.bdyuyue {
padding: 20px 0;
text-align:center;
}
.bdyuyue img{
vertical-align: middle;
display: inline;
}
.bdyuyue span {
    margin: 0 16px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.bdform {
    border: 2px solid #348deb;
    border-radius: 0px 2px 2px 0px;
    height: 56px;
    width: 60%;
    margin: auto;
}
.bdsxm{
float: left;
width: 260px;
height: 56px;
line-height: 56px;
padding: 0 15px;
border-right: 1px solid rgba(229, 229, 229, 0.59);
position: relative;
}
.bdsxm input {
padding-bottom: 1px;
margin-left: 10px;
border: 0;
outline: 0;
}
.bdsxm img{
vertical-align: middle;
border: none;
display: inline-block;
}
.btannius{
width: 138px;
height: 56px;
line-height: 56px;
text-align: center;
font-size: 15px;
color: #ffffff;
background-color: #348deb;
display: block;
cursor: pointer;

}
.gundongs{
overflow:hidden;
padding: 20px;
}
.gundongss {
    width: 100%;
    text-align: center;
}
.clbdyss{
	width:1200px;
	margin:auto;
	overflow:hidden;
}

.layui-layer-content{color:#fff;}

.clzzz i{margin-right:10px;color:#999;font-size:14px;}
.clzzz span{color:#999;}


.ztn4 .containers{
    width:100%;
    margin:44px auto 0 auto;
}
.ztn4 .containers .box{
    width:428px;
    box-shadow: 0 0 3px #ddd;
    background: url(../Images/hm_news1.jpg) no-repeat center;
    float:left;
    margin-right:24px;
    margin-bottom:20px;
}
.ztn4 .containers .box:last-child{
    margin-right:0;
}
.ztn4 .containers .box h4 {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    padding-left: 24px;
    position:relative;
}
.ztn4 .containers .box h4:before{
    content:'';
    height:20px;
    width:4px;
    background-color: #dddddd;
    display:block;
    float:left;
    position:absolute;
    left:0;
    top:20px;
}
.ztn4 .containers .box ul{
    padding: 6px 0 20px 30px;
}

.ztn4 .containers .box ul li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    padding-left: 15px;
    position:relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztn4 .containers .box ul li:before{
    content:'';
    display:block;
    position:absolute;
    width:5px;
    height:5px;
    background-color: #dddddd;
    left:0;
    top:12px;
}