
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html,
body{
	min-width:1200px;
	width:100%;
	height:100%;
}

body{
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	background:#fff;
   	/*background:darkorange;*/
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}

ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}

.w{
	width:1200px;
	/*min-width:1200px;*/
	margin:0 auto;
}



/*header*/
header{
	height:117px;
	background:#fff;
}

.h_ser input{
	float:left;
}
.header h1{
	margin-top:21px;
	width:39%;
}

.header h1 img{
	width:100%;
	height:auto;
}

.head_search{
	overflow: hidden;
	width:100%;
	padding-top:32px;
	margin-bottom:15px;
}

.head{
	/*width:54%;*/
	width:56%;
}


.h_ser{
	float: right;
	border:1px solid #dcdcdc;
	border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
}

.h_ser input{
	border-radius:12px;
	-webkit-border-radius:12px;
	-o-border-radius:12px;
	-moz-border-radius:12px;
	-ms-border-radius:12px;
	line-height:25px;
}

.h_ser input.h_ser1{
	width:153px;
	padding:0 10px;
}

.h_ser input.h_ser2{
	width:35px;
	background:url(../images/top_search.jpg) no-repeat center;
}


nav>ul>li{
	float:left;
	margin:0 14px;
	position:relative;
}

nav>ul>li>a{
	color:#202020;
	font-size:15px;
}

nav>ul>li.hover>a,
nav>ul>li>a:hover,
nav>ul>li ol li a:hover{
	color:#0068b7;

}


nav>ul>li ol{
	position: absolute;
	top:20px;
	left:-72%;
	min-width:180px;
	background:#ff0000;
	text-align: center;
	padding:25px 0 15px;
	display: none;
	z-index:100;
}


nav>ul>li:hover ol{
	display: block;
}

nav>ul>li ol li{
	line-height:28px;
	text-align: left;
	padding-left: 5px;
}
nav>ul>li ol li a{
	color:#fff;
	font-size:13px;
}
nav>ul>li ol li a:hover{
	color:#fff;
	font-size:13px;
}
.language a{
	color:#666;
	margin:0 3px;
}

.language a:hover{
	color:#0168b7;
}


/*footer*/
.top_footer{
	background:#383938;
	padding:60px 0;
}

.bot_footer{
	background:#535453;
	text-align: center;
	color:#bbbbbb;
	font-size:13px;
	padding:14px 0;
}

.tf1{
	width:22%;
	margin-right:97px;
}

.tf1 h3,
.tf2 h3{
	font-size:20px;
	color:#fff;
	margin-bottom:30px;
}

.tf1 li{
	float:left;
	width:50%;
	line-height:25px;
}

.tf1 li a{
	color:#bbbbbb;
	font-size:14px;
}
.tf1 li a:hover{
	color:#0068b7;
}
.tf2{
	width:39%;
}

.tf2 li{
	line-height:25px;
	color:#bbbbbb;
	font-size:14px;
}

.tf3_1{
	margin-top:70px;
}

.tf3_1 h4{
	font-size:15px;
	color:#fff;
	margin-bottom:26px;
}

.tf3_1 a{
	margin-right:20px;
}


.tf3_ma{
	width:120px;
	height:120px;
	padding:10px;
	margin-left:16px;
	background:#5c5c5c;
	margin-top:45px;
}

.tf3_ma img{
	width:100%;
	height:100%;
}





/*******index*******/

/*banner*/
.in_banner{
	position: relative;	
	overflow: hidden;
}

.in_banner .slideBox .bd li{
	height:566px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%;
}

.in_banner .slideBox a{
	display: block;
    width:100%;
    height:100%;
}

.in_banner .slideBox .next,
.in_banner .slideBox .prev{
	position:absolute;
	top:45%;
	z-index: 100;
	width:35px;
	height:80px;
}

.in_banner .slideBox .next{
	right:5%;
	background:url(../images/banner_right.png) no-repeat center;
}

.in_banner .slideBox .prev{
	left:5%;
	background:url(../images/banner_left.png) no-repeat center;
}




.in_m1l{
	/*width:420px;*/
	width:35%;
}

.in_m1r{
	/*width:742px;*/
	width:61%;
}


.in_m1l_top{
	background:#0168b7;
	/*height:422px;*/
	padding:52px 45px 8px;
}


.in_m1l_top h3{
	font-size:30px;
	color:#fff;
	margin-bottom:41px;	
}


.in_m1l_top img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.in_m1l_top li{
	font-size:14px;
	color:#fff;
	line-height:24px;
}

.in_m1l_top li span{
	display: inline-block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align: center;
	background:#fff;
	color:#006ab8;
	margin:0 10px 10px 0;
	font-size:12px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
}

.in_m1l_bot{
	padding-bottom:10px;
}

.in_m1l_bot li{
	float:left;
	width:33%;
	height:60px;
	line-height:60px;
}


.in_m1l_bot li a{
	color:#212121;
	font-size:18px;
}

.in_m1l_bot li img{
	vertical-align: middle;
	margin-right:10px;
	-ms-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.in_m1l_bot li:hover img{
	    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px)
	}
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px)
	}
}


.in_m1r{
	padding:56px 0 32px;
}

.in_m1r h3{
	margin-bottom:35px;
}

.in_m1r h3 span{
	display: inline-block;
	margin-left:18px;
	font-size:28px;
	color:#202020;
	background:url(../images/in_m11.jpg) no-repeat left center;
	padding:0 15px;
}

.in_m1r p{
	line-height:30px;
	color:#5d5d5d;
	font-size:14px;
	margin-bottom:30px;
	text-indent: 2em;
}


.in_m1r{
	width:61%;
}


.in_m2l{
	width:60%;
	height:182px;
	background:url(../images/in_m2.jpg) no-repeat right center;
	background-size:auto 100%;
	position: relative;
}

.in_m2l_m{
	position: absolute;
	top:0;
	right:0;
	width:720px;
	padding:60px 1% 5% 0;
	color:#fff;
	
}

.in_m2l_m h2{
	margin-bottom:13px;
}

.in_m2l_m h2 span{
	font-weight:bold;
	font-size:30px;
}

.in_m2l_m p{
	font-size:20px;
}

.in_m2r{
	width:40%;
	height:182px;
	background:#0068b7;
	position: relative;
}

.in_m2r_m{
	position: absolute;
	top:0;
	left:10%;
	width:90%;
	padding:35px 1% 5% 0;
	color:#fff;
	
}

.in_m2r_m div{
	background:url(../images/in_tel.jpg) no-repeat left center;
	font-size:20px;
	color:#fff;
	padding-left:60px;
}

.in_m2r_m div span{
	color:#79baec;
	font-size:18px;
	margin-bottom:8px;
}

.in_m2r_m a{
	display: block;
	width:254px;
	text-align: center;
	line-height:48px;
	color:#fff;
	background:#004981;
	font-size:20px;
	border-radius:24px;
	-webkit-border-radius:24px;
	-o-border-radius:24px;
	-moz-border-radius:24px;
	-ms-border-radius:24px;
	margin-top:20px;
}

.in_m2r_m a:hover{
	background:#fff;
	color:#004981;
}



.in_m3_top{
	background:#f5f5f5;
	height:280px;
	padding-top:45px;
	margin-bottom:30px;
}

.in_m3_tilte{
	text-align: center;
	margin-bottom:50px;
	font-size:30PX;
	color:#0068b9;
	text-transform:uppercase}

.in_m3_tilte img{
	margin-bottom:12px;
}

.in_m3_tilte h2{
	color:#202020;
	font-size:30px;
	background:url(../images/in_bg.png) no-repeat center;
}



.in_m3_tm{
	overflow: hidden;
	width:100%;
}




.in_m3_tm .picScroll-left{ width:100%;position:relative; }
.in_m3_tm .picScroll-left .bd{ /*padding:10px;*/width:100%;   }
.in_m3_tm .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.in_m3_tm .picScroll-left .bd ul li{width:24%;margin:10px 6px; float:left; _display:inline; overflow:hidden;box-shadow: 0px 0px 10px #666;-webkit-box-shadow: 0px 0px 10px #666;-o-box-shadow: 0px 0px 10px #666;-moz-box-shadow: 0px 0px 10px #666;-ms-box-shadow: 0px 0px 10px #666; }
.in_m3_tm .picScroll-left .bd ul li .pic{ text-align:center; background:#fff;padding:10px;
height:220px;width:290px;}
.in_m3_tm .picScroll-left .bd ul li .pic img{ width:100%; height:100%; display:block; }
.in_m3_tm .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.in_m3_tm .picScroll-left .bd ul li .title{ line-height:24px;background: #004981;height:63px;color:#fff;
font-size:14px;padding: 15px 10px 0 }


.in_m3_tm .picScroll-left .bd ul li .title span{
	display: block;
	float:right;
	width:74px;
	text-align: center;
	line-height:26px;
	border:1px solid #fff;
	color:#fff;
}


.in_m3_tm .picScroll-left .bd ul li:hover .title{background: #fff;color:#004981;}

.in_m3_tm .picScroll-left .bd ul li:hover .title span{
	border-color:#004981;
	color:#004981;
}


.in_m3_bot{
	min-height:355px;
	background:#0068b7;
	padding-top:197px;
	padding-bottom:23px;
}


.in_m3_bot ul li{
	width:20%;
	float:left;
	padding-bottom:23px;
	padding:0 8px;
}

.in_m3_bot ul li h5{
	color:#;
	font-size:;
	margin-bottom:;
}

.in_m3_bot1{
	width:58px;
	height:58px;
	line-height:58px;
	text-align: center;
	background:#004981;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	margin-right:12px;
}


.in_m3_bot1 img{
	vertical-align: middle;
}

.in_m3_bot2{width:143px;}

.in_m3_bot2 h5{
	font-size:14px;
	margin-bottom:15px;
	color:#fff;
}

.in_m3_bot2 p{
	line-height:20px;
	padding-left:12px;
	background:url(../images/in_m3_jiao.jpg)  no-repeat left 4px;
}

.in_m3_bot2 p a{
	color:#fff;
}

.in_m3_bot2 a:hover{
	text-decoration:underline;
}



.in_main4{
	padding:76px 0 78px;
}

.in_m4_title{
	margin-bottom:50px;
	text-align: center;
	font-size:30PX;
	color:#0068b9;
	text-transform:uppercase
}

.in_m4_title p{
	font-size:30px;
	margin-top:13px;
	color:#202020;
}

#help{
	position:relative;
}

#help dl{
	width:45%;
	/*width:545px;*/
}
#help .in_m4_img{
	position:absolute;
	/*right:-55px;
	top:30px;
	width:600px;
	height:400px;*/
	top:7%;
	right:2%;
	width:50%;
	
	
}
#help .in_m4_img img{
	width:100%;
	/*height:100%;*/
	height:auto;
}
#help dl dd.in_m4_m{
	display: none;
}

#help dl dt{
	padding:15px 0;
	border-bottom:1px solid #bbbbbb;
	color:#202020;
	line-height:24px;
	font-size:16px;
	background:url(../images/in_m4.jpg) no-repeat right center
}

#help dl dt i{
	display: inline-block;
	font-style: normal;
	height:24px;
	width:24px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-o-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	background:#0068b7;
	line-height:24px;
	text-align: center;
	color:#fff;
	font-size:12px;
	margin-right:12px;
}

.in_m4_m{
	margin-top:16px;
	padding:31px 24px 43px;
	background:#f4f4f4;
	font-size:15px;
	color:#414141;
	line-height:22px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
}

#help .active{
	background:url(../images/in_m41.jpg) no-repeat right center;
	color:#e60012;
}

#help .active i{
	background:#e60012;
}






.in_main5{
	padding:60px 0 65px;
	background:#f4f4f4;
}

.in_m5_title{
	text-align: center;
	margin-bottom:45px;
	font-size:30PX;
	color:#0068b9;
	text-transform:uppercase
	}

.in_m5_title p{
	font-size:30px;
	margin-top:13px;
	color:#202020;
}



.in_m5 .picScroll-left{ width:100%;position:relative; }
.in_m5 .picScroll-left .bd{ /*padding:10px;*/width:100%;   }
.in_m5 .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.in_m5 .picScroll-left .bd ul li{width:24%;margin:10px 6px; float:left; _display:inline; overflow:hidden; }
.in_m5 .picScroll-left .bd ul li .pic{ text-align:center; background:#fff;padding:10px;
height:220px;width:290px;}
.in_m5 .picScroll-left .bd ul li .pic img{ width:100%; height:100%; display:block; }
.in_m5 .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.in_m5 .picScroll-left .bd ul li .title{ line-height:24px;background: #fff;height:63px;color:#898989;
font-size:14px;padding: 15px 10px 0 }


.in_m5 .picScroll-left .bd ul li .title span{
	display: block;
	float:right;
	width:22px;
	height:22px;
	text-align: center;
	line-height:26px;
	background: url(../images/in_m5.png) no-repeat center;
	color:#fff;
}


.in_m5 .picScroll-left .bd ul li:hover .title{background: #004981;color:#fff;}


.in_main6{
	/*padding:40px 73px;*/
	padding:40px 0;
	background:#fff;
}

.in_m6_title{
	padding-left:45px;
	line-height:30px;
	font-size:20px;
	background:url(../images/in_news.jpg) no-repeat left center;
	color:#383938;
	margin-bottom:26px;
}

.in_m6-1{
	width:1200px;
}
.in_m6l{
	width:59%;
	/*width:708px;*/
}

.in_m6r{
	/*width:444px;*/
	width:35%;
}


.in_m6r .slideBox{ /*width:444px; */height:333px; overflow:hidden; position:relative;}
.in_m6r		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:6px; bottom:20px; z-index:1; }
.in_m6r	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;padding-right:6px;  }
.in_m6r	.slideBox .hd ul li{ float:left; margin-right:5px;  width:12px; height:12px; border-radius:100%;line-height:14px; text-align:center; background:#fff; cursor:pointer;text-indent:-9999px;}
.in_m6r	.slideBox .hd ul li.on{ background:#0068b7; color:#fff; }
.in_m6r	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.in_m6r	.slideBox .bd li{ zoom:1; vertical-align:middle;background:url(../images/in_m6.jpg) no-repeat center;background-size:100% 100%;  /*width:444px;*/width:100%; height:333px; }
.in_m6r	.slideBox .bd img{ width:450px; height:230px; display:block;  }


.in_m6l{
	border-top:1px solid #eaeaea;
}
.in_m6l-1{
	border-top:1px solid #eaeaea;
}

.in_m6l li{
	border-bottom:1px solid #eaeaea;
	padding:12px 50px 12px 0;
	background:url(../images/right.png) no-repeat right center;
}
.in_m6l-1 li{
	border-bottom:1px solid #eaeaea;
	padding:12px 50px 12px 0;
	background:url(../images/right.png) no-repeat right center;
}

.in_m6l li span{
	display: block;
	width:77px;
	border-right:1px solid #eaeaea;
	color:#b0b0b0;
	text-align: center;
	font-size:10px;
	padding-top:8px;
	margin-right:16px;
}

.in_m6l-1 li span{
	display: block;
	width:77px;
	border-right:1px solid #eaeaea;
	color:#b0b0b0;
	text-align: center;
	font-size:10px;
	padding-top:8px;
	margin-right:16px;
}
.in_m6l li span b{
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
}

.in_m6l-1 li span b{
	font-weight:bold;
	font-size:22px;
	margin-bottom:15px;
}
.in_m6l li h4{
	color:#393939;
	font-size:15px;
	padding:10px 0;
}
.in_m6l-1 li h4{
	color:#393939;
	font-size:15px;
	padding:10px 0;
}

.in_m6l li p{
	color:#5e5e5e;
	font-size:13px;
}

.in_m6l-1 li p{
	color:#5e5e5e;
	font-size:13px;
}
.in_m6l li:hover h4{
	color:#0068b7;
}
.in_m6l-1 li:hover h4{
	color:#0068b7;
}

.in_m6l li:hover{
	background:url(../images/right1.png) no-repeat right center;
}

.in_m6l-1 li:hover{
	background:url(../images/right1.png) no-repeat right center;
}



/*about*/
.about_banner{
	height:436px;
	background-size:auto 100%;
	position:relative;
	padding-top:230px;
}


.aboutNav{/**/margin:0 auto 0;width:1032px;}
.aboutNav li{ float: left; width: 146px;height:146px; text-align: center;margin:20px 10px 0;z-index: 10;position:relative;}
.aboutNav li:last-child{margin-right:0;}
.aboutNav a{ width: 90px; margin: 0px auto; display: block;}
.aboutNav .con{ width: 90px; height: 90px;}
.aboutNav .y1 { /*background: url(../images/ico2_bg.png) no-repeat;*/ }
.aboutNav .y2 {/* background: url(../images/ico2_bg2.png) no-repeat;*/ }
.aboutNav .y2 { opacity: 0; transform: scale(0.7); -webkit-transform: scale(0.7); visibility: hidden; }
.aboutNav .name{ font-size: 14px;/* margin-top: 12px;*/color:#fff}
.aboutNav .ico{
	display: block;
	width:146px;
	height:146px;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	z-index: -1;
	background: url(../images/ico2_bg.png) no-repeat;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;

}
.aboutNav .lin1 .con{ background:url(../images/ab1.png) no-repeat center;}
.aboutNav .lin2 .con{ background:url(../images/ab2.png) no-repeat center;}
.aboutNav .lin3 .con{ background:url(../images/ab2.png) no-repeat center;}
.aboutNav .lin4 .con{ background:url(../images/ab3.png) no-repeat center;}
.aboutNav .lin5 .con{ background:url(../images/ab5.png) no-repeat center;}
.aboutNav .lin6 .con{ background:url(../images/ab4.png) no-repeat center;}
.aboutNav li.active,
.aboutNav li:hover{ /*opacity: 0; */background: url(../images/ico2_bg1.png) no-repeat;}
.aboutNav li.active .icon,
.aboutNav li:hover .ico{
	opacity: 0;transform: scale(1.3); -webkit-transform: scale(1.3);
}
.aboutNav a:hover .y2,.aboutNav a.active .y2 { opacity: 1; transform: scale(1); -webkit-transform: scale(1); visibility: visible;}
.aboutNav a.active .name,
.aboutNav a:hover .name{
	color:#fff;
}

.ab_main{
	padding:82px 0 70px;
}

.ab_title{
	text-align: center;
	color:#202020;
	font-size:26px;
	margin-bottom:25px;
}

.ab_m1{
	position:relative;
	background:#f4f4f4;
	padding:30px 115px;
	text-align;
	color:#5e5e5e;
	font-size:17px;
	line-height:30px;
	margin-bottom:42px;
}


.ab_m1-1{
	background:#f4f4f4;
	padding:30px;
	color:#606060;
	font-size:13px;
	line-height:20px;
	margin-bottom:42px;
}
.ab_m1-1-1{
	width:874px;
	margin-left:30px;
}
.ab_m1-1-1 h2{color:#0068b6; font-size:16px; font-weight:normal;}
.ab_m1-1-1 h2 a{color:#0068b6; text-decoration:none;font-weight:normal;}
.ab_m1-1-1 h2 a:hover{color:#000; text-decoration:none;font-weight:normal;}
.ab_m1-1-1 h3{color:#a5a5a5; font-size:12px; font-weight:normal; padding:15px 0 25px 0}
.ab_m1_div{
	position:absolute;
	top:-22px;
	left:50%;
}
.ab_m1-1-1 h4{color:#5d5d5d; font-size:14px; padding-bottom:25px;}

.ab_m2 .picList li{
	float:left;
	width:24%;
	margin:0 0.5%;
	box-shadow: 0px 0px 10px #666;
	-webkit-box-shadow: 0px 0px 10px #666;
	-o-box-shadow: 0px 0px 10px #666;
	-moz-box-shadow: 0px 0px 10px #666;
	-ms-box-shadow: 0px 0px 10px #666;
	margin-bottom:18px;
} 
.ab_m2 li .pic {
    text-align: center;
    background: #fff;
    padding: 10px;
    height: 220px;
    width: 290px;
}
.ab_m2 li .pic img{ width:100%; height:100%; display:block; }

.ab_m2 li .title{ line-height:24px;background: #004981;height:63px;color:#fff;
font-size:14px;padding: 15px 10px 0 ;width:290px;}



.ab_m2 li .title span{
	display: block;
	float:right;
	width:74px;
	text-align: center;
	line-height:26px;
	border:1px solid #fff;
	color:#fff;
}


.ab_m2 li:hover .title{background: #fff;color:#004981;}

.ab_m2 li:hover .title span{
	border-color:#004981;
	color:#004981;
}
.contact ul{}
.contact li{float:left; text-align:center; width:25%; margin-top:20px;}
.contact h2{color:#000; font-size:16px; padding:10px 0}
.contact h3{color:#5f5f5f; font-size:15px;}
.map-left{width:593px; float:left; margin:45px 0}
.map-left1{background:url(../images/lx_20.jpg) left center no-repeat; padding-left:50px; font-size:14px; color:#000; margin:15px 0; line-height:40px; border-bottom:2px solid #f4f4f4; padding-bottom:10px;}
.map-right{width:593px; float:right; margin:45px 0}
/*
.name{ border:1px solid #dbdbdb; width:270px; line-height:48px; padding-left:10px; font-family:"Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑"; color:#5e5e5e; margin-bottom:30px;}
*/
.tel{margin-left:30px;}
.liuyan{width:870px;border:1px solid #dbdbdb;  padding-left:10px; font-family:"Microsoft YaHei UI", "Microsoft YaHei UI Light", "微软雅黑"; color:#5e5e5e; margin-bottom:30px; padding-top:10px ; height:200px;}
.newcon-pic{ background: #fff; overflow: hidden; padding-bottom: 12px;}
.newcon-pic img{ width: 100%; height: 100%;}
.newcon-pic p{ text-indent: 12px;}
.newcon-tit{ text-align: center;color: #000; margin-top:12px; font-size: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 40px;}
.newcon-time{ text-align: left;color: #b2b2b2; font-size: 12px;}
.newcon { padding: 1rem; margin-top: 1rem; overflow: hidden; line-height: 25px; min-height: 300px; background: #fff;}

.fname {
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
	width: 270px;
	line-height: 48px;
	padding-left: 10px;
	font-family: "Microsoft YaHei UI", "Microsoft YaHei UI Light", 微软雅黑;
	color: rgb(94, 94, 94);
	margin-bottom: 30px;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(219, 219, 219);
}
