/*清除元素默认的内外边距  */
* {
    margin: 0;
    padding: 0
}
/*让所有斜体 不倾斜*/
/*em,
i {
    font-style: normal;
}*/
/*去掉列表前面的小点*/
li {
    list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
    border: 0;  /*ie6*/
    vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
    cursor: pointer;
}
/*取消链接的下划线*/
a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #e33333;
}

button,
input {
    font-family: 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    /*取消轮廓线 蓝色的*/
    outline: none;
}

body {
    background-color: #fff;
    font: 12px/1.5 'Microsoft YaHei', 'Heiti SC', tahoma, arial, 'Hiragino Sans GB', \\5B8B\4F53, sans-serif;
    color: #666
}

.hide,
.none {
    display: none;
}
/*清除浮动*/
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}








.container {
	/*width: 1349px;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85px;
	z-index: 10;
	/*background-color: pink;*/
}
.logo {
	float: left;
}
.logo_a {
	width: 142px;
	height: 64px;
	margin:12px 40px;
}
#nav_box {
	width: 468px;
	float: right;
	position: relative;
}
.nav_r {
	padding: 30px 0px;	
}
.nav_r li {
	float: left;
	padding: 0px 15px;
	font-size: 16px;
	color: #000; 
	/*transition: all 1s;*/
}
.nav_r li a {
	padding: 5px 8px;
	color: #000;
}
/*.nav_r a:hover {
	border-bottom: 2px solid #fff;	
}*/
#fly_line {
	position: absolute;
	top: 56px;
	left: 0;
	height: 2px;
	z-index: 9999;
	background-color: #000;
}
    .q{
        height: 80px;
         position: relative;
         margin:0px 10px;
         background-color: #fff;
    }
    .w{
         float: left;
         line-height: 80px;
         margin: 0px 30px;
    }
    .e{
        float: left;
        line-height: 80px;
        margin: 0px 0px;
    }
    .e p{
        font-size: 20px;
        color: #5490F6;
    }
    .r{
        position: relative;
    }
    .t{ float: left;
        width: 500px;
        margin: 0px 50px;
    }
    .t li{
        height: 80px;
        float: left;
    }
    .t li a{float: left;
        line-height: 80px;
        /*height: 80px;*/
        font-size: 18px;
        margin: 0px 30px;

    }
    .t li a:hover{
        color: #5490F6;
        border-bottom: 4px solid #5490F6;
    }
     
      .y{
        width: 250px;
        height:80px;
        margin:0 35px;
        float: right;
        padding: relative;
      }
      .y ul{
        position: absolute;
        top: 20px;
        left: 970px;
      }
      .y ul li{
        margin:0 12px;
        line-height:34px;
        border: 1px solid #5490F6;
        width: 98px;
        height: 34px;
        float: left;
        border-radius: 4px;
   
      }
      .y li:hover{
        background-color:#5490F6; 
      }
      .y li:hover a {
        color: #fff;
      }
      .u {
        background-color: #5490F6;
      }
      .u a{
        color: #fff;
      }
      .y ul li a{
          font-size: 15px;
          margin:0 34px;
          line-height: 34px;
          /*color: #5490F6;*/
      }
      .y ul i a{
        color: #5490F6;
      }
      
     .b img{  
              display: block;
              width: 100%;
              border: 0;
              height: 100%;
              object-fit: cover;
              position: relative;
     }
 .two_ul li a:hover{border-bottom: 4px solid #fff;

 }
 .two_ul {
    position: absolute;
    left: 450px;
    top: 0px;
    padding-top: 10px;
    width: 800px;
    height: 40px;
    color: #ccc;
    background-color:#fff ;
    z-index: -1;
    transition: top 1s;
}
.two_ul a{
    height:50px;
}
/*经过two_li时two_ul画出*/
.two_li:hover .two_ul {
    top: 80px;
} 
.o{
    font-size: 50px;
    position: absolute;
    right: 100px;
    top: 500px;
    color: #fff;
}
.p{
    font-size: 20px;
    position: absolute;
    right: 250px;
    top: 700px;
    color: #fff;
}



 .all {
            width: 500px;
            height: 200px;
            padding: 7px;
            border: 1px solid #ccc;
            margin: 100px auto;
            position: relative;
        }

        .screen {
            width: 500px;
            height: 200px;
            overflow: hidden;
            position: relative;
        }

        .screen li {
            width: 500px;
            height: 200px;
            overflow: hidden;
            float: left;
        }

        .screen ul {
            position: absolute;
            left: 0;
            top: 0px;
            width: 3000px;
        }

        .all ol {
            position: absolute;
            right: 10px;
            bottom: 10px;
            line-height: 20px;
            text-align: center;
        }

        .all ol li {
            float: left;
            width: 20px;
            height: 20px;
            background: #fff;
            border: 1px solid #ccc;
            margin-left: 10px;
            cursor: pointer;
        }

        .all ol li.current {
            background: yellow;
        }

        #arr {
            display: none;
            z-index: 1000;

        }

        #arr span {
            width: 40px;
            height: 40px;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -20px;
            background: #000;
            cursor: pointer;
            line-height: 40px;
            text-align: center;
            font-weight: bold;
            font-family: '黑体';
            font-size: 30px;
            color: #fff;
            opacity: 0.3;
            border: 1px solid #fff;
        }

        #arr #right {
            right: 5px;
            left: auto;
        }
        .a a{
            display: block;
            text-align: center;
            width: 186px;
            height: 60px;
            background-color: #5490F6;
            position: absolute;
            left: 45px;
            top: 450px;
            font-size: 20px;
            line-height: 60px;
            margin:10px 10px;
            color: #fff;
            border-radius: 27px 27px 27px 27px;
        }
        .f{position: relative;
            width: 100%;
            height: 753px;
        }
        .s{
            line-height: 753px;
        }
        .s img{ 
            margin: auto 100px;
            width: 605px;
            height: 495px;        
        }
       .h{
        width: 442px;
        height: 437px;
        position: absolute;
        left: 980px;
        top: 165px;
        /*background-color: #000000;*/
       }
       .ditu{
        margin-left: 100px;
       }
       .d{
        width: 442px;
        height: 108px;
         margin-bottom: 25px;
         /*font-size: 36px;*/
       }
       .d h3{
        font-size: 36px;
        font-weight: 400;
        color: #000000;
       
       }
       .g{
        /* margin-left: 300px; */
        width: 660px;
        height: 64px;
        font-size: 16px;
        line-height: 2;

       }
       .j{
        width: 442px;
        height: 20px;
       }
       .j a{
        font-size: 16px;
        color: #000000;
        position: absolute;
        left: 0px;
        top: 350px;
       }
       .j a:hover{
       text-decoration: underline;
       }
       .k a{
            border-radius: 4px;
            display: block;
            text-align: center;
            width: 186px;
            height: 60px;
            background-color: #5490F6;
            position: absolute;
            left: 0px;
            top: 400px;
            font-size: 20px;
            line-height: 60px;
            margin:10px 10px;
            color: #fff;
            border: 1px solid #5490F6;
       }
       .l{
        width: 100%;
        height: 753px;
        background-color:#EEEEEE;
        position: relative;
       }
       .z {
          position: absolute;
          left:40px;
          top: 210px;
          width: 505px;
          height: 287px;
          /*margin-bottom: 25px;*/
       
       }
       .z h3{
            font-size: 36px;
            font-weight: 400;
            color: #000000;
       }
       .z a{
            border-radius: 4px;
            display: block;
            text-align: center;
            width: 186px;
            height: 60px;
            background-color: #5490F6;
            position: absolute;
            left: 0px;
            top: 315px;
            font-size: 20px;
            line-height: 60px;
            margin:10px 10px;
            color: #fff;
            border: 1px solid #5490F6;
       }
       .m {
        width: 505px;
        height: 64px;
        position: absolute;
        left: 0px;
        top: 160px;
       }
       .m p{
        color: #000000;
        font-size: 18px;
        font-weight: 400;
        line-height: 2;

       }
       .c-pannel-ad{
        width: 1200px;
        margin:0 auto;
       }
       .c-pannel-list-ad{
        margin-bottom: 90px;
       }
       .c-pannel-ad h3{
        font-size: 36px;
        text-align: center;
       }
      .c-pannel-list{
        width: 1300px;
      }
      /*.c-pannel-item-ad*/

      /* 三张图轮播图 */
      .threepic {
        position: absolute;
        top: 215px;
        left: 900px;
        width: 650px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color:#EEEEEE;
      }
      .threepic li:nth-child(1) {
        width: 100%;
        height: 350px;
        display: flex;
        justify-content: center;
      }
      .threepic span {
        position: absolute;
        top: 0;
        
        /*display: block;*/
        /*width: 100%;
        height: 300px;*/
        background-color: pink;
      }
      /*第一张背景图*/
      .threepic li:nth-child(1) .pic1 {
        width: 215px;
        /* width: 1000px; */
        height: 329px;
        background: url(../images/icon-spr-1.png) no-repeat 0 -496px;
      }
      .threepic li:nth-child(1) .pic2 {
        width: 236px;
        height: 327px;
        background: url(../images/icon-spr-1.png) no-repeat -215px -496px;
      }
      .threepic li:nth-child(1) .pic3 {
        width: 336px;
        height: 329px;
        background: url(../images/icon-spr-1.png) no-repeat -451px -496px;
      }
      .threepic li:nth-child(2) {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
        font-size: 22px;
        display: flex;
        /*justify-content: space-between;*/
        /*margin: 0 5px;*/
        align-content: center;
      }
      .threepic li:nth-child(3) {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
      }
      .threepic p {
        position: absolute;
        bottom: 10px;
        font-size: 18px;
      }
      .current {
        color: #4385f5;
      }
      #jingguo2 h5{
        margin:0 35px;
      }
      .v{
        width: 1200px;
        height: 110px;
      }
   .c{
    width: 1200px;
    height: 100%;
   }
   .c h3{
        font-size: 36px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 90px;
   }
   .a-bd{
    width: 1300px;
    height: 267px;
   }
   .a-bd ul li{
    width: 220px;
    height: 267px;
    /*background-color: #EEEEEE;*/
    float: left;
    margin:0 45px;
   }
   .wq img{
    width: 145px;
    height: 141px;
    margin:0 40px;
   }
    .ww img{
    width: 145px;
    height: 141px;
    margin:0 40px;
   }
    .we img{
    width: 145px;
    height: 141px;
    margin:0 40px;
   }
    .wr img{
    width: 145px;
    height: 141px;
    margin:0 40px;
   }

   .a-bd li h4{
    font-size: 25px;
     font-weight: 400;
     text-align: center;
     margin: 30px 0 10px;

   }
   .a-bd li p{
     text-align: center;
     font-size: 15px;
   }
   /*<!-- footer部分 -->*/
.footer {
	height: 300px;
	text-align: center;
	color: #fff;
	background-color: #9a9d9d;
}
.footer p {
	display: block;
	padding-top: 52px;
}
.footer .www {
	display: inline-block;
	margin-top: 22px;
	/* width: 1349px; */
	height: 50px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center; 
}
.www span {	
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #aeb0b0;
	border-radius: 50%;
}
.www .www1 {
	background: url(../../image/w.png) 0px 0px;
}
.www .www2 {
	margin: 0px 20px;
	background: url(../../image/w.png) 190px -2px;

}
.www .www3 {
	background: url(../../image/w.png) 121px 0px;
}
.www .www1:hover {
	background: url(../../image/w.png) 0px 52px;
}
.www .www2:hover {
	background: url(../../image/w.png) 190px -74px;
}
.www .www3:hover {
	background: url(../../image/w.png) 121px 52px;
}
.footer .img {
	display: none;
	position: relative;
}
.footer .img .erweima {
	position: absolute;
	top: -198px;
	left: 41%; 
	display: inline-block;
	width: 130px;
	height: 135px;
	border-radius: 5%;
	background-color: #fff;
}
.img .erweima .imga {
	margin-top: 10px;
}
.footer .img .imgb {
	position: absolute;
	top: -68px;
	left: 45%; 
	display: inline-block;
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: row;
	justify-content: center; 
	align-items: center;
}
.footer .kefu {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center; 
	align-items: center;
}
.footer .kefu a {
	margin: 40px 20px 25px 20px;
	font-size: 18px;
	color: #fff;
}
.footer .kefu a:hover {
	text-decoration: underline;
}
.footer .banquan a {
	font-size: 12px;
	color: #fff;
}
.footer .banquan {
	display: flex;
	flex-direction: row;
	justify-content: center; 
	align-items: center;
}
.footer .banquan span {
	display: inline-block;
	width: 2px;
	height: 14px;
	margin: 0px 4px 0px 4px;
	background-color: #fff;
}
.footer .end {
	display: inline-block;
	font-size: 12px;
	width: 330px;
	height: 20px;
}




