* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    font-family: Arial,Verdana,微软雅黑;    
}
ul li{
    list-style-type:none;
}
section {
    overflow: hidden;
    clear: both;
}

img {
    /*width: 100%;/
    /*height: auto;*/
    cursor: pointer;
}

a {
    color: #ab1d05;
    text-decoration: none;
}
.mt3{
    margin-top: 3em;
}
.mt2{
    margin-top:2em !important;
}
.mt4{
    margin-top:4em !important;
}
.head{
    padding: 10px 0;
}
.banner a img{
    width: 100%;
}
.logo_img{
    margin-top: 10px;
}

.logo_img .col-lg-10{
    line-height: 24px;
    margin-top: 17px;
}
.info_bg{
    width: 100%;
    padding: 20px 0;
    background-color: #f9f9f9;
}
.info_con p{
    text-indent: 2em;
}
.info_btn a{
    display: inline-block;
    width: 140px;
    height: 32px;
    background: #cc463d;
    text-align: center;
    color: #fff;
    line-height: 32px;
    border-radius: 2px;
}
/*期刊*/
.qk_title h2{
    color: #6a773f;
    font-size: 24px;
    line-height: 24px;
}
.qk_title span{
    color: #6a773f;
    font-size: 30px;
    position: relative;
    padding: 0 30px;
}
.qk_title span:before{
    content: "";
    display: inline-block;
    width: 14px;
    height:14px;
    background-color: #6a773f;
    position: absolute;
    top: 10px;
    left:0;
}
.qk_title span:after{
    content: "";
    display: inline-block;
    width: 14px;
    height:14px;
    background-color: #6a773f;
    position: absolute;
    top: 10px;
    right:0;
}
.qk_con{
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 30px;
}
.qk_con img{
    height: 278px;
    border: 1px solid #efefef;
}
.qk_con h5{
    margin-top: 5px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.qk_con p{
    text-align: center;
    height: 24px;
    overflow: hidden;
    color: #666;
}
.qk_con a{
    display: inline-block;
    width: 100%;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    background-color: #cc463d;
    color: #fff;
}
/*常见问题*/
.bg_red{
    background-color: #cc463d;
    padding-bottom: 30px;
    margin-top: 4em !important;
}
.t_icon,.b_icon{
    width: 56px;
    height: 50px;
    margin: auto;
    position: relative;
}
.t_icon span{
    display:block;
    width:0;
    height:0;
    border-width:28px 28px 0;
    border-style:solid;
    border-color:#fff transparent transparent;/*黄 透明 透明 */
    position:absolute;
    top:0px;
    left:0px;
}
.b_icon span{
    display:block;
    width:0;
    height:0;
    border-width:28px 28px 0;
    border-style:solid;
    border-color:#cc463d transparent transparent;/*黄 透明 透明 */
    position:absolute;
    top:0px;
    left:0px;
}
.pro_con{
    margin-top: 30px;
}
.pro_title h2{
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}
.pro_title span{
    color: #fff;
    font-size: 30px;
    position: relative;
    padding: 0 30px;
}
.pro_title span:before{
    content: "";
    display: inline-block;
    width: 14px;
    height:14px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left:0;
}
.pro_title span:after{
    content: "";
    display: inline-block;
    width: 14px;
    height:14px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    right:0;
}
.pro_img{
    height:470px;
    background: url(/Specials/zctiaojian/pro_img.png) no-repeat;
    background-size: 80%;
    margin: auto;
}
.pro_img_con p{
    color: #fff;
    margin-top: 5px;
    font-size: 16px;
}
.pro_img_con a{
    color: #fc0;
}
.pro_list li{
    overflow: hidden;
    margin-top: 5px;
}
.pro_list li .pro_t{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 0.5rem;
    background: #f2f2f2;
    position: relative;
}
.pro_t a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.pro_t a i{
    font-size: 16px;
}
.pro_t:after{
    content: "";
     display:block;
    width:0;
    height:0;
    border-width:20px 21px 20px 0;
    border-style:solid;
    border-color:transparent #fc0 transparent transparent;/*透明 黄 透明 透明 */
    position:absolute;
    top:0px;
    right:0px;
}
.pro_list li p{
    color: #fff;
    line-height: 28px;
    text-indent: 2em;
    margin-top: 5px;
   
    overflow: hidden;
}
.pro_list li p a{
    color: #fc0;
}
/*<!-- 服务优势 -->*/
.fw_bg{
    width: 100%;
    background: url(/Specials/zctiaojian/fw_bg.jpg) no-repeat;
    background-size: 100%;
}
.fw_title h2{
    font-size: 32px;
    font-weight: 600;
}
.fw_title h2 span{
    font-size: 32px;
    color: #6a773f;
    padding-right: 10px;
}
.fw_title p{
    padding-top: 5px;
}
.fw_bgImg{
    background: url(/Specials/zctiaojian/fw_bgImg.png) no-repeat;
    background-size: 90% 180px;
    overflow: hidden;
    height: 180px;
    position: relative;
}
.fw_bgImg strong{
    position: absolute;
    color: #f2d335;
    font-style: italic;
    font-size: 32px;
    top: 16px;
    left: 23px;
}
.fw_bgImg h5{
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left:150px;
    top: 22px;
}
.fw_bgImg p{
    position: absolute;
    width: 65%;
    top: 80px;
    left: 50px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}
.fw_tel{
    font-size: 20px;
    line-height: 26px;
    margin-top: 2em;
    background: #f9f9f9;
    padding: 10px 0;
}
.fw_tel strong{
    font-size: 20px;
}
.fw_tel a{
    font-size: 20px;
}
/*论文范文*/
.pa_leftw{
    width: 48%;
	margin:0 1%;
}
.pa_list1{
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0;
    background: #f9f9f9;
    margin-top: 30px;
}
.pa_list li{
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-top: 20px;
    position: relative;
}
.pa_list li a{
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
    vertical-align: middle;
    padding-left: 5px;
}
.pa_list li span{
    float: right;
    color: #999;
    font-size: 12px;
}
.h_top{
    width: 100%;
    height: 2px;
    background: #c2463d;
}
.pa_list1 .col-md-8  a{
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
	color:#000;
}
.pa_list1 .col-md-4  a img{
    border:1px solid #ccc;
    padding: 2px;
}
.pa_list1 .col-md-8 p{
    text-indent: 2em;
    margin-top: 2px;
    color: #666;
    height: 100px;
    overflow: hidden;
}

footer{
    width: 100%;
    padding: 10px 0;
    
}
.nav{
     width: 100%;
     background: #c2463d; 
     padding: 7px 0;
}
.nav a{
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 20px;
    padding: 0 10px;
    font-size: 12px;
}
.nav a:last-child{
    border-right: none;
}
footer  p{
    line-height: 20px !important;
    margin-bottom: 0 !important;
    font-size: 12px;
}

@media (min-width: 1200px){
    .container{
        width: 1200px;
        margin: 0 auto;
    }
    
}
@media (max-width: 1200px){
    .logo_img div a img{
        width: 20%;
    }
    .logo_img{
        margin-top: 0 !important;
    }
    
    
}
@media screen and (max-width:1024px){
    .logo_img .col-lg-10{
        margin-top: 2px;
        line-height: 20px;
    }
    .pa_leftw{
        width:100%;
    }
    /*服务优势*/
     .fw_bgImg strong{
        top: 15px;
        left: 15px;
    }
     .fw_bgImg{
        background-size: 90% 160px;
        height: 160px;
        margin-top: 2em;
    }
    .fw_bgImg h5{
        left: 120px;
        top: 19px;
    }
    .logo_img div a img{
        width:100%;
    }

}
@media screen and (min-width:768px){
    .qk_con img{
        height: 165px;
    }
}

@media screen and (min-width:1024px){
    .qk_con img{
        height: 210px;
		width:100%;
    }    

}
@media screen and (min-width:415px) and (max-width:1024px){
        .info_con{
        margin-left: 0;
    }

}
@media screen and (max-width:768px){  
    .logo_img .col-lg-10{
        text-align:center;
    } 
    .pro_img_con{display:none; }
    .info_con .col-xs-12 img{
        width: 90px;
        height: 76px;
        margin: auto;
    }
    .info_btn a{
        width: 100%;
    }
    .info_btn{
        text-align: center;
        margin-top: 5px;
    }
    .info_brief p{
        margin-top: 10px;
    }  
    .logo_img div a img{
        width: 20%;
    }
    .qk_con img{
        height: 155px;
    }
    .qk_title span,.pro_title span,.fw_title h2,.fw_title h2 span{
        font-size: 24px;
    }
    .qk_title h2,.pro_title h2{
        font-size: 18px;
    }
    .qk_title span:before {
        top: 6px;
    }
    .qk_title span:after{
        top: 6px;
    }
    .pro_title span:before{
         top: 6px;
    }
    .pro_title span:after{
        top: 6px;
    }
    /*服务优势*/
    .fw_bgImg{
        background-size: 90% 129px;
        height: 129px;
        margin-top: 2em;
    }
    .fw_bgImg strong{
        font-size: 20px;
        top: 13px;
        left: 14px;
    }
    .fw_bgImg h5{
        font-size: 14px;
        left: 97px;
        top: 12px;
    }
    .fw_bgImg p{
        top: 55px;
        left: 43px;
        font-size: 14px;
        line-height: 20px;
    } 
    .fw_tel{
        font-size: 18px;
    }
    .fw_tel strong{
        font-size: 18px;
    }
     .fw_tel a{
        font-size: 18px;
    }
    .mt4{
            margin-top: 3em !important;
        }
    .mt2{
        margin-top: 1em !important;
    }
    .bg_red{
        margin-top: 3em !important;
    }
    .t_icon, .b_icon{
        height: 30px;
    }
    .pa_list1{
        margin-top: 2em;
    }
    .nav{
        margin-top: 2em !important;
    }

}
@media screen and (max-width:414px){
    .logo_img div a img{
       /* width: 30%;*/
    }
    /*服务优势*/
    .fw_bgImg{
        background-size: 90% 111px;
        height: 111px;
    }
    .fw_bgImg p{
        top: 43px;
        left: 43px;
    }
    .fw_bgImg h5{
        left: 76px;
        top: 9px;
    }
    .fw_bgImg strong{
        top: 10px;
        left: 10px;
    }
    
    .fw_title h2 span{
        font-size: 18px;
    }
    .fw_title h2{
        font-size: 18px;
    }
    .fw_title p{
        font-size: 12px;
    }
    .logo_img .col-lg-10{
        font-size: 12px;
    }
}
@media screen and (max-width:375px){
    /*服务优势*/
    .fw_bgImg{
        background-size: 90% 100px;
        height: 100px;
    }
    .fw_bgImg strong{
        top: 7px;
        left: 9px;
        font-size: 18px;
    }
    .fw_bgImg h5{
        left: 70px;
        top: 7px;
    }
    .fw_bgImg p{
        top: 43px;
        left: 35px;
        font-size: 12px;
        line-height: 16px;
    }
}
@media screen and (max-width:320px){
    .qk_con img{
        height: 125px;
    }
    /*服务优势*/
     .fw_bgImg{
        background-size: 90% 90px;
        height: 90px;
    }
    .fw_bgImg p{
        left: 30px;
        top: 38px;
    }
    .fw_bgImg h5{
        left: 52px;
        top: 4px;
    }
    .fw_bgImg strong{
        top: 5px;
        left: 8px;
    }
}

/*start banner*/
.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}
.banner-area .box-table {
    display: table;
    width: 100%;
}
body, .banner-area, .banner-area div {
    height: 600px;
}
.shadow {
    position: relative;
    z-index: 1;
}
.banner-area .box-cell, .banner-area .box-cell div {
    height: auto;
}
.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
	text-align: center;
	color: #fff;
}
.banner-area {
    position: relative;
    overflow: hidden;
}
.zixun{
	width:100%;height:100%; position:absolute; top:200px;z-index: 1000;
}
.biaoti{font-size: 80px;padding: 20px;display: block;text-shadow: 0px 4px 5px #942aeb;
    font-weight: bold;font-family:'jdzhonyuanjian180fd719cb1f45e';color: #fff;}
.xbiaoti{font-size: 30px;display: block;text-shadow: 0px 4px 3px #1369d7;
    font-weight: bold;color: #fff;}
@media (min-width:1366px){
.slider-thumb,.bg-fixed{background: url(/Specials/zctiaojian/banner3.jpg)no-repeat; background-size: 100% 100%;}
}
@media (min-width:1023px) and (max-width:1366px){
.slider-thumb,.bg-fixed{background: url(/Specials/zctiaojian/dipadbanner2.jpg)no-repeat; background-size: 100% 100%;}
}
@media (min-width:767px) and (max-width:1023px){
.slider-thumb,.bg-fixed{background: url(/Specials/zctiaojian/ipadbanner2.jpg)no-repeat; background-size: 100% 100%;}
.biaoti {
    font-size: 60px;
		padding: 20px;}
}
@media (max-width:767px){
.slider-thumb,.bg-fixed{background: url(/Specials/zctiaojian/iphone2.jpg)no-repeat; background-size: 100% 100%;}
.biaoti {
font-size: 41px;
	padding: 20px;}
body, .banner-area, .banner-area div {
	height: 500px;
}
.banner-area .box-cell{margin-top: -100px;}
}
.logo {
    position: absolute;
    left: 24%;
    top: 5%;
    z-index: 10000;
    height: auto!important;
}
/*end banner*/

.pop_l {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	}
.pop_l ul {
	border-radius: 8px;
	width: 80px;
	
	}
.pop_l ul li {
	display: block;
	text-align: center;
	font-size: 15px;
	position: relative;
	margin-bottom: 10px;
	background: #2188b7;
	line-height: 18px;
	box-shadow: 0px 0px 10px #ddd;
	}
.pop_l ul li:hover { background: #1781b1}
.pop_l ul li:first-child { background: none; box-shadow: none;}
.pop_l ul li:first-child img{ max-width: 100%; }
.pop_l ul li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	color: #fff;
	}
.pop_l ul li:last-child { border-bottom: none;}
.pop_l ul li p {
	position: absolute;
	display: none;
	width: 125px;
	top: 0px;
	right: 85px;
	padding: 5px 5px;
	font-size: 13px;
	border: 1px solid #ddd;
	line-height: 18px;
	background: #fff;
	}
.pop_l ul li p img {
	display: block;
	max-width: 100%;
	}
.pop_l ul li:hover p { display: block;}