/*通用样式*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
}

input,
button,
select,
textarea {
	outline: none
}

ul,
ol,
li {
	list-style-type: none;
}

fieldset,
img {
	border: medium none;
	vertical-align: middle;
}

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

body {
	font-family: "微软雅黑";
	min-width:1200px;
}

ul {
	list-style-type: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.at-head {
	width: 100%;
}

.w1200,.w {
	width: 1200px;
	margin: 0 auto;
}
/*头部*/
.at-top1 {
	color: #fff;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	background: #1c7cdf;
	width: 100%;
}
.at-top1 .w{
	overflow:hidden;
	clear:both;
}

.at-top1 ul li {
	float: left;
	margin-left: 46px;
}
.at-top1 ul li a{
	color: #FFFFFF;
}
.at-top1 ul li:first-child {
	margin-left: 0;
}

.search {
	margin-top: 44px;
	position: relative;
	width: 380px;
	height: 36px;
	border: 1px solid #b7b7b7;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 4px;}
	.search-input{
		position: absolute;
		top: 0;
		left: 0;
		width: 303px;
		height: 36px;
		border: none;
		padding-left: 10px;
		background: none;
	}
	.search-btn{
		width: 67px;
		height: 36px;
		position: absolute;
		top: 0;
		right: 0;
		border: none;
		background: none;
	}
.at-top2 {
	width: 100%;
	height: 124px;
}

.at-logo {
	margin-top: 30px;
}
.at-nav{
	height: 70px;
	width: 100%;
	background: #024c94;
}
.at-nav ul li{
	float: left;
}
.at-nav ul li a{
	color: #FFFFFF;
	line-height: 70px;
	width:120px;
	height: 70px;
	display: inline-block;
	text-align: center;
}
.at-nav ul li a:hover{
	background: #2270ba;
}
/*尾部*/

.footer {
	width: 100%;
	height: 144px;
	background: #1c7cdf;
	padding: 20px 0;
}

.footer-nav {
	width: 1260px;
}

.footer-nav li {
	float: left;
	margin-bottom: 20px;
}

.footer-nav li a {
	color: #fff;
	font-size: 18px;
	margin: 0 19.5px;
	display: block;
	text-align: center;
}

.footer-nav li:first-child a {
	margin-left: 0;
}

.footer-body {
	/*margin-top: 30px;*/
}

.footer-lodo {
	width: 89px;
	height: 90px;
}

.copyright {
	height: 90px;
}

.copyright-body {
	margin-left: 34px;
	margin-top: 10px;
}

.copyright-body p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.dimensional img {
	margin-left: 30px;
	width: 68px;
}

.dimensional img:first-child {
	margin-left: 0;
}
.head-iframe {
	width: 100%;
	height: 230px;
	border: 0;
	margin: 0;
	float: left;
}

.footer-iframe {
	width: 100%;
	height: 184px;
	border: 0;
	margin-top: 60px;
	float: left;
}
.AT-Inside-page-banner{
	width: 100%;
	height: 400px;
}
.AT-Inside-page-banner img{
	width: 100%;
	height: 100%;
}
/*左侧导航*/
.AT-Inside-page-body-left-nav{
	width: 260px;
}
.AT-Inside-page-body-left-nav-head{
	width: 100%;
	height: 45px;
	background:#0054a3;
	line-height: 45px;
	border-radius: 4px 4px 0 0;
}
.AT-Inside-page-body-left-nav-head img{
	display: inline-block;
	padding-left: 10px;
}
.AT-Inside-page-body-left-nav-head p{
	display: inline-block;
	color: #FFFFFF;
	font-size: 18px;
	margin-left: 14px;
}
.AT-Inside-page-body-left-nav-head p font{
	display: inline-block;
	color: #47a3d6;
	font-size: 18px;
	margin-left: 14px;
}
.accordion {
    width: 258px;
    border: 1px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 10px 15px 10px 42px;
    color: #000000;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #000000;
    background: url(../img/AT-Inside-page-left-nav-ul-a-bg.png) no-repeat;
    background-color: #F2F6F9;
}

.accordion li.open i,.accordion li a {
    color: #000000;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    background: #FFFFFF;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #8bbbe3;
    color: #FFF;
}
/*新闻专题*/
.AT-Inside-page-body-left-News-feature{
	margin-top: 24px;
	width: 250px;
	padding: 0 5px 0 5px;
	border: 1px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;
    border-top: 2px solid #0a5297;
}
.AT-Inside-page-body-left-News-feature-con-a:hover .AT-Inside-page-body-left-News-feature-con{
	color: #0054a3;
}
.AT-Inside-page-body-left-News-feature-head{
	width: 100%;
	height: 45px;
	line-height: 45px;
}
.AT-Inside-page-body-left-News-feature-head a{
	display: block;
	width: 100%;
	height: 45px;
}
.AT-Inside-page-body-left-News-feature-head a:hover p{
	color: #0054a3;
}
.AT-Inside-page-body-left-News-feature-head a:hover font{
	color: #0054a3;
}
.AT-Inside-page-body-left-News-feature-head p{
	float: left;
	padding-left: 15px;
	display: inline-block;
	font-size: 18px;
	color: #000000;
}
.AT-Inside-page-body-left-News-feature-head font{
	float: right;
	padding-right: 15px;
	display: inline-block;
	line-height: 45px;
	font-family:宋体;
	font-size: 26px;
	color: #000000;
}
.AT-Inside-page-body-left-News-feature-photo img{
	width: 100%;
}
.AT-Inside-page-body-left-News-feature-con{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	padding: 18px 10px 18px 10px;
}
.AT-Inside-page-body{
	margin-top: 20px;
}
/*分页*/
.AT-page{
	width: 902px;
	margin: 60px auto 0 auto;
    text-align: center;
}
.AT-page span{
	height: 23px;
	line-height: 23px;
	padding:0 10px 0 10px;
	display: inline-block;
	border-bottom: 1px solid #E4E4E4;
	margin-left: 10px;
	color: #2270ba;
}
.AT-page .next-page{
	background: #2270ba;
	color: #FFFFFF;
}
.AT-page .next-page img{
	margin-left: 4px;
	margin-right: 4px;
}
.AT-page-active{
	background: #2270ba !important;
	color: #FFFFFF !important;
}
/*联系我们*/
.AT-Inside-page-body-left-Contact-us{
	margin-top: 24px;
	width: 245px;
	padding: 5px 5px 0 5px;
	border: 1px solid #E8E8E8;
    border-bottom: 4px solid #E8E8E8;
}
.AT-Inside-page-body-left-Contact-us-head{
	width: 100%;
	height: 107px;
	background: url(../img/AT-Inside-page-body-left-Contact-us-head-bg.jpg) no-repeat;
}
.AT-Inside-page-body-left-Contact-us-head p{
	line-height:107px;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
}
.AT-Inside-page-body-left-Contact-us-body{
	padding: 20px 10px 20px 10px;
}
.AT-Inside-page-body-left-Contact-us-body li{
	line-height: 24px;
	color: #777777;
	font-size: 14px;
}
.AT-Inside-page-body-right{
	width: 902px;
}
.AT-Inside-page-body-right-head{
	width: 100%;
	height: 48px;
	border-bottom: 1px solid #d6e4ef;
}
.AT-Inside-page-body-right-head-title{
	background: url(../img/AT-Inside-page-body-right-head-bg.jpg) no-repeat center left;
	padding-left: 12px;
	font-size: 16px;
	color: #000000;
	line-height: 48px;
}
.AT-Inside-page-body-right-head-Bread{
	padding-top: 13px;
}
.AT-Inside-page-body-right-head-Bread img{
	display: inline-block;
	float: left;
}
.AT-Inside-page-body-right-head-Bread p{
	color: #a2a2a2;
	font-size: 12px;
	display: inline-block;
	padding-left: 4px;
}
.AT-Inside-page-body-right-head-Bread p a{
	color: #a2a2a2;
	font-size: 12px;
	display: inline-block;
	padding-left: 4px;
}
.AT-Inside-page-body-right-head-Bread p a:hover{
	color: #0054a3;
}
.AT-Inside-page-body-right-body{
	margin-top: 30px;
}
.contact-us-con-ul{
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #d6e4ef;
}
.contact-us-con-ul li{
	width: 224px;
	height: 95px;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	font-size: 14px;
	color: #333333;
	float: left;	
}
.contact-us-con-ul li:last-child{
	border-right:none;
}
.contact-us-con-ul-li-head{
	margin-top: 20px;
}
.contact-us-con-ul-li-body{
	margin-top: 10px;
}
.contact-us-con-bot-ul{
	width: 902px;
	height: 21px;
	margin:24px auto 0 auto
	
}
.contact-us-con-bot-ul li{
	float: left;
	margin-left: 40px;
}
.contact-us-con-bot-ul li:first-child{
	margin-left: 325px;
}
.contact-us-con-bot-ul li a{
	font-size: 16px;
	color: #333333;
}
.contact-us-con-bot-ul li a:hover, .contact-us-con-bot-ul li a.current{
	color: #0054a3;
}
.map{
	width: 902px;
	height: 460px;
	position: relative;
	margin-top: 24px;
}
.dituContent{
	width:100%;
	height:460px;
	border:#DDDDDD solid 1px;
	position: absolute;
	top: 0;
	left: 0;
}
.Department-Contact{
	height: 400px;
	width: 260px;
	background: #FFFFFF;
	border: 1px solid #d5e3ee;
	position: absolute;
	top: 20px;
	right: 10px;
	box-shadow: 4px 4px 10px #d7d7d7;
	padding: 10px;
}
.Department-Contact-title{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.Department-Contact-ul{
	margin-top: 14px;
	height: 340px;
}
.Department-Contact-ul li{
	font-size: 14px;
	color: #777777;
	line-height: 30px;
}
.contact-us-page{
	float: right;
}
.previous{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/news-left-arrow.jpg) no-repeat;
}
.Next-page{
	width: 18px;
	height: 18px;
	display: inline-block;
	background: url(../img/news-right-arrow.jpg) no-repeat;
}
/*院长信箱*/
.abbot-form{
	width: 605px;
	margin: 24px auto 0 auto;
}
.contact-us-form-line{
	margin-top: 16px;
}
.contact-us-form-line-label{
	font-size: 16px;
	color: #0054A3;
	width: 60px;
	display: inline-block;
	float: left;
	line-height: 35px;
}
.contact-us-form-line-text{
	width: 528px;
	height: 35px;
	padding-left: 10px;
	border: 1px solid #D6E4EF;
	border-radius: 4px;
}
.contact-us-form-line-textarea{
	width: 528px;
	height: 225px;
	padding-left: 10px;
	padding-top: 10px;
	border: 1px solid #D6E4EF;
	border-radius: 4px;
}
.contact-us-form-line-text-yzm{
	/*width: 330px;*/
	height: 35px;
	padding-left: 10px;
	border: 1px solid #D6E4EF;
	border-radius: 4px;
	float: left;
}
.yzm{
	width: 135px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 5px;
	display: inline-block;
	margin-left: 10px;
	float: left;
}
.contact-us-form-submit{
	width: 150px;
	height: 35px;
	background: #0054a3;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.contact-us-form-cancels{
	width: 150px;
	height: 35px;
	background: #e7e7e7;
	border-radius: 4px;
	color: #000000;
	font-size: 14px;
	border: none;
	margin-left: 10px;
	cursor: pointer;
}
.contact-us-form-btn{
	width:315px;
	margin:45px auto;
}
/*新闻列表*/
.News-list-con{
	margin-top: -30px;
}
.News-list-con-con{
	width: 780px;
}
.News-list-con-ul li a{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #F0F0F0;
	width:880px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFF;
	border-left:2px solid #FFFFFF;
        overflow:hidden;
        clear:both;

}
.News-list-con-ul li a:hover{
	background: #f2f6f9;
	border-left:2px solid #0054A3 ;
}
.News-list-con-con-head{
	color: #333333;
	font-size: 16px;
}
.News-list-con-con-body{
	color: #777777;
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px;
}
.News-list-con-time{
	padding-left: 30px;
	border-left: 1px solid #c7c7c7;
	text-align: center;
	
}
.News-list-con-time-date{
	font-size: 24px;
	color: #ababab;
}
.News-list-con-time-yearmonth{
	font-size: 14px;
	color: #ababab;
}
/*新闻详情*/
.notes-share{
	margin-top: 50px;
	width: 100%;
}
.News-detail-con{
	padding-top: 20px;
}
.News-detail-title{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.news-detail-notes{
	font-size: 14px;
	color: #333333;
}
.news-detail-notes p{
	line-height: 24px;
	display: inline-block;
	margin-left: 20px;
}
.news-detail-notes p:first-child{
	margin-left: 0;
}
.Guided-reading{
	margin-top: 20px;
	background: #f2f2f2;
	border: 1px solid #EEEEEE;
	padding: 20px;
}
.Guided-reading p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}
.news-detail-news-con{
	text-align: center;
}
.news-detail-news-con>p{
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	text-align: left;
}
.news-detail-news-con>p>img{

        margin: 20px auto;
        display: inline-block;

}
.news-detail-news-con p span{     
       font-family: "微软雅黑" !important;
       color: #666666  !important;
       line-height: 32px;
}
.news-detail-news-con p span>img{        
       margin: 20px auto;
       display: block;
}
.news-detail-news-con p span span{     
       font-family: "微软雅黑" !important;
}
.news-detail-news-con img{
	/*margin-top: 40px;*/
        max-width: 100%;
        /*width: 100%!important;*/
	
}
.news-detail-news-con table{
	text-align: left;
	border: 1px solid #2c2c2c;
	margin: 20px auto;
}
.news-detail-news-con table tbody tr{
	border: 1px solid #2c2c2c;
}
.news-detail-news-con table tbody tr td{
	border: 1px solid #2c2c2c;
}
.news-detail-news-footer{
	font-size: 14px;
	color: #333333;
	margin-top: 70px;
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #a8a8a8;
}
.appendices{
	margin-top: 20px;
	width: 100%;
}
.appendices-title{
	font-size: 18px;
	color: #0054A3;
}
.appendices-fl{
	width: 50%;
	float: left;
}
.appendices-fr{
	width: 50%;
	float: right;
}
.appendices-span{
	background: url(../img/appendices-icon.png) no-repeat;
	padding-left: 24px;
	display: block;
	margin-top: 20px;
	color: #000;
}
.appendices a:hover span{
	color: #0054a3;
	}
/*图文列表*/
.Text-list-con-ul li{
	width: 100%;
	height: 132px;
	margin-top: 48px;
}
.Text-list-con-ul li:first-child{
	margin-top: 0;
}
.Text-list-con-ul li a:hover .text-list-news-con-title{
	color: #0054a3;
}
.Text-list-con-ul li a:hover .text-list-news-con-con{
	color: #0054a3;
}
.Text-list-con-ul li a:hover .Text-list-con-time-date{
	color: #0054a3;
}
.Text-list-con-ul li a:hover .Text-list-con-time-yearmonth{
	color: #0054a3;
}
.text-list-news-img{
	float: left;
	width: 177px;
	height: 132px;
	float: left;
}
.text-list-news-img img{
	width: 100%;
	height: 100%;
}
.text-list-news-con{
	width: 600px;
	float: left;
	margin-left: 20px;
}
.text-list-news-con-title{
	font-size: 18px;
	color: #010101;
}
.text-list-news-con-con{
	margin-top: 20px;
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
}
.Text-list-con-time{
	padding-left: 30px;
	border-left: 1px solid #c7c7c7;
	text-align: center;
	margin-top: 41px;
}
.Text-list-con-time-date{
	font-size: 24px;
	color: #ababab;
}
.Text-list-con-time-yearmonth{
	font-size: 14px;
	color: #ababab;
}
/*人物列表*/
.Character-list-search{
	width: 100px;
	height: 32px;
	border: none;
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	float: left;
	border-radius: 4px 0 0 4px;
	}
.Character-list-input{
	width: 210px;
	height: 30px;
	border: none;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	float: left;
	padding-left: 10px;
}
.Character-list-btn{
	width:67px;
	height: 32px;
	border: none;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: none;
	border-radius: 0 4px 4px 0;
}
.character-list-words-ul li{
width:411px;
float: left;
border-top: 2px solid #C8D8E4;
margin-left:40px;
padding: 24px 10px 40px 10px;
}
.character-list-words-ul li:hover{
border-top: 2px solid #2897ff;	
}
.character-list-words-ul li:nth-child(2n+1){
	margin-left: 0;
}
.character-id-name{
	font-size: 20px;
	color: #000000;
}
.character-id-degree{
	font-size: 14px;
	color: #717171;
	margin-left: 30px;
}
.character-id-introduction{
	margin-top: 20px;
}
.character-list-photo-ul{
	margin-top: -24px;
}
.character-list-photo-ul li{
width:431px;
float: left;
margin-left:40px;
margin-top: 24px;
}
.character-list-photo-ul li:nth-child(2n+1){
	margin-left: 0;
}
.character-list-photo-fl{
	width: 159px;
	height: 223px;
}
.character-list-photo-fl img{
	width: 100%;
	height: 100%;
}
.character-list-photo-fr{
	padding-left: 20px;
	width: 252px;
	padding-top: 20px;
	height: 203px;
}
.character-list-photo-ul li:hover .character-list-photo-fr{
	background: #1a6ab3;	
}
.character-list-photo-ul li:hover .character-list-photo-fr .character-id-name{
	color: #FFFFFF;	
}
.character-list-photo-ul li:hover .character-list-photo-fr .character-id-degree{
	color: #abdaff;	
}
.character-list-photo-ul li:hover .character-list-photo-fr .character-id-introduction{
	color: #abdaff;	
}
/*人物单页*/
.Character-sheet-Introduction{
	margin-left: 50px;
	padding-top: 13px;
}
.Character-sheet-Introduction p{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.Character-sheet-con-div{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.character-sheet-con-title{
	font-size: 18px;
	color: #333333;
	border-left: 4px solid #2270ba;
	padding-left: 14px;
}
.character-sheet-con-body{
	font-size: 16px;
	color: #8a8a8a;
	line-height:24px;
	margin-top: 20px;
}
/*相册单页*/
.photo-abum-con{
	margin-top: 50px;
}
.photo-abum-con-title{
	color: #333333;
	font-size: 28px;
	text-align: center;
}
.photo-abum-con-notes{
	font-size: 14px;
	color: #878787;
	margin-top: 20px;
	text-align: center;
}
.photo-abum-con-notes font{
	margin-left: 10px;
}
.photo-abum-con-notes font:first-child{
	margin-left:0;
}
.photo-abum-con-con{
	font-size: 16px;
	color: #555555;
	line-height: 24px;
	margin-top: 20px;
}
.photo-abum-con-play{
	margin-top: 30px;
}
/* 图片列表 */

.content-five {
	width: 902px;
	clear: both;
	overflow: hidden;	
}
.contentbox-five li:nth-child(3n){
	margin-right: 0;
}

.con-five {
	width: 287px;
	height: 198px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.conimg {
	width: 287px;
	height: 198px
}

.txt-five {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5)
}

.txt-five h3 {
	font-weight: 400
}
/* 搜索页 */
	  .Inside-page-search{
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		margin-top: 1px;
	}
	.Inside-page-search-top{
		border-bottom: 1px solid #dddddd;
		height: 140px;
	}
	.Inside-page-search-top-boxone{
		padding-top: 20px;
		padding-left: 123px;
	}
	.Inside-page-search-top-boxone input{
		width: 750px;
		height: 36px;
		padding-left: 20px;		
		font-size: 14px;
		border: 1px solid #b6b6b6;
		margin-right: 10px;				
	}
	.Inside-page-search-top-boxone-reset{
		width: 72px;
		height: 38px;
		background: #FFFFFF;	
		border: 1px solid #b7b7b7;
		color: #333333;		
		padding-bottom: 1px;
		margin-right: 10px;	
	}
	.Inside-page-search-top-boxone-search{
		width: 80px;
		height: 38px;
		background: #2270ba;
		border: none;
		color: #FFFFFF;
		padding-bottom: 1px;
	}
	.Inside-page-search-top-boxtwo{
		padding-left: 123px;
		padding-top: 20px;
	}
	.Inside-page-search-top-boxtwo label{
		font-size: 14px;
		color: #777777;	
		padding-right: 10px;	
	}
	.Inside-page-search-top-boxtwo div>input{
		width: 130px;
		height: 36px;
		margin-right: 10px;
		border: none;
		border: 1px solid #B6B6B6;
		padding-left: 10px;
	}
	
	.Inside-page-search-top-boxtwo div label:nth-child(2){
		margin-right: 18px;
	}
	.Inside-page-search-top-boxtwo div span{
		color:#777777 ;
	}
	.Inside-page-search-top-boxtwo-start{
		margin-right: 0 !important;
		background: url(../img/date.png) no-repeat;
		background-position: 115px 9px;
		/* display: inline-block; */
	}
	.Inside-page-search-top-boxtwo-end{
		margin-right: 0;
		background: url(../img/date.png) no-repeat;
		background-position: 115px 9px;
		/* display: inline-block; */
	}
	.Inside-page-search-list{
		background-color: #FFFFFF;
		padding-top: 20px;
	}
	.Inside-page-search-list-left{
		width: 840px;
	}
	.Inside-page-search-list-left ul{
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.Inside-page-search-list-left-title{
		font-size: 24px;
	}
	.Inside-page-search-list-left li{
		padding-bottom: 30px;
		font-size: 18px;
		color: #333333;
	}
	.Inside-page-search-list-left li:hover h4{
		color: #2270ba;
	}
	.Inside-page-search-list-left li a{
		color: #333333;
	}
	.Inside-page-search-list-left li a h4{
		font-weight: normal;
		line-height: 30px;
	}
	.Inside-page-search-list-left li a p{
		font-size: 14px;
		color: #1a78be;
	}
	.Inside-page-search-list-right{
		width: 360px;
		color: #07447b;

	}
	.Inside-page-search-list-right-top h4{
		color: #07447b;
		font-weight: normal;
		padding-bottom: 15px;
		font-size: 18px;
	}
	.Inside-page-search-list-right-top p{
		color: #282828;
		font-size: 14px;
		padding-top: 20px;
	}
	.Inside-page-search-list-right-top a p{
		padding-top: 0px;
		line-height: 24px;
		color: #727272;
	}
	.Inside-page-search-list-right-top ul{
		margin-top: 20px;
		padding-top: 20px;
		
		border-top: 1px solid #dddddd;
	}
	.Inside-page-search-list-right-top li {
		padding-bottom: 20px;

	}
	.Inside-page-search-list-right-top li a{
		overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
		color: #333333;
	}
	.Inside-page-search-list-right-top li:hover a{
		color: #2270ba;
	}
	.Inside-page-search-list-right-top li:hover a span{
		color: #2270ba;
	}
	.Inside-page-search-list-right-top li a span{
		color: #8c8c8c;
		padding-right: 10px;
	}
.Related-News img{
	width: 360px;
	height: 221px;
}
.Related-News:hover p{
	color: #2270ba;
}




/*申请表*/
.form-con{
    padding: 0px 0px 20px 0px !important;
    border-bottom: none;
}
.form-title{
    background: #f5f5f5;
    padding: 10px 0;
}
.form-title>h4{
    font-weight: normal;
}
.form-p-l{
    padding-left: 20px;
}
.form-time{
    padding-left: 60%;
}
.form-date{
    padding-left: 20px;
    font-size: 14px;
    font-weight: normal;
}
.form-names{
    padding-top: 20px;
    padding-bottom: 5px;
}
.form-names-l{
    width: 47%;
    float: left;
    padding-left: 20px;

}

.clear_box,
.clear_box:after,
.clear_box:before {
    content: '';
    display: block;
    clear: both;
}
.form-names-l>label{
    padding-right: 10px;
    display: block;
    padding-bottom: 15px;
}
.form-names-l>input{
    width: 95%;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #e9e8ec;
}
.form-names-r{
    width: 49%;
    float: right;
    padding-left: 15px;
}
.form-names-r>label{
    padding-right: 10px;
    display: block;
    padding-bottom: 15px;
}
.form-names-r>input{
    width: 74%;
    line-height: 30px;
    padding-left: 10px;
    border-radius: 3px;
    border: 1px solid #e9e8ec;
}
.form-names-r-not{
    font-size: 12px;
    color: #f43829;
    padding-left: 15px;
}
.form-names-r-input{
    width: 95% !important;
}
.form-names-l-way>input{
    margin: 0 10px 10px 100px;
}
.form-names-l-textarea{
    width: 94%;
}
.form-names-l>textarea{
    width: 100%;
    height: 30px;
    padding: 15px;
    line-height: 18px;
    border: 1px solid #e9e8ec;
}
.form-btn{

    padding-left: 269px;
}
.form-btn>button{
    width: 165px;
    height: 35px;
    background-color: #2270ba;
    border: none;
    font-size: 18px;
    color: #fff;
    margin: 5px 15px;
}

/* 仪器预览页 */
.preview-con{
	overflow: hidden;
}
.preview-con-imgs{
	width: 370px;
	height: 300px;
	border: 1px solid #eaeeef;
}
.preview-con-text{
	width:507px;
}
.preview-con-text-title>h4{
	line-height: 24px;
	border-bottom: 1px solid #eaeeef;
	padding-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
}
.preview-con-imgs>img{
	width: 100%;
	height: 100%;
}
.preview-con-text-span{
	margin-top: 10px;
}
.preview-con-text-span>h4{
	border-bottom: 1px solid #eaeeef;
	font-weight: normal;
}
.preview-con-text-p>h4{
	margin-bottom: 20px;
}
/* 离线 */
.preview-con-text-span>p>i{
	font-style: normal;
	background-color: #f43829;
	line-height: 18px;
	padding: 1px 5px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}
.on-line{
	background-color: #1dcca1 !important;
}
.preview-con-text-span>p{
	color: #666;
	margin-top:5px;
	line-height: 24px;
}
.preview-con-text-price{
	background-color: #f3f3f3;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px 8px 10px 8px;
}
.preview-con-text-price>p{
	color: #666;
	font-size: 14px;
        /*margin-bottom: 6px;*/
}
.preview-con-text-price>p>span{
	color: #e4393c;
}
.preview-con-text-price>p>span>strong{
	font-size: 24px;
	padding-left: 5px;
}
.preview-con-text-price>span{
	display: inline-block;
	margin-top: 5px;
	color: #999999;
}
.preview-con-btn{
	padding-top:10px;
}
.preview-con-btn>button{
	width: 160px;
	height:45px;
	background-color: #ff6600;
	border: none;
	font-size: 18px;
	color: #fff;
	position: relative;
	padding-left: 15px;
	border-radius: 5px;
        cursor: pointer;
}

.preview-con-btn>button>i{
	width: 20px;
	height:24px;
	background: url(../img/btn-time.jpg) no-repeat center;
	display: inline-block;
	background-size: contain;
	position: absolute;
	left: 25%;
	top: 23%;
}
.preview-con-text-price-date{
	color: #0054a3 !important;
}
.date-pl{
	padding-left: 25%;
}
.preview-con-text-span>p{
	padding: 0 10px;
	color: #333;
}
.preview-con-text-span-us{
	color:#000 !important;
}
.preview-con-text-span-us-tel{
	padding-left: 30%;
}
.main-par-con{
	position: relative;
}
.main-par-title{
	position: absolute;
	line-height: 30px;
	top: 0;
}
.main-par{
	line-height: 30px !important;
	display: inline-block;
	padding-left: 80px;
	text-align: left;
	width: 822px;
	overflow: hidden;
}

/* 产品简介 */
.pro-con-int{
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eaeeef;
	padding-bottom: 30px;
}
.pro-con-int-imgs{
	width: 360px;
	height: 240px;
	border: 1px solid #eaeeef;
}
.pro-con-int-imgs>img{
	width: 100%;
	height: 100%;
}
.pro-con-int-text{
	width: 517px;
	line-height: 30px;
}
.pro-con-int-text-h>h4{
	font-size: 24px;
	font-weight: normal;
	line-height: 48px;
}
.pro-con-int-btn>button{
	width: 180px;
	height: 40px;
	margin: 20px auto 0;
	display: block;
	border: none;
	background-color: #1c7cdf;
	color: #fff;
	font-size: 18px;
        cursor: pointer;
}
.pro-con-int-btn>button:hover{
	background-color: #0368d0;
}
