/* ==========================================================================
   Global
   ========================================================================== */
    
html {
	font-size: 62.5%;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 5px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar {
 width: 8px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 border-radius: 5px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #bdb9b9;
}
 div::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
 border-radius: 3px;
 background-color: #F5F5F5;
}
 div::-webkit-scrollbar {
 width: 6px;
 background-color: #F5F5F5;
}
 div::-webkit-scrollbar-thumb {
 border-radius: 3px;
 -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
 background-color: #bdb9b9;
}
a {
	color: #333;
}
a:hover {
	color: #1d4789;
}
a:focus {
	outline: none;
	-moz-outline: none;
}
body {
	color: #333;
	font: 14px/1.7 microsoft yahei, Arial, Helvetica, sans-serif;
}
 @media only screen and (max-width: 768px) {
body {
	font-size: 12px;
}
}
.wrapper {
	max-width: 1360px;
	/*min-width: 980px; */
	_width: 1360px;
	padding: 0 10px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper:after,  .row:after {
	content: "";
	display: table;
	clear: both;
}
/* arrow */    
.arrow {
	position: absolute;
	top: 50%;
	margin-top: -4px;
}
.arrow * {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border: 0 dashed transparent;
	overflow: hidden;
}
/* arrow-right */
    
.arr-r * {
	border-left-style: solid;
	border-width: 4px 0 4px 4px;
}
.arr-r em {
	left: 1px;
}
.arr-r span {
	border-left-color: #3675bb;
}
.tri {
	position: absolute;
	width: 0;
	height: 0;
	border: 0 dashed transparent;
	overflow: hidden;
}
.radius60 {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}
/* ==================================
   menu
   ================================== */
    
.menu {
	position: relative;
}
/* menu-hd */
    
.menu-hd {
	position: relative;
	z-index: 1002;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	padding: 0 20px 0 6px;
}
/* menu-bd */
    
.menu-bd {
	display: none;
	position: absolute;
	z-index: 1001;
	margin-top: -1px;
}
.menu-bd-panel {
	padding: 5px 0;
	border: 1px solid #eee;
	background: #fff;
	min-width: 96px;
}
.menu-bd-panel a {
	display: block;
	padding: 0 5px;
	line-height: 28px;
	white-space: nowrap;
	color: #6C6C6C
}
/* menu arrow */
    
.menu-hd .fa-caret-down {
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	position: absolute;
	height: 30px;
	line-height: 30px;
	top: 0;
	right: 6px;
}
/* menu hover */
    
.menu-hover .menu-hd {
	z-index: 10002;
}
.menu-hover .menu-bd {
	z-index: 10001;
}
.menu-hover .menu-hd {
	padding: 0 19px 1px 5px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #eee;
	background: #fff;
}
.menu-hover .menu-hd .fa-caret-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.menu-hover .menu-bd-panel a:hover {
	background: #eee;
}
/* ==========================================================================
   Header
   ========================================================================== */

header {
}
header .wrapper {
	position: relative;
	z-index: 99;
}
.topbar .wrapper {
	position: relative;
}
.logo {
	position: absolute;
	left: 10px;
	width: 40%;
	height: 110px;
	overflow: hidden;
	line-height: 110px;
}
.logo img {
	max-width: 100%;
}
.langbox {
	position: absolute;
	width: 90px;
	right: 10px;
	font-size: 16px;
	top: 13px;
	z-index: 3;
	line-height: 30px;
	color: #fff;
}
.langbox a {
	color: #fff;
	font-size: 12px;
}
.langbox .hd {
	text-align: center;
}
.langbox .bd {
	display: none;
}
.langbox .bd {
	background: #fff;
}
.langbox .bd a {
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	color: #003f7f;
	text-align: center;
}
.langbox:hover .bd {
	display: block;
}
.langbox:before {
	content: "";
	display: block;
	top: 7px;
	left: -10px;
	position: absolute;
	width: 1px;
	height: 18px;
	background: #6c92c1;
}
.serchinco {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 20px;
	line-height: 30px;
	cursor: pointer;
	z-index: 999;
	text-align: center;
	font-size: 16px;
	color: #024494;
}
.globalsearch {
	display: block;
}
.globalsearch {
	position: absolute;
	top: 15px;
	right: 120px;
	width: 230px;
	z-index: 99;
	font-size: 16px;
}
.globalsearch .warp {
	border: 1px solid #fff;
	padding: 2px 8px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.globalsearch #q {
	float: left;
	border: 0 none;
}
.globalsearch .search-btn {
	float: right;
	border: 0 none;
}
.globalsearch #q {
	width: calc(100% - 30px);
	height: 18px;
	padding: 0 5px;
	color: #fff;
	line-height: 18px;
	background: none;
	border: none;
	font: 300 12px/18px microsoft yahei;
}
.globalsearch .search-btn {
	width: 20px;
	padding: 0;
	margin: 0;
	height: 20px;
	cursor: pointer;
	background: url(../images/btn_ser.png) no-repeat center;
}
 
 /*.globalsearch{position: absolute; top:120px; right:0;width: 280px;padding:15px;z-index: 99; background:#215d5c;}
.globalsearch .warp{background: #fff;}
.globalsearch #q{ float: left;   border: 0 none; }
.globalsearch .search-btn { float: right;   border: 0 none; }
.globalsearch #q { width: calc(100% - 70px); height: 18px; padding: 10px; line-height: 18px; background: #fff;border:1px solid #fff;font: 300 12px/18px microsoft yahei;  }
.globalsearch .search-btn { width: 40px;padding:0;margin:0; height: 40px; cursor: pointer; background: url(../images/btn_ser.png) no-repeat center;}
 */     


@media only screen and (max-width:920px) {
.serchinco {
	right: 60px;
	top: 36px;
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 0;
	font-size: 20px;
}
.globalsearch {
	display: none;
	top: 120px;
	right: 0;
	width: 280px;
	padding: 15px;
	z-index: 99;
	background: #024494;
}
.globalsearch .warp {
	background: #fff;
	border: 0;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.globalsearch #q {
	padding: 10px;
	width: calc(100% - 70px);
}
.globalsearch .search-btn {
	height: 40px;
	width: 40px;
	background: url(../images/btn_ser02.png) no-repeat center;
}
}
 @media only screen and (max-width:920px) {
.logo, .toptel, .langbox {
	display: none;
}
.topbar {
	height: 0;
}
.serchinco {
	right: 48px;
	top: 0;
}
.globalsearch {
	top: 48px;
}
}
 @media only screen and (max-width: 480px) {
.globalsearch {
	width: calc(100% - 30px);
}
}
/* ==========================================================================
Nav
========================================================================== */
/* primary */
    
.globalnav {
	position: absolute;
	z-index: 999;
	right: 0;
	top: 16px;
}
.globalnav li {
	float: left;
}
.globalnav li a {
	display: block;
	color: #444;
	padding: 0 20px;
	font-size: 14px;
	line-height: 42px;
	font-family: microsoft yahei;
}
.globalnav .nav-sep {
	width: 2px;
	height: 42px;
	background: url(../images/nav-sep.gif) no-repeat 0;
}
.globalnav .active a,  .globalnav li .active1 {
	color: #01408e;
}
.dropdown {
	position: absolute;
	z-index: 999;
	background: #fff;
	background: rgba(255, 255, 255, .9);
	display: none;
	padding: 15px 20px;
	border-bottom: 3px solid #01408e;
	top: 100%;
	min-width: 110px;
}
.dropdown:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 0 dashed transparent;
	overflow: hidden;
	border-top-style: solid;
	border-width: 5px 5px 0;
	border-top-color: #fff;
	left: 50%;
	margin-left: -5px;
	top: -5px;
}
.dropdown a {
	/*    white-space: nowrap;*/
	line-height: 30px;
	font-size: 14px;
	float: left;
	padding: 0;
	color: #000;
	background: none;
	border-bottom: 0 none;
	width: 100%;
	display: block;
	text-align: center;
}
 @media (max-width:920px) {
.dropdown a {
	/*    white-space: nowrap;*/
	font-size: 14px;
	width: 100%;
	text-align: left;
}
.dropdown {
	min-width: calc(100% - 40px);
	padding-top: 0;
}
}
.dropdown a .fa {
	font-size: 12px;
	line-height: 30px;
	color: #ccc;
	padding-right: 5px;
}
.dropdown a:hover,  .dropdown a:hover .fa {
	color: #01408e;
}
/* ==========================================================================
   Content
   ========================================================================== */

.hidden {
	display: none;
}
.radius60 {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	-ms-border-radius: 60px;
	-o-border-radius: 60px;
	border-radius: 60px;
}
/* ==========================================================================
   yljmpart01
   ========================================================================== */
.yljmpart01 {
	padding: 80px 0;
	position: relative;
}
.yljmpart01 .txtarea {
	width: calc(100% - 830px);
	float: left;
}
.yljmpart01 .txtarea .welcome {
	font-size: 18px;
	text-transform: Uppercase;
	position: relative;
	padding-bottom: 10px;
}
.yljmpart01 .txtarea .welcome .txten {
	font-size: 48px;
	font-weight: bold;
}
.yljmpart01 .txtarea .tit {
	font-size: 30px;
	color: #013f8c;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	position: relative;
}
.yljmpart01 .txtarea .tit:before {
	content: "";
	display: block;
	bottom: -10px;
	left: 0;
	position: absolute;
	width: 60px;
	height: 4px;
	background: #013f8c;
}
.yljmpart01 .txtarea .desc {
	font-size: 16px;
	color: #666;
	margin: 50px 0 50px 0;
	height: 120px;
	line-height: 30px;
	overflow: hidden;
}
.yljmpart01 .txtarea .more a {
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	display: inline-block;
	color: #fff;
	background: url(../images/yljmpic02.jpg) left center no-repeat;
}
.yljmpart01 .txtarea .more a:hover {
	transform: translate3d(0, -2px, 0);
}
.yljmpart01 .txtarea .more .fa {
	margin-left: 10px;
}
.yljmpart01 .pic {
	width: auto;
	height: 400px;
	position: relative;
	float: right;
	overflow: hidden;
}
.yljmpart01 .pic .bgimg {
	width: 100%;
	height: 100%;
}
.yljmpart01 .pic .uppic {
	width: 100%;
	height: 100%;
	transition: transform 1s;
	position: absolute;
	left: 0;
	top: 0;
}
.yljmpart01 .pic:hover .uppic {
	transform: scale(1.05);
}
.homebg02 {
	background: url(../images/homebg02.jpg) top center no-repeat;
	background-size: cover;
}
/* ==========================================================================
   yljmpart02
   ========================================================================== */

.yljmpart02 {
	padding: 60px 0;
	background: url(../images/homebg01.jpg) top center no-repeat;
	background-size: cover;
}
.hometit {
	
	position: relative;
}
.hometit h3 {
	font-size: 36px;
}
.hometit .ms {
	color: #666;
	font-size: 14px;
}
.hometit a.more {
	position: absolute;
	right: 0;
	top: 30px;
	font-size: 16px;
}
#owl-pro {
	margin-top: 30px;
}
#owl-pro .pic {
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
}
#owl-pro .pic .bgimg {
	width: 100%;
}
#owl-pro .pic .uppic {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#owl-pro .protit {
	width: 100%;
	height: 70px;
	font-size: 18px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#owl-pro .item{ width:33%; float:left}


#owl-pro .item .warp:hover {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
}
#owl-pro .item .warp {
	margin: 10px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
#owl-pro .owl-prev, #owl-pro .owl-next {
	width: 30px;
	top: 35%;
	height: 50px;
	background: none;
	text-indent: 100px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#owl-pro .owl-prev {
	position: absolute;
	left: -50px;
	background: url(../images/arr01.png) left top no-repeat;
}
#owl-pro .owl-next {
	position: absolute;
	right: -50px;
	background: url(../images/arr02.png) right top no-repeat;
}
#owl-pro .owl-dots .owl-dot span {
	width: 37px;
	height: 4px;
	background: #9f9f9f;
	border-radius: 0px;
}
#owl-pro .owl-dots .owl-dot.active span, #owl-pro .owl-dots .owl-dot:hover span {
	background: #fd0000;
}




.news {padding:0 0;overflow:hidden;background:#fff;}
.news .ns_con {margin:0 auto;width:100%;}
.news .ns_con .wrap-tit{margin-bottom:30px;text-align:center;line-height:1.5;overflow:hidden;animation:fadeinT 1s ease-out backwards;}
.news .ns_con .wrap-tit h2{font-size:35px;color:#333;font-weight:normal;}
.news .ns_con .wrap-tit h2 a{color:#333;}
.news .ns_con .wrap-tit p{font-size:18px;color:#666;}
.news .ns_con .wrap-tit.white *{color:#fff;}
.news .ns_con .ns-group {width:100%;overflow:hidden;}

.news .ns_con .ns-group .ns-item{float:left;margin-right:3.2%;width:31%;overflow:hidden;border:#eee solid 1px;background:#fff;border-radius:5px;}
.news .ns_con .ns-group .ns-item:nth-child(3){ margin-right:0}


.news .ns_con .ns-group .ns-item .bd{padding:19px;overflow:hidden;}

.news .ns_con .ns-group .ns-item .hotNews{position:relative;width:100%;height:200px;overflow:hidden;}
.news .ns_con .ns-group .ns-item .hotNews .pic{display:block;width:100%;height:200px;overflow:hidden;}
.news .ns_con .ns-group .ns-item .hotNews .pic img{display:block;width:100%;height:200px;transition: all 1s;}

.news .ns_con .ns-group .ns-item .hotNews .tit{display:block;position:absolute;left:0;top:0; height:40px;line-height:40px;color:#fff;font-size:16px; display:inline-block; width:100px; text-align:center;    background-color: rgba(255, 0, 0, 1); }

.news .ns_con .ns-group .ns-item .hotNews:hover .pic img{transform:scale(1.1);}
.news .ns_con .ns-group .ns-item .hotNews:hover .tit{text-shadow:0 0 2px #fff;}
.news .ns_con .ns-group .ns-item:hover{box-shadow:0 0 20px #ccc inset}
.news .ns_con .ns-group .ns-list{margin:20px 10px;height:325px;overflow:hidden;}



.news .ns_con .ns-group .ns-list li{ line-height:40px;font-size:14px; border-bottom:1px solid #ccc }
.news .ns_con .ns-group .ns-list li a{display:block;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .ns_con .ns-group .ns-list li a:hover{color:#000000;}
.news .ns_con .ns-group .ns-list li img{ display:inline-block; vertical-align:middle}

.news .ns_con .ns-group .ns-list li span{
    display: block; text-indent:10px;
     font-size: 14px;
    padding-bottom: 4px;
    color: #929292;
    font-weight: normal;
    text-decoration: none;
    line-height: 140%;
}


 @media only screen and (max-width:1440px) {
#owl-pro .owl-prev, #owl-pro .owl-next {
	filter: Alpha(Opacity=0);
	opacity: 0;
	width: 0;
	height: 0;
	display: none;
}
}
.yljmbg {
}
.yljmpart03 {
	padding: 60px 0;
}
.yljmpart03 .hometit {
	text-align: left;
}
.row-hnews {
	margin-top: 30px;
}
.yljmpart03 .row-hnews .left {
	width: calc(100% - 420px);
	float: left;
}
.row-hnews .row01 {
	width: calc(50% - 30px);
	overflow: hidden;
	float: left;
	margin-right: 30px;
}
.row-hnews .row01 .pic {
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.row-hnews .row01 .pic img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}
.row-hnews .row01 .pic:hover img {
	transform: scale(1.1);
}
.row-hnews .row01 .txtarea {
	background: #e7f0f7;
	padding: 20px;
	position: relative;
	height: 90px;
}
.row-hnews .row01 .txtarea .date {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.row-hnews .row01 .txtarea h3 {
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.row-hnews .row01 .txtarea .more {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fd0000;
	color: #fff;
}
.row-hnews .row01 .txtarea .more:hover {
	background: #ff3f3f;
}
.hnewslist {
	width: 420px;
	float: right;
}
.hnewslist li {
	height: 185px;
	background: #e7f0f7;
	margin-bottom: 20px;
}
.hnewslist li .txtarea {
	padding: 20px 30px;
}
.hnewslist li .txtarea .date {
	height: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.hnewslist li .txtarea .tit {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hnewslist li .txtarea .ms {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
}
.hnewslist li .txtarea .more {
	color: #666;
}
.yljmpart04 {
	padding-bottom: 60px;
}
.yljmpart04 .hometit {
	text-align: left;
	margin-bottom: 30px;
}
.hyfzxbox {
	width: calc(50% - 35px);
	overflow: hidden;
	float: left;
	position: relative;
}
.hyfzxbox .pic {
	position: relative;
	height: auto;
	overflow: hidden;
	position: relative;
}
.hyfzxbox .bgimg {
	width: 100%;
}
.hyfzxbox .uppic {
	width: 100%;
	transition: transform 1s;
	position: absolute;
	left: 0;
	top: 0;
}
.hyfzxbox:hover .uppic {
	transform: scale(1.05);
}
.hyfzxbox .cover {
	width: 260px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba( 2, 64,140, .7);
}
.hyfzxbox .cover .warp {
	padding: 60px 40px;
}
.hyfzxbox .cover .warp a {
	color: #fff;
	font-size: 16px;
}
.hyfzxbox .cover .warp h3 a {
	font-size: 36px;
}
.hyfzxbox .cover .warp a.more {
	width: 120px;
	height: 30px;
	margin-top: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background: #fff;
	color: #013f8c;
}
.hyfzxbox.margin30 {
	margin-left: 70px;
}
.yljmpart05 {
	padding-bottom: 60px;
}
.yljmpart05 .hometit {
	text-align: left;
	margin-bottom: 30px;
}
.logoitem {
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	height: 75px;
	line-height: 75px;
	margin: 5px;
	background: #fff;
	vertical-align: middle;
	position: relative;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.logoitem img {
	max-width: 80%!important;
	max-height: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#owl-partner .owl-dots {
	height: 0px;
	overflow: hidden;
}
.yljmpart06 {
	padding: 60px 0;
	background: url(../images/homebg03.jpg) top center no-repeat;
	background-size: cover;
}
.yljmpart06 .txtarea {
	font-size: 18px;
	color: #666;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.yljmpart06 .txtarea span {
	color: #0149b4;
	font-size: 36px;
}
.yljmpart06 .more {
	width: 180px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	display: inline-block;
	color: #fff;
	background: url(../images/yljmpic02.jpg) left center no-repeat;
	float: right;
}
.yljmpart06 .more:hover {
	transform: translate3d(0, -2px, 0);
}
.yljmpart06 .more .fa {
	margin-left: 10px;
}
 @media only screen and (max-width: 1200px) {
.yljmpart01 .txtarea {
	width: calc(100% - 760px);
}
.yljmpart01 .txtarea .tit {
	font-size: 20px;
}
.yljmpart01 .txtarea .welcome .txten {
	font-size: 24px;
}
.hometit h3 {
	font-size: 24px;
}
.hyfzxbox {
	width: calc(50% - 15px);
}
.hyfzxbox.margin30 {
	margin-left: 30px;
}
.hyfzxbox .cover .warp h3 a {
	font-size: 28px;
}
.yljmpart04, .yljmpart05 {
	padding-bottom: 40px;
}
}
 @media only screen and (max-width: 920px) {
.yljmpart01 .pic {
	width: 100%;
	float: none;
	height: auto;
}
.yljmpart01 .txtarea {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.yljmpart01 {
	padding: 40px 0;
}
.yljmpart01 .txtarea .welcome {
	padding-bottom: 0;
}
.yljmpart01 .txtarea .tit {
	height: 40px;
	line-height: 40px;
}
.yljmpart01 .txtarea .desc {
	margin: 40px 0 30px 0;
	height: 60px;
	font-size: 14px;
}
.hnewslist {
	width: 100%;
	float: none;
}
.yljmpart03 .row-hnews .left {
	width: 100%;
	float: none;
	height: 400px;
}
.yljmpart03 {
	padding: 40px 0;
}
.row-hnews .row01 {
	width: calc(50% - 10px);
	margin-right: 10px;
}
.hyfzxbox .cover .warp h3 a {
	font-size: 18px;
}
.hyfzxbox .cover {
	width: 200px;
}
.yljmpart06 .txtarea {
	font-size: 16px;
}
}
 @media only screen and (max-width: 768px) {
.yljmpart01 {
	padding: 20px 0;
}
.yljmpart01 .txtarea .welcome {
	font-size: 14px;
}
.yljmpart01 .txtarea .welcome .txten {
	font-size: 16px;
}
.yljmpart01 .txtarea .tit {
	font-size: 16px;
}
.yljmpart01 .txtarea .desc {
	margin: 20px 0 10px 0;
	height: 54px;
	font-size: 12px;
	line-height: 18px;
}
.yljmpart01 .txtarea .more a {
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.yljmpart02 {
	padding: 20px 0;
}
#owl-pro {
	margin-top: 10px;
}
#owl-pro .protit {
	height: 50px;
	font-size: 14px;
	line-height: 50px;
}
.hometit h3 {
	font-size: 16px;
}
.hometit .ms {
	font-size: 12px;
}
.hometit a.more {
	top: 10px;
	font-size: 14px;
}
.row-hnews .row01 {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
	float: none;
}
.yljmpart03 .row-hnews .left {
	height: auto;
}
.row-hnews .row01 .pic {
	width: 100%;
	height: auto;
}
.row-hnews .row01 .txtarea h3 {
	font-size: 14px;
}
.row-hnews .row01 .txtarea {
	height: 50px;
}
.hnewslist li .txtarea .tit {
	font-size: 14px;
}
.hnewslist li .txtarea .ms {
	font-size: 12px;
}
.hnewslist li .txtarea .date {
	margin-bottom: 0;
}
.hnewslist li .txtarea .tit {
	margin: 0;
}
.hnewslist li {
	height: auto;
}
.yljmpart03 {
	padding: 20px 0 0 0;
}
.hyfzxbox {
	width: 100%;
	float: none;
}
.hyfzxbox.margin30 {
	margin-left: 0;
	margin-top: 10px;
}
.yljmpart04, .yljmpart05 {
	padding-bottom: 20px;
}
.yljmpart06 {
	padding: 30px 0;
}
.yljmpart06 .more {
	width: 120px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
	float: none;
}
.yljmpart06 .txtarea {
	font-size: 12px;
	height: auto;
	line-height: 18px;
	float: none;
	margin-right: 0;
	margin-bottom: 20px;
}
.yljmpart06 .txtarea span {
	font-size: 14px;
}
.hyfzxbox .cover .warp a {
	font-size: 14px;
}
}
/* ==========================================================================
   Footer
   ========================================================================== */
footer {
	font-size: 12px;
	font-family: microsoft yahei;
	padding: 60px 0 0 0;
	color: #333;
	    background: #f5f5f5;

	
	background-size: cover;
}
footer a {
	color: #333;
}
footer a:hover {
	text-decoration: underline;
}
.footer-nav {
	text-align: justify;
}
.footer-nav:after {
	content: "";
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.fn-col {
	display: inline-block;
*display:inline;
	zoom: 1;
	vertical-align: top;
*padding-right: 100px;
}
.fn-col h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.fn-col h3 a:hover {
	text-decoration: underline;
	color: #333;
}
.fn-col li {
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.fn-col li a {
	color: #eefff1;
}
.fn-col li a:hover {
	text-decoration: underline;
	color: #fff;
}
.fn-colwx {
	width: 280px;
	font-size: 14px;
	line-height: 18px;
	border-left: 1px solid #1b5398;
	padding-left: 40px;
}
.fn-colwx .row {
	font-size: 12px;
	margin-bottom: 10px;
}
.fn-colwx .row img {
	width: 100px;
	float: left;
	margin-right: 10px;
}
.foothd {
	text-align: center;

	text-transform: Uppercase;

	margin-top: 10px;
	font-size: 14px;
	    background-color: #4d4d4d;
    padding: 17px 0;
    font-weight: 400;
    color: #fff;
	
	
}
.foothd a {
	color: #d4d4d4;
}
.foothd a:hover {
	color: #fff;
	text-decoration: underline;
}
 @media only screen and (max-width: 1440px) {
footer {
	padding-top: 30px;
}
.foothd {
	padding: 10px;
	font-size: 12px;
}
}
 @media only screen and (max-width: 920px) {
.fn-col li {
	font-size: 12px;
}
.fn-col h3 {
	font-size: 14px;
}
.fn-colwx {
	font-size: 12px;
	width: 220px;
	padding-left: 20px;
}
}

 @media only screen and (max-width: 920px) {
.toggle-btn {
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	transition: all 0.5s;
}
.inner-cont > p img {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
}
.gn-item:hover .toggle-btn {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
}


 
.toggle-btn {
	display: none;
}


/************/

#banner { width: 100%; position: relative; padding: 0; }
#banner .owl-nav{  height: 50px; top: 45%; width:100%; position:absolute}
#banner.owl-carousel .owl-nav button.owl-next{z-index: 100; cursor: pointer; position:absolute;  background: url(../images/large_right.png) no-Repeat 0 0; width: 40px; height: 40px; right:0; top:35%}


#banner.owl-carousel .owl-nav button.owl-prev{z-index: 100; cursor: pointer; position: absolute; background: url(../images/large_left.png) no-Repeat top left; width: 40px; height: 40px; left:0; top:35% }


#banner.owl-theme .owl-dots{ bottom:0; position:absolute; width:100%}
 
#banner.owl-theme .owl-dots .owl-dot{  margin:0 2px}
#banner.owl-theme .owl-dots .owl-dot span{ width:20px; height:20px;}


/**********/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
} 
/* 颜色 */

.footer169 {
    width: 100%;
    padding-bottom: 0;
    background: #f5f5f5;
    color: #333;
}
.footer169 .b169_main .ftlogo h3 {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333;
}
.footer169 .b169_main .bnav169 {
    padding: 0 50px; width:400px;  
 
}
 
.footer169 .b169_main .bnav169 dl dd a {
        padding: 0 4px;
    text-align: center;
    transition: .2s;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;     font-weight: 400;
    color: #333; font-size:16px; display:inline-block

}
.footer169 .b169_main .ewm169 dl dd {
    font-size: 14px;
    color: #333;
    line-height: 32px;
}
.footer169 .bq169_main {
    background: #4d6161;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
.footer169 .bq169_main a {
    color: #fff;
}
/* 颜色 end*/
.footer169 .w169 {
    width: 1300px;
    margin: 0 auto;
}
.footer169 .b169_main {
    padding: 0 40px 0;
}
.footer169 .b169_main .ftlogo {
    width: 300px;
}
.footer169 .b169_main .ftlogo  img{ max-width:100%}

.footer169 .b169_main h3{    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ccc;
    font-weight: 700;
    color: #333; font-size:20px;}

.footer169 .b169_main .bnav169 dl {
    display: inline-block; padding-top:10px;
 
}
.footer169 .b169_main .bnav169 dl dt{ width:100%; line-height:45px; font-size:20px; color:#333}
.footer169 .b169_main .bnav169 dl dt img{ vertical-align:middle; padding-right:10px;}

.footer169 .b169_main .bnav169 dl dd {
    display: inline-block;
    height: 30px; line-height:30px;
 }
 
 
 
.footer169 .b169_main .ewm169 {
    text-align: left;
    padding-left: 50px;
}
.footer169 .b169_main .ewm169 dl {
    float: left;
    display: block; padding:10px; text-align:center; font-size:16px;
}
.footer169 .b169_main .ewm169 dl:nth-child(2) {
    margin-right: 0px;
}
.footer169 .b169_main .ewm169 dl:first-child+dl {
    margin-right: 0px;
}
.footer169 .b169_main .ewm169 dl dt {
    width: 175px;
    height: 175px;
    text-align: center;font-size:16px;
}
.footer169 .b169_main .ewm169 dl dt img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}

.pages ul{display:inline-block;margin:0 auto;padding:0}


.pages  a{color:#555;display:block;padding: 5px 10px;  border: 1px solid #ddd;float: left;margin: 0 5px;}
.pages  a.page-num-current{ background:#ddd;}

span.page-status{color:#555;display:block;padding: 5px 10px;  border: 1px solid #ddd;float: left;margin: 0 5px;}


  a.page-num-current{ background:#ddd;}
span.page-num{ display:none}



@media only screen and (max-width: 768px) {
footer {
	padding-top: 10px;
}
.fn-col {
	width: calc(20% - 5px);
	padding-left: 0;
	background: none;
}
.footer-nav {
	height: 60px;
}
.foothd {
	margin-top: 0;
	font-size: 12px;
	padding: 10px 0;
	line-height: 18px;
}
.fn-col ul {
	display: none;
}
.fn-colwx {
	display: none;
}
.fn-col h3 {
	font-size: 12px;
	margin-bottom: 0;
}

/**********底部*****/
.wrapper{ width:100%; max-width:90%; padding:10px 0}
.footer169{ padding:0 10px; width:90%; margin:0 auto}
.footer169 .w169{ width:100%; max-width:100%}
.footer169 .b169_main{ padding:0}
.footer169 .b169_main .ftlogo{ width:100%}
.footer169 .b169_main .bnav169{ width:auto; padding:0}
.footer169 .b169_main .ewm169{ width:100%; padding:0}
.footer169 .b169_main .ewm169 dl{ display:inline-block; margin:5px; padding:0}
.footer169 .b169_main .ewm169 dl dt{ width:120px; height:auto}
.footer169 .b169_main .ewm169 dl dt img{ height:auto}
.OnlineService_Bg{ display:none}


.news .ns_con .ns-group .ns-item{ width:98%; margin:10px 0}
/***********/
}
   