@charset "utf-8";

.top {
    height: 45px;
    border-bottom: 1px solid #efefef;
}
.fixednav {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 99;
    top: 0px;
    box-shadow: 0px 0px 15px #666666;
}
.topleft,.topright {
    width: 50%;
}
.topleft {
    font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	letter-spacing: 1px;
    line-height: 45px;
	color: #666666;
}
.topright ul li {
    float: right;

}
.topright ul li a {
    display: block;
    font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
    line-height: 45px;
	color: #666666;
    background: url(../images/topbackline.jpg) no-repeat right;
    padding: 0px 15px;
}
.topright ul li a p {
    width: 30px;
	height: 16px;
	background-color: #ffa800;
	border-radius: 2px;
    font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    line-height: 16px;
    float: right;
    margin: 15px 0px 0px 10px;
}
.topright ul li a:hover {
    color: #ffa800;
}
.topright ul li:first-child a {
    background: none;
}
.logoitem {
    height: 118px;
}
.logo {
    width: 460px;
}
.logoleft {
    width: 203px;
}
.logoleft img {
    margin-top: 36px;
}
.logoright {
    margin-left: 23px;
    padding-top: 28px;
}
.logoright strong {
    font-size: 26px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}
.logoright p {
    font-size: 16px;
	font-weight: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #999999;
}
.logoright p span {
    padding-right: 20px;
	color: #999999;
}
.logoicon img {
    margin:33px 0px 0px 140px;
}
.logotel {
    background: url(../images/logotel.png) no-repeat left center;
    padding-left: 60px;
    /* margin-top: 15px; */
    margin-top: 30px;
}
.logotel p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
}
.logotel h3 {
    font-size: 26px;
	font-weight: bold;
	color: #333333;
}
.navitem {
    height: 58px;
    background-color: #0066ce;
}
.navitem ul li {
    float: left;
    position: relative;
}
.navitem ul li a {
    display: block;
    font-size: 20px;
	font-weight: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #ffffff;
    padding: 0px 35px;
    transition: all .5s;
}
.navitem ul li:hover a,.navitem ul li.active a {
    background-color: #ffa800;
}
.ernav {
    background-color: #0066ce;
    opacity: 0;
    display: none;
    position: absolute;
    width: 100%;
    top: 58px;
    z-index: 9;
    transition: all .5s;
}
.navitem ul li .ernav>a {
    background: #0066ce;
    padding: 0px ;
    text-align: center;
}
.navitem ul li .ernav>a:hover {
    background-color: #ffa800;
}
.navitem ul li:hover .ernav {
    opacity: 1;
    display: block;
}
/* banner */
.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .7);
    opacity: 0;
    transition: all .5s;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 30px;
    font-weight: bold;
}
.banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active {
    background-color: #0066ce;
    width: 60px;
    border-radius: 5px;
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev {
    opacity: 1;
}
.banner .swiper-button-next {
    right: 5%;
}
.banner .swiper-button-prev {
    left: 5%;
}
/* 搜索 */
.ban_search {
    height: 85px;
    background-color: #f3f3f3;
}
.bsearch_l ul li {
    float: left;
}
.bsearch_l ul li span {
    font-size: 18px;
	font-weight: normal;
	line-height: 92px;
	letter-spacing: 1px;
	color: #ffa800;
}
.bsearch_l ul li a {
    display: block;
    background: url(../images/searchbgline.jpg) no-repeat right;
    font-size: 16px;
	font-weight: normal;
	line-height: 92px;
	letter-spacing: 0px;
	color: #999999;
    padding: 0px 20px;
    transition: all .5s;
}
.bsearch_l ul li:nth-child(4) a {
    background: none;
}
.bsearch_l ul li a:hover {
    color: #ffa800;
}
.bsearchl_r input {
    width: 280px;
	height: 30px;
	border-radius: 15px;
	border: solid 1px #dddddd;
    padding-left: 20px;
    display: block;
    margin-top: 25px;
    margin-right: 30px;
    float: right;
}
.bsearchl_r button {
    display: block;
    float: right;
    border: 0px;
    background: none;
    margin-top: 25px;
}
/* 科杰 . 产品中心 */
.idx_pro {
    padding: 100px 0px 120px;
}
.hproname {
    text-align: center;
}
.hproname h3 {
    font-size: 40px;
    font-weight: normal;
	color: #333333;
}
.hproname p {
    font-size: 18px;
	font-weight: normal;
    padding: 20px 0px 60px;
	letter-spacing: 1px;
	color: #666666;
}
.hproitem {
    width: 100%;
    height: auto;
}
.hproleft {
    width: 266px;
}
.hproltop {
    width: 100%;
	height: 120px;
	background-color: #0066ce;
	border-radius: 16px 0px 0px 0px;
}
.hproltopleft {
    width: 50px;
    height: 50px;
    margin: 37px 22px 0px;
}
.hproltopleft img {
    max-width: 100%;
}
.hproltopright {
    margin-top: 37px;
    transition: all .5s;
}
.hproltopright h4 {
    font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fefefe;
}
.hproltopright p {
    font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #fefefe;
}
.hproltop:hover .hproltopright {
    margin-left: 5px;
}
.hprolmid {
    width: 100%;
	height: 507px;
    margin-top: 18px;
    background: url(../images/hprolmidbg.jpg) no-repeat center;
}
.honor_swiper .swiper-slide {
    display: block;
}
.honor_swiper .swiper-slide img {
    margin: 160px auto 27px;
    width: 160px;
}
.honor_swiper .swiper-slide p {
    font-size: 14px;
	font-weight: normal;
	color: #ffffff;
}
.honor_swiper .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}
.honor_swiper .swiper-pagination-bullet-active {
    width: 37px;
	height: 8px;
	background-color: #ffa800;
	border-radius: 4px;
}
.hprolbotdesc {
    width: 100%;
    height: 42px;
	background-color: #414141;
}
.hprolbotdesc a {
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
    line-height: 42px;
    text-align: center;
    display: block;
}
.hprolbottel {
    height: 124px;
	background-color: #f3f3f3;
	border-radius: 0px 0px 0px 16px;
}
.hprolbottel img {
    margin: 0px auto 10px;
    padding-top: 24px;
}
.hprolbottel p {
    font-size: 28px;
	font-weight: bold;
    text-align: center;
	color: #ffa800;
}
.hprolvideo {
    width: 100%;
    height: 180px;
    position: relative;
}
.hprolvideo img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.hprolvideo p {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    display: block;
    background-color: #414141;
}
.video_icon {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 44%;
    left: 45%;
    z-index: 99;
}
.video_icon img {
    width: 100%;
    height: 100%;
}

.video_wave {
    width: 70px;
    height: 90px;
    position: absolute;
    top: 30%;
    left: 36%;
}
.video_ico{
    width: 30px;
    height: 30px;
    border: 3px solid rgba(0, 78, 162, .6);
    border-radius: 50%;
    background-color: rgba(0, 78, 162, .16);
    position: absolute;
    left: 17px;
    top: 17px;
    z-index: 9;
    cursor: pointer;
}
.video_wave1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(0, 78, 162, .46);
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    animation: waves 3s ease-in-out infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}
.video_wave2 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.video_wave3 {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    background-color: rgba(0, 78, 162, .18);
}

.hproright {
    width: 882px;
}
	/* 本例子css */
	.notice { width: 100%; border-radius: 16px 16px 0px  0px;}
	.notice .tab-hd { height: 78px; background-color: #f3f3f3;  color: #404040; }
	.notice .tab-hd ul { }
	.notice .tab-hd li{ float: left;   width: 50%;}
	.notice .tab-hd li a{ display:block; text-align: center;line-height: 78px;font-size: 24px;cursor: default;
        font-weight: bold;
        letter-spacing: 1px;
        color: #333333;}
	.notice .tab-hd li.on a{border-bottom: none; background-color: #0066ce; font-weight: bold; position: relative;color: #fffefe;  }
	.notice .tab-bd .hprortj {  margin-top: 24px; }
.notice .tab-bd .hprortj .hprortj_img {
    width: 376px;
	height: 260px;
	border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}
.notice .tab-bd .hprortj .hprortj_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hprortj_desc {
    width: 506px;
	height: 260px;
	background-color: #ffffff;
	box-shadow: 0px 0px 16px  rgba(23, 26, 28, 0.06);
	border-radius: 0px 8px 8px 0px;
}
.hprortj_desc h3 {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
    padding: 30px 0px 22px 40px;
}
.hprortj_desc p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
    padding:0px 40px 30px;
    line-height: 30px;
}
.hprortj_desc button {
    width: 110px;
	height: 40px;
	background-color: #0066ce;
	border-radius: 8px 8px 0px 8px;
    font-size: 16px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
    border: 0px;
    margin-left: 40px;
    transition: all .5s;
}
.hprortj:hover .hprortj_img img {
    transform: scale(1.1);
}
.hprortj:hover .hprortj_desc h3 {
    letter-spacing: 2px;
}
.hprortj:hover .hprortj_desc button {
    margin-left: 350px;
}
.hpror_list ul li {
    width: 276px;
	height: auto;
    float: left;
    margin-right: 27px;
    margin-top: 27px;
}
.hpror_list ul li:nth-child(3n) {
    margin-right: 0px;
}
.hpror_list ul li a {
    display: block;
}
.hpror_liimg {
    width: 100%;
    height: 295px;
    overflow:hidden;
	border-radius: 8px 8px 0px 0px;
}
.hpror_liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hpror_lititle {
    height: 89px;
    width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 8px 16px 0px 
		rgba(23, 26, 28, 0.1);
    border-radius: 0px 0px 8px 8px ;
}
.hpror_lititle h4 {
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
    padding: 15px 28px;
}
.hpror_lititle p {
    font-size: 14px;
	font-weight: normal;
	color: #999999;
    padding-left: 28px;
}
.hpror_lititle p span {
    display: block;
    float: right;
    margin-right: 28px;
    color: #999999;
    letter-spacing:5px;
}
.hpror_list ul li:hover .hpror_liimg img {
    transform: scale(1.1);
}
.hpror_list ul li:hover .hpror_lititle h4  {
    color: #0066ce;
}
.hpror_list ul li:hover .hpror_lititle p ,.hpror_list ul li:hover .hpror_lititle p span{
    color: #ffa800;
}
/* 热缩套管环境千差万别 */
.gghf {
    width: 100%;
    height: 193px;
    background: url(../images/gghfbg1.png) no-repeat center;
}
.gghfleft {
    text-align: right;
    margin:35px 0px 0px 180px;
}
.gghfleft h3 {
    font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffa800;
    padding-right: 10px;
}
.gghfleft h4 {
    font-size: 26px;
	font-weight: normal;
	color: #ffffff;
    letter-spacing: 1px;
    padding: 5px 0px 10px;
}
.gghfleft p {
    font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #ffffff;
	opacity: 0.2;
    padding-right: 10px;
}
.gghfright ul li {
    width: 110px;
    height: 98px;
    background: url(../images/gghflibg.png) no-repeat center;
    margin: 20px 18px 0px 0px ;
    float: right;
}
.gghfright ul li p {
    font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	letter-spacing: 1px;
    text-align: center;
	color: #ffffff;
    padding-top: 30px;
}
.gghfright ul li:first-child {
    margin-right: 0px;
}
/* 研发生产销售实力厂家 */
.goodname h3 {
    padding-top: 85px;
}
/* 优势tab 切换 */
	/* 本例子css */
    .slideTxtBox{ width:100%; text-align:left;  }
    .slideTxtBox .hd{  width: 1200px; margin: 0 auto; position:relative; height: 55px;}
    .slideTxtBox .hd ul{ float:left;  position:absolute; left:0%; top:0px;   width: 100%; }
    .slideTxtBox .hd ul li{ float:left; cursor:pointer; width: 25%;  height: 55px;background: url(../images/goodicon1.png) no-repeat left;}
    .slideTxtBox .hd ul li:nth-child(2) {background-image: url(../images/goodicon2.png);}
    .slideTxtBox .hd ul li:nth-child(3) {background-image: url(../images/goodicon3.png);}
    .slideTxtBox .hd ul li:nth-child(4) {background-image: url(../images/goodicon4.png);}
    .slideTxtBox .hd ul li.on{  background-image: url(../images/goodicon1_on.png);}
    .slideTxtBox .hd ul li:nth-child(2).on {background-image: url(../images/goodicon2_on.png);}
    .slideTxtBox .hd ul li:nth-child(3).on {background-image: url(../images/goodicon3_on.png);}
    .slideTxtBox .hd ul li:nth-child(4).on {background-image: url(../images/goodicon4_on.png);}
    .slideTxtBox .hd ul li h4 {
        font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
    padding-left: 80px;
    }
    .slideTxtBox .hd ul li p {
        font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
    padding-left: 80px;
    }
    .slideTxtBox .hd ul li.on h4,.slideTxtBox .hd ul li.on p {
        color: #0066ce;
    }
    .slideTxtBox .bd {background: url(../images/goodsbg.jpg) no-repeat center;height: 596px;margin-top: 40px;}
    .slideTxtBox .bd ul{ zoom:1;position: relative;  }
    .slideTxtBox .bd ul .goodsitem { width: 1200px;height: 566px; background-color: #ffffff; border-radius: 24px;position: absolute;top: 80px;left: 50%;margin-left: -600px;}
    .goodid {
        width: 65px;
        height: auto;
        margin: 75px 40px 0px 60px;
    }
    .goodinfo {
        width: 545px;
        height: auto;
        margin: 90px 70px 0px 0px ;
    }
    .goodinfo h3 {
        font-size: 24px;
	font-weight: bold;
    margin-bottom: 19px;
	color: #0066ce;
    }
    .goodinfo h4 {
        font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #333333;
    }
    .goodinfoline {
        width: 100%;
        height: 1px ;
        background-color: #ffa800;
        margin: 35px 0px;
    }
    .goodinfos p {
        font-size: 16px;
	font-weight: normal;
	color: #666666;
    background: url(../images/goodinfoicon.png) no-repeat left top;
    background-position-y: 11px;
    line-height: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    cursor: default;
    }
    .goodimage {
        margin-top: 90px;
    }
    .goodinfos p:hover {
        padding-left: 20px;
    }
    /* 科杰 . 战略伙伴 */
.huoban {
        width: 100%;
        height: auto;
        padding: 140px 0px 140px;
        background: url(../images/huobanbg.png) no-repeat center;
    }
.hblist {
    width: 100%;
    height: auto;
}
.hblist ul li {
    float: left;
    width: 298px;
    height: 220px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
}
.hblist ul li img {
    margin: 30px auto ;
}
.hblist ul li p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
}
.hblist_item {
    position: relative;
}
.hblist_item .swiper-pagination {
    width: 100%;
    margin-top: 60px;
}
.hblist_item .swiper-pagination-bullet {
    width: 11px;
	height: 10px;
	background-color: #ffffff;
	border: solid 2px #0066ce;
    opacity: 1;
    margin: 0px 15px;
}
.hblist_item .swiper-pagination-bullet-active {
    width: 41px;
	height: 10px;
	background-color: #0066ce;
	border-radius: 7px;
}
/* 荣誉资质 */
.honor {
    padding: 100px 0px 175px;
}
.honoritem {
    height: 280px;
    width: 100%;
	border: solid 1px #eeeeee;
}
.honoritem img {
    margin: 28px auto 30px;
    height: 167px;
}
.honoritem p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333333;
}
.honors_itemlist {
    position: relative;
}
.honors_itemlist .swiper-pagination {
    width: 100%;
    margin-top: 60px;
}
.honors_itemlist .swiper-pagination-bullet {
    width: 11px;
	height: 10px;
	background-color: #ffffff;
	border: solid 2px #0066ce;
    opacity: 1;
    margin: 0px 15px;
}
.honors_itemlist .swiper-pagination-bullet-active {
    width: 41px;
	height: 10px;
	background-color: #0066ce;
	border-radius: 7px;
}
/* 省心服务就是快 */
.sxfuwu {
    height: 316px;
    background: url(../images/hengfubg.jpg) no-repeat center;
}
.sxfwleft {
    width: 340px;
    height: 200px;
    border-right: 1px solid #ffa800;
    margin-top: 60px;
}
.sxfwleft h3 {
    font-size: 36px;
	font-weight: bold;
	color: #0066ce;
}
.sxfwleft h4 {
    font-size: 18px;
	font-weight: normal;
	color: #666666;
    padding: 6px 0px;
}
.sxfwleft h5 {
    font-size: 20px;
	font-weight: bold;
	color: #dddddd;
}
.sxfwtel {
    background: url(../images/sxtelico.png) no-repeat left;
    height: 50px;
    margin-top: 35px;
    padding-left: 66px;
}
.sxfwtel h6 {
    font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	color: #999999;
}
.sxfwtel p {
    font-size: 24px;
	font-weight: bold;
	color: #0066ce;
}
.sxfwright {
    width: 779px;
    margin-left: 80px;
}
.sxfwright ul li {
    width: 33%;
    height: auto;
    text-align: center;
    float: left;
}
.sxfwright ul li img {
    margin: 60px auto 25px;
}
.sxfwright ul li:hover img {
    transform: scale(1.1);
}
.sxfwright ul li h3 {
    font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
    padding-bottom: 5px;
}
.sxfwright ul li p {
    font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
/* 科杰 . 公司简介 */
.company {
    padding-top: 120px;
}
.companybg {
    height: 700px;
    background: url(../images/companybg.jpg) no-repeat center;
    position: relative;
    background-size: cover;
}
.companyitem {
    width: 1200px;
	height: 566px;
	background-color: #ffffff;
    position: absolute;
	border-radius: 24px;
    top: 580px;
    left: 50%;
    margin-left: -600px;
}
.compyear {
    width: 220px;
	height: 62px;
    background: url(../images/compyearbg.png) no-repeat center;
    margin: -31px 0px 0px 155px;
}
.compyear p {
    font-size: 24px;
	font-weight: bold;
	line-height: 62px;
	letter-spacing: 1px;
	color: #ffffff;
    text-align: center;
}
.companydesc {
    padding: 55px 105px 55px 155px;
}
.companydesc p {
    font-size: 16px;
	font-weight: normal;
	line-height: 36px;
    text-align: justify;
	color: #666666;
}
/* 公司展示列表切换 */
/* 本例子css */
.snBrand { position: relative; width:100%;  height: 268px; overflow: hidden; }
.snBrand h2 { position: relative; height: 34px; line-height: 32px; border-bottom: 1px solid #737878; font-size: 14px; color: #000; font-family: "Microsoft YaHei"; }
.snBrand h2 a { position: absolute; right: 10px; top: 0; font-size: 12px; color: #666; font-weight: normal; font-family: "SimSun"; }
.snBrand h2 a:hover { color: #f60; }
.snBrand ol { float: left; width: 120px; height: 170px; background-color: #0066ce; border-radius: 0px 8px 0px 8px;list-style: none;padding: 0px;}
.snBrand ol li a {height: 40px;text-align: center;font-size: 16px; font-weight: bold; line-height: 40px; color: #ffffff;display: block;cursor: default;}
.snBrand ol li.on { background: #ffa800;  }
.snBrand ol li:first-child.on { border-radius: 0px 7px 0px 0px; }
.snBrand ul { float:left;  top: 35px; width: 1040px; height: 270px; padding: 0 5px; background: #fff; overflow: hidden; margin-left: 25px; }
.snBrand ul li { width: 100%; height: auto; margin: 0 auto;  text-align: center; }
.snBrand ul li {
    position: relative;
}
.snBrand ul li .swiper-pagination {
    width: 100%;
    margin-top: 60px;
}
.snBrand ul li .swiper-pagination-bullet {
    width: 11px;
	height: 10px;
	background-color: #ffffff;
	border: solid 2px #0066ce;
    opacity: 1;
    margin: 0px 15px;
}
.snBrand ul li .swiper-pagination-bullet-active {
    width: 41px;
	height: 10px;
	background-color: #0066ce;
	border-radius: 7px;
}
.snBrand ul li .swiper-slide .zslistimg {
    width: 250px;
	height: 170px;
	border-radius: 8px;
    overflow: hidden;
}
.snBrand ul li .swiper-slide .zslistimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.snBrand ul li .swiper-slide .zslistimg img:hover {
    transform: scale(1.1);
}
/* 科杰 . 新闻动态 */
.idxnews {
    margin-top: 550px;
}
.idxnews_industy {
    width: 380px;
    height: auto;
}
.idxnews_industy h4,.idxnews_company h4,.idxnews_qa h4 {
    font-size: 24px;
	font-weight: bold;
    padding-bottom: 30px;
	color: #0066ce;
}
.idxnewshy {
    width: 100%;
    height: auto;
}
.idxnewshy a {
    display: block;
}
.idxnewshy_img {
    width: 100%;
	height: 260px;
	border-radius: 16px 16px 0px 0px;
    overflow: hidden;
}
.idxnewshy_img img {
    width: 100%;
    height: 100%;
}
.idxnewshy:hover .idxnewshy_img img {
    transform: scale(1.1);
}
.idxnewshy_desc {
    height: auto;
	background-color: #f3f3f3;
	border-radius: 0px 0px 16px 16px;
    padding: 38px 35px 30px;
}
.idxnewshy_desc h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #333333;
}
.idxnewshy_desc p {
    font-size: 16px;
	font-weight: normal;
	color: #666666;
    padding: 10px 0px 25px;
}
.idxnewshy_desc span {
    font-size: 16px;
	color: #999999;
}
.idxnewshy:hover .idxnewshy_desc h3 {
    color: #0066ce;
}
.idxnews_company {
    width: 340px;
    height: auto;
    margin-left: 68px;
}
.idxnews_company ul li {
    width: 100%;
    height: auto;
    border-bottom:1px solid #eeeeee ;
    padding: 26px 0px 25px;
    transition: all .5s;
}
.idxnews_company ul li a {
    display: block;
}
.idxnews_company ul li h3 {
    font-size: 16px;
	font-weight: normal;
	color: #333333;
    padding-bottom: 5px;
}
.idxnews_company ul li p {
    font-size: 14px;
	font-weight: normal;
	color: #999999;
}
.idxnews_company ul li:first-child {
    padding-top: 0px;
}
.idxnews_gsmore a {
    display: block;
    width: 124px;
	height: 36px;
	background-color: #0066ce;
	border-radius: 8px 8px 0px 8px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
	color: #ffffff;
    margin-top: 30px;
    transition: all .5s;
}
.idxnews_company ul li:hover {
    border-color: #0066ce;
}
.idxnews_company ul li:hover h3 {
    color: #0066ce;
}
.idxnews_company ul li:hover p {
    color: #0066ce;
}
.idxnews_gsmore a:hover {
    margin-left: 10px;
}
.idxnews_qa {
    width: 342px;
    height: auto;
}
.idxnews_qa .idxnews_qamore {
    font-size: 24px;
	font-weight: bold;
	color: #999999;
    display: block;
    float: right;
}
.idxnews_qapic {
    height: 162px;
	border-radius: 16px;
    overflow: hidden;
}
.idxnews_qapic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.idxnews_qapic:hover img {
    transform: scale(1.1);
}
.idxnews_qa ul li {
    padding: 40px 0px 30px;
    border-top: 1px solid #eeeeee;
}
.idxnews_qa ul li:first-child {
    border-top: 0px;
    padding-top: 27px;
}
.idxnews_qa ul li a {
    display: block;
}
.idxnews_qa ul li h3 {
    font-size: 16px;
	font-weight: normal;
	color: #333333;
    background: url(../images/newqaico.png) no-repeat left top;
    background-position-y: 5px;
    padding:0px 0px 20px 18px;
}
.idxnews_qa ul li p {
    font-size: 14px;
    line-height: 23px;
	color: #999999;
}
.idxnews_qa ul li:hover h3 {
    padding-left: 22px;
    color: #0066ce;
}
/* 友情链接 */
.linkitem {
    height: 80px;
    background-color: #f3f3f3;
    margin-top: 120px;
}
.linkitem ul li {
    float: left;
}
.linkitem ul li:first-child {
    width: 133px;
    height: auto;
    background-color: #0066ce;
}
.linkitem ul li p {
    font-size: 18px;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: 1px;
	color: #ffffff;
    text-align: center;
}
.linkitem ul li a {
    line-height: 80px;
    font-size: 14px;
	font-weight: normal;
	color: #999999;
    padding-left: 40px;
}
.linkitem ul li a:hover {
    color: #0066ce;
}
/* foot */
.footitem {
    width: 100%;
    padding: 70px 0px 45px;
    background-color: #262626;
}
.footleft {
    width: 330px;
    height: auto;
}
.footleft img.footlogo {
    width: 203px;
}
.footleftline {
    height: 1px;
    width: 100%;
    background-color: #414141;
    margin: 18px 0px 30px;
}
.footltelnum {
    background: url(../images/foottelico.png) no-repeat left;
    padding-left: 65px;
}
.footltelnum p {
    font-size: 18px;
	line-height: 30px;
    font-weight: bold;
	color: #999999;
}
.footltelnum h4 {
    font-size: 30px;
	font-weight: bold;
	color: #0066ce;
}
.footlteldesc {
    padding-top: 30px;
}
.footlteldesc p,.footlteldesc p span {
    font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #666666;
}
.footlteldesc p span {
    padding-left: 48px;
}
.footright {
    margin-left: 90px;
}
.footright ul li {
    float: left;
    margin-left: 75px;
}
.footright ul li:first-child {
    margin-left: 0px;
}
.footright ul li p {
    font-size: 18px;
	font-weight: bold;
	color: #999999;
}
.footright ul li .footnavline {
    margin: 25px 0px 30px;
}
.footright ul li a {
    display: block;
    font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	color: #666666;
}
.footpro {
    width: 154px;
    height: auto;
}
.footpro img {
    width: 154px;
	height: 103px;
}
.footpro h3 {
    font-size: 16px;
	font-weight: normal;
    padding-top: 10px;
	color: #999999;
}
.footpro2 {
    margin-top: 10px;
}
.footright ul li a:hover {
    color: #0066ce;
}
.footpro:hover h3 {
    color: #0066ce;
}
.footcopy {
    height: 80px;
    background-color: #222222;
    text-align: center;
}
.footcopy p {
    line-height: 80px;
    font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.footcopy p a {
    color: #666666;
}
.footcopy p span img {
    display: inline !important;
}
.con1200 {
    width: 1200px;
    margin: 0 auto;
  }
  
  img {
      max-width: 100% !important;
  }

.form-box {
    display: none;
    background-color: #fff;
    padding: 0px 30px 10px;
}
.form-box input {
    width: 200px;
    height: 40px;
    border: 1px solid #999999;
    display: block;
    margin-top: 20px;
    padding-left: 10px;
    float: left;
}
.form-box button {
    width: 80px;
    height: 40px;
    background-color: #0066ce;
    color: #ffffff;
    border: 0px;
    margin:19px 0px 10px 10px;
    border-radius: 5px;
    float: left;
}
.downlist_body .layui-layer-setwin ,.layui-layer-resize {
  width: 16px !important;
  background-color: unset !important;
}
.downlist_body .layui-layer-setwin a {
    margin-left: 0px !important;
}
.downlist_body .layui-layer-shade {
    z-index: 999999 !important;
    display: none !important;
}
body {
    font-family: unset;
}