﻿/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}
.wapper1{ width:90%; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

 :root {
    --main-color: #1C73D9;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header{ position:relative;}
.headList{display: flex;justify-content: space-between;align-items: center;height: 90px;padding: 0 20px;box-sizing: border-box;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}
.headLogo{width: 100%;text-align: center;font-size: 0;}
.headLogo a{display: block;width: 100%;background-size: contain;background-repeat: no-repeat;background-position: center;/*height: 238px;*/}
.headLogo img{width: 100%;/*display: none;*/}

/*menu*/
.pc_menu{background: #204495;}
.menu{height:50px;line-height:50px;}
.menu ul{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menu ul li{ float:left; position:relative;-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;float: left\0;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:50px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px; margin:0 10px; }
.menu ul li dl dd a{ font-size:14px; color:#333;display:block;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:18px;color:#fff;display:block;text-align:center;padding: 0 20px;}
.menu a:hover{color: var(--main-color);background: #fff;}
a.menu_hover{ background:#fff;color: var(--main-color);}



/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#0188FB;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.mt10{margin-top: 25px;}
.mt20{margin-top: 25px;}
.mt35{margin-top: 25px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.peixun{display: flex;justify-content: space-between;}
.peixun .second_a{margin-top: 6px;color: #333;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTit{}
.iTxt{}
.iLine{}
/*-------------------------------------------*/

/*banner*/
.banner2{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.iWarp{width: 100%;}
.margin15{margin: 15px auto;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

.index{width: 100%;margin-top: 20px;}
.i1Item{width: 33.3333%;flex: 1;}
.i1Tit{width: 100%;background: url(../images/titbg4.jpg) center no-repeat;background-size: cover;padding: 0 20px;color: #fff;font-size: 16px;margin-bottom: 25px; height:45px; line-height:45px;}
.i1Tit a{color: #fff;}
.index2_jiaolian{display: flex;justify-content: space-between;}
.i1Tit .jiaolian_a{margin-top: 6px;color: #333;}
/* .i1Box{padding: 0 20px;} */
.i1Box .i1List{padding: 0 20px;}
.i1Slide{width: 100%;}
.i1Slide .swiper-button-next,.i1Slide .swiper-button-prev{color: #fff;}
.i1Slide .swiper-button-next:after,.i1Slide .swiper-button-prev:after{font-size: 22px;}
.i1pSwiper .swiper-slide img{transition: 0.5s;}
.i1pSwiper .swiper-slide img:hover{transform: scale(1.1);}
.i1pSwiper{height: 280px;}
.i1pSwiper{z-index: 98 !important;}
.i1tSwiper{margin-top: 10px;height: 100px;}
.i1tSwiper .swiper-slide{background: #000;}
.i1tSwiper .swiper-slide img{opacity: 0.6;}
.i1tSwiper .swiper-slide-thumb-active img{opacity: 1;}
.i1pSwiper a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}

.i1List ul{padding-left: 20px;}
.i1List ul li{color: #333;font-size: 16px;list-style-type: disc;line-height: 40px;}
.i1List a{color: #333;}
.i1List a:hover{color: var(--main-color);}



.i1Warp2 {width: 100%;border: 1px solid #ddd;font-size: 16px;}
.i1Warp2 .el-form input[type=radio] {opacity: 0;}
.i1Warp2 .el-form label {font-size: 16px;cursor: pointer;}
.i1Warp2 .el-form label::before {content: '';position: relative;top: 2px;margin-right: 5px;display: inline-block;width: 14px;height: 14px;background-image: url(../images/circle.png);background-position: center;background-size: 80%;background-repeat: no-repeat;}
.i1Warp2 .el-form input[type=radio]:checked+label::before {background-image: url(../images/circle-b.png);background-position: center;background-size: 100%;background-repeat: no-repeat;}
.i1Warp2 .big {width: 100%;}
.i1Warp2 .el-form .txt-input {position: relative;width: 90%;margin: 12px auto;border: 1px solid #ddd;border-radius: 14px;}
.i1Warp2 .el-form .txt-input .search {position: absolute;right: 12px;top: 2px;cursor: pointer;}
.i1Warp2 .el-form .txt-input input {padding: 0 10%;width: 80%;outline: none;border: none;height: 35px;line-height: 35px;background: transparent;}
.i1Warp2 .option {margin-bottom: 15px;}
.i1Warp2 .option a {display: inline-block;width: 49%;text-align: center;color: #333;}
.i1Warp2 .option a img {width: 26px;height: 26px;margin-right: 8px;vertical-align: bottom;}

.i2Slide{ overflow:hidden;}
.i2List ul li{float:left; width:262px; height:170px; margin-right:50px;}
.i2List .part{display: block;width: 100%; height:100%;}
.i2List .part img{width: 100%;}

.i3Item{width: 33%;background: #f6f6f6;padding: 10px 5px;}
.i3Tit{width: 100%;}

.i3Box{background: #fff;padding: 10px;}
.i3List ul{padding-left: 20px;}
.i3List ul li{color: #333;font-size: 16px;list-style-type: disc;line-height: 40px;}
.i3List a{color: #333;}
.i3List a:hover{color: var(--main-color);}

.i3Tit{width: 100%;height: 38px;line-height: 38px;background: url(../images/titbg.png) center no-repeat;background-size: cover;padding: 0 20px;}
.i3Tit .tit{font-size: 14px;color: #fff;line-height: 38px;}
.i3Tit a{color: #333;font-size: 14px;display: block;margin-top: 6px;}
.i3Tit a:hover{color: var(--main-color);}
.i1con2{display: flex;justify-content:space-between;}
.i1con2 .second_a{margin-top: 6px;color: #333;}

.i1Tit2{width: 100%;height: 38px;line-height: 38px;background: url(../images/titbg.png) center no-repeat;background-size: cover;padding: 0 20px; margin-bottom:25px;}
.i1Tit2 a{ font-size:16px; color:#fff;}
.i1Tit2 .more{ font-size:16px; color:#fff;}

.i4Slide{width: 100%;overflow: hidden;}
.i4List{width: 100%;}
.i4List ul li{float: left;width: 275px;margin-right: 25px;}
.i4List .img{width: 100%;}
.i4List .img img{width: 100%;height: 182px;object-fit: cover;}

.i5Slide{width: 100%;overflow: hidden;}
.i5List{width: 100%;}
.i5List ul li{float: left;width: 210px;margin-right: 30px;}
.i5List .part{width: 100%;height: 70px;display: flex;justify-content: center;align-items: center;border: 1px solid #ddd;padding: 5px;}
.i5List .part img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.i5Line{background: #f6f6f6;height: 15px;width: 100%;margin-top: 25px;}

.footer{background: #393939;padding: 25px 0;font-size: 14px;color: #ccc;margin-top: 25px;}
.footer p{padding: 2px 0;}
.fEwm .ewm{width: 100px;text-align: center;margin-left: 45px;}
.fEwm .ewm img{width: 100%;margin-bottom: 10px;}

.inside{padding: 60px 0;min-height: 600px;}
.inside img,
.inside video{max-width: 100%;}





@media only screen and (max-width: 1200px) {
body{ width:1200px; margin:0 auto;}
.wapper{ width:1200px; margin:0 auto;}
.wapper1{ width:90%; margin:0 auto;}



}