﻿@charset "utf-8";
/*全局初始化样式*/
/* 颜色变量 */
/* 超出隐藏 带参数 */
/* 过渡时间 */
/* 过渡效果 */
/* 字体定义 */
@font-face{font-family: 'font1'; src: url('../fonts/ITCAvantGardePro-Bold_0.eot'); src: url('../fonts/ITCAvantGardePro-Bold_0.ttf ') format("truetype");}
@font-face{font-family: 'font2'; src: url('../fonts/ITCAvantGardePro-Md_0.eot'); src: url('../fonts/ITCAvantGardePro-Md_0.ttf ') format("truetype");}
@font-face{font-family: 'font3'; src: url('../fonts/Monotype - NeoSansPro-Black.eot'); src: url('../fonts/Monotype - NeoSansPro-Black.ttf ') format("truetype");}
/* 尺寸定义 */
.centered{max-width: 1400px; margin: 0px auto; padding: 0%;}
body{padding: 0px; margin: 0 auto; font-size: 14px; line-height: 24px; font-family: arial, "Microsoft YaHei", '微软雅黑', '宋体'; color: #333; min-width: 320px; width: 100%; zoom: 1; background: url(../images/bg.png) repeat center;}
/*默认去除ul、li的默认样式*/
ul,
ul > li,
dl,
dl > dd,
dl > dt{list-style: none; margin: 0; padding: 0;}
/* 文字标签默认清除 */
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
i{text-decoration: normal; margin: 0; padding: 0;}
*{box-sizing: border-box;}
/* 文字标签默认样式 */
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,
input,
textarea{border-radius: 0; -webkit-border-radius: 0; color: #333; font-family: '微软雅黑';}
/*表单元素获得焦点时不显示虚线框*/
input:focus{outline: none;}
input,
button,
select,
textarea{outline: none; /*-webkit-appearance:none;*/ /*强制去除表单自带的样式*/}
/*不允许多行输入文本框有滚动条*/
textarea{resize: none; /*-webkit-appearance:none;*/ /*强制去除textarea自带的样式*/}
/*初始化表单元素样式*/
textarea,
input,
select{background: none; border: none; margin: 0; padding: 0;}
/*初始化HTML5标签样式*/
audio,
canvas,
progress,
video{display: inline-block; vertical-align: baseline;}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption{display: block;}
/*去除figure边距*/
figure,
figcaption{margin: 0px; padding: 0px;}
/*初始化图片样式*/
img{border: none; border: 0; vertical-align: top; max-width: 100%;}
/*初始化a的样式和字体样式*/
a{color: #555; text-decoration: none; display: inline-block; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-size: 16px;}
a:focus{outline: none; -moz-outline: none;}
a:link{text-decoration: none;}
a:active{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none; color: #666;}
/*全局样式*/
.PIC{position: relative; height: 0; padding-bottom: 50%; overflow: hidden;}
.PIC img{display: block; width: 100%; min-height: 100%; position: absolute; left: 0; top: 0;}
.dot{display: block; overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; white-space: nowrap;}

.ul,
.ul li {list-style: none;}

/*小滚动条样式*/
.gdt::-webkit-scrollbar{width: 3px;}
.gdt::-webkit-scrollbar-track{background-color: #fff;}
.gdt::-webkit-scrollbar-thumb{background-color: #333;}
.gdt::-webkit-scrollbar-thumb:hover{background-color: #333333;}
.gdt::-webkit-scrollbar-thumb:active{background-color: #333333;}
.gdt{overflow: auto!important; padding-right: 10px!important; padding-left: 10px!important;}
/*页面框架结构*/
.MainBox{padding: 60px 0 100px; overflow: hidden; min-height: 300px; position: relative;}
.SinglePage{text-justify: inter-ideograph; text-align: justify; overflow: hidden; min-height: 140px; word-break: break-all;}
.SinglePage img{max-width: 100%;}
.TxtPage{text-justify: inter-ideograph; text-align: justify; word-break: break-all;}
.TxtPage img{max-width: 100%;}
.SubMenu{border-bottom: solid 1px #eeeeee; padding: 13px 0; line-height: 32px;}
.Current{background: url(../images/home_bg.png) left center no-repeat; color: #666; float: right; padding-left: 30px;}
.Current span{color: #006d85;}
.Current a{padding-right: 11px; margin-right: 5px; color: #555555; background: url(../images/Current_icon.png) right center no-repeat;}
.Current a:hover{color: #006d85;}
.SubMenu .ul{float: left;}
.SubMenu .ul li{display: inline-block; font-size: 16px;}
.SubMenu .ul li > a{display: block; color: #555; padding: 0px 26px;}
.SubMenu .ul li.on > a,
.SubMenu .ul li:hover > a{background-color: #006d84; color: #fff;}
/* 清除浮动 */
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix::after{content: ''; display: block; clear: both;}
/* 清除浮动结束 */

.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}


.auto{ margin:0 auto;}
.auto_1400{ max-width:1400px;}
@media(max-width:1400px){.auto_1400{ padding:0 2%;}}
.auto_1280{ max-width:1280px;}
@media(max-width:1280px){.auto_1280{ padding:0 2%;}}
.auto_1200{ max-width:1200px;}
@media(max-width:1200px){.auto_1200{ padding:0 2%;}}
.auto_1180{ max-width:1180px;}
@media(max-width:1180px){.auto_1180{ padding:0 2%;}}
.auto_1150{ max-width:1150px;}
@media(max-width:1150px){.auto_1150{ padding:0 2%;}}
.auto_1100{ max-width:1100px;}
@media(max-width:1100px){.auto_1100{ padding:0 2%;}}
.auto_1050{ max-width:1050px;}
@media(max-width:1050px){.auto_1050{ padding:0 2%;}}
.auto_1000{ max-width:1000px;}
@media(max-width:1000px){.auto_1000{ padding:0 2%;}}
.auto_950{ max-width:950px;}
@media(max-width:950px){.auto_950{ padding:0 2%;}}

.common_title .cn{font-size: 30px; color: #6c4a21; padding-bottom: 25px; position: relative; text-align: center;}
.common_title .cn::after{content: ''; width: 420px; height: 35px; display: block; background: url(../images/deco_title.png) no-repeat center; position: absolute; left: 50%; margin-left: -210px; bottom: 0; background-size: 100%;}
.common_title .en{font-size: 14px; color: rgba(108, 74, 33, 0.3); text-transform: uppercase; line-height: 1; padding-top: 10px; text-align: center;}
.centered .contents{margin-top: 66px;overflow: hidden;position:relative;}
.centered .contents img{transition: all .6s;}
.centered .contents .left img:hover{transform: scale(1.1);}
.centered .contents .right img:hover{transform: scale(1.1);}
.bot_banner{margin: 66px auto 0; max-width: 1920px; height: 0; padding-bottom: 17.08%; background: url(../images/bot_banner.jpg) no-repeat center; background-size: 100% 100%;}
.bot_banner ul{float: right; margin-top: 140px; margin-right: 240px;}
.bot_banner ul li{float: left; margin: 0 40px;}
.bot_banner ul li a{font-size: 20px; color: rgba(119, 122, 131, 1.00); width: 220px; height: 60px; border: 1px solid rgba(119, 122, 131, 1.00); line-height: 60px; text-align: center;}
.menu{background: #e1d8c5;}
.menu .menu_wrap{float: left;}
.menu .menu_wrap a{font-size: 18px; color: #6c4a21; line-height: 60px; padding: 0 24px; position: relative;}
.menu .menu_wrap a.on{color: #ed7c0b;}
.menu .menu_wrap a.on::before{content: ''; width: 6px; height: 6px; display: block; background: #ed7c0b; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */ -o-transform: rotate(45deg); /* Opera */ -moz-transform: rotate(45deg); /* Firefox */ position: absolute; left: 0; top: 50%; margin-top: -4px;}
.menu .menu_wrap a.on::after{content: ''; width: 6px; height: 6px; display: block; background: #ed7c0b; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */ -o-transform: rotate(45deg); /* Opera */ -moz-transform: rotate(45deg); /* Firefox */ position: absolute; right: 0; top: 50%; margin-top: -4px;}
.menu .menu_service a{padding: 0 18px!important; font-size: 16px;}
.menu .bread{float: right; position: relative;}
.menu .bread a{line-height: 60px; color: #a7967f; font-size: 14px;}
.menu .bread span{font-size: 14px; color: #ee7700;}
.menu .bread::before{content: '当前位置：'; width: 75px; height: 60px; line-height: 60px; color: #a7967f; font-size: 14px; position: absolute; left: -75px; top: 0;}
.single{max-width: 1200px; margin-top: 88px;}
.single .contents{text-align: left;}
.single .contents p{font-size: 16px; line-height: 32px; color: #6c4a21; margin: 10px auto; text-align: left;}
.single .contents img{margin: 30px auto;}
/*.single .contents table tr td{width: 50%;}*/
.single .contents table tr td:first-child{text-align: left;}
.single .contents table tr td:last-child{text-align: right;}
.single .contents .ul_sitemap li strong{
	display: block;
	height: 50px;
	line-height: 50px;
}
.single .contents .ul_sitemap li span{
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.brand{margin-top: 88px;}
.brand a{float: left; height: auto;}
.brand a.left{width: 720px;overflow: hidden;margin: 0 10px;}
.brand a.right{width: 330px;overflow: hidden;}
.brand a.right img{padding: 0px 0;}
.about{max-width: 1920px; background: url(../images/index/about_bg.png) no-repeat center; background-size: 100% 100%; margin: 88px auto;}
.about .centered{padding: 155px 0;}
.about .centered .canvas{width: 690px; background: #fff; padding: 32px 30px;}
.about .centered .canvas .border{border: 1px solid #ccc;}
.about .centered .canvas .border .content{padding: 55px;transition: all .4s;}
.about .centered .canvas .border .content .cn{font-size: 30px; color: #6c4a21;transition: all .4s;}
.about .centered .canvas .border .content .en{font-size: 14px; color: rgba(108, 74, 33, 0.3); padding: 8px 0 18px 0; position: relative;transition: all .4s;}
.about .centered .canvas .border .content .en::after{content: ''; width: 29px; height: 2px; display: block; background: #efa050; position: absolute; bottom: 0;}
.about .centered .canvas .border .content .intro{font-size: 16px; color: #6c4a21; line-height: 2; margin-top: 15px;transition: all .4s;}
.about .centered .canvas .border .content a{font-size: 16px; color: #ee7700; float: right; position: relative; padding: 50px 0 0 0;}
.about .centered .canvas .border .content a::before{content: ''; width: 42px; height: 1px; display: block; background: #ee7700; position: absolute; left: -50px; top: 60px;}
.news .contents .content{width: 33.3%; padding: 0 1.4%; float: left;}
.news .contents .content figure{position: relative;overflow: hidden;}
.news .contents .content figure img{transition: all .4s;}
.news .contents .content:hover figure img{transform: scale(1.2);}
.news .contents .content figure .time{display: inline-block; background: #ffffff7f; padding: 10px 16px; font-size: 16px; color: #433f37; position: absolute; bottom: 0; right: 0;}
.news .contents .content .tit{font-size: 18px; color: #6c4a21; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding: 3% 0 1% 0;transition: all .4s;}
.news .contents .content .rmk{font-size: 14px; line-height: 24px; color: #6c4a21; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-top: 8px;transition: all .4s;}
.news .contents .content:hover .tit{color: #ee7700;}
.news .news_more{width: 164px; height: 40px; border: 1px solid #ee7700; line-height: 40px; text-align: center; font-size: 16px; color: #ee7700; display: block; margin: 60px auto 10px auto;}
.news .news_more:hover{background: #ee7700; color: #fff;}

.about .centered .canvas .border:hover .content{padding-top: 45px;padding-bottom: 65px;}

/* about introduce */
.about_introduce{max-width: 1200px; margin-top: 88px;}
/* about introduce */


/* about history */
.about_history{margin-top: 88px;}
.about_history .contents ul li{position: relative; width: 50%; float: left; padding-top: 280px;}
.about_history .contents ul li:nth-child(1){padding-top: 64px;}
.about_history .contents ul li:nth-child(1)::after{content: ''; width: 20px; height: 12px; background: url(../images/history/top.png) no-repeat center; display: block; position: absolute; right: -10px; top: -6px;}
.about_history .contents ul li .date{font-size: 26px; color: #ee7700; padding: 0px 56px 0px 0; text-align: right;}
.about_history .contents ul li .tit{font-size: 18px; color: #6c4a21; padding: 10px 56px 10px 0; text-align: right;}
.about_history .contents ul li article{padding-top: 30px; padding-right: 56px; position: relative;}
.about_history .contents ul li article p{font-size: 14px; color: #6c4a21; line-height: 30px; display: inline-block; width: 432px; float: left;}
.about_history .contents ul li article div{width: 181px; height: 132px; display: inline-block; float: right;}
.about_history .contents ul li article::before{content: ''; width: 536px; height: 31px; display: block; background: url(../images/history/deco_left.png) no-repeat center; background-size: 100%; position: absolute; right: -9.5px; top: 0;}
.about_history .contents ul li .point{content: ''; width: 3px; height: 100%; display: block; background: url(../images/history/point.png) repeat-y; background-size: 100%; position: absolute; right: -1.5px; top: 0;}
.about_history .contents ul li:nth-child(2n){float: right;}
.about_history .contents ul li:nth-child(2n) .date{padding: 0px 0px 0px 56px; text-align: left;}
.about_history .contents ul li:nth-child(2n) .tit{padding: 10px 0px 10px 56px; text-align: left;}
.about_history .contents ul li:nth-child(2n) article{padding-top: 30px; padding-left: 56px; padding-right: 0;}
.about_history .contents ul li:nth-child(2n) article p{float: right;}
.about_history .contents ul li:nth-child(2n) article div{float: left;}
.about_history .contents ul li:nth-child(2n) article::before{content: ''; width: 536px; height: 31px; display: block; background: url(../images/history/deco_right.png) no-repeat center; background-size: 100%; position: absolute; left: -9.5px; top: 0;}
.about_history .contents ul li:nth-child(2n) .point{content: ''; width: 3px; height: 100%; display: block; background: url(../images/history/point.png) repeat-y; background-size: 100%; position: absolute; left: -1.5px; top: 0;}



/* about history */
.news_list{margin-top: 88px;}
.news_list .contents ul li{margin-bottom: 3.3%; position: relative;}
.news_list .contents ul li::before{content: ''; width: 71.57%; height: 1px; display: block; background: #ccc; position: absolute; bottom: 0; right: 0;}
.news_list .contents ul li figure{width: 23.79%; float: left; position: relative; height: 0; padding-bottom: 13.36%;}
.news_list .contents ul li figure .time{width: 100px; height: 30px; background: #ffffff7f; line-height: 30px; text-align: center; font-size: 16px; color: #433f37; position: absolute; bottom: 0; right: 0;}
.news_list .contents ul li .right{width: 71.57%; float: right;}
.news_list .contents ul li .right .t{font-size: 18px; color: #6c4a21; line-height: 1; padding-bottom: 2%;}
.news_list .contents ul li .right .sbt{font-size: 14px; color: #6c4a21; line-height: 24px; padding-bottom: 2%;}
.news_list .contents ul li .right .more{font-size: 14px; color: #ee7700;}
.tender_list{margin-top: 88px;}
.tender_list .contents ul li{width: 100%; padding-left: 2%; position: relative; line-height: 60px; height: 60px; border-bottom: 1px solid #e1d8c5; margin-bottom: 1%;}
.tender_list .contents ul li:hover{border-color: #ee7700;}
.tender_list .contents ul li::before{content: ''; width: 6px; height: 6px; display: block; background: #ee7700; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */ -o-transform: rotate(45deg); /* Opera */ -moz-transform: rotate(45deg); /* Firefox */ position: absolute; left: 4px; top: 50%; margin-top: -3px;}
.tender_list .contents ul li p{float: left; width: 90%;}
.tender_list .contents ul li p a{font-size: 18px; color: #6c4a21; line-height: 60px; display: inline;}
.tender_list .contents ul li span{font-size: 14px; color: #6c4a21; min-width: 5.5%; padding-left: 1%; float: right; line-height: 60px;}
.recruit{margin-top: 88px;}
.recruit .contents ul .list_t{position: relative; font-size: 18px; color: #6c4a21; line-height: 60px; cursor: pointer; width: 100%; background: #e1d8c5; margin-bottom: 1px;}
.recruit .contents ul .list_t div{width: 16.66%; float: left; text-align: center; background: #ee7700; color: #fff; line-height: 60px;}
.recruit .contents ul li{width: 100%; background: #e1d8c5; margin-bottom: 1px;}
.recruit .contents ul li .que{font-size: 18px; color: #6c4a21; line-height: 60px; cursor: pointer;}
.recruit .contents ul li .que div{width: 16.66%; float: left; text-align: center; color: rgba(108, 74, 33, 0.8); line-height: 60px; font-size: 14px;}
.recruit .contents ul li .que div a{font-size: 14px; width: 107px; height: 29px; background: #6c4a21; line-height: 29px; color: #fff;}
.recruit .contents ul li .ans{width: 100%; padding: 2% 4% 2% 4%; font-size: 14px; line-height: 30px; color: #6c4a21; background: #e9e2d1; display: none;}
.recruit .contents ul li.on .ans{display: block; background: #eee8d8; border: 1px solid #e1d8c5;}
.recruit .contents ul li.on .que{background: #ede6d6;}
.recruit .contents ul li.on .que div a{background: #ee7700;}
.skin_test{margin-top: 88px;}
.skin_test .contents ul li{width: 100%; margin-bottom: 10px;}
.skin_test .contents ul li .que{padding-left: 2%; position: relative; font-size: 18px; color: #6c4a21; line-height: 60px; border-bottom: 1px solid #e1d8c5; cursor: pointer;}
.skin_test .contents ul li .que::before{content: ''; width: 6px; height: 6px; display: block; background: #ee7700; transform: rotate(45deg); -ms-transform: rotate(45deg); /* IE 9 */ -webkit-transform: rotate(45deg); /* Safari and Chrome */ -o-transform: rotate(45deg); /* Opera */ -moz-transform: rotate(45deg); /* Firefox */ position: absolute; left: 4px; top: 50%; margin-top: -3px;}
.skin_test .contents ul li .ans{width: 100%; padding: 1% 2%; background: #e1d8c5; font-size: 14px; line-height: 30px; color: #6c4a21;}
.sample_apply{margin-top: 88px;}
.sample_apply .contents ul li{width: 22%; float: left; margin: 1% 1.5%; transition: all 0.5s; -moz-transition: all 0.5s; /* Firefox 4 */ -webkit-transition: all 0.5s; /* Safari 和 Chrome */ -o-transition: all 0.5s; /* Opera */ position: relative;}
.sample_apply .contents ul li:hover{box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.2);}
.sample_apply .contents ul li div{width: 100%; position: absolute; top: 0; text-align: center;}
.sample_apply .contents ul li div .t{font-size: 22px; color: #6c4a21; padding: 38px 0 10px 0;}
.sample_apply .contents ul li div .sbt{font-size: 14px; color: #6c4a21; padding-bottom: 30px;}
.sample_apply .contents ul li div a{font-size: 14px; color: #ee7700; text-decoration: underline;}
.mask .layer{    width: 1400px;
    height: 790px;
    background: #f6f3e9;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);}
.mask .layer .bd{padding: 3% 10%; text-align: center;}
.mask .layer .bd .tit{font-size: 30px; color: #6c4a21; padding-bottom: 10px; border-bottom: 1px solid #ee7700; display: inline-block;}
.mask .layer .bd .cont{text-align: left; margin-top: 40px;}
.mask .layer .bd .cont .left{width: 50%; float: left;}
.mask .layer .bd .cont .left .t1{font-size: 18px; color: #6c4a21; margin-top: 30px;}
.mask .layer .bd .cont .left ul{margin-top: 20px;width: 80%}
.mask .layer .bd .cont .left ul li{font-size: 18px; color: rgba(108, 74, 33, 0.6); margin-bottom: 20px;}
.mask .layer .bd .cont .left ul li input{border-bottom: 1px solid #e5dece; width: 320px;float: none;}
.mask .layer .bd .cont .left a{width: 130px; height: 36px; display: block; background: #ee7700; line-height: 36px; text-align: center; margin-top: 40px; color: #fff; display: inline-block;}
.mask .layer .bd .cont .left a.btn_fankui{background: #4d443c;}

.mask .layer .bd .cont .right{width: 50%; float: left; position: relative;}
.mask .layer .bd .cont .right .erweima{width: 124px; height: 124px; background: #fff; position: absolute; bottom: 0; right: 130px;}
.mask .layer .bd .cont .right .erweima img{padding: 14px;}
.mask .layer .closes{width: 72px; height: 72px; background: url(../images/service/icon_cloese.png) no-repeat center; position: absolute; right: 0; top: -1px; cursor: pointer;}
.leave_message{margin-top: 88px;}
.leave_message .radio{text-align: center; width: 100%;}
.leave_message .radio li{display: inline-block; font-size: 22px; color: #6c4a21; margin: 1% 2%;}
.leave_message .radio li input{width: 17px; height: 17px; border-color: #000; border-radius: 50%;}
.leave_message .contents{margin-top: 20px;}
.leave_message .contents .left{width: 50%; float: left; height: 51%; background: #f6f3e9;}
.leave_message .contents .left ul{width: 100%; display: none; padding: 6.5% 15%; display: block;}
.leave_message .contents .left ul li{font-size: 18px; color: #6c4a21; padding-bottom: 20px;}
.leave_message .contents .left ul li input{width: 80%; border-bottom: 1px solid #e5dece; padding: 1% 2%;float: right;}
.leave_message .contents .left ul li.code{margin-top: 2%;}
.leave_message .contents .left ul li.code input{width: 30%;}
.leave_message .contents .left ul textarea{width: 100%; padding: 2%; height: 146px; background: #e5dece;}
.leave_message .contents .left ul .apply{width: 130px; height: 36px; line-height: 36px; background: #ee7700; color: #fff; text-align: center;}
.leave_message .contents .right{width: 50%; float: right;}
.leave_message .contents .right .swiper-pagination-bullet{background: #fff; opacity: 1;}
.leave_message .contents .right .swiper-pagination-bullet-active{background: #e06d04;}
.leave_message .contents .right .swiper-pagination{left: 79%!important; bottom: 45px!important;}

.leave_message .leaveList{margin-top: 50px;}
.leave_message .leaveList dl{border-bottom: 1px solid #f58b30;}
.leave_message .leaveList dt{}
.leave_message .leaveList dd{}
.leave_message .leaveList p{font-weight: 500;}
.leave_message .leaveList .Contact{font-size: 20px;padding: 10px 0;}
.leave_message .leaveList .Content{padding: 14px 0;}
.leave_message .leaveList .Reply{border-top: 1px dashed #ddd;padding: 14px 0;}
.leave_message .leaveList .Contact p{}
.leave_message .leaveList .Content p{text-indent: 2em;font-size: 16px;}
.leave_message .leaveList .Reply p{line-height: 1.8;}
.leave_message .leaveList .Contact em{color: #f58b30;}


.question{margin-top: 88px;}
.question .contents ul li{width: 100%; margin-bottom: 1%; background: #e1d8c5;}
.question .contents ul li .que{padding-left: 4%; position: relative; font-size: 18px; color: #6c4a21; line-height: 60px; cursor: pointer;}
.question .contents ul li .que::before{content: ''; width: 21px; height: 21px; display: block; background: url(../images/service/icon_question.png) no-repeat center; position: absolute; left: 2%; top: 50%; margin-top: -10.5px;}
.question .contents ul li .ans{width: 100%; padding: 18px 2% 5% 4%; font-size: 14px; line-height: 30px; color: #6c4a21; background: #e9e2d1; position: relative;}
.question .contents ul li .ans::before{content: ''; width: 21px; height: 21px; display: block; background: url(../images/service/icon_answer.png) no-repeat center; position: absolute; left: 2%; top: 18px;}
.survey{margin-top: 88px;}
.survey .contents .ul1 > li{width: 100%; background: #e1d8c5;}
.survey .contents .ul1 > li .que{padding-left: 2%; font-size: 18px; color: #6c4a21; line-height: 60px; cursor: pointer;}
.survey .contents .ul1 > li .ans{width: 100%; padding: 1% 2% 1% 2%; font-size: 14px; line-height: 30px; color: #6c4a21; background: #e9e2d1;}
.survey .contents .ul1 > li .ans .radio{text-align: left; width: 100%;}
.survey .contents .ul1 > li .ans .radio > li{display: inline-block; font-size: 16px; color: #6c4a21; margin: 1% 2%;}
.survey .contents .ul1 > li .ans .radio > li input{width: 17px; height: 17px; border-color: #000; border-radius: 50%;}
.survey .contents .ul1 > li .ans textarea{margin: 1% auto; width: 100%; height: 135px; background: #e5ddcb; border: 1px solid rgba(108, 74, 33, 0.26); padding: 0 1%;}
.survey .contents .sbmit{text-align: center; width: 100%; margin-top: 3%;}
.survey .contents .sbmit li{margin: 10px; display: inline-block;}
.survey .contents .sbmit li .btn{width: 130px; height: 36px; line-height: 36px; color: #fff; text-align: center; font-size: 18px; padding: 0; border-radius: 0;}
.survey .contents .sbmit li.sbm .btn{background: #ee7700;}
.survey .contents .sbmit li.rst .btn{background: #6c4a21;}
/* 皮肤测试 */
 .contents_Poppus{position: fixed;top: -100%;left: 0;right: 0;margin: 0 auto;width: 50%;height: auto;background-color: #fff;
	padding: 50px;z-index: 999999;transition: all .4s;border-radius: 10px;
 }
 .contents_Poppus a{position: absolute;top: 0;right: 0;width: 36px;height: 36px;background: url("../images/shut.png") no-repeat center/cover;}
 .contents_Poppus h4{font-size: 26px;text-align: center;font-weight: bold;}
 .contents_Poppus h4 span{}
 .contents_Poppus p{font-size: 18px;text-indent: 2em;padding: 35px 0 10px;}
 
.vote{margin-top: 88px;}
.vote .contents .ul1 > li{width: 100%; background: #e1d8c5;}
.vote .contents .ul1 > li .que{padding-left: 2%; font-size: 18px; color: #6c4a21; line-height: 60px; cursor: pointer;}
.vote .contents .ul1 > li .ans{width: 100%; padding: 1% 2% 1% 2%; font-size: 14px; line-height: 30px; color: #6c4a21; background: #e9e2d1;}
.vote .contents .ul1 > li .ans .radio{text-align: left; width: 100%;}
.vote .contents .ul1 > li .ans .radio > li{display: inline-block; font-size: 16px; color: #6c4a21; margin: 1% 2%;}
.vote .contents .ul1 > li .ans .radio > li input{width: 17px; height: 17px; border-color: #000; border-radius: 50%;}
.vote .contents .ul1 > li .ans textarea{margin: 1% auto; width: 100%; height: 135px; background: #e5ddcb; border: 1px solid rgba(108, 74, 33, 0.26); padding: 0 1%;}
.vote .contents .sbmit{text-align: center; width: 100%; margin-top: 3%;}
.vote .contents .sbmit li{margin: 10px; display: inline-block;}
.vote .contents .sbmit li .btn{width: 130px; height: 36px; line-height: 36px; color: #fff; text-align: center; font-size: 18px; padding: 0; border-radius: 0;}
.vote .contents .sbmit li.sbm .btn{background: #ee7700;}
.vote .contents .sbmit li.rst .btn{background: #6c4a21;}
.contact{margin-top: 88px;}
.contact .contents .text p{line-height: 1.5;}
.contact .contents .text .slogan{color: #6c4a21; font-size: 18px;}
.contact .contents .text .slogan_c{color: #ee7700; font-size: 18px;}
.contact .contents .text .rx_slogan{margin-top: 20px; color: rgba(108, 74, 33, 0.6); font-size: 16px;}
.contact .contents .text .rx_slogan span{font-size: 18px; color: #6c4a21;}
.contact .contents .text .phone{font-size: 36px; color: #ee7700; line-height: 1.2; margin-bottom: 26px;}
.contact .contents .text .inf{font-size: 18px; color: #ee7700;}
.contact .contents .text .inf span{color: #6c4a21;}
.contact .contents .text .ema{font-size: 18px; color: #6c4a21; margin-bottom: 20px;}
.contact .contents .text .ema span{color: #866f54; padding-bottom: 2px; border-bottom: 1px solid #6c4a21;}
.contact .contents .text .addr{font-size: 18px; color: #866f54;}
.contact .contents .text .addr span{color: #6c4a21;}
.contact .contents #mapcontent{width: 100%; height: 596px; margin-top: 4%;}
.service_site{margin-top: 88px;}
.service_site .contents .select_div .left{width: 71%; float: left;}
.service_site .contents .select_div .left select{width: 31.5%; margin-right: 1.5%; background: #e1d8c5; line-height: 55px; height: 55px; padding: 0 1%; font-size: 16px; color: #6c4a21; float: left;}
.service_site .contents .select_div .left select option{font-size: 16px; color: #6c4a21;}
.service_site .contents .select_div .right{width: 29%; float: right; height: 55px; position: relative;}
.service_site .contents .select_div .right .search_text{width: 88%; height: 55px; line-height: 55px; padding: 0 2%; font-size: 16px; color: #6c4a21; background: #e1d8c5; display: inline-block;}
.service_site .contents .select_div .right .search_btn{width: 55px; height: 55px; line-height: 55px; background: url(../images/service/icon_search.jpg) no-repeat center; background-size: 100% 100%; display: inline-block; position: absolute; right: 0;}
.service_site .contents .map_content{margin-top: 3%;}
.service_site .contents .map_content .info{width: 24%; float: left; height: 580px; overflow-y: scroll; background: #f6f3e9;}
.service_site .contents .map_content .info ul{width: 100%; padding: 0% 0%;}
.service_site .contents .map_content .info ul li{padding: 10% 8% 0 8%; cursor: pointer;}
.service_site .contents .map_content .info ul li h1{font-size: 18px; font-weight: normal; color: #6c4a21;}
.service_site .contents .map_content .info ul li p{font-size: 16px; color: #afa08a; line-height: 24px; padding-bottom: 10%; border-bottom: 1px solid #e1d8c5;}
.service_site .contents .map_content .info ul li.on{background: #fff;}
.service_site .contents .map_content .info ul li.on p{border-color: rgba(0, 0, 0, 0);}
.service_site .contents .map_content .map{float: right; width: 75%; height: 580px;}
.service_site .contents .map_content .map #allMap{height: 100%; width: 100%;}
.inner_banner{ text-align: center; }
.index_banner{ text-align: center; }
.index_banner .swiper-pagination-bullet{width: 6px!important; height: 6px!important; background: #fff!important; opacity: 1!important; margin: 30px 20px!important;}
.index_banner .swiper-pagination-bullet-active{background: #ee7700!important; position: relative;}
.index_banner .swiper-pagination-bullet-active::after{content: ''; width: 34px; height: 34px; display: block; border-radius: 50%; border: 1px solid #ee7700; position: absolute; left: 50%; margin-left: -17px; top: 50%; margin-top: -17px;}
.index_banner .swiper-button-next,
.swiper-button-prev{width: 61px!important; height: 58px!important; margin-top: -29px !important; background-size: 100% 100%!important;}
.index_banner .swiper-button-next{background-image: url(../images/banner_next.png) !important; right: 50px!important;}
.index_banner .swiper-button-prev{background-image: url(../images/banner_prev.png) !important; left: 50px!important;}
.index_banner .swiper-button-disabled{pointer-events: auto!important;}

.news_list .contents ul li .TenderZb{
	padding: 20px 0;
}
.news_list .contents ul li .TenderZb a{
	width: 100%;
}
.news_list .contents ul li .TenderZb p{
	float: right;
	width: 20%;
	text-align: right;
	font-size: 12px;
}
.news_list .contents ul li .TenderZb p.t{
	float: left;
	width: 80%;
	text-align: left;
	font-size: 20px;
}
.news_list .contents ul li .TenderZb p.t span{
	display: inline-block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	background: #EC7608;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -4px;
}
.news_list .contents ul li.TenderZb_list::before{
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: #ccc;
	position: absolute;
	bottom: 0;
	right: 0;
}
.news_list .contents ul li.TenderZb_list{
	margin-bottom: .5%;
}




/* HEADER */
.header .NavBtn{display: none;}
.header .NavBtn{width: 36px; height: 36px; background: url(../images/nav.png) no-repeat center; background-size: 100% 100%; position: absolute; top: 50%; margin-top: -18px; right: 5%;}
.header .NavList2{display: none; width: 100%; text-align: center;}
.header .NavList2{position: absolute!important; right: 0!important; top: 100%!important; z-index: 99999!important;}
.header .NavList2 ul li{font-size: 30px; color: #fff; background: rgba(0, 0, 0, 0.8); padding: 10px 30px; _border-bottom: 1px solid #fff;}
.header .NavList2 ul li a{color: #fff;}
.header .NavList2 ul li .dl1{display: none; margin-bottom: 0;}
.header .NavList2 ul li .dl1 dd a{color: #ffff00;}
.header{background: #eee8d8; position: relative;}
.header .subnav_bg{width: 100%; height: auto; position: absolute; top: 100%; left: 0; z-index: 99;}
.header .logo{padding: 10px 0; float: left;}
.header nav{float: right; padding-right: 55px;position: relative;}
.header nav > dl{ margin-left: 20px; display: inline-block;}
.header nav > dl > dd{ display: inline-block;margin-left: 10px;  }
.header nav > dl > dd.icon a{ width: 24px; height: 22px; display: inline-block; background: no-repeat center;}
.header nav > dl > dd.wx_a .wx_pic{ width:120px;position: absolute;display:none; top:30px; right:0;z-index:100}
/*
.header nav > dl > dd.JD a{ background: url(../images/icons_JD.jpg) no-repeat center; }
.header nav > dl > dd.TM a{ background: url(../images/icons_TM.jpg) no-repeat center; }
*/
.header nav > dl > dd.top-search{ position:absolute; top:10px;}
/*.header nav > dl > dd.top-search .open-search{ position:relative; display: inline-block; background: url(../images/icons_SH.png) no-repeat center bottom;  width: 27px; height: 27px; }*/
.header nav > dl > dd.top-search .open-search span{ display: none;}
.header nav > dl > dd.top-search .search-box{position:absolute; right:12px; top:0px; width:200px; z-index: 9;}
.header nav > dl > dd.top-search .search-box .text{border:2px solid #c3a23d; border-radius:20px; line-height:38px; height:38px; width:100%; padding:0 33px 0 10px;color:#333; background:#fff;}
.header nav > dl > dd.top-search .search-box .btn{position:absolute; right:0; top:0;height:100%; width:33px; }
.header nav > dl > dd.top-search .search-box .glyphicon{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); font-size:15px;color:#c3a23d;}
.header nav > dl > dd.top-search .search-box .btn::before{display: none;}

.header nav ul{ display: inline-block; }
.header nav ul li{display: inline-block; padding: 60px 20px 41px; position: relative;}
.header nav ul li a{font-size: 16px; color: #6c5421;}
.header nav ul li:hover > a{color: #e4a260;}
.header nav ul li.on a{color: #e4a260;}
.header nav ul li .subnav{min-width:220px; position: absolute; display: none; left: 0; top: 100%; padding-top: 30px; z-index: 9999;}
.header nav ul li .subnav .subnav_pic{width: 314px; height: 180px; background: url(../images/xiala_bg.png) no-repeat center; padding: 15px; float: right;overflow: hidden;}
.header nav ul li .subnav .subnav_pic img{transition: all .4s;}
.header nav ul li .subnav .subnav_pic:hover img{transform: scale(1.2);}
.header nav ul li .subnav > ul{float: left; width: 220px;}
.header nav ul li .subnav > ul li{display: block; padding: 0 5px;}
.header nav ul li .subnav > ul li a{font-size: 16px; color: #6c5421; line-height: 40px; text-decoration: underline; padding-left: 20px; position: relative;}
.header nav ul li .subnav > ul li a::before{content: ''; width: 14px; height: 1px; display: block; background: #6c5421; position: absolute; left: 0; top: 50%;}
.header nav ul li .subnav > ul li:hover a{color: #ed7c0b;}
.header nav ul li .subnav > ul li:hover a::before{background: #ed7c0b;}
/*
.header nav ul li:nth-child(1) .subnav{ left: 0px; }
.header nav ul li:nth-child(2) .subnav{ left: -100px; }
.header nav ul li:nth-child(3) .subnav{ left: -200px; }
.header nav ul li:nth-child(4) .subnav{ left: -300px; }
.header nav ul li:nth-child(5) .subnav{ left: -400px; }
.header nav ul li:nth-child(6) .subnav{ left: -500px; }
*/

.header nav .navAnthenticity{
	position: absolute;
	top: 15px;
	right: 6.5%;
}
.header nav .navAnthenticity dd{
	vertical-align: middle;
}
.header nav .navAnthenticity .Anthent{
	
}
.header nav .navAnthenticity .Anthent a{
	width: auto;
}


/* HEADER */



/* index_banner */
.index_banner .swiper-container{max-width: 1920px;}
.index_banner .swiper-container img{width: 100%;}



/* FOOTER */
.footer{position: relative; z-index: 2; padding: 5% 0 3% 0; background: #4d443c;max-width: 1920px;margin: 0 auto;}
.footer .to_top{width: 74px; height: 74px; position: absolute; left: 50%; margin-left: -37px; top: -37px; cursor: pointer;}
.footer .main_contain{padding-bottom: 35px; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
.footer .bottom_nav{width: 75%; float: left;}
.footer .bottom_nav dl{float: left; width: 16.5%; text-align: center;}
.footer1 .bottom_nav dl{float: left; width: 14%;}
.footer .bottom_nav dl:last-child{padding-right: 0;}
.footer .bottom_nav dl.dl dd{ float: left; width: 50%;}
.footer .bottom_nav dl dt{font-size: 16px; color: #fbf7e8; font-weight: normal; padding-bottom: 6px;}
.footer .bottom_nav dl dd a{color: rgba(251, 247, 232, 0.5); font-size: 14px; line-height: 32px;}
.footer .share{width: 25%; float: right;}
.footer .share .bd{width: 114px; height: 114px; background: #fff; padding: 7px; float: right;}
.footer .share .bd li{display: inline-block;}
.footer .share .hd{float: right; _margin-top: 20px; padding-top: 70px; padding-right: 20px; position: relative;}
.footer .share .hd ul li{float: left; margin-left: 10px;}
.footer .copy_right .other_page{width: 70%; float: left;}
.footer .copy_right .other_page ul{margin: 0; padding: 0; margin-top: 20px; display: block;}
.footer .copy_right .other_page ul li{float: left; padding: 0; line-height: 14px; padding-right: 20px; margin-right: 20px; border-right: 1px solid rgba(255, 255, 255, 0.1);}
.footer .copy_right .other_page ul li a{color: rgba(255, 255, 255, 0.3); font-size: 14px;}
.footer .copy_right .other_page p{color: rgba(255, 255, 255, 0.3); font-size: 14px; padding-top: 6px; text-transform: uppercase;}
.footer select{width: 290px; height: 40px; line-height: 40px; border: 1px solid rgba(255, 255, 255, 0.3); color: rgba(255, 255, 255, 0.3); margin-top: 20px; float: right; padding: 0 20px;}
.footer select option{height: 40px; line-height: 40px; background: #4d443c; color: rgba(255, 255, 255, 0.3);}
.footer .share .hd .phone{width: 100%; position: absolute; top: 0; right: 10px;}
.footer .share .hd .phone p{font-size: 12px; color: rgba(255, 255, 255, 0.3); text-align: right;}
.footer .share .hd .phone p span{font-size: 26px; color: #fbf7e8; display: block;}
/* FOOTER */

@media screen and (max-width: 1400px){
  .footer{padding: 5% 2% 3% 2%;}

}
@media (max-width: 768px){
	.header nav > dl > dd.top-search .search-box{width: 300px;right: -110px;}
	.header nav .navAnthenticity{position: relative;top: 0;right: 0;padding-top: 60px;}
}
@media (max-width: 320px){
	.header nav > dl > dd.top-search .search-box{width: 270px;right: -110px;}
	.header nav > dl{margin-left: 0px;}
}

.about_introduce.centered .detail_title{}
.about_introduce.centered .detail_title .cn{
	font-size: 32px;
	color: #e12600;
	padding-top: 2%;
	line-height: 30px;
	border-bottom: solid 1px rgba(108,84,33,.2);
	text-align: center;
	font-weight: normal;
	padding: 20px 0;
	margin: 0;
}
.about_introduce.centered .detail_title .en{
	text-align: center;
	font-weight: normal;
	padding: 10px 0;
	margin: 0;
}
.about_introduce.centered .detail_title .en span{margin-left: 30px;}


/* 悬浮样品申请 */
.ypsq{width: 37px; height: 114px; background: url(../images/float_btn.png) no-repeat center; position: fixed; top: 50%; right: 0%; margin-top: -57px; z-index: 999999;}
@media screen and (max-width: 1420px){
  .header nav ul li{padding: 60px 10px 41px;}
  .centered{padding: 0 2%;}
  .brand a.left{width: 70%;}
  .brand a{height: auto;}
  .brand a.right{width: 30%;}
  .brand a.right img{}
  .brand a.img_left{float:left;width:23.5%}
  .brand a.img_right{float:right;width:23.5%}
  .brand a.img_center{position:absolute;width:52%;margin:0;left:50%;bottom:0;transform:translateX(-50%);}
  .about .centered .canvas{margin-left: 2%;}
  .bot_banner{margin-top: 2%;}
  .bot_banner .centered{height: 100%;}
  .bot_banner .centered ul{float: none; margin: 0; padding: 0; padding-top: 4%; padding-left: 50%;}
  .footer .bottom_nav dl{padding: 0% 2% 0 0;}
  .about_history .contents ul li article div{display: none;}
  .about_history .contents ul li article p{width: auto; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;} .about_history .contents ul li .tit{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding-top: 0!important; padding-bottom: 0!important; margin: 10px 0;}
  .about_history .contents ul li{padding-top: 15%;}
  .bd_service .bread{display: none;}
  .service_site .contents .select_div .left select{margin-right: 1%;}
  .mask .layer{width: 100%; height: auto;}
  .mask .layer .bd .cont{margin-top: 20px;}
  .mask .layer .bd{padding: 1% 10%;}
  .mask .layer .bd .cont .left{width: 60%;}
  .mask .layer .bd .cont .right{width: 40%;}
  .question .contents ul li .que::before{left: 1%;}
  .question .contents ul li .ans::before{left: 1%;}
}

@media screen and (max-width: 1023px){
  .header nav{ position: relative; right: 20%; }
  .header nav ul{display: none;}
  .header nav .navLogin{display: none;}
  .header .NavBtn{display: block; background: url(../images/nav.png) no-repeat center; background-size: 100% 100%;    margin-top: -13px;}
  .header .NavList2 ul li{background: rgba(0, 0, 0, 0.4);}
  .header .NavList2 ul li a{color: #fff;}
  .about .centered .canvas{margin: 0 auto;}
  .news .news_more{margin-top: 4%;}
  .bot_banner .centered ul{padding-top: 3%;}
  .menu .bread{display: none;}
  .news_list .contents ul li .right .sbt{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding-bottom: 0; margin-bottom: 2%;}
  .tender_list .contents ul li p{width: 79%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
  .sample_apply .contents ul li{width: 44%; text-align: center; margin: 1% 2.5%;}
  .mask .layer .bd .cont .right{display: none;}
  .mask .layer .bd .cont .left{width: 100%;}
  .mask .layer{height: auto;}
  .mask .layer .bd{padding: 2%;}
  .question .contents ul li .que{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
}


@media screen and (max-width: 768px){
  .news{padding-bottom: 6%;}
  .centered .contents{margin-top: 3%;}
  .about .centered{padding: 90px 0;}
  .news .contents .content{width: 50%; margin-top: 4%;}
  .news .contents .content:nth-child(3){display: none;}
  .bot_banner{height: auto; padding:0 2%; background: #4d443c; padding: 2% 0 10% 0;}
  .bot_banner ul li{ float: none; }
  .bot_banner .centered ul{padding-left: 0;}
  .bot_banner ul li a{display: block; margin:10px auto;}
  .footer .copy_right .other_page ul li{margin-top: 10px;}

  .footer .main_contain{display: none;}
  .footer select{display: none;}
  .footer .copy_right .other_page{width: 100%; text-align: center;}
  .footer .copy_right .other_page ul{text-align: center;}
  .footer .copy_right .other_page ul li{float: none; display: inline-block;}
  .footer .copy_right .other_page ul li:last-child{margin-right: 0; border-right: 1px solid rgba(0, 0, 0, 0); padding-right: 0;}
  .centered .contents{padding-bottom:0%;}
  .about_introduce{margin-top: 10%;}
  .about_history .contents ul li article::before{width: 100%;}
  .about_history .contents ul li:nth-child(2n) article::before{width: 100%;} .ypsq{display: none;}
  .news_list .contents ul li .right .sbt{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding-bottom: 0; margin-bottom: 2%; height: 20px;}
  .news_list .contents ul li .right .t{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; padding-bottom: 0; margin-bottom: 2%; height: 18px;}
  .recruit .contents ul .list_t div{width: 33.3%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
  .recruit .contents ul .list_t div.time{display: none;}
  .recruit .contents ul .list_t div.num{display: none;}
  .recruit .contents ul .list_t div.exp{display: none;}
  .recruit .contents ul li .que div{width: 33.3%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
  .recruit .contents ul li .que div.time{display: none;}
  .recruit .contents ul li .que div.num{display: none;}
  .recruit .contents ul li .que div.exp{display: none;}
  .skin_test .contents ul li .que{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height: 60px;}
  .question .contents ul li .que{padding-left: 6%;}
  .survey .contents .ul1 > li .que{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
  .leave_message .contents .left{width: 100%; float: none;}
  .leave_message .contents .right{width: 90%; margin: 2% 5%; float: none;}
}

@media screen and (max-width: 480px){
  .about .centered .canvas{width: 90%;}
  .common_title .cn::after{display: none; width: 0;}
  .common_title .cn{margin-bottom: 2%; padding-bottom: 2%;}
  .centered .contents{padding-bottom:170px;}
  .about .centered .canvas .border .content{padding: 4%;}
  .news .contents .content{width: 100%;}
  .news{padding-bottom: 10%;}
  .index_banner .swiper-button-next, .swiper-button-prev{display: none;}
  .index_banner .swiper-pagination-bullet{display: none;}
  .brand a.left{width: 100%;}
  .brand a.right{width: 48.5%; text-align: center;}
  .brand a.img_center{left:0;transform:translateX(0);}
  .about{margin-top: 2%; margin-bottom: 4%;}
  .brand{margin-top: 10%;}
  .about_history .contents ul li article::before{display: none;}
  .about_history .contents ul li:nth-child(2n) article::before{display: none;}
  .about_history .contents ul li:nth-child(2n) .point{display: none;}
  .about_history .contents ul li .point{display: none;}
  .about_history .contents ul li:nth-child(1)::after{display: none;}
  .about_history .contents ul li{width: 100%; float: none; padding: 0 3%;}
  .about_history .contents ul li:nth-child(1){padding-top: 0;}
  .about_history .contents ul li{margin-top: 8%;}
  .about_history .contents ul li:nth-child(2n){float: none;}
  .about_history .contents ul li > *{padding-right: 0!important; padding-left: 0!important;}
  .about_history .contents ul li article{padding-top: 2%;}
  .about_history .contents ul li:nth-child(2n) article{padding-top: 2%;}
  .about_history{padding-bottom: 5%; margin-top: 10%;}
  .news_list .contents ul li figure{display: none;}
  .news_list .contents ul li .right{width: 100%;}
  .news_list .contents ul li{border-bottom: 1px solid #ccc; margin-bottom: 6%; padding-bottom: 6%;}
  .news_list .contents ul li::before{display: none;}
  .news_list{margin-top: 10%;}
  .tender_list .contents ul li span{display: none;}
  .tender_list .contents ul li p{width: 100%;}
  .recruit{margin-top: 10%; margin-bottom: 10%;}
  .recruit .contents ul .list_t div{width: 50%;}
  .recruit .contents ul li .que div{width: 50%;}
  .recruit .contents ul li .que div.edu{display: none;}
  .recruit .contents ul .list_t div.edu{display: none;}
  .service_site .contents .select_div .right{width: 100%; margin-top: 2%;}
  .service_site .contents .select_div .left{width: 100%;}
  .service_site{margin-top: 10%;}
  .question .contents ul li .que{padding-left: 8%;}
  .question .contents ul li .ans{padding-left: 8%;}
  .contact{margin-top: 10%;}
  .survey .contents .ul1 > li .ans .radio > li{margin: 1% 5%;}
  .survey{margin-bottom: 10%; margin-top: 10%;}
  .leave_message{margin-top: 10%; margin-bottom: 10%;}
  .tender_list{margin-top: 10%;} .skin_test{margin: 10% auto;}
  .sample_apply{margin: 10% auto;} .question{margin: 10% auto;}
}




.header .centered{ position: relative;}



.header .search{ z-index:100; position: absolute; right: 0; top: 55px;}
/*.header .open-search{ background:url(../images/icon_search.png) no-repeat center center; width:30px; height:30px;  display:block;}*/
.header .open-search-show{ position:relative; background:none;}
.header .open-search-show::before,
.header .open-search-show::after{ position:absolute; content:''; width:80%; height:3px;  top:50%; left:10%; transform:rotate(-45deg);}
.header .open-search-show::after{transform:rotate(45deg);}

.header .search-box{ position:absolute; z-index:100;}
.header .search-box .text{width: 254px;line-height: 46px;height: 46px; border:1px solid #fff; background:rgba(0,0,0,0.2); color:#fff; padding:0 50px 0 10px;}
.header .search-box .btn{ position:absolute; right:0; top:0; line-height: 46px; width:46px; text-align:center; color:#fff; font-weight:bold; font-size:16px; font-family:Verdana,Arial, Helvetica, sans-serif;}
.header .search-box .btn::before{position: absolute; content: '';border: 8px solid transparent; border-bottom-color:#b4b4b4;top: -15px;right: 4px;}


@media screen and (max-width: 1400px){
  .header .centered{ padding: 0 2%;}
  .header .search{ right: 2%;}
}

@media screen and (max-width: 768px){
  .header .search{ right: 65px; top: 50%; margin-top: -15px;}
}

/*登录*/
.login_min{ background: #e9dcc9; padding: 4% 0;}
.login_min .auto{ position: relative; border: solid 3px #dec3b0; background: #f6f3ea;}
.login_min .ad{ position:absolute; left:0; top:0; height:100%; width:50.417%;}
.login_min .ad aside{position:absolute; left:0; top:0; height:100%; width:100%;}
.login_min .form{ padding: 8% 10% 10% 60%;}
.login_min .form h1{ font-size:24px; font-weight: normal; text-align: center; color: #6a491e;}
.login_min .form td{ padding-top:40px;}
.login_min .form td.td{ padding-top:0;}
.login_min .form td div{ position:relative; line-height:60px;}
.login_min .form td label{ position:absolute; left:75px; color:#bfbeba; font-size: 16px; font-weight: normal; margin-bottom: 0;}
.login_min .form td .text{ width:100%;  line-height:60px;height:60px; padding:0 10px; padding-left: 75px; border:1px solid #e3e0cd; background:none;}
.login_min .form td .text:focus{ border-color:#ee7700;}
.login_min .form .fgpsw{ float:right; color:#737373;}
.login_min .form .fgpsw:hover{ text-decoration:underline; color:#ee7700;}
.login_min .form .btn{ float:left; width:100%;border-radius:0; font-size:18px; color:#fff; background:#ee7700; cursor:pointer; padding:0; font-weight:normal; border:none; height:60px;}
.login_min .form td div.name{ background: url(../images/name_ico.png) no-repeat left;}
.login_min .form td div.pass{ background: url(../images/pass_ico.png) no-repeat left;}

.login_min .form td .a1{ display: block; text-align: center; font-size: 14px; color: #444444;}

@media(max-width:1400px) {
  .login_min .auto{ margin: 2%; padding: 0;}
}
@media(max-width:768px){
  .login_min .ad{ position:relative; width:auto; height:auto; padding-bottom: 85%; margin-bottom: 20px;}
  .login_min .ad img{ display:block;}
  .login_min .form{ padding:3%;}
  .login_min .form h1{ font-size: 22px;}
  .login_min .form td label{ font-size: 14px;}
  .login_min .form .fgpsw{ font-size: 14px;}
  .login_min .form .btn{ font-size: 14px;}
  .login_min .form td{ padding-top: 20px;}


}


/*注册*/
.registered_min{ background: #e9dcc9; padding: 4% 0;}
.registered_min .auto{ position: relative; border: solid 3px #dec3b0; background: #f6f3ea; padding: 30px 50px 50px 30px;}
.registered_min h3.h3{ font-size:24px; font-weight: normal; text-align: center; color: #6a491e;margin-top: 60px; margin-bottom: 32px;}
.registered_min .a1{ display: inline-block; font-size: 14px; color: #444444; }

.registered_min ul li{width: 100%; margin-bottom: 20px; position: relative;}
.registered_min ul li .inp_box{width: 50%; float: left; position: relative; padding-left: 200px;}
.registered_min ul li .inp_box1{width: 50%; float: left; position: relative; padding-left: 200px;}
.registered_min ul li .inp_box2{width: 100%; float: none; position: relative; padding-left: 200px;}
.registered_min ul li .inp_box3{width: 50%; float: left; position: relative; padding-left: 200px;}
.registered_min ul li b{ font-size: 16px; font-weight: normal; color: #ada08e; position: absolute; left: 0; top: 0; height: 55px; line-height: 55px; display: block; text-align: right; padding-right: 10px;}
.registered_min ul li b em{ font-size: 20px; font-style: normal; color: #ff0000;}
.registered_min ul li .inp_box3{float: none; margin: 0 auto; padding-left: 120px;}
.forgetMima ul li b{width: 120px;}
.forgetMima ul li .inp_box{float: none; padding-left: 120px; margin: 0 auto;}
.registered_min ul li .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 100%;}
.registered_min ul li .text:focus{ border-color:#ee7700;}
.registered_min ul li .tishi{width: 35%; float: left; height: 55px; line-height: 55px; color: #b0b0b0; font-size: 16px; background: #ede9e0; margin-left: 35px; padding: 0 60px; position: relative;}
.registered_min ul li .tishi:before{ content: ''; display: block; background: url(../images/dan.png) no-repeat; width: 9px; height: 10px; position: absolute; left: -9px; top: 23px;}
.registered_min ul li .radio_list{ line-height:55px;height:55px; width: 100%;}

.registered_min .radio_list label{ position:relative; display:inline-block !important; font-size: 16px; margin-bottom: 0; color: #ada08e; margin-left: 10%; font-weight: normal;}
.registered_min .radio_list label .radio{ width:14px; height:14px; cursor:pointer;}
.registered_min .radio_list label span{ display:inline-block; width:14px; height:14px; background:url(../images/Volunteer_icon2.png) no-repeat right center; vertical-align:middle; margin-right:10px; cursor:pointer;}
.registered_min .radio_list label span.on{ background-position:left center;}
.registered_min input[type="radio"]{ position:absolute;top: 17px;left: -21px;opacity: 1;filter: alpha(opacity=1);/*top:5px;left:0;height:14px;opacity:0;filter:alpha(opacity=0);*/ width:14px; cursor:pointer;}

.registered_min ul li .select{display: inline-block; line-height:55px;height:55px;  border:1px solid #e3e0cd; background:none; width: 100%; position: relative;}
.registered_min ul li .select select{border: none; outline: none; width: 100%; height: 55px;  line-height: 55px;  appearance: none;  -webkit-appearance: none; -moz-appearance: none;padding:0 10px; font-size: 16px; color: #b0b0b0; }
.registered_min ul li .select:after{content: "";background: url(../images/select_ico.png) no-repeat center; width: 53px; height: 54px; position: absolute; right: 0; top: -1px; pointer-events: none;}

.registered_min .radio_list1 label{ position:relative; display:inline-block !important; font-size: 16px; margin-bottom: 0; color: #ada08e; margin-left: 10px; float: left; line-height: 55px; font-weight: normal;}
.registered_min .radio_list1 label .radio{ width:14px; height:14px; cursor:pointer;}
.registered_min .radio_list1 label span{ display:inline-block; width:14px; height:14px; background:url(../images/Volunteer_icon2.png) no-repeat right center; vertical-align:middle; margin-right:10px; cursor:pointer;}
.registered_min .radio_list1 label span.on{ background-position:left center;}
.registered_min .radio_list1 label.label1{ width: 10%; /*padding-left: 5%;*/}
.registered_min .radio_list1 label.label2{ width: 80%; position: relative; float: right;}
.registered_min .radio_list1 label.label2 .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 83%; float: right;}
.registered_min ul li .inp_box3 .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 60%; text-align: left;}

.registered_min ul li .btn{ width: 100%; max-width: 450px; line-height: 60px; height: 60px; background: #ee7700; color: #fff; font-size: 16px; border-radius: 0; display: block; margin: 0 auto; margin-top: 30px; margin-bottom: 50px; padding: 0;}
.registered_min ul li .inp_box3{ text-align: left;}
.registered_min ul li .inp_box3 img{ display: inline-block; height:55px; /*float: right;*/}
.registered_min .jiangli{ border-top: solid 1px #e3e0cd; text-align: center; padding: 35px 0;}
.registered_min .jiangli p{ font-size: 16px; color: #6b481f;}
.registered_min .jiangli p span{ font-size: 16px; color: #ada08e;}

@media(max-width:1400px) {
  .registered_min .auto{ margin: 2%; padding: 2%;}
}

@media(max-width:768px){
  .registered_min ul li{ margin-bottom: 0;}
  .registered_min h3.h3{ font-size: 22px; margin: 30px 0;}
  .registered_min ul li .inp_box{ width: 100%; float: none; padding-left: 0; margin-bottom: 15px;}
  .registered_min ul li .inp_box1{ width: 100%; float: none; padding-left: 0;}
  .registered_min ul li .inp_box2{ width: 100%; float: none; padding-left: 0; margin-bottom: 20px;}
  .registered_min ul li .inp_box3{ width: 100%; float: none; padding-left: 0;}
  .registered_min ul li b{ position: static; width: 100%; text-align: left; font-size: 14px;height: 40px; line-height: 40px;}
  .registered_min ul li b em{ font-size: 14px;}
  .registered_min ul li .tishi{ width: 100%; float: none; margin-left: 0; padding: 0 10px;height: 40px; line-height: 40px; font-size: 14px;}
  .registered_min ul li .tishi:before{ display: none;}
  .registered_min ul li .text{ height: 40px; line-height: 40px;}
  .registered_min ul li .radio_list{ height: 40px; line-height: 40px;}
  .registered_min ul li .btn{ height: 40px; line-height: 40px;}
  .registered_min ul li .select{ height: 40px; line-height: 40px;}
  .registered_min ul li .inp_box3 .text{ height: 40px; line-height: 40px;}
  .registered_min ul li .select select{ height: 40px; line-height: 40px; font-size: 14px;}
  .registered_min .radio_list1 label{ height: 40px; line-height: 40px; font-size: 14px; margin-left: 0; float: none;}
  .registered_min ul li .select:after{ height: 40px; width: 40px; line-height: 40px;}
  .registered_min .radio_list1 label.label1{ width: 100%; padding-left: 0;}
  .registered_min .radio_list1 label.label2{ width: 100%; padding-left: 0; float: none;}
.registered_min .radio_list1 label.label1 .radio,
.registered_min .radio_list1 label.label2 .radio{position:initial; display:inline-block}
  .registered_min .radio_list1 label.label2 .text{ height: 40px; line-height: 40px; float: none; width: 100%;}
  .registered_min ul li .inp_box3 img{ height: 40px;}
  .registered_min .jiangli p{ font-size: 14px;}
  .registered_min ul li .text{ font-size: 14px;}
  .registered_min ul li .radio_list label{ font-size: 14px;}


}


/*个人信息*/
.geren_min{}
.geren_min{ background: #e9dcc9; padding: 3% 0;}
.geren_left{ float: left; width: 24%;padding: 15px; background: #f6f3ea;}
.geren_min .geren_right{ float: right; width: 74%;border: solid 3px #dec3b0; background: #f6f3ea;}

.geren_left h3{ color: #fff; background: url(../images/ti_ico.png) no-repeat; background-position: center center; background-size: cover; height: 58px; width: 100%; text-align: center; line-height: 58px; font-size: 16px; font-weight: normal; position: relative;}
.geren_left h3:before{ content: ''; background: url(../images/ti1.png) no-repeat; width: 18px; height: 18px; display: inline-block; position: absolute; left: 60px; top: 20px;}

.geren_left ul li{ border-bottom: solid 1px #ede9e0; text-align: center; height: 65px; line-height: 65px;}
.geren_left ul li a{ font-size: 16px; color: #ada08e; display: block; position: relative;}
.geren_left ul li.aon a{ color: #6b481f;}
.geren_left ul li:hover a{ color: #6b481f;}
.geren_left ul li a:before{ content: ''; background: url(../images/ti2.png) no-repeat; width: 13px; height: 13px; display: inline-block; position: absolute; left: 60px; top: 25px;}
.geren_left ul li.aon a:before{ background: url(../images/ti2_on.png) no-repeat;}
.geren_left ul li:hover a:before{ background: url(../images/ti2_on.png) no-repeat;}
.geren_left .tui{text-align: center; height: 65px; line-height: 65px; display: block; font-size: 14px; color: #ada08e; position: relative;}
.geren_left .tui:before{ content: ''; background: url(../images/ti3.png) no-repeat; width: 18px; height: 18px; display: inline-block; position: absolute; left: 60px; top: 25px;}


.geren_min .geren_right .from{padding: 50px; padding-top: 20px;}
.geren_min .geren_right h3.h3{ font-size:24px; font-weight: normal; text-align: center; color: #6a491e;margin-top: 60px; margin-bottom: 32px;}
.geren_min .geren_right .a1{ display: inline-block; font-size: 14px; color: #444444; }

.geren_min .geren_right ul li{width: 100%; margin-bottom: 20px; position: relative;}
.geren_min .geren_right ul li .inp_box{width: 50%; float: left; position: relative; padding-left: 200px;}
.geren_min .geren_right ul li .inp_box1{width: 50%; float: left; position: relative; padding-left: 200px;}
.geren_min .geren_right ul li .inp_box2{width: 100%; float: none; position: relative; padding-left: 200px;}
.geren_min .geren_right ul li .inp_box3{min-width: 50%; float: left; position: relative; padding-left: 200px;}
.geren_min .geren_right ul li b{ font-size: 16px; font-weight: normal; color: #ada08e; position: absolute; left: 0; top: 0; height: 55px; line-height: 55px; display: block; width: 200px; text-align: right; padding-right: 10px;}
.geren_min .geren_right ul li .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 100%; font-size: 16px; color: #b0b0b0;}
.geren_min .geren_right ul li .text:focus{ border-color:#ee7700;}
.geren_min .geren_right ul li .tishi{ height: 35px; line-height: 35px; color: #b0b0b0; font-size: 14px; background: #ede9e0; padding: 0 25px; position: relative; margin-top: 15px;}
.geren_min .geren_right ul li .tishi:before{ content: ''; display: block; background: url(../images/dan.png) no-repeat; width: 9px; height: 10px; position: absolute; left: 0; top: -8px;}
.geren_min .geren_right ul li .radio_list{ line-height:55px;height:55px; width: 100%;}

.geren_min .geren_right .radio_list label{ position:relative; display:inline-block !important; font-size: 16px; margin-bottom: 0; color: #ada08e; margin-left: 10%; font-weight: normal;}
.geren_min .geren_right .radio_list label .radio{ width:14px; height:14px; cursor:pointer;}
.geren_min .geren_right .radio_list label span{ display:inline-block; width:14px; height:14px; background:url(../images/Volunteer_icon2.png) no-repeat right center; vertical-align:middle; margin-right:10px; cursor:pointer;}
.geren_min .geren_right .radio_list label span.on{ background-position:left center;}
.geren_min .geren_right input[type="radio"]{ position:absolute;top:5px;left:0;height:14px;opacity:0;filter:alpha(opacity=0); width:14px; cursor:pointer;}

.geren_min .geren_right ul li .select{display: inline-block; line-height:55px;height:55px;  border:1px solid #e3e0cd; background:none; width: 100%; position: relative;}
.geren_min .geren_right ul li .select select{border: none; outline: none; width: 100%; height: 55px;  line-height: 55px;  appearance: none;  -webkit-appearance: none; -moz-appearance: none;padding:0 10px; font-size: 16px; color: #b0b0b0; }
.geren_min .geren_right ul li .select:after{content: "";background: url(../images/select_ico.png) no-repeat center; width: 53px; height: 54px; position: absolute; right: 0; top: -1px; pointer-events: none;}

.geren_min .geren_right .radio_list1 label{ position:relative; display:inline-block !important; font-size: 16px; margin-bottom: 0; color: #ada08e; margin-left: 10px; float: left; line-height: 55px; font-weight: normal;}
.geren_min .geren_right .radio_list1 label .radio{ width:14px; height:14px; cursor:pointer;}
.geren_min .geren_right .radio_list1 label span{ display:inline-block; width:14px; height:14px; background:url(../images/Volunteer_icon2.png) no-repeat right center; vertical-align:middle; margin-right:10px; cursor:pointer;}
.geren_min .geren_right .radio_list1 label span.on{ background-position:left center;}
.geren_min .geren_right .radio_list1 label.label1{ width: 12%; padding-left: 5%;}
.geren_min .geren_right .radio_list1 label.label2{ width: 80%; position: relative; float: right;}
.geren_min .geren_right .radio_list1 label.label2 .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 72%; float: right;}
.geren_min .geren_right ul li .inp_box3 .text{display: inline-block;  line-height:55px;height:55px; padding:0 10px; border:1px solid #e3e0cd; background:none; width: 60%; text-align: left;}

.geren_min .geren_right ul li .btn{ width: 100%; max-width: 250px; line-height: 60px; height: 60px; background: #ee7700; color: #fff; font-size: 16px; border-radius: 0; display: block; margin: 0 auto; margin-top: 30px; padding: 0;}
.geren_min .geren_right ul li .inp_box3{ text-align: left;}
.geren_min .geren_right ul li .inp_box3 img{ display: inline-block; width: 160px; float: right;}



.location_box{ margin: 25px; border-bottom: solid 1px #ede9e0; padding-bottom: 15px;font-size: 14px; color: #ada08e;}
.location_box a{ font-size: 14px; color: #ada08e;}
.location_box span{ font-size: 14px; color: #444444;}



@media(max-width:768px){
  .geren_left{ width: 100%; float: none; margin-bottom: 20px;}
  .geren_min .geren_right{ width: 100%; float: none;}
  .geren_min .geren_right .from{ padding: 2%;}

  .geren_min .geren_right ul li{ margin-bottom: 0;}
  .geren_min .geren_right h3.h3{ font-size: 22px; margin: 30px 0;}
  .geren_min .geren_right ul li .inp_box{ width: 100%; float: none; padding-left: 0; margin-bottom: 15px;}
  .geren_min .geren_right ul li .inp_box1{ width: 100%; float: none; padding-left: 0;}
  .geren_min .geren_right ul li .inp_box2{ width: 100%; float: none; padding-left: 0; margin-bottom: 20px;}
  .geren_min .geren_right ul li .inp_box3{ width: 100%; float: none; padding-left: 0;}
  .geren_min .geren_right ul li b{ position: static; width: 100%; text-align: left; font-size: 14px;height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li b em{ font-size: 14px;}
  .geren_min .geren_right ul li .tishi{ width: 100%; float: none; margin-left: 0; padding: 0 10px;height: 40px; line-height: 40px; font-size: 14px;}
  .geren_min .geren_right ul li .tishi:before{ display: none;}
  .geren_min .geren_right ul li .text{ height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li .radio_list{ height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li .btn{ height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li .select{ height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li .inp_box3 .text{ height: 40px; line-height: 40px;}
  .geren_min .geren_right ul li .select select{ height: 40px; line-height: 40px; font-size: 14px;}
  .geren_min .geren_right .radio_list1 label{ height: 40px; line-height: 40px; font-size: 14px; margin-left: 0; float: none;}
  .geren_min .geren_right ul li .select:after{ height: 40px; width: 40px; line-height: 40px;}
  .geren_min .geren_right .radio_list1 label.label1{ width: 100%; padding-left: 0;}
  .geren_min .geren_right .radio_list1 label.label2{ width: 100%; padding-left: 0; float: none;}
  .geren_min .geren_right .radio_list1 label.label2 .text{ height: 40px; line-height: 40px; float: none; width: 100%;}
  .geren_min .geren_right ul li .inp_box3 img{  width: 118px;}
  .geren_min .geren_right ul li .text{ font-size: 14px;}
  .geren_min .geren_right .radio_list label{ font-size: 14px;}
}



/*申请试用*/
.geren_min .geren_right1{ float: right; width: 74%;border: solid 3px #dec3b0; background: #f6f3ea;}

.geren_min .geren_right1 .from{ padding: 20px 60px; padding-bottom: 150px; }
.geren_min .geren_right1 .from h3{ color: #6c4a21; font-size: 18px; margin-bottom: 20px;}

.geren_right1 .left{width: 52%; float: left; height: 51%; background: #f6f3e9;}
.geren_right1 .left li{ margin-bottom: 15px;}
.geren_right1 .left .ul{ margin-bottom: 50px;}
.geren_right1 .left .ul1 li{ position: relative; padding-left: 95px;}
.geren_right1 .left .ul1 li em{ font-style: normal; font-size: 18px; color: #ae9b81; position: absolute; left: 0; top: 0; width: 92px;}
.geren_right1 .left .ul2 li{ position: relative; padding-left: 60px;}
.geren_right1 .left .ul2 li em{ font-style: normal; font-size: 18px; color: #ae9b81; position: absolute; left: 0; top: 0; width: 60px;}
.geren_right1 .left li .text{ border-bottom: solid 1px #e5dece; width: 100%;}
.geren_right1 .left .bot{ }
.geren_right1 .left .bot .but{ width: 100%; max-width: 130px; height: 40px; line-height: 40px; color: #fff; font-size: 16px; background: #ee7700; display: inline-block}
.geren_right1 .left .bot .but1{ background: #886f51; margin-left: 22px; }


.geren_right1 .right{width: 48%; float: right;}
.geren_right1 .right img{ max-width: 100%;}


@media(max-width:768px){
  .geren_min .geren_right1{width: 100%; float: none;}
  .geren_right1 .left{width: 100%; float: none;}
  .geren_right1 .right{width: 100%; float: none;}
  .geren_min .geren_right1 .from{ padding: 2%;}
  .geren_min .geren_right1 .from h3{ font-size: 16px;}
  .geren_right1 .left .ul1 li em{ font-size: 14px;}
  .geren_right1 .left .ul2 li em{ font-size: 14px;}
  .geren_right1 .left .bot .but{ font-size: 14px;}
  .geren_left ul li{ height: 50px; line-height: 50px;}
  .location_box{ margin: 2%;}

}



.loading{ text-align:center;}
.loading a{ display:inline-block; background-image:url(../images/loading.png); background-repeat:no-repeat; background-position:center center; width:53px; height:53px;-webkit-animation:rotate 2s infinite linear ;}
/*pages*/
.Pages{ padding:3% 0px; text-align:center; line-height:28px; clear:both; }
.Pages span{ padding:0px 3px; display:inline-block;}
.Pages a{ color:#727272; display:inline-block; margin:0px 4px; padding:2px 14px; border:solid 1px #d1c7b0; overflow:hidden;}
.Pages a:hover,
.Pages em a.a_cur{color:#fff; background-color:#ee7700; border-color:#ee7700;}
.Pages em{ display:inline-block; font-style:normal;}
.Pages em a{ margin:0 1px;}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .p_jump{ display:none;}
.Pages .a_first,
.Pages .a_end{}
.Pages .a_prev,
.Pages .a_next{ background-position:center center; background-repeat:no-repeat; text-indent:-999px;}
.Pages .a_prev{ background-image:url(../images/a_prev.png)}
.Pages .a_next{ background-image:url(../images/a_next.png)}
.Pages .a_prev:hover{ background-image:url(../images/a_prev_hover.png)}
.Pages .a_next:hover{ background-image:url(../images/a_next_hover.png)}

/*pages end*/

.link_list{ overflow:hidden;}
.link_list ul{ margin-right:-7.5%; overflow:hidden;}
.link_list ul li{ float:left; margin-bottom:3%; width:26.33333333333333%; margin-right:7%;}
.link_list ul li .pic{ overflow:hidden;}
.link_list ul li .pic span{ padding-top:30%; display:block; background-repeat:no-repeat; background-position:center center; background-size:contain; background-color:#fff; position:relative;}
.link_list ul li .pic span img{ position:absolute; display:block; max-height:100%; max-width:100%; left:0; top:0; right:0; bottom:0; margin:auto;}
.link_list ul li h5{ position:relative; font-size:16px; padding:5% 15% 5% 5%; border:solid 1px #eadaa9; border-top:none;}
.link_list ul li h5:before,
.link_list ul li h5:after{ width:23px; height:12px; content:''; position:absolute; bottom:0; background:url(../images/icon2.png) no-repeat;}
.link_list ul li h5:before{ background-position:left bottom; left:0}
.link_list ul li h5:after{ background-position:right bottom; right:0;}
.link_list ul li h5 i{ font-style:normal; display:block;}
.link_list ul li h5 i:before{content:''; position:absolute; display:block; width:27px; height:27px; right:5%; background:url(../images/icon3.png) no-repeat left;}
.link_list ul li:hover h5 i:before{ background-position:right;}




/* =================================================人才招聘表单样式===================================== */
.recruit_popUp{display: none;position: fixed;left: 0;top: 0;right: 0;bottom: 0;z-index: 999999;width: 100%;max-height: 100%;background: rgba(0,0,0,.5);overflow-y: auto;}
.recruit_popUp .recruit_content{position: relative;width: 90%;margin: 5% auto;color: #71471D;background-color: #F6F3EA;padding: 20px 0;font-size: 16px;}
/*隐藏滚轮*/
.recruit_popUp .recruit_content::-webkit-scrollbar {display: none;}
.recruit_content .recruit_title h2{margin-top: 65px;text-align: center;}
.recruit_content .recruit_title h2 span{padding-bottom: 5px;border-bottom: 1px solid #EE7701;}
.recruit_content .recruit_title a.shut_btn{position: absolute;top: 0;right: 0;width: 70px;height: 70px;background: url("../images/shut.png") no-repeat center/cover;}
/* 副标题 */
.recruit_content .form_content{position: relative;}
.recruit_content .form_content .title{margin-top: 35px;}
.recruit_content .form_content .title h4{width: 185px;height: 45px;line-height: 45px;background-color: #EDE9E0;border-radius: 0 50px 50px 0;text-align: right;padding-right: 30px;font-weight: bold;}
.recruit_content .form_content .title i{display: inline-block;border: 10px solid transparent;border-top-color: #E2DED3;border-left-color: #E2DED3;}
.recruit_content .form_content .form_input{width: 76%;margin: 0 auto;}
.form_content .form_input .form_input_left{display: inline-table;width: 50%;float: left;margin-bottom: 2%;}
.form_content .form_input .form_input_right{display: inline-table;width: 50%;margin-bottom: 2%;}
.form_content .form_input .input_title{float: none;display: table-cell;width: 45%;text-align: right;font-weight: 500;padding: 9px 0;padding-right: 2%;color: #AF9E8A;letter-spacing: 4px;vertical-align: middle;}
.form_content .form_input .input_title i{color: #FB2324;}
.form_content .form_input .input_input{display: table-cell;vertical-align: middle;width: 55%;}
/* 从写单选框样式 */
.form_content .form_input .layui-form-radio{margin: 0 10% 0 0;}
.form_content .form_input .input_input input{width: 100%;height: 55px;padding: 0 6%;border: 1px solid #E4E0D5;background-color: #F6F3EA;}
.form_content .form_input .input_input a{display: block;width: 100%;height: 55px;padding: 0 6%;border: 1px solid #E4E0D5;background-color: #F6F3EA;}
/* 日期 */
.form_content .form_input .input_input input.input_date{background: url("../images/date.png") no-repeat right;background-size: 55px; padding-right: 20%;}
/* 下拉 */
.form_content .form_input .input_input .layui-edge{width: 55px;height: 55px;background: url("../images/drop-down.png") no-repeat right;background-size: 55px; padding-right: 20%;}
.form_content .form_input .layui-form-select .layui-edge{right: 0;top: 0;margin: 0;border: 0;transition: none;-webkit-transition: none;}
.form_content .form_input .layui-form-selected .layui-edge{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
/* 上传 */
.form_content .form_input .input_input a.uploading{overflow: hidden;line-height: 55px;background: url("../images/uploading.png") no-repeat right;background-size: 55px; padding-right: 26%;}
.form_content .form_input .input_input.uploading_box{position: relative;}
.form_content .form_input .input_input.uploading_box input[type="file"]{position: absolute;top: 0;right: 0;width: 55px;height: 55px;z-index: 9999;}
/* 注册按钮 */
.recruit_content input[type="button"]{display: block;width: 40%;margin: 4% auto 0;height: 50px;line-height: 50px;background-color: #EE7700;color: #fff;}
.recruit_content p{padding: 3% 0;text-align: center;color: #AF9E8A;}
.recruit_content p span{color: #EF7506;}
/* 文本域样式 */
.form_content .form_input_left.textbox{width: 100%;}
.form_content .form_input_left.textbox .input_title{width: 22.5%;}
.form_content .form_input_left.textbox .input_input{background-color: #F6F3EA;width: 77.5%;}
/* 验证码 */
.form_content .form_input_right.code{padding-left: 5%;}
@media screen and (max-width: 768px) {
  .recruit_content .form_content .form_input{width: 94%;}
  .form_content .form_input .input_title{padding-right: 0;letter-spacing: 0;}
  .form_content .form_input .input_title,
  .form_content .form_input_left.textbox .input_title{width: 30%;}
  .form_content .form_input .form_input_left{float: none;width: 100%;}
  .form_content .form_input .form_input_right{width: 100%;}
  .form_content .form_input_right.code{text-align: center;}
}
@media screen and (max-width: 480px) {
  .recruit_content .form_content .form_input{width: 96%;}
  .form_content .form_input .input_title, .form_content .form_input_left.textbox .input_title{width: 40%;}
}

.loading-more{ text-align:center;}
.loading-more a{ display:inline-block; background-image:url(../images/loading.png); background-repeat:no-repeat; background-position:center center; width:53px; height:53px;-webkit-animation:rotate 2s infinite linear ;}
@-webkit-keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
    }
    50%{
        -webkit-transform: rotate(180deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
    }
 }
form .text{    border: 1px solid #bab39f !important;}


.mask .layer .bd .cont .left ul li input{border:0px!important;    border-bottom: 1px solid #e5dece!important;}


@media screen and (max-width: 480px) {
	form .text{
		display: block;
		margin: 0 auto;
	}
	.ppjs_min iframe{
		margin-left: 0!important;
	}
	form .btn{
		margin-top: 10px;
	}
	.leave_message .contents .left ul li input{
		float: none;
		display: block;
		width: 100%;
		padding-left: 0;
	}
	.leave_message .contents .left ul li input::-webkit-input-placeholder {
       /* placeholder颜色  */
       color: #aab2bd;
       /* placeholder字体大小  */
       font-size: 14px;
    }
    .leave_message .contents .left ul li.code input{
    	margin:10px 0;
    }
    .service_site .contents .map_content .map{
    	float: none;
    	width: 100%;
    }
    .service_site .contents .map_content .info{
    	width: 100%;
    	float: none;
    }
    .service_site .contents .map_content .info ul{
    	width: auto;
    }
    .service_site .contents .map_content .info{
    	height: 200px;
    	margin-bottom: 2%;
    }
    .service_site .contents .map_content{
        display: flex;
        flex-direction: column-reverse;
    }
    
}

.mask .layer .bd .cont .left ul li input.noborderimport{border:none !important}
.copy_record{text-align:center;position:relative;max-width:1200px;margin:auto;}
.copy_record a{color:rgba(255,255,255,0.3)!important;}



.nowrap{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container{
  padding-top: 30px;
}
.honor_list ul li .pic span{
	transition:All 0.5s ease-in-out;
	-webkit-transition:All 0.5s ease-in-out;
	-moz-transition:All 0.5s ease-in-out;
	-o-transition:All 0.5s ease-in-out;
}
.honor_list ul li:hover .pic span{
	 transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);
}
.honor_list{ overflow:hidden;}
.honor_list ul{ overflow:hidden; margin-right:-7.5%;}
.honor_list ul li{ float:left; margin-bottom:3%; width:26.333333333%; margin-right:7%;}
.honor_list ul li a{
  width: 100%;
}
.honor_list ul li a:hover{
  text-decoration: none;
  color: #e41111;
}
.honor_list ul li .pic{ overflow:hidden; background:url(../images/honor_pic_bg.jpg) no-repeat center center; background-size:cover; padding:10%;}
.honor_list ul li .pic span{ padding-top:60%; display:block; background-repeat:no-repeat; background-position:center center; background-size:contain;-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1))); position:relative;}
.honor_list ul li .pic span img{ display:block; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; max-width:100%; max-height:100%;}
.honor_list ul li h5{ position:relative; font-size:16px; padding:5% 15% 5% 5%; border:solid 1px #eadaa9; border-top:none;margin-top: 0px;margin-bottom: 0px;}
.honor_list ul li h5:before,
.honor_list ul li h5:after{ width:23px; height:12px; content:''; position:absolute; bottom:0; background:url(../images/icon2.png) no-repeat;}
.honor_list ul li h5:before{ background-position:left bottom; left:0}
.honor_list ul li h5:after{ background-position:right bottom; right:0;}
.honor_list ul li h5 i{ font-style:normal; display:block;}
.honor_list ul li h5 i:before{content:''; position:absolute; display:block; width:27px; height:27px; right:5%; background:url(../images/icon3.png) no-repeat left;}
.honor_list ul li:hover h5 i:before{ background-position:right;}

.honor_list ul li h4{ position:relative; font-size:16px; padding:5% 15% 5% 5%; border:solid 1px #eadaa9; border-top:none;background: #fbf8e9;}
.honor_list ul li h4:before,
.honor_list ul li h4:after{ width:23px; height:12px; content:''; position:absolute; bottom:0; background:url(../images/icon2.png) no-repeat;}
.honor_list ul li h4:before{ background-position:left bottom; left:0}
.honor_list ul li h4:after{ background-position:right bottom; right:0;}
.honor_list ul li h4 i{ font-style:normal; display:block;}
.honor_list ul li h4 i:before{content:''; position:absolute; display:block; width:27px; height:27px; right:5%; background:url(../images/icon3.png) no-repeat left;}
.honor_list ul li:hover h4 i:before{ background-position:right;}

@media screen and (max-width:960px){
    .honor_list ul{ margin-right:-5%;}
    .honor_list ul li{ width:28.33333333333333%; margin-right:5%;}
}
@media screen and (min-width:640px){
    .honor_list ul li:nth-child(3n+1){
        margin-left:0; clear:both;
    }
}
@media screen and (max-width:640px){
    .honor_list ul{ margin-right:-4%;}
    .honor_list ul li{ width:46%; margin-right:4%;}
    .honor_list ul li:nth-child(2n+1){
        clear:both; margin-left:0;
    }
}
.open_inner{position:fixed;left:0;top:0;width:100%;height:100%;max-height:100%;overflow:auto;background-color:rgba(0,0,0,0.5);z-index:10000;display: none;}
.open_inner .flexbox{ display:flex;flex-wrap: wrap; align-items:center; justify-content:center; padding:9% 0 5%; width:100%;  }
.open_inner .inner{max-width: 600px;width:92%;background-color:#fff;padding:3% 3% 2%;position:relative;margin-bottom: 3%;border-radius: 10px;}
.open_inner .inner .closes{ position:absolute; right:10px; top:10px; width:40px; height:40px; cursor:pointer; }
.open_inner .inner .closes:before,
.open_inner .inner .closes:after{ content:'';position:absolute; width:1px; height:30px; left:50%; top:5px; transform:rotate(45deg); background-color:#333; }
.open_inner .inner .closes:after{ transform:rotate(-45deg);}
.open_inner .inner h3{ text-align:center; margin-top:0%;}
.open_inner .inner form{position: relative;}
.open_inner .inner .list{ display:flex; align-items:center; justify-content:space-between; flex-flow:wrap; margin:3% 0; }
.open_inner .inner .list .text{width: 100%;line-height: 42px;height: 42px;padding:0 10px;border: 1px solid #e8e8e8 !important;border-radius: 5px;}
.open_inner .inner .btnbox{position: absolute;right: 0;top: 0;}
.open_inner .inner .btnbox .btn{width: 100px;font-size: 16px;color: #fff;background: #ee7700;cursor: pointer;padding: 0;font-weight: normal;border: none;height: 42px;line-height: 42px;margin-top:0;border-radius: 0 5px 5px 0;}
.open_inner .inner .titp{font-size:16px;color:#666;}
.open_inner .imglist{width: 92%;text-align:center;}        
.open_inner .imglist .pic{max-width:600px;margin:0 auto}
.open_inner .imglist .pic img{max-width: 46%;float: left;}
.open_inner .imglist .pic img:nth-child(1){margin-right: 8%;}
@media(max-width:768px){
	.open_inner .inner{padding:4%;}
	.open_inner .inner h3{font-size:22px;margin-top:5%;}
}