/*动画*/
@keyframes myrote
{
    0%   {transform: rotate(0deg);}
    /*25%  {transform: rotate(360deg);}*/
    50%  {transform: rotate(360deg);}
    /*75%  {transform: rotate(216deg);}*/
    100% {transform: rotate(0deg);}
}
.writebg{
    background: #fff!important;
}
.gray{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}
.ssydiv06{
    padding-bottom: 50px!important;
}
.ssydiv05{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}
.ssydiv05 .ssyloginbtn{
    width: 220px;
    height: 50px;
    border-right: 25px;
}
.ssydiv05 .hezuotitle{
    margin-bottom: 10px;
}
.ssydiv05 .ssydiv05-tips{
    display: flex;
    font-size: 16px;
    color: #7c6f6f;
    margin-bottom: 10px;
}
.ssydiv05-row{
    margin: 0px;
}
.ssydiv05-row .col-lg-6{
    padding: 0px;
    margin-bottom: 20px;
}
.ssydiv05-btn{
    margin-bottom: 20px;
}
.ssydiv05-con .ssytips{
    margin-bottom: 12px;
    color: #7c6f6f;
}
.ssydiv05 input{
    width: 360px;
    height: 49px;
    line-height: 49px;
    border-radius: 25px;
    text-indent: 40px;
    background: #ffffff;
    border: 1px solid #f6e9e7;
}
.ssydiv05-con{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

/*近期新闻*/
.ibnewlist{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    height: auto;
}
.ibnewli{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*flex: 1;*/
    width: 100%;
    height: auto;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0px;
}
.ibnewtime{
    flex: 1;
    height: auto;
    font-size: 12px;
    color: #2d2d33;
    margin-bottom: 8px;
    text-align: left;
}
.ibnewcon{
    /*flex: 1;*/
    flex-flow: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    overflow: hidden;
}
.ibnewtitle{
    display: block;
    font-size: 14px;
    color: #2d2d33;
    width: 100%;
    height: 18px;
    line-height: 1.2em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.ibnewcontext{
    display: flex;
    width: 100%;
    height: 42px;
    font-size: 12px;
    color: #2d2d33;
    position:relative;
    line-height:1.2em;
    overflow:hidden;
}
.ibnewcontext::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 2px;
    background: #ffffff;
}
.ibnewcontext:after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    background: #ffffff;
}
.biganquan{
    display: none;
}
/*注册*/
.mlogin{
	display: flex;
	width: 100%;
	height: auto;
	background: #f8f8f8;
}.mloginbg{
		width: 356px;
	height: 97px;
	margin: 0 auto;
	background: url(../images/mlogin.jpg) top center no-repeat;	
	background-size: 100% auto;
	position: relative;
	margin-top: 20px;
}
.mregist{
	display: inline-block;
	width: 58px;
	height: 25px;
	position: absolute;
	top: 20px;
	right: 32px;
}
.mapp{
	display: inline-block;
	width: 58px;
	height: 25px;
	position: absolute;
	top: 50px;
	right: 32px;
}
.bycontent{
    min-height: 120px;
}
/*公告*/
.notice02{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width:100%;
	height: 30px;
	position: absolute;
	top: -40px;
	left: 0px;
	background: rgba(0,0,0,.3);
	z-index: 99;
	overflow: hidden;
}
.notice02 .gongti{
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;	
	width: 27%;
	height: auto;
}
.icogg{
	display: inline-flex;
	width: 22px;
	height: 18px;
	background: url(../images/ico18-1.png) center no-repeat;
	background-size: 100% 100%;
	margin-right: 6px
}
.notice02 .gongti label{
	display: inline-flex;
	flex-flow: row nowrap;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
}
.gonggao{	
width: 73%;
height: 18px;
}
.gonggao .swiper-container{
width: 380px;
height: 18px;
}
#gonggao .swiper-wrapper{
	width: 100%;
	height: 100%;
}
#gonggao .swiper-slide {
  text-align: left;
  font-size: 12px;
  width: 100%;
  color: #fff;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#gonggao .swiper-slide a{
	color: #fff;
}
/*banner轮播*/
.bannerdiv .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.bannerdiv .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
    width: 230px;
    height: 450px;
}
.ssydiv02-03 .bannerdiv .swiper-wrapper>div:nth-child(1) a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 450px;
    background: url('../images/ssypic15.png') no-repeat center;
    background-size: 200px 430px;
    border-radius: 50px;
}
.ssydiv02-03 .bannerdiv .swiper-wrapper>div:nth-child(2) a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 450px;
    background:  url('../images/ssypic14.png') no-repeat center;
    background-size: 200px 430px;
    border-radius: 50px;
}
.ssydiv02-03 .bannerdiv .swiper-wrapper>div:nth-child(3) a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 450px;
    background:  url('../images/ssypic13.png') no-repeat center;
    background-size: 200px 430px;
    border-radius: 50px;
}
.ssydiv02-03 .bannerdiv .swiper-wrapper>div:nth-child(4) a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 450px;
    background:  url('../images/ssypic12.png') no-repeat center;
    background-size: 200px 430px;
    border-radius: 50px;
}
.ssydiv02-03 .bannerdiv .swiper-wrapper>div:nth-child(5) a{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 450px;
    background:  url('../images/ssypic13.jpg') no-repeat center;
    background-size: 200px 430px;
    border-radius: 50px;
}
.bannerdiv .swiper-slide .ssyphonebgs{
    width: 200px;
    height: 380px;
}
.ssyphonebgsdiv{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9
}
.ssyphonebgs{
    width: 230px;
    height: 450px
}

#swpag{
	width: 100%;
	height: 10px;
	bottom: 20px;
	z-index: 999;
	margin: 0 auto;
}
#swpag span{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: none;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 10px;
}
#swpag .swiper-visible-switch, #swpag .swiper-active-switch{
	background: #fff;
}
/*首页-公告*/
.notice{
	width: 100%;
	height: 40px;
	background: #fff;
	position: relative;
}
.notice .container{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	/*width: 1200px;*/
	width: 100%;
	height: 40px;
	margin: 0 auto;
}
.notice01{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
}
.noticediv{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	height: auto;
	/*margin-right: 58px;*/
}
.noticediv i{
	display: inline-flex;
	width: 22px;
	height: 19px;
	margin-right: 4px;
	border: 1px solid rgba(255,255,255,0);
}
.noticediv:nth-child(1) i{
	background: url(../images/ico08.png) center no-repeat;
	background-size: 100% 100%;
}
.noticediv:nth-child(2) i{
	background: url(../images/ico19-1.png) center no-repeat;
	background-size: 100% 100%;
}
.noticediv:nth-child(3) i{
	background: url(../images/ico20-1.png) center no-repeat;
	background-size: 100% 100%;
}
.notice_text{
	display: flex;
	flex-flow: column;
	justify-content: center;
    align-items: flex-end;
}
.notice_text span{
	font-size: 12px;
	margin-bottom: 2px;
	line-height: 1.2em;
}
.notice_text b{
	font-size: 12px;
	line-height: 1.2em;
}
/*.notice02{
	width: 502px;
	height: auto;
}line 10*/
/*选择我们的理由*/
.reason{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-top: 40px;
}
.reason .reason_h2{
	margin-bottom: 32px;
}
.reason_h2{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
}
.origineline{
	width: 194px;
	height: 4px;
	background: #000;
}
.reason_h2 h2{
	/*width: 420px;*/
	height: auto;
    font-size: 22px;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	padding: 0 10px;
	position: relative;
	top: -13px; /*首页标题*/
}
.reason_h2 h2 a{
	display: inline-block;
	font-size: inherit;
	color: inherit;
	text-align: inherit;
	transition: color 1s;
	
}
.reason_h2 h2:hover{
	color: #308fff;
}
.reasonconter{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;	
}
.reasonli{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: auto;
	margin-bottom: 24px;
}
.reasonli a{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-bottom: 10px;
	transition: background-image 1s;
}
.reasonli a img{
	width: 60%;
	height: auto;
}
.reasonpic01{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #f0624f;
	background-image: inherit;
	opacity: 1;
	border-radius: 50%;
	transition: background-image 1s,opacity 1s;
	transition-timing-function: linear;
	-moz-transition: background-image 1s,opacity 1s;	/* Firefox 4 */
	 -webkit-transition: background-image 1s,opacity 1s;	/* Safari 和 Chrome */
 	-o-transition: background-image 1s,opacity 1s;	/* Opera */
}
.reasonpic01:hover{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0cbff), to(#529dff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(180deg, #c0cbff, #529dff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(180deg, #c0cbff, #529dff); /* FF3.6 */
  background-image:     -ms-linear-gradient(180deg, #c0cbff, #529dff); /* IE10 */
  background-image:      -o-linear-gradient(180deg, #c0cbff, #529dff); /* Opera 11.10+ */
  background-image:         linear-gradient(180deg, #c0cbff, #529dff);
  opacity: 1;
}
.reasonh4{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 9px;
}
.blockline{
	width: 30px;
	height: 3px;
	background: #000;
	margin-bottom: 7px;
}
.reasonh6{
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 6px;
}
.reasonspan{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	line-height: 1.2em;
	color: #333;
	text-align: center;
}
.marginnone{
	margin-right: 0px;
}
/*今日动态*/
.todaynew{
	width: 100%;
	height: auto;
	background: #f8f8f8;
}
.todaynew .container{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 95%;
	height: auto;
	background: #f8f8f8;
	margin: 0 auto;
	padding-top: 24px;
	box-sizing: border-box;
}
.icomai{
	display: inline-flex;
	font-size: 16px;
	color: #f0624f;
	font-weight: bold;
	font-style: italic;
	margin-right: 8px;
}
.todaynew_title{
	font-size: 16px;
    line-height: 1.2em;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 25px;
}
.todaynew_div{
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: auto;
}
.todaynew_li{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}
.todaynew_li_title{
	font-size: 14px;	
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.bor{
	/*border: 0px!important;*/
	border-bottom: 4px solid #c8dbea;
}
.todaynewtable{
	width: 100%;
	height: auto;
	background: #f0624f;
	border-radius: 8px;
	overflow: hidden;
}
.table_title{
	width: 90%;
	height: 48px;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
}
.table_title span{
	color: #fff;
	font-size: 20px;
	line-height: 48px;
}

.title_01{
	display: inline-block;
	width: 25%;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}
.title_02{
	display: inline-flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 25%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}
.title_02 *{
	display: block;
	color: inherit;
}
.title_03{
	display: inline-flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;
	width: 30%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: inherit;
}
.title_03 *{
	display: block;
	color: inherit;
}
.title_04{
	display: inline-block;
	width: 20%;
	font-size: 16px;
	/*font-weight: bold;*/
	color: inherit;	
}
.title_04 a{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #fff;
	border-radius: 4px;
	background: none;
	color: inherit;
	text-align: center;
	/*padding: 6px 16px;*/
}
.table_conten{
	width: 100%;
	height: 347px;
	overflow: hidden;
}
.table_tr{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	margin-top: 18px;
	width: 100%;
	height: 55px;
	padding: 6px 5%;
	color: #fff;
	box-sizing: border-box;
}
.table_tr:hover{
	background: #c04737;
	color: #fedc76;
}
.hovered{
	background: #c04737;
	color: #fedc76!important;
}
.hovered .title_04 a{
	border: 1px solid #fedc76;
}
.table_tr{
	color: #fff;
	transition: color 1s, background .5s;
	-moz-transition: color 1s, background .5s;	/* Firefox 4 */
	 -webkit-transition: color 1s, background .5s;	/* Safari 和 Chrome */
 	-o-transition: color 1s, background .5s;	/* Opera */
}

/*客户印象*/
.kehu{
	width: 100%;
	height: auto;
	/*background: #fff;*/
	padding-top: 50px;
}
.kehu .container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.kehutips{
	display: none;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 105px;
	margin-bottom: 34px;
}
.kehutips span{
	font-size: 30px;
	font-weight: bold;
	padding: 16px;
	border-radius: 8px;
	background: #f8ea95;
	margin-right: 18px;
}
#certify{
	width: 100%;
}
.tabs {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.tabsa{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  margin-bottom: 24px; 
}
.tabsa a {
  display: block;
  float: left;
  width: 96px;
  height: 28px;
  color: #f0624f;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #f0624f;  
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  /*font-style: italic;*/
  text-decoration: none;
  transition: color 1s, background 1s;
  -moz-transition: color 1s, background 1s;	/* Firefox 4 */
 -webkit-transition: color 1s, background 1s;	/* Safari 和 Chrome */
 -o-transition: color 1s, background 1s;	/* Opera */
}
.tabsa a.active {
  color: #fff;
  background: #f0624f;
}
.tabs .swiper-container {
/*   background: #333;
background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333)); Saf4+, Chrome
background-image: -webkit-linear-gradient(top, #000, #333); Chrome 10+, Saf5.1+, iOS 5+
background-image:    -moz-linear-gradient(top, #000, #333); FF3.6
background-image:     -ms-linear-gradient(top, #000, #333); IE10
background-image:      -o-linear-gradient(top, #000, #333); Opera 11.10+
background-image:         linear-gradient(to bottom, #000, #333); */
  height: auto;
  border-radius: 0 0 5px 5px;
  /*border: 1px solid #ccc;*/  
  width: 100%;
  border-top: 0;
  overflow: inherit;
}
.tabs .swiper-slide {
  height: 500px;
  width: 640px;
  background: none;
  color: #fff;
}
.tabs .content-slide {
  /*padding: 40px;*/
}

.newul{
  /*display: flex;
  flex-flow: column;*/
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 560px;
  overflow: hidden;
}
.newli{
  display: flex;
  width: 95%;
  height: 250px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}
.newli:hover .newti{
	width: 100%;
	height: 100%;
	background: rgba(240,98,79,.9);
}
.newli:hover .icoeye{
	display: flex;
	width: 48px;
	height: 48px;
}
.newli:hover .newti a{
	/*display: flex;*/
	position: initial;
}
.icoeye{
	width: 0px;
	height: 0px;
	margin-bottom: 38px;
	background: url(../images/icoeye.png) center no-repeat;
	transition: width 1s, height 1s; 
	 -moz-transition: width 1s, height 1s;	/* Firefox 4 */
	 -webkit-transition: width 1s, height 1s;	/* Safari 和 Chrome */
	 -o-transition: width 1s, height 1s;	/* Opera */
	}
.newli img{
  display: block;
 /* width: 100%;
  height: auto;*/
  /*position: absolute;*/
  max-width: 100%;
    max-height: 100%;
  z-index: 2;
}
.newli .newti{
  width: 100%;
  height: 34%;
  position: absolute;
  z-index: 3;
  bottom: 0px;
  left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, #000 20%, #333 80%); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(bottom, #000 20%, #333 80%); /* FF3.6 */
  background-image:     -ms-linear-gradient(bottom, #000 20%, #333 80%); /* IE10 */
  background-image:      -o-linear-gradient(bottom, #000 20%, #333 80%); /* Opera 11.10+ */
  background-image:         linear-gradient(to top,rgba(0,0,0,.6) 0%,rgba(0,0,0,0) 100%);
  transition: background 1s, height 1s, opacity 1s;
	-moz-transition: background 1s, height 1s, opacity 1s;	/* Firefox 4 */
 -webkit-transition: background 1s, height 1s, opacity 1s;	/* Safari 和 Chrome */
 -o-transition: background 1s, height 1s, opacity 1s;	/* Opera */
}
.newti{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
}
.newti a{
	display: block;
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	line-height: 1.5em;
	text-align: center;
	box-sizing: border-box;
}
.newlist{
	width: 100%;
	height: auto;
	background: #f8f8f8;
    padding-top: 40px;    
    overflow: hidden;
}
.bannerdiv{
	width: 100%;
	height: 225px;
	background: #fff;
	position: relative;
}
.bannerdiv .container{
	width: 100%;
	height: 225px;
	margin: 0 auto;
	position: relative;
	top: 0px;

}
.registerlogin{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 496px;
	height: 350px;
	margin-top: 46px;
	display: none;
}
.registerlogin img{
	position: absolute;
	z-index: 2;
}
.indexregister{
	display: block;
	width: 373px;
	height: 46px;
	position: absolute;
	bottom: 82px;
	left: 65px;
	z-index: 3;
}
.indexregister2{
	display: block;
	width: 373px;
	height: 24px;
	position: absolute;
	bottom: 41px;
	left: 65px;
	z-index: 3;
}
.indexlogin{
	display: inline-block;
	float: left;
	width: 50%;
	height: 24px;
}
.hezuo{
	width: 100%;
	height: 35%;
	background: #fff;
	padding-top: 50px; 
}
.hezuo .container{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.hezuotitle{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.2em;
	text-align: center;
	color: #333333;
	margin-bottom: 25px;
	font-weight: bold;
}
.hezuoimg{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 16px;
}
.hezuoimg img{
	max-width: 23%;
	/*margin-right: 150px;*/
	margin-bottom: 10px;
	/*transition: transform 1s;*/

}
/*.hezuoimg img:hover{*/
		/*transform: rotateY(180deg);*/
/*-webkit-transform: rotateY(180deg);	!* Safari 和 Chrome *!*/
/*-moz-transform: rotateY(180deg);	!* Firefox *!*/
/*}*/
.marginrightnone{
	margin-right: 0px!important;
}

/*新闻*/
.newtitlte{
	padding-top: 38px;
	padding-bottom: 16px;
	/*background: #fff;*/
}
.newdiv{
	width: 100%;
	height: auto;
	background: #f8f8f8;
}
.newdiv .container{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px;
	/*padding: 50px 0px;*/
}
.newleft{
	/*float: left;*/
	width: 100%;
	height: auto;
}
#newright .swiper-slide{
	width: auto;
	/*overflow-x: scroll;*/
}
#newright .swiper-wrapper{
	overflow-x: scroll;
	-webkit-box-flex:1;
	box-flex:1;
	-webkit-overflow-scrolling: touch;
}
.newright{
	/*float: right;*/
	width: 100%;
	height: auto;
}
.newrighttitle{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 28px;
	margin-bottom: 28px;
}
.newrightcontent .swiper-container {
      width: 100%;
      height: 100%;
    }
.newrightcontent .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-right: 30px;*/
}
.newrightcontent{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
    /*height: 200px;*/
	/*background: #fff;*/
	border-radius: 6px;
	box-sizing: border-box;
	/*padding: 48px 20px 56px 20px;
	box-shadow: 0 0px 30px rgba(0,0,0,.2);*/
}
    .newcenli{
      width: 190px;
      height: 119px;
      background: #c86464;
      border-radius: 8px;
      /*margin-bottom: 36px;*/
      position: relative;
      float: left;
      margin-right: 14px;
    }
     .newcenli:last-child{
      margin-bottom: 0px;
      margin-right: 0px;
    }
    .newcenli a{
      display: inline-block;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: auto;
      font-size: 12px;
      color: #fff;
      font-weight: bold;
      line-height: 1.2em;
      padding: 10px;
      box-sizing: border-box;
    }

.ssybannerdiv{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 380px;
    background: #1e1919;
    position: relative;
}
.ssy-sm-block{
    display: flex;
    width: 100%;
    height: auto;
    display: none;
}
.ssy-sm-block img{
    display: flex;
    width: 100%;
    height: auto;
}
.ibsafe{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 20px;
}
.ibsafe .container{
    width: 1430px;
    height: auto;

}
.ibsafetitle{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #2d2d33;
    text-align: center;
}

.ssyabout-con{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}
.ssyabout-con-01{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /*height: 790px;*/
    /*background: url("../images/ssyaboutbg.jpg") no-repeat;*/
    /*background-size: 913px 790px;*/
    position: relative;
}
.ssyabout-con-01 .ssyabout-con-item{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding: 0 15px;
}
.ssyabout-con-01 > .ssyabout-con-item:nth-child(1){
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.ssyabout-con-01 > .ssyabout-con-item:nth-child(2){
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    /*width: 434px;*/
    height: auto;
}
.ssyabout-con-01 > .ssyabout-con-item:nth-child(3){
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    /*position: absolute;*/
    width: 100%;
    height: auto;
    /*left: 900px;*/
    /*top: 396px;*/
}
.ssyabout-con-01 > .ssyabout-con-item:nth-child(4){
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    /*position: absolute;*/
    /*left: 810px;*/
    /*top: 630px;*/
}
.ssyredicon{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ff1425;
    margin-right: 16px;
}
.ssyabout-con-texts{
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
}
.ssyabout-con-texts h4{
    font-size: 16px;
    color: #161424;
    margin-bottom: 12px;
    margin-top: 0px;
}
.ssyabout-con-texts span{
    font-size: 12px;
    color: #7a7570;
    line-height: 1.6em;
}



.bannerdiv{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 450px;
    /*background: #1e1919;*/
    background: none;
    position: relative;
    padding-top: 0px;
    border-radius: 20px;
}
.ssybannerdiv .bannercontainer{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height:  100%;
    margin: 0 auto;
    position: relative;
    top: 0px;
    padding-bottom: 10px;
    /*background:#fff;*/

}
.leftbanner{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto
}
.leftbanner-top{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /*margin-left: 104px;*/
    /*margin-bottom: 40px;*/
}
.leftbanner-top .leftbanner-top-01{
    font-size: 22px; color: #fff;margin-bottom: 18px; line-height: 1.2em;
    margin-top: 72px;
}
.leftbanner-top .leftbanner-top-02{
    display: flex;
    flex-flow: row;
    justify-content:flex-start;
    align-items:center;
    height: 20px;
    line-height: 20px;
    font-size: 14px; color: #fff;
}
.leftbanner-top-02-i{
    display: inline-flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100px;
    font-size: 14px; color: red;line-height: 1.2em;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    height: 20px;
    line-height: 1.2em;
    position: relative;
}
.leftbanner-top-02-i>li{
    list-style: none;
    width: 40px;
    float: left;
    position: absolute;
}
.leftbanner-top-02-i>li div{
    font-size: 14px; color: red;line-height: 1.2em;
}
.leftbanner-bottom{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: auto;
    margin-top: 30px;
    position: relative;
}
.leftbanner-bottom img{
    width: auto;
    height: 170px;
}
.rightbannerphone,.rightbannerphonesuccess{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items: center;
    width: 94%;
    height: 258px;
    background: #fff;
    position: absolute;
    left: 3%;
    bottom: -190px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 4px;
    padding: 20px 24px;
}
.showzjice{
    display: none!important;
}
.rightbannerphonezhuce{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items:center;
    width:100%;
    height:auto;
}
.rightbannerphonesuccess{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items:center;
    height: 136px;
    bottom: -36px;
    display: none!important;
}
.rightbannerphonesuccess h4{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items: center;
    width:100%;
    font-size: 20px;
    color: #ff1425;
    text-align: center;
    margin-bottom: 12px;
}
.rightbannerphone h4{
    display: flex;
    width:100%;
    font-size: 20px;
    color: #ff1425;
    text-align: left;
    margin-bottom: 12px;
}
.rightbannerphonediv{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items:center;
    flex: 1;
    width: 100%;
    height:auto;
}
.rightbannerphonedivp{
    display: inline-flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items:center;
    flex:1;
    width: 100%;
    height: 49px;
    border-bottom: 1px solid #eeeeee;
}
.rightbannerphonediv p:nth-child(3){
    border-bottom: 0px;
}
.rightbannerphonediv p input{
    flex: 1;
    line-height: 48px;
    font-size: 16px;
    color: #000;
    text-align: left;
}
.rightbannerphonediv p input::placeholder{
    line-height: 48px;
    font-size: 16px;
    color: #cecece;
}
.rightphonebtn{
    display: inline-flex;
    line-height: 48px;
    width: 90px;
    font-size: 16px;
    color: #ff1425;
}
.rightphonebtnsec{
    display: flex;
    line-height: 48px;
    font-size: 16px;
    color: #ff1425;
    display: none;
}
.rightstep2{
    display: none;
}
.rightbannerphonebtn{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 45px;
    border-radius: 22px;
    background: #ff1425;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}
.rightbanner{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin-left: 2.5%;
    /*height: 514px;*/
    background: rgba(255,255,255,.29);
    border-radius: 10px;
    margin-top: 30px;
    padding: 24px 6px 24px 6px;
    display: none;
}
.rightbannerti{
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}
.rightbannerti i{
    color: red;
    font-size: inherit;
}
.bannerinputdiv{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
}
.bannerinput{
    width: 100%;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    background: rgba(255,255,255,.3);
    font-size: 16px;
    text-indent: 22px;
}
.bannerinput::placeholder{
    color: rgba(255,255,255,.3);
    font-size: 16px;
    text-indent: 22px;

}
.bannerinputsut{
    width:160px;
    margin-right: 16px;
}
.ssyloginbtn{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 118px;
    height: 48px;
    font-size: 16px;
    color: #fff;
    border-radius: 24px;
    background-image: linear-gradient(to right, #ff8900,#ff650b,#ff361a, #ff1525);
}
.ssylongbtn{
    width: 100%;
    height: 64px;
    border-radius: 32px;
    margin-bottom: 36px;
    font-size: 18px;
}
.ssytips{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.ssyphone{
    background-image: linear-gradient(135deg, #ff8900, #ff1525);
    font-size: 24px;
    /*font-weight: bold;*/
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    color: transparent;
    position:relative;
    font-family: DIN-Bold;
    line-height: 1em;
}
.mshipan{
    background-image: linear-gradient(to bottom, #ffffff, #f8f8f7, #f0f0f0)!important;
}
.mshipan .swiper-container{
    display: flex;
    width: 100%;
    height:auto;
    margin-top: 20px;
}
.mshipan .swiper-slide{
    width: 100%;
    height: 226px;
}
.mshipan .swiper-slide img{
    width: 100%;
    height: 226px;
}
/*风控*/
.ibreason{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-top:  190px;
}
.ibreason .container{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background: #ffffff;
}
.ibreasonli{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    height: auto;
    padding-top: 24px;
}
.ibreasonli img{
    margin-bottom: 18px;
}
.showSuccess{
    padding-top: 40px;
}
.ibreasonb{
    font-size: 12px;
    color: #000;
    margin-bottom: 22px;
}
.ibreasons{
    font-size: 18px;
    color: #2d2d33;
    margin-bottom: 12px;
}

.ssyshipan{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 30px;
    background: #fff;
}
.ssyshipanti{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.ssyshipsp{
    font-size: 18px;
    line-height: 1.5em;
    color: #0f0f0f;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}
.ssyshipani{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-image: linear-gradient(to right, #ff8900, #ff1525);
    margin-bottom: 10px;
    display: none;
}

.ssyshipspan{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 16px;
    padding: 0px 35px;
    text-align: center;
    line-height: 1.6em;
}
.ssyshipanimg{
    margin-top: 20px;
    width: 80%;
    height: auto;
}

.ssy-banner{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items:center;
    width:100%;
    height:430px;
    background-image: linear-gradient(to bottom, #ffffff, #fafafb, #f0f0f0);
}
#bannerfoot{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items:center;
    width:100%;
    height:430px;
    padding: 32px 0 20px 0;
}
#bannerfoot h2{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    font-size: 22px;
    color: #0f0f0f;
    width: 100%;
    height: auto;
    line-height: 1.5em;
}
#bannerfoot h4{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    font-size: 14px;
    color: #0f0f0f;
    width: 70%;
    height: auto;
    line-height: 1.5em;
    margin-top: 12px;
    margin-bottom: 34px;
    text-align: center;
}
#bannerfoot .swiper-slide{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items:center;
    width: 100%;
    height:auto;
}
.bannerfootimg{
     display: flex;
     width: 214px;
     height: 260px;
     border-radius: 6px;
 }
#bannerfoot .swiper-slide:nth-child(1) .bannerfootimg{
    background: url('../images/ssypic05.png') center center no-repeat;
}
#bannerfoot .swiper-slide:nth-child(2) .bannerfootimg{
    background: url('../images/ssypic06.png') center center no-repeat;
}
#bannerfoot .swiper-slide:nth-child(3) .bannerfootimg{
    background: url('../images/ssypic07.png') center center no-repeat;
}
#bannerfoot .swiper-slide:nth-child(4) .bannerfootimg{
    background: url('../images/ssypic08.png') center center no-repeat;
}
#bannerfoot .swiper-slide:nth-child(5) .bannerfootimg{
    background: url('../images/ssypic09.png') center center no-repeat;
}


.ssychongz{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width:100%;
    height: auto;
    background: #212121;
    padding-top: 50px;
}
.ssyphonedown{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 32px;
}
.ssyphonedown a{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    width: 100px;
    height: 32px;
    background: #333333;
    color: #ff1425;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 20px;
}
.ssychongz .container{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}
.ssychongzleft{
    width: 100%;
    height: auto;
    /*margin-right: 152px;*/
}
.ssychongzleft .row{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0px;
    padding: 0 10px;
    display: none;
}
.ssychongzleft .row .col-sm-6{
    margin: 0px;
    padding: 0px;
}
.ssychongz .ssyshipanti{
    justify-content: center;
    align-items: center;
}
.ssychongz .ssyshipanti .row{
    padding:0px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.ssychongz .ssyshipanti .ssyshipsp{
    color: #fff;
    margin-top: 10px;
}
.ssychongz .ssyshipanti .ssyshipspan{
    font-size: 14px;
    color: #b9b8b8;
}

.ssyibleftbtns{
    margin-top: 30px;
}
.ssyibdownbtn{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 64px;
    background: #333333;
    border-radius: 8px;
}
.ssyew{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    margin-left: 10px;
}
.ssyew img{
    width: 140px;
    height: 140px;
    border-radius: 10px;
    background: #333333;
}
.ssychongzpic{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items:center;
    width: 100%;
    height:auto;
    margin-top: 62px;
}
.ssychongzpic img{
    width: 80%;
    height: auto;
    margin-left: 60px;
}

.ssydiv01{
    overflow: hidden;
	height: 550px;
}
.ssydiv01 .ssyshipspan{
    font-size: 14px;
}
.ssydiv01-01{
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    width: 100%;

}
.ssydiv01-01-left{
    position: relative;
    width: 100%;
}
.ssydiv01-01 .ssyshdiv{
    display: flex;
    flex-flow: column;
    justify-content:center;
    align-items:center;
     width: 100%;
     height: 300px;
     position: relative;
 }
.ssyshdivimg01{
    width: 220px;
    height: 220px;
    position: absolute;
    bottom: 0px;
    animation: myrote 2s linear 1s infinite alternate;
}
.ssyshdivimg02{
    width: 330px;
    height: 288px;
    top: 30px;
}
.ssydiv01-01-left ul{
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
}
.ssydiv01-01-left ul li{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items:center;
    width:70px;
    height:100px;
}
.ssydiv01-01-left ul li a{
    display: flex;
    flex-flow: column;
    justify-content:flex-start;
    align-items:center;
    width:100%;
    height: 100%;
    font-size: 18px;
}
.ssydiv01-01-left ul li a:hover{
    font-style: normal;
    text-decoration: none;
}
.ssydiv01-01-left ul li a span{
    justify-content: center;
    align-items:center;
    width: 100%;
    opacity: 0;
    line-height: 1.2em;
    height: 24px;
    transition: all .5s ;
    position: relative;
}
.ssydiv01-01-left ul>li:nth-child(1){
    position: absolute;
    top:0px;
    left: 40%
}
.ssydiv01-01-left ul>li:nth-child(2){
    position: absolute;
    bottom: -20px;
    left: 0px
}
.ssydiv01-01-left ul>li:nth-child(2) a{
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content:flex-end;
    align-items:center;
}
.ssydiv01-01-left ul>li:nth-child(3){
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content:flex-end;
    align-items:center;
    bottom:-20px;
    right: 0px
}
.ssydiv01-01-left ul>li:nth-child(3) a{
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content:flex-end;
    align-items:center;
}
.ssydiv01-01-left ul>li:nth-child(1) a i{
    display: flex;
    width: 64px;
    height:75px;
    background: url("../images/ssyshpic01.png");
    background-size: 64px 75px;
}
.ssydiv01-01-left ul>li.ssyshselect:nth-child(1) a i{
    display: flex;
    width: 64px;
    height:75px;
    background: url("../images/ssyshpic01_1.png");
    background-size: 64px 75px;
}
.ssydiv01-01-left ul>li.ssyshselect:nth-child(1) a span{
    display: flex;
    font-size: 14px;
    opacity:1;
    position: absolute;
    top: 60%;

}
.ssydiv01-01-left ul>li:nth-child(2) a i{
    display: flex;
    width: 64px;
    height:77px;
    background: url("../images/ssyshpic02.png");
    background-size: 64px 77px;
}
.ssydiv01-01-left ul>li:nth-child(2).ssyshselect a i{
    display: flex;
    width: 64px;
    height:77px;
    background: url("../images/ssyshpic02_1.png");
    background-size: 64px 77px;
}
.ssydiv01-01-left ul>li.ssyshselect:nth-child(2) a span{
    display: flex;
    font-size: 14px;
    opacity:1;
    position: relative;
    top: -55%;
    left: 90%;
}
.ssydiv01-01-left ul>li:nth-child(3) a i{
    display: flex;
    width: 64px;
    height:77px;
    background: url("../images/ssyshpic03.png");
    background-size: 64px 77px;
}
.ssydiv01-01-left ul>li:nth-child(3).ssyshselect a i{
    display: flex;
    width: 64px;
    height:66px;
    background: url("../images/ssyshpic03_1.png");
    background-size: 64px 77px;
}
.ssydiv01-01-left ul>li.ssyshselect:nth-child(3) a span{
    display: flex;
    font-size: 14px;
    opacity:1;
    position: relative;
    top: -55%;
    right: 90%;
}

.ssydiv01-01-left-con-div{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 5%;
    font-size: 24px;
    line-height: 1.8em;
    color: #555555;
    text-align: justify;
}
.ssydiv01-01-left-con-div div{
    display: none;
}
.ssydiv01-01-left-con-div p{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 12px;
    line-height: 1.8em;
    color: #555555;
    text-align: justify;
    margin-top: 20px;
}

/*.ssydiv01-01 img{*/
    /*width: 100%;*/
    /*height: auto;*/
/*}*/
.ssydiv01-01 span{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
    color: #555555;
    margin-top: 7px;
    text-align: justify;
}

.ssydiv01-02{
    display: flex;
    width: 100%;
    height: 200px;
    /*padding: 76px 0px;*/
    padding-top: 40px;
    background: url("../images/ssykfbg.png") center no-repeat;
    background-size: 100% auto;
    /*display: none;*/
}
.ssydiv03{
    width: 100%;
    height: auto;
    background: #fff;
}
.ssydiv02-01{
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 10px;
    color: #0f0f0f;
}.ssydiv02-02{
     display: flex;
     flex-flow: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     background: #312e2e;
 }
.ssydiv02-03{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
.ssydiv02-03 .container{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}
.bannertob{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}
.bannertob ul{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 140px;
}
.bannertob ul li{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    height: auto;
}
.bannertob ul li div{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    /*margin-right: 57px;*/
}
.bannertob ul li div p{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
}
.bannertob ul > li:nth-child(1) div p i{
    display: flex;
    width: 35px;
    height: 48px;
    background: url("../images/ssyiconb01.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li.ssyselect:nth-child(1) div p i{
    display: flex;
    width: 35px;
    height: 48px;
    background: url("../images/ssyiconb01-1.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li:nth-child(2) div p i{
    display: flex;
    width: 48px;
    height: 43px;
    background: url("../images/ssyiconb02.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li.ssyselect:nth-child(2) div p i{
    display: flex;
    width: 48px;
    height: 43px;
    background: url("../images/ssyiconb02-1.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li:nth-child(3) div p i{
    display: flex;
    width: 43px;
    height: 46px;
    background: url("../images/ssyiconb03.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li.ssyselect:nth-child(3) div p i{
    display: flex;
    width: 43px;
    height: 46px;
    background: url("../images/ssyiconb03-1.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li:nth-child(4) div p i{
    display: flex;
    width: 44px;
    height: 58px;
    background: url("../images/ssyiconb04.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li.ssyselect:nth-child(4) div p i{
    display: flex;
    width: 44px;
    height: 58px;
    background: url("../images/ssyiconb04-1.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li:nth-child(5) div p i{
    display: flex;
    width: 55px;
    height: 51px;
    background: url("../images/ssyiconb05.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul > li.ssyselect:nth-child(5) div p i{
    display: flex;
    width: 55px;
    height: 51px;
    background: url("../images/ssyiconb05-1.png") center no-repeat;
    background-size: 50% 50%;
}
.bannertob ul li img.ssyiconright{
    margin-top: 27px;
    width: 23px;
    height: 40px;
    display: none;
}
.bannertob ul li div span{
    font-size: 12px;
    color: #0f0f0f;
    margin-top: 20px;
}
.bannertob ul li.ssyselect div p{
    display: flex;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 1px solid #ed7612;
}
.bannertob ul li.ssyselect div span{
    font-size: 12px;
    color: #ff1425;
    margin-top: 20px;
}
.ssydiv02-02-con{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.ssydiv02-02-item-com{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    background: rgba(50,50,50,.7);
}
.ssydiv02-02-item-com span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 26px;
}
.ssydiv02-02-item-com i{
    display: none;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 18px;
    background: #ffffff;
}
.ssydiv02-02-item-com strong{
    display: none;
    font-size: 16px;
    color: #ffffff;
}
.ssydiv02-hover .ssydiv02-02-item-com{
    background: rgba(255,20,37,.8);
}
.ssydiv02-hover i{
    display: flex;
}
.ssydiv02-hover strong{
    display: flex;
}
.ssydiv02-02-item{
    width: 50%;
    height: 200px;

}

.pcdiv{
    display: none!important;
}
.ssydiv02-02-con > div:nth-child(1){
    background: url("../images/ssypic05.png");
    background-size: 100% 100%;
}
.ssydiv02-02-con > div:nth-child(2){
    background: url("../images/ssypic06.png");
    background-size: 100% 100%;
}
.ssydiv02-02-con > div:nth-child(3){
    background: url("../images/ssypic07.png");
    background-size: 100% 100%;
}
.ssydiv02-02-con > div:nth-child(4){
    background: url("../images/ssypic08.png") 50% center no-repeat;
    /*background-size: 100% 100%;*/
}
.ssydiv02-02-con > div:nth-child(5){
    background: url("../images/ssypic09.png") 50% center no-repeat;
    /*background-size: 100% 100%;*/
}
.ssydiv02-02-con > div:nth-child(1) img{
    width:79px;
    height: 62px;
}
.ssyuserpic{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.ssyuserpic > .ssyuserpicbg:nth-child(1){
    top: 46%;
    left: 4%; width: 50px; height: 50px;
}
.ssyuserpic > .ssyuserpicbg:nth-child(2){
    top: 10%;
    left: 25%; width: 50px; height: 50px
}
.ssyuserpic > .ssyuserpicbg:nth-child(3){
    top: 48%;
    left: 40%;
    width: 50px;
    height: 50px;
}
.ssyuserpic > .ssyuserpicbg:nth-child(4){
    top: 20%;
    left: 56%; width: 50px; height: 50px
}
.ssyuserpic > .ssyuserpicbg:nth-child(5){
    top: -10%;
    left: 77%; width: 50px; height: 50px
}
.ssyuserpic > .ssyuserpicbg:nth-child(6){
    top: 32%;
    left: 80%; width: 50px; height: 50px
}
.ssyuserpic > .ssyuserpicbg:nth-child(7){
    top: 48%; left: 28%; width: 100px; height: 100px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(8){
    top: 70%; left: 32%; width: 60px; height: 60px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(9){
    top: 90%; left: 33%; width: 130px; height: 130px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(10){
    top: 33%; left: 40%; width: 60px; height: 60px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(11){
    top: 59%; left: 44%; width: 130px; height: 130px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(12){
    top: 80%; left: 48%; width: 120px; height: 120px;display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(13){
    top: 22%; left: 55%; width: 160px; height: 160px;display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(14){
    top: 48%; left: 50%; width: 120px; height: 120px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(15){
    top: 61%; left: 60%; width: 70px; height: 70px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(16){
    top: 8%; left: 70%; width: 160px; height: 160px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(17){
    top: 30%; left: 78%; width: 120px; height: 120px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(18){
    top: 50%; left: 69%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(19){
    top: 28%; left: 92%; width: 90px; height: 90px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(20){
    top: 40%; left: 85%; width: 130px; height: 130px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(21){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(22){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(23){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(24){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(25){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(26){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}
.ssyuserpic > .ssyuserpicbg:nth-child(27){
     top: 60%; left: 98%; width: 50px; height: 50px; display: none;
 }
.ssyuserpic > .ssyuserpicbg:nth-child(28){
      top: 60%; left: 98%; width: 50px; height: 50px; display: none;
  }
.ssyuserpic > .ssyuserpicbg:nth-child(29){
    top: 60%; left: 98%; width: 50px; height: 50px; display: none;
}


.ssyuserpicbg{
    position: absolute;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 5;
}
.ssyuserdivpo{
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: 96%;
}
.ssyuserpicbg img{
    width: 96%;
    height: 96%;
    opacity: 1;
}
.ssyuserpicbged{
    background: linear-gradient(to bottom, #fc1627, #fc1627, #fc1627);
}
.ssyuserpicbged img{
    opacity: 1;
}
.ssyuserpicbg .ssyusertips{
    position: absolute;
    /*top: 0px;*/
    left: 160px;
    width: 740px;
    height: 466px;
    background: url("../images/ssytipsbg.png") center no-repeat;
    background-size: 740px 466px;
    padding:  80px 100px;
    display: none;
    z-index: 999;
}
.ssyuserpinjia{
    display: flex;
    flex-flow: column;
    justify-content:center;
    align-items:center;
    width: 100%;
    height:auto;
}
.ssyuserpinjia .ssyusertips{
    width: 90%;
    height: 250px;
    padding:  16px 8px;
    z-index: 99;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    display: none;
}
.ssyuserpinjia>.ssyusertips:nth-child(1){
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items:flex-start;
    width: 90%;
    height: 250px;
    /*background: url("../images/ssytipsbg.png") center no-repeat;*/
    background-size: 740px 466px;
    padding:  8px 10px;
    z-index: 99;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}
.ssyuserpicbged .ssyusertips{
    position: absolute;
    /*top: 0px;*/
    left: 48px;
    width: 340px;
    height: auto;
    /*background: url("../images/ssytipsbg.png") center no-repeat;*/
    background: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 10px #000;
    background-size: 340px 120px;
    padding:  8px 10px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
}
.ssyusertips h2{
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    margin-bottom: 8px;
    margin-right: 27px;
    display: inline-flex;
}
.ssyusertips-p{
    margin-bottom: 8px;
}
.ssyusertips-p span{
    font-size: 14px;
    color: #282828;
    margin-right: 10px;
}
.ssyuertext{
    font-size: 12px;
    color: #7c6f6f;
    line-height: 2em;
    margin-bottom: 10px;
}
.ssyusertips-p2{
    margin-bottom: 12px;
}
.ssyusertips-p2 span{
    font-size: 14px;
    color: #282828;
}
.ssyusertips .ssyloginbtn{
    display: flex;
    flex-flow: row;
    justify-content:center;
    align-items:center;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
    background: #ff1425;
    color: #fff;
}


.ssyibyellowbtn{
    margin-top: 22px;
}
.ssyandoidpic{
    width: 39px;
    height: 42px;
    margin-right: 24px;
}
.ssyiospic{
    width: 35px;
    height: 40px;
    margin-right: 28px;
}
.ssyibdownbtn span,.ssyibdownbtn02 span{
    font-size: 24px;
    color: #b9b8b8;
}
.ssyibdownbtn02{
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 64px;
    background: #333333;
    border-radius: 8px;
}
/*分类资讯*/
.lefttabs {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.lefttabscon{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #dfdfdf;
}
.righticon{
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    line-height: 28px;
}
.righticon span{
    display: inline-flex;
    font-size: 14px;
    color: #2d2d33;
    margin-right: 10px;
    line-height: 28px;
}
.righticon img{
    display: inline-flex;
    width: 10px;
    height: 16px;
}
.lefttabs .tabaa{
  display: block;
  float: left;
  /*width: 16.4%;*/
  /*height: 34px;*/
  padding: 5px 0px;
  color: #000;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  margin-right: .1%;
  border-radius: 5px;
  /*font-style: italic;*/
  text-decoration: none;
  transition: color .5s, border .5s;
  -moz-transition: color .5s, border .5s;	/* Firefox 4 */
 -webkit-transition: color .5s, border .5s;	/* Safari 和 Chrome */
 -o-transition: color .5s, border .5s;	/* Opera */
 box-sizing: border-box;
}
.lefttabs .active {
  color: #ff1425;
}
.lefttabs .swiper-container {
  height: 440px;
  border-radius: 8px;
  width: 100%;
  background: #fff;
}
.lefttabs .swiper-slide {
  height: 250px;
  width: 100%;
  background: none;
  color: #fff;
}
.lefttabs .content-slide{
  /*width: 100%;*/
    flex: 1;
  height: auto;
  box-sizing: border-box;
  /*padding: 46px 30px;*/
  /*padding: 14px;*/
}
.newtop{
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
 height: 94px;
  padding-bottom: 13px;
  border-bottom: 1px solid #c86464;
  margin-bottom: 13px;
  box-sizing: initial;
}
.newtop img{
  width: 46%;
  height: 94px;
 	border-radius: 8px;
}
.newtoptext{
  width: 50%;
  height: 94px;
  position: relative;
}
.newtoptitle{
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0px;
  margin-bottom: 6px;
  color: #000000;
}
.newtext{
	height: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #7b7b7b;
  overflow: hidden;
}
.newtext *{
  font-size: 12px;
  line-height: 1.2;
  color: #7b7b7b;
}
.newtoptext .ruedu{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
}
.ruedu{
  font-size: 12px;
  color: #c86464;
  line-height: 1.2;
  /*font-weight: bold;*/
  float: right;
  margin-right: 6px;
  white-space: nowrap;
}
.newslist{
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 260px;
  overflow: hidden;

}
.newsli{
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 14px;
  margin-bottom: 24px;
}
.newslia{
	  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsico{
  display: flex;
  width: 10px;
  height: 10px;
  background: url(../images/ico17.png) center no-repeat;
	background-size: 100% 100%;
  /*margin-left: 30px;*/
  margin-right: 10px;
}
.newsti{
  max-width: 250px;
  height: auto;
  font-size: 12px;
  line-height: 1.2em;
  /*font-weight: bold;*/
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.newsli:hover .newsico{
background: url(../images/ico17-1.png) center no-repeat;
background-size: 10px 10px; 

}
.newsli:hover .newsti{
	font-weight: bold;
	color: #f0624f;
}
.newsli:hover .ruedu{
	font-weight: bold;
}
.newmore{
	display: block;
	/*float: right;*/
	width: 64px;
	height: 24px;
	font-size: 14px;
	color: #f0624f;
	border: 2px solid #f0624f;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
}
/*客服咨询*/
.kefudiv{
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 128px;
	height: auto;
	z-index: 999999;
}
.kefupic{
	display: flex;
	width: 100%;
	height: 170px;
	background: url(../images/icokefu.png) center no-repeat;
}
.kefuerwei{
	width: 100%;
	height: auto;
	background: #fff;
}
.kefuerwei img{
	display: flex;
	width: 111px;
	height: 111px;
	margin: 0 auto;
}
.kefuerwei span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin:8px 0px;
}
.kefuerwei p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #f0624f;
}
.kefuerwei p i{
	display: inline-flex;
	width: 10px;
	height: 12px;
	background: url(../images/icophone02.png) center no-repeat;
	margin-right: 2px;
}
.smallnav{
	width: 100%;
	height: 40px;
	background: #f4f7f9;
	display: none;
}
.smallnav .container{
	    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #979797;
}
.smallnav a{
	display: inline-flex;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #979797;
}
.lexicon{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 50px 0px;
}
.lexicondiv a{
	display: inline-flex;
	font-size: 14px;
	color: #333;
	background: #fff;
	border: 1px solid #d8d8d8;
	box-shadow: 0px 2px 6px #d8d8d8;
	padding: 10px;
	border-radius: 8px;
	margin-right: 15px;
	margin-bottom: 17px;
}
.lexicondiv a:hover{
	background: #fe393e;
	border: 1px solid #fe393e;
	color: #fff;
}
/*新闻列表*/
.xinwen{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-bottom: 25px;
}
.xinwen .container{
	padding: 0px 10px;
	margin: 0px;
}
.xinwenlist{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.xinwenli{
	display: flex;
	width: 100%;
	height: 76px;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 15px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xinwenli:last-child{
	margin-bottom: 0px;
}
.xinwenli img{
	display: inline-flex;
	flex: 0 0 98px;
	width: 98px;
	height: 70px;
	background: #f0624f;
	margin-right: 2%;
}
.xinwenright{
	display: flex;
	flex: 1;
	flex-flow: column;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xinwenright img{
	display: none;
}
.xinwenright h4{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.xinwenright h4 a{
	display: flex;
	width: 100%;
	height: auto;
	font-size: 12px;
	color: #f0624f;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xinwenright .discription{
	display: flex;
	flex-flow: row wrap;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	white-space: initial;
	height: 43px; /*文章列表*/  
	overflow: hidden;
}
.xinwenright .discription *{
	font-size: 12px;
	color: #898989;
	line-height: 1.2;
	margin: 0px;
}
.xinwentime{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.xinwentime span:nth-child(1){
	width: 70%;
	font-size: 12px;
	color: #898989;
}
.xinwentime span:nth-child(2){
	width: 30%;
	font-size: 12px;
	color: #898989;
}
/*前沿资讯*/
.bigimg{
	display: flex;
	width: 100%;
	height: 158px;
	background: #f0624f url(../images/picbigimg.png) center no-repeat;
	background-size: 100% auto;
	display: none;
}
/*.bigimg img{
	display: flex;
	width: 100%;
	height: auto;
}*/
.leadinginfordiv{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-bottom: 20px;
	overflow:hidden;
}
.leadinginfordiv .leadcenter{
	/*display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;*/
	width: 100%;
	height: auto;
	padding: 0px;
}
.msearchkey{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 23px;
	background: #f8f8f8;
}
.searchdiv{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 26px 0px;
}
.search{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 28px;
}

.search input[type=text]{
	font-size: 12px;
	text-indent: 10px;
	line-height: 26px;
	width: 86%;
	height: 26px;
	background: #fff;
	border-radius: inherit;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: 2px solid #f0624f;
	box-sizing: border-box;
}
.search input[type=button]{
	display: flex;
	width: 13%;
	height: 26px;
	background: #f0624f;
	border-radius: inherit;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: 2px solid #f0624f;
	box-sizing: border-box;
	background: #f0624f url(../images/icosearch.png) center no-repeat;
	background-size: 15px 15px;
}
.leadingleft{
	/*display: flex;
	flex-flow: column;
	justify-content: space-around;
	align-items: center;*/
	width: 100%;
	height: auto;
	float: left;
}
.leadingli{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	height: auto;
}
.leadingdiv{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 0px 5%;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 34px;
	/*height: 640px;*/
	/*margin-bottom: 65px;*/
}
.leadingdiv img{
    display: none;
}
.leadingti{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #f0624f;
	text-align: center;
	margin: 0px;
	margin-bottom: 15px;
}
.leadingimg{
	width: 100%;
	height: 250px;
	/*height: auto;*/
	background: #f0624f;	
	z-index: 99;
}
.leadcenter .leadingimg{
	height: auto;
}
.leadmore{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 18px;
	padding: 10px 0px;
	position: absolute;
	bottom: 0px;
}
.leadmore .originbtn{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 22px;
	font-size: 12px;
	color: #f0624f;
	line-height: 22px;
	border-radius: 11px;
	background: none;
	border: 1px solid #f0624f;
	text-align: center;
}
.leadingul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 190px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.leadli{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #fff;
	margin-top: 8px;
	padding: 0px 10px;
	z-index: 3;

}
.leadti{
	flex: 1;
	font-size: 14px;
	color: #898989;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: 10px;
	background: url(../images/ico26.png) left center no-repeat;
	background-size: 5px 5px; 
}
.leadtime{
	display: flex;
	flex: 0 0 105px;
	justify-content: flex-end;
	font-size: 12px;
	color: #898989;
	background: url(../images/ico27.png) right center no-repeat;
	background-size: 4px 7px; 
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 15px;
	box-sizing: border-box;
}
.leadingright{
	/*display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;*/
	width: 100%;
	height: auto;	
	float: right;
}
.leadingright .leadingdiv{
	margin-top: 25px;
}
.leadingright .leadingti{
	text-align: left;

}
.showhot{
	display: none;
}
.leadingright .leadingimg{
	margin-bottom: 50px;
}
.leadingright .leadti{
	width: 100%;
}
.leadingright .leadingul{
	margin-bottom: 48px;
}
.hottips{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	
}
.hottipa{
	display: inline-flex;
	padding: 4px 14px;
	border: 1px solid #f0624f;
	border-radius: 8px;
	font-size: 14px;
	color: #f0624f;
	margin: 6px 3px;
}
.hottipa:hover{
	border: 1px solid #f0624f;
	background: #f0624f;
	color: #fff;
}
.mhide{
	display: none;
}

.leadingleftmore .xinwenli .xinwenright .xinwenp{
	width: 100%;
	height: 42px;
	color: #898989;
	overflow: hidden;
	font-size: 12px;
    line-height: 1.2em;
}
.leadingleftmore .xinwenli .xinwenright .xinwenp *{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0px;
}
/*.leadingleftmore .xinwenli:nth-child(1) .xinwenright .xinwenp{
	color: #898989;
	height: 220px;
	margin-bottom: 0px;
}
.leadingleftmore .xinwenli:nth-child(1) .xinwenright .xinwenp p{
	display: flex;
	width:100%;
	height: auto;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	white-space: inherit!important;
}*/
.leadingleftmore .xinwentime span:nth-child(2){
	background: url(../images/ico19.png) left center no-repeat;
	text-indent: 32px;
}
/*.leadingleftmore .xinwenli:nth-child(1){
	height: auto;
}
.leadingleftmore .xinwenli:nth-child(1) .xinwenright{
	height: 300px;
}
.leadingleftmore .xinwenli:nth-child(1) span:nth-child(2){
	display: none;
}
.leadingleftmore .xinwenli:nth-child(1) img{
	flex: 0 0 400px;
	height: 300px;
}*/
.leaddetils{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 22px;
}
#wendetils{
	width: 100%;
	height: auto;
}
.leadtitle{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #f0624f;
	margin-bottom: 13px;
	margin-top: 0px;
}
.leadtips{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 13px;
}
.leadtips span{
	font-size: 12px;
	color: #666666;

}
.leadtips span a{
	font-size: 12px;
	color: #666666;
}
.fanp{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 35px;
	margin: 0 auto;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 2px 6px rgba(0,0,0,.2);
	margin-top: 24px;
	margin-bottom: 50px;
	padding: 0px 10px;
}
.fanp span{
	width: 49%;
	border-right: 1px solid #999999;
	font-size: 12px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}
.fanp span:last-child{
	border: 0px;
}
.fanp span a{
	width: 100%;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	
}
.leadcontainer{
	width: 100%;
}
.leadcontainer p{	
	font-size: 12px;
	color: #333;
	line-height: 1.8;
}
.leadcontainer img{
	max-width: 100%;
	height: auto!important;
}
.tuijdiv{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	padding-bottom: 150px;
	display: none;
}
.tuijdiv .leadingti{
	text-align: left;
}
.tuijdiv .leadtuj{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
}
.tuijdiv .leadtuj a:hover{
	color: #f0624f
}
.tuijdiv .leadingul{
	width: 100%;
}
.tuijdiv .leadli{
	width: 45%;
}
/*关于我们*/
.compintroduce{
	width: 100%;
	height: 430px;
	background: #f8f8f8;
	padding-bottom: 60px;
	position: relative;
}

.compintroduce .container{
	position: absolute;
	top: -115px;
}
.compprofile{
	display: flex;
	flex-flow: row;
	width: 100%;
	/*height: 630px;*/
	/*background: #f0624f;*/
	box-shadow: 0 0 25px rgba(171,20,0,.25);
	border-radius: 6px;
	overflow: hidden;
/*	position: relative;
	top: -46px;
	*/
z-index: 4;
}
.compprofile img{
	display: flex;
	width: 420px;
	height: 100%;
	display: none;
}
.comptext{
	display: flex;
	flex-flow: column;
	width: 780px;
	height: 100%;
	background: rgba(255,255,255,.8);
	padding: 10px;
	box-sizing: border-box;
}
.comptext p{
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 10px;
}
.comptexttitle{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-end;
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #f0624f;
	text-indent: 4px;
	margin-bottom: 10px;
}
.comptexttitle span{
	font-size: 12px;
	font-weight: bold;
}
.hexin{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-top: 32px;
	padding-bottom: 45px;
}
.hexin h4{
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin-bottom: 22px;
}
.hexin p{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}
.comphuanj{
	width: 100%;
	height: auto;
	/*background: #fff;*/
	position: relative;
	z-index: 9;
}
.comphuanj .container{
	padding: 0px;
}
.comphuanj h4{
	width: 100%;
	height: auto;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	/*color: #f0624f;*/
	padding-top: 12px;
	padding-bottom: 20px; 
	position: absolute;
}
.comphuanjpic{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	height: auto;
}
.comphuanjpic img:nth-child(1),.comphuanjpic img:nth-child(2),.comphuanjpic img:nth-child(3){
	display: flex;
	width: 190px;
	height: 125px;
	border-radius: 8px;
	background: #f0624f;
	position: absolute;
}
.comphuanjpic img:nth-child(1){
	width: 118px;
	height: 85px;
	top: 36px;
	right: 10px;
	background: #ccc;
}
.comphuanjpic img:nth-child(2){
	width: 118px;
	height: 85px;
	right: 10px;
	top: 194px;
	background: #ddd;
}
.comphuanjpic img:nth-child(3){
	width: 175px;
	height: 115px;
	right: 143px;
	top: 164px;
	background: #eee;
}
.comphuanjtext{
	width: 100%;
	height: auto;
	background: #eaeaea;
	padding-top: 50px;
	/*padding-bottom: 20px;*/
	position: relative;
    /*top: -250px;*/
    z-index: 1;
}
.comphuanjtext .container{
	padding: 0px 10px;
}
.comphuanjtext p{
	font-size: 12px;
	color: #333333;
	line-height: 1.2;
	    width: 92%;
    float: left;
    margin: 0px;
}
/*介绍轮播*/
.jies{
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 190px;
	padding-bottom: 100px;	
	overflow: hidden;
}
.jies .container{
	position: relative;
	margin: 0 auto;
	direction: ltr;
}
#jies{
	width: 100%;
	height: auto;
	border-radius: 16px;	
	box-shadow: 0 0 25px rgba(0,0,0,.25);	
	box-sizing: border-box;
	/*overflow: inherit;*/
}
#jies .swiper-wrapper{
	background: #fff;
	/*padding: 130px 70px 60px 70px;
	box-sizing: border-box;*/
}
#jies .swiper-slide{
	width: 100%;
	height: auto;
	/*padding: 130px 70px 60px 70px;*/
	padding: 15px 20px;
	box-sizing: border-box;
}
#swpag4{
	width: 100%;
	margin: 0 auto;
	bottom: -80px;
}
#swpag4 .swiper-pagination-bullet{
	margin-right: 14px;
}
#swpag4 .swiper-pagination-bullet-active{
	width: 15px;
	height: 15px;
	position: relative;
	top: 4px;
	background: #f0624f;
}
.jies h4{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #f0624f;
	font-weight: bold;
}
.jies .originfont{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 25px;
}
.jies .bluefont{
	font-size: 12px;
	line-height: 1.2;
}
.jies .bluefont:last-child{
	margin-top: 25px;
	color: #f0624f
}
.lianxi{
	width: 100%;
	height: auto;
	background: #fff;
	padding-bottom: 25px;
	
}
.lianxi .container{
	position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
	width: 95%;
	height: auto;
	padding: 0px;
	margin: 0 auto;
}
.lianxi p.lianxiti{
	font-size: 12px;
	font-weight: bold;
    color: #7a7570;
}
.lianxi p{
	float: right;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	margin: 0px;
}
.lianxi p.lianxitips{
	position: absolute;
	width: 46%;
	height: auto;
	background: #f0624f;
	padding: 20px 12px;
	box-sizing: border-box;
	color: #7a7570;
}

.icolx{
	display: inline-flex;
	width: 12px;
	height: 12px;
	background: url(../images/ico23.jpg) center no-repeat;
	background-size: 12px 12px;
	border-radius: 50%;
	margin-right: 6px;
}
.icolx2{
	display: inline-flex;
	width: 12px;
	height: 12px;
	background: url(../images/ico24.jpg) center no-repeat;
	background-size: 12px 12px;
	border-radius: 50%;
	margin-right: 6px;
}
.icolx3{
	display: inline-flex;
	width: 12px;
	height: 12px;
	background: url(../images/ico25.jpg) center no-repeat;
	background-size: 12px 12px;
	border-radius: 50%;
	margin-right: 6px;
}

.lianxi p.lianxitips i{
	display: flex;
	width: 9px;
	height: 7px;
	background: url(../images/ico22.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 9px;
}
.lianxidt{
	display: flex;
	width: 100%;
	height: auto;
}
#swiper-container2{
	width: 60%;
    height: 108px;
    float: left;
}
#swiper-container2 .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border: 2px solid #f0624f;
	border-radius: 50%;
	background: none;
}
#swiper-container2 .swiper-pagination-bullet-active{
	background: #f0624f;
	border: 2px solid #f0624f;
}
#swiper-container2>.swiper-pagination-bullets{
	top: 70%;
}
/*帮助中心*/
.help{
	width: 100%;
	height: 480px;
	position: relative;
}
.help .container{
	width: 100%;
	height: auto;
	position: absolute;
	top: -115px;
}
.helppic{
	display: block;
	background: #f0624f url(../images/helppic.png) center no-repeat;
	background-size: 100% auto;
}
.helppic .helptitle{
	position: relative;
	top: 58px;
	text-indent: 34px;
}
.helpdiv{
	width: 100%;
	height: auto;
	/*background: #fff;*/
	/*border-radius: 20px;*/
	/*box-shadow: 0 0 24px rgba(0,0,0,.4);*/
	/*overflow: hidden;*/
}
.helptitle{
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	margin-bottom: 45px;
}
.helpcontent{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	/*height: 996px;*/
	/*padding: 0 10px;*/
}
.helpti{
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 50px;
	margin-bottom: 100px;
	display: none;
}
.helpti hr{
	display: block;
	width: 90%;
	height: 1px;
	background: #f0624f;
	margin: 0 auto;
}
.helpti span{
	font-size: 24px;
	font-weight: 400;
	color: #f0624f;
	background: #fff;
	position: absolute;
	top: -18px;
	left: 50%;
	margin-left: -48px;
}
.helpul{
	/*float: left;*/
	width: 30px;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	/*box-shadow: 1px 0 24px rgba(0,0,0,.4) inset;*/
}
.helpul li{
	display: table-cell;
    vertical-align:middle;
	width: 100%;
	height: 75px;
	line-height: 1.2;
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 5px;
	cursor: pointer;
	padding: 5px;
	background: #eaeaea;
	box-sizing: border-box;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
	/*border-bottom:1px solid #fff;*/
}
.helpul li:hover,.helpul li.listed{
	background: #f0624f;
	color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,.4);
}
.authorcenter{
	float: left;
	width: 88%;
	height: 475px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	box-shadow: 0 0 24px rgba(0,0,0,.4);

}

#swiper1,#swiper2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#swiper1 .swiper-slide,#swiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items:  flex-start;
  overflow-y: scroll;
}
#swiper1 .swiper-pagination-bullet-active,#swiper2 .swiper-pagination-bullet-active{
  width: 15px;
  height: 15px;
  background: #f0624f;
  position: relative;
  top: 4px;
}
#swiper1 .swiper-pagination-1,#swiper2 .swiper-pagination-2{
	bottom: 50px;
}
.helpcenter{
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-align: left;
  /*height: 946px;*/
  padding: 15px 14px;
  /*margin-right: 50px;*/
  box-sizing: border-box;
  overflow-y: auto;
}
.helpqu{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 28px;
  /*position: relative;*/
}
/*.help_div{      
  width: 100%;
  height: 40px;
}*/
.help_div{
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 28px;
  line-height: 28px;
}
.helped{
	background: #f8f8f8;
}
.help_div span{
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  min-height: 28px;
  font-size: 14px;
  color: #f0624f;
  line-height: 1.2;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.helped span{
  color: #308fff;
}
.help_div span b{
  display: inline-flex;
  width: 15px;
  height: 12px;
  background: url(../images/icoqm.png) no-repeat;
  background-size: 15px 12px;
  font-size: 14px;
  margin-top: 2px;
  /*font-style: italic;*/
  /*margin-right: 6px;*/
}
.help_div span em{
display: inline-flex;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
 width: 90%;
  height: auto;
  color: #f0624f;
  text-align: left;
 font-size: 14px;
  /*font-style: italic;*/
}
.helped span em{
	color: #308fff;
}
.helped span b{
  background: url(../images/icoq1m.png) no-repeat;
 background-size: 15px 12px;
}
.help_div i{
  display: inline-flex;
  width: 24px;
  height: 28px;
  margin-right: 4px;
  background: url(../images/icotop02.png) 4px 4px no-repeat;
  background-size: 50% auto;
}
.helped i{
  background: url(../images/icotop03.png) 4px 4px no-repeat;
  background-size: 50% auto;
}
.swiper-button-next-1,.swiper-button-next-2{
	top: inherit;	
	right: 30%;
	bottom: 50px;
	width: 9px;
	height: 15px;
	background: url(../images/icoright.png) center no-repeat;
}
.swiper-button-prev-1,.swiper-button-prev-2{
	top: inherit;
	left: 30%;
	bottom: 50px;
	width: 9px;
	height: 15px;
	background: url(../images/icoleft.png) center no-repeat;
}

.swiper-button-next-1,.swiper-button-next-2{
    top: inherit;
    right: 30%;
    bottom: 50px;
    width: 9px;
    height: 15px;
    background: url(../images/icoright.png) center no-repeat;
}
.swiper-button-prev-1,.swiper-button-prev-2{
    top: inherit;
    left: 30%;
    bottom: 50px;
    width: 9px;
    height: 15px;
    background: url(../images/icoleft.png) center no-repeat;
}
.swiper-button-next{
    right: -60px;
}
.swiper-button-prev{
    left: -60px;
}
.help_con{
	position: relative;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: auto;	
	margin-bottom: 36px;
	background: #f8f8f8;
}
.help_p{
	font-size: 12px;
	line-height: 1.8;
	color: #666666;
	/*margin-top: 9px;*/
	margin-left: 15px;
	text-align: left;
}
.advantage_banner{
	width: 100%;
	height: 158px;
	background: #ed2410 url(../images/icobg.jpg) center no-repeat;
	background-size: 100% auto;
}
.advantage_phone{
	width: 100%;
	height: 50px;
	background: #f4f7f9;
}
.advantage_phone .container{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
.advantage_phoneinpt{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 92%;
	height: 32px;
	margin: 0 auto;
}


.advantage_phoneinpt input[type=text]{
	font-size: 12px;
	/*font-weight: bold;*/
	text-indent: 20px;
	line-height: 68px;
	width:66%;
	height: 30px;
	background: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border: 2px solid #f0624f;
	box-sizing: border-box;
}
.advantage_phoneinpt input[type=button]{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34%;
	height: 30px;
	background: #f0624f;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: 2px solid #f0624f;
	box-sizing: border-box;	
	font-size: 12px;
	/*font-weight: bold;*/
	text-align: center;
	color: #fff;
}
.advantage_de01{
	width: 100%;
	height: auto;
	background: #fff;
}
.advantage_de01 img{
	width: 100%;
	height: auto;
}
.advantage_de04 img{
	display: block;
	width: 100%;
	height: auto;
}
.advantage_de02{
	width: 100%;
	height: auto;
	background: #fafaff;
}
.advantage_de02 img{
	width: 100%;
	height: auto;
}
.advantage_de03{
	width: 100%;
	height: auto;
	background: #fff;
}
.advantage_de03 img{
	width: 100%;
	height: auto;
}
.advantage_de04{
	width: 100%;
	height: auto;
	background: #fafaff;
}
.advantage_de04 img{
	width: 100%;
	height: auto;
}
.advantage_pinj{
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 47px;	
	padding-bottom: 50px;
}
.advantage_pinjtitle{
	font-size: 16px;
	color: #308fff;
	font-weight: bold;
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 25px;
}
.advantage_tips{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
}
.advantage_tips span{
	display: inline-flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 18%;
	height: 30px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-radius: 6px;
	/*margin-right: 42px;*/
	transition: top 3s,box-shadow 2s;
    -moz-transition: top 3s,box-shadow 2s;	/* Firefox 4 */
 -webkit-transition: top 3s,box-shadow 2s;	/* Safari 和 Chrome */
 -o-transition: top 3s,box-shadow 2s;	/* Opera */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c0cbff), to(#529dff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(-90deg, #c0cbff, #529dff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(-90deg, #c0cbff, #529dff); /* FF3.6 */
  background-image:     -ms-linear-gradient(-90deg, #c0cbff, #529dff); /* IE10 */
  background-image:      -o-linear-gradient(-90deg, #c0cbff, #529dff); /* Opera 11.10+ */
  background-image:         linear-gradient(-90deg, #c0cbff, #529dff);  
}
.advantage_tips span:hover{
	position: relative;
	top: -10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.advantage_khpj{
	/*display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;*/
	width: 100%;
	height: auto;
	padding: 0px;
	/*padding: 72px;
	box-sizing: border-box;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.2);*/
}
.advantage_khde{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	float: left;
	border-radius: 8px;
	padding: 50px 50px;
	/*margin-bottom: 122px;*/
	background: #fff;
	box-sizing: border-box;
	box-shadow: 1px 1px 10px rgba(0,0,0,.2);
	position: relative;
	background: url(../images/icodou.png) 15px 26px no-repeat;
	background-size: 43px auto;
}
.advantage_khderight{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
	/*float: right;*/
	position: relative;
	margin-top: 54px;
	background: url(../images/icodou2.png) 94% 90% no-repeat;
	background-size: 43px auto;
}
.advantage_khde img{
	display: flex;
	/*flex: 0 0 100px;*/
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/*background: #f0624f;*/
	border: 0px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: -30px;
}
.advantage_khde p{
	/*flex: 1;*/
	width: 100%;
	height: auto;
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
	margin: 0 auto;
}
.advantage_khde p b{
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.5;
	color: #333
}
/*//策略操盘*/
.operatetitle{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-top: 25px;
	padding-bottom: 25px;
}
.operatetitle .container{
	padding: 0px;
}
.operate_title{
	width: 100%;
	height: auto;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.operatebz{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.operateul{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: auto;
}
.operateli{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 20%;
	height: auto;
	position: relative;
	/*margin-right: 10px;*/
}
.operateli:last-child{
	margin-right: 0px;
}
.operateli:first-child hr{
	display: none;
}
.operated .operate_num{
	background: #f0624f;
}
.operate_num{
	display: flex;
	flex-flow: row;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	border-radius: 50%;
	font-size: 20px;
	font-style: italic;
	color: #fff;
	/*text-align: center;*/
	line-height: 120px;
	background: #cccccc;
	border: 4px solid #f1f1f1;
	z-index: 3;
	cursor: pointer;
}
.operate_nump{
	/*width: 120px;*/
	height: auto;
	font-size: 12px;
	color: #23a6d1;
	line-height: 1.2em;
	margin-top: 2px;
	text-align: center;
}
.operated .operate_nump{
	color: #f0624f;
}
.operateli hr{
	position: absolute;
	right: 50px;
	top: 15px;
	width: 60px;
	height: 4px;
	background: #e6e6e6;
	z-index: 2;
	margin: 0px;
}
.operated hr{
	background: #f0624f;
}
.operate_tips{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding-top: 25px;
}
.operate_tips p{
	font-size: 12px;
	line-height: 1.8em;

}
.operatetext{
	width: 100%;
	height: auto;
	background: #f8f8f8;	
	padding-bottom: 34px;
}
.operatetext .container{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: auto;
}
.operatetextdiv{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.operatetextdiv h6{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-top: 16px;
	/*padding-bottom: 30px;*/
}
.operate_div{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	/*height: 568px;*/
	border: 2px solid #ff0000;
	border-radius: 8px;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.operate_div p{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	/*height: 20px;*/
	/*margin-bottom: 18px;*/
}
.operate_div p span{
	display: inline-flex;
	flex-flow: row wrap;
	width: 192px;
	/*height: 20px;*/
	text-align: left;
	font-size: 12px;
	line-height: 1.2em;
	color: #666;
}
.operate_content{
	width: 100%;
	height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9e68), to(#f0624f)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(225deg, #ff9e68, #f0624f); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(225deg, #ff9e68, #f0624f); /* FF3.6 */
  background-image:     -ms-linear-gradient(225deg, #ff9e68, #f0624f); /* IE10 */
  background-image:      -o-linear-gradient(225deg, #ff9e68, #f0624f); /* Opera 11.10+ */
  background-image:         linear-gradient(225deg, #ff9e68, #f0624f);
}
.operate_content .container{
	padding: 13px 0px;	
}
.operate_con{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 95%;
	height: auto;
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	box-sizing: border-box;
	margin: 0 auto;
}
.operate_conleft{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	/*height: 100%;*/
	/*padding:0px 20px;*/
	/*box-sizing: border-box;*/
	/*border-right: 1px solid #f0624f; */
}
.operate_conright{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	/*padding-left: 20px;*/
	box-sizing: border-box;
	margin-top: 18px;
}
.operate_de{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	line-height: 1.2em;
}
.operate_jine{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0624f;
}
.operate_jineti{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.operate_ctitle{
	display: flex;
	flex-flow: row;
	width: 136px;
	height: auto;
	font-size: 14px;
	color: #f0624f;
	font-weight: bold;
}
.operate_ctitle i{
	font-weight: bold;
}
.operate_jinum{
	font-size: 16px;
	color: #308fff;
}
.operate_jinum i{
	font-size: 18px;
	font-style: italic;
	color: #f0624f;
}
.operate_jinediv{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	border: 2px solid #f0624f;
	border-radius: 7px;
	padding: 10px 15px;
	box-sizing: border-box;	
}
.operate_jinediv span{
	width: 50px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #f0624f;
	font-size: 14px;
	color: #f0624f;
	margin: 7px;
	/*margin-right: 54px;*/
	font-weight: bold;
	text-align: center;
	align-items: center;
	border-radius: 3px;
}
.operate_jinediv span:hover{
	background: #f0624f;
	color:#ebebeb;
	font-size: 24px;
	font-weight: bold;
	box-shadow: 0 5px 5px rgba(0,0,0,.24);
}
.spaned{
	background: #f0624f;
	color:#fff!important;
	font-size: 14px!important;
	font-weight: bold!important;
	box-shadow: 0 5px 5px rgba(0,0,0,.24);
}
.operate_beis{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 13px;
}
.operate_beisspan{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.operate_beisspan span{
	width: 50px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #f0624f;
	font-size: 14px;
	color: #f0624f;
	margin: 7px;
	/*margin-right: 54px;*/
	font-weight: bold;
	text-align: center;
	align-items: center;
	border-radius: 3px;
}
.operate_beisspan span:hover{
	background: #f0624f;
	color:#ebebeb!important;
	font-size: 14px!important;
	font-weight: bold!important;
	box-shadow: 0 5px 5px rgba(0,0,0,.24);
}
.operate_bz{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.operate_bz span{
	width: 80px;
	height: 40px;
	line-height: 40px;
	border: 2px solid #f0624f;
	font-size: 16px;
	color: #f0624f;
	margin-right: 24px;
	/*margin-right: 54px;*/
	font-weight: bold;
	text-align: center;
	align-items: center;
	border-radius: 8px;
}
.allwidth{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}
.allwidth i{
    display: flex;
    flex-flow: row;
    height: auto;
    font-size: 14px;
    color: #f0624f;
    margin-left: 10px;
}
.operate_baoz{
	border-bottom: 1px solid #f0624f;
	/*padding-bottom: 20px;*/
	margin-bottom: 10px;
}
.operate_bztps{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	height: auto;
}
.operate_bztps label{
	display: flex;
	flex: 0 0 68px;
	/*width: 66px;*/
	height: auto;
	font-size: 12px;
	line-height: 1.5em;
	color: #f0624f;
	justify-content: flex-start;
	margin-right: 10px;
	font-weight: normal;
}
.operate_bztps p{
	flex: 1;
	height: auto;
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
}
.operate_zh{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}
.operate_zhp{
	width: 100%;
	height: auto;
	font-size: 12px;
	line-height: 1.2em;
	color: #999;
	margin-top: -8px;
	text-align: left;
	margin-bottom: 6px;
}
.diyan{
	display: flex;
	flex-flow: row;
	/*width: 136px;*/
	height: auto;
	font-size: 14px;
	color: #f0624f;
	margin-left: 26px;
	font-weight: normal;
}
.xieyi{
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
	width: 100%;
	height: auto;
}
.xieyi label{
	text-align: left;
}
.xieyi a{
	font-size: 12px;
	color: #999;
	margin-top: 2px;
}
.xieyi .originbtn{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.bluefont{
	font-size: 12px;
	/*text-indent: 8px;*/
}