@import url("../css/../css/../css/../css/../css/../css/../css/font-awesome.min.css");
@import url("../css/../css/../css/../css/../css/../css/../css/animate.css");
@import url("../css/../css/../css/../css/../css/../css/../css/owl.carousel.min.css");
@import url("../css/../css/../css/../css/../css/../css/../css/wap.css");
@import url("../css/../css/../css/../css/../css/../css/../css/swiper-3.3.1.min.css");
@import url("../css/../css/../css/../css/../css/../css/../css/form.css");
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size:14px;
	color:#555;
	font-family:"Microsoft YaHei", "微软雅黑","Simsun","Arial Black","verdana";;
	background-color: #FFFFFF;
	line-height:24px;
}
input,button,textarea,select{font-family:"Microsoft YaHei", "微软雅黑";}
UL,li {list-style-type:none;}
UL,p,li,form,h1,h2,h3,h4,h5,h6,dd,dl,dt,ol,td{
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}i {
    font-style: normal;
}
::selection {
color:#fff; background-color:#24459B;
}
::-moz-selection {
color:#fff; background-color:#24459B;
}
::-webkit-selection {
color:#fff; background-color:#24459B
}
::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0, .6);
    background-color: #888;
}
img{ border:0px;}.fl {
    float: left;
}
.fr{
	float: right;
}
.sdbj{padding-top:2.5%; padding-bottom:2.5%;}
.hs{ background-color:#F8F8F8;}
.ycc{ overflow:hidden;}
/*头部*/
.top1{width:100%; position:absolute; top:0; left: 0; z-index: 9999; border-bottom:1px solid rgba(255,255,255,0.5);}
.top1 .logo{height: auto; margin:25px 0 0 0; float:left;}
.top1 .logo h3{margin:0;}
.menu_box{float:left; margin-left:10.52%;}
/*
.menu{float:left;}
*/
.menu .nli{float:left; position: relative; text-align: center;margin-left:68px; }
.menu .nli:first-child{margin-left:0;}
.menu .nli span > a{font-size:18px; color:#fff;padding:42.5px 0; display: block; position: relative;}
.menu .nli span > a .i1{display:block; line-height: 24px; font-weight: bold; }
.menu .nli:hover span > a{color:#FFCB00;}
.menu .nli:hover span > a::after{width:100%; height: 1px; position: absolute; bottom:-1px; left: 0; content: "";background-color:#FFCB00;}
.menu .nli.on span > a{color:#FFCB00;}
.menu .nli.on span > a::after{width:100%; height: 1px; position: absolute; bottom:-1px; left: 0; content: "";background-color:#FFCB00;}

.sub{position: absolute; top:109px; left: 50%; width:140px; background-color:rgba(12,125,245,0.6);text-align: center; z-index: 101; display:none; margin-left:-70px;}
.sub a{display:block; font-size:14px; color:#fff;  padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.sub a:hover{background-color:rgba(12,125,245,0.9);color: #FFCB00;}

.tPhone{float:right; margin-top:35.5px; }
.tPhone .ico{width:38px; height: 38px; border-radius: 50%; background-color:#0C7DF5; float:left;}
.tPhone .H6{margin-left:52px; font-size:20px; color:#fff;line-height: 38px;}

@media screen and (max-width:1549px){
	.menu .nli{margin-left:40px;}
	.menu_box{margin-left:8%;}
}
@media screen and (max-width:1199px){
	.top1 .logo{}
	.menu .nli{margin-left:30px;}
	.menu_box{margin-left:6%;}
	.menu .nli span > a{font-size:16px; padding:30px 0;}
	.tPhone{margin-top:23px;}
}

/*手机头*/
.top2{width:100%; height:60px;display: none ; position: absolute; z-index: 2000; border-bottom:1px solid rgba(255,255,255,0.5);}
.top2.active{border-bottom:1px solid #f2f2f2;}
.top2 .logo{ height:auto; float:left; margin-top:10px;}

@media screen and (max-width:991px){
    .top2{ display:block;}
	.top1{ display:none;}
}



/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    position: relative;
}

.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #fff;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1029;
    background-color:rgba(0,0,0,0.8);
}
.xialaph .img_d{ display:none;}
.xialaph .ul2,
.xialaph .ul3{
    display: none;
}
.xialaph h4 a{
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.xialaph h4{
    position: relative;
}
.xialaph h4 .ico{width:22px; line-height: 0; display: inline-block ; vertical-align: middle; margin-right:5px;}
.xialaph li:last-child h4::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
	display: none
}
.xialaph li:first-child h4::after{display:none;}
.xialaph h4::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(255,255,255,0.2);
    /*opacity: 0.1;*/
}
.xialaph h4 em{ font-size: 12px; margin-left: 5px; text-transform: uppercase;}

.xialaph h5 a{
    display: block;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 42px; padding:0 27px;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    /*opacity: 0.05;*/
}
.xialaph li:last-child h5::after{
    display: none;
}
.xialaph h4 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #fff solid 1px; border-right: #fff solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h4.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}
/*.xialaph .ul2{ padding-left: 30px;  }*/
.xialaph .ul3{
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}
.xialaph .ul3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.xialaph li:last-child .ul3::after{
    display: none;
}
.xialaph .ul3 li a{
    color: #666;
    font-size: 14px;
    line-height: 35px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}

.xialaph h5 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #999 solid 1px; border-right: #999 solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h5.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}

 
.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1000;
    display: none;
}
.phonemeng.active{
    display: block;
}


/*banner*/
.pz_banner{clear: both;}
.c_banner{position:relative; overflow: hidden;}
.slide1 .slick-dots{width:100%; left:0; bottom:40px; line-height: 0;}
.slide1 .slick-dots li{width:10px; height: 10px;margin: 0 10px; background-color:#fff; border-radius: 30px;
-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.slide1 .slick-dots li.slick-active{width:47px;}
.slide1 .slick-dots li button:before,
.slide1 .slick-dots li button{display:none;}
	
.bannerText{width:100%; position: absolute; left: 0; wdith:100%; top:50%; font-weight: bolder;
-webkit-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
        transform: translate(0, -40%);}
.bannerText .H3{font-size:42px; color:#fff; font-family: Arial; font-weight: bolder; text-transform: uppercase; letter-spacing: 2px;}
.bannerText .H3 .color{color:#0C7DF5;}
.bannerText .H4{font-size:55px; color:#fff; margin: 26px 0; letter-spacing: 2px;}
.bannerText .H4 .bold{font-weight: bold;}
.bannerText .H5{font-size:19px; color:#fff; line-height: 36px;letter-spacing: 2px;}
.bannerText .bannerMore{width:229px; height: 45px; line-height: 45px; background-color:#0C7DF5; border-radius: 30px; font-size:14px; color:#fff; font-family: Arial; display: block; text-align: center; font-weight: normal; text-transform: uppercase; margin-top:63px;}
.bannerText .bannerMore:hover{border:1px solid #0C7DF5; background-color:transparent; color:#0C7DF5;}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
@media screen and (max-width:1199px){
	.bannerText .H3{font-size:30px;}
	.bannerText .H4{font-size:40px;}
	.bannerText .H5{font-size:14px;}
}
@media screen and (max-width:991px){
	.bannerText{display:none;}
}
@media screen and (max-width:767px){
	.slide1 .slick-dots{bottom:10px;}
	.slide1 .slick-dots li{width:8px; height: 8px;}
	
}
/*产品中心*/
/*
.page {
    padding: 140px 0;
}
*/
.page3{
    background: url(../images/page3.jpg) no-repeat center center;
    background-size: cover;
	padding: 140px 0;
}
.page3 .wrap{
	width: 96%;
	max-width: 1300px;
}
.page3_text {
    margin-right: 40px;
    width: 408px;
    line-height: 30px;
    float: left;
}
.page3_text h3 {
    font-size: 26px;
	color: #24459B;
	font-weight: bold;
}
label.line {
    display: inline-block;
    width: 60px;
    height: 4px;
    background: #ffae00;
    margin: 20px 0;
}
.page3_text .list {
    margin-bottom: 20px;
    padding: 10px 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.page3_text .list ul {
    margin: -10px;
	overflow: hidden;
}
.page3_text .list ul li {
    width: 50.00%;
    float: left;
}
.page3_text .list ul li a {
    display: block;
    margin: 10px;
    line-height: 34px;
    border: 1px solid rgba(13,13,13,1.2);
    text-align: center;
    color: #333;
	border-radius: 10px;
}
.page3_text .list ul li.on a, .page3_text .list ul li a:hover {
	background: rgba(230,230,230,.9);
	border-color: rgba(125, 117, 117,.6);
	    color: #686868;
}

.page3_text h4 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
	color: #333;
}
.page3_text p {
    height: 150px;
    color: #333;
}
.btn a {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    background: #24459B;
    color: #fff;
    text-align: center;
	border-radius: 30px;
}
.btn a:hover {
    background: #24459B;
	color: #fff;
	border: 1px solid rgba(7,132,201,1.2);
}
.btn1 a {
    display: inline-block;
    width: 110px;
    line-height: 34px;
    background: #24459B;
    color: #fff;
    text-align: center;
	border-radius: 30px;
}
.btn1 a:hover {
    /*background: #efefef;*/
	background-color:transparent;
	color: #24459B;
	border: 1px solid rgba(36,69,155,1.2);
}
.page3_list {
    padding-right: 10px;
    height: 548px;
    overflow: hidden;
}
.page3_list .list ul {
    margin: -5px;
}
.page3_list .list ul li {
    width: 45%;
    float: left;
}
.page3_list .list ul li a {
    display: block;
    margin: 5px;
    position: relative;
}
.page3_list .list ul li a img{
	overflow: hidden;
	position: relative;
	width: 100%;
	border-radius: 10px;
}

.img:before {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255,0);
    z-index: 100;
	
}
.img:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(255,255,255,0.5);
	border-radius: 10px;
}
.page3_list img {
    display: block;	
}
.page3_list .text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1.png) no-repeat bottom right;
}
.page3_list a:hover .text {
    opacity: 1;
	border-radius: 10px;
}
.page3_list .text span {
    display: block;
    width: 1em;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #fff;
    line-height: 1.2em;
}
@media only screen and (max-width: 764px){
.page {
    padding: 20px 0;
}
.page3_text {
    margin-bottom: 30px;
}
.page3_text, .page3_list {
    width: 100%;
    float: none;
}
.page3_text .list ul{margin: 0;}
.page3_text .list ul li a {
    margin: 5px;
}
.page3_text p {
    margin-bottom: 15px;
	height: auto;
}
.page3_list {
    height: auto;
}
}
/*产品中心结束*/
/*优势开始*/
.platform {padding: 80px 0px;background: #f5f6fa;}
.Advantage_title{ padding-bottom: 60px;}
.pc_all .pc_all_contnet {max-width: 1320px;margin: 0 auto;}
.platform .platform_title {text-align: center;margin-bottom: 60px;}
.platform .platform_title dd{font-size: 30px;color: #1938cb;}
.platform .platform_title dt {font-size: 16px;color: #444444;margin-top: 10px;text-transform: uppercase;font-weight:normal;}
.Advantage_title .platform_title{ margin-bottom: 0px;}
.Advantage{ /*background: url(../images/bg5.jpg)*/ no-repeat 50%/cover;overflow: hidden;background: #060910;}
.Advantage .Advantage_content .Advantage_content_list{ position: relative; cursor: pointer; width: 25%;}
.Advantage .Advantage_content .Advantage_content_list .content_list_img{ position: relative;}
.Advantage .Advantage_content .Advantage_content_list .content_list_img:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,.6); transition: all 0.3s ease;}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt{ position: absolute; top: 50%; left: 50%; z-index: 5; text-align: center; width: 100%; transform: translateX(-50%) translateY(-50%); transition: all 0.3s ease;}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt dt{ font-size: 22px; color: #fff; margin-top: 30px; margin-bottom: 70px; transition: all 0.6s ease;}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt p{ height: 0px; opacity: 0; transition: all 0.3s ease; color: #fff; line-height: 26px; text-align: justify; padding: 0px 18%;}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt span{ transition: all 0.3s ease; opacity: 1;}
.Advantage .Advantage_content .Advantage_content_list:hover .content_list_img:before{ background: rgba(4,7,14,.85); transition: all 0.3s ease;}
.Advantage .Advantage_content .Advantage_content_list:hover .content_list_txt{ transition: all 0.3s ease;}
.Advantage .Advantage_content .Advantage_content_list:hover .content_list_txt p{ opacity: 1; transition: all 0.3s ease; height: auto;}
.Advantage .Advantage_content .Advantage_content_list:hover .content_list_txt span{ opacity: 0; transition: all 0.3s ease;}
.Advantage .Advantage_content .Advantage_content_list:hover .content_list_txt dt{ margin-bottom: 30px; transition: all 0.6s ease;}


@media screen and (max-width: 1320px){
.platform {
    padding: 40px 0px;
}
.platform .platform_title {
    margin-bottom: 40px;
}
.pc_all .pc_all_contnet, .solution .solution_content {
    width: 96% !important;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.Advantage .Advantage_content .Advantage_content_list .content_list_img img{
	max-width: 100%;
}
}
@media screen and (max-width: 600px){
.Advantage_title {
    padding: 10px 0px;
}
.platform .platform_title {
    margin-bottom: 30px;
}
.platform .platform_title dd {
    font-size: 18px;
}
.platform .platform_title dt {
    font-size: 14px;
    margin-top: 5px;
}
.Advantage .Advantage_content {
    padding: 2% 0px;
}
.Advantage .Advantage_content .Advantage_content_list {
    width: 50%;
}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt dd img {
    max-height: 40px;
}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt dt {
    font-size: 16px;
    margin: 25px 0px;
}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt p {
    display: none;
}
.Advantage .Advantage_content .Advantage_content_list .content_list_txt span img {
    max-height: 30px;
}
}
/*优势结束*/
/*关于我们开始*/
.index_about{
    padding-bottom: 88px;
    background: url("../images/index_about.jpg") center center no-repeat;
}
.center {
    width: 1400px;
    margin: 0 auto;
}
.biaoti p:nth-child(1) {
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 62px;
    padding-top: 86px;
    text-align: center;
}
.index_about .biaoti p:nth-child(1) {
    padding-top: 70px;
}
.biaoti p:nth-child(1) text {
    color: #1938cb;
}
.biaoti p:nth-child(2) {
    font-size: 16px;
    color: #aeacac;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/biaoti1.png) center center no-repeat;
}
.biaoti p:nth-child(3) {
    font-size: 16px;
    color: #aeacac;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/biaoti1.png) center center no-repeat;
}
.index_about .label_page {
    position: relative;
}


.index_about .label_page .label_page_each .about_text{
    width: calc(100% - 750px);
}
.index_about .label_page .label_page_each .about_text .bt{
    font-size: 24px;
    color: #24459B;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
}
.index_about .label_page .label_page_each .about_text .p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
}
.index_about .label_page .label_page_each .about_text .xiangqing{
    display: block;
    width: 185px;
    height: 62px;
    text-align: center;
    line-height: 62px;
    font-size: 16px;
    color: #333333;
    border: solid 1px #d9dada;
    margin-top: 32px;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page .label_page_each .about_text .xiangqing:hover{
    color: #24459B;
    border: solid 1px #24459B;
}
.index_about .label_page .label_page_each .about_img{
    position: relative;
    width: 663px;
    height: 419px;
}
.index_about .label_page .label_page_each .about_img .about_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.index_about .label_page .label_page_each{
    padding-top: 82px;
}
.index_about .biaoti p:nth-child(1){
    padding-top: 70px;
}
.index_about .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: url("../images/index_about1.png") center center no-repeat;
    opacity: 1;
}
.index_about .swiper-pagination-bullet-active {
    opacity: 1;
    background: url("../images/index_about2.png") center center no-repeat;
}
.index_about .swiper-pagination{
    text-align: right;
}
.index_about .label_page .label_nav{
    position: absolute;
    bottom: 0;
    left: 0;
}
.index_about .label_page h4{
    width: 240px;
    height: 69px;
    font-size:20px;
    color: #ffffff;
    text-align: center;
    line-height: 69px;
    background: #4177b7;
    margin-right: 5px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
}
.index_about .label_page h4:hover{
    background: #ff9900;
}
.index_about .label_page .on{
    background: #ff9900;
}
@media screen and (max-width: 1440px){
.center {
    width: 1200px;
}
}
@media screen and (max-width: 1280px){
.center {
    width: 1000px;
}
.index_about .label_page .label_page_each .about_text {
    width: calc(100% - 580px);
}
.index_about .label_page .label_page_each .about_img {
    width: 500px;
}
.index_about .label_page .label_page_each .about_img {
    width: 500px;
}
}
@media screen and (max-width: 1024px){
.index_about {
    padding-bottom: 0px;
}
.biaoti p:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    padding-top: 18px;
}
.index_about .biaoti p:nth-child(1) {
    padding-top: 22px;
}
.center {
    width: 100vw;
}
.biaoti p:nth-child(2) {
    font-size: 14px;
}
.index_about .label_page .label_page_each {
    padding-top: 26px;
}
.index_about .label_page .label_page_each .about_text {
    width: calc(100% - 30px);
    padding: 0 15px;
}
.index_about .label_page .label_page_each .about_text .bt {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}
.index_about .label_page .label_page_each .about_text .xiangqing {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 20px;
}
.index_about .label_page .label_page_each .about_img {
    width: 100%;
    height: 250px;
    background-size: 100% 100% !important;
}
.index_about .label_page .label_page_each .about_img {
    width: 100%;
    height: 250px;
    background-size: 100% 100% !important;
}
}

/*关于我们结束*/
/*公司优势开始*/
.bg2 {
    background: url(../images/rzbg.jpg) no-repeat center / cover;
    color: #fff;
    padding: 70px 0;
}
.bg2 .container {
    padding: 0 15px;
    width: 1230px;
    margin: 0 auto;
}
.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: bold;
	line-height: 42px;
}
.section-title small {
    display: block;
    font-weight: normal;
    font-size: 18px;
	line-height: 25px;
}
.section-title:after {
    display: block;
    content: '';
    background: url(../images/cptit.png) no-repeat center bottom / auto 100%;
    height: 18px;
    margin-top: 20px;
}
.in-rz {
    margin-left: -82px;
}
.in-rz li {
    float: left;
    width: 131px;
    margin-left: 82px;
}
.in-rz li {
    float: left;
    width: 131px;
    margin-left: 82px;
}
.in-rz li .wrap {
    display: table;
    width: 100%;
    height: 131px;
    position: relative;
}
.in-rz li .wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/rzico.png) no-repeat 0 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.in-rz li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.in-rz li .inner p {
	margin: 0;
}
.in-rz li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.in-rz li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.in-rz li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.in-rz li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.in-rz li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.in-rz li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.in-rz-tel {
	margin-top: 50px;
	text-align: center;
}
.in-rz-tel p {
	margin: 0 auto;
	width: 590px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 110px;
	font-size: 16px;
	line-height: 40px;
}
.in-rz-tel strong {
	color: #fff;
	font-size: 30px;
	font-family: Impact;
}
.in-rz-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #24459B;
	margin: 20px auto 0;
}

.in-rz-tel .btn:hover {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #24459B;
	background-color: #fff;
	margin: 20px auto 0;
}

@media screen and (max-width: 767px){
.section {
    padding: 30px 0;
}
.bg2 .container{
    width: auto;
}
.section-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.section-title small {
    font-size: 12px;
}
.section-title:after {
    height: 12px;
    margin-top: 5px;
}
.in-rz {
    margin: -20px 0 0;
}
.in-rz li {
    width: 50%;
    margin: 20px 0 0;
}
.in-rz li .wrap {
    width: 131px;
    margin: 0 auto;
}
.in-rz-tel {
    margin-top: 30px;
}
.in-rz-tel p {
    background: none;
    width: auto;
    padding: 0;
    height: auto;
}
.in-rz-tel strong {
    display: block;
}
}
/*公司优势结束*/
/*新闻资讯开始*/
.sizeCover {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-pad-2 {
    padding-top: 50px;
	background-image: url(../images/bg2.jpg);}
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    max-width: 1230px !important;
}
.title-1{ margin-bottom: 1px; font-size: 24px; line-height: 24px; border-bottom:solid 1px #e6e6e6;}
.title-1 .en{ margin-bottom: 10px; color: #c0c0c0;}
.title-1 .cn{ margin-bottom: -2px; font-size: 0;}
/*.title-1 .cn span{ display: inline-block; vertical-align: top; padding-bottom: 10px; font-size: 24px; color: #000000; border-bottom: solid 3px #cf0f0f;}*/
.title-1 .cn span{ display: inline-block; vertical-align: top; padding-bottom: 10px; font-size: 24px; font-weight: bold; color: #24459B; border-bottom: solid 3px #ffae00;}
/*.title-1 .cn span{ display: inline-block; vertical-align: top; padding-bottom: 10px; font-size: 1.758em; color: #4b4b4b; border-bottom: solid 3px #ffae00;}*/


.title-1 .cn h2{ font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #4b4b4b;
	line-height: 1.5;
	margin: 0 0 12px;
	font-weight: 500;
	text-rendering: optimizeLegibility;font-size: 1.758em;}
.title-1 .cn h2 a {
	color: inherit
}

.title-1 .cn h2 a:hover {
	text-decoration: none
}







.title-1.active{ border-bottom-color: #fff;}
.title-1.active .en{ color: #fff;}
.title-1.active .cn span{ color: #fff; border-bottom-color: #fff;}
.main-pad-3 {
    padding-top: 30px;
}
.picture-5-list{width: 580px;float: left;margin-bottom:40px;margin-right: 40px;}
.picture-5-list:nth-child(2n){margin-right: 0;}
.picture-5-list a {    display: block;
}
.picture-5-list a .imgbox {
    padding: 2px;
    width: 226px;
    background: #fff;
    border: solid 1px #c1c1c1;
}
.picture-5-list a:hover .imgbox {
    border: solid 1px #24459B;
}
.picture-5-list a .imgbox .imgs {
    overflow: hidden;
}
.tr3 {
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}
.picture-5-list a .imgbox .imgs span {
    display: block;
    padding-top: 164px;
}
.picture-5-list a:hover .imgbox .imgs span {
    transform: scale(1.05);
}
.picture-5-list a .textbox {
    padding: 20px 15px;
    width: calc(100% - 226px);
    height: 170px;
    background: #fff;
}
.picture-5-list a:hover .textbox {
    background: #24459B;
}
.picture-5-list a .textbox .biaoti {
    font-size: 16px;
    color: #333;
    line-height: 24px;
}
.picture-5-list a:hover .textbox .biaoti {
    color: #fff;
}
.picture-5-list a .textbox .time {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
    line-height: 24px;
}
.picture-5-list a:hover .textbox .time {
    color: #fff;
}
.picture-5-list a .textbox .jieshao {
    height: 72px;
    font-size: 12px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
}
.picture-5-list a:hover .textbox .jieshao {
    color: #fff;
}
@media (max-width: 1220px){
.picture-5-list{width: 100%;margin-right: 0;}
.picture-5-list a .imgbox {
    width: 180px;
	height: 146px;
}
.picture-5-list a .imgbox .imgs span {
    padding-top: 140px;
}
.picture-5-list a .textbox{
	height: 146px;
	width: calc(100% - 180px);
}
.picture-5-list a .textbox .biaoti {
    font-size: 14px;
}
.picture-5-list a .textbox .jieshao {
    height: 48px;
}
}
@media screen and (max-width: 767px){
.main-pad-3{padding-bottom: 15px;overflow: hidden;}
.picture-5-list{ width: 49%;margin: 0 0.5% 1%;}
.picture-5-list a .imgbox {width: 100%;height: auto;}
.picture-5-list a .imgbox .imgs span {padding-top: 70%;}
.picture-5-list a .textbox {width: 100%;height: auto;}
}
/*新闻资讯结束*/
/*营销网络开始*/
.pt4 {
    position: relative;
    overflow: hidden;
    min-height: 480px;
}
.pt4 img.bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -240px;
    max-width: none;
}
.pt4 img.bg.active {
    animation: img_room 6s linear 1;
    -webkit-animation: img_room 6s linear 1;
}
.wrap {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.pt4 .wrap {
    position: relative;
    z-index: 2;
    color: #fff;
}
.row {
    width: 101%;
    transition: .2s width ease;
    *zoom: 1;
	margin-right:0!important ;
	margin-left:0!important ;
}
.row>[class*="span-"] {
    float: left;
    margin-right: 1%;
    *margin-right: .89%;
}
.row>.span-6 {
    width: 49%;
}
.ff-i {
    font-family: Impact;
}
.pt4 .con .titen {
    font-size: 50px;
    margin: 70px 0 0;
	height: 80px;
    line-height: 80px;
}
.pt4 .con .tit {
    font-size: 42px;
    margin-bottom: 10px;
    line-height: 67px;
}
.pt4 .con .desc{font-size:14px;line-height:22px;}
.pt4 .info {
    padding: 40px 35px 30px;
    background: url(../images/blue_80.png) repeat;
    z-index: 2;
    margin-top: 160px;
    margin-left: 150px;
}
.pt4 .info .name {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pt4 .info .d {
    padding-left: 30px;
    position: relative;
    line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.pt4 .info .d:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 30px;
    background: url(../images/index_pt4ico.png) no-repeat;
    top: 0;
    left: 0;
}
.pt4 .info .d.addr:before {
    background-position: 0 4px;
}
.pt4 .info .d.site:before {
    background-position: -18px 4px;
}
.pt4 .info .d.phone:before {
    background-position: -36px 4px;
}
.pt4 .info .d a{
	color: #fff;
}
@keyframes img_room {  
    0% {-moz-transform:scale(1.5,1.5); -ms-transform:scale(1.5,1.5); -o-transform:scale(1.5,1.5); -webkit-transform:scale(1.5,1.5); transform:scale(1.5,1.5);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
}  
@-webkit-keyframes "img_room" {  
    0% {-moz-transform:scale(1.5,1.5); -ms-transform:scale(1.5,1.5); -o-transform:scale(1.5,1.5); -webkit-transform:scale(1.5,1.5); transform:scale(1.5,1.5);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
}
.top_footer {
    padding: 50px 0 40px;
    background: #f6f6f6;
	overflow: hidden;
}
.top_footer .wrap {
    position: relative;
	height: 86px;
}
.top_footer .phone {
    font-size: 30px;
    color: #414141;
    line-height: 1;
}
.top_footer .addr {
    font-size: 14px;
    color: #242727;
	line-height: 28px;
}
.top_footer .addren {
    font-size: 12px;
    color: #717171;
	line-height: 28px;
}
.top_footer .right_box {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -30px;
}
.top_footer .right_box .item {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
	font-size: 14px;
}
.top_footer .right_box .item:hover {
    color: #00458f;
}
.top_footer .right_box .item a{color: #555;}
.top_footer .right_box .item:hover a{
    color: #00458f;
}
.top_footer .right_box .item.qrcode img {
    position: absolute;
    bottom: 0;
    right: 100%;
	width: 96px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    -websit-transition: all 0.5s ease;
}
.top_footer .right_box .item.qrcode:hover img {
    visibility: visible;
    opacity: 1;
}
.top_footer .right_box .item i {
    display: block;
    font-size: 26px;
    text-align: center;
    position: relative;
	margin: 0 auto 8px;
}
.top_footer .right_box .item i.ewm{
	background: url(../images/ewm.png) no-repeat;
	width: 25px;
	height: 23px;
}
.top_footer .right_box .item .site_map {
    width: 30px;
    height: 30px;
    background: url(../images/map_ico.png) no-repeat;
}
.top_footer .right_box .item i.fenxiang{
	width: 24px;
	height: 24px;
	background: url(../images/fenxiang.png) no-repeat;
}
.top_footer .right_box .item:after {
    content: "";
    height: 60px;
    width: 1px;
    border-right: 1px dashed #cacaca;
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 1240px){
.wrap {
	    width: 940px;
	}
.pt4 .info {
    margin-left: 0;
}
.top_footer {
    padding: 20px 0;
}
.index .pt4 .info {
    margin-left: 0;
}
.top_footer .phone {
    font-size: 18px;
}
.top_footer .right_box {
    display: none;
}
}
@media only screen and (max-width: 992px){
.wrap{
    width: 740px;
}
}
@media only screen and (max-width: 760px){
.wrap{
	    padding-left: 2%;
	    padding-right: 2%;
	    width: auto;
}
.row>.smal-12 {
    width: 99%;
}
.pt4 .con .titen {
    font-size: 20px;
	line-height: 25px;
}
.pt4 .con .tit {
    font-size: 16px;
	line-height: 25px;
}
.pt4 .con .desc {
    font-size: 12px;
}
.pt4 .info {
    margin-top: 40px;
}
.pt4 .info .name {
    font-size: 18px;
}
.pt4 .info .d {
    font-size: 14px;
}
}
/*营销网络结束*/
#nyweb{
	width:100%;
	float:left;
	background-color:#FAFCFB;
	padding-bottom:2%;
	background-image: url(../images/nd.jpg);
	background-repeat: no-repeat;
	background-position: center 20%; background-size:100% auto;

}
#part_s{width:100%;	float:left;	background-color:#24459B;}
#web_so{ width:100%;	float:left; padding:5px 2%;}
#web_so .so {
WIDTH: 25%; OVERFLOW: hidden; float:right; color:#fff; 
}
#web_so .key{ width:70%; float:left;color:#fff; line-height:34px; height:34px; overflow:hidden; }
#web_so .key A {
	margin-RIGHT: 10px; color:#fff;
}
#search{
	width:98%;
	float:right;
	border:0px;  background-color:#fff; 
}
#search .input{
	width:70%;
	color:#999;
	padding-left:2%;
	padding-right:2%;
	height:33px;
	font-size:14px;
	float:left;
	font-family:"Microsoft YaHei", "微软雅黑", "黑体";
	border:0px;
	border-right:0px;
	outline:none;

	background-color:#fff;

}
#search .buttom{
	width:26%;
	height:35px;
	cursor:pointer;
	border:0px; font-size:14px;
	margin:0px;
	padding:0px;
	float:right; text-align:center;
	background-color:#0065A2;
	color:#fff;
	background-image: url(../images/so.png);
	background-repeat: no-repeat;
	background-position: right center; outline:none;
}
#dibua{
	width:100%;
	float:left;
	overflow:hidden;
	 padding-top:2%; padding-bottom:2%;
	background-color:#222;

}
#dibub{ width:100%; float:left;overflow:hidden;padding-top:1.5%; padding-bottom:1.5%; background-color:#24459B; border-top:#393A3E solid 1px;}
#body{margin-left:auto;margin-right:auto; min-width:320px;max-width:1300px;}
#piaofu{width:100%;height:62px;position:fixed;bottom:0px;left:0px; z-index:300;}
#main{ width:100%; padding:2%; float:left;}
#top{
	width:96%;
	float:left; padding:0px 2%; display:block; position:relative; z-index:50;
}
#top .topa{ width:100%; float:left;}
#top .tou{width:60%; float:right;}
#top .logo{ width:30%; float:left; text-align:left;}
#top .logo img{ height:85px; max-width:100%; display:block;}
#menu {Z-INDEX: 100; POSITION: relative; float:left; display:block; width:100%; text-align:left;}
#menu UL {LIST-STYLE-TYPE: none;}
#menu UL LI {
	POSITION: relative; float:left;
	 width:14.2%;
}
#menu UL LI A { 
	TEXT-ALIGN: center;
	DISPLAY: block;
	line-height:85px; font-weight:500;
	color:#111; font-size:17px; 
}
#menu UL LI A  span{ position:relative;  z-index:100;}
#menu UL LI A  span:after {
	background: #24459B; left: 0PX; bottom:-8px; width:0px; height:4px; position: absolute;border-radius:4px; z-index: -1; content: " ";transition:all 0.4s ease-in-out 0s;
}
#menu UL LI .change {
	TEXT-DECORATION: none;
	color:#24459B; }
#menu UL LI .change span:after ,#menu UL LI A:hover span:after,#menu UL LI a.sec span:after{width:100%;}
#menu UL LI A:hover {
	TEXT-DECORATION: none;
	color:#24459B
}
#menu UL LI a.sec {
	TEXT-DECORATION: none;
	color:#24459B;	

}
#menu UL LI.sq{ position:absolute; right:-8%; top:0px; height:100%; z-index:2; width:16%;
	background-image: url(../images/sy.png);
	background-repeat: no-repeat;
	background-position: right center; cursor:pointer;background-size:96% auto;
}
#menu UL LI OL {
	POSITION: absolute;
	WIDTH:100%;
	DISPLAY: none;
	COLOR: #444;
	MARGIN-LEFT: 0px;
	left:0px;
background-color:#F5F6F9;
}
#menu UL LI OL LI {
	DISPLAY: block; FLOAT: none; background-image:none; font-weight:normal; padding:0px; padding:0px; 
	margin:0px; text-align:left;WIDTH:100%;
}
#menu UL LI OL LI A { text-align:center;font-size:13px; font-weight:normal;
	WIDTH: auto;
	DISPLAY: block;
	overflow:hidden;
		COLOR: #444; padding:6px;
	LINE-HEIGHT: 22px; border-bottom:#eee solid 1px; background-image:none;
	margin:0px;
}
#menu UL LI OL LI A:hover {
	color:#fff;
	background-image:none; background-color:#24459B; border-bottom:#1389DD solid 1px;

}
.clear{ clear:both;}

#ddfb{ width:97%; float:left; padding:0px 1.5%;}
#ddfb ul{ list-style-type:none; }
#ddfb ul li{ width:18%; float:left; margin-right:2%;olor:#fff;}
#ddfb ul li.lx{ width:40%; float:right; margin-right:0px; color:#ccc; position:relative;}
#ddfb ul li.lx .nrc{ width:60%; float:left;}
#ddfb ul li.lx .emw{ position:absolute; right:0px; bottom:0px; width:28%;}
#ddfb ul li.lx .emw p{ line-height:28px;text-align:center;}
#ddfb ul li.lx .emw img{ width:100%;}
#ddfb ul li .tel{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; margin-top:5px; margin-bottom:5px;
}
#ddfb ul li a{ color:#fff;}
#ddfb ul li a:hover{ color:#24459B;}
#ddfb ul li p{ font-size:14px; line-height:1.8; color:#ccc}
#ddfb ul li p i{ width:22px; line-height:24px; margin-right:10px; text-align:center;}
#ddfb ul li dd{
	font-size:16px;
	color:#A3BBDB;
	width:100%; font-weight:bold;
	margin-bottom:15px;
	background-image: url(../images/dx.jpg);
	background-repeat: no-repeat;
	background-position: left bottom; padding-bottom:12px; text-transform:uppercase;
}

#bottom{
	width:97%;
	float:left;
	font-size: 14px; font-weight:normal; padding:0px 1.5%;

}
#bottom .copyright { text-align:center; float:left; width:100%;
	LINE-HEIGHT: 25px;
	color:#fff;

}
#bottom A{ color:#fff;}
a:hover {
	color:#24459B;
}

.hg2{ margin-top:30px;}
.hg{ margin-top:25px;}
.hg1{ margin-top:20px;}

.izl-rmenu {
	position: fixed;
	right:2%;
	bottom: 30%;
	z-index: 999;width: 80px; background-color:#24459B;border-radius:6px;  padding:10px;
}
.izl-rmenu .gb{}
.izl-rmenu .btn {
	width: 60px;
	height:60px;
	cursor: pointer;
	position: relative;  text-align:center;color:#fff; line-height:60px; border-bottom:#fff solid 1px;
}
.izl-rmenu .btn:hover{ color:#F0FAFF; border-bottom:#F0FAFF solid 1px;}
.izl-rmenu .btn i{ font-size:28px; line-height:60px;}
.izl-rmenu .btn-wx:hover {}
.izl-rmenu .btn-wx .pic { background-color:#24459B; padding:10px;border-radius:6px;
	position: absolute;
	left: -130px;
	top: -100px;
	display: none;
	width: 120px;

}
.izl-rmenu .btn-wx .pic img{ width:120px; display:block;}
.izl-rmenu .btn-phone {

}
.izl-rmenu .btn-phone:hover {

}
.izl-rmenu .btn-phone .phone { background-color:#24459B;border-radius:6px;
	position: absolute;
	width: 160px;
	left: -160px;
	top: -1px;
	line-height: 51px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq {background-color:#24459B;	border-radius:6px;
	position: absolute;
	width: 120px;
	left: -120px;
	top: -1px;
	line-height: 60px;
color:#fff;
	font-size: 16px;
	text-align: center;
	display: none;
}
.izl-rmenu .btn-qq .qq a{ color:#fff;}
.izl-rmenu .btn-top { border-bottom:0px;
	display: none;
}
.izl-rmenu .btn-top:hover {border-bottom:0px;

}
#dkgf{ width:100%; height:60px; float:left;background-color:#24459B;}
#dbdh{ width:160px; position:absolute; left:0px; bottom:62px; background-color:rgba(0,0,0,0.5);border-radius:6px; padding:10px; display:none; z-index:10000;}
#cdh{width:160px;float:left;max-height:200px; overflow-y:auto;overflow-x:hidden;  }
#cdh p{width:160px;float:left;margin:0px;line-height:32px; padding-top:0px;text-align:center;border-bottom:#6ACFFF solid 1px;}
#cdh p A{ color:#fff; display:block;line-height:32px; font-size:14px; background-color:#24459B; height:32px; font-weight:bold; overflow:hidden; padding-top:0px;}
#cdh p A i{ margin-right:12px; color:#FFCD7C; font-size:18px;}
#wp_nav{width:100%;float:left;HEIGHT:62px; background-color:rgba(19,137,221,0.8);}#wp_nav 
.footera{HEIGHT:62px}#wp_nav .footera UL{TEXT-ALIGN:left}#wp_nav 
.footera UL LI{width:19%;text-align:center;height:62px;float:left; padding-top:}#wp_nav 
.footera UL LI A{width:100%;overflow:hidden;display:block;cursor:pointer;text-align:center;line-height:30px;color:#fff; padding-top:30px; font-size:13px;}#wp_nav 
.footera UL LI.home{background-image:url(../images/home.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav 
.footera UL LI.tel{background-image:url(../images/dh.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav 
.footera UL LI.dx{background-image:url(../images/fx.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav 
.footera UL LI.fx{background-image:url(../images/dx.png);background-repeat:no-repeat;background-position:center 4px; position:relative; height:32px; padding-top:30px; cursor:pointer;}#wp_nav 
.footera UL LI.fx A{ padding:0px;}#wp_nav 
.footera UL LI.d05{background-image:url(../images/ico4.png);background-repeat:no-repeat;background-position:center 4px}#wp_nav 
.footera UL LI.kg{width:1%;height:62px;float:left;background-image:url(../images/dl_bg.jpg);background-repeat:repeat-y;background-position:center top}

#wxnr{ width:100%;position:fixed; top:10%; z-index:1000; display:none;}
#wxnr 
.nrdf{ width:50%; padding:5%; float:left; margin-left:20%; text-align:center; background-color:#fff;box-shadow: 0px 2px 6px #777;-webkit-box-shadow: 0px 2px 6px #777;-moz-box-shadow: 0px 2px 6px #777;border-radius:10px;}
#wxnr  
.imga{ width:120px;}
#wxnr  p{ font-size:14px; line-height:30px; text-align:center; }
#wxnr  p i{ font-size:16px;}
#wxnr  span{ display:inline-block; padding-left:10px; padding-right:10px; line-height:30px; background-color:#24459B; color:#fff;border-radius:4px; margin-left:12px; cursor:pointer;}
#guesta{ width:100%; float:left;  overflow:hidden; padding:2%; margin-top:4%; }
#guesta p{ margin-top:5px; margin-bottom:5px; width:100%; float:left; text-align:center; color:#fff; position:relative;}
#guesta p .checkimg{ position:absolute; right:3%; top:13%;height:34px;}
#guesta p span{ float:left; font-size:16px; font-weight:bold; line-height:36px;}
#guesta input,#guesta textarea{float:left; display:inline-block; outline:none;box-shadow:0px 1px 6px #B5C9DD;-webkit-box-shadow:0px 1px 6px #B5C9DD;-moz-box-shadow:0px 1px 6px #B5C9DD; border:#D8DEEE solid 1px; font-size:14px; outline:none;  padding:1% 4%;  width:98%;border-radius:4px;}
#guesta .input1{ height:46px; color:#666; background-color:rgba(255,255,255,0.8); }
#guesta .input1::-webkit-input-placeholder{ color:#666;}
#guesta .input2{  line-height:20px; color:#666; background-color:#fff; height:80px;}
#guesta .input2::-webkit-input-placeholder{ color:#666;}
#guesta .button2{  height:40px;  width:98%;
	color:#fff;
	border:#24459B  solid 1px;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	transition:all 0.3s ease-in-out 0s;
	background-color: #24459B;
	background-image: url(../images/bt.png);
	background-repeat: no-repeat;
	background-position: center center; margin-top:6PX;
}
#guesta .button2:hover{ background-color:#fff;color:#24459B;}
#sinngel{font-size:16px; line-height:28px; margin-top:2.5%; overflow:hidden; width:100%; float:left; color:#333;}
#sinngel  img{ max-width:96%;}
#sinngel h2{ font-size:14px; font-weight:bold; line-height:30px;color:#24459B; font-weight:bold;}
#sinngel hr{ background-color:#24459B; height:1px; overflow:hidden; border:0px; margin-top:10px; margin-bottom:10px;}
#sinngel  table{width:100%; }#sinngel  table td{word-wrap:break-word;word-break:break-all;}
#sinngel iframe{ moverflow:hidden;}
#sinngel  embed,#sinngel VIDEO{max-width:100%;overflow:hidden;}
@media only screen and (max-width: 1300px){#menu UL LI.sq{ position:absolute; right:-1.5%; top:0px; height:100%; z-index:2; width:13%;
		background-position: right center; cursor:pointer;background-size:100% auto;
}}
@media only screen and (max-width: 1000px){#web_so .key,#heada .hyc{ font-size:12px;}#bottom,#foot1 .js{font-size:14px;}#ddfb ul li dd{ font-size:14px;}#ddfb ul li p{ font-size:12px;}}
@media only screen and (max-width: 800px){#web_so .key{ width:100%; line-height:20px; height:20px;}#web_so .so{ margin-top:6px;width:100%;}#search .input{ width:76%;height:23px;}#search .buttom{ width:20%; height:25px;}#wxnr .nrdf{ width:70%; padding:5%; float:left; margin-left:10%;}#sinngel{ font-size:14px;}
#sinngel iframe,#sinngel  embed,#sinngel VIDEO{ height:280px;}#ddfb ul li.lx{ width:100%;}#ddfb ul li.lx .emw{ width:16%; bottom:0px; top:auto;}#ddfb ul li.lx .nrc{ width:75%;}}
@media only screen and (max-width: 600px){#bottom,#foot1  .js{ font-size:12px; line-height:1.5;}#foot1 .gsjj{ width:100%;}
#foot1 .lxwm{width:100%; float:left; margin-top:3%;}#foot1  img{ max-width:50%;}}
@media only screen and (max-width: 500px){#ddfb ul li.lx .emw{ width:25%;}#ddfb ul li.lx .nrc{ width:65%;}}
@media only screen and (max-width: 450px){#footer UL LI span{ font-size:22px;}#sinngel iframe,#sinngel  embed,#sinngel VIDEO{ height:220px;}#search .input{ width:70%;}#search .buttom{ width:26%; }}
