/* CSS Document */
* {padding: 0;margin: 0;box-sizing: border-box;}
body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, a, img {
    margin: 0;
    padding: 0;
    border: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul li {list-style: none;}
a {text-decoration: none;}
img {
    transition: all 0.8s;
    max-width: 100%;
    border: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
input {border: none;background: none;}
input, textarea {font-family: Arial, "微软雅黑";outline: 0;font-size: 14px;-webkit-appearance: none;}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.ellipsis {text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: block}
a {
    color: #333;
    text-decoration: none;
}


/*首页头部导航*/
#header { 
	background:#fff;
	padding-top: 0px;
    width: 100%;
    height: auto;
    position: fixed;
    font-size: 16px;
    transition: all ease .3s;
    z-index: 99;
    transition-property: padding, background;
}


#indexPage {
    padding-top:119px;
}


/**/
/*header*/
.head_bc{min-width: 1200px;width: 100%;overflow: hidden;}
.head_c{display: flex;z-index: 999;align-items: center;height:119px;position: relative;width: 100%;background: #fff;box-shadow: rgba(0,0,0,0.1) 0px 0px 16px; padding:0 66px;}
.head_c:after {
    position: absolute;
    content: "";
    width: 59%;
    height: 6px;
    margin-left: 20px;
    -webkit-transform: skew(-28deg);
    -moz-transform: skew(-28deg);
    -o-transform: skew(-28deg);
    /*background: #ffaa12;*/
    bottom: 0;
    left: -1%;
    animation:myfirst 5s linear infinite;
}
@keyframes myfirst
{
    0%   { width: 29%;}
    50%  { width: 0%;}
    100% { width: 29%;}
}
.logo_c{display: flex;align-items: center;background: #fff;position: relative; padding-right:120px;}
.logo_wz,.logo_c>p{position: relative;z-index: 5; margin-right: 15px;}
.logo_wz>div{font-size: 26px;color: #333; line-height: 32px;}
.logo_wz>div>b{font-size: 36px;color: #e60013;display: inline-block; font-family: "xnzht";}
.logo_wz>p{font-size: 16px;color: #999;margin-top: 8px; letter-spacing: 5px;}
.nav_c{width:82%; padding-top:15px;}
.nav_c>ul{display: flex;justify-content: space-between;height: 73%; width:100%;
    float: right; }
.nav_c>ul>li{position: relative;display: flex;align-items: center;z-index:999;}
.nav_c>ul>li>a{text-align: center;color: #333;font-size: 16px;display: block;}
.nav_c>ul>li.on>a,.nav_c>ul>li:hover>a{color: #e60013;}
.hea_pho>span {
    width: 26px;
    height: 26px;
    background: #333;
    font-size: 16px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 26px;
}

.hea_pho {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 10%;
    padding-top: 35px;
}

.hea_pho>p {
    font-size: 16px;
    color: #333;
    margin-left: 8px;
}

.hea_pho>b {
    font-size: 24px;
    color: #de000d;
font-family: "Arial Black";
}
@media screen and (max-width: 1600px){
    .nav_c{width: 82%;}
}
@media screen and (max-width: 1458px){
    .logo_wz>div{font-size: 20px;}
    .logo_wz>p{font-size: 16px;}
}
@media screen and (max-width: 1380px){
    .nav_c{width: 68%;}
    .nav_c>ul>li>a{font-size: 16px;}
}


/*qit*/
.tab {
    position: absolute;
    right: 2%;
    top: 33px;
}
.tit_con {position: relative;padding:30px 0;margin-left: 70px;display: flex;}
.tit_con>div {width:45px;height: 34px;display: inline-block; text-align: center;line-height: 34px;font-size: 22px; color: #ccc;}
.tit_con .phone {margin-right:30px;}
.tit_con>div>p {height: 36px;margin-bottom: 0 !important;}
.tit_con .t_line{}
.tit_con .t_line:after {
    position: absolute;
    content: "";
    width: 2px;
    height:20px;
	background:#ccc;
	margin-top:7px;
	margin-left:20px;
}
.tit_con a{color:#ccc;}
.phone_num {width: 250px;height: 100px;background: #ffffff;transform: rotateX(90deg);position: absolute;right: 0;transition: all 0.5s;font-size: 16px; padding: 26px 24px; z-index: 99;    text-align: left;color:#333;}
.phone_num span {font-size: 24px;display: block;color: #de000d;font-family: Arial Black;}
.tit_con .phone:hover .phone_num, .tit_con .wx:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;} 
.tit_sel {width: 460px;height: 150px;background: rgba(51,51,51,0.7);transform: rotateX(90deg);position: absolute;top:95px;right: 0;transition: all 0.5s;font-size: 16px;padding: 34px; z-index: 99;}
.tit_sel span {font-size: 24px;display: block;color: #0079b2;font-family: Arial Black; margin-top: 0px;}
.tit_icon:hover .tit_sel{transform: rotateX(0);transition: all 0.5s;}
#search-i{float:left; width:30px; height:33px; overflow:hidden; margin-top:20px;  box-sizing: border-box; padding-top: 7px; border: 1px solid #dddddd;border-left: none; padding-right: 30px;}
#search-bg{float:left; width:350px; height:33px; line-height: 33px;overflow:hidden; padding-left:14px; margin-top:20px; box-sizing: border-box; border: 1px solid #ddd;border-right: none;}
.search-text{ font-size:14px;color: #999999;justify-content: center;align-items: center;}
.search-text a{ font-size:13px; color: #fff !important;}
.search-text a:hover{ font-size:13px; color: #999;}
.search-text span{ float:left;  color:#999;font-size: 15px;}
#infoname{ border:none;background:none; outline:none;} 
.search_name {float: left;font-size:22px;color: #999; line-height: 32px;position: relative;z-index: 5; padding: 15px 0; width: 264px; height: 96px; background: #cb0303; text-align: center;}
.search_name:after {content: "";width: 0px;height: 0px;border-top: 7px solid #56bcce; border-right: 7px solid transparent;border-bottom:8px solid transparent; border-left: 7px solid #56bcce;position: absolute; top: 81px; right: -13px; transition: 0.5s all ease-in-out; }
form {justify-content: center;}

/*二级菜单*/
.nav_c li>.nav2 {display:none;position:absolute;left:-62px;top:95px;z-index:99999;box-shadow:5px 5px 10px rgba(0, 0, 0, 0.3);border-top: 2px #e60013 solid;}
.nav_c li>.nav2 a{display:block;background:#fff;height:70px;width:230px;color:#333;border-bottom:none;padding:15px 0px 0px 35px;}
#aa2 > .nav2 {}
#aa2 > .nav2 a {width:150px;font-size:15px;}
.nav_c li>.nav2 a:hover,.nav_c li>.nav2 a.on{background:#e60013;color:#fff;padding:15px 0px 0px 35px;}
.nav2 b{color:#999;}


.nav_c li>.nav2 a span{font-size:16px;color:#333;line-height:18px;text-transform: uppercase;transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;display:block}
.nav_c li>.nav2 a b{color:#ccc;line-height:30px;position: relative;display: inline-block; transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;display:block;font-weight:100; font-size:14px;}
.nav_c li>.nav2 a b.on{color:#fff;}
.nav_c li>.nav2 a span:before{content:'';display: inline-block;vertical-align: middle;height: 2px;width:0;background: #fff;transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;}
.nav_c li>.nav2 a span.on{color:#fff;}
.nav_c li>.nav2 a b:before{content:'';display: inline-block;vertical-align: middle;height: 2px;width:0;background: transparent;transition: all .8s cubic-bezier(.35, .75, .55, 1) 0.1s;-webkit-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;-moz-transition: all .8s cubic-bezier(.35, .75, .55, 1) .1s;}
.nav_c li>.nav2 a:hover span{transform: translateY(-25px);font-size: 16px;color:#fff;line-height: 23px;}
.nav_c li>.nav2 a:hover b{transform: translateY(25px);color:#fff;}
.nav_c li>.nav2 a:hover span:before,.nav li>.nav2 a:hover b:before{width:40px;margin-right:5px;}



/*banner*/
.banner{overflow:hidden; width:100%; position:relative; z-index:1; background:#000;}
.banner-box{ min-width:1300px; height:740px; position:relative; margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important; }
.banner-box .bd li{ width:100% !important; height:740px; 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/icon_lr.png) no-repeat 0 0; } 
.banner-btn a.next{ right:-50px; background:url(/images/icon_lr.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;}

/*product*/

.pcbtn {
  width: 50px;
  height: 50px;
  border: solid 1px #1d2088;
  padding: 4px;
  display: block;
  position: relative;
  border-radius: 50%;
}
.pcbtn.w {
  border: solid 1px #fff;
}
.pcbtn.w::before {
  background: url(../images/arrow2.png) no-repeat center #ffffff;
}
.pcbtn.w::after {
  border: solid 1px #fff;
}
.pcbtn:hover::after {
  animation: pcbtn1 .6s infinite;
  -moz-animation: pcbtn1 .6s infinite;
  -webkit-animation: pcbtn1 .6s infinite;
  -o-animation: pcbtn1 .6s infinite;
}
.pcbtn::before,
.pcbtn::after {
  content: " ";
  border-radius: 50%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.pcbtn::before {
  width: 100%;
  height: 100%;
  background: url(../images/arrow1.png) no-repeat center #1d2088;
  position: relative;
  z-index: 5;
}
.pcbtn::after {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  border: solid 1px #007a9e;
}

.product {
    padding: 50px 0 76px 0;
}
.wrap {
    width: 100%;
    margin: 0 auto;
}
.wrap:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
.pctitle {
    text-align: center;
    font-size: 30px;
}
.entitle {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #999;
}
.entitle::before, .entitle::after {
    content: " ";
    width: 10px;
    height: 1px;
    background: #999;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.product .content {
    margin-top: 36px;
}
.product .box {
  width: 25%;
  float: left;
  overflow: hidden;
  position: relative;
  background: #000;
}
.product .box:nth-child(4n+1) {
  clear: left;
}
.product .box:hover img {
  opacity: .5;
}
.product img {
  width: 100%;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30px;
}
.product .text .hide{ display:none;}
.product .tit {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.product .txt {
  line-height: 1.6em;
  color: #fff;
  margin: 20px 0 26px 0;
  padding-top: 20px;
  position: relative;
}
.product .txt::after {
  content: " ";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: .1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}


/*about*/
.w1 {
    width:100%;
	padding:0 66px;
    margin: 0 auto;
	box-sizing:border-box;
}
.gywm{background:url(../images/image_08.jpg)no-repeat center;position:relative;padding:150px 0;}
.gywm-b{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.gywm-l{width:27.6%;}
.gywm-l h3{font-size:30px;line-height:44px;margin-bottom:28px; color:#fff;}
.gywm-l h5{width:20px;height:4px;background:#fff;margin-bottom:35px;}
.gywm-l>p{color:#e7e7e7;font-size:16px;line-height:28px;margin-bottom:60px;}
.gywm-l-b2{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:70px;}
.gywm-l-b2 dl{}
.gywm-l-b2 dl h4{color:#fff;font-size:42px;margin-bottom:10px;}
.gywm-l-b2 p{color:#b1b8e3;}
.gywm-l a{color:#fff;display:flex;align-items:center;justify-content:center;width:116px;height:46px;background:#e21229;border-radius:5px;transition:all 0.5s;font-size:16px; float:left; margin-right:10px;}
.gywm-l a img{margin-left:45px;}
.gywm-l a:hover{opacity:0.8;}
.gywm-c{position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);width:34%;}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(360deg);}
    to {-webkit-transform: rotate(0deg);}
}
/*.gywm-c:after{content: '';position:absolute;width:100%;height:100%;left:0;bottom:0;background:url(../images/gywm-2.png)no-repeat center;webkit-transform: rotate(360deg);background-size:100% 100%;
    animation: rotation 10s linear infinite;
    -moz-animation: rotation 10s linear infinite;
    -webkit-animation: rotation 10s linear infinite;
    -o-animation: rotation 10s linear infinite;}*/
.gywm-c img{}
.gywm-r{position:relative;margin-right:20px;width:40.12%;}
.gywm-r a{display:block;position:relative;z-index:3;overflow:hidden;border-top-left-radius:20px;border-bottom-right-radius:20px;}
.gywm-r img{display:block;width:100%;}
.gywm-r p{position:absolute;width:100%;height:100%;border-top-left-radius:20px;border-bottom-right-radius:20px;background:#e21229;left:20px;top:20px;z-index:2;}
.gywm-r:hover img{transform:scale(1.1);}

/*news*/
.news{padding-top:50px;}
.news .convert2{ width:100%; padding:0 66px; height:auto; margin:0 auto; box-sizing:border-box;}
.news .convert2 .news_tab{width:560px; margin:0 auto;}
.news .convert2 .news_tab a{display:block; color:#333; text-align: center; width: 160px; font-size:16px; float:left; margin-top:28px;margin-bottom:28px;height: 46px;line-height: 46px;margin-right:18px;border-radius: 25px;border: 1px #eee solid;}
.news .convert2 .news_tab a.on{display:block;color:#fff;background: #1d2088;border: 1px #1d2088 solid;}


.news .convert2 .content{ overflow:hidden; width:1420px; height:420px; position:relative; margin:0 auto;}
.news .convert2 .content ul{ position:absolute; left:0; top:10px; height:380px;}
.news .convert2 .content li{ width:1420px; height:auto; float:left;}
.news .content td br{ display:none;}
.news .content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.news .content td a:hover{ display:block; background:#ff6633; color:#fff;}

.new_row .news_div_item{width:454px;float:left;position: relative;}
.new_row .news_div_item .news_div_item_image{width:454px;height:232px;}
.new_row .news_div_item .news_div_item_date{position: absolute;top:177px;left:20px;background: #1d2088;width: 93px;height: 73px;z-index: 2;border-radius: 10px;color: #fff;font-size: 16px;}
.new_row .news_div_item .news_div_item_content{display: block;position: absolute;top: 260px;}
.new_row .news_div_item .news_div_item_pic{position: absolute;top: 0px;}
.new_row .news_div_item .news_div_item_year{position: absolute;top:40px;left:14px;}
.new_row .news_div_item .news_div_item_month{position: absolute;top:40px;left:60px;}
.new_row .news_div_item .news_div_item_day{position: absolute;top:10px;left:36px;font-size:20px;font-weight: bold;}

.new_row .news_div_item .news_div_item_date:before{content:"";position: absolute;width: 62px;height: 2px;background: #3575ba;top: 37px;left: 15px;}

.new_row .news_div_item .news_div_item_a{font-size: 16px;font-weight: bold;color: #333;}
.new_row .news_div_item .news_div_item_body{font-size:14px;color:#999;margin-top: 4px;border-bottom: 1px #ccc solid;padding-bottom:24px;display: block; width: 454px;}
.new_row1{width:1420px;}
/*.new_row1 .news_div_item:nth-child(1){display:none;}*/
.new_row1 .news_div_item{width:31%;height:158px;border-bottom: 1px #ccc solid;float: left;margin-right:32px;display: block; box-sizing:border-box;}
.new_row1 .news_div_item:nth-child(4){margin-right:0px;}
.new_row1 .news_div_item:nth-child(8){margin-right:0px;padding-top:16px;height:157px;}
.new_row1 .news_div_item .news_div_item_a{font-size:16px;font-weight: bold;color: #333;position: absolute;height: 25px;width: 100%; overflow:hidden;}
.new_row1 .news_div_item .news_div_item_body{font-size:14px;color: #999;line-height: 24px;display: block;margin-top: 14px;padding-top: 35px; height:86px; overflow:hidden;}
.new_row1 .news_div_item .news_div_item_content{position: relative;}
.new_row1 .news_div_item .news_div_item_content:before{content: "";position: absolute;background-image:url(../images/icon_jiantou1.png);width: 26px;height: 26px;border-radius: 50%;border: 1px #ccc solid;top:104px;left:0px;border: 1px #ccc solid;transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-webkit-transition: all linear 0.3s;background-position:0px 0px;z-index: 9999;}

.new_row1 .news_div_item .news_div_item_content:hover:before{border: 1px #1d2088 solid;background-position: 25px 0px;background-color:#1d2088;}


.new_row1 .news_div_item:nth-child(8){padding-top:16px;height:157px;}


.new_row .divdgweb_new_div_item{width:454px;float:left;position: relative;}
.new_row .divdgweb_new_div_item .news_div_item_image{width:454px;height:232px;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_date{position: absolute;top:177px;left:20px;background: #1d2088;width: 93px;height: 73px;z-index: 2;border-radius: 10px;color: #fff;font-size: 16px;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_content{display: block;position: absolute;top: 260px;}
.new_row .divdgweb_new_div_item .news_div_item_pic{position: absolute;top: 0px;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_year{position: absolute;top:40px;left:14px;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_month{position: absolute;top:40px;left:60px;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_day{position: absolute;top:10px;left:36px;font-size:20px;font-weight: bold;}

.new_row .divdgweb_new_div_item .divdgweb_new_div_item_date:before{content:"";position: absolute;width: 62px;height: 2px;background: #3575ba;top: 37px;left: 15px;}

.new_row .divdgweb_new_div_item .divdgweb_new_div_item_a{font-size: 16px;font-weight: bold;color: #333;}
.new_row .divdgweb_new_div_item .divdgweb_new_div_item_body{font-size:14px;color:#999;margin-top: 4px;border-bottom: 1px #ccc solid;padding-bottom:24px;display: block; width: 454px;}
.new_row1{width:1420px;}
/*.new_row1 .divdgweb_new_div_item:nth-child(1){display:none;}*/
.new_row1 .divdgweb_new_div_item{width:418px;height:158px;border-bottom: 1px #ccc solid;display: block;float: left;margin-right:32px;display: block;}
.new_row1 .divdgweb_new_div_item:nth-child(4){margin-right:0px;}
.new_row1 .divdgweb_new_div_item:nth-child(5){margin-right:0px;padding-top:16px;height:157px;}
.new_row1 .divdgweb_new_div_item .divdgweb_new_div_item_a{font-size:16px;font-weight: bold;color: #333;position: absolute;height: 159px;width: 100%;}
.new_row1 .divdgweb_new_div_item .divdgweb_new_div_item_body{font-size:14px;color: #999;line-height: 24px;display: block;margin-top: 14px;padding-top: 35px;}
.new_row1 .divdgweb_new_div_item .divdgweb_new_div_item_content{position: relative;}
.new_row1 .divdgweb_new_div_item .divdgweb_new_div_item_content:before{content: "";position: absolute;background-image:url(../images/icon_jiantou1.png);width: 26px;height: 26px;border-radius: 50%;border: 1px #ccc solid;top:104px;left:0px;border: 1px #ccc solid;transition: all linear 0.3s;-moz-transition: all linear 0.3s;-ms-transition: all linear 0.3s;-webkit-transition: all linear 0.3s;background-position:0px 0px;z-index: 9999;}


.new_row1 .divdgweb_new_div_item .divdgweb_new_div_item_content:hover:before{border: 1px #1d2088 solid;background-position: 25px 0px;background-color:#1d2088;}


.new_row1 .divdgweb_new_div_item:nth-child(8){padding-top:16px;height:157px;}

/*footer*/
footer{width:100%; background:#1d2122; box-sizing:border-box;}
.foot{padding:75px 66px 40px;}
.fo_left{width:196px;}
.fo_cen{width:578px;}
.fo_cen dt,.fo_right dt{color:#fff; font-size:20px; padding-bottom:20px;}
.fo_cen dd{color:#777; font-size:16px; line-height:30px;}
.fo_right{width:480px; }
.fo_right dd{width:33.3%; font-size:16px; line-height:30px; float:left;}
.fo_right a{color:#777;}
.bottom{border-top:#272b2c 1px solid; color:#5f6060; text-align:center; line-height:80px;}

/**/
.box_bg{padding-top:119px;}
#banner{width:100%;}
#banner div{height:375px;}
.inbox_all{width:100%; padding:0 66px;}
.inbox_up{width:100%; padding:50px 0;}
.inbox_cont {
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 105px;
	background:#F5F5F5;
}
.inbox_cont h3{
	 font-weight: normal;
     color: #353535;
     font-size: 40px;
	 position:relative;
	 padding-bottom: 25px;
 }
.inbox_cont h3:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    background: #d50e24;
	left:0px;
	top:70px;
}
.inbox_content,#servicelist{width:100%; padding:50px 66px;}


/**/
.pages_box{text-align:center;}
.page_total,.pages_box a,.page_jump{display:inline-block;vertical-align:middle;padding:0 14px;height:36px;border-radius:36px;background:#eee;line-height:36px;border: 1px solid #eee;}
.pages_box a{margin-left:10px;color:#666;}
.pages_box .pages_box a:hover{background:#1d2088;color:#fff;}
.pages_box .cur{background:#1d2088;color:#fff;height:36px;border-radius:36px;padding:0 14px;}
.page_jump{margin-left:10px;}


/*honor*/
.ny_prolist{width:18%; margin:0 1%; float:left; margin-bottom:2%; box-sizing:border-box; overflow:hidden;}
.ny_propic { position:relative; overflow:hidden;}
.ny_propic a { display:block;}
.ny_propic a img { width:100%; }
.ny_propic a:before { content:''; width:0%; height:0%; background-color:rgba(0 ,0,0,0.3); position:absolute; z-index:2; top:0; display:block;}
.ny_propic span { width:60px; height:60px; display: none; position:absolute; z-index:3; left:50%; margin-left:-30px; top:39%; border: solid 1px #fff; border-radius:60px; font-size:14px; color:#fff; line-height:60px; text-align:center; box-sizing:border-box;}
.ny_prolist:hover .ny_propic a:before { width:100%; height:100%; transition: all 0.3s;}
.ny_prolist:hover .ny_propic span { display:block;}

.ny_protil { width:100%; background:#f5f5f5; margin-top:0.8%; position:relative; overflow:hidden;}
.ny_protil a { height:45%; padding:3% 4% 4% 5%; font-size:16px; position:relative; z-index:2; display:block;}
.ny_protil span{ display:block; width:67px; height:12px; background:url(/images/detail.png); margin-top:3%; transition:all 0.3s;}
.ny_prolist:hover .ny_protil span { background-position:0px -12px;}
.ny_prolist:hover .ny_protil a { color:#fff;}
.ny_protil:before { width:0; height:100%; content:""; display: block; position:absolute; left:0; bottom:0; background:#1d2088; transition: all 0.3s;}
.ny_prolist:hover .ny_protil:before { width:100%;}

/**/
.img_box{padding-top:30px;}
.cj_prolist{width:23%; margin:0 1%; float:left; margin-bottom:2%; box-sizing:border-box; overflow:hidden;}
.cj_prolist:hover .ny_propic a:before { width:100%; height:100%; transition: all 0.3s;}
.cj_prolist:hover .ny_propic span { display:block;}
.cj_prolist:hover .ny_protil span { background-position:0px -12px;}
.cj_prolist:hover .ny_protil a { color:#fff;}
.cj_prolist:hover .ny_protil:before { width:100%;}

/*news*/
.nswsfenlei_2019 {
    margin-bottom:30px;
    text-align: center;
}
.nswsfenlei_2019 a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 210px;
    height: 50px;
    border: 1px solid #eee;
}
.nswsfenlei_2019 .curNewsType_2019{background:#1d2088;border-color:#1d2088; color:#fff;}

.nynews{width:100%; margin: 0 auto; }    
.nynews-list{width:100%; height:auto; padding:3.2% 3%; margin: 50px auto; 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-date p{font-size:14px; font-weight:normal;}
.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);}

.nyxqnews_left{background:#f1f1f1 !important; padding:30px;padding-bottom: 0; position:relative;}
.news_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:15px;}
.news_lefttit h1{ font-size:22px; font-weight:normal; line-height:30px; display:block; margin-bottom:15px; color:#333;}
.news_lefttit span{ display:block; float:left; border-left:1px dotted #b6b6b6; color:#999; line-height:14px; padding:0 10px;}
.news_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}
.newsshare{ float:right; margin-top:-8px;}
.nyxqnews_leftcont{ margin-top:20px; line-height:28px; color:#777;}
.nyxqnews_leftpage{margin-top:20px; border-top:1px solid #e7e7e7; line-height:70px;}
.nyxqnews_leftup{ float:left; border-right:1px solid #e7e7e7; width:50%; padding-left:50px; padding-right:30px; height:70px; overflow:hidden; background:url(/images/newsup.png) 30px 29px no-repeat; }
.nyxqnews_leftdown{ float:right; text-align:right;  width:50%; padding-left:30px; padding-right:50px; height:70px; overflow:hidden; background:url(/images/newsdown.png) 823px 29px no-repeat; }
.nyxqnewsfanhui{ position:absolute; top:0; left:-58px; z-index:10;}

/**/
.module-content{width:100%; padding-top:30px;}
.nyxqpro{width:100%; margin-top:30px; background:#f1f1f1;}
.nyxqpro_left{ width:73%; float:left; padding:30px; padding-bottom:0; overflow:hidden;}
.pro_lefttit{ border-bottom:1px solid #e7e7e7; padding-bottom:15px;}
.pro_lefttit h1{ font-size:22px; font-weight:normal; line-height:30px; display:block; margin-bottom:15px; color:#333;}
.pro_lefttit span{ display:block; float:left; border-left:1px dotted #b6b6b6; color:#999; line-height:14px; padding:0 10px;}
.pro_lefttit .chuchu{ padding:0 10px 0 0; border-left:none;}
.nyxqpro_leftcont{ margin:20px 0; line-height:28px; color:#777;}
.nyxqpro_leftpage{margin-left:-30px; margin-top:20px; border-top:1px solid #e7e7e7; line-height:70px;}
.nyxqpro_leftup{ float:left; border-right:1px solid #e7e7e7; width:364px; padding-left:50px; padding-right:30px; height:70px; overflow:hidden; background:url(/images/newsup.png) 30px 29px no-repeat; }
.nyxqpro_leftdown{ float:right; text-align:right; width:365px; padding-left:30px; padding-right:50px; height:70px; overflow:hidden; background:url(/images/newsdown.png) 413px 29px no-repeat; }
.nyxqpro_right{ width:25%; border-left:#fff 30px solid; padding:30px; float:right;}
.nyxqpro_righttit{ font-size:16px; border-bottom: 1px solid #e7e7e7; height:36px; line-height:18px; position:relative;}
.nyxqpro_righttit:before{ content:""; width:75px; height:1px; background:#1059a9; position:absolute; left:0; bottom:-1px;}
.nyxqpro_righttit strong{ color:#1059a9;}
.nyxqpro_rightcont{ margin-top:10px; line-height:36px;}
.nyxqpro_rightcont .txt{line-height:45px;}

/*密码弹窗*/
.pop_tip{position: fixed;top: 0;width: 100%;height: 100%;z-index: 999;background: rgba(0,0,0,0.5); display:none;}
.pop_tip .pop_tip_box{position: absolute;top: 34%;width: 300px;left: 50%;padding: 30px 20px;margin-left:-150px;background: #fff;z-index: 1000;text-align: center;border-radius: 10px;}
.pop_tip .pop_tip_box .popbtm .left{display:inline-block;width: 50%;text-align: center;line-height: 35px;font-size: 16px;background: #ccc;color: #fff;border-radius: 0 0 0 10px;}
.pop_tip .pop_tip_box .popbtm .right{display:inline-block;width: 50%;text-align: center;line-height: 35px;font-size: 16px;background: #3dc6da;color: #fff;border-radius: 0 0 10px 0;}
.pop_tip .pop_tip_btn_box{color:#fff;font-size:14px;}
.pop_tip .pop_tip_btn_box #pop_tip_btn{display:inline-block;width:200px;background:#70b4fd;text-align:center;line-height:30px;border-radius: 10px;cursor: pointer;}
.pop_tip .pop_tip_btn_box #pop_tip_btn1,.pop_tip .pop_tip_btn_box #pop_tip_btn2{margin:0 2px;display:inline-block;width:calc(50% - 20px);background:#999;text-align:center;line-height:30px;border-radius:10px;cursor: pointer;}
.pop_tip .pop_tip_btn_box #pop_tip_btn1{background:#70b4fd;}
.pop_tip .pop_tip_box .pop_tip_input_box{text-align:center;margin-bottom: 20px;}
.pop_tip .pop_tip_box .pop_tip_input_box input{width:(80% - 10px);height:30px;padding:0 10px;border:1px solid #ccc;}
