@charset "utf-8";
/* CSS Document */ 

body,html{margin:0;padding:0;font-size: 1rem;font-family: '微软雅黑';  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; }
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt50{ margin-top:50px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.w1200{width: 1200px;margin: 0 auto;}
.h60{height: 60px;}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}


/*导航 */ 
.header{
    height: 110px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    z-index: 1111;
    top: 0;
}
.logo{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 880px;
    height: 175px;
    background: url(../images/logo_bg.png) right top;
    padding-top: 28px;
    padding-left: 60px;
}
.h_con{
    width: 80%;
    height: 110px;
    margin: 0 auto;
}
.nav li{
    float: left;
    width: 110px;
    line-height: 110px;
    text-align: center;
}
.nav li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.nav li:hover{
    background: #0055b7
}
.nav li a::after{
    content: '';
    display: block;
    width: 65px;
    height: 20px;
    background:url(../images/icon.png) center no-repeat;
    position: absolute;
    left: 50%;
    bottom: 13px;
    margin-left: -32px;
    display: none;
}
.nav li.active a::after{
    display: block;
}
@media screen and (max-width:1600px) {
    .header{
       background: rgba(0, 99, 215, .8);
    }

    .logo{
        background: none;
        width: 550px;
        padding-top: 0;
        top: 5px;
    }
    .hot ul li{
        height: 195px;
    }
    .hot_pro img{
        width: 200px;
    }
    .hot ul li:nth-child(4) .hot_pro img{
        width: 150px !important;
    }
    .logo img{
        width: 430px;
    }
}
@media screen and (max-width:1800px){
    .h_con{
        float: right;
    }
    .pro_go>ul>li .cover i::after{
        display: none !important;
    }
}

/*banner*/
.flexslider {
	margin: 0 auto 0;
	position: relative;
	width: 100%;
	height: 900px;
	overflow: hidden;
	zoom: 1;
	border: 0
}
.flexslider .slides li {
	width: 100%;
	height: 100%;
	border:0;
	list-style-type: none
}
.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.flex-control-nav li {;
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	
	display: block;
	height: 9px;
	width: 9px;
	border-radius: 50px;
	text-indent: -99em;
	cursor: pointer;
}
.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
	background-position: 0 0;
}
.flexslider .slides a img {
	width: 100%;
	height: 900px;
	border:0;
}

/*分类*/
.index_bj {
    height: 420px;
    background: url(../images/flbj.jpg) center no-repeat;
}
.flbt {
    text-align: center;
    padding-top: 45px;
    width: 450px;
    margin: 0 auto;
}
.flbt a{
    font-size: 42px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.flbt a::after{
    content: '';
    display: block;
    width: 55px;
    height: 40px;
    background: url(../images/tba.png) center no-repeat;
    position: absolute;
    right: -63px;
    top: 0;
}
.flbt p {
    font-size: 15px;
    color: #101010;
    line-height: 30px;
}
.flbt a:hover {
    color: #2369de;
}
.classify {
    width: 93%;
    margin:0 auto;
    margin-top: 20px;
    height: 270px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
}
.classify ul li {
    float: left;
    text-align: center;
    margin-bottom: 20px;
    width: 220px;
    position: relative;
}
.classify ul li .protu {
    display: block;
    position: relative;
    height: 220px;
    background: url(../images/yuan.png) center center no-repeat;
}
.pro_list_go{
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.pro_list ul{
    position: relative;
    overflow: hidden;
}

.classify ul li img {
    width: 80%;
    height: 80%;
    border-radius: 100px;
    display: block;
    /* margin: 0 auto; */
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    left: 0;
    /* margin: auto; */
    bottom: 0;
    margin: auto;
}
.classify ul li p {
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 10px;
}
.classify ul li p a {
    color: #1f1f1f;
}
.classify ul li:hover .protu{
    background: url(../images/yuana.png) center no-repeat;
}
.classify ul li:hover img {
    cursor:pointer;
-webkit-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
-ms-transition: all ease-in-out .3s;
transition: all ease-in-out .3s;
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    transform:rotate(360deg)
}
.classify ul li:hover p a {
    color: #e50000;
}

/*产品*/
.probj{
	width: 100%;
	height: auto;
	background: url(../images/probj.jpg) center 45px no-repeat;
}
.probt{
	text-align: center;
	padding-top: 20px;
}

.probt .bta{
	width: 400px;
    margin: 0 auto;
}
.probt .bta img{
	float: left;
}
.probt .bta a{
    color: #000;
    font-size: 40px;
    font-weight: bold;
    padding-top: 5px;
    display: block;
    float: right;
    position: relative;
}

.probt .bta a:hover{
	color: #e60000
}
.probt .btb{
	color: #464646;
	font-size: 16px;
	line-height: 30px
}

/*分类*/
.cpnav{
    width: 1350px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
    height: 275px;
}
.cpnav ul{
	position: relative;
}
.cpnav ul li{
    float: left;
    text-align: center;
    margin-left: 9px;
    margin-right: 8px;
    margin-bottom: 30px;
}
.cpnav ul li a{}
.cpnav ul li img{}

.cpnav ul li p{
    width: 150px;
    height: 40px;
    background: #e60000;
    margin:0 auto;
    margin-top: 15px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 50px;
}

.cpnav ul li:hover img{
	cursor:pointer; -webkit-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;transition: all ease-in-out .3s;-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)
}
.cpnav ul li:hover p{
	background: #2569da
}
/*pro*/
.pro_litpic {
    width: 90%;
    margin: 30px auto;
    height: 710px;
    overflow: hidden;
    position: relative;
}
.pro_go>ul{
    overflow: hidden;
}
.pro_go>ul>li {
    width: 24.6%;
    margin: 5px 0.2%;
    float: left;
    overflow: hidden;
    position: relative;
    height: 310px;
}
.pro_go>ul>li>a {
    display: block;
    height: 310px;
    overflow: hidden;
    
}
.pro_go>ul>li:hover .cover{
    opacity: 1;
}
.pro_go>ul>li .cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 105, 222, .7);
    opacity: 0;
    transition: all 0.6s;
    text-align: center;
    padding-top: 110px
}
.pro_go>ul>li .cover em{
    color: #fff;
    font-size: 23px;
}
.pro_go>ul>li .cover i{
    display: block;
    color: #fff;
    font-size: 30px;
    font-family: "Arial";
    font-style: normal;
    position: relative;  
    margin-top: 10px; 
}
.pro_go>ul>li .cover i::after{
     content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/tel.png) left center no-repeat;  
    position: absolute;
    left:65px;
    top: 8px;
}
  

.pro_go>ul>li:hover span{
    display: none;
}
.cover img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -146px;
    margin-top: -78px;
}
.pro_go>ul>li>a>img {
    width: 100%;
    height: auto;
    min-height: 310px;
    transition: all 0.5s;
}
.pro_go>ul>li span {
    display: block;
    width: 256px;
    height: 101px;
    background: url(../images/pbtbj.png) left center no-repeat;
    position: absolute;
    z-index: 999;
    bottom: 0;
    color: #fff;
    padding-left: 20px;
    line-height: 100px;
}
.pro_go>ul>li:hover a>img{
    transform: scale(1.1);
}

.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
width: 100%;
height: 310px;
}

/*优势*/
.advbj{
   width: 100%;
   height: 930px;
   background: url(../images/advbj.jpg) center no-repeat;
   margin-top: 60px;
   position: relative;
}
.advbt{
    text-align: center;
    padding-top: 30px;
}
.youshi{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    margin-top: 170px;
}
.ysimg{
    position: absolute;
    left: 145px;
}
.ysimg img{
    animation: ball .6s infinite alternate;
}
.ysa{
    width: 420px;
    height: 160px;
    position: relative; 
}
.ysa p{
    float: left;
    background: url(../images/ysa.png) center no-repeat;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    display: block;
    width: 251px;
    height: 72px;
    padding:30px 20px;
    margin-top: 20px;
}
.ysa span{
    float: right;
    width: 140px;
    height: 110px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 17px;
    box-shadow: 0 5px 15px #cbcbcb;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-top: 30px;
}
.ysb{
    width: 420px;
    height: 160px;
    position: relative; 
}
.ysb p{
    float: right;
    background: url(../images/ysa.png) center no-repeat;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    display: block;
    width: 251px;
    height: 72px;
    padding:30px 20px;
    margin-top: 20px;
    text-align: right;
}
.ysb span{
    float: left;
    width: 140px;
    height: 110px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    left: 105px;
    box-shadow: 0 5px 15px #cbcbcb;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-top: 30px;

}
.ysc{
    width: 300px;
    height: 160px;
    position: relative;
    margin-top: 80px; 
}
.ysc p{
    background: url(../images/ysa.png) center no-repeat;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    display: block;
    width: 251px;
    height: 72px;
    padding:30px 20px;
    margin-top: 150px;
}
.ysc span{
    width: 140px;
    height: 110px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    box-shadow: 0 5px 15px #cbcbcb;
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-top: 30px;
    margin-left: 85px;
}


/*简介*/
.abbj{
    width: 100%;
    height: 550px;
    background: url(../images/abbj.jpg) center bottom no-repeat;
    margin-top: 20px;
}

.com_con{
    width: 670px;
    height: 440px;
    margin-top: 7px;
}

.scroll_img{
    float: left;
    width: 670px;
    position: relative;
    left: 20px;
    height: 440px;
    overflow: hidden;
    border-radius: 50px;
    top: 35px;
}
.scroll_img img{
    width: 100%;
    min-height: 410px;
    height: auto;
    position: absolute;
    top:0;
    left: 0;
    transform: scale(1.2);
}
.scroll_img p{
    width: 100%;
    height: 95px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 95px;
    color: #adabab;
    font-size: 25px;

}
.scroll_img p b{
    font-size: 26px;
    color: #fff;
}
.scroll_img p em{
    color: #fff;
    font-size: 28px;
    font-family: "Arial";
}
.scroll_img:hover p{
    background: rgba(0, 92, 183, .8);
}

.about{
    width: 630px;
}
.abcon p{
    font-size: 17px;
    line-height: 32px;
    display: block;
    margin-top: 15px;
}
.abys{
    margin-top: 29px;

}
.abys ul li{
    float: left;
    width: 300px;
    border-right: 1px #005bdc solid;
    height: 110px;
    padding-top: 30px;
}
.abys ul li:nth-child(2){
    border-right: none;
    margin-left: 28px;
}
.abys ul li img{
    float: left;
}
.abys ul li p{
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 15px;
}
.abys ul li p span{
    font-size: 30px;
    display: block;
}
/*广告*/
.ggbj{
    width: 100%;
    height: 280px;
    background: url(../images/ggbj.jpg) center top no-repeat;
    margin-top: -1px;
}
.ggewm {
    margin-left: 35px;
    padding-top: 40px;
}
.ggewm ul li{
    float: left;
    margin-right: 40px;
    color: #fff;
    font-size: 18px;
}
.ggewm ul li em{
    font-size: 16px;
}
.ggewm ul li:nth-child(3){
    margin-top: 45px;
}
.ggfr img{
    padding-top: 40px
}
.ggfr p{
    color: #fff;
    text-align: right;
    line-height: 50px;
    font-size: 18px;
}
.ggfr span{
    font-family: "Arial";
    font-size: 39px;
    color: #fff;
    background: url(../images/tela.png) left center no-repeat;
    padding-left: 60px;
    margin-left: 210px;
}

/*新闻*/
.newbj{
    width: 100%;
    height: 570px;
    background:url(../images/xwbj.jpg) center top no-repeat;

}
.news_l{
    float: left;
    width: 530px;
    height: 400px;
    position: relative;
    margin-top: 35px;
}

.news_l img{
    width: 100%;
    height: auto;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
}
.news_l .nbt{
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(39, 142, 247, .75);
    z-index: 999
}
.news_l .nbt p{
    margin-left: 15px;
    width: 320px;
    float: left;
    color: #fff;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    margin-top: 10px;
}
.news_l .nbt p span{
    display: block;
    font-size: 18px;
}
.news_l .nbt  a{
    display: block;
    width: 95px;
    height: 30px;
    background: #e81b09;
    border-radius: 50px;
    float: right;
    margin-right: 20px;
    margin-top: 25px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}
.news_l .nbt  a:hover{
    background: #2369de
}
.news_r{
    float: right;
    width: 790px;
    height: 400px;
    margin-top: 35px;
}
.news_r ul li{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_r ul li .news_day,.news_des{
    float: left;
}
.news_r ul li .news_day{
    width: 190px;
    height: 120px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
.news_r ul li .news_day img{
    width: 190px;
    height: 120px;
}

.news_des{
    width: 450px;
    position: relative;
    height: 120px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 20px 0;
}
.news_des i{
    color: #d2d2d2;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
}
.news_des span{
    font-size: 18px;
    color: #222;
    display: block;
    margin-bottom: 20px;
}

.news_des p{
    font-size: 15px;
    color: #8b8b8b;
    line-height: 23px;
}

.news_r ul li:hover span{
    color: #2369de;
    padding-left: 13px;
    transition: all 0.6s;
}


/*底部*/
.footbj{width: 100%;height: 350px;background:url(../images/foot.png) center no-repeat;}
.fofl{
    padding-top: 190px;
    color: #fff
}
.fofl ul li{
    float: left;
   margin-right: 55px;

}
.fofl ul li p{
    font-size: 16px;
    color: #fff;
}
.fofl ul li em{
    color: #c5c5c5;
    font-size: 14px;
    line-height: 30px;
}
.dblogo{
    margin-top: 150px;
}
.copy{
    color: #b3b3b3;
    font-size: 14px;
    margin-top: 86px;
}
.copy a{
    color: #b3b3b3;
}
.dbfr{
    width: 510px;
    margin-top: 100px;
}


/*内页左侧分类*/
.box_left{width: 260px;}
.conboya{width: 260px;height: auto;background: #7f1d74;text-align: center;padding-bottom: 20px;}
.conboya h2{color: #fff;font-size: 18px;font-weight: bold;line-height: 35px;padding-top: 10px;}
.conboya p{display: block;border-bottom: 1px #9e2891 solid;line-height: 30px;padding-bottom: 10px;color: #fff;}
.conboya a{display: block;width: 230px;height: 40px;margin: 0 auto;background: #fff;margin-top: 15px;line-height: 40px;color: #333;}  
.conboya a:hover{background: #d47143;color: #fff;}
.sideBottom{width: 260px;height: auto;background: #d47143 url(../images/zcdh.png) center 40px no-repeat;margin-top: 15px;padding-bottom: 40px;text-align: center;}
.sideBottom span{color: #fff;padding-top: 100px;display: block;}
.sideBottom p{color: #fff;font-size: 30px;font-family: "Impact"}
.sideBottom a{display: block;width: 150px;height: 35px;background: #fff;margin: 0 auto;border-radius: 25px;line-height: 35px;color: #333;margin-top: 20px;}
.sideBottom a:hover{background: #f39801;color: #fff;}
/**/

/*当前导航*/
.breadcrumbs {
    height:70px;
    font-size:14px;
    line-height:70px;
    color:#000;
    background: #ececec;
}

.breadcrumbs .dqdhMain {
    float:right;
}
.breadcrumbs .dqdhMain a {
    font-size: 14px;
    color: #000;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#000;
}
.breadcrumbs .dqdhMain .span2 {
    color:#000;
    font-size: 14px;
    display:inline-block;
    padding:0 5px;
}

.breadcrumbs .span11 {
    color:#000;
    padding:0 10px 0 30px;
    background:url(../images/dizhi.png) left center no-repeat;
}
.breadcrumbs .dqdh_class {
    margin-top:15px;
    float:left;
}
.breadcrumbs .dqdh_class li {
    float:left;
    padding:0 15px 0 0px;
}
.breadcrumbs .dqdh_class li a {
    display:block;
    padding:0 50px;
    height:40px;
    line-height:40px;
    background-color:#fff;
    color:#000;
    font-size:15px;
    position:relative;
}
.breadcrumbs .dqdh_class li a::before, .breadcrumbs .dqdh_class li a::after {
content:'';
display:block;
position:absolute;
top:50%;
margin-top:-6px;
height:12px;
width:1px;
border-left:1px solid #b3b3b3;
border-right:1px solid #b3b3b3;
}
.breadcrumbs .dqdh_class li a::before {
left:20px;
}
.breadcrumbs .dqdh_class li a::after {
right:20px;
}

/*左侧分类*/

.left_class {
    width:270px;
    background:#fff;
    height: auto;
    padding-bottom: 30px;
    border: 1px #e3e3e3 solid;
}
.left_class .classT {
    background:#0165f5;
    position: relative;
    z-index: 10;
    height: 110px;
    text-align: center;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#0165f5 url(../images/jta.png) 195px center no-repeat;
    line-height:45px;
    text-align: left;
    border-radius: 50px;
    margin-top: 12px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:inline-block;
    padding-left:30px;
    display: block;
}
.left_class .subNav:hover {
    background: #e71807  url(../images/jta.png) 195px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    margin-top: 10px;
    display: none;

}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ececec dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #000;
    padding-left: 32px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 240px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 17px;
}
.left_class .lxwm span{
    height: 50px;
    background: #2369de;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
}
.left_class .lxwm ul li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #e3e3e3 solid;
    color: #333;
    font-size: 15px;
}
.list_prol_tit{
    text-align: center;
    line-height: 60px;
    font-size:20px;
    font-weight: 800;
    color:#fff;
    background: #0243a9;
    margin-bottom: 10px;  
}
.hotimg dl dt{
    width: 220px;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px #e6e6e6 solid;
    background: #fff;
    padding: 5px;
}
.hotimg dl dd{
    text-align: center;
    line-height: 35px;
}
.hotimg dl dd a{
    color: #333;
}
.hotimg dl dt:hover{
    border: 1px #0165f5 solid;
}
.hotimg dl dd a:hover{
    color: #00aa83;
    font-weight: bold;
}



/*Â·Ã–Ã'Â³*/

.page_nav {
    padding:15px 15px;
    color:#999;
    font-size:14px;
    text-align:center;
    background-color:#fff;
}
.page_nav .nolink {
    display:inline-block;
    margin:0 5px;
    padding:0 5px;
    height:25px;
    line-height:25px;
    border:1px solid #fff;
}
.page_nav font, .page_nav a {
    display:inline-block;
    margin:0 5px;
    padding:0 10px;
    border:1px solid #e5e5e5;
    height:25px;
    line-height:25px;
    border-radius:5px;
}
.page_nav font {
    border:1px solid #fff;
}
.page_nav a:hover {
    color:#fff;
    border:1px solid #54a530;
    background-color:#54a530
}
.viewpage {
    margin:0;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:30px;
    background: #f1f1f1;
    border-radius: 50px;
    margin: 20px;
    padding: 8px 20px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}
/*分页*/

.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#cc0000;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#cc0000;
    color:#fff;
    border:1px solid #cc0000;
}
.nyyc {
    width: 280px;
    height: auto;
    margin-right: 20px;
    margin-top: 30px;
}
.fenlei span {
    color: #333;
    font-size: 24px;
    font-family: "黑体"
}
.fenlei ul {
    margin-top: 20px;
}
.fenlei ul li {
    height: 38px;
    line-height: 38px;
    background: #e7e7e7;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 15px;
    width: 250px;
}
.fenlei ul li a {
    color: #333;
    display: block;
}
.fenlei ul li:hover {
    background:#ffa900;
    cursor: pointer;
}
.fenlei ul li:hover a {
    color: #fff;
}
.nylx {
    width: 245px;
    height: auto;
    background: #f2f2f2;
    padding-bottom: 30px;
    margin-top: 20px;
    padding: 20px 15px 20px 15px;
    margin-bottom: 50px;
}
.nylx span {
    color: #333;
    font-size: 24px;
    font-family: "黑体"
}
.nylx p {
    color: #838383;
    font-size: 14px;
    line-height: 26px;
}
.main {
    width: 1300px;
    margin: 0 auto;
    border: 1px #e9e9e9 solid;
    margin-top: 40px;
    margin-bottom: 110px;
}
.main .main_right {
    width:100%;
    margin-bottom:50px;
}
.main .main_righta {
    width:1025px;
    margin-bottom:50px;
}
.main .main_rightc {
    width:1000px;
    margin-bottom:50px;
}
.l_img {
    width:490px;
    height:450px;
    background-color:#fff;
    text-align:center;
    display:table;
    border: 1px #e3e3e3 solid;
}
.l_img span {
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.r_box{
    width: 480px;
    height: 190px;
    background: #2369de;
}



.text {
    line-height:35px;
    font-size:15px;
    color:#666;
    padding:30px;
}
.text span {
    font-size:15px;
    color:#666;
}
.text img {
    /*max-width:100%;*/
    margin-bottom: 20px;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .tT01 .span1 {
    font-size:24px;
    color:#444;
}
.main .subtitle {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #8F8F8F;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.main .subtitle span {
    padding:0 30px;
}
.stime {
    background: url(../images/shijiana.png) left center no-repeat;
}
.sclick {
    background: url(../images/liulana.png) left center no-repeat;
}


.main .tT01a {
    line-height:45px;
    height: 45px;
    border-bottom: 1px #4787f3 solid;
    padding-top: 25px;
    padding-bottom: 10px;
}
.main .tT01a .span1 {
    font-size:28px;
    color:#fff;
    padding-left: 30px;
}
.main .subtitlea {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-left: 30px;
}
.main .subtitlea span {
    padding:0 30px;
}
.stimea {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclicka {
    background: url(../images/liulan.png) left center no-repeat;
}
.r_tel{
    width: 480px;
    height: 80px;
    background: #e30c01;
    margin-top: 20px;
    line-height: 80px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.r_tel b{
    font-weight: normal;
    font-size: 38px;
    font-family: "Arial";
}
.show_pro_b{
    width: 350px;
    height: 50px;
    background: #ececec;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 26px;
}
.proxq{
    border: 1px #e3e3e3 solid
}
.main .main_left {
    width:182px;
}
.main .main_left .titleL {
    height:80px;
    background:url(../images/bt_vt57.jpg) top right no-repeat;
    text-align:center;
    overflow:auto;
}
.main .main_left .titleL span {
    font-size:24px;
    color:#fff;
    font-weight:700;
    display:block;
    width:100%;
    height:80px;
    line-height:80px;
}
.main .main_left .titleL2 {
    display: block;
    width:100%;
    margin-top:10px;
    overflow:hidden;
}
.main .main_left .titleL2 img {
    display:block;
    width:100%;
}
.main .navLeft {
}
.main .navLeft li a {
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    ;
    color:#305dc3;
    text-align:left;
    border-bottom:1px solid #305dc3;
    font-size:14px;
    position:relative;
}
.main .navLeft li a span {
    position:relative;
    z-index:5;
    padding-left:15px
}
.main .navLeft li a em {
    display:block;
    width:0;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    height:100%;
    background-color:#305dc3;
    -moz-transition: all 0.5s;
    -webkit-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.main .navLeft li a:hover, .main .navLeft li.active a {
    color:#fff;
}
.main .navLeft li a:hover em, .main .navLeft li.active a em {
    width:100%;
}
.product_top {
    padding: 10px;
}
.product_top .l_img {
    width:650px;
    height:455px;
    background-color:#f2f2f2;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size:cover !important;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:510px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:15px;
    color:#717171;
    line-height:30px;
}
.product_top .desc span {
    font-size:20px;
    font-weight:bold;
    color:#e40000;
}
.product_top .desc span b {
    font-size:30px;
}
.maina .main_righta {
    background: #fff;
    padding-bottom: 50px;
}
.h30 {
    height: 30px;
}
.newsTitle {
    height: 63px;
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
}
.newsTitle a {
    float: left;
    padding: 0 35px;
    cursor: pointer;
    margin-top: 2px;
}
.newsTitle .active {
    color: #3dc3e8;
    border-bottom: 2px solid #3dc3e8;
    position: relative;
    top: 1px;
    line-height: 58px;
}

.lybt {
    text-align:center;
    margin-top:40px;
}
.lybt span {
    font-size: 43px;
    line-height: 45px;
    text-transform: uppercase;
    color:#5a5a5a;
}
.lybt h3 {
    display:block;
    font-size:20px;
    line-height:45px;
    color:#5a5a5a;
}
.liuyan {
    margin-top:30px;
    text-align:center;
}
.liuyan span {
    font-size:20px;
    color: rgb(215, 12, 25);
}
.liuyan a {
    font-size:16px;
    color: #CCCCCC;
}
.liuyan p {
    font-size:16px;
    color: #666666;
    line-height:30px;
}

#faqbox {
    padding:50px 0 50px 280px;
}
#faqbox form {
}
#faqbox .faqline {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
    color:#999;
    font-size:13px;
}
#faqbox .faqtit {
    width:150px;
    display:block;
    float:left;
    clear:both;
    text-align:right;
    color:#555;
}
#faqbox .Content {
    line-height:2em;
    text-align:left;
    padding-bottom:10px;
}
#faqbox font {
    margin:0 5px;
}
#faqbox .FaqTitle {
    height:50px;
    line-height:50px;
    padding:0 10px;
    border:1px solid #ddd;
    width:435px;
    vertical-align:top;
}
#faqbox .Content textarea {
    height:100px;
}
.wizfrm {
    border:none;
    width:455px;
    height:50px;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
    cursor:pointer;
    background:#fff;
    margin-top:20px;
    font-family:'Microsoft YaHei';
    -moz-transition: all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
    border-radius:5px;
    background-color:#e51105;
}
.wizfrm:hover {
    background-color:#2369de;
}
/**/


.mainBox {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
}
.main .proListal {
    width:100%;
}
.main .proListal {
    width:100%;
}
.main .proListal li {
    width:329px;
    float:left;
    margin:0 0 15px 10px;
}
.main .proListal li .boxal {
    width:329px;
    height:270px;
    display:block;
    cursor:pointer;
    position:relative;
}
.main .proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:329px;
    height:270px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.main .proListal li .spanal {
    display: block;
    height:40px;
    line-height:40px;
    width:310px;
    margin:auto;
    text-align:center;
    color:#000;
    font-size:15px;
}
.main .proListal li:hover .spanal {
    color:#0165f5;
    font-weight:bold;
    font-size:16px;
}
.main .proListal li .avatarb {
    position: relative;
}
.main .proListal li .avatarb {
    display: block;
    height: 270px;
    overflow: hidden;
    width:329px;
    border: 1px #f1f1f1 solid;
}
.main .proListal li .avatarb .spanImgal {
    height: 270px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.main .proListal li .boxal .aBB {
    display:none;
    width:100%;
    height:100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    left: 0;
    top: 0;
}
.main .proListal li .boxal .aBB em {
    display:block;
    width:100%;
    height:100%;
    background:url(../images/chakan1.png) center center no-repeat;
}
.main .proListal li .boxal:hover .aBB {
    display:block;
}




/**/

.main .news_list {
}
.main .news_list li {
    border: 1px #e9e9e9 solid;
    background: url(../images/ico2.png) 20px center no-repeat;
    margin-bottom: 20px;
}
.main .news_list li .lMore {
    width: 160px;
    height: 210px;
    background: #e3e3e3;
    text-align: center;

}
.main .news_list li .lMore .one {
    color: #333;
    display: block;
    font-size: 33px;
    padding-top: 70px;
    font-weight: bold;
    font-family: "Arial"
}
.main .news_list li .lMore .two {
    color: #555;
    font-size: 17px;
    font-family: "Arial"
}
.main .news_list li .title {
    width: 780px;
    margin-right: 30px;
    margin-top: 35px;
}
.main .news_list li .title a {
    font-size: 17px;
    color: #333;
    line-height: 35px;
}
.main .news_list li .title p {
    color: #999;
    font-size: 14px;
    line-height: 26px;
}
.main .news_list li:hover .lMore {
    background: #2369de;
}

.main .news_list li:hover .title a {
    padding-left: 13px;
    color: #2369de
}
.main .news_list li .xwnyimg {
    width: 260px;
    height: 160px;
    overflow: hidden;
    margin: 25px;
}
.main .news_list li:hover .xwnyimg img {
    transition: all 1.2s;
    transform: scale(1.2, 1.2);
}
.BMap_Marker {
    display:none !important;
}
.BMap_Marker.BMap_noprint {
    background: url(../images/dt.png) center center no-repeat !important;
    display:block !important;
}
.box_left {
    float: left;
    width:260px;
}
.box_left .mode1 {
    width: 225px;
    margin-bottom: 20px;
}
.box_left .mode1 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode1 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode1 ul {
    overflow: hidden;
    padding-left: 0;
    margin-top: 24px;
}
.box_left .mode1 ul li {
    line-height: 40px;
    text-indent: 2em;
    margin: 10px 0;
}
.box_left .mode1 ul li a {
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
}
.box_left .mode1 ul li:hover, .box_left .mode1 ul li .hover {
    background: #FF2D00;
    color: #ffba00;
}
.box_left .mode1 ul li a:hover {
    color: #fff;
}
.box_left .mode2 {
    width: 225px;
    overflow: hidden;
    margin-top: 50px;
}
.box_left .mode2 .z_title {
    font-size: 24px;
    display: block;
    color: #FF2D00;
    margin-left: 10px;
}
.box_left .mode2 .english {
    font-size: 24px;
    color: #d9d9d9;
    letter-spacing: 5px;
    height: 60px;
    margin-left: 10px;
}
.box_left .mode2 ul {
    margin: 0 0;
    padding: 10px 0 10px 0;
}
.box_left .mode2 ul li {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px dashed #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    margin-right: 10px;
    margin-left: 10px;
}
.box_left .mode2 ul li:hover a {
    color:#ffba00;
}
.box_left .mode2 ul li:hover {
    border-bottom: 1px dashed #ffba00;
}
.box_left .mode3 {
    margin: 50px 0;
}
.box_left .mode3 span {
    background: url(../images/left_con.png) no-repeat 0 0;
    display: block;
    ;
    height: 83px;
    line-height: 83px;
    font-size: 16px;
    text-indent: 1.5em;
    color:#FF2D00;
    font-weight: bold;
}
.box_left .mode3 .left_contact {
    line-height: 26px;
    background:#373737;
    color: #fff;
    padding:10px 15px;
    background-size: 100%
}
