@import "../iconfont/iconfont.css";
@import "icon.css";
::-webkit-scrollbar-thumb {
    background: #3aa7b0;
}
::-webkit-scrollbar {
    width: 8px;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #000;
    padding: 0px;
    margin: 0 auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

body a {
    color: #000;
    text-decoration: none;
    transition: all ease 0.3s;
}

body li {
    list-style-type: none;
}

p,
ul,
li,
h5,
h4,
h3,
h2,
h1,a{
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
	text-decoration:none;
}

img,
a img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
a:hover{
	color:#3aa7b0;
	text-decoration:none;
}
input {
    outline: none
}
.logo img{
	width: 260px;
}
.breadcrumb-item{
	display: initial;
}
.breadcrumb-item a::after{
	content: ">";
}
.header{
	min-height:95px;
	position:relative;
}
.top{
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	background:#fff;
	filter: drop-shadow(0 0 .16rem rgba(0,0,0,.2));
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:500;
	color:#3aa7b0;
	cursor: pointer;
	transition:.3s;
	display:none;
}
.top:hover{
	background:#3aa7b0;
	color:#fff;
}
.headerw {
    margin: 0px auto;
	background:#fff;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index:999;
	transition:.3s;
}
.headerw.headerpo{
	position: fixed;
	filter: drop-shadow(0 0 .16rem rgba(0,0,0,.2));
}
.headerw .headerw_nav{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding:15px 0;
}
.footerl span{
    display: block;
    text-align: center;
}
.headerwb ul {}

.headerwb ul li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 9px;
    font-size: 15px;
    position: relative;
}

.headerwb ul li a {
    display: block;
    padding: 0px 14px;
}
.headerwb>ul>li{
	height: 40px;
	border-radius:3px;
    line-height: 40px;
}
.headerwb>ul>li:hover {
    background: #3aa7b0;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.headerwb>ul>li.active{
	background: #3aa7b0;
	color:#fff;
}
.headerwb ul li:hover a,.headerwb>ul>li.active a {
    color: #fff;
}

.headerwb ul li ul {
    display: none;
    z-index: 999;
	position: absolute;
    left: 0;
}
.headerwb>ul>li .class2 .active a{
	background: #79ccb2;
}
.headerwb ul li:hover ul{
	display:block;
}
.nei_ny img{
	max-width: 850px;
	width: 100%;
}
.nybanner img{
	width:100%;
	display:block;
}
.banner_pagination{
	position: absolute;
    z-index: 2;
    text-align: center;
	display:block!important;
}
.banner_pagination span{
	width: 40px;
    height: 5px;
	border-radius:0;
}
.banner_pagination span.swiper-pagination-bullet-active {
    background: #3aa7b0;
}
.headerwb ul li ul li {
    margin-left: 0px !important;
	width: 200px;
    height: auto;
}
.headerwb ul li ul li:nth-child(1) a{
	border-top: solid 1px #79ccb2;
}
.headerwb ul li ul li a {
    font-size: 14px;
    /* padding: 0px 16px; */
    line-height: 38px;
    background: #3aa7b0;
    border-bottom: solid 1px #79ccb2;
}

.headerwb ul li ul li a:hover {

    background: #79ccb2;
}

.headerwb ul li ul li ul {}

.headerwc {}


.xwbt {
	background-color: #3aa7b0;
    height: 57px;
    overflow: hidden;
}


.xwbtb a {

    color: #fff;
}

.plate_none {
    margin: 40px auto;
    width: 100%;
	max-width:1200px;
}

.rczpsy {
    background: #fff;
	padding:20px;
}

.rczpsy ul {
    overflow: hidden;
    padding: 3%;
}

.rczpsy ul li {
    width: 31%;
    float: left;
    margin: 1%;
}

.rczpsy ul li h2 {
    font-weight: 500;
    font-size: 14px;
}

.plate_nonel{
	border-radius: 3px;
    overflow: hidden;
}
.news_lish {
    padding: 24px;
    background: #fff;
}

.news_lish .news_lish_left li:nth-child(1){
	margin-top:15px
}

.news_lish ul li {
    overflow: hidden;
    width: 100%;
    list-style-type: none;
    line-height: 30px;
}

.news_lish ul li a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    float: left;
	max-width: 75%;
	width:100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_lish_top{
	border-bottom: 1px dashed #dadada;
    padding-bottom: 10px;
}
.news_lish_top h3{
	font-size: 16px;
    font-weight: bold;
    line-height: 35px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.new_xinw_item img{
	display:block;
	width:100%;
}
.new_xinw_img {
	position:relative;
}
.new_xinw_text {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.new_xinw_text a{
	line-height:40px;
	color:#fff;
	text-indent:20px;
	display:block;
	width:85%;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_lish_top p {
    line-height: 22px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news_lish ul li span {
    float: right;
    font-size: 14px;
    color: #666;
    text-align: right;
}
.new_xinw_inner .new_xinw_page{
	position:absolute;
	width:auto!important;
	z-index:20;
	left:auto!important;
	right:5px;
}
.new_xinw_inner .new_xinw_page span{
	border-radius:0;
	background:#79ccb2;
}
.gsry_inner{
	position:relative;
	margin-top:10px;
	margin-bottom:15px;
}
.plate_noner_top{
	margin-bottom:20px;
}
.gsry_inner img,.plate_noner_top img{
	display:block;
	width:100%;
	min-height:50px;
}
.gsry_inner_item:nth-child(odd) .gsry_inner a{
	background: rgba(75,161,107,0.9);
}
.gsry_inner_item:nth-child(even) .gsry_inner a{
	background: rgba(51,141,149,0.9);
}
.gsry_inner a{
	display: block;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
	height:100%;	
    text-align: center;
    color: #fff;
}
.gsry_inner a h3 {
    font-size: 16px;
    padding-top: 8px;
    line-height: 24px;
    font-weight: bold;
}
.gsry{
	padding:15px;
}
.gsry_inner a h5 {
    font-size: 12px;
    line-height: 14px;
}
.new_xinw_inner .new_xinw_page span.swiper-pagination-bullet-active{
	background:#3aa7b0;
}
.xwbtxa {
    background-color: #3aa7b0;
    height: 57px;
    overflow: hidden;
	position:relative;
}

.xwbta {
	position:relative;
}
.xwbta:after{
	content:'';
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #f5f5f5;
	position:absolute;
}
.xwbta .iconfont{
	position: absolute;
    left: 15px;
    font-size: 30px;
}


.gsry {
    background: #fff;
    overflow: hidden;
}

.gsrya {
    float: left;
    margin: 36px 12px;
}


.xwbtal {
    height: 57px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #3aa7b0;
}

.xwbta {
    float: left;
    padding-left: 60px;
    color: #fff;
    line-height: 57px;
    font-size: 18px;
}

.xwbtb {
    float: right;
    line-height: 57px;
    color: #fff;
    padding-right: 16px;
}
.xwbtb .iconfont{
	font-size:14px;
}
.case_lish {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    padding-bottom: 40px;
}
.case_lish li a{
	display:block;
}
.case_lish li {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
    box-shadow: 0px 7px 10px rgba(238, 238, 238, 0.8);
    padding-bottom: 20px;
}

.case_lish li img {
    width: 100%;
}

.case_lish li h2 {
    display: block;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}

.footerl {
    max-width:1200px;
	width:100%;
    color: #666;
	margin: 0 auto;
}

.footerr {
    float: right;
}

.footer a {
    color: #666;
}

.mian {
    margin: 40px auto;
    width: 1200px;
    overflow: hidden;
}

.mianl {
    background-color: rgb(238, 238, 238);
    overflow: hidden;
}

.mianl h2 {
    text-align: right;
    font-size: 24px;
    color: #3aa7b0;
    line-height: 80px;
    padding-right: 40px;
    background: #e4e4e4;
}

.mianl ul {}

.mianl ul li {
    text-align: right;
    line-height: 66px;
    border-bottom: solid 1px #dadada;
    padding-right: 40px;
    border-right: solid 3px #eeeeee;
    transition: all ease 0.5s;
}

.mianl ul li a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
}

.mianl ul li:hover {
    background: #e4e4e4;
    border-right: solid 3px #3aa7b0;
}

.mianl ul li:hover a {
    color: #333;
}

.mianr {
    overflow: hidden;
    background: #fff;
    padding: 50px;
}
.content{
	padding: 20px 0 50px;
}
.leftMenu{
	box-shadow: 0 0 10px #f3f3f3;
    background: #fff;
}
.leftMenu dt h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.leftMenu dt h5 {
    font-size: 12px;
    line-height: 14px;
	text-transform: capitalize;
}
.leftMenu dt span {
    display: block;
    border-left: 2px solid #fcc82a;
    color: #fff;
    padding-left: 10px;
}
.leftMenu dt {
    background: #3aa7b0;
    padding: 16px 14px;
}
.leftMenu dd {
    border-bottom: 1px solid #dfe2e7;
}
.leftMenu dd ul{
	display:none;
}
.leftMenu dd ul.leftnav_chil.on,
.leftMenu dd ul.leftnav_chil.active{
	display:block;
}
.leftMenu a.on,
.leftMenu a.active {
    color: #3aa7b0;
}

.leftMenu dd a {
    display: block;
    line-height: 26px;
    padding: 12px 28px;
	padding-left:15px;
    font-size: 16px;
}
.leftMenu dd ul li a{
	    background: #f7f7f7;
    padding: 8px 0px;
    text-indent: 15px;
}
.leftMenu dd ul li a.on:after{
	content: "\e668";
	margin-left:0px;
	width: 20px;
    text-align: center;
    text-indent: 0;
}
.leftMenu a.on:after {
    display: inline-block;
    content: "\e633";
	font-family: "iconfont" ;
	margin-left:15px;
}
.leftMenu dd ul li .leftnavtopch_nav>a.on:after{
    content: ""!important;
}
.leftMenu dd ul li .leftnavtopch_nav>a{
    border-top: 1px solid #bbbaba;
    text-indent: 30px;
}
.leftMenu dd ul li .leftnavtopch_nav>a{
    text-indent: 30px;
}
.leftMenu dd ul li ul li a{
    text-indent: 35px;
    font-size: 14px;
}
.leftMenu dd ul li.leftnav_chiltwo a{
    text-indent: 30px;
    border-top: 1px solid #bbbaba;
}
.leftMenu .leftnavtop{
	position:relative;
}
.leftMenu .leftnavtop .iconfont{
	position: absolute;
    z-index: 5;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 50%;
    font-size: 19px;
    transform: translateY(-50%);
    cursor: pointer;
}
.rightCon{
	box-shadow: 0 0 10px #f3f3f3;
    background: #fff;
    min-height: 600px;
}
.rightCon .conTop {
    padding: 0 30px;
    border-bottom: 1px solid #e6e6e6;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.rightCon .conTop .crumbs {
    line-height: 24px;
    padding: 12px 0;
}
.rightCon .conTop .crumbs span {
    color: #3aa7b0;
}
.rightCon .conTop .conTit span {
    line-height: 24px;
    border-bottom: 2px solid #3aa7b0;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #666;
	display:block;
	float:right;
	padding: 12px 0;
}
.rightCon .conMain {
    padding: 28px 40px;
}
.rightCon  .conMain img{
	max-width:100%;
	height: auto!important;
}
.conMain .newsList li {
    line-height: 22px;
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
	overflow:hidden;
	display: flex;
    justify-content: space-between;
}
.conMain  .newsList li a:before {
    display: block;
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    position: absolute;
    top: 10px;
    left: 0;
}
.conMain  .newsList li span {
    text-align: right;
    color: #999;
}
.conMain .newsList li a {
    display:block;
	max-width:80%;
	width:100%;
	margin:0;
	text-align: left;
    padding-left: 10px;
    position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.mbx {
    font-size: 14px;
    line-height: 79px;
    text-align: right;
    background: #fff;
    border-bottom: solid 1px #eee;
    color: #666;
}

.mbx a {
    color: #666;
}

.news_ny {
    margin-top: 40px;
}

.news_ny ul {}

.news_ny ul li {
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.pageNum{
	display: flex;
	padding-top: 40px;
	justify-content: center;
	flex-wrap:wrap;
}
.pageNum a,.pageNum span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
	text-align: center;
	border: 1px solid rgba(75,75,70,.15);
    border-radius: 5px;
    color: #4b4b46;
	display:block;
    margin: 5px 5px;
}
.pageNum a:hover, .pageNum a:focus ,.pageNum span.actvie{
    background: #3aa7b0;
    border-color: #3aa7b0;
    color: #fff;
}
.news_ny ul li h3 {
    line-height: 20px;
    font-size: 16px;
    color: #333;
}

.news_ny ul li p {
    margin-top: 7px;
    color: #666;
    line-height: 1.6;
}

.news_ny ul li span {
    display: block;
    width: 100px;
    background-color: #999;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    margin-top: 15px;
}

.news_ny ul li:hover span {

    background: #3aa7b0;
}

.news_ny ul li:hover h3 {

    color: #014075;
}

.dede_pages {
    text-align: center;
    margin-top: 40px;
}

.dede_pages ul {
    display: inline-block;
}

.dede_pages ul li {
    float: left;
    border: solid 1px #eee;
    color: #666;
    margin: 0px 2px;
    padding: 5px 9px;
    font-size: 12px;
}
.form-input input,.form-input textarea{
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 31px;
    color: #727C82;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
	text-indent:15px;
	margin-bottom: 15px;
	outline: none;
    border-bottom: 1px solid #dde2e3;
}
.form-input textarea{
	min-height: 130px;
    max-height: 391px;
    resize: vertical;
}
.form-input .btn-primary{
	position: relative;
    overflow: hidden;
	text-overflow: ellipsis;
    transition: .25s;
	color: #fff;
    background-color: #3aa7b0;
    border:1px solid #3aa7b0;
	border-radius: 3px;
	cursor: pointer;
	display:inline-block;
	padding: 12px 35px;
}
.form-input .btn-primary:hover,.form-input .btn-primary:focus {
    transform: translate(-4px,-4px);
    box-shadow: 4px 4px 0 0 #79ccb2;
}

.form-input input:hover,.form-input textarea:hover{
	border-color:#3aa7b0;
	color: #3aa7b0;
}
.dede_pages ul li a {
    color: #666;
    font-size: 12px;
}

.dede_pages ul li:hover {
    background: #25acca;
}

.dede_pages ul li:hover a {
    color: #fff;
}

.dede_pages ul li a {}

.dede_pages ul li.thisclass {
    background: #004272;
    color: #fff;
}

.dede_pages ul li.thisclass a {}

.newsxq {
    padding-top: 50px;
}

.newsxqa {
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
}

.newsxqa h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
}

.newsxq p {
    text-align: center;
    color: #666;
    font-size: 12px;
}

.newsxq p span {
    padding: 0px 9px;
}

.newsxqb {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
}

.newsxqc {
    text-align: left;
    border-top: dashed 1px #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.newsxqc p {
    text-align: left;
    line-height: 32px;
}

.newsxqc a {}

.nei_ny {
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.8;
}


.gcyj {}

.gcyj ul {}

.gcyj ul li {
    display: block;
    float: left;
    padding-right: 3%;
    width: 47%;
    padding-bottom: 3%;
}

.gcyj ul li img {
    width: 100%;
    transition: all ease 0.5s;
}

.gcyj ul li h2 {
    text-align: center;
    padding: 12px 0px;
    transition: all 1s ease;
    background: #f5f5f5;
    font-weight: 500;
    font-size: 16px;
}

.gcyj ul li:hover h2 {

    background: #004372;

    color: #fff;
}

.gcyj ul li .img {

    overflow: hidden;
}

.gcyj ul li:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.ryzs ul li {

    width: 30%;
}

.image-list .cover {
    position: relative;
    width: 31.11%;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    border: solid 1px #eee;
    margin-right: 2%;
    margin-bottom: 2%;
}

.image-list .cover:nth-of-type(3n) {

    margin-right: 0%;
}

.image-list .cover img {
    width: 100%;
}

#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000;
}

#pictureViewer>.content {
    background-color: #fff;
    position: absolute;
    width: 590px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .menu-bar {
    width: 100%;
}

#pictureViewer .menu-bar .handel {
    background-image: url(../images/adbg2.jpg);
    background-repeat: no-repeat;
    text-align: center;
    padding: 80px 10px;
    overflow: hidden;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #3aa7b0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .menu-bar .handel.maximization {
    background-image: url(../images/maximization_black.png);
    background-size: 14px;
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../images/maximization_white.png);
}

#pictureViewer .menu-bar .handel.miniaturization {
    background-size: 16px;
    background-image: url(../images/miniaturization_black.png);
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../images/miniaturization_white.png);
}

#pictureViewer .menu-bar .handel.close-view {
    background-image: url(../images/close_black.png);
    background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../images/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#pictureViewer .handel-prev {
    background-image: url(../images/prev_blank.png);
}

#pictureViewer .handel-next {
    background-image: url(../images/next_blank.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
    background-color: #3aa7b0;
}

#pictureViewer .handel-prev:hover {
    background-image: url(../images/prev_white.png);
}

#pictureViewer .handel-next:hover {
    background-image: url(../images/next_white.png);
}

#pictureViewer .picture-content {
    display: inline-block;
    width: 80%;
    height: calc(100% - 80px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}

#pictureViewer .hide {
    display: none;
}

#pictureViewer .left {
    float: left;
}

#pictureViewer .right {
    float: right;
}

#pictureViewer .clear-flex {
    clear: both;
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%;
}

.main-content {

    margin-top: 40px;
}
.banner img{
	display:block;
	width:100%;
}

.rczp {
    margin: 40px auto;
}

.rczp ul {}

.rczp ul li {
    margin-bottom: 23px;
    border: solid 1px #eee;
    transition: all ease 0.5s;
}

.rczp ul li:hover {
    border: solid 1px #3aa7b0;
}

.rczp ul li:hover h3 {
    background: #3aa7b0;
    color: #fff;
}

.rczp ul li h3 {
    background: #f9f9f9;
    font-size: 22px;
    font-weight: 500;
    padding: 18px;
    color: #3aa7b0;
    transition: all ease .5s;
}

.rczp ul li p {
    background: #f9f9f9;
    margin: 15px;
    padding: 15px;
}

.rczp ul li p span {
    color: #666;
    padding-right: 20px;
    border-right: solid 1px #cacaca;
    margin-right: 20px;
}

.zhws {
    padding: 15px;
    display: none;
    border-top: solid 1px #eee;
    transition: all ease 0.5s;
}

.zhws h2 {
    font-weight: 500;
    font-size: 18px;
}

.zhwsw {
    margin-top: 12px;
    color: #333;
    line-height: 1.8;
}

.rczp ul li:hover .zhws {
    display: block;
}

.zxlynw {
    overflow: hidden;
}

.zxlynw input {
    float: left;
    width: 47.2222%;
    margin-right: 1%;
    border: solid 1px #eee;
    padding: 2% 1%;
    margin-bottom: 1%;
}

.zxlynw input:nth-of-type(2n) {
    margin-right: 0%;
}

.zxlynw textarea {
    width: 98%;
    margin-top: 1%;
    border: solid 1px #eee;
    height: 80px;
    padding: 1%;
}

.tjan {
    margin-top: 40px;
}

.tjan input {
    background: #004372;
    border: 0px;
    color: #FFF;
    padding: 15px 50px;
    font-size: 16px;
}


.gywmnr {
    padding: 24px;
    background: #fff;
    overflow: hidden;
}

.gywmnra img{
    width:100%;
	display:block;
}

.gywmnrb {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding-top: 16px;
}
.yqlj{
	display: none;
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #3aa7b0;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	z-index: 50;
}
.yqlj a{
	color: #fff;
}
.case_lishsj {
    display: none;
}
.new_width{
		max-width: 200px!important;
		width: 100%!important;
	}
.new_tz_widhe{
	margin: 33px 12px!important;
}
@media (min-width: 1200px) {
	.case_lish li a{
		overflow: hidden;
	}
}
.sjheader_nav{
	min-height:77px;
	display:none;
}
#sjheader{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	filter: drop-shadow(0 0 .16rem rgba(0,0,0,.2));
}
.textInner h2 {
    text-align: center;
    line-height: 38px;
    padding: 10px 100px;
    font-size: 20px;
    position: relative;
}
.textInner h2:after {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background: #3aa7b0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.textInner .textInfo {
    margin: 12px 0;
    line-height: 24px;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.textInner .textInfo i {
    margin: 0 10px;
    font-size: 14px;
}
.sxy{
	margin-top:35px;
}
.instItem{
    position: relative;
}
.instItem h3 {
    line-height: 48px;
    padding-left: 36px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
	margin-top:50px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc;
}
.instItem h3 .iconfont{
    position: absolute;
    left: 10px;
    font-size: 20px;
}
.instItem_item{
	text-align: center;
    border: 10px solid #fff;
    box-shadow: 0px 0px 2px #e6e6e6;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.instItem_item_inner{
    text-align: left;
}
.instItem_item_img{
    float: left;
    max-width: 320px;
    margin-right: 15px;
}
.instItem_item h3{
	font-size:16px;
}
.instItem_item_inner h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tel{
	position:fixed;
	left:20px;
	bottom:20px;
	border: none;
    background: #3aa7b0;
    cursor: pointer;
	border-radius: 3px;
	line-height: 35px;
    padding: 0px 20px;
	display: block;
    color: #fff;
	z-index:500;
	display:none
}
.tel a{
	color:#fff;
}
.sjheader_inner{
	position:relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2vh 5%;
	background:#fff;
	filter: drop-shadow(0 0 .16rem rgba(0,0,0,.2));
}
@media (max-width: 768px) {
    .instItem_item_img{
        max-width: 100%;
        float: none;
        width: 100%;
    }
    .instItem_item_inner h3{
        margin-top: 10px;
    }
	.textInner h2{
		padding:10px 0px;
	}
	.tel{
		display:block;
	}
	.footer_inner{
		display: none;
	}
	.dituContent{
		min-height:320px;
	}
	.scrol-page{
		padding-top:0;
	}
	.gsry_inner a h3{
		padding-top:2px;
	}
	.gsry_inner_item{
		padding:0 7.7px;
	}
	.conMain  .newsList li{
		flex-wrap:wrap;
	}
	.conMain .newsList li a{
		max-width:100%;
	}
	.leftMenu{
		margin-bottom:50px;
	}
	.rightCon .conTop{
		display:block;
		overflow:hidden;
	}
	.rightCon .conMain{
		padding: 27px 20px;
	}
	.gsry_inner_item{
		width:50%;
	}
	.case_lish li a{
		height:auto;
	}
    .header {

        display: none;
    }
	.yqlj,.sjheader_nav{
		display:block;
	}
	
    #sjheader {
        width: 100%;
		background: #FFF;
		display: block;
    }

    .sjheaderlogo {
        float: left;
        width: 60%;
    }

    .sjheaderlogo img {
        width: 100%;
    }

    .sjheaderdaoh {
        float: right;
        width: 20px;
    }

    .daikai {
        width: 100%;
        display: inline-block;
        position: relative;
        height: 20px;
        margin-top: 13%;
    }

    .daikai span {
        width: 100%;
        height: 3px;
        background: #333;
        transition: all ease 0.5s;
        position: absolute;
        opacity: 1;
    }

    .sjheaderdaoh ul {
        position: absolute;
        width: 100%;
		top: 74px;
        left: 0;
        z-index: -1;
        height: 100vh;
        background: rgba(253, 253, 253, 0.93);
        transition: all ease 1s;
        opacity: 0;
        right: -200%;
    }

    .sjheaderdaohdj ul {
        opacity: 1;
        right: 0%;
    }
.sjheaderdaoh ul li.current a{
	color: #3aa7b0;
    border-right: 5px solid #3aa7b0;
	border-bottom: 1px solid #3aa7b0;
}
    .sjheaderdaoh ul li {
        font-size: 16px;
    }
.sjheaderdaoh ul li a{
	display:block;
	height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #c5c1c1;
	padding-left: 1.25rem;
	font-size: 16px;
}
    .sjheaderdaohdj .daikai span:nth-of-type(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
        top: 9px;
        background: #243e85;
    }

    .sjheaderdaohdj .daikai span:nth-of-type(2) {
        opacity: 0;
    }

    .sjheaderdaohdj .daikai span:nth-of-type(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=0.45);
        top: 10px;
        background: #243e85;
    }

    .daikai span:nth-of-type(1) {
        top: 0px;
    }

    .daikai span:nth-of-type(2) {
        top: 7px;
    }

    .daikai span:nth-of-type(3) {
        top: 14px;
    }



    .plate_nonel {
        float: none;
        width: 100%;
    }

    .news_lish ul li a {
        width: 70%;
        font-size: 14px;
    }

    .news_lish ul li span {
        float: right;
        font-size: 12px;
        color: #666;
        width: 30%;
        text-align: right;
    }

    .plate_noner {
        float: none;
        width: 100%;
        margin-top: 5%;
    }

    .gywmnra {
        float: none;
        width: 100%;
    }

    .gywmnra img {
        width: 100%;
    }

    .gywmnrb {
        float: none;
        width: 100%;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        padding-top: 16px;
    }

    .gsrya {
        float: none;
        margin: 5%;
        text-align: center;
    }

    .footer {
        height: auto;
        line-height: inherit;
        margin: 0 auto;
		padding-bottom: 30px;
    }

    .footerl {
        float: none;
        color: #666;
        text-align: center;
        line-height: 1.6;
    }

    .footerr {
        float: none;
        text-align: center;
        padding: 0% 5%;
        line-height: 3;
    }

    .case_lish {
        /* display: none; */
    }

    .case_lishsj {
        display: block;
    }

	
    .nybanner,
    .banner {
        width: 100%;
        position: relative;
        margin-left: 0%;
        left: 0%;
    }

    .nybanner img,
    .banner img {
        width: 100%;
    }

    .mian {
        margin: 5% auto;
        width: 90%;
        overflow: hidden;
    }

    .mianl {
        background-color: #f5f5f5;
        float: none;
        width: 100%;
    }

    .mianl h2 {
        font-size: 22px;
        color: #3aa7b0;
        line-height: 30px;
        padding-right: 0px;
        background: #f5f5f5;
        text-align: center;
        font-weight: 500;
        border-bottom: solid 1px #d6d6d6;
        padding-bottom: 4%;
        margin-bottom: 4%;
    }

    .mianl ul li {
        text-align: center;
        line-height: 42px;
        border-bottom: solid 0px #dadada;
        padding-right: 0px;
        border-right: solid 0px #eeeeee;
        transition: all ease 0.5s;
        float: left;
        width: 29.3%;
        background: #fff;
        margin: 2%;
        border-radius: 4px;
    }

    .mianl ul li a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
    }

    .mianr {
        float: none;
        overflow: hidden;
        width: 90%;
        background: #fff;
        padding: 5%;
        padding-top: 5%;
        margin-top: 5%;
    }

    .mbx {
        font-size: 14px;
        line-height: 42px;
        text-align: left;
        background: #fff;
        border-bottom: solid 1px #eee;
        color: #666;
    }

    #pictureViewer>.content {
        background-color: #fff;
        position: absolute;
        width: 90%;
        height: 450px;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .zxlynw input {
        float: left;
        width: 97%;
        margin-right: 1%;
        border: solid 1px #eee;
        padding: 4% 1%;
        margin-bottom: 3%;
    }

    .rczpsy ul li {
        width: 100%;
        float: left;
        margin: 1%;
    }
}
.product{
	font-family: 'Kanit', sans-serif;
	text-align: center;
	border: 10px solid #fff;
	box-shadow: 1px 1px 2px #e6e6e6;
	overflow: hidden;
	position: relative;
	transition: .3s;
}
.product:hover{ box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3); }
.product:before{
	content: "";
	background: linear-gradient(to left top,#31a1b1,#74cab2);
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s linear;
}
.product:hover:before{ opacity: 1; }
.product img{
	width: 100%;
	height: auto;
	transition: all 0.4s linear;
}
.product:hover img{
	opacity: 0;
	transform: scale(3);
}
.product .product-content{
	color: #fff;
	width: 100%;
	transform: translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all 0.4s linear;
}
.product{
	margin-bottom:30px;
}
.product:hover .product-content{ transform: translateY(-50%) scale(1); }
.product .title{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:10px 20px;
	margin: 0;
}
.product .product-content .title a{
	display:block;
}
.product .product-content .title a:hover{
	color:#fff;
}
.product .post{
	font-size: 16px;
	text-transform: capitalize;
}
.product .icon{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: 8px;
	bottom: 10px;
}
.product .icon li{
	display: inline-block;
	margin: 0 1px;
	opacity: 0;
	transform: scale(1.3);
	transition: all 0.3s ease 0.4s;
}
.product:hover .icon li{
	opacity: 1;
	transform: scale(1);
}
.product:hover .icon li:nth-child(2){ transition: all 0.3s ease 0.2s; }
.product .icon li a{
	color: #11998e;
	background: #fff;
	font-size: 16px;
	line-height: 33px;
	height: 33px;
	width: 33px;
	border-radius: 50%;
	display: block;
	transition: all 0.5s ease;
}
.product .icon li  a:hover{
	color: #fff;
	background-color: #11998e;
	box-shadow: 0 0 5px #000;
}
@media only screen and (max-width:990px){
	.product { margin: 0 0 30px; }
}
.splitting-image {
  background-size: 0% 0%;
  position: relative;
  overflow: hidden;
}

.splitting-image img {
  display: block;
}

@supports (--row-size: calc( 100% / 2 )) {
  .splitting-image {
    background-size: cover;
    visibility: hidden;
    --row-size: calc(100% / var(--row-total));
    --col-size: calc(100% / var(--col-total));
  }

  .split-cell {
    background: inherit;
    position: absolute;
    overflow: hidden;
    top: calc(var(--row-size) * var(--row-index));
    left: calc(var(--col-size) * var(--col-index));
    width: calc(0.5px + var(--col-size));
    height: calc(0.5px + var(--row-size));
  }

  .split-cell__inner {
    position: absolute;
    visibility: visible;
    background: inherit;
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    transform: translate(
      calc(-1 * var(--col-size) * var(--col-index)),
      calc(-1 * var(--row-size) * var(--row-index))
    );
  }
}
.tiler {
  position: relative;
  display: inline-block;
  cursor: pointer;
  visibility: hidden;
  margin: auto;
}

.tiler img {
  display: block;
  margin: auto;
  max-width: 100%;
  visibility: visible;
}

.tiler-overlay {
  background-position: center center;
  margin: auto;
  position: fixed;
  top: 1em;
  bottom: 1em;
  left: 1em;
  right: 1em;
  max-width: 800px;
  max-height: 450px;
  -webkit-perspective: 30px;
          perspective: 30px;
}

.tiler-overlay .split-cell {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateZ(-15px);
          transform: translateZ(-15px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.5s, 0.4s;
  transition-timing-function: cubic-bezier(0.65, 0.01, 0.15, 1.33);
  /* The center character index */
  --center-x: calc((var(--col-total) - 1) / 2);
  --center-y: calc((var(--row-total) - 1) / 2);
  /* Offset from center, positive & negative */
  --offset-x: calc(var(--col-index) - var(--center-x));
  --offset-y: calc(var(--row-index) - var(--center-y));
  /* Absolute distance from center, only positive */
  --distance-x: calc(
    (var(--offset-x) * var(--offset-x)) / var(--center-x)
  );
  /* Absolute distance from center, only positive */
  --distance-y: calc(
    (var(--offset-y) * var(--offset-y)) / var(--center-y)
  );
  transition-delay: calc( 0.1s * var(--distance-y) + 0.1s * var(--distance-x) );
}

.tiler-overlay {
  z-index: 99;
}

.tiler:hover .split-cell {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}