﻿



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
}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details {
	display: block
}

table {
	border-collapse: collapse;
	border-spacing: 0
}



html,body,fieldset,img,iframe,abbr {
	border: 0
}

 a{color:#666;text-decoration:none;}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6,small {
	font-size: 100%
}

sup,sub {
	font-size: 40%
}

pre,code,kbd,samp {
	font-family: inherit
}

q:before,q:after {
	content: none
}

p {
	margin: 0 0 9px
}

textarea {
	overflow: auto;
	resize: none
}

label,summary {
	cursor: default
}

a,button {
	cursor: pointer
}

h1,h2,h3,h4,h5,h6,em,strong,b {
	font-weight: bold
}



body,textarea,input,button,select,keygen,legend {
	font: 14px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
	outline: 0
}

body {
	background: #fff;
	color: #555
}

a {
	color: #555
}

a:hover {
	color: #004fa6
}

.layout {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.absolute-layout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.container {
	min-height: 400px
}

.container-inner {
	padding: 30px 0 50px
}

.bgf2 {
	background-color: #f2f2f2
}

.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.green {
	color: #158064
}

.green:hover {
	color: #096
}

.orange {
	color: #d58016
}

.gray {
	color: #999
}

.text-indent {
	text-indent: 2em
}



.fl {
	float: left !important
}

.fr {
	float: right !important
}

.clearfix {
	*zoom: 1
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
	font-size: 0;
	clear: both
}

@font-face {
	font-family:"iconfont";src:url("font/iconfont.eot");src:url("font/iconfont.eot?#iefix") format("embedded-opentype"),url("font/iconfont.woff") format("woff"),url("font/iconfont.ttf") format("truetype"),url("font/iconfont.svg#iconfont") format("svg")
}

.iconfont {
	display: inline-block;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden
}




.header {
	position: relative;
	z-index: 2
}

.header:before {
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	background-color: #03afbc
}

.header .logo-row {
	position: relative;
	z-index: 3;
	min-width: 1200px;
	box-sizing: border-box;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff
}

.header .logo-row .layout {
	position: relative
}

.header .logo a {
	display: inline-block;
	margin-top: 1px
}

.header .logo a img {
	width: auto;
	height: 81px
}

.header .infos {
	position: absolute;
	top: 16px;
	right: 0
}



.header .infos .search-container {
	position: absolute;
	right: 0;
	
	height: 34px;
	width: 370px;
	margin-left: 0
}

.header .infos .search-container .search {
	width: 100%;
	height: 100%
}

.header .search {
	position: relative;
	margin-top: 3px
}

.header .infos .top_nav{width: auto;float:right;padding-top: 15px;}
.header .infos  a{color: #464646;height: 30px;line-height: 30px;}
.header .infos  a:hover{font-weight: bold;}

.header .search form {
	display: block
}

.header .search form .searchtype {
	height: 30px;
	float:left;
}

.header .search form .searchtype:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 8px;
	width: 1px;
	height: 16px;
	background-color: #c9c9c9
}



.header .search form .searchtype ul {
	position: absolute;
	left: 0;
	top: 38px;
	z-index: 2;
	display: none;
	width: 100%;
	background-color: #fff
}

.header .search form .searchtype ul li:hover a {
	background-color: #19a7cf;
	color: #fff
}

.header .search form .searchtype ul li a {
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-align: center
}

.header .search form i.search-icon {
	position: absolute;
	left: 70px;
	top: 0;
	width: 40px;
	height: 30px;
	line-height: 38px;
	text-align: center;
	color: #d7d7d7
}

.header .search form input.keyword {
	box-sizing: border-box;
	width: 280px;
	height: 30px;
	line-height: 25px;
	padding: 9px 5px 9px 105px;
	border: 1px solid #19a7cf;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.header .search form input::-webkit-input-placeholder {
	color: #a6a6a6
}

.header .search form input:-moz-placeholder {
	color: #a6a6a6
}

.header .search form input::-moz-placeholder {
	color: #a6a6a6
}

.header .search form input:-ms-input-placeholder {
	color: #a6a6a6
}

.header .search form button {
	width: 82px;
	height: 30px;
	line-height: 20px;
	font-size: 15px;
	margin-left: -1px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: linear-gradient(45deg, #0faac9 0%, #09c 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0faac9',endColorStr='#0099cc',gradientType='1');
    color:#fff
}

.header .search form button:hover {
	background: linear-gradient(45deg, #1482a1 0%, #1482a1 100%)
}

.header .infos .header-link {
	position: relative;
	top: -20px;
	height: 34px;
	line-height: 34px;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 10px;
	border-radius: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.header .infos .header-link.header-link0 {
	background-color: #beab7e
}

.header .infos .header-link.header-link1 {
	background-color: #58AD81
}

.header .infos .header-link:hover {
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px)
}

.header .infos .header-link .iconfont {
	display: inline;
	font-size: 26px;
	vertical-align: middle
}

.row-sty {
	margin-right: auto;
    margin-left: auto;
   width: 1250px; 

	height: 100%;
clear: both;
}
.header1 {
	height: 42px;
	background:#0e84bf;

}
.header1 a, .header2 a {
	text-decoration: none;
	color: #c6ecff;
	font-size: 14px;
}
.search-box span{   color: #d39797;  }
.row-sty  ul li a:hover{ color: #fff;  }
.search-box a:hover{ color: #fff;  }
.normal-link {
    color: #000;
    text-decoration: none;
font-size: 16px;
line-height: 24px;
}

.header1 ul {
	float: right;
}

.header1 ul li {
       position:relative;
	line-height: 42px;
	margin-left: 18px;
    float:left;
}
.header1 ul li .juese{ 
    line-height: 42px;
    height: 42px;
    display: block;  }
.header1 ul li .juese img{ vertical-align: middle;  }
.header1 ul li .juese:hover img {   
transition:all 0.3s ease-in-out;    
 transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg); 
  }
.szjs{ 
    font-size: 16px;
    margin-bottom: 30px;
    text-indent: 2rem; 
 }


.header1 ul li div {
       position:absolute;
	line-height: 42px;
	margin-left: 18px;
    float:left;
width:134px; 
padding:10px;
background:rgba(255,255,255,1);
left:-52px;
display:none;
    z-index: 99999999;
} 
.header1 ul li:hover div{ display:block;  }
.header1 ul li div span{
display:block;
text-align:center;
height:24px;
line-height:24px;
} 
.header1 ul li div span:hover{     }
.header1 ul li div span:hover a{   color: #A32B34;  }


.header1 ul li div span a{
color: #333;
} 
.header2 {
	height: 132px;
	color: #fff;
	background: url("../images//header2.jpg");
}

.search-box {
	padding-top: 40px;
	float: right;
	width: 300px;
	height: 92px;;
}

.search-btn {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #82141d;
	text-align: center;
	line-height: 32px;
}

.search{ height:34px; margin-top:18px;     border-radius: 6px;
    width: 100%;
    overflow: hidden;  }
.write{ float:left; width:170px; padding-left:10px; height:34px; line-height:34px; border:none; color:#8b8b8b; outline:none; background:#fff; font-family:"Microsoft YaHei",SimHei,arial; font-size:14px; opacity: 0.6;  }
.btns{ float:right; width:34px; height:34px; border:0;   outline:none; cursor:pointer; background:url('../images/btn.png') center no-repeat #158ea8; }


/*begin/search*/

/*end/header*/
.nav {
	min-width: 1200px;
	height: 60px;
	position: relative;
	background: linear-gradient(45deg, #03afbc 0%, #218dd5 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0faac9',endColorStr='#3a81c3',gradientType='1')
}

.nav:after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: -webkit-linear-gradient(0deg, #03afbc 0%, #03afbc 0%, #1f7bd8 100%, #1f7bd8 100%);
	background: -moz-linear-gradient(90deg, #03afbc 0%, #03afbc 0%, #1f7bd8 100%, #1f7bd8 100%);
	background: linear-gradient(90deg, #03afbc 0%, #03afbc 0%, #1f7bd8 100%, #1f7bd8 100%)
}

.nav ul.nav-lists {
	display: block;
	font-size: 0;
	text-align: justify;
	text-align-last: justify;
	-moz-text-align-last: justify;
	-webkit-text-align-last: justify;
	text-justify: inter-ideograph
}

.nav ul.nav-lists:after {
	content: '';
	width: 100%;
	display: inline-block;
	overflow: hidden;
	height: 0
}

.nav ul.nav-lists>li {
	display: inline-block;
	line-height: 56px
}

.nav ul.nav-lists>li.dm-subnav {
	position: static
}

.nav ul.nav-lists>li.dm-subnav>.subnav {
	width: 100%;
	left: 0;
	box-sizing: border-box
}

.nav ul.nav-lists>li>a {
	position: relative;
	display: block;
	height: 56px;
	font-size: 16px;
	color: #fff;
	text-align: center
}

.nav ul.nav-lists>li>a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	width: 0;
	height: 4px;
	background-color: #fff;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s
}

.nav ul.nav-lists>li.cur>a:before {
	content: '';
	width: 100%
}

.nav ul.nav-lists>li.cur.hide-bar>a:before {
	content: '';
	width: 0
}

.nav .float-bg {
	width: 8.33%;
	height: 50px;
	background: #008059;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.no-js .nav .float-bg {
	display: none
}

.no-js .nav ul>li:hover .subnav {
	display: block
}

.nav .subnav-box {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 56px;
	z-index: 3;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.08)
}

.nav .subnav-box:before {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background-color: transparent
}

.nav .subnav {
	overflow: hidden;
	background: linear-gradient(45deg, #defbff 0%, #cff9ff 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#0faac9',endColorStr='#3a81c3',gradientType='1')
	text-align-last: left
}

.nav .dropMenu-box {
	border-bottom: 1px solid #e4e4e4
}

.nav ul.dropMenu {
	overflow: hidden
}

.nav ul.dropMenu li {
	float: left;
	height: 55px;
	line-height: 55px
}

.nav ul.dropMenu li+li {
	margin-left: 20px
}

.nav ul.dropMenu li a {
	display: block;
	font-size: 15px;
	text-align-last: center
}

.nav ul.dropMenu li a:hover {
	color: #004fa6;
	font-weight: bold
}

.menucontent {
	overflow: hidden;
	margin: 0 -20px 20px -20px
}

.menucontent>div {
	float: left;
	box-sizing: border-box;
	min-height: 100%;
	line-height: 1;
	padding: 0 20px;
	margin: 20px auto;
	box-sizing: border-box;
	text-align: left;
	border-right: 1px solid #e4e4e4
}

.menucontent>div:last-child {
	border: 0
}

.menucontent.col2 .subcol {
	width: 50%
}

.menucontent.col3 .subcol {
	width: 33.33%
}

.menucontent.col4 .subcol {
	width: 25%
}

.subcol h2 {
	position: relative;
	line-height: 1;
	font-size: 16px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	border-bottom: 1px solid #e4e4e4
}

.subcol h2:before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #004fa6;
	line-height: 0;
	bottom: -1px;
	overflow: hidden
}

.subcol h2 a {
	text-align: left
}

.subcol .img220 {
	width: 100%;
	height: 120px;
	object-fit: cover
}

.subcol p {
	line-height: 1.5;
	margin-top: 15px;
	font-size: 14px
}

.subcol p a {
	color: #004fa6
}

.subcol p a:hover {
	text-decoration: underline
}

.subcol .img-list {
	overflow: hidden;
	margin: 0 -10px
}

.subcol .img-list li {
	float: left;
	width: 50%;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 0;
	margin-bottom: 20px;
	font-size: 14px
}

.subcol .img-list li img {
	width: 100%;
	height: 110px;
	object-fit: cover;
	box-sizing: border-box;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s
}

.subcol .img-list li a {
	display: block;
	height: 110px;
	overflow: hidden;
	position: relative;
	font-size: 14px
}

.subcol .img-list li a:hover img {
	transform: scale(1.2)
}

.subcol .img-list li a:hover span {
	opacity: 1;
	filter: alpha(opacity=100)
}

.subcol .img-list li span {
	display: block;
	box-sizing: border-box;
	padding: 10px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	height: 100%;
	background: url(../images/black70.png);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s
}

.subcol .imgtxt-list {
	margin-top: -10px
}

.subcol .imgtxt-list li {
	height: 28px;
	overflow: hidden
}

.subcol .imgtxt-list a {
	display: inline-block;
	line-height: 28px;
	max-width: 100%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.subcol .imgtxt-list a:before {
	content: "•";
	font-weight: bold;
	color: #999;
	margin-right: 5px
}

.subcol .txt-list li {
	height: 29px;
	overflow: hidden;
	font-size: 14px
}

.subcol .txt-list a {
	display: inline-block;
	line-height: 29px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.subcol .txt-list a:before {
	content: "•";
	font-weight: bold;
	color: #999;
	margin-right: 5px
}

.subcol .specialist {
	height: 192px
}

.subcol .specialist li a {
	height: 50px;
	line-height: 50px
}

.no-js .nav li:hover .subnav {
	display: block
}




.index-slider {
	position: relative;
	min-width: 1200px;
	height: 722px;
	background-color: #03aebf;
	overflow: hidden
}

.index-slider ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	overflow: hidden
}

.index-slider ul li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat
}

.index-slider ul li:first-child {
	display: block
}

.index-slider ul li a.slide-txt {
	position: relative;
	display: block
}

.index-slider ul li a.slide-txt img {
	display: block;
	position: relative
}

.index-slider .slide-btn {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 120px;
	text-align: center
}

.index-slider .slide-btn a {
	display: inline-block;
	font-size: 0;
	width: 14px;
	height: 14px;
	box-sizing: border-box;
	border: 1px solid #fff
}

.index-slider .slide-btn a.cur {
	background-color: #fff
}

.index-slider .slide-btn a+a {
	margin-left: 20px
}

body,html {
	height: 100%
}

h2.con-tit {
	height: 28px
}

h2.con-tit a.fl {
	position: relative;
	font-size: 24px;
	line-height: 28px;
	font-weight: normal
}

h2.con-tit a.fr {
	width: 100px;
	height: 28px;
	background-color: #004fa6;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 28px;
	font-weight: normal;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

h2.con-tit a.fr i {
	font-size: 12px
}

h2.con-tit a.fr:hover {
	background-color: #58AD81
}

h2.con-tit span.tab-tit a {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 100px;
	height: 28px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	text-align: center;
	line-height: 26px;
	font-weight: normal;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

h2.con-tit span.tab-tit a+a {
	margin-left: 20px
}

h2.con-tit span.tab-tit a.cur {
	background-color: #004fa6;
	border-color: #004fa6;
	color: #fff
}

h3.con-tit {
	height: 35px;
	border-bottom: 1px solid #e4e4e4
}

h3.con-tit a.fl {
	position: relative;
	color: #000;
	font-size: 20px;
	line-height: 25px
}

h3.con-tit a.fl:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -11px;
	width: 40px;
	height: 3px;
	background-color: #004fa6;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

h2.tab-con-tit {
	height: 35px;
	border-bottom: 1px solid #e4e4e4
}

h2.tab-con-tit span.fl a {
	float: left;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

h2.tab-con-tit span.fl a+a {
	margin-left: 25px
}

h2.tab-con-tit span.fl a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 32px;
	height: 4px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

h2.tab-con-tit span.fl a.cur {
	font-weight: bold
}

h2.tab-con-tit span.fl a.cur:before {
	background-color: #004fa6
}

h2.tab-con-tit a.fr {
	color: #999;
	font-weight: normal
}

h2.tab-con-tit a.fr i {
	font-size: 12px
}

h2.tab-con-tit a.fr:hover {
	color: #004fa6
}

.index-container {
	position: relative;
	background-color: #fff;
	margin-bottom: -40px
}

.index-functions {
	position: relative;
	height: 100px;
	width: 1270px;
	margin: 17px auto 0;
	border-radius: 10px;
	background: -webkit-linear-gradient(90deg, rgba(0,61,165,0.85) 0%, rgba(0,61,165,0.85) 0%, rgba(31,123,216,0.85) 100%, rgba(31,123,216,0.85) 100%);
	background: -moz-linear-gradient(90deg, rgba(0,61,165,0.85) 0%, rgba(0,61,165,0.85) 0%, rgba(31,123,216,0.85) 100%, rgba(31,123,216,0.85) 100%);
	background: linear-gradient(90deg, #03afbc 0%, #03afbc 0%, rgba(31,123,216,0.85) 100%, rgba(31,123,216,0.85) 100%);
	-moz-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
	z-index: 1
}

.index-functions .functions-box {
	display: flex;
	text-align: center;
	height: 100%
}

.index-functions .functions-box.flex-0 .index-function {
	width: 0
}

.index-functions .functions-box.flex-1 .index-function {
	width: 100%
}

.index-functions .functions-box.flex-2 .index-function {
	width: 50%
}

.index-functions .functions-box.flex-3 .index-function {
	width: 33.33%
}

.index-functions .functions-box.flex-4 .index-function {
	width: 25%
}

.index-functions .functions-box.flex-5 .index-function {
	width: 20%
}

.index-functions .functions-box.flex-6 .index-function {
	width: 16.66%
}

.index-functions .functions-box.flex-7 .index-function {
	width: 14.28%
}

.index-functions .functions-box.flex-8 .index-function {
	width: 12.5%
}

.index-functions .functions-box.flex-9 .index-function {
	width: 11.1%
}

.index-functions .functions-box.flex-10 .index-function {
	width: 10%
}

.index-functions .functions-box.flex-11 .index-function {
	width: 9.09%
}

.index-functions .functions-box.flex-12 .index-function {
	width: 8.33%
}

.index-functions .functions-box .index-function {
	flex: 1;
	display: inline-block;
	position: relative;
	top: -8px;
	height: 116px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: transparent;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.index-functions .functions-box .index-function:hover {
	background-color: #218dd5
}

.index-functions .functions-box .index-function:hover>a,.index-functions .functions-box .index-function:hover+li>a {
	border-left-color: transparent
}

.index-functions .functions-box .index-function>a {
	display: block;
	margin-top: 22px
}

.index-functions .functions-box .index-function+li>a {
	border-left: 1px solid rgba(255,255,255,0.2)
}

.index-functions .functions-box .index-function .iconfont {
	color: #fff;
	font-size: 20px;
	line-height: 1;
	
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.index-functions .functions-box .index-function .index-function-title {
	color: #fff;
	font-size: 18px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s
}

.index-news {
	position: relative;
	box-sizing: border-box;
	height: 320px;
	padding-top: 20px;
	overflow: hidden
}



@media screen and (max-device-height: 1200px) {
	.index-slider {
		height: 542px
	}
}

@media screen and (max-device-height: 1080px) {
	.index-slider {
		height: 422px
	}
}

@media screen and (max-device-height: 1050px) {
	.index-slider {
		height: 392px
	}
}

@media screen and (max-device-height: 1024px) {
	.index-slider {
		height: 366px
	}
}

@media screen and (max-device-height: 992px) {
	.index-slider {
		height: 336px
	}
}

@media screen and (max-device-height: 960px) {
	.index-slider {
		height: 302px
	}
}

@media screen and (max-device-height: 900px) {
	.index-slider {
		height: 342px
	}
}

@media screen and (max-device-height: 854px) {
	.index-slider {
		height: 396px
	}
}

@media screen and (max-device-height: 800px) {
	.index-slider {
		height: 442px
	}
}

@media screen and (max-device-height: 768px) {
	.index-slider {
		height: 410px
	}
}

@media screen and (max-device-height: 720px) {
	.index-slider {
		height: 362px
	}
}



.mainBox {  z-index: 20; width: 580px; margin:0 auto;margin-left:18px; float:left;}
.mainBox .hd { height: 27px; background: url(../images/mainHd.png) no-repeat left bottom; padding-left: 40px; }
.mainBox .hdTab li { float: left; }
.mainBox .hdTab li a { display: block; _width: 85px; height: 27px; line-height: 27px; text-align: center; color: #99938b; font-size: 14px; font-weight: bolder; padding-left: 15px; padding-right: 15px; }
.mainBox .hdTab li a:hover { text-decoration: none; }
.mainBox .hdTab li.on { background: url(../images/bg-tab.png) no-repeat left top; }
.mainBox .hdTab li.on a { color: #945d27; background: url(../images/bg-tab.png) no-repeat right -27px; }
.mainBox .bd { background: url(../images/mainBd.png) no-repeat; height:312px; overflow: hidden; }
.mainBox .topicList { padding: 15px 15px 0 10px; height: 300px; }
.mainBox .topicList .t { padding: 0 0 10px 10px; margin-bottom: 5px; height: 120px; overflow: hidden; border-bottom: #ddd 1px dotted; }
.mainBox .topicList .t .pic { width: 150px; height: 110px; padding: 5px; background: #cacaca; float: left; margin-right: 15px; }
.mainBox .topicList .t .pic img { width: 150px; height: 110px; display: block; }
.mainBox .topicList .t .con { overflow: hidden; zoom: 1; }
.mainBox .topicList .t .title { margin-bottom: 5px; }
.mainBox .topicList .t .tit { font-size: 18px; font-family: "Microsoft Yahei"; color: #dd0f00; }
.mainBox .topicList .t .intro { color: #666; line-height: 22px; text-indent: 2em; }
.mainBox .topicList .t .intro a { color: #fa7000; }
.mainBox .topicList .n { height: 24px; line-height: 24px; overflow: hidden; padding: 0 10px 0 15px; background: url(../images/list.png) no-repeat 5px 10px; vertical-align: bottom; }
.mainBox .topicList .n .tit { color: #555; }
.mainBox .topicList .n .date { float: right; color: #666; }

.picBox {float:left; 
width: 355px;
    height: 218px;
    margin: 0 auto;
   }
.picBox .shymy { display: block; width: 240px; height: 145px; position: absolute; left: 10px; top: 0; }
.picBox .shymy .slideNav,
.picBox .shymy .slideCon .title,
.picBox .shymy .slideCon .bg { display: none; }

#solutions { position: absolute; z-index: 99; width: 1000px; height: 39px; font-size: 14px;  left: 0px; top: 735px; }
#solutions .nav a { display: inline-block; height: 37px; line-height: 37px; margin: 1px 0; padding: 0 20px; border-left: #F8EBDC 1px solid; border-right: #D3CBB6 1px solid; color: #945d27; }
#solutions .nav a:hover { text-decoration: none; background: url(../images/scur.png) no-repeat center bottom; _background-image: url(../images/scur.gif); }
#solutions .nav a.first { border-left: none; }
#solutions .nav a.last { border-right: none; }

#footer { line-height: 24px; text-align: center; padding-right:50px;color: #555; width: 1000px; height: 120px;  margin: 0 auto;background:#f3e0b7; background:url(../images2015/wx.png) right center no-repeat; }
/*首页联系方式*/
.indexlxfswai{width:100%;height:60px;background:#03afbd;overflow:hidden;text-align: center;margin: 0 auto;color: #d6f7fa;}
.indexlxfs{width:1200px;height:50px;height:auto;overflow:hidden;margin:0 auto;}
.indexlxfs1{margin-right:10px;width:100px;height:50px;float:left;border-right:0px solid #2ec9e4;padding-left:10px;font-family:"微软雅黑";}
.indexlxfs1 p{color: #555; line-height:20px;margin-top:5px;}
.indexlxfs2{width:1000px;height:50px;float:left;padding-left:0px;margin-top:8px;font-family:"微软雅黑"; line-height: 22px;}
.indexlxfs3{margin-right:0px;border-right:0px;width:60px;height:50px;float:left;padding-left:10px;font-family:"微软雅黑";}
.indexlxfs3 img {width:45px;height:60px}
.jrys { position: absolute;  width: 450px; height: 90px; font-size: 14px; text-align: left; left: 70px; top: 190px; text-indent:2em; background: url(../images/cloudBG.png) repeat; padding: 30px; padding-top: 30px;}
.jrys li { display: inline ; }
.jrys a { display: none ; }
.jrys .showType { display: none;}
.jrys .datetime { display: none;}
.jrys .title { display: inline; color:#600; font-weight: bold; font-size: 18px; }
.jrys .intro { display: inline; color:#600; font-weight: bold; font-size: 18px; }
.jrys .more { display: inline; color:#600; font-weight: bold; font-size: 14px; }
.jrys .missing_data { display: none;}

.more_li{ text-align:right; background:none; padding-top:10px; padding-right:20px;}
.more_li a{ color:#945D27; font-size: 14px; font-weight:bold;}

.indNav { width: 510px; height: 40px;  top: 425px; float:left }
.indNav li{ float:left;  margin-top:0; margin-left:8px;
}
.indNav li a{ display:block; padding-left: 14px; background: url(../img2020/ind-nav.png) 0 4px no-repeat;  height: 46px; width: 137px;}
.indNav li a:hover{ text-decoration:none }
.indNav li h3{ color:#000; font: normal 22px/160% "Microsoft YaHei"; _font-weight:bold;
	text-shadow:0 0 10px #fff
}
.indNav li span{ height:19px; width:72px; text-align:center; line-height:19px; color:#fff; background:url(../images/ind-nav.png) 0 -500px no-repeat;    display: block;
	_background:url(../images/ind-nav.png) 0 -500px no-repeat;  
}
.indNav .b a{ background-position: 0 -72px;padding-left: 22px;}
.indNav .c a{ background-position: 0 -153px; padding-left: 23px;}
.indNav .d a{ background-position: 0 -321px; }
.indNav .on{ margin-top:-8px;  }
.indNav .on span{ background-position:2px -560px }



.HomeCon5{ width:580px; display:table; margin:auto;  border:solid 1px #f1f1f1; background:#fff;}
.HomeCon5 ol{ float:left; background:url(../images/home44.jpg) repeat-x; height:44px; width:580px; line-height:43px;}
.HomeCon5 ol li{ float:left; height:44px; color:#fff; font-size:16px; font-family:"微软雅黑";  width:144px; text-align:center; border-right:solid 1px #f1f1f1; cursor:pointer;}
.HomeCon5 ol li a{color:#fff;}
.HomeCon5 ol .lihover a{color:#00575e;}
.HomeCon5 ol .lihover{ color:#00575e; font-size:18px; background:#fff;}
.HomeCon5_1{ float:left; margin-top:17px; margin-left:5px; padding-bottom:1px; display:inline; width:573px; height:160px;}
.HomeCon5_1_1{ float:left;}
.HomeCon5_1_1 ul{ float:left;}
.HomeCon5_1_1 ul li{width:260px;padding-right:10px; float:left; border-bottom:1px dotted #9d9d9d; margin:3px 7px; background:url(../images/ico.jpg) no-repeat left;  line-height:35px;}
.HomeCon5_1_1 ul li div{ float:left; position:relative; cursor:pointer;margin-bottom:2px;}
.HomeCon5_1_1 ul li img{ float:left; cursor:pointer; }
.HomeCon5_1_1 ul li span{ background:#000;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5; float:left; position:absolute; left:0; top:0; padding:0 10px; display:none;}


.HomeCon5_1_1 ul li a{ float:left; width:260px; line-height:25px; color:#000000; font-size:14px; cursor:pointer; padding-left:10px;}



 .index-special-wrap {
	width: 222px;
	margin:0 auto;
	float:right;
}

 .index-special-wrap .title-base-index a.fr {
	font-weight: normal
}

 .index-special-wrap .title-base-index a.fr i {
	color: #FF8400
}

 .index-special-wrap .index-special {
	margin-top: 16px
}

 .index-special-wrap .index-special a {
	display: block;
	margin-bottom: 4px
}

 .index-special-wrap .index-special a img {
	display: block;
	width: 100%
}

.title-base-index a.fl {
	position: relative;
	font-size: 20px;
	text-indent: .7em;
	color: #03afbd;
	font-weight: 700;
	line-height: 20px;
	height: 26px
}

.title-base-index a.fl:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	width: 4px;
	height: 18px;
	background-color: #03afbd
}


.part1{position: relative;	max-height:61px;background-color: #f1f1f1;
	margin:0 auto;}
 .part1 .s1{float: left;color: #000;margin-left: 10px;}
 .part1 .slickbox {margin-left: 70px;overflow: hidden;width: 1090px;font-size: 0;}
 .part1 .slick-mod{text-align: left;white-space: nowrap;position: relative;display: table;}
 .part1 .slick-item{font-size:14px;display: inline-block;padding: 0 11px;position: relative;}
 .part1 .slick-item+.slick-item:after{content: "";display: inline-block;position: absolute;top: 6px;left:-1px;height: 10px;border-right: 1px solid #7f7874;}
 .part1 .slick-item.cur a{color:#5a7d5a;}
 .part1 .slick-item:first-child{padding-left: 0;}
