@charset "utf-8";
/* CSS Document */
.head{
    width:100%;
}
.headTop{
    width:100%;
    height:80px;
}
.logo{
    width:545px;
    float: left;
    line-height:80px;
    height:80px;
    margin-left: 20px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    width: 544px;
    height:56px;
}
.headTopRight{
    width:300px;
    float: right;
    margin-right: 10px;
}
.headTopRight_Top{
    width:100%;
    text-align: right;
    height:36px;
}
.headTopRight_Top ul li{
    display: inline-block;
    float: left;
    line-height: 36px;
    margin-right: 10px;
}
.headTopRight_Top ul li img{
    display: block;
    width: 20px;
    height: 14px;
    float: left;
    margin-top: 11px;
    margin-right: 10px;
}
.headTopRight_Top ul li p{
    display: block;
    color:#999999;
    font-size: 14px;
    line-height:36px;
    float: left;
}
.form{
    width:300px;
    height:34px;
    background: #1c5a99;
    border-radius: 4px;
}
.text{
    width:250px;
    height:30px;
    margin: 2px;
    background: #ffffff;
    border-radius: 4px;
    line-height:30px;
    color:#cccccc;
    font-size: 14px;
    text-indent:10px;
    border:none;
    float: left;
}
.text::-webkit-input-placeholder{
    color:#cccccc;
    font-size: 14px;
}
.submit{
    width:44px;
    float: left;
    height:30px;
    margin: 2px 2px 2px 0;
    background: url("../images/sea.png") no-repeat center;
    background-size: 20px 20px;
    border:none;
}
.headBottom{
    width:100%;
    margin-bottom: 10px;
}
.Nav{
    width: 1190px;
    height: 40px;
    background: #2571be;
    text-align: center;
    margin: 0 auto;
}
.navl{
    width:132px;
    height:20px;
    padding: 10px 0;
    float: left;
    line-height:20px;
    text-align: center;
    position: relative;
}
.nava{
    color:#ffffff;
    font-size: 16px;
    line-height:20px;
    display: block;
    text-align: center;
    height:20px;
}
.navl+ .navl .nava{
    border-left:1px solid #ffffff;
}
.navl:hover{
    background: #1c5a99;
}
.navuu{
    position: absolute;
    left:0;
    background: #2571be;
    width: 100%;
    top:40px;
    display: none;
    z-index: 999;
}
.navll{
    border-bottom: 1px solid #184a7c;
    line-height:39px;
    height:39px;
    text-align: center;
}
.navaa{
    display: block;
    text-align: center;
    line-height:39px;
    color:#ffffff;
    font-size: 14px;
}
.navll:hover{
    background: #1c5a99;
}
.navl:hover .navuu{
    display: block;
}
.banner{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.focus {
    width: 100%;
    height: 100%;
}
.focus img {
    width:100%;
    height:100%;
    display:block;
    margin:0 auto;
}
.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}
.focus .btn a {
    position: relative;
    display: inline;
    width:8px;
    height: 8px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #fff;
}
.focus .btn a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #c32f43;
}
.focus .fPic {
    width: 100%;
    height: 100%;
}
.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    z-index: 10;
}
.focus .fcon {
    width: 100%;
}
.focus .fcon img {
    display: block;
}
.focus .fbg {
    bottom: 10px;
    text-align: center;
    z-index: 200;
    width: 100%;
    position: absolute;
}
.focus .fbg div {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}
.focus .D1fBt a {
    position: relative;
    display: inline;
    width:30px;
    height:10px;
    margin: 0 5px;
    text-align: center;
    outline: 0;
    float: left;
    background: #b3b3b3;
}
.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #1c5a99;
}
.focus .D1fBt img {
    display: none
}
.focus .D1fBt i {
    display: none;
    font-style: normal;
}
.focus .prev,
.focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../images/focus_btn.png) no-repeat;
    display:none;
}
.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}
.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}
.Left{
    width:260px;
    float: left;
    margin-right: 15px;
}
.ProItem{
    width:100%;
    margin-bottom: 10px;
}
.Title{
    width:100%;
    height:50px;
    border-radius: 12px 12px 0 0;
    background: #1c5a99;
    line-height:50px;
    text-align: center;
    font-size: 18px;
    color:#ffffff;
    font-weight:normal;
}
.ProItem ul li{
    display: block;
    height:43px;
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    line-height:43px;
}
.ProItem ul li a{
    display: block;
    text-align: center;
    color:#333333;
    font-size: 16px;
    line-height:43px;
}
.ProItem ul li:hover a{
    color:#1c5a99;
}
.HomeCompany{
    width:100%;
    margin-bottom: 10px;
}
.HomeCompanyMenu{
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 20px;
    padding-bottom: 20px;
}
.HomeCompanyMenuInner{
    height:117px;
    line-height:117px;
}
.menuInner{
    display: inline-block;
    vertical-align: middle;
}
.HomeCompanyMenuInner p{
    color:#ffffff;
    font-size: 24px;
    line-height:30px;
    font-weight:bold;
}
.HomeCompanyMenuInner span{
    display: block;
    color:#ffffff;
    font-size: 18px;
    line-height:30px;
}
.HomeCompanyMenu h2{
    color:#ffffff;
    font-size: 14px;
    line-height:27px;
    font-weight:normal;
}
.HomeShow{
    width:100%;
    margin-bottom: 10px;
}
.HomeShowCon{
    width:100%;
    height:200px;
    background: #f5f5f5;
    border-bottom: 1px solid #d7d7d7;
}
.HomeShowCon .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.HomeShowCon .picScroll-left .hd {
    width:100%;
    position: absolute;
    top:50%;
    margin-top: -30px;
    height:60px;
    z-index:999;
}
.HomeShowCon .picScroll-left .hd .prev{
    background: url("../images/left.png") no-repeat;
    left: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}
.HomeShowCon .picScroll-left .hd .next{
    background: url("../images/right.png") no-repeat;
    right: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}

.HomeShowCon .picScroll-left .bd {
    padding: 10px;
}
.HomeShowCon .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.HomeShowCon .picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.HomeShowCon .picScroll-left .bd ul li .pic {
    text-align: center;
}
.HomeShowCon .picScroll-left .bd ul li .pic img {
    width: 240px;
    height: 180px;
    display: block;
}
.Middle{
    width:640px;
    float: left;
    margin-right: 15px;
}
.HomeHot{
    width:100%;
    margin-bottom: 10px;
}
.HomeTitle{
    width:100%;
    height: 50px;
    border-radius: 12px 12px 0 0;
    background: #1c5a99;
    line-height: 50px;
    font-size: 18px;
    color: #ffffff;
}
.HomeTitle span{
    color:#ffffff;
    font-size: 18px;
    line-height:50px;
    display: inline-block;
    float: left;
    padding-left: 10px;
}
.HomeTitle a{
    display: inline-block;
    float: right;
    color:#ffffff;
    font-size: 14px;
    line-height:50px;
    padding-right: 10px;
}
.HomeHotCon{
    padding: 10px 10px 0;
    background: #f5f5f5;
}
.HHClist{
    width:200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.HHClist:nth-child(3n){
    margin-right: 0;
}
.HHClist:hover p{
    color:#1c5a99;
}
.HHClist img{
    width:200px;
    height:150px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
.HHClist p{
    color:#333333;
    font-size: 14px;
    line-height:32px;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.HomeRecommendCon .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f5f5;
}

.HomeRecommendCon .picScroll-left .hd {
    width:100%;
    position: absolute;
    top:50%;
    margin-top: -30px;
    height:60px;
    z-index:999;
}
.HomeRecommendCon .picScroll-left .hd .prev{
    background: url("../images/left.png") no-repeat;
    left: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}
.HomeRecommendCon .picScroll-left .hd .next{
    background: url("../images/right.png") no-repeat;
    right: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}

.HomeRecommendCon .picScroll-left .bd {
    padding: 10px;
}
.HomeRecommendCon .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.HomeRecommendCon .picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    margin-right: 10px;
    text-align: center;
}
.HomeRecommendCon .picScroll-left .bd ul li .pic {
    text-align: center;
}
.HomeRecommendCon .picScroll-left .bd ul li .pic img {
    width: 200px;
    height: 150px;
    display: block;
}
.HomeRecommendCon .picScroll-left .bd ul li .title{
    line-height:31px;
    height:31px;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color:#333333;
    font-size: 14px;
}
.HomeRecommendCon .picScroll-left .bd ul li .title a{
    color:#333333;
    font-size: 14px;
}
.Right{
    width:270px;
    float: right;
}
.HomeCompanyNewCon{
    width:100%;
    margin-bottom: 10px;
}
.HomeCompanyNewCon .txtMarquee-top {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #d7d7d7;
    background: #f5f5f5;
    padding: 5px 10px 3px;
}
.HomeCompanyNewCon .txtMarquee-top .infoList li {
    height: 33px;
    line-height: 33px;
    color:#333333;
    font-size: 14px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.HomeCompanyNewCon .txtMarquee-top .infoList li a{
    height: 33px;
    line-height: 33px;
    color:#333333;
    font-size: 14px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
}
.HomeCompanyNewCon .txtMarquee-top .infoList li+ li{
    border-top:1px dashed #e0e0e0;
}
.HomeContact{
    width:100%;
    margin-bottom: 10px;
}
.HomeSolution{
    width:100%;
    margin-bottom: 10px;
}
.HomeRecommend{
    width:100%;
    margin-bottom: 10px;
}
.foot{
    width:100%;
}
.footNav{
    width:100%;
    height: 50px;
    background: #1c5a99;
    text-align: center;
    margin-bottom: 10px;
}
.footNav ul li{
    display: inline-block;
    padding: 0 22px;
    height:12px;
    line-height:12px;
    margin:19px 0;
}
.footNav ul li a{
    display: block;
    text-align: center;
    color:#ffffff;
    font-size: 14px;
    line-height:12px;
}
.footNav ul li+ li{
    border-left:1px solid #ffffff;
}

.Link .picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.Link .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.Link .picMarquee-left .bd ul li {
    margin-right:9px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.Link .picMarquee-left .bd ul li .pic {
    text-align: center;
}

.Link .picMarquee-left .bd ul li .pic img {
    width: 90px;
    height: 30px;
    display: block;
    border: 1px solid #e0e0e0;
}
.CopyRight{
    width:100%;
}
.CopyRight p{
    text-align: center;
    color:#333333;
    font-size: 14px;
    line-height:50px;
}
.OtherLeft{
    width:270px;
    float: left;
}
.OtherLeftNew{
    width:100%;
}
.OtherLeftNewCon{
    padding: 10px 15px 0;
    background: #f5f5f5;
}
.OLNlist{
    width:240px;
}
.OLNlist img{
    width:240px;
    height:180px;
    display: block;
    margin: 0 auto;
}
.OLNlist p{
    color:#333333;
    font-size: 14px;
    line-height:37px;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.OtherRight{
    width:920px;
    float: right;
    margin-bottom: 10px;
}
.Produce{
    padding: 20px 25px;
    background: #f5f5f5;
}
.ProduceInner{
    width:100%;
}
.prolist{
    width:280px;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.prolist:nth-child(3n){
    margin-right: 0;
}
.prolist img{
    width:280px;
    height:210px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}
.prolist p{
    color:#333333;
    font-size: 14px;
    line-height:33px;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.fen{
	clear:both;
    text-align: center;
}
#pages a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #5a85b2;
    border: 1px solid #5a85b2;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}
.ProItem ul .click a{
    color:#1c5a99
}
.company{
	color:#333333;
    font-size: 14px;
    line-height:24px;
    padding: 10px 10px 20px;
    background: #f5f5f5;
}
.company p{
    color:#333333;
    font-size: 14px;
    line-height:24px;
    text-indent:28px;
}
.company img{
	max-width:100% !important; height:auto !important;
    display: block;
    margin: 0 auto;
}
.Solution{
    padding: 10px 10px 29px;
    background: #f5f5f5;
}
.Solulist{
    width:100%;
    height:43px;
    overflow: hidden;
    line-height:43px;
}
.Solulist+ .Solulist{
    border-top: 1px dashed #e0e0e0;
}
.Solulist span{
    display: block;
    width: 750px;
    float: left;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color:#333333;
    font-size: 14px;
    line-height:43px;
}
.Solulist p{
    width:100px;
    float: right;
    text-align: right;
    color:#333333;
    font-size: 14px;
    line-height:43px;
}
.SolutionDetail{
	color:#333333;
    font-size: 14px;
    line-height:24px;
    width:100%;
}
.SolutionDetail h2{
    color:#333333;
    font-size: 18px;
    line-height:24px;
    white-space:nowrap;
    overflow: hidden;
    text-align: center;
    font-weight:normal;
}
.SolutionDetail h3{
    color:#999999;
    font-size: 14px;
    line-height:24px;
    white-space:nowrap;
    overflow: hidden;
    text-align: center;
    font-weight:normal;
    padding-bottom:10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
}
.SolutionDetail img{ max-width:100% !important; height:auto !important;    display: block;margin: 0 auto;}
.SolutionDetail p{
    color:#333333;
    font-size: 14px;
    line-height:24px;
    text-indent:28px;
}
.Enclosure{
    display: block;
    color:#333333;
    font-size: 14px;
    line-height:24px;
    padding: 34px 0;
}
.Enclosure a{
    color: #1c5a99;
    text-decoration: underline;
}
.shang{
    width:100%;
}
.shang p{
    color:#333333;
    font-size: 14px;
    line-height:24px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.shang p a{
    color:#333333;
}
.Show{
    padding: 20px;
    background: #f5f5f5;
}
.ShowInner{
    width:100%;
}
.showlist{
    width:280px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.showlist:nth-child(3n){
    margin-right: 0 ;
}
.showlist img{
    width:280px;
    height:210px;
    display: block;
    margin: 0 auto;
}
.showlist p{
    color:#333333;
    font-size: 14px;
    line-height:32px;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}
.Contact{
    padding: 20px 10px 30px;
    background: #f5f5f5;
}
.map{
    width:900px;
    height:400px;
    overflow: hidden;
    margin: 0 auto 20px;
}
.map img{
    display: block;
    width: 100%;
    height:100%;
    overflow: hidden;
}
.weChat{
    width:100%;
}
.weChatLeft{
	color:#333333;
    font-size: 16px;
    line-height:30px;
    width:480px;
    float: left;
    padding-left: 20px;
}
.weChatLeft p{
    color:#333333;
    font-size: 16px;
    line-height:30px;
}
.weChatRight{
    width:350px;
    float: right;
}
.weImg{
    width:150px;
    float: left;
    margin-right: 20px;
}
.weImg img{
    width: 150px;
    height:150px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px #c6c6c6;
}
.weImg p{
    color:#333333;
    font-size: 14px;
    line-height:34px;
    text-align: center;
    white-space:nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.Route{
    width:100%;
	color:#333333;
   
}
.Route1{
    color:#333333;
    font-size: 14px;
    line-height:24px;
}
.Route h2{
    color:#1c5a99;
    font-size: 18px;
    line-height:38px;
    border-bottom: 1px solid #1c5a99;
    margin-bottom: 20px;
    padding-left: 10px;
}
.Route p{
    color:#333333;
    font-size: 14px;
    line-height:24px;
    text-indent:28px;
}
.Message{
    padding: 30px 90px 0;
    min-height:518px;
    background: #f5f5f5;
}
.Messagelist{
    width:100%;
    margin-bottom: 10px;
}
.Messagelist span{
    color:#333333;
    font-size: 14px;
    line-height:40px;
    width: 93px;
    float: left;
    display: block;
}
.Messagelist span font{
    color:#ff0000;
}
.name{
    width:645px;
    height:38px;
    border:1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 4px;
    color:#333333;
    font-size: 14px;
    line-height:38px;
}
.area{
    width:645px;
    height:90px;
    border:1px solid #e1e1e1;
    background: #ffffff;
    border-radius: 4px;
    color:#333333;
    font-size: 14px;
    line-height:38px;
    resize: none;
}
.sub{
    width:198px;
    height:38px;
    border:1px solid #e1e1e1;
    background: #1c5a99;
    font-size: 14px;
    line-height:38px;
    color:#ffffff;
    text-align: center;
    margin-left: 93px;
}
.ProDetail{
    padding: 20px;
    background: #f5f5f5;
}
.ProDetailTop{
    width:100%;
}
.ProDetailTopLeft{
    width:400px;
    height:300px;
    overflow: hidden;
    float: left;
}
.ProDetailTopLeft .picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ProDetailTopLeft .picScroll-left .hd {
    width:100%;
    position: absolute;
    top:50%;
    margin-top: -30px;
    height:60px;
    z-index:999;
}
.ProDetailTopLeft .picScroll-left .hd .prev{
    background: url("../images/left.png") no-repeat;
    left: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}
.ProDetailTopLeft .picScroll-left .hd .next{
    background: url("../images/right.png") no-repeat;
    right: 0;
    width: 30px;
    height:60px;
    position: absolute;
    top:50%;
    margin-top:-30px;
    z-index:999;
    cursor: pointer;
}
.ProDetailTopLeft .picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.ProDetailTopLeft .picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.ProDetailTopLeft .picScroll-left .bd ul li .pic {
    text-align: center;
}
.ProDetailTopLeft .picScroll-left .bd ul li .pic img {
    width: 400px;
    height: 300px;
    display: block;
}
.ProDetailTopRight{
    width:470px;
    float: right;
}
.ProDetailTopRight h2{
    color:#333333;
    font-size: 20px;
    line-height:28px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height:60px;
    border-bottom: 1px solid #e0e0e0;
    padding-left: 12px;
    margin-bottom: 20px;
}
.ProDetailTopRightp{
    color:#333333;
    font-size: 14px;
    line-height:24px;
    height:192px;
    overflow: hidden;
    padding-left: 12px;
}
.ProDetailBottom{
    width: 100%;
}
.ProDetailBottom p{
    text-indent: 0;
}