﻿/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/*  font-size:100%;  */
	/* vertical-align:baseline; */
	background:transparent;
}

body {
	font-family:'Microsoft YaHei','Arial';
	line-height:1;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	color: #0370B9;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}


/*******************************/
.fl{
	float: left;
}

.fr{
	float: right;
}

.clear{
	clear:both;
}

.bordernone{
	border:none !important;
}

.wrap{
	width: 1200px;
	margin:0 auto;
}

.head{
	background: #f1f1f1;
	height: 100px;
}

.logo{
	display: inline-block;
	width: 480px;
	height: 100px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
}

.language{
	margin-top: 36px;
	height: 30px;
	border-left:1px solid #d4dce2;
}

.language .china{
	display: inline-block;
	margin:0 20px;
	padding:15px 0 0 43px;
	font-size: 12px;
	color: #666666;
	background: url(../images/cn.png) no-repeat;
}

.language .english{
	display: inline-block;
	margin-right: 20px;
	padding:15px 0 0 43px;
	font-size: 12px;
	color: #666666;
	background: url(../images/en.png) no-repeat;
}

.search{
	width: 248px;
	height: 27px;
	background: #d4dce2;
	margin-top: 36px;
}

.search input{
	width: 173px;
	padding-left: 24px;
	height: 23px;
	border:1px solid #d4dce2;
	border-right: 0px;
	background: #fff;
	vertical-align: middle;
	outline: none;
}

.search button{
	width: 48px;
	height: 25px;
	vertical-align: middle;
	outline: none;
	border: none;
	cursor: pointer;
	margin-top: 1px;
	background: url(../images/bt.jpg) no-repeat;
}

.nav{
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-top:1px solid #d4dce2;
	background: #f6f6f6;
}

.nav li{
	float: left;
	width: 170px;
	position: relative;
}

.nav li a{
	display: block;
	color: #333333;
	font-size: 14px;
	height: 38px;
	overflow: hidden;
	text-align: center;
}

.nav li a:hover{
	height: 38px;
	line-height: 50px;
	color: #fff;
	background: #0370b9;
	overflow: hidden;
}

.focus{
	background: #0370b9;
	color: #fff !important;
	height: 38px;
	line-height: 50px ;
}

.nav li .active{
	background: #0370b9;
	color: #fff;
	height: 38px;
	line-height: 38px;
}

.nav li ul{
	display: none;
	position: absolute;
	left:0px;
	top:38px;
	background: #0370b9;
	z-index: 99;
}

.nav li ul li{
	width: 170px;
	background: #0370b9;
}

.nav li ul li a{
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;

}

#m a{     text-align: left;
    padding-left: 15px;}


.nav li ul li a:hover{
	height: 40px;
	line-height: 40px;
	background: #025c98;
}

.banner{
	font-size: 0px;
	text-align: center;
	height: 449px;
	width: 100%;
}

.sliderContainer{ 
	position:absolute; 
	width:100%;
}

.iosSlider{ 
	position:relative; 
	top:0; 
	left:0; 
	overflow:hidden; 
	width:100%; 
	height:449px;
}

.slider{ 
	width:100%; 
	height:100%;
}

.slider .item{ 
	width:100%; 
	height:100%;
}

.item .inner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.slideSelectors_box{
	width:1000px; 
	position:relative;
	margin:0 auto;
}

.item .inner a{
	display:block; 
}

.prevContainer,.nextContainer{
	position: absolute;
	top: 0;
	width: 30px;
	padding:0 0 19.5% 0;
	text-indent: -999px;
}

.slideSelectors{
	position: absolute;
	bottom: 12px;
	z-index: 999;
	left: 46%;
}

.slideSelectors .item{
	float: left;
	margin-right: 15px;
	width: 30px;
	height: 3px;
	background: #fff;
	opacity: .7;
}

.slideSelectors .selected{
	background:#3a8c98;
}

.main{
	width: 100%;
	display: inline-block;
	margin:30px 0 50px 0;
	background: #f6f6f6;
	height: 170px;
}

.footer{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	background: #0370b9;
	color: #f0f0f0;
	text-align: center;
}

.footer a{
	color: #f0f0f0;
	padding:0 20px;
}

.main .news{
	width: 480px;
	height: 170px;
}

.main .news .tit{
	width: 110px;
	height: 110px;
	padding-top: 60px;
	text-align: center;
	background: #0370b9;
	color: #fff;
	font-size: 16px;
}

.main .news .tit p{
	font-family: "Arial";
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
}

.main .news .list{
	display: inline-block;
	width: 360px;
	padding-left: 10px;
	height: 100%;
	background: #f0f0f0;
	position: relative;
}

.main .news .list li{
	display: inline-block;
	width: 100%;
	height: 84px;
	border-bottom: 1px dashed #e0e0e0;
}

.main .news .list li .date{
	display: inline-block;
	width: 60px;
	padding-top: 15px;
	text-align: center;
	font-size: 46px;
	font-family: 'Arial';
	color: #666666;
}

.main .news .list li .date p{
	font-size: 12px;
}

.main .news .list li .dec{
	width: 295px;
	padding-top: 20px;
}

.main .news .list li .dec .title{
	width: 100%;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 3px;
}

.main .news .list li .dec p{
	width: 280px;
	height: 42px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.main .news .list li:hover .date{
	color: #0370b9;
}

.main .news .list li:hover .dec .title{
	color: #0370b9;
}

.main .news .list li:hover .dec p{
	color: #0370b9;
	text-decoration: underline;
}

.main .news .list .more{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 30px;
	height: 30px;
	text-indent: -999px;
	background: url(../images/nm.png) no-repeat;
}

.main .news .list .more:hover{
	background: url(../images/nmo.png) no-repeat;
}

.main .about{
	width: 345px;
	height: 170px;
	margin:0 5px;
	position: relative;
	overflow: hidden;
}

.main .about .info{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;  
	-moz-transition: top ease 600ms;
	-o-transition: top ease 600ms;
	-webkit-transition: top ease 600ms;
	transition: top ease 600ms;
	background: rgba(3,112,185,0.55);
	color: #fff;
	text-align:center;
	font-size: 16px;
	padding-top:75px;
}

.main .about .info p{
	font-size: 10px;
	padding-top: 5px;
	text-transform: uppercase;
}

.main .about:hover .info{
	top:0px;
}

.main .item{
	width: 180px;
	height: 168px;
	border-top:2px solid #0370b9;
	text-align: center;
	overflow: hidden;
	position: relative;
	background: #f0f0f0;
	cursor: pointer;
}

.main .item .info{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.main .item .info .icon{
	width: 100%;
}

.main .item .info .icon img{
	margin-top: 30px;
}

.main .item .info .icon h1{
	color: #0370b9;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
}

.main .item .info .icon p{
	font-family:"Arial";
	font-size: 10px;
	text-transform: uppercase;
	color: #0370b9;
	padding-top: 5px;
}

.main .show{
	background: #0370b9;
}

.main .item .info font{
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	height: 60px;
	overflow: hidden;
	position: relative;
	padding:0 5px;
	color: #fff;
	display: none;
}

.main .show .info .icon img{
	margin-top:20px;
	height: 45px;
}

.main .show .info .icon h1{
	font-size: 12px;
	color: #fff;
}

.main .show .info .icon p{
	display: none;
}

.main .show .info font{
	display: block;
}

.absolute{
	position: absolute;
	top:0px;
	width: 100%;
	height: 100%;
}

/*********内页********/
.inner-bg{
	width: 100%;
	height: 260px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	overflow: hidden;
}

.inner-bg h1{
	max-width: 50%;
	font-size: 24px;
	color: #fff;
	margin-top: 60px;
	position: relative;
}

.inner-bg h1:after{
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background:#fff;
	left: 0px;
	top:45px;
}

.inner-bg p{
	max-width: 440px;
	font-size: 16px;
	color: #fff;
	margin-top: 35px;
	line-height: 25px;
}

.content{
	width: 100%;
	display: inline-block;
	padding:30px 0 50px 0;
	background:#ecf1f2;
}

.g-wrap{
	width: 1250px;
	margin: 0 auto;
}

.content .leftside{
	width: 290px;
}

.content .leftside .title{
	width: 190px;
	height: 70px;
	padding-top: 20px;
	padding-left: 100px;
	font-size: 28px;
	color: #fff;
	background: url(../images/flh.png);
}

.content .menulist{
	margin:-20px 30px 0 50px;
	background: #fff url(../images/lb.jpg) no-repeat bottom;
	min-height: 250px;
	padding-top:30px;
}

.content .menulist h2{
	height:40px;
	margin:10px 0;
	line-height: 40px;
	text-indent: 2em;
	font-size: 16px;
	font-weight: normal;
	border-left: 3px solid transparent;
	cursor: pointer;
	background:url(../images/a.png) no-repeat 187px 16px;
}

.content .menulist h2.active{
	color: #0370b9;
	background:#cde2f1 url(../images/ba.png) no-repeat 187px 16px;
	border-left: 3px solid #0370b9;
}

.content .menulist h2:hover{
	color: #0370b9;
	background:#cde2f1 url(../images/ab.png) no-repeat 187px 16px;
	border-left: 3px solid #0370b9;
}

.content .menulist h2.downa{
	background:#cde2f1 url(../images/ab.png) no-repeat 187px 16px;
}

.content .menulist .menuchild{
	display: none;
}

.content .menulist .menuchild a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-indent: 4em;
	margin-bottom: 20px;
	background: url(../images/a.png) no-repeat 40px 3px;
} 

.content .menulist .menuchild a:hover{
	color: #0370b9;
	background:url(../images/ab.png) no-repeat 40px 3px;
}

.content .menulist .menuchild .current{
	color: #0370b9;
	background:url(../images/ab.png) no-repeat 40px 3px;
}

.content .side{
	width: 960px;
	display: inline-block;
	background:#fff;
}

.content .side .title{
	padding: 0 40px;
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #dddddd;
	font-size: 22px;
	color: #0370b9;
}

.f14{
	font-size: 14px;
}

.content .side .title .breaf{
	background:url(../images/home.jpg) no-repeat 0 22px;
	color: #999999;
	font-size: 11px;
	padding-left: 25px;
}

.content .side .title .breaf a{
	color: #999999;
	font-size: 11px;
}

.content .side .essay{
	display: inline-block;
	padding: 35px 40px;
	background:#fff; 
	color: #666666;
	font-size: 14px;
	line-height: 23px;
}

.content .side .prolist{
	width: 900px;
	display: inline-block;
	padding:40px 30px 10px 30px;
	background:#fff;
}

.content .side .prolist li{
	float: left;
	width: 278px;
	height: 340px;
	border:1px solid #dddddd;
	border-bottom: 5px solid #dddddd;
	margin:0 10px 40px 0;
}

.content .side .prolist li img{
	width: 250px;
	height: 250px;
	margin:14px;
}

.content .side .prolist li .name{
	color: #666666;
	height: 28px;
	text-align: center;
	font-size: 14px;
	border-bottom: 2px solid #dddddd;
	margin:0 14px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.content .side .prolist li:hover .name{
	color: #0370b9;
}

.content .side .prolist li .name:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom:-2px;
	width: 1px;
	height: 2px;
	background:#dddddd;
}

.content .side .prolist li:hover .name:after{
	width: 100%;
	background:#0370b9;
}

.content .side .prolist li:hover{
	border-color: #0370b9;
}

.pages{
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #fff;
	padding-bottom: 60px;
}

.pages li{
	width: auto;
	text-align: center;
	display: inline-block;
	margin-right: 2px;
}

.pages li a{
	border:1px solid #dddddd;
	padding:2px 6px;
	color: #999999;
	font-size: 12px;
}

.pages li span{
	border:1px solid #dddddd;
	padding:2px 6px;
	color: #999999;
	font-size: 12px;
}

.pages li a:hover,.pages li a.active,.pages li span.active{
	color: #fff;
	background:#0370b9;
}

.content .side .prodecs{
	display: inline-block;
	padding:40px 40px 50px 40px;
}

.prodecs .namep{
	width: 100%;
	font-size: 24px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}

/**多图预览***/
.ban{ 
	/*width:522px;
	height:550px;*/ 
	position:relative; 
	overflow:hidden;
	margin:25px auto 25px auto;
}
.ban2{ 
	width:450px; 
	height:450px; 
	border:1px solid #d9d9d9;
	position:relative; 
	overflow:hidden;
	margin: 0 auto;
}

.ban2 ul{ 
	position:absolute; 
	left:0; 
	top:0;
}

.ban2 ul li{ 
	width:450px; 
	height:450px;
}

.prev{ 
	float:left; 
	cursor:pointer;
}
.num{ 
	height:82px;
	overflow:hidden; 
	width:460px; 
	position:relative;
	float:left;
}

.min_pic{ 
	padding-top:10px; 
	width:520px;
}
.num ul{
	position:absolute; 
	left:0; 
	top:0;
}

.num ul li{ 
	width:80px; 
	height:80px;
	margin:0 5px;
}

.num ul li img{
	width: 70px;
	height: 70px;
	padding:4px;
	border:1px solid #dddddd;
}

.num ul li.on{
	border:1px solid #0370b9; 
	padding:0;
}

.prev_btn1{ 
	width:12px; 
	text-align:center; 
	height:28px; 
	margin-top:25px; 
	margin-right:20px; 
	cursor:pointer; 
	float:left;
}
.next_btn1{  
	width:12px; 
	text-align:center; 
	height:28px; 
	margin-top:25px;
	cursor:pointer;
	float:right;
}

.prev1{ 
	position:absolute;
	top:220px; 
	left:20px; 
	width:28px; 
	height:51px;
	z-index:9;
	cursor:pointer;
}

/**tab选项卡***/
.tab_title{
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.tab_title li{
	float: left;
	list-style: none;
	width: 120px;
	background: #fff;
	text-align: center;
	color: #666666;
	font-size: 16px;
	line-height: 45px;
	border:1px solid #dddddd;
	cursor: pointer;
	border-bottom: none;
}

.onn{
	color: #fff !important;
	background: #0370b9 !important;
}

.tab_content{
	float: left;
	width: 818px;
	border:1px solid #dddddd;
	padding: 30px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}

.tab_content_list{
	display: none;
}

.content .sider{
	width: 1200px;
}

.content .sider .project{
	display: inline-block;
	padding:30px;
	width: 1140px;
	background: #fff;
}

.content .sider .project .listname{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 15px;
}

.content .sider .project .listname li{
	display: inline-block;
	width: auto;
	text-align: center;
	margin-right: 25px;
}

.content .sider .project .listname li a{
	font-size: 16px;
	color: #0370b9;
	border: 1px solid #0370b9;
	padding:8px 23px;
}

.content .sider .project .listname li .active{
	background:#0370b9;
	color: #fff;
}

.content .sider .project .listname li a:hover{
	background:#0370b9;
	color: #fff;
}

.content .sider .project .list{
	width: 100%;
	display: inline-block;
}

.content .sider .project .list li{
	float: left;
	width: 358px;
	height: 298px;
	border:1px solid #dddddd;
	margin:0 10px 30px 10px;
	background: #f0f0f0;
	position: relative;
}

.content .sider .project .list li img{
	width: 330px;
	height: 240px;
	margin:9px 14px;
}

.content .sider .project .list li h1{
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	position: relative;
}

.content .sider .project .list li h1:after{
	content: '';
	position: absolute;
	bottom: -12px;
	left: 40%;
	background:#dddddd;
	width: 60px;
	height: 3px;
}

.content .sider .project .list li:hover h1:after{
	background:#0370b9;
}

.content .sider .project .list li:hover h1{
	color: #0370b9;
}

.content .sider .project .list li .overlay{
	opacity: 0;
	width: 330px;
	height: 240px;
	margin:9px 14px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	background: rgba(35, 99, 137, 0.7) url(../images/lay.png) no-repeat;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}

.content .sider .project .list li:hover .overlay{
	background: rgba(35, 99, 137, 0.7) url(../images/lay.png) no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s; 
}

.content .sider .projectdec{
	display: inline-block;
	width: 1120px;
	padding:30px 40px 60px 40px;
	background:#fff;
}

.content .sider .projectdec .projleft{
	width: 550px;
	height: 400px;
}

.content .sider .projectdec .projright{
	width: 530px;
	display: inline-block;
}


.content .sider .projectdec .projright h1{
	font-size: 22px;
	color: #333;
	text-align: center;
	line-height: 30px;
	padding-bottom: 35px;
}

.content .sider .projectdec .projright p{
	font-size: 14px;
	color: #666666;
	line-height: 22px;
}

/***swiper样式覆盖*/
#viewroll .swiper-button-next,#viewroll  .swiper-button-prev{
	width: 45px;
	height: 45px;
}

#viewroll .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/pre.png) no-repeat;
}

#viewroll .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/nexti.png) no-repeat;
} 

#viewroll .swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next{
	background: url(../images/prei.png) no-repeat;
}

#viewroll .swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/next11.png) no-repeat;
}

#viewroll .swiper-slide{
	position: relative;
	overflow: hidden;
}

#viewroll .swiper-slide .text{
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: rgba(3,112,185,0.5);
}

.content .sider .relate{
	width: 1200px;
	display: inline-block;
	padding:0px;
	padding-bottom: 20px;
}

.content .sider .relate h2{
	border-bottom: 1px solid #dddddd;
	padding:0 40px;
	height: 30px;
	line-height: 30px;
	color: #0370b9;
	font-size: 22px;
	font-weight: normal;
}

.content .sider .relate .list{
	width: auto;
	margin:40px 30px 0px 30px;
}

.content .sider .honor{
	display: inline-block;
	padding:40px 30px 10px 30px;
}

.content .sider .honor li{
	float: left;
	margin: 0 12px 10px 12px;
	width: 260px;	
}

.content .sider .honor li img{
	width: 240px;
	padding:9px;
	border:1px solid #dddddd;
}

.content .sider .honor li span{
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.content .sider .honor li:hover img{
	border-color: #0370b9;
}

.content .sider .honor li:hover span{
	color: #0370b9;
}

.content .side .newslist{
	display: inline-block;
	width: 870px;
	background:#fff;
	padding:30px 50px 10px 40px;
}

.content .side .newslist li{
	width: 830px;
	padding:19px;
	height: 160px;
	border:1px solid #dddddd;
	margin-bottom: 30px;
}

.content .side .newslist li .date{
	width: 80px;
	height: 80px;
	background:#f0f0f0;
	padding:40px 0;
	color: #999999;
	font-size: 42px;
	font-family: 'Arial';
	text-align: center;
	position: relative;
}

.content .side .newslist li .date:after{
	content: '';
	width: 25px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 28px;
	bottom: 75px;
}

.content .side .newslist li .date p{
	font-size: 16px;
	padding-top:10px;
}

.content .side .newslist li .pic{
	width: 240px;
	height: 160px;
}

.content .side .newslist li .newsdec{
	width: 480px;
	display: inline-block;
}

.content .side .newslist li .newsdec h1{
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	height: 55px;
	line-height: 55px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.content .side .newslist li .newsdec p{
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	height: 100px;
}

.content .side .newslist li:hover{
	border-color: #0370b9;
}

.content .side .newslist li:hover .date{
	background: #0370b9;
	color: #fff;
}

.content .side .newslist li:hover .newsdec h1{
	color: #0370b9;
}

.content .side .decribe{
	width: 880px;
	padding:40px;
	display: inline-block;
}

.content .side .decribe h1{
	width: 100%;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.content .side .decribe h1 span{
	font-size: 12px;
	color: #999999;
	padding: 18px 0 20px 0;
	width: 100%;
	display: inline-block;
}

.content .side .decribe .article{
	font-size: 14px;
	color: #666666;
	padding:35px 0;
	line-height: 24px;
	border-bottom: 1px solid #ddd;
}

.preview{
	padding-top: 10px;
	color: #0370b9;
	font-size: 14px;
}

.preview a{
	padding-left: 10px;
	color: #0370b9;
}

.content .side  .contact{
	width: 1120px;
	padding:30px 40px 50px 40px;
	background:#fff;
}

.content .side  .contact .cdec{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.content .side  .contact .cdec h2{
	font-size: 16px;
	color: #0370b9;
	padding-bottom: 25px;
}

.content .side  .contact .cdec .icon{
	display: inline;
}

.content .side  .contact .cdec .icon li{
	float: left;
}

.content .side  .contact .cdec .icon li.mail{
	width: 244px;
	height: 20px;
	padding-left: 36px;
	margin-bottom: 20px;
	color: #666666;
	background:url(../images/contact.png) no-repeat 0px 6px;
}

.content .side  .contact .cdec .icon li.fax{
	width: 794px;
	height: 20px;
	padding-left: 36px;
	margin-bottom: 20px;
	color: #666666;
	background:url(../images/fax.png) no-repeat 0px 4px;
}

.content .side  .contact .cdec .icon li.tel{
	width: 244px;
	height: 20px;
	padding-left: 36px;
	margin-bottom: 20px;
	color: #666666;
	background:url(../images/tel.png) no-repeat 0px 6px;
}

.content .side  .contact .cdec .icon li.address{
	width: 794px;
	height: 20px;
	padding-left: 36px;
	margin-bottom: 15px;
	color: #666666;
	background:url(../images/address.png) no-repeat 0px 4px;
}

.content .side  .contact .consult{
	width: 100%;
	display: inline-block;
	margin-top: 25px;
	text-align: center;
}

.content .side  .contact .consult input{
	width: 518px;
	height: 43px;
	border:1px solid #ddd;
	padding-left: 20px;
	outline: none;
	margin-bottom: 20px;
}

.content .side  .contact .consult textarea{
	width: 1080px;
	padding:20px;
	height: 160px;
	border:1px solid #ddd;
	outline: none;
	background: #f7f7f7;
}

.content .side  .contact .consult .submit{
	display: inline-block;
	background:#f1f1f1;
	border:1px solid #ddd;
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #0370b9;
	margin-top: 30px;
	margin-bottom: 40px;
	-webkit-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	position: relative;
	z-index: 1;
}

.content .side  .contact .consult .submit:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #0370b9;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	color: #fff;
	z-index: -1;
}

.content .side  .contact .consult .submit:hover:before,
.content .side  .contact .consult .submit:focus:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.content .side  .contact .consult .submit:hover{
	color: #fff;
}

.content .side  .contact .consult a:hover{
	color: #fff;
}

.anpager .cpb {background:#1F3A87 none repeat scroll 0 0;border:1px solid #CCCCCC;color:#FFFFFF;font-weight:bold;margin:5px 4px 0 0;padding:4px 5px 0;}
.anpager a {background:#FFFFFF none repeat scroll 0 0;border:1px solid #CCCCCC;color:#1F3A87;margin:5px 4px 0 0;padding:4px 5px 0;text-decoration:none}
.anpager a:hover{background:#1F3A87 none repeat scroll 0 0;border:1px solid #1F3A87;color:#FFFFFF;}




#pane{    border-left: 1px solid #0370b9;
    border-right: 1px solid #0370b9;
    border-bottom: 1px solid #0370b9;}


.foucs{     text-align: left;
    padding-left: 20px;}
	
	
/*弹出窗口*/
.zhEN_pup{position:fixed;top:0px;left:0px;width:100%;height:100%;background-color: rgba(0,0,0,0.6);z-index: 9999;display:none;}
.w_pup_EN{position: absolute;width: 95%;background-color: #fff;transform: translate(-50%,-50%);top: 50%;left:50%;padding:20px;border-radius: 5px;min-width:280px;max-width:1120px;text-align: center;}
.w_pup_EN>p{font-size: 18px;line-height: 32px;font-weight: bold;text-align: center;}
.w_pup_EN .scoll_one{font-size: 14px;line-height: 20px;position: relative;min-height: 80px;height:80vh;overflow: auto;margin-bottom:15px;margin-top:35px;}
.w_pup_EN>a{position: absolute;top: 5px;right: 5px;z-index:9999;width: 40px;height:40px;display: inline-block;color: #fff;text-align: center;line-height: 40px;border-radius: 5px;font-size: 16px;margin: 0px auto;background-image:url('../images/close_fill.png');background-size:95%;background-repeat:no-repeat;}