body,
div,
table,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
label,
select,
textarea,
p,
ul,
ol,
li,
dl,
dd,
dt,
img,
dfn {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: default;
}

a:link {
    color: inherit;
    text-decoration: none;
}

a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

input{
    border:none;
    outline: none;
    background: none;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(250, 255, 189,0);
    background-image: none;
    color: rgb(0, 0, 0);
}

input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255) !important;
}

html{
	background:#f7f7f7;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Lucida Sans Unicode", "Myriad Pro", "Hiragino Sans GB", "Heiti SC";
}

html,.bg{
	width: 100%;
	height: 100%;
}

.rotate_chart{
	width: 100%;
	overflow: hidden;
	height: 817px;
}

.rotate_chart a{
	cursor: pointer;
}

.bg_index{
    background:url("../img/bg_index.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg_register{
    background:url("../img/bg_register.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg_register_a{
    background:url("../img/bg_register_a.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg_news{
	background:url("../img/bg_news.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg_about{
	background:url("../img/bg_about.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg_map{
	background:url("../img/bg_map.jpg") no-repeat center center;
    background-size: cover;
}

.main{
   width: 100%;
    overflow:hidden;
    padding-top: 84px;
}


.head{
    width: 100%;
    overflow:hidden;
    margin:0 auto;
}

.w-1169{
    width: 1169px;
    overflow:hidden;
    margin:0 auto;
}

.login_box a{
    color: #fff;
    cursor: pointer;
}

.bg-060a1b{
    font-family: airil;
    height: 31px;
    line-height: 31px;
    background: #060a1b;
    color: #ebebeb;
}

.menu{
    width: 100%;
    height: 84px;
    overflow: hidden;
    background:url("../img/bg_head.png") repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.logo{
    display: block;
    width: 133px;
    height: 27px;
    overflow:hidden;
    background:url("../img/logo.png") no-repeat center center;
    background-size: contain;
    margin-top: 33px;
}

.menu ul{
    display: inline-block;
    overflow-y: hidden;
    float: right;
}

.menu ul span{
    display: inline-block;
    height: 84px;
    line-height: 84px;
    margin-left: 70px;
}

.menu ul span a{
    display: block;
    font-size: 18px;
    color: #fff;
    padding:0 10px;
    height: 79px;
    cursor: pointer;
}

.menu ul span.current a{
    color: #cca968;
    border-bottom: 5px solid #cca968;
}

.menu ul span:hover a{
    color: #cca968;
    border-bottom: 5px solid #cca968;
}

.footer{
    width: 100%;
    overflow-y: hidden;
    height: 100px;
    background:#060a1b;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}

.footer_infor{
    width: 100%;
    overflow: hidden;
}

.footer_infor span{
    display: block;
    overflow: hidden;
    width: 100%;
}


/*登录页面*/
.login_content{
    width: 355px;
    height: 430px;
    overflow: hidden;
    border-radius: 5px;
    background:#fff;
    margin-top: 50px;
    left: 50%;
    margin-left: 220px;
    z-index: 2;
    margin-bottom: 151px;
}

.box_title{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.login_content ul{
    margin:0 auto;
    margin-top: 10px;
    width: 310px;
    overflow: hidden;
    position: relative;
}

.login_content ul li{
    width: 308px;
    overflow: hidden;
    border:1px solid #e5e5e5;
    padding:10px 0;
    margin-top: 10px;
    float: left;
}

.icon{
    display: block;
    overflow: hidden;
    margin-left: 10px;
    margin-right:10px;
}

.user_icon{
    width: 22px;
    height: 22px;
    background:url("../img/register_icon_a.png") no-repeat center center;
    background-size: contain;
}

.psw_icon{
    width: 23px;
    height: 27px;
    background:url("../img/register_icon_b.png") no-repeat center center;
    background-size: contain;
}

.code_icon{
    width: 23px;
    height: 23px;
    background:url("../img/register_icon_c.png") no-repeat center center;
    background-size: contain;
}

.infor_input{
    background:transparent;
    color: #999;
    margin-top: 5px;
}

.login_content ul li.code_input {
    width: 200px;
}

.code_input input.infor_input{
    width: 150px;
}

.code_img{
    width: 90px;
    height: 45px;
    overflow: hidden;
    top: 10px;
    position: absolute;
    right: 0;
}

.code_img　img{
    width: 100%;
    height: 100%;
}

button{
    border: none;
}

.submit_btn{
    width: 310px;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 20px;
    background:#cca968;
    color: #fff;
    font-size: 18px;
    padding:15px 0;
    margin-top: 15px;
}

.login_box.color-a8a8a8 a{
    color: #a8a8a8;
    font-size: 12px;
}

/*注册页面*/
.register_content{
    width: 100%;
    background:#fff;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
    padding-bottom: 30px;
}

.register_content ul{
    width: 1100px;
    overflow: hidden;
    margin-left: 35px;
    margin-top:30px;
}

.register_content ul li{
    width: 100%;
    overflow: hidden;
    margin-top:15px;
}

.register_left{
    width: 200px;
    overflow: hidden;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.register_left i{
    color: red;
    padding:0 3px;
    font-style: normal;
}

.input_box{
    width: 320px;
    height: 38px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-left: 25px;
    overflow: hidden;
}

.input_box .infor_input{
    width: 280px;
    padding:0 20px;
    height: 38px;
    line-height: 38px;
    margin-top: 0;
}

.check_second{
    display: inline-block;
    float: left;
    margin-left: 20px;
    padding-left: 22px;
    overflow: hidden;
    text-align: right;
    height: 40px;
    line-height: 40px;
    background:url("../img/tip_icon.jpg") no-repeat left center;
    background-size: 18px 19px;
    color: #bababa;
}

.code_img_rigist{
    width: 110px;
    height: 30px;
    padding:5px 10px;
    overflow: hidden;
    cursor: pointer;
}

.code_img_rigist img{
    width: 100%;
    height: 100%;
}

.get_code{
    width: 108px;
    height: 38px;
    border: 1px solid #d2d2d2;
    background:#eeeeee;
    line-height: 38px;
    margin-left: 25px;
    outline: none;
    cursor: pointer;
}

.register_btn{
	display: block;
    width: 30%;
    overflow: hidden;
    border-radius: 5px;
    background: #cca968;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
    outline: none;
}

.agreement{
	text-align: center;
    margin-top: 30px;
}

.agree_sure{
    display: inline-block;
    width: 250px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left:20px;
    position: relative;
}

.agree_sure a{
    color: #3da7ee;
    cursor: pointer;
}

.agree_sure span{
    display: inline-block;
    width: 12px;
    height: 13px;
    overflow: hidden;
    border:1px solid #3da7ee;
    border-radius: 2px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top:7px;
}

.yes_state span{
    border:1px solid #3da7ee;
    background:url("../img/agree_icon.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.register_success,.register_fail{
    height: 540px;
    margin-bottom: 61px;
}

.register_success span,.register_fail span{
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
}

.register_success span img,.register_fail span img{
    display: block;
    margin:0 auto;
}

.show_detail{
    display: block;
    width: 180px;
    background: transparent;
    border: 1px solid #cca968;
    height: 54px;
    line-height: 54px;
    margin:0 auto;
    border-radius: 3px;
    margin-top: 30px;
    outline: none;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.register_type{
	width: 460px;
	margin:0 auto;
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
	padding-bottom: 30px;
}

.register_type span{
	display: inline-block;
	background:#ffffff;
	color: #cca968;
	padding:12px 30px;
	border-radius: 30px;
	font-size: 16px;
	margin:0 15px;
	position: relative;
	cursor: default;
}

.register_type span.current{
	color:#ffffff;
	background: #cca968;
}

.register_type span.current i{
	width: 12px;
	height: 10px;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -6px;
	background: url(../img/curren_icon.png) no-repeat center center;
	background-size: contain;
}

.questionnaire{
	width: 905px;
    background: #fff;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 5px;
    padding:55px 132px;
}

.question_answer{
	width: 100%;
	overflow: hidden;
}

.question_title{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

.question_answer label{
	display: block;
	width: 50%;
	float: left;
	margin-top:15px;
}

.question_answer input{
	margin-right: 10px;
}

.question{
	width: 100%;
	overflow: hidden;
	background:#eeeeee;
	border-radius: 5px;
	margin-top: 10px;
	padding:10px 20px 30px 20px;
}





/*个人中心*/
.person_box{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 5px;
    height: 490px;
    padding-top: 50px;
    margin-bottom: 61px;
}

.left_box{
    width: 169px;
    height: 490px;
    background: #cca968;
    float: left;
}

.right_box{
    width: 1000px;
    height: 490px;
    background: #fff;
    float: left;
}

.person_img{
    display: block;
    width: 100px;
    height: 101px;
    margin-top: -50px;
    margin-left: 35px;
}

.person_name{
    display: block;
    width: 169px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.left_box ul{
    width: 100%;
    margin-top: 65px;
    overflow: hidden;
    border-top: 1px solid rgba(150,107,18,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.left_box ul li{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(150,107,18,0.5);
    padding:14px 0;
    position: relative;
    cursor: default;
}

.list_icon{
    display: block;
    padding-left: 26px;
    color: #694707;
    font-size: 16px;
    text-align: center;
    margin-left: 24px;
}

.list_icon_a{
    background:url("../img/infor_icon.png") no-repeat center left;
    background-size: 26px 20px;
}

.left_box ul li i{
    display: none;
    width: 10px;
    height: 20px;
    background:url("../img/current_icon.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 0;
}

.left_box ul li.current i{
    display: block;
}

.right_box ul{
    width: 98%;
    overflow:hidden;
    margin-left: 2%;
}

.right_box ul li{
    width: 100%;
    overflow:hidden;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dcdcdc;
    padding:20px 0;
}

.infor_name{
    font-size: 16px;
    display: block;
    float: left;
    width: 210px;
}

.infor_detail{
    display: block;
    float:left;
    width: 600px;
    font-size: 16px;
    color: #999999;
}

.infor_oprate{
    display: block;
    float: left;
    width: 88px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border:1px solid #cca968;
    border-radius: 3px;
    outline: none;
    background: transparent;
    color: #cca968;
    cursor: pointer;
}

.login_box i{
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background:url("../img/menber_icon_small.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 6px;
}

.login_box{
    display: inline-block;
    position: relative;
    padding-right: 25px;
}

/*关于我们*/
.menber_list{
    width: 100%;
    overflow: hidden;
    margin-top: 160px;
    margin-bottom: 100px;
}

.menber_name{
    display: block;
    overflow: hidden;
    color: #232942;
    font-size: 24px;
    font-weight: bold;
}

.menber_infor{
    width: 438px;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    padding:10px 20px;
    position: relative;
}

.menber_position{
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 24px;
    margin-top: 30px;
}

.menber_img{
    width: 144px;
    height: 144px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 1;
}

.menber_introduce{
    display: block;
    width: 100%;
    overflow: hidden;
    color: #232942;
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
}

.company_map{
	width: 100%;
	overflow: hidden;
}

.adress_detial{
	width: 418px;
	height: 282px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	background: rgba(61,167,238,0.8);
	border-radius: 10px;
	margin-left: -340px;
	margin-top: -149px;
}

.adress_detial span{
	display: block;
	width: 314px;
	height: 180px;
	padding:40px;
	background:#fff;
	border-radius: 10px;
	margin-left: 11px;
	margin-top: 11px;
	font-size: 18px;
	line-height: 30px;
}

.img_position{
	width: 432px;
	height: 395px;
	overflow: hidden;
	float: left;
	margin-left: 100px;
}

.leader_introduce{
	width: 440px;
	overflow: hidden;
	float: left;
	margin-left: 70px;
}

#thumbs{
	width: 300px;
	margin-left: 602px;
	top: -75px;
	z-index: 99;
}

#thumbs .swiper-slide{
	display: inline-block;
	float: left;
	width: 68px;
	height: 68px;
	border-radius: 5px;
	overflow: hidden;
}

.menber_a{
	background:url(../img/menber_a.png) no-repeat center center;
	background-size: contain;
}

.menber_b{
	background:url(../img/menber_b.png) no-repeat center center;
	background-size: contain;
}

.menber_c{
	background:url(../img/menber_c.png) no-repeat center center;
	background-size: contain;
}

.menber_d{
	background:url(../img/menber_d.png) no-repeat center center;
	background-size: contain;
}

.my-slide-thumb-active .name{
	display: block;
}

.name{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background:#cca968;
	color: #232942;
	font-size: 14px;
	line-height: 68px;
	text-align: center;
	font-weight: bold;
}




/*新闻中心*/
.news_box{
	width: 1169px;
	padding-bottom: 70px;
	overflow: hidden;
	min-height: 515px;
	margin:0 auto;
	background: #fff;
	border-radius: 10px;
	position: relative;
	margin-bottom: 150px;
}

.news_type{
	width: 200px;
	overflow: hidden;
	float: left;
}

.news_list{
	width: 100%;
	overflow: hidden;
	float: left;
}

.title_cn{
	display: block;
	font-size: 24px;
	margin-left: 15px;
}

.title_en{
	display: block;
	margin-left: 15px;
	width: 110px;
	font-size: 16px;
	padding:10px 0;
	color: #999;
	border-bottom: 4px solid #dcdcdc;
}

.news_type ul{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.news_type ul li{
	width: 100%;
	overflow: hidden;
	position: relative;
}

.title_list{
	display: block;
	width: 141px;
	border-bottom: 1px solid #efefef;
	padding:10px 0;
	margin-left: 15px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}

.news_type ul li.current .title_list{
	color: #161616;
}

.news_type ul li:hover .title_list{
	color: #161616;
}

.news_type ul li i{
	display: none;
	width: 4px;
	height: 23px;
	background:#3da7ee;
	position: absolute;
	left: 0;
	top: 9px;
}

.news_type ul li:hover i{
	display: block;
}

.news_type ul li.current i{
	display: block;
}

.news_list ul{
	width: 100%;
	overflow:hidden;
}

.news_list ul li{
	width: 1099px;
	overflow: hidden;
	padding:30px 35px;
	border-bottom: 1px solid #e5e5e5;
}

.news_list ul li:hover{
	background:#f3f8fe;
}

.news_img{
	display: block;
	width: 205px;
	height: 139px;
	overflow: hidden;
	float: left;
	border:1px solid #efefef;
	border-radius: 5px;
}

.news_content{
	width:815px;
	height: 139px;
	overflow: hidden;
	margin-left: 60px;
	float: left;
	position: relative;
}

.news_title{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 18px;
	color: #161616;
	font-weight: bold;
}

.news_introduce{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
	color: #666666;
	line-height: 20px;
}

.news_time{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	color: #999999;
}

.news_list .news_detail{
	display: inline-block;
	position: absolute;
	color: #2c8cd4;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.page_box{
	width: 1066px;
	padding: 0 30px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.news_detail_title{
	display: block;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	color: #161616;
	margin-top: 50px;
}

.news_detail_time{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 25px;
}

.news_detail_img{
	display: block;
	overflow: hidden;
	margin:0 auto;
	margin-top: 30px;
	width: 950px;
}

.detail_content{
	display: block;
	margin:0 auto;
	margin-top: 30px;
	width: 950px;
	color: #666666;
	line-height: 25px;
	width: 950px;
}

/*票据介绍专题*/
.bill_special{
	height: 815px;
	background: url(../img/bg_bill.png) no-repeat center center;
	background-size: cover;
}

.guide_read{
	width: 1100px;
	height: 364px;
	overflow:hidden;
	background: url(../img/bg_bill_a.png) no-repeat center center;
	background-size: cover;
	margin-top: 335px;
}

.guide_read p{
	display: block;
	width: 985px;
	margin-top: 90px;
	margin-left: 55px;
	line-height: 30px;
	font-size: 16px;
}

.bill_txt{
	display: block;
	width: 1100px;
	margin-left: 35px;
	padding:35px 0;
}

.bill_txt span{
	display: block;
	overflow: hidden;
	margin:20px 0;
	line-height: 30px;
	border-radius: 10px;
}

.back_btn{
	width: 950px;
	padding:0 109.5px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
	padding-top: 30px;
	float: left;
}

.back_btn span{
	display: block;
	overflow: hidden;
	width: 100%;
	margin:15px 0;
}

.goback_news{
	display: inline-block;
	position: absolute;
	right: 100px;
	top: 50px;
	padding:10px 30px;
	border:1px solid #cca968;
	color: #cca968;
	overflow: hidden;
	border-radius: 50px;
	cursor: pointer;
}


/*知识百科*/
.encyclopedias{
	width: 1060px;
	margin-bottom: 50px;
}

.encyclopedias ul{
	width: 1010px;
}

.encyclopedias ul li{
	padding:30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.encyclopedias .news_content{
	width: 740px;
}

.encyclopedias .news_detail{
	color: #8ebeef;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.encyclopedias .news_introduce{
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient:vertical ;
}

.encyclopedias .news_img{
	border:none
}

.knowledge_copy{
	width: 90%;
	overflow: hidden;
	margin:0 auto;
}

.knowledge_title{
	display: block;
	overflow: hidden;
	width: 100%;
	padding:10px 0;
}

.title_bg{
	background-image: linear-gradient(to right, #fff , rgba(61,167,238,0.2));
}

.knowledge_copy p{
	display: block;
	overflow: hidden;
	width: 100%;
	line-height: 24px;
	color: #666;
	word-break: break-all;
}

.knowledge_copy p.color-3da7ee{
	color: #3da7ee;
}

.pre_page{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	padding:11px 0;
}

.next_page{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	padding:11px 0;
}

.page{
	width: 80%;
	overflow: hidden;
	margin:0 auto;
	border-top: 1px solid #efefef;
	margin-top: 50px;
	position: relative;
	padding:15px 0;
}

.page .goback{
	display: inline-block;
	padding:10px 30px;
	border:1px solid #cca968;
	color: #cca968;
	overflow: hidden;
	border-radius: 40px;
	font-size: 16px;
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;
}

.text_img{
	width: 100%;
	overflow: hidden;
}

.index_a{
	height: 741px;
	overflow: hidden;
	background:url(../img/index_a.png) no-repeat center center;
	background-size: contain;
}

.index_b{
	height: 741px;
	overflow: hidden;
	background:url(../img/index_b.png) no-repeat center center;
	background-size: contain;
}

.floor_name{
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 32px;
}

.index_news{
	width: 1173px;
	height: 397px;
	overflow: hidden;
	background: #fff;
	border-radius: 3px;
	margin:0 auto;
	margin-top: 40px;
}

.news_chart{
	width: 444px;
	height: 296px;
	border-radius: 3px;
	overflow: hidden;
	float: left;
	margin-top: 50px;
	margin-left: 55px;
}

.index_news_list{
	width: 575px;
	float: left;
	margin-left: 70px;
	margin-top: 50px;
}

.index_news_list ul{
	width: 100%;
	overflow: hidden;
}

.index_news_list ul li{
	width: 100%;
	overflow: hidden;
}

.index_news_list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
}

.swiper-container{
	--swiper-theme-color: #ff6600;
	--swiper-pagination-color: #ffffff;/* 两种都可以 */
}

.index_news_title{
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666;
}

.index_news_list ul li:hover a .index_news_title{
	color: #3da7ee;
}

.current .index_news_title{
	color: #3da7ee;
}

.index_news_time{
	display: block;
	width: 100%;
	overflow: hidden;
	color: #999;
	margin-top: 5px;
	margin-bottom: 40px;
}

.more_news{
	display: block;
	width: 210px;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 45px;
	background: #cca968;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
}

.banner_bg{
	width: 100%;
	overflow: hidden;
}

.banner_about{
	background: url(../img/about_bg.png) no-repeat center center;
	background-size: contain;
	height: 485px;
}

.banner_name_en{
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #242942;
}

a.banner_name_cn{
	display: block;
	overflow: hidden;
	border-radius: 18px;
	margin:0 auto;
	text-align: center;
	background:#242942;
	color: #fff;
	height: 35px;
	line-height: 35px;
	width: 122px;
	font-size: 20px;
	margin-top: 10px;
}

.banner_discript{
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	color: #242942;
	margin-top: 30px;
	line-height: 30px;
}

.content_box{
	position: relative;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 150px;
	z-index: 97;
}

.about_detail{
	display: block;
	width: 1073px;
	margin:0 auto;
	margin-top: 96px;
	font-size: 16px;
	line-height: 30px;
}

.detail_img{
	display: block;
	width: 599px;
	height: 561px;
	overflow: hidden;
	margin:60px auto;
	border:1px solid #e5e5e5;
	border-radius: 10px;
}

.detail_img img{
	margin-left: 50px;
	margin-top: 40px;
}

.banner_contact{
	background: url(../img/contact_bg.png) no-repeat center center;
	background-size: contain;
	height: 440px;
}

.banner_contact_new{
	background: url(../img/contact_bg_new.jpg) no-repeat center center;
	background-size: cover;
	height: 483px;
}

.contact_infor{
	display: block;
	overflow: hidden;
	width: 1100px;
	margin:0 auto;
	margin-top: 25px;
	text-align: center;
	margin-bottom: 25px;
}

.contact_title{
	display: inline-block;
	width: 105px;
	font-size: 24px;
	text-align: left;
	float: left;
	color: #242942;
}

.contact_name{
	display: inline-block;
	padding:8px 50px;
	font-size: 18px;
	color: #cca968;
	overflow: hidden;
	margin:0 auto;
	background:#242942;
	border-radius: 25px;
}

.contact_infor_detail{
	display: block;
	float: left;
	width: 990px;
	font-size: 19.5px;
}

.banner_news{
	background: url(../img/news_bg.png) no-repeat center center;
    background-size: contain;
    height: 487px;
}

.map_img{
	display: block;
	border-radius: inherit;
	margin-top: -155px;
	z-index: 1;
}





.floor{
	width: 100%;
}

.text-indent{
	text-indent:30px;
}

.w-310{
    width: 310px;
    margin:0 auto;
}

.w-188{
    width: 188px;
}

.width_50{
	width: 50%;
}

.width_100{
	width: 100%;
}

.font-bold{
    font-weight: bold;
}

.opacity-50{
    opacity: 50%;
}

.color-0d76d7{
	color: #0d76d7;
}

.color-a8a8a8{
    color: #a8a8a8;
}

.color-cca968{
    color: #cca968;
}

.color-3da7ee{
	color: #3da7ee;
}

.login_box .color-cca968{
    color: #cca968;
}

.color-fff{
    color:#fff;
}

.color-333{
	color: #333;
}

.color-666{
	color: #666;
}

.color-999{
	color: #999;
}

.color-5ea4e4{
	color: #5ea4e4;
}

.bg_cca968{
    background:#cca968;
}

.color-3da7ee{
	color: #3da7ee;
}

.font-12{
    font-size: 12px;
}

.font-16{
    font-size: 16px;
}

.font-18{
	font-size: 18px;
}

.font-30{
    font-size: 30px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.center{
	text-align: center;
}

.font_bold{
	font-weight: bold;
}

.margin_30{
	margin:30px 0;
}

.top_10{
    margin-top: 10px;
}

.top_30{
	margin-top: 30px;
}

.top_50{
    margin-top: 50px;
}

.top_100{
    margin-top: 100px;
}

.top_-96{
	margin-top: -96px;
}

.top_-170{
	margin-top: -170px;
}

.bottom_50{
	margin-bottom: 50px;
}

.bottom_100{
	margin-bottom: 100px;
}

.border_1{
	border:1px solid #efefef;
}


@media only screen and (min-width: 100px) and (max-width: 1919px) {
	/*html, .bg{
		overflow: auto;
	}*/
	/*.footer{
		position: static;
		margin-top: 30px;
	}*/
	
	.index_a{
		height: 741px;
		overflow: hidden;
		background:url(../img/index_a.png) no-repeat center center;
		background-size: cover;
	}
	
	.index_b{
		height: 741px;
		overflow: hidden;
		background:url(../img/index_b.png) no-repeat center center;
		background-size: cover;
	}
	
	.banner_about{
		background:url(../img/about_bg.png) no-repeat center center;
		background-size: cover;
	}
	
	.banner_contact{
		background: url(../img/contact_bg.png) no-repeat center center;
		background-size: cover;
	}
	
	.banner_news{
		background: url(../img/news_bg.png) no-repeat center center;
	    background-size: cover;
	}
}