@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
input,select,option,textarea{outline: none;}
ul,ol,li { list-style:none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1;}
i,em { font-style: normal;}
img { max-width: 100%;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00; transition:all .2s linear;}
.clearfix:after { content:""; display: table; line-height: 0; clear: both;}
.container { width: 1200px; margin: 0px auto;}
.f12 { font-size: 12px;} .f15 { font-size: 15px;} .f16 { font-size: 16px;} .f18 { font-size: 18px;}
.fl { float: left;} .fr { float: right;}.left{ float:left;}.right{ float:right;}
.flex { display: flex; flex-wrap: wrap; justify-content: space-between;}
.align { align-items: center;} .justify { justify-content: center;} .start { justify-content: flex-start;}
.clear { content:""; clear: both; overflow: hidden; display: block;}
.ptb30 { padding: 30px 0px;} .ptb20 { padding: 20px 0px 40px;} .ptb10 { padding: 10px 0px;} .pl15 { padding-left: 15px;} .p30 { padding: 30px 30px;} .p75 { padding: 70px 0px 50px;} .p62 { padding: 60px 0px 20px;}
.ml20 { margin-left: 20px;} .mtb10 { margin: 10px 0px 20px;} .mb20 { margin-bottom: 20px;} .mtb20 { margin: 20px auto;} 
.bf5 { background: #f5f5f5;}
.c6 { color: #666;}
.c9 { color: #999;}


.top {
	height: 35px;
	line-height: 35px;
    border-bottom: 1px solid #e6ebf0;
    background-color: #fcfcfc;
	}
.logo a{
	display: block;
    height: 70px;
    width: 280px;
    line-height: 70px;
	background: url(../images/bj.png) top center no-repeat;
    background-position: 0 0;
    background-position-y: 13px;
	}
.h-search{
	border: 1px solid #00b2b8;
	height: 40px;
	width: 493px;
	border-radius: 3px;
	margin-top: 17px;
	}
.h-search .h-select{
	position: relative;
	float: left;
	width: 90px;
	height: 38px;
	}
.h-select cite{
	position: relative;
	cursor: pointer;
	display: block;
	height: 38px;
	padding: 0 15px;
	color: #666;
	font-weight: bold;
	line-height: 38px;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.h-select cite:after{
	content: "\e687";
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	}
.h-select-menu{
	display: none;
	position: absolute;
	left: -1px;
	right: -2px;
	top: 100%;
	background-color: #fff;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 1px solid #00b2b8;
	z-index: 99;
	}
.h-select-menu li a{
	display: block;
	padding: 10px 15px;
	color: #666;
	}
.h-select-menu li a:hover{ background-color: #f9f9f9;}
.search-form{
	position: relative;
	float: right;
	width: 400px;
	border-left: 1px solid #dce1e6;
	}
.search-form .search-input{
	height: 38px;
	line-height: 38px;
	width: 100%; 
	text-indent: 15px; 
	}
.search-form .search-button{
	width: 80px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background-color: #00b2b8;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 0;
	outline: none;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: -1px;
	top: 0;
	}
	
.h_button { margin-top: 17px;}
.h_button li {
	width: 70px;
	display: block;
	text-align: center;
	position: relative;
	cursor: pointer;
	}
.h_button li i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../images/bj.png) 0 -1200px no-repeat;
	}
.h_button li:nth-child(2) i { background-position: -40px -1200px;}
.h_button li:nth-child(3) i { background-position: -80px -1200px;}
.h_button li p {
	position: absolute;
	display: none;
	width: 150px;
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0,0,0,.08);
	border-radius: 4px;
	padding: 5px 5px;
	text-align: center;
	top: 43px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	}
.h_button li:hover p{ display: block;}

.nav-menu.dropdown .cate-navbar{display: none;}
.nav-menu.dropdown:hover .cate-navbar{display:block;}
.col-panel-header{margin-bottom: 20px;height: 22px;}

.nav_line { border-bottom: 2px solid #00b2b8;}
.navbar{position: relative;height: 50px;}
.nav-menu{position: relative;height: 50px;}
.nav-text{
	width: 200px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	background-color: #00b2b8;
	border-radius: 5px 5px 0 0;
	}
.nav-text span{
	display: inline-block;
	vertical-align: middle;
	}
.nav-text .txt{
	font-size: 18px;
	font-weight: bold;
	}
.nav-text .iconfont{
	font-size: 20px;
	margin-top: 2px;
	}

.nav{
	width: 1000px;
	height: 50px;
	}
.nav li{
	width:120px;
	line-height: 50px;
	text-align: center;
	}
.nav li a{
	font-size: 16px;
	display: block;
	}
.nav li.active a{color: #f49329;font-weight: bold;}
.nav li a:hover{color: #f49329;}

.cate-navbar{
	width: 200px;
	height: 450px;
	position: absolute;
	top: 100%;
	background-color: rgba(4,12,38,.9);
	}
.cate-nav>li{
	border-bottom: 1px dashed rgba(255,255,255,.1); 
	height: 90px;
	}
.cate-nav>li p{
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.cate-nav>li p a{
	color: #afafaf;
	font-size: 12px;
	padding: 0 4px;
	}
.cate-nav>li:last-child{border-bottom: 0;}
.cate-nav>li:last-child>a{padding:25px 20px 5px 20px;}
.cate-nav>li>a{
	display: block;
	color: #eee;
	padding: 25px 20px 5px 20px;
	font-size: 0;
	}
.cate-nav>li>a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	}
.cate-nav>li>a span.icon-fenleitb1{background-position: 0px -72px;}
.cate-nav>li>a span.icon-fenleitb2{background-position: -44px -72px;}
.cate-nav>li>a span.icon-fenleitb3{background-position: -91px -72px;}
.cate-nav>li>a span.icon-fenleitb4{background-position: -138px -72px;}
.cate-nav>li>a span.icon-fenleitb5{background-position: -187px -72px;}
.cate-nav>li>a span.icon-fenleitb6{background-position: -238px -72px;}
.cate-popover .c-header .icon-fenleitb11{background-position: 0px -111px;}
.cate-popover .c-header .icon-fenleitb22{background-position: -44px -111px;}
.cate-popover .c-header .icon-fenleitb33{background-position: -91px -111px;}
.cate-popover .c-header .icon-fenleitb44{background-position: -138px -111px;}
.cate-popover .c-header .icon-fenleitb55{background-position: -187px -111px;}
.cate-popover .c-header .icon-fenleitb66{background-position: -238px -111px;}
.cate-popover .c-header .fenleitb{
	font-size: 20px;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 10px;
	float: left;
	}
.cate-nav>li>a .fenleitb{
	font-size: 20px;
	width: 20px;
	height: 20px;
	}
.cate-nav li a:hover{color: #f49329;}
.cate-nav>li>a .txt{font-size: 15px;}
.cate-popover{
	display: none;
	width: 900px;
	height: 450px;
	position: absolute;
	left: 200px;
	top: 0px;
	background-color: #fff;
	border: 1px solid #00b2b8;
	}
.cate-nav>li:hover{background-color: rgba(4,12,38,.7);}
.cate-nav>li:hover .cate-popover{display: block;}
.c-header{
	color: #f49329;
	font-size: 16px;
	margin-bottom: 10px;
	padding: 30px 0px 0 30px;
	}
.c-header .iconfont{
	display: inline-block;
	margin-right: 10px;
	}
.c-subnav{
	overflow: hidden; 
	padding: 0 60px;
	}
.c-subnav li{
	line-height: 30px;
	padding: 5px 0;
	width: 120px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.c-subnav li a{opacity: .9;}
.shoulu{padding: 0px 20px; overflow: hidden;}
.shoulu a {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	}
.shoulu a img{    
	margin: 10px 10px;
    display: block;
    border-radius: 10px;
}

.hd,.fenleitb{background: url(../images/bj.png) top center no-repeat;}

/**/
.banner {
	width: 100%;
	height: 448px;
	background: url(../images/banner.jpg) center center no-repeat;
	}
.banner a {
	width: 100%;
	height: 448px;
	display: block;
	}
	
/*期刊新*/
.bar-box {
    height: 44px;
    line-height: 45px;
    margin-bottom: 15px;
	}
.bar-box .title {
    height: 45px;
    min-width: 80px;
    max-width: 450px;
    overflow: hidden;
    margin-right: 50px;
    float: left;
    font-size: 28px;
    color: #00b2b8;
	}
.bar-box .nav2 {
    height: 45px;
    max-width: 850px;
    overflow: hidden;
    float: right;
    font-size: 12px;
    color: #999;
	}
.bar-box .title a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
	}
.bar-box .nav2 a:hover {
    color: #00b2b8;
    text-decoration: none;
	}
.bar-box .nav2 a {
    height: 25px;
    line-height: 25px;
    color: #666;
	}
.bar-box .nav2 span {
    color: #ccc;
    margin: 0 10px;
	}
	
.articles-box{overflow: hidden;}
.articles-box ul{}
.articles-box ul li{
	width: 176px;
	height: 290px;
	float: left;
	margin: 0 28px 20px 0;
	position: relative;
	overflow: hidden;
	}
.articles-box ul li:nth-child(6n) { margin-right: 0px;}
.articles-box ul li.box-item .item-image{
	border: 1px solid #eaeaea;
	padding: 15px 0;
	margin-bottom: 5px;
	text-align: center;
	background: #fff;
}
.articles-box ul li.box-item:hover .item-image{
	border: 1px solid #00b2b8;
}
.articles-box ul li.box-item .item-image a{
	width: 130px;
	height: 180px;
	display: inline-block;
	overflow: hidden;
}
.articles-box ul li.box-item .item-image a img{
	width: 130px;
	height: 180px;
}
.articles-box ul li.box-item .item-title{
	height: 35px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title a{
	line-height: 35px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
}
.articles-box ul li:hover .item-title a{color:#00b2b8;}
.articles-box ul li.box-item .item-title2{
	height: 59px;
	text-align: center;
	overflow: hidden;
}
.articles-box ul li.box-item .item-title2 a{
	line-height: 28px;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #008fcc;
}
.articles-box ul li.box-item .item-issue{
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
}
.articles-box ul li.box-item .item-info{
	height: 24px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-align: center;
}
.articles-box ul li.box-item .item-info a{
	margin-right: 5px;
	font-size: 12px;
	color: #777;
}
.articles-box ul li.box-item .item-info a:hover{color:#f49329;}
.articles-box ul li.box-item .item-icon{
	width: 19px;
	height: 41px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.articles-box ul li.box-item .hx{
	background: url(../img/bj.png) top center no-repeat;
    background-position: -125px -162px;
}
.img-con img {
    transform: scale(1);
    transition: transform 1s linear .1s;
}
.img-con img:hover {
    transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -webkit-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
}
/*期刊结束*/

/***/
.bg_cr{
	background-color: #f5f7fa;
	overflow: hidden;
	}

.pp-header{
	text-align: center;
	margin-bottom: 20px;
	}
.pp-header .en{
	font-size: 50px;
	color: #f0f0f0;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	}
.pp-header .ch{
	font-size: 28px;
	line-height: 1;
	margin-top: -20px;
	font-weight: bold;
	}
	
.fwmx_index {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
	}
.fwmx_index li {
	width: 49%;
	background: url(../images/fwmx-1.png) right center no-repeat;
	background-size: auto 70%;
	padding: 20px 20px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 10px;
	margin-top: 25px;
	transition: all 1s;
	}
.fwmx_index li h4 {
	display: block;
	font-size: 14px;
	}
.fwmx_index li h4 span {
	color: #f60;
	font-weight: bold;
	}
.fwmx_index li strong {
	font-size: 18px;
	line-height: 40px;
	display: block;
	color: #00b2b8;
	}
.fwmx_index li b { font-size: 30px; font-weight: bold;}
.fwmx_index li h5 {
	display: inline-table;
	margin-right: 10px;
	}
.fwmx_index li p {
	display: inline-block;
	width: 160px;
	padding: 10px 10px;
	background: #fff;
	border-radius: 5px;
	margin: 5px 0px;
	font-size: 14px;
	}
.fwmx_index li:hover {
	background: #fff url(../images/fwmx-1.png) right 15px no-repeat;
	background-size: auto 70%;
	border-radius: 10px;
	box-shadow: 0px 0px 15px rgb(0,0,0,.1);
	transform:translateY(-15px);
	}
.fwmx_more {
	position: absolute;
	display: inline-block;
	padding: 10px 30px;
	background: #00b2b8;
	color: #fff;
	border-radius: 5px;
	bottom: -40px;
	left: 70%;
	transition: 1s;
	}
.fwmx_more:hover { color: #ff0;}
.fwmx_index li:hover .fwmx_more { bottom: 20px;} 
.fwmx_index li:nth-child(2) { background-image: url(../images/fwmx-2.png);}
.fwmx_index li:nth-child(3) { background-image: url(../images/fwmx-3.png);}
.fwmx_index li:nth-child(4) { background-image: url(../images/fwmx-4.png);}
/*.fwmx_index li:nth-child(3) .fwmx_more, .fwmx_index li:nth-child(4) .fwmx_more { left: 25%;}*/
.fwmx_index li:hover p { background: rgb(0, 178, 184, .2);}
.ptp50 { padding-top: 50px;}

/*期刊侧边栏 start*/
.col-navbar{width: 53px;position: fixed;left: 0;top: 5%;}
@media (min-width: 1380px){.col-navbar{left: 50%;margin-left: -695px;}}
.cc-nav li .tool-box2{
	height: 40px;
    border-radius: 3px;
    background-color: #747e8e;
    color: #fff;
    line-height: 40px;
    text-align: center;
}
.col-navbar{display: none;}
.cc-nav li{margin-bottom: 2px;}
.cc-nav li a{position: relative;display: block;height: 40px;border-radius: 3px;background-color: #747e8e;color: #fff;line-height: 40px;text-align: center;}
.cc-nav li.current a{background-color: #ffaa17;color: #fff;}
.cc-nav li.current a:after{width: 0;height: 0;border-top: 20px solid transparent;border-left: 20px solid #ffaa17;border-bottom: 20px solid transparent;font-size: 0;line-height: 0;content: ' ';position: absolute;top: 0;right: -19px;}
/*期刊侧边栏 end*/

.cs_index{
	background-color: #fff; 
	display: block; 
	overflow: hidden; 
	border-radius:5px;
	margin-top: 25px;
	width: 49%;
	}
.cs_index h2{ display: block; overflow: hidden;border-bottom: 1px solid #f5f7fa;height: 50px;line-height: 50px;}
.cs_index h2 strong{ float: left;  font-size: 18px; color:#00b2b8 ; margin-left: 20px;}
.cs_index h2 strong:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 4px;
    margin-right: 10px;
    background-color: #00b2b8;
    position: relative;
    top: 2px;
}
.cs_index h2 span{ float: right; font-weight:normal; font-size: 12px; margin-right: 20px; }
.cs_index h2 span a{color: #999;}

.cs_index ul{ display: block; overflow: hidden; padding: 20px;}
.cs_index ul li{
	display: block; 
	height:40px; 
	overflow:hidden; 
	line-height:40px;
	width: 100%;
	float: left;
	position: relative;
	padding-left: 15px;
	}
.cs_index ul li:after {
	content:"";
	position: absolute;
	display: block;
	width: 4px;
	height: 4px;
	background: #999;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	}
.cs_index ul li:nth-child(even){margin-right: 30px;}
.cs_index ul li a{ 
	width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-decoration:none; 
    font-size: 14px; 
    color: #666;
}

.cs_index ul li a:hover{color: #f49329;}
.cs_index ul li i{font-size: 12px;font-style:normal; float:right;COLOR: #999999;line-height: 35px; width:75px;}

.centerCont{
    float: left;
    margin-top: 5px;
}
.centerCont .pic {
    float: left;
    width: 180px;
    height: 100px;
    margin-right: 20px;
}
.centerCont .cont {
    float: left;
    width: calc(100% - 200px);
    margin: 6px 0px;
}
.pic img {
    width: 100%;
    height: 100%;
}
.centerCont h4 {
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.centerCont .article {
    float: left;
    margin-bottom: 16px;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.ys_index { padding: 30px 0px;}
.ys_index li{
	width: 23%;
	margin: 10px 0px;
	background: linear-gradient(0deg, #e2f6f1, #ebfffc);
	box-shadow: 0 0 15px rgb(12,103,69,.15);
	border-radius: 15px;
	border: 1px solid #fff;
	padding: 40px 0px 20px 40px;
	position: relative;
	cursor: pointer;
	transition: all 1s;
	}
.ys_index li h4{
    font-size: 20px;
    color: #333;
	}
.ys_index li span {
    position: absolute;
	padding: 3px 10px;
    top: 2px;
    left: 2px;
	color: #fff;
	background: #00b2b8;
	border-radius: 15px 0px 15px 0px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	}
.ys_index li p {
	font-size: 16px;
    color: #272848;
	display: block;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.ys_index li:hover {background: linear-gradient(0deg, #ebfffc, #e2f6f1); box-shadow: 0px 0px 25px rgb(12,103,69,.25);transform:translateY(-5px);}

	
.xz_box {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 50px;
	}
.xz_box li {
	width: 24%;
	background: #f9f9f9;
	border: 1px solid #dbe3ff;
	border-radius: 4px;
	padding-bottom: 20px;
	}
.xz_box li h4 {
	display: block;
	background: #fff;
	border-radius: 4px;
	border-bottom: 1px solid #dbe3ff;
	box-shadow: 0px 5px 10px rgb(0,0,0,.05);
	text-align: center;
	padding: 25px 0px;
	font-size: 18px;
	margin-bottom: 15px;
	}
.xz_box li h4 span {
	display: block;
	font-size: 14px;
	color: #00b2b8;
	}
.xz_box li strong {
	font-size: 22px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #00b2b8;
	}
.xz_box li p {
	line-height: 40px;
	font-size: 18px;
	background: url(../images/box2_check.png) left center no-repeat;
	background-size: auto 25px;
	padding-left: 40px;
	margin: 0px 30px;
	}
	
/*广告位 流程*/
.site-progress{background: url(../images/fabiao_bg.png) center top no-repeat;}
.progress-cells{background-color: #fff;border-radius: 30px;padding: 50px 20px;box-shadow: 0 0 20px rgba(0,0,0,.1);}
.progress-xcbox{padding-left: 61px;padding-top: 70px;padding-bottom: 60px;color: #fff;}
.progress-xcbox p { line-height: 40px;}
.progress-xcbox .pp-button{box-shadow: 0 0px 10px rgb(255, 220, 129);background: linear-gradient(0deg, #ff8821, #ffa436);display: inline-block;color: #fff;font-weight: bold;font-size: 16px;width: 180px;height: 50px;line-height: 50px;text-align: center;border-radius: 50px; margin-top: 30px; margin-right: 30px;}
.progress-xcbox .pp-button i {
	display: inline-block;
	width: 22px;
	height: 10px;
	background: url(../images/more-icon1.png) 0 0 no-repeat;
	vertical-align: middle;
	margin-left: 15px;
	}
.progress-xcbox .pp-button:hover{background: linear-gradient(0deg, #ffa436, #ff8821);}
/*shouyebiaodan*/
.bdbox4 {
	display: flex;
	justify-content: space-between;
	padding: 0px 30px;
	}
.bd_4_form {
	width: 30%;
	padding: 10px 10px;
	background: #00b2b8;
	border-radius: 10px;
	box-shadow: 5px 5px 25px rgb(187,114,70,.3);
	}
.bd_4_form .bd_4_bg {
	background: #fff;
	border-radius: 10px;
	padding: 25px 20px;
	}
.bd_4_form .bd_4_bg h3 {
	line-height: 40px;
	font-size: 20px;
	color: #000;
	background: linear-gradient(45deg, #ffc735, #ffd781);
	box-shadow: 2px 2px 10px rgb(0,0,0,.2);
	border-radius: 4px;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	}
.bd_4_form form input {
	line-height: 40px;
	width: 100%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 15px 0px 0px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.bd_4_form button {
	line-height: 42px;
	background: #00b2b8;
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	width: 100%;
	display: block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin: 15px 0px 0px;
	}
.bd_4_tit {
	width: 65%;
	background: url(../images/bd-4-1.png) left bottom no-repeat;
	background-size: auto 85%;
	}
.bd_4_tit h4 {
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 60px;
	}
.bd_4_tit h4 font { color: #00b2b8;}
.bd_4_tit p {
	background: rgb(255,255,255,.5);
	box-shadow: 0px 0px 25px rgb(0, 178, 184, .2);
	border-radius: 10px;
	padding: 30px 40px;
	font-size: 18px;
	line-height: 40px;
	text-indent: 2em;
	margin-left: 50%;
	}
	
/*footer*/
.footer{
	background-color: #2a2a2a;
	margin-top: 30px;
	}
.foot-main{
	overflow: hidden;
	padding: 30px 0;
	}
.link-itemBox{width: 65%;}
.link-item {height: 20px;}
.link-item a {
    margin-right: 3%;
    color: #666;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    box-sizing: border-box;
	}
.link-item a:hover{color: #00b2b8;}
.link-item a:last-child { margin-right: 0px;}
.foot_inner {
    line-height: 30px;
    padding-top: 15px;
    color: #777;
	}
.link_logo {
	flex: 1;
	display: block;
	margin-left: 100px;
	text-align: center;
	color: #666;
	}
.link_logo strong {
	display: block;
	font-size: 40px;
	color: #999;
	}
.link_logo span { color: #666;}
	
/*位置*/
.breadcrumb {
	line-height:50px;
	font-size:15px;
	color:#999;
	}
.breadcrumb>a{color:#999;}

/***/
.ban_hx {
	width: 100%;
	height: 300px;
	background: url(../images/ban-hx.jpg) center center no-repeat;
	}
/***国内介绍**/
.gn_main {
	display: flex;
	justify-content: space-around;
	}
.gn_left {
	display: inline-table;
	}
.gn_left h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 15px;
	}
.gn_left p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	}
.gn_left span {
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
	}
.gn_left span a {
	margin: 10px 5px;
    width: calc(25% - 10px);
	display: block;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.10);
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
	}
.gn_left span a i {
	display: block;
	position: relative;
	padding-right: 40px;
	text-align: right;
	}
.gn_left span a i:before {
	content: "";
    position: absolute;
    top: 10px;
    right: 5px;
    width: 25px;
    height: 20px;
    background: url(../images/bj.png) -460px 0px no-repeat;
	}
.gn_left span a:hover { background: #00b2b8; color: #fff;}
.gn_left span a:hover i:before { background-position: -460px -30px;}
.gn_img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
	}
.gn_img img {
	max-width: inherit;
	box-shadow: 5px 5px 25px rgb(0,0,0,.15);
	}
.tit_cont {
	text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	}
.tit_p {
	text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
	}
/******服务明细*****/
.fwmx {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
	}
.fwmx li {
	margin: 10px 20px;
    width: calc(25% - 40px);
	border-radius: 5px;
	padding: 15px 35px 25px;
	}
.fwmx li em {
	font-size: 24px;
	display: inline-block;
	border-bottom: 2px solid #00b2b8;
	padding-bottom: 3px;
	color: #888;
	}
.fwmx li strong {
	display: block;
	padding: 15px 0px;
	font-size: 26px;
	text-align: center;
	}
.fwmx li p {
	font-size: 15px;
	line-height: 24px;
	color: #888;
	text-align: center;
	}
.fwmx li span {
	background: #a9a9a9;
	border-radius: 30px;
	line-height: 30px;
	padding: 0px 25px;
	display: table;
	margin: 10px auto 0px;
	font-size: 16px;
	color: #fff;
	}
.fwmx li:hover span {background: #00b2b8; color: #fff;}
.fwmx li:hover { box-shadow: 0px 0px 25px rgba(0,0,0,.08);}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #00b2b8;
	border-radius: 30px;
	padding: 0px 70px;
	line-height: 55px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 20px rgba(8,100,93,.5); color: #fff; text-decoration: none;}
.more a:last-child { background: #f60; margin-left: 80px;}

/****期刊推荐****/
.qktj_bg {
	width: 100%;
	background: #f2f2f2;
	padding: 80px 0px 30px;
	}
.qktj_tit {
	font-weight: bold;
    font-size: 30px;
    margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	}
.qktj_tit h3 {
	display: block;
	}
.qktj_tit h3 a { color:#00b2b8;}
.qktj_tit h3 b {
    display: block;
    opacity: .10;
    color: #000;
    font-size: 56px;
	}
.qktj_tit span a {
	display: inline-block;
	margin-top: 80px;
	font-size: 14px;
	background: url(../images/ico_03.png) left center no-repeat;
	padding-left: 24px;
	}
	
.qklef{
	height: 678px; 
	overflow: hidden;
	}
.sub_qktit {
	height:40px;
	line-height:40px;
	font-size:20px;
	padding: 0px 50px;
	display: flex;
	justify-content: space-around;
	}
.sub_qktit span {
	display:inline-block;
	text-align:center;
	cursor:pointer;
	width: 120px;
	border: 1px solid #666; 
	border-radius: 30px;
	}
.sub_qktit span a { display: block; color: #666;}
.sub_qktit .act{ background: #000;}
.sub_qktit .act a { color:#fff;}
.qksub{ margin-bottom:10px;}
.qklist{
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	}
.qklist:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qklist li{
	margin: 10px 10px;
    width: calc(20% - 20px);
	padding: 5px 5px;
	background: #fff;
	position: relative;
	}
.qklist li img{
	width: 100%;
	height: 260px;
	}
.qklist li .img_r{
	position: absolute; 
	bottom: 0px; 
	left: 0; 
	background: rgba(255,255,255,.9);
	padding: 10px 10px;
	width: 100%;
	}
.img_r h5{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0 5px;
	}
.img_r h5 a:hover { color: #00b2b8;}
.img_r p{
	font-size: 12px;
	line-height: 24px;
	padding-bottom: 7px;
	}
.img_r p font{ margin: 0px 5px; color: #f00;}
.img_r span {
	border-top: 1px solid #a5a5a5;
	padding-top: 10px;
	display: block;
	}
.img_r span a{
	display: block;
	color: #666;
	background: url(../images/ico_04.png) right center no-repeat;
	}
.img_r span a:hover{
	color: #00b2b8;
	background-image: url(../images/ico_04a.png);
	}
	
/*****8大用途*****/
.yt_eight {
	width: 100%;
	background: #00b2b8;
	padding: 60px 0px 20px;
	}
.yt_eight .more a{ background: #fff; color: #00b2b8;}
.yt_eight .tit_cont { color: #fff;}
.yt_eight .tit_cont b {
	display: block;
    opacity: .10;
    color: #fff;
    font-size: 56px;
	}
.yt_box { position: relative;}
.yt_box:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 0px;
	border-top: 1px solid #fff;
	left: 0px;
	top: 50%;
	}
.yt_box ul {
	display: flex;
	justify-content: space-around;
	}
.yt_box ul li {
	margin: 10px 30px;
    width: calc(25% - 60px);
	text-align: center;
	color: #fff;
	position: relative;
	cursor: pointer;
	}
.yt_box ul li:after {
	content:"";
	position: absolute;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	left: 50%;
	margin-left: -7px;
	}
.yt_box ul li:hover span{ background: #fff; color: #00b2b8;}
.yt_box ul li:hover:after { content:"●"; font-size: 34px; padding: 5px; line-height: 18px; text-align: center; display: table; border: 1px solid #fff; background: #00b2b8;}
.yt_box ul li p {
	font-size: 15px;
	line-height: 26px;
	}
.yt_box ul li span {
	display: inline-block;
	border-radius: 30px;
	border: 1px dotted #fff;
	line-height: 40px;
	padding: 0px 30px;
	font-size: 20px;
	margin-top: 20px;
	}
.yt_box ul:nth-child(1) { padding-left: 115px;}
.yt_box ul:nth-child(1) li:after { bottom: -28px;}
.yt_box ul:nth-child(1) li:hover:after { margin-left: -15px; bottom: -36px;}
.yt_box ul:nth-child(2) { padding-right: 115px;}
.yt_box ul:nth-child(2) p { margin-top: 20px;}
.yt_box ul:nth-child(2) li:after { top: -7px;}
.yt_box ul:nth-child(2) li:hover:after { margin-left: -15px; top: -16px;}

/*****服务特色*****/
.fwts_box {
	display: flex;
	justify-content: space-around;
	}
.fwts_box li {
	margin: 10px 10px;
    width: calc(25% - 20px);
	text-align: center;
	padding: 40px 20px;
	border-radius: 10px;
	background: #fff;
	transition:transform 0.3s ease;
	cursor: pointer;
	}
.fwts_box li:hover{transform:translateY(-10px); box-shadow: 0px 0px 30px rgba(0,0,0,.2);}
.fwts_box li i {
	display: block;
	width: 55px;
    height: 70px;
    background-image: url(../images/bj.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 20px;
	}
.fwts_box li:nth-child(1) i {background-position: 2px -579px;}
.fwts_box li:nth-child(2) i {
    width: 75px;
    height: 70px;
    background-position: -78px -579px;
	}
.fwts_box li:nth-child(3) i {
    width: 60px;
    background-position: -178px -579px;
	}
.fwts_box li:nth-child(4) i {
    width: 65px;
    background-position: -253px -579px;
	}
.fwts_box li strong {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 23px;
    text-align: center;
	display: block;
	}
.fwts_box li p {
	text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 20px;
	}

/**发表须知**/
.fbxz_bg {
	width: 100%;
	background: url(../images/fbxz.jpg) center center no-repeat;
	padding: 60px 0px;
	}
.fbxz_bg .container {
	display: flex;
	}
.fbxz_box_l h3{
	font-size: 30px;
	color: #fff;
	border-left: 8px solid #00b2b8;
	padding-left: 35px;
	}
.fbxz_box_l ul li {
	background: rgb(255,255,255,.1);
	padding: 0px 20px 5px;
	margin-top: 10px;
	}
.fbxz_box_l ul li h4 {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: 230px;
	position: relative;
	}

.fbxz_box_l ul li p {
	line-height: 20px;
	color: #7d7c87;
	}
.fbxz_box_l ul li span {
	line-height: 20px;
	color: #ff6d0d;
	display: inline-block;
	}
.fbxz_box_l ul li span a {
	display: inline-block;
	padding: 0px 5px;
	color: #00b2b8;
	border: 1px solid #00b2b8;
	border-radius: 5px;
	margin-left: 10px;
	}
.fbxz_box_l ul li span a:hover { background: #00b2b8; color: #fff;}
	
.fbxz_box_r {
	display: inline-block;
	width: 305px;
	background: #fff;
	margin-left: 30px;
	}
.fbxz_box_r p {
	margin-top: 15px;
	font-size: 16px;
	display: inline-block;
	line-height: 34px;
	padding: 0px 35px;
	}
.fbxz_box_r p font {
	font-weight: bold;
	color: #f00;
	}
	
/**核心咨询要素**/
.hxys { padding-bottom: 50px;}
.hxys h4 {
	font-size: 24px;
	color: #ff3838;
	display: block;
	margin-bottom: 20px;
	}
.hxys li {
	font-size: 15px;
    line-height: 28px;
	border-left: 1px dashed #00b2b8;
	position: relative;
	padding-left: 30px;
	}
.hxys li:before {
	content:"";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 21px;
	border: 1px solid #00b2b8;
	border-radius: 50%;
	left: -12px;
	top: 2px;
	}
.hxys li i {
	content:"";
	position: absolute;
	display: inline-block;
	width:9px;
	height: 9px;
	background: #00b2b8;
	border-radius: 50%;
	left: -5px;
	top: 9px;
	border: 1px solid #00b2b8;
	}
.hxys li strong {
	display: block;
	font-size: 18px;
	color: #f00;
	}
	
/** 著作教材出版 **/
.ban_zzcb {
	width: 100%;
	height: 300px;
	background: url(../images/ban-zzcb.jpg) center center no-repeat;
	}
.cb_sh ul li {
  	width: 49%;
  	background: linear-gradient(142deg, #36c6ea, #26c9b2);
  	border-radius: 10px;
  	margin-bottom: 20px;
	}
.sh-img {
	display: block;
	margin: 0px auto;
	height: 220px;
	}
.cb_sh ul li .content {
  	padding: 30px 50px;
  	margin-right: 20px;
  	display: flex;
	align-items: center;
  	background: url(../images/cb1.png) right bottom no-repeat;
	}
.cb_sh ul li .content img {
  	display: inline-block;
  	height: auto;
  	animation: 1s ease;
  	transform-origin: 50% 100%;
	}
.cb_sh ul li .content .text {
  	padding-left: 50px;
  	display: block;
  	vertical-align: middle;
	}
.cb_sh ul li .content .text h4 {
  	font-size: 22px;
  	color: #fff;
  	display: block;
	font-weight: 700;
  	margin-bottom: 15px;
	}

.cb_sh ul li .content .text p {
  	font-size: 16px;
  	color: #fff;
	line-height: 30px;
	}

.cb_sh ul li:hover .content img {
  animation-name: vf;
}
@keyframes vf {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0);
  }
}

/**/
.server_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.server_box ul li {
	margin: 10px 10px;
	width: calc(25% - 20px);
	background: #fff;
	box-shadow: 0px 0px 25px rgba(0,0,0,.08);
	border-radius: 10px;
	transition:transform 0.3s ease;
	padding: 20px 30px;
	}
.server_box ul li:hover{ transform:translateY(-6px); cursor: pointer;}
.server_box ul li a strong {
	display: block;
	font-size: 26px;
	line-height:60px;
	color: #fff;
	border-radius: 15px 15px 0px 0px;
	border-bottom: 1px solid #e5e5e5;
	}
.server_box ul li a p {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 10px;
	}
.server_box ul li a:hover { text-decoration: none;}
.server_box ul li:nth-child(1) strong{ color: #00ccc9;}
.server_box ul li:nth-child(2) strong{ color: #0c8efe;}
.server_box ul li:nth-child(3) strong{ color: #8174f7;}
.server_box ul li:nth-child(4) strong{ color: #2dd4e7;}
.server_box ul li:nth-child(5) strong{ color: #8174f7;}
.server_box ul li:nth-child(6) strong{ color: #2dd4e7;}
.server_box ul li:nth-child(7) strong{ color: #00ccc9;}
.server_box ul li:nth-child(8) strong{ color: #0c8efe;}

.server_box ul li:nth-child(1){ background: #fff url(../images/gj_fw_1.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(2){ background: #fff url(../images/gj_fw_2.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(3){ background: #fff url(../images/gj_fw_3.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(4){ background: #fff url(../images/gj_fw_4.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(5){ background: #fff url(../images/gj_fw_5.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(6){ background: #fff url(../images/gj_fw_6.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(7){ background: #fff url(../images/gj_fw_7.png) 120% 145% no-repeat; background-size: auto 60%;}
.server_box ul li:nth-child(8){ background: #fff url(../images/gj_fw_8.png) 120% 145% no-repeat; background-size: auto 60%;}

/**/
.cb_xq li{
	width: 32%;
	background: linear-gradient(90deg, #f7fff9, #f3fffc);
	position: relative;
	}
.cb_xq li i {
	position: absolute;
	display: block;
	width: 183px;
	height: 99px;
	top: 55px;
	right: 0px;
	}
.cb_xq li:nth-child(1) i { background: url(../images/cb-4.png) 0 0 no-repeat;}
.cb_xq li:nth-child(2) i { background: url(../images/cb-5.png) 0 0 no-repeat;}
.cb_xq li:nth-child(3) i { background: url(../images/cb-6.png) 0 0 no-repeat;}
.cb_xq li strong {
	display: block;
	font-size: 24px;
	padding: 40px 40px 0px;
	}
.cb_xq li p {
	font-size: 16px;
	line-height: 34px;
	padding: 10px 180px 10px 40px;
	}
.cb_xq li a {
	display: block;
    padding: 20px 0 20px 46px;
    color: #111;
    font-size: 18px;
    background: #e7faf8 url(../images/cb-3.png) no-repeat;
    background-position: 136px;
	}
.cb_xq li:hover {background: linear-gradient(90deg, #fff7f8, #fff7f3)}
.cb_xq li:hover a { background: #fff1f0 url(../images/cb-3-a.png) no-repeat; background-position: 136px;}

/**/
.lc_box {
	margin: 30px 0px 0;
	display: flex;
	}
.lc_box li {
	width: 12.5%;
	text-align: center;
	cursor: pointer;
	}
.lc_box li b {
	display: inline-block;
	line-height: 28px;
	border: 2px solid #957bd2;
	border-radius: 5px;
	padding: 0px 15px;
	color: #957bd2;
	position: relative;
	font-size: 16px;
	}
.lc_box li b:after {
	content:"▼";
	position: absolute;
	font-size: 16px;
	color: #957bd2;
	bottom: -30px;
	left: 50%;
	margin-left: -8px;
	}
.lc_box li strong {
	width: 100%;
	display: block;
	margin: 30px 0px 30px;
	position: relative;
	font-size: 30px;
	}
.lc_box li strong:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 26px;
	background: #957bd2;
	left: 0px;
	top: 50%;
	margin-top: -13px;
	}
.lc_box li strong font {
	position: relative;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 36px;
	border-radius: 50%;
	background: #957bd2;
	border: 6px solid #fff;
	padding: 2px;
	display: inline-block;
	color: #fff;
	transition:all 0.7s;
	}
.lc_box li p {
	background: #957bd2;
	height: 120px;
	margin: 20px 10px;
	font-size: 16px;
	padding: 15px 10px;
	color: #fff;
	border-radius: 5px;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.lc_box li p:after {
	content:"";
	position: absolute;
	top: -40px;
	left: 50%;
	margin-left: -20px;
	width:0;
	height:0;  
    line-height:0;  
    border-width:20px;  
    border-style:solid;  
    border-color: transparent transparent #957bd2 transparent;
	}
.lc_box li:nth-child(2) b{ color: #64b2ff; border-color: #64b2ff;}
.lc_box li:nth-child(2) b:after { color: #64b2ff;}
.lc_box li:nth-child(2) strong:before, .lc_box li:nth-child(2) strong font { background-color: #64b2ff;}
.lc_box li:nth-child(2) p { background: #64b2ff;}
.lc_box li:nth-child(2) p:after { border-color: transparent transparent #64b2ff transparent;}

.lc_box li:nth-child(3) b{ color: #01bdeb; border-color: #01bdeb;}
.lc_box li:nth-child(3) b:after { color: #01bdeb;}
.lc_box li:nth-child(3) strong:before, .lc_box li:nth-child(3) strong font { background-color: #01bdeb;}
.lc_box li:nth-child(3) p { background: #01bdeb;}
.lc_box li:nth-child(3) p:after { border-color: transparent transparent #01bdeb transparent;}

.lc_box li:nth-child(4) b{ color: #009594; border-color: #009594;}
.lc_box li:nth-child(4) b:after { color: #009594;}
.lc_box li:nth-child(4) strong:before, .lc_box li:nth-child(4) strong font { background-color: #009594;}
.lc_box li:nth-child(4) p { background: #009594;}
.lc_box li:nth-child(4) p:after { border-color: transparent transparent #009594 transparent;}

.lc_box li:nth-child(5) b{ color: #feb401; border-color: #feb401;}
.lc_box li:nth-child(5) b:after { color: #feb401;}
.lc_box li:nth-child(5) strong:before, .lc_box li:nth-child(5) strong font { background-color: #feb401;}
.lc_box li:nth-child(5) p { background: #feb401;}
.lc_box li:nth-child(5) p:after { border-color: transparent transparent #feb401 transparent;}

.lc_box li:nth-child(6) b{ color: #fe8b21; border-color: #fe8b21;}
.lc_box li:nth-child(6) b:after { color: #fe8b21;}
.lc_box li:nth-child(6) strong:before, .lc_box li:nth-child(6) strong font { background-color: #fe8b21;}
.lc_box li:nth-child(6) p { background: #fe8b21;}
.lc_box li:nth-child(6) p:after { border-color: transparent transparent #fe8b21 transparent;}

.lc_box li:nth-child(7) b{ color: #fc679e; border-color: #fc679e;}
.lc_box li:nth-child(7) b:after { color: #fc679e;}
.lc_box li:nth-child(7) strong:before, .lc_box li:nth-child(7) strong font { background-color: #fc679e;}
.lc_box li:nth-child(7) p { background: #fc679e;}
.lc_box li:nth-child(7) p:after { border-color: transparent transparent #fc679e transparent;}

.lc_box li:nth-child(8) b{ color: #cc0001; border-color: #cc0001;}
.lc_box li:nth-child(8) b:after { color: #cc0001;}
.lc_box li:nth-child(8) strong:before, .lc_box li:nth-child(8) strong font { background-color: #cc0001;}
.lc_box li:nth-child(8) p { background: #cc0001;}
.lc_box li:nth-child(8) p:after { border-color: transparent transparent #cc0001 transparent;}	
	
.lc_box li:hover font {transform: rotateY(360deg);}
.lc_box li:hover p { background: #000;}
.lc_box li:hover p:after {border-color: transparent transparent #000 transparent;}

/*al*/
.case_bg {
	width: 100%;
	background: url(../images/al_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	margin-top: 50px;
	}
.case_bg .tit_cont { color: #fff;}
.case {
	display: flex;
	padding: 20px 0px 60px;
	overflow: hidden;
	}
.case li {
	width: 16.667%;
	}
.case li a {
	display: block;
	height: 100%;
	}
.case li img { max-width: 100%; transition: all 0.5s ease-in-out;}
.case li:hover img {transform: scale(1.1);}

/** 著作教材出版 **/
.ban_zscq {
	width: 100%;
	height: 300px;
	background: url(../images/ban-cq.jpg) center center no-repeat;
	}
.cq_lx {
	height: 500px;
	background: url(../images/ball.png) center center no-repeat;
	position: relative;
	}
.cq_lx .cq_box {
	box-shadow: 0px 0px 30px rgb(0,0,0,.08);
	border-radius: 10px;
	padding: 20px 25px;
	position: absolute;
	}
.cq_lx .cq_box strong {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	}
.cq_lx .cq_box p {
	font-size: 16px;
	line-height: 28px;
	}
.cq_fm {
	top: 25px;
	left: 5%;
	background: #e1ecfe;
	}
.cq_sy {
	width: 420px;
	bottom: 130px;
	left: 0px;
	background: #e0fef9;
	}
.cq_wg {
	width: 482px;
	top: 60px;
	right: 0px;
	background: #fef7dc;
	}
.cq_rj {
	width: 520px;
	bottom: 45px;
	right: 0;
	background: #feefeb;
	}
	
/**/
.bg_cr2 { background: #fafafa;}
.cq_lc .cq_lc_img img { height: 600px; margin-right: 100px;}
.cq_ys { position: relative; padding-top: 80px;}
.cq_ys:before {
	content:"";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	background: linear-gradient(142deg, #EC1C00, #FF5400);
	border-radius: 50%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	}
.cq_ys:after {
	content:"";
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	background: #ddd;
	top: 0px;
	left: 50%;
	z-index: -1;
	}
.cq_ys ul:after {
	content:"";
	display: block;
	clear: both;
	}
.cq_ys li {
	float: left;
	width: 45%;
	margin-right: 5%;
	}
.cq_ys li strong {
	display: block;
	font-size: 22px;
	text-align: right;
	position: relative;
	margin-bottom: 30px;
	}
.cq_ys li strong:after {
	content:"";
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: -67px;
	}
.cq_ys li strong:before {
	content:"";
	position: absolute;
	display: block;
	width: 60px;
	height: 1px;
	background: #ddd;
	top: 50%;
	right: -65px;
	}
.cq_ys li div {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgb(0,0,0,.08);
	padding: 20px 30px;
	}
.cq_ys li div p {
	font-size: 18px;
	line-height: 34px;
	}
.cq_ys li div span {
	display: block;
	text-align: center;
	padding: 25px 0px;
	}
.cq_ys li div span a {
	display: inline-block;
	padding: 10px 30px;
	background: #00b2b8;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	margin: 0px 20px;
	}
.cq_ys li div span a:last-child { background: #fe8b21;}
.cq_ys li div span a:hover {background: #fe8b21;}
.cq_ys li div span a:hover:last-child {background: #00b2b8;}
.cq_ys li:last-child { margin-right: 0px; margin-left: 5%; margin-top: 8%;}
.cq_ys li:last-child strong { text-align: left;}
.cq_ys li:last-child strong:after { right: auto; left: -67px;}
.cq_ys li:last-child strong:before { right: auto; left: -65px;}

/*******软件著作登记*****/
.rjzz_bg {
	width: 100%;
	height: 650px;
	background: url(../images/rjdj-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0px;
	margin-top: 30px;
	}
.rj_box {
	margin-top: 30px;
	background: #fff;
	padding: 20px 0px 20px 20px;
	}
.rj_l {
	width: 400px;
	height: 310px;
	border: 1px solid #01b8da;
	background: url(../images/rj-1.jpg) center top no-repeat;
	color: #233059;
	}
.rj_l strong {
	display: block;
	font-size: 30px;
	text-align: center;
	padding: 60px 0px;
	}
.rj_l p {
	font-size: 20px;
	padding-left: 30px;
	}
.rj_l a {
	font-size: 16px;
	background-color: #ff5e51;
	line-height: 30px;
	padding: 0px 20px;
	border-radius: 5px 5px;
	color: #fff;
	display: inline-block;
	margin-left: 30px;
	margin-top: 30px;
	}
.rj_l a:hover { background-color: #233059;}

.rj_r { width: 760px;}
.rj_r li {
	float: left;
	width: 50%;
	}
.rj_r li div {
	height: 144px;
	background: url(../images/rj-2.jpg) center center no-repeat;
	background-size: cover;
	border-radius: 10px 10px;
	border: 1px solid #01b8da;
	color: #fff;
	margin: 0px 20px 20px 0px;
	}
.rj_r li div strong {
	display: block;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	padding-top: 10px;
	}
.rj_r li div p { padding-left: 15px;}
.rj_r li div a {
	font-size: 16px;
	background-color: #3eb7d6;
	line-height: 30px;
	padding: 0px 20px;
	border-radius: 5px 5px;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	margin-top: 25px;
	}
.rj_r li div a:hover { background-color: #ff5e51;}
.rj_r li:nth-child(3) div, .rj_r li:nth-child(4) div { margin-bottom: 0px;}

/**/
.cq_rjq {
	width: 100%;
	background: url(../images/cq_fwbg.jpg) center bottom no-repeat;
	padding: 80px 0px;
	}
.cq_r_box {
	display: block;
	text-align: center;
	}
.cq_r_box h3 {
	display: inline-block;
	font-size: 50px;
	position: relative;
	font-weight: bold;
	margin-top: 50px;
	z-index: 10;
	}
.cq_r_box h3:after {
	content:"";
	position: absolute;
	width: 200px;
	height: 169px;
	background: url(../images/sprite.png) 0 0 no-repeat;
	background-size: auto 50%;
	top: -40px;
	left: -40px;
	z-index: -1;
	opacity: .3;
	}
.cq_r_box h3 b { color: #00b2b8;}
.cq_r_box h3 font { color: #fe8b21;}
.cq_r_box h4 {
	display: block;
	font-size: 34px;
	padding: 50px 0px;
	}
.cq_r_box p a {
	display: inline-block;
	padding: 10px 50px;
	background: #00b2b8;
	border-radius: 30px;
	color: #fff;
	margin: 0px 30px;
	font-size: 18px;
	}
.cq_r_box p a:hover { background: #fe8b21;}

/*期刊伸缩分类*/
.filter-out{
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
	margin-bottom: 30px;
	}
.filter{
	border:1px solid #ececec;
	}

.filter .con{
	overflow: hidden;
}
.filter .con .l{
	width:120px;
	line-height:35px;
	margin-top:5px;
	font-size:14px;    
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .h{
	width:50px;
	line-height:24px;
	margin-top:11px;
	font-size:12px;    
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .h a{
	height:24px;
	line-height:24px;
	display:inline-block;
	padding:0 10px;
	white-space:nowrap;
	float:left;
	border-radius: 3px;
}
.filter .con .h _a:hover, .filter .con .h a.over{
	background-color:#ff982a;
	color:#fff;
	text-decoration:none;
}
.filter .con .r{
	width:958px;
	line-height:24px;
	font-size:14px;
	background-color:#fff;	
	float:left;
}
.filter .con .r ul{
	margin:10px 10px 0px 10px;
    height:auto;
    overflow:hidden;
}
.filter .con .r ul.collapse{
	height:25px;
}
.filter .con .r ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.filter .con .r ul li{
	height:25px;
	margin-right:10px;
	display:inline;
	float:left;
	margin-bottom: 5px;
}
.filter .con .r ul li a{
	height:24px;
	line-height:24px;
	display:inline-block;
	padding:0 10px;
	white-space:nowrap;
	border-radius: 3px;
}
.filter .con .r ul li _a:hover, .filter .con .r ul li a.over{
	background-color:#ff982a;
	color:#fff;
	text-decoration:none;
}
.filter .con .r ul li.split{
	width:100%;
	height:1px;
	margin:2px 0;
	overflow:hidden;
	border-bottom:1px dotted #ececec;
	/*clear:both;*/
}
.filter .con .m{
	width:70px;
	line-height:24px;
	margin-top:10px;
	font-size:12px;
	color:#666;
	text-align:center;
	float:left;
}
.filter .con .m a{
    color:#666666;
	padding:5px 10px;
}
.filter .con .m a i{
	width:10px;
	height:6px;
    margin-left:3px;
	overflow:hidden;
	display:inline-block;
	background:url(../images/bj.png) no-repeat left center;
	background-position:-318px -161px;
}
.filter .con .m a:hover{    
    color:#8D794D;
	text-decoration:none;
}
.filter .con .m a:hover i{
	background-position:-318px -171px;
}

.filter .scroll .r ul {}
.filter .scroll .m a i{
	background-position:-318px -180px;
}
.filter .scroll .m a:hover i{
	background-position:-318px -191px;
}
.filter-out .collapse{
	height:110px;
	overflow:hidden;
}
.filter-out .open{
	width:80px;
	height:20px;
	line-height:20px;
	border:1px solid #ececec;
	text-align:center;
	background-color:#fff;
	position:absolute;
	bottom:20px;
	left:560px;
}
.filter-out .open a{
	width:80px;
	height:20px;
	line-height:20px;
	display:inline-block;
	text-decoration:none;
}
.filter-out .open a i{
	width:10px;
	height:6px;
	line-height:20px;
    margin-left:3px;
	overflow:hidden;
	display:inline-block;
	background-image:url(../images/icon.png);
	background-position:0px -10px;
	background-repeat:no-repeat;
}
.filter-out .open a:hover i{
	background-position:0px 0px;
}
.filter-out .close a i{
	background-position:0px -30px;
}
.filter-out .close a:hover i{
	background-position:0px -20px;
}


/*期刊结束*/
/*分页*/
.text-center{text-align: center;}
.pages{font-size: 0;}
.pages *{display: inline-block;vertical-align: middle;}
.pages{padding: 30px 0;}
.pages a,.pages i{background-color: #fff;height: 38px;line-height: 38px;padding: 0 15px;font-size: 14px;margin-right: 5px;border: 1px solid #dcdcdc}
.pages a:hover,.pages i{background-color: #00b2b8;font-style: normal;color: #fff;border-color:#00b2b8}

/****************期刊内容页  start*****************/
.preview-box {
    border: 1px solid #eaeaea;
    position: relative;
    width: 330px;
    height: 465px;
}
.preview-box img{width: 100%;height: 100%;}
.info-box {
    min-height: 465px;
    position: relative;
    width: 840px;
	}
.info-box .box-title{
	height: 55px;
	margin-left: 20px;
	display: flex;
	}

.info-box .box-title h3 {
    height:28px;
    line-height:28px;
    font-family: "Microsoft YaHei";
    font-size:26px;
    color:#333;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-title h4 {
    height:40px;
    line-height:40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#666;
    font-weight:normal;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.info-box .box-qkjb{
    height:28px;
    line-height:28px;
    margin-left: 20px;
}
.info-box .box-qkjb a{
    padding: 4px 10px;
    margin-right: 20px;
    color: #f00;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid red;
    white-space: nowrap;
    border-radius: 5px;
}
.info-box .box-qksl{
	line-height: 33px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	display: flex;
}
.info-box .box-qksl .l{
	margin-left: 20px;
	width: 72px;
}
.info-box .box-qksl .r{
	width: 720px;
	float: left;
}
.info-box .box-qksl ul li{
	margin-right: 10px;
	height: 33px;
	overflow: hidden;
}
.info-box .box-qksl a{ 
	color: #666;
}
.info-box .box-qksl a:hover{
    color:#00b2b8;
}
.info-box .box-field {
    padding: 10px 20px 10px 20px;
    color: #666;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin-bottom: 20px;
	display: flex;
}
.info-box .box-field dl{
	width: 250px;
}
.info-box .box-field dl.w300{
	width: 300px;
}
.info-box .box-field dl dd{
    height:33px;
    line-height:33px;
    overflow:hidden;
    white-space:nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size:14px;
}
.info-box .box-field dl dd span {
	width: 70px;
	display: inline-block;
	text-align: right;
    color:#999;
    margin-right:3px;
}
.info-box .box-field dl dd a {
    color: #00b2b8;
}
.paper_info .info_down{margin-top:20px;}
.paper_info .info_down a{
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 20px;
    color: #18aec5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #18aec5;
    border-radius: 5px;
    text-align: left;
	font-size: 20px;
	}
.paper_info .info_down a i {
	width: 20px;
	height: 20px;
	margin: 0px 5px 15px 25px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/bj.png) top center no-repeat;
	background-position: -38px -511px;
    vertical-align: bottom;
	}
.paper_info .info_down a i.img2{background-position: -18px -511px;}
.paper_info .info_down a i.img3{background-position: 0px -530px;}
.paper_info .info_down a i.img4{background-position: -60px 0;}

.paper_info .info_down a:hover, .paper_info .info_down a.action{
    color: #fff;
    background-color: #18aec5;
	}
.paper_info .info_down a:hover i, .paper_info .info_down a.action i{background-position: -38px -530px;}
.paper_info .info_down a:hover i.img2, .paper_info .info_down a.action i.img2{background-position: -18px -530px;}
.paper_info .info_down a:hover i.img3, .paper_info .info_down a.action i.img3{background-position: 0px -530px;}
.paper_info .info_down a:hover i.img4, .paper_info .info_down a.action i.img4{background-position: -60px -20px;}
.qkconggw{width: 100%;margin: 50px 0 30px 0;}

#textContent { margin-top: 10px;}
/**/
.yw_box_bd {
	width: 100%;
	display: block;
	background: linear-gradient(0deg, #e2f6f1, #ebfffc);
	padding: 0px 30px 30px;
	margin-top: 20px;
	}
.yw_box_bd strong {
	font-size: 24px;
	padding: 30px 0px 30px 0;
	display: inline-block;
	color: #00b2b8;
	}
.yw_box_bd font { font-size: 19px;}
.yw_box_bd span{
	font-size: 16px;
}

.yw_box_bd form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.yw_box_bd form input {
	line-height: 44px;
	width: 32%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
.yw_box_bd form button{
	height: 46px;
	line-height: 46px;
	background: linear-gradient(to top, #00acc1, #4dd0e1);
	box-shadow: 0px 0px 10px rgb(200,32,62,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 50px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	vertical-align: bottom;
	}
	
.sci_flex {
	position: fixed;
	width: 50px;
	background: linear-gradient(320deg, #E67817, #2659a8);
	box-shadow: 5px 5px 15px rgb(0,0,0,.15);
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 18px;
	}
.sci_flex:hover {
	background: #2659a8;
	}
.sci_flex a {
	display: block;
	text-align: center;
	padding: 25px 10px;
	color:#fff;
	text-decoration:none;
	}
	
/*期刊详情 下半部分*/
/*左侧*/
.w920 {
    width: 840px;
}
/*导航*/
.sort-box .box-item dd a.active, .sort-box .box-item dd a:hover {
	color: #00b2b8;
	background-color: #fff;
	border-bottom: 2px solid #00b2b8;
}
.sort-box .box-item dd.asc a.active i, .sort-box .box-item dd.asc a:hover i{
    background-position: -9px 0;
}
.sort-box .box-item dd.desc a.active i, .sort-box .box-item dd.desc a:hover i{
    background-position: 0 0;
}
.sort-box .box-but{
	float: right;
}
.sort-box .box-but li{
	text-align: center;
	margin-right: 15px;
	float: left;
}
.sort-box .box-but a{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
	color: #00b2b8;
	display: inline-block;
	border: 1px solid #00b2b8;
	border-radius: 5px;
}
.sort-box .box-but a.active, .sort-box .box-but a:hover{
	background:#00b2b8;
	border-color:#00b2b8;
	color:#fff;
}
.sort-box{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #FFF;
	background-color: #f9f9f9;
	border: 1px solid #eaeaea;
}
.sort-box .box-item{
	display: flex;
}
.sort-box .box-item dd {
	text-align: center;
	width: 14.285%;
}
.sort-box .box-item dd:last-child a{ border-right: none;}
.sort-box .box-item dd a {
	height: 48px;
	line-height: 50px;
	padding: 0 30px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	border-right: 1px solid #eaeaea;
	border-bottom: 2px solid #f9f9f9;
}
/*标题结束*/

/*快速投稿start*/
.contribute{margin: 30px auto 50px auto;}
.contribute h2 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: bold;
}
.contribute .form_box {
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}
.contribute .form_box .form_item {
    width: 600px;
    float: left;
    margin-bottom: 12px;
    margin-right: 140px;
}
.contribute .form_box .form_item label {
    width: 70px;
    height: 28px;
    display: block;
    float: left;
    line-height: 28px;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    text-align: right;
    margin-right: 4px;
}
.contribute .form_box .form_item .period_name {
    width: 300px;
    height: 28px;
    background: #fff;
    border-radius: 2px;
    padding-left: 13px;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    float: left;
}
.contribute .form_box .form_item input {
    width: 320px;
    height: 28px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.35);
    padding-left: 13px;
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    float: left;
}
.contribute .form_box .form_item i {
    color: #e43235;
    float: left;
    line-height: 28px;
    margin-left: 4px;
    width: 10px;
    height: 28px;
    display: block;
}
.contribute .form_box .form_item p {
    color: rgba(0,0,0,0.85);
    line-height: 28px;
    font-size: 14px;
}
.contribute .form_box .inputFile_box {
    width: 300px;
    height: 40px;
    position: relative;
    left: 74px;
}
.contribute .form_box .inputFile_box .upfile_btn {
    width: 100px;
    height: 28px;
    border: 1px solid rgb(0, 178, 184);
    text-align: center;
    line-height: 28px;
    color: rgb(0, 178, 184);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
}
.contribute .form_box .inputFile_box .upfile_input {
    display: block;
    width: 100px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
}
.contribute .form_box .inputFile_box .upload_tips {
    padding-left: 110px;
}
.contribute .form_box .inputFile_box .file_name {
    line-height: 24px;
    margin-top: 6px;
    height: 24px;
    width: 215px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contribute .form_sub {
    width: 240px;
    height: 36px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
}
.contribute .form_sub .submit {
    width: 98px;
    height: 38px;
    display: inline-block;
    border: 0;
    outline: none;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgb(1, 167, 173);
    background: rgb(0, 178, 184);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.contribute .form_sub .submit:hover {
    opacity: .8;
}
.contribute .form_sub .clear:hover {
    color: rgba(5,138,150,0.8);
    border-color: rgba(5,138,150,0.8);
}
.contribute .form_sub .clear {
    color: rgba(0,0,0,0.65);
    border: 1px solid rgba(0,0,0,0.15);
}
.contribute .form_sub span {
    width: 98px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
.contribute .form_sub .clear {
    width: 98px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 4px;
}
/*快速投稿end*/

/*简介*/
.content-box {
    color: #000;
    margin-top: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.content-box .box-title{
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	margin-bottom: 20px;
}
.content-box .box-sub-title{
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 18px;
	color: #00b2b8;
	padding: 0 20px;
    border-left: 4px solid #00b2b8;
    background-color: #f5f5f5;
}
.content-box .box-echarts {
    width: 900px;
    height: 450px;
}
.content-box .box-echarts .box-echarts-con {
    width: 900px;
    height: 450px;
}
.content-box .box-con{
	line-height: 32px;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: left;
	text-indent: 2em;
}
.content-box .box-con .STYLE1 a{
	background: #00b2b8;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
}
.content-box .box-con .STYLE1 a:hover { background:#f60;}
.content-box .dym-item-wrap .dym-title a{
	font-weight: normal;
}

#box_span {
    font-size: 16px;
    font-weight: 800;
    color: #6a6a6a;
    padding-left: 20px;
}
.huifu ul li{
	margin-left: 2%;
}
.timeico{
	background: url(../images/bj.png) top center no-repeat;
    width: 15px;
    height: 15px;
    background-position: -89px -512px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.dym-wrap-box{ width: 840px;}
.dym-wrap-box .dym-article-box ul li .dym-item-wrap {padding: 2px 5px 20px 260px;height: 168px;}
.dym-article-box ul li {height: 165px;border-bottom: 1px solid #eee;  margin-top: 20px;  padding-bottom: 20px;  position: relative;}
.dym-article-box ul li:nth-last-child(1) .dym-item-wrap{padding-bottom: 0;}
.dym-wrap-box .dym-wrap .dym-article-box {min-height: auto;}
.dym-wrap-box .dym-wrap .dym-desc {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 28px;max-height: 110px;color: #787d82;}
.dym-item-wrap .dym-title a {margin-bottom: 10px;color:#404040;  cursor: pointer;  display: block;  font-size: 18px;  font-weight: 700;  line-height: 30px;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.dym-item-wrap a:hover {text-decoration: none;}
.dym-item-wrap .dym-title a:hover {color:#f49329;}
.dym-item-wrap .dym-desc,.c-t-desc {font-size: 14px;line-height: 24px;color: #666;overflow: hidden;}
.dym-wrap-box .dym-item-wrap .dym-at-pic img {
    width: 120px;
    height: 150px;
    border-radius: 5px;
    margin: 5px 20px 20px 0;
    overflow: hidden;
    float: left;
}

.mainqkxq { margin-top: 30px;}
.fixed {
    position: fixed;
    z-index: 1;
}
/*左侧*/
.rmwz-box{
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.lunwenr{width: 325px;}
.rmwz-box .box-title{
	height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 20px;
    color: #333;
    background-color: #f9f9f9;
    font-weight: bold;
    font-size: 16px;
}
.rmwz-box .box-con{
	margin: 0 5px;
	padding-bottom: 10px;
}
.rmwz-box .box-con li{
    margin: 10px 0;
    background: url(../images/bj.png) no-repeat left center;
    background-position: -369px -161px;
}
.rmwz-box .box-con li .title{
	margin-left: 30px;
	line-height: 24px;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.rmwz-box .box-con li:last-child{
	border-bottom: none;
}
.lwcontenttj .box-con li{
	margin: 20px 10px;
	padding-bottom: 5px;
	overflow: hidden;
}
.lwcontenttj .box-con li.box-item .item-left{
	width: 90px;
	float: left;
}
.lwcontenttj .box-con li.box-item .item-title{
	max-height: 48px;
	font-size: 16px;
	overflow: hidden;
}
.lwcontenttj .box-con li.box-item .item-info{
	line-height: 20px;
	color: #666;
	font-size: 12px;
	padding-top: 5px;
}
/*左侧服务项目+明细 strar*/
.sv_info {margin-bottom: 20px;}
.sv_info_xm {
	line-height: 60px;
	background: #00b2b8;
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-left: 40px;
	font-weight: 700;
	}
.sv_info_xm:after {
	content:"";
	position: absolute;
	display: block;
	width: 28px;
	height: 33px;
	background: url(../images/sv-icon.png) 0px 0px no-repeat;
	left: 0px;
	top: 50%;
	margin-top: -16px;
	}
.sv_info_box1 {
	padding: 20px 85px 20px 25px;
	position: relative;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-top: none;
	}
.sv_info_box1:before {
	content:"";
	position: absolute;
	display: block;
	width: 40px;
	height: 46px;
	right: 20px;
	top: 50%;
	margin-top: -23px;
	}
.sv_info_1:before { background: url(../images/sv-icon.png) -40px 0px no-repeat;}
.sv_info_2:before { background: url(../images/sv-icon.png) -91px 0px no-repeat;}
.sv_info_3:before { background: url(../images/sv-icon.png) -140px 0px no-repeat;}
.sv_info_box1 li {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	}
.sv_info_box1 li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.sv_info_box1 li strong{
	display: block;
	margin-bottom: 5px;
	color: #333;
	}
.sv_info_mx {
	line-height: 60px;
	background: #f49329;
	position: relative;
	color: #fff;
	font-size: 16px;
	padding-left: 40px;
	font-weight: 700;
	}
.sv_info_mx:after {
	content:"";
	position: absolute;
	display: block;
	width: 28px;
	height: 33px;
	background: url(../images/sv-icon.png) 0px 0px no-repeat;
	left: 0px;
	top: 50%;
	margin-top: -16px;
	}
.sv_info_box2 {
	padding: 20px 25px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-top: none;
	}
.sv_info_box2 li span a{
	width: 125px;
	line-height: 34px;
	background: #fff;
	border-radius: 30px;
	color: #925819;
	font-size: 14px;
	margin-right: 15px;
	display: inline-block;
	text-align: center;
	margin: 6px 15px 6px 0px;
	}
.sv_info_box2 li span a:hover { background: #f49329; color: #fff;}
.sv_info_box2 li span a:nth-child(even) { margin-right: 0px;}
.sv_info_box2 li {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	}
.sv_info_box2 li:last-child { padding-bottom: 0px; margin-bottom: 0px; border-bottom: none;}
.sv_info_box2 li strong{
	display: block;
	color: #333;
	}
/*左侧服务项目+明细 end*/
.ggwimg img { width: 100%;}

.box-title2{
	border-bottom: 1px solid #f49329;
	background: #f9f9f9;
	}
.box-title2 span{
    display: inline-block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f49329;
    color: #fff;
    padding: 0 20px;
    font-size: 20px;
	height: 48px;
	}
.box-title2 h6 {
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	color: #666;
	}
.content-box .articles-box ul li { height: 245px;}
/****************期刊内容页  end*****************/

.hot_label{
	padding: 20px 10px;
	display: inline-table;
	}
.hot_label a {
	float: left;
    margin: 0px 14px 15px 0px;
    border: 1px #eaeaea solid;
    width: auto;
    font-size: 12px;
    padding: 0px 8px;
    height: 25px;
    line-height: 25px;
    color:#3f4657;
    text-align: center;
    border-radius: 15px;
	}
.hot_label a:hover{
	border-color: #00b2b8;
    background-color: #00b2b8;
    color: #fff;
    transition: all .2s linear;
	}
	
/*标题*/
.c-title{
	color: #222;
	font-size:30px;
	line-height: 35px;
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	}
.c-info{
	margin-top: 20px;
	text-align: center;
	color: #999;
	}
.lwcontentggw{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*正文样式*/
.c-txt{
	font-size: 16px;
	word-wrap: break-word;
	line-height: 30px;
	position: relative;
	word-break: break-all;
	table-layout: fixed;
	overflow: hidden;
	margin: 20px;
	color: #333;
	}
.c-txt p{
	margin-bottom: 10px;
	text-indent:1.5em
	}
.c-txt img{
	max-width: 720px;
	margin:10px auto; 
	display: block;
	}
.c-editor {
	text-align: right;
	color: #999;
	margin-top: 30px;
	}
/*在线咨询 快速发表咨询服务*/
.c-link{
	display: inline-block;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #00b2b8!important;
	text-align: center;
	border: 1px solid #00b2b8;
	}
.c-link1{background-color: #00b2b8;color: #fff!important;}
.c-link:hover{background-color: #00b2b8;color: #fff!important;}
.c-ksfb {text-align: center;padding:20px}
.c-ksfb a{margin-left: 10px;margin-right: 10px}
/*上下一篇*/
.c-pre {padding: 20px;}
.c-pre li{padding-bottom: 20px;}

/*****************关于我们******************/
.ac-banner {
    width: 100%;
    height: 600px;
    text-align: center;
    position: relative;
    background:url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
	}
.ac-banner .con {
    display: block;
    width: 685px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 280px;
    margin: auto
	}
.ac-banner .con .box {
    position: absolute;
    left: 0;
    width: 100%
	}
.ac-banner h2 {
    font-size: 60px;
    color: #fff;
    line-height: inherit;
    margin-bottom: 20px;
	font-weight: bold;
	}
.ac-banner h3 {
    font-size: 26px;
    color: #fff;
    font-weight: inherit;
	line-height: 45px;
	}
.ac-banner p {
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    margin-top: 10px
	}
.ac-banner a {
    display: inline-block;
    width: 30%;
    margin: 35px 3.6% 0;
    height: 50px;
    line-height: 50px;
    background: #e50012;
    color: #fff;
    border-radius: 25px;
    font-size: 16px
	}
.ac-banner a img{
	position: relative;
    top: 3px;
    height: 17px;
	}
.ac-banner a:hover{
	background: #f08300;
	}


/*简介*/
.company-top {
    padding: 50px 0 103px;
    background: #fff;
    width: 100%;
    overflow: hidden;
	}
.company-top .right {
    width: 50%;
    float: right;
    cursor: pointer;
    position: relative
	}
.company-top .right img { width: 100%}
.company-top .left {
    width: 44%;
    float: left;
    position: relative
	}
.company-top .left h2 {
    font-size: 48px;
    color: #010101;
	font-weight: bold;
	}
.company-top .left .font-hei {
    margin-top: 12px;
    overflow: hidden
	}
.company-top .left p {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    float: none;
	margin: 20px 0px;
	}
.company-top .left .font-box {
    padding-top: 0
	}
.company-top .font-more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    background: #e50012;
    display: block;
    margin-top: 40px
	}
	
/*数据*/
 .ac-number {
    width: 100%;
    padding: 30px 0 35px;
    background: #fff; 
	}
 .ac-number ul{
	box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 0 10px;
    overflow: hidden;
	}
.ac-number li {
    float: left;
    width: 20%;
    text-align: center;
    padding: 20px 0;
	}
.ac-number li h2 {
    font-size: 42px;
    color: #dc231f;
    font-weight: bold;
	}
.ac-number li p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
	margin: 10px 0px;
	}
	
/*教育理念*/
/*企业文化*/
.qywh_bg {
    background: url(../images/bg04.jpg) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
	}
.qywh_width {
    margin: 0 auto;
    position: relative;
	}
.page_title_2 {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
	}
.page_title_2 p {
    font-size: 42px;
    color: #333;
    margin-bottom: 0;
	}
.page_title_2 span {
    font-weight: 200;
    font-size: 13px;
    color: #333;
    margin-top: 3px;
    display: block;
	}
ul.qywh_ul {
    margin-top: 35px;
	}
.qywh_ul li {
	width: 31%;
	float: left;
	box-shadow: 0px 5px 50px rgba(0,0,0,0.1);
	margin-right: 41px;
	}
.qywh_ul li img{
	width: 100%;
	}
.qywh_ul li:hover {
    transform: translateY(-15px);
    transition: all .8s;
	}
.qywh_ul li.list44{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 70px;
	}
.qywh_ul li.list33{
	margin-right: 0;
	}
.gwzixun{
    display: block;
    width: 250px;
    margin: 35px 3.6% 0;
    height: 50px;
    line-height: 50px;
    background: #e50012;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    margin: 30px auto;
    text-align: center;
	}
.gwzixun:hover {
	color: #fff;
	background: #f08300;
	}

.br_text_common{
	background-position: right top;
	background-color: #fff;
	padding-top: 20px;
	}

.qywh_p {
    font-size: 14px;
    color: #555;
    padding: 15px 20px 25px;
    margin: 0;
	}
.qywh_span {
    font-size: 23px;
    font-weight: 200;
    padding: 0px 20px 0;
    display: block;
    color: #333;
    border-left: 3px solid #e50012;
    height: 23px;
    line-height: 23px;
    margin-top: 00px;
	}

/*社会责任*/

.shzz_bg {
    background: url(../images/bg05.jpg) no-repeat;
    background-position: center bottom;
    margin-bottom: 0px;
    background-size: cover;
    padding-bottom: 30px;
	}
.shzz_width p{
	font-size: 18px;
	color: #fff;
	text-indent: 40px;
	line-height: 30px;
	}
	
/*我们的服务*/
.m-team{overflow: hidden;}
.m-team li {
	width: 50%;
	padding: 0;
	margin-bottom: 0.600000rem;
	float: left;
	border-radius: 0.100000rem;
	box-sizing: border-box;
	transition: all .3s cubic-bezier(.4,0,.2,1) 0s;
	position: relative;
	}
.case-list{margin-top: 30px;}
.case-list .list .center{width: 88.88%;margin: 0 auto;}
.case-list .list .num{
	color: #ca281e;
	font-size: 72px;
	}
.case-list .list .num span{
	color: #333333;
	font-size: 26px;
	font-weight: bold;
	}
.case-list .list .name{color: #333333;font-size: 20px;}
.case-list .list .desc{
	color: #828282;
	font-size: 14px;
	line-height: 20px;
	margin: 3.61% 0 5%;
	}


/*优势*/
.youshi {
    background: url(../images/youshi.jpg) no-repeat;
    overflow: hidden;
    padding-bottom: 80px;
    margin-top: 80px;
}
.youshi .title_common p,.youshi .title_common span{
	color: #fff;
}
.about_card{    
	width: 48%;
    float: left;
    margin-right: 2%;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    position: relative;
    text-align: center;
    padding: 35px 40px 35px 40px;	
}
.about_card .about_title{
	font-size:20px;
	display:inline-block; 
	margin: 15px 0px;
	}
.about_card .about_text{
	height:120px;
	padding:0 0 10px;
	color:#797979;
	font-size:16px;
	line-height:23px
	}
.about_card .about_text a{color:#797979}
.about_card .am-btn-secondary{
	background-color:#e50012;
	color:#fff;
	border-color:#e50012;
	border-width:2px;
	padding:10px 60px;
	width: 250px;
	border-radius: 25px;
	}
.about_card .am-btn-secondary:hover{background-color:#f08300;color:#fff}
.about_card .am-btn-secondary a:hover{color:#fff;}
.about_card img{
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
}

/*我们的事业*/
.home-case {
	overflow: hidden;
	padding: 0px 0 10px;
	}
.home-case-box {
	margin-top: 50px;
	z-index: 1;
	overflow: hidden;
	}
.home-case-item {
	width: 31%;
	display: block; 
	margin-right: 28px; 
	float: left;
	margin-bottom: 30px;
	}
.home-case-item:nth-child(1) {
    margin-left: 0;
}
.home-case-item img {
    display: block;
    width: 100%;
}
.home-case-detail {
	font-size: 14px;
	text-align: center; 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
	}
.home-case-detail-name {
	color: #333;
	line-height: 20px;
	font-weight: bold;
	font-size: 22px;
	margin: 30px 0;
	}
.home-case-detail-type {
	color: #797979;
	line-height: 25px;
	border-bottom: 2px solid #e50012;
	font-size: 14px;
	pading: 0 20px;
	padding: 0 20px 20px 20px;
	height: 200px;
	}

/************国际项目 start**************/
.gj_ban {
	width: 100%;
	height: 500px;
	background: url(../images/gjxm.png) 0 0 no-repeat;
	background-size: cover;
	}
.gj_ban_title {
	padding-top: 120px;
	text-align: center;
	}
.gj_ban_title h1 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 56px;
	font-weight: 700;
	}
.gj_ban_title p {
	width: 80%;
	margin: 0 auto 30px auto;
	color: #fff;
	font-size: 36px;
	}
.gj_ban_title a {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 13px 80px;
	border-radius: 50px;
	transition: 0.5s;
	margin: 10px;
	color: #fff;
	background: #00b2b8;
	}
.gj_ban_title a.btn-get-started2 {
	background: #fff;
	color: #00b2b8;
	}
	
.gj_main {
    overflow: hidden;
    padding: 50px 0 80px 0;
	}
.gj_one {
	background: url(../images/gjxm-bg1.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_two {
	background: url(../images/gjxm-bg2.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_three {
	background: url(../images/gjxm-bg3.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_four {
	background: url(../images/gjxm-bg4.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_five {
	background: url(../images/gjxm-bg5.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_six {
	background: url(../images/gjxm-bg6.jpg) top center no-repeat;
    background-size: cover;
	}
.gj_seven {
	background: url(../images/gjxm-bg7.jpg) top center no-repeat;
    background-size: cover;
	}

.gj_two .gjxm_title {
	background: url(../images/gj_title_2.png) center top 35px no-repeat;
	color: #fff;
	}
.gj_two .gj_fx li {
	background: #fff url(../images/gj_pic_bg2.png) right bottom no-repeat;
	border-color: #ee7f14;
	}
.gj_two .gj_fx li h4 { background-color: #ee7f14;}
.gj_two .gj_div h3 { background-image: url(../images/gj_jk_gs1.png);}

.gj_four .gjxm_title {
	background: url(../images/gj_title_2.png) center top 35px no-repeat;
	color: #fff;
	}
.gj_four .gj_fx li {
	background: #fff url(../images/gj_pic_bg3.png) right bottom no-repeat;
	border-color: #b544d0;
	}
.gj_four .gj_fx li h4 { background-color: #b544d0;}
.gj_four .gj_div h3 { background-image: url(../images/gj_jk_gs3.png);}

.gj_six .gjxm_title {
	background: url(../images/gj_title_2.png) center top 35px no-repeat;
	color: #fff;
	}

.gjxm_title {
	font-size: 45px;
    font-weight: 800;
    text-align: center;
    background: url(../images/gj_title_1.png) center top 35px no-repeat;
    background-size: 1084px 67px;
    height: 110px;
	margin-bottom: 30px;
	}
.gjxm_box {
	background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 13px 2px rgba(102, 102, 102, .3);
    padding: 50px 30px 50px;
    box-sizing: border-box;
	}
.gj_fx {display: flex;}
.gj_fx li {
	width: 23%;
	height: auto;
	border: 1px solid #00b2b8;
	border-radius: 10px;
	background: #fff url(../images/gj_pic_bg1.png) right bottom no-repeat;
	background-size: 313px 93px;
	font-size: 18px;
	color: #333;
	margin-right: 28px;
	margin-bottom: 30px;
	line-height: 28px;
	overflow: hidden;
	}
.gj_fx li:last-child{ margin-right: 0px;}
.gj_fx li h4 {
	background: #00b2b8;
	font-size: 30px;
	color: #fff;
	line-height: 66px;
	height: 66px;
	text-align: center;
	padding: 0 31px;
	box-sizing: border-box;
	}
.gj_fx li h4 img {
	vertical-align: middle;
	margin-right: 13px;
	}
.gj_fx li p {
	margin: 23px 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
	}
.gj_div h3{
	background: url(../images/gj_jk_gs2.png) top center no-repeat;
	background-size: 100% 100%;
	height: 145px;
	padding: 20px 40px 20px 120px;
	margin-bottom: 20px;
	font-size: 30px;
	}
.gj_div p {
	font-size: 16px;
	margin-bottom: 30px;
	padding-left: 20px;
	}
.zixun2 {
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	}
.pub_btn {
	display: inline-block;
	width: 29%;
	height: 66px;
	border-radius: 33px;
	line-height: 66px;
	text-align: center;
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background: #00b2b8;
	margin-right: 20px;
	margin-top: 40px;
	}
.pub_btn:hover {
	color: #ffffff;
	background: #00b2b8;
	}
.pub_btn:link, .pub_btn:visited {
    color: #fff;
}
.pub_btn2 {
	background: #fa5f17;
	color: #fff;
	}
	
.gjxm_cb {
	overflow: hidden;
	margin-bottom: 30px;
	}
.gjxm_cb p {
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size: 16px;
	}
	
.gjxm_qk {
	overflow: hidden;
	margin-bottom: 30px;
	}
.gjxm_qk ul {
	display: flex;
	justify-content: space-between;
	}
.gjxm_qk ul li {
	width: 16.66667%;
	}
.gjxm_qk ul li a { display: block;}
.gjxm_qk ul li img {
	float: left;
	width: 60px;
	height: 82px;
	margin-right: 10px;
	}
.gjxm_qk ul li h4 {
	font-size: 15px; 
	margin-bottom: 5px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	}
.gjxm_qk ul li p {
	color: #999;
	font-size: 12px;
	}
.gjxm_qk ul li span {
	width: 65px;
	line-height: 26px;
	background: #00b1c6;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-top: 8px;
	display: inline-block;
	font-size: 12px;
	}
.gjxm_qk ul li a:hover span { background: #fa5f17;}

.types {
	overflow: hidden;
	margin-bottom: 30px;
}

.types ul {
	display: block;
	overflow: hidden;
	/* padding: 20px; */
	
}

.types ul li {
	list-style: none;
	display: block;
	overflow: hidden;
	height: 32px;
	overflow: hidden;
	line-height: 30px;
	width: 23%;
	float: left;
	margin-right: 20px;
}

.types ul li:nth-child(4n) {
	margin-right: 0px;
}

.types.ty1 ul li a {
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	line-height: 35px;
	color: #666;
}

.types .ff {
	float: left;
	margin-right: 10px;
}

.types ul li a:hover {
	color: #f49329;
}
	
/*5大意义*/
.five_yy {margin-top: 50px; margin-bottom: 50px;}
.five_yy ul {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 10px;
	}

.five_yy ul li {
	width: 25%;
	text-align: center;
	}
.five_yy ul li img {
	width: 100px;
	height: 100px;
	}
.five_yy ul li p {
	font-size: 20px;
	font-weight: 400;
	color: #333;
	margin-top: 20px;
	}

/*广告位*/
.foot_ban {
	margin-top: 50px;
	padding: 80px 0;
	width: 100%;
	background: #6b5d51;
	background: url(../images/gj-foot-ban.jpg) no-repeat;
	background-size: cover;
	}

.foot_ban h3 {
	font-size: 40px;
	color: #fff;
	text-align: center;
	padding-bottom: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	}

.foot_ban .focus_btn {text-align: center;}
.foot_ban a {
	display: inline-block;
	width: 29%;
	height: 66px;
	border-radius: 33px;
	line-height: 66px;
	text-align: center;
	font-size: 26px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	background: #fa5f17;
}
/************国际项目 end**************/

/******服务明细*****/
