ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; }
/* 全局背景、字体、字号、颜色、行高、页边距等 */ html { -webkit-text-size-adjust: none; } * {    margin:0px;  padding:0px;   } body { margin:0px; padding:0px; font-family:tahoma, arial, 微软雅黑, 宋体, sans-serif; } /* CSS3盒子模型 */ ul, li, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, p { list-style-type:none; margin:0; padding:0; display:block; } em, i { font-style:normal; } em { display:inline-block; vertical-align:middle; } fieldset { border:none; margin:0; padding:0; } input, select, textarea { font-family:Arial, Helvetica, sans-serif; margin:0; padding:0; } /* 公共匹配样式 */ * { outline:none; } a, img { border:none; } img { border:none; vertical-align:middle; } a:hover{   text-decoration: none; }
body{font-family: "微软雅黑";background: rgba(248, 248, 248, 1);}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0;
}
div{
	display: block;
}
.kuai {
    position: absolute;
    top: -8px;
    right: -7px;
    z-index: 99;
}
.header{
    position: relative;
    z-index: 2;
	display: block;
}
.logo-row {
    height: 110px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 3;
    box-sizing: border-box;
}
.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both;
}
.fl {
    float: left!important;
}
.logo a {
    display: block;
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.logo a img {
    width: auto;
    height: 85px;
}
.other-header-link {
    margin-left: 10px;
}
.search, .other-header-link {
    margin-top: 24px;
}
.other-header-link a {
    display: inline-block;
    border: 1px solid #00a7a8;
    color: #00a7a8;
    text-align: center;
    border-radius: 5px;
    margin-left: 5px;
    box-shadow: rgba(0, 0, 0, 0.047) 1px 2px 5px;
    transition: all .2s;
}
.search, .other-header-link a {
    width: 100px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
}
.search {
    position: relative;
}
.fr {
    float: right!important;
}
form {
    display: block;
    margin-top: 0em;
}
body, textarea, input, button, select, keygen, legend {
    font: 16px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
    outline: 0;
}
.search input.keyword {
    width: 310px;
    height: 40px;
    position: absolute;
    right: 0;
    line-height: 38px;
    padding: 0 40px 0 10px;
    box-sizing: border-box;
    display: block;
    border-radius: 5px;
    transition: width .3s;
	border: 1px solid #ddd;
}
.search button {
    width: 26px;
    height: 26px;
    font-size: 14px;
    position: absolute;
    right: 8px;
    top: 5px;
    border-radius: 2px;
    border: none;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
}
a, button {
    cursor: pointer;
}
.search button i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
	background:url(../images/sousuo.png)no-repeat center ;
}
.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav {
    height: 50px;
    background: #00a1c1;
    background: linear-gradient(90deg, rgba(0, 167, 168, 1) 0%, rgba(0, 157, 217, 1) 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.098);
}
.nav .layout {
    position: relative;
}
.nav>div>ul {
    display: block;
    position: relative;
    z-index: 1;
}
.nav>div>ul>li:first-child {
    margin-left: 0;
}
.nav>div>ul>li:last-child {
    margin-right: 0;
}
li {
    list-style: none;
}
.nav>div>ul>li>a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 16px;
}
.nav>div>ul>li {
    float: left;
    line-height: 50px;
    text-align: center;
    position: relative;
    margin: 0 21px;
}
.nav>div>ul>li.cur>a:before {
    width: 100%;
    left: 0;
}
.nav>div>ul>li>a:before {
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #fff;
    bottom: 8px;
}
.nav>div>ul>li>a:before, .nav>div>ul>li>a:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    transition: .3s;
}
.nav>div>ul>li>a:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.nav>div>ul>li:hover>a:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
body {
    background: #fff;
    color: #fff;
}
a {
    color: #444;
    outline: none;
}
del, ins, u, s, a, a:hover {
    text-decoration: none;
}
.other-header-link a:hover {
    background-color: #00a7a8;
    background: linear-gradient(135deg,#009dd9,#00a7a8);
    color: #fff;
    box-shadow: rgba(0, 167, 168, 0.2) 0px 2px 10px;
}
.nav>div>ul>li:hover .subnav {
    animation: popFadeIn .5s;
    display: block;
}
@keyframes popFadeIn{
	from{opacity: 0;
	-webkit-transform: translate3d(0, 10%, 0);
	-ms-transform: translate3d(0, 10%, 0);
	transform: translate3d(0, 10%, 0);}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.nav .subnav {
    position: absolute;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    right: 0;
    top: 50px;
    z-index: 3;
    display: none;
    overflow: hidden;
    background-color: #fff;
    border-top: none;
    box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
.nav .dropMenu {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.nav .dropMenu li {
    text-align: center;
    line-height: 22px;
    padding: 10px 0;
}
.nav .dropMenu li a {
    font-size: 15px;
    display: block;
    padding: 0 20px;
}
a:hover {
    color: #00a7a8;
    text-decoration: none;
}
.slider {
    height: 590px;
    overflow: hidden;
    background: #ede1ca;
    position: relative;
}
.slider ul {
    overflow: hidden;
}
.slider ul, .slider ul li {
    width: 100%;
    height: 590px;
    position: absolute;
    top: 0;
    left: 0;
}
.slider ul li{display: none;}
.slider ul li:first-child {
    display: block;
}
.slider ul li {
    background-position: center;
    background-attachment: fixed;
}
.slider ul, .slider ul li {
    width: 100%;
    height: 590px;
    position: absolute;
    top: 0;
    left: 0;
}
.slide-txt {
    position: relative;
    display: block;
}
.slide-txt img {
    vertical-align: middle;
}
.slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    text-align: center;
}
.slide-btn a {
    display: inline-block;
    width: 14px;
    height: 14px;
    opacity: .8;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}
.slide-btn a.cur {
    background: #ff9f35;
    border-color: #ff9f35;
    opacity: 1;
}
.home-service {
    position: relative;
    padding: 10px 0;
    margin-top: -40px;
    margin-bottom: 40px;
}
.home-service ul {
    border-radius: 5px;
    background: #00a1c1;
    background: linear-gradient(135deg, rgba(0, 157, 217, 1) 0%, rgba(0, 157, 217, 1) 0%, rgba(0, 167, 168, 1) 100%, rgba(0, 167, 168, 1) 100%);
    height: 80px;
    overflow: hidden;
    box-shadow: rgba(22, 172, 206, 0.5) 0px 10px 30px;
}
.home-service li {
    float: left;
    width: 16.66%;
    text-align: center;
    border-right: 1px solid #00b4c0;
    box-sizing: border-box;
}
.home-service li a {
    display: block;
    line-height: 80px;
    height: 80px;
    font-size: 0;
    overflow: hidden;
    color: #fff;
    transition: color 0.3s,background 0.3s;
    -webkit-transition: color 0.3s,background 0.3s;
    position: relative;
}
.home-service li a:before {
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    content: '';
    background: #00949f;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    z-index: 1;
}
.home-service li i {
    font-size: 28px;
    height: 80px;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    margin-right: 10px;
	width: 40px;
}
.home-service li:nth-child(1) i{
	background: url(../images/one.png)no-repeat center;
}
.home-service li:nth-child(1):hover i{
	background: url(../images/one1.png)no-repeat center;
}
.home-service li:nth-child(2) i{
	background: url(../images/two.png)no-repeat center;
}
.home-service li:nth-child(2):hover i{
	background: url(../images/two1.png)no-repeat center;
}
.home-service li:nth-child(3) i{
	background: url(../images/three.png)no-repeat center;
}
.home-service li:nth-child(3):hover i{
	background: url(../images/three1.png)no-repeat center;
}
.home-service li:nth-child(4) i{
	background: url(../images/four.png)no-repeat center;
}
.home-service li:nth-child(4):hover i{
	background: url(../images/four1.png)no-repeat center;
}
.home-service li:nth-child(5) i{
	background: url(../images/five.png)no-repeat center;
}
.home-service li:nth-child(5):hover i{
	background: url(../images/five1.png)no-repeat center;
}
.home-service li:nth-child(6) i{
	background: url(../images/six.png)no-repeat center;
}
.home-service li:nth-child(6):hover i{
	background: url(../images/six1.png)no-repeat center;
}
.home-service li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 60px;
    position: relative;
    z-index: 2;
}
.home-service li a{
	display:block;
	line-height:80px;
	height:80px;
	font-size:0;
	overflow:hidden;
	color:#fff;
	transition:color 0.3s,background 0.3s;
	-webkit-transition:color 0.3s,background 0.3s;
	position:relative;
}
.home-service li a:before{
	display:block;
	position:absolute;
	width:0;
	height:100%;
	content:'';
	background: #00949f;
	transition:width 0.3s ease;
	-webkit-transition:width 0.3s ease;
	z-index:1;
}
.home-service li a:hover:before{
	width:100%;
}
.new {
    width: 100%;
    height: 419px;
}
.commom {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}
.new_l {
    width: 782px;
    height: 100%;
}
.new_t {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.more {
    color: #ff8a00;
    font-size: 14px;
    line-height: 45px;
}
.new_t li {
    float: left;
    font-size: 20px;
    line-height: 45px;
    margin-right: 25px;
    position: relative;
}
.new_t li a {
    color: #333333;
}
.fr {
    float: right;
}
.clear {
    CLEAR: both;
}
.com {
    position: relative;
    width: 100%;
    height: 336px;
    border-top: 1px solid #dddddd;
    overflow: hidden;
}
.new_n {
    width: 100%;
    height: 100%;
}
.rose {
    cursor: pointer;
}
.new_img {
    width: 300px;
    height: 260px;
    margin-top: 27px;
}
.za {
    width: 460px;
    height: 122px;
    margin-top: 33px;
}
a:link, a:visited {
    text-decoration: none;
    outline: none;
    border: none;
}
.za h6 {
    font-size: 18px;
    height: 28px;
    color: #0468bd;
    font-weight: normal;
    line-height: 28px;
    width: 100%;
    position: relative;
    text-align: center;
}
.za h6 img {
    margin: 3px 0 0 3px;
    position: absolute;
}
.za p {
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    text-indent: 2em;
    padding-right: 6px;
    padding-top: 10px;
    float: left;
}
.za p a {
    color: #f11818;
}
.vis {
    width: 460px;
    height: auto;
    border-top: 1px dashed #DDDDDD;
    padding-top: 12px;
}
.vis li {
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
}
.vis li img {
    float: left;
    margin-top: 12px;
    margin-right: 5px;
}
.vis li a {
    float: left;
    color: #333333;
}
.vis li span {
    float: right;
}
.new_r {
    width: 280px;
    height: 100%;
}
.new_t {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.new_t p {
    font-size: 20px;
    color: #0468bd;
    line-height: 41px;
    padding-top: 2px;
}
.new_t p span {
    color: #c5c5c5;
    font-size: 12px;
    margin-left: 6px;
}
.service {
    width: 100%;
    height: auto;
    border-top: 1px solid #dddddd;
}
.service a {
    width: 75px;
    height: 94px;
    float: left;
    margin-right: 26px;
    margin-top: 20px;
}
.se {
    background: #e9ebec;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    float: left;
    margin-left: 2.5px;
}
.x1 {
    display: block;
    margin: 16px auto 0;
    width: 37px;
    height: 38px;
    background: url(../images/ico2_02.png) no-repeat;
}
.service a p {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding-top: 2px;
    width: 100%;
    float: left;
}
.x2 {
    display: block;
    margin: 15px auto 0;
    width: 34px;
    height: 40px;
    background: url(../images/ico2_02.png) no-repeat;
    background-position: -58px 0;
}
.x3 {
    display: block;
    margin: 18px auto 0;
    width: 40px;
    height: 34px;
    background: url(../images/ico2_02.png) no-repeat;
    background-position: -112px 0;
}
.x4 {
    display: block;
    margin: 17px auto 0;
    width: 40px;
    height: 36px;
    background: url(../images/ico2_02.png) no-repeat;
    background-position: -169px 0;
}
.x5 {
    display: block;
    margin: 15px auto 0;
    width: 30px;
    height: 40px;
    background: url(../images/ico2_02.png) no-repeat;
    background-position: -232px 0;
}
.x6 {
    display: block;
    margin: 16px auto 0;
    width: 40px;
    height: 37px;
    background: url(../images/ico2_02.png) no-repeat;
    background-position: -284px 0;
}
.service a:hover p{color: #0468bd;}
.service a:hover .se{background: #207cc9;transition: all 0.3s linear;-webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear;}
.service a:hover .see{background: #f18818;}
.service a:hover .x1,.service a:hover .x2,.service a:hover .x3,.service a:hover .x4,.service a:hover .x5,.service a:hover .x6{transition: all 0.3s linear;-webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear;}
.service a:hover .x1{background: url(../images/ico2_02.png) no-repeat;background-position: 0 -62px;}
.service a:hover .x2{background: url(../images/ico2_02.png) no-repeat;background-position: -58px -62px;}
.service a:hover .x3{background: url(../images/ico2_02.png) no-repeat;background-position: -112px -62px;}
.service a:hover .x4{background: url(../images/ico2_02.png) no-repeat;background-position: -169px -62px;}
.service a:hover .x5{background: url(../images/ico2_02.png) no-repeat;background-position: -232px -62px;}
.service a:hover .x6{background: url(../images/ico2_02.png) no-repeat;background-position: -284px -62px;}
.order {
    width: 274px;
    height: 34px;
    margin-right: 4px;
    margin-top: 25px;
    overflow: hidden;
}
.vtel {
    width: 176px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    height: 32px;
    font-size: 14px;
    color: #999999;
    text-indent: 1em;
    line-height: 32px;
}
.cbtn {
    width: 94px;
    height: 34px;
    border-top: 1px solid #f18818;
    border-bottom: 1px solid #f18818;
    background: #f18818;
    font-size: 15px;
    color: white;
    border-radius: 0 5px 5px 0;
	border: none;
}
.feature {
    width: 100%;
    height: 800px;
    background: #ceeaf8;
}
.seam {
    width: 100%;
    height: 88px;
    margin: 0 auto;
    border-bottom: 1px solid #9ebfcf;
    position: relative;
    z-index: 0;
}
.seam p {
    font-size: 28px;
    color: #0468bd;
    line-height: 28px;
    padding-top: 43px;
}

.seam p span {
    color: #454545;
    font-size: 18px;
    margin-left: 15px;
}
.seam p a.more {
    display: block;
    width: 78px;
    height: 30px;
    border: 1px solid #f18818;
    color: #f18818;
    text-align: center;
    line-height: 30px;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 13px;
}
.sem_x {
    width: 112px;
    height: 3px;
    background: #207cc9;
    bottom: -1.5px;
    left: 0;
    position: absolute;
}
.quee {
    width: 480px;
    height: 540px;
    margin-top: 27px;
}
.keep {
    width: 580px;
    height: auto;
    margin-top: 27px;
}
.que_img {
    width: 480px;
    height: 270px;
}
img {
    border: 0;
    outline: none;
}
.que_f {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    padding-top: 10px;
    width: 100%;
}
.ss1, .ss2, .ss3 {
    width: 110px;
    height: 110px;
    float: left;
    margin-left: 35px;
    margin-right: 5px;
    margin-top: 23px;
    text-align: center;
    color: white;
    font-size: 14px;
}
.ss1 {
    background: url(../images/11.png) no-repeat;
    background-position: 0 0;
}
.ss2 {
    background: url(../images/11.png) no-repeat;
    background-position: -150px 0;
}
.ss3 {
    background: url(../images/11.png) no-repeat;
    background-position: -300px 0;
}
.ss1:hover {
    background: url(../images/11.png) no-repeat;
    background-position: 0 -110px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ss2:hover {
    background: url(../images/11.png) no-repeat;
    background-position: -150px -110px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ss3:hover {
    background: url(../images/11.png) no-repeat;
    background-position: -300px -110px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.keep {
    width: 580px;
    height: auto;
    margin-top: 27px;
}
.frr {
    width: 576px;
    height: 150px;
    float: left;
    border-left: 2px solid white;
    background: white;
    margin-bottom: 20px;
}
.bnb {
    width: 324px;
    height: 100%;
    margin-left: 30px;
}
.bnb h3 {
    font-weight: normal;
    color: #0468bd;
    font-size: 18px;
    width: 320px;
    float: left;
    height: 54px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 62px;
}
.bnb p {
    font-size: 16px;
    line-height: 24px;
    width: 324px;
    float: left;
    padding-top: 15px;
    color: #333333;
}
.frr img {
    float: right;
    width: 200px;
}
img {
    border: 0;
    outline: none;
	
}
/*.frr:hover {
    border-left-color: #3188d1;
}*/
.bnb h3:hover {
	color: #40C29E;
}
.bnb p:hover {color: #40C29E;}

.home-department-wrap {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
    padding-top: 1px;
    background: #f2f2f2 url(../images/department-bg.jpg) center;
}
.department-nav:first-child {
    display: block;
}
.list-item {
    box-sizing: border-box;
}
.list-tit {
    height: 34px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both;
}
.list-tit .tab-tit {
    display: block;
    font-size: 0;
    line-height: 1;
}
.list-tit h2 {
    display: inline-block;
    font-size: 18px;
    color: #ccc;
}
.list-tit .tab-tit a.cur {
    color: #00a7a8;
    font-weight: bold;
}
.list-tit .tab-tit a {
    display: inline-block;
    height: 34px;
    color: #666;
    font-weight: normal;
    font-size: 30px;
}
.list-tit .tab-tit a:first-child:before {
    border-left: none;
    left: 0;
}
.list-tit .tab-tit a.cur:before {
    display: block;
    width: 100%;
}
.list-tit h2 a {
    display: inline-block;
    height: 34px;
    color: #00a7a8;
    position: relative;
    margin-right: 25px;
    position: relative;
}
.list-tit h2 a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    overflow: hidden;
    background: #00a7a8;
}
.list-tit .tab-tit a:before {
    display: none;
}
.home-department-wrap .dp-pannel {
    height: 123px;
    overflow: hidden;
}
.list-content {
    margin-top: 25px;
    position: relative;
}
.home-department {
    padding-top: 5px;
}
.home-department li {
    float: left;
    width: 225px;
    box-sizing: border-box;
    margin-right: 15px;
    margin-bottom: 15px;
}
.home-department li a {
    display: block;
    background: rgba(255,255,255,.5);
    text-align: center;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    border: 1px solid #00a7a8;
    color: #00a7a8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.list-content a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.home-department li a i {
    display: none;
}
.home-department li a:hover {
    background: #00a1c1;
    background: linear-gradient(135deg,#009dd9,#00a7a8);
    color: #fff;
}
.seam i {
    width: 32px;
    bottom: 15px;
    height: 30px;
    display: inline-block;
    text-align: center;
    background: #999999;
    margin-left: 2px;
    cursor: pointer;
    position: absolute;
}
.r_r {
    right: 0;
}
.l_l {
    right: 36px;
}
.change {
    width: 1100px;
    height: 410px;
    margin-top: 27px;
    overflow: hidden;
    position: relative;
}
.change ul li{
	width: 340px;
	height:410px;
	float: left;
	margin-right: 40px;
}
.make{
    height: 576px;
    width: 100%;
}
.js{float: left;width: 340px;height:200px ;-webkit-transition: -webkit-transform 0.5s;-moz-transition: -moz-transform 0.5s;-o-transition: -o-transform 0.5s;transition: transform 0.5s;overflow: hidden;}
.js img:hover{-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);}
.advis{width: 100%;height: 210px;}
.blue{background: #2d81c4;}
.blackish{background: #20a0ac;}
.green{background: #36a783;}
.advis h2{color: #fcd417;font-weight: normal;padding-left: 21px;line-height: 28px;padding-top: 16px;}
.advis p{color: white;padding-left: 21px;}
.jio1{font-size: 16px;line-height: 28px;padding-top: 3px;}
.jio2{font-size: 14px;line-height: 22px;padding-top: 12px;}
.hua{height: 30px; padding-left:21px; padding-right:14px;margin-top: 29px; }
.hua a{float: left;width: 32px;height: 100%;border-radius: 5px;margin-right: 11px; }
.hua a img{padding-top:15px;}
.mn1{background-position: 0 0;background: url(../images/ico3_07.png) no-repeat;}
.mn2{background: url(../images/ico3_07.png) no-repeat;background-position: -43px 0;}
.mn3{background: url(../images/ico3_07.png) no-repeat;background-position: -85px 0;}
.mn4{background: url(../images/ico3_07.png) no-repeat;background-position: -128px 0;}
.mn1,.mn2,.mn3,.mn4{transition: all 0.3s linear;-webkit-transition:all 0.3s linear; -o-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear;}
.mn1:hover{background: url(../images/ico3_07.png) no-repeat;background-position: 0 -32px;}
.mn2:hover{background: url(../images/ico3_07.png) no-repeat;background-position: -43px -32px;}
.mn3:hover{background: url(../images/ico3_07.png) no-repeat;background-position: -85px -32px;}
.mn4:hover{background: url(../images/ico3_07.png) no-repeat;background-position: -128px -32px;}
.mn5{width: ;float: right;}
.expert{width: 1100px;height: 536px;margin: 27px auto 0;}
.ice{width:1050px;height: 100px;}
.ice ul{margin-right: -17px;}
.ice ul li{width: 200px!important;height:100px;float: left;margin:0 5px;background: #e2f2fb;}
.ice ul li a{display: block;height: 100%;}
.ice ul li a p{color: #333333;font-size: 18px;width: 108px;float: left;line-height: 24px;margin-left: 18px;padding-top: 14px;}
.ice ul li a p span{color: #2568a0;font-size: 16px;}
.ice ul li a img{float: left;margin-top: 10px; width:66px; height:80px;}
.ice ul li.swiper-slide-active{background: #207cc9;}
.ice ul li.swiper-slide-active p{color: white;}
.ice ul li.swiper-slide-active p span{color: white;}
.made{width:800px;height: 360px;margin-top: 30px;position: relative;}
.made ul li{width: 100%;height: 100%;}
.swiper-button-next.swiper-button-white { width: 18px; background: url(../images/right0712.png) no-repeat!important; right: 0; outline: none;}
.swiper-button-prev.swiper-button-white { width: 18px; background: url(../images/left0712.png) no-repeat!important; left: 0; outline: none;}
.lit{width: 248px;height: 300px;border: 2px solid #a6d0ec;position: relative;}
.lit img{right: -30px;top: 9px;}
.df,.dh{width: 115px;height: 46px;text-align: center;line-height: 46px;color: white;font-size: 16px;position: absolute;bottom: -54px;}
.df{background: #207cc9;left: -2px}
.dh{background: #f18818;right: 1px;}
.introduce h5{color: #0468bd;font-weight: normal;font-size: 30px;line-height: 24px;padding-top: 21px;padding-bottom: 11px;}
.introduce h5 span{color: #ff6600;font-size: 18px;}
.duan{width: 40px;background: #0468bd;height: 2px;position: absolute;left: 0;top: 63px;}
.introduce p{font-size: 14px;line-height: 24px;}
.introduce p a{color: #f11818;}
.fll{padding-right: 16px;padding-top: 23px;}
.fli{padding-right: 45px;padding-top: 23px;}
.flo{padding-top: 18px;}
.flo img{float: left;margin-left: 63px;margin-top: 18px;}
.guahao{width: 300px;height: 357px;background: white;margin-top: 30px;}
.funy{width: 100%;height:56px ;background: url(../images/guahao_07.jpg) no-repeat center;}
.funy p{color: white;line-height: 56px;font-size: 24px;padding-left: 22px;}
.funy p span{font-size: 14px;margin-left: 6px;}
.kuang{width: 100%;height:215px;margin-top: 20px;}
.kuang li{float: left;margin-bottom: 15px;height: 30px;width: 100%;}
.kuang li span{font-size: 16px;line-height: 30px;float: left;padding-left: 23px;}
.kuang li input{width: 164px;height:28px;border: 1px solid #cccccc;float: left;text-indent: 1em; line-height:28px;}
.kuang li textarea{width: 164px;height: 58px;border: 1px solid #cccccc;float: left;text-indent: 1em; line-height:28px;}
.niu{width: 100%;height: 40px;}
.niu input {width: 110px;height: 40px;border-radius: 5px;cursor: pointer;margin-right: 20px;float: left;color: white;font-size: 16px;}
.tijiao{margin-left: 25px;background: #f18818;}
.reseive{background: #5b6269;}
input, select, option {border: none;}
.ncong { background:url(../images/nhome4_30.png) no-repeat top center; height: 160px;}
.ncong ul { padding: 45px 0 0 170px; width: 930px; margin:0 auto;}
.ncong ul li { float: left;}
.ncong ul li a { display: block; width: 205px; height: 70px; border:2px solid #9ad1da; text-align: center; line-height: 70px; float: left; font-size: 18px; color: #fff; border-radius: 10px; margin-right: 20px;}
.ncong ul li a:hover { background: #fff; color: #0f8fb9; border:none; height: 74px; line-height: 74px; width: 209px;}
.layout {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 55px;
}
.mt25 {
    margin-top: 25px;
}
.list-tit {
    height: 34px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.list-tit h2 {
    display: inline-block;
    font-size: 30px;
    color: #ccc;
}
.list-tit h2 a {
    display: inline-block;
    height: 34px;
    color: #00a7a8;
    position: relative;
    margin-right: 25px;
    position: relative;
}
.list-tit .more-news {
    position: absolute;
    right: 0;
    top: 0;
    width: 81px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #00a7a8;
    text-align: center;
    font-size: 12px;
    color: #00a7a8;
}
.home-special-wrap {
    padding: 0 45px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 25px;
}
.list-content {
    margin-top: 25px;
    position: relative;
}
.slick-slider {position: relative;display: block;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.home-special .slick-arrow.slick-prev {left: -45px;background: url(../images/left.png) no-repeat center;}
.home-special .slick-arrow {width: 40px;height: 200px;line-height: 200px;background-color: #5e5e5e!important; color: #fff;font-size: 0;top: 0;position: absolute; border: none;}
.slick-slider .slick-list, .slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-initialized .slick-slide { display: block;}
.home-special a{display: block;width: 268px;height: 230px;position: relative;float: left;margin: 0px 5px;}
.home-special .slick-arrow.slick-next {
    right: -45px;
	background: url(../images/right.png)no-repeat center;
}
.home-special .slick-arrow {
    width: 40px;
    height: 200px;
    line-height: 200px;
    background-color: #5e5e5e!important;
    color: #fff;
    font-size: 0;
    top: 0;
    position: absolute;
    border: none;
}
/* .home-special .slick-arrow.slick-prev:before {
    content: '\e619';
} */
.home-special .slick-arrow:before {
    font-size: 22px;
    content: '';
    display: block;
    font-family: 'iconfont';
}
/* .home-special .slick-arrow.slick-next:before {
    content: '\e60e';
    right: 0;
} */
.home-special .slick-arrow:before {
    font-size: 22px;
    content: '';
    display: block;
    font-family: 'iconfont';
}
/*友情链接 */
.links{word-spacing:1.5em;height: 46px;background-color:#515151;position: relative;color: #fff;}
.links h4{width: 105px;float: left;height: 46px;line-height: 46px;font-weight: normal;font-size: 100%;}
.linklist {float: left;}
.linklist .link-nav{text-align:left;display:none;position:absolute;z-index:1;font-size:0;left:0;top: 46px;padding:10px;background-color:#414040;width:100%;box-sizing:border-box;}
.linklist li{float:left;margin-right: 15px;}
.linklist li:hover .link-nav{display: block;}
.linklist li:last-child{margin-right: 0;}
.linklist li .layout{box-sizing: border-box;padding-left: 102px;}
.linklist li>a{display:block;line-height: 46px;height: 46px;color: #fff;}
.linklist li>a:after{display:inline-block;width:20px;height: 46px;margin-right:5px;position:relative;font-family:"iconfont";top:1px;}
.linklist .link-nav a{color:#ccc;width: 25%;padding:0 5px;font-size:14px;display: block;float: left;overflow: hidden;box-sizing: border-box;height: 26px;line-height: 26px;white-space: nowrap;padding-right: 10px;text-overflow: ellipsis;}
.linklist .link-nav a:before{content: '•';margin-right: 5px;color: #ccc;font-size: 12px;}
.linklist .link-nav a:hover{color:#fff;background-color:#303030;}
/*底部 */
.footer{background:#666;color:#ccc;font-size:14px;}
.footer-address{height:60px;line-height:60px;background:#00a7a8;color:#fff;text-align:center;font-size:16px;word-spacing:.8em;margin-bottom:30px;}
.footer-address i{color:#ddd;font-size:30px;vertical-align:middle;}
.footer-info{padding: 25px 0 10px;}
.footer .footer-info .fl{width: 380px;}
.footer .fr{text-align:right;}
.footer .footer-info .footer-addr{padding: 0 110px;width: auto;border-right: 1px solid #7f7f7f;border-left: 1px solid #7f7f7f;}
.footer-follow{width:220px;word-spacing:1em;}
.footer-follow a{display:inline-block;width:80px;line-height:0;font-size:0;}
.footer-follow #_ideConac{display:inline-block;position:absolute;top:20px;left:-110px;}
.footer-follow>a>img{width:100%;}
.footer-follow>a>span{display:block;text-align:center;line-height:2;font-size:14px;}
.footer a{color:#737373;}
.footer a:hover{color:#0175a3;}
.footlinks{border-top:1px solid #7f7f7f;line-height:56px;}
.footlinks .fr{word-spacing:1em;color:#7f7f7f;}
.footer-icon img{width: 30px;}
/* 单页面 */
.commom{width: 1100px;height: auto;margin:0 auto; padding-bottom: 30px;}
.cl {
    clear: both;
}
.cl:after {
    content: '';
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
.navigation {
    width: 1100px;
    height: 66px;
    margin: 0 auto;
}
.weiz {
    width: 550px;
    height: 100%;
}
.weiz p {
    color: #4a4a4a;
    font-size: 15px;
    line-height: 66px;
}
.weiz p img {
    float: left;
    margin-top: 20px;
    margin-right: 8px;
}
.weiz p a {
    color: #4A4A4A;
}
.must {
    height: 100%;
    position: relative;
    display: none;
}
.hee {
    color: #51afdc;
    font-size: 14px;
    width: 74px;
    position: absolute;
    height: 24px;
    border: 1px solid #51afdc;
    border-radius: 5px;
    text-align: center;
    line-height: 24px;
    float: right;
    top: 20px;
    right: 0;
}
.arc_left {
    width: 300px;
    height: auto;
}
.left_one {
    width: 100%;
	padding-bottom:25px;
    margin-bottom: 20px;
    background: #fff;
}
.one_top {
    width: 100%;
    height: 90px;
    background: url(../images/t_l1_03.jpg) no-repeat center;
    margin-bottom: 3px;
}
.one_top p {
    color: white;
    line-height: 90px;
    text-align: center;
    font-size: 30px;
}
.changeo {
    width: 260px;
    height: auto;
    margin: 0 auto;
}
.changeo{width:260px;height: auto;margin: 0 auto;}
.changeo ul{}
.changeo  li{width: 100%;height: 49px;float: left;border-bottom: 1px solid #e9e9e9;}
.changeo  li a{font-size: 16px;color: #333333;line-height: 49px;display: block;height: 100%;}
.changeo  li a:hover,.changeo  li.hover a{background: #e9e9e9;color: #1a75c3;}
.changeo  li a:hover span,.changeo  li.hover a span{border-color:#1a75c3; color:#1a75c3;}
.changeo  li a p{padding-left: 15px;float: left;}
.changeo li a span{width: 24px;height: 24px;border-radius: 50%;border: 1px solid #e9e9e9;display: block;float: right;margin: 14px 14px 0 0;font-size: 16px;color: #e9e9e9;text-align: center;font-family: "å®‹ä½“";line-height: 24px;}
.left_two{width: 100%;height: 330px;margin-bottom: 20px;background:#fff;}
.two_top {
    width: 100%;
    height: 56px;
    background: url(../images/t_l2_03.jpg) no-repeat center;
}
.two_top p {
    color: white;
    font-size: 24px;
    line-height: 56px;
    padding-left: 16px;
}
.two_top p span {
    font-size: 12px;
    color: #82c6eb;
    padding-left: 8px;
}
.smile {
    width: 300px;
    height: 260px;
    position: relative;
}
.up {
    width: 24px;
    height: 24px;
    background: url(../images/zq2_03.png) no-repeat center;
    background-position: 0 0;
    position: absolute;
    top: -40px;
    right: 44px;
    cursor: pointer;
}
.down {
    width: 24px;
    height: 24px;
    background: url(../images/zq2_03.png) no-repeat center;
    background-position: -30px 0;
    position: absolute;
    top: -40px;
    right: 14px;
    cursor: pointer;
}
.hbn {
    width: 300px;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.trust {
    margin-top: 20px;
    height: 102px;
}
.hj1 {
    margin-left: 20px;
    width: 140px;
    height: 102px;
}
.bn1 {
    margin: 5px 12px 0 5px;
}
.ear{color: #333333;font-size: 14px;line-height: 32px;padding-top: 2px;}
.left_three {
    width: 100%;
    height: 314px;
    margin-bottom: 20px;
    background: #fff;
}
.ship {
    width: 300px;
    height: 198px;
    position: relative;
}
.s_u {
    width: 24px;
    height: 24px;
    background: url(../images/zaq1_03.png) no-repeat center;
    background-position: 0 0;
    position: absolute;
    top: -40px;
    right: 44px;
    cursor: pointer;
}
.s_d {
    width: 24px;
    height: 24px;
    background: url(../images/zaq1_03.png) no-repeat center;
    background-position: -30px 0;
    position: absolute;
    top: -40px;
    right: 14px;
    cursor: pointer;
}
.zoom {
    width: 300px;
    height: 198px;
    overflow: hidden;
}
.zoom ul li{width:120px ;height: 100%;float: left;margin: 20px 0 0 20px; text-align: center;}
.zoom ul li img{ width:120px; height:146px;}
.zoom ul li p{font-size: 14px;color: #333333;}
.zoom ul li p span{color: #ff6600;}
.weak {
    width: 100%;
    height: 36px;
}
.weak a {
    width: 120px;
    height: 100%;
    display: block;
    float: left;
    margin-left: 20px;
}
.left_five {
    width: 100%;
    min-height: 340px;
    margin-bottom: 40px;
    background: #fff;
}
.dear {
    width: 280px;
    min-height: 160px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px dashed #dddddd;
	color: #423e3e;
}
.c_tel {
    width: 100%;
    height: 65px;
}
.c_tel img {
    float: left;
    margin: 0 8px 0 26px;
}
.c_tel p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.c_tel p span {
    color: #f18818;
    font-size: 24px;
}
.arc_right {
    width: 780px;
    height: auto;
    background: #0197d2;
}
.arc_top {
    width: 718px;
    /*height: 106px;*/
    margin: 0 auto;
    border-bottom: 1px dashed #ddd;
}
.arc_top h1 {
    color: #0060c6;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    padding-top: 33px;
}
.arc_top h2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    padding-top: 33px;
}
.arc_top p {
    color: #333333;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    padding-top: 14px;
}
.arc_top p span {
    padding-left: 30px;
}
.arc_top p span {
    padding-left: 30px;
}
.wz_onlick {
    height: 38px;
    width: 718px;
    margin: 29px auto 10px;
}
.raise {
    width: 378px;
    height: 100%;
}
.raise_i {
    width: 280px;
    height: 36px;
    line-height: 36px;
    color: #747474;
    font-size: 14px;
    text-indent: 1em;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.raise_b {
    width: 96px;
    height: 100%;
    background: #ff8700;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}
.wz_onlick a {
    width: 160px;
    height: 100%;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    line-height: 38px;
    float: left;
    margin-left: 10px;
    display: block;
}
.each1 i {
    width: 26px;
    height: 24px;
    display: block;
    background: url(../images/ico4_01.png) no-repeat;
    background-position: 0 0;
    float: left;
    margin: 8px 10px 0 15px;
}
.each1{
	background: #1084ff;
}
.each2 {
    background: #ff8933;
}
.each2 i {
    width: 28px;
    height: 24px;
    display: block;
    background: url(../images/ico4_01.png) no-repeat;
    background-position: 0 -28px;
    float: left;
    margin: 7px 9px 0 15px;
}
.check {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.inter {
    padding: 12px 30px 0 35px;
}
.inter p {
    font-size: 18px;
    line-height: 30px;
    padding: 8px 0;
}
.inter img {
  border: 0;
  outline: none;
  width: 100%;
.enjoy {
    padding: 20px 0 30px 0;
    border-bottom: 1px dashed #DDDDDD;
    width: 720px;
    margin: 0 auto;
}
.bshare-custom {
    font-size: 13px;
    line-height: 16px !important;
}
.late {
    width: 707px;
    height: 78px;
    margin: 0 auto;
}
.late ul li {
    color: #404040;
    line-height: 76px;
    margin-right: 0;
    font-size: 15px;
	width:316px;
	height: 76px;
	overflow: hidden;
}
.late ul li img {
    float: left;
    margin: 30px 6px 0;
}
.late ul li a {
    color: #404040;
}
/* list_article */
.arc_right_zj, .arc_right_js, .arc_right_xsjl, .arc_left_hl {
    width: 780px;
    height: auto;
    background: white;
    padding-bottom: 60px;
}
.seed {
    height: 79px;
    border-bottom: 2px solid #cfdfec;
    width: 720px;
    margin: 0 auto;
    position: relative;
}
.seed p {
    font-size: 26px;
    color: #1d77c5;
    line-height: 79px;
    padding-top: 7px;
}
.yx1 {
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 104px;
    background: #1d77c5;
}
.deer {
    width: 720px;
    height: auto;
    margin: 7px auto 0;
}
.deer ul li {
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #d5d5d5;
    float: left;
}
.deerfl {
    width: 246px;
    height: 180px;
    margin: 30px 0 0 0;
}
.deerfr {
    width: 450px;
    height: 100%;
}
.deerfr h5 {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    padding-top: 36px;
}
.deerfr p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-top: 14px;
}
.deerfr p a {
    color: #ff6600;
}
.hous {
    width: 100%;
    height: 20px;
    margin-top: 26px;
}
.jeep {
    float: left;
    margin-right: 26px;
    height: 100%;
    line-height: 20px;
    width: auto;
    color: #666666;
    font-size: 16px;
}
.jeep1 img {
    margin-top: 2px;
}
.jeep img {
    float: left;
    margin-right: 4px;
}
.magb {
    height: 32px;
    margin: 60px auto 0;
    font-size: 14px;
    line-height: 32px;
    padding-left: 30px;
    text-align: center;
}
.list_pages li {
    /* float: left; */
    height: 32px;
    line-height: 32px;
    margin-right: 18px;
    _margin-right: 9px;
    display: inline-block;
}
.deerfr h5:hover {
    color: #1d77c5;
}
/* team */
.yx {
    position: absolute;
    bottom: -2px;
    height: 2px;
    width: 208px;
    background: #1d77c5;
}
.soul {
    width: 720px;
    height: auto;
    margin: 0 auto;
}
.soul p {
    font-size: 16px;
    line-height: 26px;
    text-indent: 2em;
    padding: 18px 0 18px;
}
.mean {
    width: 720px;
    height: auto;
    margin: 0 auto;
}
.culb {
    width: 100%;
    height: 46px;
}
.culb {
    width: 100%;
    height: 46px;
}
.culb ul li.on {
    background: #f18818;
}
.culb ul li a {
    display: block;
    color: white;
}
.culb ul li{float: left;text-align: center;padding: 0 31px; margin-top:10px; line-height: 46px;background: #248ae0;font-size: 15px;margin-right: 5px;}
.battle {
    width: 720px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.team{width: 100%;height: auto;display: none;}
.team:first-of-type{display: block;}
.team ul li {
    width: 100%;
    height: 301px;
    float: left;
    padding-top: 11px;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 19px;
}
.VZJ {
    width: 215px;
    height: 260px;
    margin: 30px 24px 0 0;
}
.makeo {
    width: 462px;
    height: auto;
    margin-top: 21px;
}
.makeo h4 {
    font-size: 28px;
    color: #248ae0;
    font-weight: normal;
    border-bottom: 1px solid #dddddd;
    line-height: 44px;
    /* width: 164px; */
    padding-top: 7px;
    margin-bottom: 6px;
}
.makeo h4 span {
    font-size: 18px;
    color: #333333;
    margin-left: 15px;
}
.makeo p {
    color: #555555;
    line-height: 22px;
    font-size: 14px;
    padding-top: 12px;
}
.make p a {
    color: #ff6600;
}
.small {
    width: 480px;
    height: 50px;
    margin-top: 33px;
}
.small a {
    width: 136px;
    height: 100%;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    background: lavender;
    position: relative;
}
/* team_article */
.gynewzj {
    padding: 10px 30px 40px 30px;
    width: 720px;
}
.gynewzj .zjtle {
    height: 60px;
    color: #1d77c5;
    font-size: 26px;
    border-bottom: 2px solid #cfdfec;
    position: relative;
}
.gynewzj .zjtle span {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 60px;
    line-height: 60px;
    border-bottom: 2px solid #1d77c5;
}
.gynewzj .zjbox {
    padding: 45px 0;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
}
.gyclear {
    zoom: 1;
}
.gynewzj .zj_img {
    width: 200px;
    height: 245px;
    overflow: hidden;
}
.gynewzj .zj_img img {
    display: block;
    width: 200px;
}
.gynewzj .zj_txt {
    width: 455px;
    margin-left: 20px;
    position: relative;
}
.gynewzj .zj_txt h3 {
    color: #1d77c5;
    font-size: 22px;
    padding-top: 10px;
}
.gynewzj .zj_txt p {
    font-size: 18px;
    margin-top: 20px;
}
.gynewzj .zj_txt p {
    font-size: 18px;
    margin-top: 20px;
}
.gynewzj .zj_btn {
    margin-top: 30px;
}
.gynewzj .zj_btn a.a1 {
    background: url(../images/gyimg6_16.png) no-repeat 15px center;
    border: 1px solid #4d9cdf;
    margin-left: 0;
    color: #4d9cdf;
}
.gynewzj .zj_btn a {
    display: block;
    width: 55px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
    float: left;
    margin-left: 45px;
    padding-left: 45px;
}
.gynewzj .zj_btn a.a2 {
    background: url(../images/gyimg_07.png) no-repeat 15px center;
    color: #f18818;
    border: 1px solid #f18818;
}
.gynewzj .zj_btn a.a3 {
    background: url(../images/gyimg_09.png) no-repeat 15px center;
    color: #2bbacb;
    border: 1px solid #2bbacb;
}
.gyclear:after {
    display: block;
    height: 0;
    content: "\20";
    clear: both;
}
.gynewzj .zj_btn2 {
    margin-top: 70px;
}
.gynewzj .zj_btn2 a {
    float: left;
    display: block;
    width: 210px;
    height: 94px;
}
.gynewzj .zj_btn2 .zjtel {
    float: left;
    background: url(../images/gyimg3_24.png) no-repeat;
    width: 200px;
    height: 37px;
    padding: 57px 0 0 10px;
    margin: 0 25px;
}
.gynewzj .zj_btn2 .zjtel .input1 {
    height: 30px;
    line-height: 28px;
    width: 108px;
    padding: 0 5px;
    color: #545353;
    font-size: 14px;
    background: none;
    border: none;
    float: left;
}
.gynewzj .zj_btn2 .zjtel .input2 {
    width: 72px;
    height: 30px;
    float: left;
    background: none;
    border: none;
    cursor: pointer;
}
.gynewzj .zjbox .pf {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
/* list_image */
.listimg{padding: 10px;overflow: hidden;}
.listimg ul li{float: left;width: 230px;margin: 10px;border: 1px solid #ccc;}
.listimg ul li:hover p{color: #fff;background: #007AFF;}
.listimg ul li p{text-align: center;line-height: 40px;}
.llimgo{width: 100%;}
.llimgo img{width: 100%;}
.luc{padding-bottom: 60px;}
/*右侧悬浮  */
.swt-right-index{ width:65px; height:333px; position:fixed; right:20px;top:80px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+104));z-index:10000; display:block!important;}
.swt-right-index ul{}
.swt-right-index li{ width:65px; height:65px; line-height:0px; line-height:0px; font-size:0px; position:absolute; left:0px;}
.swt-right-index a{ width:65px;}
.swt-right-index1{ top:67px;}
.swt-right-index1 a{height:65px; display:block; background:url(../images/right_swt_new.gif) -221px 0px no-repeat;}
.swt-right-index1 .swt-hover{width:65px; height:65px; background:url(../images/right_swt_new.gif) -221px 0px no-repeat;}
.swt-right-index3{top:134px;}
.swt-right-index3 a{height:65px; display:block; background:url(../images/right_swt_new.gif) -221px -67px no-repeat;}
.swt-right-index3 .swt-hover{width:151px; height:65px; background:url(../images/right_swt_new.gif) -70px -67px no-repeat;margin-left:-86px;-webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur());}
.swt-right-index2{ top:134px;}
.swt-right-index2 .right_tel_form{height:65px; display:block; background:url(../images/right_swt_new.gif) -221px -134px no-repeat;}
.swt-right-index2 .right_tel_form #vtel4{display:none; width:115px; padding:0px 0px 0px 4px; height:37px; line-height:37px; color:#b7b7b7; background:#ffffff; border:0px; margin-left:49px; _margin-left:24px; margin-top:14px; float:left; -moz-border-radius: 2px;-webkit-border-radius: 2px;border-radius: 2px; position:relative;  behavior: url(../other/PIE.htc);}
.swt-right-index2 .right_tel_form .tel_submit{display:none; cursor:pointer; width:43px; height:37px; border:0px; padding:0px; background:none; margin:14px 0px 0px 1px; float:left;}
.swt-right-index2 .swt-hover{width:221px; height:65px; background:url(../images/right_swt_new.gif) 0px -134px no-repeat; margin-left:-156px;-webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur());}
.swt-right-index2 .swt-hover #vtel4,.swt-right-index2 .swt-hover .tel_submit{display:block;}
.swt-right-index4{ top:201px;}
.swt-right-index4 a{height:65px; display:block; background:url(../images/right_swt_new.gif) -221px -201px no-repeat;}
.swt-right-index6{ top:268px;}
.swt-right-index6 a{height:65px; display:block; background:url(../images/top.jpg)  no-repeat;}
.swt-right-index6 a：hover{height:65px; display:block; background:url(../images/top.jpg)  no-repeat;}
.swt-right-index4 .swt-hover{width:150px; height:65px; background:url(../images/right_swt_new.gif) -70px -201px no-repeat;margin-left:-86px;-webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur());}
.swt-right-index5{display:none; top:268px;}
.swt-right-index5 a{height:65px; display:block; background:url(../images/right_swt_new.gif) -221px -268px no-repeat;}
.swt-right-index5 .swt-hover{width:150px; height:65px; background:url(../images/right_swt_new.gif) -70px -268px no-repeat;margin-right:-86px;-webkit-transition: all .3s linear 0s; -moz-transition: all .3s linear 0s; -ms-transition: all .3s linear 0s; outline: none;star:expression(this.onFocus=this.blur());}