@charset "utf-8";

@import url("/Content/web/css/swiper-4.3.3.min.css");
@import url("/Content/web/css/jquery.mmenu.css");

.popupindex,
.haoetv {
		display: none !important;
		position: fixed;
		bottom: 0;
		right: 10px;
		z-index: 102;
		color: #333;
	}
	.haoetv .close {
		text-align: right;
	}
	.haoetv .close .word {
		display: inline-block;
		cursor: pointer;
	}
	.haoetv .pic {
		margin-top: 5px;
	}
	.haoetv .pic a {
		display: block;
	}
	.haoetv .pic img {
		width: 215px;
	}

	@media (max-width: 992px) {
		.haoetv .pic img {
			width: 120px;
		}
	}


.backgroundcenter {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.allnewinnerpicheight {
	overflow: hidden;
}
.allnewinnerpicheight img {
	display: none !important;
}

@media (min-width: 1201px) {
	.allnewinnerpicheight {
		height: 315px;
	}
}
@media (max-width: 1199px) and (min-width: 993px) {
	.allnewinnerpicheight {
		height: 250px;
	}
}
@media (max-width: 992px) {
	.allnewinnerpicheight {
		height: 53vw;
	}
}

/**
* Description style CSS for the website
* Author Qiuyue
* E-mail 1171019839@qq.com
* Created On 2018-07-18
* modification
**/

/*! normalize.css v3.0.1 | MIT License | git.io/normalize*/
	/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom.*/
	html {
	font-family: sans-serif;
	/* 1*/
	-ms-text-size-adjust: 100%;
	/* 2*/
	-webkit-text-size-adjust: 100%;
	/* 2*/

}
/** * Remove default margin.*/
	body {
	margin: 0;
}
/* HTML5 display definitions ==========================================================================*/
	/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. * Correct `block` display not defined for `main` in IE 11.*/
	article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.*/
	audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1*/
	vertical-align: baseline;
	/* 2*/
	max-width: 100%;

}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices.*/
	audio:not([controls]) {
	display: none;
	height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.*/
	[hidden],
template {
	display: none;
}
/* Links ==========================================================================*/
	/** * Remove the gray background color from active links in IE 10.*/

a {
	color: #6b6b6b;
	background: transparent;
	text-decoration: none;
	outline: none;
}
/** * Improve readability when focused and also mouse hovered in all browsers.*/
	a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}
/* Text-level semantics ==========================================================================*/
	/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome.*/
	abbr[title] {
	border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.*/
	b,
strong {
	font-weight: bold;
}
/** * Address styling not present in Safari and Chrome.*/
	dfn {
	font-style: italic;
}
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome.*/
	h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9.*/
	mark {
	background: #ff0;
	color: #000;
}
/** * Address inconsistent and variable font size in all browsers.*/
	small {
	font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
	sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content ==========================================================================*/
	/** * Remove border when inside `a` element in IE 8/9/10.*/
	img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border: 0;
}
/** * Correct overflow not hidden in IE 9/10/11.*/
	svg:not(:root) {
	overflow: hidden;
}
/* Grouping content ==========================================================================*/
	/** * Address margin not present in IE 8/9 and Safari.*/
	figure {
	margin: 1em 40px;
}
/** * Address differences between Firefox and other browsers.*/
	hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/** * Contain overflow in all browsers.*/
	pre {
	overflow: auto;
}
/** * Address odd `em`-unit font size rendering in all browsers.*/
	code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms ==========================================================================*/
	/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set.*/
	/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.*/
	button,
input,
optgroup,
select,
textarea {
	font-size: 12px;
	font-weight: normal;
	color: #6b6b6b;
	color: inherit;
	/* 1*/
	font: inherit;
	/* 2*/
	margin: 0;
	/* 3*/
	background-color: transparent;
	outline: none;
}
/** * Address `overflow` set to `hidden` in IE 8/9/10/11.*/
	button {
	overflow: visible;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox.*/
	button,
select {
	text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others.*/
	button,
html input[type="button"],
/* 1*/
	input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
	/* 3*/
	-webkit-appearance: none;
}
/** * Re-set default cursor for disabled elements.*/
	button[disabled],
html input[disabled] {
	cursor: default;
}
/** * Remove inner padding and border in Firefox 4+.*/
	button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet.*/
	input {
	line-height: normal;
}
/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10.*/
	input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1*/
	padding: 0;
	/* 2*/
	vertical-align: middle;

}
/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`.*/
	input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof).*/
	input[type="search"] {
	-webkit-appearance: textfield;
	/* 1*/
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2*/
	box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance).*/
	input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/** * Define consistent border, margin, and padding.*/
	fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets.*/
	legend {
	border: 0;
	/* 1*/
	padding: 0;
	/* 2*/

}
/** * Remove default vertical scrollbar in IE 8/9/10/11.*/
	textarea {
	overflow: auto;
}
/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.*/
	optgroup {
	font-weight: bold;
}
/* Tables ==========================================================================*/
	/** * Remove most spacing between table cells.*/
	table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* 表单placeholder文字样式 */
::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #6b6b6b;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #6b6b6b;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #6b6b6b;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #6b6b6b;
}

/* 文字选中样式 */
::-moz-selection{color: #fff;background-color: #375E99;}
::selection{color: #fff;background-color: #375E99;}



/* ---------------------------------------------------------------------------------------
Globals
---------------------------------------------------------------------------------------*/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	word-break:break-word;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	position: relative;
	cursor: auto;
	color: #6b6b6b;
	font-family: 'Microsoft Yahei','Helvetica','Open Sans','SimSun';
	font-size: 16px;
	line-height: 1.6;
	background: #F7F8FA;
	overflow: hidden;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
td {
	padding: 0.5em;
}
strong {
	color: #6b6b6b;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.show {
	display: block;
}
.hide {
	display: none;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.display-block {
	display: block;
}
.display-inlineblock {
	display: inline-block;
}
.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.display-table-cell {
	position: relative;
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.position-rel {
	position: relative;
}
.position-abs {
	position: absolute;
}
.container {
	position: relative;
	max-width: 1166px;
	margin: 0 auto;
}
#backtop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    z-index: 99;
    background-image: url(/Content/web/images/go_top.png);
    background-position: center;
    -webkit-background-size: 64px;
    background-size: 64px;
    background-repeat: no-repeat;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

header, section, footer {
    transition: 0.8s ease;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.display-flex-between {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.display-flex-wrap {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}


@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loading {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: #f5f5f5;
    opacity: 1;
}
#loading .loading-main {
	position: absolute;
	top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 0px solid #375E99;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 3px;
    -webkit-animation: loading 2s linear infinite;
    -webkit-animation: loading 2s linear infinite;
    -o-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
}
#loading .loading-main>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    border-radius: 50%;
}

.icon-bg {
	background-image: url(/Content/web/images/icon.png);
	background-repeat: no-repeat;
}

.icon-lang {
	display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -45px 0;
}
.icon-line {
    display: inline-block;
    width: 2px;
    height: 12px;
    background-position: -88px 0;
}
.icon-search {
	display: inline-block;
	width: 15px;
	height: 14px;
    background-position: 0px -24px;
}
.icon-arrow-down {
	display: inline-block;
	width: 9px;
	height: 5px;
    background-position: -2px -1px;
}
.icon-position-home {
	display: inline-block;
	width: 12px;
	height: 12px;
    background-position: -137px 0;
}
.icon-position-right {
	display: inline-block;
	width: 4px;
	height: 6px;
    background-position: -114px 0;
}


.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
	outline: none;
}



/* ---------------------------------
* header
------------------------------------*/
#site-header {
	position:fixed;
	left:0;
	top:0;
	z-index:100;
	width: 100%;
	height: 156px;
}
#site-header #site-header-outer {
	display: none;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:0;
	z-index: 1;
	overflow:hidden;
}
#site-header #site-header-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 100%;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transform: translateY(-13%);
    transform: translateY(-13%);
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#site-header .container {
	overflow: visible;
}


#site-header .hamburger {
	display:none;
    position: absolute;
    right: 0;
	top: 18px;
	z-index:1;
	line-height:0;
	width: 35px;
    height: 24px;
}
#site-header .hamburger:after,
#site-header .hamburger:before {
	content: '';
	display: block;
	background: #375E99;
	height: 2px;
    border-radius: 2px;
}
#site-header .hamburger span {
	display: block;
	height: 2px;
	margin: 6px 0;
	background: #375E99;
}

/* bar */
#site-header .site-header-bar {
	position: relative;
    /*top: -100%;*/
	z-index: 4;
	height: 100px;
	background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#site-header .site-logo {
	display: inline-block;
}
#site-header .site-logo img {
	display: block;
}
#site-header .site-logo #siteName {
	display: none;
}
#site-header .site-logo,
#site-header .site-bar-items {
	margin-top: 26px;
}


/* right */
#site-header .site-bar-items {}

/* lang select */
#site-header .site-lang {
	line-height: 48px;
	font-size: 0;
}
#site-header .site-lang .icon-lang {
    margin-top: 15px;
    margin-right: 8px;
}
.site-lang a {
	font-size: 16px;
	color: #707173;
}
.site-lang .active {
	font-weight: bold;
}
.site-lang .icon-line {
	display: inline-block;
	width: 2px;
	height: 12px;
	margin: 19px 4px 0;
}
.site-lang a:hover {
	font-weight: bold;
	color: #6b6b6b;
}

/* company group */
#site-header .select-group {
	position: relative;
	margin-left: 30px;
	color: #707173;
}
#site-header .select-group .words {
	display: inline-block;
	padding-right: 18px;
	line-height: 48px;
	background: url(/Content/web/images/icon/head_select_group.png) right center no-repeat;
	cursor: pointer;
}
#site-header .select-group .group-list {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 8;
	/*width: 100%;*/
	width: 240px;
	max-height: 400px;
	overflow: auto;
	padding-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
#site-header .select-group .group-list li {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#site-header .select-group:hover .group-list {
	display: block;
}

/* pc search hide */
@media (min-width: 993px){
	#site-header .search,
	#site-header .search-box {
		display: none;
	}
}


/* menu */
#site-header .site-header-menu {
    position: relative;
    /*top: -100%;*/
	z-index: 3;
	height: 56px;
	background: #375E99;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px rgba(0,0,0,.3);
}
#site-header .menu {
	position:relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#site-header .menu .menu-item {
	display: inline-block;
	position: relative;
	margin: 0 24px;
}
#site-header .menu .menu-item a {
	display: block;
	font-size: 16px;
	text-align: center;
}
#site-header .menu .menu-item .top {
	position: relative;
    line-height: 56px;
    color: #fff;
    overflow: hidden;
}
#site-header .menu .menu-item .top span {
	display: block;
	position: relative;
	z-index: 1;
}
#site-header .menu .menu-item .top span:before {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#site-header .menu .menu-item .icon-has-sub {
	display: inline-block;
    width: 12px;
    height: 8px;
    margin-top: 22px;
    margin-left: 5px;
}

/* second */
#site-header .menu .menu-item .menu-sub {
	display: none;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	min-width: 140px;
	z-index: 20;
    background: #F7F8FA;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,.2);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
#site-header .menu .menu-item .menu-sub li {
    width: 90%;
    margin: 0 auto;
}
#site-header .menu .menu-item .menu-sub li a {
    padding: 14px 0;
    color: #67696b;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#site-header .menu .menu-item .menu-sub li:last-child a {
	border-bottom-color: transparent;
}
/* hover */
#site-header .menu .menu-item .menu-sub li a:hover {
	color: #375e99;
	border-bottom: 1px solid #375e99;
}
#site-header .menu .menu-item .menu-sub li:last-child a:hover {
	color: #375e99;
	border-bottom: 1px solid #fff;
}


/* hover */
#site-header .menu .menu-item:hover .menu-sub {
	display: block;
	top: 100%;
}
#site-header .menu .menu-item:hover .top {
	color: #fff;
}
#site-header .menu .menu-item:hover .top span:before {
    width: 100%;
}
#site-header .menu .menu-item:hover .icon-has-sub {
    background-position: -2px -16px;
}
#site-header .menu .sub-navslip {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 48px;
    height: 0;
    background: #fff;
    z-index: 1;
}

/* current */
#site-header .menu .menu-item.active .top {
	color: #fff;
	font-weight: bold;
}
#site-header .menu .menu-item.active .top span:before {
    width: 100%;
}
#site-header .menu .menu-item.active .icon-has-sub {
    background-position: -2px -16px;
}


/* other */
#site-header .hamburger,
#site-header .site-header-bar,
#site-header .site-header-menu {
    /*opacity: 0;*/
}

/* search */
.search-wrapper {
	width: 265px;
}
.search-wrapper .search-items {
	position: relative;
	margin-top: 8px;
}
.search-wrapper .search-list {
	position: relative;
    height: 40px;
    border: 1px transparent solid;
   	-webkit-transition: all 0.5s;
   	-o-transition: all 0.5s;
   	transition: all 0.5s;
}

.search-wrapper .btns-search {
	display: inline-block;
    position: absolute;
    right: 5px;
    top: 4px;
	font-size: 16px;
	color: #fff;
    line-height: 30px;
	cursor: pointer;
}
.search-wrapper .btns-search.btns-search-out {
	margin-top: 1px;
	margin-right: 1px;
}

.search-wrapper .btns-search .icon-search {
	margin-top: 8px;
	margin-left: 10px;
}
.search-wrapper .search-key {
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 16px;
    color: #fff;
    width: 0px;
    height: 30px;
    padding-left: 15px;
    padding-right: 77px;
   	opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 5px;
   	-webkit-transition: all 0.3s;
   	-o-transition: all 0.3s;
   	transition: all 0.3s;
}
.search-wrapper .search-key.w180 {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.search-wrapper .search-active {
    padding: 5px;
    border-color: #fff;
}

/* hover style */
.search-wrapper .search-list:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.search-wrapper .search-list:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
    transform-origin: 100% 0;
}
.search-wrapper .search-active:before, .search-wrapper .search-active:after {
    position: absolute;
    content: '';
   	-webkit-transition: all 0.5s;
   	-o-transition: all 0.5s;
   	transition: all 0.5s;
}
.search-wrapper:hover .search-list:before,
.search-wrapper:hover .search-list:after {
    /*opacity: 1;*/
    /*transform: scale(1);*/
   	-webkit-transition: all 0.5s;
   	-o-transition: all 0.5s;
   	transition: all 0.5s;
}




/* form placeholder style */
.search-wrapper .search-key::-webkit-input-placeholder {
	/* WebKit browsers*/
	color: #fff;
}
.search-wrapper .search-key:-moz-placeholder {
	/* Mozilla Firefox 4 to 18*/
	color: #fff;
}
.search-wrapper .search-key::-moz-placeholder {
	/* Mozilla Firefox 19+*/
	color: #fff;
}
.search-wrapper .search-key:-ms-input-placeholder {
	/* Internet Explorer 10+*/
	color: #fff;
}

/* header fixed height */
.headerH {
	height: 156px;
	text-indent: -9999px;
}



/* ------------------------------------
footer
---------------------------------------*/
#site-footer {
	color: #ced5e0;
	background: #3A6194;
}
#site-footer a {
	color: #ced5e0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#site-footer a:hover {
	color: #fff;
}
#site-footer .footer-box {
	padding-top: 34px;
	padding-bottom: 25px;
	font-size: 0;
}
#site-footer .footer-nav {
	display: inline-block;
	width: 78.56%;
	font-size: 0;
}
#site-footer .footer-nav .footer-nav-items {
	display: inline-block;
	/*width: 10%;*/
	margin-right: 3.7%;
	font-size: 16px;
}
#site-footer .footer-nav .footer-nav-items-contact {
	width: 26%;
	margin-right: 0;
}
#site-footer .footer-nav .footer-nav-items .lists li {
	margin-top: 5px;
	font-size: 15px;
}
#site-footer .words {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

@media (min-width: 1200px) {
	#site-footer .footer-nav .footer-nav-items {
		width: auto;
		margin-right: 4.5%;
		white-space: nowrap;
	}
	#site-footer .footer-nav .footer-nav-items-contact {
		width: 26%;
		margin-right: 0;
	}
}

#site-footer .footer-attention {
	display: inline-block;
	width: 21%;
}
#site-footer .footer-attention .lists {
	margin-top: 5px;
	font-size: 0;
}
#site-footer .footer-attention .lists li {
	display: inline-block;
	/*width: 98px;*/
	width: 45%;
	margin-left: 18px;
	font-size: 12px;
	text-align: center;
}
#site-footer .footer-attention .lists li:first-child {
	margin-left: 0;
}

#site-footer .footer-attention .lists li img {
	display: block;
	max-height: 98px;
	margin: 0 auto;
}
#site-footer .footer-attention .lists li p {
	margin-top: 8px;
}

#site-footer .footer-copyright {
	padding: 10px 0;
	font-size: 12px;
	border-top: 1px solid #6382AA;
}
#site-footer .footer-copyright .pic {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}




/* ---------------------------------
* home
------------------------------------*/

.site-column-font22-border {
	padding-bottom: 14px;
	border-bottom: 1px solid #BFCBDE;
}


/*--------------
* banner
----------------*/
.site-banner {
	position: relative;
	overflow: hidden;
}

.site-banner .phone-banner {
	display: none;
}
.site-banner img {
	display: block;
	width: 100%;
}
.site-banner .swiper-slide {
	position: relative;
	height: auto;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.site-banner .swiper-slide .bann-link {
	display: block;
}

.site-banner .arrow-left-swiper,
.site-banner .arrow-right-swiper {
	position: absolute;
    top: 50%;
    width: 56px;
    height: 60px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
	outline: none;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.site-banner .arrow-left-swiper {
	left: 0;
	background-image: url(/Content/web/images/arrow_left.png);
}
.site-banner .arrow-right-swiper {
	right: 0;
    background-image: url(/Content/web/images/arrow_right.png);
}


.site-banner .arrow-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 4px;
	font-size: 0;
	text-align: center;
}
.site-banner .arrow-pagination .swiper-pagination-bullet {
	width: 32px;
	height: 4px;
	margin: 0 8px;
	background: #fff;
}
.site-banner .arrow-pagination .swiper-pagination-bullet-active {
	background: #E61110;
}




/*--------------
* news
----------------*/
.site-news {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #fff;
}
.site-news .news-rows .title:hover {
	font-weight: normal;
	color: #e61110;
}

.site-news .news-inner .news-inner-title {
	width: 55.23%;
    padding-right: 44px;
}

/* 1 */
.site-news .news-inner .items .news-inner-title {
	display: none;
	width: 100%;
	padding: 0;
}

.site-news .news-inner .headline {}
.site-news .news-inner .headline .title {
	font-size: 18px;
}
.site-news .news-inner .headline .des {
	margin-top: 8px;
	margin-bottom: 8px;
	line-height: 1.6;
	font-size: 16px;
	color: #6B6B6B;
}



/* 2 */
.site-news .news-recommend {
	margin-top: 25px;
	border-top: none;
}

.site-news .news-recommend .news-recommend-list {
	padding-top: 0;
	border-right: none;
}
.site-news .news-recommend .recommend-topic .news-inner-banner {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.site-news .news-recommend .recommend-topic .news-inner-banner .title {
	width: 100%;
}
.site-news .news-recommend .recommend-topic .news-inner-banner .title:hover {
	color: #fff;
}

.site-news .news-recommend .recommend-topic .topic-more {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
    padding-right: 24px;
    font-size: 12px;
    opacity: .7;
    filter: alpha(opacity=70);
    background: url(/Content/web/images/icon/index_more_white.png) right center no-repeat;
}
.site-news .news-recommend .recommend-topic .topic-more {}



/*--------------
* business
----------------*/
.site-business {
	padding-top: 40px;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(/Content/web/images/index_business.jpg);
}

/* tab */
.site-business .site-business-tab {
	position: relative;
}
.site-business .site-business-tab .site-column-font22 {
	position: relative;
	z-index: 3;
	color: #fff;
}
.site-business .arrow-pagination {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.site-business .arrow-pagination .swiper-pagination-bullet {
	position: relative;
    width: auto;
    min-width: 92px;
    height: 35px;
    padding-right: 5px;
    margin-right: 25px;
    line-height: 35px;
    font-size: 16px;
    white-space: nowrap;
    opacity: 1;
	color: #fff;
    background: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.site-business .arrow-pagination .swiper-pagination-bullet:after {
	content: '';
	display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin-top: -8px;
	width: 1px;
	height: 16px;
	background: #fff;
	opacity: .37;
	filter: alpha(opacity=37);
}
.site-business .arrow-pagination .swiper-pagination-bullet:last-child:after {
	display: none;
}


.site-business .arrow-pagination .swiper-pagination-bullet:hover {
	color: #fc3938;
}

.site-business .arrow-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.site-business .arrow-pagination .swiper-pagination-bullet-active {
	color: #fc3938;
	font-weight: bold;
}



/* list */
.site-business .site-business-banner {
	margin-top: 30px;
}
.site-business .site-business-banner .list {
	color: #373738;
	background-color: #fff;
	overflow: hidden;
}
.site-business .site-business-banner .gallery {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 63.98%;
	height: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-business .site-business-banner .gallery img {
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-business .site-business-banner .gallery:hover {
	-webkit-background-size: 110%;
	background-size: 110%;
}.site-business .site-business-banner .gallery:hover img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.site-business .site-business-banner .info-content {
	width: 36.02%;
	float: left;
	padding: 40px 18px 48px;
	border-right: 6px solid #D9DADB;
	background:  url(/Content/web/images/index_business_infobg.png) top right no-repeat;
}
.site-business .site-business-banner .list .title {
	position: relative;
	padding-bottom: 14px;
	font-weight: bold;
	font-size: 18px;
}
.site-business .site-business-banner .list .title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 36px;
	height: 2px;
	background: #AEBACB;
}
.site-business .site-business-banner .list .desc {
	height: 148px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
	margin-top: 20px;
	font-size: 16px;
}



/*--------------
* overview
----------------*/
.site-overview {
	padding-top: 49px;
	padding-bottom: 45px;
	background-color: #F2F2F2;
}

/* left */
.site-overview .site-overview-culture,
.site-overview .site-overview-right {
	background-color: #fff;
}

/* left */
.site-overview .site-overview-culture {
	width: 65.5%;
	padding: 24px;
}
.site-overview .site-overview-culture {}

/* public */
.site-overview .site-overview-culture .tabs-list {
	margin-bottom: 10px;
	margin-top: 16px;
	font-size: 0;
}
.site-overview .site-overview-culture .tabs-list .tabs {
	display: inline-block;
	position: relative;
	padding-right: 14px;
	margin-left: 14px;
	color: #698abd;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-overview .site-overview-culture .tabs-list .tabs:after {
	content: '';
	display: block;
	position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #CAD0DB;
}
.site-overview .site-overview-culture .tabs-list .tabs:first-child {
	margin-left: 0;
}
.site-overview .site-overview-culture .tabs-list .tabs:last-child {
	padding-right: 0;
}
.site-overview .site-overview-culture .tabs-list .tabs:last-child:after {
	display: none;
}

/* active */
.site-overview .site-overview-culture .tabs-list .tabs.active {
	font-weight: bold;
}

/* .site-overview .site-overview-culture .left-content,
.site-overview .site-overview-culture .right-content {
	width: 46.37%;
} */

/* left list */
/*.site-overview .site-overview-culture .left-content .items {*/
/*	display: none;*/
/*}*/
.site-overview .site-overview-culture .left-content .headline {
	overflow: hidden;
}
.site-overview .site-overview-culture .left-content .headline img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-overview .site-overview-culture .left-content .headline:hover img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.site-overview .site-overview-culture .left-content .article {
	margin-top: 10px;
}
.site-overview .site-overview-culture .left-content .article .link {
	display: block;
	padding-top: 8px;
	padding-bottom: 16px;
	color: #363738;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	/*border-bottom: 1px solid #E4E4E5;*/
}


/* right list */
.site-overview .site-overview-culture .right-content .items {
	display: none;
}
.site-overview .site-overview-culture .right-content .article {
	margin-top: 10px;
}
.site-overview .site-overview-culture .right-content .article:first-child {
	margin-top: 0;
}
.site-overview .site-overview-culture .right-content .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	overflow: hidden;
}
.site-overview .site-overview-culture .right-content .thumb {
	width: 37.8%;
	flex: 0 0 37.8%;
	max-width: 125px;
	overflow: hidden;
}
.site-overview .site-overview-culture .right-content .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-overview .site-overview-culture .right-content .link:hover img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.site-overview .site-overview-culture .right-content .desc {
	position: relative;
	/*width: 58%;*/
	flex: 1;
	padding-left: 10px;
}
.site-overview .site-overview-culture .right-content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color: #373738;
	font-size: 16px;
}

.site-overview .site-overview-culture .right-content .label {
	position: absolute;
	left: 10px;
	bottom: 0;
	color: #969799;
	font-size: 12px;
	padding-left: 20px;
	background: url(/Content/web/images/icon/index_vision_icon.jpg) left center no-repeat;
}








/* right */
.site-overview .site-overview-right {
	/*width: 358px;*/
	width: 30.7%;
}
.site-overview .site-overview-right .list {
	padding: 24px;
}
.site-overview .site-overview-right .gallery {
	margin-top: 10px;
	overflow: hidden;
}
.site-overview .site-overview-right .gallery .thumb {
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.site-knowledge .knowledge-join .info-content .link2
{
	overflow: hidden;
}
.site-knowledge .knowledge-join .info-content .link2:hover img,
.site-overview .site-overview-right .gallery .thumb:hover img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}


/* honor */
.site-overview .site-overview-right .list:nth-child(2) {
	margin-top: 16px;
}











/*--------------
* knowledge
----------------*/
.site-knowledge {
	padding-top: 40px;
	padding-bottom: 68px;
	background: #fff url(../images/index_knowledge.jpg) bottom center no-repeat;
}

.site-knowledge .knowledge-science,
.site-knowledge .knowledge-join,
.site-knowledge .knowledge-office {
	/*width: 356px;*/
	width: 30.5%;
}


/* science */
.site-knowledge .knowledge-science {}
.site-knowledge .knowledge-science .tabs-info {
    font-size: 0;
    border-bottom: 1px solid #BFCBDE;
}
.site-knowledge .knowledge-science .tabs-info .tabs {
	display: inline-block;
	position: relative;
    padding-bottom: 14px;
	margin-right: 24px;
	cursor: pointer;
}
.site-knowledge .knowledge-science .tabs-info .tabs:last-child {
	margin-right: 0;
}
.site-knowledge .knowledge-science .tabs-info .tabs:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 0;
	height: 3px;
	background-color: #375E99;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* hover */
.site-knowledge .knowledge-science .tabs-info .tabs:hover:after {
	width: 100%;
}
/* active */
.site-knowledge .knowledge-science .tabs-info .tabs.active {
	font-weight: bold;
}
.site-knowledge .knowledge-science .tabs-info .tabs.active:after {
	width: 100%;
}

.site-knowledge .knowledge-science {}
.site-knowledge .knowledge-science {}


.site-knowledge .knowledge-science .info-content .items {
	display: none;
}

/* 1 */
.site-knowledge .knowledge-science .info-content .news-rows .title {
	/*width: 72%;*/
}
.site-knowledge .knowledge-science .info-content .news-rows li {
	margin-top: 1px;
}
.site-knowledge .knowledge-science .info-content .news-rows li:first-child .title {
	font-weight: bold;
}

.site-knowledge .knowledge-science .info-content .headline {
	position: relative;
	margin-top: 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-knowledge .knowledge-science .info-content .headline .thumb {
	overflow: hidden;
}
.site-knowledge .knowledge-science .info-content .headline .thumb img {
	display: block;
	width: 100%;
}

.site-knowledge .knowledge-science .info-content .headline:hover .thumb img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}
.site-knowledge .knowledge-science .info-content .headline .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
}
.site-knowledge .knowledge-science .info-content .headline img {
    width: 62px;
}

.site-knowledge .knowledge-science .info-content .reservation-more {
	margin-top: 8px;
}
.site-knowledge .knowledge-science .info-content .reservation-more .btn-more {
	display: block;
	width: 49%;
	height: 42px;
	padding-left: 12px;
	line-height: 42px;
	color: #375e99;
	font-weight: bold;
	border: 1px solid #C7D2E3;
	background-image: url(/Content/web/images/icon/index_more_blue.png);
	background-repeat: no-repeat;
	background-position: right 12px center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-knowledge .knowledge-science .info-content .reservation-more .btn-more:hover {
	color: #fff;
	background-image: url(/Content/web/images/icon/index_more_white.png);
	background-color: #375e99;
}


/* join book */
.site-knowledge .knowledge-join {}

.site-knowledge .knowledge-join .info-content {
	margin-top: 15px;
}
.site-knowledge .knowledge-join .info-content .list {
	position: relative;
}
.site-knowledge .knowledge-join .info-content .link {
	display: block;
	width: 100%;
	height: 114px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-knowledge .knowledge-join .info-content .link:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.site-knowledge .knowledge-join .info-content .gallery {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}
.site-knowledge .knowledge-join .info-content .desc {
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 3;
	width: 100%;
	padding-left: 20px;
	text-transform: uppercase;
}
.site-knowledge .knowledge-join .info-content .en {
	color: #818c9c;
	font-size: 24px;
	font-family: 'Helvetica85-Heavy','Microsoft Yahei','Helvetica','Open Sans','SimSun';
	opacity: .11;
	filter: alpha(opacity=11);
}
.site-knowledge .knowledge-join .info-content .cn {
	font-size: 16px;
	color: #375E99;
}

/* book */
.site-knowledge .knowledge-join .info-content .book {
	margin-top: 10px;
}

/* office */
.site-knowledge .knowledge-office {}

.site-knowledge .knowledge-office .info-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 7px;
	font-size: 0;
}
.site-knowledge .knowledge-office .info-content .list {
	display: inline-block;
	/*width: 31.7%;*/
	width: 100%;
	margin-top: 8px;
	/*margin-right: 8px;*/
	padding: 12px 5px;
	text-align: center;
	background-color: #375E99;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.site-knowledge .knowledge-office .info-content .list:nth-child(3n) {
	margin-right: 0;
}

.site-knowledge .knowledge-office .info-content .list a {
	display: block;
}
.site-knowledge .knowledge-office .info-content .list .thumb {
	overflow: hidden;
	width: 54px;
	margin: 0 auto;
}
.site-knowledge .knowledge-office .info-content .list .thumb img {
	display: block;
}

.site-knowledge .knowledge-office .info-content .list .title {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.site-knowledge .knowledge-office .info-content .list:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}









/* ----------------------------------
section
-------------------------------------*/

section {
	position: relative;
	z-index: 5;
	width: 100%;
	overflow: hidden;
}

.site-column-font22 {
    line-height: 34px;
	font-size: 22px;
	font-weight: bold;
	color: #375e99;
}
.font20 {
	font-size: 20px;
	font-weight: bold;
}
.site-column-border:after {
    content: '';
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 8px;
    background: #E61728;
}

.color-white {
	color: #fff;
}
.color-blue {
	color: #375e99;
}
.color-dark-gray {
	font-weight: normal;
	color: #333;
}

.thumb img {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.trans,.thumb {
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.thumb-width-height-opacity {
	position: relative;
}
.thumb-width-height-opacity:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.thumb-width-height-opacity:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}


.thumb-width-height-opacity:hover:before,
.thumb-width-height-opacity:focus:before {
    left: 50%;
    width: 0;
    opacity: 0.5;
}

.thumb-width-height-opacity:hover:after,
.thumb-width-height-opacity:focus:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

a:hover .thumb-width-height-opacity:before,
a:focus .thumb-width-height-opacity:before {
    left: 50%;
    width: 0;
    opacity: 0.5;
}
a:hover .thumb-width-height-opacity:after,
a:focus .thumb-width-height-opacity:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

.thumb-slash {
	position: relative;
}
.thumb-slash:after {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255,1);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    left: -100%;
    content: ' ';
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.thumb-slash:hover:after {
    left: 200%;
    transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
}
a:hover .thumb-slash:after,
a:focus .thumb-slash:after {
    top: 50%;
    height: 0;
    opacity: 0.5;
}

.thumb-scale {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover .thumb-scale,
a:focus .thumb-scale {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.button-hover {
	position: relative;
	overflow: hidden;
}
.button-hover>span {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 1;
}
.button-hover:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #375e99;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.button-hover:hover {
	color: #fff;
}
.button-hover:hover:before {
    opacity: 1;
    padding-top: 100%;
    width: 150%;
}


.page-banner img {
	display: block;
	width: 100%;
}

/* ---------------------------------
* column wrapper
------------------------------------*/
.column-wrapper {
	width: 100%;
	height: 56px;
	line-height: 54px;
	border-bottom: 2px solid #D9E1EE;
}
.column-wrapper .navbar-items {
	position: relative;
	z-index: 12;
}
.column-wrapper .current-column {
	display: inline-block;
	padding: 0 23px;
	font-size: 16px;
	font-weight: bold;
	color: #fafbfc;
	background: #375E99;
}
.column-wrapper .navbar-list {}
.column-wrapper .navbar-list li {
	margin-left: 30px;
}
.column-wrapper .navbar-list li a {
	display: block;
	position: relative;
	padding: 0 5px;
	color: #6b6969;
	text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.column-wrapper .navbar-list li span {
	display: block;
}
.column-wrapper .navbar-list li i.icon-arrow-down {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* hover */
.column-wrapper .navbar-list li a:hover {
	color: #214e8a;
}
.column-wrapper .navbar-list li a:hover i.icon-arrow-down {
    bottom: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* active */
.column-wrapper .navbar-list li a.active {
	color: #214e8a;
}
.column-wrapper .navbar-list li a.active i.icon-arrow-down {
    bottom: 5px;
    opacity: 1;
    filter: alpha(opacity=100);
}



/* position */
.column-wrapper .position-items {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 15;
	height: 100%;
}
.column-wrapper .position-items a {
	color: #9e9e9e;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.column-wrapper .position-items a:hover {
	color: #375E99;
}
.column-wrapper .position-items .icon-bg {
	margin: 0 8px;
	margin-top: 24px;
}
.column-wrapper .position-items .icon-position-home {
	margin-top: 21px;
}




/* ---------------------------------
* overview wrapper
------------------------------------*/
.overview-wrapper {
	padding-top: 55px;
	padding-bottom: 70px;
}
.overview-wrapper .content {
	display: inline-block;
    width: 64.93%;
    margin-right: 2.14%;
}
.overview-wrapper .gallery {
	display: inline-block;
	width: 32.93%;
}

.overview-about {
	overflow: hidden;
}
.overview-about .content {
	float: left;
}
.overview-about .content .info {
	margin-top: 20px;
	text-align: justify;
}
.overview-about .btn-more {
	display: block;
    width: 136px;
    height: 42px;
    margin-top: 40px;
    line-height: 40px;
    text-align: center;
    color: #375e99;
    font-size: 16px;
    border: 1px solid #CED1D6;
}
.overview-about .btn-more span:after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 10px;
	margin-left: 7px;
	background-image: url(/Content/web/images/icon/more_arrow_purple.png);
	background-repeat: no-repeat;
	-webkit-background-size: 7px 10px;
	background-size: 7px 10px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.overview-about .btn-more:hover {
	color: #fff;
}
.overview-about .btn-more:hover span:after {
	background-image: url(/Content/web/images/icon/more_arrow_white.png);
}
.overview-about .gallery {
	float: right;
}
.overview-about .gallery img {
	display: block;
	width: 100%;
}


/* overview about */
.overview-wrapper .about-container {
	margin-bottom: 48px;
}

/* overview items */
.overview-items {
	margin-top: 48px;
	font-size: 0;
}
.overview-items .content {
	font-size: 0;
}
.overview-items .content li {
	display: inline-block;
	position: relative;
	width: 48.48%;
}
.overview-items .content li:nth-child(1) {
	margin-right: 3.04%;
}
.overview-items .content .link {
	display: block;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.2);
	box-shadow: 0 1px 8px rgba(0,0,0,.2);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.overview-items .content .thumb {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.overview-items .content .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.overview-items .content .info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 30px;
	overflow: hidden;
}
.overview-items .content .desc {
	color: #375e99;
	font-size: 16px;
}
/* hover */
.overview-items .content .link:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.overview-items .content .link:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.overview-items .gallery li {
	padding: 31px 25px;
	background: #4971AD;
}
.overview-items .gallery li:nth-child(2) {
	margin-top: 10px;
}
.overview-items .gallery .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.overview-items .gallery .thumb {}
.overview-items .gallery .thumb img {
	display: block;
	width: 110px;
	max-height: 110px;
}
.overview-items .gallery .info {
	width: 200px;
	padding-left: 18px;
	padding-top: 15px;
}
.overview-items .gallery .info .desc {
	color: #fff;
	font-size: 16px;
	font-family: 'Helvetica','Microsoft Yahei','Open Sans','SimSun';
	opacity: 0.22;
	filter: alpha(opacity=22);
}

/* content public */
.overview-wrapper-content {
	padding-top: 5px;
}

.overview-left-content {
	width: 811px;
	margin-right: 40px;
	padding-right: 40px;
	border-right: 1px solid #D5DDEC;
}
.overview-left-info {
	margin-top: 22px;
	color: #7a7c80;
}
.overview-left-content,
.column-right-list {
	padding-top: 40px;
}
/* right public */
.column-right-list {
	width: 314px;
}
.column-right-list li {
	position: relative;
	margin-top: 16px;
	border: 1px solid #E1E2E4;
}
.column-right-list li:first-child {
	margin-top: 0;
}
.column-right-list .link {
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.column-right-list .link img {
	display: block;
	width: 100%;
}
.column-right-list .link:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}


/* ---------------------------------
* leader wrapper
------------------------------------*/
.leader-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	font-size: 0;
	text-align: center;
}
.leader-list .blockline {
	display: block;
	width: 100%;
}
.leader-list .list {
	display: flex;
	/* width: 22.1%; */
	 width: 30.1%;
	/*width: 17.6%;*/
	/*width: 16.6%;*/
	margin-right: 2.9%;
	margin-top: 30px;
}
.leader-list .link {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 7px;
	border: 1px solid #EAEAEC;
	background: #EDF2F7;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leader-list .link .thumb {
	/*border: 1px solid #96959E;*/
}
.leader-list .link .thumb img {
	display: block;
}
.leader-list .link .desc {
	height: auto !important;
	padding-top: 6px;
	text-align: center;
	color: #6b6969;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.leader-list .link .position {
	font-weight: bold;
}
.leader-list .link .name
{
    font-size: 14px;}

/* hover */
.leader-list .link:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.leader-list .link:hover .desc {
	color: #3D65A5;
}


/* ---------------------------------
* leader details wrapper
------------------------------------*/
.leader-details {
	padding-top: 10px;
}
.leader-details .office {
	margin-top: 32px;
	margin-bottom: 5px;
}
.leader-details .office span {
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
	color: #f7faff;
	background: #375E99;
}
.leader-details ul {
	overflow: hidden;
}
.leader-details ul li {
	position: relative;
	margin-top: 20px;
	padding-left: 18px;
}
.leader-details ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: #929396;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}


/* ---------------------------------
* honor wrapper
------------------------------------*/
.honor-content {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.honor-column {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.honor-column .tabs-info {
	margin-top: 1px;
}
.honor-column .tabs-info .tabs {
	display: inline-block;
	padding: 0 23px;
	margin-top: 5px;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
	color: #6c6d70;
	background-color: #E6EAF0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.honor-column .tabs-info .tabs:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 1px;
	width: 16px;
	height: 14px;
	margin-left: 3px;
	background-repeat: no-repeat;
	-webkit-background-size: 16px 14px;
	background-size: 16px 14px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.honor-column .tabs-info .tabs1:after {
	background-image: url(/Content/web/images/icon/honor_import.png);
}
.honor-column .tabs-info .tabs2:after {
	background-image: url(/Content/web/images/icon/honor_year.png);
}


/* hover */
.honor-column .tabs-info .tabs:hover {
	color: #fff;
	background-color: #3A63A1;
}
.honor-column .tabs-info .tabs1:hover:after {
	background-image: url(/Content/web/images/icon/honor_import_a.png);
}
.honor-column .tabs-info .tabs2:hover:after {
	background-image: url(/Content/web/images/icon/honor_year_a.png);
}

/* active */
.honor-column .tabs-info .tabs-active {
	color: #fff;
	background-color: #3A63A1;
}
.honor-column .tabs-info .tabs1.tabs-active:after {
	background-image: url(/Content/web/images/icon/honor_import_a.png);
}
.honor-column .tabs-info .tabs2.tabs-active:after {
	background-image: url(/Content/web/images/icon/honor_year_a.png);
}



/* items */
.honor-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.honor-items .list {
	position: relative;
	width: 22.73%;
	margin-right: 3%;
	margin-top: 32px;
	border: 1px solid #EAEAEC;
	background: url(/Content/web/images/honor_list_bg.jpg) center / cover no-repeat;
}
.honor-items .list:nth-child(4n) {
	margin-right: 0;
}
.honor-items .honor-list-a {
	display: block;
	padding-top: 30px;
	padding-bottom: 25px;
}
.honor-items .list .thumb {
	width: 70%;
	padding: 6px;
	margin: 0 auto;
	background: url(/Content/web/images/honor_pic_bg.jpg) center / cover no-repeat;
}
.honor-items .list .pic {
	display: block;
	width: 100%;
}
.honor-items .list .title {
	padding: 18px 10px 0;
	color: #68696b;
	text-align: center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.honor-items .list .mask {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
	background: rgba(225,233,240,.63);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.honor-items .list .mask .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 52px;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* hover */
.honor-items .honor-list-a:hover .ttile {
	color: #2c508a;
	text-decoration: underline;
}
.honor-items .honor-list-a:hover .mask {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* popup */
.poptrox-popup {
	overflow: visible!important;
}
.poptrox-popup .closer {
	margin-right: -30px;
	text-indent: -9999px;
	background: url(/Content/web/images/close.png) center no-repeat!important;
}
.poptrox-popup .caption {
	color: #68696b;
	overflow: hidden;
}
.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
	width: 55px;
	height: 66px;
	margin-top: -33px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 55px 66px;
	background-size: 55px 66px;
}
.poptrox-popup .nav-previous {
	left: -31px;
	background-image: url(/Content/web/images/prev.png);
}
.poptrox-popup .nav-next {
	right: -31px;
	background-image: url(/Content/web/images/next.png);
}

.honor-pages {
	margin-top: 35px;
}


/* ---------------------------------
* honor year wrapper
------------------------------------*/
.honor-year-nav {
	position: relative;
	width: 100%;
	margin-top: 40px;
	font-size: 0;
}


.honor-year-nav .row {
	display: block;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.honor-year-nav .row .year {
	display: block;
	font-size: 20px;
	color: #5f85aa;
	white-space: nowrap;
	font-family: 'HelveticaNeuel TPro BdCn','Microsoft Yahei','Helvetica','Open Sans','SimSun';
}
.honor-year-nav .row .dot {
	display: inline-block;
    position: relative;
    z-index: 2;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	border: 2px solid #5F85AA;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.honor-year-nav .row .line {
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 2px;
	text-indent: -9999px;
	background-color: #5F85AA;
}

.honor-year-nav .active .year {
	color: #f0b130;
}
.honor-year-nav .active .dot {
	border-color: #f0b130;
}
.honor-year-nav .active .line {
	background-color: #f0b130;
}

.honor-year-items {
	display: block;
	margin-top: 25px;
	padding: 32px 50px;
	background: #EDF2F6;
}
.honor-year-items .list {
	display: none;
	color: #6c6e70;
}
.honor-year-items .list .column {
	color: #363738;
	font-size: 20px;
}
.honor-year-items .list ul {
	margin-top: 12px;
}
.honor-year-items .list ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 14px 0;
	border-bottom: 1px solid #C9CDD1;
}
.honor-year-items .list ul li .time {
	width: 80px;
	margin-right: 10px;
}
.honor-year-items .list ul li .info {
	width: 90%;
}



/* ---------------------------------
* pages wrapper
------------------------------------*/
.pages {
	text-align: center;
	font-size: 12px;
}
.pages a,
.pages span,
.pages input {
	display: inline-block;
	margin: 0 3px;
	margin-top: 5px;
	line-height: 28px;
	padding: 0 10px;
    border: 1px solid transparent;
}
.pages a,
.pages .go .num,
.pages .input-sub {
	border: 1px solid #D9D9D9;
}
.pages .home,
.pages .prev {
	border-color: transparent;
}

.pages a {
	padding: 0 10px;
}
.pages .go {
	padding: 0 18px;
}
.pages .go .num {
	width: 28px;
	margin: 0 5px;
	text-align: center;
}
.pages .input-sub {
	display: inline-block;
	padding: 0 10px;
	color: #385f99;
	text-align: center;
	background: #EDF2F7;
}



/* current */
.pages .current {
	color: #4a6da3;
	font-weight: bold;
	border-color: transparent;
}







/* ---------------------------------
* news wrapper
------------------------------------*/
/* news wrapper content */
.news-rows {
	margin-top: 14px;
}
.news-rows li {
	position: relative;
	margin-top: 3px;
	line-height: 32px;
	overflow: hidden;
}
.news-rows .title {
	display: block;
    position: relative;
    z-index: 1;
	width: 100%;
	padding-right: 50px;
	color: #383838;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-rows .time {
	display: block;
	position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
	color: #999;
	font-size: 12px;
	text-align: right;
}
.news-rows .title:hover {
	font-weight: bold;
}
.news-inner {
	font-size: 0;
}
.news-inner .items {
	float: left;
	width: 55.23%;
	padding-right: 44px;
}

.news-inner-banner {
	position: relative;
	width: 44.77%;
	float: right;
}
@media (min-width: 993px) {
	.news-inner-banner .site-column-font22 {
		display: none;
	}
}
.news-inner-banner .link {
	display: block;
}
.news-inner-banner .thumb {
	overflow: hidden;
}
.news-inner-banner .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news-inner-banner .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 60px;
    line-height: 60px;
	font-size: 16px;
	color: #fff;
	background-image: url(/Content/web/images/news_bg_w522.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.news-inner-banner .title .words {
	display: block;
    width: 80%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-inner-banner .swiper-dot {
	position: absolute;
	bottom: 24px;
	right: 15px;
	z-index: 2;
}
.news-inner-banner .swiper-dot .swiper-pagination-bullet {
	margin-left: 6px;
	border: 1px solid #fff;
	background: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.news-inner-banner .swiper-dot .swiper-pagination-bullet-active {
	background: #E61110;
	border: 1px solid #E61110;
}
.news-inner-banner .link:hover img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}



/* news recommend */
.news-recommend {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 40px;
    border-top: 1px solid #D3D6DB;
}
.news-recommend .news-recommend-list {
    padding: 30px 28px 0;
    border-right: 1px solid #D3D6DB;
}
.news-recommend .recommend-industry {
	width: 32.16%;
	padding-left: 0;
}
.news-recommend .recommend-media {
	width: 34.82%;
}
.news-recommend .recommend-topic {
	width: 33.02%;
	padding-right: 0;
	border-right: none;
}

.news-recommend .news-recommend-list .news-rows .title {
	/*width: 75%;*/
}
.news-recommend .recommend-topic .topic-headline {
	position: relative;
	min-height: 80px;
	padding-top: 10px;
	margin-bottom: 15px;
    line-height: normal;
}
.news-recommend .recommend-topic .topic-headline .link {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    color: #383838;
    font-size: 16px;
}
.news-recommend .recommend-topic .topic-headline .thumb {
	width: 140px;
}
.news-recommend .recommend-topic .topic-headline .thumb img {
	display: block;
	width: 100%;
}
.news-recommend .recommend-topic .topic-headline .desc {
	width: 205px;
	padding-left: 15px;
}
.news-recommend .recommend-topic .topic-headline .time {
	position: absolute;
	right: 0;
	bottom: 10px;
	top: auto;
}
.news-inner .items .news-rows li:first-child .title,
.news-recommend .news-recommend-list .news-rows li:first-child .title,
.news-recommend .recommend-topic .topic-headline .head-title {
	font-weight: bold;
}






/* ---------------------------------
* newslist wrapper
------------------------------------*/



/* all public list */
.allList-items {
	margin-top: 25px;
}
.allList-items .list {
	margin-top: 25px;
}
.allList-items .list:first-child {
	margin-top: 0;
}
.allList-items .list .link {
	background: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.allList-items .list .thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -ms-align-items: center;
    align-items: center;
	width: 250px;
}
.allList-items .list .thumb img {
	display: block;
	width: 100%;
}

.allList-items .list .info {
	width: 840px;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 24px;
	padding-bottom: 15px;
}
.allList-items .list .title {
	padding-bottom: 12px;
	color: #363738;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.allList-items .list .time {
	color: #999;
	font-size: 12px;
}
.allList-items .list .desc {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 5px;
	color: #67696b;
}
.allList-items .list .news-more {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -ms-align-items: center;
    align-items: center;
	width: 75px;
	padding-right: 33px;
}
.allList-items .list .news-more .btn-more {
	position: relative;
	width: 42px;
	height: 63px;
	border: 1px solid #ACB9CA;
	overflow: hidden;
}
.allList-items .list .news-more .btn-more .words {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
	text-indent: -9999px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(/Content/web/images/news_more.png);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.allList-items .list .news-more .btn-more:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    opacity: 0;
    padding-top: 1px;
    pointer-events: none;
    width: 1px;
    background-color: #375e99;
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

/* hover */
.allList-items .list .link:hover {
	background: #EDF2F6;
}
.allList-items .list .link:hover .title {
	color: #375e99;
	text-decoration: underline;
}
.allList-items .list .link:hover .btn-more:before {
    opacity: 1;
    padding-top: 300%;
    width: 300%;
}
.allList-items .list .link:hover .words {
	background-image: url(/Content/web/images/news_more_white.png);
}


/* news inner  */
.newslist-inner {}
.newslist-inner .honor-column .tabs-info {
	margin-top: 5px;
	font-size: 0;
}
.newslist-inner .honor-column .tabs-info .year,
.newslist-inner .honor-column .tabs-info select {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	background: #375E99;
}
.newslist-inner .honor-column .tabs-info .year {
	display: inline-block;
	width: 50px;
	text-align: center;
	color: #bdcce2;
	border-right: 1px solid #6183B5;
}
.newslist-inner .honor-column .tabs-info select {
	display: inline-block;
	width: 93px;
	text-align: center;
	color: #fff;
}

.newslist-items .list .info {
	width: 840px;
}


/* ---------------------------------
* details wrapper
------------------------------------*/
.details-inner .details-content {
	width: 72.47%;
	padding-right: 4%;
	float: left;
}
.details-inner .details-title {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #333;
	font-size: 24px;
	font-weight: normal;
}
.details-inner .details-info {
	color: #999;
	font-size: 12px;
}
.details-inner .details-info .source,
.details-inner .details-info .author {
	margin-left: 10px;
}
.details-inner .details-info .site-share {
	margin-left: 20px;
}

.details-inner .details-desc {
	margin-top: 20px;
}

.details-inner .details-recommend-related {
	width: 27.53%;
	float: right;
	padding: 25px;
	background: #EDF2F6;
}
.details-inner .details-recommend-related .big-title {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.details-inner .details-recommend-related .headline {
	position: relative;
	padding-bottom: 23px;
	border-bottom: 1px solid #CED2D6;
}
.details-inner .details-recommend-related .headline:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 2;
	width: 21%;
	height: 3px;
	background-color: #375E99;
}
.details-inner .details-recommend-related a.big-title:hover {
	color: #375E99;
    text-decoration: underline;
}
.details-inner .details-recommend-related .headline .desc {
	margin-top: 10px;
}
.details-inner .details-recommend-related .related {
	margin-top: 20px;
}
.details-inner .details-recommend-related .news-rows {
	margin-top: 10px;
}
.details-inner .details-recommend-related .news-rows .title {
	padding-right: 75px;
	font-size: 16px;
	color: #67696b;
}
.details-inner .details-recommend-related .news-rows li {
	margin-top: 5px;
	line-height: 24px;
}





/* ---------------------------------
* share wrapper
------------------------------------*/
.site-share {
	display: inline-block;
}
.site-share .bdsharebuttonbox .bds_more,
.site-share .sr-bdimgshare .bdimgshare-content .bdimgshare-lbl {
  display: none!important;
}
.site-share .icon-share {
    margin-top: 16px;
}
.site-share .bdsharebuttonbox {
	display: inline-block;
}
.site-share .bdsharebuttonbox a, .site-share .bdsharebuttonbox .bds_more {
    display: inline-block;
    float: none;
    padding-left: 16px;
    margin: 0;
    margin-left: 5px;
    margin-top: 1px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    background-image: url(/Content/web/images/share.png);
}
.site-share .bdsharebuttonbox .bds_weixin {
    background-position: 0 0;
}
.site-share .bdsharebuttonbox .bds_tsina {
    background-position: -21px 0;
}
.site-share .bdsharebuttonbox .bds_qzone {
    background-position: -42px 0;
}
.site-share .bdsharebuttonbox .bds_sqq {
    background-position: -64px 0;
}



/* ---------------------------------
* business wrapper
------------------------------------*/
.business-inner .business-info {
}
.business-inner .business-info .desc {
	margin-top: 18px;
	color: #373738;
	font-size: 16px;
}
.business-inner .business-info .bg-orange {
	color: #fff;
	background: #D1A04B;
}

.business-inner .business-list {
	margin-top: 20px;
}
.business-inner .business-list li {
	width: 32.42%;
	margin-top: 20px;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.business-inner .business-list li:nth-child(3n) {
	margin-right: 0;
}
.business-inner .business-list .link {}
.business-inner .business-list .thumb {
	overflow: hidden;
}
.business-inner .business-list .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.business-inner .business-list .info {
	padding: 25px 28px;
}
.business-inner .business-list .title {
	margin: 0;
	color: #363738;
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.business-inner .business-list .desc {
	margin-top: 10px;
	font-size: 16px;
}

/* hover */
.business-inner .business-list .link:hover .title {
	color: #375E99;
}
.business-inner .business-list .link:hover img {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}



/* ---------------------------------
* business details wrapper
------------------------------------*/
.businessDetail-content {}

.dwords {
	position: relative;
	padding-bottom: 10px;
	color: #375E99;
	font-weight: bold;
	font-size: 16px;
}
.dwords:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	width: 33px;
	height: 1px;
	background: #375E99;
}
.square {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	text-indent: -9999px;
	background: #375E99;
}
.businessDetail-content .leader-details ul li:before {
	width: 6px;
	height: 6px;
	background: #375E99;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


.businessDetail-right {}
.businessDetail-right .thumb {
	overflow: hidden;
}
.businessDetail-right .info {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 20px;
    font-size: 16px;
	color: #e0e1e6;
    background-image: url(/Content/web/images/bg_w312.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.businessDetail-right .label {
	display: inline-block;
	height: 20px;
	padding: 0 6px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	background: #DD9D43;
}
.businessDetail-right .title,
.businessDetail-right .desc {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.businessDetail-right .title {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
}
.businessDetail-right .desc {
	margin-top: 4px;
}



/* ---------------------------------
* culture wrapper
------------------------------------*/
.culture-wrapper {
	padding-bottom: 0;
}
.culture-wrapper .culture-box {}
.culture-box .site-column-font22 {
	margin-bottom: 20px;
}
.culture-box .concept {
	/*width: 65.78%;*/
	width: 767px;
	float: left;
}
.culture-box .concept .list {
	padding: 0;
	margin: 0;
}
.culture-box .concept  .list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.culture-box .concept  .row {
	float: left;
}
.culture-box .concept .left-info,
.culture-box .concept .left-info .left-bghover,
.culture-box .concept .right-desc,
.culture-box .concept .right-desc .right-bghover {
	position: relative;
	float: left;
	height: 220px;
	overflow: hidden;
}
.culture-box .concept .left-info {
	width: 180px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.culture-box .concept .left-info .left-bghover {
	position: relative;
	width: 100%;
    z-index: 2;
	text-align: center;
}
.culture-box .concept .left-info .pic {
	margin-top: 40px;
	margin-bottom: 50px;
}
.culture-box .concept .left-info .pic img {
	width: 66px;
}
.culture-box .concept .title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.culture-box .concept .right-desc {
	width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}
.culture-box .concept .right-desc .right-bghover {
	width: 100%;
	padding: 35px 80px 0 30px;
	color: #fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.culture-box .concept .right-desc .title {
	display: inline-block;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.culture-box .concept .right-desc .title:after {
	content: '';
	position: relative;
	left: -42px;
	display: inline-block;
	width: 80px;
	height: 27px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.culture-box .concept .right-desc .desc {
	margin-top: 20px;
	font-size: 16px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

/* different background images */
/* left */
.culture-box .concept .row:nth-child(1) .left-bghover {
	background-image: url(/Content/web/images/culture_1bg.png);
}
.culture-box .concept .row:nth-child(2) .left-bghover {
	background-image: url(/Content/web/images/culture_2bg.png);
}
.culture-box .concept .row:nth-child(3) .left-bghover {
	background-image: url(/Content/web/images/culture_3bg.png);
}

/* right */
.culture-box .concept .row:nth-child(1) .right-bghover {
	background-image: url(/Content/web/images/culture_1contbg.png);
}
.culture-box .concept .row:nth-child(2) .right-bghover {
	background-image: url(/Content/web/images/culture_2contbg.png);
}
.culture-box .concept .row:nth-child(3) .right-bghover {
	background-image: url(/Content/web/images/culture_3contbg.png);
}


/* active */
.culture-box .concept .row.active .left-info {
	width: 0;
}
.culture-box .concept .row.active .right-desc {
	width: 407px;
	opacity: 1;
	filter: alpha(opacity=1);
}
.culture-box .concept .row.active .right-desc .title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.culture-box .concept .row.active .right-desc .desc {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}



/* responsibility */
.culture-box .responsibility {
	width: 360px;
	float: right;
}
.culture-box .responsibility .thumb-box {}
.culture-box .responsibility .thumb-box .link {
	display: block;
	height: 220px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.culture-box .responsibility .thumb-box img {
	display: none;
	width: 100%;
}


/* vision */
.culture-box .vision {
	margin-top: 30px;
	padding-bottom: 90px;
	background-image: url(/Content/web/images/culture_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top center;
}
.culture-box .vision .list {}
.culture-box .vision .list .row {
	width: 49.65%;
	float: left;
}
.culture-box .vision .list .left-info,
.culture-box .vision .list .right-desc {
    position: relative;
    height: 249px;
    float: left;
    overflow: hidden;
}
.culture-box .vision .list .left-info {
	width: 31.4%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
    text-align: center;
}
.culture-box .vision .list .pic {
	margin-top: 60px;
	margin-bottom: 50px;
}
.culture-box .vision .list .pic img {
	width: 60px;
}
.culture-box .vision .list .row .title {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.culture-box .vision .list .right-desc {
	width: 68.6%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.culture-box .vision .list .right-desc .link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    background-color: rgba(0,0,0,.18);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.culture-box .vision .list .row:nth-child(1) .left-info {
	background-image: url(/Content/web/images/culture_21.jpg);
}
.culture-box .vision .list .row:nth-child(2) .left-info {
	background-image: url(/Content/web/images/culture_24.jpg);
}
.culture-box .vision .list .row:nth-child(2) {
	float: right;
}

.culture-bg {
	padding-bottom: 65px;
	background-image: url(/Content/web/images/responbg.jpg);
	background-repeat: no-repeat;
    background-position: bottom center;
}



/* ---------------------------------
* culture responsibility wrapper
------------------------------------*/
/* responsibility wrapper style */
.culture-responsibility .items {
	position: relative;
	margin-top: 20px;
}
.culture-responsibility .items .left-info {
	position: relative;
	z-index: 1;
	min-height: 220px;
	padding: 27px 388px 27px 33px;
	color: #fff;
	background: #3AACAD;
}
.culture-responsibility .items .title {
	font-size: 18px;
	font-weight: bold;
}
.culture-responsibility .items .desc {
	margin-top: 10px;
	color: #EDF2F6;
}
.culture-responsibility .items .right-info {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
	width: 329px;
    height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.culture-responsibility .items .right-info img {
	display: none;
}
.culture-responsibility .responsibility-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-top: 27px;*/
}
.culture-responsibility .responsibility-list li {
	width: 23.4%;
	margin-top: 30px;
	margin-right: 2%;
}
.culture-responsibility .responsibility-list li:nth-child(4n) {
	margin-right: 0;
}
.culture-responsibility .responsibility-list .down {
	display: block;
	border: 2px solid transparent;
}
.culture-responsibility .responsibility-list .pic-box {
	position: relative;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1);
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}
.culture-responsibility .responsibility-list .thumb {
	position: relative;
	z-index: 2;
}
.culture-responsibility .responsibility-list .thumb img {
	display: block;
	width: 100%;
}
.culture-responsibility .responsibility-list .download {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.64);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.culture-responsibility .responsibility-list .download .words {
	display: block;
	position: absolute;
	bottom: 45px;
	left: 50%;
	margin-left: -63px;
	width: 126px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #375e99;
	background: #fff;
}
.culture-responsibility .responsibility-list .title {
	display: block;
	margin-top: 15px;
	color: #363738;
	text-align: center;
}
.culture-responsibility .responsibility-list .down:hover .download {
	opacity: 1;
	filter: alpha(opacity=100);
}



/* ---------------------------------
* culture vision wrapper
------------------------------------*/
/* vision wrapper style */
.vision-column {}
.vision-column .tabs-info .tabs1:after {
	background-image: url(/Content/web/images/icon/vision_pic.png);
}
.vision-column .tabs-info .tabs2:after {
	background-image: url(/Content/web/images/icon/vision_news.png);
}


/* hover */
.vision-column .tabs-info .tabs1:hover:after {
	background-image: url(/Content/web/images/icon/vision_pic_a.png);
}
.vision-column .tabs-info .tabs2:hover:after {
	background-image: url(/Content/web/images/icon/vision_news_a.png);
}

/* active */
.vision-column .tabs-info .tabs1.tabs-active:after {
	background-image: url(/Content/web/images/icon/vision_pic_a.png);
}
.vision-column .tabs-info .tabs2.tabs-active:after {
	background-image: url(/Content/web/images/icon/vision_news_a.png);
}

/* vision list style */
.vision-list {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.vision-list li {
	width: 31.9%;
	margin-right: 2%;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #EBECEE;
}
.vision-list li:nth-child(3n) {
	margin-right: 0;
}
.vision-list .link {
	display: block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.vision-list .link .pic-box {
	position: relative;
}
.vision-list .link .thumb {
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.vision-list .link .thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vision-list .desc {
	padding: 15px 20px;
}
.vision-list .title {
	color: #3b3c3d;
	font-size: 16px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.vision-list .time {
	margin-top: 5px;
	font-size: 12px;
	color: #939599;
}

.vision-list .icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.vision-list .icon img {
	width: 62px;
}


/* hover */
.vision-list .link:hover {
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.vision-list .link:hover .title {
	color: #375e99;
	font-weight: bold;
}
.vision-list .link:hover .icon {
	opacity: 1;
	filter: alpha(opacity=100);
}
.vision-list .link:hover .thumb img {
	-webkit-transform: scale(1.15,1.15);
	-ms-transform: scale(1.15,1.15);
	-o-transform: scale(1.15,1.15);
	transform: scale(1.15,1.15);
}



/* ---------------------------------
* culture cultureDetail wrapper
------------------------------------*/
/* cultureDetail style */
.cultureDetail-visionNews {
	margin-top: 20px;
}
.cultureDetail-visionNews video {
	display: block;
	width: 80%;
	height: auto!important;
	margin: 0 auto;
}
.cultureDetail-visionNews iframe {
	max-width: 100%;
}
.cultureDetail-visionNews .details-title {
	text-align: center;
}
.cultureDetail-visionNews .details-info {
	text-align: center;
}


/* ---------------------------------
* culture cultureConcept wrapper
------------------------------------*/
.concept-list {}
.concept-list li {
	margin-top: 22px;
}
.concept-list li:first-child {
	margin-top: 0;
}
.concept-list .title {
	display: block;
	color: #363738;
	font-size: 16px;
}
.concept-list .desc {
	margin-top: 10px;
}
.concept-list .desc p {
	margin-top: 10px;
}



/* ---------------------------------
* culture cultureModelpower wrapper
------------------------------------*/
.modelpower-items {
	margin-top: 0;
}
.modelpower-items .list .news-more .btn-more {
	width: 33px;
	height: 50px;
}
.modelpower-items .list .info {
	width: 89%;
	padding-bottom: 15px;
	padding-top: 15px;
}
.modelpower-items .list .desc {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



/* ---------------------------------
* left bar and right wrapper
* public 
------------------------------------*/
/* left bar and right content style */
.left-bar-list {
	width: 19%;
	float: left;
	font-size: 0;
}
.left-bar-list li {
	margin-bottom: 1px;
}
.left-bar-list .link {
	display: block;
	padding: 13px 20px;
	font-size: 16px;
	color: #6c6d70;
	background: #E4E9F0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* hover */
.left-bar-list .link:hover {
	color: #fff;
	background: #375E99;
}

/* active */
.left-bar-list .active .link {
	color: #fff;
	background: #375E99;
}

.right-content-wrapper {
	width: 80.9%;
	padding-left: 45px;
	float: right;
	color: #6C6E70;
}
.right-content-wrapper img {
	vertical-align: middle;
}


.responsibility-column .tabs-info .tabs:after {
	display: none;
}


/* ---------------------------------
* science wrapper
------------------------------------*/
/* science style */
.science-wrapper {}

/* right */
.science-wrapper .items {
	width: 33.3%;
	float: right;
}
.science-wrapper .items .list {
	position: relative;
	border: 1px solid #E8EBF0;
	overflow: hidden;
}

.science-wrapper .items .profile {
	height: 352px;
}
.science-wrapper .items .reservation {
	height: 364px;
}

.science-wrapper .items .list .gallery {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.science-wrapper .items .list .link {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-color: rgba(0,0,0,.5);
	overflow: hidden;
}
.science-wrapper .items .list .link .pic {
	width: 112px;
	height: 112px;
	margin-top: 89px;
	margin-bottom: 38px;
}

/* hover */
.science-wrapper .items .list:hover .gallery {
	background-size: 110% 110%;
}

/* public */
.science-wrapper .items .reservation,
.science-wrapper .left-content .bottom-info {
	margin-top: 30px;
}

/* left content */
.science-wrapper .left-content {
	width: 63.3%;
	float: left;
}

/* public */
/* all title */
.science-wrapper .left-content .info-title {
	height: 56px;
	line-height: 56px;
	background-color: #E9EEF2;
}
.science-wrapper .left-content .info-title .link {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #375e99;
}
.science-wrapper .left-content .info-title .link:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 4px;
	height: 20px;
	background-color: #375e99;
}

/* list */
.science-wrapper .left-content .news-rows {
	padding: 0 20px;
}
.science-wrapper .left-content .news-rows li {
	margin-top: 0;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #E8EAED;
}
.science-wrapper .left-content .news-rows li:last-child {
	border-bottom: none;
}



/* top content */
.science-wrapper .left-content .top-info,
.science-wrapper .left-content .bottom-info .items-list {
	border: 1px solid #D7D8DB;
}


/* bottom content */
.science-wrapper .left-content .bottom-info .items-list {
	width: 48.4%;
	float: left;
}
.science-wrapper .left-content .bottom-info .items-right {
	float: right;
}

.science-wrapper .left-content .bottom-info .news-rows {
	margin-top: 10px;
}
.science-wrapper .left-content .bottom-info .news-rows li {
	line-height: 30px;
}
.science-wrapper .left-content .bottom-info .news-rows .title,
.science-wrapper .left-content .bottom-info .news-rows .time {
	/* position: relative;
	right: auto;
	top: auto;
	display: block;
	width: 100%;
	padding: 0;
	text-align: left; */
}


/* ---------------------------------
* science scienceReservation profile wrapper
------------------------------------*/


/* ---------------------------------
* science scienceReservation scienceReservationForm wrapper
------------------------------------*/
/* scienceReservationForm */
.scienceReservationForm {
	padding: 25px 17% 30px;
	background: #EDF2F6;
}
.scienceReservationForm .form-title {
	margin: 0;
	padding: 0;
	color: #363738;
}
.scienceReservationForm .tips {
	margin-top: 8px;
	color: #939599;
}

.scienceReservationForm .form-list {}
.form-wrapper .form-list {
	padding-top: 5px;
}
.form-wrapper .form-list .row {
	margin-top: 20px;
}
.form-wrapper .form-list .words {
	display: block;
	color: #6c6d70;
}
.form-wrapper .form-list .form-control {
	display: block;
	width: 100%;
	margin-top: 9px;
	padding: 0 10px;
	height: 34px;
	color: #6c6d70;
	border: 1px solid #E0E5EC;
	background: #fff;
}
.form-wrapper .form-list .form-content {
	height: 128px;
	padding: 10px;
	max-width: 100%;
	max-height: 300px;
}
.form-wrapper .form-list .form-control.error,
.form-wrapper .form-control:focus {
    border: 1px solid #375E99;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(55,94,153, 0.6);
}

.form-wrapper .form-list .btn-info {
	margin-top: 30px;
	font-size: 0;
}
.form-wrapper .form-list .form-btn {
	display: inline-block;
	width: 122px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #375e99;
	text-align: center;
	border: 1px solid #375e99;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent;
}

.form-wrapper .form-list .form-submit {
	color: #fff;
	background-color: #375e99;
}
.form-wrapper .form-list .form-reset {
	margin-left: 3px;
}

.form-wrapper .form-list .form-btn:hover {
	color: #fff;
	background-color: #375e99;
}

.form-wrapper .form-list .cont {
	display: inline-block;
    width: 450px;
}
.form-wrapper .form-list .checkbox-box label {
	display: inline-block;
	margin-top: 5px;
    margin-left: 20px;
}
.form-wrapper .form-list .checkbox-box label:first-child {
    margin-left: 0;
}
.form-wrapper .form-list .checkbox-box label input {
	margin-right: 3px;
}




/* ---------------------------------
* science sciencelist wrapper
------------------------------------*/
.sciencelist-column {
	margin: 0;
	padding: 0;
	color: #363738;
}
.sciencelist-items .list .info {
	padding-top: 15px;
	width: 89%;
	padding-bottom: 15px;
}
.sciencelist-items .list .desc {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/* ---------------------------------------------------------------------------------------
media ipad phone
---------------------------------------------------------------------------------------*/
.mm-panel_has-navbar .mm-navbar {}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened~.mm-slideout {
	background: rgba(0,0,0,.3);
}

@media (max-width: 1260px) {
	.container {
		width: 90%;
	}

	/* culture wrapper style */
	.culture-box .concept {
		width: 65%;
	}
	.culture-box .concept .left-info {
		width: 120px;
	}
	.culture-box .concept .left-info .pic {
		margin-top: 30px;
		margin-bottom: 35px;
	}
	.culture-box .concept .row.active .right-desc {
		/*width: 53%;*/
		width: 350px;
	}
	.culture-box .concept .right-desc .right-bghover {
		padding: 20px;
	}
	.culture-box .responsibility {
		width: 31%;
	}
	.culture-box .concept .left-info, .culture-box .concept .left-info .left-bghover, .culture-box .concept .right-desc, .culture-box .concept .right-desc .right-bghover,.culture-box .responsibility .thumb-box .link {
		height: 200px;
	}
	.culture-box .vision .list .pic {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.culture-box .vision .list .left-info, .culture-box .vision .list .right-desc {
		height: 220px;
	}

	/* form wrapper */
	.form-wrapper .form-list .checkbox-box label {
		margin-left: 10px;
	}
}


@media (max-width: 1260px) and  (min-width: 1200px)  {
	#site-header .menu .menu-item {
		margin: 0 16px;
	}
}
@media (max-width: 1199px) and  (min-width: 993px)  {
	#site-header .menu .menu-item {
		margin: 0 7px;
	}
}

@media (max-width: 1199px) {
	/*---------------- home -----------------*/

	/* news */
	.site-news .news-inner .news-rows li:nth-child(6),
	.site-news .news-recommend .news-recommend-list .news-rows li:nth-child(7)  {
		display: none;
	}
	.site-news .news-recommend .news-recommend-list .news-rows li {
		line-height: 30px;
	}

	/* overview */
	.site-overview .site-overview-culture .left-content .article .link {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.site-overview .site-overview-culture .right-content .title {
		font-size: 14px;
		line-height: 1.4;
	}
	.site-overview .site-overview-culture .right-content .label {
		margin-top: 4px;
	}

	/*---------------- inner ----------------*/

	/* overview wrapper */
	.overview-items .gallery li {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.overview-items .gallery .info .desc {
		font-size: 12px;
	}

	/* honor year content wrapper */
	.honor-year-items .list ul li .info {
		width: 88%;
	}

	/* news wrapper */
	.news-rows .title,
	.news-inner-banner .title,
	.news-recommend .recommend-topic .topic-headline .link {
		font-size: 14px;
	}
	.news-inner .news-rows li:nth-child(7),
	.news-inner .news-rows li:nth-child(8) {
		display: none;
	}
	.news-recommend .news-recommend-list .news-rows .title {
		/*width: 68%;*/
	}
	.news-recommend .recommend-topic .topic-headline {
		margin-bottom: 25px;
	}


	/* all public list */
	.allList-items .list .info {
		padding-top: 15px;
	}

	/* science wrapper */
	.science-wrapper .left-content .news-rows li {
	    margin-bottom: 4px;
	    padding-bottom: 5px;
	}
	.science-wrapper .left-content .top-info .news-rows li:nth-child(6),
	.science-wrapper .left-content .bottom-info .news-rows li:nth-child(4) {
		display: none;
	}

	.science-wrapper .left-content .top-info .news-rows li:nth-child(5),
	.science-wrapper .left-content .bottom-info .news-rows li:nth-child(3) {
		border-bottom: none;
	}
	.science-wrapper .left-content .bottom-info .news-rows li {
	    line-height: 32px;
	}
	.science-wrapper .items .profile {
		height: 281px;
	}
	.science-wrapper .items .reservation {
		height: 289px;
	}

	/* form wrapper */
	.form-wrapper .form-list .checkbox-box label {
		width: 48%;
	    margin-left: 0;
	}


}

@media (min-width: 993px) {
	.details-inner-wps {
		-display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
	}
	#site-header .site-logo img {
		/*height: 48px;*/
	    max-height: 60px;
	}
}

@media (max-width: 1199px) and (min-width: 993px) {
	.poptrox-popup .closer {
		right: -10px !important;
	}
}
@media (max-width: 992px) {
	/* header */
	#site-header .hamburger {
		display: block;
		opacity: 1;
	}
	nav#menu {
		z-index: 999;
		background: #fff;
	}
	#site-header {
		height: 58px;
	}
	.headerH {
		height: 58px;
	}
	#site-header .site-header-menu {
		display: none;
	}
	#site-header .site-header-bar {
		height: 58px;
		padding-bottom: 10px;
	}
	#site-header .site-logo {
		margin-top: 10px;
	}
	#site-header .site-logo img {
	    height: 42px;
	}
	#site-header .site-bar-items {
		display: none;
	}

	#site-header .select-group {
		margin-left: 0;
	}

	/* search */
	#site-header .search {
		position: absolute;
	    right: 50px;
	    top: 18px;
	    z-index: 5;
	}
	#site-header .search-box {
	    display: none;
	    position: absolute;
	    top: 58px;
	    left: 0;
	    z-index: 2;
	    width: 100%;
	    padding: 15px;
	    font-size: 0;
	    background-color: #FAFAFA;
		-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	    box-shadow: 0 1px 5px rgba(0,0,0,.2);
	    overflow: hidden;
	}
	#site-header .search-box .search-key {
		display: inline-block;
	    padding: 0 10px;
	    height: 40px;
	    width: 90%;
	    font-size: 14px;
	    border: 1px solid #A9A9A9;
	}
	#site-header .search-box .btns-search {
	    display: inline-block;
	    width: 10%;
	    line-height: 40px;
	    font-size: 14px;
	    text-align: center;
	    text-indent: -9999px;
	    background: url(/Content/web/images/magnifier.png) center no-repeat;
	    -webkit-background-size: 18px 21px;
	    background-size: 18px 21px;
	}


	/* menu */
	nav#menu .site-lang {
	    padding: 10px 10px 10px 20px;
	}
	nav#menu .site-lang a {
	    display: inline-block;
    	padding: 0;
	}
	nav#menu .site-lang .icon-lang {
		display: inline-block;
	    padding: 0;
	    margin-top: 2px;
	}
	nav#menu .site-lang .icon-line {
	    padding: 0;
    	margin-top: 5px;
	}
	nav#menu .select-group {
	    padding: 10px 10px 10px 20px;
	}
	nav#menu .select-group .words {
		padding: 0;
		font-weight: bold;
	}
	nav#menu .select-group .group-list {
	    margin-top: 8px;
	    font-size: 12px;
	}

	/* footer */
	#site-footer .footer-box {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#site-footer .footer-nav {
		display: block;
		width: 100%;
	}
	#site-footer .footer-attention {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	#site-footer .footer-attention .lists li:first-child img {
		margin: 0;
	}
	#site-footer .footer-attention .lists li {
		width: 98px;
	}

	/*---------------- inner ----------------*/
	.site-banner .pc-banner {
		display: none;
	}
	.site-banner .phone-banner {
		display: block;
	}
	.site-banner .arrow-pagination {
		display: none;
		bottom: 15px;
	}
	.site-news .news-inner .news-inner-title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.site-business .site-business-banner .list .desc {
		height: 126px;
	}

	.column-wrapper .navbar-list li {
		margin-left: 18px;
	}
	/* overview wrapper */
	.overview-wrapper {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.overview-wrapper .gallery {
		display: block;
		width: 100%;
		float: none;
	}
	.overview-wrapper .content {
		display: block;
		width: 100%;
		margin: 0;
		float: none;
	}
	.overview-about .content,
	.overview-about .btn-more {
		margin-top: 20px;
	}
	.overview-items {
		margin-top: 25px;
	}
	.overview-items .gallery,
	.overview-items .gallery li:nth-child(2) {
		margin-top: 20px;
	}

	/* content public */
	.overview-wrapper-content .display-flex-between {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.overview-left-content, .column-right-list {
		padding-top: 0;
	}
	.overview-left-content {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.column-right-list {
		width: 100%;
		margin-top: 20px;
	}
	.overview-right-list li {
		display: inline-block;
		width: 48%;
		margin-top: 2%;
		float: right;
	}
	.overview-right-list li:first-child {
		width: 50%;
		float: left;
	}
	.overview-right-list li:nth-child(2) {
		margin-top: 0;
	}

	/* leader details wrapper */
	.leader-details {
		padding-top: 0;
	}
	.leader-details .office {
		margin-top: 22px;
		margin-bottom: 0;
	}

	/* honor content wrapper */
	.poptrox-popup .closer {
		margin-right: 0;
	}

	/* honor year content wrapper */
	.honor-year-nav {
		margin-top: 20px;
	}
	.honor-year-items {
		padding: 25px;
	}
	.honor-year-items .list ul li .info {
		width: 84%;
	}

	/* news wrapper */
	.news-inner-banner {
		width: 100%;
		float: none;
	}
	.news-inner-banner .site-column-font22 {
		display: inline-block;
		margin-bottom: 15px;
	}
	.news-inner .items {
		width: 100%;
		float: none;
		padding: 0;
	}
	.news-inner .items .site-column-font22 {
		display: none;
	}
	.news-recommend {
		margin-top: 20px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		border-top: none;
	}
	.news-recommend .news-recommend-list {
		padding: 15px 0;
		border-right: none;
		border-top: 1px solid #D3D6DB;
	}
	.news-recommend .recommend-industry,
	.news-recommend .recommend-media,
	.news-recommend .recommend-topic {
		width: 100%;
	}
	.news-recommend .news-recommend-list .news-rows .title {
		/*width: 80%;*/
	}
	.news-recommend .recommend-topic .topic-headline {
		margin-bottom: 3px;
		padding-top: 0;
	}
	.news-recommend .recommend-topic .topic-headline .desc {
		width: 60%;
	}


	/* all public list */
	.allList-items .list .info {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.allList-items .list .news-more {
		width: 57px;
		padding-right: 22px;
	}
	.allList-items .list .news-more .btn-more {
		width: 35px;
		height: 53px;
	}

	/* news details wrapper */
	.details-inner .details-content,
	.details-inner .details-recommend-related {
		width: 100%;
		float: none;
	}
	.details-inner .details-recommend-related {
		margin-top: 20px;
		padding: 20px;
	}
	.details-inner .details-recommend-related .headline {
		padding-bottom: 18px;
	}

	/* business details style */
	.businessDetail-right li {
		width: 32%;
		float: left;
		margin-top: 0;
		margin-right: 2%;
	}
	.businessDetail-right li:nth-child(3n) {
		margin-right: 0;
	}

	/* culture wrapper style */
	.culture-wrapper {
		padding-bottom: 0;
	}
	.culture-box .concept {
		width: 100%;
	}
	.culture-box .responsibility {
		width: 100%;
		margin-top: 20px;
	}
	.culture-box .responsibility .thumb-box .link {
		height: 310px;
	}
	.culture-box .concept .row.active .right-desc {
		width: 450px;
	}
	.culture-box .vision {
		margin-top: 20px;
		padding-bottom: 40px;
	}
	.culture-box .vision .list .row {
		width: 49%;
	}

	/* culture responsibility wrapper */
	.culture-responsibility {
		padding-bottom: 40px;
	}

	/* culture vision wrapper */
	.culture-vision {
		padding-bottom: 40px;
	}

	/* science wrapper */
	.science-wrapper .items,
	.science-wrapper .left-content {
		float: none;
		width: 100%;
	}
	.science-wrapper .items .list {
		width: 49%;
	    height: 300px;
	}
	.science-wrapper .items .profile {
		float: left;
	}
	.science-wrapper .items .reservation {
		margin-top: 0;
		float: right;
	}
	.science-wrapper .items .list .link .pic {
	    margin-top: 59px;
	}
	.science-wrapper .left-content,
	.science-wrapper .left-content .bottom-info {
		margin-top: 20px;
	}

	/* culture cultureModelpower wrapper */
	.modelpower-items .list .news-more .btn-more {
	    width: 30px;
	    height: 45px;
	}


	/*---------------- home -----------------*/

	/* news */
	.site-news .news-recommend .news-recommend-list {
		border-top: none;
	}
	.site-news .news-inner .news-rows li {
		line-height: 30px;
	}
	.site-news .news-recommend .recommend-topic .site-column-font22 {
	    padding-bottom: 14px;
	    border-bottom: 1px solid #BFCBDE;
	}

	/* business */
	.site-business .site-business-banner .gallery {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
		height: auto;
		background-image: none !important;
	}
	.site-business .site-business-banner .gallery img {
		display: block;
	}
	.site-business .site-business-banner .info-content {
		width: 100%;
		float: none;
		padding: 20px;
		border-right: none;
	}

	/* overview */
	.site-overview .container,
	.site-overview .culture-information,
	.site-knowledge .container {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.site-overview .site-overview-culture,
	.site-overview .site-overview-culture .left-content,
	.site-overview .site-overview-culture .right-content,
	.site-knowledge .knowledge-science,
	.site-knowledge .knowledge-join,
	.site-knowledge .knowledge-office {
	    width: 100%;
	}
	.site-overview .site-overview-culture .right-content {
		margin-top: 4px;
	}
	.site-overview .site-overview-right {
		width: 100%;
		margin-top: 20px;
	}

	/* knowledge */
	.site-knowledge .knowledge-join,
	.site-knowledge .knowledge-office {
		margin-top: 20px;
	}
	.site-knowledge .knowledge-office .info-content .list {
		/*width: 32.5%;*/
		width: 48%;
	}

	.form-wrapper .form-list .checkbox-box label {
		display: block;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#backtop {
		right: 20px;
		bottom: 20px;
	    width: 50px;
    	height: 50px;
    	-webkit-background-size: 50px;
    	background-size: 50px;
	}

	/* header */
	/*#site-header .site-logo {
		margin-top: 16px;
	}
	#site-header .site-logo img {
		height: 22px;
	}*/

	/* footer */
	#site-footer .footer-nav .footer-nav-items {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#site-footer .footer-nav .footer-nav-items .lists,
	#site-footer .footer-attention .lists {
		display: none;
	}
	#site-footer .footer-nav .words {
	    display: block;
	    padding: 5px 0;
	    border-bottom: 1px solid #ddd;
	}
	#site-footer .footer-nav .words,
	#site-footer .words {
		background-image: url(/Content/web/images/f_arrow.png);
		background-repeat: no-repeat;
		-webkit-background-size: 16px;
		background-size: 16px;
		background-position: right center;
	    -webkit-transition: all .1s ease-in-out;
	    -o-transition: all .1s ease-in-out;
	    transition: all .1s ease-in-out;
	}
	#site-footer .footer-nav .words.active,
	#site-footer .words.active {
		background-image: url(/Content/web/images/f_arrow_active.png);
	}

	#site-footer .words:hover {
		text-decoration: none;
	}
	#site-footer .footer-attention {
		margin-top: 10px;
	}
	#site-footer .footer-attention .words {
		display: block;
		padding: 5px 0;
	    border-bottom: 1px solid #ddd;
	}
	#site-footer .footer-copyright {
		border-top: none;
	}

	/* column */
	.column-wrapper {
		height: 44px;
		line-height: 42px;
	}
	.column-wrapper .position-items {
		position: relative;
		right: auto;
		top: auto;
	}
	.column-wrapper .position-items .icon-bg {
		margin-top: 19px;
	}
	.column-wrapper .position-items .icon-position-home {
		margin-top: 15px;
	}
	.column-wrapper .navbar-items {
		position: absolute;
		right: 0;
		top: 0;
	}
	.column-wrapper .navbar-list {
		display: none;
	    position: absolute;
	    left: 0;
	    top: 100%;
	    z-index: 10;
	    width: 100%;
	    line-height: 1.6;
	    background: #fff;
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
	    box-shadow: 0 1px 5px rgba(0,0,0,.2);
	}
	.column-wrapper .navbar-list li {
		width: 100%;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #CED1D6;
		overflow: hidden;
	}
	.column-wrapper .navbar-list li:last-child {
		border-bottom-color: transparent;
	}
	.column-wrapper .navbar-list li a {
		padding: 8px 5px;
	}
	.column-wrapper .navbar-list li a:hover i.icon-arrow-down {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	/* honor content wrapper */
	.honor-items .list {
		width: 31%;
	}
	.honor-items .list:nth-child(4n) {
	    margin-right: 3%;
	}
	.honor-items .list:nth-child(3n) {
		margin-right: 0;
	}
	.honor-items .honor-list-a {
		padding: 20px 0;
	}

	/* honor year content wrapper */
	.honor-year-items .list ul li .info {
	    width: 82%;
	}

	/* business style */
	.business-inner .business-list {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 5px;
	}
	.business-inner .business-list li {
		width: 100%;
	}
	.business-inner .business-list .info {
		padding: 20px;
	}

	/* culture wrapper style */
	.culture-box .concept .row.active .right-desc {
		width: 100%;
	}
	.culture-box .concept  .list li {
		float: none;
	}

	.culture-box .responsibility .thumb-box .link {
		height: auto;
		background-image: none!important;
	}
	.culture-box .responsibility .thumb-box img {
		display: block;
	}

	.culture-box .vision .list .row {
		width: 100%;
		float: none;
	}
	.culture-box .vision .list .row:nth-child(2) {
		float: none;
		margin-top: 20px;
	}
	.culture-box .vision .list .left-info, .culture-box .vision .list .right-desc {
		height: 130px;
	}
	.culture-box .vision .list .pic {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.culture-box .vision .list .pic img {
		width: 45px;
	}
	.culture-box .vision .list .row .title {
		font-size: 16px;
	}

	/* responsibility wrapper style */
	.culture-responsibility .items .right-info {
		position: relative;
		left: auto;
		top: auto;
		height: auto;
		background-image: none!important;
	}
	.culture-responsibility .items .right-info img {
		display: block;
	}
	.culture-responsibility .items .left-info {
		min-height: 1px;
		padding: 20px;
	}
	.culture-responsibility .responsibility-list {
		margin-top: 0;
	}
	.culture-responsibility .responsibility-list li {
		margin-top: 20px;
		width: 32%;
	}
	.culture-responsibility .responsibility-list li:nth-child(4n) {
		margin-right: 2%;
	}
	.culture-responsibility .responsibility-list li:nth-child(3n) {
		margin-right: 0;
	}

	/* vision list style */
	.vision-list li {
		width: 49%;
		margin-bottom: 20px;
	}
	.vision-list li:nth-child(3n) {
		margin-right: 2%;
	}
	.vision-list li:nth-child(2n) {
		margin-right: 0;
	}

	/* left bar and right content style */
	.left-bar-list {
		width: 100%;
		float: none;
	}
	.left-bar-list li {
		display: inline-block;
		width: 24%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.left-bar-list .link {
		padding: 10px;
		text-align: center;
	}
	.right-content-wrapper {
		width: 100%;
		float: none;
		padding: 0;
		margin-top: 20px;
	}

	/* science wrapper */
	.science-wrapper .left-content .bottom-info .items-list {
		width: 100%;
		float: none;
	}
	.science-wrapper .left-content .bottom-info .items-right {
		float: none;
		margin-top: 20px;
	}

	/* science scienceReservationForm wrapper */
	.scienceReservationForm {
		padding: 20px;
	}

	/* scienceReservationForm wrapper */


}

@media (max-width: 640px) {
	/* footer */
	#site-footer .footer-nav {
		/*display: none;*/
	}
	#site-footer .footer-nav .footer-nav-items {
		display: none;
	}
	#site-footer .footer-nav .footer-nav-items-contact {
		display: block;
	}
	#site-footer .footer-attention {
		margin-top: 0;
	}
	#site-footer .footer-attention .lists {
		margin-top: 10px;
	}

	.site-column-font22 {
	    line-height: 30px;
		font-size: 20px;
	}
	.font20 {
		font-size: 18px;
	}

	/*index*/
	.site-business .site-business-banner .list .desc {
		height: auto;
	}


	/* overview wrapper */
	.overview-items .content li {
		display: block;
		width: 100%;
	}
	.overview-items .content li:nth-child(1) {
		margin: 0;
		margin-bottom: 20px;
	}
	/* content public */
	.overview-left-info {
		margin-top: 20px;
	}

	/* honor year content wrapper */
	.honor-year-items .list ul {
		margin-top: 0;
	}
	.honor-year-items .list ul li .info {
	    width: 100%;
	    margin-top: 5px;
	}

	/* all public list */
	.allList-items .list .link {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.allList-items .list .thumb {
		width: 100%;
		padding: 0 20px;
	}
	.allList-items .list .info {
		width: 100%;
	}
	.allList-items .list .news-more {
		display: none;
	}


	/* newslist wrapper */
	.newslist-items .list .link {
		padding-top: 20px;
	}

	/* details wrapper */
	.details-inner .details-title {
		font-size: 18px;
	}
	.details-inner .details-info .source,
	.details-inner .details-info .author,
	.details-inner .details-info .site-share {
	    display: block;
		margin-left: 0;
		margin-top: 5px;
	}

	/* business style */
	.business-inner .business-list .title {
		font-size: 18px;
	}

	/* business details style */
	.businessDetail-right li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-top: 16px;
	}

	/* science wrapper */
	.science-wrapper .left-content .info-title {
		height: 46px;
		line-height: 46px;
	}
	.science-wrapper .items .list {
		height: 200px;
	}
	.science-wrapper .items .list .link .pic {
		width: 60px;
		height: 60px;
		margin-top: 29px;
		margin-bottom: 20px;
	}
	.science-wrapper .left-content .bottom-info .news-rows li {
	    line-height: 1.8;
	}

	/* science wrapper */

	/*---------------- home -----------------*/
	.site-news,
	.site-business,
	.site-overview,
	.site-knowledge {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	/* business */
	.site-business .arrow-pagination {
	    position: relative;
	    right: auto;
	    top: auto;
	    margin-top: 10px;
	}
	.site-business .arrow-pagination .swiper-pagination-bullet {
		min-width: 75px;
		margin-right: 12px;
	}

	.site-business .site-business-banner .list .desc {
		font-size: 14px;
	}
}
@media (min-width: 481px) {
	/*.leader-list .list {
	    width: 22.8%;
    	margin-right: 2.2%;
	}*/
	/*.leader-list .list {
	    width: 18.4%;
    	margin-right: 1.6%;
	}*/
}
@media (max-width: 480px) {
	/* banner */
	.site-banner .arrow-left-swiper, .site-banner .arrow-right-swiper {
		width: 35px;
		height: 38px;
	}

	/* leader wrapper */
	.leader-list {
		padding-top: 10px;
	}
	.leader-list .list {
		margin-top: 10px;
	}

	/* honor content wrapper */
	.honor-column .tabs-info {
		width: 100%;
		margin-top: 5px;
	}
	.honor-items {
		margin-top: 15px;
	}
	.honor-items .list {
		width: 48%;
		margin-top: 3%;
	}
	.honor-items .list:nth-child(4n) {
	    margin-right: 3%;
	}
	.honor-items .list:nth-child(3n) {
		margin-right: 3%;
	}
	.honor-items .list:nth-child(2n) {
		margin-right: 0;
	}
	.honor-items .list .thumb {
		width: 86%;
	}
	.honor-items .list .mask .more {
		width: 45px;
		height: 45px;
	}

	.poptrox-popup .nav-previous,
	.poptrox-popup .nav-next {
		width: 35px;
		height: 42px;
		margin-top: -21px;
		-webkit-background-size: 35px 42px;
		background-size: 35px 42px;
	}
	.poptrox-popup .nav-previous {
		left: -16px;
	}
	.poptrox-popup .nav-next {
		right: -16px;
	}
	.poptrox-popup .closer {
		-webkit-background-size: 25px 25px !important;
		background-size: 25px 25px !important;
	}

	/* honor year content wrapper */
	.honor-year-nav .row .year {
		font-size: 16px;
	}

	/* news wrapper */
	.news-rows .title,
	.news-recommend .news-recommend-list .news-rows .title {
		/*width: 74%;*/
	}
	.news-recommend .recommend-topic .topic-headline .thumb {
		width: 100px;
	}
	.news-recommend .recommend-topic .topic-headline .desc {
	    width: 70%;
	}
	.news-recommend .recommend-topic .topic-headline .desc .head-title {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.news-recommend .recommend-topic .topic-headline .time {
		bottom: 3px;
	}

	/* newslist wrapper */
	.newslist-inner .honor-column .tabs-info {
		margin-top: 10px;
	}

	/* culture responsibility style */
	.culture-responsibility .items .right-info {
		width: 100%;
	}
	.culture-responsibility .items .right-info img {
		width: 100%;
	}
	.culture-responsibility .responsibility-list li {
		width: 48%;
	}
	.culture-responsibility .responsibility-list li:nth-child(4n) {
		margin-right: 4%;
	}
	.culture-responsibility .responsibility-list li:nth-child(3n) {
		margin-right: 4%;
	}
	.culture-responsibility .responsibility-list li:nth-child(2n) {
		margin-right: 0;
	}

	.culture-responsibility .responsibility-list .download .words {
		bottom: 30px;
		width: 100px;
		height: 36px;
		margin-left: -50px;
		line-height: 36px;
	}

	/* vision list style */
	.vision-list li {
		width: 100%;
		margin-right: 0;
	}
	.vision-list li:nth-child(3n) {
		margin-right: 0;
	}
	.vision-list li:nth-child(2n) {
		margin-right: 0;
	}

	/* left bar and right content style */
	.left-bar-list {
		width: 100%;
		float: none;
	}
	.left-bar-list li {
		width: 32%;
		margin-right: 2%;
	}
	.left-bar-list li:nth-child(3n) {
		margin-right: 0;
	}


	/* science scienceReservationForm wrapper */
	.form-wrapper .form-list .form-content {
		max-height: 128px;
	}
	.form-wrapper .form-list .form-btn {
		width: 100px;
	}


	/*---------------- home -----------------*/
	/* knowledge */
	/*.site-knowledge .knowledge-office .info-content .list {
		width: 32%;
	}*/
}

@media (max-width: 480px) and (min-width: 361px) {
	/* .leader-list .list {
		width: 31%;
	}
	.leader-list .list:nth-of-type(3n) {
		margin-right: 0;
	} */
}
@media (max-width: 360px) {
	/*#site-header .site-logo {
		margin-top: 18px;
	}*/
	#site-header .site-logo img {
	    /*height: 20px;*/
	    height: 38px;
	}
	/* leader wrapper */
	/* .leader-list .list {
		width: 48%;
		margin-right: 3%;
	}
	.leader-list .list:nth-of-type(2n) {
		margin-right: 0;
	} */

}
@media (min-width: 993px)  {
    .details-flex-pc
    {
        display:flex;
       }
 }

#homepage {
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
#homepage .box {
	padding-top: 20vh;
	text-align: center;
}
#homepage .logo {
	margin-bottom: 66px;
	text-align: center;
}
#homepage .logo img {
	/*width: 502px;*/
}
#homepage .link {
	font-size: 0;
}
#homepage .link a {
	display: inline-block;
	margin: 0 11px;
}
#homepage .link a img {
	display: block;
	width: 148px;
}
@media (max-height:800px) {
	#homepage .box {
		padding-top: 16vh;
	}
}

@media (min-width: 768px) {
	#homepage {
		background-image: url(/Content/web/images/001.jpg);
	}
}
@media (max-width: 767px) {
	#homepage {
		background-image: url(/Content/web/images/phone_bg.jpg);
	}
	#homepage .logo img {
		width: 300px;
	}
	#homepage .link a img {
		width: 130px;
	}
}




/*-----------------
* search
-----------------*/
.search-column-words {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.search-box-wrapper .search-filter {
	float: right;
	width: 19%;
}
.search-box-wrapper .search-filter .search-column-words {
	text-decoration: underline;
}
.search-box-wrapper .search-filter .left-bar-list {
	margin-top: 12px;
	width: 100%;
}
.search-box-wrapper .right-content-wrapper {
	padding-left: 0;
	padding-right: 45px;
	float: left;
}
.search-box-wrapper .search-box-content {
	padding: 42px;
	background-color: #EDF2F6;
}
.search-box-wrapper .searchform-item {
	position: relative;
	width: 100%;
	border: 1px solid #E0E5EC;
}
.search-box-wrapper .searchform-item .ipt-search {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 114px;
	color: #6c6d70;
	font-size: 16px;
	background-color: #fff;
}
.search-box-wrapper .searchform-item .ipt-sub {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 104px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	outline: none;
	border: none;
	background-color: #375E99;
}
.search-box-wrapper .searchform-num {
	margin-top: 30px;
	padding-bottom: 8px;
	color: #3b3b3d;
	border-bottom: 1px solid #E0E5EC;
}
.search-box-wrapper .searchform-num .label {
	margin-left: 8px;
	color: #3b3b3d;
}


.search-box-wrapper .search-result-list {}
.search-box-wrapper .search-result-list .items {
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E0E5EC;
}
.search-box-wrapper .search-result-list .title {
	display: inline-block;
	color: #363738;
	font-size: 16px;
	font-weight: bold;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.search-box-wrapper .search-result-list .desc {
	margin-top: 8px;
	line-height: 22px;
}
.search-box-wrapper .search-result-list .position {
	display: inline-block;
	margin-right: 16px;
}
.search-box-wrapper .search-result-list .position .icon-bg {
	margin: 0 8px;
    margin-top: 9px;
}
.search-box-wrapper .search-result-list .datetime,
.search-box-wrapper .search-result-list .position a {
	color: #999;
	font-size: 12px;
}
.search-box-wrapper .search-result-list .datetime {
	display: inline-block;
}

.search-box-wrapper .search-result-list .title:hover {
	color: #375E99;
}

.search-box-wrapper .pages {
	margin-top: 30px;
}


.result-no-data {
	padding-top: 20px;
	padding-bottom: 180px;
	color: #363738;
	font-size: 16px;
	font-weight: bold;
}


/*---------------
* index
----------------*/

.site-column-font22 a.link {
	display: inline-block;
	position: relative;
    color: #375e99;
}

#index-section .site-column-font22-border,
#index-section .site-knowledge .knowledge-science .tabs-info {
	position: relative;
	border: none;
	background-image: url(/Content/web/images/icon/f.png);
	background-repeat: repeat-x;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	background-position: bottom left;
}

#index-section .site-column-font22-border a.link:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 9px;
    background-image: url(/Content/web/images/icon/f_cur.png);
    background-repeat: repeat-x;
    -webkit-background-size: 6px 9px;
    background-size: 6px 9px;
    background-color: transparent;
    background-position: bottom left;
}

/*active*/
#index-section .site-knowledge .knowledge-science .tabs-info .tabs:after {
	height: 9px;
	background-image: url(/Content/web/images/icon/f_cur.png);
	background-repeat: repeat-x;
	-webkit-background-size: 6px 9px;
	background-size: 6px 9px;
	background-color: transparent;
	background-position: bottom left;
}




@media (max-width: 992px) {
	.site-news .news-recommend .recommend-topic .site-column-font22 {
		position: relative;
		border: none;
		background-image: url(/Content/web/images/icon/f.png);
		background-repeat: repeat-x;
		-webkit-background-size: 6px 9px;
		background-size: 6px 9px;
		background-position: bottom left;
	}
	.site-news .news-recommend .recommend-topic .site-column-font22 a.link:after {
		content: '';
	    display: block;
	    position: absolute;
	    left: 0;
	    bottom: -14px;
	    width: 100%;
	    height: 9px;
	    background-image: url(/Content/web/images/icon/f_cur.png);
	    background-repeat: repeat-x;
	    -webkit-background-size: 6px 9px;
	    background-size: 6px 9px;
	    background-color: transparent;
	    background-position: bottom left;
	}
}

@media (max-width: 767px) {
	/*search*/
	.search-box-wrapper .search-filter {
		width: 100%;
		float: none;
	}
	.search-box-wrapper .right-content-wrapper {
		padding-right: 0;
	}
	.search-box-wrapper .search-box-content {
		padding: 20px;
	}
	.search-box-wrapper .searchform-item .ipt-search {
		height: 40px;
	}
	.search-box-wrapper .searchform-item .ipt-sub {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}
	.search-box-wrapper .searchform-num {
		margin-top: 20px;
	}
	.result-no-data {
		padding-bottom: 50px;
	}
}



.addLineHeightContent {
	line-height: 1.75;
	font-size: 16px;
}
.addLineHeightContent div,
.addLineHeightContent p {
	margin-bottom: 15px;
}


@media (min-width: 768px) {
	.business-inner .business-list {
	    -webkit-flex-wrap: wrap;
	    -moz-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	    -o-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
}



.information_ul {
	margin: 0;
}
.information_ul>li>h5 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.information_ul .information_info {
	padding-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.information_ul .information_info>li {
	padding-bottom: 48px;
	margin-right: 48px;
	font-weight: 400;
}
.information_ul .information_info>li:last-child {
	margin-right: 0;
}
.information_ul .information_info>li>a {
	display: block;
	font-size: 18px;
	color: #333;
}


@media (max-width: 767px) {
	.information_ul>li>h5 {
		padding-bottom: 14px;
		font-size: 20px;
	}
	.information_ul .information_info {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.information_ul .information_info>li {
		padding-bottom: 24px;
		margin-right: 24px;
	}
	.information_ul .information_info>li>a {
		font-size: 16px;
	}
}

.subcotry .rightcol {
    display: flex;
}
.subcotry .rightcol .tab {
    padding: 0 10px;
    margin-right: 14px;
    line-height: 34px;
    font-size: 14px;
    border: 1px solid #EAEAEC;
    cursor: pointer;
    transition: all .3s;
}
.subcotry .rightcol .tab:last-child {
    margin-right: 0;
}
.subcotry .rightcol .tab:hover,
.subcotry .rightcol .tab.active {
    background: #EDF2F7;
}

.leaderwrpbxr .leaderwfrr {
    display: none;
}

@media (min-width: 993px) {
    .subcotry {
        display: flex;
        justify-content: space-between;
    }
}
@media (max-width: 992px) {
    .subcotry .rightcol {
        margin-top: 14px;
    }
}
@media (max-width: 640px) {
    .subcotry .rightcol .tab {
        line-height: 30px;
    }
}
@media (min-width: 993px)
{
    .site-overview .site-overview-culture,
    .site-overview .site-overview-center,
    .site-overview .site-overview-right
    {
        width: 32%;
     }
}


/* baidu share */
/* image */
.sr-bdimgshare {
	display: none!important;
}
/* select words */
.bdselect_share_bg, .bdselect_share_box {
	display: none!important;
}

#bdshare_weixin_qrcode_dialog {
	width: 255px!important;
	height: 320px!important;
}

.form-wrapper .form-list .xxrow .ttlist,
.form-wrapper .form-list .xxrow {
	position: relative;
}

.form-wrapper .form-list .xxrow .xxjia,
.form-wrapper .form-list .xxrow .xxjiann {
	position: relative;
	margin-left: -10px;
	overflow: hidden;
}
.form-wrapper .form-list .xxrow .xxjia .wod,
.form-wrapper .form-list .xxrow .xxjiann .wod {
	display: block;
	width: 35px;
	height: 30px;
	font-size: 0;
	transition: all .2s;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	cursor: pointer;
}

.form-wrapper .form-list .xxrow .xxjia .wod {
	background-image: url(/Content/web/images/ij_blue.png);
}
.form-wrapper .form-list .xxrow .xxjiann .wod {
	background-image: url(/Content/web/images/ijj_blue.png);
}
.form-wrapper .form-list .xxrow .xxjia .wod:hover {
	background-image: url(/Content/web/images/ij_blue.png);
}
.form-wrapper .form-list .xxrow .xxjiann .wod:hover {
	background-image: url(/Content/web/images/ijj_blue.png);
}

.form-wrapper .form-list .form-control#cgrs {
	background-color: #F1F1F1;
}



.layui-laydate-footer .laydate-btns-clear,
.layui-laydate-footer .laydate-btns-now,
.form-wrapper .form-list .row_visittime .Validform_checktip {
	display: none !important;
}



@media (min-width: 993px) {
	.form-wrapper .form-list .xxrow .ttlist {
		display: flex;
		justify-content: space-between;
	}
	.form-wrapper .form-list .xxrow .ttlist .row {
		margin-right: 20px;
	}
	.form-wrapper .form-list .xxrow .ttlist .row:nth-child(3) {
		width: 50%;
	}
	.form-wrapper .form-list .xxrow .ttlist .row:last-child {
		margin-right: 0;
	}
	.form-wrapper .form-list .xxrow .xxjia .wod,
	.form-wrapper .form-list .xxrow .xxjiann {
		margin-top: 56px;
	}
}
@media (max-width: 992px) {

	.form-wrapper .form-list .xxrow .xxjia .wod,
	.form-wrapper .form-list .xxrow .xxjiann .wod {
		float: right;
	}
}



.alldfixwrapbg {
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 160;
}
.alldfixwrapbg .pop-up-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	z-index: 6;
	margin: auto;
	border-radius: 4px;
	background: #fff;
	overflow: auto;
}
.alldfixwrapbg .pop-up-box2 {
	padding-bottom: 45px;
}
.alldfixwrapbg article.info {
	font-size: 14px;
	line-height: 2;
	color: #4D4C4B;
}
.alldfixwrapbg article.info div {
	text-indent: 2em;
}
.alldfixwrapbg h2.pop-up-h2,
.alldfixwrapbg h3.pop-up-h3 {
	margin: 0;
}
.alldfixwrapbg h2.pop-up-h2 {
	text-align: center;
	color: #000;
}
.alldfixwrapbg h3.pop-up-h3 {
	margin-top: 14px;
	font-size: 16px;
}
.alldfixwrapbg .pop-up-box .pop-btn {
	background: none;
	border: 1px solid #375e99;
}
.alldfixwrapbg .pop-up-box .pop-btn {
	float: left;
	height: 40px;
	font-size: 14px;
	line-height: 2;
	color: #4D4C4B;
	padding: 0 15px;
}
.alldfixwrapbg .pop-up-box .pop-btn:hover {
	color: #fff;
	background: #375e99;
}


@media (min-width: 993px) {
	.alldfixwrapbg .pop-up-box {
		max-width: 700px;
		width: 45%;
		padding: 40px;
		height: 60vh;
	}
	.alldfixwrapbg h2.pop-up-h2 {
		font-size: 24px;
	}
}

@media (max-width: 992px) {
	.alldfixwrapbg .pop-up-box {
		width: 80%;
		max-width: 400px;
		height: 80vh;
		padding: 20px;
	}
	.alldfixwrapbg h2.pop-up-h2 {
		font-size: 18px;
	}
}
<!--耗时1772696199.5292秒-->