@charset "utf-8";
/* CSS Document 主样式表 */
/************************************默认全局样式开始************************************/
*{
    box-sizing:border-box;
    margin:0px;
    padding:0px;
}
html{
    font-size:62.5%;
}
body{
    font-family:"MICROSOFT YAHEI","微软雅黑";
    outline:0;
    border:0;
    font-size:15px;
    min-width:1440px;
    overflow-x:auto;
    background-color:#F7FBFF;
    position: relative;
}
/*使用unicode 让iconfont 支持IE8+*/
@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/*使用unicode 让iconfont 支持IE8+ 结束*/


/*锚文字颜色默认*/
a{
    color:#333;
    *cursor:pointer;
     text-decoration:none;
}
a:link{
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#333;
    text-decoration:none;
}
a:visited{
    color:#333;
    text-decoration:none;
}
a:active{
    color:#333;
    text-decoration:none;
}
/*li通用*/
ul,li,ol,li{
    list-style:none;
    margin:0px;
    padding:0px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:normal;
}
/*去掉默认样式*/
img,input,textarea,select,a:focus,i{
    outline:none;
    font-style:normal;
}
form{
    display:inline!important;
}
button{
    outline:none;
    cursor:pointer;
}
img{
    border:none;
    vertical-align:middle;
}
p,label{
    margin:0px;
    padding:0px;
}

/************************************默认全局样式结束*********************************/
/************************************个性文字颜色开始*********************************/
/*黑色*/
.color-000,a.color-000{
    color:#000;
}
/*白色*/
.color-fff,a.color-fff{
    color:#fff!important;
}
/*灰色字999*/
.color-999,a.color-999{
    color:#999!important;
}
/*灰色字666*/
.color-666,a.color-666{
    color:#666!important;
}
/*灰色字333*/
.color-333,a.color-333{
    color:#333!important;
}
/*注册页找回密码*/
.color-F5A,a.color-F5A{
    color:#F5A623;
}
/*注册页必填颜色*/
.color-F37,a.color-F37{
    color:#F37373;
}
/*注册页圆点色*/
.color-189,a.color-189{
    color:#1890FF;
}
.color-4A9,a.color-4A9{
    color:#4A90E2;
}
/*找农机需求*/
.color-F68,a.color-F68{
    color:#F68A5D;
}
/*绿色按钮*/
.color-52C,a.color-52C{
    color:#52C41A;
}



/*尾部绿色*/
.color-6D9,a.color-6D9{
    color:#6D9482;
}
/*专家简介颜色*/
.color-5B7{
    color:#5B7594;
}

/************************************个性文字颜色结束********************************/
/***********************************通用字体大小************************************/
.size12{
    font-size:12px;
}
.size14{
    font-size:14px;
}
.size16{
    font-size:16px;
}
.size18{
    font-size:18px;
}
.size20{
    font-size:20px;
}
.size22{
    font-size:22px;
}
.size24{
    font-size:24px;
}
.size26{
    font-size:26px;
}
.size26{
    font-size:26px;
}
.size28{
    font-size:28px;
}
.size30{
    font-size:30px;
}
.size32{
    font-size:32px;
}
.size80{
    font-size:80px;
}

/***********************************通用字体大小结束***********************************/
/************************************个性背景色区域开始********************************/
/*背景白色*/
.bg-white{
    background-color:#fff;
}
/*背景透明*/
.bg-tran{
    background-color:transparent;
}
/*列表右侧内容区域*/
.bg-F7F{
    background-color:#F7FAFE;
}
/*友情链接背景色*/
.bg-opcfff{
    background-color:#F7FAFE;
    background:rgba(255,255,255,0.85);
}
/*品牌推广背景色*/
.bg-eaf{
    background:#EAF5FF;
}
/*经典蓝*/
.bg-189{
    background-color:#1890FF;
}
/************************************个性背景色区域结束*******************************/
/************************************通用垫高区域开始********************************/
.spacing5{
    height:5px;
    clear:both;
}
.spacing10{
    height:10px;
    clear:both;
}
.spacing15{
    height:15px;
    clear:both;
}
.spacing20{
    height:20px;
    clear:both;
}
.spacing25{
    height:25px;
    clear:both;
}
.spacing30{
    height:30px;
    clear:both;
}
.spacing35{
    height:35px;
    clear:both;
}
.spacing40{
    height:40px;
    clear:both;
}
.spacing50{
    height:50px;
    clear:both;
}
.spacing60{
    height:60px;
    clear:both;
}
.spacing70{
    height:70px;
    clear:both;
}
.spacing80{
    height:80px;
    clear:both;
}
/***********************************通用垫高区域结束*************************************/

/***********************************控件区域开始******************************/
/**通用个性颜色按钮区域开始**/

/*白色按钮开始【更改按钮颜色每一个都写这么多】*/
.btn-white,a.btn-white{
    color:#333;
    background-color:#fff;
    border-color:#ddd;
}
.btn-white:focus,
.btn-white.focus {
    color:#333;
    background-color:#fff;
    border-color:#ddd;
}
.btn-white:hover {
    color:#333;
    background-color:#fff;
    border-color:#ddd;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    color:#333;
    background-color:#fff;
    border-color:#ddd;
}
/*白按钮结束*/


/*蓝色按钮1*/
.btn-189,a.btn-189{
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:focus {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:hover {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
.btn-189:active,
.btn-189.active,
.open > .dropdown-toggle.btn-189 {
    color:#fff;
    background-color:#1890FF;
    border-color:#1890FF;
}
/*蓝色按钮1结束*/

/*蓝色字白背景按钮*/
.btn-font189,a.btn-font189{
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:focus {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:hover {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
.btn-font189:active,
.btn-font189.active,
.open > .dropdown-toggle.btn-font189 {
    color:#1890FF;
    background-color:#fff;
    border-color:#1890FF;
}
/*蓝色字白背景按钮结束*/


/**通用个性颜色按钮区域结束**/
/*btnSize1*/
.btnSize1{
    padding:6px 16px;
    position:relative;
}
/*btnSize1*/

/*btnSize2*/
.btnSize2{
    padding:2px 8px;
    position:relative;
}
/*btnSize2*/

/*btnSize3*/
.btnSize3{
    padding:4.9px 15px;
    position:relative;
}
/*btnSize3*/

/*下拉框兼容*/
.selectric .label{
    margin-top: -2px!important;
}
/*下拉框兼容*/

/*设置文本框密码框默认样式开始*/
input[type=text],input[type=password]{
    width:100%;
    height:34px;
    line-height:34px\9;/*ie8*/
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
input[type=text]:focus,input[type=password]:focus{
	border:solid 1px #66AFE9;
}
/*设置文本框密码框默认样式结束*/

/*文本域美化开始*/
textarea{
 	width:100%;
    height:100%;
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
    resize:none;
}
textarea:focus{
	border:solid 1px #66AFE9;
}
/*文本域美化结束*/

/*重定义美化下拉框文字颜色*/
.selectric{
    border-radius:4px!important;
    height:34px!important;
    line-height:34px!important;
}
.selectric-items{
    background-color:#fff!important;
}
.selectric .label{
    color:#333;
    font-weight:400;
    line-height:30px!important;
}
.selectric-items li.highlighted{
    background-color:#1890FF!important;
    color:#fff!important;
}
.selectric-items li:hover{
    background-color:#E6F7FF!important;

}
.selectric-items li.highlighted:hover{
    color:#fff!important;
    background-color:#1890FF!important;
}
/*重定义美化下拉框文字颜色结束*/

/*给美化后的select配白色背景色*/
.selectric-bg-white{
    background-color:#fff;
}
/*给美化后的select配白色背景色结束*/

/*下拉框宽度设置 如select上设置widgetWidth80*/
.selectric-widgetWidth80{
    width:80%;
}
.selectric-widgetWidth70{
    width:70%;
}
.selectric-widgetWidth60{
    width:60%;
}
.selectric-widgetWidth60{
    width:50%;
}
.selectric-widgetWidth33{
    width:33.33333%;
}
/*下拉框宽度设置结束*/


/*对话框中的textarea风格铺满并且不可拓拽*/
.fullNoresizeTextarea{
    width:100%;
    height:100%;
    border:none;
    resize:none;
}
/*对话框中的textarea风格铺满并且不可拓拽 结束*/




/***********************************控件区域结束******************************/
/***********************************布局组件开始******************************/

/*按钮渐变粉色*/
.pinkgrad{
    background:#F5BA89;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType =1, startColorstr =#F5BA89, endColorstr = #FA7B7B );
    background:linear-gradient(-90deg,rgba(245,186,137,1),rgba(255,101,120,1));
}
/*按钮渐变蓝色*/
.blue189grad{
    background:#80CCFF;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType =1, startColorstr =#80CCFF , endColorstr =#66A6F0 );
    background:linear-gradient(-90deg,rgba(53,195,255,1),rgba(24,144,255,1));
}

/*顶部导航悬停底部配色*/
.bottomHoverLine{}
.bottomHoverLine a{
    color:#fff;
    padding-bottom:4px;
    margin-left:10px
}
.bottomHoverLine a:hover{
    color:#34C3FF;
    border-bottom: solid 3px #34C3FF;
}

/*通用面包屑*/
.breadcrumb{
    padding:0px;
    background-color:transparent;
}
.breadcrumb li a{
	color:#333;
}
.breadcrumb li a:hover{
    color:#1890FF;
}
/*通用面包屑结束*/

/*通用横向排列盒子开始[特殊的条件项目使用]*/
.boxContain{
    display:table;
    width:100%;
	border-bottom: solid 1px #eee;
}
.boxContainItem{
    display:table-cell;
}
/*通用横向排列盒子结束*/

/*控件宽度区域开始[百分比]*/
.widgetWidth100{
    width:100%!important;
}
.widgetWidth90{
    width:90%!important;
}
.widgetWidth80{
    width:80%!important;
}
.widgetWidth70{
    width:70%!important;
}
.widgetWidth60{
    width:60%!important;
}
.widgetWidth50{
    width:50%!important;
}
.widgetWidth40{
    width:40%!important;
}
.widgetWidth33{
    width:33.33333%!important;
}
.widgetWidth30{
    width:30%!important;
}
.widgetWidth20{
    width:20%!important;
}
.widgetWidth25{
    width:25%!important;
}

/*控件宽度区域结束*/

/*右边距离10*/
.must{
    margin-right:5px;
    vertical-align:bottom;
}
/*某行元素超出画点*/
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*左侧边距5*/

/*通用边距*/
/*做边距0*/
.mleft0{
    margin-left:0px;
}
.mleft1{
    margin-left:1px;
}
.mleft5{
    margin-left:5px;
}
.mleft9{
    margin-left:9px;
}
.mtop0{
    margin-left:0px;
}
.mtop4{
    margin-left:4px;
}
.mtop8{
    margin-top:8px;
}
.mtop5{
    margin-top:5px;
}
.mtop6{
    margin-top:6px;
}
.mtop12{
    margin-top:12px;
}
.mtop13{
    margin-top:13px;
}
.mtop14{
    margin-top:14px;
}
.mtop15{
    margin-top:15px;
}

.mleft5{
    margin-left:5px;
}
/*左侧边距15*/
.mleft15{
    margin-left:15px;
}
.mright15{
    margin-right:15px;
}
/*靠右20*/
.mright20{
    margin-right:20px;
}
.ptop12{
    padding-top:12px;
}

.topnews-padding{
    padding:10px 0px!important;
}

/*表格内容对齐方式*/
.verticalTop{
    vertical-align:top;
}
.verticalMiddle{
    vertical-align:middle;
}
.verticalBottom{
    vertical-align:bottom;
}


/*首页选项卡*/
.mynavtab1{
    margin:0px;
    padding:0px;
    border:none!important;
    margin-left:20px;
}
.mynavtab1>li.active>a, .mynavtab1>li.active>a:focus, .mynavtab1>li.active>a:hover,.mynavtab1>li>a, .mynavtab1>li>a:focus, .mynavtab1>li>a:hover{
    border:none;
}
.mynavtab1 li a{
    border:none;
    display:block;
    padding:5px;
    cursor: pointer;
    border-bottom:solid 4px transparent;
    color:#999;
    font-weight: 800;
    font-size: 16px;
}
.mynavtab1 li a:hover{
    border:none;
    border-bottom:solid 4px #6AD9C9;
    border-image:13 repeating-linear-gradient(-90deg,#6AD9C9 0,#8FE577 3em);
}
.mynavtab1 li.active a{
    color:#000;
    border-bottom:solid 4px #6AD9C9!important;
    border-image:13 repeating-linear-gradient(-90deg,#6AD9C9 0,#8FE577 3em);
}
/*首页选项卡结束*/


/*设置一个下划线*/
.withBottom{
    border-bottom:solid 1px #eee;
}
/*边框EEE*/
.borderEEE{
    border:solid 1px #eee;
}
/*边框END*/

/*******************************************************布局组件结束**************************************************/




/********************************************************首页开始******************************************************/

/********头部幻灯盒子********/
    .camaHeaderBox{
        width:100%;
        margin:0px auto;
        position:relative;
    }
    .camaHeaderBox a{
    	text-decoration:none!important;
    }
    /*头部幻灯contain*/
    .swiper1{
        width:100%;
        height:400px;
        overflow:hidden;
    }
    /*每一个幻灯*/
    .swiper1 .swiper-slide{
        position:relative;
    }
    /*每一个幻灯内部图片*/
    .swiper1 .swiper-slide img.slideImage{
        width:1440px;
        height:400px;
        margin:0px auto;
    }
    /*幻灯左右切换*/
    .arrow-dom{
        position:absolute;
        width:20px;
        height:20px;
        display:block;
        z-index:12;
        text-align:center;
        color:#17325E;
        border-radius:4px;
        filter:alpha(opacity=70);/* IE */
        -moz-opacity:0.7;        /* 老版Mozilla */
        -khtml-opacity:0.7;      /* 老版Safari */
        opacity:0.7;
    }
    .swiper1left{
        left:20px;
        top:83%;
    }
    .swiper1right{
        right:20px;
        top:83%;
    }
    .swiper3left{
        left:-20px;
        top:40%;
    }
    .swiper3right{
        right:-20px;
        top:40%;
    }
    /*幻灯左右切换结束*/

    .swiper3{
        width:100%;
        height:130px;
        overflow:hidden;
        position:relative;
    }
    .swiper3 .swiper-slide img{
       border:solid 1px #EEE;
    }

    /*幻灯内部黑色悬浮背景*/
    .sliderBottomBlackColorTrans50{
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:50px;
        background:#000;
        -moz-opacity:0.3;        /* 老版Mozilla */
        -khtml-opacity:0.3;      /* 老版Safari */
        opacity:0.3;            /* 支持opacity的浏览器*/
        filter:alpha(opacity=30);
        border-radius:1px;
        box-shadow:0px 2px 4px 0px rgba(0,0,0,0.07);
    }
    /*幻灯内部黑色悬浮背景结束*/

    /*logo和登陆盒子 层叠大于sliderTopStaticColor*/
    .logoBox{
        width:1000px;
        position:relative;
        margin: 0px auto;
        z-index:11;
        overflow: hidden;
    }
    /*logo和登陆盒子结束*/

    /*此渐变层叠顺序大于图片*/
    .sliderTopStaticColor{
        background:rgba(51,97,152,.3);
        background:linear-gradient(-180deg,rgba(23,50,94,.8),rgba(51,97,152,0));
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:50%;
        z-index:11;
    }
    /*此渐变层叠顺序大于图片结束*/

/*******头部幻灯盒子结束*******/

/*导航菜单开始*/
.cama-meno-box{
    width:100%;
    margin:0px auto;
    /* margin-top:-50px; */
    z-index: 3;
    background-color:#1F88CD;
    position: relative;
    box-shadow:0px 3px 9px 0px rgba(52,128,165,0.07);
}
/*导航菜单1000宽度*/
.cama-meno-box .cama-meno{
    display:table;
    width:1000px;
    margin:0px auto;
    position:relative;
    border-collapse:separate;
    border-spacing:2px 0px;
}
/*顶层菜单*/
.cama-meno-box  .cama-meno>li{
    display:table-cell;
    height:45px;
    vertical-align: middle;
    text-align:center;
    position:relative;
    text-align:center;
    min-width:90px;

}
.cama-meno-box  .cama-meno>li>a{
    margin:0px;
    text-align:center;
    display:inline-block;
    box-sizing:border-box;
    color:#fff;
    font-size:16px;
    font-weight:800;
    text-decoration:none;
}
.cama-meno-box  .cama-meno>li>a .iconfont{
	font-size:14px;
}
/*主菜单悬停时候*/
.cama-meno-box  .cama-meno>li:hover,.cama-meno-box .cama-meno>li.active{
    background-image: linear-gradient(-180deg, #329DFF 0%, #54BAFF 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType =1, startColorstr =#329DFF, endColorstr = #54BAFF );
}
.cama-meno-box  .cama-meno>li a{
    display: block;
    height:45px;
    line-height:45px;
    cursor:pointer;
    text-decoration:none;
}
/*所有子菜单*/
.cama-meno-box  .cama-meno>li ul{
    display:none;
    position:absolute;
    width:100%;
    margin:0px auto;
    left:0px;
    top:45px;
   /* margin-left:-75px;*/
    background:#fff;
    z-index:12;
    border-radius:3px;
    box-shadow:0px 10px 12px 0px rgba(0,0,0,0.22);
}
/*二级菜单*/
.cama-meno-box  .cama-meno>li ul li{
    color:#666;
    position:relative;
    height:45px;
    line-height:45px;
}
.cama-meno-box  .cama-meno>li ul li a:hover,.cama-meno-box.blueStyle  .cama-meno>li ul li a:hover{
    background:#E6F7FF;
    color:#1890FF;
    border-radius:3px;
}
/*所有子菜单结束*/
/*导航菜单盒子结束*/

/*蓝色风格的导航*/
.cama-meno-box.blueStyle{
    margin-top:0px;
    z-index:3;
    background:#499DFF;
    box-shadow:0px 6px 6px 0px rgba(73,157,255,0.24);
}

/*蓝色导航悬停内部A*/
.cama-meno-box.blueStyle .cama-meno>li:hover a{
    background:#fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.22);
    color:#1890FF;
}
/*蓝色导航悬停和当前选中*/
.cama-meno-box.blueStyle .cama-meno>li>a:hover,.cama-meno-box.blueStyle .cama-meno>li.active>a{
    background:#fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.22);
    color:#1890FF;
}
/*蓝色风格的导航结束*/
/******************文档部分开始！*******************/
.camaContent{
    width:1000px;
    margin:0px auto;
    position:relative;
}

.camaContentLeft{
    width:700px;
    height:547px;
    float:left;
}

.newNoticeSize{
    width:90px;
    height:48px;
}

.topnews{
    width:348px;
    height:248px;
    padding:0px 13px;
    border-left:none;
}

.cellMore{
    width:50px;
    height:35px
}
/*友情链接*/
.spread{
    /* padding:10px 20px 0px 0px; */
    overflow:hidden;
}
.spreadTitle{
    height:40px;
    line-height:40px;
    padding:0px 17px;
    font-size: 16px;
    font-weight: 800;
}
.spread .col{
    width:20px;
    display: inline-block;
    text-align: center;
}
.spread a{
    height: 30px;
    line-height:30px;
    color:#499DFF;
    text-align: center;
}
/*linkSelect*/
.linkSelect{
    border:solid 1px #80CCFF;
    margin-left:3%;
    margin-bottom:10px;
    width:22%; 
    padding:4px 0px;
    float:left;
    box-sizing:border-box;
    opacity:.8
}
/*友情链接 END*/
.swiper2{
    width:100%;
    height:280px;
    overflow:hidden;
    position:relative;
    border:solid 1px #eee;
}
.swiper2 .swiper-wrapper {
    width:100%;
}
.swiper2 .swiper-wrapper .swiper-slide{
    width:100%;
    position:relative;
}

/*第二个幻灯片内部图片设置*/
.swiper2Image{
    width:100%;
    height:280px;
    /*border:solid 1px green;*/
}
.swiper2Text{
    position:absolute;
    bottom:5px;
    padding:10px 8px;
    width:350px;
    z-index:3;
    overflow:hidden;
}

/*第二个幻灯片*/
.pagination{
    position:absolute;
    left:0;
    text-align:center;
    bottom:6px;
    width:100%;
    margin:0px;
    padding:0px;
}
.pagination .swiper-pagination-switch {
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:10px;
    background:#999;
    box-shadow:0px 1px 2px #555 inset;
    margin:0 3px;
    cursor:pointer;
}
.pagination  .swiper-active-switch {
    background:#fff;
}
/*第二个幻灯片结束*/
/*第3个幻灯片内部图片设置*/
.swiper3Image{
    width:230px;
    height:130px;
    margin:0px auto;
    border:solid 0px #eee;
}
/*第三个幻灯控制按钮开始*/
.swiper3pag.pagination{
    bottom:10px;
}
.swiper3pag.pagination .swiper-pagination-switch{
    background:#1890FF;
    box-shadow:none;
    border:solid 0px #ddd;
}
.swiper3pag.pagination  .swiper-active-switch {
    background:#fff;
    border:solid 1px #ddd;
}
/*第三个幻灯控制按钮结束*/


/*首页单元某个盒子背景*/
.baseBox{
    background:#fff;
    border:solid 1px #eee;
}
/*列表头【带彩色下划线】*/
.tit{
    border-bottom: solid 4px transparent;
    height: 28px;
    display:inline-block;
    text-align:center;
    font-weight:800;
    font-size: 16px;
}
/*列表头风格1*/
.tit.tit1{
    width:auto;
    border-bottom-color:#F5BA89;
    border-image:13 repeating-linear-gradient(-90deg, #F5BA89 0,#FA7B7B 6em);
}
/*列表头风格2*/
.tit.tit2{
    width:auto;
    border-bottom-color:#6AD9C9;
    border-image: 13 repeating-linear-gradient(-90deg,#6AD9C9 0,#8FE577 3em);
}
/*列表头风格3*/
.tit.tit3{
    width:auto;
    border-bottom-color:#80CCFF;
    border-image:13 repeating-linear-gradient(-90deg, #80CCFF 0,#66A6F0 4em);
}


/*第1种基本列表*/
.baseUl{
    padding:0px;
    /*border: solid 1px red;*/
}
/*第1种基本列表行*/
.baseUl li{
    list-style-type:none;
    list-style-position:inside;
    padding:5px 0px;
    /*padding-left:20px;*/
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.baseUl li:before{
    content:"● ";
    color:#499DFF;
}
.baseUl li a:hover{
    color:#4A90E2;
}
/*第1种基本列表项颜色*/
.baseUlColor1 li{
    color:#7ED321;
}
/*第1种基本列表项颜色2*/
.baseUlColor2 li{
    color:#499DFF;
	border-bottom: dashed 1px #ddd;
}
.baseUl.decimal{
    padding:0px;
}
.baseUl.decimal li:before{
    content:"";
}
.baseUl.decimal li {
    border-bottom: solid 1px #eee;
    padding:13.8666px 0px;
    list-style-type: decimal;
    color: #ddd;
    padding:10px 13px;
}
.baseUl.decimal li:last-child{
    border-bottom:solid 0px #eee;
}

/**/
.baseUl2 li{
    padding:7px 0px;
    border-bottom: dashed 1px #ddd;
}

.cellMore a{
    color:#D3D3D3;
}
.cellMore a:hover{
    color:#499DFF!important;
}

/*广告部分开始*/
.cama-banner{
    width:1000px;
    margin:0px auto;
    height: 130px;
}
.cama-banner img{
    width:1000px;
    height: 100px;
}
.swiper5{
    width:100%;
    overflow: hidden;
    height: 130px;
    border:solid 1px #EEE;
}
.swiper6{
    width:100%;
    overflow: hidden;
    height: 150px;
    border:solid 1px #EEE;
}
.swiper6 .swiper-slide img{
	width:100%;
	height:150px;
}
/*广告部分结束*/


/*拖拉机详情*/
.tractorDetail{
    display:none;
}
.tractorDetail p{
    margin-top:10px;
}

/*悬浮的广告App部分开始*/
.fixingBox{
    min-width:80px;
    height:auto;
    border-radius:2px;
    position:absolute;
    left:50%;
    margin-left:505px;
    top:40%;
    z-index:88;
    text-align:center;
    /*overflow: hidden;*/
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 2px #ccc;
}
/*分享右侧*/
.fixingBoxRight{}
.fixingBoxRight .list-unstyled{
    margin:10px 0px;
}
.fixingBoxRight .list-unstyled li{
    cursor:pointer;
    z-index:1;
    position:relative;
}
.fixingBoxRight .list-unstyled li  img{
	width:80px;
	height:80px;
}
.fixingBoxRight .list-unstyled li .bg{
    position: absolute;
    width:100%;
    height: 100%;
    background:#fff;
    left:0px;
    top:0px;
    z-index:-1;
    opacity:.5;
    moz-opacity:0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
}
.fixingBoxRight .list-unstyled li .bg.title{
    border-top-right-radius:10px;
}
.fixingBoxRight .list-unstyled li:hover{
    color:#1890FF;
}
.fixingBoxRight .list-unstyled li:hover a,.fixingBoxRight .list-unstyled li:hover i{
    color:#1890FF;
}
.fixingBoxRight .list-unstyled li a{
    display:block;
    color:#1890FF;
    z-index:2;
}
.fixingBoxRight .list-unstyled li p i{
    font-size:22px;
    color:#1890FF;
}
/*分享左侧*/
.fixingBoxLeft{
    margin-left:-618px;
    padding-bottom:20px;
}
.fixingBoxLeft .item{
    width:100%;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
}
.fixingBoxLeft .item a{
    padding:8px 0px;
    display:block;
    color: #E53334;
}
.fixingBoxLeft .item .bg{
    position: absolute;
    width:100%;
    height: 100%;
    background:#fff;
    left:0px;
    top:0px;
    z-index:-1;
    opacity:.5;
    moz-opacity:0.5;
    -khtml-opacity: 0.5;
    filter:alpha(opacity=50);
    display: block;
}
.fixingBoxLeft .item  .bg.title{
    border-top-right-radius:10px;
}

/*左侧标题*/
.fixingBoxLeft .item.title{
    font-weight:800;
    font-size:17px;
    background:#F28C8A;
    -moz-text-shadow:2px 2px 2px #E53334;
    text-shadow:2px 2px 2px #E53334;
    border-top-left-radius:10px;
    overflow: hidden;
}
.fixingBoxLeft .item.title a{
    color: #fff;
}
.fixingBoxLeft .item a:hover{
    background:#F28C8A;
    color:#fff
}

/*分享使用*/
.bshare-custom.icon-medium{
    border:solid 0px green;
    position:relative;
    width:20px;
    margin:0px auto;
}
.bshare-custom.icon-medium a{
    display:block!important;
    margin-bottom:10px;
}
.share1{
    overflow: hidden;
    display:none;
}
.share2{
    overflow: hidden;
    display:none;
}
.bsWXBox{
    position: absolute;
}
.bsFrameDiv>div>img{
    margin:16px!important;
}
/*分享使用结束*/
/*重定义分享*/
#bsWXBox{
    height:auto!important;
    margin:auto!important;
    margin-top:0px!important;
}
.bsTop{
    width:auto!important;
}
/*重定义分享结束*/


/*悬浮的广告App部分结束*/


/*品牌推广*/
.spreadLogo{
    width:99px;
    height:40px;
    line-height:40px;
    display:inline-block;
    font-weight: 800;
    font-size: 16px;
}

/*文档部分结束！*/





/****************************************************************首页结束**************************************************/



/***************************列表页面 开始***************************/
/*顶部阴影边距*/
.topadshow{
    padding:10px 0px;
    background:#fff;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.04);
    z-index:3;
}
/*logo阴影边距*/
.logoadshow{
    z-index:2;
    padding:30px 0px;
    background:#D4E8F9;
    background:linear-gradient(-90deg,rgba(212,232,249,1),rgba(255,255,255,1));
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #FFFFFF, endColorstr = #D4E8F9);
}
/*宽度通用1000并且居中*/
.widthCurrCenter{
    width:1000px;
    margin:0px auto;
}


/*列表页面包屑导航开始*/
.list-bread{
    background:#fff;
    background:rgba(255,255,255,0.7);
    padding:5px 15px;
    z-index:1;
}
.list-bread>.active{
    color:#4579B2;
}
/*列表页面包屑导航结束*/

/*列表页的网页主题 渐变色更新*/
.list-camaContent{
    width:100%;
    background:#CAE4FD;
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType =0, startColorstr = #CAE4FD , endColorstr =#F7FBFF);
    background-image:linear-gradient(-179deg, #CAE4FD 6%, #E6F1FC 17%, #F7FBFF 96%);
}



/*发光特效*/
.shine-blove{
    box-shadow:0px 5px 15px 0px rgba(1,99,213,0.15);
}
/*列表页面左侧圆角外缩进宽度95的元素*/
.dynamic-title{
    border-radius:4px;
    padding:8px 10px;
    margin-left:-2%;
    width:95%;
    font-size:16px;
    font-weight:800;
}


/*蓝点无序列表*/
.blovePointUl{
}
.blovePointUl li{
    border-left: solid 5px transparent;
}
.blovePointUl li a{
    display: block;
    padding:13px 10px;
   /* 	font-weight:800; */
   	 font-size:15px;
}
.blovePointUl li a:hover{
    color:#499DFF;
}
.blovePointUl li a:before{
    content:"● ";
    color:#499DFF;
    display: block;
    float: left;
    margin-right:8px;
}
/*拓展功能增加 li active*/
.blovePointUl li.active{
    border-left: solid 5px #1890FF;
}

.blovePointUl li.active a{
    color:#499DFF;
}

/*拓展功能增加左侧hover*/
.blovePointUlHover li:hover{
    border-left: solid 5px #1890FF;
}
/*拓展功能增加文本日期左右对其*/
.blovePointUl.withDate {
}
.blovePointUl.withDate li a{
    padding:7px 0px;
    clear: both;
}
.blovePointUl.withDate li a {
    width:100%;
    padding-left:10px;
}
.blovePointUl.withDate .text{
    display: block;
    width:70%;
    float: left;
}
.blovePointUl.withDate  .date{
    display: block;
    float: right;
    text-align: right;
    padding-right:30px;
    color:#999;
}
/*蓝点无序列表结束*/

.min468{
    min-height: 468px;
}
.min600{
    min-height:600px;
}

/*相对定位盒子*/
.relativeBox{
    position:relative;
}
/*相对定位盒子背景*/
.relativeBoxBgfff{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    filter:alpha(opacity=80);/* IE */
    -moz-opacity:.8;        /* 老版Mozilla */
    -khtml-opacity:.8;      /* 老版Safari */
    opacity:.8;            /* 支持opacity的浏览器*/
    z-index:1;
}


/***************************列表页面 结束***************************************/



/* 分页 */
/*分页区域开始*/
	.paging{
	}
	/*分页内文本框宽高度*/
	.paging input[type=text],.paging input{
		width:60px;
		height:26px;
		/* margin-top:-3px\0; */
		line-height:26px\0; 
		box-sizing:border-box;
	}
	/*文字圆角重定义*/
	.paging .pager li>a, .pager li>span{
		border-radius:4px;
	}
	.paging .pager{
		display:table;
	    margin: auto;
	}
	.paging .pager li>a, .pager li>span{
		padding:2px 5px;
	}
	.paging .pager li{
		margin:0px;
		display:table-cell;
		border-collapse:collapse;  
		border-spacing:0;  
		padding:0 3px;
		/* border:solid 1px green; */
	}
	.paging .pager li .turnTo{
		border-style:none
	}
	.paging .pager li a{
		
	}
	.paging .pager li.active{
		
	}
	.paging .pager li.active a{
	    background:#499DFF;
	    color:white
	}
	/*分页区域结束 */

/*分页 结束*/
/*文件下载*/
.fileLoad {
    word-wrap: break-word;
    word-break: break-all;
}

/*通用的底部开始*/
.cama-footer-box{
    clear:both;
    padding:40px;
    background:#17325E;
    color:#8094C0;
    overflow:hidden;
    z-index:99999;
}
.cama-footer-box p{
    margin-bottom:10px;
}
/*通用的底部开始结束*/



/*************************** 页面 开始***************************************/

/*************************** 页面 结束***************************************/
/*列表区域内容*/
.contentArea{
    background-color:#fff;
}
/*展厅列表页面开始*/

/*搜索盒子*/
.searchbox{
    width:100%;
    table-layout: fixed;
}
.searchbox.boxContain .boxContainItem{
    padding:0px 5px;
}
/*搜索盒子结束*/



/*图文列表*/
.hall-ul{
}
.hall-ul .hall-ul-item{
    border:solid 1px #eee;
    overflow: hidden;
    margin-bottom:20px;
    padding:10px 0px;
}
.hall-ul .hall-ul-item .hall-left{
    width:22%;
    float: left;
    vertical-align: middle;
}

.hall-ul .hall-ul-item .hall-left .hallImg{
    margin-left:auto;
    margin-right: auto;
    width:133px;
    height: 115px;
}
.hall-ul .hall-ul-item .hall-right{
    float:left;
    width:78%;
}
.hall-ul .hall-ul-item .hall-right .title{
    border-bottom:solid 1px #eee;
    overflow:hidden;
    padding:10px;
}
.hall-ul .hall-ul-item .hall-right .title .pull-left{
   font-weight: 800;
}
.hall-ul .hall-ul-item .hall-right .title .pull-right{
    color:#FD7373
}

.hall-ul .hall-ul-item .hall-right .content{
    padding:5px 10px;
    overflow: hidden;
    clear: both;
}
.hall-ul .hall-ul-item .hall-right .content span.tits{
    clear:both;
    padding:3px 0px;
    color:#999;
}
.hall-ul .hall-ul-item .hall-right .content span{
    color:#666;
}
/*图文列表结束*/

/*展厅列表页面结束*/
.withBottom2{
    border-bottom:solid 2px #ddd;
}
.border{
    border:solid 1px #eee;
}
.machBottomImg{
    width:351px;
    height:222px;
}
.swiper4{
    border: solid 1px #EEE;
    width:351px;
    height:222px;
    overflow: hidden;
}
/*展厅详情页面开始*/

/*展厅详情页面结束*/

/*图片列表页面开始*/
.picList{

}
.picList a:hover{
	color:#499DFF;
}
.picList .picListItem{
    clear:both;
    overflow: hidden;
    /* margin-bottom:10px; */
	padding-top:10px;
    padding-bottom:10px;
    border-bottom:solid 1px #eee;
}
.picList .picListItem.noBottomLine{
    border:solid 0px #eee;
}
.picList .picListItem .left{
    width:100px;
    float:left;
}
.picList .picListItem .right{
    width:580px;
    float:left;
}
.picList .picListItem .right .title{
    padding:0px 0px;
    font-size:15px;
    font-weight: 800;
}
.picList .picListItem .picListImg{
    width:77px;
    height:61px;
    float:left;
    border:solid 1px #eee;
}

.picList .picListItem .right .content{
    padding-top:15px;
    text-align:right
}
/*图片列表页面结束*/

.listTitle{
	font-weight:800;
	position:relative;
	padding-left:5px;
}
.listTitle .colLine{
	position:absolute;
	width:8px;
	height:20px;
	top:12px;
	background:#4A90E2;
	left:8px;
}
/*搜索结果列表*/
.resultList{

}
.resultList a:hover{
	color:#499DFF;
}
.resultList .resultListItem{
    clear:both;
    overflow: hidden;
    margin-bottom:10px;
    border:solid 1px #eee;
    padding:10px 15px;
}

.resultList .resultListItem .left{
    width:140px;
    height:100px;
    float:left;
    /*border:solid 1px red;*/
}
.resultList .resultListItem .right{
    width:750px;
    float:left;
    /*border: solid 1px #EEE;*/
    margin-left:15px;
}
.resultList .resultListItem .right .title{
    padding:8px 0px;
    border-bottom:solid 1px #eee;
    font-size:16px;
    font-weight: 800;
}
.resultList .resultListImg{
    width:140px;
    height:100px;
    border: solid 1px #EEE;
}
.resultList .resultListItem .right .content{
    padding-top:10px;
    text-align: right;
}
.scont{
    font-size: 13px;
    text-align: left;
    margin-bottom:10px;
    color:#666
}
/*搜索结果列表END*/

/*首页顶部滚动开始*/
#scroll_div {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border: solid 1px transparent;
    height:100%;
}
#scroll_begin, #scroll_end{
    display: inline;
}
#scroll_begin a, #scroll_end a{
    margin-left:20px;
    display:inline-block;
}
#scroll_begin a .iconfont, #scroll_end a.iconfont{
	color:#499DFF;
}
 
#scroll_begin a:hover, #scroll_end a:hover{
    color:#499DFF;
}
/*首页顶部滚动结束*/
#gradUndernav{
    z-index:-1;
    position:relative;
    margin-bottom: -400px;
    height:400px;
    background:linear-gradient(180deg,rgba(234,245,255,1) 0%,rgba(234,245,255,0) 100%);
}

/*列表页面更多*/
.amore{
    font-size:14px;
    color:#999!important;
}
.amore:hover{
    color:#666!important;
}
/*详情页面内边距*/
.contentPadding{
    padding:20px 35px 20px 35px;
    word-wrap:break-word;
    word-break:break-all;
}
.contentPadding img{
	max-width:100%
}
/*顶部管理圆位置*/
.manager{
    display:inline-block;
    position:absolute;
    right:33%;
    top:2.5%;
}

/*Swiper2分页器*/
.paginationSwiper2{
	overflow:hidden;
	left:auto!important;
	width:110px;
	right:0px;
	bottom:0px;
	height: 50px;
    line-height:55px;
    z-index:2;
}
.paginationSwiper2 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.paginationSwiper2 .swiper-pagination-switch.swiper-active-switch{
	background:red
}
/*Swiper2 分页器 END*/
/*横条广告分页器*/
.pagination5{}
.pagination5 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.pagination5 .swiper-pagination-switch.swiper-active-switch{
	background:red;
}
/*横条广告分页器END*/

/*横条广告分页器*/
.pagination6{}
.pagination6 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.pagination6 .swiper-pagination-switch.swiper-active-switch{
	background:red;
}
/*横条广告分页器END*/
/*pagination4分页器*/
.pagination4{
	overflow:hidden;
	left:auto!important;
	width:249px;
	right:10px;
	bottom:0px;
	height: 50px;
    line-height:55px;
    z-index:3;
    text-align:right;
}
.pagination4 .swiper-pagination-switch{
	width: 15px;
    height: 15px;
    border-radius:0px;
    margin: 0 2px;
    background:#d4d4d4;
}
.pagination4 .swiper-pagination-switch.swiper-active-switch{
	background:red;
}
/*pagination4 END*/

/*内容区结束*/

/* 重定义ewebeditor内a的颜色风格 */
.addFav a {
	color:#333!important;
	text-decoration:none!important;
}

/***********************************其他页面|杂项结束******************************/