@charset "utf-8";
*{  padding:0;margin:0;border:none;text-decoration:none;  list-style-type:none;  font-family:'Microsoft YaHei',sans-serif;  color:#000;  }
body,div,h1,h2,h3,h4,h5,h6,dl,dd,dt,p,a,form,select,input,ul,ol,li{margin:0; padding:0; text-indent:0; font-weight:normal;font-size:14px; color:#333333;}
ul,ol{list-style:none; text-indent:0; list-style-position:outside;}  img{border:0;}
.clear{  clear:both; }
img{display:block;}
.browserupgrade{  margin:0;  z-index:9999;  width:100%;  height:42px;  color:#e50b71;  text-indent:20px;  line-height:42px;  overflow:hidden;  background:#222222;  border-bottom:4px solid #000000;  }
.browserupgrade a{  font-size:16px;  color:#fdc12d;  cursor:pointer; }
.browserupgrade a.brow-close{  font-size:14px;  margin-right:20px;  float:right; }
.clear{clear:both;}
p.zx{
    cursor:pointer;
}
.body{
    min-width:1366px;
}
.head{
    width:100%;
    height:66px;
    overflow: hidden;
    background-color: #3d3d3d;
}
.main{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.head img.logo{
    margin-top:18px;
    float:left;
}
.head ul{
    float:left;
    height:66px;
    margin-left:155px;
}
.head ul li{
    line-height:66px;
    float:left;

    margin-right:28px;
    font-size:16px;
    color:#a9a9a9;
	cursor:pointer;
}
.head .phone{
    float:right;
    height:66px;
}
.head .phone img{
    margin-top:19.5px;
    float:left;
}
.head .phone span{
    display:block;
    line-height:66px;
    font-size:26px;
    color:#b2b2b2;
    float:left;
    margin-left:8px;
}

.banner{
    width:100%;
    margin:0 auto;
    height:603px;
    background:url(../images/banner1.jpg) no-repeat center;
	cursor:pointer;
}
.banner .main{
    position:relative;
}
.con1{
    width:100%;
    height:670px;
}
.con h3{
    font-size:36px;
    color:#333333;
    text-align: center;
    margin-top:80px;
}
.con h3 span{
    font-size:24px;
    color:#282828;
}
.con1 .content{
    margin-top:53px;
    height:406px;
    overflow: hidden;
    position:relative;
}
.con1 .content .center{
    width:406px;
    height:406px;
    border-radius: 50%;
    border:solid 3px #f2f8fd;
    position:absolute;
    left:50%;
    margin-left:-203px;
    box-sizing: border-box;
}
.con1 .content .center .info{
    width:292px;
    height:292px;
    border-radius: 50%;
    border:solid 6px #f2f8fd;
    margin:57px;
    overflow: hidden;
    box-sizing:border-box;
    position:relative;
}
.con1 .content .center .info img{
    width:286px;
    height:286px;
    position:absolute;
    transition:0.5s;
}
.con1 .content .center .info:hover img{
    transform: scale(1.1);
    transition:0.5s;
}
.con1 .content .center .info p{
    width:150px;
    height:45px;
    line-height:45px;
    text-align: center;
    background-color: #fdf703;
    position:absolute;
    left:50%;
    top:197px;
    margin-left:-75px;
    border-radius: 10px;
    font-size:18px;
    color:#282828;
    font-weight:bold;
    cursor:pointer;
}
.con1 .content .box{
    position:absolute;
    box-sizing:border-box;
}
.con1 .content .box1{
    width:347px;
    height:131px;
    background: url(../images/con1_box1.png) no-repeat center;
    top:63px;
    left:100px;
}
.con1 .content .box2{
    width:347px;
    height:131px;
    background: url(../images/con1_box2.png) no-repeat center;
    top:212px;
    left:100px;
    padding-top:30px;
}
.con1 .content .box3{
    width:347px;
    height:131px;
    background: url(../images/con1_box3.png) no-repeat center;
    top:63px;
    right:95px;
    padding-left:20px;
}
.con1 .content .box4{
    width:347px;
    height:131px;
    background: url(../images/con1_box4.png) no-repeat center;
    top:212px;
    right:95px;
    padding-top:30px;
    padding-left:20px;
}
.con1 .content .box1:hover{
    animation: con1_box1 1s infinite linear;
    -moz-animation: con1_box1 1s infinite linear;	/* Firefox */
    -webkit-animation: con1_box1 1s infinite linear;	/* Safari 和 Chrome */
    -o-animation: con1_box1 1s infinite linear;	/* Opera */
}
.con1 .content .box2:hover{
    animation: con1_box2 1s infinite linear;
    -moz-animation: con1_box2 1s infinite linear;	/* Firefox */
    -webkit-animation: con1_box2 1s infinite linear;	/* Safari 和 Chrome */
    -o-animation: con1_box2 1s infinite linear;	/* Opera */
}
.con1 .content .box3:hover{
    animation: con1_box1 1s infinite linear;
    -moz-animation: con1_box1 1s infinite linear;	/* Firefox */
    -webkit-animation: con1_box1 1s infinite linear;	/* Safari 和 Chrome */
    -o-animation: con1_box1 1s infinite linear;	/* Opera */
}
.con1 .content .box4:hover{
    animation: con1_box2 1s infinite linear;
    -moz-animation: con1_box2 1s infinite linear;	/* Firefox */
    -webkit-animation: con1_box2 1s infinite linear;	/* Safari 和 Chrome */
    -o-animation: con1_box2 1s infinite linear;	/* Opera */
}
@keyframes con1_box1 {
    0%{
        top:63px;

    }
    50%{
        top:56px;
    }
    100%{
        top:63px;
    }
}
@keyframes con1_box2 {
    0%{
        top:212px;

    }
    50%{
        top:205px;
    }
    100%{
        top:212px;
    }
}

.con1 .content .box span{
    display:block;
    height:93px;
    line-height:93px;
    float:left;
    font-size:38px;
    color:#333333;
    padding-left:20px;
}

.con1 .content .box p{
    float:left;
    font-size:16px;
    color:#333333;
    line-height:24px;
    margin-top: 21px;
    padding-left: 13px;
}
.con1 .content .box3 p{
    margin-top:10px;
}
.con2{
    width:100%;
    height:775px;
    background: url(../images/con2_bj.jpg) no-repeat center;
    position:relative;
}
.con2 .main{
    
}
.con2 canvas{
    position:absolute;
    top:0;
}
.con2 h3{
    line-height:35px;
    color:#ffffff;
}
.con2 h3 span{
    font-size:18px;
    color:#ffffff;
    opacity:0.5;
}
.con2 .container{
    position:relative;
    height:470px;
    width:992px;
    margin:75px auto 0 auto;
	position:relative;
    z-index:99;
}
.con2 .container .box{
    width:312px;
    height:214px;
    float:left;
    margin-right:28px;
    position:relative;
    overflow: hidden;
    margin-bottom:16px;
}
.con2 .container .box1{
    background-color: #46c1d0;
}
.con2 .container .box2{
    background-color: #fd7841;
}
.con2 .container .box3{
    background-color: #89a9e4;
    margin-right:0;
}
.con2 .container .box4{
    background-color: #8bce65;
}
.con2 .container .box5{
    background-color: #f7b441;
}
.con2 .container .box6{
    background-color: #59c7a2;
    margin-right:0;
}
.con2 .container .box img{
    width:100px;
    height:100px;
    margin:35px auto 27px auto;
}
.con2 .container .box:hover img{
    display:none;
}
.con2 .container .box .info{
    width:100%;
    height:214px;
    position:absolute;
    top:161px;
}
.con2 .container .box:hover .info{
    top:40px;
    transform:rotateY(360deg);
    transition:0.7s;
}
.con2 .container .box2:hover .info{
    top:25px;
}
.con2 .container .box5:hover .info{
    top:25px;
}
.con2 .container .box .info h4{
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
    text-align: center;
    margin-bottom:20px;
}
.con2 .container .box2 .info h4{
    margin-bottom:15px;
}
.con2 .container .box5 .info h4{
    margin-bottom:15px;
}
.con2 .container .box .info p{
    display:none;
    width:240px;
    margin:0 auto;
    font-size:16px;
    color:#fefefe;
    line-height:24px;
}
.con2 .container .box:hover .info p{
    display:block;
}
.con2 .container .box2 .info p{
    width:260px;
}
.con2 .container .box5 .info p{
    width:260px;
}
.con2 .container .box6 .info p{
    width:260px;
}
.con3{
    background-color: #ffffff;
}
.con3 h3{
    line-height:35px;
}
.con3 h3 span{
    font-size:18px;
    color:#282828;
}
.con3 .container{
    width:860px;
    margin:50px auto 78px auto;
    overflow: hidden;
}
.con3 .container .left{
    width:315px;
    height:412px;
    float:left;
    background: url(../images/con3_left_bj.png) no-repeat right 3px center;
}
.con3 .container .left ul{
    width:100%;
    padding-top: 24px;
}
.con3 .container .left ul li{
    width:100%;
    font-size:20px;
    color:#260000;
    text-align: right;
    height: 33px;
    line-height: 33px;
    margin-bottom: 33px;
    padding-right:47px;
    box-sizing: border-box;

}
.con3 .container .left ul li.xz{
    background: url(../images/con3_left_li.png) no-repeat right center;
    font-size:24px;
    color:#0764b1;
    font-style: italic;
}
.con3 .container .right{
    float:left;
}
.con3 .container .right .tab{
    display:none;
    width:460px;
    height:410px;
    background-color: #0764b1;
    margin-left:35px;
    overflow:hidden;
    transition:0.5s;
}
.con3 .container .right .tab.xz{
    display:block;
    transition:0.5s;
}
.con3 .container .right .tab img{
    width:443px;
    height:187px;
    margin:18px auto 20px auto;
}
.con3 .container .right .tab h4{
    font-size:24px;
    color:#f8f8f8;
    font-weight:bold;
    text-align: center;
}
.con3 .container .right .tab p{
    font-size:16px;
    color:#f8f8f8;
    line-height:24px;
    width:310px;
    margin:10px  auto 20px auto;
    text-align: center;
}
.con3 .container .right .tab span{
    width:190px;
    height:45px;
    display:block;
    line-height:45px;
    text-align: center;
    background-color: #fdf703;
    font-size:18px;
    color:#282828;
    border-radius: 10px;
    margin:0 auto;
    cursor:pointer;
    transition:0.5s;
}
.con3 .container .right .tab span:hover{
    width:220px;
    height:55px;
    margin:-5px auto 0 auto;
    line-height:55px;
    transition:0.5s;
}




.con4{
    height:772px;
    background: url(../images/con4_bj.jpg) no-repeat center;
}
.con4 h3{
    color:#ffffff;
}
.con4 h3 strong{
    color:#ffffff;
}
.con4 .container{
    height:480px;
    background: url(../images/con4_bj2.png) no-repeat center;
    margin-top:70px;
    position:relative;
}
.con4 .container p.center{
    font-size: 18px;
    color: #ffffff;
    width: 190px;
    top: 195px;
    left: 50%;
    margin-left: -95px;
    position: absolute;
    text-align: center;
}
.con4 .container p span{
    font-size:24px;
    font-weight:bold;
    color:#ffffff;

}
.con4 .container .box{
    position:absolute;
    background-color: #ffffff;
    border-radius: 50%;
}
.con4 .container .box1{
    width:152px;
    height:152px;
    top:-18px;
    left:358px;
}
.con4 .container .box2{
    width:132px;
    height:132px;
    top:6px;
    right:380px;
}
.con4 .container .box3{
    width:157px;
    height:157px;
    top:150px;
    right:258px;
}
.con4 .container .box4{
    width:137px;
    height:137px;
    top:335px;
    right:355px;
}
.con4 .container .box5{
    width:146px;
    height:146px;
    top:292px;
    left:316px;
}
.con4 .container .box p{
    font-size:18px;
    color:#282828;
    text-align: center;

}
.con4 .container .box1 p{
    padding:54px 20px 0 20px;
}
.con4 .container .box2 p{
    padding: 48px 10px 0 10px;
}
.con4 .container .box3 p{
    padding: 56px 10px 0 10px;
}
.con4 .container .box4 p{
    padding: 46px 10px 0 10px;
}
.con4 .container .box5 p{
    padding: 49px 10px 0 10px;
}
.con5{
    background: url(../images/con5_bj.png) no-repeat center;
}
.con5 h3{
    line-height: 35px;
}
.con5 h3 span{
    font-size:18px;
    color:#282828;
}
.con5 .container{
    width:1000px;
    overflow: hidden;
    margin:55px auto 90px auto;
}
.con5 .container .box{
    width:235px;
    height:400px;
    margin-right:20px;
    position:relative;
    float:left;
}
.con5 .container .box:last-child{
    margin-right:0;
}
.con5 .container .box .info{
    width:195px;
    height:100px;
    position:absolute;
    top:250px;
    background-color: #ffffff;
    left:50%;
    margin-left:-97.5px;
    transition:0.5s;
    border-radius:10px;
}
.con5 .container .box:hover .info{
    height:160px;
    transition:0.5s;
    top:200px;
}
.con5 .container .box4:hover .info{
    height:180px;
}
.con5 .container .box .info h4{
    font-size:18px;
    color:#282828;
    font-weight:bold;
    text-align: center;
    margin:25px auto 0 auto;
}
.con5 .container .box1 .info h4,.con5 .container .box3 .info h4{
    margin-top:36px;
}
.con5 .container .box:hover .info h4{
    color:#086ec3;
}
.con5 .container .box1:hover .info h4,.con5 .container .box3:hover .info h4{
    margin-top:20px;
}.con5 .container .box4:hover .info h4{
    margin-top:10px;
 }

.con5 .container .box .info p{
    display:none;
    font-size:14px;
    color:#282828;
    line-height:22px;
    padding:0 10px;
    margin-top:10px;
    transition:0.5s;
}
.con5 .container .box:hover .info p{
    display:block;
    transition:0.5s;
}





.con6{
    background: url(../images/con6_bj.jpg) no-repeat center;
    height:647px;
}
.con6 h3{
    color:#ffffff;
}
.con6 h3 strong{
    color:#ffffff;
}
.con6 span.zj{
    font-size:18px;
    color:#ffffff;
    display:block;
    text-align: center;
    margin-top:5px;
}
.con6 .container{
    margin-top:130px;
    position:relative;
    height:185px;
}
.con6 .container .box{
    width:230px;
    height:45px;
    position:absolute;
    background: url(../images/con6_kh.png) no-repeat center;
}
.con6 .container .box1{
    top:0;
    left:187px;
}
.con6 .container .box2{
    top:0;
    right:187px;
}
.con6 .container .box3{
    bottom:0;
    left:187px;
}
.con6 .container .box4{
    bottom:0;
    right:187px;
}
.con6 .container .box p{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    margin-top:2px;
}
.con6 .container .box span{
    font-size:9px;
    color:#ffffff;
    opacity: 0.3;
    display:block;
    text-align: center;
}
.con6 .container .zx{
    width:180px;
    height:52px;
    background-color: #005ca0;
    border-radius: 5px;
    overflow: hidden;
    position:absolute;
    bottom:13px;
    left:50%;
    margin-left:-90px;
}
.con6 .container .zx p{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    margin-top:5px;

}
.con6 .container .zx span{
    font-size:14px;
    color:#73b4e3;
    display:block;
    text-align: center;
}
.con7{
    background-color:#f2f2f2;
    overflow: hidden;
}
.con7 .container{
    width:1035px;
    height:277px;
    margin:80px auto 110px auto;
}
.con7 .container .main{
    overflow:unset;
}
.con7 .container .box{
    width:345px;
    float:left;
    box-sizing: border-box;
    border-right: solid 1px #d9d9d9;
}
.con7 .container .box .q{
    width:100px;
    height:100px;
    background-color: #282828;
    margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
}
.con7 .container .box.xz .q{
    background-color: #086ec3;
}
.con7 .container .box .q img{
    margin:28px auto;
}
.con7 .container .box .des{
    height:170px;
    margin-top:7px;
    overflow: hidden;
    position:relative;
}
.con7 .container .box .des h4{
    text-align: center;
    font-size:18px;
    font-weight:bold;
    margin-top:5px;
}
.con7 .container .box .des p{
    font-size:14px;
    line-height:22px;
    color:#818a92;
    width:220px;
    margin:15px auto 0 auto;
    text-align: center;
}
.con7 .container .box .des span{
    width:115px;
    height:38px;
    display:block;
    border:solid 1px #ff6a50;
    border-radius: 19px;
    line-height:38px;
    text-align: center;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-57.5px;
}
.con7 .container .box .des span a{
    display:block;
    font-size:16px;
    color:#ff664c;
}
.con8{
    background-color: #ffffff;

}
.con8 .container{
    height:345px;
    position:relative;
    margin:48px auto 110px auto;
}
.con8 .container .box{
    width:240px;
    height:335px;
    float:left;
    position:relative;
    bottom:-10px;
    transition:0.5s;
}
.con8 .container .box.xz{
    bottom:0;
    transition:0.5s;
}
.con8 .container .box1{
    background: url(../images/con8_1.png) no-repeat center;
}
.con8 .container .box2{
    background: url(../images/con8_2.png) no-repeat center;
}
.con8 .container .box3{
    background: url(../images/con8_3.png) no-repeat center;
}
.con8 .container .box4{
    background: url(../images/con8_4.png) no-repeat center;
}
.con8 .container .box5{
    background: url(../images/con8_5.png) no-repeat center;
}
.con8 .container .box .info{
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
    position:relative;
}
.con8 .container .box.xz .info{
    background-color: rgba(8,110,195,0.8);
}
.con8 .container .box .info h4{
    width:100%;
    text-align: center;
    font-size:24px;
    color:#ffffff;
    top:120px;
    position:absolute;
    transition:0.5s;
}

.con8 .container .box.xz .info h4{
    top:54px;
    transition:0.5s;
}
.con8 .container .box .info img{
    width:30px;
    height:25px;
    top:190px;
    position:absolute;
    left:50%;
    margin-left:-15px;
    transition:0.5s;
}
.con8 .container .box.xz .info img{
    display:none;
    transition:0.5s;
}
.con8 .container .box .info p{
    display:none;
    padding:0 24px;
    box-sizing: border-box;
    position:absolute;
    top:175px;
    font-size:16px;
    color:#ffffff;
    opacity: 0.82;
    text-align: center;
    transition: 0.5s;
}
.con8 .container .box.xz .info p{

    top:120px;
    transition: 0.5s;
    display:block;
}
.con8 .container .box .info span{
    display:none;
    width:167px;
    height:43px;
    border-radius: 5px;
    background-color: #ffffff;
    line-height:167px;
    position:absolute;
    top:260px;
    left:50%;
    margin-left:-83.5px;
    transition:0.5s;
}
.con8 .container .box.xz .info span{
    display:block;
    top:237px;
    transition:0.5s;
}
.con8 .container .box .info span a{
    display:block;
    line-height:43px;
    text-align: center;
    font-size:16px;
    color:#282828;
}

















.con_9{
    width:100%;
    background:url(../images/con9_bj.jpg) no-repeat center;
    height:570px;
    overflow: hidden;
}
.con_9  h3{
    color:#282828;
}
.con_9 .content{
    width:1060px;
    margin:44px auto 0 auto;
}
.con_9 .content .box{
    width:500px;
    float:left;
    margin-bottom:58px;
}
.con_9 .content .box1,.con_9 .content .box3{
    margin-right:60px;
}
.con_9 .content .box h4{
    height:30px;
    line-height:30px;
    background: url(../images/Q.png) no-repeat left center;
    padding-left:30px;
    font-size:18px;
    font-weight:bold;
    color:#282828;
}
.con_9 .content .box p{
    font-size:14px;
    line-height:24px;
    color:#282828;
    background: url(../images/A.png) no-repeat left top;
    padding-left:30px;
    margin-top:15px;
}
.fw{
     width:100%;
     height:130px;
     background-color: #f8f8f8;
}
.fw .container{
    width:1260px;
}
.fw .container ul{
    overflow: hidden;
}
.fw .container ul li{
    width:260px;
    float:left;
    margin-right:55px;
}
.fw .container ul li img{
    width:55px;
    float:left;
    margin-top:37.5px;
}
.fw .container .right{
    width:185px;
    height:44px;
    float:left;
    margin:43px 0 0 20px;
    border-right:solid 1px #cecece;

    box-sizing: border-box;
}
.fw .container .right p{
    font-size:18px;
    color:#000105;
    font-weight:bold;
}
.fw .container .right span{
    font-size:12px;
    color:#959595;
    display:block;
    margin-top:4px;
}
.fw .container ul li.last .right{
    border-right:none;
}
.footer{
    width:100%;
    height:324px;
    background-color: #282828;
    overflow: hidden;
}
.footer .left{
    width:290px;
    height:185px;
    border-right:solid 1px #3b3b3b;
    margin-top:79px;
    float:left;
}
.footer .left .logo{
    width:152px;

}
.footer .left .logo p{
    font-size:15px;
    color:#888888;
    margin-top:10px;
    text-align: center;
}
.footer  .right{
    float:left;
    margin-left:55px;
    margin-top:96px;
}
.footer  .right ul.yw{
    overflow: hidden;
    width:100%;
}
.footer  .right ul.yw li{
    width:84px;
    float:left;
    border-right:solid 1px #888888;
    height:18px;
}.footer  .right ul.yw li:hover a{
     color:#086ec3;
 }

.footer  .right ul.yw li.last{
    border-right:none;
}
.footer  .right ul.yw li a{
    display:block;
    width:100%;
    text-align: center;
    font-size:16px;
    color:#888888;
    line-height:18px;
}
.footer  .right .lx{
    height:40px;
    border-radius:20px;
    background-color: #3d3d3d;
    float:left;
    margin:25px 17px 0 10px;
    padding-right:25px;
}
.footer  .right .lx span{
    font-size:20px;
    color:#ffffff;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.footer  .right .lx img{
    margin:7px 0 0 20px;
    float:left;
}
.footer  .right .address{
    font-size:16px;
    color:#888888;
    margin:30px 0 0 10px;
}
.lxb-container{
    display:none!important;
}
