.service_header{
    height:200px;
    width:100%;
    background: no-repeat center;
    background-color:#060136;
}
.service_header .page_container{
    height:100%;
}
.service_header .label{
    font-size:30px;
    color:#fff;
    line-height:42px;
    position: relative;
    top:58px;
    text-align: center;
}
.service_header .nav{
    line-height:16px;
    position: absolute;
    left:0;
    top:22px;
}
.service_header .nav img{
    width: 16px;
    height:16px;
    display: inline-block;
    vertical-align: middle;
}
.service_header .nav span{
    display: inline-block;
    font-size:12px;
    color:#ababab;
    vertical-align: middle;
    margin-left:3px;
}
.service_header .nav a{
    color:#ababab;
}
.service_menu{
    height:50px;
    line-height:50px;
    border-bottom:1px solid #e2e2e2;
}
.service_menu .menu_list{
    width:100%;
    display: table;
    text-align: center;
}
.service_menu .menu_list .item{
    display: table-cell;
    width:16.6%;
}
.service_menu .menu_list a{
    font-size:15px;
    color:#333;
    display: inline-block;
    padding:0 5px;
    font-weight: bold;
}
.service_menu .menu_list a:hover,.service_menu .menu_list .selected{
    border-bottom:1px solid #ee8c0d;
    color:#ee8c0d;
}

.service_banner{
    margin-top:45px;
    width:100%;
    overflow:hidden;
}
.service_banner .page_container{
    width:900px;
}
.service_banner img{
    width:900px;
    height:225px;
}
.service_banner .prev{
    position: absolute;
    top:0;
    right:967px;
}
.service_banner .next{
    position: absolute;
    top:0;
    left:967px;
}
.service_banner .prev div{
    width:900px;
    height:225px;
    position: absolute;
    left:0;
    top:0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#ffffff', endcolorstr='#dfffffff',gradienttype=1);
}
.service_banner .next div{
    width:900px;
    height:225px;
    position: absolute;
    left:0;
    top:0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
    filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#dfffffff', endcolorstr='#ffffff',gradienttype=1);
}
.download_search_input{
    width:343px;
    height:38px;
    line-height:38px;
    border-radius:20px;
    border:1px solid #e2e2e2;
    padding:0 40px 0 15px;
    position: relative;
    margin:50px auto 0 auto;
}
.download_search_input input{
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 343px;
}
.download_search_input img{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    right: 15px;
    cursor:pointer;
}
.download_search_type{
    margin:35px auto 0 auto;
    width: 1200px;
    text-align: center;
}
.download_search_type .item{
    width:132px;
    border-width:1px;
    border-style:solid;
    border-color:#e2e2e2;
    text-align: center;
    color:#000e35;
    font-size:15px;
    display: table-cell;
   /*  line-height:38px; */
    vertical-align:middle;
    height:38px;
    cursor:pointer;
    border-right:none;
    margin-left:-1px;
}
.download_search_type .item:last-child{
	border-right:1px solid #e2e2e2;
}
.download_search_type .item:first-child{
    border-left:1px solid #e2e2e2;
}
.download_search_type .item.selected{
    border-top:2px solid #ee8c0d;
    color:#ee8c0d;
 /*    line-height: 37px; */
    height:37px;
}
.download_search_type_new{
    margin:35px auto 0 auto;
    width: 1200px;
    text-align: center;
}
.download_search_type_new .item{
    width:146px;
    text-align: center;
    color:#000e35;
    display: inline-block;
    vertical-align: top;
    cursor:pointer;
    margin:0 10px 10px 10px;
}
.download_search_type_new .item .logo{
    width:120px;
    height:120px;
    display: block;
    margin: 0 auto;
}
.download_search_type_new .item .name{
    font-size:18px;
    color:#333;
    line-height: 25px;
}
.download_search_type_new .item .select_logo{
    display: none;
}
.download_search_type_new .item.selected .unselect_logo{
    display: none;
}
.download_search_type_new .item.selected .select_logo{
    display: block;
}
.download_search_type_new .item.selected .name{
    color:#ee8c0d;
}
.download_product_type{
    text-align: center;
    width:1200px;
    margin:26px auto 0 auto;
    
}
.download_product_type .item{
    display: inline-block;
    margin:0 7px 7px 7px;
    padding: 0 15px;
    line-height: 30px;
    font-size:14px;
    color:#666;
    border-radius:15px;
    cursor:pointer;
    vertical-align: middle;
    background-color:#f2f2f2;
}
.download_product_type .item.selected,.download_product_type .item:hover{
    color:#fff;
    background-color:#ee8c0d;
}
.download_search_result{
    width:1200px;
    margin:42px auto 0 auto;
    text-align: center;
}
.download_search_result .result_header{
    line-height:45px;
    height:45px;
    background-color:#eef0f5;
    border-bottom:1px solid #ededed;
}
.download_search_result .result_content{
    border-bottom:1px solid #ededed;
    background-color:#fff;
    padding:25px 0;
    line-height:20px;
}
.download_search_result .result_content:hover{
    background-color:#fafafa;
}
.download_search_result .result_header{
/*     padding: 0 105px 0 105px; */
}
.download_search_result>div>div>div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
}
.download_search_result .select{
    width:100px;
    padding:0 10px;
}
.download_search_result .select img{
    width:18px;
    height:18px;
    display: inline-block;
    vertical-align: middle;
    cursor:pointer;
}
.download_search_result .checkbox .selected{
    display: none;
}
.download_search_result .checkbox.checked .selected{
    display: inline-block;
}
.download_search_result .checkbox.checked .unselected{
    display: none;
}
.download_search_result .select span{
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    color:#666666;
}
.download_search_result .code{ 
    width:50px;
    padding:0 20px;
}
.download_search_result .type{
    width:100px;
    padding:0 20px;
}
.download_search_result .name{
    width:350px;
    padding:0 20px;
}
.download_search_result .date{
    width:110px;
    padding:0 20px;
}
.download_search_result .download{
    width:100px;
    padding:0 20px;
}
.download_search_result .downurl{
    width:116px;
    padding:0 20px;
}
.download_search_result .downurl span{
    color: deepskyblue!important;
    cursor: pointer;
}
.download_search_result .download img{
    width:24px;
    height:24px;
    cursor:pointer;
}
.download_search_result .stop{
    width:200px;
    padding:0 20px;
}
.download_search_result .replace{
    width:200px;
    padding:0 20px;
}
.download_search_result .remark{
    width:360px;
    padding:0 20px;
}
/* 产品交叉参考 */
.service_form_content{
    width:900px;
    margin:34px auto 0 auto;
}
.service_form_content>.title{
    font-size:18px;
    color:#000e35;
    text-align: center;
    line-height: 25px;
}
.service_form_content>.tips{
    margin-top:40px;
    font-size:12px;
    color:#666;
    padding-left:75px;
    line-height:23px;
}
.service_form_content .form_header{
    line-height:50px;
    background-color:#f0f1f5;
    border-radius:2px 2px 0 0;
    font-size:14px;
    color:#000e35;
    text-align: center;
    position: relative;
}
.service_form_content .form_header .btns{
    position: absolute;
    right:0;
    top:0;
}
.service_form_content .form_header .btns div{
    display: inline-block;
    margin-right:35px;
    font-size:0;
    color:#666;
    vertical-align: top;
    cursor:pointer;
}
.service_form_content .form_header .btns img{
    width:16px;
    height:16px;
    display: inline-block;
    margin-right:8px;
    vertical-align: middle;
}
.service_form_content .form_header .btns span{
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
}
.service_form_content form .form_input{
    width:340px;
    display: inline-block;
    vertical-align: top;
}
.service_form_content .form_content{
    background-color:#f9f9f9;
    padding:0 75px 24px 75px;
}
.service_form_content form .label{
    font-size:12px;
    line-height:17px;
    color:#666;
    padding-top:12px;
}
.service_form_content form .label font{
    color:#e72e2e;
}
.service_form_content .user_info{
    margin-top:30px;
}
.service_form_content .user_info .name,.service_form_content .user_info .email{
    margin-right:70px;
}
.service_form_content .submit{
    line-height:40px;
    font-size:15px;
    text-align:center;
    color:#fff;
    background-color:#106ace;
    width:240px;
    border-radius:2px;
    margin:73px auto;
    cursor:pointer;
}
.service_form_content form input{
    width:318px;
    height:38px;
    line-height: 38px;
    padding:0 10px;
    outline: none;
    border:1px solid #e2e2e2;
    border-radius:2px;
    font-size:14px;
    margin-top:5px;
}
.service_form_content form textarea{
    width:728px;
    height:68px;
    line-height: 20px;
    padding:10px;
    outline: none;
    border:1px solid #e2e2e2;
    border-radius:2px;
    font-size:14px;
    margin-top:5px;
}

.service_cross_content .product_info{
    margin-top:7px;
    display: block;
}
.product_info .manufacturer{
    margin-right:70px;
}

.add_product_info{
    background-color:#f0f1f5;
    text-align: center;
    line-height:50px;
    height:50px;
    font-size: 12px;
    color: #106ace;
    cursor:pointer;
}

.questionnaire_info{
    width:770px;
    margin:0 auto;
}
.questionnaire_content textarea{
    width: 745px;
}
.questionnaire_info .checkbox{
    margin-bottom:30px;
}
.questionnaire_info .list{
    margin-top:14px;
    width:800px;
    margin-left:-30px;
}
.questionnaire_info .list>div{
    margin-top:14px;
    margin-left:30px;
    line-height:20px;
    display: inline-block;
    vertical-align: top;
    font-size:12px;
    color:#333;
    text-indent: 30px;
    background-image:;
    background-size:20px 20px;
    background-position:left top;
    background-repeat:no-repeat;
    cursor:pointer;
}
.questionnaire_info .list>.selected{
    background-image:;
}

.model {
    font-size: 16px;
    width:666px;
    height:122px;
    box-shadow:0 0 10px rgba(0,0,0,.4);
    border-radius:8px;
    padding:1em;
    padding-top:0;
    position:fixed;
    z-index:9999;
    background-color:#fff;
    display:none;
}
.model-header {
    font-size: 16px;
    border-bottom:1px solid #eaeaea;
    height:35px;
    line-height:35px;
    text-align:center;
}
.close{
    font-size: 16px;
    position:absolute;
    top:0;
    right:15px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:block;
    color:#666;
    cursor:pointer;
}
.close:hover{
    color:#a30d10;
}
.mask{
    font-size: 16px;
    background-color:#000;
    width:100%;
    height:100%;
    opacity:.3;
    filter:alpha(opacity=30);
    position:absolute;
    left:0;
    top:0;
    z-index:0;
    display:none;
}

.modeliptcls {
    color:#333;
    line-height:normal;
    font-family:"microsoft yahei",tahoma,verdana,simsun;
    font-style:normal;
    font-variant:normal;
    font-size-adjust:none;
    font-stretch:normal;
    font-weight:normal;
    margin-top:26px;
    margin-bottom:0px;
    margin-left:0px;
    padding-top:4px;
    padding-right:4px;
    padding-bottom:4px;
    padding-left:4px;
    font-size:15px;
    outline-width:medium;
    outline-style:none;
    outline-color:invert;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    text-shadow:0px 1px 2px #fff;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position-x:left;
    background-position-y:top;
    background-size:auto;
    background-origin:padding-box;
    background-clip:border-box;
    background-color:rgb(255,255,255);
    margin-right:8px;
    border-top-color:#ccc;
    border-right-color:#ccc;
    border-bottom-color:#ccc;
    border-left-color:#ccc;
    border-top-width:1px;
    border-right-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-top-style:solid;
    border-right-style:solid;
    border-bottom-style:solid;
    border-left-style:solid;
    width: 520px;
    height: 30px;
}
.modeliptcls:focus {
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0px 0px 6px #007eff;
    -moz-box-shadow: 0px 0px 5px #007eff;
    box-shadow: 0px 0px 5px #007eff;

}
.copyimg {
    cursor: pointer;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 24px;


}