.service_header{
    height:200px;
    width:100%;
    background:url('../images/header_bg.png') 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:80px;
    text-align: center;
}
.service_header .label span{
    display: inline-block;
    height: 1px;
    width: 75px;
    background: rgba(255, 255, 255, 0.6);
    vertical-align: middle;
}
.service_header .nav{
    width: 1200px;
    margin: 0 auto;
}
.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:#fff;
    vertical-align: middle;
    margin-left:3px;
}
.service_header .nav span font{
    opacity: 0.7;
}
.service_header .nav a{
    color:#fff;
    opacity: 0.7;
}
.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: 24px;
    height: 24px;
    top: 7px;
    right: 15px;
    cursor:pointer;
}
.download_search_type{
    margin:35px auto;
    width: 1200px;
}
.download_search_type .item{
    padding: 0 21px;
    margin-right: 10px;
    color:#333;
    font-size:14px;
    display: inline-block;
    vertical-align:middle;
    height:32px;
    line-height: 32px;
    cursor:pointer;
}
.download_search_type .item:hover{
    color: #004193;
}
.download_search_type .item.selected{
    color:#EE8C0D;
    line-height: 32px;
    height:32px;
    background: #004193;
    font-size: 14px;
    color: #FFFFFF;
}
.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;
    border-right: 1px solid #e1e1e1;
    padding: 0 20px;
}
.download_search_type_new .item:last-child{
    border-right: none;
}
.download_search_type_new .item .logo{
    width:120px;
    height:120px;
    display: block;
    margin: 0 auto;
}
.download_search_type_new .item .name{
    font-size:16px;
    color:#333;
    line-height: 25px;
}
.download_search_type_new .item .name font{
    font-size: 12px;
}
.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: #0052B9;
}
.download_product_type{
    width: 1200px;
    margin:35px auto;
}
.download_product_type .item{
    margin-right: 10px;
    color:#333;
    font-size:14px;
    display: inline-block;
    vertical-align:middle;
    height:32px;
    line-height: 32px;
    cursor:pointer;
}
.download_product_type .item{
    padding: 0 21px;
}
.download_product_type .item.selected{
    background: #004193;
    color: #fff;
}
.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;
    text-align: left;
    padding-left: 50px;
}
.download_search_result .result_content{
    border-bottom:1px solid #EDEDED;
    background-color:#fff;
    padding:25px 50px;
    line-height:20px;
    text-align: left;
}
.download_search_result .result_content:hover{
    background-color:#FAFAFA;
}
.download_search_result>div>div>div{
    display: inline-block;
    vertical-align: middle;
    font-size:12px;
    text-align: center;
}
.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:80px;
    padding:0 10px;
}
.download_search_result .type{
    width:170px;
    padding:0 20px;
}
.download_search_result .name{
    width:440px;
    padding:0 20px;
}
.download_search_result .date{
    width:110px;
    padding:0 20px;
}
.download_search_result .sent_date{
    width: 156px;
    text-align: center;
}
.download_search_result .download{
    width:100px;
    padding:0 20px;
    box-sizing: border-box;
}
.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:16px;
    cursor:pointer;
}
.download_search_result .stop{
    width:190px;
    padding:0 20px;
}
.download_search_result .replace{
    width:190px;
    padding:0 20px;
}
.download_search_result .remark{
    width:320px;
    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:1050px;
    height:68px;
    line-height: 20px;
    padding:10px;
    outline: none;
    border:1px solid #E2E2E2;
    border-radius:2px;
    font-size:14px;
    margin-top:5px;
    box-sizing: border-box;
}

.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:url('https://lxh-image-001.oss-cn-hangzhou.aliyuncs.com/chenzhu/check.png');
    background-size:20px 20px;
    background-position:left top;
    background-repeat:no-repeat;
    cursor:pointer;
}
.questionnaire_info .list>.selected{
    background-image:url('https://lxh-image-001.oss-cn-hangzhou.aliyuncs.com/chenzhu/checked.png');
}

.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;
}
.five_year_tag{
    position: absolute;
    left: 438px;
}