@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "iconfont"; /* Project id 3138504 */
    src: url('../fonts/iconfont.woff2') format('woff2'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype');
}
@font-face {
    font-family: "HerounMHSans";
    src: url('../fonts/HerounMHSans.otf') format('opentype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-xinlangweibo:before {
    content: "\e600";
}

.icon-qq:before {
    content: "\e601";
}

.icon-weixin:before {
    content: "\e602";
}

.icon-31dianhua:before {
    content: "\e603";
}

.icon-jinru:before {
    content: "\e615";
}

.icon-dianhua:before {
    content: "\e60d";
}

.icon-wxbsousuotuiguang:before {
    content: "\e620";
}

.icon-bofang:before {
    content: "\e604";
}

.icon-youxiang:before {
    content: "\e908";
}

.icon-jiahao:before {
    content: "\e626";
}

.icon-sousuo_huaban:before {
    content: "\e66e";
}

.icon-lianxiren:before {
    content: "\e614";
}

.icon-dizhi:before {
    content: "\e669";
}

.icon-jiantou-you:before {
    content: "\e643";
}

.icon-jiantou_qiehuanyou_o:before {
    content: "\e605";
}

.icon-close:before {
    content: "\e747";
}

.icon-daohangliebiao:before {
    content: "\e606";
}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #909090; font-size: 14px;}
input::-moz-input-placeholder{			color: #909090; font-size: 14px;}
input::-ms-input-placeholder{			color: #909090; font-size: 14px;}
input::-o-input-placeholder{			color: #909090; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #909090; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #909090; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #909090; font-size: 14px;}
textarea::-o-input-placeholder{			color: #909090; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
    width : 5px;
    height: 1px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    height: 15px;
    background: #a0a0a0;
}
::-webkit-scrollbar-track {
    background: #f6f8fb;
}


.swiper-slide{
    display: block;
    height: auto !important;
}
.swiper-container,
.swiper-wrapper{
    height: auto !important;
}



.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 12px;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}

.swiper-active-switch {
    opacity: 1;
}

/*.pagination {*/
/*	position: absolute;*/
/*	z-index: 20;*/
/*	left: 0;*/
/*	width: 100%;*/
/*	bottom: 20px;*/
/*	text-align: center;*/
/*}*/





.header{
    line-height: 64px;
    width: 92%;
    padding: 0 4%;
    background: #fff;
}
.header .logo1{
    margin: 28px 10px 0 0;
    max-width: 198px;
}
.header .logo2{
    margin: 28px 10px 0 0;
    max-width: 198px;
}
.header .logotext{
    font-size: 22px;
    color: #333;
    margin: 28px 0;
}

.menu li{
    display: block;
    float: left;
    margin: 0 0 0 50px;
    padding: 28px 0;
}
.menu li a,.menu li select{
    padding: 15px 0;
    color: #333333;
    font-size: 16px;
    position: relative;
}
.menu li a:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.menu li.this a:after,
.menu li:hover a:after{
    width: 100%;
}



.container{
    width: 74.5%;
    margin: 0 auto;
}



.search{
    line-height: 80px;
    font-size: 16px;
    color: #666;
}
.searchtel .icon-dianhua{
    font-size: 24px;
    color: #5b3e38;
    margin: 0 10px 0 0;
}
.searchtel font{
    font-size: 30px;
    color: #5b3e38;
    font-family: "Arial";
}



.searcharea{}
.searcharea .hotkey{
    color: #1e1e1e;
    font-size: 14px;
    max-width: 560px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.searcharea .hotkey a{
    color: #888888;
    font-size: 14px;
    margin: 0 10px 0 0;
}


.searchform{
    margin: 20px 0 0 0;
}
.searchform .stext{
    width: 250px;
    padding: 0 20px;
    height: 40px;
    background: #eee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    font-size: 14px;
    color: #909090;
}
.searchform .searchsubmit{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background: #eee;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #4c4c4c;
    font-size: 18px;
}



.jlintro{
    background: url("../images/bg_intro.jpg") center no-repeat;
    background-size: cover;
    padding: 80px 0;
}
.jlintro .jlintro_title{
    /*font-size: 44px;*/
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    width: 18%;
}
.jlintro .jlintro_title span{
    color: #5b3e38;
    display: block;
    margin: 30px 0 0 0;
}
.jlintro .text{
    width: 82%;
    font-size: 16px;
    color: #484848;
    line-height: 30px;
}
.jlintro .text .introtitle{
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #dcdcdc;
    width: 200px;
    margin: 0 0 10px 0;
    color: #5b3e38;
    font-weight: bold;
}


.stitle{
    color: #1e1e1e;
}
.stitle h2{
    font-size: 50px;
    line-height: 50px;
}
.stitle p{
    font-size: 18px;
    line-height: 18px;
    margin: 18px 0 0 0;
}


.qwymdz{
    margin: 80px 0 0 0;
}

.cate_qwdz{
    margin: -18px 0 0 0;
}
.cate_qwdz li{
    line-height: 18px;
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    border-right: 2px solid #dcdcdc;
}
.cate_qwdz li a{
    display: block;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.cate_qwdz li:hover a{
    color: #5b3e38;
    font-weight: bold;
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}

.qwdzslide .pagination{
    text-align: right;
    width: 75%;
    left: 12.5%;
    bottom: 50px;
}

.qwdzslide .swiper-slide{
    position: relative;
    cursor: grab;
}
.qwdzslide .swiper-slide img{
    -webkit-transition: all 5s;
    -moz-transition: 	all 5s;
    -ms-transition: 	all 5s;
    -o-transition: 		all 5s;
    transition: 		all 5s;
}
.qwdzslide .swiper-slide.swiper-slide-active img{
    -webkit-transform: 	scale(1.05);
    -moz-transform: 	scale(1.05);
    -ms-transform: 		scale(1.05);
    -o-transform: 		scale(1.05);
    transform: 			scale(1.05);
}
.qwdzslide .swiper-slide .container{
    position: absolute;
    bottom: 60px;
    left: 12.5%;
    z-index: 1;
}
.qwdzslidetext{
    display: table;
    padding: 40px 80px 40px 56px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.qwdzslidetext a{
    display: block;
    width: 138px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.qwdzslidetext a:hover{
    color: #333;
    background: #fff;
}




.hmjjslide,
.hmjjslide .swiper-slide{
    position: relative;
    cursor: grab;
}
.hmjjslidetext{
    display: table;
    padding: 40px 100px 40px 56px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -83px;
    right: 10%;
    z-index: 1;
}
.hmjjslidetext a{
    display: block;
    width: 138px;
    line-height: 40px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin: 20px 0 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.hmjjslidetext a:hover{
    color: #333;
    background: #fff;
}





.hmjjslide .hmjj_arrowleft,
.hmjjslide .hmjj_arrowright{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 56px;
    line-height: 70px;
    z-index: 1;
    text-align: center;
    font-size: 40px;
    color: #5b3e38;
    background: rgba(255,255,255,.5);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.hmjjslide .hmjj_arrowleft:hover{
    background: rgba(255,255,255,0.8);
    width: 41px;
    padding: 0 15px 0 0;
}
.hmjjslide .hmjj_arrowright:hover{
    background: rgba(255,255,255,0.8);
    width: 41px;
    padding: 0 0 0 15px;
}
.hmjjslide .hmjj_arrowleft{
    left: 0;
}
.hmjjslide .hmjj_arrowright{
    right: 0;
}


.proul{}
.proul li{
    display: block;
    float: left;
    width: 32.666%;
    margin: 0 1% 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.proul li:nth-child(3n){
    margin: 0;
}
.proul li a{
    display: block;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.proul li:hover{
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.proul li:hover a{
    border: 1px solid #5b3e38;
}
.proul li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.proul li p{
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
}





.process{
    background: #f3f3f3;
}
.processul li{
    display: block;
    float: left;
    width: 16%;
    margin: 0 0.8% 0 0;
}
.processul li:last-child{
    margin: 0;
}
.processul li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.processul li .num{
    font-size: 48px;
    font-family: "HerounMHSans";
    color: #c3c3c3;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.processul li .text{
    background: #fff;
    padding: 10% 10% 5% 10%;
    min-height: 175px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.processul li .text strong{
    font-size: 24px;
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.processul li .text p{
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #484848;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.processul li .text p span{
    display: none;
}
.processul li:hover .text{
    background: #5b3e38;
}
.processul li:hover .num,
.processul li:hover .text strong,
.processul li:hover .text p{
    color: #fff;
}




.advslide{}
.advslide li{
    display: block;
    float: left;
    color: #fff;
    width: 16.666%;
    -webkit-transition: all 0.8s;
    -moz-transition: 	all 0.8s;
    -ms-transition: 	all 0.8s;
    -o-transition: 		all 0.8s;
    transition: 		all 0.8s;
}
.advslide li.this{
    width: 50%;
}
.advslide li .pic{
    height: 820px;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.advslide li .sq{
    background: url(../images/icon_adv.png) center no-repeat;
    width: 184px;
    line-height: 184px;
    text-align: center;
    font-weight: bold;
    margin: 110px auto 0 auto;
    font-size: 60px;
    -webkit-transform: 	scale(.8);
    -moz-transform: 	scale(.8);
    -ms-transform: 		scale(.8);
    -o-transform: 		scale(.8);
    transform: 			scale(.8);
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.advslide li.this .sq{
    -webkit-transform: 	scale(1);
    -moz-transform: 	scale(1);
    -ms-transform: 		scale(1);
    -o-transform: 		scale(1);
    transform: 			scale(1);
}
.advslide li .advtitle{
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 30px 0;
    -webkit-transition: all 0.8s;
    -moz-transition: 	all 0.8s;
    -ms-transition: 	all 0.8s;
    -o-transition: 		all 0.8s;
    transition: 		all 0.8s;
}
.advslide li.this .advtitle{
    font-size: 36px;
    font-weight: bold;
    margin: 350px 0 0 0;
}
.advslide li .advtitle span{
    display: block;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.advslide li.this .advtitle span{
    display: inline;
    margin: 0 20px 0 0;
}
.advslide li .line{
    width: 1px;
    height: 260px;
    margin: 0 auto;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.advslide li.this .line{
    height: 0;
}
.advslide li .text{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    opacity: 0;
    margin: 20px 0 0 0;
    position: absolute;
    padding: 0 5%;
    bottom: -100px;
    -webkit-transition: all 0.9s;
    -moz-transition: 	all 0.9s;
    -ms-transition: 	all 0.9s;
    -o-transition: 		all 0.9s;
    transition: 		all 0.9s;
}
.advslide li.this .text{
    opacity: 1;
    position: relative;
    bottom: auto;
}
.advslide li .iconfont{
    width: 100%;
    position: absolute;
    bottom: 80px;
    font-size: 20px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: 	all 1.5s;
    -ms-transition: 	all 1.5s;
    -o-transition: 		all 1.5s;
    transition: 		all 1.5s;
}
.advslide li.this .iconfont{
    bottom: -100px;
    -webkit-transform: 	rotate(360deg);
    -moz-transform: 	rotate(360deg);
    -ms-transform: 		rotate(360deg);
    -o-transform: 		rotate(360deg);
    transform: 			rotate(360deg);
}



.honor .pic{
    width: 50%;
}
.honor .honorarea{
    width: 40%;
    padding: 0 0 0 10%;
}
.honor .honorarea h2{
    font-size: 48px;
    line-height: 48px;
    position: relative;
}
.honor .honorarea h2 span{
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 28px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    text-align: center;
    font-weight: lighter;
}
.honor .honorarea h3{
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0 0 0;
    font-weight: normal;
}



.yyform{
    margin: 55px 0 0 0;
}
.yyform h4{
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.yyform li{
    display: block;
    float: left;
    width: 40%;
    margin: 0 2% 20px 0;
    position: relative;
    border: 2px solid #dcdcdc;
}
.yyform .mycall{
    width: 92%;
    padding: 0 3%;
    height: 44px;
    border: none;
}
.yyform select{
    width: 100%;
    padding: 0 3%;
    height: 44px;
    border: 2px solid #dcdcdc;
    border: none;
    color: #333;
    background: none;
    -webkit-appearance: select;
}
.yyform li .fa{
    position: absolute;
    right: 15px;
    top: 50%;
    color: #5b3e38;
    font-size: 24px;
    margin-top: -10px;
}
.yyform li.subli{
    border: 2px solid #5b3e38;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.yyform li.subli:hover{
    width: 50%;
}
.yyform li .submitbut{
    background: #5b3e38;
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 44px;
    border: none;
    cursor: pointer;
}



.yytel .iconfont{
    float: left;
    color: #5b3e38;
    font-size: 24px;
    line-height: 30px;
}
.yytel strong{
    float: left;
    font-family: "Arial";
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
}
.yytel p{
    font-size: 16px;
}


.news{
    background: #f2f2f2;
}
.cate_news{
    margin: 32px 0 0 0;
}
.cate_news li{
    line-height: 18px;
    display: block;
    float: left;
    width: 160px;
    text-align: center;
    border-right: 2px solid #dcdcdc;
}
.cate_news li a{
    display: block;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.cate_news li:hover a{
    color: #5b3e38;
    font-weight: bold;
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}


.newsul li{
    display: block;
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
}
.newsul li:nth-child(3n){
    margin: 0 0 0 0;
}
.newsul li .text{
    padding: 5%;
    background: #fff;
}
.newsul li .text .newstitle{
    font-size: 17px;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.newsul li .text .newstitle span{
    display: block;
    width: 20px;
    float: left;
    margin: 8px 10px 0 0;
    height: 1px;
    background: #d2d2d2;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.newsul li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.newsul li:hover .text .newstitle{
    color: #5b3e38;
    font-weight: bold;
}
.newsul li:hover .text .newstitle span{
    background: #5b3e38;
    width: 60px;
}
.newsul li .text .newsintro{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 24px;
    color: #959595;
    margin: 15px 0 0 0;
}


.about{
    background: url(../images/bg_about.jpg) center no-repeat;
    background-size: cover;
}

.about .abouttext{
    width: 45%;
}
.about .abouttext .stitle{
    color: #fff;
}
.about .abouttext .text{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    
}
.about .abouttext .more{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 0 0;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.about .abouttext .more .iconfont{
    font-size: 34px;
    line-height: 26px;
    font-weight: normal;
    display: block;
    float: left;
    color: #fff;
}
.about .abouttext .more:hover{
    margin: 40px -20px 0 0;
}




.about .pic{
    width: 48%;
}



.footer{
    background: #f5f5f5;
    font-size: 14px;
}
.flogo .pic{
    max-width: 198px;
}
.flogo .ftel{
    color: #676767;
    font-size: 14px;
    line-height: 14px;
    margin: 30px 0 0 0;
}
.flogo .ftel span{
    display: block;
    font-size: 30px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #654a44;
    font-family: "Arial";
}


.fshare{
    margin: 20px 0 0 0;
}
.fshare img{
    max-width: 50px;
}
.fshare .iconfont{
    color: #666666;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.fshare .icon-weixin{
    font-size: 22px;
    line-height: 38px;
}
.fshare .icon-xinlangweibo{
    font-size: 18px;
    line-height: 38px;
}
.fshare .iconfont:hover{
    color: #654a44;
}


.ftitle{
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px 0;
}

.fcontact{
    width: 22%;
    /*margin: 0 0 0 7%;*/
}
.fcontact .text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: left;
}


.fmenu{
    width: 35%;
}
.fmenu ul{
    float: left;
    margin: 0 0 0 10%;
}
.fmenu ul li{
    display: block;
    line-height: 28px;
}
.fmenu ul li a{
    font-size: 14px;
    color: #666666;
}



.fewm{
    text-align: center;
}




.fbottom{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}
.fbottom a{
    font-size: 14px;
    color: #666666;
}
.flink a{
    margin: 0 10px 0 0;
}






.bannerbg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}
.listbanner,
.nbanner{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    display: table;
}
.listbanner .text,
.nbanner .text{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.listbanner .text h2,
.nbanner .text h2{
    font-size: 48px;
    line-height: 48px;
}
.listbanner .text p,
.nbanner .text p{
    margin: 15px 0 0 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
}



.bnav{
    padding: 0 0 0 15px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 14px;
    color: #484848;
    position: relative;
}
.bnav:before{
    width: 8px;
    height: 23px;
    background: #5b3e38;
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.bnav a{
    font-size: 14px;
    color: #484848;
}


.ncate{
    background: #f3f3f3;
}
.ncate li{
    display: block;
    float: left;
    line-height: 72px;
    text-align: center;
}
.ncate li a{
    display: block;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.ncate li a:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
    left: 50%;
    margin-left: -8px;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.ncate li.this a,
.ncate li:hover a{
    background: #5b3e38;
    color: #fff;
}
.ncate li.this a:after,
.ncate li:hover a:after{
    opacity: 1;
}


.ncate_about li{
    width: 25%;
}
.ncate_news li{
    width: 33.333%;
}


.ntitle h2{
    font-size: 36px;
}



.nabout .abouttext{
    width: 47%;
}
.nabout .abouttext .text{
    font-size: 16px;
    line-height: 28px;
    color: #484848;
}

.nabout .pic{
    width: 46%;
}


.nadvul li{
    display: block;
    float: left;
    width: 23%;
    margin: 0 2.666% 0 0;
    position: relative;
}
.nadvul li:last-child{
    margin: 0;
}
.nadvul li .text{
    position: absolute;
    width: 84%;
    padding: 10% 8%;
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nadvul li:hover .text{
    padding: 15% 8%;
}
.nadvul li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.nadvul li .text .num{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}
.nadvul li .text strong{
    font-size: 24px;
    line-height: 24px;
    margin: 10px 0;
    display: block;
}
.nadvul li .text p{
    font-size: 14px;
    line-height: 22px;
}


.npiclist li{
    display: block;
    float: left;
    width: 23%;
    margin: 0 2.666% 2.666% 0;
}
.npiclist li:nth-child(4n){
    margin: 0 0 2.666% 0;
}
.npiclist li p{
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 10px 0 0 0;
}





.bnav_line{
    border-bottom: 1px dashed #c7c7c7;
}
.contactlist{
    width: 30%;
}
.contactlist .ntitle{
    font-size: 30px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    display: table;
    padding: 0 0 25px 0;
}
.contactlist ul li{
    line-height: 66px;
    display: table;
    clear: both;
    position: relative;
}
.contactlist ul li a{
    display: block;
    font-size: 18px;
}
.contactlist ul li:after{
    width: 34px;
    height: 2px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.contactlist ul li.this a,
.contactlist ul li:hover a{
    font-weight: bold;
    color: #5b3e38;
}
.contactlist ul li.this:after,
.contactlist ul li:hover:after{
    width: 75%;
    background: #5b3e38;
}



.contactarea{
    width: 70%;
}


.contacttitle{
    font-size: 20px;
    line-height: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
}
.contacttext .text li{
    display: block;
    float: left;
    line-height: 70px;
    width: 48%;
    padding: 0 1%;
    border-bottom: 1px solid #c0bebe;
    font-size: 18px;
}
.contacttext .text li .iconfont{
    float: left;
    font-size: 36px;
    color: #898989;
    margin: 0 5px 0 0;
}
.contacttext .map{
    overflow: hidden;
}
.contacttext .map iframe{
    position: relative;
    left: 50%;
    margin-left: -600px;
}





.nnewsul{}
.nnewsul li{
    display: block;
    margin: 0 0 50px 0;
}
.nnewsul li a{
    display: block;
}
.nnewsul li .pic{
    width: 30%;
}
.nnewsul li .text{
    width: 67%;
    margin: 2% 0 0 0;
}
.nnewsul li .text span{
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nnewsul li .text p{
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    margin: 0 0 25px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewsul li .date{
    margin: 30px 0 0 0;
    border-top: 2px solid #000;
}
.nnewsul li:hover .text span{
    padding: 0 0 0 20px;
}



.nprocate{
    width: 20%;
    width: 25%;
}
.nprocate .ntitle{
    font-size: 30px;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 2px solid #000;
    display: table;
    padding: 0 0 25px 0;
}
.nprocate ul li{
    line-height: 66px;
    display: block;
    clear: both;
    position: relative;
    font-size: 18px;
    cursor: default;
}
.nprocate ul li:after{
    width: 34px;
    height: 2px;
    background: #000;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nprocate ul li a{
    font-size: 18px;
}
.nprocate ul li.this,
.nprocate ul li:hover{
    font-weight: bold;
}
.nprocate ul li.this a,
.nprocate ul li:hover a{
    color: #5b3e38;
}
.nprocate ul li.this:after,
.nprocate ul li:hover:after{
    width: 75%;
    background: #5b3e38;
}




.nproul{
    width: 75%;
}
.nproul li{
    display: block;
    float: left;
    width: 46%;
    margin: 0 8% 2% 0;
}
.nproul li a{
    display: block;
}
.nproul li .pic{
    border: 1px solid #664b45;
}
.nproul li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.nproul li p{
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0 0;
}
.nproul li:nth-child(2n){
    margin: 0 0 2% 0;
}



.nswsj{}
.nswsj li{
    display: block;
    float: left;
    position: relative;
    width: 46.5%;
    margin: 0 7% 3% 0;
}
.nswsj li:nth-child(2n){
    margin: 0 0 3% 0;
}
.nswsj li p{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0 5%;
    width: 90%;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.nswsj li p .iconfont{
    display: inline-block;
    margin: -4px 0 0 10px;
    font-weight: normal;
    font-size: 32px;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nswsj li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.nswsj li:hover p .iconfont{
    margin: -4px 0 0 30px;
}



.nvideo li{
    display: block;
    margin: 0 0 45px 0;
    padding: 0 0 25px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #818181;
}
.nvideo li a .iconfont{
    position: absolute;
    font-size: 70px;
    width: 70px;
    color: #e9e9e9;
    line-height: 70px;
    top: 50%;
    margin-top: -35px;
    left: 50%;
    margin-left: -35px;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.nvideo li:hover .pic img{
    -webkit-transform: 	scale(1.1);
    -moz-transform: 	scale(1.1);
    -ms-transform: 		scale(1.1);
    -o-transform: 		scale(1.1);
    transform: 			scale(1.1);
}
.nvideo li:hover a .iconfont{
    -webkit-transform: 	rotate(360deg);
    -moz-transform: 	rotate(360deg);
    -ms-transform: 		rotate(360deg);
    -o-transform: 		rotate(360deg);
    transform: 			rotate(360deg);
}



.shadow{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    display: none;
}

.videoarea{
    width: 75%;
    top: 10%;
    left: 12.5%;
    position: fixed;
    display: none;
    z-index: 3;
}
.videoarea video{
    width: 100%;
    height: auto;
}
.videoarea .iconfont{
    color: #fff;
    font-size: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    opacity: .8;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: 	all 0.3s;
    -ms-transition: 	all 0.3s;
    -o-transition: 		all 0.3s;
    transition: 		all 0.3s;
}
.videoarea .iconfont:hover{
    -webkit-transform: 	rotate(180deg);
    -moz-transform: 	rotate(180deg);
    -ms-transform: 		rotate(180deg);
    -o-transform: 		rotate(180deg);
    transform: 			rotate(180deg);
}

.page{
    text-align: center;
}
.page .pagination{
    display: flex;
}
.page .pagination li{
    width: auto !important;
    margin: 0 !important;
}

.page a,.page span{
    border: 1px solid #000;
    border-radius: 5px;

    display: inline-block;
    padding: 6px 12px;
    margin: 0 2px;
    font-size: 12px;
    background: #fff;
    color: #333;
}
.page .jumpto{
    display: none;
}
.page ul li{
    width: auto;
    margin: 0;
}





#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}
#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}
#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,
.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}
.baguetteBox-button#next-button{right:2%}
.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}
.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}





@media screen and (max-width: 1740px) {
    .header .pic{
        width: 10%;
    }
    .header .logotext{
        font-size: 20px;
    }
    .menu li{
        margin: 0 0 0 40px;
    }
    .jlintro .text p{
        /*display: inline;*/
    }
}

@media screen and (max-width: 1690px) {
    .container{
        width: 85%;
    }
}

@media screen and (max-width: 1500px) {
    .menu li{
        margin: 0 0 0 30px;
    }
    .container{
        width: 90%;
    }
}
@media screen and (max-width: 1440px) {
    .stitle h2{
        font-size: 40px;
    }
    .stitle p{
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .qwymdz{
        margin: 50px 0 0 0;
    }
    .mt80{
        margin-top: 50px !important;
    }
    .advslide li.this .advtitle{
        margin: 300px 0 0 0;
    }
    .fcontact{
        margin: 0 0 0 3%;
    }
}
@media screen and (max-width: 1400px) {
    .header{
        width: 95%;
        padding: 0 2.5%;
    }
    .menu li{
        margin: 0 0 0 25px;
    }
    .header .pic{
        width: 11%;
        margin: 34px 10px 0 0;
    }
}
@media screen and (max-width: 1366px) {
    .header .logotext{
        font-size: 18px;
    }
    .menu li a{
        font-size: 15px;
    }
    .container{
        width: 95%;
    }
    .searchform .stext{
        width: 200px;
    }
}
@media screen and (max-width: 1260px) {
    .menu li{
        margin: 0 0 0 15px;
    }
    .searchform .stext{
        width: 150px;
    }
    .searcharea{
        width: 70%;
    }
    .searcharea .hotkey{
        width: 70%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .searchform{
        width: 30%;
    }
    .searchform .stext{
        width: 80%;
        box-sizing: border-box;
    }
    .searchform .searchsubmit{
        width: 20%;
    }
    .jlintro .text{
        width: 78%;
        float: right;
    }
    .p80{
        padding: 50px 0;
    }
    .cate_qwdz li:last-child{
        border: none;
    }
    .hmjj .cate_qwdz{
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
        box-sizing: border-box;
    }
    .hmjj .cate_qwdz li{
        width: 16%;
    }
    .fmenu{
        display: none;
    }
    .fcontact{
        margin: 0 0 0 9%;
    }
}
.swiper-slide .titlepic1,
.menubut,
.banner_wap{
    display: none;
}
@media screen and (max-width: 1200px) {
    .searcharea{
        width: 60%;
    }
    .processul li .text{
        padding: 10% 10% 8% 10%;
    }
    .processul li .text p,
    .processul li .text p span{
        display: inline;
    }
}
@media screen and (max-width: 1150px) {
    .header{
        position: relative;
    }
    .header .logotext{
        font-size: 22px;
    }
    .header .pic{
        width: auto;
        margin: 28px 15px 0 0;
    }
    .menu{
        position: fixed;
        display: none;
        left: 0;
        top: 0;
        width: 40%;
        z-index: 2;
        background: #fff;
        height: 100%;
    }
    .menu li{
        line-height: 40px;
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
        border-top: 1px solid #eee;
        text-align: center;
    }
    .menu li:last-child{
        border-bottom: 1px solid #eee;
    }
    .menu li a{
        display: block;
        padding: 0;
        font-size: 14px;
    }
    .menubut{
        display: block;
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
        position: absolute;
        right: 2.5%;
        top: 50%;
        margin-top: -15px;
    }
}
@media screen and (max-width: 1080px) {
    .advslide li,
    .advslide li.this{
        width: 50%;
    }
    .advslide li .sq,
    .advslide li.this .sq{
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        margin: 20px auto 0 auto;
    }
    .advslide li .pic,
    .advslide li.this .pic{
        height: auto;
        padding: 0 0 30px 0;
    }
    .advslide li .line,
    .advslide li.this .line{
        display: none;
    }
    .advslide li.this .advtitle {
        font-size: 26px;
        font-weight: normal;
        line-height: 44px;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .advslide li.this .advtitle span{
        display: block;
    }
    .advslide li .text,
    .advslide li.this .text{
        font-size: 14px;
        display: block;
        text-align: left;
        position: relative;
        bottom: auto;
        opacity: 1;
    }
    .advslide li .iconfont{
        display: none;
    }
}
@media screen and (max-width: 1050px) {
    .jlintro{
        padding: 50px 0;
    }
    .jlintro .jlintro_title{
        width: 100%;
        float: none;
        text-align: center;
        font-size: 36px;
        line-height: 36px;
    }
    .stitle h2{
        font-size: 36px;
        line-height: 36px;
    }
    .jlintro .jlintro_title span{
        margin: 0 0 0 20px;
        display: inline;
    }
    .jlintro .text{
        width: 100%;
        float: none;
        font-size: 14px;
        line-height: 24px;
    }
    .jlintro .text .introtitle{
        width: auto;
        margin: 20px auto 10px auto;
        display: table;
        text-align: center;
    }
}
@media screen and (max-width: 960px) {
    .processul li{
        /*width: 32%;*/
        width: 48%;
        margin: 0 2% 20px 0;
    }
    .processul li:nth-child(2n){
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 880px) {
    .searcharea{
        width: auto;
    }
    .searcharea .hotkey{
        display: none;
    }
    .searchform{
        width: 250px;
    }
    .qwdzslidetext{
        font-size: 16px;
        line-height: 30px;
        padding: 20px 40px 30px 30px;
    }
}

@media screen and (max-width: 768px) {
    .header{
        padding: 20px 2.5%;
    }
    .header .logotext{
        display: none;
    }
    .header .pic{
        margin: 0 15px 0 0;
    }
    .cate_qwdz li{
        width: 130px;
    }
    .qwdzslide .swiper-slide .container{
        bottom: 10%;
    }
    .hmjj .cate_qwdz li:nth-child(3n){
        /*border: none;*/
    }
    .hmjj .cate_qwdz li{
        /*width: 32%;*/
        width: 50%;
        line-height: 30px;
        margin: 0 0 5px 0;
    }
    .swiper-slide .titlepic{
        display: none;
    }
    .swiper-slide .titlepic1{
        display: block;
    }
    .advslide li.this .text,
    .advslide li .text{
        display: none;
    }
    .honor .honorarea{
        width: 42%;
        padding: 0 0 0 8%;
        margin-top: 0 !important;
    }
    .honor .honorarea h2{
        font-size: 28px;
        line-height: 28px;
    }
    .honor .honorarea h2 span{
        width: 28px;
        line-height: 28px;
        left: -40px;
        font-size: 18px;
    }
    .honor .honorarea h3{
        font-size: 22px;
        line-height: 22px;
    }
    .yyform{
        margin: 25px 0 0 0;
    }
    .yytel{
        margin-top: 25px !important;
    }
    .yyform .mycall{
        height: 34px;
    }
    .yyform select{
        height: 34px;
    }
    .yyform h4{
        font-size: 20px;
        line-height: 20px;
    }
    .flogo{
        width: 45%;
    }
    .flogo .pic{
        width: 50%;
    }
    .fcontact{
        margin: 0 0 0 5%;
        width: 37%;
    }
    .npiclist li,
    .npiclist li:nth-child(4n){
        width: 32%;
        margin: 0 2% 2% 0;
    }
    .npiclist li:nth-child(3n){
        width: 32%;
        margin: 0 0 2% 0;
    }
    .npiclist li p{
        font-size: 16px;
    }
}


@media screen and (max-width: 640px) {
    .search{
        line-height: 54px;
    }
    .searchtel{
        width: 100%;
        float: none;
        text-align: center;
    }
    .searcharea{
        display: table;
        margin: 0 auto;
        float: none;
    }
    .searchform{
        margin: 0 0 10px 0;
    }
    .cate_qwdz{
        float: none;
        margin: 20px 0 0 0;
    }
    .cate_qwdz li{
        /*width: 33.333%;*/
        width: 50%;
        box-sizing: border-box;
    }
    .stitle{
        text-align: center;
    }
    .qwdzslidetext a{
        width: 110px;
        line-height: 30px;
        font-size: 14px;
    }
}


.cr span{
    margin: 0 0 10px 0;
}
@media screen and (max-width: 460px) {
    .header{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9;
    }
    .container{
        width: 90%;
    }
    .menu{
        top: 89px !important;
    }
    .header .pic{
        width: 150px;
    }
    .stitle h2,
    .jlintro .jlintro_title{
        font-size: 22px;
        line-height: 22px;
    }
    .stitle p{
        font-size: 14px;
        line-height: 14px;
    }
    .searchtel font{
        font-size: 20px;
    }
    .searcharea,
    .searchform{
        width: 100%;
    }
    .searchform{
        display: none;
    }
    .processul li .text{
        min-height: auto;
    }
    .processul li .text p{
        display: none;
    }
    .processul li .text strong{
        /*font-size: 18px;*/
        font-size: 12px;
    }
    .proul li p,
    .cate_qwdz li a{
        /*font-size: 14px;*/
        font-size: 12px;
    }
    .advslide li.this .text,
    .advslide li .text{
        display: none;
    }
    .advslide li .sq,
    .advslide li.this .sq{
        -webkit-transform: 	scale(.5);
        -moz-transform: 	scale(.5);
        -ms-transform: 		scale(.5);
        -o-transform: 		scale(.5);
        transform: 			scale(.5);
        margin: 0 auto 0 auto;
    }
    .advslide li .advtitle,
    .advslide li.this .advtitle{
        font-size: 20px;
        font-size: 14px;
    }
    .honor .pic{
        width: 100%;
    }
    .proul li{
        width: 49%;
        margin: 0 2% 0 0;
    }
    .proul li:nth-child(2){
        margin: 0;
    }
    .hmjj .proul li:nth-child(3){
        display: none;
    }
    .proul li{
        box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
    }
    .proul li a{
        border: 1px solid #5b3e38;
    }

    .newsul li:nth-child(2),
    .newsul li:nth-child(3){
        display: none;
    }
    .honor .honorarea{
        width: 100%;
    }
    .honor .honorarea h2{
        font-size: 22px;
        line-height: 22px;
        margin: 20px 0 0 40px;
    }
    .honor .honorarea h3{
        font-size: 16px;
        margin: 10px 0 0 0;
    }
    .honor .honorarea h2 span{
        width: 30px;
        line-height: 30px;
        left: -40px;
        top: -4px;
        font-size: 20px;
    }
    .yyform{
        margin: 20px 0 0 0;
    }
    .yyform h4{
        font-size: 20px;
    }
    .yyform li{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .yytel{
        text-align: center;
        margin: 20px 0 0 0 !important;
    }
    .yytel strong,
    .yytel .iconfont{
        display: inline-block;
        float: none;
    }
    .stitle{
        float: none;
    }
    .cate_news{
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
    .cate_news li{
        width: 32%;
    }
    .cate_news li a{
        font-size: 14px;
    }

    .newsul li{
        margin: 0 0 20px 0;
        width: 100%;
    }
    .p100{
        padding: 50px 0;
    }
    .about .abouttext{
        width: 100%;
        float: none;
    }
    .about .abouttext .text{
        line-height: 24px;
    }
    .about .abouttext .more{
        float: none;
        text-align: center;
        margin: 20px 0 0 0;
        display: block;
    }
    .about .abouttext .more .iconfont{
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .about .pic{
        width: 100%;
        margin: 20px 0 0 0;
    }

    .flogo{
        float: none;
        width: 100%;
    }
    .flogo .pic{
        width: 50%;
    }

    .fmenu{
        display: none;
    }
    .fcontact{
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }
    .fewm{
        /*float: none;*/
        width: 30%;
        margin: 20px auto 0 auto;
    }
    .fshare,
    .flogo .ftel{
        display: none;
        display: flex;
        /*flex-direction: column;*/
    }
    .fshare img{
        max-width: 30px;
    }

    .p60{
        padding: 40px 0;
    }

    .flink{
        display: none;
    }

    .fbottom{
        line-height: 20px;
        font-size: 12px;
        padding: 15px 0;
        text-align: center;
    }
    .fbottom a{
        font-size: 12px;
    }
    .cr span{
        display: block;
        margin: 0;
    }


    .bannerbg,
    .listbanner,
    .nbanner{
        /*height: 200px;*/
        height: 33vw;
    }
    .nbanner{
        background: none !important;
    }

    .listbanner .text h2,
    .nbanner .text h2{
        font-size: 22px;
        line-height: 22px;
    }
    .listbanner .text p,
    .nbanner .text p{
        font-size: 14px;
        line-height: 14px;
        margin: 10px 0 0 0;
    }
    .searchform{
        margin: 10px 0 0 0;
    }
    .mx1200{
        width: 90%;
    }
    .bnav{
        padding: 0 0 0 10px;
        font-size: 12px;
        line-height: 40px;
    }
    .bnav a{
        font-size: 12px;
    }
    .bnav:before{
        width: 4px;
        height: 20px;
        margin-top: -10px;
    }
    .ncate li{
        line-height: 40px;
        width: 50%;
    }
    .ncate li a{
        font-size: 14px;
    }
    .ncate li a:after{
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }

    .mt30{
        margin-top: 20px !important;
    }
    .mt100{
        margin-top: 50px !important;
    }

    .nabout .abouttext{
        width: 100%;
        float: none;
    }
    .ntitle h2{
        font-size: 22px;
        text-align: center;
    }
    .nabout .abouttext .text{
        margin-top: 20px !important;
        font-size: 14px;
        line-height: 24px;
    }


    .nabout .pic{
        width: 100%;
        margin: 20px 0 0 0;
    }
    .nadvul li{
        width: 49%;
        margin: 0 2% 20px 0;
    }
    .nadvul li:nth-child(2n){
        width: 49%;
        margin: 0 0 20px 0;
    }
    .nadvul li .text{
        font-size: 12px;
    }
    .nadvul li .text p{
        font-size: 0.8rem;
    }

    .nswsj li{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .nswsj li p{
        font-size: 18px;
    }
    .nswsj li p .iconfont{
        font-size: 20px;
    }


    .p50{
        padding: 20px 0;
    }
    .nprocate{
        width: 100%;
        float: none;
    }
    .nprocate .ntitle{
        margin: 0 auto;
        text-align: center;
        font-size: 22px;
        padding: 0 0 5px 0;
        border: none;
    }
    .nprocate ul{
        margin: 20px 0 20px 0;
    }
    .nprocate ul li{
        /*width: 33.333%;*/
        width: 50%;
        float: left;
        line-height: 30px;
        clear: inherit;
        text-align: center;
    }
    .nprocate ul li a{
        /*font-size: 14px;*/
        font-size: 13px;
        margin: 3px;
        background: #efefef;
    }
    .nprocate ul li:after{
        display: none;
        width: 100%;
    }
    .nprocate ul li.this:after{
        width: 100%;
        display: none;
    }
    .nprocate ul li a{
        display: block;
    }
    .nprocate ul li.this a{
        background: #5b3e38;
        color: #fff;
    }

    .nproul{
        width: 100%;
    }
    .nproul li{
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .nproul li:nth-child(2n){
        width: 49%;
        margin: 0 0 2% 0;
    }

    .nproul li p{
        font-size: 14px;
        line-height: 20px;
    }

    .nproul .newstext{
        margin: 20px 0 0 0;
    }
    .newstext h2{
        font-size: 20px;
        line-height: 20px;
    }

    .pagechange .returnlist a,
    .pagechange a{
        font-size: 12px;
    }

    .nnewsul li .pic{
        width: 100%;
        float: none;
    }
    .nnewsul li .text{
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
    .nnewsul li .text span{
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    .nnewsul li .text p{
        font-size: 12px;
        margin: 0 0 10px 0;
    }

    .nnewsul li .date{
        margin: 10px 0 0 0;
        line-height: 30px;
    }
    .contactlist{
        display: none;
    }

    .contactarea{
        width: 100%;
    }

    .contacttext{
        display: block !important;
        margin: 0 0 20px 0;
    }
    .contacttext .text li{
        width: 100%;
        font-size: 14px;
        line-height: 40px;
    }

    .contacttext .text li .iconfont{
        font-size: 18px;
    }

    .p70{
        padding: 50px 0;
    }

    .banner_pc{
        display: none;
    }
    .banner_wap{
        display: block;
    }
    .qwdzslide .pagination{
        width: 94%;
        left: 3%;
        bottom: 20px;
    }
    .swiper-pagination-switch{
        width: 6px;
        height: 6px;
        margin: 0 5px;
    }
    .qwdzslide .swiper-slide .container{
        left: 5%;
    }
    .qwdzslidetext{
        padding: 10px 30px 10px 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .hmjjslidetext a,
    .qwdzslidetext a{
        width: 90px;
        line-height: 26px;
        font-size: 12px;
        margin: 10px 0 0 0;
    }

    .hmjjslidetext{
        font-size: 14px;
        line-height: 24px;
        padding: 10px 30px 10px 20px;
    }
    .hmjjslidetext{
        margin-top: 0;
        bottom: 20px;
        top: auto;
    }



    .hmjjslide .hmjj_arrowleft,
    .hmjjslide .hmjj_arrowright{
        margin-top: -19px;
        width: 26px;
        line-height: 38px;
        font-size: 22px;
    }
    .newsul li .text .newstitle{
        font-size: 14px;
    }
    .newsul li .text .newsintro{
        font-size: 12px;
        line-height: 20px;
        margin: 8px 0 0 0;
    }


    .npiclist li,
    .npiclist li:nth-child(2n),
    .npiclist li:nth-child(4n),
    .npiclist li:nth-child(3n){
        width: 49%;
        margin: 0 2% 2% 0;
    }
    .npiclist li:nth-child(2n){
        margin: 0 0 2% 0;
    }
    .npiclist li p{
        font-size: 14px;
    }


}

.menu li{
    position: relative;
    z-index: 99;
}
.menu li .sub{
    width: 120px;
    position: absolute;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.menu li:hover .sub{
    display: block;
}
.menu li .sub a{
    display: block;
    padding: 0 15px;
    text-align: center;
}
.menu li .sub a:after{
    width: 0;
}
.menu li .sub a:hover:after{
    width: 100%;
}