@charset "utf-8";
/* CSS Document */
BODY {
    COLOR: #2e2e2e;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑", "Arial", "宋体";
}
A {
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    OUTLINE-WIDTH: medium;
    TEXT-DECORATION: none;
    FONT-SIZE: 16px;
    COLOR: #2e2e2e;
}
A:hover {
    FONT-SIZE: 16px;
    COLOR: #FF0000;
    TEXT-DECORATION: none
}
img {
    border: 0
}
ul, li, dd, dt {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, th, fieldset, label, legend, button, input {
    margin: 0;
    padding: 0;
}
/* CSS 头部 */
.m {
    width: 1200px;
    height: auto;
    margin: 0 auto
}
.clear {
    clear: both
}
#logo {
    width: 432px;
    height: 61px;
    float: left;
    margin: 20px auto
}
#tel {
    width: 260px;
    height: 60px;
    float: right;
    margin: 20px auto;
    background: url(../images/tel.jpg) no-repeat 0 15px;
}
#tel span {
    width: 220px;
    height: 25px;
    float: right;
    line-height: 25px;
}
#tel p {
    width: 220px;
    height: 35px;
    float: right;
    line-height: 35px;
    font-size: 30px;
    color: #F00;
    font-weight: bold
}
.nv {
    width: 100%;
    height: 50px;
    background: #005eaf;
    float: left
}
.nv ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}
.nv li {
    list-style: none;
    float: left;
    line-height: 50px;
    width: 170px;
    height: 50px;
    text-align: center;
}
.nv li a {
    display: block;
    font-size: 18px;
    color: #fff
}
.nv li a:link {
    display: block
}
.nv li a:hover {
    background: #065192;
    text-decoration: none
}
.active {
    background: #065192;
    text-decoration: none
}
#full-screen-slider {
    width: 100%;
    height: 500px;
    float: left;
    position: relative
}
#slides {
    display: block;
    width: 100%;
    height: 600px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}
#slides li {
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute
}
#slides li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}
#pagination {
    display: block;
    list-style: none;
    position: absolute;
    left: 50%;
    top: 440px;
    z-index: 9900;
    padding: 5px 15px 5px 0;
    margin: 0
}
#pagination li {
    display: block;
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 15px;
    border-radius: 5px;
    background: #FFF
}
#pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    text-indent: -9999px;
}
#pagination li.current {
    background: #0092CE
}
/* CSS 第一行 */
#row1 {
    width: 1200px;
    height: 580px;
    margin: 20px auto
}
#row1_left {
    width: 680px;
    height: 440px;
    float: left;
    background: url(../images/about.jpg) no-repeat left top
}
#row1_about {
    width: 680px;
    height: 340px;
    float: left;
    line-height: 30px;
    overflow: hidden;
    margin-top: 100px;
	text-indent: 2em;
}
#row1_about em {
    color: #F00;
    font-weight: bold;
    font-style: normal
}
#row1_about em a {
    color: #F00;
}
#row1_about em a:hover {
    color: #000;
}
#row1_right {
    width: 500px;
    height: 500px;
    float: right
}
#row1_right img {
    width: 500px;
    height: 340px;
    float: left;
    margin: 80px auto
}
/* CSS 第二行 */
#row2 {
    width: 100%;
    height: 520px;
    background: url(../images/bg.jpg) no-repeat center;
    float: left
}
.index_title {
    width: 400px;
    height: 75px;
    line-height: 35px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: 20px auto
}
.index_title span {
    width: 120px;
    height: 38px;
    border-bottom: 2px solid #2e2e2e;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    display: block
}
#row2_service {
    width: 1200px;
    height: auto;
    margin: 20px auto 0 auto;
}
#row2_service ul {
    width: 1200px;
    height: auto;
    margin: 0;
    padding: 0
}
#row2_service li {
    width: 360px;
    height: 120px;
    float: left;
    background: #005eaf;
    margin: 15px
}
#row2_service li span {
    width: 240px;
    height: 120px;
    overflow: hidden;
    display: block;
    float: left
}
#row2_service li span img {
    width: 240px;
    height: 120px;
    float: left;
    cursor: pointer;
    transition: all 0.6s;
}
#row2_service li span img:hover {
    transform: scale(1.4);
    width: 240px;
    height: 120px;
}
#row2_service li p {
    width: 120px;
    height: auto;
    float: right;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #FFF
}
#row2_service li p:hover {
    font-size: 18px;
    color: #FF0;
    background: #065192
}
/* CSS 第三行 */
#row3 {
    width: 100%;
    height: 520px;
    background: #065192;
    float: left
}
.team {
    color: #FFF;
    border-bottom: 1px solid #f5f5f5
}
.team span {
    border-bottom: 2px solid #fff
}
.teamlist {
    width: 350px;
    height: 290px;
    float: left;
    margin: 0 10px;
    background: #fff;
}
.teamlist span {
    width: 350px;
    height: 250px;
    overflow: hidden;
    display: block;
    float: left
}
.teamlist span img {
    width: 350px;
    height: 250px;
    cursor: pointer;
    transition: all 0.6s;
}
.teamlist span img:hover {
    width: 350px;
    height: 250px;
    transform: scale(1.4);
}
.teamlist p {
    width: 350px;
    height: 40px;
    line-height: 40px;
    text-align: center
}
.index_more {
    width: 120px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    border: 1px solid #ddd;
    color: #065192;
    text-align: center;
    margin: 20px auto
}
.index_more a {
    color: #065192;
    text-align: center;
}
.index_more a:hover {
    color: #f00;
    text-align: center;
}
/* CSS 第四行 */
#row4 {
    width: 1200px;
    height: 520px;
    margin: 20px auto
}
#row4_left {
    width: 485px;
    height: 360px;
    float: left;
    background: url(../images/news_bg.jpg) no-repeat 0 15px;
}
#row4_left img {
    width: 455px;
    height: 360px;
    float: right
}
#row4_right {
    width: 695px;
    height: 360px;
    float: right;
    margin: 0;
    padding: 0
}
#row4_right ul {
    width: 695px;
    height: 360px;
    float: right;
    margin: 0;
    padding: 0
}
#row4_right li {
    width: 695px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: url(../images/icon.jpg) no-repeat 0 20px;
    text-indent: 25px;
    border-bottom: 1px dotted #ddd;
}
#row4_right li span {
    font-size: 14px;
    color: #666;
    float: right
}
/* CSS 第五行 */
#row5 {
    width: 100%;
    height: 450px;
    margin: 20px auto;
    background: url(../images/bg2.jpg) no-repeat center;
    float: left
}
#row5 p {
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: 40px auto;
    font-size: 55px;
    color: #fff;
}
#row5 p span {
    color: #31b5ff
}
#row5_list {
    width: 1200px;
    height: auto;
    margin: 60px auto;
    padding: 0
}
#row5_list ul {
    width: 1200px;
    height: auto;
    margin: 0;
    padding: 0
}
#row5_list li {
    width: 260px;
    height: 190px;
    float: left;
    margin: 0 15px;
}
#row5_list li img {
    width: 140px;
    height: 140px;
    margin: 0 60px;
}
#row5_list li span {
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px
}
/* CSS 第六行 */
#row6 {
    width: 1200px;
    height: 420px;
    margin: 20px auto
}
.rollBox {
    width: 1200px;
    overflow: hidden;
    float: left;
    margin-top: -40px;
}
.rollBox .Cont {
    width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}
.rollBox .ScrCont {
    width: 10000000px;
}
.rollBox .Cont .pic {
    width: 220px;
    float: left;
    text-align: center;
    padding-right: 20px;
}
*+html .rollBox .Cont .pic {
    width: 220px;
    float: left;
    text-align: center;
    padding-right: 30px;
}
.rollBox .Cont .pic img {
    padding: 4px;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.rollBox .Cont .pic p {
    line-height: 26px;
    color: #505050;
}
.rollBox .Cont a:link, .rollBox .Cont a:visited {
    color: #626466;
    text-decoration: none;
}
.rollBox .Cont a:hover {
    color: #f00;
    text-decoration: none;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
/* CSS 底部 */
#bottom {
    width: 100%;
    height: 300px;
    background: url(../images/bottom.jpg) no-repeat center;
    float: left;
    padding-top: 30px;
}
.bottom_nv {
    width: 100%;
    height: 50px;
    background: url(../images/line.png) no-repeat bottom;
    float: left;
}
.bottom_nv ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0
}
.bottom_nv li {
    list-style: none;
    float: left;
    line-height: 50px;
    width: 170px;
    height: 50px;
    text-align: center;
}
.bottom_nv li a {
    display: block;
    font-size: 18px;
    color: #fff
}
.bottom_nv li a:hover {
    color: #ff0
}
.bottom_code {
    width: 140px;
    height: 170px;
    float: left;
    margin: 20px auto auto 200px
}
.bottom_code img {
    width: 140px;
    height: 140px;
}
.bottom_code span {
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    display: block;
    text-align: center;
    font-size: 12px
}
.bottom_banquan {
    width: 800px;
    height: 170px;
    float: left;
    margin: 20px auto auto 60px;
    line-height: 30px;
    color: #FFF
}
.bottom_banquan a {
    color: #FFF
}
.bottom_banquan a:hover {
    color: #FF0
}
/*列表页*/
#s_banner {
    width: 100%;
    height: 360px;
    float: left
}
#mbx {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: url(../images/home.jpg) no-repeat left;
    text-indent: 25px;
    font-size: 14px;
    float: left;
    margin-top: 20px;
    border-bottom: 1px dotted #ddd;
}
#mbx a {
    font-size: 14px
}
#second_left {
    width: 220px;
    float: left;
    margin-top: 20px;
}
#second_title {
    width: 100%;
    height: 60px;
    float: left;
    background: #0168b5
}
#second_title h4 {
    font-size: 24px;
    color: #FFF;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    text-align: center;
    width: 100px;
    margin: 0 60px;
}
#left_nv {
    width: 220px;
    height: auto;
    margin: 0;
    padding: 0
}
#left_nv ul {
    width: 220px;
    height: auto;
    margin: 0;
    padding: 0
}
#left_nv li {
    width: 220px;
    height: 45px;
    line-height: 45px;
    background: #f1f1f1;
    float: left;
    text-align: center;
	 border-bottom: 2px solid #fff;
}
#left_nv li a:hover {
    width: 220px;
    height: 45px;
    line-height: 45px;
    background: #0168b5;
    float: left;
    text-align: center;
	color:#fff;
	 border-bottom: 2px solid #fff;
}
#left_lianxi {
	width:200px;
	height:auto;
	padding:10px;
	line-height:30px;
	background: #0168b5;
	margin-bottom:20px;
	color:#fff;
	float:left;
	font-size:14px;
}
.mytable {
    border-collapse: collapse;
    border-width: 0px 0 0 0px;
    width: 960px;
    float: right;
    margin: 20px auto;
}
.mytable ul li {
    padding-top: 5px;
    text-indent: 25px;
    list-style: none;
    height: 50px;
    line-height: 50px;
    background: url(../images/inco.gif) no-repeat 10px 30px
}
.mytable ul li {
    padding-top: 5px;
    text-indent: 25px;
    list-style: none;
    height: 50px;
    line-height: 50px;
}
.mytable ul li span {
    float: right;
    margin-right: 10px;
}
.mytable ul li.t1 {
    background-color: #f7f7f7;
}/* 第一行的背景色 */
.mytable ul li.t2 {
    background-color: #ffffff;
}/* 第二行的背景色 */
.mytable ul li.t3 {
    background-color: #f1f1f1;
}/* 鼠标经过时的背景色

    /*内容页*/
#sec_content {
    width: 1200px;
    height: auto;
    background: #fff;
    float: left;
    line-height: 30px;
    margin: 0 auto;
}
#content_main {
    width: 1160px;
    height: auto;
    margin: 20px;
    float: left;
    font-size: 16px
}
#content_main h1 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    text-align: center;
    color: #1c78c5;
    margin: 10px auto;
}
#content_click {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin: 10px auto;
    border-bottom: 1px dashed #ddd;
}
#zoom img {
    max-width: 1100px;
    overflow: hidden;
    display: block;
    margin: 10px auto !important;
    text-align: center !important
}
#news_next {
    width: 100%;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 20px
}
#news_next a {
    font-size: 14px;
    color: #999;
}
#news_next a:hover {
    font-size: 14px;
    color: #f00;
}
#news_next span {
    font-weight: bold;
    color: #333
}
#print {
    width: 100%;
    line-height: 35px;
    text-align: center;
    float: left;
    margin: 10px auto;
    background: #f7f7f7
}
/*单篇*/
#second_right {
    width: 960px;
    float: right;
    margin-top: 20px;
}
.second_xue {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #016cbe;
    background: #eee;
    float: right;
}
.second_xue span {
    width: auto;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    background: #0062ad !important;
    float: left;
    text-indent: 10px;
}
.second_xue i {
    font-style: normal;
    float: right;
    margin-right: 10px;
}
.info {
    width: 930px;
    height: auto;
    margin: 10px;
    float: left;
    line-height: 30px
}
#case_seven {
    width: 960px;
    margin: 10px auto 0 auto;
    padding: 0;
    float: right
}
#case_seven ul {
    width: 100%;
    margin: 0;
    padding: 0
}
#case_seven li {
    width: 300px;
    height: 230px;
    float: left;
    margin: 10px;
}
.lanrenzhijia {
    width: 300px;
    height: 230px;
    margin: auto;
    position: relative;
}
.lanrenzhijia img {
    width: 300px;
    height: 230px;
}
.text {
    width: 300px;
    height: auto;
    background-color: #000;
    FILTER: alpha(opacity=60);
    opacity: 0.7;
    -moz-opacity: 0.7;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.imgtext {
    width: 300px;
    height: auto;
    float: left;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 200%;
}
.pagelist { width:100%; height:auto; margin:20px auto;  text-align:center}
.pagelist a{border: 1px solid #C9C9C9;background-color: #fff;color: #555;display: inline-block;height: 30px;line-height: 30px;padding: 0 10px;font-size: 12px;white-space: nowrap;text-align: center;border-radius: 2px;cursor: pointer;outline: 0;-webkit-appearance: none;-webkit-transition: all .3s;box-sizing: border-box;vertical-align: middle;font-style: inherit;font-weight: inherit;}
.pagelist a+a{margin-left:5px}
.pagelist a.active,.pagelist a:hover{background-color: #1c86d1;color:#fff;border: 1px solid #1c86d1;}
