.service_header{
    height:200px;
    width:100%;
	background:url(../images/news_header.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: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: inline-block;
    line-height:38px;
    height:38px;
    cursor:pointer;
    margin-left:-1px;
}
.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:170px;*/
    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;
	background:#F2F2F2;
	border-radius:15px;
	padding:5px 20px;
}
.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,.download_search_type_new .item:hover .name{
    color:#fff;
	background:#EE8C0D;
	border-radius:15px;
	padding:5px 20px;
}
.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;
}
.faqlist{width:1000px; margin:42px auto 0 auto; font-size:14px;}
.faqlist dl{margin-bottom:20px; border-bottom:1px solid #e1e1df; padding-bottom:10px;}
.faqlist dt{font-weight:bold; margin-bottom:20px;}
.faqlist dt a{color: #000000; font-weight: bold;}
.faqlist dl:hover dt a{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;
	text-align: left;
}
.download_search_result .date{
    width:110px;
    padding:0 20px;
}
.download_search_result .download{
    width:100px;
    padding:0 20px;
}
.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:url('../images/check.png');
    background-size:20px 20px;
    background-position:left top;
    background-repeat:no-repeat;
    cursor:pointer;
}
.questionnaire_info .list>.selected{
    background-image:url('../images/checked.png');
}

@media (max-width: 768px) {
	.service_header{height:150px;}
	.faqlist{width:95%; margin:0 auto;}
}