﻿/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:12px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#fff;
	text-align:justify;	
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#666;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#f60;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#000;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#000;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.g-hd-new .m-hd {
    width: 1008px;
    margin:0 auto;
}
.g-hd-new .m-hd em {
  float: right;
  font-size: 12px;
      margin: 5px 0 0 0;
      font-style: normal;
}
.g-hd-new .u-logo {
  margin:5px 10px 15px 0;
  float: left;
}
.g-hd-new .country-nav ul {
    float: left;
    width: 550px;
}
.g-hd-new .country-nav li {
  float: left;
  font-size: 14px;
  width: 68px;
  margin-top: 12px;
  position: relative;
  text-align: center;
  line-height:19px;
  height: 19px;
  margin-right: 10px;
  border-radius: 10px;
}
.g-hd-new .country-nav li.w {
    width: 82px;
}
.g-hd-new .country-nav li a {
    color: #737373;
    text-decoration: none;
  border-radius: 10px;
    display: block;
  border:solid 1px #737373;
}
.g-hd-new .country-nav li a:hover {
  border:solid 1px #a51c30;
  color: #a51c30;
  border-radius: 10px;
}
.g-hd-new .country-nav li span {
    width: 11px;
    height: 11px;
    background: #6ba6e2;
    position: absolute;
    left: 0;
    top: 2px;
}
.g-hd-new .country-nav li span img {
        padding: 1px 0 0 3px;
}
.g-hd-new .right-ct {
  float: right;
  width: 260px;
}
.g-hd-new .u-search-box {
  float: right;
  margin-top: 25px;
}
.g-hd-new .u-search-box #keyword {
    height: 25px;
    border:solid 1px #ababab;
    margin: 0 0 5px 0;
    border-right: none;
    outline: none;
    text-indent: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 155px;
    float: left;

}
.g-hd-new .u-search-box .u-search-btn {
    width: 50px;
    height: 29px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    border: none;
    background: url(/zt/2021/1018riben/images/i_12.png) #005dab no-repeat center center ;

}
.g-hd-new .u-tel {
    margin: 20px 0 0 0px;
width: 220px;
}
.g-hd-new .u-tel .u-icon {
    background: url(/zt/2021/1018riben/images/i_05.png);
    width: 36px;
    height: 36px;
    float: left;
    margin:17px 6px 15px 0;
}
.g-hd-new .u-tel .u-txt {
  line-height: 1.4;
    font-size: 18px;
    color: #b14c57;
    font-weight: 700;
    
    width: 255px;
    display: block;
}
.g-hd-new .u-tel  .tel {
    font-size: 14px;
    color: #b14c57;
    margin: 6px 0 10px 0;
}

.new-line {
 width: 100%;
 height: 2px;
    background: #1f286f;
}
.g-nav-new {
 position: relative;
 background: #005dab;
}
.g-nav-new .country-nav {
  width: 1008px;
  margin:0 auto 10px;
}
.g-nav-new .country-nav li {
  float: left;
  /*padding: 17px 0 10px;*/
  font-size: 14px;
  position: relative;
  z-index: 2;
  width: 9%;
  text-align: center;
  border-bottom: solid 2px rgba(0, 0, 0, 0);
}
.g-nav-new .country-nav li:hover {
 border-bottom: solid 2px #fff;
 background: #2c3087;
}
.g-nav-new .country-nav li a {
  color:#fff;
  display: block;
  padding: 17px 0 10px;
}
/*.g-nav-new .country-nav li.on {
 border-bottom: solid 2px #a51c30;
}*/
.g-nav-new .u-line {
 width: 100%;
 height: 1px;
 background: #d2d2d2;
 position: absolute;
  margin-top: 42px;
  z-index: 0;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	height: 480px;
}
.banner .pics li{
	width: 100%;
	height: 480px;
	background-repeat:no-repeat;
	background-position:top center;
}
.banner .pics a{
	display: block;
	width: 100%;
	height: 480px;
}
.banner .btns{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 12px;
	height: 12px;
	font-size:1px;
	margin:0 3px;
	background:#eee;
	border-radius:100%;
}
.banner .btns .hover{
	background:#b289b1;
}
.nav{
	height: 47px;
	background:#fff;
	width: 100%;
	position: relative;
	z-index: 100;
	text-align: center;
}
.nav a{
	display: inline-block;
	font-size:16px;
	height: 47px;
	line-height: 47px;
	padding:0 23px;
	color:#272727;
}
.nav a:hover,.nav a.hover{
	color:#fff;
	background:#b289b1;
}
.nav_zw{
	height: 47px;
	clear: both;
	display: none;
}
.nav_fixed{
	position: fixed;
	left: 0;
	top: 0;
}

.fa_fm{
	width: 970px;
	margin:0 auto;
}
.fa_fm .in{
	width: 150px;
	padding-left:67px;
	height: 50px;
	float: left;
	background:#fff;
	border-radius:4px;
	margin-right:28px;
	position: relative;
}
.fa .fa_fm .in{
	background:#f4f4f4;
}
.fa .title{
	text-align: center;
	color:#fff;
	line-height: 3;
	font-size:30px;
}
.fa .title strong{
	font-size:40px;
	padding-right:20px;
}
.fa_fm .ico{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
.fa_fm em{
	display: block;
	line-height: 50px;
	position: absolute;
	left: 50px;
	top: 0;
	z-index: 10;
	color:#f00;
	font-size:18px;
}
.fa_fm .text{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	border:0;
	background:none;
	width: 100%;
}
.fa_fm select{
	height: 50px;
	line-height: 50px;
	font-size:16px;
	border:0;
	background:none;
	width: 90%;
	outline:none;
}
.fa_fm .send{
	float: right;
	display: block;
	height: 50px;
	line-height: 50px;
	font-size:20px;
	width: 220px;	
	background:;
	color:#103760;
	text-align: center;
	background:url("/zt/2021/1018riben/images/fa_send.png") no-repeat center center;
}
.fa_fm .send:hover{
	opacity: 0.9;
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.foot {
  padding-top: 72px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  color: #fff;
  /* background: url('../imgs/foot.jpg') no-repeat center bottom; */
}
.foot .infobox,
.foot .adress {
  width: 1080px;
  height: auto;
  margin: 0 auto;
}
.foot .infobox .item,
.foot .adress .item {
  width: 33.3%;
  float: left;
}
.foot .infobox .item .tit {
  float: left;
  height: 64px;
  line-height: 32px;
  border-right: 2px solid #000;
  width: 60px;
  margin-right: 16px;
}
.foot .infobox .item h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
}
.foot .infobox .item .cont {
  float: left;
  width: 260px;
}
.foot .infobox .item .cont h3 {
  letter-spacing: 2px;
}
.foot .infobox .item .cont p {
  font-size: 14px;
  line-height: 21px;
}
.foot .adress {
  margin-top: 40px;
}
.foot .adress .item img {
  width: 38px;
  float: left;
  height: 38px;
}
.foot .adress .item .info {
  width: 293px;
  margin-left: 14px;
}
.foot .adress .item .info p {
  font-size: 14px;
  line-height: 22px;
}
.foot .company {
  width: 100%;
  height: auto;
  margin: 40px auto 90px;
  text-align: center;
  clear: both;
  line-height: 1.8;
}
.foot .company p {
  font-size: 14px;
}
.clearfix{
	clear: both;
}
.fl{
	float: left;
}
.part{
	position: relative;
}
.pos{
	position: absolute;
	top: -47px;
}

.part1{
	padding-top:40px;
}


.ani1{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
  	animation-iteration-count: infinite;
  	animation-timing-function:linear;
	-webkit-animation-timing-function:linear; /*循环播放*/
	-webkit-animation-name: mouseAni;
  	animation-name: mouseAni;
}

@-webkit-keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  33%{
  	 transform: translate(-1px, 0);
   	 -webkit-transform: translate(-1px, 0);          
  }  
	
  66%{
  	 transform: translate(1px, 0);
   	 -webkit-transform: translate(1px, 0);          
  } 

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

@keyframes mouseAni {
  from {   
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);            
  }
  
  33%{
  	 transform: translate(-1px, 0);
   	 -webkit-transform: translate(-1px, 0);          
  }  
	
  66%{
  	 transform: translate(1px, 0);
   	 -webkit-transform: translate(1px, 0);          
  } 

  to {    
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);     
  }
}

.fa{
	width: 1100px;
	margin:50px auto 0 auto;
	border-top:1px solid #2a5582;
	border-bottom:1px solid #2a5582;	
	padding-bottom:30px;
}
.fa dl{
	text-align: center;
	padding:23px 0 13px 0;
	color:#2a5582;
}
.fa dt{
	font-size:35px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
}
.fa dd{
	height: 30px;
	line-height: 30px;
	font-size:18px;
}
.part4{
	padding-bottom:60px;
}
.bg{
	height: 2818px;
	border-top:15px solid #7b52ab;
	background:url("/zt/2021/1018riben/images/bg.jpg") no-repeat top center;
}
.lgs{
	height: 230px;
	padding-top:10px;
	width: 840px;
	margin:0 auto;
}
.lgs a{
	display: block;
	width: 164px;
	height: 60px;
	float: left;
	margin:28px 23px 0 23px;
}
.lgs a img{
	display: block;
	width: 164px;
	height: 60px;
}
.dxs{
	height: 465px;
	width: 1052px;
	margin:0 auto;
}
.dx{
	float: left;
	width: 241px;
	height: 367px;
	margin:0 11px;
	position: relative;	
}
.dx1{
	background:url("/zt/2021/1018riben/images/dx1.png") no-repeat left top;
}
.dx2{
	background:url("/zt/2021/1018riben/images/dx2.png") no-repeat left top;
}
.dx3{
	background:url("/zt/2021/1018riben/images/dx3.png") no-repeat left top;
}
.dx4{
	background:url("/zt/2021/1018riben/images/dx4.png") no-repeat left top;
}
.dx .name{
	width: 100%;
	position: absolute;
	bottom: 260px;
	left: 0;
	text-align: center;
	font-weight: bold;
	font-size:30px;
	color:#e8cf92;
	line-height: 36px;
}
.dx .intro{
	padding:170px 15px 0 15px;
	line-height: 28px;
	font-size:16px;
	color:#fff;
}
.dx dt{
	color:#e8cf92;
	font-weight: bold;
}
.tab3{
	height: 570px;
}
.tab3 .handle{
	height: 80px;
	text-align: center;
}
.tab3 .btn{
	display: inline-block;
	width: 195px;
	height: 34px;
	line-height: 34px;
	margin:0 15px;
	background:#e2d3f3;
	font-size:16px;
	color:#484545;
}
.tab3 .hover{
	color:#fff;
	background:#7b52ab;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.tab3 .wp{
	width: 1100px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	height: 440px;
}
.tab3 .con{
	width: 1100px;
	position: absolute;
	left: 0;
	top: 2000px;
}
.tab3 .show{
	top: 0;
}
.tab3 .title{
	height: 50px;
	line-height: 50px;
	background:#9c73cb;
	font-size:24px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.tab3 .ths{
	height: 30px;
	background:#e2d3f3;
}
.tab3 .th{
	float: left;
	text-align: center;
	font-size:18px;
	height: 30px;
	font-weight: bold;
	color:#6c28bb;
}
.tab3 .th1{
	width: 357px;	
	border-right:1px solid #b9adc7;
}
.tab3 .th2{
	width: 337px;	
	border-right:1px solid #b9adc7;
}
.tab3 .th3{
	width: 400px;
}
.ta_scr{
	height: 360px;
	position: relative;
	overflow: hidden;
}
.ta_scr li{
	min-height: 30px;
	line-height: 30px;
	clear: both;
	font-size:16px;
	position: relative;
}
.ta_scr li:nth-child(even){
	background:#cbc7e1;
}
.ta_scr .td{	
	padding-left:70px;
	padding-right:20px;
}
.ta_scr .td1{
	width: 267px;	
	border-right:1px solid #b9adc7;
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
}
.ta_scr .td2{
	width: 237px;	
	border-right:1px solid #b9adc7;
	position: absolute;
	left: 368px;
	height: 100%;
}
.ta_scr .td3{
	width: 310px;	
	float: right;	
	min-height: 30px;
}
.bs{
	position: relative;
	width: 1100px;
	margin:0 auto;
}
.pg_btn{
	display: block;
	width: 244px;
	height: 54px;
	line-height: 54px;
	border-radius:3px;
	margin:0 auto;
	background:#bc9b48;
	font-size:20px;
	text-align: center;
	color:#fff;
}
.bs .tip{
	line-height: 54px;
	position: absolute;
	left: 170px;
	top: 0;
	font-size:20px;
	color:#7b52ab;
}
.part6{
	padding-bottom:50px;
}
.gw_slider{
	width: 1250px;
	height: 470px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.gw_slider .s_out{
	width: 1120px;
	margin:0 auto;
	height: 470px;
	position: relative;
	overflow: hidden;
}
.gw_slider .cbtn{
	width: 65px;
	height: 65px;
	cursor: pointer;
	z-index: 20;
	top: 50%;
	margin-top:-12px;
	position: absolute;
}
.gw_slider .pre{
	left: 0;
	background:url("/zt/2021/1018riben/images/gw_pre.png") no-repeat left top;
}
.gw_slider .next{
	right: 0;
	background:url("/zt/2021/1018riben/images/gw_next.png") no-repeat left top;
}
.gw_slider li{
	height: 470px;
	width: 250px;
	float: left;
	margin:0 15px;
	position: relative;
	background:url("/zt/2021/1018riben/images/gw.png") no-repeat left bottom;
	position: relative;
	color:#fff;
}
.gw_slider .face{
	display: block;
	width: 192px;
	height: 192px;
	margin:0 auto;
}
.gw_slider dl{
	padding:0 20px 0 38px;
}
.gw_slider dt{
	font-size:28px;
	line-height: 35px;
}
.gw_slider dd{
	font-size:25px;
	line-height: 35px;
	font-weight: bold;
}
.gw_slider .tip{
	padding:10px 20px 0 38px;
	line-height: 20px;
	font-size:14px;
}
.gw_slider .more{
	display: block;
	width: 132px;
	height: 32px;
	line-height: 32px;
	border-radius:16px;
	background:#2a5582;
	font-size:18px;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 38px;
	bottom: 20px;
}
.gw_slider .more:hover{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.wy{
	width: 1100px;
	margin:0 auto;
}
.wy_item{
	width: 275px;
	float: left;
	position: relative;
	background:#7b52ab;
	height: 400px;
	color:#fff;
	text-align: center;
}
.wy_item .photo{
	display: block;
	height: 200px;
	position: relative;
	overflow: hidden;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .photo img{
	display: block;
	width: 100%;
	height: 200px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .photo:hover img{
	transform: scale(1.1);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.wy_item .intro{
	height: 200px;
	position: relative;
}
.wy_item dl{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wy_item dt{
	font-size:25px;
	line-height: 1.8;
}
.wy_item dd{
	font-size:16px;
	line-height: 26px;
}
.wy_item .sj1{
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	z-index: 20;
	bottom: 200px;
	left: 50%;
	margin-left:-16px;
	background:url("/zt/2021/1018riben/images/sj1.png") no-repeat left top;
}
.wy_item .sj2{
	display: block;
	width: 32px;
	height: 20px;
	position: absolute;
	z-index: 20;
	top: 200px;
	left: 50%;
	margin-left:-16px;
	background:url("/zt/2021/1018riben/images/sj2.png") no-repeat left top;
}
.wy_item .sj3{
	display: block;
	width: 20px;
	height: 32px;
	position: absolute;
	z-index: 20;
	left: 255px;
	top: 50%;
	margin-top:-16px;
	background:url("/zt/2021/1018riben/images/sj3.png") no-repeat left top;
}
.wy_item2{
	width: 550px;
	height: 200px;
	float: left;
}
.wy_item2 .photo{
	float: left;
	width: 275px;
}
.wy_item2 .intro{
	width: 275px;
	float: left;
}
.bts{
	height: 624px;
	background:url("/zt/2021/1018riben/images/bt.jpg") no-repeat top center;
	position: relative;
}
.bts .title2{
	width: 100%;
	font-size:45px;
	text-align: center;
	color:#3342a2;	
	font-weight: bold;
}
.bsin{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	
}
.bsin .fa{
	margin:0 auto;
	background:none;
}
.bts .head{
	text-align: center;
	padding-top:42px;
	color:#e3f5ff;
}
.bts .head dt{
	height: 84px;
	line-height: 84px;
	background:url("/zt/2021/1018riben/images/bs_head.png") no-repeat bottom center;
	font-size:50px;
}
.bts .head dd{
	height: 46px;
	line-height: 46px;
	font-size:20px;
}
.cm_head{
	text-align: center;
	padding:36px 0 30px 0;
}
.cm_head dt{
	height: 86px;
	line-height: 86px;
	font-size:50px;
	color:#030303;
	background:url("/zt/2021/1018riben/images/cm_head.png") no-repeat bottom center;
}
.cm_head dd{
	font-size:20px;
	color:#b289b1;
	height: 46px;
	line-height: 46px;
}
.part5{
	height: 712px;
	background:url("/zt/2021/1018riben/images/part5.jpg") no-repeat top center;
}
.part5 .wp{
	width: 960px;
	margin:0 auto;
}
.part5 .item{
	width: 320px;
	float: left;
	text-align: center;
	height: 240px;
	color:#2a5582;
}
.part5 .item img{
	display: block;
	margin:0 auto 20px auto;
}
.part5 .item dt{
	height: 40px;
	line-height: 40px;
	font-size:24px;
	font-weight: bold;
}
.part5 .item dd{
	font-size:16px;
	line-height: 23px;
}
.part1{
	padding-bottom:50px;
}
.part1 .wp{
	width: 1152px;
	margin:0 auto;
}
.part1 .item{
	display: block;
	width: 334px;
	height: 306px;
	float: left;
	margin:0 25px;
	position: relative;
}
.part1 .photo{
	display: block;
	width: 100%;
	height: 135px;
}
.part1 .item dl{
	padding:20px 20px 0 40px;
}
.part1 .item dt{
	height: 50px;
}
.part1 .name{
	display: inline-block;
	width: 207px;
	height: 40px;
	line-height: 40px;
	background:url("/zt/2021/1018riben/images/p1_name.png") no-repeat center center;
	font-size:24px;
	text-align: center;
	color:#fff;
	font-weight: bold;
}
.part1 .item dd{
	font-size:16px;
	line-height: 23px;
	color:#2a5582;
}
.part1 .line{
	display: block;
	left: 0;
	top: 155px;
	position: absolute;
}
.part1 .more{
	display: block;
	width: 294px;
	height: 55px;
	margin:50px auto 0 auto;
	font-size:20px;
	color:#103760;
	text-align: center;
	line-height: 55px;
	background:url("/zt/2021/1018riben/images/p1_more.png") no-repeat center center;
}

.part2{
	height: 972px;
	background:url("/zt/2021/1018riben/images/part2bg.jpg") no-repeat top center;
}
.tabs1{
	width: 940px;
	margin:0 auto;
	padding-top:80px;
}
.tabs1 .handle{
	float: left;
	padding-top:150px;
}
.tabs1 .btn{	
	display: block;
	width: 220px;
	height: 58px;
	line-height: 58px;
	border:2px solid #fff;
	margin-bottom:47px;
	font-size:36px;
	text-align: center;
	font-weight: bold;
	color:#fff;
}
.tabs1 .handle .hover{
	border-color:#dfbfd4;
	color:#dfbfd4;
}
.tabs1 .con{
	width: 600px;
	height: 592px;
	float: right;
	background:#fff;
	display: none;
}
.tabs1 .show{
	display: block;
}
.tabs1 .has{
	height: 94px;
}
.tabs1 .bn{
	float: left;
	display: block;
	height: 57px;
	line-height: 57px;
	text-align: center;
	width: 50%;
	font-size:25px;
	font-weight: bold;
	cursor: pointer;
}
.tabs1 .bn3{
	width: 33.3333%;
}
.tabs1 .has .hover{
	color:#fff;
	background:#2a5582;
}
.tabs1 .cn{
	display: none;
	padding:0 50px;
	position: relative;
	height: 500px;	
}
.tabs1 .show{
	display: block;
}
.tabs1 ul{
	border-top:1px solid #2a5582;
	margin-bottom:30px;
}
.tabs1 li{
	height: 36px;
	line-height: 36px;
	border-bottom:1px solid #2a5582;
	color:#2a5582;
	font-size:20px;
}
.tabs1 .item{
	font-size:16px;
	line-height: 26px;
	position: relative;
	padding:0 0 35px 156px;
}
.tabs1 .item .name{
	position: absolute;
	left: 0;
	top: -4px;
	width: 142px;
	height: 35px;
	line-height: 35px;
	background:url("/zt/2021/1018riben/images/yy_name.png") no-repeat left top;
	text-align: center;
	font-size:20px;	
	color:#fff;
}
.tabs1 .faa{
	display: block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:url("/zt/2021/1018riben/images/fa_send.png") no-repeat center center;
	font-size:20px;
	color:#103760;
	position: absolute;
	left: 50px;
	bottom: 50px;
}
.tabs1 .faa:hover{
	position: absolute;
	margin-top:-3px;
	top:auto;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.tabs1 dl{
	padding-bottom:25px;
}
.tabs1 dt{
	height: 45px;
	line-height: 35px;
}
.tabs1 .nm{
	display: inline-block;	
	width: 142px;
	height: 35px;
	line-height: 35px;
	background:url("/zt/2021/1018riben/images/yy_name.png") no-repeat left top;
	text-align: center;
	font-size:20px;	
	color:#fff;
}
.tabs1 dd{
	font-size:16px;
	line-height: 26px;
}
.part3{
	height: 773px;
	background:url("/zt/2021/1018riben/images/part3bg.jpg") no-repeat top center;
}
.part3 .cm_head dt{
	color:#fff;
	background-image:url("/zt/2021/1018riben/images/cm_head2.png");
}
.part3 .cm_head dd{
	color:#fff;
}
.p3_slider{
	width: 1136px;
	margin:0 auto;
	height: 370px;
	position: relative;
	overflow: hidden;
}
.p3_slider li{
	width: 1136px;
	height: 370px;
	float: left;
}
.p3_slider .item{
	display: block;
	height: 370px;
	background:#fff;
	float: left;
	margin:0 18px;
	width: 248px;
	position: relative;
}
.p3_slider .photo{
	display: block;
	width: 236px;
	height: 138px;
	border:6px solid #e3f5ff;
}
.p3_slider .photo img{
	display: block;
	width: 236px;
	height: 138px;
}
.p3_slider .name{
	width: 210px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background:#b289b1;
	position: absolute;
	top: 124px;
	left: 50%;
	margin-left:-105px;
	font-size:20px;
	font-weight: bold;
	color:#fff;
}
.p3_slider .wp{
	padding:27px 20px 0 20px;
}
.p3_slider .tps{
	height: 72px;
	border-bottom:1px solid #d6d6d6;
	font-size:16px;
	font-weight: bold;
	line-height: 22px;
	color:#2a5582;
}
.p3_slider dl{
	padding-top:7px;
	font-size:16px;
	line-height: 22px;
	color:#2a5582;
}
.p3_slider dt{
	font-weight: bold;
}
.p3_page{
	margin:35px 0 50px 0;
	text-align: center;
}
.p3_page a{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius:100%;
	background:#fff;
	overflow: hidden;
	text-indent:-100px;
	margin:0 5px;
}
.p3_page .selected{
	width: 50px;
	border-radius:5px;
	background:#b289b1;
}
.part3 .more{
	display: block;
	width: 244px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background:url("/zt/2021/1018riben/images/p3_more.png") no-repeat center center;
	font-size:20px;
	color:#103760;
	margin:0 auto;
}
.part3 .more:hover{
	position: relative;
	top: -3px;
	opacity: 0.8;
}
.part4{
	padding-bottom:55px;
}
.p4_slider{
	width: 1140px;
	margin:0 auto;
	height: 530px;
	position: relative;
	overflow: hidden;
}
.p4_slider li{
	width: 1140px;
	height: 530px;
	float: left;
}
.p4_slider .item{
	width: 330px;
	height: 530px;
	float: left;
	margin:0 25px;
}
.p4_slider .photo{
	display: block;
	width: 330px;
	height: 327px;
	margin-bottom:22px;
}
.p4_slider .wp{
	padding:0 23px 0 30px;
	position: relative;
}
.p4_slider .line{
	position: absolute;
	left: -10px;
	top: 5px;
}
.p4_slider p{
	font-size:16px;
	line-height: 24px;
	color:#2a5582;
	padding-top:10px;
}
.p4_slider .name{
	width: 207px;
	height: 40px;
	line-height: 40px;
	background:url("/zt/2021/1018riben/images/p3_name.png") no-repeat center center;
	text-align: center;
	color:#fff;
	font-size:24px;
	font-weight: bold;
}
.p4_page{	
	text-align: center;
}
.p4_page a{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-radius:100%;
	background:#b289b1;
	overflow: hidden;
	text-indent:-100px;
	margin:0 5px;
}
.p4_page .selected{
	width: 50px;
	border-radius:5px;
	background:#2a5582;
}
.form_btn:hover{
	opacity: 0.8;
	-webkit-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}