/*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;font-family:' '; 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 15px;box-sizing: border-box;}


.iLogo{width: 100%;}
.iLogo .logo{padding: 15px 0;height: 110px;box-sizing: border-box;display: flex;align-items: center;}
.iLogo .logo img{width: auto;max-width: 100%;max-height: 80px;}

.header{ position:relative;background: #0359a8;border-bottom: 2px solid #e7e7e7;}


/*menu*/
.menu{height:50px;line-height:50px;}
.menu ul li{ float:left; position:relative;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:0px; top:50px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;min-width: 160px;padding: 10px 0;}
.menu ul li dl dd{ line-height:35px;}
.menu ul li dl dd a{ font-size:14px; color:#333;display:block; padding:0 15px;text-align:left;}
.menu ul li dl dd a:hover{color: #035baa;text-decoration: none;background-color: #f5f5f5;}
.menu a{ font-size:16px;color:#fff;display:block;text-align:center;padding: 0 28px;}
.menu a:hover{ background:#f3bd2d;color:#2e2e2e;}
a.menu_hover{ background:#f3bd2d;color:#2e2e2e;}
.menu ul li.cur span a{ background:#f3bd2d;color:#2e2e2e;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:relative;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;}

/*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;}

/*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;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;width: 10px;height: 10px;border-radius: 20px;border: 1px solid #fff;background: transparent;}
.bannerSwiper .swiper-pagination-bullet-active{background: #fff;}
.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev{opacity: 0;transition: 0.32s;}
.bannerSwiper .swiper-button-next:after, .bannerSwiper .swiper-button-prev:after{font-size: 30px;color: #fff;}
.bannerSwiper:hover .swiper-button-next, .bannerSwiper:hover .swiper-button-prev{opacity: 1;}

.iTit{text-align: center;font-size: 22px;color: #333;background: url(../images/h_title_bg.png) bottom no-repeat;padding-bottom: 20px;}

.index1{margin: 60px 0 30px;}
.i1Warp{width: 100%;}
.i1Warp .left,
.i1Warp .cet,
.i1Warp .right{padding: 0 15px;box-sizing: border-box;}
.i1Warp .left{width: 26%;}
.i1Warp .cet{width: 30%;}
.i1Warp .right{width: 44%;}
.i1Warp .img{width: 100%;}
.i1Warp .img img{width: 100%;}
.i1Warp .part1{display: block;width: 100%;}
.i1Warp .part1 .t1{font-size: 18px;color: #337ab7;font-weight: bold;}
.i1Warp .part1 .t1:hover{color: ##23527c;}
.i1Warp .part1 .time{font-size: 12px;color: #aaa;margin-top: 5px;}
.i1Warp .part1 .more{border: 1px #ccc solid;color: #035baa;display: block;width: 95px;height: 30px;text-align: center;line-height: 30px;margin-top: 30px;}
.i1Warp .part1 .more:hover{background: #035baa;color: #fff;}
.i1Warp ul li a{display: block;display: flex;justify-content: space-between;align-items: center;line-height: 35px;font-size: 12px;color: #666;}
.i1Warp ul li a:hover{color: #035baa;}
.i1Warp ul li a .time{margin-right: 10px;}
.i1Warp ul li a .t1{flex: 1;}

.index2{width: 100%;margin: 30px 0;}
.i2Warp{width: 100%;}
.i2Warp .row{margin-bottom: 10px;width: calc(50% - 5px);}
.i2Warp .row:first-child{width: 100%;}
.i2Warp .warp{width: 100%;height: 100%;background: #f6f6f6;padding: 20px 15px;box-sizing: border-box;}
.i2Tit{font-size: 20px;color: #333;font-weight: bold;margin-bottom: 5px;}
.i2Tit strong{display: block;}
.i2Tit span{border-bottom: 1px #d2d2d2 solid;padding-right: 5px;padding-bottom: 3px;color: #999;font-weight: normal;font-size: 12px;display: inline-block;width: auto;}

.i2_city{margin-bottom: 5px;}
.i2_city a{padding: 0 25px 0 0;display: inline-block;color: #666;line-height: 2.2;}
.i2_city a:hover{color: #176ac0;}

.i2_checkbox{margin-bottom: 35px;font-size: 12px;color: #333;}
.i2_checkbox input{vertical-align: middle;margin-right: 5px;}
.i2_checkbox label{display: inline-block;margin-right: 10px;}

.i2_search{width: 100%;max-width: 70%;height: 35px;position: relative;overflow: hidden;border: 1px solid #a0a0a0;border-radius: 20px;}
.i2_search input{position: absolute;top: 0;left: 0;width: 100%;height: 35px;background: transparent;padding: 0 20% 0 20px;box-sizing: border-box;outline: none;}
.i2_search button{width: 20%;height: 35px;background: #035baa;color: #fff;border: none;position: absolute;top: 0;right: 0;}

.index3{margin: 60px 0 30px;}
.i3Tab{padding: 0 30px;border: 1px #ccc solid;border-radius: 25px;width: 55%;margin: 0 auto;box-sizing: border-box;}
.i3Tab ul{display: flex;justify-content: center;align-items: center;height: 40px;line-height: 40px;}
.i3Tab ul li{display: inline-block;padding: 0 25px;font-size: 16px;color: #000;}
.i3Tab ul li a{color: #000;}
.i3Tab ul li.on{background: #035baa;color: #fff;}
.i3Tab ul li.on a{color: #fff;}

.i3List{width: 100%;}
.i3List ul li{float: left;width: 33.3%;padding: 0 15px;box-sizing: border-box;margin-bottom: 30px;}
.i3List .part{display: block;width: 100%;}
.i3List .part .img{width: 100%;}
.i3List .part .img img{width: 100%;}
.i3List .part .tit{width: 100%;margin-top: 10px;font-size: 16px;color: #000;text-align: center;}
.i3List .part:hover .img img{transform: scale(1.1);}
.i3List .part:hover .tit{color: #035baa;}

.index4{width: 100%;margin: 30px 0;}
.index4 dl{display: flex;flex-wrap: wrap;justify-content: space-between;}
.index4 dl dt{width: 100px;line-height: 30px;font-size: 14px;color: #333;}
.index4 dl dd{width: calc(100% - 100px);}
.index4 dl dd a{color: #333;font-size: 14px;display: inline-block;padding: 0 25px 0 0;color: #666;line-height: 2.2;}
.index4 dl dd a:hover{color: #035baa;}

.footer{margin: 20px 0;font-size: 12px;color: #333;}
.footer .desc{text-align: center;}
.footer p{padding: 0;}

.mainFull{margin: 20px 0;}
.mainWarp{width: 100%;border: 1px #ccc solid;box-sizing: border-box;}
.ml{border-right: 1px #ccc solid;border-bottom: 1px #ccc solid;margin-bottom: 5%;width: 25%;box-sizing: border-box;}
.mr{width: 75%;}
.mlTit{width: 100%;background: url(../images/a_bg.png) repeat-x;color: #035baa;text-align: center;line-height: 30px;padding: 25px 0;font-size: 12px;}
.mlTit strong{display: block;font-weight: normal;font-size: 24px;}

.mlList{width: 100%;}
.mlList ul li{text-align: center;border-top: 1px #ccc solid;font-size: 18px;}
.mlList ul li a{display: block; width: 100%;height: 60px;overflow: hidden;line-height: 60px;color: #035baa;text-decoration: none;}
.mlList ul li a:hover{background: #035baa;color: #fff;}
.mlList ul li.on a{background: #035baa;color: #fff;}

.pagebar{margin: 0 auto;padding: 15px 0 10px;text-align: center;}
.pagebar a{margin: 2px;padding: 5px 10px; font-size: 14px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 14px;color: #fff; font-weight: 400;padding: 5px 10px;margin: 0 5px 5px;border: 1px solid #0188fb; border-radius: 2px; background: #0188fb;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #0188fb; background: #0188fb;}

.mrTop{width: 100%;overflow: hidden;padding: 20px 10px;border-bottom: 1px #ccc dashed;box-sizing: border-box;}
.current{font-size: 14px;color: #333;}
.current a{color: #337ab7;}
.current a:after{content: ">";color: #333;padding: 0 5px;}
.current a:last-child:after{display: none;}

.about{padding: 10px 30px 0 10px;box-sizing: border-box;}

.newList{width: 100%;}
.newList ul li{display: flex;justify-content: space-between;flex-wrap: wrap;margin: 25px 0;}
.newList .time{width: 20%;text-align: center;}
.newList .time strong{font-size: 36px;color: #333;display: block;font-weight: normal;}
.newList .time span{display: block;width: 60%;font-size: 16px;color: #999;padding: 12px 0;border-bottom: 1px #ccc solid;margin-left: auto;margin-right: auto;}
.newList .desc{width: 76%;}
.newList .t1{color: #333;font-size: 18px;margin: 15px 0;}
.newList .txt{font-size: 12px;color: #888;line-height: 1.8;margin-top: 10px;}
.newList ul li:hover .time{background: #035baa;}
.newList ul li:hover .time strong{color: #fff;}
.newList ul li:hover .time span{color: #fff;border: none;}
.newList ul li:hover .t1{color: #035baa;}

.inquiry{width: 100%;}
.inquiry_form{padding: 45px 10px 25px 10px;box-sizing: border-box;}
.inquiry_form ul{display: flex;justify-content: center;flex-wrap: wrap;}
.inquiry_form ul li{display: inline-block;margin: 3px;}
.inquiry_form select,
.inquiry_form input{border: solid 1px #ddd;padding: 3px;color: #333;font-size: 14px;width: auto;outline: none;box-sizing: border-box;height: 30px;}

.inquiry_form input:hover,
.inquiry_form input:focus{border: solid 1px #3bb4f2;}
.inquiry_form input{max-width: 125px;}
.inquiry_form select{max-width: 118px;}
.inquiry_form ul li:nth-child(5) input{max-width: 115px;}
.inquiry_form button{width: 54px;height: 30px;background: #d43f3a;border: none;color: #fff;font-size: 14px;border-radius: 5px;}

.inquiry_result{width: 100%;}

*{box-sizing: border-box;}
table{border-collapse: collapse;border-spacing: 0;}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

.inquiry_result table{border: none;}
.inquiry_result table thead{color: #fff;background-color: #337ab7;border: none;}
.inquiry_result table thead tr,
.inquiry_result table thead th{border: none;}
.inquiry_result tbody{color: #333;text-align: center;}

.inside{padding: 20px;box-sizing: border-box;}
.inside img{width: auto;max-width: 100%;}

@media only screen and (max-width: 1200px) {
.wapper{ width:100%;}
.i3Tab{width: 100%;}
.mlList ul li{font-size: 16px;}



}

@media only screen and (max-width: 780px) {
.header{ display:none}
.iLogo{display: none;}
.sp_header1{ display:block;}
.sjj_nav1{ display:block;}
.i1Warp .left, .i1Warp .cet, .i1Warp .right{padding: 10px 0;width: 100% !important;}
.i2_search{width: 100%;max-width: 100%;}
.i2Warp .row{width: 100%;}
.i3Tab{padding: 0;overflow: hidden;}
.i3Tab ul li{font-size: 14px;padding: 0 10px;}
.i3List ul li{padding: 0 5px;margin-bottom: 10px;}
.i3List .part .tit{font-size: 14px;}
.index4 dl dt{width: 100%;margin-bottom: 10px;}
.index4 dl dd{width: 100%;}
.index4 dl dd a{padding-right: 10px;}
/*.mainFull .wapper{padding: 0;}*/
.ml{width: 100%;margin-bottom: 0;}
.mlTit{padding: 10px 0;}
.mlList ul{display: flex;flex-wrap: wrap;}
.mlList ul li{width: 50%;font-size: 14px;padding: 0 5px;box-sizing: border-box;}
.mlList ul li a{height: 50px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;line-height: 50px;}
.mr{width: 100%;}
.inside{padding: 10px;}
.about{padding: 10px;}
.newList .time strong{font-size: 18px;}
.newList .time span{padding: 6px 0;}
.newList .t1{font-size: 16px;}
.current span{display: none;}


}
