@charset "utf-8";
/* CSS Document */






h1 {font-weight:bold; font-size:18px; line-height:18px; color:#474545;}
h3 {font-weight:normal; font-size:12px; color:#746969;}
h2, h4, h5, h6 {font-weight:normal; font-size:100%;}
table {border-collapse:separate; border-spacing:0;}

a {text-decoration:none;}
p {line-height:2;}
a img, iframe {border:none;}

a:focus {outline:0;}
/*img{ vertical-align:top;}*/
ol, ul, li{list-style:none;}
input, textarea, select, button {font-weight:inherit; font-size:inherit; *font-size:100%; font-family:inherit;}
/* == clearfix == */
.opacitys{ opacity:0.6; filter: Alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity:0.6; }
.clearfix:after{ content:"."; height:0; display:block; visibility:hidden; clear:both;}
.clearfix{*+height:1%;}

.clearfix { *zoom:1; }/*IE/7/6*/
.fl{ float:left;display: inline;  }
.fr{ float:right;  }
.clear{ clear:both; overflow:hidden; }


a { text-decoration: none;-webkit-transition: all 0.25s ease;-moz-transition: all 0.25s ease;-ms-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;color:#4a4a4a; }









.indexAbout{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.indexTitle {
    padding: 5% 0% 3% 0;
    position: relative;
    height: 50%;
    margin-bottom: 1em;
}
.indexTitle b {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	display: block;
	font-size: 23px;
	color: #222;
	font-weight: bold;
	margin-bottom: 1%;
	background-image: url(indexTiylr-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.indexTitle span {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: block;
    font-size: 14px;
    color: #666;
}
.indexAboutCon{ padding: 10px; margin: 30px auto 0 auto;}
.indexAbout-pic{ width:100%;}
.indexAbout-text{ width:100%; margin-top:20px;}
.indexAbout-text p{ margin:20px auto; font-size:1em; line-height:2; color:#333;}


.indexCp{ 
    position: relative;
    width: 100%;
    height: auto;
	background:#fff;
    overflow: hidden;
}
.indexCpCon{ width:100%; margin: 0 auto;}
.nyCon-about-ls-left{ width:100%; height: auto;visibility: visible;}
.nyCon-about-ls-left-top{ }


.indexCp01{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #01378f;
	background-image: url(indexCpBg01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
/* 首页产品 */
.indexGy{ margin-top:20px;}
.ind4-bot{ margin-bottom:50px;}
.ind4-botul{ margin:0; padding:0;}
.ind4-botul li{float: left;width: 25%;position: relative;text-align: center;padding: 25px 0; background: linear-gradient(to left top, #fff 50%, #f6f6f6 50%);overflow: hidden;  transition: all .5s;outline: none;border-style: none;}
@media (max-width: 414px) {
.ind4-botul li{float: left;width: 48%; margin:1%;}
}
.ind4-botul li>div{padding: 0 5px; text-align:center;}
.ind4-botul li:last-child>div{border-right: none;}
.ind4-icon{width: 100%;overflow: hidden;margin: 0 auto;}
.ind4-icon img{width: 100%;}
.ind4-botul li h3{font-size: 24px;line-height: 30px;color: #222;margin-top: 26px;}
@media (max-width: 414px) {
.ind4-botul li h3{font-size: 16px;}
}
.ind4-botul li b{display: inline-block;width: 40px;height: 2px;background: #c1c1c1;margin: 17px 0 9px;}
.ind4-botul li p{font-size: 14px;line-height:2;color: #666; text-align:center;}



.ind4-botul li:hover>div{border-right-color: transparent;}
.ind4-img img{display: none;width: 100%;}


.ind4-botul li span{
    position: absolute;
    display: block;
}
.ind4-botul li span:nth-child(1){
    height: 3px;
    width:400px;
    top:0px;
    left:-400px;
    background: linear-gradient(to right, rgba(0,0,0,0), #c1c1c1);
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span1 2s linear infinite;
    animation-delay: 1s;
}

@keyframes span1{
    0%{
        left:-400px
    }
    100%{
        left:400px;
    }
}
.ind4-botul li span:nth-child(2){
    height: 400px;
    width: 3px;
    top:-400px;
    right:0px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #c1c1c1);
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    animation: span2 2s linear infinite;
    animation-delay: 2s;
}
@keyframes span2{
    0%{
        top:-400px;
    }
    100%{
        top:400px;
    }
}

.ind4-botul li span:nth-child(3){
    height:3px;
    width:400px;
    right:-400px;
    bottom: 0px;
    background: linear-gradient(to left, rgba(0,0,0,0), #c1c1c1);
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    animation: span3 2s linear infinite;
    animation-delay: 3s;
}


@keyframes span3{
    0%{
        right:-400px;
    }
    100%{
        right: 400px;
    }
}

.ind4-botul li span:nth-child(4){
    height:400px;
    width:3px;
    bottom:-400px;
    left:0px;
    background: linear-gradient(to top, rgba(0,0,0,0), #c1c1c1);
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
    animation: span4 2s linear infinite;
    animation-delay: 4s;
}
@keyframes span4{
    0%{
        bottom: -400px;
    }
    100%{
        bottom:400px;
    }
}

.ind4-botul li:hover{
    transition: all .3s;
    transform: rotate(-0deg) scale(0.9);
    box-shadow: 0px 3px 5px rgba(0,0,0,.4);
}
.ind4-botul li:hover span{
    animation-play-state: paused;
}
/*  */

.indexLy{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-attachment: fixed;
	background-color: #01378f;
	background-image: url(indexCpBg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size:100% 100%;*/
}
.indexLyCon{ width:100%; margin:0 auto;}
/*   */
.case-content{overflow:hidden; margin:20px auto 60px auto; width:100%; text-align:center;}
.case-item{ width:25%;float:left;margin:30px 0;}
@media (max-width: 414px) {
.case-item{ width:50%;float:left;margin:30px 0;}
}
.ih-item{position:relative;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item,.ih-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ih-item a{color:#333}
.ih-item a:hover{text-decoration:none}
.ih-item img{width:100%;height:100%;}
.ih-item.circle,.ih-item.circle .img{position:relative;width: 160px;height: 160px;border-radius:50%; margin:0 auto;}
.ih-item.circle .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle .img img{border-radius:50%}
.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.square{position:relative;width:316px;height:216px;border:8px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,.3)}
.ih-item.square .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle.effect1 .spinner{width: 170px;height: 170px;border: 6px solid #6092e3; border-right-color: #e1e9f7; border-bottom-color: #e1e9f7;border-radius:50%;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out;}
.ih-item.circle.effect1 .img{position:absolute;top:10px;bottom:0;left:10px;right:0;width:auto;height:auto}
.ih-item.circle.effect1 .img:before{display:none}
.ih-item.circle.effect1.colored .info{background:#1a4a72;background:rgba(26,74,114,.6)}
.ih-item.circle.effect1 .info{top:10px;bottom:0;left:10px;right:0;background:#333;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 1.5rem;
    /* margin: 0 30px; */
    width: 160px;
    line-height: 80px;
    padding: 36px 0 0 0;
    /* height: 200px; */
    text-shadow: 0 0 1px white,0 1px 2px rgba(0,0,0,.3);
}
.ih-item.circle.effect1 .info p{color:#fff;padding:10px 5px;margin:0 30px;font-size:14px;border-top:1px solid rgba(255,255,255,.5)}
.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{opacity:1}
/*  end  */

.indexNews{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#fff;
}
.indexNewsCon{ width:100%; margin:30px auto;}
.nyNewsList{ margin-bottom:20px; background-color: #f2f2f2;}
.nyNewsList-pic{width:25%;}
@media (max-width: 414px) {
.nyNewsList-pic{width:100%;}
}
.nyNewsList-pic .imgbox_a {
    position: relative;
    padding-bottom: 58.4%;
    overflow: hidden;
    display: block;    
}
.imgbox_hover>img {
    /* transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.imgbox_a>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%!important;
    height: 100%!important;
	border: 0;
    max-width: 100%;
	vertical-align: middle;
}

.imgbox_hover:hover>img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.nyNewsList-text{overflow: hidden; padding-top:30px; }
@media (max-width: 414px) {
.nyNewsList-text{ width:100%;}
}


@media only screen and (max-width: 1500px){
.nyNewsList-text { overflow: hidden; padding-top:0px;}
}
@media only screen and (max-width: 1200px){
.nyNewsList-text { overflow: hidden; padding-top:0px;}
}
.nyNewsList-text { overflow: hidden; padding-top:0px;}
}
.xinwen-hangye-date {
    width: 180px;
    border-right: 1px solid #e1e1e1;
    text-align: center;
    height: 163px;
    padding-top: 45px;
}
.xinwen-hangye-date h1 {
    margin: 0;
    font-size: 40px;
    color: #666;
    font-weight: bold;
    line-height: 1;
}
.xinwen-hangye-date h2 {
    margin: 0;
    font-size: 1rem;
    color: #999;
    margin-top: 10px;
}
.xinwen-hangue-con {
    overflow: hidden;
    padding: 0 40px;
    padding-top: 20px;
}
@media (max-width: 414px) {
.xinwen-hangue-con {
    overflow: hidden;
    padding: 0 10px;
    padding-top: 20px;
}
}

.xinwen-hangue-con h1 {
    margin: 0;
    font-size: 1.2rem;
	line-height:normal;
	font-weight:normal;
    color: #333;
}
.tver {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.xinwen-hangue-con p {
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 2;
	white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.xinwen-hangue-con-bottom .fl {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
}
.xinwen-hangue-con-bottom a.fr {
    width: 60px;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: "Georgia";
    text-transform: uppercase;
    background-color: #01378f;
}
.xinwen-hangue-con-bottom a:hover{

    color: #fff;

    background-color: #E62129;
}



.nyBanner{
    position: relative;
    width: 100%;
    padding-top: 80px;
    height: auto;
    overflow: hidden;
}
.nyBanner img {
    width: 100%;
    height: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
.nyAbout {
    background: #FFF;
    position: relative;
    padding:20px 10px;
}
.nyAbout-tit {
    font-size: 18px;
    color: #666;
    line-height: 2;
}
.nyAbout-con {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top:20px;
}
.nyNewsTit {
    text-align: center;
}
.f_24 {
    font-size: 24px;
}
.nyNewsTit-data {
    margin: 15px 0 20px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}
.nyNewsTit-xian {
    display: block;
    width: 30px;
    height: 4px;
    background: #01378f;
    border-radius: 3px;
    margin: 0 auto;
}
.nyNews-con-body {
    padding: 30px 0 60px;
    margin: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 2;
    color: #666;
    text-align: justify;
}
.nyNews-con-body table{ margin: 0 auto;}
a.cpMenu{ display:inline-block; float:right; margin-left:10px; background:#f2f2f2; line-height:2; padding:5px 20px; font-size:16px;}
a.cpMenu:hover, .cpMenu.on{ background:#01378f; color:#fff;}
h5.nyFy table{ margin:0 auto;}



/*  foot  */
.foot{ width:100%; position:relative; background:#01378f; padding:20px 0; height: auto; padding-bottom:50px;}
.footer{ width:100%; margin: 0 auto;}
.footer .tetle {
    width: 41%;
    float: left;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    min-height: 107px;
	font-size:14px;
}
@media (max-width: 414px) {
.footer .tetle {
    width: 100%;
   border-bottom: 1px solid #999; 
}
}
.footer .lianxi01 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 107px;
}
.footer .lianxi01 .lx {
    margin-left: 10px;
    color: #ddd;
    margin-top: 20px;
    margin-bottom: 15px;
}
.footer .lianxi01 .lx a{ color:#ddd;}
.footer .lianxi {
    width:30%;
    float: left;
    position: relative;
    padding-top: 10px;
    border-right: 1px solid #999;
    min-height: 107px;
}
@media (max-width: 414px) {
.footer .lianxi {
    width:100%;
}
}
.footer .lianxi .icon_dh {
    display: block;
    width: 37px;
    height: 42px;
    background: url(bottomdh.png) no-repeat;
    position: absolute;
    top: 40px;
    left: 10px;
}
.footer .lianxi .dh {
    color: #eee;
    font-size: 12px;
    margin-left: 50px;
}
@media (max-width: 414px) {
.footer .lianxi .dh {
    color: #eee;
    font-size: 14px;
    margin-left:70px;
}
}
.footer .lianxi .dh span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.footer .lianxi p {
    font-size: 14px;
    margin-left: 80px;
}
.foot-logo  {
    width: 20%;
	text-align:right;
    padding-top: 25px;
	margin-right: 30px;
}
@media (max-width: 414px) {
.foot-logo  { display:none;}
}

