.oneLine{
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
	white-space:nowrap;
	word-break: break-word;
}
.moreLine{
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis; 
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
}
/*注册*/
.banner{
	position: relative;;
}
.register{
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.register2{
	background: #fff url(../images/reg_bk.png) no-repeat center;
	width: 416px;
	height: 520px;
	position: absolute;
	right: 0;
	border-radius: 5px;
	padding: 12px;
	box-sizing: border-box;
    background-size: 95% 95%;
}
.reg_tit{
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	color: #5a322b;
}
.reg_tit:after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #e0993d;
	margin: 18px auto;
}
.register2 ul{
	width: 330px;
	margin: 30px auto 0;
}
.register2 ul li{
	overflow:hidden;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.register2 ul li input{
	font-size: 16px;
	color: #333;
	padding-left: 36px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.register2 ul li input::-webkit-input-placeholder{color: #b6b6b6;}
.register2 ul li input:-moz-placeholder{color: #b6b6b6;}
.register2 ul li input::-moz-placeholder{color: #b6b6b6;}
.register2 ul li input:-ms-input-placeholder{color: #b6b6b6;} 
.phone input{
	background: url(../images/phone_ic1.png) no-repeat 10px center;
}
.psw input{
	background: url(../images/psw.png) no-repeat 10px center;
}
.register2 ul li.yzm input{
	background: url(../images/ycode.png) no-repeat 10px center;
	width: 215px;
}

.idnumber input{
	background: url(../images/regist_code_bg.png) no-repeat 6px center;
    background-size:22px auto;
}
.hmac,.hmac2{
	display: inline-block;
	width: 105px;
	background: #e0993d;
	border-radius: 5px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	float: right;
	box-sizing: border-box;
	cursor: pointer;
}
.hide{
	display: none;
}
.register2 ul li.zc_btn{
	background: #e0993d;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.zc_btn a{color: #fff;display: block;}
.y_login{
	font-size: 14px;
	color: #999999;
	text-align: right;
	width: 330px;
	margin:0px auto;
}
.y_login a{
	color: #e0993d;
}
.register2 ul li p{
	font-size: 14px;
	color: #999999;
	cursor: pointer;
}
.register2 ul li.forget_{
	margin-bottom: 0;
}
.register_login{
	height: 485px;
	background: #fff url(../images/reg_bk2.png) no-repeat center;
    background-size: 93% 90%;
}
/*忘记密码弹窗*/
.reset{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.53);
	top: 0;
	left: 0;
	display: none;
}
.reset2{
	width: 750px;
	background: #fff;
	height: 560px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -375px;
	border-radius: 5px;
}
.reset_tit{
	height: 66px;
	line-height: 66px;
	background: #5a322b;
	color: #fff;
	font-size: 20px;
	padding-left: 22px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-sizing: border-box;
}
.close_btn{
	position: absolute;
	width: 18px;
	height: 18px;
	background: url(../images/close_btn.png) no-repeat;
	top: 23px;
	right: 23px;
	cursor: pointer;
}
.reset_con{
	position: relative;
	width: 100%;
	height: calc(100% - 66px);
	padding: 12px;
	box-sizing:border-box;
	background: url(../images/res_btn.png) no-repeat 1.5% 97%,
				url(../images/res_btn2.png) no-repeat 98.5% 97%;
}
.reset_con ul{
	width: 490px;
	margin: 64px auto 0;
}
.reset_con ul li{
	margin-bottom: 24px;
}
.reset_con ul li span{
	width: 105px;
	display: inline-block;
	font-size: 16px;
	color: #333333;
	text-align: right;
	margin-right: 25px;
}
.reset_con ul li input{
	font-size: 16px;
	color: #333;
	padding-left: 24px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	height: 48px;
	line-height: 48px;
	width: 354px;
	
}
.reset_con ul li.reset_yzm input{
	width: 239px;
}
.reset_con ul li.reset_btn{
	margin-top: 33px;
}
.reset_btn a{
	height: 48px;
	line-height: 48px;
	width: 354px;
	background: #e0993d;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.reset_con ul li input::-webkit-input-placeholder{color: #b6b6b6;}
.reset_con ul li input:-moz-placeholder{color: #b6b6b6;}
.reset_con ul li input::-moz-placeholder{color: #b6b6b6;}
.reset_con ul li input:-ms-input-placeholder{color: #b6b6b6;} 

.banner{
	min-height: 400px;
}


@media (min-width: 200px) {
    .reset2 {    width: 90%;
    height: auto;
    top:20%;
    left:0px;
    right:0px;
    margin:0px auto;}
    .reset_tit {height: 50px;line-height: 50px;}
	.reset_con ul {width: 100%;margin: 24px auto 0;}
	.reset_con ul li {margin-bottom: 15px;overflow:hidden;}
	.reset_con ul li input {    padding-left: 5px;
    height: 40px;
    line-height: 40px;
    width: 76%;
    float: left}
	.reset_con ul li.reset_yzm input {
        width: 43%;
    }
	.reset_con ul li span {
        width: 24%;
        font-size: 14px;
        margin-right: 0px;
        float: left;
        padding-right: 5px;
        box-sizing: border-box;
        line-height: 20px;
        margin-top: 6px;
    }
	.reset_btn a {height: 40px;line-height: 40px;width: 100%;}
	.hmac, .hmac2 {
    width: 31%;
    height: 40px;
    line-height: 40px;
    float: initial;
    font-size: 14px;
    float: right;
    box-sizing: border-box;
}
	.close_btn {top: 13px;right: 13px;}
	.reset_con {height: calc(100% - 50px);}
	.banner {min-height:500px;}
  	    .register2{top: 25px;
    width: 90%;
    height: auto;
    padding: 0px 12px;
    right: 0px;
    left:0px;
    margin:auto;}
  	.reg_tit {padding-top: 30px;}
  	.register2 ul {width: 100%;margin: 30px auto 0;}
  	.register2 ul li {margin-bottom: 15px;}
  	.register2 ul li.zc_btn {height: 40px;line-height: 40px;margin-top:30px;margin-bottom: 20px;}
  	.y_login {width: 100%;margin-bottom:30px}
  	.register2 ul li input {padding-left: 36px;height: 40px;line-height: 40px;}
  	.login_banner{background: url(../images/reg_log.jpg) no-repeat center;background-size:100% 100%;}
  	.register2 ul li.yzm input {
    width: 60%;
    float: left;
    box-sizing: border-box;
}
    .register_login {
    background: #fff url(../images/reg_bk2.png) no-repeat center;
    background-size: 98% 96%;
    }
}
@media (min-width: 768px) {
    .register_login {
    background: #fff url(../images/reg_bk2.png) no-repeat center;
    background-size: 93% 90%;
    }
	/*忘记密码弹窗*/
	.reset2 {
        width: 750px;
        height: 560px;
        margin-top: 0px;
        margin-left: 0px;
        position: fixed;
        top: 0px;
        left: 0px;
        margin: auto;
        bottom: 0px;
        right: 0px;
    }
	.reset_tit {height: 66px;line-height: 66px;}
	.reset_con ul {width: 490px;margin: 64px auto 0;}
	.reset_con ul li {margin-bottom: 24px;}
	.reset_con ul li input {padding-left: 24px;height: 48px;line-height: 48px;width: 354px;}
	.reset_con ul li.reset_yzm input {width: 239px;}
	.reset_con ul li span {width: 105px;font-size: 16px;margin-right: 25px;}
	.reset_btn a {height: 48px;line-height: 48px;width: 354px;}
	.hmac, .hmac2 {width: 105px;height: 48px;line-height: 48px;float: right;}
	.close_btn {top: 23px;right: 23px;}
	.reset_con {height: calc(100% - 66px);}
	.banner {min-height:590px;}
  	.register2{top:10px;width: 416px;height: auto;padding: 12px;right: 0;margin-right: 0;}
  	.reg_tit {padding-top: 40px;}
  	.register2 ul {width: 330px;margin: 30px auto 0;}
  	.register2 ul li {margin-bottom: 25px;}
  	.register2 ul li.zc_btn {height: 48px;line-height: 48px;margin-top: 40px;margin-bottom: 20px;}
  	.y_login {width: 330px;margin-bottom: 40px;}
  	.register2 ul li input {padding-left: 36px;height: 48px;line-height: 48px;}
  	.login_banner{background: url(../images/login_banner.jpg) no-repeat center;background-size:100% 100%;}
  	.register2 ul li.yzm input{width: 215px;}
}
@media (min-width: 992px) {
  .banner {min-height:580px;}
  .register2{top:20px;}
}
@media (min-width: 1200px) {
  .banner {min-height:631px;}
  .register2{top:40px;}
}
@media (min-width: 1480px) {
  .banner {min-height:731px;}
  .register2{top:70px;}
}
/*首页*/
.carousel-indicators{
}
.carousel-indicators li{
	background: #ffffff;
	border: 0;
	box-sizing: border-box;	
	width: 35px;
	height:6px;
	margin-right:15px;
	border-radius: 0;
}
.carousel-indicators .active{
	background: #e0993d;
	border: 0;
	box-sizing: border-box;	
	width: 35px;
	height:6px;
	margin-right:15px;
}
.service{
	max-width: 1200px;
	margin: 80px auto 0;
}
.pub1{
	margin: 0 auto 24px;
	width: 295px;
	height: 70px;
	border-left: 1px solid #e0993d;
	border-right: 1px solid #e0993d;
	border-bottom: 1px solid #ecc28b;
	border-top: 2px solid #f7e4cb;
	position: relative;
}
.pub2{
	width: 250px;
	background: #fff;
	position: absolute;
	top: -19px;
	left: 50%;
	margin-left: -125px;
}
.pub2 img{
	float: left;
	margin-left: 15px;
}
.pub2 p{
	display: inline-block;
	font-size: 35px;
	color: #e0993d;
	font-weight: bold;
	padding-top:5px;
	padding-left:10px;
	letter-spacing: 2px;
}
.pub2 p span{
	color: #5a322b;
}
.pub2 i{
	font-style: normal;
	font-size: 20px;
	color: #e0993d;
	text-align: right;
	display: block;
	padding-right: 20px;
}
.ser_p{
	padding-top: 24px;
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: center;
	width: 630px;
	margin: 0 auto;
}
.invest{
	margin-top: 40px;
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
	margin-bottom: 90px;
}
.invest ul li:nth-of-type(2n-1){
	border-right: 1px solid #d9d9d9;
}
.invest ul li p.h1{
	font-size: 25px;
	color: #333333;
}
.invest ul li p.p1{
	font-size: 16px;
	color: #333333;
}
.invest_txt{
	width: 390px;
}
.invest ul li:nth-of-type(2n-1) .invest_txt{
	float: left;
	text-align: right;
	padding-left: 10px;
}
.invest ul li:nth-of-type(2n-1) .invest_img{
	float: right;
	margin-right: 40px;
}
.invest ul li:nth-of-type(2n) .invest_txt{
	float: right;
	padding-right:0px;
}
.invest ul li:nth-of-type(2n) .invest_img{
	float: left;
	margin-left: 40px;
}
/*关于我们*/
.aboutUs{
	width: 100%;
	background: #f5f5f5;
	padding: 50px 0;
	box-sizing: border-box;
}
.aboutUs2{
	max-width: 1200px;
	margin: 0 auto;
}
.aboutUs_pub1 .pub2{
	background: #f5f5f5;
}
.aboutUs3_lf{
	float: left;
	width: 182px;
	margin-right: 35px;
}
.aboutUs3_rg{
	float: left;
	width: 961px;
}
.aboutUs3_txt{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.aboutUs3_rg a.more{
	color: #fff;
	text-align: center;
	background: #e0993d;
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	font-size: 20px;
	margin-top: 10px;
}
.information{
	max-width: 1200px;
	margin:50px auto 100px;
}
.infor_{
	margin-top:60px;
}
.infor_top{
	padding-bottom: 6px;
	border-bottom: 1px solid #d9d9d9;
}
.infor_top p{
	display: inline-block;
	font-size: 20px;
	float: left;
}
.infor_top a{
	float: right;
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}
.infor_rg{
	float: right;
}
.lf_tit{
	margin-top: 15px;
}
.lf_txt p:first-child{
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
}
.lf_txt p:last-child{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-top: 10px;
}
.infor_lf{
	width: 360px;
}
.infor_rg{
	width: 760px;
}
.lf_tit i{
	font-style: normal;
	font-size: 14px;
	color: #666666;
	padding-top: 15px;
	display: block;
}
.newsList{
	padding-top: 10px;
}
.newsList ul li{
	padding-top: 15px;
	background: url(../images/news_ic.png) no-repeat left 20px;
	padding-left: 16px;
}
.newsList ul li a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	width: 400px;
}
.newsList ul li span{
	float: right;
	font-size: 16px;
	color: #333333;
}
/*新闻详情*/
.news_detail{
	max-width: 1200px;
	margin: 55px auto 50px;
}
.newDetail_tit{
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.newDetail_time{
	font-size: 14px;
	color: #9d9d9d;
	text-align: center;
	padding-top: 5px;
}
.newDetail_con{
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	border-top: 1px solid #f4f4f4;
	margin-top: 42px;
	padding-top: 40px;
}
.prv_next{
	margin-top: 45px;
}
.prv_next p{
	background: #f6f6f6;
	margin-top: 12px;
	font-size: 16px;
	color: #898989;
	padding: 14px 22px;
	box-sizing: border-box;
}
.prv_next span{
	display: inline-block;
	float: left;
}
.prv_next p a{
	color: #e0993d;
	display: inline-block;
}
@media (min-width: 200px) {
    .invest_txt{width: 240px;}
	.invest ul li:nth-of-type(2n-1) .invest_txt{width:83%;}
	.invest ul li:nth-of-type(2n) .invest_txt{width:83%;}
	.invest ul li:nth-of-type(2n-1) .invest_img {margin-right:0px;width:15%;}
	.invest ul li:nth-of-type(2n) .invest_img {margin-left:0px;width:15%;}
	.aboutUs3_rg {width:auto;padding:10px 10px 0;box-sizing: border-box;}
	.infor_rg {width: auto;float: initial;margin-top: 20px;}
	.infor_lf {width:auto;float: initial;}
	.newsList ul li a{width:60%;}
	.aboutUs3_lf {width: 100px;margin: 0 auto;float: initial;}
	.ser_p {padding-top:0px;width: auto;padding: 0 10px;}
	.invest ul li:nth-of-type(2n-1){border-right: none;margin-bottom: 15px;}
	.service {margin:40px auto 0;}
	.invest {margin-top: 20px;padding-top:20px;margin-bottom: 30px;}
	.invest_img{width: 50px;}
	.information {margin:30px auto 30px;}
	.infor_ {margin-top:30px;}
	.content{padding-top: 50px;}
	.carousel-indicators{bottom: 0;}
	.aboutUs3_rg a.more {width: 130px;height: 40px;line-height:40px;}
	/*新闻详情*/
	.news_detail{margin: 25px auto 20px;}
	.newDetail_tit{padding: 0 10px;}
	.newDetail_con {margin-top:22px;padding-top:20px;padding-left: 10px;padding-right: 10px;}
	.prv_next p a{width: 80%;}
	.prv_next p {padding: 10px 10px 5px 0;}
}
@media (min-width: 768px) {
	.invest_txt{width: 210px;}
	.invest ul li:nth-of-type(2n-1) .invest_txt{width:80%;}
	.invest ul li:nth-of-type(2n) .invest_txt{width:80%;}
	.invest ul li:nth-of-type(2n-1) .invest_img {margin-right:0px;width: 15%;}
	.invest ul li:nth-of-type(2n) .invest_img {margin-left:0px;width: 15%;}
	.aboutUs3_rg {width:500px;}
	.infor_rg {width: 480px;float: right;margin-top: 0;}
	.infor_lf {width:260px;float: left;}
	.newsList ul li a{width: 300px;}
	.aboutUs3_lf {width: 182px;margin-right: 25px;margin-left:10px;float: left;}
	.ser_p {padding-top: 24px;width: 630px;padding-left: 0;padding-right: 0;}
	.invest ul li:nth-of-type(2n-1){border-right: 1px solid #d9d9d9;margin-bottom: 0;}
	.service {margin: 80px auto 0;}
	.invest {margin-top: 40px;padding-top: 40px;margin-bottom: 90px;}
	.invest_img{width: auto;}
	.information {margin: 50px auto 100px;}
	.infor_ {margin-top: 60px;}
	.content{padding-top:0px;}
	.carousel-indicators{bottom: 10px;}
	.aboutUs3_rg a.more {width: 150px;height: 50px;line-height: 50px;}
}
@media (min-width: 992px) {
	.invest_txt{width: 300px;}
	.invest ul li:nth-of-type(2n-1) .invest_img {margin-right:10px;}
	.invest ul li:nth-of-type(2n) .invest_img {margin-left:10px;}
	.aboutUs3_rg {width:700px;}
	.infor_rg {width: 600px;}
	.infor_lf {width: 360px;}
	.newsList ul li a{width: 400px;}
	.aboutUs3_lf {width: 182px;margin-right: 35px;margin-left: 0;}
	/*新闻详情*/
	.news_detail{margin: 55px auto 50px;}
	.newDetail_tit{padding: 0;}
	.newDetail_con {margin-top: 42px;padding-top: 40px;padding-left: 0;padding-right: 0;}
	.prv_next p {padding: 14px 22px 9px;}
}
@media (min-width: 1200px) {
	.invest_txt{width: 390px;}
	.invest ul li:nth-of-type(2n-1) .invest_txt{width: 390px;}
	.invest ul li:nth-of-type(2n) .invest_txt{width: 390px;}
	.invest ul li:nth-of-type(2n-1) .invest_img {margin-right: 40px;}
	.invest ul li:nth-of-type(2n) .invest_img {margin-left: 40px;}
	.aboutUs3_rg {width: 961px;}
	.infor_rg {width: 760px;}
}
