﻿@charset "utf-8";

/*■■■■■■■■　共同设定 ■■■■■■■■*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#6e6e6e;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; color:#6e6e6e;}
.clear{clear:both;}

/*■■■■■■■■　基本设定　■■■■■■■■*/
/*■■■■■■■■　基本设定　■■■■■■■■*/
body{ font-family:'微软雅黑'; font-size:12px; color:#6e6e6e; }


.dbtiao{ width:100%; height:40px; background:#1d4b9f;}

.dbtiao01{ width:230px; margin-left:2%; height:40px; font-size:14px; color:rgba(255,255,255,0.8); line-height:40px; float:left; border-right:1px solid rgba(255,255,255,0.2);}
.dbtiao01 a{ color:rgba(255,255,255,0.8);}
.dbtiao02{ width:330px; padding-left:55px; height:40px; font-size:14px; color:rgba(255,255,255,0.8); line-height:40px; float:left; background:url(../images/ig1.png) 30px 12px no-repeat;}
.dbtiao02 a{ color:rgba(255,255,255,0.8);}

.dbtiao04{text-align:right; height:40px; font-size:14px; color:#fff; line-height:40px;  float:right;}
.dbtiao04 a{ color:rgba(255,255,255,0.8); font-size:14px; height:40px; line-height:40px; float:left; padding-left:25px; display:block; border-left:1px solid rgba(255,255,255,0.2);}
.dbtiao04 a:hover{color:#FFF000; text-decoration:underline;}
.dbtiao04 span{ padding:0 16px;}

.dbtiao03{text-align:right; width:250px; height:32px; padding-top:8px; font-size:14px; color:#fff; line-height:40px;  float:right; margin-right:3%;}

.sou{ border-left:1px solid #FFFFFF; border:1px solid rgba(255,255,255,0.6); float:right; height:22px; margin-right:1%; width:200px; border-radius:10px; padding-right:10px;background:#fff;}
.sinput{border:none; height:20px; color:#000; font-size:12px; line-height:22px;}





.top_nav{ height:105px; width:100%; padding-right:0%;}
.tlogo{ width:300px; padding-left:2%; text-align:right; padding-top:10px; position: absolute; z-index:999;}
.tlogo img{ margin-top:15px; margin-right:50px;}
.nav1{ padding-left:10px; float:right; padding-top:5px;}
a.topan{ width:160px; height:60px; color:#000; float:right; margin-top:25px; margin-right:3%; border:4px solid #1d9ff5; line-height:50px; font-size:18px;border-radius:15px; text-align:center;}
a.topan:visited {font-style: normal; color: #212121; text-decoration: none;}
a.topan:hover { color:#fff; text-decoration: none; background:#1d9ff5 url(../images/xlogo1.png) 15px center no-repeat;}
a.topan:active { color: #ffffff; background:#1F63E9;}


ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; text-align:center;}
ul.menu li {position:relative; float:left; margin-right:0px; z-index:1;}
ul.menu ul {position:absolute; top:61px; left:0; display:none; opacity:0; list-style:none;}
ul.menu ul li {position:relative; border:0px solid #000;background:#fff; border-bottom:1px solid #fff; border-top:none; width:130px; margin:0}
ul.menu ul li a {display:block; padding:3px 0px 5px 0px; height:44px; line-height:36px; color:#000; font-size:14px;}
ul.menu ul li a:hover {background-color:#ff6600; color:#fff; font-size:14px;}
ul.menu ul ul {left:114px; top:-1px}
ul.menu .menulink {border:0px solid;  padding:20px 0px 20px 0px; width:130px; color:#000;  font-family:"微软雅黑"; font-size:16px; font-weight:bold;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #D21E24; background:url(../images/dhbj.jpg) bottom repeat-x;}
ul.menu .menulink:hover, ul.menu .menuhover {color: #fff; background:#1d4b9f;}
ul.menu .topline {border-top:1px solid #aaa}

.tel1{ height:140px; padding-top:5px; padding-left:50px; background:url(../images/telb.jpg) 20px 18px no-repeat; padding-top:12px; padding-right:30px; float:left;}
.tel1 strong{ color:#e12615; font-size:22px; font-family: "微软雅黑"; font-weight: bold;}

.ss{width:232px;height:36px; padding-top:5px; float:left;}




.shuzi4
{ 
animation:myfirstsuzi 1.5s linear 0.1s infinite alternate;
/* Firefox: */
-moz-animation:myfirstsuzi 1.5s linear 0.1s  infinite alternate;
/* Safari and Chrome: */
-webkit-animation:myfirstsuzi 1.5s linear 0.1s  infinite alternate;
/* Opera: */
-o-animation:myfirstsuzi 1.5s linear 0.1s  infinite alternate;
}

@keyframes myfirstsuzi
{
0%   { margin-top:0px;  }
50%  { margin-top:20px;   }
100% { margin-top:40px; }
}

@-moz-keyframes myfirstsuzi /* Firefox */
{
0%   { margin-top:10px;  }
50%  { margin-top:20px;   }
100% { margin-top:40px; }
}

@-webkit-keyframes myfirstsuzi /* Safari and Chrome */
{
0%   { margin-top:0px;  }
50%  { margin-top:20px;   }
100% { margin-top:40px; }
}

@-o-keyframes myfirstsuzi /* Opera */
{
0%   { margin-top:0px;  }
50%  { margin-top:20px;   }
100% { margin-top:40px; }
}

.shuzi4t
{ 
animation:myfirstsuzit 2.5s linear 0.1s infinite alternate;
/* Firefox: */
-moz-animation:myfirstsuzit 2.5s linear 0.1s infinite alternate;
/* Safari and Chrome: */
-webkit-animation:myfirstsuzit 2.5s linear 0.1s  infinite alternate;
/* Opera: */
-o-animation:myfirstsuzit 2.5s linear 0.1s  infinite alternate;
}

@keyframes myfirstsuzit
{
0%   { margin-top:10px;  }
50%  { margin-top:30px;   }
100% { margin-top:50px; }
}

@-moz-keyframes myfirstsuzit /* Firefox */
{
0%   { margin-top:10px;  }
50%  { margin-top:30px;   }
100% { margin-top:50px; }
}

@-webkit-keyframes myfirstsuzit /* Safari and Chrome */
{
0%   { margin-top:10px;  }
50%  { margin-top:30px;   }
100% { margin-top:50px; }
}

@-o-keyframes myfirstsuzit /* Opera */
{
0%   { margin-top:10px;  }
50%  { margin-top:30px;   }
100% { margin-top:50px; }
}


.tcpsan{ height:33px; width:95px; border:none; background:#dd2616; font-size:14px; color:#fff; margin-top:5px;}
.tcpsan:hover{background:#ff6600; color:#fff;}


.nybnaner{height:250px; padding-top:100px;width:100%; text-align:center;}
.nybnaner span{color:#FFF; font-size:40px; line-height:60px; font-weight:bold;}
.nybnaner p{color:rgba(255,255,255,0.5); font-size:16px; font-weight:normal; text-transform:uppercase;}


.nydh{ height:70px; width:100%;box-shadow: 0 0 10px rgba(0,0,0,0.2);}


a.dh1 {  font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:15%; height:50px; text-align:center; border-radius:10px;}
a.dh1:visited {font-style: normal; color: #000; text-decoration: none;}
a.dh1:hover { color:#ffffff; text-decoration: none; background:#ff6600; }
a.dh1:active { color: #ffffff; background:#CC0810;}


a.dh2 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:49.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh2:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh2:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh2:active { color: #ffffff; background:#1F63E9;}

a.dh3 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:33.2%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh3:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh3:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh3:active { color: #ffffff; background:#1F63E9;}

a.dh4 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:24.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh4:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh4:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh4:active { color: #ffffff; background:#1F63E9;}


a.dh5 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:19.9%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh5:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh5:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh5:active { color: #ffffff; background:#1F63E9;}



a.dh6 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:16.5%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh6:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh6:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh6:active { color: #ffffff; background:#1F63E9;}

a.dh7 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:14.2%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh7:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh7:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh7:active { color: #ffffff; background:#1F63E9;}

a.dh8 {  font-size: 16px; line-height:70px; color: #212121; display:block; width:12.3%; height:70px; text-align:center;  border-right:1px solid #e2e2e2; font-weight:bold;}
a.dh8:visited {font-style: normal; color: #212121; text-decoration: none;}
a.dh8:hover { color:#fff; text-decoration: none; background:#1d9ff5;}
a.dh8:active { color: #ffffff; background:#1F63E9;}



.bti{padding-bottom:35px; text-align:center;}
.btiwz{ text-align:center; line-height:48px; color:#ccc; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:26px;}
.btiwz span{ text-align:center; color:#212121; font-family:'微软雅黑'; text-transform:uppercase; font-size:40px;}

.btiwz1{  text-align:center; color:#333; font-family:'微软雅黑'; text-transform:uppercase; font-size:50px;}

.nynr{ width:1260px; margin:auto; font-size:16px; line-height:34px; color:#414141; text-align:justify;}




/*sousuo*/
.gsjj_con1_div1{background: #fff; box-sizing: border-box;font-size: 0;padding: 30px 50px;  margin-bottom:30px;}

.divBox{width:1260px;margin: 0 auto;}

.gsjj_con1{background: url(../images/jj1_02.jpg) no-repeat center center ;background-size: cover;}



.alzs .gsjj_con1_div1{background: #f1f1f1;}

.alzs .gsjj_con1_div1_al {background: #f1f1f1;}

.case .ej_nav_u1 li{width: 50%;}

.alzs_div_sousuo{font-size: 0;/*margin-bottom: 35px;*/}

.alzs_div_sousuo_span{display: inline-block;vertical-align: top;width: 200px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: white;

background: #ffd600;cursor: pointer;transition: 0.3s ease-in-out;}

.alzs_div_sousuo_span img{margin-right: 10px;margin-top: -2px;}

.alzs_div_sousuo_span:hover{background: #d8b607}

.alzs_div_sousuo input[type=text]{display: inline-block;vertical-align: top;width: calc(100% - 214px);margin-right: 14px;border: none;box-sizing: border-box;

height: 50px;background: white;padding-left:30px;font-size: 16px;}

.alzs_div_tx{font-size: 0;margin-top: 20px;display: none;}

.alzs_div_tx span{display: inline-block;vertical-align: top;width: 75px;font-size: 15px;color: #282828;font-weight: bold;}

.alzs_div_tx_u1{display: inline-block;vertical-align: top;width: calc(100% - 75px);font-size: 0;}

.alzs_div_tx_u1 li{display: inline-block;vertical-align: top;}

.alzs_div_tx_u1 li a{padding: 0 25px;border-right: 1px solid #e2e2e2;line-height: 1;font-size: 16px;color: #777;}

.alzs_div_tx_u1 li a:hover{color: #ffd600;}

.alzs_div_tx_u1 li.active a{color: #ffd600;}


/*sousuo e*/

.p_list{ width:1260px; margin:0px auto; line-height:40px;}
.p_list h1{ color:#2d9e26; font-weight:normal; border-bottom:solid 1px #e9e9e9; padding-bottom:10px; font-size:24px;}
.table{ padding:15px 0;}
.table td{ text-align:left; padding:5px 30px;}
.table tr:nth-child(odd){ background:#f5f3f0;}
.table tr:nth-child(even){ background:#fff;}

.p_detail{ width:1260px; margin:0px auto;line-height:35px; color:#737373;}
.p_detail h4{ color:#FFFFFF; font-weight:normal; border-top:solid 3px #ff6600; background:#f9f9f9; margin-top:20px;}
.p_detail h4 span{ background:#ff6600; width:150px; line-height:40px; display:block; text-align:center;}
.p_detail h2{ font-weight:normal; color:#3c3c3c; text-align:center; line-height:50px; font-size:20px;margin-top:20px;}



a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#ff6600; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}


.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:32%; float:left; margin:10px 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px;}
.pro  ul li span img{ width:100%; border-radius:5px; height:259px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#ff6600; color:#fff;}


.cpsan{ height:50px; width:200px; border:none; background:#1d9ff5; font-size:18px; color:#fff;}
.cpsan:hover{background:#ff6600; color:#fff;}



.ny_news {width:100%;  text-align:left; line-height:28px; padding-bottom:75px;}
.new2{ width:100%; float:left; border-bottom:#e9e9e9 solid 1px; color:#666; padding-top:40px; padding-bottom:40px; }
.n_l{ width:15%; float:left; margin-right:40px; border-top:#ff6600 solid 2px; text-align:center;}
.n_l h1{ padding:40px 0; font-size:44px; font-weight:bold;}
.n_r{ width:80%; float:left;}
.n_r h2{ color:#ff6600; margin-bottom:10px; font-weight:normal; font-size:18px; font-weight:bold;}
.n_r h2 a{ color:#3c3c3c;}
.n_r h2 a:hover{ color:#ff6600;}
.n_r h4{ width:120px; line-height:32px; border:#ff6600 solid 1px; background-color:#ff6600; color:#fff; text-align:center; margin-top:20px; font-weight:normal;}
.n_r h4 a{ color:#fff;}
.n_r h4 a:hover{ text-decoration:underline;}

.m3{width:150px; line-height:30px; text-align:center; float:left; color:#FFFFFF; margin-top:30px;}

.m3 a{width:150px; line-height:30px; float:left; background:#ff6600; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m3 a:hover{ color:#FFFFFF!important; background:#ff6600; width:200px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}



.pro{ width:100%; margin-bottom:20px;}
.pro  ul{ width:100%; float:left;}
.pro  ul li{ width:32%; float:left; margin:10px 0 ; border-top:4px solid #f1f1f1; margin-bottom:30px; text-align:center;}
.pro  ul li span img{ width:300px; height:250px;}
.pro  ul li:nth-child(3n-1){ margin:10px 2%;}
.pro  ul li p{ line-height:32px; color:#fff; text-align:center; float:left; width:100%; padding:10px 0; background:#333;}
.pro  ul li a:hover p{ background:#148a00; color:#fff;}


.hzk{width:23%; padding-top:10px; height:120px; text-align:center; background:#FFF; border-radius:10px; border:4px solid #eaeaea; font-size:14px; font-weight:bold; margin-bottom:40px;}

.jyln{width: 1260px; margin:auto;	background: #fff; margin-bottom:20px; }
.jyln1{float: left;	width: 540px; overflow:hidden;}
.jyln2{float: right; width:600px; font-size: 20px; color:#333333; font-weight:bold;}
.jyln3{font-size: 16px;color: #666666; line-height:32px; font-weight:normal; padding-top: 20px; text-align:justify;}

.jyln4 a{width: 100px;height: 25px;line-height: 25px;text-align: center;	font-size: 14px;display: block;border: 1px solid #BCBCBC;border-radius: 50px;color: #666;margin-top:20px;
font-weight:normal;}
.jyln4 a:hover{background: #414141; color:#FFF;	}


.wenhua{ width:1260px; height:auto; margin:auto;display: flex; flex-wrap: wrap; justify-content: space-between;}

.whnr{width:50%; height:420px; background:#EEEEEE; overflow:hidden;}
.whnr img{ width:100%; height:100%;object-fit: cover;}
.whbt{font-size:30px; font-weight:bold; color:#333; text-align:center; background:url(../images/xxx.jpg) bottom center no-repeat; margin-top:50px; padding-bottom:20px;}
.whsm{padding:20px 60px 50px 60px; font-size:16px; line-height:36px; color:#414141; text-align:justify;}


.sjgck{ width:100%; margin:auto; display: flex; flex-wrap: wrap; justify-content: space-between; }

.gck{ width:360px; height:auto; margin-bottom:40px; overflow:hidden;}
.gckimg img{ width:360px; height:232px; overflow:hidden; border-radius:30px;}
.gckbt1{ text-align:center; display:block; height:40px;line-height:40px; font-size:16px; margin-top:15px; color:#414141;}

.gckimg01 img{ width:360px; height:232px; }
.gckimg01 a:hover img{ width:370px; height:242px;margin-left:-10px; margin-top:-6px; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.jssm{ width:750px; margin:auto; height:442px; padding-top:45px; padding-left:450px;}
.jssm01{ width:670px; text-align:justify; padding-left:40px; padding-top:40px; padding-right:40px; background-color:rgba(0,0,0,0.6); height:354px; color:#FFF; font-size:16px; line-height:32px;}

.jssm02{ font-size:64px; line-height:44px; padding-bottom:20px; color:#fff; font-weight:bold;}
.jssm02 span{font-size:18px; font-weight:normal; color:#FFFFFF; font-family:'微软雅黑';}
.yuangong{width:40%; line-height:46px; padding:3%; font-size:14px; margin-bottom:30px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}


.kuang{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang1{ width:80%; height:28px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang2{ width:80%; height:58px; border:1px solid #CFCFCF; padding-left:10px;}
.kuang3{ width:100px; height:38px; border:1px solid #CFCFCF;}

.nylx{width:48%; padding-top:20px;}

.lxwmbt{ font-size:48px; color:#D6D6D6; text-transform:uppercase; padding-bottom:15px; font-family:Arial;}
.lxwmbt span{ text-align:center; font-size:48px; color:#89A5F7; text-transform:uppercase;padding-bottom:20px; font-family:Arial;}
.lxwmbt p{ display:block; font-size:35px; color:#303030; font-weight:normal; font-family:'微软雅黑';}

.yuangong{width:48%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden;}
.yuangong a{color:#de0218; font-weight:bold;}
.yuangong span{color:#333;}
.yuangong img{width:100%!important; height:350px; object-fit: cover; margin-bottom:2%;}
.yuangong:hover img{width:110%!important; height:375px; margin-top:-25px; margin-left:-25px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


.yuangong01{width:42%; line-height:26px; padding:3%; font-size:14px!important; margin-bottom:50px; color:#333; background:#E9E9E9; border:1px solid #DBDADA; text-align:center;}
.yuangong01 img{ width:100%!important; object-fit: cover; margin-bottom:20px; height:350px;}

.yuangong02{width:30%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden; float:left; margin-left:20px; margin-right:20px;}
.yuangong02 a{color:#212121; font-weight:bold;}
.yuangong02 img{width:100%!important; height:200px; object-fit: cover; margin-bottom:2%;}
.yuangong02:hover img{width:120%!important; height:225px; margin-top:-25px; margin-left:-25px;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}


/*****/
@keyframes f2icon {
	0%, 100% {transform:scale(0.95, 0.95) translate(0, -15px)}
	50% {transform:translate(0, 15px)}
}
@-moz-keyframes f2icon {
	0%, 100% {-moz-transform:scale(0.95, 0.95) translate(0, -15px)}
	50% {-moz-transform:translate(0, 15px)}
}
@-webkit-keyframes f2icon {
	0%, 100% {-webkit-transform:scale(0.95, 0.95) translate(0, -15px)}
	50% {-webkit-transform:translate(0, 15px)}
}
@-o-keyframes f2icon {
	0%, 100% {-o-transform:scale(0.95, 0.95) translate(0, -15px)}
	50% {-o-transform:translate(0, 15px)}
}


/*-----111111111111111-----*/
.slide01{
	-webkit-animation: slide01 1s; -moz-animation: slide01 1s; -ms-animation: slide01 1s; -o-animation: slide01 1s; animation: slide01 1s;
    visibility: visible; 
}
@keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide01 {
    0% {opacity: 0;-webkit-transform: translateX(50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}


/*-----222222222-----*/
.slide02{
   -webkit-animation: slide02 1s; -moz-animation: slide02 1s; -ms-animation: slide02 1s; -o-animation: slide02 1s; animation: slide02 1s;
    visibility: visible; 
}
@keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);} 
}
@-webkit-keyframes slide02 {
    0% {opacity: 0;-webkit-transform: translateX(-50%);} 
    100% {opacity: 1;-webkit-transform: translateX(0%);}
}



/*-----33333333333-----*/
.slide03{
   -webkit-animation: slide03 1s; -moz-animation: slide03 1s; -ms-animation: slide03 1s; -o-animation: slide03 1s; animation: slide03 1s;
    visibility: visible; 
}
@keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide03 {
    0% {opacity: 0;-webkit-transform: translateY(50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}



/*-----33333333333-----*/
.slide04{
   -webkit-animation: slide04 1s; -moz-animation: slide04 1s; -ms-animation: slide04 1s; -o-animation: slide04 1s; animation: slide04 1s;
    visibility: visible; 
}
@keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);} 
}
@-webkit-keyframes slide04 {
    0% {opacity: 0;-webkit-transform: translateY(-50%);} 
    100% {opacity: 1;-webkit-transform: translateY(0%);}
}


.Hfooter{width:100%; background:url(../images/fbj.jpg) top center no-repeat; padding-bottom:50px; margin-top:75px;}
.Hfooterk{display: flex; flex-wrap: wrap; justify-content: space-between; width:1220px; margin:auto; padding-top:70px; padding-bottom:50px;}
.Hfooterlx{width:40%; color:#a6a6a6; font-size:14px; line-height:34px;}
.Hfooterlx a{color:#a6a6a6;}
.Hfooterbt{font-size:24px; height:48px; line-height:48px; color:#de7900; font-weight:bold; margin-bottom:20px; background:url(../images/fbj1.png) center left no-repeat; padding-left:60px;}

.Hfooterdh{width:35%; margin-left:5%; color:#a6a6a6; font-size:14px; line-height:28px;}
.Hfooterdh ul li{display:block; float:left; width:45%;}
.Hfooterdh ul li a{color:#a6a6a6; font-size:14px; line-height:34px; text-decoration:none;}
.Hfooterm{width:15%; padding-top:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}
.Hfooterm img{ margin-bottom:20px; width:130px;}
.Hfootermbt{text-align:center; font-size:14px; font-weight:bold; line-height:24px; color:#a6a6a6;}

.Hfooterbq{width:1200px; font-size:14px; margin:auto; border-top:1px solid rgba(51, 51, 51, 0.6); padding-top:50px; line-height:26px; text-align:center;color:#a6a6a6;}
.Hfooterbq a{color:#a6a6a6;}


/*-----------翻页样式-----------*/
.contentPage{text-align: center; margin:0px 3px; padding:0px; padding-top:15px; width: 100%; color: #666; line-height: 30px; text-decoration: none;}
.contentPage a:link {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #eeeeee; font-weight: normal;}
.contentPage a:visited {color: #036cb4; text-decoration: none; font-size: 12px; margin:0px 3px; border: 1px solid #eeeeee; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 12px; text-decoration: none; padding:4px 7px; background-color:#0d499f; font-weight:normal;}
.contentPage .current{color:#f00; text-decoration: none; font-size: 12px; margin: 0px; border:0px solid #f00; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; font-weight:bold; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}
/*-----------content pages end-----------*/


/*--------连接---------------------------------------------------------------------------------*/
a.zzb07link{
	line-height:22px;
	text-decoration:none;
	color: #a6a6a6;
}

a.zzb07link:hover {
	text-decoration: underline;
	color: #FF6500;
}
.zzb07tail
{
color:#a6a6a6;
}
.style10:link {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:visited {
	font-family: "微软雅黑";
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.style10:hover {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: underline;
	font-weight: bold;
}
.style10:active {
	font-family:"微软雅黑";
	color: #FF6500;
	text-decoration: none;
	font-weight: bold;
}

a.s1 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:36px;
	font-style: normal;
	float:left;
	color: #ffffff;
	display:block;
	width:123px;
	height:36px;
	text-align:center;
}
a.s1:visited {
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
}
a.s1:hover {
	font-size: 12px;
	color:#ffffff;
	text-decoration: none;
	display:block;
	width:123px;
	height:36px;
	background:#D27D00;
	position: relative;
}
a.s1:active {
	font-size: 12px;
	color: #ffffff;
	height:36px;

}
a.s2:link {
	font-size: 16px;
	line-width: 2px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:visited {
	font-size: 16px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
}
a.s2:hover {
	font-size: 16px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s2:active {
	font-size: 16px;
	color: #E00025;
}



a.s3:link {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:visited {
	font-size: 12px;
	font-style: normal;
	color: #00458C;
	text-decoration: none;
}
a.s3:hover {
	font-size: 14px;
	color: #E40500;
	text-decoration: none;
	position: relative;
	height: auto;
	font-weight:bold;
}
a.s3:active {
	font-size: 12px;
	color: #E40500;
}


a.s4 {
	font-family:"微软雅黑";
	font-size: 12px;
	line-height:20px;
	font-style: normal;
	float:left;
	color: #B4B4B4;
	display:block;
	width:211px;
	height:20px;
}
a.s4:visited {
	font-size: 12px;
	font-style: normal;
	color: #B4B4B4;
	text-decoration: none;
}
a.s4:hover {
	font-size: 12px;
	color:#DD352C;
	text-decoration: none;
	display:block;
	width:231px;
	height:20px;
	background-color:#EEEEEE;
	position: relative;
}
a.s4:active {
	font-size: 12px;
	color: #DD352C;
	height:20px;

}

a.s5:link {
	font-size: 12px;
	line-width: 2px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
}
a.s5:visited {
	font-size: 12px;
	font-style: normal;
	color: #BBBBBB;
	text-decoration: none;
	line-height:22px;
	}
a.s5:hover {
	font-size: 12px;
	color: #E00025;
	text-decoration: none;
	position: relative;
	height: auto;
	top: 3px;
}
a.s5:active {
	font-size: 12px;
	color: #E00025;
}

#Address {
    width:400px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
#Address1 {
    width:400px;
	height:48px;
	border:1px #999999 solid;
	margin:0px;
}
#Address2 {
    width:180px;
	height:18px;
	border:1px #999999 solid;
	margin:0px;
}
.STYLE1 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #0193CC;
	text-decoration:none;
}

.STYLE2 {
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 28px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.STYLE12 {
	font-size: 13px;
	font-family: "微软雅黑";
	line-height: 36px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

.STYLE3 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #15908B;
	text-decoration:none;
}

.STYLE4 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 28px;
	color: #A50701;
	font-weight:bold;
}

.STYLE5 {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 26px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.STYLE6 {
	font-size: 16px;




	font-family: "微软雅黑";
	line-height: 60px;
	font-weight: normal;
	color: #fff;
	text-decoration:none;
}
/*---------------*/

a.ank {color:#ffffff; margin:auto; background:#FF7702; width:90px; height:30px; line-height:30px; text-align:center; display:block; font-size:13px; border-radius:3px;}
a.ank:hover{color:#ffffff; background:#ea001f; width:90px; height:30px; line-height:30px; text-align:center; display:block; text-decoration:none;}



.mbfor{display:none;}
.mbdh{ display:none;}
#mccp{ display:none;}
.nylx{width:38%; padding-top:20px;}
.talk-btn{ display:none!important;}
/*------tab---------*/
@media all and (max-width:999px){
.cen{ width:90%; padding-left:5%; padding-right:5%;}
.nav{ width:100%; margin:auto;}
.tlogo{ width:98%; text-align:center;}
.nav1{ width:95%; padding-top:20px; float:left;}
.nav2{ width:5%;}
.topkuai{ width:100%; height:180px;}
.menu li{ width:12%; text-align:center; padding:none; margin:none;}
.gsjj_con1{ display:none;}

.nydh{ width:90%; padding-left:5%; padding-right:5%;}
.nynr{ width:90%; padding-left:5%; padding-right:5%;}
.weizi1{  width:90%; padding-left:5%; padding-right:5%;}

.nycpbj01{ margin-top:40px;  background:#fff; border: none; border-radius:10px;}

a.dh1 { font-family:"微软雅黑"; font-size: 14px; line-height:30px; color: #000; background:#E8E8E8; width:50%; display:block; height:30px; text-align:center; border-radius:10px; margin-bottom:5px;}
a.dh2 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:49%; height:50px; text-align:center; border-radius:10px;}
a.dh3 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:32%; height:50px; text-align:center; border-radius:10px;}
a.dh4 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:24%; height:50px; text-align:center; border-radius:10px;}
a.dh6 { font-family:"微软雅黑"; font-size: 16px; line-height:50px; color: #000; background:#E8E8E8; display:block; width:15%; height:50px; text-align:center; border-radius:10px;}

.wenhua{ width:100%;}


.footer{ display:none;}
.globalR-side-bar{display:none;}
.footer4{ width:100%; line-height:28px; text-align:center; padding-top:10px; padding-bottom:10px; margin-top:95px;}
}

@media all and (max-width:900px){
	
	.menu li{ width:15%; text-align:center; padding:none; margin:none; height:20px;}
	#lxdt{ display:none;}
	.nylx{width:100%;}
}

@media all and (max-width:768px){
	.top_layer{display:none;}
	.nyban{ height:200px;}
	.nydh{ display:none;}
	.nynr{ padding-top:35px;}
	.mbdh{ display:block;}
	.mbfor{display:block;}
	#mccp{ display:block;}
	#pccp{ display:none;}
	#xw{ display:none;}
		.nylxz{font-size:14px; width:100%; float:none; padding-top:25px; color:#414141; line-height:28px;}
	.nylxr{font-size:14px; width:100%; float:none; padding-top:45px; color:#414141; line-height:28px;}
	.whnr{width:100%; height: auto; padding-bottom:0px; background:#EEEEEE; overflow:hidden;}
	.whbt{ margin-top:30px;}
	.whnr img{width:100%; height:200px;}
	.whsm{padding:20px 5% 50px 5%; font-size:16px; line-height:36px; color:#414141; text-align:justify;}
	
	.k1{width:90%; margin-right:0px;height: 100px; padding-top:20px; padding-right:20px; background:#E6E6E6; padding-left:20px; border-radius:100px; font-size:14px; line-height:26px; color:#414141; position:relative; float: none; margin-top:20px;}
.k1 strong{ font-size:18px;}

.k2{width:90%; margin-left:0px;height:100px; padding-top:20px; padding-right:20px; background:#E6E6E6; padding-left:20px; border-radius:100px; font-size:14px; line-height:26px; color:#414141; position:relative; float:none; margin-top:20px;}
.k2 strong{ font-size:18px;}

.k1y{ display:none;}
.k2y{ display:none;}
.talk-btn{ display:block!important;}




}

@media all and (max-width:450px){
	.dbdhk1{width:100%;}
	.syxw{ width:100%;}
table { width:100%!important;max-width:100%!important;} 
table td{table-layout:fixed; word-break: break-all; overflow:hidden; } 
table td img{ width:100%!important;height:auto!important;}
	
}
@media all and (max-width:768px){
.cbnxwbt{font-size:36px!important; color:#212121; font-weight:bold;}
.cbnxwbt01{font-size:14px; padding-top:10px; color:#666;}


.cpzxz{width:100%; padding-top:40px;display: flex; flex-wrap: wrap; justify-content: space-between;}

.cpz{width:100%;}
.cpr{ display:none;}

.cpk{width:100%; height: auto; padding-top:60px; padding-bottom:60px; margin-top:70px; background:url(../images/cpbj.jpg) top left no-repeat; background-size:cover;}

.cpkbt{color:#16b1f1; font-size:28px; line-height:34px; font-weight:bold; font-family: Tahoma, Geneva, sans-serif;}
.cpkbt01{color:#212121; font-size:20px; line-height:34px; font-weight:bold;}

.Habout{ height: 420px!important; width:90%; padding-left:5%; padding-right:5%;}
.Haban{width:45%; padding-left:90px; height:60px; font-size:18px; line-height:30px; color:#212121; float:left; margin-right:20px;}

.cplb a{font-size:14px; height:46px; line-height:46px; width:100%; display:block; color:#fff; text-align:center; float:none;  margin-bottom:15px; background:#0081cc; border-radius:5px;}
.cplb a:hover{ color:#fff; background:#ff6600}

.cplb01 a{font-size:14px; width:100%; display:block; height:50px; line-height:50px; color:#fff; text-align:center; margin:auto; margin-bottom:25px; margin-right:20px; float:left; background:#ff6600; border-radius:5px;}


.dbtiao{ display:none;}
.top_nav{ display:none;}	
.pro_item_pic img{height: auto; width:90%; object-fit: cover;}
.cen{ width:90%; padding-left:5%; padding-right:5%;}
.cen01{ width:94%; padding-left:3%; padding-right:3%;}



.bti{ display:none;}
.mbfor{display:block;}
.mbdh{ display:block;}
#mccp{ display:block;}	
#content{ display:none!important;}	
#wu{ display:none!important;}
.indexBanner .bd li .cont .tit{ font-size:30px;}
.indexBanner .bd li .cont .title{ font-size:16px;}


.bg1{background: url(../images/011.jpg) center center no-repeat; background-size:cover;}
.bg2{background: url(../images/2.jpg) center center no-repeat; background-size:cover;}
.bg3{background: url(../images/b3.jpg) center center no-repeat; background-size:cover;}
.indexBanner{width: 100%;position: relative;height:250px;overflow: hidden;}
.indexBanner .bd li{width: 100% !important;height:250px;overflow: hidden; background-size: cover !important;}

.Habout{ height: 700px; width:90%; padding-left:5%; padding-right:5%;}
.Habout01{width:100%; color:#626262; position:absolute; font-size:15px; line-height:30px; left:0px; padding-top:40px; text-align:justify;}
.Habout02bt{font-size:24px; line-height:30px; font-weight:bold; color:#212121; margin-bottom:20px; margin-top:25px;}
.Haboutimg{ display:none;}

.Hqyb{height: auto; width:100%; background:url(../images/bj2.jpg) center center no-repeat fixed;}
.Hqybq{ width:96%; padding-left:2%; padding-right:2%; margin:auto; height:auto; padding-top:80px; padding-bottom:80px; background: none;}
.HqybqK{text-align:center; width:45%;}
.Hyingy{ display:none;}
.Hwznr{ display:none;}
.cpsou{ display:none;}

.Hnew{ width:100%; height:auto; margin:auto;padding-top:110px; padding-bottom:40px; position:relative;}
.Hnewk{ width:96%; padding-left:2%; padding-right:2%; height:auto; }
.Hnewnr{width:100%; height: auto;}
.Hnewimg{ display:none;}
.Hnewnr01{font-size:14px; line-height:24px; font-weight:bold; color:#212121; padding-left:30px; padding-right:20px; margin-top:15px;  margin-bottom:15px;}
.Hfooterk{ display:none;}

.Hfooterbq{width:90%;}


.syxw{width:100%; padding-left:30px; padding-right:30px; padding-top:30px; padding-bottom:30px;  height: auto; background:#FFF; border: #e9e9e9 solid 1px; box-shadow: 5px 5px 2px #e9e9e9; margin-bottom:20px;}
.syxwbt{border-bottom: #CCCCCC solid 1px; line-height: 40px; margin-bottom:10px; font-size: 15px; color: #000;}
.syxwbt a{color: #000; font-weight:bold;}
.syxwnr{line-height: 26px; font-size: 14px;  color: #666; margin-top:20px;}
.syxwsj{color:#d6d6d6; font-size: 14px;margin-top:10px;}


.yuangong02{width:96%; line-height:28px; padding:2%; font-size:14px!important; margin-bottom:50px; color:#333; background:#fff; border:8px solid #E9E9E9; text-align:center; overflow:hidden; float:left; margin-left:20px; margin-right:20px;}



}













