@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	color: #333333;
	font-size: 14px;
	width: 100%;
	background:#ededed;
	position: relative;
}
a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
a:hover {
	text-decoration: none;
	color:#2DA9D7;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li {
	list-style: none;
}
.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}
.top30{ margin-top: 30px;}
input:focus {
	outline: none;
}/*去除按钮选中的高亮标签*/
img {
	max-width: 100% !important;
	vertical-align: middle;
	display:table-cell;
	margin:0 auto;
}
div, p, table, td, ul, li, span, a, ol, input, label {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
input::-ms-input-placeholder { /* Internet Explorer 10+ */
color:#4d4d4d;
font-size:14px;
}
input::-webkit-input-placeholder { /* WebKit browsers */
color:#4d4d4d;
font-size:14px;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#4d4d4d;
font-size:14px;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#4d4d4d;
font-size:14px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pc {
	display: block;
}
.mo {
	display: none;
}
/*黑白照片*/
.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.gray:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}
/*圆角5px*/
.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
/*圆角10px*/
.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
/*图片变大*/
.tra {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	filter: scale(1);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.tra:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; margin-left: 20px;
}
/*透明度50%*/
.opacity5 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.shadow5 {
	-webkit-box-shadow: rgba(0,0,0,0.13) 5px 5px 5px;
	-moz-box-shadow: rgba(0,0,0,0.13) 5px 5px 5px;
	-ms-box-shadow: rgba(0,0,0,0.13) 5px 5px 5px;
	-o-box-shadow: rgba(0,0,0,0.13) 5px 5px 5px;
	box-shadow: rgba(0,0,0,0.13) 5px 5px 5px;
}
.shadow10 {
	-webkit-box-shadow: rgba(0,0,0,0.13) 5px 5px 10px;
	-moz-box-shadow: rgba(0,0,0,0.13) 5px 5px 10px;
	-ms-box-shadow: rgba(0,0,0,0.13) 5px 5px 10px;
	-o-box-shadow: rgba(0,0,0,0.13) 5px 5px 10px;
	box-shadow: rgba(0,0,0,0.13) 5px 5px 10px;
}
.pctop {
	width: 100%;
	height: 100px;
	z-index: 9999;
	background: #FFFFFF;
	border-bottom: #CCCCCC solid 1px;
	border-top: #5986db solid 4px;
	position: fixed;
	top: 0;
	left: 0;
}
.main{ display: block;  width:1172px;  margin: 0px auto; background:#fff;}
.header{ display: block; overflow: hidden; }
.top{ display: block; overflow: hidden; height: 50px;z-index: 10000; position: absolute; top: 0px; left: 50%; margin-left: -586px;}
.topfnt{ float: left; margin-top: 10px; color: #333;}
.topfnt ul li{ float: left; padding-left: 25px; font-size: 16px; margin-right: 10px;}
.topfnt ul li.mail{ background: url(../images/emina.png) 0px 3px no-repeat;}
.topfnt ul li.tel{ background: url(style/tel.png) 0px 2px  no-repeat;}
.ico{ float: right; margin-top: 10px;}
.ico ul{}
.ico ul li{ float: left; margin-left: 5px;}
.muun{ display: block; z-index: 10000; height: 70px; width: 100%;   position: fixed; top: 0; background-color: #fff; box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);}
.logo{ float: left;  margin-top:5px;}

.logo img{ height: 60px;}

nav {text-align: right; text-transform: uppercase;  }
nav ul {list-style-type: none; float: right;}
nav ul li {display: inline-block; position: relative;}

nav ul li a {text-decoration: none;display: inline-block;color:#222; box-sizing: border-box; padding: 15px 30px 15px 30px;  font-size: 14px; line-height: 40px;}
nav ul li a:hover {color:#222; background-color: #ff3535;}
nav ul li.on {color:#fff; background-color: #ff3535;}
nav ul li dl { display: none; position: absolute; left: 0px; top: 70px; width: 100%;}
nav ul li:hover dl { display: block; background-color: #fff;}
nav ul li:hover dl dd {}
nav ul li:hover dl dd a { color: #333; padding: 0px; display: block; overflow: hidden; text-align: center;}

nav ul li:hover dl dd a:hover{ color: #fff;}

nav ul li i { display: none; }

.current_page {}
.current_page a {}
#menu_button_wrapper{display: none;}
.hidden {display: none;}
@media (max-width: 760px) {
    #menu_button_wrapper{
        display: block;
        padding: 1em;
        color: #9d9d9d;



        margin-bottom: .5em;
    }

    #menu_button {
        box-sizing: border-box;
        float: right;
        padding: .6em 1em;
     background: #2DA9D7;
        border-radius: 5px;
        color: white;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; margin-top: 5px;
    }

    #menu_button:hover {
        cursor: pointer;
        background: #2DA9D7;
    }

    #hamburger {
        float: right;
        padding-top: .18em;
    }

    #menu_button span{
        display: block;
        background-color: #fff;
        width: 1.2em;
        height: .15em;
        border-radius: 1px;
        margin-bottom: .2em;
    }

    nav ul {
        width: 30%; position: absolute; top:69px;right: 0px; z-index: 10003;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box; background: #222;
    }

    nav ul li {
        display: block;
    }
    nav ul li i {
    display: block;
    width: 60px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #fff;
    z-index: 10;
    }

nav ul li dl { display: none; position: absolute; left: 0px; top: 49px; width: 100%; background-color: #757575; z-index: 11;}
nav ul li:hover dl { display: none; background-color: #757575;}
nav ul li:hover dl dd {}
nav ul li:hover dl dd a { color: #333; padding: 0px; display: block; overflow: hidden; text-align: center;}

nav ul li dl dd a, nav ul li:hover dl dd a { color: #fff; }

nav ul li:hover dl dd a:hover{ color: #fff;}




    nav ul li a {
        width: 100%; color: #fff;  padding: 5px 10px 5px 40px;
    }
   nav ul li a:hover {
        color: #fff;
    }
}

.banner{ width:100%; height: 881px; overflow:hidden; font-size:0;z-index: 1;}
.b-img{ height:600px;  position:absolute; left:0; top:70px;}
.b-img a{ height: 600px; float:left;}
.b-list{ height:50px; padding-top:550px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:15px; height:15px; border-radius:50%; background-color:#8E8E8E;float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{ background-color: #008CD6;}
.bar-left{ position:absolute; z-index:1; display:block; width:40px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:40px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:40px; height:40px;  margin:0 auto; margin-top:275px;}
.bar-right em{ display:block; width:40px; height:40px; margin:0 auto; margin-top:275px;}
.bar-left .emcss{ background:url(../images/bar-left.png) 0px 0px no-repeat;}
.bar-right .emcss{background:url(../images/bar-right.png) 0px 0px no-repeat;}

.ban{display: block; overflow: hidden; position: relative; height:650px;}
.fuwu{ display: block; overflow: hidden; width: 1172px; margin: 0px auto;  margin-top: -90px; z-index: 1000; position: absolute; left: 50%; margin-left: -586px;}
.fuwu ul{ display: block; overflow: hidden;}
.fuwu ul li{ float: left; width: 33.33%; background: #ff3535; padding-top: 80px; padding-bottom:80px;}
.fuwu ul li span{display: block; overflow: hidden; text-align: center;color: #fff; font-size: 16px; line-height: 60px;}
.fuwu ul li p{display: block; overflow: hidden; text-align: center; color: #fff; margin-left: 20px; margin-right: 20px; line-height: 30px;}
.fuwu ul li img{display: block; overflow: hidden; margin: 0px auto;}

.tese{display: block;  margin-bottom: 50px;}
.tese h2{    padding: 22px;
    display: block;
    overflow: hidden;
    text-align: center;
    font-weight: normal;
    }
.tese h2 span{ font-size: 30px; line-height: 80px;color: #111E2C;
   
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    font-weight: 600;
    position: relative;
    /* display: block; */
    /* overflow: hidden; */
    text-align: center;}
.tese h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.tese ul{ width: 1220px; margin-left: -10px;}
.tese ul li{ float: left; width:24%; margin-left: 4px; margin-right: 4px;border: 1px solid #F2F2F2; margin-bottom: 10px;background: #ffffff;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;

}
.tese ul li:hover{
	   margin-top:-10px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}

.tese ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.tese ul li span{ display: block; overflow: hidden; text-align: center; font-size:20px; line-height: 80px;}
.tese ul li a{ display: block; overflow: hidden;transition: color 0.15s;}
.tese ul li a.img{}
.tese ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.tese ul li a.moer:hover{background-color:#d82221;}


.xuanzhe{display: block; overflow: hidden; width: 100%;}

.xuanzhe2{background: #fff;display: block; overflow: hidden; width: 100%;padding-bottom: 45px;}
.xuanzhe3{display: block; overflow: hidden; width: 100%;}

.wei{display: block;  margin-bottom: 70px; width: 1172px; margin: 0px auto;}
.wei h2{    margin-top: 15px;
    background: #fff;
color: #111E2C;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    font-weight: 600;
    position: relative;
    /* display: block; */
    /* overflow: hidden; */
    text-align: center;
   }
.wei h2 span{ font-size: 30px; line-height: 80px;}
.wei h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.wei ul{ width: 1220px; margin-left: -10px;display: block; overflow: hidden; padding-top: 15px;}
.wei ul li{ float: left; width:24%; margin-left: 4px; margin-right: 4px;border: 1px solid #F2F2F2; margin-bottom: 10px; background-color: #fff;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;

}
.wei ul li:hover{
	   margin-top:-10px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}

.wei ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.wei ul li span{ display: block; overflow: hidden; text-align: center; font-size:20px; line-height: 80px;}
.wei ul li a{ display: block; overflow: hidden;transition: color 0.15s;}
.wei ul li a.img{}
.wei ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.wei ul li a.moer:hover{background-color:#d82221;}



.wei1{display: block;  margin-bottom: 70px; width: 1172px; margin: 0px auto;}
.wei1 h2{    margin-top: 15px;
    background: #fff;
color: #111E2C;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: right;
    font-weight: 600;
    position: relative;
    /* display: block; */
    /* overflow: hidden; */
    text-align: center;
   }
.wei1 h2 span{ font-size: 30px; line-height: 80px;}
.wei1 h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.wei1 ul{ width: 1220px; margin-left: -10px;display: block; overflow: hidden; padding-top: 15px;}
.wei1 ul li{ float: left; width:24%; margin-left: 4px; margin-right: 4px;border: 1px solid #F2F2F2; margin-bottom: 10px; background-color: #fff;padding-bottom: 40px;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;

}
.wei1 ul li:hover{
	   margin-top:-10px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}

.wei1 ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.wei1 ul li span{ display: block; overflow: hidden; text-align: center; font-size:20px; line-height: 80px;}
.wei1 ul li a{ display: block; overflow: hidden;transition: color 0.15s;}
.wei1 ul li a.img{}
.wei1 ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.wei1 ul li a.moer:hover{background-color:#d82221;}

.turn{ margin-left: 10px; margin-right: 10px;}
.bdsharebuttonbox{ margin-left: 10px; margin-right: 10px;}



.about{ background:url(../13.jpg);display: block; overflow: hidden ;}
.guanyu{display: block; overflow: hidden ; width: 1172px; margin: 0px auto; margin-bottom: 60px;}
.guanyu h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:50px; margin-top: 50px;}
.guanyu h2 span{ font-size: 30px; line-height: 80px; color: #fff;}
.guanyu h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.guanyu em{display: block; overflow: hidden ; text-align: center; color: #fff;font-style:normal; width: 670px; margin: 0px auto; margin-bottom: 50px;}
.guanyu ul{ width: 1200px; margin-left: -10px;display: block; overflow: hidden; }
.guanyu ul li{ float: left;margin-bottom: 10px; width: 277px; height: 195px; margin-left: 10px; margin-right: 10px; background-color: #138CB9; position: relative;    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;}

.guanyu ul li:hover{background-color:#0D5384;}



.guanyu ul li p{ margin-left: 40px; margin-right: 20px; color: #fff; line-height: 23px; font-size: 40px;}
.guanyu ul li span{ display: block; overflow: hidden; color: #fff; font-size:18px; line-height: 80px; margin-left: 40px; margin-top: 30px;}
.guanyu ul li img{ display: block; overflow: hidden; position: absolute; right:20px; top: 100px;}
.guanyu   a.moer{ width: 112px; height: 37px;display: block; overflow: hidden; background: #138CB9; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-bottom: 50px; margin: 0px auto;  margin-top:50px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.guanyu   a.moer:hover{background-color:#0D5384; color: #fff;}





.tab {
  display: block;width: 1172px; margin: 0px auto;
}
.tab-title {
  height: 46px; margin-left: 240px;

}
.tab-title .item {
  display: inline-block;
 width: 102px; height: 46px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 46px; float: left; margin-left: 30px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; text-align: center;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.tab-title .item:hover{background-color:#0085B2; color: #fff;}



.tab-title .item-cur {
  color: #fff;
  background: #ff3535;
}
.tab-cont { display: block;clear:both; height: 720px; margin-top: 40px;
  position: relative;

  overflow: hidden;
}
.tab-cont__wrap {
  position: absolute;
}
.tab-cont .item {
  width: 400px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #fff;
}
.shenxue{display: block; overflow: hidden; margin-bottom: 30px;}
.shenxue h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 50px;}
.shenxue h2 span{ font-size: 30px; line-height: 80px;}
.shenxue h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.shenxue h2 small{ line-height: 60px; color: #A8A8A8;}
.shenxue h3{display: block; overflow: hidden; }
.shenxue h3 a{ background-color: #FFFFFF;}
.shenxue ul{ width: 1200px; margin-left: -15px;}
.shenxue ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border: 1px solid #F2F2F2; margin-bottom: 30px;}
.shenxue ul li a{ display: block; overflow: hidden;}
.shenxue ul li a.img{}
.sheshi{ display: block; overflow: hidden; background-color: #F5F5F5;}

.zhongxin{display: block; overflow: hidden; width: 1172px; margin: 0px auto; }
.zhongxin h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.zhongxin h2 span{ font-size: 30px; line-height: 80px;}
.zhongxin h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zhongxin h2 small{ line-height: 60px; color: #A8A8A8;}
.zhongxin h3{display: block; overflow: hidden; }
.zhongxin h3 a{ background-color: #FFFFFF;}

.zhongxin ul{ width: 1200px; margin-left: -15px;}
.zhongxin ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border: 1px solid #F2F2F2; margin-bottom: 30px;}
.zhongxin ul li a{ display: block; overflow: hidden;}
.zhongxin ul li a.img{}
.news{display: block; overflow: hidden; background-color: #f5f5f5;}
.newslist{display: block; overflow: hidden; margin-bottom: 30px; width: 1172px; margin: 0px auto; margin-bottom: 40px; margin-top: 30px;}
.newslist h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 50px;}
.newslist h2 span{ font-size: 30px; line-height: 80px;}
.newslist h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.newslist ul{ width: 1200px; margin-left: -15px;}
.newslist ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px; margin-bottom: 30px; background-color: #fff;border: 1px solid #F2F2F2;

   -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;
}



.newslist ul li:hover{
	   margin-top:-10px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}



.newslist ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.newslist ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.newslist ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-left: 10px; font-size: 14px;}
.newslist ul li small em.time{ background: url(../images/time.png) no-repeat;}
.newslist ul li small em.read{ background: url(../images/read.png) no-repeat;}
.newslist ul li small em.vote{ background: url(../images/vote.png) no-repeat;}

.newslist ul li span{ display: block; overflow: hidden;  font-size:18px; line-height: 80px; padding-left: 20px;}
.newslist ul li a{ display: block; overflow: hidden;}
.newslist ul li a.img{}
.newslist ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;  -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;}
.newslist ul li a.moer:hover{background-color:#d82221;}


.banner1{display: block; overflow: hidden; text-align: center; position: relative;}
.banner1 img{}
.banner1 span{ text-align: center;display: block; overflow: hidden; position: absolute; left: 50%; top:35%; margin-left: -80px; font-size: 40px; color: #fff;}
.banner1 p{display: block; overflow: hidden; text-align: center; position: absolute; left: 50%; top:60%; margin-left: -25px; font-size: 16px; color: #fff;}
.position{display: block; overflow: hidden;border-bottom : 1px solid #DDDDDD; width: 1172px; margin: 0px auto; line-height: 50px;color: #919191; margin-top: 70px;}
.type{display: block; overflow: hidden; width: 260px; float: left; margin-top: 30px;}
.contleft{display: block; overflow: hidden;border-top : 1px solid #DEDEDE;
border-left : 1px solid #DEDEDE;
border-right : 1px solid #DEDEDE;}
.contleft ul{}
.contleft ul li{ background: url(../images/contleft1.png) no-repeat; width: 260px; height: 60px;border-bottom : 1px solid #DEDEDE;   -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;}

.contleft ul li:hover{background: url(../images/contleft.png) no-repeat; }
.contleft ul li:hover a{ color: #fff;}

.contleft ul li.hover{ background: url(../images/contleft.png) no-repeat;}
.contleft ul li a{ display: block; overflow: hidden; line-height: 60px; padding-left: 30px;font-size: 16px; color: #5E5E5E;}
.contleft ul li.hover a{ color: #fff;}
.scrollbox{ width: 260px; margin: 0 auto; overflow: hidden;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); margin-top: 30px; margin-bottom: 30px;}
#scrollDiv{width:260px;height:375px; overflow:hidden; margin-top:20px;}/*这里的高度和超出隐藏是必须的*/
#scrollDiv li{height:375px; width:260px; padding:0 20px; overflow:hidden; vertical-align:bottom; zoom:1; }
#scrollDiv li h3{ font-size:14px; color:#353535; line-height:50px; display: block; overflow: hidden; text-align: center; line-height: 50px;font-weight:normal;}
#scrollDiv li h3 a{color:#353535; text-decoration:none}#scrollDiv li h3 a:hover{ color:#F00}
#scrollDiv li a{ display: block; height:36px; color:#00449B; line-height:18px; overflow:hidden; text-align: center;}
#scrollDiv li p{ color: #757575;}
.scroltit .updown{ width:62px; height:37px;  display: block; overflow: hidden; margin: 0px auto;}
#but_up{ background:url(../images/up.png) no-repeat 0 0; text-indent:-9999px; width:62px; height:37px;margin: 0px auto; margin-top: 10px;}
#but_down{ background:url(../images/down.png) no-repeat 0 0; text-indent:-9999px; width:62px; height:37px;margin: 0px auto; margin-bottom: 10px;}
#n{margin:10px auto; width:920px; border:1px solid #CCC;font-size:12px; line-height:30px;}
#n a{ padding:0 4px; color:#333}
.hudong{ display: block; overflow: hidden; background: url(../images/hudong.png) center no-repeat; height: 492px;}
.user{ display: block;  width: 50%; float:left; position: relative; margin-top: 100px;}
.user p{ background: #ff3535; margin-right: 50px; padding-top: 30px; padding-bottom: 50px; padding-left: 30px; padding-right: 30px; font-size: 16px; line-height:30px; color: #fff; height: 170px;}
.user span{ position: absolute; left: 10px; top: 140px; color: #fff;}
.user span img{-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%; margin-right: 30px; width: 106px; height: 106px;}
.new_banner{width:1172px;height:490px;position:relative; margin:0 auto;}
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{ width:36px; height:36px; background-image:url(../images/banner_new.png); display:block; position:absolute;  text-indent:-10em; overflow:hidden;}

.prev{ background-position:0 0;left:-40px; top:180px;}
.prev:hover{ background-position:0 -36px;}
.next{ background-position:-36px 0;right:-40px; top:180px;}
.next:hover{ background-position:-36px -36px;}
.rslides_tabs{ position:absolute; left:450px; top:450px;clear:both;text-align:center; z-index:99999;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{ background:#2DA9D7;}

.content{     padding: 34px;
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 14px;
    margin-top: -10px;}

.contents{ display: block; overflow: hidden; width: 870px; float: right; margin-top: 30px; margin-bottom: 50px;}
.Forms{display: block; overflow: hidden;}

.dizhi{ background: url(../images/dizhi.png) no-repeat; width: 318px; height: 208px; margin-top: 30px; float: left;}
.dizhi span{ display: block; overflow: hidden; margin-top:100px; margin-left: 35px; font-size: 20px; line-height: 40px;}
.dizhi p{ display: block; overflow: hidden; margin-left: 35px; margin-right: 10px;}
.lianxi{ background: url(../images/lianxi.png) no-repeat; width: 318px; height: 264px; margin-top: 7px;float: left;}
.lianxi span{ display: block; overflow: hidden; margin-top:100px; margin-left: 35px; font-size: 20px; line-height: 40px;}
.lianxi p{ display: block; overflow: hidden; margin-left: 35px; margin-right: 10px; line-height: 24px;}
.biaodan{ display: block; width: 532px; background: url(../images/biaodan.png) no-repeat; height: 478px; float: right; margin-top: 30px;}
.biaodan h4{ margin-left:130px; height: 90px; line-height: 90px; font-size: 20px;font-weight:normal;}
.biaodan ul{display: block;margin-left: 30px; margin-right: 30px;}
.biaodan ul li{ display: block; margin-top: 10px;}
.biaodan ul li input{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 60px; color:#929292;text-indent :10px;}
.biaodan ul li textarea{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 60px; color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 120px;}
.search-submit{ background: #ff3535; width: 120px; height: 36px; margin-left:35px; margin-top: 20px; color: #fff; -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;}
.search-submit:hover{background-color:#0085B2;}

.servicecenter{ display: block; overflow: hidden;}
.servicecenter img{ float: right;}
.servicecenter strong{display: block; overflow: hidden; font-size: 22px;font-weight:normal;}
.servicecenter span{display: block; overflow: hidden; color: #747474; margin-bottom: 30px;}
.servicecenter p{ line-height: 26px;}
.jiaoyu{display: block; overflow: hidden; background-color: #F6FAFF; margin-top: 50px; margin-bottom: 50px; text-align: center; line-height: 25px; padding-top: 40px; padding-bottom: 40px; font-size: 14px;
  -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    transition: font-size 0.3s ease;
}
.jiaoyu:hover{font-size: 16px;}

.positions{ margin: 0 auto;
    /* display: block; */
    width: 1172px;height: 70px; line-height: 87px; background: url(../images/positions.png) center no-repeat;margin-top:99px;
padding: 17px 8px 0 20px;
   
    line-height: 42px;
    color: #999;
    background: #fff;
    border: 1px solid #e8eef6;
    white-space: nowrap;
    border-radius: 8px;
}
.typetitle{ float: left; font-size: 20px;}
.typeposi{ float: right;    padding-right: 52px;}
.typeposi a{ color: #2DA9D7;}

.bangong{display: block; overflow: hidden; width: 1172px; margin: 0px auto; margin-bottom: 30px;
}


.bangong h3{display: block; overflow: hidden;font-weight:normal; text-align: center; padding-top: 50px; padding-bottom: 50px; margin-left: 220px;}
.bangong h3 a{ width: 102px; height: 46px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 46px; float: left; margin-left: 30px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;}

.bangong h3 a:hover{background-color:#0085B2; color: #fff;}


.bangong h3 a.hover{ background: #ff3535; color: #fff;}





.bangong ul{ width: 1200px; margin-left: -15px;}
.bangong ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border: 1px solid #F2F2F2; margin-bottom: 30px; position: relative;}
.bangong ul li:hover{
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}


.bangong ul li a{ display: block; overflow: hidden;}
.bangong ul li:hover span{ display: none;}
.bangong ul li:hover span{background: url(../images/zhankai.png) no-repeat; width: 43px; height: 43px; display: block; overflow: hidden; position: absolute; top:20px; right: 20px;transition: all 250ms ease-in-out 0s; white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;}
.bangong ul li a p{ display: block; overflow: hidden; text-align: center; line-height: 50px;}

.bangong ul li a img{ width: 100px !important; height: 130px !important; display: block; overflow: hidden; margin: 0px auto; margin-top: 15px;}


.zixun{display: block; overflow: hidden; margin-bottom: 30px; width:890px; margin-bottom: 40px; margin-top: 30px; float: left;}
.zixun h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 50px;}
.zixun h2 span{ font-size: 30px; line-height: 80px;}
.zixun h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zixun ul{ display: block; padding-top: 10px;}
.zixun ul li{ display: block; overflow: hidden; margin-left: 5px; margin-right: 5px; margin-bottom: 30px;border: 1px solid #E2E2E2; background-color: #fff;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s;}
.zixun ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.zixun ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.zixun ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.zixun ul li small em.time{ background: url(../images//time.png) no-repeat;}
.zixun ul li small em.read{ background: url(../images//read.png) no-repeat;}
.zixun ul li small em.vote{ background: url(../images//vote.png) no-repeat;}
.zixun ul li span{ display: block; overflow: hidden;  font-size:18px; line-height:24px; margin-top: 15px;}
.zixun ul li span a{ font-size: 20px; margin-right: 10px;}
.zixun ul li a{ display: block; overflow: hidden;}
.zixun ul li a.img{ float: left; margin: 10px; margin-right:15px;}
.typeright{ width: 265px; display: block;  float: right; margin-top: 40px;}
.fenlei{display: block; overflow: hidden;border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; margin-right: 5px; padding-bottom: 10px;}

.fenlei h2{ margin-top: 20px;font-weight:normal; height: 60px; line-height: 60px; margin-left: 20px; background: url(../images/fenlei.png) no-repeat;}
.fenlei h2 span{}
.fenlei ul{display: block; overflow: hidden;margin-left: 20px; margin-top: 10px;}
.fenlei ul li{ height: 48px; line-height: 48px;}
.fenlei ul li.hover{ background: url(../images/fenleili.png) 0px 15px no-repeat; padding-left: 20px;}
.fenlei ul li.hover a{ color: #2DA9D7;}

.new{display: block; overflow: hidden;border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; margin-right: 5px; padding-bottom: 10px; margin-top: 0px; margin-bottom: 50px;}
.new h2{ margin-top: 20px;font-weight:normal; height: 60px; line-height: 60px; margin-left: 20px; background: url(../images/fenlei.png) no-repeat;}
.new h2 span{}
.new ul{display: block; overflow: hidden;margin-left: 20px; margin-top: 10px; margin-bottom: 20px;}
.new ul li{display: block; overflow: hidden; margin-top:15px;}
.new ul li a.img{ float: left; margin-right: 15px;}
.new ul li span{display: block; overflow: hidden;}
.new ul li span a{  line-height: 16px;  }



.pege{display: block; overflow: hidden; margin-left: 294px;}
.pege  b{ text-align: center; line-height: 42px; color: #A0A0A0;  -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; border: 1px solid #ff3535;margin-left: 5px !important;
margin-right: 5px !important; padding: 10px 15px 10px 15px; font-size: 16px;background: #ff3535;color: #fff;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}


.pege  a{ text-align: center; line-height: 42px; color: #A0A0A0;  -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; border: 1px solid #dadada;margin-left: 5px !important;
margin-right: 5px !important; padding: 10px 15px 10px 15px; font-size: 16px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.pege  a:hover{background: #ff3535; color: #fff;border: 1px solid #ff3535;}


.detail{display: block;
    overflow: hidden;
    margin-bottom: 30px;
    margin-bottom: 44px;
    margin-top: 30px;
    /* float: left; */
    padding: 42px 22px 42px 28px;
    background: #fff;}

.title{display: block; overflow: hidden; }
.title h1{display: block; overflow: hidden; margin-bottom: 10px;font-weight:normal;}
.title  small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px; }
.title  small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.title  small em.time{ background: url(../images/time.png) no-repeat;}
.title  small em.read{ background: url(../images/read.png) no-repeat;}
.title  small em.vote{ background: url(../images/vote.png) no-repeat;}

.conten{display: block; overflow: hidden; line-height:25px; margin-bottom: 50px; margin-top: -20px;font-size:16px;line-height:1.8em;}
.conten a{font-size:16px;}
.comment{display: block; overflow: hidden; margin-top: 30px;}
.comlist{display: block; overflow: hidden;}
.comlist h2{font-weight:normal; line-height: 60px;}

.comlist ul{display: block; overflow: hidden;}
.comlist ul li{display: block; overflow: hidden; margin-bottom: 30px;}
.comlist ul li dl{display: block; overflow: hidden}
.comlist ul li dl dt{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; float: left; padding: 5px;}
.comlist ul li dl dd{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; width: 730px; float: right;}

.message{display: block;  position: relative;}
.message a.titi{ float: left; margin-left: 30px; margin-top: 15px; color: #2DA9D7; margin-bottom: 10px;}
.message a.Reply{ float: right; margin-top: 15px; margin-right: 30px;color: #2DA9D7;}
.message p{display: block; overflow: hidden; width: 100%; margin-left: 30px; margin-right: 30px; margin-top: 10px;}
.message em{ float: right;font-style:normal; margin-bottom:15px; margin-right: 30px;}
.message span{display: block; overflow: hidden; width: 30px; height: 35px; background: url(../images/message.png) no-repeat; position: absolute; left: -15px; top: 25px;}

.Publish{}
.Publish h4{ height: 90px; line-height: 90px; font-size: 20px;font-weight:normal;}
.Publish ul{display: block;}
.Publish ul li{ display: block; margin-top: 10px;}
.Publish ul li input{ margin-right:35px; width:230px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 50px; color:#929292;text-indent :10px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.Publish ul li textarea{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 60px; color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 120px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}

.Publish button.search-submit{ float: right;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; }




.service{display: block; overflow: hidden; margin-bottom: 30px; margin-top: 40px;}

.service ul{ width: 1200px; margin-left: -15px;}
.service ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border:1px solid #dcdcdc; margin-bottom: 30px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);

}

.service ul li:hover{border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); }



.service ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.service ul li span{ display: block; overflow: hidden;  font-size:20px; line-height: 80px; padding-left: 20px;}
.service ul li a{ display: block; overflow: hidden;}
.service ul li a.img{}
.service ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
  -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.service ul li a.moer:hover{background-color:#d82221;}




#menu{width:100%; overflow:hidden;}
#menu #nav {display:block; width:100%;list-style:none;border-bottom : 1px solid #C9C9C9; overflow: hidden;}
#menu #nav li {float:left;width:100px; }
#menu #nav li a {display:block;height: 50px;line-height:50px;text-decoration:none; text-align:center; color:#333; font-size: 16px;}
#menu_con{ width: 100%; display: block; height: auto; border-top:none;clear:both; margin-bottom: 50px; margin-top: 20px;}
.tag{ overflow:hidden; line-height: 24px;}
.selected{border-bottom : 3px solid #2DA9D7; color:#fff;}

.Servicedetails{display:block; overflow: hidden; margin-top: 40px; margin-bottom: 10px;}
.Serviceimg{ float: left;}
.Servicetxt{display:block; overflow: hidden; float: right; width: 480px;}
.Servicetxt h1{ line-height: 70px;font-weight:normal;}
.Servicetxt ul{display:block; overflow: hidden; margin-top: 10px;}
.Servicetxt ul li{ width: 50%; float: left; display: block; height: 70px; margin-top: 20px;}
.Servicetxt ul li span{ display: block; overflow: hidden; padding-left: 30px; margin-bottom: 10px; height: 20px;}
.Servicetxt ul li span.se1{ background: url(../images/se1.png) no-repeat;}
.Servicetxt ul li span.se2{ background: url(../images/se2.png) no-repeat;}
.Servicetxt ul li span.se3{ background: url(../images/se3.png) no-repeat;}
.Servicetxt ul li  b{ font-size:24px;}
.Servicetxt a{ width:115px; height: 38px; line-height: 38px; display: block; overflow: hidden;  background: #ff3535; text-align: center; color: #fff; font-size: 16px;-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px; margin-top: 30px;-webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;}
.Servicetxt a:hover{background-color:#0085B2;}


.weishen{display: block; overflow: hidden; background-color: #ffffff;}
.weixin{ float: left; width: 45%; margin-bottom: 80px;text-align: center; }
.weixin p{ font-size: 14px; color: rgb(51 65 85/var(--tw-text-opacity)); line-height: 40px;}
.weixin img{ text-align: center;}


.boseh{display: block; overflow: hidden; width: 1172px; margin: 0px auto;}
.message_from{ float: left; width:45%;}
.message_from dd{display: block; overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.message_from input.ipt {
    width: 500px;
    height: 45px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 18px;
}
.message_from h4 {
    font-size: 32px;
    color: #1976D2;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 3px;
}
.message_from div li {
    border: 2px solid #1976D2;
    line-height: 40px;
    width: 50%;
    margin: 14px auto;
    font-size: 18px;
    box-shadow: 12px 9px 1px rgba(25, 118, 210, 0.2);
    text-align: center;
    border-radius: 5px;
}
.message_from input.input_button {
    width: 500px;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: #d82221;
    border-radius: 3px;cursor: pointer;
}
.message_from textarea.ipt {
    width: 500px;
    height:90px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;color: #4d4d4d; ;line-height: 30px;

}



.wowen{display: block; overflow: hidden; width: 1172px; margin: 0px auto; margin-top: 50px; }
.wowen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 50px;}
.wowen h2 span{ font-size: 30px; line-height: 80px; color: #fff;}
.wowen h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}


.newsimg{ display:block; overflow:hidden; width: 515px; float: left; margin-top: 10px; margin-bottom: 70px; background:#fff; padding:30px;}

.newsimg dl{ display:block; overflow:hidden; margin-top: 15px;}
.newsimg dl dt{ display:block; overflow:hidden; margin-bottom: 20px;}
.newsimg dl dt a{ float: left; font-size: 20px;}
.newsimg dl dt i{ float: right;font-style:normal;}
.newsimg dl dd{ line-height: 22px;font-size: 13px; color: #999;}


.newstxt{ display:block; overflow:hidden; width:600px; float: right; margin-top: 10px;margin-bottom: 10px;background:#fff; padding:30px;}
.newstxt ul{ display:block; overflow:hidden; }
.newstxt ul li{ display:block; overflow:hidden; margin-bottom: 10px;}
.newstxt ul li span{ width:60px;height: 45px;border-right : 1px solid #CCCCCC; display: block; overflow: hidden; font-size:30px; text-align: center; line-height:45px; float: left; margin-right: 20px; margin-top: 10px;}



.newstxt ul li dl{ display:block; overflow:hidden; }
.newstxt ul li dl dt{ display:block; overflow:hidden; }
.newstxt ul li dl dt a{ font-size: 18px; line-height:40px;font-weight:bold;}
.newstxt ul li dl dt i{font-style:normal; float: right; line-height:40px;color: #555;}
.newstxt ul li dl dd p{  font-size: 13px; color: #333;}


.newswen{display: block; overflow: hidden; width: 1172px; margin: 0px auto; margin-top: 50px; }
.newswen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 10px;background: #fff;}
.newswen h2 span{ font-size: 30px; line-height: 80px; color: #333;}
.newswen h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}

.pindao{display: block; overflow: hidden; margin-bottom: 30px; width:890px; margin-bottom: 40px; margin-top: 30px; float: left;}

.pindao ul{ display: block; padding-top: 10px; padding-bottom: 10px;}
.pindao ul li{ display: block; overflow: hidden; margin-left: 5px; margin-right: 5px; margin-bottom:10px;border-bottom : 1px dashed #dadada;}
.pindao ul li p{ margin-left: 0px; margin-right: 0px; color: #333; line-height: 23px; padding-bottom: 10px;}
.pindao ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.pindao ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.pindao ul li small em.time{ background: url(../images/time.png) no-repeat;}
.pindao ul li small em.read{ background: url(../images/read.png) no-repeat;}
.pindao ul li small em.vote{ background: url(../images/vote.png) no-repeat;}
.pindao ul li span{ display: block; overflow: hidden;  font-size:18px; line-height:40px; margin-top: 15px;}
.pindao ul li span a{ font-size: 20px; margin-right: 10px;font-weight:bold;}
.pindao ul li a{ display: block; overflow: hidden;}
.pindao ul li a.img{ float: left; margin: 10px; margin-right:30px;}
.b2_tit{display: block; overflow: hidden;margin-bottom:0px !important;  line-height: 40px;border-bottom : 1px solid #dadada}
.b2_tit b{ float: left;}
.b2_tit a{ float: right; margin-right: 20px;font-weight:normal;}



.footer{ display: block; overflow: hidden; background-color: #303030; height: 90px; width: 100%; clear:both;}
.footnav{ float: right;color: #fff; margin-top: 35px;}
.footnav ul{ }
.footnav ul li{ float: left; margin-left: 20px; padding-left: 25px; font-size: 14px; }
.footnav ul li.email{ background: url(../images/emina.png) no-repeat;}
.footnav ul li.tel{ background: url(../style/tel.png) no-repeat;}


.overflow{overflow: hidden; }

.Copyright{ float: left; color: #fff;line-height: 90px; width: 600px; }
.Copyright img{ margin-right: 20px; }



@media only screen and (min-width: 320px) and (max-width: 479px){
.logo{ width: 60%; height: 64px;}
.logo img{ width:100%;}
.top{ display: none;}
.main {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}
.banner{ width:100%; height: 200px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:200px;  position:absolute; left:0; top:4px; }
.b-img a{ display:block; height:192px; float:left;background-size: cover !important;}
.b-list{ height:50px; padding-top:168px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:15px; height:15px; border-radius:50%; background-color: #fff;float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{ background-color: #008CD6;}
.bar-left{ position:absolute; z-index:1; display:block; width:40px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:40px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:40px; height:40px;  margin:0 auto; margin-top:275px;}
.bar-right em{ display:block; width:40px; height:40px; margin:0 auto; margin-top:275px;}
.bar-left .emcss{ background:url(../images/bar-left.png) 0px 0px no-repeat;}
.bar-right .emcss{background:url(../images/bar-right.png) 0px 0px no-repeat;}

.fuwu{ display: block; overflow: hidden; width:100%; margin: 0px auto;  margin-top: 0px; z-index: 1000; position:  inherit; left:0px; margin-left: 0px;}
.fuwu ul{ display: block; overflow: hidden;}
.fuwu ul li{ float: left; width: 33.33%; background-color: #2DA9D7; padding-top:10px; padding-bottom:10px;}
.fuwu ul li span{display: block; overflow: hidden; text-align: center;color: #fff; font-size: 12px; line-height:30px;}
.fuwu ul li p{display: block; overflow: hidden; text-align: center; color: #fff; margin-left:1%; margin-right:1%; line-height:22px;height: auto !important;   height:150px;   min-height:150px !important;}
.fuwu ul li img{display: block; overflow: hidden; margin: 0px auto;}
.ban {
    display: block;
    overflow: hidden;
    position: relative;
    height:  auto; margin-top: 69px;
}
.tese{display: block; overflow: hidden; margin-bottom: 10px;}
.tese h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.tese h2 span{ font-size: 20px; line-height: 40px;}
.tese h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.tese ul{ width:100%; margin-left: 0px; display: block; overflow: hidden;}
.tese ul li{ float: left; width:96%; margin-left:2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 30px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);}
.tese ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.tese ul li span{ display: block; overflow: hidden; text-align: center; font-size:16px; line-height:40px;}
.tese ul li a{ display: block; overflow: hidden;}
.tese ul li a img{ width: 100%;}
.tese ul li a.moer{ width: 112px; height: 30px; background-color: #2DA9D7; text-align: center; line-height:30px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}


.xuanzhe{background: #0D5482;display: block; overflow: hidden ;}



.wei{display: block;  margin-bottom: 30px; width: 100%; margin: 0px auto;}
.wei h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 30px; color: #fff; margin-top: 10px;}
.wei h2 span{ font-size: 20px; line-height:50px;}
.wei h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.wei ul{ width: 100%; margin-left: 0px;display: block; overflow: hidden;}
.wei ul li{ float: left; width: 96%; margin-left: 2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 20px; background-color: #fff;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;

}
.wei ul li:hover{
	   margin-top:0px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}

.wei ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.wei ul li span{ display: block; overflow: hidden; text-align: center; font-size:16px; line-height:50px;}
.wei ul li a{ display: block; overflow: hidden;transition: color 0.15s;}
.wei ul li a.img{}
.wei ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.wei ul li a.moer:hover{background-color:#d82221;}
.newswen{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-top: 20px; }
.newswen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.newswen h2 span{ font-size: 20px; line-height: 50px; color: #333;}
.newswen h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}

.weishen{display: block; overflow: hidden; background-color: #222222;}
.weixin{ float: none; width:96%; margin-bottom: 80px;text-align: center; margin-left:2%; margin-right: 2%;}
.weixin p{ font-size: 14px; color: #fff; line-height: 40px;}
.weixin img{ text-align: center;}
.boseh{display: block; overflow: hidden; width:100%; margin: 0px auto;}
.message_from{ float:  none; width:96%; margin-left:2%; margin-right: 2%;}
.message_from dd{display: block; overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.message_from input.ipt {
    width: 96%;
    height: 35px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 18px; margin-left:2%; margin-right: 2%;
}
.message_from input.input_button {
     width:96%;
    height: 35px;
    font-size: 18px;
    color: #ffffff;
    background: #d82221;
    border-radius: 3px;cursor: pointer;
    margin-left:2%; margin-right: 2%;
}
.message_from textarea.ipt {
    width:96%;
    height:90px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;color: #4d4d4d; ;line-height: 30px;
margin-left:2%; margin-right: 2%;
}



.wowen{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-top: 20px; }
.wowen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.wowen h2 span{ font-size: 20px; line-height:50px; color: #fff;}
.wowen h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}


.newsimg{ display:block; overflow:hidden; width: 96%; float: none; margin-top: 10px; margin-bottom: 30px; margin-left: 2%; margin-right: 2%;}

.newsimg dl{ display:block; overflow:hidden; margin-top: 15px;}
.newsimg dl dt{ display:block; overflow:hidden; margin-bottom: 10px;}
.newsimg dl dt a{ float: left; font-size:14px;}
.newsimg dl dt i{ float: right;font-style:normal;}
.newsimg dl dd{ line-height: 22px;font-size: 12px; color: #999;}


.newstxt{ display:block; overflow:hidden; width:96%; float: none; margin-top: 10px;margin-bottom: 30px; margin-left: 2%; margin-right: 2%;}
.newstxt ul{ display:block; overflow:hidden; }
.newstxt ul li{ display:block; overflow:hidden; margin-bottom: 10px;}
.newstxt ul li span{ width:40px;height: 60px;border-right : 1px solid #CCCCCC; display: block; overflow: hidden; font-size:20px; text-align: center; line-height:60px; float: left; margin-right: 10px; margin-top: 5px;}



.newstxt ul li dl{ display:block; overflow:hidden; }
.newstxt ul li dl dt{ display:block; overflow:hidden; }
.newstxt ul li dl dt a{ font-size: 14px; line-height:24px;}
.newstxt ul li dl dt i{font-style:normal; float: right; line-height:30px;color: #555;}
.newstxt ul li dl dd p{  font-size: 12px; color: #999;}
.content{ display: block; overflow: hidden; font-size: 14px; line-height:30px; margin-bottom: 30px; margin-top: -15px; margin-left: 2%; margin-right: 2%; width: 100%;}

.pindao{display: block; overflow: hidden;  width:96%;  float:  none; margin-left: 2%; margin-right: 2%;}

.pindao ul{ display: block; padding-top: 10px; padding-bottom: 10px;}
.pindao ul li{ display: block; overflow: hidden; margin-left: 5px; margin-right: 5px; margin-bottom:10px;border-bottom : 1px dashed #dadada;}
.pindao ul li p{ margin-left: 0px; margin-right: 0px; color: #757575; line-height: 23px; padding-bottom: 10px;}
.pindao ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.pindao ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.pindao ul li small em.time{ background: url(../images/time.png) no-repeat;}
.pindao ul li small em.read{ background: url(../images/read.png) no-repeat;}
.pindao ul li small em.vote{ background: url(../images/vote.png) no-repeat;}
.pindao ul li span{ display: block; overflow: hidden;  font-size:18px; line-height:40px; margin-top: 15px;}
.pindao ul li span a{ font-size: 20px; margin-right: 10px;}
.pindao ul li a{ display: block; overflow: hidden;}
.pindao ul li a.img{ float: left; margin: 10px; margin-right:30px;}

.about{ background-color:#2DA9D7;display: block; overflow: hidden ;}
.guanyu{display: block; overflow: hidden ; width: 100%; margin: 0px auto; margin-bottom: 40px;}
.guanyu h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px; margin-top: 20px;}
.guanyu h2 span{ font-size: 20px; line-height: 80px; color: #fff;}
.guanyu h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.guanyu em{display: block; overflow: hidden ; text-align: center; color: #fff;font-style:normal; width:100%; margin: 0px auto; margin-bottom: 50px;}
.guanyu ul{ width: 100%; margin-left: 0px;display: block; overflow: hidden; }
.guanyu ul li{ float: left; width:46%; height: 150px; margin-left:2%; margin-right:2%; background-color: #2386AA; position: relative; margin-bottom: 10px;}
.guanyu ul li p{ margin-left:10px; margin-right: 20px; color: #fff; line-height: 23px; font-size: 30px;}
.guanyu ul li span{ display: block; overflow: hidden; color: #fff; font-size:18px; line-height: 80px; margin-left: 10px; margin-top:10px;}
.guanyu ul li img{ display: block; overflow: hidden; position: absolute; right:5px; top: 70px;}
.guanyu   a.moer{ width: 112px; height: 37px;display: block; overflow: hidden; background-color: #2DA9D7; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-bottom: 20px;border: 2px solid #fff; margin: 0px auto;  margin-top:20px;}

.zhongxin{display: block; overflow: hidden; width: 100%; margin: 0px auto; }
.zhongxin h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.zhongxin h2 span{ font-size: 20px; line-height: 40px;}
.zhongxin h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zhongxin h2 small{ line-height: 60px; color: #A8A8A8;}
.zhongxin h3{display: block; overflow: hidden; }
.zhongxin h3 a{ background-color: #FFFFFF;}

.zhongxin ul{ width: 1200px; margin-left: -15px;}
.zhongxin ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border: 1px solid #F2F2F2; margin-bottom: 30px;}
.zhongxin ul li a{ display: block; overflow: hidden;}
.zhongxin ul li a.img{}

.tab {
  display: block;width:100%; margin: 0px auto;
}
.tab-title {
  height: 46px; margin-left: 0px;

}
.tab-title .item {
  display: inline-block;
 width: 17%; height: 46px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 46px; float: left; margin-left: 10px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; text-align: center; margin-bottom: 10px;
}
.tab-title .item-cur {
  color: #fff;
  background-color: #2DA9D7;
}
.tab-cont { display: block;clear:both; height: 530px; margin-top: 10px;
  position: relative;

  overflow: hidden;
}
.tab-cont__wrap {
  position: absolute;
}
.tab-cont .item {
  width: 100%;
  height: auto;
  line-height: inherit;
  text-align: center;
  color: #fff;
}

.bangong{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-bottom: 10px;}
.bangong h3{display: block; overflow: hidden;font-weight:normal; text-align: center; padding-top: 15px; padding-bottom:15px; margin-left:0px;}
.bangong h3 a{ width:17%; height:40px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 40px; float: left; margin-left:2%;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.bangong h3 a.hover{ background-color: #2DA9D7; color: #fff;}
.bangong ul{ width: 100%; margin-left: 0px;}
.bangong ul li{ float: left; width:96%; margin-left:2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 10px; position: relative;}
.bangong ul li a{ display: block; overflow: hidden;}
.bangong ul li:hover span{ display: none;}
.bangong ul li:hover span{background: url(../images/zhankai.png) no-repeat; width: 43px; height: 43px; display: block; overflow: hidden; position: absolute; top:20px; right: 20px;transition: all 250ms ease-in-out 0s; white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;}
.bangong ul li a p{ display: block; overflow: hidden; text-align: center; line-height: 50px;}



.newslist{display: block; overflow: hidden;width:100%; margin: 0px auto; margin-bottom: 10px; margin-top:10px;}
.newslist h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.newslist h2 span{ font-size: 20px; line-height: 40px;}
.newslist h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.newslist ul{ width: 100%; margin-left: 0px;}
.newslist ul li{ float: left; width: 96%; margin-left:2%; margin-right:2%; margin-bottom: 10px; background-color: #fff;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s;}
.newslist ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.newslist ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.newslist ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-left: 10px; font-size: 14px;}
.newslist ul li small em.time{ background: url(../images/time.png) no-repeat;}
.newslist ul li small em.read{ background: url(../images/read.png) no-repeat;}
.newslist ul li small em.vote{ background: url(../images/vote.png) no-repeat;}

.newslist ul li span{ display: block; overflow: hidden;  font-size:18px; line-height: 40px; padding-left:10px;}
.newslist ul li a{ display: block; overflow: hidden;}
.newslist ul li a img{ width: 100%;}
.newslist ul li a.moer{ width: 112px; height: 37px; background-color: #2DA9D7; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}

.new_banner{width:100%;height:490px;position:relative; margin:0 auto;}
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{ width:36px; height:36px; background-image:url(../images/banner_new.png); display:block; position:absolute;  text-indent:-10em; overflow:hidden;}

.prev{ background-position:0 0;left:-40px; top:180px;}
.prev:hover{ background-position:0 -36px;}
.next{ background-position:-36px 0;right:-40px; top:180px;}
.next:hover{ background-position:-36px -36px;}
.rslides_tabs{ position:absolute; left:50%; top:350px;clear:both;text-align:center; z-index:99999; margin-left: -40px;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{ background:#2DA9D7;}
.hudong {
    display: block;
    overflow: hidden;
    background: url(../images/hudong.png) center no-repeat;background-size: cover;
    height:400px;
}
.user{ display: block;  width:100%; float:left; position: relative; margin-top: 50px;}
.user p{ background-color: #2DA9D7; margin-right: 10px; padding-top: 10px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; font-size: 12px; line-height:30px; color: #fff; height: 100px;}
.user span{ position: absolute; left: 10px;top:90px; color: #fff;}
.user span img{-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%; margin-right: 30px; width: 50px; height: 50px;}


.position {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    width:100%;
    margin: 0px auto;
    line-height: 30px;
    color: #919191; padding-left: 10px;
}

.banner1{display: block; overflow: hidden; text-align: center; position: relative;}
.banner1 img{ height: 100px;}
.banner1 span{ text-align: center;display: block; overflow: hidden; position: absolute; left: 50%; top:25%; margin-left: -40px; font-size: 20px; color: #fff;}
.banner1 p{display: block; overflow: hidden; text-align: center; position: absolute; left: 50%; top:60%; margin-left: -30px; font-size: 16px; color: #fff;}
.scrollbox{ display: none;}

.type {
    display: block;
    overflow: hidden;
    width:100%;
    float: none;
    margin-top: 30px;
}
.contleft{display: block; overflow: hidden;border : 1px solid #DEDEDE; margin-left: 1%; margin-right: 1%;}
.contleft ul{}
.contleft ul li{ background:none; width:30.3%; float: left; height: 40px;border-bottom : none;}
.contleft ul li.hover{ background:none;}
.contleft ul li a{ display: block; overflow: hidden; line-height: 40px; padding-left: 30px;font-size: 16px; color: #5E5E5E;}
.contleft ul li.hover a{ color: #333;}

.contents {
    display: block;
    overflow: hidden;
    width:100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

.servicecenter{ display: block; overflow: hidden;}
.servicecenter img{ float: right; width: 30%; margin-right: 5px; margin-left:5px;}
.servicecenter strong{display: block; overflow: hidden; font-size:16px;font-weight:normal; margin-left: 10px;}
.servicecenter span{display: block; overflow: hidden; color: #747474; margin-bottom: 10px; margin-left: 10px;}
.servicecenter p{ line-height: 22px; margin-left: 10px; margin-right: 10px;}
.jiaoyu{display: block; overflow: hidden; background-color: #F6FAFF; margin-top: 10px; margin-bottom: 10px; text-align: center; line-height: 20px; padding-top:15px; padding-bottom: 15px; font-size: 12px;}

.biaodan{ display: block; width:100%; background:none; height: auto; float: right; margin-top:10px;}
.biaodan h4{ margin-left:0px;height:40px; line-height:40px; font-size: 20px;font-weight:normal; text-align: center;}
.biaodan ul{display: block;margin-left: 30px; margin-right: 30px;}
.biaodan ul li{ display: block; margin-top: 10px;}
.biaodan ul li input{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height:30px; color:#929292;text-indent :10px;}
.biaodan ul li textarea{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 60px;}

.dizhi{ display: none;}
.lianxi{display: none;}

.typetitle {
    float: left;
    font-size: 20px; margin-left: 10px;
}
.typeposi {
    float: right; margin-right: 10px;
    display: none;
}
.title{display: block; overflow: hidden; }
.title h1{display: block; overflow: hidden; margin-bottom: 10px;font-weight:normal; font-size: 16px; margin-left: 10px;}
.title  small{ height: 40px;display: block; overflow: hidden; margin-bottom: 30px; }
.title  small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.title  small em.time{ background: url(../images/time.png) no-repeat;}
.title  small em.read{ background: url(../images/read.png) no-repeat;}
.title  small em.vote{ background: url(../images/vote.png) no-repeat;}
.detail{display: block; overflow: hidden; margin-bottom: 30px; width:100%; margin-bottom: 20px; margin-top:-15px; float:  none;}

.conten{display: block; overflow: hidden; line-height:25px; font-size: 12px !important; margin-bottom: 20px; margin-top: -33px; margin-left: 2%; margin-right: 2%;}
.conten img{ width: 100%; height: auto;}
.conten p{font-size: 12px !important;margin-bottom:5px !important;}


.comment{display: block; overflow: hidden; margin-top: 15px;}
.comlist{display: block; overflow: hidden;}
.comlist h2{font-weight:normal; line-height: 60px;}

.comlist ul{display: block; overflow: hidden;}
.comlist ul li{display: block; overflow: hidden; margin-bottom: 30px;}
.comlist ul li dl{display: block; overflow: hidden}
.comlist ul li dl dt{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; float: left; padding: 5px; width:15%; margin-left: 1%; margin-top: 3%;}
.comlist ul li dl dt img{ width: 100%; height: auto;}

.comlist ul li dl dd{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; width: 730px; float: right; width:75%; margin-right: 2%;}

.message{display: block;  position: relative;}
.message a.titi{ float: left; margin-left:10px; margin-top: 5px; color: #2DA9D7; margin-bottom: 10px;}
.message a.Reply{ float: right; margin-top:5px; margin-right:10px;color: #2DA9D7;}
.message p{display: block; overflow: hidden; width: 90%; margin-left:15px; margin-right: 10px; margin-top: 5px;}
.message em{ float: right;font-style:normal; margin-bottom:15px; margin-right: 30px;}
.message span{display: block; overflow: hidden; width: 30px; height: 35px; background: url(../images/message.png) no-repeat; position: absolute; left: -15px; top: 25px;}

.Publish{}
.Publish h4{ height:40px; line-height:40px; font-size: 20px;font-weight:normal; margin-left:5%;}
.Publish ul{display: block;}
.Publish ul li{ display: block; margin-top: 10px;}
.Publish ul li input{ margin-right:5%; margin-left: 5%; margin-bottom: 10px; width:90%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 50px; color:#929292;text-indent :10px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.Publish ul li textarea{ margin-right:5%; margin-left: 5%;width:90%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 60px; color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 120px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}

.Publish button.search-submit{ float: right;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; margin-right: 5%;}

.typeright { display: none;}

.zixun{display: block; overflow: hidden; margin-bottom: 30px; width:100%; margin-bottom: 20px; margin-top:15px; float: none;}
.zixun h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.zixun h2 span{ font-size: 20px; line-height: 80px;}
.zixun h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zixun ul{ display: block; padding-top: 10px;}
.zixun ul li{ display: block; overflow: hidden; margin-left:2%; margin-right:2%; margin-bottom:15px;border: 1px solid #E2E2E2; background-color: #fff;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; padding-bottom: 10px;}
.zixun ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.zixun ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.zixun ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.zixun ul li small em.time{ background: url(../images/time.png) no-repeat;}
.zixun ul li small em.read{ background: url(../images/read.png) no-repeat;}
.zixun ul li small em.vote{ background: url(../images/vote.png) no-repeat;}
.zixun ul li span{ display: block; overflow: hidden;  font-size:16px; line-height:20px; text-align: center;}
.zixun ul li span a{ font-size:16px;}
.zixun ul li a{ display: block; overflow: hidden;}
.zixun ul li a.img{ float: none; margin: 0px; margin-right:0px;}
.zixun ul li a img{ width: 100% !important;}

.pege{display: block; overflow: hidden; margin-left: 0px;}
.pege li{ float: left;display: block; overflow: hidden; margin-left: 5px !important;
margin-right: 5px !important;}
.pege li.hover{ background-color: #2DA9D7;}
.pege li a{ width: 42px; height: 42px; display: block; overflow: hidden; text-align: center; line-height: 42px; color: #A0A0A0;}
.pege li.hover a{ color: #fff;}
.service {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service ul{ width:100%; margin-left:0px;}
.service ul li{ float: none; width:96%; margin-left:2%; margin-right:2%;border:1px solid #dcdcdc; margin-bottom: 10px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);}
.service ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px; font-size: 12px;}
.service ul li span{ display: block; overflow: hidden;  font-size:16px; line-height:40px; padding-left: 20px;}
.service ul li a{ display: block; overflow: hidden;}
.service ul li a img{ width: 100%; height: auto;}
.service ul li a.moer{ width:90px; height: 30px; background-color: #2DA9D7; text-align: center; line-height:30px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}


.Servicedetails{display:block; overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.Serviceimg{ float: none; width:100%;}
.Serviceimg img{ width: 100%; height: auto;}
.Servicetxt{display:block; overflow: hidden; float: none; width:100%;}
.Servicetxt h1{ line-height:30px;font-weight:normal; font-size: 14px;}
.Servicetxt ul{display:block; overflow: hidden; margin-top: 10px;}
.Servicetxt ul li{ width: 33.3%; float: left; display: block; height: 70px; margin-top: 20px;}
.Servicetxt ul li span{ display: block; overflow: hidden; padding-left: 30px; margin-bottom: 10px; height: 20px; margin-left: 2%;}
.Servicetxt ul li span.se1{ background: url(../images/se1.png) no-repeat;}
.Servicetxt ul li span.se2{ background: url(../images/se2.png) no-repeat;}
.Servicetxt ul li span.se3{ background: url(../images/se3.png) no-repeat;}
.Servicetxt ul li  b{ font-size:24px;}
.Servicetxt a{ width:115px; height: 38px; line-height: 38px; display: block; overflow: hidden;  background-color: #2DA9D7; text-align: center; color: #fff; font-size: 16px;-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px; margin-top: 10px; margin-bottom: 20px; margin-left: 10%;}

#menu{width:100%; overflow:hidden;}
#menu #nav {display:block; width:100%;list-style:none;border-bottom : 1px solid #C9C9C9; overflow: hidden;}
#menu #nav li {float:left;width:100px; }
#menu #nav li a {display:block;height: 50px;line-height:50px;text-decoration:none; text-align:center; color:#333; font-size: 16px;}
#menu_con{ width: 100%; display: block; height: auto; border-top:none;clear:both; margin-bottom: 50px; margin-top: 20px;}
.tag{ overflow:hidden; line-height: 24px; margin-left: 2%; margin-right: 2%;}
.selected{border-bottom : 3px solid #2DA9D7; color:#fff;}




.footer{ display: block; overflow: hidden; background-color: #303030; height: 50px;}
.footnav{ float: right;color: #fff; display: none;}
.footnav ul{ }
.footnav ul li{ float: left; margin-left: 20px; }
.footnav ul li a{color: #fff; line-height: none; font-size: 14px;}
.Copyright{ float: none; color: #fff;  font-size: 11px; padding-top: 5px;padding-bottom: 5px; text-align: center;line-height: 40px;}
.Copyright img{ margin-right:0px; width: 20%; }






}

@media only screen and (min-width: 480px) and (max-width: 639px){

.logo{ width: auto; float: left;}
.logo img{ width:100%;}

.top{ display: none;}
.main {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}
.banner{ width:100%; height: 250px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:250px;  position:absolute; left:0; top:0; }
.b-img a{ display:block; height:250px; float:left;background-size: cover !important;}
.b-list{ height:50px; padding-top:200px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:15px; height:15px; border-radius:50%; background-color: #fff;float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{ background-color: #008CD6;}
.bar-left{ position:absolute; z-index:1; display:block; width:40px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:40px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:40px; height:40px;  margin:0 auto; margin-top:275px;}
.bar-right em{ display:block; width:40px; height:40px; margin:0 auto; margin-top:275px;}
.bar-left .emcss{ background:url(../images/bar-left.png) 0px 0px no-repeat;}
.bar-right .emcss{background:url(../images/bar-right.png) 0px 0px no-repeat;}

.fuwu{ display: block; overflow: hidden; width:100%; margin: 0px auto;  margin-top: 0px; z-index: 1000; position:  inherit; left:0px; margin-left: 0px;}
.fuwu ul{ display: block; overflow: hidden;}
.fuwu ul li{ float: left; width: 33.33%; background-color: #2DA9D7; padding-top:10px; padding-bottom:10px;}
.fuwu ul li span{display: block; overflow: hidden; text-align: center;color: #fff; font-size: 12px; line-height:30px;}
.fuwu ul li p{display: block; overflow: hidden; text-align: center; color: #fff; margin-left:1%; margin-right:1%; line-height:22px;height: auto !important;   height:150px;   min-height:150px !important;}
.fuwu ul li img{display: block; overflow: hidden; margin: 0px auto;}
.ban {
    display: block;
    overflow: hidden;
    position: relative;
    height:  auto;
}
.tese{display: block; overflow: hidden; margin-bottom: 10px;}
.tese h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.tese h2 span{ font-size: 20px; line-height: 40px;}
.tese h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.tese ul{ width:100%; margin-left: 0px; display: block; overflow: hidden;}
.tese ul li{ float: left; width:96%; margin-left:2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 30px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);}
.tese ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.tese ul li span{ display: block; overflow: hidden; text-align: center; font-size:16px; line-height:40px;}
.tese ul li a{ display: block; overflow: hidden;}
.tese ul li a img{ width: 100%;}
.tese ul li a.moer{ width: 112px; height: 30px; background-color: #2DA9D7; text-align: center; line-height:30px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}

.about{ background-color:#2DA9D7;display: block; overflow: hidden ;}
.guanyu{display: block; overflow: hidden ; width: 100%; margin: 0px auto; margin-bottom: 40px;}
.guanyu h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px; margin-top: 20px;}
.guanyu h2 span{ font-size: 20px; line-height: 80px; color: #fff;}
.guanyu h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.guanyu em{display: block; overflow: hidden ; text-align: center; color: #fff;font-style:normal; width:100%; margin: 0px auto; margin-bottom: 50px;}
.guanyu ul{ width: 100%; margin-left: 0px;display: block; overflow: hidden; }
.guanyu ul li{ float: left; width:46%; height: 150px; margin-left:2%; margin-right:2%; background-color: #2386AA; position: relative; margin-bottom: 10px;}
.guanyu ul li p{ margin-left:10px; margin-right: 20px; color: #fff; line-height: 23px; font-size: 40px;}
.guanyu ul li span{ display: block; overflow: hidden; color: #fff; font-size:18px; line-height: 80px; margin-left: 10px; margin-top:10px;}
.guanyu ul li img{ display: block; overflow: hidden; position: absolute; right:5px; top: 70px;}
.guanyu   a.moer{ width: 112px; height: 37px;display: block; overflow: hidden; background-color: #2DA9D7; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-bottom: 20px;border: 2px solid #fff; margin: 0px auto;  margin-top:20px;}

.zhongxin{display: block; overflow: hidden; width: 100%; margin: 0px auto; }
.zhongxin h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.zhongxin h2 span{ font-size: 20px; line-height: 40px;}
.zhongxin h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zhongxin h2 small{ line-height: 60px; color: #A8A8A8;}
.zhongxin h3{display: block; overflow: hidden; }
.zhongxin h3 a{ background-color: #FFFFFF;}

.zhongxin ul{ width: 1200px; margin-left: -15px;}
.zhongxin ul li{ float: left; width: 370px; margin-left: 15px; margin-right: 15px;border: 1px solid #F2F2F2; margin-bottom: 30px;}
.zhongxin ul li a{ display: block; overflow: hidden;}
.zhongxin ul li a.img{}

.tab {
  display: block;width:100%; margin: 0px auto;
}
.tab-title {
  height: 46px; margin-left: 0px;

}
.tab-title .item {
  display: inline-block;
 width: 17%; height: 46px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 46px; float: left; margin-left: 10px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; text-align: center; margin-bottom: 10px;
}
.tab-title .item-cur {
  color: #fff;
  background-color: #2DA9D7;
}
.tab-cont { display: block;clear:both; height: 530px; margin-top: 10px;
  position: relative;

  overflow: hidden;
}
.tab-cont__wrap {
  position: absolute;
}
.tab-cont .item {
  width: 100%;
  height: auto;
  line-height: inherit;
  text-align: center;
  color: #fff;
}

.bangong{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-bottom: 10px;}
.bangong h3{display: block; overflow: hidden;font-weight:normal; text-align: center; padding-top: 15px; padding-bottom:15px; margin-left:0px;}
.bangong h3 a{ width:17%; height:40px;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); display: block; overflow: hidden; line-height: 40px; float: left; margin-left:2%;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.bangong h3 a.hover{ background-color: #2DA9D7; color: #fff;}
.bangong ul{ width: 100%; margin-left: 0px;}
.bangong ul li{ float: left; width:46%; margin-left:2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 10px; position: relative;}
.bangong ul li a{ display: block; overflow: hidden;}

.bangong ul li:hover span{ display: none;}
.bangong ul li:hover span{background: url(../images/zhankai.png) no-repeat; width: 43px; height: 43px; display: block; overflow: hidden; position: absolute; top:20px; right: 20px;transition: all 250ms ease-in-out 0s; white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;}
.bangong ul li a p{ display: block; overflow: hidden; text-align: center; line-height: 50px;}


.newslist{display: block; overflow: hidden;width:100%; margin: 0px auto; margin-bottom: 10px; margin-top:10px;}
.newslist h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.newslist h2 span{ font-size: 20px; line-height: 40px;}
.newslist h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.newslist ul{ width: 100%; margin-left: 0px;}
.newslist ul li{ float: left; width: 96%; margin-left:2%; margin-right:2%; margin-bottom: 10px; background-color: #fff;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s;}
.newslist ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.newslist ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.newslist ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-left: 10px; font-size: 14px;}
.newslist ul li small em.time{ background: url(../images/time.png) no-repeat;}
.newslist ul li small em.read{ background: url(../images/read.png) no-repeat;}
.newslist ul li small em.vote{ background: url(../images/vote.png) no-repeat;}

.newslist ul li span{ display: block; overflow: hidden;  font-size:18px; line-height: 40px; padding-left:10px;}
.newslist ul li a{ display: block; overflow: hidden;}
.newslist ul li a img{ width: 100%;}
.newslist ul li a.moer{ width: 112px; height: 37px; background-color: #2DA9D7; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}

.new_banner{width:100%;height:490px;position:relative; margin:0 auto;}
.rslides{width:100%;position:relative;list-style:none;padding:0}
.rslides_nav{ width:36px; height:36px; background-image:url(../images/banner_new.png); display:block; position:absolute;  text-indent:-10em; overflow:hidden;}

.prev{ background-position:0 0;left:-40px; top:180px;}
.prev:hover{ background-position:0 -36px;}
.next{ background-position:-36px 0;right:-40px; top:180px;}
.next:hover{ background-position:-36px -36px;}
.rslides_tabs{ position:absolute; left:50%; top:350px;clear:both;text-align:center; z-index:99999; margin-left: -40px;}
.rslides_tabs li{display:inline;float:none;_float:left;*float:left;margin-right:5px}
.rslides_tabs a{ width:12px; height:12px; background:#fff;text-indent:-5em; overflow:hidden; display:block; float:left; margin-left:6px;border-radius:6px;}
.rslides_tabs .rslides_here a{ background:#2DA9D7;}
.hudong {
    display: block;
    overflow: hidden;
    background: url(../images/hudong.png) center no-repeat;background-size: cover;
    height:400px;
}
.user{ display: block;  width:100%; float:left; position: relative; margin-top: 50px;}
.user p{ background-color: #2DA9D7; margin-right: 10px; padding-top: 10px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; font-size: 12px; line-height:30px; color: #fff; height: 100px;}
.user span{ position: absolute; left: 10px;top:90px; color: #fff;}
.user span img{-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%; margin-right: 30px; width: 50px; height: 50px;}


.position {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #DDDDDD;
    width:100%;
    margin: 0px auto;
    line-height: 30px;
    color: #919191; padding-left: 10px;
}

.banner1{display: block; overflow: hidden; text-align: center; position: relative;}
.banner1 img{ height: 100px;}
.banner1 span{ text-align: center;display: block; overflow: hidden; position: absolute; left: 50%; top:25%; margin-left: -40px; font-size: 20px; color: #fff;}
.banner1 p{display: block; overflow: hidden; text-align: center; position: absolute; left: 50%; top:60%; margin-left: -30px; font-size: 16px; color: #fff;}
.scrollbox{ display: none;}

.type {
    display: block;
    overflow: hidden;
    width:100%;
    float: none;
    margin-top: 30px;
}
.contleft{display: block; overflow: hidden;border : 1px solid #DEDEDE; margin-left: 1%; margin-right: 1%;}
.contleft ul{}
.contleft ul li{ background:none; width:30.3%; float: left; height: 40px;border-bottom : none;}
.contleft ul li.hover{ background:none;}
.contleft ul li a{ display: block; overflow: hidden; line-height: 40px; padding-left: 30px;font-size: 16px; color: #5E5E5E;}
.contleft ul li.hover a{ color: #333;}

.contents {
    display: block;
    overflow: hidden;
    width:100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 20px;
}

.servicecenter{ display: block; overflow: hidden;}
.servicecenter img{ float: right; width: 30%; margin-right: 5px; margin-left:5px;}
.servicecenter strong{display: block; overflow: hidden; font-size:16px;font-weight:normal; margin-left: 10px;}
.servicecenter span{display: block; overflow: hidden; color: #747474; margin-bottom: 10px; margin-left: 10px;}
.servicecenter p{ line-height: 22px; margin-left: 10px; margin-right: 10px;}
.jiaoyu{display: block; overflow: hidden; background-color: #F6FAFF; margin-top: 10px; margin-bottom: 10px; text-align: center; line-height: 20px; padding-top:15px; padding-bottom: 15px; font-size: 12px;}

.biaodan{ display: block; width:100%; background:none; height: auto; float: right; margin-top:10px;}
.biaodan h4{ margin-left:0px;height:40px; line-height:40px; font-size: 20px;font-weight:normal; text-align: center;}
.biaodan ul{display: block;margin-left: 30px; margin-right: 30px;}
.biaodan ul li{ display: block; margin-top: 10px;}
.biaodan ul li input{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height:30px; color:#929292;text-indent :10px;}
.biaodan ul li textarea{ width: 100%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 60px;}

.dizhi{ display: none;}
.lianxi{display: none;}

.typetitle {
    float: left;
    font-size: 20px; margin-left: 10px;
}

.typeposi {
    float: right; margin-right: 10px;
}
.title{display: block; overflow: hidden; }
.title h1{display: block; overflow: hidden; margin-bottom: 10px;font-weight:normal; font-size: 16px; margin-left: 10px;}
.title  small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px; }
.title  small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.title  small em.time{ background: url(../images/time.png) no-repeat;}
.title  small em.read{ background: url(../images/read.png) no-repeat;}
.title  small em.vote{ background: url(../images/vote.png) no-repeat;}
.detail{display: block; overflow: hidden; margin-bottom: 30px; width:100%; margin-bottom: 20px; margin-top: 15px; float:  none;}

.conten{display: block; overflow: hidden; line-height:25px; margin-bottom: 20px; margin-top: 10px; margin-left: 2%; margin-right: 2%;}
.comment{display: block; overflow: hidden; margin-top: 15px;}
.comlist{display: block; overflow: hidden;}
.comlist h2{font-weight:normal; line-height: 60px;}

.comlist ul{display: block; overflow: hidden;}
.comlist ul li{display: block; overflow: hidden; margin-bottom: 30px;}
.comlist ul li dl{display: block; overflow: hidden}
.comlist ul li dl dt{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; float: left; padding: 5px; width:15%; margin-left: 1%; margin-top: 3%;}
.comlist ul li dl dt img{ width: 100%; height: auto;}

.comlist ul li dl dd{border: 1px solid #E2E2E2; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s; width: 730px; float: right; width:75%; margin-right: 2%;}

.message{display: block;  position: relative;}
.message a.titi{ float: left; margin-left:10px; margin-top: 5px; color: #2DA9D7; margin-bottom: 10px;}
.message a.Reply{ float: right; margin-top:5px; margin-right:10px;color: #2DA9D7;}
.message p{display: block; overflow: hidden; width: 90%; margin-left:15px; margin-right: 10px; margin-top: 5px;}
.message em{ float: right;font-style:normal; margin-bottom:15px; margin-right: 30px;}
.message span{display: block; overflow: hidden; width: 30px; height: 35px; background: url(../images/message.png) no-repeat; position: absolute; left: -15px; top: 25px;}

.Publish{}
.Publish h4{ height:40px; line-height:40px; font-size: 20px;font-weight:normal; margin-left:5%;}
.Publish ul{display: block;}
.Publish ul li{ display: block; margin-top: 10px;}
.Publish ul li input{ margin-right:5%; margin-left: 5%; margin-bottom: 10px; width:90%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 50px; color:#929292;text-indent :10px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}
.Publish ul li textarea{ margin-right:5%; margin-left: 5%;width:90%;border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1); height: 60px; color:#929292;text-indent :10px; padding-top: 10px; padding-bottom: 10px; height: 120px;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;}

.Publish button.search-submit{ float: right;-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px; margin-right: 5%;}

.typeright { display: none;}

.zixun{display: block; overflow: hidden; margin-bottom: 30px; width:100%; margin-bottom: 20px; margin-top:15px; float: none;}
.zixun h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.zixun h2 span{ font-size: 20px; line-height: 80px;}
.zixun h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.zixun ul{ display: block; padding-top: 10px;}
.zixun ul li{ display: block; overflow: hidden; margin-left:2%; margin-right:2%; margin-bottom:15px;border: 1px solid #E2E2E2; background-color: #fff;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);transition: all 250ms ease-in-out 0s;}
.zixun ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.zixun ul li small{ height: 40px;display: block; overflow: hidden; margin-bottom: 10px;}
.zixun ul li small em{font-style:normal; float: left; line-height: 40px; padding-left: 48px; margin-right: 10px; font-size: 14px;}
.zixun ul li small em.time{ background: url(../images/time.png) no-repeat;}
.zixun ul li small em.read{ background: url(../images/read.png) no-repeat;}
.zixun ul li small em.vote{ background: url(../images/vote.png) no-repeat;}
.zixun ul li span{ display: block; overflow: hidden;  font-size:18px; line-height:40px; text-align: center;}
.zixun ul li span a{ font-size:16px;}
.zixun ul li a{ display: block; overflow: hidden;}
.zixun ul li a.img{ float: none; margin: 0px; margin-right:0px;}
.zixun ul li a img{ width: 100% !important;}

.pege{display: block; overflow: hidden; margin-left: 0px;}
.pege li{ float: left;display: block; overflow: hidden; margin-left: 5px !important;
margin-right: 5px !important;}
.pege li.hover{ background-color: #2DA9D7;}
.pege li a{ width: 42px; height: 42px; display: block; overflow: hidden; text-align: center; line-height: 42px; color: #A0A0A0;}
.pege li.hover a{ color: #fff;}
.service {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.service ul{ width:100%; margin-left:0px;}
.service ul li{ float: none; width:96%; margin-left:2%; margin-right:2%;border:1px solid #dcdcdc; margin-bottom: 10px;box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14);}
.service ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px; font-size: 12px;}
.service ul li span{ display: block; overflow: hidden;  font-size:16px; line-height:40px; padding-left: 20px;}
.service ul li a{ display: block; overflow: hidden;}
.service ul li a img{ width: 100%; height: auto;}
.service ul li a.moer{ width:90px; height: 30px; background-color: #2DA9D7; text-align: center; line-height:30px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;}


.Servicedetails{display:block; overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.Serviceimg{ float: none; width:100%;}
.Serviceimg img{ width: 100%; height: auto;}
.Servicetxt{display:block; overflow: hidden; float: none; width:100%;}
.Servicetxt h1{ line-height:30px;font-weight:normal; font-size: 14px;}
.Servicetxt ul{display:block; overflow: hidden; margin-top: 10px;}
.Servicetxt ul li{ width: 33.3%; float: left; display: block; height: 70px; margin-top: 20px;}
.Servicetxt ul li span{ display: block; overflow: hidden; padding-left: 30px; margin-bottom: 10px; height: 20px; margin-left: 2%;}
.Servicetxt ul li span.se1{ background: url(../images/se1.png) no-repeat;}
.Servicetxt ul li span.se2{ background: url(../images/se2.png) no-repeat;}
.Servicetxt ul li span.se3{ background: url(../images/se3.png) no-repeat;}
.Servicetxt ul li  b{ font-size:24px;}
.Servicetxt a{ width:115px; height: 38px; line-height: 38px; display: block; overflow: hidden;  background-color: #2DA9D7; text-align: center; color: #fff; font-size: 16px;-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px; margin-top: 10px; margin-bottom: 20px; margin-left: 10%;}

#menu{width:100%; overflow:hidden;}
#menu #nav {display:block; width:100%;list-style:none;border-bottom : 1px solid #C9C9C9; overflow: hidden;}
#menu #nav li {float:left;width:100px; }
#menu #nav li a {display:block;height: 50px;line-height:50px;text-decoration:none; text-align:center; color:#333; font-size: 16px;}
#menu_con{ width: 100%; display: block; height: auto; border-top:none;clear:both; margin-bottom: 50px; margin-top: 20px;}
.tag{ overflow:hidden; line-height: 24px; margin-left: 2%; margin-right: 2%;}
.selected{border-bottom : 3px solid #2DA9D7; color:#fff;}


.xuanzhe{background: #0D5482;display: block; overflow: hidden ;}



.wei{display: block;  margin-bottom: 50px; width: 100%; margin: 0px auto;}
.wei h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 30px; color: #fff; margin-top: 30px;}
.wei h2 span{ font-size: 20px; line-height: 80px;}
.wei h2 em{ background: url(../images/em.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}
.wei ul{ width: 100%; margin-left: 0px;display: block; overflow: hidden;}
.wei ul li{ float: left; width: 96%; margin-left: 2%; margin-right:2%;border: 1px solid #F2F2F2; margin-bottom: 20px; background-color: #fff;
    -webkit-transition: margin-top 0.3s ease;
    -moz-transition: margin-top 0.3s ease;
    -o-transition: margin-top 0.3s ease;
    transition: margin-top 0.3s ease;

}
.wei ul li:hover{
	   margin-top:0px ;
 border:1px solid #dcdcdc; -webkit-box-shadow:0 0 10px rgba(0,0,0,.1); -moz-box-shadow:0 0 10px rgba(0,0,0,.1); box-shadow:0 0 10px rgba(0,0,0,.1);
	}

.wei ul li p{ margin-left: 20px; margin-right: 20px; color: #757575; line-height: 23px;}
.wei ul li span{ display: block; overflow: hidden; text-align: center; font-size:20px; line-height: 80px;}
.wei ul li a{ display: block; overflow: hidden;transition: color 0.15s;}
.wei ul li a.img{}
.wei ul li a.moer{ width: 112px; height: 37px; background: #ff3535; text-align: center; line-height: 37px; color: #fff;-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px; margin-left:20px; margin-bottom: 20px; margin-top: 10px;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}

.wei ul li a.moer:hover{background-color:#d82221;}
.newswen{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-top: 20px; }
.newswen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom: 20px;}
.newswen h2 span{ font-size: 20px; line-height: 50px; color: #333;}
.newswen h2 em{ background: url(../images/em2.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}

.weishen{display: block; overflow: hidden; background-color: #222222;}
.weixin{ float: none; width:96%; margin-bottom: 80px;text-align: center; margin-left:2%; margin-right: 2%;}
.weixin p{ font-size: 14px; color: #fff; line-height: 40px;}
.weixin img{ text-align: center;}
.boseh{display: block; overflow: hidden; width:100%; margin: 0px auto;}
.message_from{ float:  none; width:96%; margin-left:2%; margin-right: 2%;}
.message_from dd{display: block; overflow: hidden; margin-top: 10px; margin-bottom: 10px;}
.message_from input.ipt {
    width: 96%;
    height: 45px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 18px; margin-left:2%; margin-right: 2%;
}
.message_from input.input_button {
     width:96%;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    background: #d82221;
    border-radius: 3px;cursor: pointer;
    margin-left:2%; margin-right: 2%;
}
.message_from textarea.ipt {
    width:96%;
    height:90px;
    background: #FFFFFF;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;color: #4d4d4d; ;line-height: 30px;
margin-left:2%; margin-right: 2%;
}



.wowen{display: block; overflow: hidden; width: 100%; margin: 0px auto; margin-top: 20px; }
.wowen h2{display: block; overflow: hidden; text-align: center;font-weight:normal; margin-bottom:20px;}
.wowen h2 span{ font-size: 20px; line-height:50px; color: #fff;}
.wowen h2 em{ background: url(../images/em1.png) no-repeat; width: 88px; height: 6px; display: block; overflow: hidden; margin: 0px auto;}


.newsimg{ display:block; overflow:hidden; width: 96%; float: none; margin-top: 10px; margin-bottom: 30px; margin-left: 2%; margin-right: 2%;}

.newsimg dl{ display:block; overflow:hidden; margin-top: 15px;}
.newsimg dl dt{ display:block; overflow:hidden; margin-bottom: 10px;}
.newsimg dl dt a{ float: left; font-size:14px;}
.newsimg dl dt i{ float: right;font-style:normal;}
.newsimg dl dd{ line-height: 22px;font-size: 12px; color: #999;}


.newstxt{ display:block; overflow:hidden; width:96%; float: none; margin-top: 10px;margin-bottom: 30px; margin-left: 2%; margin-right: 2%;}
.newstxt ul{ display:block; overflow:hidden; }
.newstxt ul li{ display:block; overflow:hidden; margin-bottom: 10px;}
.newstxt ul li span{ width:40px;height: 60px;border-right : 1px solid #CCCCCC; display: block; overflow: hidden; font-size:20px; text-align: center; line-height:60px; float: left; margin-right: 10px; margin-top: 5px;}



.newstxt ul li dl{ display:block; overflow:hidden; }
.newstxt ul li dl dt{ display:block; overflow:hidden; }
.newstxt ul li dl dt a{ font-size: 14px; line-height:24px;}
.newstxt ul li dl dt i{font-style:normal; float: right; line-height:30px;color: #555;}
.newstxt ul li dl dd p{  font-size: 12px; color: #999;}
.content{display: block; overflow: hidden; line-height:25px; font-size: 12px !important; margin-bottom: 20px; margin-top: 10px; margin-left: 2%; margin-right: 2%;}
.content img{ width: 100%; height: auto;}
.content p{font-size: 12px !important;margin-bottom:5px !important;}

.footer{ display: block; overflow: hidden; background-color: #303030; height:50px;}
.footnav{ float: right;color: #fff; display: none;}
.footnav ul{ }
.footnav ul li{ float: left; margin-left: 20px; }
.footnav ul li a{color: #fff; line-height: none; font-size: 14px;}
.Copyright{ float: none; color: #fff; width: 100%; font-size: 11px; text-align: center; line-height: 50px;}
.Copyright img{ margin-right:0px; width: 30%; }

}


/*友情链接*/
#friend_links {}
#friend_links a {
	color: #FFF;
	margin: 0 5px;
	display: inline-block;
}


.av{
    display: table;
height:1px;
width:100%;
background:#ffffff;
border-bottom: 1px solid #e1e1e1;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .1s ease;
    transition: height .1s ease;
}

.main1{

    display: block;
    width: 1172px;
    margin: 0px auto;
    
}

.dot-title::before {
  content: '•';
  color:rgb(0 206 124); /* 可以根据需要更改颜色 */
    .dot-title::before {
  content: '•';
 
  font-weight: bold; /* 可以根据需要更改字体粗细 */
  margin-right: 5px; /* 可以根据需要更改间距 */

    border-radius: 50%;/
}

