﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/
html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: 'sy';
  src: url('SourceHanSansCN-Medium.otf');
}
 

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: #fff; color:#555; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #555; }
a:hover { color: #57ad36; }


.wrapper { position:relative; width:100%; height: 100%; margin:0 auto; overflow:hidden;}
.nr {width: 1750px; margin: 0 auto; }
@media (max-width: 1750px){
    .nr { width: 1200px; margin:0 auto; }
}
@media (max-width: 1200px){
    .nr { width:92%}
}

.nr2 {width: 1200px; margin: 0 auto; }
@media (max-width: 1200px){
    .nr2 { width:92%}
}


.header { position:relative; height:55px; padding:20px 0; transition:all 0.3s linear; width:100%; position:fixed; left:0; top:0; z-index:99}
.header.fix{ background:rgba(0,0,0,0.7); padding:0}
.header:hover{ background:rgba(0,0,0,0.7); padding:20px 0}
.header .nr{ height:100%; display:flex; align-items: center; }
.header .logo{ height:100%; width:20%; text-align:center; display:flex;align-items: center; justify-content: center;}
.header .logo img{ height:40px}
.header .logo .img1{ display:block}
.header .nav{  height:100%; width:40%;}
.header .rt{ width:40%; height:100%;  display:flex; align-items: center; justify-content: flex-end;}
.header .rt .menu{}
.header .rt .msn{ margin-left:30px;}
.header .rt .msn a{ display:block; width:100px; height:34px; box-sizing:border-box; border:1px solid #dfe4ec; display:flex; align-items: center; justify-content: center; color:#fff; font-size:14px;}
.header .rt .msn a:hover{ background:#fff; border:1px solid #fff; color:#0e3479}
.header .rt .sea{ background:url(g_15.png) left center no-repeat; padding-left:30px; font-size:14px; color:#fff; cursor:pointer}

.header ul{ height:100%}
.header ul>li{ float:left; margin-right:30px; position:relative; height:100%}
.header ul>li>a{ display:block; position:relative; font-size:14px; color:#fff;height:100%; display:flex;align-items: center; position:relative }
.header ul>li>a i{ position:relative; z-index:9}
.header ul>li.on>a{ color:#fbca3b }
.header ul>li:hover>a{ color:#fbca3b }
.header ul>li.on>a:after{width:100%;}
.header ul>li:hover>a:after{width:100%;}
.header ul>li .xl{ width:140px;  position:absolute; left:50%; margin-left:-70px; top:100%; z-index:9; text-align:center; z-index:99;  border-radius:0 0 5px 5px; overflow:hidden; top:120%; padding-top:20px;visibility:hidden; opacity:0;   transition:all 0.5s}
.header ul>li .xl a{ display:block; font-size:14px; line-height:40px; color:#fff; background:rgba(0,0,0,0.62); text-align:center}
.header ul>li .xl a:hover{ background:#0e3479; color:#fff}
.header ul>li:hover .xl{ visibility:visible; opacity:1; top:100%;}

@media (max-width: 1750px){
	.header { height:50px; padding:15px 0}
	.header .logo img{ height:40px}
	.header:hover{ padding:15px 0}
	.header .rt .msn{ margin-left:25px;}
	.header .rt .msn a{ width:92px; height:30px; font-size:12px}
	.header .rt .sea{ background:url(g_15.png) left center no-repeat; background-size:16px; padding-left:25px; font-size:12px;}
	.header ul > li{ margin-right:25px}
	.header ul > li > a{ font-size:14px; }	
	.header ul>li .xl a{ font-size:14px; line-height:36px}
	.header ul>li .xl{ padding:15px 0 0 0}
}

@media (max-width:1200px) {
	.header{ height:40px; padding:10px 0}
	.header .logo{ width:30%; justify-content:left}
	.header .logo img{ height:30px }
	.header .rt{ width:70%}
	.header .menu{ display:block; background:url(g_01x.png) center center no-repeat; width:20px; height:20px; background-size:20px; margin-left:15px;}
	.header .nav{ display:none}
	.header .tel{ margin-left:0; width:24px}
	.header .rt .msn{ margin-left:15px;}
	.header .rt .msn a{ width:80px; height:26px; }
	
	.header .nr{ height:100%; display:flex; align-items: center; }
}



.nheader { position:relative; background:#fff; height:60px; transition:all 0.3s linear; width:100%;}
.nheader:hover{ padding:15px 0}
.nheader .nr{ height:100%; display:flex; align-items: center; }
.nheader .logo{ height:100%; width:20%; text-align:center; display:flex;align-items: center; justify-content: center;}
.nheader .logo img{ height:40px}
.nheader .logo .img1{ display:block}
.nheader .nav{  height:100%; width:40%;}
.nheader .rt{ width:40%; height:100%;  display:flex; align-items: center; justify-content:  flex-end;}
.nheader .rt .menu{}
.nheader .rt .msn{ margin-left:30px;}
.nheader .rt .msn a{ display:block; width:100px; height:34px; box-sizing:border-box; border:1px solid #353535; display:flex; align-items: center; justify-content: center; color:#353535; font-size:14px;}
.nheader .rt .msn a:hover{ background:#0e3479; border:1px solid #0e3479; color:#fff}
.nheader .rt .sea{ background:url(g_15_2.png) left center no-repeat; padding-left:30px; font-size:14px; color:#353535; cursor:pointer}
.nheader ul{ height:100%}
.nheader ul>li{ float:left; margin-right:30px; position:relative; height:100%}
.nheader ul>li>a{ display:block; position:relative; font-size:14px; color:#353535;height:100%; display:flex;align-items: center; position:relative }
.nheader ul>li>a i{ position:relative; z-index:9}
.nheader ul>li.on>a{ color:#0e3479}
.nheader ul>li:hover>a{ color:#0e3479}
.nheader ul>li.on>a:after{width:100%;}
.nheader ul>li:hover>a:after{width:100%;}
.nheader ul>li .xl{ width:140px;  position:absolute; left:50%; margin-left:-70px; top:120%; z-index:9; text-align:center; z-index:99;  border-radius:0 0 5px 5px; overflow:hidden; visibility:hidden; opacity:0; padding-top:15px; transition:all 0.5s}
.nheader ul>li .xl a{ display:block; font-size:14px; line-height:40px; color:#333; text-align:center; background:#fff}
.nheader ul>li .xl a:hover{ background:#0e3479; color:#fff}
.nheader ul>li:hover .xl{ top:100%; visibility:visible; opacity:1}
.nheader.fix{  position:fixed; left:0; top:0; z-index:99}

@media (max-width: 1750px){
	.nheader { height:50px; padding:15px 0}
	.nheader .logo img{ height:40px}
	.nheader:hover{ padding:15px 0}
	.nheader .rt .msn{ margin-left:25px;}
	.nheader .rt .msn a{ width:92px; height:30px; font-size:12px}
	.nheader .rt .sea{ background:url(g_15_2.png) left center no-repeat; background-size:16px; padding-left:25px; font-size:12px;}
	.nheader ul > li{ margin-right:25px}
	.nheader ul > li > a{ font-size:14px; }	
	.nheader ul>li .xl a{ font-size:14px; line-height:36px}
	.nheader ul>li .xl{ padding-top:15px}
}

@media (max-width:1200px) {
	.nheader{ height:40px; padding:10px 0}
	.nheader .logo{ width:30%; justify-content:left}
	.nheader .logo img{ height:30px }
	.nheader .rt{ width:70%}
	.nheader .menu{ display:block; background:url(g_01x_2.png) center center no-repeat; width:20px; height:20px; background-size:20px; margin-left:15px;}
	.nheader .nav{ display:none}
	.nheader .tel{ margin-left:0; width:24px}
	.nheader .rt .msn{ margin-left:15px;}
	.nheader .rt .msn a{ width:80px; height:26px; }
}


.sea_on{ width:100%; height:100%; left:0; top:0; background:rgba(00,00,00,0.5); position:fixed; z-index:99; display:none}
.sea_on .s1{ width:400px; height:68px; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-34px; background:#fff}
.sea_on .s1 .inp1{ width:200px; height:68px; border:0; position:absolute; left:10px; top:0; font-size:14px;}
.sea_on .s1 .inp2{ width:76px; height:68px; background:url(sea.png) center center no-repeat #004898; position:absolute; right:0; top:0; cursor:pointer} 
.sea_on .s1 .gb{ width:30px; height:30px; background:url(gb.png) center center no-repeat; background-size:30px; position:absolute; right:0; top:-50px; cursor:pointer}
@media (max-width:1200px) {
	.sea_on .s1{ width:300px; height:48px;margin-left:-150px;margin-top:-24px;}
	.sea_on .s1 .inp1{ width:180px; height:48px;}
	.sea_on .s1 .inp2{ width:76px; height:48px;} 
	.sea_on .s1 .gb{ width:24px; height:24px; background:url(gb.png) center center no-repeat; background-size:24px; position:absolute; right:0; top:-30px; cursor:pointer}
}

.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; font-family:"sy" }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}
.slide_nav li.tel>a{ color:#d95715}
.slide_nav li.tel>a i{ font-family:Arial; vertical-align:top; font-weight:bold}
.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 10px;font-size: 16px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #666;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(o_ico_18.gif) 15px center no-repeat;}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}



.footer{ width:100%; background:#f8f8f8}
.ft01{ background:#4c4c4c; padding:30px 0}
.ft01 .nr{justify-content: space-between;display:flex; align-items: center; color:#fff}
.ft01 .nr .title{ font-size:18px; font-weight:bold}
.ft01 .nr .more a{display:flex; align-items: center; justify-content: center; width:120px; height:40px; border:1px solid #fff; border-radius:25px; box-sizing:border-box; color:#fff; font-size:14px}
.ft01 .nr .more a:hover{ background:#fff; color:#0e3479}
.ft02{ padding:80px 0; }
.ft02 .nr{ position:relative; overflow:hidden}
.ft02 .nr:before{ content:""; display:block; width:1px; background:#dedede; height:100%; position:absolute; left:650px; top:0;}
.ft02 .lt{ float:left; width:650px;}
.ft02 .lt .ihd{ display:flex; align-items: center;}
.ft02 .lt .ihd .logo{ margin-right:40px}
.ft02 .lt .ihd .logo img{ height:30px;}
.ft02 .lt .ihd .ico{ margin-right:15px; position:relative; cursor:pointer}
.ft02 .lt .ihd .ico .pic img{ height:23px}
.ft02 .lt .ihd .ico .ewm{ position:absolute; width:100px; left:0; top:100%; display:none}
.ft02 .lt .ihd .ico .ewm img{ width:100px;}
.ft02 .lt .ihd .ico:hover .ewm{ display:block}
.ft02 .lt .lx{ margin-top:30px; font-size:18px; color:#313131; line-height:50px}
.ft02 .lt .lx a{ color:#313131}
.ft02 .rt{ width:955px; float:right;display:flex;justify-content: space-between;}
.ft02 .rt dl dt{ margin-bottom:30px}
.ft02 .rt dl dt a{ font-size:18px; color:#1c1c1c}
.ft02 .rt dl dd a{ font-size:16px; color:#666666; line-height:50px}
.ft03{ padding:20px 0; border-top:1px solid #e9e9e9; text-align:right; font-size:16px; color:rgba(0,0,0,0.37)}
.ft03 a{ color:rgba(0,0,0,0.37)}
.ft03 a:hover{ color:rgba(0,0,0,1)}
@media all and (max-width:1750px){

	.ft02{ padding:60px 0; }
	.ft02 .nr:before{ left:440px; }
	.ft02 .lt{width:440px;}
	.ft02 .lt .lx{ font-size:16px; line-height:40px; margin-top:20px}
	.ft02 .lt .lx a{ color:#313131}
	.ft02 .rt{ width:700px; }
	.ft02 .rt dl dt{ margin-bottom:20px}
	.ft02 .rt dl dt a{ font-size:16px}
	.ft02 .rt dl dd a{ font-size:14px; line-height:40px}
	.ft03{ padding:16px 0; font-size:14px;}
}
@media all and (max-width:1200px){
	.ft01{ padding:40px 0}
	.ft01 .nr .title{ font-size:24px;}
	.ft01 .nr .more a{ width:120px; height:40px; font-size:14px}
	.ft02{ padding:40px 0; }
	.ft02 .nr:before{ display:none}
	.ft02 .lt{width:100%;}
	.ft02 .lt .lx{ font-size:14px; line-height:30px; margin-top:15px}
	.ft02 .lt .lx a{ color:#313131}
	.ft02 .rt{ display:none}
	.ft03{ padding:15px 0; text-align:center; font-size:12px;}
	.ft02 .lt .ihd .logo{ margin-right:30px}
	.ft02 .lt .ihd .logo img{ height:24px;}
	.ft02 .lt .ihd .ico{ margin-right:12px;}
	.ft02 .lt .ihd .ico .pic img{ height:20px}	
}
@media all and (max-width:750px){
	.ft01 .nr .title{ font-size:20px;}
	.ft01 .nr .more a{ width:100px; height:32px; font-size:12px}
	
}




.tzhz{ padding:100px 0}
.tzhz .ihd{ text-align:center}
.tzhz .ihd .title{ font-size:36px;  font-weight:bold; color:#2b2b2b; line-height:1}
.tzhz .ihd .intro{ font-size:20px; color:#2b2b2b; margin-top:25px}
.tzhz .ibd{ margin-top:80px;display:flex;justify-content: space-between; align-items: center;}
.tzhz .ibd .item{ width:32%; position:relative; border-radius:10px; overflow:hidden}
.tzhz .ibd .item .pic{ width:100%; overflow:hidden}
.tzhz .ibd .item .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.tzhz .ibd .item:hover .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scal(1.1);}
.tzhz .ibd .item .cont{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:9; color:#fff; text-align:center}
.tzhz .ibd .item .cont .title{ font-size:26px; font-weight:bold}
.tzhz .ibd .item .cont .intro{ font-size:16px; padding:10px 0 20px }
.tzhz .ibd .item .cont .more{ width:120px; height:38px;display:flex; align-items: center; justify-content: center; margin:0 auto; font-size:14px; border:1px solid #fff; box-sizing:border-box; border-radius:5px; transition:all 0.5s }
.tzhz .ibd .item:hover .cont .more{ border:1px solid #0e3479; background:#0e3479}
@media all and (max-width:1600px){
	.tzhz{ padding:80px 0}
	.tzhz .ihd .title{ font-size:28px; }
	.tzhz .ihd .intro{ font-size:16px; margin-top:20px}
	.tzhz .ibd{ margin-top:60px; }	
	.tzhz .ibd .item .cont .title{ font-size:22px; }
	.tzhz .ibd .item .cont .intro{ font-size:14px; }
	.tzhz .ibd .item .cont .more{ width:110px; height:32px; font-size:12px; }
}
@media all and (max-width:1200px){
	.tzhz{ padding:60px 0}
	.tzhz .ihd .title{ font-size:20px; }
	.tzhz .ihd .intro{ font-size:14px; margin-top:15px}
	.tzhz .ibd{ margin-top:40px; }	
	.tzhz .ibd .item .cont .title{ font-size:16px; }
	.tzhz .ibd .item .cont .intro{ font-size:12px; }
	.tzhz .ibd .item .cont .more{ width:90px; height:30px;  }
}
@media all and (max-width:750px){
	.tzhz .ibd{ margin-top:20px; display:block }	
	.tzhz .ibd .item{ width:100%; margin-bottom:20px}
}

















































