@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;}
ul,ol,li { list-style:none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
body { min-width: 1170px;}
.container { width: 1170px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}

	
/**/
.title {text-align: center; padding-top: 30px;}
.title label {
	font-size: 36px;
	display: block;
	position: relative;
	font-weight: 700;
	padding: 30px 0px;
	}
.title label font {
	color: #c11329;
	font-size: 28px;
	display: block;
	font-weight: normal;
	text-transform: uppercase;
	}
.title label span { color: #fff;}

.more { text-align: center;}
.more a {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #0864c1;
	border-radius: 30px;
	padding: 0px 50px;
	line-height: 60px;
	margin: 50px auto;
	}
.more a:hover { box-shadow: 0px 0px 10px rgba(8,100,93,.7); color: #fff; text-decoration: none;}
/** banner **/

.ban_top {
	width: 100%;
	height: 70px;
	line-height: 70px;
	position: fixed;
	z-index: 1000;
	padding: 0px 50px;
	/*background: rgba(255,255,255,.1);*/
	/*background: linear-gradient(rgb(37, 135, 191) 15px, rgba(37, 135, 191, 0.85) 32px, rgba(37, 135, 191, 0.6) 50px, rgba(37, 135, 191, 0) 70px, rgba(37, 135, 191, 0));*/
	}
.ban_top .ban_top_nav {
	min-width: 1170px;
    display: flex;
    justify-content: space-between;
	}
.ban_top_bg { background: #fff; box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);}
.ban_top_bg .ban_nav li a { color: #333;}
.ban_top_bg .logo a span { color: #000!important;}

.ban_top .logo a{
	padding: 15px 0px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.ban_top .logo a span { line-height: 18px; color: #fff;}
.ban_top .logo a span em {
	font-style: normal;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	display: block;
	}
.ban_top .logo img{
	margin-right: 10px;
	max-width: 100%;
	height: 40px;
	}

.ban_nav {
	margin-left: 20px;
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
	}
.ban_nav li {
	text-align: center;
	padding: 0px 20px;
	}
.ban_nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	padding: 0px 10px;
	line-height: 48px;
	position: relative;
	}
.ban_nav li a:hover {color: #f78a2f; border-bottom: 2px solid #f78a2f;}
.ban_nav li:nth-child(1) a{ font-weight: 700; color: #f78a2f; border-bottom: 2px solid #f78a2f;}

	
.ban_zx { margin-left: 20px;}
.ban_zx .ban_wx {
	display: block;
	float: left;
	margin-right: 25px;
	}
.ban_zx .ban_wx span {
	width: 32px;
	height: 32px;
	display:inline-block; 
	margin-top: 18px;
	background: url(../images/weixin.png) no-repeat 100%; 
	position: relative;
	}
.ban_zx .ban_wx span img { display: none;}
.ban_zx .ban_wx span:hover img {
	display: block; 
	position: absolute; 
	top: 32px; 
	right: 0px; 
	width: 140px; 
	height: 140px; 
	background: #fff;
	}
.ban_zx .register{
	display: block;
	float: left;
	width: 120px;
	height: 42px;
	line-height: 42px;
	background-color: #ffab18;
	color: #fff;
	border-radius: 21px;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	}
.ban_zx .register:hover { background: #f79646;}

.ban_head {
	width: 100%;
    height: 690px;
	padding-top: 150px;
    background: url(../images/ban_head.jpg) center top no-repeat;
	}
.ban_head .container { padding-left: 60px;}
.ban_head h2 {
	font-size: 95px;
	color: #ddfd06;
	padding: 5px 0px 20px;
	}
.ban_head h3 span{
	display: inline-block;
	width: 115px;
	height: 132px;
	background: url(../images/ban_icon.png) 0 0 no-repeat;
	text-align: center;
	font-size: 22px;
	color: #ddfd06;
	padding: 36px 20px 0px;
	margin-right: 15px;
	}
.ban_head h4 {
	font-size: 35px;
	color: #fff;
	}

.ban_head p a {
	display: inline-block;
	padding: 0px 30px;
    margin: 50px 0px 0;
    height: 50px;
    line-height: 50px;
    background: #e7a519;
    color: #000;
    border-radius: 30px;
    font-size: 22px;
	}
.ban_head p a:hover { background: #f08300;}

@media screen and (min-width:1024px) and (max-width:1440px) {
	.ban_nav li { padding: 0px 10px!important;}
	.ban_nav li a { padding: 0px 0px!important;}
	}

/***服务明细***/
.fwmx_box {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 30px;
	}
.fwmx_box li {
	margin:5px 5px;
	width: calc(25% - 10px);
	background: #f3f6f9;
	padding: 20px 25px;
	border-radius: 8px;
	position: relative;
	transition:transform 0.3s ease;
	}
.fwmx_box li:hover {transform:translateY(-5px); box-shadow: 0px 0px 10px rgba(0,0,0,.15);}
.fwmx_box li img {
	position: absolute;
	right: 20px;
	bottom: 20px;
	}
.fwmx_box li a { display: block;}
.fwmx_box li a h4 {
	font-size: 20px;
	color: #333;
	}
.fwmx_box li a em {
	font-size: 14px;
	color: #999;
	padding: 8px 0px;
	display: block;
	}
.fwmx_box li a p { color: #333;}
.fwmx_box li a span {
	display: inline-block;
	background: #dcebff;
	border: 1px solid #006cff;
	color: #006cff;
	border-radius: 5px;
	line-height: 28px;
	padding:0px 10px;
	margin-top: 15px;
	}
.fwmx_box li a:hover span { background: #006cff; color: #fff;}

.fw_bot {
	width: 100%;
	padding: 0px 0px 50px;
	}
.fw_bot ul {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.fw_bot li {
	margin:5px 5px;
	width: calc(25% - 10px);
	height: 180px;
	border-radius: 8px;
	}
.fw_bot li:nth-child(1) { background: url(../images/bot1.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(2) { background: url(../images/bot2.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(3) { background: url(../images/bot3.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(4) { background: url(../images/bot4.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(5) { background: url(../images/bot5.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(6) { background: url(../images/bot6.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(7) { background: url(../images/bot7.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li:nth-child(8) { background: url(../images/bot8.jpg) 0 0 no-repeat; background-size: 100% 100%;}
.fw_bot li a {
	padding: 20px 25px; 
	display: block;
	height: 100%;
	}
.fw_bot li a h3 {
	font-size: 22px;
	color: #fff;
	line-height: 60px;
	}
.fw_bot li a p {
	background: rgba(255,255,255,.3);
	border-radius: 5px;
	padding: 0px 13px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	}
.fw_bot li a:hover p { background: rgba(255,255,255,.5)}
	
/****重要性***/
.zyx_bg {
	width: 100%;
	background: #f5f5f5 url(../images/zy_bg.jpg) center bottom no-repeat;
	padding: 60px 0px;
	}
.zyx_box {
	background: #fff;
	padding: 50px 25px 25px 50px;
	}
.zyx_box em {
	font-size: 28px;
	color: #c11329;
	text-transform: uppercase;
	}
.zyx_box h3 {
	font-size: 36px;
	display: block;
	}
.zyx_box h4 {
	display: flex;
	margin-top: 20px;
	}
.zyx_box h4 p {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #424242;
	}
.zyx_box h4 span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 25px;
	position: relative;
	}
.zyx_box h4 span:before {
	content:"";
	position: absolute;
	width: 100%;
	height: 95%;
	display: block;
	border: 3px solid #bfc9e7;
	z-index: 0;
	top: 15px;
	left: 15px;
	}
.zyx_box h4 span img {
	position: relative;
	box-shadow: 8px 8px 0px rgba(0,0,0,.3);
	z-index: 1;
	}
	
/****期刊推荐****/
.qk_list { margin: 0px 0px 30px;}
.qk_list:after { content:""; clear: both; display: block; overflow: hidden; height: 0px;}
.qk_list li{
	float: left;
	width: 25%;
	}
.qk_list li div {
	margin: 10px 10px;
	border: 2px solid #f6ab00;
	position: relative;
	height: 380px;
	background-color: #fff;
	}
.qk_list li div:hover { box-shadow: 0px 0px 15px rgba(255,255,255,.5);}
.qk_list li div img { width: 100%; height: 376px;}
.qk_list li div dl {
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	opacity: .9;
	width: 100%;
	padding-bottom: 10px;
	}
.qk_list li div dl dt {
	font-size: 18px;
	padding-left: 10px;
	margin: 15px 0px 5px;
	}
.qk_list li div dl dt a { font-weight: bold;}
.qk_list li div dl dt span {
	font-size: 12px;
	background: #ff9429;
	color: #fff;
	padding: 2px 5px;
	margin-left: 6px;
	border-radius: 6px 6px 6px 0px;
	}
.qk_list li div dl dd {
	width: 48%;
	float: left;
	margin-left: 2%;
	margin-bottom: 5px;
	}
.qk_list li div dl dd span {color: #ff4400;}

.qkcx {
	width: 100%;
	background: url(../images/cx_bg.jpg) center bottom no-repeat;
	padding-bottom: 60px;
	}
.qkcx_box {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 15px rgba(70,152,255,.2);
	padding: 20px 50px 30px;
	}
.qkcx_box h3 {
	line-height: 60px;
	border-bottom: 1px solid #dcdcdc;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	}
.qkcx_box h3 a {
	font-size: 24px;
	color: #e37310;
	margin: 0px 50px;
	display: inline-block;
	background: url(../images/cx-1.png) center left no-repeat;
	padding-left: 50px;
	}
.qkcx_box h3 a:last-child { background-image: url(../images/cx-2.png);}

.qkcx_box>div {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.qkcx_box>div a {
	margin:15px 15px;
	width: calc(25% - 30px);
	border: 2px solid #4698ff;
	color: #4698ff;
	line-height: 48px;
	display: block;
	font-size: 24px;
	text-align:center;
	}
.qkcx_box>div a:hover {
	border-color: #e37310;
	color: #e37310;
	}
	
/*****团队****/
.team_bg {
	width: 100%;
	background: #0856f6 url(../images/td.jpg) center bottom no-repeat;
	padding: 20px 0px 150px;
	}
.team_bg label { color: #fff;}
.team_bg label font { color: rgba(255,255,255,.5);}
.team_tit {
	margin-top: 20px;
	padding: 20px 0px 25px 50px;
	color: #fff;
	width: 50%;
	}
.team_tit p {
	font-size: 16px;
	line-height: 30px;
	}
.team_tit strong {
	display: block;
	font-size: 18px;
	line-height: 30px;
	padding: 10px 0px;
	}
.team_tit a {
	line-height: 40px;
	background: #f8b551;
	border-radius: 30px;
	display: inline-block;
	padding: 0px 50px;
	color: #333;
	font-weight: 700;
	font-size: 20px;
	}
.team_tit a:hover { background: #f08300;}

.team_ys {
	margin-top: -100px;
	background: #00479d;
	}
.team_ys ul { display: flex;}
.team_ys ul li {
	width: 25%;
	padding: 50px 32px 30px;
	text-align: center;
	color: #fff;
	}
.team_ys ul li strong {
	display: block;
	font-size: 22px;
	line-height: 50px;
	}
.team_ys ul li p {
	font-size: 16px;
	line-height: 28px;
	opacity: 0.5;
	}
.team_ys ul li:nth-child(1), .team_ys ul li:nth-child(3) { background: #002e73;}

/***评价**/
.pj_text {
	height: 120px;
	width: 100%;
	background: url(../images/pj-1.jpg) center center no-repeat;
	overflow: hidden;
	border-radius: 8px;
	padding: 15px 30px;
	}
.pj_text h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	display: inline-block;
	position: relative;
	}
.pj_text h3 span { position: relative; z-index: 10;}
.pj_text h3:after {
	content:"";
	position: absolute;
	width: 100%;
	display: block;
	height: 6px;
	background: #c1d5ff;
	left: 0px;
	bottom: 10px;
	z-index: 0;
	}
.pj_text p {
	width: 80%;
	font-size: 16px;
	line-height: 24px;
	color: #454545;
	}
	
/****评价轮播***/
.box-gundong {
    height:370px;
    position:relative;
    }
.ashow2 {
    margin-left:36px;
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
	width: 340px;
	height: 290px;
	background: #fff url(../images/pj-bg1.jpg) center top no-repeat;
	box-shadow: 0 0 13px rgba(131,131,131,.12);
	border-radius: 10px;
	margin: 30px 13px;
    }
.list_02 li:nth-child(2) { background-image: url(../images/pj-bg2.jpg);}
.list_02 li:nth-child(3) { background-image: url(../images/pj-bg3.jpg);}
.list_02 li:nth-child(4) { background-image: url(../images/pj-bg4.jpg);}
.list_02 li:nth-child(5) { background-image: url(../images/pj-bg5.jpg);}
.list_02 li a { display: block; height: 100%;}
.list_02 li a h3 {
	font-size: 20px;
    color: #0856f6;
    font-weight: bold;
    padding: 30px 30px 20px;
	}
.list_02 li a h3 font {
	font-size: 16px;
	color: #454545;
	display: block;
	font-weight: normal;
	margin-bottom: 14px;
	}
.list_02 li a h3 span {
	display: table;
	font-size: 14px;
	color: #a8a8a8;
	padding: 14px 0;
	border-bottom: 1px #dfdfdf solid;
	font-weight: normal;
	}
.list_02 li a p {
	line-height:30px;
	font-size:16px;
	padding: 0px 30px;
	color: #525252;
	}
.al {
	position: absolute;
    left: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.al i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(../images/next.png) 0 0 no-repeat;
	margin: 9px auto 0px;
	}
.ar {
    position: absolute;
    right: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.ar i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(../images/next.png) -17px 0 no-repeat;
	margin: 9px auto 0px;
	}

/***发表常识**/
.fbcs_bg {
	width: 100%;
	background: url(../images/cs-bg.jpg) center bottom no-repeat;
	padding: 0px 0px 60px;
	}
.fbcs_box { display: flex;}
.fbcs_lc {
	width: 430px;
	height: 550px;
	background: url(../images/cs-lc.jpg) center right no-repeat;
	background-size: cover;
	padding-top: 40px;
	text-align: center;
	margin-right: 30px;
	}
.fbcs_lc h3 {
	display: inline-block;
	line-height: 80px;
	font-size: 36px;
	background: url(../images/box03.png) 0 0 no-repeat;
	background-size: cover;
	color: #fff;
	padding: 0px 30px;
	}
.fbcs_lc>div {
	height: 304px;
	background: url(../images/lc-bg.png) center center no-repeat;
	margin: 20px 0px;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 55px 20px 0px;
	}
.fbcs_lc>div p:nth-child(2) {
	margin-top: 50px;
	margin-left: 200px;
	}
.fbcs_lc>div p:nth-child(3) {
	margin-top: 30px;
	width: 220px;
	}
.fbcs_lc>div p:nth-child(4) {
	margin-top: 20px;
	margin-left: 240px;
	}
.fbcs_lc a {
	display: inline-block;
	background: #ff7e00;
	line-height: 40px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 0px 50px;
	border-radius: 30px;
	}
.fbcs_lc a:hover { background: #f08300;}
	
.fbcs_list {
	display: inline-block;
	width: 60%;
	}
.fbcs_list li {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #dfdfdf;
	}
.fbcs_list li:last-child { padding-bottom: 0px; margin-bottom: 0px; border: none;}
.fbcs_list li a {
	display: block;
	height: auto;
	}
.fbcs_list li a img {
	width: 125px;
	height: 70px;
	float: left;
	margin-right: 20px;
	}
.fbcs_list li a h4 {
	font-size: 16px;
	font-weight: 700;
	}
.fbcs_list li a p {
	font-size: 14px;
	color: #525252;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin: 7px 0px;
	}
.fbcs_list li a span {
	font-size: 12px;
	color: #858585;
	}
	
/****更多服务****/
.fw_more {
	margin: 20px 0px 60px;
	background: url(../images/fw-mag.png) center top no-repeat;
	}
.fw_more h3 {
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	display: flex;
	margin-bottom: 22px;
	}
.fw_more h3 span {
	padding-left: 45px;
	width: 25%;
	}
.fw_more ul {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.fw_more ul li {
	margin:15px 5px;
	width: calc(25% - 10px);
	background: #f5fafe;
	border-radius: 6px;
	box-shadow: 0px 5px 0px #cedeff;
	text-align: center;
	padding: 0px 15px 20px;
	}
.fw_more ul li h4 {
	line-height: 30px;
	background: #5bacfe;
	font-size: 16px;
	color: #fff;
	padding: 0px 15px;
	display: block;
	border-radius: 5px;
	margin: -15px 25px 0px;
	}
.fw_more ul li:nth-child(2) h4 { background: #19c9b5;}
.fw_more ul li:nth-child(2) p:after { color: #19c9b5;}

.fw_more ul li:nth-child(3) h4 { background: #3377ff;}
.fw_more ul li:nth-child(3) p:after { color: #3377ff;}

.fw_more ul li:nth-child(4) h4 { background: #ff9243;}
.fw_more ul li:nth-child(4) p:after { color: #ff9243;}
.fw_more ul li p {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	color: #525252;
	padding-left: 25px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e6effe;
	margin: 15px 0px;
	}
.fw_more ul li p:after {
	content:"▶";
	position: absolute;
	color: #5bacfe;
	left: 0px;
	top: 0px;
	font-size: 20px;
	}
.fw_more ul li p span a{
	font-size: 16px;
	display: block;
	}
.fw_more ul li .more_a {
	display: inline-block;
	background: #ff7e00;
	line-height: 34px;
	font-size: 18px;
	color: #fff;
	padding: 0px 50px;
	border-radius: 30px;
	box-shadow: 0px 6px 5px rgba(255,126,0,.4);
	}
.fw_more ul li .more_a:hover { background: #f08300;}

/*****学科*****/
.experts_subjects {padding: 20px 0;}
.sub_cont {
	display: flex;
	}
.sub_cont li {
	margin: 0 10px;
    margin-top: 30px;
    border-radius: 4px;
    background-color: #fff;
    flex-grow: 1;
    width: 100%;
    padding: 25px 20px;
	}

.sub_cont li .subject_img {
	width: 40px;
	height: 40px;
	margin: 0 auto 12px;
}

.sub_cont li .name {
	font-size: 22px;
	font-weight: 900;
	line-height: 33px;
	min-height: 50px;
	margin-bottom: 0px;
	text-align: center;
}

.sub_cont li .detail {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0px;
}
.sprite_images {
	background-image: url(../images/css_sprites.png);
	background-repeat: no-repeat;
}
.sub_cont li .blueText {
	color: #a5a5a5;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	padding: 15px 0px;
}

.sub_cont li.purple {
	border: 1px solid #ccc;
}
.sub_cont li.purple:hover {border: 1px solid #53338a; box-shadow: 0 0 20px 0 rgba(174, 159, 225, .4);}
.sub_cont li.purple .subject_img {
	background-position: -70px -69px;
}

.sub_cont li.purple .name {
	color: #444;
}

.sub_cont li.blue {
	border: 1px solid #ccc;
}
.sub_cont li.blue:hover {border: 1px solid #6882da; box-shadow: 0 0 20px 0 rgba(169, 185, 237, .4);}
.sub_cont li.blue .subject_img {
	background-position: -10px -69px;
}

.sub_cont li.blue .name {
	color: #444;
}

.sub_cont li.yellow {
	border: 1px solid #ccc;
}
.sub_cont li.yellow:hover {border: 1px solid #cb9b27; box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);}
.sub_cont li.yellow .subject_img {
	background-position: -130px -69px;
}

.sub_cont li.yellow .name {
	color: #444;
}

.sub_cont li.green {
	border: 1px solid #ccc;
}
.sub_cont li.green:hover {border: 1px solid #328a92; box-shadow: 0 0 20px 0 rgba(80, 202, 174, .4);}
.sub_cont li.green .subject_img {
	background-position: -190px -69px;
}

.sub_cont li.green .name {
	color: #444;
}

.sub_cont li.brown {
	border: 1px solid #ccc;
}
.sub_cont li.brown:hover {border: 1px solid #a86c66; box-shadow: 0 0 20px 0 rgba(207, 166, 161, .4);}
.sub_cont li.brown .subject_img {
	background-position: -240px -69px;
}

.sub_cont li.brown .name {
	color: #444;
}
.country-row {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.country-col {
	margin:30px 10px 0px;
	width: calc(25% - 20px);
	padding: 20px 20px 30px 20px;
	border-radius: 4px;
	box-shadow: 2px 4px 10px 0px rgb(25 84 220 / 22%);
	position: relative;
}
.country-col:after { content:""; position: absolute; width: 100%; height: 100%; left: 0px; top: 0px; background-color: rgba(0,0,0,.8);}
.country-col:nth-child(1) { background: url(../images/img14.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(2) { background: url(../images/img15.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(3) { background: url(../images/img16.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(4) { background: url(../images/img17.jpg) 0 0 no-repeat; background-size: cover;}
.country-col:nth-child(4) {
	margin-right: 0;
}
.country-profile {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E8F0;
}
.country-profile span {
	display: inline-block;
	width: 48px;
	height: 48px;
}
.country-profile span.usa_flag {
	background-position: -263px -1px;
}
.country-profile span.uk_flag {
	background-position: -194px -2px;
}
.country-profile span.canada_flag {
	background-position: -70px -6px;
}
.country-profile span.europe_flag {
	background-position: -131px -2px;
}
.country-profile span.australia_flag {
	background-position: -300px -280px;
}
.country-profile span.world_flag {
	background-position: -620px -273px;
}

.profile-info {
    padding-left: 20px;
}
.profile-info p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-top: 0;
}
.country-col h5,.country-col p{
	color: #fff;
	margin-bottom: 0;
}
.country-col h5,.country-col p,.country-profile { position: relative; z-index: 10;}


/**/
.foot_bg {
	background: #051433;
	}
.foot_mag {
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	}
.foot_mag .foot_logo {
	width: 20%;
	color: #80868d;
	text-align: center;
	}
.foot_mag .foot_logo a {
	display: flex;
	align-items: center;
	justify-content: center;
	}
.foot_mag .foot_logo span { line-height: 24px; font-size: 28px; font-weight: bold; color: #e61f19; margin-left: 15px;}
.foot_mag .foot_logo span em {
	font-style: normal;
	font-size: 13px;
	color: #999;
	font-weight: normal;
	display: block;
	}
.foot_mag .foot_logo p { margin-top: 10px;}
.foot_mag .mag_1 {
	width: 25%;
	display: flex;
	flex-wrap: wrap;
	}
.foot_mag .mag_1 li {
	width: 33.334%;
	}
.foot_mag .mag_1 li a {
	color: #fff;
	line-height: 34px;
	}
.foot_mag .mag_1 li a:hover { color: #0083c9;}
.foot_mag dl {
	width: 48%;
	}
.foot_mag dl dt {
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	}
.foot_mag dl dd {
	color: #80868d;
	line-height: 26px;
	}

.footer {
	width: 100%;
	padding: 20px 0px;
	color: #a8a8a8;
	font-size: 12px;
	background: #151d27;
	text-align: center;
	}
.footer a {
	color: #a8a8a8;
	}
.footer a:hover { color: #757575;}



.biaodan{
	background: url(../images/bd1.jpg) no-repeat top center;
	height: 280px;
	position: relative;
}
.biaodan .bdform{
	width: 1000px;
    margin: 0 auto;
    padding: 174px 0 0 26px;
    box-sizing: border-box;
}
.biaodan form .in{
	height: 39px;
    width: 227px;
    border-radius: 5px;
    padding-left: 20px;
    float: left;
}
.biaodan form .in.in2{
	margin-left: 96px;
}
.biaodan form .tijiao{
	margin-left: 40px;
	width: 210px;
	height: 39px;
	background: none;
	border: none;
	float: left;
}

.new_bd_form_box {
	width: 100%;
	background: url(../images/form.jpg) center center no-repeat;
	background-size: cover;
	padding: 40px 60px;
	margin: 0px auto 50px;
	}
/*.new_bd_form_box:after {
	content:"";
	position: absolute;
	width:114%;
	height: 80%;
	background: rgb(65,105,225,.3);
	border-radius: 10px;
	top: 10%;
	left: -7%;
	z-index: -1;
	}
.new_bd_form_box:before {
	content:"";
	position: absolute;
	width:128%;
	height: 60%;
	background: rgb(65,105,225,.2);
	border-radius: 10px;
	top: 20%;
	left: -14%;
	z-index: -2;
	}*/
.new_bd_form_box strong {
	font-size: 30px;
	color: #ff8e0a;
	}
.new_bd_form_box h5 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 30px;
	display: inline-block;
	font-weight: normal;
	letter-spacing: 2px;
	}
.new_bd_form_box form {
	display: flex;
	align-items: center;
	}
.new_bd_form_box form span {
	font-size: 18px;
	color: #fff;
	}
.new_bd_form_box form input {
	height: 50px;
	line-height: 50px;
	width: 30%;
	display: inline-block;
	padding-left: 20px;
	border-radius: 5px;
	border: 1px solid #eee;
	font-size: 15px;
	margin-right: 30px;
	}
.new_bd_form_box form .tijiao{
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #ff7f50;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	vertical-align: bottom;
	}
	
.left_fixed{
	position: fixed;
	left: 0px;
	top: 40%;
	background: url(../images/sci-1.png) no-repeat center center;
	width: 200px;
	height: 214px;
	display: block;
	}
.left_fixed a {
	display: block;
	height: 100%;
	}