/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	clear: both;
}

.topleft{width:15%;float: left;margin-top:5px;}
.topmid{width:65%;float: left;margin-top:20px;}
.topright{width:20%;float: right;margin-top:3px;}
body > div > div:nth-child(9) > div > div > div > div > div.preNext{clear:both;}
.cpxq{margin-top:30px;}
#mnav{display:none;}
.xqywbt{font-size: 20px;font-weight: bold;line-height: 36px;/* padding-bottom: 10px; */}
.xqzwbt{font-size: 24px;font-weight: bold;line-height: 32px;/* padding-bottom: 10px; */}
.xqnr{font-size: 15px;line-height: 28px;margin-bottom: 25px;}
.csbg{margin: 5px auto;clear: both;height: 50px;}
.csbgl{background: #6a768e;border-radius: 15px;width: 150px;color: #fff;height: 45px;line-height: 45px;float: left;font-size: 16px;font-weight: bold;text-align: center;}
.csbgr{font-size: 16px;line-height: 28px;/* float: right; */text-align: left;padding-left: 180px;line-height: 45px;}
/*.bgl{float:left;width: 45%;}*/
.bgr{float:right;width: 45%;}
.bbbg{margin-top:50px; clear: both;}
h1, .h1 {
    font-size: 1.5rem;
    text-align: center;
    line-height: 36px;
    margin-top: 15px;
}
body > div > div:nth-child(7) > div > div > div > div > div.preNext{clear: both;}
.conttitle{border-bottom: 2px solid #efefef;
    font-size: 16px;
    font-weight: bold;
    /* background: #efefef; */
    margin-top: 25px;}
/***** Jazz *****/
figure.effect-jazz{
	
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption {
	padding: 2em 1em;
}



figure.effect-jazz:hover img {
	
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}


.items li img {
	width: 100%;
	height: 100%;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.items li:hover img {
	width: 100%;
	height: 100%;
    transform: scale(1.2);
    transition: all 0.5s ease 0s;
	overflow:hidden;
}

.bttn{ clear:both;margin:10px auto; min-height:20px;}
.ncpxq{width:48%;float:left;}
.ngman{width:48%; float:right;}

.items {
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.items li {
position: relative;
width: 25%;
height: auto;
float: left;
overflow:hidden;
}

.items li:first-child figure.effect-winston{
	background: transparent;
}

.items li:first-child figure.effect-winston figcaption{
	background: rgba(0, 0, 0, 0.6);
}

.items li:first-child figure.effect-winston:hover figcaption{
	background: rgba(0, 0, 0, 0);
}

.items li:first-child figure.effect-winston h2{
	opacity: 1;
}

.items li:first-child figure.effect-winston:hover h2{
	opacity: 0;
}

.items li:first-child figure.effect-winston figcaption::before{
	display: none;
}

.items li:first-child figure.effect-winston:hover img {
	opacity: 1;
}


.gallery .hpCaseRightList {
	float: left;
	width: 50%
}

.gallery .item {
	float: left;
	width: 100%;
	display: block
}

.gallery .lines {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.gallery .item .pic {
	position: relative;
	display: block;
	background: #fff;
	width: 100%;
	overflow: hidden
}

.gallery .item .pic img {
	width: 100%;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	transition: transform .4s,-webkit-filter .4s,opacity .4s;
	-moz-transition: -moz-transform .4s,-moz-filter .4s,opacity .4s;
	-webkit-transition: -webkit-transform .4s,-webkit-filter .4s,opacity .4s;
	-o-transition: -o-transform .4s,-o-filter .4s,opacity .4s
}

.gallery .item .pic .describe {
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.75);
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transform: translateY(100%);
	transition: transform .4s;
	-moz-transition: -moz-transform .4s;
	-webkit-transition: -webkit-transform .4s;
	line-height: 50px;
	text-align: center
}

.gallery .item:hover img {
	
	opacity: 1;
	transform: scale(1.1);
    transition: all 0.5s ease 0s;
	overflow:hidden;
}

.gallery .item:hover .pic .describe {
	-webkit-transform: translateY(0)
}

.gallery .item .name {
	font-size: 16px;
	color: #333;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	transition: background-color .4s,color .4s;
	-moz-transition: background-color .4s,color .4s;
	-webkit-transition: background-color .4s,color .4s;
	-o-transition: background-color .4s,color .4s
}

.gallery .item:hover .name {
	background-color: #6d798f;
	color: #fff
}

.row1{margin-left:0px;margin-right:0px;margin-top:20px;display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.col-lg-3 {
    width: 25%;
	padding-left:0px;
	padding-right:0px;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 22%;
    max-width: 22%;
}

.col-md-7 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.list-inline-item {
	/* display: inline-block; */
    width: 16%;
	float: left;
}
.list-inline-item2 {
	/* display: inline-block; */
    width: 25%;
	float: left;
}
.list-inline-item1 {
	/* display: inline-block; */
    width: 50%;
	float: left;
}
ul, dl, li {
	list-style: none;
	padding: 0;
}
.lxbk {
	border:1px solid #ccc;
	background:#fff;
	padding:15px;
	width:46%;
	float:left;
}
.lxbk1 {
	border:1px solid #ccc;
	background:#fff;
	padding:15px;
	width:46%;
	float:right;
}
.footer {
	
}
.njjbg {
	background:url(/images/njjbg.jpg);
	background-repeat:no-repeat;
	min-height:354px;
	margin-top:4rem;
}
.nybt {
	text-align:center;
}
.njjnr {
	max-width:1180px;
	margin:0px auto;
	padding:30px 10px;
}
.flleft {
	width:20%;
	float: left;
}
.flright {
	width:80%;
	float: right;
}
.pro {
	padding-bottom:50px;
}
.pro .bt {
	font-size: 26px;
	color: #333;
	border-bottom:2px solid #efefef;
	height: 50px;
}
.pro .fenlei {
	text-align: center;
	width:12%;
	float: left;
}
.pro .fenlei a {
	color: #333;
	margin: 0px 5px;
	display:inline-flex;
	transition: 0.3s;
	width:200px;
	float:left;
	text-align:center;
	border-bottom:1px dashed #ccc;
}
.pro .fenlei a:hover {
	background: #0061a5;
	color: #fff;
	border: 1px solid #0061a5;
}
.pro .fenlei a.active {
	background: #0061a5;
	color: #fff;
	border: 1px solid #0061a5;
}
s #lmfl {
	border-bottom: 2px solid #ddd;
	margin: 0px auto;
}
.row88 {
	border-bottom:2px solid #ddd;
	height:54px;
}
.proli6 {
	margin: 16px;
	width:30%;
	float:left;
	border: solid 1px #ebebeb;
	height:auto;
}
.proli6:hover {
	color: #0076b4;
	box-shadow:  0 0 16px #CCC;
	border-bottom:1px solid #196FAA;
}
.proli6 .proli6_img img {
	min-width:33%;
	height: auto;
	padding:5px;
	background:#fff;
}
.proli6 .proli6_img:hover img {
scale(1.1, 1.1);
}
.proli6 .title {
	font-size:15px;
	margin-top: 2px;
	height: 45px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}
.proli6 .title::after {
height: 2px;
background-color: #196FAA;
transition: all .5s ease;
}
.proli6 .desc {
	font-size:14px;
	line-height: 32px;
	text-align:left;
	margin:2px 20px;
	cursor: pointer;
	border-top:1px solid #ebebeb;
	color:#999999;
	height:60px;
	overflow:hidden;
}
sup {
	top: -1em;
	font-size: 20px;
}
.ctzwbt {
	font-size:20px;
	font-weight:bold;
}
.pt-3, .py-3 {
	padding:0px!important;
}
.pb-5, .py-5 {
	background:#f5f5f5;
	padding-bottom:0rem!important;
}
.container-fluid {
	width: 100%;
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin-right: auto;
	margin-left: auto;
}
.orgwzbt {
	font-size:50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 40px;
}
.orgwzyw {
	font-size:20px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.orgwzzw {
	font-size:20px;
	color:#fff;
	text-align: center;
}
.orggg {
	background: url(../images/zzgg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 233px;
}
.cleft {
	width:50%;
	float: left;
	background: #f6f5f5;
	min-height: 313px;
}
.cright {
	width:50%;
	float: right;
	background: #f6f5f5;
	min-height: 313px;
}
.cleft img {
	width: 100%;
	height: 313px;
	transition: all 0.3s ease-out 0s;
	webkit-transform: scale(1);
	transform: scale(1);
}
.cleft img :hover {
	transform: scale(1.08, 1.08);
	-moz-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
	-o-transform: scale(1.08, 1.08);
}
.mt-4, .my-4 {
	margin-top:0rem!important;
}
.pt-5, .py-5 {
	padding-top:2rem!important;
}
.nybt {
	margin-bottom:30px;
}
.nybtj {
	margin-top:-35px;
	background:none!important;
}
.nybtzw {
	font-size: 30px;
	font-weight: bold;
	color:#0c3c76;
	text-align: center;
	background:none!important;
}
.nybtzws {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.nybtyws {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
}

.nybtzws1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.nybtyws1 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform:uppercase;
	text-align: center;
}


.nybtzwyw {
	font-size: 36px;
	font-weight: bold;
	color:#0c3c76;
	text-align: left;
	margin-bottom:20px;
	padding-left:20px;
}
.nybtyw {
	font-size: 22px;
	font-weight: bold;
	color:#0c3c76;
	text-transform:uppercase;
	text-align: center;
}
.nybtzww {
	font-size: 26px;
	font-weight: bold;
	color:#323232;
	text-align: left;
}
.nybtyww {
	font-size: 14px;
	color:#323232;
	line-height:28px;
}
.nculture {
	clear: both;
	width: 100%;
	background: #f6f5f5;
}
.crightnr {
	max-width: 620px;
	margin: 0px auto;
	padding: 50px;
}
.ctitlezw {
	font-size:26px;
	font-weight: bold;
}
.ctitleyw {
	font-size:16px;
	text-transform:uppercase;
	line-height: 30px;
}
.ctiline {
	border-bottom: 6px solid #6d798f;
	max-width: 60px;
}
.ccontent {
	font-size: 18px;
	line-height: 32px;
	width:80%;
	margin-top:30px;
}
.ccontent1 {
	font-size: 18px;
	line-height: 32px;
	width:85%;
	margin:0px auto;
	text-indent:2rem;
}
.ccontent2 {
	font-size: 18px;
	line-height: 32px;
	width:96%;
	margin:0px auto;
	text-indent:2rem;
	margin-bottom:20px;
}
.sabpic {
	width:50%;
	float: left;
}
.sjjbt {
	font-size: 30px;
	font-weight: bold;
	line-height: 60px;
}

.sjj {
	width:45%;
	float: right;
	padding: 70px 0;
}
.sjjline {
	border-bottom:4px solid #41516d;
	width:60px;
}
.sjjnr {
	font-size:18px;
	line-height: 28px;
	padding: 20px 0;
	width:80%;
}
.more {
	margin: 0px auto;
}
.more a {
	color: #fff;
	background-color: #0037a0;
	border-color: #0037a0;
	width:180px;
	height:60px;
	border-radius:10px;
	padding: 20px;
}
.ysj {
	font-size:18px;
	font-weight:bold;
}
.ysbt {
	font-size:18px;
	font-weight:bold;
	padding-left:26px;
}
#flaosBox {
	position: fixed;
	width: 75px;
	z-index: 900;
	right: 20px;
	bottom: 100px;
}
#flaosBox li {
	margin-bottom: 2px;
	overflow: hidden;
	height: 56px;
	width: 75px;
	cursor: pointer;
	list-style: none;
	position: relative;
	background: rgba(93, 113, 147, 1);
}
#flaosBox li:hover {
	background: rgba(65, 81, 109, 1);
}
#flaosBox li.top {
	margin-bottom: 2px;
	overflow: hidden;
	height: 56px;
	width: 75px;
	cursor: pointer;
	list-style: none;
	position: relative;
	background: rgba(93, 113, 147, 1);
}
#flaosBox li.top:hover {
	background: rgba(93, 113, 147, 1);
}
#flaosBox li.queryshow {
	overflow: visible;
}
#flaosBox li.queryshow .box-inner {
	width: 75px;
	position: relative;
	right: auto;
}
#flaosBox li .box-inner {
	width: 225px;
	height: 56px;
	position: absolute;
	right: -150px;
}
#flaosBox li .box-inner a {
	display: block;
	width: 75px;
	float: left;
	height: 20px;
	padding-top: 36px;
	line-height: 18px;
	color: #fff;
	text-align: center;
}
#flaosBox li .box-inner a.icon-qq {
	background: url(../images/icon_qq.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-tel {
	background: url(../images/icon_tel.png) center 7px no-repeat;
}
#flaosBox li .box-inner a.icon-wechat {
	background: url(../images/icon_code.png) center 7px no-repeat;
}
#flaosBox li .box-inner a:hover {
	color: #fff;
}
#flaosBox li .box-inner a.icon-top {
	background: url(../images/icon_top.png) center 7px no-repeat;
}
span.box-hide {
	display: block;
	width: 150px;
	float: left;
	background: url(/images/img/float_line.jpg) left center no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	color: #fff;
}
.querycode {
	position: absolute;
	width: 89px;
	height: 88px;
	left: -89px;
	display: none;
	border: 2px #333 solid;
}
.querycode img {
	width: 85px;
}
/*ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â*/


.iys {
	background:#f5f5f5;
	height:252px;
	margin-top:25px;
	margin:0px auto;
}
.iys_content {
	max-width:1200px;
	margin:0px auto;
	text-align:center;
}
.ys1 {
	width:33%;
	float:left;
	min-height:112px;
	text-align: left;
}
.ys1:hover, ys1:link, ys1:visited {
	transition:all 0.3s;
	cursor: pointer;
}
.ys2 {
	width:33%;
	float:left;
    padding-left: 60px;
}
.ys2:hover, ys2:link, ys2:visited {
	transition:all 0.3s;
	cursor: pointer;
}
.ys3 {
	width:33%;
	float:left;
	text-align: right;
}
.ys3:hover, ys3:link, ys3:visited {
	transition:all 0.3s;
	cursor: pointer;
}
span.counter {
	font-size:58px;
	font-family: "Microsoft YaHei UI";
	font-weight:bold;
	color:#fff;/* padding-left:45px; */
	margin-top:8px;
}
.iys_content span {
	color:#fff;
}
.col-121 {
	flex:0 0 25%!important;
	padding-right:15px;
	padding-left: 15px;
}
.sina-nav .sina-menu li a:hover, .sina-nav .sina-menu li a:focus, .sina-nav .sina-menu li.active > a, .sina-nav .sina-menu li .mega-menu-col-title:hover, .sina-nav .sina-menu li .mega-menu.dropdown-menu .mega-menu-col .active > a, .sina-nav .sina-menu li .dropdown-menu li.active > a, .sina-nav .sina-menu li .dropdown-menu li a:hover, .sina-nav .sina-menu li .dropdown-menu li a:focus, .sina-nav .sina-menu li .mega-menu .mega-menu-col ul li a:hover, .sina-nav .sina-menu li .mega-menu .mega-menu-col ul li a:focus {
	background:#6d798f;
}
.nlmr a {
	color:#fff;
}
.nlmr a:hover {
	color:#fff;
}
@media (min-width:768px) {
 .mainbanner1 {
display:none!important;
}
}
.page-item.active .page-link {
	background-color: #41516d;
	border-color: #41516d;
}
.page-link:hover {
	color: #d7ad71;
}
.page-item:first-child .page-link {
	color:#41516d;
}
.page-link {
	color:#d7ad71;
}
.text-truncate a {
	color:#323232;
}
.newcontent {
	width:100%;
	margin: 0px auto;
	clear: both;
}
.newcontent1 {
	width:100%;
	margin: 0px auto;
	clear: both;
	margin-top:50px;
}
.newbt {
	width:100%;
	margin: 0px auto;
	min-height: 30px;
}
.nlbt {
	background-image: url("../images/nic1.png");
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 50%;
	padding-left:40px;
	font-size: 22px;
	color: #fff;
}
.nlmr {
	background-image: url("../images/nmr.png");
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 50%;
	padding-right: 30px;
	font-size:16px;
	text-align: right;
	color: #fff;
	margin-top: 5px;
}
.nlbt1 {
	background-image: url("../images/nic2.png");
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 50%;
	padding-left:40px;
	font-size: 22px;
	color: #d7ad71;
}
.nlbt11 {
	background-image: url("../images/nic3.png");
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 50%;
	padding-left:40px;
	font-size: 22px;
	color: #fff;
	text-align: left;
}
.nlmr1 {
	background-image: url("../images/nmr1.png");
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	width: 50%;
	padding-right: 30px;
	font-size:16px;
	text-align: right;
	color: #d7ad71;
	margin-top:5px;
}
.nlmr11 {
	background: #6d798f;
	max-width: 200px;
	height: 45px;
	/* background-repeat: no-repeat; */
	/* background-position: right; */
	/* float: right; */
	width: 100%;
	line-height:45px;
	margin: 0px auto;
	/* padding-right: 30px; */
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	margin-top: -35px;
}

.nlmr18 {
	background: #fff;
	max-width: 200px;
	height: 45px;
	/* background-repeat: no-repeat; */
	/* background-position: right; */
	/* float: right; */
	width: 100%;
	line-height:45px;
	margin: 0px auto;
	/* padding-right: 30px; */
	font-size: 18px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	margin-top: -65px;
	margin-bottom: 30px;
}
.more1{width: 200px;
    background: #6d798f;
    border-radius: 15px;
	text-align:center;
	line-height:60px;
    height: 60px;}
	
.nlmr11 a{color:#fff!important; font-size:18px;}	
.more1 a{color:#fff!important; font-size:18px;}
.list-group-item {
	padding:0.5rem 0rem!important;
}
.newleft {
	width:48%;
	float: left;
}
.toptel {
	padding-top:8px;
	padding-left:5px;
	font-size: 15px;
}
.newright {
	width:48%;
	float: right;
}
.newleft1 {
	width:48%;
	float: left;
}
.newright1 {
	width:48%;
	float: right;
}
.list-group-item {
	background: none!important;
	border: none;
}
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
border:1px solid #ccc;
}
.btlink {
	
}
.newleft h5 {
	color:#fff;
}
.newleft p {
	color:#fff;
}
.newleft1 h5 {
	color:#323232;
}
.newleft1 p {
	color:#323232;
}
.text-right {
	color:#323232;
}
.text-right1 {
	color:#fff;
}
.text-truncate1 a {
	color:#fff;
}
.bg-news {
	background: url(../images/sgg.jpg);
	min-height: 290px;
	margin-bottom:40px;
}
.newright1 a {
	color:#323232;
}
.xwpic {
	width:35%;
	float: left;
}
.xwpic img {
	width:80%;
}
.xwnnr {
	width:65%;
	float: right;
}
.xwbtn {
	width:70%;
	float: left;
}
.xwtm {
	width:30%;
	float: right;
}
.mt-5, .my-5 {
	margin-top:0rem!important;
}
.xsbtt {
	width: 100%;
	max-width: 750px;
	margin-left:0px;
	float:right;
	padding-bottom:30px;
}
p {
	line-height: 30px;
	margin-bottom: 0px!important;
}
ol, ul, dl {
	margin-bottom: 0px!important;
}
.stop {
	margin:10px auto;
}
.search {
	padding-top:10px;
}
.text-right img {
	padding-bottom:5px;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
 border-radius: 10px;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 background: #f2f2f2;
 padding-left: 20px;
 width: 300px;
 height: 40px;
}
.btn-outline-light {
	color: #323232;
	border-color: #c4c7c9;
}
.col-md-4 {
	flex: 0 0 13.333333%;
	max-width: 13.333333%;
}
.col-md-42 {
	flex: 0 0 25%;
	max-width: 25%;
}
.pb-4, .py-4 {
	margin:10px auto;
}
.col-md-41 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-32 {
	-ms-flex: 0 0 33.3%;
	flex: 0 0 33.3%;
	max-width: 33.3%;
}
.mt-21 {
}
.btn-primary {
	color: #fff;
	background-color: #d7ad71;
	border-color: #d7ad71;
}
.tbox {
	bottom: 65px;
	display: none;
	float: right;
	position: fixed;
	right: 0px;
	width: 40px;
	z-index: 901;
}
.tbox #gotop {
	background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0;
	display: block;
	height: 40px;
	width: 40px;
}
.news-txt .date {
	text-align: center;
	background-color: #0088cf;
	padding: 10px;
	color: #fff;/*border-right: 1px solid #ececec;*/
}
.indexnews .list-group-item:hover .date {
	background-color: #f8b314;
}
.news-txt .date span.date01 {
	font-size: 3rem;
	line-height: 3rem;
}
.news-txt .date span.date02 {
	font-size: 1rem;
	line-height: 2rem;
}
.news-txt .date span {
	margin: 0;
	padding: 0;
	display: block;
	font-style: normal;
	color: #fff;
}
.news-txt .des {
	font-size: 1.2rem;
	color: #777;
	padding: 1rem 0 0 0;
}
.wd .wen {
	color: #fff;
	border-radius: 50%;
	background: #d7ad71;
	margin-right: 10px;
}
.wd .da {
	color: #fff;
	border-radius: 50%;
	background: #f68b20;
	margin-right: 10px;
}
.a-wrap {
	position: relative;
	width: 100%;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/
.mbmenu {
	background: #0c3c76;
	color: #fff;
	padding: 10px 0;
	border-top: 2px solid #0c3c76;
}
.mbmenu a:link, .mbmenu a:visited {
	color: #fff;
}
.mbmenu h1 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.mbmenu p {
	margin: 0px;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª*/
.pclass-index a {
	display: block;
	padding: 12px 15px;
	color:#323232;
	background: #fff;
	text-align: center;
	font-size: 16px;
	border-radius:6px;
	width: 184px;
	border:1px solid #d7ad71;
}
.pclass-index2 a {
	display: block;
	padding: 12px 15px;
	color:#323232;
	background: #fff;
	text-align: center;
	font-size: 14px;
	border-radius:6px;
	width: 184px;
	border:1px solid #d7ad71;
}
.pclass-index2 a:hover {
	background: #d7ad71;
	color:#fff;
}
.pclass-index a:hover {
	background: #d7ad71;
	color:#fff;
}
.pclass-index1 a {
	display: block;
	padding: 12px 15px;
	color:#323232;
	background: #fff;
	text-align: center;
	font-size: 16px;
	padding-left: 60px;
	border-radius:6px;
}
.pclass-index1 a:hover {
	background: #d7ad71;
	color:#fff;
}
.pclass li a {
	display: block;
	padding: 6px 15px;
	background: #fff;
	border:1px solid #d7ad71;
	color:#d7ad71;
	border-radius:6px;
}
.pclass li a:hover {
	background: #f88c1d;
	border:1px solid #f88c1d;
	color:#fff;
}
.pclass li a.oncurrent {
	background: #f88c1d;
	border:1px solid #f88c1d;
	color:#fff;
}
body {
	font-family: "ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œ";
	color:#555;
	line-height: 1.6;
}
a {
	color:#323232;
}
a:hover {
	color:#d7ad71;
	text-decoration: none;
}
.navbar-brand img {
	margin:0px 16px;
}
.tel {
	font-size: 12px;
	line-height: 40px;
	color: #333;
}
.cn {
	background: url(../images/cn.jpg) left center no-repeat;
	padding-left:30px;
	line-height: 40px;
}
.en {
	background: url(../images/en.jpg) left center no-repeat;
	padding-left:30px;
	line-height: 40px;
}
.news-txt .date {
	text-align: center;
	background-color: #e5e5e5;
	padding: 10px;
	left: 10px;
	color: #323232;/*border-right: 1px solid #ececec;*/
}
.indexnews .list-group-item:hover .date {
	background-color: #efefef;
}
.news-txt .date span.date01 {
	font-size: 3rem;
	line-height: 3rem;
	color: #323232;
}
.news-txt .date span.date02 {
	font-size: 1rem;
	line-height: 2rem;
	color:#323232;
	background: #dfdfde;
	margin-top:10px;
}
.news-txt .date span {
	margin: 0;
	padding: 0;
	display: block;
	font-style: normal;
	color: #fff;
}
.news-txt .des {
	font-size: 1.2rem;
	color: #777;
	padding: 1rem 0 0 0;
}
.bg-menu {
	
}
.bg-menu1 {
	background:url("../images/btbg.jpg") repeat;
	border-bottom: 1px solid #757575;
}
.coll {
	width: 24%;
	float: left;
	padding-top: 40px;
	color: #7f7f7f;
	line-height: 24px;
	border-right: 1px solid #757575;
	min-height: 260px;
}
.colll {
	width: 50%;
	float: left;
	padding-top: 40px;
	color: #fff;
	line-height: 35px;
	text-align: left;
	border-right: 1px solid #757575;
	min-height: 260px;
	padding-left: 100px;
}
.collll {
	width: 24%;
	float: right;
	padding-top: 40px;
	color: #7f7f7f;
	text-align: center;
	min-height: 260px;
}
.wbbq {
	clear: both;
	margin: 0px auto;
	min-height: 260px;
}
.tsglink {
	border: 1px solid #e7e7e7;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:10px 0px;
	color: #fff;
	font-size: 16px;
}
.bg-f4f {
	background-color: #f4f4f4;
	overflow: hidden;
	min-height: 40px;
	line-height: 40px;
}
.fs-en {
	font-size: 24px;
}
.fs-cn {
	font-size: 24px;
}
.fs-p {
	font-size: 16px;

}
.fs-12 {
	font-size: 12px;
}
.fs-14 {
	font-size: 14px;
}
.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fs-24 {
	font-size: 24px;
}
.fs-28 {
	font-size: 28px;
}
.fs-30 {
	font-size: 30px;
}
.fs-36 {
	font-size: 36px;
}
.fs-48 {
	font-size: 48px;
}
.fc-h {
	color: #1d7948;
}
.fc2-h {
	color: #f88c1d;
}
.fc-h2 {
	color:rgba(0, 0, 0, 0.1);
}
.fc-p {
	color:rgba(0, 0, 0, 0.4);
}
.fc-h2-white {
	color:rgba(255, 255, 255, 0.1);
}
.fc-p-white {
	color:rgba(255, 255, 255, 0.4);
}
.fc-fff {
	color: #fff;
}
.border-5 {
	border:5px solid #1d7948;
}
.border-bottom-dashed {
	border-bottom: 1px dashed #ccc;
}
.bg-main {
	background: #172f89;
}
.bg-eee {
	background: #eee;
}
.bg-product {
	background: #6d798f;
	min-height: 150px;
}
.bg-4ad {
	background:url(../images/bg2.jpg) center top no-repeat;
}
.bg-h {
}
h4 {
	font-size:1.1rem;
	font-weight: bold;
}
.bg-honor {
	background:#5f7292;
	min-height: 650px;
}

.bg-honor1 {
	background: #bbc7db;
}

.bg-ht {
	background: linear-gradient(to bottom, #eee 160px, #469b6e 160px);
}
.bg-ad1 {
	background:url(../images/bg-ad.jpg) center center no-repeat #fff;
}
.submenu li a {
	display: block;
	padding:0 10px;
}
.subnav li a {
	display: block;
	padding: 6px 8px;
	color:#323232;
	font-size:18px;
	text-align:center;
}
.subnav li a.oncurrent {
	display: block;
	padding: 6px 8px;
	font-size:18px;
	color:#323232;
	text-align:center;
	border-bottom:3px solid #6d798f;
}
.subnava li a {
	display: block;
	padding: 6px 8px;
	color:#323232;
	font-size:24px;
	text-align:center;
}
.subnava li a.oncurrent {
	display: block;
	padding: 6px 8px;
	font-size:24px;
	color:#323232;
	text-align:center;
	border-bottom:3px solid #6d798f;
}
.advt {
	font-size: 48px;
	color: #fff;
	background: #1d7948;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
}
/*.advt:before{
    content: "";
    width: 40px;
    height: 3px;
    background: #f88c1d;
    position: absolute;
    top: 66px;
}*/
.ht8 .ht {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn1.png) center center no-repeat;
	margin: 4px auto;
}
.ht8:hover .ht {
	color: #fff;
	background: url(../images/icn11.png) center center no-repeat;
	margin: 4px auto;
}
.ht81 .ht1 {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn2.png) center center no-repeat;
	margin: 4px auto;
}
.ht81:hover .ht1 {
	color: #fff;
	background: url(../images/icn22.png) center center no-repeat;
	margin: 4px auto;
}
.ht82 .ht2 {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn3.png) center center no-repeat;
	margin: 4px auto;
}
.ht82:hover .ht2 {
	color: #fff;
	background: url(../images/icn33.png) center center no-repeat;
	margin: 4px auto;
}
.ht83 .ht3 {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn4.png) center center no-repeat;
	margin: 4px auto;
}
.ht83:hover .ht3 {
	color: #fff;
	background: url(../images/icn44.png) center center no-repeat;
	margin: 4px auto;
}
.ht84 .ht4 {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn5.png) center center no-repeat;
	margin: 4px auto;
}
.ht84:hover .ht4 {
	color: #fff;
	background: url(../images/icn55.png) center center no-repeat;
	margin: 4px auto;
}
.ht85 .ht5 {
	font-size:16px;
	color: #323232;
	width: 184px;
	height: 49x;
	background: url(../images/icn6.png) center center no-repeat;
	margin: 4px auto;
}
.ht85:hover .ht5 {
	color: #fff;
	background: url(../images/icn66.png) center center no-repeat;
	margin: 4px auto;
}
.ht8:hover .fc2-h {
	color: #d7ad71;
}
` .product a img {
 border-radius: 0.25rem 0.25rem 0 0;
}
.product figcaption h5 {
	transition: 480ms;
	position: relative;

	z-index: 5;
	font-size: 15px;
	line-height: 50px;
}
.product figure {
	display:block;
	position:relative;
	overflow:hidden;
}
.product figcaption {
	display:block;
	position:relative;
	overflow:hidden;
	height: 50px;
	background: #6d798f;
	color:#fff;
}
.product figcaption:after {
	content:"";
	width:100%;
	height:100%;
	left:0;
	bottom:-100%;
	background:#2258a0;
	transition:500ms;
	position:absolute;
	border-radius: 0 0 0.25rem 0.25rem;
}
.product a:hover figcaption:after {
	bottom:0;
}
.product a:hover figcaption h5 {
	color:#fff;
}
#footer {
	background: url("../images/btbg.jpg") repeat;
	color:rgba(255, 255, 255, 0.6);
}
#footer a {
	color:rgba(255, 255, 255, 0.6);
}
#footer a:hover {
	color:rgba(255, 255, 255, 1);
}
#footer h4 {
	color:rgba(255, 255, 255, 1);
	font-size: 18px;
	margin-bottom: 1rem;
}
#footer p {
 margin-bottom: .5rem;
}
.copyright {
	background:url(../images/botbgg.jpg) center top no-repeat;
	min-height: 288px;
}
.lh-15 {
	line-height: 1.5rem;
}
/*.main-content{
  width:calc(100% - 60px);
  margin:0 auto;
}
.main-content2{
  width:calc(100% - 60px);
  margin:0 auto;
}
.main-content h2{
  font-size:24px;
}*/
.b-t {
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.news {
	border-bottom: 1px dashed #ddd;
}
.news h2 {
	font-size: 18px;
}
p.title {
	font-size: 24px;
	margin-bottom: 0;
	color: #666;
}
p.subtitle {
	font-size: 14px;
	color: #999;
}
.indexh h1 {
	font-size: 24px;
	color: #222;
}
.newspic {
	position: relative;
}
.newspic h2 {
	width:100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	color: #fff;
	margin: 0;
}
.product_img {
	overflow: hidden;
}
.product_info p.title {
	font-size: 16px;
	color: #555;
	margin-top:15px;
	margin-bottom: 0;
}
.product_info p.time {
	font-size: 12px;
	color: #aaa;
}
.container1 {
	width: 100%;
	max-width:1460px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	/* padding-top:50px; */
    margin-left: auto;
}

.container11 {
	width: 100%;
	max-width:92%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	/* padding-top:50px; */
    margin-left: auto;
}


 @media (min-width: 1200px) {
 .container {
 max-width:1200px;
}
}

@media only screen and (max-width: 100%) and (min-width:768px){
	
	#mnav{display:block!important;}
	
	}


/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½768pxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° */
@media (min-width: 768px) {
 .fs-en {
 font-size: 36px;
}
 .fs-cn {
 font-size: 30px;
}
 .fs-p {
 font-size: 24px;
}
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½992pxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° */
@media (min-width: 992px) {
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½1200pxÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â° */

@media (min-width:1200px) {
 #yw-list .swiper-pagination {
display: none;
padding-bottom:5px;
}
 .sy-gtff-ico {
display: block;
}
}

 @media (max-width: 1440px) {

.topmid {
    width: 65%;
    float: left;
    margin-top: 15px;
}
}

 @media (max-width: 768px) {
	 
	 body > div > section.pt-5.pb-5{display: none!important;}
	 .col-md-42 {
    flex: 0 0 50%;
    max-width: 50%;
}
	 .subnava li a {
	display: block;
	padding: 6px 8px;
	color:#323232;
	font-size:16px;
	text-align:center;
}
.subnava li a.oncurrent {
	display: block;
	padding: 6px 8px;
	font-size:16px;
	color:#323232;
	text-align:center;
	border-bottom:3px solid #6d798f;
}
	 .nybtzwyw {
    font-size: 20px;
    font-weight: bold;
    color: #0c3c76;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 20px;
}
	 
	 
	 .ccontent2 {
    font-size: 14px;
    line-height: 28px;
    width: 96%;
    margin: 0px auto;
    text-indent: 2rem;
    margin-bottom: 20px;
}
	 
	 .orgwzzw {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
	 .orgwzbt {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 40px;
}

.orgwzyw {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
	text-transform: uppercase;
}

.orggg {
    background: url(../images/zzgg.jpg);
    background-repeat: no-repeat;
    background-position: revert;
    min-height: 233px;
}
	 body > div > section > div.pro2.container > p:nth-child(5){margin-top:0px!important;}
	 .footer {
    margin-top: 50px;
    display: none;
}
	 .lxbk {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    width: 99%;
    float: left;
}

.lxbk1 {
    border: 1px solid #ccc;
    background: #fff;
    padding: 15px;
    width: 99%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
	 
	 .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 24%;
    max-width: 24%;
}
	 
	 .more1 {
    width: 150px;
    background: #6d798f;
    border-radius: 15px;
    text-align: center;
    line-height: 45px;
    height: 45px;
}

.more1 a {
    color: #fff;
    font-size: 16px;
}
	 
	 .nybtzws {
    font-size: 26px!important;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.nybtyws {
    font-size: 18px!important;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.nybtzw {
    font-size: 26px!important;
    font-weight: bold;
    color: #0c3c76;
    text-align: center;
}

.nybtyw {
    font-size: 18px!important;
    font-weight: bold;
    color: #0c3c76;
    text-transform: uppercase;
    text-align: center;
}

.bg-news {
    background: url(../images/sgg.jpg);
    min-height: 290px;
    margin-bottom: 40px;
    background-position: right!important;
}

	 .items li {
    position: relative;
    width: 50%!important;
    height: auto;
    float: left;
    overflow: hidden;
}
	 
	 
 .ysj {
font-size:18px;
font-weight:bold;
}
 .ysbt {
font-size:18px;
font-weight:bold;
padding-left:26px;
}
 .bg-product {
 background: #6d798f;
 min-height: 180px;
 max-width: 96%;
 margin: 0px auto;
}
 .sabout {
max-width: 96%;
 margin: 0px auto;
}
 .sabpic {
width: 100%;
float: left;
}
.sjjbt {
font-size: 26px;
font-weight: bold;
line-height: 50px;
}
.sjj {
width: 100%;/* float: right; */
padding: 10px 0;
}
.sjjline {
border-bottom:4px solid #41516d;
width:60px;
}
.sjjnr {
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
}
.more {
margin: 0px auto;
}
.more a {
color: #fff;
 background-color: #0037a0;
 border-color: #0037a0;
 width:180px;
 height:60px;
 border-radius:10px;
 padding: 20px;
}
 .col-md-3 {
 -ms-flex: 0 0 50%;
 flex: 0 0 50%;
 max-width: 50%;
}
 .sina-nav-header img {
max-width: 80%;
margin:0px auto;
}
	/**.pclass-index{padding-left:12px;}**/
	.col-md-41 {
 flex: 0 0 50%;
 max-width: 50%;
}
 .carousel {
display: none!important;
}
 .newleft h5 {
 color: #fff;
 font-size: 15px;
}
 h5, .h5 {
font-size: 15px;
}
 .container1 {
padding-top:20px;
}
 .product figcaption h5 {
font-size: 14px;
}
 .pclass-index a {
 display: block;
 padding: 12px 15px;
 color: #323232;
 background: #fff;
 text-align: center;
 font-size: 16px;
 border-radius: 6px;
 width: 160px;
 border: 1px solid #d7ad71;
}
 .col-md-4 {
display:none;
}
 .pclass-index2 a {
 display: block;
 padding: 12px 15px;
 color:#323232;
 background: #fff;
 text-align: center;
 font-size: 14px;
 border-radius:6px;
 width: 160px;
 border:1px solid #d7ad71;
}
 .pclass-index2 a:hover {
 background: #d7ad71;
 color:#fff;
}
 .pb-3, .py-3 {
padding-bottom: 1rem !important;
}
 .bg-honor {
 background: url(../images/productbg.jpg) center top no-repeat #eee;
 min-height: 450px;
 clear: both;
}
 .tsearch {
display:none;
}
 .newleft {
width:100%;
float: left;
}
 .newright {
width:100%;
}
 .newleft1 {
width:100%;
float: left;
}
 .newright1 {
width:100%;
}
 .bg-h {
min-height:330px;
}
 .wbbq {
display:none;
}
 .ht8 .ht {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn1m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht8:hover .ht {
 color: #fff;
 background: url(../images/icn11.png) center center no-repeat;
 margin: 4px auto;
}
 .ht81 .ht1 {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn2m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht81:hover .ht1 {
 color: #fff;
 background: url(../images/icn22.png) center center no-repeat;
 margin: 4px auto;
}
 .ht82 .ht2 {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn3m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht82:hover .ht2 {
 color: #fff;
 background: url(../images/icn33.png) center center no-repeat;
 margin: 4px auto;
}
 .ht83 .ht3 {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn4m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht83:hover .ht3 {
 color: #fff;
 background: url(../images/icn44.png) center center no-repeat;
 margin: 4px auto;
}
 .ht84 .ht4 {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn5m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht84:hover .ht4 {
 color: #fff;
 background: url(../images/icn55.png) center center no-repeat;
 margin: 4px auto;
}
 .ht85 .ht5 {
 font-size:16px;
 color: #323232;
 width: 160px;
 height: 49x;
 background: url(../images/icn6m.png) center center no-repeat;
 margin: 4px auto;
}
 .ht85:hover .ht5 {
 color: #fff;
 background: url(../images/icn66.png) center center no-repeat;
 margin: 4px auto;
}
 .pt-5, .py-5 {
padding-top: 1rem !important;
}
 .pb-5, .py-5 {
 padding-bottom: 1.5rem !important;
}
 .xwbtn {
 width: 100%;
 float: left;
}
 .newleft1 h5 {
font-size:16px;
}
 .xwtm {
 width: 30%;
 float: right;
 display: none;
}
 .newleft1 p {
 color: #323232;
 line-height: 23px;
}
 .text-right1 {
 color: #fff;
 display: none;
}
 .text-right {
 color: #323232;
 display: none;
}
}