.checkbox{width:100%;height:100px; margin:100px auto; text-align:center}
.checkbox a{ display:inline-block;width:100px; height:40px; border:solid 1px #f00; color:#f00; text-align:center; line-height:40px; text-decoration:none}

.joinform{ padding: 105px 0 110px; }
.jform{ float: left; width: 632px; height: 100%; overflow: hidden; background-color: #f6f7f7; }
.jform h2{ margin: 62px 040px; font-size: 32px; text-align: center; }
.jform form{ width: 426px; margin: 0 auto; color: #757575; }
.jform form div{ margin-bottom: 13px; height: 56px; background-color: #fff; }
.jform form div input{ padding-left: 22px; width: 100%; height: 56px; font-size: 14px; box-sizing: border-box; background-color: transparent; }

.jform form div.sbtn input.f3{ width: 100px; }
.yzm{ margin-top: 3px; margin-right: 3px; height: 50px; font-size: 0; line-height: 0; }
.jform form div.textp{ line-height: 56px; text-align: center; background-color: transparent; }
.jform form input.apply{ padding-left: 0; font-size: 20px; color: #fff; background-color: #e12138; cursor: pointer; }

.qywh{border-bottom:1px #CCCCCC dashed; margin-bottom:30px;}
/*弹框视频*/
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container {
    position: relative;
    width:740px;
    margin:250px auto;
    height:490px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible .cd-popup-container {-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);}

/*弹框样式2*/
.cd-popup1 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup1.is-visible1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container1 {
    position: relative;
     width:740px;
    margin:250px auto;
    height:590px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible1 .cd-popup-container1 {
	-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
/*弹框样式3*/
.cd-popup2 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup2.is-visible2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container2 {
    position: relative;
    width:740px;
    margin:150px auto;
    height:490px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px;}
.is-visible2 .cd-popup-container2 {
	-webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  }
  
  /*弹框样式3*/
.cd-popup3{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index:9999;
}
.cd-popup3.is-visible3 {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup-container3 {
    position: relative;
     width:740px;
    margin:100px auto;
    height:490px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform:scale(0.8);
  -moz-transform:scale(0.8);
  -ms-transform:scale(0.8);
  -o-transform:scale(0.8);
  transform:scale(0.8);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-close{ position: absolute;right:10px;top:10px; z-index: 10;width:auto;height:1.25rem; display: block;font-size:14px; color:#FF0000;}
.is-visible3 .cd-popup-container3 {
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  }

/* 新闻选项卡样式css */
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}


button {
    outline: 0;
}
#nycd { width:1300px; }
#nycd ul { list-style: none; margin: 0px; padding: 0px; }
#nycd ul li { float:left; width:11%; }
#nycd ul li a { display:block; width:100%; width:100%;  height:65px;text-align:center; border-radius:5px; font-size:17px; line-height:65px; }
#nycd ul li a:hover {width:100%;  background-color:#000; height:65px; color:#ffffff; font-size:17px;  }

#nycd>ul>li.lihover a{ background: #000; color: #fff;}
#nycd>ul>li>ul{position: absolute; left: 0; top: 65px;}
#nycd>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycd>ul>li>ul>li:hover a{background: #000!important; color: #fff!important;}
#nycd>ul>li>ul>li a{ background: #000!important; color: #000!important; border-radius: 5px; line-height: 65px;}
#nycd>ul>li>ul>li.lihover a {background: #000!important; color: #fff!important;}

#nycdaa { width:1230px;  }
#nycdaa ul { list-style: none; margin: 0px auto; padding: 0px; }
#nycdaa ul li { float:left; text-align:center;margin-right:80px; }
#nycdaa ul li a { display:block; width:100%;   height:65px;text-align:center;   font-size:17px; line-height:65px; }
#nycdaa ul li a:hover {width:100%; border-bottom:4px #3fb269 solid; height:65px; color:#000000; font-size:17px;  }
#nycdaa>ul>li.lihover a{ border-bottom:4px #3fb269 solid; color:#000000;}
#nycdaa>ul>li>ul{position: absolute; left: 0; top: 65px;}
#nycdaa>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycdaa>ul>li>ul>li:hover a{background: #000!important; color: #fff!important;}
#nycdaa>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 5px; line-height: 65px;}
#nycdaa>ul>li>ul>li.lihover a {background: #000!important; color: #fff!important;}

#nycda { width:610px;  }
#nycda ul { list-style: none; margin: 0px auto; padding: 0px; }
#nycda ul li { float:left; text-align:center;margin-right:80px; }
#nycda ul li a { display:block; width:100%;   height:65px;text-align:center;   font-size:17px; line-height:65px; }
#nycda ul li a:hover {width:100%; border-bottom:4px #3fb269 solid; height:65px; color:#000000; font-size:17px;  }
#nycda>ul>li.lihover a{ border-bottom:4px #3fb269 solid; color:#000000;}
#nycda>ul>li>ul{position: absolute; left: 0; top: 65px;}
#nycda>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycda>ul>li>ul>li:hover a{background: #000!important; color: #fff!important;}
#nycda>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 5px; line-height: 65px;}
#nycda>ul>li>ul>li.lihover a {background: #000!important; color: #fff!important;}

#nycdxw { width:1087px;  }
#nycdxw ul { list-style: none; margin: 0px auto; padding: 0px; }
#nycdxw ul li { float:left; text-align:center;margin-right:80px; }
#nycdxw ul li a { display:block; width:100%;   height:65px;text-align:center;   font-size:17px; line-height:65px; }
#nycdxw ul li a:hover {width:100%; border-bottom:4px #3fb269 solid; height:65px; color:#000000; font-size:17px;  }
#nycdxw>ul>li.lihover a{ border-bottom:4px #3fb269 solid; color:#000000;}
#nycdxw>ul>li>ul{position: absolute; left: 0; top: 65px;}
#nycdxw>ul>li>ul>li{display: table-cell; text-align: center; width: inherit;}
#nycdxw>ul>li>ul>li:hover a{background: #000!important; color: #fff!important;}
#nycdxw>ul>li>ul>li a{ background: #f3f3f3!important; color: #000!important; border-radius: 5px; line-height: 65px;}
#nycdxw>ul>li>ul>li.lihover a {background: #000!important; color: #fff!important;}


button,input,optgroup,select,textarea {
    margin: 0; background-color:#1dc679; border:0px; color:#FFFFFF; height:36px; width:120px; padding-left:15px;
    font: inherit;

    outline: none;
}

li {
    list-style: none;
}


.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
.information-box {
    background: url(../images/section-bg.jpg) no-repeat center;
    padding: 0px 0 58px;
    color: #fff;
    background-size: 100% 100%;
}

.information-con {
    width: 1300px;
    margin: 0 auto;
}

.information-head {
    width: 1050px;
}

.information-head h2 {
    font-weight: normal;
    line-height: 1;
    text-align: center;
    padding-top: 60px;
    font-size: 30px;
}

.information-head p {
    line-height: 1;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 40px;
    font-size: 14px;
    margin-top: 20px;
}

.information-main {
    background: #fff;
}

.information-main-fl {
    width: 524px;
    overflow: hidden;
    float: left;
    height: 374px;
    position: relative;
}

.information-main-fr {
    width: 750px;
    overflow: hidden;
    float: right;
    height: 374px;
}

/*.prev {
    display: block;
    position: absolute;
    z-index: 1;
    top: 45%;
    margin-top: -30px;
    left: 10%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/icon-arrow.png) -126px -137px no-repeat;
    cursor: pointer;
}

.next {
    display: block;
    position: absolute;
    left: auto;
    right: 10%;
    top: 45%;
    margin-top: -30px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/icon-arrow.png) -6px -137px no-repeat;
    cursor: pointer;
}
*/
.information-main-back {
    background: #000;
    filter: Alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    z-index: 1;
    height: 60px;
    bottom: 0;
    width: 523px;
}

.information-main-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 523px;
    line-height: 60px;
    padding: 0 16px;
    display: block;
    z-index: 2;
    text-align: left;
    margin-top: -20px;
    font-size: 18px;
    color: #fff;
}

.main-btn {
    padding: 10px 17px;
    margin-top: 11px;
    border: 1px solid #7d7d7d;
    line-height: 1;
    color: #fff;
    border: 1px solid #ddd;
    float: right;
    font-size: 16px;
}

.information-main-fl .bd ul li {
    position: relative;
}

.information-main-fr .hd ul {
    font-size: 16px;
}

.information-main-fr .hd ul li {
    float: left;
    cursor: pointer;
    list-style: none;
    height: 60px;
    line-height: 60px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-top: 0;
    width: 240px;
    border-left: 0;
}

.information-main-fr .hd ul .on {
    color: #065ca8;
    border-top: 4px solid #065ca8;
    height: 57px;
    border-bottom: 0;
    line-height: 52px;
}

.information-main-fr .bd ul {
    color: #333;
    padding: 0 24px 0 32px;
}

.information-main-fr .bd ul li {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 50px;
    text-align: left;
    list-style-type: disc;
}

.information-main-fr .bd ul li span {
    float: right; color:#999999;
}

.information-main-fr .bd ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 350px;
    float: left;
}

.information-main-fr .bd ul li a:hover {
    color: #ff5e00;
}

.information-more {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
    font-size: 14px;
}

.information-more a {
    cursor: pointer;
    color: #f7a302;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
}

.information-more a:hover {
    color: #ff5e00;
}




#wrap{
	width: 1300px;


}
#wrap ul li .a1{ background-color:#FFFFFF; border:1px #dedede solid;
	width: 320px; text-align:center;
height: 277px; display:table-cell;
}
#wrap ul li .a1 img{

	height: 250px;
}
#wrap ul li{
	width: 320px;
	height: 277px;
	list-style: none;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 5px;
} 
#wrap ul li .a1 .divA{
	position: absolute;
	bottom:1px;
	left:4px;
	width: 312px;
	height: 46px;
	padding: 10px 0px;
	background: #fafafa;
}
#wrap ul li .a1 .divA>.p1{
	width: 320px;
	height: 25px;
	font-size: 14px;
    line-height: 25px;
    color: #666;
}
#wrap ul li .a1 .divA>.p2{
	width: 320px;
	height: 21px;
    font-size: 14px;
    color: #b4b4b4;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#wrap ul li .a1 .divA>.p3{
	position: absolute;
	right: 0;
	bottom: 12px;
	width: 108px;
	height: 28px;
	color: #f60;
}
#wrap ul li .a1 .divA>.p3>span{
	font-size: 24px;
	font-weight:800;
}
/*遮罩*/
#wrap ul li .a2{
	position: absolute;
	top: 0;
	left:-320PX;
	width: 320px;
	height: 277px;
	text-align: center;
	color: white;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s;  
} 
#wrap ul li .a2 .p4{
	width: 320px;
	text-align: center;
	position: absolute;
	top: 34px;
	left: -320px;
	color: #ffe605;
	font-size: 24px;
    font-weight: bold;
    transition: all 0.2s 0.1s ease-out ;  
}
#wrap ul li .a2 .p5{
	width: 320px;
	text-align: center;
	line-height:20px ;
	position: absolute;
	top: 65px;
	left: -320px;
	margin: 30px  0 10px;
	font-size: 14px;
    color: white;
    transition: all 0.2s 0.2s ease-out ;  
}
#wrap ul li .a2 .p6{
	position: absolute;
	top: 140px;
	left: 175px;
	transform: scale(1.4);
	transition: all 0.3s 0.2s ;
}
#wrap ul li .a2 .p6 span{
	font-family: Arial;
    font-size: 36px;
    font-weight:200;
    color: white;
}
#wrap ul li .a2 .p7{
	position: absolute;
	bottom:-50px;
	left: 72px;
	width: 160px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	margin: 10px auto;
	border: 1px solid;
	transition: all 0.2s 0.5s ;
}
    
/*选项卡*/
ul,li{ list-style:none;}
.tab{ width:100%; margin:0 auto;}
.tab-hd {  overflow:hidden; zoom:1; width:767px; margin-bottom:20px;}
.tab-hd li{ float:left; width:245px; height:63px; line-height:60px; font-size:16px; background-color:#065ca8;  color:#fff; margin-right:10px;text-align:center; cursor:pointer;border-top-right-radius:5px;border-top-left-radius:5px;}
.tab-hd li.active{ background-color:#3fb268; font-size:16px;  color:#fff;}
.tab-bd li{display:none; border-top:0 none; line-height:40px; font-size:15px;}
.tab-bd li.thisclass{ display:list-item;}


/*收缩菜单*/
.menu_list{width:100%;}
.menu_head{width:100%;height:50px;line-height:50px;font-size:14px;color:#525252;cursor:pointer;position:relative;background:#FAFAFA url(../images/pro_left.png) center right no-repeat;margin:0;border-bottom:1px solid #EEEEEE;}
.menu_list .current{background:#FAFAFA url() center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px;backguound:#fff;}
.menu_body a{display:block;width:100%;height:38px;line-height:38px;padding-left:14px;color:#777777;background:#fff;text-decoration:none;border-bottom:1px solid #EEEEEE;}
.menu_body a:hover{text-decoration:none; color:#e70000; }
body,td,th  {color:#666666;font-size:13px; margin:0; line-height:28px; font-family:"微软雅黑"; }
.body {color: #666666;font-size:13px; margin:0; background-image:url(../images/bj.jpg); background-repeat:no-repeat; background-position:center; background-color:#FFFFFF; background-position:top; text-align:center;}
.block {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
   
    position: relative;}
IMG.s{ transition:1s; }
IMG.s:hover{ transform:scale(1.1);}
.boder{ border:1px #F5D8C4 solid;}
.img{ border:0;}
.clear{ clear:both;}
#headindex{ width:1000px; margin:0 auto; height:470px;}
#head{ width:1000px; margin:0 auto; height:346px;}
#logo{ float:left; }
#nav{ width:808px; height:36px; float:right;}
#navl{ float:left; width:22px;}
#navr{ float:right; width:15px;}
/*#menu { width:1100px; height:50px; background:url(../pic/white.7.png); border-radius:5px; margin:0 auto; }
#current{ background-color:#13A32E;  height:44px;}
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:left; }
#menu ul li a { display:block; width:133px; height:50px; float:left; line-height:50px; text-align:center;color:#000000;   font-size:14px; }
#menu ul li a:hover { width:133px; height:50px; background-color:#ffffff; color:#000000;text-decoration:none; font-size:14px; }*/
#menu {   }
#menu ul { list-style: none; margin: 0px; padding: 0px; }
#menu ul li { float:left; }
#menu ul li a { display:block; width:132px; height:45px;border-right:1px #e5e5e5 solid; text-align:center; font-size:16px; line-height:45px;}
#menu ul li a:hover {width:132px; height:45px; background-color:#065ca8; color:#fff;text-decoration:none; font-size:16px;}
#menu ul li ul { border-bottom:2px #065ca8 solid; width:162px; display:none; position:absolute; background-color:#065ca8;}
#menu ul li ul li { float:left;  margin:0; }
#menu ul li ul li a { background:none; font-size:14px; color:#FFFFFF; width:162px;  height:50px; border-bottom:1px #1a64a6 solid; border-right:none;  line-height:50px; position:relative; }
#menu ul li ul li a .ico { position:absolute; right:0;  }
#menu ul li ul li a:hover { color:#065ca8; background-color:#fff; font-size:14px;height:50px; width:162px;  line-height:50px;}
#menu ul li:hover ul { display:block; }
#menu ul li.sfhover ul { display:block; z-index:999;}


/*#menu ul li ul { border-bottom:3px #0186D1 solid;  display:none; position:absolute; background-color:#FFFFFF;}
/#menu ul li ul li { float:none; width:170px; margin:0; margin-TOP:1px;}
#menu ul li ul li a { background:none; color:#000000; font-size:14px; width:170px; height:40px; border-bottom:1px #E6E6E6 solid; border-right:none;  line-height:35px; position:relative; }
#menu ul li ul li a .ico { position:absolute; right:0;  }
#menu ul li ul li a:hover { color:#0186D1; font-size:14px;height:40px; width:170px;  line-height:40px;}
#menu ul li:hover ul { display:block; }
#menu ul li.sfhover ul { display:block; z-index:999;}*/
#menun { width:1400px; }
#menun ul { list-style: none; margin: 0px; padding: 0px; }
#menun ul li { float:left; }
#menun ul li a { display:block; width:232px; color:#ff0000; border-right:1px #F2F2F2 solid; height:66px;text-align:center;  font-size:16px; line-height:66px;}
#menun ul li a:hover {width:232px; height:66px; background-color:#ff0000; color:#fff; font-size:16px;}


#db { width:930px; height:40px; }
#db ul { list-style: none; margin: 0px; padding: 0px; }
#db ul li { float:left; }
#db ul li a { display:block; width:185px; height:40px; line-height:40px;text-align:center; color:#F9E899; border-right:1px #623F26 solid; font-size:16px; }
#db ul li a:hover {width:185px; height:48px; color:#e70000;  text-decoration:none; font-size:16px;}

#productlist { width:560px; height:45px; }
#productlist ul { list-style: none; margin: 0px; padding: 0px; }
#productlist ul li { float:left; }
#productlist ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-bottom:10px; margin-right:10px; color:#6C3600; border:1px #E0E0E0 solid; font-size:16px; }
#productlist ul li a:hover {width:98px; height:39px; background-color:#6C3600; color:#FFFFFF;  text-decoration:none; font-size:16px;}

.gd{background-color:#065ca8; color:#fff;    width:263px; line-height:50px; height:50px;}
.gd:hover{ background-color:#3fb269;color:#fff; width:263px; line-height:50px; height:50px;}

.gd1:hover{background-color:#ff0000;border-radius:30px; color:#fff;    width:263px; line-height:46px; height:46px;}
.gd1{ background-color:#fff; border:1px #ff0000 solid; color:#ff0000;  border-radius:30px;  width:263px; line-height:46px; height:46px;}

.more{color:#ffffff;  border:1px #ffffff solid;  width:163px; line-height:36px; height:36px;}
.more:hover{ background-color:#ffffff; color:#003399; border:0px; width:163px; line-height:36px; height:36px;}

.gdd:hover{background-color:#055ba7;border-radius:30px; color:#ffffff; border:0; font-size:18px; font-weight:bold; width:263px; line-height:46px; height:46px;}
.gdd{  border-radius:30px; font-size:18px; border:1px #FFFFFF solid; color:#ffffff;  width:263px; line-height:46px; height:46px;}
#zcdh { width:220px; height:45px; }
#zcdh ul { list-style: none; margin: 0px; padding: 0px; }
#zcdh ul li { float:left; }
#zcdh ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-bottom:10px; margin-right:10px; color:#144D6B; border:1px #F1F1F1 solid; font-size:16px; }
#zcdh ul li a:hover {width:98px; height:39px; background-image:url(../img/btx.jpg); background-position:center; color:#FFFFFF;  text-decoration:none; font-size:16px;}


#productlistt { width:800px; height:45px; }
#productlistt ul { list-style: none; margin: 0px; padding: 0px; }
#productlistt ul li { float:left; }
#productlistt ul li a { display:block; width:98px; height:39px; line-height:39px;text-align:center; margin-right:10px; margin-bottom:10px; color:#ffffff; background-color:#824500;font-size:16px; }
#productlistt ul li a:hover {width:98px; height:39px; background-color:#603000;color:#FFFFFF;  text-decoration:none; font-size:16px;}

.ls{ color:#ffffff; font-size:14px; line-height:20px;}
.ysx{ color:#004BAC; font-size:16px; height:40px; font-weight:bold; line-height:40px;}
.content{ width:980px; overflow:hidden; padding:10px; margin:0 auto; }
.product{ width:354px; height:200px; float:left; }
.news{ width:291px; height:200px;float:left; margin-left:35px; }
.contact{ width:270px;height:200px;margin-left:15px; float:right;}
.title{ width:98%; color:#e70000;font-size:15px; padding-left:6px;  float:left;}
.title span{ margin-left:100px; font-size:14px;}

.fontjss {font-size:25px;line-height:30px;word-spacing: normal; }
.btl{ font-size:38px; line-height:38px; font-family:Impact; font-weight:bold; color:#065ca8;}
.btr{ float:right; background-image:url(../images/ny_06.jpg); background-repeat:no-repeat; width:17px; height:36px;}
.bt{background-color:#EFF7FF; padding-left:15px; border-left:5px #FF4B18 solid; height:35px; line-height:35px; margin-bottom:10px;}

.foot{ height:128px; background-image:url(../pic/zy_30.jpg); background-repeat:repeat-x; color:#666666; }


a:link {font-size: 16px;color: #666666;text-decoration: none;}
a:visited {font-size: 16px;color: #666666;text-decoration: none;}
a:active {font-size: 16px;color: #FF2000;text-decoration: none;}
a:hover {font-size: 16px;color: #FF2000;text-decoration: NONE;}

a.hs:link {font-size: 14px; color: #fff;text-decoration: none;}
a.hs:visited {font-size: 14px;color: #fff;text-decoration: none;}
a.hs:active {font-size: 14px; color:#FFFF00;text-decoration: none;}
a.hs:hover {font-size: 14px;color:#FFFF00;text-decoration: none;}
a.h:link {font-size: 16px;color: #666666;text-decoration: none;}
a.h:visited {font-size: 16px;color: #666666;text-decoration: none;}
a.h:active {font-size: 16px;color:#e70000;text-decoration: none;}
a.h:hover {font-size: 16px;color:#e70000;text-decoration: none;}
a.d:link {font-size: 15px; color:#FFFF00;text-decoration: none;}
a.d:visited {font-size: 15px;color: #FFFF00;text-decoration: none;}
a.d:active {font-size: 15px;color:#ffffff;text-decoration: none;}
a.d:hover {font-size: 15px;color:#ffffff;text-decoration: none;}

a.dd:link {font-size: 15px; color:#1aa457; font-weight:bold;text-decoration: none;}
a.dd:visited {font-size: 15px;color: #1aa457;font-weight:bold;text-decoration: none;}
a.dd:active {font-size: 15px;color:#FF0000;font-weight:bold; text-decoration: none;}
a.dd:hover {font-size: 15px;color:#FF0000;font-weight:bold;text-decoration: none;}

a.a:link {font-size: 17px;text-decoration: none;}
a.a:visited {font-size: 17px; text-decoration: none;}
a.a:active {font-size: 17px; color:#FF0000;text-decoration: none;}
a.a:hover {font-size: 17px;color:#FF0000;text-decoration: underline;}
.dh {font-size:23px;color: #ffffff;line-height: 25px;font-weight:bold;word-spacing: normal;}
.dhh {font-size:16px;color:line-height:35px;  word-spacing: normal;}
.fontwhile {font-size: 14px;color: #FFFFFF;line-height: 25px;word-spacing: normal;}

.red{ color:#FF0000;}
.fonths {font-size:30px; font-weight:bold; line-height: 40px; color:#333; }
.fonthss {font-size:28px;color: #ffffff; font-weight:bold;line-height: 40px; }
.fontbs {font-size: 14px;color:#666666;padding-left:20px;line-height: 25px; word-spacing: normal;}
.fontlls{ color:#009A44; font-weight:bold; font-size:50px; line-height:50px;}
.fontls{ color:#999999;font-size:15px;line-height:40px;word-spacing: normal; padding-left:15px;}
.fontlss{ color:#fff;font-size:15px;line-height:40px;word-spacing: normal; }
.fontlsx{ font-size:21px; color:#333333; line-height:35px; text-transform:uppercase;}
.fontbt{ font-size:32px; line-height:40px; color:#000;font-weight:bold;word-spacing: normal;}
.ent{ font-size:26px; line-height:30px; text-transform:uppercase;font-family:Arial, Helvetica, sans-serif; }
.fontqzs{  font-size:16px; line-height:35px;}
.fontjs {font-size:25px;color: #ffffff;line-height:30px;word-spacing: normal; }
.fontjjs {font-size:50px;color: #ffffff;line-height:50px;word-spacing: normal; font-weight:bold;}

.ys{ font-size:20px; padding-bottom:10px; border-bottom:1px #B7B7B7 dotted;}


/*------ 图片左右滚动 ---------*/
/* hot picture */
.hotPic{margin:0 0 0 40px;}
.hotPic .JQ-slide{position:relative;width:1300px;height:412px;margin:0 0 15px 0;padding:10px 35px;}
.hotPic .JQ-slide .wrap{width:1300px;height:408px;overflow:hidden;position:relative;}
.hotPic .JQ-slide-content{position:absolute;}/*必须要的元素*/
.hotPic .imgList li{width:303px; height:402px;margin:0 15px; background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
    margin-bottom: 25px;
   
    position: relative;}
.hotPic .imgList img{width:290px;height:230px;}
.hotPic .imgList .txt{height:30px;line-height:30px;}
.hotPic .JQ-slide-nav a{display:block;z-index:99;width:48px;height:48px;overflow:hidden;text-indent:-999em;text-decoration:none;position:absolute;top:170px;background:url(../images/arrow_pic.png) no-repeat;}
.hotPic .JQ-slide-nav a.prev{left:-20px;background-position:0 0;}
.hotPic .JQ-slide-nav a.prev:hover{background-position:-100px 0;}
.hotPic .JQ-slide-nav a.next{right:-20px;background-position:-50px 0;}
.hotPic .JQ-slide-nav a.next:hover{background-position:-150px 0;}
/* imgList */
.imgList{float:none;overflow:hidden;zoom:1}
.imgList li{float:left;display:inline;overflow:hidden; height:296px; margin-bottom:20px;}
.imgList li a{display:block;}
.imgList li .img{padding:5px;}
.imgList li a.img:hover{border-color:#f20934;}
.imgList li .txt{text-align:center;overflow:hidden;}

#left{ width:100%;border-bottom:none;}
#left ul{ list-style:none;margin: 0px; padding: 0px; }
#carent{ background-color:#000; color:#FFFFFF; font-size:16px; height:40px; line-height:40px;  }
#left ul li a { display:block;  height:50px; line-height:50px; padding-left:10px; border-bottom:1px #daecf4 dashed;  font-size:14px; }
#left ul li a span { display:block;  height:40px; background-image:url(../pic/jtt.gif);  background-repeat:no-repeat; float:left; line-height:40px; padding-left:30px; color:#666666; font-size:14px; }
#left ul li a:hover { height:50px; color:#e70000; background-color:#ebebeb; font-size:14px;}

#leftt{ border-bottom:none;}
#leftt ul{ list-style:none;margin: 0px; padding: 0px; }
#leftt ul li{    margin-right:10px;  }
#leftt ul li a { display:block; width:200px; float:left; padding-left:15px; height:35px; color:#666;  text-align:left; line-height:35px; font-size:14px; }
#leftt ul li a:hover { height:35px; width:200px;color:#fff;  font-size:14px;}




#lefttt{ border-bottom:none;}
#lefttt ul{ list-style:none;margin: 0px; padding: 0px; }
#lefttt ul li{  float:left;  margin-right:10px;  }
#lefttt ul li a { display:block; padding:0px 30px; height:30px;  text-align:center;float:left; line-height:30px; font-size:14px; }
#lefttt ul li a:hover { height:30px; padding:0px 30px;color:#fff; background-color:#00bc80; font-size:14px;}

#gy{ width:1200px;border-bottom:none;}
#gy ul{ list-style:none; }
#gy ul li{ float:left; }
#gy ul li a { display:block;  line-height:55px; margin-left:30px; background-color:#666666; background-repeat:no-repeat; width:162px; height:55px;color:#57200D; font-size:14px; }
#gy ul li a:hover { height:55px; color:#e70000; background-color:#FFFFFF;  font-size:14px;}

#foot{   border-bottom:none;}
#foot ul{ list-style:none;margin: 0px; padding: 0px; }
#foot ul li a { display:block;  height:26px; line-height:26px; padding-left:20px;color:#999999; font-size:14px; }
#foot ul li a:hover { height:26px; color:#e70000;  font-size:14px;}

/* 优势 */
.ystitle{color:#FFFF00; font-size:18px;}
.yscon{color:#FFFFFF; float:left; line-height:28px;}
#end { }
#end ul { list-style: none;  }
#end ul li { font-size:14px;float:left;}
#end ul li a { display:block;  height:55px; padding-left:5px;  color:#FFFFFF; padding:0px 25px; margin-right:10px; float:left;line-height:55px; }
#end ul li a:hover {  height:55px; background-color:#fff;  color:#065ca8;  }

#endd { }
#endd ul { list-style: none;  }
#endd ul li { font-size:14px;float:left; }
#endd ul li a { display:block;  height:55px; padding:0px 70px; line-height:55px;color:#FFFFFF;  border-right:1px #1a80b4 solid;}
#endd ul li a:hover {  height:55px;  background-color:#00af1d; color:#FFFFFF;  }

#ys { width:1200px;  margin:0 auto; overflow:auto; }
#ys ul { list-style: none; margin: 0px; padding: 0px;  }
#ys ul li { float:left; }
#ys ul li a { display:block;  width:340px; padding:16px 16px;   text-align:center;color:#A6A6A6;   font-size:14px; }
#ys ul li a:hover { width:340px; border:3px solid #3A3D43; text-align:center; color:#ffffff; font-size:14px; }




/* fullSlide */
*{margin:0;padding:0;list-style:none;}
.fullSlide{width:100%;position:relative;height:680px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:680px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:680px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:30px;left:0;height:30px;line-height:30px; }
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;border-radius:30px;width:80px;height:10px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;z-index:99999; }
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:999;top:50%;margin-top:-30px;left:0%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none; z-index:99999; }
.fullSlide .next{left:auto;right:0%;background-position:-6px -137px;z-index:99999;}





.blk_l { width:1100px; padding-top:10px;	PADDING-RIGHT: 0px;  PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; OVERFLOW: hidden; ZOOM: 1; POSITION: relative; }
.blk_l .LeftBotton {	 FLOAT: left; TOP: 10px; }
.blk_l .RightBotton { padding-left:15px;}
.blk_l .Cont {	MARGIN: 0px auto; OVERFLOW: hidden;  }
.blk_l .box {	FLOAT: left; WIDTH: 254px; TEXT-ALIGN: center; margin:0 10px; }
.blk_l .box IMG {	 DISPLAY: block;  BACKGROUND: #fff; }
.blk_l .box A:hover IMG {  padding:0px;	}
.blk_l .box P {	 WIDTH: 260px; LINE-HEIGHT: 15px}
.rollphotos { margin:auto; WIDTH: 1100px}
.partC {	 OVERFLOW: auto; WIDTH: 1100px}
.partC .PC_left {	OVERFLOW: auto; WIDTH: 470px}
.partC .PC_right {	OVERFLOW: auto; WIDTH: 470px}
.partC .PC_left {	FLOAT: left}
.partC .PC_right {	FLOAT: right}
.PT_mix {	BORDER-RIGHT: #a2d1ff 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #a2d1ff 0px solid; PADDING-LEFT: 0px; BACKGROUND: #f3fbfe; PADDING-BOTTOM: 10px; OVERFLOW: auto; BORDER-LEFT: #a2d1ff 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #a2d1ff 1px solid}
.PhoTxt {	MARGIN-TOP: 10px; DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; OVERFLOW: auto; WIDTH: 220px}
.PhoTxt IMG {	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 3px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 3px; BACKGROUND: #fff; FLOAT: left; PADDING-BOTTOM: 3px; BORDER-LEFT: #ccc 1px solid; MARGIN-RIGHT: 5px; PADDING-TOP: 3px; BORDER-BOTTOM: #ccc 1px solid}
.PhoTxt H1 {	FONT-WEIGHT: bold; FONT-SIZE: 12px; LINE-HEIGHT: 23px}
.PhoTxt P {	COLOR: #545454; LINE-HEIGHT: 20px}



/*焦点图*/
.focus{position:relative;width:490px;height:542px;background-color:#000;}  
.focus img{height:352px;width:490px;} 
.focus .shadow .title{width:260px;height:45px;padding-left:30px;padding-top:10px;}
.focus .shadow .title a{text-decoration:none;color:#fff;font-size:14px;font-weight:bolder;overflow:hidden;}
.focus .btn{position:absolute;bottom:34px;left:510px;overflow:hidden;zoom:1;} 
.focus .btn a{position:relative;display:inline;width:14px;height:14px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}  
.focus .btn a:hover,.focus .btn a.current{cursor:pointer;background:#fc114a;}  
.focus .fPic{position:absolute;left:0px;top:0px;}  
.focus .D1fBt{overflow:hidden;zoom:1;height:16px;z-index:10;}  
.focus .shadow{width:100%;position:absolute;bottom:0;left:0px;z-index:10;height:60px;line-height:60px;background:rgba(0,0,0,0.6);  
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;display:block;text-align:left;}  
.focus .shadow a{text-decoration:none;color:#fff;font-size:20px;overflow:hidden;margin-left:10px;font-family:"\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{position:relative;width:100%;float:left;display:none;background:#000  }  
.focus .fcon img{display:block;}  
.focus .fbg{bottom:25px;right:40px;position:absolute;height:21px;text-align:center;z-index:200;}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative;display:inline;width:12px;height:12px;border-radius:7px;margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53";text-decoration:none;text-align:center;outline:0;float:left;background:#D9D9D9;}    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#fc114a;}    
.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(../pic/focus_btn.png) no-repeat;}
.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;}  
.focus .prev:hover{background-position:0 0;}  
.focus .next:hover{background-position:-40px 0;}  


img{ border:0px;}
.fl{ float:left}
.fr{ float:right}
.mr_div{ width:1180px; height:220px; padding:12px 17px 0 14px;  }
.mrd_h1{ height:22px; margin-bottom:18px; display:block}
.mrd_h1 .fl{ line-height:22px; color:#4f4f4f; font-size:16px}
.mrd_h1 .fr{ padding-top:9px}
.mrd_nr{ height:103px}
.mrd_bl,.mrd_br{ width:28px; height:84px; position:relative; top:27px; cursor:pointer; padding-right:10px;}
.mrd_pic{ width:1080px; height:180px; float:left; overflow:hidden; position:relative; margin-left:19px; display:inline;   }
.mrd_ul{ position:absolute; left:0px; top:0px}
.mrd_ul li{ width:201px; height:180px; float:left; overflow:hidden; margin-right:14px; display:inline; position:relative}
.mrd_ul li span{ display:block;  }
.mrd_si{ position:absolute; left:0px; top:0px}
.mrd_si,.mrd_si img{ width:201px; height:150px;}
.mrd_st{ width:202px; height:34px; line-height:34px;position:absolute; left:0px; top:150px;  text-align:center; }
.mrd_st a,.mrd_st a:hover{ color:#000}
.mr_div2 .mrd_st{ background:#CC0000}
.mright { margin: 0px auto; width: 1180px; }


/*浮动客服*/
#floatDivBoxs{width:170px;background:#fff;position:fixed;top:180px;right:0;z-index:999;}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#f08326;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:12px 14px;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px;}
#floatDivBoxs .floatDtel img{display:block;}
#floatDivBoxs .floatDbg{width:100%;height:20px;background:url(/img/online_botbg.jpg) no-repeat;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:45px;background:url(/img/online_arrow.jpg) no-repeat;position:fixed;top:180px;right:170px;z-index:999;}
#rightArrow a{display:block;height:45px;}





/* demo */
.demo {
	width:1300px; background-color:#FFFFFF;
	
	position:relative;
}
.demo h2 {
	font-size:18px;
	height:44px;
	margin-top:20px;
}
.demo dl dt {
	font-size:18px;
	color:#55ba82;
	margin-top:30px;
	font-weight:800;
}
.demo dl dt, .demo dl dd {
	line-height:22px;
}
/* tabbtn */
.tabbtn {
	height:60px; border-bottom:2px #ffb400 solid;background:#005cb0; margin-bottom:45px;
}
.tabbtn li {
	float:left; color:#fff;
	position:relative;
	margin:0 0 0 -1px;width:25%;
}
.tabbtn li a {
	display:block;color:#fff; font-size:18px;
	float:left;
	height:60px;
	line-height:60px;
	width:100%;
	text-align:center;
	cursor:pointer;
}
.tabbtn li.current {


}
.tabbtn li.current a {
		height:60px;
	line-height:60px; font-size:18px;
	background:#ffb400; color:#fff;
	
}
/* tabcon */
.tabcon {
	
	position:relative;/*必要元素*/
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
	/* padding:5px 10px;*/
}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;
	width:644px;
}
/* sublist */
.sublist {
	padding:0px;
}



/*幻灯片*/
#owl-demo{position:relative;width:591px;height:435px;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:591px;height:435px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:0;bottom:37px;width:100%;font:18px/32px "微软雅黑","黑体";color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:10px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width:591px;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;width:591px;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width:591px;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:300px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 0; color:#fff;}
.yb_bar .yb_phone{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -57px; color:#fff;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -113px; color:#fff;}
.yb_bar .yb_ercode{background:#ff4a00 url(../images/rightbar.png) no-repeat 0 -169px; color:#fff;}
.hd_qr{ padding-left:20px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}



.g_gcan{}

.g_gcan .antj{float: left;width: 49.4%;position: relative;}
.g_gcan .antj dt{overflow: hidden;}
.g_gcan .antj dt img{width: 100%; height:451px;display: block;transition: all 0.3s linear 0s;}
.g_gcan .antj dt:hover img{transform: scale(1.1);}
.g_gcan .antj dd{position: absolute;left:2.6%;bottom: 24px;width:95%;height: 106px;background: #fff;border-radius: 20px 0 10px 0;padding-right: 20%;}
.g_gcan .antj h3{padding:8px 0 0 60px;}
.g_gcan .antj h3 a{display: block;height: 30px;line-height: 30px;font-size: 14px;color: #2b5fa1;font-weight: bold;margin-bottom: 12px;}
.g_gcan .antj h3 span{font-size: 14px;color: #666666;font-weight: normal;line-height: 30px;}
.g_gcan .antj p{font-size: 14px;line-height: 20px;color: #858585;padding-left: 60px;}
.g_gcan .anmore{position: absolute;right: 0;top:0;width: 110px;background: #3fb268;height: 106px;text-align: center;font-size: 14px;color: #fff; padding-top: 30px;border-radius: 0 0 10px 0}
.g_gcan .anmore a{color: #fff;}
.g_gcan .anmore i{display: block;width: 30px;margin: 0 auto;}
.g_gcan .anlst{float: right;width: 50.6%;}
.g_gcan .anlst li{display:inline-block;  width: 47%;margin-left: 2%;margin-bottom: 1.2%;overflow: hidden;}
.g_gcan .anlst li img{width: 100%;display: block;transition: all 0.3s linear 0s;}
.g_gcan .anlst li:hover img{transform: scale(1.1);}

   .anlstcon.f_cb{
    width: 1300px;
    margin: 0 auto;}
	
	
	
.g_news24 .newtjleft{ float: left;width: 580px;}
.g_news24 .newbd{height: 310px;}

.newtjleft dt{width: 580px;height: 310px;overflow: hidden;margin-bottom: 20px;}
.newtjleft dt img{width: 580px;height: 310px;display: block;transition: all 0.3s linear 0s;}
.newtjleft dt:hover img{transform: scale(1.1);}

.newtjleft dd{height: 190px;}
.newtjleft h3 a{display: block;height: 30px;line-height: 30px;font-size: 16px;color: #2b5fa1;overflow: hidden;}
.newtjleft h4{line-height: 28px;font-size: 14px;color: #a3a3a3;}
.newtjleft p{font-size: 14px;line-height: 20px;color: #858585;height: 40px;overflow: hidden;margin-bottom: 20px;}
.newtjleft span a{display: block;background:url(../img/dtmore.png) no-repeat;padding-left: 32px;font-size: 14px;color: #333333;line-height: 28px;}
.g_news24 .newr{float: right;width: 676px;}
.g_news24 .newr dl{margin-bottom: 30px;height: 135px;background: #f4f4f4;transition: all 0.3s linear 0s;}
.g_news24 .newr dt{float: left;width: 180px;height: 135px; overflow: hidden; }
.g_news24 .newr dt img{width: 180px;height: 135px;display: block;}
.g_news24 .newr dd{float: left;width: 390px;margin-left: 16px;padding-top: 17px;}
.g_news24 .newr h5 a{display: block;font-size: 16px;line-height: 24px;color: #131313;height: 24px;overflow: hidden;font-weight: normal;}
.g_news24 .newr h6{line-height: 22px;font-size: 14px;color: #666666;margin-bottom: 12px;}
.g_news24 .newr p{font-size: 14px;line-height: 20px;color: #858585;}
.g_news24 .newr dl:hover{background: #2b5fa1;transform: translateX(-5px);	}
.g_news24 .newr dl:hover h5 a{color: #fff;}
.g_news24 .newr dl:hover h6{color: #95afd0;}
.g_news24 .newr dl:hover p{color: #95afd0;}
.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.content{ width: 1300px; margin: 0 auto;}
.g_news24 { height:564px; }
.f_cb,.f_cbli li{zoom:1;}


/*解决方案*/
.wc960{margin:0 auto;width:1300px;}
.fl{float:left;}
.fr{}
.mt20{}
.icon{background:url(../images/icon.png) no-repeat 0 0;}

.warp-pic-list li{float:left;display:inline;}
.warp-pic-list .img_wrap{display:block;font-size:0;overflow:hidden;}
.warp-pic-list .text-area{background-color:#f2f2f2;line-height:24px;}
/*全局板块*/
.row .hd{background:url(../images/hd-line_01.jpg) no-repeat 0 50px;height:55px;width:96px; margin-top:30px;}
.row .hd .title{font:26px/40px "微软雅黑","Microsoft YaHei","黑体","SimHei";}
/*全局页签*/
.tab-T-3{width:96px;}
.tab-T-3 li{width:32px;height:5px; border-radius:6px;font-size:0;background-color:#dfdfdf;float:left;margin-left:10px;cursor:pointer;display:inline;}
.tab-T-3 li.cur{background-color:#065ca8;}
/*热门车型*/
.rowE .warp-pic-list{position:relative;width:1300px;height:360px;overflow:hidden;}
.rowE .count li{margin-right:20px;width:319px;height:348px;}
.rowE .count .img_wrap{width:319px;height:235px;}
.rowE .count li .text-area{padding:20px 15px;}
.rowE .count li .text-area  p{line-height:24px;height:74px; padding-bottom:20px; }
.rowE .count li:hover .text-area,.rowE .count li.hover .text-area{background-color:#065ca8;color:#fff;}
.rowE .count .p-num{font-family:"Tahoma";font-weight:bold;}
.rowE .btn{display:block;height:55px;position:absolute;top:78px;width:35px;z-index:200;cursor:pointer;}
.rowE .prev{ background-position:0 -88px;left:0;}
.rowE .prev:hover{background-position:0 -144px;}
.rowE .next{ background-position:0 -200px;right:0;}
.rowE .next:hover{background-position:0 -256px;}



.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}

@media (min-width: 769px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.index_about_bottom{

    background: #fff; width:1300px;
    margin-top: 22px; padding:15px 0px;
}
.index_about_bottom .float_l{
    height: 98px;
    border-left: solid 1px #eeeeee;
    text-align: center;
}

.index_about_bottom .inline_flex{
    display: inline-flex;
    text-align: center;
}
.index_about_bottom .inline_flex .counter{
    font-size: 48px; line-height:50px; font-weight:bold;
    color: #333333; float:left;
    font-family: MyNewFont;
}
.index_about_bottom .inline_flex p{
    font-size: 14px; float:left;
    color: #333333;
    margin-top:25px;
    margin-left: 12px;
}

.index_about_bottom .inline_flex span{
    font-size: 18px;float:left; font-weight:bold;
    color: #055ba7; margin-top:-10px;
}
.index_about_bottom .float_l .p{
    font-size: 16px;
    color: #333;
    margin-top: 14px;
}

.float_l{
    float: left;
}
.index_about_bottom .float_l{
	width: 25%;
}
.index_about_bottom .inline_flex{
    display: inline-flex;
    text-align: center; margin-bottom:12px;
}



