﻿* {
    padding:0;
    margin:0;
}
a {
    text-decoration:none;
   
}
ul,ol {
    list-style:none;
}
html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font: 14px Arial;
    position: relative;
    overflow-x: hidden;
}
p{
    margin: 0;
}
img {
    max-width: 100%;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.container {
    width: 1500px;
    margin: auto;
    padding: 0;
}
.top {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.61);
    position: fixed;
    z-index: 222222;
    top: 0;
    left: 0;
   
}
.logo.fl {
    width: 306px;
    height: 99px;
}

.logo.fl img {
    width: 100%;
    height: 100%;
    display: block;
}
.nav.fl {
    width: 851px;
    
}

.nav.fl ul {
    width: 720px;
    margin: auto;
}

.nav.fl ul li {
    float: left;
    width:120px;
    line-height:99px;
    position:relative;
    text-align:center;
}
    .nav.fl ul li a {
        display:block;
        color:#000;
}
.li_ul li  {
    float: none !important;
    line-height: 28px !important;
}
.li_ul {
      position: absolute;
    top: 99px;
    display:none;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.61);
}
.li_ul li a{
    font-size: 16px!important;
}
.nav.fl ul li:hover a,.nav.fl ul li a.cur  {
    color: #194eaf;
}
.nav.fl ul li:hover .li_ul a {
    color: #000;
}
.nav.fl ul li:hover .li_ul {
    display: block;
}
.nav.fl ul li:hover:after,.nav.fl ul li a.cur:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #194eaf;
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -10px;
   
}

.li_ul li:hover:after {
    content: "";
    width: 0px !important;
    height: 0px;
   
   
}

.tell.fr {
    width: 343px;
    overflow: hidden;
}

.box01 {
    width: 63px;
    height: 87px;
    line-height: 87px;
    float: left;
    background: #194eaf;
}

.box01 img {
    width: 33px;
    height: 33px;
    margin: auto;
      display: block;
    margin-top: 35px;
}
.box02 {
    float: right;
    width: 279px;
    line-height: 20px;
    height: 33px;
    margin-top: 25px;
    padding-left: 16px;
    box-sizing: border-box;
}
.box02 h4{
    font-size: 14px;
    font-weight: bold;
}
.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bd ul li img {
    width: 100%;
    display: block;
    height: auto;
}
.banner .hd {
    color: transparent;
    width: 100px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -50px;
}

.banner .hd ul li {
    width: 21px;
    height: 21px;
    background: #fff;
    float: left;
    margin: 0 5px;
}
    .banner .hd ul li.on {
         background: #194eaf;
    }
.cp {
    overflow:hidden;
    margin-top:57px;
}
.title.fl h2 {
    font-size: 30px;
     letter-spacing: 2px;
     font-weight: bold;
     font-family: "Microsoft YaHei";
}
.title.fl a {
   color:#161616;
}
.title.fl h2 b {
    font-weight: normal;
}
.cp_nav.fr {
    /*width: 825px;*/
    /*width: 925px;*/
        margin-bottom: 65px;
        margin-right: 200px;
}

.cp_nav.fr ul li {
    float: left;
    margin: 0 10px;
    padding: 9px 15px;
}
    .cp_nav.fr ul li a {
        color:#191919;
    }
.cp_nav.fr ul li:hover, .cp_nav.fr ul li.on {
    background: #216fe4;
    border-radius: 20px;
}
.cp_nav.fr ul li:hover a, .cp_nav.fr ul li.on a {
    color: #fff;
}
.cp_content {
    overflow: hidden;
    width: 100%;
}
.cp_content ul li {
    width: 475px;
    float: left;
  
    margin-bottom: 23px;
    position:relative;
}
.cp_content ul li:nth-child(2) {
    margin: 0 37px;
}
.cp_content ul li:nth-child(5) {
    margin: 0 37px;
}

.cp_content ul li h4 {
    margin: 20px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.cp_content ul li a h4 {
    color: #161616;
}
.cp_content ul li img {
    width: 100%;
    height: 382px;
    display: block;
    border-radius: 5px;
}
.yc {
    position: absolute;
    top: 0;
    z-index: 222;
    width: 100%;
    height: 382px;
    background: rgba(0, 0, 0, 0.5882352941176471);
    color:#fff;
    padding-left:64px;
    box-sizing:border-box;
    display:none;
    border-radius: 5px;
}
.yc h3 {
    margin-top: 109px;
    margin-bottom: 64px;
}
.yc p {
    line-height: 20px;
        width: 317px;
            letter-spacing: 1px;
}
.cp_content ul li:hover .yc {
    display:block;
}
.more1 {
       width: 143px;
    margin: auto;
    text-align: center;
    padding: 11px 17px;
    font-size: 18px;
    letter-spacing: 2px;
    background: #2e6fe4;
    border-radius: 25px;
    margin-bottom: 55px;
}

.more1 a {
    color: #fff;
}
.ys {
    position: relative;
    width: 100%;
    height: 703px;
    overflow: hidden;
    color:#fff;
}

.ys_img {
    width: 100%;
    height: 703px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.ys_img img {
    width: 100%;
    height: 100%;
    display: block;
}
img.one_img {
    margin-top: 104px;
}

.ys .fl h3 {
    position: absolute;
    top: 164px;
    left: 9px;
    font-size:25px;
}

.ys .container {
    position: relative;
}
.ys .fl h2 {
    margin-top: 39px;
    font-size: 100px;
        letter-spacing: 9px;
}

.ys .fl h2 b {
    font-size: 24px;
    display: inherit;
    margin-top: 10px;
    letter-spacing: 0px;
    font-weight: initial;
}
p.ys_p {
    margin-top: 70px;
    font-size: 16px;
    width: 454px;
        line-height: 25px;
}
.ys .fr ul {
    width: 673px;
    float: right;
    margin-top:57px;
        margin-right: 14px;
}
.ys .fr ul li {
   float: left;
    width: 160px;
    height: 187px;
    text-align: center;
    background: url(../images/08.png) no-repeat center;
        line-height: 27px;
    padding-top: 40px;
    box-sizing: border-box;
}
.ys .fr ul li:nth-child(1) {
    background: url(../images/09.png) no-repeat left center;
    margin-right: 96px;
}
.ys .fr ul li:nth-child(2) {

    margin-right: 96px;
}
    .ys .fr ul li:nth-child(1) h3 {
         margin-left: 17px;
    }
    .ys .fr ul li:nth-child(4) {
    margin: 30px 97px 13px 120px;
}
.ys .fr ul li:nth-child(5) {
    margin: 30px 136px 13px 0px;
}
.ys .fr ul li:nth-child(6) {
    margin-right: 100px;
}

.ys .fr ul li:nth-child(7) {
    margin-right: 93px;
}
p.ysp1 {
    width: 143px;
    margin-top: 8px;
    font-size: 12px;
    margin-left: 10px;
}
.ys .fr ul li img {
    width: 55px;
    height: 55px;
}
.ys .fr ul li h3 {
    font-size: 20px;
    margin-left: 21px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1.3
}
.ys .fr ul li h3 span {
    display: inherit;
      margin-left: -21px;
}
.case {
    width: 100%;
    height: 1000px;
    position: relative;
    overflow:hidden;
}

.case_bg {
    width: 100%;
    height:1000px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.case_bg img {
    display: block;
    width: 100%;
    height:1000px;
}
.titles {
    margin-top: 106px;
    line-height: 25px;
    text-align: center;
}
.titles a {
    color: #161616;
}
.titles h2 {
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}
    .titles p {
        letter-spacing: 2px;
        font-size:14px;
        margin-top:4px;
    }
.imgbox1 {
    width: 478px;
    height: 457px;
      position: absolute;
    top: 0;
    left:0;
    background: rgba(25, 25, 25, 0.69);
  display:none;
}
  .imgbox1 h2 {
    text-align: center;
    color: #fff;
    padding-top: 0;
    line-height: 457px;
}
.case ul li img {
    width: 478px;
    height: 457px;
    display: block;
 
}

.case ul li {
    width: 500px;
    float: left;
    position:relative;
    text-align:center;
}
.case ul li h3 {
    margin-top: 44px;
    font-size: 19px;
    color: #194eaf;
    margin-bottom: 28px;
  
}

.case .bd {
    margin-top: 73px;
    overflow:hidden;
}
.case ul li p {
    margin-bottom: 10px;
        color: #161616;
}
.pn {
    width: 75px;
    height: 71px;
    background:#194eaf;
    color: #fff;
    margin: auto;
    overflow: hidden;
    margin-top: 37px;
    font-size:40px;
    text-align:center;
    box-sizing:border-box;
  line-height:71px;
    cursor: pointer;

}
.case ul li:hover .imgbox1 {
    display:block;
}

.About {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.About .titles {
    margin-top: 89px;
}
.About_bg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
.About_bg img {
    width: 100%;
    height: 1012px;
    display: block;
}
.About .fl {
    width: 669px;
    height: 519px;
    position: relative;
    margin-top: 52px;
    overflow: hidden;
}

.About .fl ul li img {
      width: 669px;
    height: 519px;
    display: block;
}
.pns {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 74px;
    background: rgba(0, 0, 0, 0.2901960784313726);
    color: #fff;
    font-size: 45px;
    text-align: center;
  line-height:78px;
    box-sizing: border-box;
    cursor: pointer;
}
.About .fr {
    width: 827px;
    box-sizing: border-box;
    padding-left: 62px;
    line-height: 29px;
        margin-top: 52px;
}

.About .fr h2 {
    margin: 20px 0 50px 0;
    letter-spacing: 2px;
    color: #333;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
}
.About .fr p {
    text-indent: 24px;
    color: #646060;
        font-size: 20px;
    line-height: 36px;

}
.ab_more {
    width: 187px;
    height: 52px;
    float: right;
    background: -webkit-linear-gradient(left, #185ab6 0%,#2c78e0 100%);
    box-sizing: border-box;
    padding-left: 0;
    line-height: 52px;
    border-radius: 10px;
    margin-top: 40px;
    text-align: center;
}

.ab_more a {
    display: block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 20px;
}
.AB_num {
    width: 1320px;
    margin: auto;
    overflow: hidden;
   padding-top:80px;
   padding-bottom:65px;
}

.AB_num ul li {
    width: 329px;
    float: left;
    text-align: center;
    border-right:1px solid #ccc;
    color:#2652a6;
    font-size:24px;
}
    .AB_num ul li:nth-child(4) {
          border-right:none;
    }
.AB_num ul li h4 {
    font-size: 46px;
    position: relative;
    padding-bottom:56px;
    font-weight: bold;
}

.AB_num ul li h4:After {
    content: "";
    height: 2px;
    background: #2e6fe4;
    width: 10px;
    z-index: 111;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -10px;
}
.gd.container {
    margin-top: 50px;
    overflow: hidden;
}

.gd.container ul li {
    float: left;
    width: 360px;
    margin-right: 20px;
    text-align:center;
}

.gd.container ul li:nth-child(4) {
    margin-right: 0;
}
    .gd.container ul li{
        color: #191919;
    }

    .imgbox2 img {
    width: 100%;
    height: auto;
    display: block;
}

.imgbox2:hover img {
    transform: scale(1.3);
    transition: all 1s;
}

.imgbox2 {
    overflow: hidden;
    width:100%;height:484px;
}
.gd.container ul li h2 {
       margin-top: 30px;
    margin-bottom: 20px;
    font-size:24px;
    font-weight: bold;
}

.news.container .new1 {
    width: 1010px;
}


.news.container .fl ul li:nth-child(1) {
    border-top: 1px solid #333;
}
.new1 .fl {
    width: 120px;
    text-align:center;
}
.new1 .fr {
    width:890px;
}


.new1 .fl em:after {
    content: "";
    width:34px;
    height:2px;
    background:#131313;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left:-17px;
}
.new1 .fl span {
    color:#194eaf;
    font-size:28px;
       margin-top: 11px;
    display: block;
}


.new_title {
    width: 100%;
    overflow: hidden;
}

.new_title h2 {
    float: left;
    padding-bottom: 18px;
    border-bottom: 2px solid #191919;
    color: #191919;
    letter-spacing: 2px;
    font-size: 33px;
        font-weight: initial;
}.new_more {
    float: right;
    color: #949393;
    font-size: 16px;
    margin-top: 18px;
}
.fr.new2 {
    width: 443px;
}
.new_box {
    width: 172px;
    height: 130px;
    display: block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.new_box img {
    width: 172px;
    height: 130px;
    display: block;
}

.fr.new2 ul li {
    overflow: hidden;
    border: 1px solid #194eaf;
    margin: 12px auto;
}
.new_title2 {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #191919;
    margin-top:10px;
        margin-bottom: 23px;
}

.new_title2 h2 {
    padding-bottom: 18px;
    float:left;
    color:#191919;
    font-size:28px;
    letter-spacing:2px;
        font-weight: initial;
}
.new_more1 {
    float: right;
     color: #949393;
    font-size: 16px;
    margin-top: 15px;
}
.fr.new2 ul li h3 {
    width: 229px;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 17px;
    color: #413f3f;
    font-size: 18px;
    font-weight: bold
   
}
.fr.new2 ul li em {
    color: #413f3f;
    font-style: inherit;
}

.new1 .fr:hover  span {
      background: #194eaf;
}
.new1 .fr:hover img {
    transform: scale(1.3);
    transition: all 1s;
}
.new_box:hover img{
    transform: scale(1.3);
    transition: all 1s;
}
.new1 .fl em {
    color: #191919;
}

.news.container .fl ul li {
border-top:1px solid #194eaf;
width:100%;
overflow:hidden;
padding:25px 0;
height:auto
}

.new1 .fl em {
display:inherit;
font-style:normal;
font-size:44px;
padding-top:0px;
position:relative;
color:#191919;
}

.new_img {
margin-top:0;
float:left;
width:196px;
height:100px;
margin-right:22px;
overflow:hidden;
}

.new1 .fr img {
	width:196px;
height:100%;
display:block;
}

.new1 .fr h4 {
width:435px;
float:left;
	margin-top:0;
font-size:18px;
color:#413f3f;
margin-bottom:10px;
font-weight:initial;
line-height:40px;
}

.new1 .fr p {
width:435px;
float:left;
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
font-size:16px;
	line-height:28px;
color:#8a8787;
}

.new1 .fr span {
width:89px;
height:76px;
	background:#515151;
display:block;
float:right;
text-align:center;
	box-sizing:border-box;
line-height:76px;
font-size:21px;
color:#fff;
margin-right:8px;
margin-top:-34px;
}

.news.container .fl ul li:hover h4 {
color:#185ab6;
font-weight:bold;
}

.news.container .fl ul li:hover p {
color:#252424;
}

.fr.new2 ul {
margin-top:30px;
}

.fr.new2 ul li {
overflow:hidden;
border:1px solid #194eaf;
margin:0px auto 20px;
}

.new_box {
	width:172px;
height:130px;
display:block;
float:left;
margin-right:20px;
overflow:hidden;
}

.fr.new2 ul li h3 {
width:229px;
	overflow:hidden;
margin-top:24px;
margin-bottom:21px;
color:#413f3f;
font-size:18px;
}

.wt.container {
	margin-top:45px;
overflow:hidden;
margin-bottom:72px;
}

.wt.container .fr {
width:717px;
height:268px;
background:#f7f7f7;
	box-sizing:border-box;
padding-left:63px;
line-height:24px;
	overflow:hidden;
padding-top:40px;
padding-bottom:50px;
}

.wt.container .bd {
height:184px;
overflow:hidden;
}




.wt.container {
    margin-top: 67px;
    overflow: hidden;
    margin-bottom: 72px;
}

.news.container {
    overflow: hidden;
    margin-top:90px;
}
.wt .fl {
    width: 783px;
    height: 266px;
    position: relative;
}

.wt .fl img {
    width: 100%;
    height: 100%;
    display: block;
}

.yc1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
        display: none;
    background: rgba(25, 25, 25, 0.65);
}
.yc1 h2 {
    width: 164px;
    font-size: 32px;
   margin-left:226px;
    margin-top: 48px;
   position:relative;
}
.yc1 h2:After {
    content: "";
    height: 2px;
    background: #fff;
    position: absolute;
    top: 19px;
    width: 92px;
    right: -82px;
}
.yc1 h2 b {
    font-size: 22px;
    display: block;
}
.yc1 a {
    width: 110px;
    height: 50px;
    display: block;
    line-height: 50px;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding-left: 17px;
    margin-top: 37px;
    margin-left:226px;
    color: #fff;
    position:relative;
}
.wt .fl:hover .yc1 {
    display:block;
}
.wt.container .fr {
    width: 717px;
    height: 262px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-left: 63px;
    line-height: 24px;
    overflow:hidden;
}
.yc1 a:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/jiantou.png) no-repeat;
    position: absolute;
    right: -11px;
    top: 40%;
}

.wt.container .fr ul li {
    width: 561px;
    height: 57px!important;
    padding: 40px 0;
    position:relative;
    box-sizing: content-box
}
.wt.container .fr ul li a{
    display: block;
}
.wt.container .fr ul li h4 {
    font-size: 15px;
    color: #4c4c4c;
    background: url(../images/04.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 9px; 
    line-height: 24px;
    font-weight: bold;
}

.wt.container .fr ul li p {
    padding-left: 30px;
    background: url(../images/05.png) no-repeat left center;
    font-size: 11px;
    color: #7b7b7b;
      overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wt.container .fr ul li:After {
    content: "";
    width: 484px;
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    bottom: 0px;
}
.kh {
    width: 100%;
    height: 428px;
    position: relative;
}

.kh_img {
    width: 100%;
    height: 428px;
    position: absolute;
    z-index: -1;
        top: 0;
    left: 0;
}

.kh_img img {
    width: 100%;
    height: 100%;
    display: block;
}
.kh .title {
    padding: 43px 0;
}
.kh .title h2 {
    font-size: 36px;
    color: #191919;
    letter-spacing: 2px;
}
.kh .bd {
    width: 980px;
    margin: auto;
    overflow: hidden;

}

.kh .bd ul li {
    float: left;
    width: 191px;
    margin: 0 27px;
  
}

.kh .bd ul li img {
    width: 100%;
    height: 270px;
    display: block;
}
    .kh .bd ul li:hover img {
        transform:scale(1.1);
        transition:all 1s;
    }
    .khyu {
        overflow:hidden;

    }
.footer {
    width: 100%;
    clear: both;
    height: 555px;
    position: relative;
}
.footer .container {
    width: 1200px;
    margin: auto;
}
.ft_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}

.ft_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.footer ul li a {
    color: #fff;
    display:block;
}

.ft_nav ul li {
    float: left;
   padding:0 22px;
    text-align: center;
    font-size: 14px;
}

.ft_nav {
    overflow: hidden;
        height: 136px;
    border-bottom: 1px solid #bdbdbd;
}
.ft_nav h3 {
    color: #194eaf;
    font-size: 24px;
    float: left;
    margin-top: 45px;
    width: 130px;
    box-sizing: border-box;
    padding-left: 23px;
    line-height: 22px;
}

.ft_nav h3 b {
    display: inherit;
    color: #fff;
    font-size: 18px;
    letter-spacing:2px;
}

.ft_nav ul {
    float: right;
    width: 1070px;
    height: 134px;
    line-height: 134px;
    position:relative;
    box-sizing:border-box;
    padding-left:40px;
}
.ft_nav ul:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #fff;
    top: 41%;
    left: 0;
}
    .ft_nav ul li:nth-child(8) a {
         color: #194eaf;
    }
.footers div {
    float: left;
}

.footers {
    overflow: hidden;
    color: #fff;
      height:261px;
  box-sizing:border-box;
      padding-top:40px;
           border-bottom: 1px solid #bdbdbd;
}

.fotter3 ul li {
    float: left;
}



.fotter3 .fr h4 {
    float: left;
    color: #fff;
}

.footer ul li:hover a {
    color: #194eaf;
}
.ft01 {
    width: 296px;
}

.ft02 {
    width: 271px;
}

.ft03 {
    width: 362px;
}

.ft03 ul p{
    font-size: 12px;
    margin-bottom: 18px;
}

.ft04 {
    width: 271px;
}
.footers h2 {
    margin-bottom: 34px;
    font-weight: bold;
}
.ft01 ul {
    width: 199px;
    float: left;
}

.ft01 ul li {
    float:left;
    width: 99px;
    font-size: 12px;
  margin-bottom:15px;
}
.ft02 ul {
    width: 228px;
}

.ft02 ul li {
    width: 114px;
    float: left;
    margin-bottom: 16px;
    font-size: 12px;
}
.ft03 ul p:nth-child(1) {
      font-size: 30px;
    font-weight: 600;
    background: url(../images/06.png) no-repeat left center;
    padding: 10px 0 0px 55px;
    margin-bottom: 20px;
        background-size: 43px 43px;
    
}
.ft03 ul li {
    font-size: 12px;
    margin-bottom: 18px;
}
.ft03 h2 {
    margin-bottom: 20px;
}
.ft04 img {
    float: right;
    padding-right: 30px;
    padding-top: 5px;
}

.ft04 p {position: absolute;
         right: 52px;
        top:128px;
         font-size: 12px;
         color: #ccc;

}

.ft04 {
    position: relative;
}
.fotter3 .fl {
    width: 331px;
    margin-top: 38px;
}

.fotter3 .fl img {
    width: 100%;
    height: auto;
    display: block;
}

.fotter3 .fr {
    width: 865px;
    color: #fff;
    margin-top: 51px;
    font-size: 12px;
    line-height: 24px;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: center
}
.fotter3 .fr li {
    margin: 0 5px;
 
}
.fotter3 .fr  a{
    color: #fff
}



.hotkey{
    font-size: 14px;
    line-height: 40px;
    color: #333
}
.hotkey a{
    color: #333;
    margin-right: 10px;
}
.k1{
    font-size: 14px;
    line-height: 40px;
    color: #333
}
.k1 a{
    color: #333;
}

/*内页*/
.w1200{
    width: 1200px;
    margin: 0 auto
}