@charset "utf-8";
/* CSS Document */
body {
	min-height: 100%;
	font-size: 0.75em;
	line-height: 1.2;
	font-family: 'Microsoft Yahei', 'Arial';
	color: #333;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
	background: #FFF;
	overflow-y: auto;
	overflow-x: hidden
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p {
	margin: 0px;
	padding: 0;
}
input, select, textarea {
	font-size: 0.75em;
	line-height: 1em;
}
img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, select, optgroup, input, textarea {
	border: 0;
	font-family: 'Microsoft Yahei';
}
button, input {
	border-radius: 0;
	padding: 0;
	margin: 0;
	outline: none;
}
textarea, input {
	-webkit-user-modify: read-write-plaintext-only;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder {
color: #333;
}
::-moz-placeholder {
color: #333;
}
:-ms-input-placeholder {
color: #333;
}
ul, li {
	list-style-type: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a {
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	color: #333;
	transition: all 300ms ease 0s;
	vertical-align: middle;/* 防止IE6焦点框扩大 */
}
i {
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
button, input, select, textarea {
	font: 14px/1 'Microsoft Yahei'; /*字体14px，行高为1倍*/
}
ul, ol {
	list-style: none outside none;
}
abbr[title], acronym[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	border: none;
	height: 1px;
}
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	clear: both;
}
.xww_auto {
	max-width: 90%;
	margin: 0px auto;
}
/****bntxt***/

#xww_btxt {
	width: 100%;
	height: 60px;
	top:75%;
	position: absolute;
	width: 100%;
	border-bottom: 1px solid #F0F0F0;
	z-index:99999;
	background:#FFF;
	
}

.xww_tit_l b {
	color:#044973;
	font-weight: normal;
}
.xww_tit_lr .xww_tit_l {
	line-height: 23px;
	padding: 16px 35px;
	font-size: 130%;
	color: #333;
	float:left;
	background: url(../images/addressc.png) no-repeat -8px 14px;
}
.xww_tit_lr .xww_tit_r {
	float:right;
	font-size: 1rem;
	line-height: 23px;
	padding-left: 35px;
	padidng-right: 20px;
	color: #000;
}
.xww_tit_r span {
	line-height: 2.5rem;
	height: 2.5rem;
	padding-top: 30px;
}


.web_bottom_lr {
	border: 1px solid #D6D6D6;
	height: 52px;
	margin: 35px 0px;
}

.web_bottom_lr .tit_bl {
	line-height: 23px;
	float: left;
	font-size: 16px;
	color: #333;
	background: url(../images/ahead.png) no-repeat;
}
.tit_br img {
	float: right;
}
.tit_br a:link {
	color: #FFF;
}



/***scroll_list***/
.scroll_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}



.scroll_list li {
	margin: 10px;
	float: left;
	color: #fff;
	
    
}

.scroll_list li a {
	display: block;
	padding: 0px 15px;
	text-align: center;
	height: 38px;
	line-height: 38px;
	font-size:0.915rem;
	text-decoration: none;
}



.scroll_list li:nth-child(2){
	
	
}



.cur a{
	
	font-weight: bold;
	
	
	
}
.scroll_list li.cur a:link {
	color:#F00;
}
.scroll_list a:active {
	color: #06F;
}
.scroll_list a:hover {
	color: #06F;
	font-weight: bold;
}
#scroll_list .cur:visited {
	color: #06F;
	font-weight: bold;
}





.scroll-x {
    display: block;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    position: relative;
    padding: 0;
}

.scroll-x::after {
        content: '';
		position: absolute;
        width: 0;
        height: 2px;
        background:#11507D;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
    }

.scroll_list li.cur .scroll-x::after{
    width: 100%;
}
.scroll_list li:hover .scroll-x::after {
    width: 100%;
}
.scroll_list li.cur .scroll-x{
    color: #06F;
    font-weight: normal;
}
.scroll_list li:hover .scroll-x {
    color: #F30;
    font-weight:normal;
}
/****/

/****btn****/
.button-curved .btnbg-x {
	position: absolute;
	left: -1px;
	top: -1px;
	bottom: -1px;
	width: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.button-curved:hover .btnbg-x {
	width: 100%;
	width: calc(100% + 6px);
	background:#0B4666;
	
}
.button-curved .xww_cover {
	
	position: relative;
	padding: 0 12px;
	z-index: 1;
}
.button-curved .xww_cover i {
	margin-top: -0.75em;
	line-height: 1.5;
	right: 1em;
	opacity: 0;
	position: absolute;
	top: 50%;
    *filter:alpha(opacity=0);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.button-curved:hover .xww_cover i {
	right: 0.6em;
	opacity: 1;
    *filter:alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	
	
}
.button-curved .xww_cover i:before {
	content: '>';
	color: #fff;
	opacity: 1;
}
.button-curved:hover .xww_cover i:before {
	opacity: 1;
}
.button-curved:hover .xww_cover {
	color:#FFF;
	padding: 0 24px 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}
/***jobtab***/

.xww_tabcon {
 width: 100% margin-top: 40px;
}
.xww_tabcon .xww_tab {
	border-bottom: 1px solid #eee;
}
.xww_tabcon .xww_tab ul li {
	width: 10%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 1rem;
	font-family: "microsoft yahei";
}
.xww_tabcon .xww_tab ul li.action {
	font-weight: bold;
	border-bottom: 3px solid #f30;
}
.xww_tabcon .xww_pcon {
	width: 100%;
	height: 200px;
}
.xww_tabcon .xww_pcon .item {
	display: none;
	padding: 15px;
	height: 200px;
}
.xww_tabcon .xww_pcon .item:first-child {
	display: block;
}
/*---banner---*/
.main {
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
}
.pro-switch {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	min-width: 1920px;
	display: block;
	height: auto;
	margin: 0 auto;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 450px;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.flexslider .slides {
	zoom: 1;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	text-align: center;
	left: 0;
	top: 90%;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	background: url(../images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}
.tm_conn h2{
	line-height:180%;
	color:#F00;
	
	}