@charset "UTF-8";
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
img{
    border:0;display: inline-block;width: auto;
    max-width: 100%;
}
ul,li{ list-style: none;pading:0;margin:0;}
a{color:#333;text-decoration:none;-webkit-transition: all .2s;-moz-transition: all .2s;
    -ms-transition: all .2s;-o-transition: all .2s;transition: all .2s;}
a.more{position: relative;}
a.more span{position: relative;z-index: 2;}
a.more:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100px;
    background: rgba(255,255,255,0.3);
    transition: all .3s;
}
.no_touch a.more:hover:after{width: 100%;}
.l{float:left;}
.r{float:right;}
.pd-15{padding:0 15%;}
img.phone_img{display: none;}
@media only screen and (max-width: 767px){
    img.pc_img{display: none;}
    img.phone_img{display: block;}
}

 /*clear 页头，页脚，内容区都不用再加清除样式*/
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before,
.footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, after, .header:after, .main:after,
.footer:after { content: ''; display: table; clear: both }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear, .cl { display: block!important; float: none!important;
    clear: both; width: auto!important; max-width: none!important;
    min-width: 0!important; max-height: none!important;
    min-height: 0!important; overflow: hidden; margin: 0!important;
    padding: 0!important; border: 0 none!important;
    font-size: 0!important; line-height: 0!important }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {opacity:0.6;}
input:-moz-placeholder, textarea:-moz-placeholder {opacity:0.6;}
input::-moz-placeholder, textarea::-moz-placeholder { opacity:0.6;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {opacity:0.6;}

/*改变placeholder 颜色*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}
.clearfix:after{clear:both;display:block;visibility:hidden;overflow:hidden;height:0;content:"."}

/* input[readonly],.form-control[readonly]{background-color: #FFFFFF;color:#333;} */


body{font-size: 14px;
    height: 100%;
    margin: 0;
}

html,body{height: 100%;}

body{margin:0 auto;overflow: visible;overflow-x: hidden;}
body.w1200{overflow: visible;height: auto;}
/*公用样式结束end*/






/*内容开始*/
section{
    position:relative;
}
.bod-cont{margin:0 auto;position: relative;z-index: 9;height:100%;}
.header{position: fixed;top: 0px;left: 0px;right: 0px;z-index: 999;background:#fff;
    /*box-shadow: 4px 4px 20px #999;*/
}
.hed-top{padding: 5px 15%;}
.hed-top p{font-size:20px;margin-top: 18px;
    margin-bottom: 0;}
.header .header01{position: relative;/* top: 20px; */
/* overflow: hidden;  height: 100px;  */
}
.header .header01 .logo{float: left;padding-left:0px;}
.header .header01 .logo a{text-indent: -9999px;display: inline-block;width:122px;height:55px;
    background-image: url(../images/logo.png);background-size:75%;background-repeat: no-repeat; }
.header .header01 .nav{
    /* float: left; */
    /* margin-top: 15px; */ 
}
.form{
    display: block;
    float: right;
    margin-top: 20px;  line-height: 30px;margin-right:40px;
    width: 140px;
    border: 1px solid #fff;
    background:#ff7b00;
    border-radius: 60px;
}
.ser{
    width: 90px;
    border: none;
    padding-left: 20px;
    background:none;
    color: #fff;
    /*line-height:30px;*/
    height:30px;
}
.ser-btn{
    float: right;
    border: none;
    background: none;
}
.form1{
    width:240px;
}
.ser1{
    width:180px;
}
.header .header01 .nav>ul{/* float: left; */transition:all 0.5s ease-in-out;opacity: 1;margin-bottom: 0;padding-left:0 !important;}
.header .header01 .nav>ul li{float: left;width:16.6%;text-align: center;height:45px;  position: relative;  }
.header .header01 .nav>ul li:last-child a{border-right:1px solid #fff;}
.header .header01 .nav>ul li a{display: inline-block;width: 100%;font-size: 16px;font-weight: 600;color:#fff;border-left: 1px solid #fff;margin-top: 10px;}
.header .header01 .nav>ul li a span{
    display: inline-block;
    width: 0;margin:0 auto;height: 2px;background: #fff;
    position: absolute;bottom: 0px;left: 50%;
    -ms-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header .header01 .nav>ul li:hover span{width: 100%;}
.header .header01 .nav>ul li.hover span{width: 100%;}

.header .header02{height: 90px;background-color: rgba(0,0,0,0.8);width: 100%;opacity: 0;position: absolute;
    top: -90px;left: 0px;right: 0px;}
.header .header02 .logo{float: left;margin-left: 40px;margin-top: 17px;}
.header .header02 .nav{float: right;margin-top: 23px;padding-right: 20px;}
.header .header02 .nav>ul{float: left;margin-top: 10px;transition:all 0.5s ease-in-out;opacity: 1;}
.header .header02 .nav>ul li{position: relative;float: left;width: 115px;margin-right: 20px;text-align: center;height: 57px;}
.header .header02 .nav>ul li a{color: #fff;font-size: 16px;display: inline-block;width: 100%;height: 100%;}
.header .header02 .nav>ul li a span{display: inline-block;
    width: 0;margin:0 auto;height: 2px;background: #f60;
    position: absolute;bottom: 0px;left: 50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header .header02 .nav>ul li:hover span{width: 100%;}
.header .header02 .nav>ul li.hover span{width: 100%;}
.header .header01 .logo a img{display: none;}
.touch_body .header .header02{top: 0!important;}
.header03{display: none;}
/* .cur-na{color:#ff7b00;} */

.nav-top{background:#005dc2;}








/*banner 轮播*/
.bs-example{
    position: relative;
    top:0;
    margin-top:100px;
	border-bottom: 7px solid #005dc1;
}
.carousel-indicators{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 1px;
	background-color: #005fc1;
	border: 1px solid #005fc1;
    
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}
.ser-int .carousel-caption{
	top:50%;
}
.inp-int input{
	height: 50px;
	width: 60%;
	border-top-left-radius: 60px;
	border-bottom-left-radius: 60px;
	border: none;
	text-indent: 18px;
	color: #555;
	display: initial;
}
.inp-int input:focus{border:none;}
input[readonly],.form-control[readonly]{background-color: #FFFFFF;}

input:focus{border: none !important;box-shadow: none !important;}
.inp-int input.form-control:focus{border:none;}

.inp-int a{
	display: inline-block;
    width: 65px;
    height: 51px;
    background: #005fc1;
    margin-top: 0;
    padding: 0;
    vertical-align: top;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-left: -10px;
}
.inp-int a img{
	width: 26px;
	height: 26px;
	margin-top: 12px;
	margin-left:0px;
}

/* 分类 */
.title{
    text-align:center;
}
.title h1{
    margin:0;
}
.title p{
    color:#666;
    font-weight:300;
    font-size:24px;
    margin-top:20px;
}
.snack-cont{
    margin-top:60px;
	margin-bottom: 45px;
}
.ls-cj{
    /* margin-top:40px; */
    margin-right:0;
    margin-left:0;
	padding-left: 0;
}

/* .ict-alt ul li{float:left;width:20%;} */
.rotate{width:220px;height:190px;background:#f0f0f0;padding-top: 35px;margin: auto;}
.rotate:hover{background:#005DC2;}
/* .rota-im img{width:70px;height:70px;} */
.rota-im{
	width:120px;
	height:120px;
	background:url(../images/ict2.png)center center no-repeat;
	background-size:contain;
	margin:auto;
}
/* .ict1{
	background:url(../images/ict1.png)center center no-repeat;
	background-size:contain;
} */
.rotate:hover .ict1{background:url(../images/ict1-1.png)center center no-repeat;}
/* .ict2{
	background:url(../images/ict2.png)center center no-repeat;
	background-size:contain;
} */
.rotate:hover .ict2{background:url(../images/ict2-1.png)center center no-repeat;}
/* .ict3{
	background:url(../images/ict3.png)center center no-repeat;
	background-size:contain;
} */
.rotate:hover .ict3{background:url(../images/ict3-1.png)center center no-repeat;}
/* .ict4{
	background:url(../images/ict4.png)center center no-repeat;
	background-size:contain;
} */
.rotate:hover .ict4{background:url(../images/ict4-1.png)center center no-repeat;}
/* .ict5{
	background:url(../images/ict5.png)center center no-repeat;
	background-size:contain;
} */
.rotate:hover .ict5{background:url(../images/ict5-1.png)center center no-repeat;}
.im-js p{
    font-size:16px;
    padding:10px;
	text-align: center;
}


/*图片缩放*/
.sca-im{
    display:block;
    overflow:hidden;
}
.sca-im img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sca-im:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.scal-im{
    display:block;
    overflow:hidden;
}
.scal-im img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.scal-im:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}


/*图片翻转*/
.rotate .rota-im{
    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
}
.rotate:hover .rota-im{
    transform: rotateY(-180deg);
}
.rotate .rota-im img{
    width: 100%;
    height: auto;
}

/*图片缩放-缩小*/
.sc-im{
    display:block;
    overflow:hidden;
}
.sc-im img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sc-im:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.l-lst{margin:10px;}
.wp-12{max-width:1200px;margin:0 auto;}

.products{background:#f0f0f0;padding:40px 0;padding-top:60px;}
.title h1{font-size:30px;text-transform: uppercase;}
.heng{width:35px;height:4px;background:#333;margin:auto;margin-top:10px;}
.relat{position:relative;}
.relat-slider img {
    width: 100%;
}
.p-im-c{width:200px;height:150px;border:1px solid #ccc;}
.p-im-c img{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tang{position:absolute;background:#005DC2;width:42px;height:42px;line-height:42px;
 bottom:-10px;left:0;text-align: center;color:#fff;font-size:24px;}
 .p-js{margin-top: 15px;}
.p-js b{font-size:18px;display:block;}
.prd-tab{margin-top:75px;}
.prd-tab .p-list{margin-bottom:20px;}
.part-two{padding:75px 0;}
.h-x{width:3px;height:20px;background:#005DC2;display:inline-block;margin-right:12px;}
.r-rmt h4{font-weight: 600;padding: 0;margin: 0;margin-top: 20px;}
.p-ind{margin-top: 25px;}
.wz-t{font-size:16px;}
.two-Bd{margin-top:75px;}
.t-list{
	margin-bottom: 25px;
    box-shadow: 0px -5px 18px #eee;
    padding: 0;
}
.l-pic{width:40%;}
.r-rmt{width:55%;margin-left:20px;}
.cut{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
    font-size: 20px;
}

.footer{border-top: 7px solid #005dc2;}
.foot-cot{padding:45px 0;
background:url(../images/tu-t.jpg)no-repeat;
background-size:cover;
}
.ft-link ul li{font-size:16px;line-height:32px;}
.ft-link ul li a{color:#fff;}
.f-tit{text-align: center;color:#fff;margin-top:15px;}
.f-tit h3{margin:0;padding:0;}
.h-tt{width:38px;height:3px;background:#fff;margin:auto;margin-top: 10px;}
.a-all{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.a-all a{display:inline-block;margin:10px;}
.fot-bot{background:#000;padding:10px;}
.fot-bot p{color:#fff;text-align: center;color:#fff;margin: 0;font-size:14px;}
.tel-phone{color:#fff;font-size:28px;}
.tel-phone img{width:34px;height:26px;vertical-align:middle;display:inline-block;}
.r-lst{margin-bottom:25px;}

.recomd{
    z-index: 99;
    margin-top:30px;
}
.side1{position:absolute;top:0;right:-60px;}
.side2{position:absolute;bottom:-160px;left:-60px;}


/* 产品中心 */
.inp-int-t{
	position:absolute;
	bottom:30%;
	left:20%;
	right:20%;
	width:60%;
	text-align: center;
	/* margin-left:-20%; */
}
.ny-lmt ul{margin-left:0;padding-left:0;}
.ny-lmt ul li{float:left;font-size:14px;text-transform:uppercase;text-align: center;color:#fff;
line-height: 30px;}
.ny-lmt ul li a{color:#fff;}
.st1{
	background:#d4d4d4;
	position:relative;
	width: 46px;
	height: 36px;
}
.st1 a{display:block;position:relative;padding: 0 10px;
    line-height: 36px;width: 45px;}
.st1 a img{width: 18px;
height: 18px;
margin-left: -5px;
}
.st2{
	background:#d4d4d4;
	position:relative;
	/* background-size:contain; */
	/* width: 88px; */
	height: 36px;
	margin-left: 20px;
}
.h-lf{
	position: absolute;
	background: url(../images/h_lf.png)no-repeat;
	left: -14px;
	background-size: contain;
	top: 0;
	width: 14px;
	height: 37px;
}
.h-rt{
	position: absolute;
	background: url(../images/h_r.png)no-repeat;
	right: -12px;
	background-size: contain;
	top: 0;
	width: 16px;
	height: 37px;
}
.st2 a{display:block;position:relative;padding: 0 10px;
    line-height: 36px;}

.st3{
	background:#0b9ebd;
	/* width: 105px; */
	height: 36px;
	margin-left: 17px;
	/* margin-left: 15px; */
}
.st3 a{display:block;position:relative;padding: 0 10px;
    line-height: 36px;}
.lan_lef{
	position: absolute;
	background: url(../images/lan_lef.png)no-repeat;
	left: -10px;
	background-size: contain;
	top: 0;
	width: 14px;
	height: 37px;
}
.lan_rt{
	position: absolute;
	background: url(../images/lan_rt.png)no-repeat;
	right: -10px;
	background-size: contain;
	top: 0;
	width: 16px;
	height: 37px;
}

.ny-lmt{padding-bottom: 15px;border-bottom: 1px solid #ccc;}
.z-ind{background:#eee;padding:5px 10px;margin-top:15px;}
.z-ind ul{padding-left:0;margin-top: 3px;}
.z-ind ul li{float:left;font-size:16px;margin:0 10px;}
.b-tt{font-size:18px;font-weight:500;}

.Bd-all{margin-top:20px;}
.bg-h{
	background:#005DC1;font-size:24px;
	color:#fff;
	font-weight:600;
	padding:5px 10px;
}

.u-bat ul .u-lsf{background:#f7f7f7;margin-bottom:2px;padding:0 10px;}
.u-bat ul{padding-left:0;}

.n-sub{padding: 0 15px;}
.n-sub ul li{line-height:36px;border-bottom:1px solid #eee;}
.n-sub ul li:last-child{border-bottom:none;}
.n-sub ul li a{font-size:16px;}
.dt-d{width:18px;height:18px;background:#005DC2;border-radius:100px;
text-align: center;line-height: 18px;color:#fff;
position:absolute;
right:0;
top:9px;
}
.a-tpp{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	font-size:18px;
	color:#005DC2;
}
.u-bat ul .curtt a{
	color:#005DC2;
}

.table-all{width:100%;}
.table-all tr th{
	color:#005DC2;
	font-size:18px;
	background:#fafafa;
	border-bottom:2px solid #005DC2;
	text-align:left;
	line-height: 36px;
}
.table-all tr td{text-align:left;line-height: 45px;}
.state{
	/* padding:0px 10px;
	background:#333;
	border-radius:100px;
	color:#fff;
	text-align:center;
	font-size:15px;
	margin:0 20%;
	height: 26px;
	line-height: 26px; */
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .3rem;
	color: white;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.state1{background:#2056a2;}
/* .state a{display:block;background:#2056a2;border-radius:100px;color:#fff;text-align:center;
	font-size:15px;} */
.td-im img{width:50%;}
.part-three{padding:40px 0;}

.null-kb{height:90px;}
.nav-top ul li.curent{border-bottom:1px solid #fff;}
.st21{
	background:url(../images/st21.png)no-repeat;
	background-size:contain;
	width: 200px;
	height: 30px;
}
.list-Bd .list-itemt{padding-left:0;}
.list-Bd .list-itemt li{
	border:1px solid #cccc;
	padding:15px;
	margin-bottom:20px;
}
.list-Bd .list-itemt li h3{font-size:18px;margin: 0;}
.list-Bd .list-itemt li p{font-size:16px;margin-top: 10px;}
.a-btn-v a{color:#adadad;font-size:14px;}
/* .page .pagination > li > a{color:#fff;background-color:#dbdbdb;} */
.page .pagination > li > a, .page .pagination > li > span{
	color:#fff;background-color:#dbdbdb;
	margin:2px 5px;
}
.page .pagination li.p-act a{background-color:#2065cd;color:#fff;}

 .titel{
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}
.line{
	width: 5px;
	height: 20px;
	background: #2167cc;
	margin-right: 10px;
	display: block;
	float: left;
}
.cut-answer{
	border-bottom: 1px solid #c8c8c8;
	padding-bottom: 10px;
}
.answer-q{
	float: left;
	width: 20px;
	background: #898989;
	color: white;
	text-align: center;
	margin-right: 10px;
	font-weight: normal;
}
.answer-a{
	float: left;
	width: 20px;
	background: #000;
	color: white;
	text-align: center;
	margin-right: 10px;
	font-weight: normal;
}



.cut-news{
	width:8%;
}
.new-date-01{
	width: 56px;
	background: #f2f2f2;
	color: #2167cc;
	text-align: center;
	/* margin-right: 10px; */
	font-weight: normal;
	font-size: 24px;
	padding: 5px 0;
}
.new-date-02{
	width: 56px;
	background: #2167cc;
	color: white;
	text-align: center;
	/* margin-right: 10px; */
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0;
}
.news-title{
	font-weight: bold;
	font-size: 18px;
}
.r-wen{width:91%;}
.p-txt{
	border-left: 3px solid #e3e3e3;
	padding-left: 8px;
	margin-top: 6px;
}

.list-Bd-no .list-itemt li {
	border:none;
	border-bottom: 1px solid #eee;
}
.list-Bd .list-itemt li:hover .a-btn-v a{color:#2167cc;}
.st31{
	background:url(../images/news.png)no-repeat;
	background-size:contain;
	width: 150px;
	height: 30px;
}
.new-banner .bs-example{margin-top:0;border-bottom:none;}
.new-weng .carousel-caption{
	bottom: 2%;
	left:2%;
	right: auto;
	padding: 0;
}
.new-banner .carousel-indicators {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 15;
	width: 90%;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	list-style: none;
}
.new-banner .carousel-indicators li{padding:0;}
.new-banner{margin-bottom: 15px;}
.st31{
	background:url(../images/st31.png)no-repeat;
	background-size:contain;
	width: 305px;
	height: 30px;
}


.gg-alt{
	background:#fafafa;
	border:1px solid #ccc;
	padding:35px 20px;
}
.pr-z{font-size:18px;}
.pr-z strong{font-size:26px;color:#da1515;margin-right:20px;}
.pr-zat a{display:inline-block;background:#e2e8f1;
font-size:14px;text-align: center;
border:1px solid #8faacf;
padding:0px 5px;
border-radius:3px;
margin-right:20px;
}
.g-top{
	padding-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.g-btn{margin-top:32px;}
.g-btn a{
	color:#2167cc;
	font-size:18px;
	display:block;
	margin-right:30px;
}
.pr-zat{margin-top: 15px;}
.a-down img{display:inline-block;vertical-align: text-top;}
.bg-f5{background:#f5f5f5;}
.bg-white{background:#fff;}
.bg-h-r{font-weight:normal;border-top-left-radius:6px;border-top-right-radius:6px;padding: 8px 15px;}
.pdd-20{padding:20px;}
.detat h3{padding:0;margin:0;}

.rt-part1{
	background:url(../images/icn-bg.png)no-repeat;
	background-size:cover;
	padding:20px;
	height: 300px;
	border-radius:10px;
}
.pt-top img{display:inline-block;vertical-align:top;}
.pt-top h3{font-size:30px;color:#fff;display:inline-block;margin:0;margin-left: 8px;}
.rt-part1 p{font-size:24px;color:#fff;margin-top: 15px;}
.c-ck{font-size:18px;background:#fff;border-radius:100px;padding:5px;display:inline-block;
padding-left: 16px;margin-top:35px;}
.c-ck a{color:#2167cc;}
.c-ck img{display:inline-block;vertical-align:middle;}
.s-tt{
	font-size:24px;
	line-height: 40px;
	padding: 10px 20px;
	background:#e2eaf7;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.part2-Bd{padding:20px;}
.part2-Bd ul{padding-left:0;}
.part2-Bd ul li{font-size:18px;line-height:30px;padding: 5px 0;}
.a-lst .f-tt{width:90%;}
.a-lst b{font-weight:normal;}
.rt-part2{margin-bottom:25px;}
.lx-xt img{display:inline-block;vertical-align:middle;}


.suo{margin-top:30px;}
.suo .panel-default > .panel-heading {
color: #fff;
background-color: #2167cc;
border-color: #ddd;
}

.new-weng .mask-wz{
	width: 100%;
	height: 48px;
	background: rgba(0,0,0,0.3)no-repeat;
	left: 0;
	bottom: 0;
	text-align: left;
	padding-left: 2%;
}
.new-weng .mask-wz p{width:60%;}

.lm-pat h4 a{display:block;font-size:18px;}
.single-ict{
	font-size:22px;
	color:#2167cc;
}
.sidebar-menu li{
	background:#f7f7f7;
}
.mymenu{
	font-size: 18px;
	line-height: 20px;
	border-bottom: 1px solid #e4e4e4;
	display: block;
	padding: 10px;
	margin: 5px;
}
.amenu li{
	font-size: 16px;
	border-bottom: 1px solid #eee;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 10px;
    
}
li a {
    color:#005DC2
}
.n-menu{
	font-size: 18px;
	line-height: 20px;
	display: block;
	padding: 10px;
	margin: 5px;
}



.lx_all{background:#f2f7fe;padding:60px 0;}
.h-xt{width:50px;height:5px;background:#2065cd;margin-top:10px;}
.ct-tit h3{font-size:24px;color:#2065cd;margin: 0;
    font-weight: 500;}
.ct-Bd{margin-top:45px;}
.ct-Bd ul{padding-left:0;}
.ct-Bd ul li{float:left;width:48%;font-size:18px;margin-bottom:18px;}
.ct-Bd ul li:nth-child(2n){float:right;}
.ct-Bd ul li span{display:inline-block;}
.ct-Bd ul li span img{display:inline-block;}
.map{margin-top:20px;}
/* .map img{width:100%;} */
.form-alt{margin-top:45px;}
.form-alt .input-group{margin-bottom:10px;width: 100%;height:64px;}
.form-alt .input-group-lg > .form-control{height:64px;}
.form-alt .area-group > .form-control{height:200px;}
.area-group .form-control:focus{box-shadow:none;}
.form-alt input{border:none;width:100%;line-height:65px;}
.form-alt .input-group textarea{border:none;height:200px;}
.btn-sut a{display:block;background:#2065cd;color:#fff;text-align:center;line-height: 40px;width:120px;margin-top:30px;}
.btn-sut a img{display:inline-block;vertical-align:middle;}
.ick{width:10%;}
.ic-lst p{width: 84%;margin-left: 2%;}

.header .header01 .sub-menu ul li{float:unset;width:auto;line-height: 35px;}
.header .header01 .sub-menu ul li:last-child a{border-right:none;}
.header .header01 .sub-menu ul li a{border-left:none;border-right:none;color:#333;}
.header .header01 .sub-menu ul{padding-left:0;}
.header .header01 .sub-menu
{
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 55px;
	width: 100%;
	/* box-shadow: 5px 5px 5px #eee; */
	height: 0;
	overflow: hidden;
	-webkit-transition: transform 0.4s;
	-o-transition: transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.header .header01 .nav li:hover .sub-menu
{
	height: auto;
	-webkit-transform: translatey(-10px);
	-ms-transform: translatey(-10px);
	-o-transform: translatey(-10px);
	transform: translatey(-10px);
	height: auto;
	padding: 10px 0;
}
.header .header01 .nav li:hover .sub-menu a{margin-top:0;}
.rt-mgt{margin-bottom: 25px;}

.p-change{margin-top:40px;}
.p-change .nav-tabs li{font-size:24px;}
.p-change .nav-tabs >li a{margin-right:50px;font-weight: 600;}
.p-change .nav-tabs >li.active a{
	border:none; 
	border-bottom: 3px solid #2167cc;
	color: #2167cc;
}
.change-content{padding:0 20px;background:#fafafa;margin-top:20px;padding-top: 10px;}
.pant-tab ul{padding-left:0;}
.pant-tab ul li{border-bottom:1px solid #eee;padding:10px;margin-top: 10px;}
.pant-tab ul li:last-child{border-bottom:none;}
.p-h{width:4px;height:26px;background:#2167cc;margin-top: 3px;}
.p-wzt{margin-left:15px;width: 95%;}
.p-wzt h3{font-size:24px;font-weight:normal;}
.p-wzt p{margin-top:5px;font-size:18px;}
.tab-pan-list{margin-left: -30px;}

.suo-tab{padding: 0 15px;}
.suo-tab ul{padding-left:0;}
.me-img{width:25%;}
.me-wzt{width:68%;margin-left:3%;}
.suo-tab .mymenu{
	background: #2167cc;
	border-radius: 100px;
	padding: 15px;
	margin: 0 -10px;
	color: #fff;
}
.suo-tab .single-ict {
    font-size: 22px;
    color: #fff;
}
.suo-tab .sidebar-menu li {
    background: none;
	margin-top: 25px;
}
.suo-tab .sidebar-menu li .treeview-menu
{
	border: 1px solid #ccc;
	margin-top: -5px;
	border-top: none;
	padding: 20px 0;
	padding-top: 10px;
}
.suo-tab .amenu li{border-bottom:none;border:1px solid #ccc;padding:10px;
    margin-top: 25px;}
.me-wzt p{margin:0;line-height:25px;}
.thumb-dd .gallery-thumbs{margin-top:10px;}
.slt-slide img{
    width: 100%;
    height: 100%;
}
.ved-slide img{width:100%;height:180px;}
.ved-swp .swiper-button-prev{
    background:url(../images/ved-lef.png)no-repeat;
	left: 10px;
    right: auto;
}
.ved-swp .swiper-button-next{
    background:url(../images/ved-rt.png)no-repeat;
	right: 10px;
    left: auto;
}
.me-img{position:relative;}
.me-img a{display: block;position: relative;}
.fd-t{width:40px;height:40px;background:#2167CC;position:absolute;right:0;bottom:0;}
.fd-t img{width:20px;height:20px;margin: auto;
    display: block;
    margin-top: 10px;
}

/* 图片放大 */
.fs_gallery {
    background: rgba(0,0,0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}
.fs_gallery_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    color: #ccc;
    font-size: 34px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    z-index: 102;
}
.fs_gallery_close:before {
    content: "×";
}
.fs_gallery_close:hover {
    color: #fff;
}

.fs_gallery_prev, .fs_gallery_next {
    position: absolute;
    width: 80px;
    color: #ccc;
    font-size: 30px;
    cursor: pointer;
    z-index: 101;
}
.fs_gallery_prev:hover, .fs_gallery_next:hover {
    background: rgba(0,0,0, 0.1);
    color: #fff;
}
.fs_gallery_prev {
    left: 0;
    top: 0;
    bottom: 0;
}
.fs_gallery_next {
    right: 0;
    top: 0;
    bottom: 0;
}
.fs_gallery_prev:before {
    content: "‹";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}
.fs_gallery_next:before {
    content: "›";
    position: absolute;
    height: 30px;
    margin-top: -30px;
    top: 50%;
    left: 35px;
}

.fs_gallery_shuft {
    position: relative;
    width: 9999999px;
}
.fs_gallery_shuft:after {
    clear: both;
    content: "";
    display: block;
}
.fs_gallery_shuft_item {
    float: left;
    position: relative;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    background-repeat: no-repeat;
}
.fs_gallery_shuft_item img {
    box-shadow: 0 0 8px rgba(0,0,0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
}
.carousel-inner > .item > img{
    width:100%
}



.ser-sou{
	width: 500px;
	margin-left: 30%;
	margin-top: 13px;
}
.ser-sou input{
	height: 36px;
	background: #f7f7f7;
}
.ser-sou .inp-int a{height: 36px;width: 50px;}
.ser-sou .inp-int a img{
	margin-top: 7px;
    width: 22px;
    height: 22px;
    margin-left: 10px;
}
