/* 中文 */
@font-face {
  font-family: 'ff100';
  src: url('../font/SourceHanSansCN-ExtraLight.ttf');
}
@font-face {
  font-family: 'ff200';
  src: url('../font/SourceHanSansCN-Light.ttf');
}
@font-face {
  font-family: 'ff300';
  src: url('../font/SourceHanSansCN-Normal.ttf');
}
@font-face {
  font-family: 'ff400';
  src: url('../font/SourceHanSansCN-Regular.ttf');
}
@font-face {
  font-family: 'ff700';
  src: url('../font/SourceHanSansCN-Medium.ttf');
}
@font-face {
  font-family: 'ff800';
  src: url('../font/SourceHanSansCN-Bold.ttf');
}
@font-face {
  font-family:sh_e;
  src:url(../font/SourceHanSans-ExtraLight.ttf)
}
.sh_e {
  font-family:sh_e
}
  
/* 初始化默认字体 */
html,
body {
  position: relative;
  font-family: 'Rubik', 'ff400';
}


html {
	color: #000;
	background: #FFF;
}


body {
	color: #666;
	font: 12px/1.231 arial, helvetica, clean, sans-serif, "宋体";
}

/* html, body {
  font-size: calc((100/1920)*100vw);
  max-width: 1920px;
  margin: auto;
} */
/*网站字体颜色*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

select,
input,
button,
textarea,
button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*title*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.mt10 {
	margin-top: 10px;
}

a {
	color: #666;
	text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
	outline: 0;
}

/*for ff f6n.net*/
a:hover {
	text-decoration: underline;
	text-decoration: none;
}

.vam {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

.clearfix {
	*zoom: 1
}

p {
	word-spacing: -1.5px;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.center {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pa {
	position: absolute;
}

.pr {
	position: relative
}

/* -- 购物车外部框架 -- */
.cart_header,
.cart_content,
.cart_footer {
	width: 760px;
	margin: 0 auto;
}



/* -- 页面整体布局 -- */
.header,
.footer {
	width: 1660px;
	margin: 0 auto;
}


.content{
	width: 1200px;
	margin: 0 auto;     
}


.topadcs { width:100%; overflow:hidden; text-align:center;  }
.topadcs a img { width:100%; height:auto; display:block; }
.topadcs a { display:block; margin:0 auto; }
.topadcs a.fullad { height:500px; } 


html{color:#000;background:#FFF; }
body { color:#666;font:12px/1.231 arial,helvetica,clean,sans-serif, "Microsoft Yahei"; min-width: 1200px;    width: 100%;} /*网站字体颜色*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0; font-family: 'Rubik', 'ff400';}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}
.mt30{ margin-top:30px;}
a { color:#666; text-decoration:none; font-family: "Microsoft Yahei";blr:expression(this.onFocus=this.blur());}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px; font-family: "Microsoft Yahei";}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em { font-style:normal; font-family: "Microsoft Yahei";}
/* -- 购物车外部框架 -- */
.cart_header , .cart_content , .cart_footer { width:760px; margin:0 auto;}

 
/* -- 页面整体布局 -- */
.content{width:1290px; margin:0 auto;  }
.left { width:245px; float:left; overflow:hidden;}
.left2 { width:900px; float:left; overflow:hidden;}
.left3 { width:754px; float:left; overflow:hidden; color:#666;}
.lefttop { background:url(../image/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.left2top { background:url(../image/left2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.leftbot { background:url(../image/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}
.left2bot { background:url(../image/right_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px; }
.leftr { width:201px; float:left; overflow:hidden;}
.rightl { width:975px; float:right; display:inline; margin-left:24px; overflow:hidden;}
.right { width:980px; float:right; display:inline; margin-left:19px; overflow:hidden;}
.right2 { width:270px;  float:right; overflow:hidden;}
.right3 { width:201px; float:right; overflow:hidden; color:#666;}
.righttop {height:3px; font-size:0; overflow:hidden;}
.right2top { background:url(../image/right2_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot {height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}
.right2bot { background:url(../image/left_bot2_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:975px; padding-bottom:15px; overflow:hidden; }
.right2_main { width:273px; padding-bottom:15px; overflow:hidden;}
.left2_main { width:900px;  padding-bottom:15px; overflow:hidden;}

.h_nav li a:-webkit-any-link{ display:block;}

em,i{ font-style:normal;}


.news-list { background:#f5f5f5; border-bottom:2px solid #eee; height:150px; padding:20px; margin-bottom:30px; overflow:hidden; *zoom:1; }
.news-list:hover, .news-list.cur { border-bottom:2px solid #16223A; }
.news-list .image { float:left; height:150px; padding-right:20px; }
.news-list .image img{ height:150px; }
.news-list .text h2 { font-weight:100; line-height:22px; height:40px; overflow:hidden; font-size:16px; }
.news-list .text h2 a { color:#16223A; }
.news-list .text p {line-height:24px; color:#958e95; font-size:14px; text-align:justify; height:72px; margin-bottom:10px; overflow:hidden; }
.news-list .text span.btn { font-size: 14px;}
.news-list .text span.btn a { padding:0 20px 0 0; }

.rele_search {border-top: 1px solid #DDDDDD;line-height: 160%;margin: 5px;}
.rele_search {line-height: 160%;}
.rele_search li {float: left;width: 150px;}


/*--客服--*/
.ImTable *{padding:0px;margin:0px}
.ImTable{border-collapse:collapse;border:none;background:url(../image/bg.gif)}
.ImTable h2{font-size:14px;font-weight:bold;margin-top:5px}
.ImHeader{height:164px;background:url(../image/im_01.gif)}
.ImRow0{background:url(../image/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px; }
.ImRow1{background:url(../image/ico_item1.gif) no-repeat;margin:10px 10px 0;height:24px;padding-left:10px;padding-top:4px;}
a.im,a:hover.im{text-decoration:none;height:35px;color:#008F5A; font-size:14px;}
.ImFooter{height:90px;background:url(../image/im_04.gif) no-repeat; display:inline-block; width:150px;font-family:Arial,Helvetica,sans-serif;}
.ImFooter h5{font-size:14px;font-weight:normal; color:#fff;text-align:center;margin:15px 0 0;font-family:'宋体';}
.ImFooter p{font-size:20px;font-weight:bold;  color:#fff;text-align:center;margin:10px 0;}


/*rollup.css*/
#roll_top,#fall,#ct{position:relative;cursor:pointer;height:72px;width:26px}#roll_top{background:url(../image/top.gif) no-repeat}#fall{background:url(../image/top.gif) no-repeat 0 -80px}#ct{background:url(../image/top.gif) no-repeat 0 -40px}#roll{display:block;width:15px;margin-right:-500px;position:fixed;right:30%;top:80%;_margin-right:-505px;_position:absolute;_margin-top:300px;_top:expression(eval(document.documentElement.scrollTop))}

 #newBridge .icon-left-center{top:30%}
.qqkefu{position:fixed;right:0;bottom:28%;z-index:777;width:53px}
.qqkefu ul li a{display:block;width:100%;height:100%;color:#fff}
.qqkefu ul li a:hover{text-decoration:none}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background:#e0172a}
.qqkefu ul li.top{position:relative;width:53px;background:#e0172a url(../image/top_icon.png) no-repeat center;color:#1c1c1c;text-align:center;font-weight:800;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}
.qqkefu ul li.top:hover{background-color:#e0172a}
.qqkefu ul li b{float:left;display:block;overflow:hidden;width:53px;height:47px}
.qqkefu ul li b.a{background:url(../image/czx4.png) no-repeat center center}
.qqkefu ul li b.b{background:url(../image/czx3.png) no-repeat center center}
.qqkefu ul li b.d{background:url(../image/bdsq.png) no-repeat center center}
.qqkefu ul li b.c{background:url(../image/czx5.png) no-repeat center center}
.qqkefu ul li b.e{background:url(../image/icon_kf_tel.png) no-repeat center center}
.qqkefu ul li b.lxb{background:url(../image/phone0.png) no-repeat center center}
.qqkefu .erweima p{float:left;width:130px;color:#000;text-align:center;font-size:12px;line-height:20px}
.qqkefu .erweima p img{margin:10px 10px 0 10px;width:110px;height:110px}
.sidebar ul li{position:relative}
.erweima{position:absolute;top:-103px;left:-134px;float:right;display:none;height:150px;border:1px solid #CCC;background:#FFF;cursor:default!important}
.erweima{top:18px;left:-153px;height:70px;text-align:center}
.erweima p{width:150px}
.erweima em{display:inline-block;margin-top:12px;margin-bottom:6px;width:100%;color:#e0172a;font-weight:600;font-size:16px}
.erweima2{position:absolute;top:-103px;left:-134px;float:right;display:none;height:150px;border:1px solid #CCC;background:#FFF;cursor:default!important}
.erweima2{top:-27px;left:-153px;height:150px;text-align:center}
.erweima2 p{width:150px}
.erweima2 em{display:inline-block;margin-top:12px;margin-bottom:6px;width:100%;color:#e0172a;font-weight:600;font-size:16px}
.sidebar{position:fixed;right:0.5vw;top:20vh;width:83px;z-index:999}
.sidebar ul{width:100%;background:#fff;box-shadow:0 0 20px rgba(0,0,0,0.15);border-radius:3px}
.sidebar ul li a{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:88px}
.sidebar ul li a span{display:block;width:42px;height:42px;transition:all ease 0.4s}
.sidebar ul li a p{margin-top:2px;font-size:15px;color:#121212;line-height:1}
.sidebar ul li:nth-child(1) span{background:url(../image/sidebar_icon1.png) no-repeat;background-size:84px auto;background-position:0 0}
.sidebar ul li:nth-child(2) span{background:url(../image/sidebar_icon2.png) no-repeat;background-size:84px auto;background-position:0 0}
.sidebar ul li:nth-child(3) span{background:url(../image/<img src="{HOME_THEME_PATH}picture) no-repeat;background-size:84px auto;background-position:0 0}
.sidebar ul li:nth-child(4) span{background:url(../image/sidebar_icon4.png) no-repeat;background-size:84px auto;background-position:0 0}
.sidebar ul li:hover{background:#003e92}
.sidebar ul li:hover span{background-position:-42px 0}
.sidebar ul li:hover p{color:#fff}
.sidebar ul li:hover .erweima p{color:#000}

/* -- 弹出窗口 -- */
#mesbook1_c, #mesbook1{display:none;z-index:1001;width:398px;border:1px solid #ccc;background:#fff; padding-bottom:20px;}
#mesbook1_c div, #mesbook1 div{ border:1px solid #E4E3E3; background:#EBECEB;height:18px; padding:4px .5em 0; margin-bottom:10px;}
#mesbook1_c dl.b1, #mesbook1 dl.b1 { width:370px; margin:0 auto;}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt { float:left; width:105px; overflow:hidden; }
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd { width:265px; float:right;}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns{padding-bottom:10px;}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {margin-right:20px;}


/*头部开始
.topWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 96px;
	font-family: "Microsoft Yahei";
}
.topWrap::before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .4s;
	opacity: 0;
	transform: translateY(-200px);
}


.topWrap .header {
	width: 1780px;
	padding-top: 22px;
	display: flex;
	justify-content: space-between
}

.topWrap .logo {
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	width: 430px;
}

.topWrap .logo a {
	display: block;
	float: left;
	width: 130px;
	height: 60px;
}

.topWrap .logo a img {
	display: block;
	width: 100%;
	height: auto;
}
.page-title 
{
    margin-top:10px !important;
	margin-left: 12px !important;
	padding-left: 16px !important;
	border-left: 1px solid rgba(255, 255, 255, .5);
}
.page-title h1{
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: normal;
}
.page-title h1 b{
	font-size: 20px;
	color: #E60012 !important;
	margin-bottom: 8px;
}

.nav {
	position: relative;
	z-index: 6;
	height: 48px;
	display: flex;
	align-items: center;
}

.nav ul>li {
	position: relative;
	float: left;
	line-height: 48px;
	font-size: 16px;
	margin: 0 17px;
}

.nav ul>li>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: color .5s .1s;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	font-weight: normal;
	color: #fff;
}

.nav>ul>li>a:hover {
	color: #E60012;
}

.nav>ul>li.cur a {
	color: #E60012;
}

.nav>ul>li::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	display: block;
	background: #E60012;
	content: "";
	transition: all 0.3s linear;
	display: block;
	z-index: 1;
	width: 0;

}

.nav ul li:hover::before {
	left: 0%;
	width: 100%;
	height: 2px;
}

.nav .drop-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 770px;
	height: 450px;
	display: none;
	padding: 40px 50px 0 64px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .95);
	z-index: 6;
}


.nav .drop-down dl {
	display: flex;
	justify-content: space-between;
}

.nav .drop-down dl dt {
	width: 190px;
}

.nav .drop-down dl dt span {
	display: block;
	line-height: 44px;
	height: 44px;
}

.nav .drop-down dl dt span.active a {
	color: #003e92;
	font-weight: bold;
}

.nav .drop-down dl dt span a {
	font-size: 15px;
	color: #363636;
}

.nav .drop-down dl dt span a:hover {
	color: #003e92;
	font-weight: bold;
}

.nav .drop-down dl dd {
	width: 442px;
	height: 352px;
}

.nav .drop-down dl dd .tab-content {
	display: none;
}

.nav .drop-down dl dd .content-show {
	display: block;
}

.nav .drop-down dl dd img {
	display: block;
	width: 100%;
}


.topWrap.sty-top .page-title h1,.topWrap.sty-top .page-title h1 b{
	color: #000;
}
.topWrap.sty-top .nav ul li a{
	color: #363636;
}
.topWrap.sty-top::before{
	transform: translateY(0);
	opacity: 1;
}
*/
.topWrap .h-bd{
	width: 100%;
	height: 50px;
	background: #fff;
}
.topWrap .cent{
	width: 1660px;
	margin: 0 auto;
	height: 50px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.topWrap .cent h2{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #1d1d1d;
}
.topWrap .cent .tel p{
	padding-left: 44px;
	font-size: 16px;
	color: #2c3033;
	font-weight: normal;
	background: url(../image/kef_icon.png) no-repeat left center;
}
.topWrap .cent .tel p b{
	color: #203e82;
	font-size: 24px;
}


.topWrap .h-nav{
	display: flex;
    justify-content: space-between;
}
.topWrap {
	position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 96px;
	font-family: 'Rubik', 'ff400';
}

.topWrap::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .4s;
	opacity: 0;
	/* transform: translateY(-200px); */
	border-top: 1px solid #ececec;
}

.topWrap .header {
	padding-top: 22px;
	display: flex;
	justify-content: space-between
}

.topWrap .logo {
	position: relative;
	z-index: 6;
	display: flex;
	align-items: center;
	width: 360px;
}

.topWrap .logo a {
	display: block;
	float: left;
	width: 130px;
	height: 60px;
}

.topWrap .logo a img {
	display: block;
	width: 100%;
	height: auto;
}

.page-title {
	margin-left: 12px !important;
	padding-left: 16px !important;
	 margin-top:10px !important;
	border-left: 1px solid rgba(255, 255, 255, .5);
}

.page-title h1 {
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	color: #fff;
	font-family: 'Rubik', 'ff400';
}

.page-title h1 b {
	font-weight: normal;
	color: #ffd200;
}

.nav {
	position: relative;
	z-index: 6;
	height: 60px;
	display: flex;
	align-items: center;
	float: right;
}

.nav ul>li {
	position: relative;
	float: left;
	line-height: 48px;
	font-size: 16px;
	margin: 0 17px;
}

.nav ul>li>a {
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: color .5s .1s;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
	font-weight: normal;
	color: #fff;
	font-family: 'Rubik', 'ff400';
	font-size: 16px;
}

.nav>ul>li>a:hover {
	color: #ffd200;
}

.nav>ul>li.cur > a {
	color: #ffd200 !important;
}

.nav>ul>li::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 2px;
	display: block;
	background: #ffd200;
	content: "";
	transition: all 0.3s linear;
	display: block;
	z-index: 1;
	width: 0;

}

.nav ul li:hover::before {
	left: 0%;
	width: 100%;
	height: 2px;
}

.nav .drop-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 770px;
	height: 450px;
	display: none;
	padding: 40px 50px 0 64px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .95);
	z-index: 6;
}


.nav .drop-down dl {
	display: flex;
	justify-content: space-between;
}

.nav .drop-down dl dt {
	width: 190px;
}

.nav .drop-down dl dt span {
	display: block;
	line-height: 44px;
	height: 44px;
}

.nav .drop-down dl dt span.active a {
	color: #003e92;
	font-weight: bold;
}

.nav .drop-down dl dt span a {
	font-size: 15px;
	color: #363636;
}

.nav .drop-down dl dt span a:hover {
	color: #003e92;
	font-weight: bold;
}

.nav .drop-down dl dd {
	width: 442px;
	height: 352px;
}

.nav .drop-down dl dd .tab-content {
	display: none;
}

.nav .drop-down dl dd .content-show {
	display: block;
}

.nav .drop-down dl dd img {
	display: block;
	width: 100%;
}



.topWrap.sty-top .page-title h1,
.topWrap.sty-top .page-title h1 b {
	color: #000;
}
.topWrap.sty-top .h-bd{
	display: none;
}

.topWrap.sty-top .nav ul li a {
	color: #363636;
}

.topWrap.sty-top::before {
	transform: translateY(0);
	opacity: 1;
}



/**********搜索**********/

.iconall{
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.nav .telephone .icon{
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../image/phone.png) no-repeat center center;
}
.nav .telephone{
	margin-right: 20px;
}
.nav .telephone .show{
	position: absolute;
	top: 50px;
	right: 0;
	width: 147px;
	height: auto;
	/* border-radius: 25px; */
	background: #fff;
	border: 2px solid #005f96;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
	padding: 0 18px;
	margin: 0;
	color: #005f96;
	align-items: center;
	display: none;
	overflow: hidden;
}

.nav .telephone2 .icon{
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../image/phone2.png) no-repeat center center;
}
.nav .telephone2{
	margin-right: 20px;
}
.nav .telephone2 .show{
	position: absolute;
	top: 50px;
	right: 0;
	width: 145px;
	height: auto;
	/* border-radius: 25px; */
	background: #fff;
	border: 2px solid #005f96;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
	padding: 0 18px;
	margin: 0;
	color: #005f96;
	align-items: center;
	display: none;
	overflow: hidden;
}


.nav .ss{
	position: relative;
	display: flex;
}
.nav .ss .icon{
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../image/search.png) no-repeat center center;
	background-size: 100% auto;
}

.nav .ss .show {
	position: absolute;
	top: 50px;
	right: 0;
	width: 314px;
	height: auto;
	/* border-radius: 25px; */
	background: #fff;
	border: 2px solid #005f96;
	box-sizing: border-box;
	align-items: center;
	display: none;
	overflow: hidden;
}

.nav .ss .show input {
	float: left;
	border: 0;
	box-sizing: border-box;
	background: none;
	width: 269px;
	height: 46px;
	font-size: 14px;
	padding: 0 18px;
	margin: 0;
	color: #005f96;
	outline: none;
}

.nav .ss .show span {
	float: left;
	display: block;
	cursor: pointer;
	margin-top: 8px;
	width: 28px;
	height: 28px;
	background: url(../image/h_icons2.png) no-repeat center center;
	background-size: 94%;
}

.nav .ss2{
	position: relative;
	display: flex;
}
.nav .ss2 .icon{
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: url(../image/search2.png) no-repeat center center;
	background-size: 100% auto;
}

.nav .ss2 .show {
	position: absolute;
	top: 50px;
	right: 0;
	width: 314px;
	height: auto;
	/* border-radius: 25px; */
	background: #fff;
	border: 2px solid #005f96;
	box-sizing: border-box;
	align-items: center;
	display: none;
	overflow: hidden;
}

.nav .ss2 .show input {
	float: left;
	border: 0;
	box-sizing: border-box;
	background: none;
	width: 269px;
	height: 46px;
	font-size: 14px;
	padding: 0 18px;
	margin: 0;
	color: #005f96;
	outline: none;
}

.nav .ss2 .show span {
	float: left;
	display: block;
	cursor: pointer;
	margin-top: 8px;
	width: 28px;
	height: 28px;
	background: url(../image/h_icons2.png) no-repeat center center;
	background-size: 94%;
}




/*底部开始
.footerwp {
	background: url(Img/Common/footer_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 463px;
	padding-top: 54px;
	box-sizing: border-box;
	overflow: hidden;
	font-family: "Microsoft Yahei";
}

.footerwp .footer {
	display: flex;
	justify-content: space-between;
}


.footerwp .cont .title {
	margin-bottom: 20px;
}

.footerwp .cont .title img {
	display: block;
	width: 300px;
}

.footerwp .cont .title h5 {
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	line-height: 1;
}

.footerwp .cont .form ul {
	display: flex;
	flex-wrap: wrap;
	width: 600px;
	margin-bottom: 34px;
}

.footerwp .cont .form ul li {
	display: flex;
	width: 47%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.footerwp .cont .form ul li:nth-child(2n){
	margin-left: 6%;
}
.footerwp .cont .form ul li span {
	display: block;
	width: 66px;
	font-size: 16px;
	color: rgba(255, 255, 255, .95);
}

.footerwp .cont .form ul li input {
	font-size: 14px;
	height: 40px;
	color: rgba(255, 255, 255, .95);
	background: none;
	border: 0;
	outline: none;
}
.footerwp .cont .form ul li.textarea-inp{
	width: 100%;
	height: 80px;
}
.footerwp .cont .form ul li.textarea-inp textarea{
	width: 75%;
	height: auto;
	background: none;
	border: 0;
	outline: none;
	line-height: 22px;
	font-size: 14px;
	color: rgba(255, 255, 255, .95);
}

.footerwp .cont .form ul li input::placeholder {
	color: rgba(255, 255, 255, .95);
}
.footerwp .cont .form .sub-btn a{
	display: block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
	font-size: 16px;
	color: #003082;
}

.footerwp .right-box ul li{
	display: flex;
	margin-bottom: 34px;
} 
.footerwp .right-box ul li i{
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 26px;
}
.footerwp .right-box ul li i img{
	display: block;
	width: 100%;
	height: auto;
}
.footerwp .right-box ul li p{
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}
.footerwp .right-box ul li p span{
	display: block;
}
.footerwp .right-box ul li p b{
	font-size: 36px;
}
.f-nav{
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.f-nav span{
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: rgba(255, 255, 255, .5);
}
.f-nav span a{
	font-size: 14px;
	margin: 0 12px;
	color: rgba(255, 255, 255, .5);
}
.f-nav p{
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, .5);
}
*/


/*底部开始*/
.footerwp {
	background: url(../image/f_bg.jpg) no-repeat center top;
	background-size: cover;
	height: 525px;
	padding-top: 72px;
	box-sizing: border-box;
	overflow: hidden;
	font-family: "Microsoft Yahei";
}

.footerwp .footer {
	display: flex;
	justify-content: space-between;
}

.footerwp .left-box{
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, .2);
}
.footerwp .left-box dl{
	width: 304px;
	padding-left: 100px;
	box-sizing: border-box;
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.footerwp .left-box dl dt{
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.footerwp .left-box dl dt b{
	color: #ffd200;
}
.footerwp .left-box dl dd span{
	display: block;
	line-height: 30px;
	font-size: 15px;
}
.footerwp .left-box dl dd span a{
	color: #b9bcc8;
}
.footerwp .left-box dl dd span a:hover{
	color: #ffd200;
}

.footerwp .right-box ul li {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}

.footerwp .right-box ul li i {
	display: block;
	width: 46px;
	height: 46px;
	margin-right: 26px;
}

.footerwp .right-box ul li i img {
	display: block;
	width: 100%;
	height: auto;
}

.footerwp .right-box ul li p {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}

.footerwp .right-box ul li p span {
	display: block;
}

.footerwp .right-box ul li p b {
	font-size: 36px;
}

.f-nav {
	padding-top: 30px;
}

.f-nav span {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: rgba(255, 255, 255, .7);
}

.f-nav span a {
	font-size: 14px;
	margin: 0 15px;
	color: rgba(255, 255, 255, .7);
}

.f-nav p {
	display: block;
	margin-bottom: 4px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}
.f-nav p a{
	line-height: 24px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
}
.f-nav p em{
	margin: 0 10px;
}



.plc,.plc2{margin-bottom: 20px; background:url(../image/logo_03.png) no-repeat 5px 5px;height:20px;line-height:24px;padding:7px 8px 8px 35px;margin-top:20px; position:relative; color:#333; overflow:hidden; font-size:14px; border-bottom:1px solid #d2d2d2; padding-bottom:8px; }
.plc i,.plc2 i,.plc a{ font-style:normal; font-size:14px; color:#333;}
.hp_withs{ width:1000px;}




.prodesc  .activities_list{
    width: 1200px;
    margin: 0  auto;
    margin-top: 37px;
    display: flex;
}
.activities_list   .list_left{
    width:500px;
    margin-right: 47px;
}
.activities_list   .list_left  img{
    width: 100%;
    height: 100%;
    display: block;
}
.activities_list  .list_right{
    flex: 1;
}
.activities_list  .list_right  h1{
    font-size:24px;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-left: -29px;
}
.activities_list  .list_right  .activities_time{
    font-size:16px;
    font-weight:400;
    color:rgba(7,7,7,1);
    margin-top: 21px;
}
.activities_list  .list_right  p{
    font-size:16px;
    font-weight:400;
    color:rgba(7,7,7,1);
    opacity:0.8;
    margin-top: 21px;
    line-height: 30px;
}
.activities_list  .list_right  .get_details{
    width:124px;
    height:38px;
    border:1px solid rgba(125,125,125,1);
    font-size:16px;
    font-weight:400;
    color:#fff;
    line-height: 38px;
    margin-top: 28px;
    cursor: pointer;
    background:#003E93;
}

/*

@media screen and (max-width:1900px) {
	.topWrap .logo{
		width: 400px;
	}
	.topWrap .page-title h1{
		font-size: 18px;
	}
	.topWrap .page-title h1 b{
		font-size: 18px;
	}
	body .topWrap .header{
		width: 1300px;
	}
	.topWrap .nav ul li {
		margin: 0 8px;
	}
	.topWrap .nav ul li a{
		font-size: 12px;
	}
	.topWrap .nav ul li .drop-down dl dt span a{
		font-size: 13px;
	}
}
*/

.scroll1 img{ width:32px;}
.scroll2 img{ width:32px;}









/*===================================================*/

.ab1{padding:70px 0px 50px;}

.ab1 .alt{width: 717px;float: left;}

.ab1 .art{width: 880px;float: right;box-sizing: border-box;margin-top: 10px;}

.ab1 .alt .aen{color: #aaa;margin-top: 20px;} 

.ab1 .alt img{display: block;width: 100%;}

.ab1 .art .art2{margin: 20px 0 40px;color: #b2b2b2;}

.ab1 .art .artc{height:295px ;overflow: auto; line-height: 1.5;color: #666;box-sizing: border-box;padding-right: 50px;text-align: justify;}

.ab1 .art .artc::-webkit-scrollbar{ width:3px;}

.ab1 .art .artc::-webkit-scrollbar-thumb{ background:#aaa;}

.ab1 .art .artc::-webkit-scrollbar-track{ background:#eee;}

.ab1 .art .artc img{ width: 100%; height: auto;}


.ab2{background: #f7f7f7;}

.ab2 img{display: block;max-width: 100%;margin: 0 auto;}

.ab3{position: relative;padding-top: 60px;min-height: 690px;background: url(../image/2_2.jpg) center no-repeat;background-size: cover;}

.ab3 .tt{margin: 15px 0 60px;color: #aaa;}

.ab3 .sbox{position: relative;height: 380px;background: url(../image/2_3.jpg) center repeat-x;}

.swiper5{width: 1660px;margin: 0 auto;text-align: left;}

.swiper5 .swiper-slide{height: 380px;}

.swiper5 .swiper-slide .txt{padding:1px 0 0 15px;box-sizing: border-box;height: 190px;background: url(../image/2_9.png) left bottom no-repeat;position: relative;}

.swiper5 .swiper-slide .txt .num{font-style: italic;font-size: 40px;font-weight: bold;font-family: mo;margin: 30px 0 20px; }

.swiper5 .swiper-slide .txt .tc{line-height: 1.5;height: 65px;overflow: hidden;}

.swiper5 .swiper-slide .txt img{display: block;position: absolute;bottom: -40px;width: 80px;left: 30px;}

.swiper5 .swiper-slide:nth-child(2n) .txt{margin-top: 190px;background: url(../image/2_10.png) left top no-repeat;}

.swiper5 .swiper-slide:nth-child(2n) .tc{margin: 50px 0 30px;}

.swiper5 .swiper-slide:nth-child(2n) .txt .num{margin: 0;}

.swiper5 .swiper-slide:nth-child(2n) .txt img{top: -40px;bottom: auto;}

.ab3 .sbox .prev5{width: 30px;height: 30px;background: url(../image/2_11.png) center no-repeat; left: -1px;margin-top: -15px;opacity: 1;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

.ab3 .sbox .next5{width: 30px;height: 30px;background: url(../image/2_12.png) center no-repeat; right: -1px;margin-top: -15px;opacity: 1;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;}

.ab3 .sbox .prev5:hover{background: url(../image/2_11_1.png) center no-repeat;}

.ab3 .sbox .next5:hover{background: url(../image/2_12_1.png) center no-repeat;}



.ab5{}

.ab5 .abtn{}

.ab5 .abtn span{display: block;width: 25%;float: left;line-height: 50px;font-size: 16px;text-align: center;background: #0060af;color: #fff;-webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;cursor: pointer;}

.ab5 .abtn span.act,.ab5 .abtn span:hover{background: #1d87df;}

.ab5 .ul1{padding-top: 80px;}

.ab5 .ul1 li {display: none;}

.ab5 .ul1 li:nth-child(1) {display: block;}

.ab5 .ul1 li .ltt{color: #0060af;text-align: center;}

.ab5 .ul1 li .ltc{width: 1200px;margin: 40px auto 60px;line-height: 1.8;text-align:center;color: #666;}




.box {width: 1660px;margin: 0 auto;position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}


.f_12{ font-size:12px; }

.f_16{ font-size:16px; }

.f_18{ font-size:18px; }

.f_20{ font-size:20px; }

.f_22{font-size: 22px;}

.f_24{ font-size:24px; }

.f_26{ font-size:26px; }

.f_28{ font-size:28px; }

.f_30{ font-size:30px; }

.f_32{ font-size:32px; }

.f_34{ font-size:34px; }

.f_36{ font-size:36px; }

.f_38{ font-size:38px; }

.f_40{font-size: 40px;}

.f_45{ font-size:45px;}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }