@charset "gb2312";
/* CSS Document */
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSansCN-Bold.otf") format("otf"),
       url("../fonts/SourceHanSansCN-ExtraLight.otf") format("otf"),
       url("../fonts/SourceHanSansCN-Heavy.otf") format("otf"),
       url("../fonts/SourceHanSansCN-Light.otf") format("otf"),
       url("../fonts/SourceHanSansCN-Medium.otf") format("otf"),
       url("../fonts/SourceHanSansCN-Normal.otf") format("otf"),
       url("../fonts/SourceHanSansCN-Regular.otf") format("otf");}
body{color:#D4D0C8;font: 14px/22px "SourceHanSansCN";-webkit-text-size-adjust:none;word-wrap: break-word;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body,button,input,select,textarea{font-size:14px;color:#333;}
ol,ul{list-style:none;}
.fl{float:left;}
.fr{float:right;}
a{text-decoration:none;color:#262c31;}
a:hover{color:#083b7a;}
.clear{clear: both;}
.clearfix::before,
.clearfix::after{
    content:"";
    height:0;
    clear:both;
    visibility:hidden;
    display:block;
    line-height:0;}
em, i{font-style: normal;}
img{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
	border: 0;}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;}
.contanier{max-width: 1360px;margin:0 auto;}
*::-moz-selection { 
    background: #083b7a; 
    color: #fff; 
    text-shadow: none; 
}
::-moz-selection { 
    background: #083b7a; 
    color: #fff;
    text-shadow: none; 
}
::selection { 
    background: #083b7a; 
    color: #fff; 
    text-shadow: none; 
}
input::-webkit-input-placeholder{color: #999;font-size:12px;}
input::-moz-input-placeholder{color: #999;font-size:12px;}
input::-ms-input-placeholder{color: #999;font-size:12px;}
/*表单默认样式*/
textarea {overflow: auto;}
button,input,optgroup,select,textarea {font-family: inherit;font-size:inherit;margin: 0;font-family: inherit;color: inherit;vertical-align:middle}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],
html input[disabled]{cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {padding: 0;border: 0;}
input {line-height: normal;}
input[type="checkbox"],
input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input:focus,select:focus,textarea:focus{outline: none;}
input:-webkit-autofill{ box-shadow: 0 0 0px 1000px white inset !important;}/*google填充换色背景的问题*/

input[type="search"] { -webkit-box-sizing: border-box;-moz-box-sizing: border-box; box-sizing: border-box;}
input[type="radio"],input[type="checkbox"] {margin: 4px 0 0; margin-top: 1px \9;line-height: normal;}
input[type="file"] {display: block;}
input[type="range"] { display: block;width: 100%;}
select[multiple],select[size] {height: auto;}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}
input[type="search"] {-webkit-appearance: none;}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"] {cursor: not-allowed;}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%;}

.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}

.dis_block{display:block;}
.w95{width: 95%;margin: 0 auto;}
/* 单行文字超出隐藏 */
.wz_close01{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
/* 多行文字超出隐藏 */
.wz_close02{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.wz_close03{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.pcno{display: none!important;}
.wapno{display: block!important;}
.col999{color:#999;}
.col666{color:#666;}
.red{color:#f00000;}
.colfff{color:#fff!important;}
.grue{color:#083b7a;}
.blue{color:#002b57;}
.tex_l{text-align:left!important;}
.fweight{font-weight:bold;}
.f18{font-size:18px;}
.f16{font-size:16px;}
.f14{font-size:14px!important;}
.pt10{padding-top:10px;}
.mt10{margin-top:10px;}
.textcen {
    text-align: center;
}
/* 顶部导航 */
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:75px;
	background: #e3f0ff;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	border-top: solid 2px #083b7a;}
.yuyan{position:absolute;right:20px;top:24.5px;}
.header .logoimg{padding-top:15px;}
.header .logoimg img{height:55px;}
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
	margin-top:12.5px;
	margin-right: 15px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #083b7a;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after,.header .navbar_nav li.navon:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 15px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #3b3e43;
	font-size: 16px;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.navon a{color: #083b7a;}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menugs{width: 250%;left: -75%;}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{color: #666;}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color: #fff;background: #083b7a;}
#navToggle{display: none;}
.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{transform: translateX(0);}
.m_nav .top{height: 60px;padding: 20px;box-sizing: border-box;}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:10px auto;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(7) {
    -webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(8) {
    -webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(9) {
    -webkit-transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;height: 100vh;
}
/* 
.c-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:88;
    background: -webkit-gradient(linear,left top,right top,from(rgba(0,48,100,.8)),to(rgba(0,48,100,0)));
    background: -webkit-linear-gradient(left,rgba(0,48,100,.8) 0,rgba(0,48,100,0) 100%);
    background: -o-linear-gradient(left,rgba(0,48,100,.8) 0,rgba(0,48,100,0) 100%);
    background: linear-gradient(to right,rgba(0,48,100,.8) 0,rgba(0,48,100,0) 100%);}*/
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	position: absolute;
	display: none;height: 100vh;width:100%;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	position: absolute;
	top: 50%;	
	margin-top: -75px;
	opacity: 0.25;
	width:55px;
	height:100px;
	z-index: 100;
	cursor:pointer;
	
}
.c-banner .preImg{left:30px; background:#000000 url(../images/preImg.png) no-repeat center;}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.5;
}
.c-banner .nexImg{
	right: 30px;background:#000000 url(../images/nexImg.png) no-repeat center;
}
.c-banner .nexImg img,.c-banner .preImg img{

	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	z-index: 100;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
	cursor:pointer;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
/*首页图片切换*/
.mt75{margin-top:75px;}
.addWrap{position:relative; z-index:2;width:100%;background:#fff;margin:0; padding:0;}
.addWrap .swipe{overflow: hidden;visibility:hidden;position:relative;}
.addWrap .swipe-wrap{overflow:hidden;position:relative;}
.addWrap .swipe-wrap > div{float:left;width:100%;position:relative;}
#position{position:absolute; bottom:0;right:50%;margin:0 -21px 10px auto;}
#position li{width:10px;height:10px;margin:0 2px;background-color:rgba(160, 160, 160, 0.53); border-radius:50%; display:inline-block; cursor:pointer; transition: all .2s ease-out;}
#position li.cur{background-color: rgba(255, 255, 255, 0.74);}

.bwenzi{position:absolute;top:45%;left:50%;margin-left:-720px;z-index:99;color:#fff;text-align:left;}
.bwenzi h2{font-size:48px;line-height:50px;text-shadow:2px 5px 5px rgb(0 11 40 / 40%);}
.bwenzi p{font-size:24px;padding-top:25px;text-shadow:2px 5px 5px rgb(0 11 40 / 40%);}
.tit{font-size:36px;text-align:center;line-height: 48px;font-weight:600;color: #3b3b3b; letter-spacing:5px;}
.mt60b50{margin-top:60px;margin-bottom:60px;}
.protj{text-align:center;margin-top:30px;}	
.protj a{border: 1px solid #eee;margin: 0 15px;border-radius:50px;line-height: 28px;font-weight: 700;padding: 10px 40px;font-size: 16px;color: #1b212f;-webkit-transition: all 300ms ease;-o-transition: all 300ms ease;transition: all 300ms ease;}
.protj a:hover,.protj a.on{color: #ffffff;background-color: #083b7a;border-color: #083b7a;}

.prolist{width:100%;padding-top:40px;}
.prolist ul {margin-right: -3%;}
.prolist ul li{float:left;margin-right: 3%;width: 22%;margin-bottom:3%;}
.prolist ul li a{border:solid 1px #bfbfbf;display: block;}
.prolist ul li .pro_zi{padding: 0 20px;height:70px;line-height:70px;font-size: 18px;font-weight: bold;text-align: center;}	
.prolist ul li .proimg{width: 100%;height:auto;overflow:hidden;}
.prolist ul li .proimg img{width:100%;-webkit-transition: All .3s linear;-moz-transition: All .3s linear;-o-transition: All .3s linear;transition: All .3s linear;}
.prolist ul li:hover .proimg img{-webkit-transform:scale(1.2);-o-transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);}
.prolist ul .progengduo{background: #002b57;text-align: center;height:355px;position: relative;overflow: hidden;}
.prolist ul .progengduo:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;opacity: .3;z-index: 9;content: '';-webkit-transition: -webkit-transform 0.6s;transition: -webkit-transform 0.6s;transition: transform 0.6s;transition: transform 0.6s, -webkit-transform 0.6s;-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);}
.prolist ul .progengduo:hover, .prolist ul .progengduo:focus, .prolist ul .progengduo:active {background-color: #00458c;color: #fff;}
.prolist ul .progengduo:hover:before{-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);}
.prolist ul .progengduo a{border:none;width:100%;font-size: 24px;color: #f3f1f2;display: block;position: absolute;top:50%;margin-top:-34px;}
.prolist ul .progengduo a img{margin:17px auto 0 auto;}
.inabout{background-color: #002b57;background-image: url(../images/features-shape-1.png);background-repeat: no-repeat;background-position: top left;position:relative;}
.inabout .inabr{position:absolute;right:0;top:0;width:45%;}
.inabout .inabl{width:600px;}
.inabout .inabl .inabl_2{padding-top:25px;padding-bottom:10px;}
.inabout .inabl .inabl_2 p{text-indent:30px;line-height:32px;}
.inabout .inabl .inabl_3{padding-top:15px;border-bottom:solid 1px #2e5175;padding-bottom:25px;}
.inabout .inabl .inabl_3 span{display:block;width:40%;float:left;background:url(../images/dui.png) no-repeat left center;height:30px;line-height:30px;font-size:16px;color:#fff;padding-left:25px;margin-bottom:10px;}
.inabout .inabl .inabl_4{color:#e0e5eb;padding-top:40px;line-height:32px;text-indent:30px;}
.inabout .inabl .inabl_5{padding-top:40px;}
.phone_call{height:60px;width:60px;background:#e0e5eb url(../images/tel.png) no-repeat center;border-radius:50%;margin-right:10px;}
.inab_twz{color:#e0e5eb;padding-top:10px;}
.inab_twz .inab_twzs a{font-size:24px;color:#fff;font-family:Arial, Helvetica, sans-serif;}
.more{
    display: inline-block;
    padding: 20px 50px 17px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    background: #083b7a;
    color: #fff;
    cursor: pointer;
    transition: all .5s ease;}
.more i{background:url(../images/more.png) no-repeat center;margin-left: 5px;display: inline-block;-webkit-transform: translate(0, 1px);-ms-transform: translate(0, 1px);transform: translate(0, 1px);transition: all .3s ease 0s;width:15px;height:15px;}
.more:hover > i{-webkit-transform: translate(5px, 1px);-ms-transform: translate(5px, 1px);transform: translate(5px, 1px);transition: all .3s ease .2s;}
.more:hover {color: #fff;background: #00356c;}

.w40{width:40%;line-height:30px;}
.w55{width:50%;line-height:30px;}
.inabl_3{padding-top:15px;border-bottom:solid 1px #ddd;padding-bottom:25px;}
.inabl_3 span{display:block;width:40%;float:left;background:url(../images/dui.png) no-repeat left center;height:30px;line-height:30px;font-size:16px;color:#333;padding-left:25px;margin-bottom:10px;}
.homejis{width:45%;box-shadow: 3px 10px 40px rgb(0 0 0 / 10%);margin-top:50px;background-color: #002b57;color:#fff;}
.homejs_bg{padding:50px;height:170px;}
.homejs_bg h3{padding-bottom:20px;}
.homejs_bg2 .homejs_bg{background-color: #e3f0ff;color:#083b7a;}
/*new*/
.abnew{margin-top:50px;display:none;}
.abnew ul li{float:left;box-shadow: 0px 8px 30px 0px rgb(0 43 87 / 8%);width:47.5%;margin-right:5%;margin-bottom:30px;}
.abnew ul li:nth-child(2n){margin-right:0;}
.abnew ul li .riqi{background:#e3f0ff;float:left;width:25%;height:170px;border-radius:5px;color: #083b7a;}
.abnew ul li .riqi span{display:block;text-align:center;}
.abnew ul li .riqi .ri{font-size:42px;line-height: 42px;font-weight: 700;padding-top: 50px;}
.abnew ul li .newcon{width:65%;padding-left:5%;padding-top: 38px;}
.abnew ul li .newcon a{font-size: 22px;line-height:26px;margin-bottom: 10px;font-weight: 700;color: #002b57;}
.abnew ul li .newcon a:hover{color: #083b7a;}
.abnew ul li .newcon p{line-height: 27px;color: #6B727E;font-size: 16px;font-weight: 400;}
.footer{background:#e3f0ff;}
.footer_top{margin-top: 200px;transform: translateY(-40%);border-bottom:solid 6px #083b7a;background:#002b57;padding:50px 0;}
.footer_top .footer_tl{float:left;margin-left:100px;}
.footer_top .footer_tl p{font-size:18px;color:#fff;padding-top:20px;}
.footer_top .footer_tl .more{padding: 8px 30px;font-size: 14px;margin-top:20px;}
.footer_top .footer_tr{color: #fff;font-size:16px;float:right;margin-right:100px;text-align:center;}
.footer_top .footer_tr img{display:block;padding-bottom:10px;}
.footer_cen{padding-bottom:100px;}
.footer_cen ul li{float:left;margin-left: 90px;}
.footer_cen ul li:first-child{margin-left: 0;}
.footer_cen ul li h2{font-size:18px;font-weight:bold;padding-bottom:15px;}
.footer_cen ul li p a{display: block;color: #222;padding-top:10px;}
.footer_cen ul li p a:hover{color:#083b7a;}
.footer_bot{padding:20px 0;background:#083b7a;}
.footer_bot .footer_bl{float:left;color: #fff;font-size: 14px;}
.footer_bot .footer_bl a{color: #d2e0a8;padding-left:15px;}
.footer_bot .footer_br{color: #fff;float:right;}
.footer_bot .footer_br a:first-child {background: none;margin-left: 0;padding-left: 0;}
.footer_bot .footer_br a{font-size: 14px;color:#d2e0a8;padding-left: 15px;margin-left: 15px;background: url(../images/f_line.jpg) no-repeat 0 center;}
.footer_bot .footer_bl a:hover,.footer_bot .footer_br a:hover{color: #fff;}

/*内页*/
.pt-80{padding-top:150px;}
.nybanner{position: relative;top:75px;width:100%;}
.nybanner img{margin:0 auto;}
.nybanner .nymianbaoxie{position:absolute;bottom:0;width:100%;padding:20px 0;background:rgb(0 43 87 / 50%);color:#fff;font-size:15px;}
.nybanner .nymianbaoxie a{color:#fff;}
.nyleft{width: 20%;background:#f0f0f0}
.nyright{width: 75%;min-height:500px;padding:30px 0;background:#fff;border-radius: 6px;border: 1px solid #f0f0f0;}
.nyproright{width: 75%;min-height:500px;}
.blcon{border: 1px solid #f0f0f0;padding: 30px 30px;border-radius: 6px;}
.blcon .nyleft_tit{font-size: 24px;line-height: 24px;text-align:center;position: relative;padding-bottom: 20px;margin-bottom: 30px;color:#002b57;}
.blcon .nyleft_tit::before {
    content: "";
    position: absolute;
    background: #083b7a;
    width: 35px;
    height: 3px;
    left: 50%;
	margin-left:-15px;
    bottom: 0;
    z-index: 1;}
.ny_nav ul li{border-bottom:solid 1px #e4e2e2;padding:15px 0;}
.ny_nav ul li a{font-size:16px;color: #083b7a;line-height:20px;}
.ny_nav ul li a i{
    float: left;
    background: url(../images/jianrou_r.png) no-repeat 10px center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
    height: 20px;
    width: 30px;}

.ny_nav ul li:hover,.ny_nav ul li.curr{background-color: #083b7a;}
.ny_nav ul li:hover a,.ny_nav ul li.curr a{color:#ffffff;}
.ny_nav ul li:hover a i{transform: translateX(5px);background: url(../images/jianrou_r_h.png) no-repeat 10px center;}
.ny_nav ul li.curr a i {background: url(../images/jianrou_r_h.png) no-repeat 10px center;}
.ny_nav ul li:last-child{border-bottom:none;}
.ny_main{font-size:16px;line-height:30px;}
.ny_main img{max-width:100%;display:block;margin:0 auto;padding-bottom: 20px;}
.newslist li{transition: all 0.3s;border-bottom:1px solid #f1f1f1; padding-bottom:30px;margin-bottom: 30px;}
.newslist li:last-child{margin-bottom: 0;}
.newslist li.bg{background-color: #fcfcfc;}
.newslist .news_pic{float:left;width:26%;}
.newslist .news_pic p{display: table-cell;vertical-align:middle;text-align:center;width:100%;overflow:hidden;background-color:#fafafa;}
.newslist .news_pic p img{
vertical-align:middle;
max-width:100%;
transition: transform 0.3s linear;padding-bottom:0;}
.newslist li:hover .news_pic p img{transform: scale(1.3,1.3);}
.newslist dl{float:right; width:70%;}
.newslist dt{line-height:35px;font-size:20px;}
.newslist dt i{color: #FF0000; font-style:normal;}
.newslist dd {}
.newslist .news_info{line-height:25px; overflow:hidden;margin-top:15px; color:#999;}
.newslist .news_info b{color:#00a5e3;}
.news_ico{ margin-top:10px;color: #002b57;}
.news_ico span{display:inline-block;margin-right:10px; padding-left:25px;}
.news_ico span.ele{background:url(../images/view_ddd.png) no-repeat left center;}
.news_ico span.time{background:url(../images/date_ddd.png) no-repeat left center;}
.newslist li:hover dt i{color: #00a5e3; font-style:normal;}

.ui_page {
    line-height: 0;
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    clear: both;
}
.ui_page a, .ui_page span {
    background:#F6F6F6;
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    margin:0 5px;
	line-height:16px;
    overflow: hidden;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.ui_page a:hover{background:#083b7a; border:#083b7a solid 1px; color:#FFF;}
.page_now, span.page_now, span.page_now:visited {
    color: #FFF;
    cursor: default;
	border: 1px solid #083b7a;
    background: none repeat scroll 0 0 #083b7a;
}

.newstitle{margin-bottom: 20px;padding-bottom: 20px;background: url(../images/line.gif) repeat-x left bottom;font-size: 16px;color: #b2b2b2;}
.newstitle h4 {font-size: 25px;line-height: 40px;color: #333;padding-bottom:10px;}
.newsbot{
    line-height: 30px;
    border-top: 1px dashed #d5d5d5;
    margin-top: 40px;
    padding-top:30px;
    font-size: 14px;}
.newsbot span{display:block;line-height:25px;}
.newscontent{min-height:300px;}
.gallery a:nth-child(3n){margin-right: 0;}
.gallery a .zizhiimg{height:280px;display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;background: #f8f8f8;}
.gallery a img{max-width: 100%;height: 100%;display:block;padding-bottom:0;margin: 0 auto;position: relative;
	transition: all 0.3s;}
.gallery a:hover img{transform: scale(1.15);}
.gallery a .zizhiimg .hover-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 43, 87, .5);
	z-index: 10;
	opacity: 0;
	transition: all 0.4s;}
.gallery a:hover .zizhiimg .hover-div {opacity: 1;}
.gallery a .zizhiimg .hover-div i {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/i.png) no-repeat;}
.gallery a {
    width: 31.3333333%;
    display: block;
    overflow: hidden;
    margin:0 3% 3% 0;
	float:left;}
.gallery a p{padding: 10px 0px;text-align:center;line-height:35px;border: 1px solid #f0f0f0;border-top:none;}
.baguetteBoxOne{width:100%;}
ul.downlist li{float:left;width:23.5%;margin-right:2%;margin-bottom: 3%;position:relative;box-shadow: 0px 0px 20px rgb(150 150 150 / 10%);}
ul.downlist li:nth-child(4n){margin-right: 0;}
ul.downlist li .pic img{padding-bottom:0;width:100%}
ul.downlist li .down_tit{position:absolute;bottom:0;width:100%;background: rgb(0 43 87 / 50%);text-align:center;padding:15px 0;color: #fff;}
ul.downlist li .hover_show{position:absolute;top: -10px;right: 0;height: 42px;line-height: 42px;transition: .25s;opacity: 0;width: 100%;}
ul.downlist li .hover_show a{float: right;
    border: 1px solid #083b7a;
    background: #083b7a;
    color: #fff;
    margin-right: 22px;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;}
ul.downlist li .hover_show a span{float:left;padding-right:5px;}
ul.downlist li .hover_show a i{display:inline-block;width:16px;height:40px;background:url(../images/downicon.png) no-repeat right center;}
ul.downlist li:hover .hover_show{top:18px;opacity:1;}

.qyTable{border-collapse:collapse;border:1px solid #e5e5e5;background-color: #ffffff;}	
.qyTable th{border:1px solid #e5e5e5; line-height:25px; font-weight:normal;background-color: #fcfcfc;padding:8px 10px; font-size:14px; text-align:right;}	
.qyTable td{border:1px solid #e5e5e5; line-height:25px; padding:8px 10px;}	
.qyTable th.tit{font-size:20px; text-align:center;background-color: #E9F6FE; font-weight:bold;}	
.qyTable .red{color: #FF0000;}
.qyTable blockquote{ margin:0px  40px;}	
.textarea {border:1px solid #ddd;width:80%;padding:3px 10px; line-height:25px;}
.tinput{border:1px solid #ddd; padding:4px 9px; height:20px; line-height:20px; width:80%;}
select.memsel{height:auto;margin-right:2px;padding:3px 0px 3px 5px;line-height:20px;border:1px solid #ccc;font-size:14px}
input.zx_btn{ font-size:14px;background:#083b7a; padding:5px 45px;border:none;height:40px; color:#FFF;border-radius:2px;cursor:pointer;}
input.zx_btn:hover{background-color: #083b7a;}

/*.joincon{background: #e3f0ff;padding: 15px 20px;}*/
.joinlist ul li{display:block;margin-bottom: 10px;padding: 20px 0;border-bottom: 1px solid #ddd;}
.joinlist ul li h3 {height: 30px;line-height: 30px;font-weight: bold;color: #000;font-size: 16px;}
.joinlist ul li h4 {height: 30px;line-height: 30px;margin-top: 10px;color: #000;font-size: 14px;}
.joinlist ul li p{line-height: 26px;color: #666;font-size: 14px;}

.list_dt_icon{
    display: block;
	float:left;
    width: 30px;
    height: 20px;
    background: url("../images/off.png") no-repeat left center;
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;}
.pronav ul li .shoys:hover .list_dt_icon{transform: translateX(5px);}
.leftmenuon .shoys .list_dt_icon,.nav-show .shoys .list_dt_icon{
    background: url("../images/open.png") no-repeat left center;
	color:#fff;
	transform: translateX(5px);}
.pronav ul li{border-bottom: solid 1px #f0f0f0;}
.pronav ul li:last-child{border-bottom: 0;}
.pronav ul li.nav-item .shoys{color: #083b7a;
    padding: 15px 0;
    line-height: 20px;
    font-size: 16px;display:block;width:100%;}
.pronav ul li.leftmenuon .shoys span,.pronav ul li.nav-show .shoys span{color:#fff;}
.pronav ul li:last-child.nav-item{border-bottom: 0;}
.nav-item.nav-show,.nav-item.leftmenuon{border-bottom: none;}
.nav-item ul{display: none;background: rgba(239,239,239,.2);}
.nav-item.nav-show ul,.nav-item.leftmenuon ul{display: block;}
.nav-item ul li{background: #e3f0ff;
    list-style-type: none;
    color: #232f4b;
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px solid #e0eecc;}
.nav-item ul li.leftmenuonn{background: #e2f0cf;}
.nav-item ul li.leftmenuonn a{color:#083b7a;}
.nav-item ul li:hover{background: #e2f0cf;}
.nav-show .shoys,.leftmenuon .shoys{background: #083b7a;color: #fff;}
.nav-show,.nav-item>a:hover,.leftmenuon,.nav-item>a:hover{color: #083b7a;}

.nyprolist ul li {
    width: 31.3333333%;
    float: left;
    margin-right: 3%;
	margin-bottom: 3%;
    border-radius: 8px;
    transition: all 0.3s;
    background: #f8f8f8;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .4s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
	overflow: hidden;}
.nyprolist ul li:hover{box-shadow: rgba(45,45,45,0.05) 0px 2px 2px, rgba(49,49,49,0.05) 0px 4px 4px, rgba(42,42,42,0.05) 0px 8px 8px, rgba(32,32,32,0.05) 0px 16px 16px, rgba(49,49,49,0.05) 0px 32px 32px, rgba(35,35,35,0.05) 0px 64px 64px;
  transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
  -moz-transform: translate(0, -8px);
  -o-transform: translate(0, -8px);}
.nyprolist ul li:nth-child(3n){margin-right: 0;}
.nyprolist ul li a{display:block;padding: 20px;}
.nyprolist ul li:hover{box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);}
.nyprolist ul li .img {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;}
.nyprolist ul li .img img {
	display: block;
	margin: 0 auto;
	width:100%;
	position: relative;
	transition: all 0.3s;}
.nyprolist ul li:hover .img img{transform: scale(1.15);}
.nyprolist ul li .hover-div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 43, 87, .5);
	z-index: 10;
	opacity: 0;
	transition: all 0.4s;}
.nyprolist ul li:hover .hover-div {opacity: 1;}
.nyprolist ul li .hover-div i {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/i.png) no-repeat;}
.nyprolist ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;}
.nyprolist ul li:hover h3 {color: #083b7a;}
.nyprolist ul li p {
    font-size: 14px;
    color: #818181;
    line-height: 20px;
    margin-bottom: 18px;
    height: 40px;
    overflow: hidden;}
.nyprolist ul li span {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #002b57;
	padding: 0 20px;
	border-radius: 16px;}

.chumingtit{text-align:center;padding-bottom: 20px;}
.chumingtit h2{font-size: 30px;color: #333;font-weight: bold;line-height:60px;}
.chumingtit p{color: #999;}
.chumingsou{padding-top: 30px;max-width: 800px;width: 80%;margin: 30px auto;}
.chumingsou .cm_form{
    padding: 0 2%;
    box-shadow: none;
    color: #999;
    height: 58px;
    border: none;
    font-size: 20px;
    line-height: 58px;
    border-radius: 8px 0px 0px 8px;
    background-color: #fff;
    display: block;
    width: 76%;
    float: left;
    border: 1px solid #cccccc;}
.chumingsou .btn {
    width: 19%;
    font-size: 21px;
    height: 60px;
    background-color: #083b7a;
    border-radius: 0px 8px 8px 0px;
    line-height: 25px;
    text-align: center;
    float: left;
    border: none;
    cursor: pointer;color:#fff;}
.cm_jieguo{margin-top: 30px;padding: 25px 50px;border: 1px dashed #ccc;border-radius: 8px;}
.cm_ser{line-height:30px;}
.cm_ser span{background:#002b57;color:#fff;display:inline-block;padding:0 20px;border-radius: 40px;font-size:14px;line-height:30px;}
.f36 {
    font-size: 36px;
    line-height: 40px;
}
.pt20 {
    padding-top: 20px;
}
.form-control {
    display: block;
    width: 96%;
    height: 34px;
    padding: 6px 2%;
    font-size: 14px;
	margin-top:10px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.w45{width:45%;}
.btn-rect {
    padding: 0 30px;
    min-width: 170px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: none;
    display: inline-block;
    color: #fff;
	background:#083b7a;
    padding-left: 20px;
    padding-right: 20px;
	cursor:pointer;
	font-size:18px;
	margin:0 auto;}
.btn-rect:hover{background:#002b57;color:#fff;border:none;}

.ny_conlist{background:#e3f0ff;padding: 80px 50px;}
.ny_conlist ul li{float:left;width:33.333333%;}
.ny_conlist ul li .ny_c_main{margin-left:15px;margin-right:15px;padding:50px 30px;background: #fff;text-align: center;transition: all .3s ease;}
.ny_conlist ul li .ny_c_main:hover{background:#083b7a;}
.ny_conlist ul li .ny_c_main i{display:block;height:70px;text-align:center;}
.ny_conlist ul li .ny_c_main i.conimg01{background:url(../images/conimg01.png) no-repeat center;}
.ny_conlist ul li .ny_c_main i.conimg02{background:url(../images/conimg02.png) no-repeat center;}
.ny_conlist ul li .ny_c_main i.conimg03{background:url(../images/conimg03.png) no-repeat center;}
.ny_conlist ul li .ny_c_main:hover i.conimg01{background:url(../images/conimg01_h.png) no-repeat center;}
.ny_conlist ul li .ny_c_main:hover i.conimg02{background:url(../images/conimg02_h.png) no-repeat center;}
.ny_conlist ul li .ny_c_main:hover i.conimg03{background:url(../images/conimg03_h.png) no-repeat center;}
.ny_conlist ul li .ny_c_main h4{font-size: 24px;line-height:30px;font-weight: 700;color: #002b57;margin: 27px 0 16px;}
.ny_conlist ul li .ny_c_main p{font-size: 16px;color: #878c8f;}
.ny_conlist ul li .ny_c_main i,.ny_conlist ul li .ny_c_main h4,.ny_conlist ul li .ny_c_main p{transition: all .3s ease;}
.ny_conlist ul li .ny_c_main:hover i,
.ny_conlist ul li .ny_c_main:hover h4,
.ny_conlist ul li .ny_c_main:hover p{color: #fff;}
.dbcon{font-size:16px;line-height:30px;}
.dbcon img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;}
.conditu{width:100%;margin-top:100px;}
.map_height{WIDTH: 100%;margin:0 auto; HEIGHT: 700px;}
.pt100{padding-top:100px;}
.lxcon{width:80%;margin:0 auto;}
.lximg{float:left;width:50%;}
.lximg p{-moz-box-shadow: 0px 0px 20px rgba(127,128,130,0.2);
    -webkit-box-shadow: 0px 0px 20px rgb(127 128 130 / 20%);
    box-shadow: 0px 0px 20px rgb(127 128 130 / 20%);
    padding: 10px;}
.lximg img{max-width:100%;}
.lxfs{width:40%;float:right;line-height:35px;padding-top:30px;}
.norecord{font-size:16px;color:#FF0000;}
.protit{font-size: 25px;line-height: 40px;color: #333;padding-bottom: 20px;text-align:center;}
.ab_zcimg{width:40%;padding-right:2%;}
.ab_zcwz{width:58%;line-height:24px;}
.rcln_wz{width:58%;}
.rcln_img{width:40%;}

.nydaohan{border-bottom:solid 1px #eaeaea;width:100%;margin-top:75px;margin-bottom:50px;}
.nydh_l{width:90%;float:left;}
.nydh_l a{padding:0 40px;line-height:84px;height:84px;position:relative;float: left;}
.nydh_l a:after {
    z-index: -1;
    content: '';
    width: 1px;
    height: 17px;
    left: -.5px;
    top: 50%;
    transform: translateY(-50%);
    background: #e1e1e1;
    position: absolute;
}
.nydh_l a:first-of-type:after{display:none}
.nydh_l a.curr{background:#083b7a url(../images/com-banner-background.jpg) no-repeat bottom right;color:#fff}
.nydh_r{float:right;}
.nydh_r a{float:right;}
.nydh_r .crumbs-home{display:block;background:url(../images/home-icon.png) no-repeat left center;width:17px;height:84px;margin:0}
.nydh_r .crumbs-arrow{float:right;display:block;background:url(../images/jianrou_rr.png) no-repeat left center;width:8px;height:84px;margin:0 10px}
.nydh_r span{display:block;font-size:14px;color:#777;line-height:84px;float:right;}
.f26{font-size:26px;}
.ab_com_r_video{padding-top:20px;padding-bottom:20px;padding-right:50px;}
.ab_com_rs{padding-top:10px;}
.ab_com_rs span{display:block;width:60px;padding-top:20px;border-bottom:solid 2px #083b7a;margin-bottom:25px;}
.ab_com_r_img{background:url(../images/hf_ab_imgbg02.jpg) left center;background-repeat:repeat-y;}
.ab_com_r_img2{background:url(../images/hf_ab_imgbg01.jpg) right center;background-repeat:repeat-y;}
.ptbl20{padding-top:20px;padding-left:20px;}
.ptbr20{padding-top:20px;padding-right:20px;}
.ab_com02_l{width:48%;}
.pt40{padding-top:40px;}
.since1988{background:url(../images/hf_ab_t02wqe.jpg) no-repeat right top;}
.pronave{margin-left:-10px;padding-bottom:40px;}
.pronave a{padding:10px 30px;margin-left:10px;float:left;display:block;background: #f7f7f7;color: #777;}
.pronave a.leftmenuon{background: #d0e5fe;color: #083b7a;}

ul.ab_wh li{float:left;margin-left:3%;margin-right:3%;width:27.3333333%;position:relative;}
ul.ab_wh li .ab_wh_wz{width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    transition: all .5s ease;background:rgb(0 43 87 / 50%);text-align:center;}
ul.ab_wh li .ab_wh_wz p{padding-top:40px;padding-left:20px;padding-right:20px;}
ul.ab_wh li .ab_wh_wz p.f26{margin-top:100px;}
ul.ab_wh li img{width: 100%;object-fit: cover;padding-bottom:0;}

.ab_qywh ul li{float:left;width:100%;margin-bottom: 30px;background-color: #fff;-webkit-box-shadow: 0px 20px 60px 0px rgb(0 11 40 / 6%);box-shadow: 0px 20px 60px 0px rgb(0 11 40 / 6%);padding: 40px 0;}
.ab_qywh ul li p{padding: 0 40px;}
.ab_qywh ul li p.f26{padding-bottom:20px;}
.ab_zc{border-radius: 23px;box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);padding: 50px 30px 50px 350px;position:relative;margin-top:100px;}
.ab_zc img{border-radius:50%;left: -50px;top: -50px;position: absolute;padding-bottom: 0;box-shadow: 0px 0px 15px rgb(0 0 0 / 50%);}
.ab_zc .ab_zc_wz{width:100%;float:left;}

.progress {
    height: 12px;
    overflow: hidden;
    background-color: #dddddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ptb10{padding-top:10px;padding-bottom:10px;}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #267CA5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
@media only screen and (max-width: 1439px){
	.contanier{max-width: 94%;}
	.bwenzi{margin-left:5%;left:5%;}
	.footer_cen {padding-bottom: 50px!important;}
	.footer_cen ul li{margin-left: 55px;}
	.footer_top{padding: 50px 0!important;transform: translateY(-30%);}
	.ab_zc img{
    left: -30px;
    top: -60px;}
}
@media only screen and (max-width: 1200px){
	.ab_zc {
    padding: 50px;
    position: relative;
    margin-top: 20px;}
	.ab_zc img {
    border-radius: 10px;
    left: 0;
    top: 0;
	position:relative;}
}
@media only screen and (max-width: 1024px){
	.pcno{display: block!important;}	
	.wapno{display: none!important;}
	.f16{font-size:14px;}
	.f36 {
    font-size: 24px!important;
    line-height: 25px!important;}
	.contanier{max-width: 94%;padding: 0;}
	.header .logoimg img{height:45px;}
	.header #navToggle {
		height: 100%;
		padding: 9px 0;
		display: inline-block;
		float: right;
		margin-top: 10px;
		margin-right: 50px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
	.c-banner .nexImg,.c-banner .preImg{width:30px;height:50px;margin-top:-25px;}
	.c-banner .preImg{left:15px;}
	.c-banner .nexImg{right:15px;}
	.tit{font-size:24px;}
	.mt60b50{margin-top:5%;margin-bottom:3%;}
	.bwenzi{top: 30%;}
	.bwenzi h2{font-size:24px;line-height:30px;}
	.bwenzi p{font-size:16px;padding-top:15px;}
	.prolist{padding-top:4%;}
	.prolist ul{margin-right:0;}
	.prolist ul li{margin-right: 3%;width: 48.5%;margin-bottom:3%;}
	.prolist ul li .pro_zi{height: 25px;padding: 2% 3%;line-height:25px;font-size: 14px;}
	.prolist ul li:nth-child(2){margin-right:0;}
	.prolist ul li:nth-child(4){margin-right:0;}
	.prolist ul li:nth-child(6){margin-right:0;}
	.prolist ul li:nth-child(7){display: none;}
	.prolist ul li:nth-child(8){display: none;}
	.inabout .inabr{width:94%;padding-left:3%;padding-bottom:3%;position:inherit;}
	.inabout .inabl{width:100%;}
	.inabout .inabl .inabl_2 {padding-top: 15px;}
	.inabout .inabl .inabl_2 p {line-height: 25px;}
	.inabout .inabl .inabl_3 {padding-top: 10px;padding-bottom: 15px;}
	.inabout .inabl .inabl_4 {padding-top: 20px;line-height: 25px;}
	.inabout .inabl .inabl_5 {padding-top: 20px;}
	.more{padding: 10px 20px 10px;font-size: 15px;}
	.phone_call{width:40px;height:40px;background-size:22px;}
	.inab_twz{padding-top: 0;font-size:12px;}
	.inab_twz .inab_twzs a{font-size:18px;}
	.abnew{margin-top: 20px;}
	.abnew ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;}
	.abnew ul li .newcon a{font-size: 18px;}
	.abnew ul li .newcon p{font-size:14px;line-height:24px;}
	.abnew ul li .riqi{height: 120px;}
	.abnew ul li .riqi .ri {
    font-size: 32px;
    line-height: 32px;
    padding-top: 35px;}
	.abnew ul li .newcon {
    padding-top: 15px;}
	.footer{background:none;}
	.footer_bot .footer_bl{float:inherit;text-align:center;font-size: 12px;}
	.footer_bot .footer_bl a{display: block;}
	.footer_bot .footer_br{float:inherit;text-align:center;}
	.footer_bot .footer_br a{font-size: 12px;padding-left: 10px;margin-left: 10px;}
	.footer_top .footer_tl{margin-left: 3%;}
	.footer_top .footer_tr{margin-right: 3%;}
	.footer_top{margin-top: 20px;padding: 15px 0!important;transform: translateY(-15%);}
	.protj a{padding: 2% 8%;margin: 0 2%;}
	.pt-80{padding-top: 100px!important;}
	/*.nybanner{height:250px;}
	.nybanner img{display:none;}*/
	.nyleft{width: 100%;}
	.nyright{width: 100%;min-height:300px;border: none;padding:30px 0;}
	.nyproright{width: 100%;min-height:300px;}
	.ny_main{padding:0 1%;}
	.newstitle{font-size:14px;}
	.w45,.lxcon,.lximg,.lxfs{width:100%;}
	.conditu{margin-top:50px;}
	.nyprolist ul li{width: 48.5%;}
	.nyprolist ul li:nth-child(2n){margin-right:0;}
	.nyprolist ul li:nth-child(3n){margin-right:3%;}
	.nyprolist ul li a{padding: 10px;}
	.nyprolist ul li p{margin-bottom: 10px;}
	.nyprolist ul li span{font-size:12px;}
	.map_height{HEIGHT: 500px;}
	.ny_conlist ul li{width: 100%;margin-bottom:8%;}
	.ny_conlist{padding: 50px 25px;}
	.ny_conlist ul li:nth-child(3n){margin-bottom:0;}
	.pt100{padding-top:50px;}
	.protit{font-size:18px;}
	.chumingsou{padding-top: 0;width: 100%;}
	.chumingsou .cm_form{padding: 0 3%;width: 74%;}
	.chumingsou .btn{font-size: 16px;}
	.cm_jieguo{padding: 25px 25px;margin-bottom: 60px;}
	.ab_zcimg{width:100%;padding-right:0;}
	.ab_zcwz{width:100%;}
	.nydh_l{width:100%;}
	.nydh_r{display:none;}
	.nydh_l a{padding: 0 20px;
    line-height: 50px;
    height: 50px;}
	.pgwMenu a{line-height: 50px !important;padding:0 20px !important;}
	.nydaohan{margin-bottom:40px;}
	.ab_com02_l{width:100%;}
	.w40{width:100%;}
	.w55{width:100%;}
}
@media only screen and (max-width: 600px){
	.abnew ul li .newcon a{font-size:18px;line-height: 24px;}
	.abnew ul li .riqi{height:100px;}
	.abnew ul li .riqi .ri{padding-top: 25px;}
	.abnew ul li .newcon{padding-top: 10px;}
	.abnew ul li .newcon p{font-size:14px;line-height: 22px;}
	.wapno{display:none;}
	.newslist li{padding-bottom: 20px;}
	.newslist dt{font-size:16px;line-height:18px;}
	.newslist .news_info{font-size:14px;margin-top:5px;line-height: 16px;padding-top: 5px;}
	.Page{font-size:12px;}
	.newstitle h4{font-size:16px;line-height:25px;}
	.gallery a{width:46%;margin:0 2% 4% 2%;}
	.gallery a .zizhiimg{height: 200px;}
	.gallery a p{line-height:25px;}
	.gallery a:nth-child(3n){margin-right: 2%;}
	ul.downlist li{width: 45%;}
	.ui_page a, .ui_page span{padding: 5px 8px;line-height: 14px;font-size: 12px;}
	.rcln_wz{width:100%;}
	.rcln_img{width:100%;}
	.since1988{background:url(../images/hf_ab_t02wqe.jpg) no-repeat right 50px;background-size:280px auto;}
	.nydaohan {margin-bottom: 30px;}
	.pronave a{padding:5px 15px;}
	.pronave{padding-bottom: 30px;}
	ul.ab_wh li{margin-left:3%;margin-right:3%;width:94%;margin-bottom:40px;}
	.homejis {
    width: 100%;
    margin-top: 50px;}
	.homejs_bg{padding: 30px;}
	.homejs_bg2 {
    margin-top: 50px;}
}
@media only screen and (max-width: 376px){
	.ny_conlist ul li .ny_c_main i.conimg01,.ny_conlist ul li .ny_c_main i.conimg02,.ny_conlist ul li .ny_c_main i.conimg03{background-size:auto 50px;height: 55px;}
	.ny_conlist ul li .ny_c_main h4{margin-top: 10px;}
}

@media only screen and (max-width: 320px){
	.abnew ul li .newcon p {font-size: 12px;line-height: 22px;}
	.abnew ul li .riqi .ri{font-size: 28px;}
	.abnew ul li .riqi span{font-size: 12px;}
	.bwenzi h2{font-size:18px;line-height:25px;}
	.bwenzi p{font-size:14px;padding-top:10px;}
	.newslist dt{font-size:14px;}
	
	
}
