/*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;padding: 0 10px;}

*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
	--main-color: #B71E23;
	--main-color2: #109B04;
	--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: 86px;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{}
.menu{height:70px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background: var(--main-color); width:100%; position:absolute; left: 0; top: 70px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;width: 150px;}
.menu ul li dl dd{text-align: left;background: var(--main-color) url(../images/nav_i02.png) left 10px center no-repeat;border-bottom: 1px solid #C9151E;}
.menu ul li dl dd a{display: block;padding: 0 20px;line-height: 40px;font-size: 14px;color: #fff;}
.menu ul li dl dd a:hover{ color:#fff;}

.menu>ul>li>a{display: flex;justify-content: center;align-items: center;font-size: 16px;color: #333;height: 70px;padding: 0 5px;}
.menu>ul>li>a span{display: inline-block;padding: 0 20px;height: 40px;line-height: 40px;overflow: hidden;transition: 0.3s;}
.menu>ul>li.cur a span{background: var(--main-color);color: #fff;}
.menu>ul>li a:hover span{background: var(--main-color);color: #fff;}
.menu>ul>li a span.menu_hover{background: var(--main-color);color: #fff;}

.menu ul li dl dd dl{top: 0;left: 100%;transform: none;display: none;}
.menu ul li dl dd:hover dl{display: block;}

.menu ul li dl:after{position: absolute;width: 0;height: 12px;font-size: 0;line-height: 0;overflow: hidden;border-width: 9px;border-style: dashed dashed dashed solid;border-color: transparent transparent var(--main-color) transparent;top: -15px;left: 20px;margin: auto;content: "";}

/*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:#000;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;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{font-size: 20px;color: #333;background: url(../images/bg_homtitline.png) center repeat-x;}
.iTitCn a{color: #333;display: inline-block;padding: 0 20px;background: #fff;}
.iTitEn{font-size: 20px;color: #999;font-weight: bold;}
.iTitEn a{color: #999;}
.iTit{font-size: 28px;color: #333;font-weight: bold;}
.iTxt{font-size: 16px;color: #333;}
.iTxt img{max-width: 100%;}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}

/*-------------------------------------------*/

/*banner*/
.banner{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;}

.index1{padding-top: 50px;}
.i1Tab{padding: 40px 0;}
.i1Tab ul li{}
.i1Tab ul li a{display: inline-block;padding: 10px 20px;font-size: 14px;color: #333;border-bottom: 2px solid transparent;}
.i1Tab ul li.on{}
.i1Tab ul li.on a{border-color: var(--main-color);}

.i1Panel{width: 100%;overflow: hidden;}
.i1Warp{width: 100%;background: #666666;}
.i1Warp .img{width: 50%;}
.i1Warp .img img{width: 100%;height: 100%;object-fit: cover;}
.i1Warp .desc{padding: 40px;display: flex;flex-direction: column;width: 50%;}
.i1Warp .desc .iTxt{margin: 10px 0;}
.i1Warp .desc .more{margin-top: auto;}
.i1Warp .desc .more a{display: inline-block;padding: 10px 35px;font-size: 14px;color: #fff;border-radius: 30px;font-size: 14px;background: var(--main-color);}

.index2{padding: 50px 0;}
.i2Tit{text-align: center;}
.i2Tit .box{background: url(../images/in_09.png) center no-repeat;background-size: contain;display: block;color: #333;padding: 10px 30px;}
.i2Tit .box .t1{font-size: 14px;}
.i2Tit .box .t2{font-size: 20px;}

.i2List{width: 100%;position: relative;padding: 0 40px;}
.i2List .part{display: block;width: 100%;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%;}
.i2List .part .tit{text-align: center;font-size: 14px;color: #000;margin-top: 10px;}
.i2List .swiper-button-next:after,.i2List .swiper-button-prev:after{color: var(--main-color);font-size: 30px;}
.i2List .swiper-button-next{right: 0;}
.i2List .swiper-button-prev{left: 0;}

.index3{padding: 2% 0;background: #f7f7f7;}
.i3Warp{width: 100%;}
.i3Warp .item1{width: 35%;}
.i3Warp .item2{width: 35%;}
.i3Warp .item3{width: 25%;}

.i3Top{border-bottom: 1px solid #e2e2e2;line-height: 40px;width: 100%;margin-bottom: 10px;}
.i3Top .tit{}
.i3Top .tit a{font-size: 14px;color: #333;}
.i3Top .more{}
.i3Top .more a{font-size: 14px;color: var(--main-color);}

.i3List{width: 100%;}
.i3List ul li{line-height: 40px;}
.i3List .part{padding-left: 15px;display: flex;justify-content: space-between;align-items: center;overflow: hidden;position: relative;}
.i3List .part:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);content: "\f0da";font-family: "fontawesome";font-size: 14px;color: #666;}
.i3List .part .t1{font-size: 14px;color: #666;flex: 1;}
.i3List .part .time{font-size: 12px;color: #999;margin-left: 10px;}
.i3List .part:hover:before{color: var(--main-color);}
.i3List .part:hover .t1{color: var(--main-color);}

.i3List2{width: 100%;}
.i3List2 ul li{width: calc(50% - 10px);margin-bottom: 12px;}
.i3List2 .part{display: flex;justify-content: center;align-items: center;padding: 10px;text-align: center;border-radius: 5px;background: #333;font-size: 14px;color: #fff;}
.i3List2 .part:hover{opacity: 0.8;}

.index4{padding: 50px 0;}
.i4Warp{width: 100%;}
.i4Warp .item{width: 48%;}
.i4Tit{margin-bottom: 25px;}
.i4Tit a{font-size: 14px;color: #999;}
.i4Tit span{color: var(--main-color);font-size: 20px;}

.i4Form{width: 100%;}
.i4Form .row{margin-bottom: 12px;}
.i4Form textarea,
.i4Form input{width: 100%;height: 35px;border: 1px solid #999;padding: 0 10px;font-size: 14px;outline: none;}
.i4Form textarea{height: 80px;padding: 10px;}
.i4Form button{width: 100%;height: 35px;border: none;background: var(--main-color);font-size: 14px;color: #fff;}

.footer{background: #130F34;padding-top: 30px;font-size: 14px;color: #999;}
.footer .cop{padding: 20px 0;text-align: right;border-top: 1px solid #4e4e4e;margin-top: 20px;}
.fWarp{width: 100%;}
.fWarp .icon{width: 30%;text-align: center;}
.fWarp .icon img{width: auto;max-width: 100%;}
.fMenu{flex: 1;}
.fMenu dl{margin-right: 8%;}
.fMenu dl:last-child{margin-right: 0;}
.fMenu dl dt a{font-size: 16px;color: #ccc;display: block;margin-bottom: 20px;}
.fMenu ul li{margin: 10px 0;}
.fMenu ul li a{font-size: 14px;color: #ccc;}

.tongtu .iImg{width: 100%;}
.tongtu .iImg img{height: 300px;object-fit: cover;}

.columnBox{height: 46px;line-height: 46px;border-bottom: 2px solid var(--main-color);display: flex;justify-content: space-between;align-items: center;margin-bottom: 15px;}
.columnBox h3{font-size: 18px;color: var(--main-color);font-weight: normal;}
.current{font-size: 14px;color: #666;}
.current a{color: #666;text-transform: capitalize;}

.pageWarp{width: 100%;margin: 40px 0;}
.pages { cursor: default; font-size: 14px; font-family: Tahoma, Verdana; padding: 10px; text-align: center; }
.pages span { margin: 0 3px; }
.pages span a { color: #666; text-decoration: none; padding: 3px 8px; border: 1px #ddd solid; background: #fff; }
.pages span a:hover { color: #027D3A; border: 1px #027D3A solid; background: #fff; }
.number { font-size: 14px; color: #666; }
.number { color: #fff; text-decoration: none; padding: 3px 8px; border: 1px #027D3A solid; background: #027D3A; font-weight: bold; }
.number a:hover { color: #f60; border: 1px #027D3A solid; }
.pageyc { display: none; }

.mainContent{width: 100%;background: #fff;padding: 40px 0;}
.mainWarp{width: 100%;display: flex;justify-content: space-between;}
.mainLeft{width: 20%;margin-right: 40px;}
.mainRight{width: 78%;}

.proMenu{width: 100%;}
.mlTit{background: var(--main-color);text-align: center;padding: 15px 30px;}
.mlTit .t1{font-size: 24px;color: #fff;}
.mlTit .t2{font-size: 14px;color: #e79d9d;}
.tab_list5{width: 100%;background: #f5f5f5;padding: 10px;}
.accordion {width: 100%;}
.accordion .link {cursor: pointer;display: block;padding: 10px 0;position: relative;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;border-bottom: 1px solid #ddd;}
.accordion .link a{color: #333;font-size: 14px;font-weight: 400;text-decoration: none;}
.accordion .link:hover{color: var(--main-color);}
.accordion .link:hover a{color: var(--main-color);}
.accordion .link:hover i{color: var(--main-color);}
.accordion li i {position: absolute;top: 10px;left: 12px;font-size: 18px;color: #666;-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.accordion li i.icon {right: 12px;left: auto;font-size: 20px;}
.accordion li.open .link {color: var(--main-color);}
.accordion li.open a {color: var(--main-color);}
.accordion li.open i {color: var(--main-color);}
.accordion li.open i.icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);-o-transform: rotate(180deg);transform: rotate(180deg);}

.submenu {display: none;font-size: 14px;}
.submenu li {border-bottom: 1px dotted #e8e5e5;}
.submenu a {display: block;text-decoration: none;color: #666 !important;padding: 10px;-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;padding-left: 20px;}
.submenu a:hover {color: var(--main-color) !important;}
/*tab5_____end*/

.mlContact{width: 100%;}
.mlContact .title{padding-top: 15px;padding-bottom: 15px;background-image: url(../images/tel.png);background-repeat: no-repeat;background-position-x: left;background-position-y: center;padding-left: 55px;background-position-x: 10px;background-color: var(--main-color);color: #fff;font-size: 14px;}
.mlContact .txt{font-size: 14px;color: #666;padding: 10px;background: #f5f5f5;}
.mlContact .txt h3{font-size: 14px;}

.mrContent{width: 100%;overflow: hidden;min-height: 500px;}

/*research*/

.research{width: 100%;padding: 40px 0;min-height:600px;}
.researchBox{margin: 20px 0;background: #130F34;padding: 20px;color: #fff;font-size: 16px;}
.researchBox h3{font-size: 21px;color: #fff;font-weight: bold;text-align: center;margin: 10px 0;}

.researchWarp{width: 100%;padding: 60px 0;}
.researchWarp .box{width: 100%;max-width: 400px;margin: 0 auto;}
.researchWarp .box .title{background-image: url(../images/titbg.jpg);line-height: 36px;background-repeat: no-repeat;padding-left: 50px;color: #FFFFFF;border-bottom-style: solid;border-bottom-width: 1px;border-bottom-color: #CCCCCC;}
.researchWarp .box .input{margin: 20px 0;}
.researchWarp .box .input input{width: 100%;height: 30px;border: 1px solid #999;padding: 0 10px;font-size: 14px;outline: none;}
.researchWarp .box .btn{}
.researchWarp .box .btn button{height: 40px;padding-left: 20px;padding-right: 20px;background-color: #0CAC40;color: #fff;border-radius: 10px;border-width: 0px;cursor: pointer;}

.result{width: 100%;font-size: 14px;color: #666;margin-top: 35px;padding-bottom: 60px;}
.result ul li{margin-bottom: 20px;display: flex;flex-wrap: wrap;}
.result .tit{width: 120px;}
.result .txt{flex: 1;}



@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}





}

@media only screen and (max-width: 980px) {
.header{ display:none}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.hHei{height: 70px;}

.iTit{font-size: 24px;}
.iTxt{font-size: 14px;}

.i1Tab {justify-content: center;}
.i1Warp .img{width: 100%;}
.i1Warp .desc{padding: 20px;width: 100%;}
.i3Warp .item{width: 100%;padding: 10px 0;}
.i4Warp .item{width: 100%;padding: 10px 0;}
.fWarp{display: block;}
.fMenu{width: 100%;}
.fMenu dl{flex: 1;margin-right: 0;}
.fWarp .icon{width: 100%;text-align: center;}
.footer .cop{text-align: center;}

.tongtu .iImg img{height: 200px;}
.mainWarp{flex-wrap: wrap;}
.mainLeft{width: 100%;margin-right: 0;margin-bottom: 20px;order: 1;}
.mainRight{width: 100%;order: 0;}
.result .tit{width: 100px;}

}
