*{margin: 0;padding: 0;}
body {   scrollbar-width: none; -ms-overflow-style: none;overflow: scroll;}
body::-webkit-scrollbar {  display: none;}
body{margin: 0px auto; padding: 0px; font-size:14px; line-height:24px; color: #222; font-family:Microsoft YaHei; overflow-x: hidden;}
div{margin: 0px; padding: 0px;}
span, p{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup,i{font-style:inherit;font-weight: bold;}
*{box-sizing: border-box;}
html, body {min-height: 100%;}
body {font-size:14px;color:#1b2229; min-width:1200px}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol,li{list-style: none;}
dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;}
img {border: none;vertical-align: middle; max-width:100%;}
a {text-decoration: none;color: #1b2229; transition: all 0.6s;}
a:hover{transition: all 0.6s;}
b{font-weight:normal;}
table {border-collapse: collapse;table-layout: fixed;}
tr,td{padding:0 !important;}
input, textarea {outline: none;border: none;}
textarea {resize: none;overflow: auto;}
.fl {float: left}
.fr {float: right}
.tl {text-align: left;}
.tc {text-align: center}
.tr {text-align: right;}
.cl{clear:both;}
.ov{overflow:hidden;}
.db,.lb,.dd{font-size:0;}
.db>div,.lb>li,.dd>dl{display:inline-block;vertical-align:top;}
em,.em,i{text-transform:uppercase;vertical-align:top;display:block;}
.ellipse {overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.inline{display: inline-block;*display: inline;*zoom: 1;}
:focus {outline:none;background-color:transparent;}
::selection{background:#115195;color:#fff;}
.clearfix:after{ display: block; clear: both; content: ""; visibility: hidden; height: 0;}
.clearfix{ zoom:1;}


/*版面宽度*/
.page,.content{width:1400px;margin:0 auto;overflow:hidden;}
.content1{ width:1400px; margin:0 auto;}
.pr{position: relative;}
.pa{position: absolute;}

#top10,#top20,#top30,#top40,#top50,#top60,#top80,#top100{margin:0 auto;width:1400px;overflow:hidden;}
#top10{height:10px;}
#top20{height:20px;}
#top30{height:30px;}
#top40{height:40px;}
#top50{height:50px;}
#top60{height:60px;}
#top80{height:80px;}
#top100{height:100px;}

@font-face {
font-family: "Akrobat";
src: url("../cssnew/akrobat-regular.woff2.txt") format("woff2"),
       url("../cssnew/xnzht.woff.txt") format("woff"),
       url("../cssnew/akrobat-regular.ttf.txt") format("truetype"),
       url("../cssnew/akrobat-regular.eot.txt") format("embedded-opentype"),
       url("../cssnew/akrobat-regular.svg.txt") format("svg");
}

@font-face {
  font-family: 'iconfont';  /* Project id 2631089 */
  src: url('//at.alicdn.com/t/font_2631089_l5ly10nrccb.woff2?t=1624674298918') format('woff2'),
       url('//at.alicdn.com/t/font_2631089_l5ly10nrccb.woff?t=1624674298918') format('woff'),
       url('//at.alicdn.com/t/font_2631089_l5ly10nrccb.ttf?t=1624674298918') format('truetype');
}

.contact{
	width: 100%;
	overflow: hidden;
}
.wyd-contact-title{
	overflow: hidden;
	padding: 0 0 70px 0;
	text-align: center;
}
.wyd-contact-title .tit{
	color: #5f5f5f;
	margin-top: 24px;
}
.wyd-contact-title .hm{
	font-family: "Gotham Pro";
	font-size: 36px;
	color: #ee3124;
	margin-top: 2px;
}
.wyd-contact-cont{
	width: 100%;
	overflow: hidden; 
}
.wyd-contact-hd{
	width: 100%;
	/*overflow: hidden;*/ 
}
.wyd-contact-hd ul{
	/*overflow: hidden;*/
}
.wyd-contact-hd ul li{
	width: 50%;
	float: left; 
	cursor: pointer;
	padding: 45px 30px 35px 30px;
	position: relative;
	transition: all .5s ease;
}
.wyd-contact-hd ul li:nth-child(1) img{ width:150px;}
.wyd-contact-hd ul li:nth-child(1){ width:30%;}
.wyd-contact-hd ul li:nth-child(2){ width:70%;}
.wyd-contact-hd ul li.on{
	background: #1f70ae;
	transition: all .5s ease;
}
.wyd-contact-hd ul li::after{
	content: "";
	width: 33px;
	height: 24px;
	position: absolute;
	bottom: -18px;
	opacity: 0;
	left: 50%;
	margin-left: -16.5px;
	z-index: 10000;
	transition: all .5s ease;
}
.wyd-contact-hd ul li.on::after{
	bottom: -24px;
	opacity: 1;
	transition: all .5s ease;
}
.wyd-contact-hd ul li:nth-child(3)::before{
	display: none;
}
.wyd-contact-hd ul li.on::before{
	background: #1f70ae;
}
.wyd-contact-hd ul li h6{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 30px;
}
.wyd-contact-hd ul li.on h6{
	color: #fff;
}
.wyd-contact-hd ul li p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding-left: 36px;
}
.wyd-contact-hd ul li.on p{
	color: #fff;
}
.wyd-contact-hd ul li p#dz{
	background: url(../images/c-dz.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li.on p#dz{
	background: url(../images/c-dz2.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li p#dh{
	background: url(../images/c-dh.png) no-repeat left top 8px;
}
.wyd-contact-hd ul li.on p#dh{
	background: url(../images/c-dh2.png) no-repeat left top 6px;
}
.wyd-contact-hd ul li p#yx{
	background: url(../images/c-yx.png) no-repeat left top 10px;
}
.wyd-contact-hd ul li.on p#yx{
	background: url(../images/c-yx2.png) no-repeat left top 6px;
}
.wyd-contact-bd{
	width: 100%;
	overflow: hidden;
}
.wyd-contact-bd ul {
	overflow: hidden;
}
.wyd-contact-bd ul li{
	width: 100%;
	border: 1px solid #e2e2e2;
}
.yqlj {    padding: 55px;background: #fff;}
.yqlj p{ font-size:20px; font-weight:bold;}
.yqljnr a{ line-height:50px; padding-right:10px;}
@media screen and (max-width: 1500px) and (min-width: 1400px) {
.head_nav {margin-left: -11%;}
.head_nav li>a {font-size: 16px !important;}
.head_phone p {font-size: 17px !important;}
.head_phone {width:250px !important;}
.pro_txt {padding-top: 3%;}
.pro_txt em {font-size:15px !important;}
.adv_con li p span {font-size: 1.1rem !important;line-height: 1.2rem;    padding-top: 10px;}
.adv_con li p i {margin-top: 12px;}
.adv_txt p {font-size: 14px !important;.adv_txt p}
.copy_con li {    padding: 0 3rem !important;}
}
.adv_con li:nth-child(1) .adv_txt {padding: 0 14px;}
.adv_con li:nth-child(1) .adv_txt p {font-size: 14px;line-height: 25px;height:auto;}
.adv_con li:nth-child(1) .adv_txt a {    margin-top: 32px;}

@media screen and (max-width: 1399px) and (min-width: 1299px) {
.head_nav {margin-left: -10%;}
.head_nav {width:50% !important; }
.head_nav li>a {font-size: 15px !important ;}
.head_phone p {font-size: 14px !important;}
.head_phone {width:210px !important;}
.copy_con li {    padding: 0 2.5rem !important;}
.about_nav li a span {font-size: 14px !important;}
.pro_txt em {font-size:15px !important;}
.adv_con li p span {font-size:  1.1rem !important;line-height: 1.2rem; padding-top: 10px;}
.adv_con li p i {margin-top: 12px;}
}

@media screen and (max-width: 1300px) and (min-width: 1199px) {
.head_nav li>a {font-size: 15px !important ;}
.head_phone p {font-size: 15px !important;}
.head_phone {width:260px !important;}
.copy_con li {    padding: 0 1.8rem !important;}
.pro_txt em {font-size:15px !important;}
}




.tuplist{ width:100%;}
.tuplist li{ float:left; width:31.3%; margin:0 1% 2% 1%; position:relative; text-align:center; overflow:hidden;}
.nylist_pic{ overflow:hidden;}
.nylist_pic img{ width:100%; transition:ease-in-out 0.25s all;}
.tuplist li:hover .nylist_pic img{ transform:scale(1.1);}
.nylist_tit:after{ content:''; transition:ease-in-out 0.15s all; background:#eaeaef; position:absolute; left:0; bottom:0; width:100%; height:100%; z-index:-1;}
.tuplist li .nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#0a72e7; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.tuplist li:hover .nylist_tit:after{ left:100%;}
.tuplist li:hover .nylist_tit:before{ left:0;}
.nylist_tit{ width:100%; overflow:hidden; line-height:46px; font-size:16px; white-space: nowrap;}
.tuplist li:hover .nylist_tit{ color:#fff;}
.clear{ clear:both;}



.scrollbox{ width: 200px; margin: 0 auto; overflow: hidden;  }
#scrollDiv{width:100%;height:185px; overflow:hidden;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li h3 a{color:#fff; text-decoration:none}#scrollDiv li h3 a:hover{ color:#fff}
#scrollDiv li{padding: 0 ;}
.scroltit{ height:26px; line-height:26px; padding-bottom:4px; margin-bottom:4px;}
.scroltit h3{ width:100px; float:left;}



.shipinlist{ width:100%;}
.shipinlist li{ float:left; width:23%; margin:0 1% 2% 1%; position:relative; text-align:center; overflow:hidden;}
.nylist_pic img{ width:100%; transition:ease-in-out 0.25s all;}
.shipinlist li:hover .nylist_pic img{ transform:scale(1.1);}
.shipinlist li .nylist_tit:before{content:''; transition: ease-in-out 0.15s all;background:#0a72e7; position:absolute; left:-100%; bottom:0; width:100%; height:100%;  z-index:-2;}
.shipinlist li:hover .nylist_tit:after{ left:100%;}
.shipinlist li:hover .nylist_tit:before{ left:0;}
.shipinlist li:hover .nylist_tit{ color:#fff;}
/*title*/
.title{text-align:center;}
.title p{font-size:40px;color:#0f2a85;line-height:50px; font-weight: bold;}
.title em{margin-top:12px;font-size:18px;color:#666;line-height:40px;}

/*head*/
.headd{width: 98%; margin: 0 auto; overflow: hidden;}
.headt{ height: 42px;line-height:42px; font-weight:100; background: #f8f8f8; width: 100%; overflow: hidden;}
.headt .fl,.head .fr a{color:#333; font-size:14px;}
.headt .fr a {display:inline-block; padding-left: 0px;transition: 0.3s all ease-in-out;font-size: 13px;line-height:42px;padding-right:15px;cursor:pointer;position:relative;color:#333;}

.headt .fr .tel{background-position:-107px 10px;}
.headt .fr .wx{background-position:-223px 12px;}
.headt .fr .wx .wxewm {width: 120px;height: 120px;position:absolute;top:42px;z-index:2;left:0;display:none;}
.headt .fr .wx .wxewm img{width: 120px;height:120px;display:block;}

/*head*/
.head {padding: 24px 0; }
.head_box {width: 96%;display: flex;justify-content: space-between;align-items: center; min-width: 1300px;    margin: 0 auto;}
.head_l {display: flex;justify-content: space-between;}
.head_logo {display: flex;justify-content: space-between;    width: 310px;    align-items: center;position: relative;}
.head_logo i {display:inline-block;}
.head_logo> a {display: flex;flex-direction: column; font-style: italic;font-size: 20px; font-weight: bold;     align-items: center;       line-height: 28px; }
.head_logo> a span { font-size: 20px;color:#e40013;   font-style:normal;    line-height: 38px;    padding-left: 26px;}
.head_tit {display: flex;flex-direction: column;}
.head_tit p {font-size: 24px;line-height: 36px;}
.head_tit p b {}
.head_tit em {font-size: 16px;color: #999999;line-height: 24px;}
.head_nav {width: 760px;width:47%;margin-right:125px;}
.head_nav ul {display: flex;justify-content: space-between;width: 107%;}
.head_nav li {position: relative;display: flex;flex-direction: column;align-items: center;z-index: 5;width:17%;transition: 0.5s;}
.head_nav li:after {content:'';width:100%;height: 0px;background: #0f2a85;position: absolute;top:-50px;left: 0;z-index: -1;opacity: 0;transition: 0.5s;}
.head_nav li:hover:after,.head_nav>ul>li.cur:after {height:116px;transition:0.5s;}
.head_nav li:hover:after,.head_nav>ul>li.cur:after {opacity: 1;transition: 0.5s;}
.head_nav li:hover>a,.head_nav>ul>li.cur>a {color:#fff;bottom: -25px; transition: 0.5s;}
.head_nav li:hover i,.head_nav li.cur i {display: block; transition: 0.5s; top: -24px;}
.head_nav li i {   transition: 0.5s;position: absolute;overflow: hidden; top: -86px;font-size:30px;color:#fff;left:36%;}
.head_nav li>a {font-size: 17px;    line-height: 17px;    transition: 0.5s;color:#333;    display: inline-block;}
.head_icon {}
.head_icon>ul {display: flex;justify-content: space-between;width: 100px;}
.head_icon>ul>li {width: 40px;height: 40px;border:1px solid #eee;border-radius: 50%;position: relative;z-index: 5;line-height: 40px; color:#ccc;transition: 0.5s;}
.head_icon>ul>li:first-child , .head_icon>ul>li:first-child i{ border: none;}
.head_icon>ul>li i {    font-size: 22px; text-align: center; display: block;    position: relative;z-index: -1;height:40px;}
.head_phone {width: 165px;height: auto;transition: 0.5s;position: absolute;right: 0;top: 0;z-index: -1;overflow:hidden;    display: flex;    justify-content: space-between;    align-items: center;}
.head_phone i {    width: 40px;height: 40px !important;background: #041f7c; border-radius: 50%;font-size: 30px !important;line-height: 40px;color: #fff;}
.head_phone p {font-size: 18px;color: #041f7c;align-items: center;justify-content: center;    line-height: 20px;}
.head_phone span{ color:#333; width:100%; display:block; font-size:16px;}
.head_s {width: 460px;height: 60px;background: #eee;display: flex;align-items: center;justify-content: center;transition: 0.5s;position: absolute;right: -40px;top: 118px;z-index: -1;}
.head_s form {display: flex;justify-content: space-around;align-items: center;}
#search-bg {width: 360px;height: 30px;line-height: 30px; overflow: hidden; box-sizing: border-box;border: 1px solid #dddddd; border-right: none;}
#search-i { width: 30px;height: 30px;overflow: hidden;box-sizing: border-box;padding-top: 5px;border: 1px solid #dddddd;
border-left: none;}
#infoname {border: none;background: none;outline: none;}
.xl { opacity: 0;transition:0.5s;    transform: rotateX(90deg);position: absolute; top: -2px;}
.search-text{ font-size:14px;color: #666; display: flex;justify-content: center;align-items: center;    position: absolute;width: 460px;background: #eee;left: -420px;top: 78px; padding-top: 6px;}
.search-text a{ font-size:15px; color: #666 !important; font-weight: 100;}
.search-text a:hover{ font-size:15px; color: #cc0000;}
.search-text span{ float:left;  color:#333;font-size: 15px;}
.head_icon li:hover .xl {    opacity: 1;transition:0.5s;   transform: rotateX(0deg);}


.head_nav li dl { transition: all 0.3s; position: absolute; top:118px; height:0px; z-index:0; overflow:hidden}
.head_nav li dl { background:rgba(255,255,255,1); position: absolute; top:71px;z-index:10000; overflow:hidden; width: 100%; box-shadow: 1px 5px 10px rgba(0,0,0,0.2);   transition: 0.5s;    opacity: 0;}
.head_nav li.dhh dl {padding:10px;transition: 0.5s;    opacity: 1;height:auto !important; }
.head_nav li.dhh dl.juli { }
.head_nav li dl dt { width:100%; float:left; color:#333; line-height:28px; margin:15px 15px 25px 10px; text-align:left}
.head_nav li dl dt b { display: block; width: 40px; height: 3px; background-color: #0f2a85; margin-bottom: 20px;}
.head_nav li dl dt strong { display:block; font-size:20px; margin-bottom:25px;}
.head_nav li dl dt span {display: block; width: 118px; height: 30px; text-align: center;line-height: 30px;border: 1px solid #cecece; color: #999;font-family: Arial;}
.head_nav li dl dt span a {color:#999; font-size:12px;}
.head_nav li dl dt img { margin-bottom:5px;}
.head_nav li dd { width:96%; margin-left:2%; float:left; margin-top:10px;line-height:38px; display:block; text-align:left; overflow:hidden;}
.head_nav li dd a { display:block; color:#777; font-size:15px; font-weight: normal;text-align:left; font-weight: 100; border: 1px #eee solid; text-align: center; margin-top: 6px;line-height: 30px;}
.head_nav li.dhh dd a:hover { color:#0f2a85;}

/*幻灯片*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:750px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:750px; background-position: center; background-repeat: no-repeat;}
.banner-box .bd li a{ display:block; background-size:auto;     width: 100%;height: 80%;position: relative;z-index: 9;}
.banner-btn{ width: 100%; position: absolute; bottom:30px; left: 0; margin-left: 0; height: 400px; overflow: hidden; }
.banner-btn a{ display:block; width:49px; height:104px; position:absolute; top:30px; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px; background:url(../images/prev.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(../images/prev.png) no-repeat -49px 0; }
.banner-box .hd { position:absolute; bottom:0px; width: 100%; display: block; }
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:10px; height:10px; border-radius :50%; text-indent:-9999px; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out; opacity:0.8; border:1px #fff solid;}
.banner-box .hd ul li.on{ background:#fff;border-radius: 8px; width:10px;}
.banner-box:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top; transform-origin: top;
  }
}
@keyframes kenburns-top {
 0% {
    -webkit-transform: scale(1) translateY(0);  transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;   transform-origin: top;
  }
  }
@-webkit-keyframes kenburns-top1 {
  0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;transform-origin: 50% 16%;
  }

}
@keyframes kenburns-top1 {
 0% {
    -webkit-transform: scale(1.1) translateY(-15px);transform: scale(1.1) translateY(-15px);
    -webkit-transform-origin: top;  transform-origin: top;
  }
  100% {
   -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;  transform-origin: 50% 16%;
  }
  }
.banner-box .bd li{ -webkit-animation: kenburns-top1 3.5s ease-out  both;animation: kenburns-top1 3.5s ease-out  both;}

/*pro*/
.pro {padding: 80px 0;overflow: hidden; background: #fff;}
.pro_box {width:100%;margin: 0 auto;}
.pro_tit {text-align: center;}
.pro_tit span {font-size: 40px;color: #d8001e;line-height: 40px;position: relative;}
.pro_tit span:before {content:'';width: 76px;positx;height: 1px;background: #d8001e;position: absolute;top:28px;left: -110px;}
.pro_tit span:after {content:'';width: 76px;height: 1px;background: #d8001e;position: absolute;top:28px;right: -110px;}
.pro_tit p {font-size: 18px;line-height: 20px; padding-top: 25px;}
.pro_tab {padding-top:60px;width: 86.4%;margin: 0 auto;}
.pro_nav {overflow: hidden;}
.pro_nav ul {display: flex;justify-content: space-between;align-items: center;height: 187px;}
.pro_nav li {width: 25%;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 100%; transition: 0.5s;border-top:1px solid #eee;border-bottom: 1px solid #eee;position: relative;}
.pro_nav li:after {content:'';width: 1px;height: 90px;background: #eee;position: absolute;right:0;top:48px;}
.pro_nav li:last-child:after {display:none;}
.pro_nav li.on {transition: 0.5s;background: #d8001e;color: #fff;}
.pro_nav li.on a ,.pro_nav li.on i {color:#fff;transition: 0.5s;}
.pro_nav li.on:after {display: none;transition: 0.5s;}
.pro_nav li i {font-size: 36px;line-height: 36px; color: #333;}
.pro_nav li a {font-size: 22px;display: flex;flex-direction: column;align-items: center;line-height: 28px;padding-top: 10px;}
.pro_nav li a span {font-size: 13px;color: #ccc; text-transform: uppercase;}
.pro_con {overflow: hidden;margin-top: 90px;}
.pro_adv {display: flex;flex-wrap: wrap; height:40rem;overflow: hidden;}
.pro_int {display: flex;justify-content: space-between;align-items: center;height:100%;}
.pro_txt {width: 45%;height: 100%;display: flex;flex-direction: column; margin-top: 5%;}
.pro_txt p {display: flex;flex-direction: column;line-height: 41px;font-size: 36px;font-weight: bold;}
.pro_txt p span {font-size: 13px;color: #999;font-weight: normal;text-transform: uppercase;font-family: Arial;}
.pro_txt p i {width: 40px;height: 3px;background:#d8001e;margin-top: 20px; }
.pro_txt em {font-size: 16px;line-height: 36px;margin-top: 60px;}
.pro_txt a {width: 205px;height: 52px;background: #e62129;font-size: 16px;text-align: center;line-height: 52px;color: #fff;display: inline-block;margin-top: 18%;transition: all 0.2s; letter-spacing: 1px;}
.pro_txt a:hover{width: 325px;transition: all 0.2s; letter-spacing: 3px;}
.pro_pic {width: 48.656%;}
.pro_top {width:100%;overflow:hidden;}
.pro_top td {width:100%;height:100%;}
.pro_top td+td {display:none;}
.pro_top td img {width:100%;height:auto;}
.pro_top td br {display:none;}
.pro_call {width: 100%;margin: 0 auto;margin-top: 50px;overflow: hidden;    border-bottom: 2px solid #e62129;padding-bottom: 25px;}
.pro_call td{float: left;position: relative;margin-left: 0.3%;overflow: hidden;padding-left:0!important;}
.pro_call td br{display:none;}
.pro_call td{width:24.7%;height:100%;}
.pro_call td>a,.pro_call td>a>img{width:100%;height:auto;transition:0.5s;}
.pro_call td span {padding-top: 0px !important;position: absolute;transition: 0.5s;bottom: 0;left: 0;width: 100%;background: #fc0100;height: 50px;transform: translateY(50px);transition:0.5s;}
.pro_call td:hover span{transform: translateY(0px);transition:0.5s;}
.pro_call td span a{color: #fff;font-size: 19px;line-height: 50px;}

.left1 {
    position: relative;    height: 430px;    overflow: hidden;box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);

    display: inline-block; width:30%;
}
.aboutus img{ max-width:100%;}
.page2{ width: 100%;margin: 0 auto;height: auto;    padding-bottom: 50px;}

.video_x1 {
    width: 100%;
    height: 52.625rem;
    background: url(uploadfile/image/20210629/20210629094301_216627046.jpg)no-repeat center;
    position: relative;
    float: left;
}

.video_x1 {    height: 26.42rem;}
.about_video {    width: 100%;}
.jianjie_rightr{float: right;width: 69%;padding: 55px; box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);background: #fff; text-indent: 0em;    height: 430px;}
.custom_service p img {display: inline; vertical-align:middle;}
.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height:46px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}

/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}

/* green skin  */
.side_green .side_title {background-position:-349px 0;}
.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}
.side_green .side_bottom {background-position:-349px -50px;}
.side_green .close_btn {background-position:-44px -23px;}
.side_green .close_btn:hover {background-position:-66px -23px;}
.side_green .show_btn {background-position:-147px 0;}
.side_green .msgserver a {color:#76a20c;}
.des img{ width:220px; margin-right: 4px;border: 1px solid #eee; margin-top: 20px;}
.des{line-height: 32px; font-size: 15px;}
.des span{ color:#e80000;}
.Introduction_Features{ background:#333;height: 148px; width: 100%; text-align: center;font-size: 18px;color: #fff;bottom: 0;position: absolute;}
.Introduction_Features span {display: block;color: #fff;font-size: 28px;font-weight: normal;text-align: center;margin-bottom: -11px;line-height: 95px;}

@media screen and (max-width: 1500px){
	.pro_call{width:100%;}
}

/*case*/
.case {width: 100%;height: 1075px;padding: 242px 0;overflow: hidden;}
.case_box {width: 86.4%;margin: 0 auto;}
.case_con {display: flex;justify-content: space-between;    align-items: center;}
.case_nav {width:48.657%;overflow: hidden;}
.case_nav ul {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;width: 100%;}
.case_nav li {width: 49.7%;height: 300px; display: flex;flex-direction: column;align-items: center;justify-content: center; transition: 0.5s;background: #fff;    margin-bottom: 0.6%;transition: 0.5s;}
.case_nav li.on {background: #e62129;transition: 0.5s;color: #fff;}
.case_nav li.on a ,.case_nav li.on i {color:#fff;}
.case_nav li i {font-size: 36px;line-height: 36px;color: #333;}
.case_nav li a {font-size: 24px;display: flex;flex-direction: column;align-items: center;line-height: 28px;padding-top: 18px;}
.case_nav li a span {font-size: 13px;color: #ccc; text-transform: uppercase;text-align: center;}
.case_txt {text-align: right;}
.case_txt p {display: flex;flex-direction: column;color: #fff;text-align: right;}
.case_txt p b {font-size: 62px;font-weight: 1000;text-transform: uppercase;font-family: Arial;line-height: 65px;}
.case_txt p span {font-weight: bold;font-size: 52px;line-height: 60px;padding-top: 16px;}
.case_txt p em {font-size: 36px;line-height: 40px;padding-top: 28px;}
.case_txt a {font-size:20px;color: #fff;text-transform: uppercase;font-family: Arial;line-height: 24px;border-bottom: 1px solid #ddd;    margin-top: 20%;display: inline-block;position: relative;z-index: 5;}

/*adv*/
.adv {padding: 100px 0;overflow: hidden;}
.adv_box {width: 86.4%;margin: 0 auto;}
.adv_tit {text-align: center; margin-bottom:80px; margin-top:80px;}
.adv_tit span {font-size: 40px;color: #333;line-height: 40px;position: relative;}
.adv_tit span:before {content:'';width: 76px;positx;height: 1px;background: #0f2a85;position: absolute;top:28px;left: -110px;}
.adv_tit span:after {content:'';width: 76px;height: 1px;background: #0f2a85;position: absolute;top:28px;right: -110px;}
.adv_tit p {font-size: 18px;line-height: 20px; padding-top: 25px;}
.adv_con {margin-top: 80px;overflow: hidden;}
.adv_con ul {display: flex;}
.adv_con li {width: 24%;height: 100%; overflow: hidden;transition: 0.5s;position: relative; border: 1px solid #f8f8f8; box-shadow: 0px 0 20px #eee; }
.adv_con li.on p i {background:#ff7c7c;transition:0.5s;}
.adv_con li.on:after {height: 100%;transition: 0.5s;}
.adv_con li:after {content:'';width: 100%;height: 0;background: #e62129;transition: 0.5s;position: absolute;bottom:0;left: 0;}
.adv_con li.on .adv_txt {opacity: 1;transition: 0.5s;}
.adv_con li>p {font-size: 24px;line-height: 30px;display: flex;flex-direction: column;padding: 50px;position: relative; z-index: 5;}
.adv_con li.on p {color:#fff;transition: 0.5s;}
.adv_con li p span {font-size: 15px;color: #ccc;text-transform: uppercase;font-family: Arial;}
.adv_con li p i {width: 10px;height: 2px;background: #e62129;}
.adv_con li em {width: 100%;height: auto;}
.adv_con li em img { width: 100%;}
.adv_txt {opacity: 0;position: absolute;bottom: 0;left: 0;transition: 0.5s; padding: 30px 50px; height: 16.4rem;width: 100%;z-index:5;}
.adv_txt p {font-size: 15px;    color: #fff;line-height: 30px;height:100px;}
.adv_txt a {width: 125px;height: 44px;background: #fff;border-radius: 40px;font-size: 14px;text-align: center;line-height: 44px;display: inline-block;text-transform: uppercase;margin-top: 50px;}

/*about*/
.about {overflow: hidden;}
.about_box {width: 86.4%;margin: 0 auto;position: relative;}
.about_tit {text-align: center;}
.about_tit span {font-size: 40px;color: #d8001e;line-height: 40px;position: relative;}
.about_tit span:before {content:'';width: 76px;positx;height: 1px;background: #d8001e;position: absolute;top:28px;left: -110px;}
.about_tit span:after {content:'';width: 76px;height: 1px;background: #d8001e;position: absolute;top:28px;right: -110px;}
.about_tit p {font-size: 18px;line-height: 20px; padding-top: 25px;}
/*视频*/
.video_sp{float:left; padding:27px 0px;}
.ripple img { margin-left: 15px;margin-top:12px;width:32px;height:32px;}
.ripple,.ripple:before,.ripple:after {position: absolute;left:50%;top:50%;height: 65px;width:65px;margin-top: -32px;margin-left: -32px;border-radius: 50%;-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255,0.64);-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);box-shadow: 0 0 0 0 #fff;animation: ripple 3s infinite;}
.ripple{padding:6px 3px;background: rgba(255, 255, 255, 0.5);}
.ripple:before {-webkit-animation-delay:.9s;animation-delay:0.9s;content:"";position:absolute;right: 0;bottom: 0;}
.ripple:after {-webkit-animation-delay:.6s;animation-delay:0.6s;content:"";position:absolute;right: 0;bottom: 0;}
.video_box{background:rgba(0,0,0,0.6); top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:71%;margin-top:-250px;margin-left:-575px;transition:600ms ease;z-index:999;}
.video_box.cur .video,.video_box.cur .video_x{top:40%;transition:600ms ease;}
.video_x1{width:100%;height:52.625rem;position: relative;float:left;}
.video_x1:before {content: "";width: 100%;height:100%; background: #000; position: absolute; opacity: 0.2;}
@-webkit-keyframes ripple {
    70% {-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);}
    100%{-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
                box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);}
}
.jquery-lightbox-border-bottom-left,.jquery-lightbox-border-bottom-middle,.jquery-lightbox-border-bottom-right {    BOTTOM: -34px !important;}
.about_con {display: flex;justify-content: space-between;margin-top: 80px;}
.about_video {width: 55%;overflow: hidden;}
.about_txt {width: 39%;overflow: hidden;padding-top: 80px;}
.about_txt>p {font-size: 24px;    display: flex;flex-direction: column;line-height: 24px;}
.about_txt>p b {font-size: 26px;line-height: 30px;padding-top: 12px;color: #ff0000;font-weight: bold !important;}
.about_txt em {font-size: 14px;line-height: 30px;margin-top: 45px;}
.about_txt ul {display: flex;justify-content: space-between;width: 74.859%;margin-top: 60px;}
.about_txt li {width:34%;}
.about_txt li i {font-size: 42px;line-height: 42px;padding: 0;display: inline-block;    color: #999999;}
.about_txt li>p {font-size: 14px;display: flex;flex-direction: column;padding-top: 18px;line-height: 20px;    color: #999999;}
.about_txt li>p span {font-size: 28px;color: #ff0000;line-height: 30px;padding-bottom: 10px;font-family: Arial;}
.about_nav {width: 56%;overflow: hidden;position: absolute;bottom: 8%;right:0;}
.about_nav ul {width:100%;display: flex;justify-content: space-between;align-items: center;}
.about_nav li {color: #fff;width: 25%;text-align: center;    padding:5.648% 0;background: #d8001e;    position: relative;z-index: 5;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}
.about_nav li:hover {}
.about_nav li i {font-size: 42px;line-height: 42px;display: inline-block;}
.about_nav li a {display: flex;flex-direction: column;font-size: 16px;line-height: 20px;padding-top: 10px;color:#fff;}
.about_nav li a span {font-size: 16px;text-transform: uppercase;line-height: 20px;padding-bottom: 10px;opacity: 0.5;    font-weight: lighter;}

.nylist_pic{height: auto;}


.three-nav {
    width: 100%;    height: 400px;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;margin-bottom: 80px;
}
.nynews{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin-bottom:30px;box-shadow: 0 0 1px #aaa;box-sizing:border-box; position: relative; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.nynews-date{float: left; width:9%; padding:4% 3% 0 0; text-align: right; font-size: 16px; font-weight: bold; font-family: sans-serif; color:#999; }
.nynews-date b{ font-size: 34px;  color:#000; line-height:40px;}
.nynews-photo{float: left; width:20%; height: auto; overflow: hidden;}
.nynews-photo img{width: 100%; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;}
.nynews-content{float: left; width:59%; padding-left:2%;}
.nynews-title{ font-size: 20px; font-weight: bold; color: #222; line-height: 40px; padding-bottom:0.6vw;}
.nynews-text{ font-size: 15px; line-height:28px; color: #666;}
.nynews-more{float: right;width:60px; height: 60px; line-height:60px; margin-top:4%; font-size: 20px; color: #fff; font-family:serif; font-weight: bold; background: #e5e5e5; border-radius: 100%; text-align: center; transition: all 0.5s ease-out;  -webkit-transition: all 0.5s ease-out;} 
.nynews-list:hover{box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3); transform: translateY(-5px); -webkit-transform: translateY(-5px);}
.nynews-list:hover .nynews-photo img{transform: scale(1.05);  -webkit-transform: scale(1.05)}
.nynews-list:hover .nynews-title{color:#0d4486;}
.nynews-list:hover .nynews-more{background: #0d4486; transform: translateX(6px); -webkit-transform: translateX(6px);}
.clear{ clear:both;}
.shijian{ bottom:50px; position:absolute;}
/*荣誉资质*/
.honor_bg{height: 1100px;margin: 100px 0; overflow: hidden;padding: 100px 0 80px;    position: relative;}
.honor_bg:after {content:'';width:1px;height:80px;background:#df000d;position:absolute;top:0;left:7%;}
.honor_tit {width: 86.4%;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.honor_tit p {display: flex;flex-direction: column;text-transform: uppercase;}
.honor_tit p b {font-size: 30px;font-weight:1000;font-family: Arial;line-height: 30px;}
.honor_tit p span {color: #cccccc;}
.honor_tit p em {color: #df000d;font-size: 30px;font-weight: bold;line-height: 30px;padding-top: 12px;}
.honor_tit a {width: 120px;height: 45px;background: #d8001e;font-size: 15px;color: #fff;text-align: center;line-height: 45px;display: inline-block;text-transform: uppercase;font-family: Arial;}
.honor {width: 86.4%;margin: 0 auto;    margin-top: 10rem !important;}
.you{ width:83%!important;float: right;}
.honor_l{padding-top:2rem;}
.honor_t p{font-size: 36px; color: #d70505; font-weight: bold;}
.honor_l span{width: 80px;height: 5px;display: block;background: #d70505;margin: 20px 0 40px;}
.honor_l dd{font-size: 18px;color: #333; background: url()no-repeat center left;padding-left: 30px; font-weight: 100; line-height: 50px;position: relative;}
.honor_l dd:before {content:'';width:10px;height: 10px;background: #ff0000;border-radius: 50%;position: absolute;left: 0;top:21px; animation: animations 4s ease-out infinite;}
@keyframes animations{
    0%{ box-shadow: 0 0 0 0 rgba(255,0,0,0.3);}
    50%{ box-shadow: 0 0 0 1px rgba(255,0,0,0.3);}
    100%{ box-shadow: 0 0 0 4px rgba(255,0,0,0.3);}
}
.honor_l a{width: 250px;height: 50px;border: 1px solid #ccc;display: block;text-align: center;position: relative;background: #fff;margin-top: 70px;}
.honor_l a p{position: relative;font-size: 16px;color: #000;line-height: 50px;}
.honor_l a p:after{content: '';width: 0;height: 0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left: 9px solid #000;display: inline-block;margin-left: 20px;position: relative;top: -2px;transition: 0.3s ease all;}
.honor_l a:before{ content:""; position:absolute; right:0; width:0; height:100%; top:0; background:#d70505; text-align:center; transition:0.6s}
.honor_l a:hover p:after{margin-left:100px;border-left:9px solid #fff;}
.honor_l a:hover p{color:#fff;}
.honor_l a:hover:before{width:100%;left:0;}
.honor_r{width:50%;}
.honor_r *{display:block;}
.honor_r .tempWrap{width:75% !important;margin: 0 auto;}
.honor_r tr{width:63.9% !important;margin: 0 auto;      }
.honor_r tr:after {
 content: '';
width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-size: contain;}
.honor_r td{padding-left:0px !important;    position: relative;   height: auto;width: 100% !important;}
.honor_r td:after { content: '';width: 30px; height: 97%; position: absolute; top: 0px;right: 0;display:none;}
.honor_r td:before { content: '';width: 30px; height: 100%; position: absolute; top:0px;left: 0px;z-index: 5;display:none;}
.honor_r td img{width:100%;height:auto;}
.honor_r td div{position: absolute;bottom: 8%;left: 0px; width: 100%;height: 7rem; background: rgb(0 0 0 / 50%);    padding-top: 0 !important;z-index: 5;}
.honor_r td div>a {color:#fff;font-size:24px;line-height: 116px;}
.honor_r td>a {position: relative !important;}
.honor_r td>a:before { content: '';width: 100%; height: 30px;position: absolute; top: 0;left: 0;display:none;}
.honor_r td>a:after { content: '';width: 100%; height: 30px; position: absolute; bottom: 0;right: 0;display:none;}
.honor_r{position: relative;}
.honor_btn{position: absolute; width:100%; margin-top:40%;top:0;}
.honor_btnl,.honor_btnr{width: 64px;height: 64px;    cursor: pointer; border-radius: 50%;position: absolute;}
.honor_btnl{left: 0px;animation:moveL 2s linear infinite;}
.honor_btnr{right: 0px;transform: rotate(180deg);animation:moveR 2s linear infinite;}
@keyframes moveL{
  0%{ transform:translateX(0);}
  25%{ transform:translateX(-3px);}
  50%{ transform:translateX(0);}
  75%{ transform:translateX(3px);}
  100%{ transform:translateX(0);}
  }
@keyframes moveR{
  0%{ transform:translateX(0)  rotate(180deg);;}
  25%{ transform:translateX(-3px)  rotate(180deg);;}
  50%{ transform:translateX(0)  rotate(180deg);;}
  75%{ transform:translateX(3px)  rotate(180deg);;}
  100%{ transform:translateX(0) rotate(180deg);;}
  }

/*appli*/
.appli {}
.appli_box {width: 86.4%;margin: 0 auto;}
.appli_tit {text-align: center; margin-bottom:80px; margin-top:80px;}
.appli_tit span {font-size: 40px;color: #333;line-height: 40px;position: relative;}
.appli_tit span:before {content:'';width: 76px;positx;height: 1px;background: #0f2a85;position: absolute;top:28px;left: -110px;}
.appli_tit span:after {content:'';width: 76px;height: 1px;background: #0f2a85;position: absolute;top:28px;right: -110px;}
.appli_tit p {font-size: 18px;line-height: 20px; padding-top: 25px;}
.appli_call {margin-top:80px;}
.zizhizs{ overflow:hidden;}
.zizhizs ul li{ width:25%; float:left;padding: 15px;}
.zizhizs ul li img{border: 3px solid;}
.nrjianjie{    width: 83%; float:right;
    padding: 55px; overflow:hidden;
    margin-bottom: 55px;min-height: 750px;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
    background: #fff;
    text-indent: 0em;}
.leftzc{float: left;width: 15%;}
.leftbt{background-color: #0f2a85;color: #fff;text-align: center;line-height: 50px;font-size: 16px;}
.leftzc ul li{    background-color: #efefef;text-align: center;line-height: 40px;margin-top: 5px;}
.leftzc ul li a:hover{ color:#fff;}
.leftzc ul li a{ display:block;}
.leftzc ul li:hover{ background-color:#0f2a85;color: #fff;}
.leftzc ul { margin-bottom:5px; overflow:hidden;}
.xinwen li{    text-align: left!important;padding-left: 10px;height: 40px;overflow: hidden;}
.biaoti{font-size: 20px;font-weight: bold;text-align: center;}
.zuozhe{  padding-bottom: 20px; text-align:center;}
.appli_call tr{ display: flex;justify-content: space-between;    margin-bottom: 12px;}
.appli_call td{width:16%;display: inline-table;overflow:hidden;position:relative;height:100%;box-sizing: border-box;    border: 1px solid #eee;}
.appli_call td>a{display: block;}
.appli_call td>a>img{width:100%;height:auto;}
.appli_call td+td{}
.appli_call td>div{width:100%;height:100%;background: rgba(232,0,0,0.9);;position:absolute;top:0;left:0;transform-origin: center;transform: rotateX(90deg);transition: 600ms;}
.appli_call td>div>a{display:block;font-size:16px;color:#fff;display: flex;align-items: center;justify-content: center;height: 100%;}
.appli_call td:hover div{transform: rotateX(0deg);transition: 600ms;}
.appli_call td br{display: none;}
.char_more {width:18%;background: #0f2a85;text-align: center;padding: 1% 0;margin: 0 auto;margin-top: 60px;position:relative;}
.char_more a {font-size: 16px;color: #ffffff;}

.char_more {position:relative;color:#fff; background:#0a72e7; border:1px solid #0a72e7;-webkit-transition: background-color .3s, color .3s;transition: background-color .3s, color .3s}
.char_more:before {content: '';position: absolute;top: -15px;left: -15px;bottom: -15px;right: -15px;background: inherit;z-index: -1;opacity: 0.5;
-webkit-transform: scale3d(.6, .4, 1);transform: scale3d(.6, .4, 1); display:none\9;}
.char_more:hover {background:#0f2a85;border-color:#0f2a85;-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards;}
.char_more:hover:before {-webkit-animation: anim-moema-2 .3s .3s forwards;animation: anim-moema-2 .3s .3s forwards;}
@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}



/*新闻*/
.news_bg {padding: 100px 0;overflow: hidden;    background: #fbfbfb;margin: 80px 0 0;}
.bg {width: 100%;min-width: 1300px;}
.box {width: 86.4%; margin: 0 auto;box-sizing: border-box;}
.news_t{text-align: center;}
.news_tit {text-align: center;}
.newsconcc { margin-top: 60px;}
.news_tit span {font-size: 40px;color: #333;line-height: 40px;position: relative;}
.news_tit span:before {content:'';width: 76px;positx;height: 1px;background: #0f2a85;position: absolute;top:28px;left: -110px;}
.news_tit span:after {content:'';width: 76px;height: 1px;background: #0f2a85;position: absolute;top:28px;right: -110px;}
.news_tit p {font-size: 18px;line-height: 20px; padding-top: 25px;}

.newstab{ font-size:0;text-align:center;}
.newscenter {margin-top: 60px;}
.newstab a{ display:inline-block; width:222px; line-height:46px; border-radius:30px; background:#edeff0; text-align:center; font-size:16px; color:#222; transition:all .3s ease;}
.newstab a.on{ background:#d70505; color:#fff;}
.newstab a+a{ margin-left:36px;}

.newscon{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:flex-start; margin-top:10px;}
.newsleft{ width:48%; float:left;padding-bottom:1%;}
.newsright{ width:51%; float:right;padding-bottom:1%;}
.newsright .news_div_item_a{ position:relative;}
.news .newsleft .news_div_item_body{ margin:5% 0 10% 4%;}
.news .news_div_item{display: -webkit-flex;display: flex;justify-content:flex-start;flex-wrap: nowrap;align-items:center;flex-direction: row-reverse;     }
.newsleft .news_div_item{ padding:26px; background:#fff; position:relative;box-shadow: 0 0 15px #e5e6e7;}
.newsright .news_div_item_content{ width:77%;}
.newsleft .news_div_item_content{ width:65%; padding-left:10px;}
.newsleft .news_div_item+.news_div_item{ margin-top:3%;}
.newsleft .news_div_item_pic{ overflow:hidden;width:44.8%;}
.news .news_div_item_pic img{ width:100%; height:auto; transition:all .6s ease;}
.news .news_div_item:hover .news_div_item_pic img{ transform: scale(1.1);}
.news_div_item:hover .news_div_item_a{color:#0f2a85;}
.news .news_div_item_a{ display:block; white-space:nowrap;text-overflow:ellipsis; font-size:18px; color:#666666;margin-left:4%; width:80%;}
.news .news_div_item_body{ font-size:14px; color:#666666; font-weight:lighter; line-height:30px; height:64px; overflow:hidden; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.newsleft .news_div_item_a:after{ content:''; display:block; position:absolute; bottom:60px; right:30px; width:25px; height:25px; }
.newsright .news_div_item{ padding:16px; background:#fff; position:relative;box-shadow: 0 0 15px #ddd;}
.newsright .news_div_item_pic{ width:25%; overflow: hidden;}

.newsright .news_div_item_body {height: 60px; -webkit-line-clamp: 2;line-clamp: 2; margin-left:4%; width:80%;}
.newsright .news_div_item+.news_div_item{ margin-top:2%;}
.newsright .news_div_item_date{ position:absolute; padding-left:20px; text-align:center; height:115px; border-left:1px solid #f0f2f1; top:0; margin:auto 0; bottom:0; right:15px; font-size:16px; color:#666666; line-height:30px;font-family: 'FuturaBT2';}
.newsright .news_div_item_month,.newsright .news_div_item_day{ display:inline-block;font-family: fontDin1}
.newsright .news_div_item_year{ font-size:25px;font-family: fontDin1}
.newsright .news_div_item_a:after{ content:''; display:block; position:absolute; right:-80px; bottom:-80px; width:25px; height:25px;}
.newsleft .news_div_item_date{ font-size:0; position:absolute; bottom:30px;left: calc(40% + 40px);}
.newsleft .news_div_item_date>div{ display:inline-block; font-size:18px; color:#999; font-family: fontDin1;}

@media screen and (max-width:1380px){
  .news .news_div_item_a{width:75%;font-size: 16px; color:#333;}
  .news .news_div_item_body{ height:60px;}
  .newsleft .news_div_item_date{bottom: 30px;}
  .newsleft .news_div_item_a:after{bottom: 30px;}
  }

/*copy*/
.copy {width: 100%;background: #2a313b;    padding: 10px 0 0px;overflow: hidden;    position: relative;}
.copy:after {content: ''; width: 100%;height: 1px;background: #333;position: absolute;top: 90px;left: 0;}
.copy_box1 {width: 86.4%;margin: 0 auto;}
/*友情链接*/
.links_zbt i {display: inline-block;font-size: 21px; padding-right: 12px;}
.links_bj{position:relative;height: 80px;line-height: 80px;overflow: hidden;}
.links_zbt{width:130px;font-size:16px;color:#fff;}
.links_zbt img{margin-right:15px;margin-top: -5px;}
.links_lj{font-size:14px;color:#fff;margin-left:20px; opacity: 0.5;}
.links_tb{width:auto;height:92px;}
.linkTagcs li a{font-size:15px;line-height:80px;color:#fff !important;opacity: 0.5;}
.link_more {float: right;}
.link_more a {font-size: 14px;color: #999999;}
.copy_tab {padding: 80px 0;overflow: hidden;display: flex;    justify-content: space-between;}
.copy_tabr {border-top:none;padding: 80px 0;overflow: hidden;}
.copy_logo {    padding: 25px 0;}
.copy_logo i {display: inline-block;  }
.copy_logo img{ height:auto;}
.copy_logo p {    display: flex;flex-direction: column;font-size: 30px; line-height: 36px;    padding-left: 15px; padding-top:3px; letter-spacing: 15px;color: #fff;}
.copy_logo p span {font-size: 12px; text-transform: uppercase; letter-spacing: -1px; color:#999999;}
.copy_logo em {    font-size: 14px; padding-top:2px;margin-top: 10px;display: block;color: #999999; background: url(../images/tb.png) left no-repeat;
padding-left: 33px; line-height: 31px;}
.copy_con {}
.copy_con ul {}
.copy_con li:last-child {
    padding: 0;
}
.copy_con li {float:left;text-align: left;padding: 0 5rem;position: relative;transition:0.5s;}
.copy_con li p {font-size: 18px;color: #fff;margin-bottom: 20px;}
.copy_con li p span {font-size: 12px;color: #fff; opacity: 0.5;font-family: Arial;display: block;text-transform: uppercase;}
.copy_con li a {font-size: 14px;color: #fff;    opacity: 0.6;display: inherit;line-height: 30px;transition: all 0.3s linear; font-weight:100;}
.copy_con li a:hover {color: #f5bf4f;transition: all 0.3s linear;}
.copy_con li:before {content: '';width:1px;height: 25px;background: #f5bf4f;position: absolute;left:1px;top:0;z-index: 1;transition:0.5s;}
#scrollDiv ul li:before {content: '';width:0px;position: absolute;left:0px;top:0;z-index: 1;transition:0.5s;}
.copy_con li:after {content: '';width:1px;height: 215px;background: #3c4756;position: absolute;left:1px;top:0;transition:0.5s;}
#scrollDiv ul li:after {content: '';width:0px;position: absolute;left:0px;top:0;transition:0.5s;}

.copy_r {float: right;}
.copy_r p {font-size: 18px;color: #fff;}
.copy_r p span {font-size: 12px;color: #fff;    opacity: 0.5;font-family: Arial;display: block;text-transform: uppercase;}
.copy_r ul {display: flex;width:280px;justify-content: space-between;padding-top: 20px;}
.copy_r li i {display: inline-block;width: 120px;height: 120px;background: #ffffff;margin-bottom: 12px;}
.copy_r li {font-size: 14px;color: #fff;text-align: center;width: 130px;}
.copy_r li img{width: 120px; height:120px;}
.copy_namea {width:100%; padding:20px 0px; background: #000;}
.copy_name {width: 86.4%;display: flex;justify-content: space-between; margin: 0 auto;}
.copy_name span {font-size: 14px;color: #999999;line-height: 28px;display: inherit;}
.copy_name span a {color: #999999;transition: all 0.3s linear;    font-size: 14px;}
.copy_name span a:hover  {color:#333;transition: all 0.3s linear;}
.copy_con li:hover:before {height:100%;transition:0.5s;}










.video_box{width:100%;height:100%;background:rgba(0,0,0,0.6);position: fixed;top:0;left:0;z-index:-1;opacity:0;transition:600ms ease;}
.video_box.cur{opacity:1;z-index:999;transition:600ms ease;}
.video{position: fixed;top:-100%;left:50%;margin-top:-250px;margin-left:-500px;transition:600ms ease;}
.video_box.cur .video,.video_box.cur .video_x{top:50%;transition:600ms ease;}
.video_x{width:50px;height:50px;border-radius:50px;background:#fff;position: fixed;top:-100%;left:50%;margin-left:520px;margin-top:-250px;text-align: center;line-height:50px;font-size:22px;font-weight: lighter;cursor: pointer;transition:600ms ease;}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 70px rgba(0, 0, 0, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
		        box-shadow: 0 0 0 0 rgba(0, 0, 0, .0);
	}
}


#newBridge .icon-right-center {
    right: 2px!important;
    /*right: auto!important;*/
}


.wg-auto-c3eb902557ca86cd {    display:none !important;}
.pages_box{ text-align:center; padding-bottom:50px;}
.pages_box a{background-color: #eaeaef;padding: 10px;}
.pages_box b{padding: 10px;background-color: #f5bf4f;color: #fff;}
.pages_box  a b{ padding:0; background-color:#eaeaef; color:#333333;}