﻿/* CSS Document */
*{ margin:0; padding:0;}
a,a:hover { text-decoration: none}
ul,ul li{ list-style: none;}
img { border:0;}
body { font-family:"微软雅黑", "宋体"; font-size:12px;margin: 0;}
dl {margin-top: 0;margin-bottom: 20px;}
dd {margin-left: 0;}
dt {font-weight: 700;}
.clear{ clear:both;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
.contenter{ width:1200px; margin:0px auto;}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*头部文件*/
.top1{ height: 38px; line-height: 38px; background:#3a7dd6;color:#FFF;}
.top1 a{color: #FFF;}
.top1 .ico-tel{width:12px; height: 12px; background:url(../images/ico-tel.png) no-repeat; vertical-align: middle; display:inline-block; vertical-align: middle;margin-right: 5px}
.top1 .pull-right{margin-right:-15px;overflow: hidden}
.top1 .pull-right a{padding:0 15px;border-left: solid 1px #EC736E;margin-left: -1px}
.header{ max-height: 115px;}
.header .logo{padding-top:30px; height: 58px;}
.header .logo img{ height: 58px;float:left;}
.header .logo .t{ line-height: 24px;color: #232323;float:left; position: relative;padding-left: 25px;margin-left: 27px;margin-top: 5px}
.header .logo .t:before{content:"";height:40px;width:1px;background:#AAAAAA;position: absolute;top:3px;left: 0}
.header .nav{margin-right: -23px;margin-top: 16px;}
.header .nav-icon{background: url(../images/ico-menu.png) no-repeat;background-size: contain !important;height: 18px;width: 22px;float: right; display: none}
.header .nav-list li{float: left;list-style: none;margin: 0 27px;font-size: 18px;position: relative;padding-top: 15px;height: 72px;}
.header .nav-list li:hover{color:#DA251C;border-top: solid 2px #DA251C;padding-top: 13px;}
.header .nav-list li:hover a{color:#DA251C;}
.header .nav-list li:hover .two-nav{ display: block ;}
.header .nav-list .two-bg{background:#3a7dd6; height: 44px;width:100%;position: absolute;left:0;top:115px; display: none; z-index: 2}
.header .nav-list li .two-nav{font-size:14px;line-height: 44px;position: absolute;left:0;width: 380px;top: 73px;z-index:3;display: none;}
.header .nav-list li .two-nav a{color:#FFF;margin-right: 25px;text-align: center;}
.header .nav-list li .two-nav a:hover{color:#DA251C}
.container {
    width: 1170px;
	margin-right: auto;
    margin-left: auto;
}
.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navfont{ color:#232323;}



/*首页公司简介*/
.iabout{height: 376px;background: url(images/iabout_pic.jpg) no-repeat left center; margin-top:70px;}
.iabout .iabout-img{
	width: 50%;
}
.iabout .iabout-words{
	width: 50%;
	background: #F3F9FB;
	height: 100%;
	position: relative;
}
.iabout-words h3,.iabout-words p,.iabout-words .more{
	margin: 50px 0 0 70px;
}
.iabout-words h3{
	margin-top: 50px;
}
.iabout-words p{
	width: 530px;
	color: #777777;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
	
}
.itit h3 em{border-bottom: 2px solid #0b599f;}
.itit h3{
	font-size: 24px;
	color: #444444;
	line-height: 42px;
}

.itit h3 span{
	font-size: 15px;
	color: #999999;
	padding-left: 15px;
	text-transform: uppercase;
	font-family: arial;
}
em {
    font-style: normal;
}
.iabout-words .more {
    position: absolute;
    display: block;
    border: 1px solid #dfdfdf;
    width: 136px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    color: #999999;
    text-transform: uppercase;
}
.iabout-words .more{
	bottom: 20px;
}


/*产品中心*/
.pro-center{
	background: #f3f9fb;
	padding: 40px 0;
	margin: 40px 0;
	margin-top:0px;
}
.proTop ul li{
	float: left;
	margin-right: 15px;
	line-height: 42px;
}
.proTop ul li a{
	padding-right: 20px;
	color: #666666;
	font-size: 14px;
}
.proTop ul li.last {
	background: url(../../img/protli_bg.png) no-repeat right center;
	width: 29px;
	height: 11px;
	margin-top: 15px;
	cursor: pointer;
}
.proTop ul li.last a{display: block;}
.iproList{
	position: relative;
}
.iproList .iproInfo{
	margin-right: 15px;
	margin-top: 30px;
	margin-left:80px;
}
.iproInfo h3{
	margin-top: 15px;
	font-size: 16px;
	color: #444444;
}
.iproInfo h3 span{
	display: block;
	font-size: 14px;
	color: #999999;
	font-family: arial;
}
.iproList .prev,.iproList .next{
	display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 99; 
    opacity: 0.5;
}
.iproList .prev {
    background: url(images/ipro_prev.png);
    left: 0; 
}
.iproList .next {
    background: url(images/ipro_next.png);
    right: 0;
}
 .iproList .prev:hover,.iproList .next:hover{
 	opacity: 1;
 }   


/*现新闻部份*/
.yservice{
	padding: 20px 0 60px 0;
	margin-top:30px;
}
.yservice ul li {
	width: 280px;
	padding: 30px 0 0 20px;
	height: 175px;	
	float: left;
	position: relative;
}

.yservice ul li span {
	display: block;
	width: 60px;
	height: 50px;
	line-height:50px;
	font-size:20px;
	color: #666;
	border-bottom: 1px solid #999999;
	position: relative;
}
		
.yservice ul li span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}
.yservice ul li h3{
	font-size: 16px;	
	margin-top: 15px;
	color: #333;
}
.yservice ul li h3 em,.yservice ul li p{font-size: 14px;color: #999999;line-height: 24px;}
.mnews{ margin-top:20px; line-height:25px; color:#ccc;}
/*.mnews{
	margin-top: 15px;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #9b9b9b;
	border-radius: 50%;
	font-size: 14px;
	color: #9B9B9B;
	text-align: center;
	line-height: 20px;
}*/
			
.yservice ul li span.img1:before {
	background: url(../../img/ys_icon1.png) no-repeat center;

}
.yservice ul li span.img2:before {
	background: url(../../img/ys_icon2.png) no-repeat center;
}
.yservice ul li span.img3:before {
	background: url(../../img/ys_icon3.png) no-repeat center;

}
.yservice ul li span.img4:before {
	background: url(../../img/ys_icon4.png) no-repeat center;
}
.yservice ul li.on {
	background: #127ed7;
	color:#fff;
}		
.yservice ul li.on span{border-bottom: 1px solid #fff; color:#fff;}	

.yservice ul li.on span.img1:before {
	background: url(../../img/ys_icon1_hover.png) no-repeat center;
}
.yservice ul li.on span.img2:before {
	background: url(../../img/ys_icon2_hover.png) no-repeat center;
}
.yservice ul li.on span.img3:before {
	background: url(../../img/ys_icon3_hover.png) no-repeat center;
}
.yservice ul li.on span.img4:before {
	background: url(../../img/ys_icon4_hover.png) no-repeat center;
}

.yservice ul li.on h3,.yservice ul li.on h3 em,.yservice ul li.on p,.yservice ul li.on a{color: #FFFFFF;}
.yservice ul li.on a{border-color: #fff;}


/*老尾部*/
/*.row {    margin: 0 -10px;}
.col-sm-3 {    width: 279px;	padding: 0 10px;	float: left;}
.col-sm-12 {    width: 100%; float: left; position: relative; min-height: 1px;}
.col-xs-6 { padding: 0 10px; position: relative; min-height: 1px;}
#link-view{border:1px solid #e7e7e7;padding:18px 10px;margin:20px 0; border-left:none; border-right:none;height: 200px;}
#link-view .col-sm-4{border-right:1px solid #efefef;}
#link-view dl{height:200px;text-align:center;}
#link-view dl dt{color:#e60012;font-size:16px;padding:12px 0;}
#link-view dl dd a{color:#080808;font-size:14px;line-height:32px;}
#link-view dl dd a:hover{color:#e60012;}
#link-view .row .link-view-first dl{border-left: 1px solid #efefef;}
#link-view .row .link-view-last dl{border-right: 1px solid #efefef;}
#footer{clear:both;border-top:1px solid #e7e7e7;padding:20px 0 10px 0;}
#footer .footer-left{float:left;}
#footer .footer-link a{color:#888888;font-size:12px;}
#footer .footer-link a:hover{color:#069538;}
#footer .footer-link span{padding:0 10px;}
#footer .footer-hotline{color:#069538;padding:10px 0;font-size:18px;}
#footer .footer-hotline span{font-weight:bold;font-size:30px;}
#footer .footer-hotline span a{color:#069538;}
#footer .footer-copyRight{font-size:12px;color:#888;}
#footer .footer-qrcode{float:right;padding-top:5px;}
#footer .footer-qrcode div{float:left;padding-top:0px;margin-right:15px;text-align: center;}
#footer .footer-qrcode div p{margin:0px;font-size:8px;}
#footer .footer-qrcode div img{margin-right:0px;}
#footer .footer-copyRight .copy-left{width:auto;margin: 0px auto;padding:20px 10px 20px 0px;float: left;}
#footer .footer-copyRight .copy-right{width:auto;margin:0px auto; padding:20px 16px;float: right;}
#footer .footer-copyRight .copy-mid{width:auto;margin:-2px auto; padding:20px 0;float: right;}
#footer .footer-copyRight .copy-mid .mid-a{display:inline-block;text-decoration:none;height:20px;line-height:20px;}
#footer .footer-copyRight .copy-mid .mid-a .mid-p{float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;}
.footer-share{margin-bottom: 0px;margin-top: 5px}
.footer-share-title{font-size:12px;color:#888888;display:inline-block;vertical-align:middle;padding-top: 9px;}
.footer-share a.share-icon{display:inline-block;width:30px;height:30px;background:url(/Public/layouts/img/share_icon.png) no-repeat;margin:0px;vertical-align:middle;}
.footer-share a.to_weibo{background-position:0 0;}
.footer-share a.to_qq{background-position:-40px 0;}
.footer-share a.to_qzone{background-position:-80px 0;}*/


/*新尾部*/
#footer {
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #1b64c5;
}
#footer hr {
    border-width: 0px;
	border-top: 1px solid #fff;    
}
#footer h4{ color:#ffffff;}
#footer a:active, #footer a:focus, #footer a.ms-link:active, #footer a.ms-link:focus {
    color: #7c8592;
}
.padding {
    padding-left: 16%;
    padding-right: 16%;
}
.sc-container-fluid {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.sc-row {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
    clear: both;
}
.sc-col-lg-3 {
    width: 221px;
	float:left;
	position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    padding-left: 15px;
}
.explore-column {
    padding-bottom: 15px;
}
.explore-column h4 {
    font-size: 18px;
}
.explore-column a {
    display: block;
    padding: 5px 0px;
    font-size: 12px;
	color: #fff;
}

.share-links, .legal-links, .copyright {
	text-align: center;
	padding: 5px 0px;
	font-size: 13px;
}
.share-links {
    padding: 50px 0px;
}
.social-link {
    display: inline-block;
    margin-left: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 39px;
    height: 39px;
}
.social-link:first-child { margin-left: 0px; }
.social-link.facebook { background-image: url('images/facebook.png?v=1.0'); }
.social-link.twitter { background-image: url('images/twitter.png?v=1.0'); }
.social-link.linkedin { background-image: url('images/linkedin.png?v=1.0'); }



.page1 {
    background: #f9f9f9;
    padding: 30px 0 70px;
}
.f-cb {
    zoom: 1;
}
.content {
    width: 1200px;
    margin: 0 auto;
	margin-top: 2px;
}
.page-tit {
    float: right;
}
.page-tit {
    width: 960px;
    position: relative;
    float: right;
    height: 200px;
}
.page-tit .left {
    width: 60%;
    float: left;
    height: 100%;
}
.page-tit .left img {
    width: 100%;
    height: 100%;
}
.page-tit .right {
    width: 40%;
    display: table;
    background: #2b72d0;
    float: left;
    height: 100%;
}
.label1 {
    display: table-cell;
    vertical-align: middle;
}
.page-tit .right .label2 {
    width: 90%;
    margin-left: 5%;
}
.label1 .label2 {
    display: inline-block;
}
.page-tit .right .p1 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
}
.page-tit .right .p2 {
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    color: rgba(255, 255, 255, 0.5);
}
.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.page-nav {
    float: left;
}
.page-nav {
    /*background: #fff;*/
}
.page-nav .pc {
    width: 220px;
    float: left;
    overflow: hidden;
    background: #fff;
}
.page-nav .pc span {
    display: block;
    width: 180px;
    padding: 0 20px;
    height: 75px;
    font-size: 18px;
    line-height: 75px;
    color: #2b72d0;
    font-weight: bold;
    background: url(../img/about/icon2_06.png) no-repeat 185px center/15px 9px;
}
.page-nav .pc ul {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.page-nav .pc ul .nav-list {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
}
.page-nav .pc ul .nav-list > a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #666666;
    width: 185px;
    padding: 0 15px 0 20px;
    border-left: 5px solid #fff;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border-left-color;
    -webkit-transition-property: background border-left-color;
    -ms-transition-property: background border-left-color;
    -o-transition-property: background border-left-color;
}
.page-nav .pc ul .nav-list ul {
    display: none;
}
.page-nav .pc ul .nav-list li {
    height: 35px;
    background: #fff;
    width: 185px;
    padding: 0 15px 0 20px;
    border-top: 1px solid #e5e5e5;
}
.page-nav .pc ul .nav-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 35px;
    color: #333333;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}
.page-nav .pc ul .nav-list:hover > a, .page-nav .pc ul .nav-list.on > a, .page-nav .pc ul .nav-list.choose > a {
    background: #f2f2f2;
    border-left-color: #2b72d0;
}
.hover{background: #f2f2f2;border-left-color: #2b72d0;}

.page1 .list4 {
    padding: 0;
    width: 960px;
}

.page1 .list4 {
    width: 900px;
    padding: 30px;
    float: right;
    background: #fff;
    margin-top: 20px;
	min-height: 300px;
}

.news_list{padding-top:10px;}
.news_list li {border-bottom: 1px solid #ddd;padding-bottom: 18px;margin-bottom: 26px;}
.news_list li a h3 {color: #333;font-size: 18px;margin-bottom: 10px;}
.news_list li a h3:hover{text-decoration: underline;color: #F44;}
.news_list li a h3 em {display: inline-block;float: right;color: #999;font-size: 14px;}
.news_list li a p {color: #777;font-size: 14px;line-height: 30px; height:60px; overflow:hidden; text-align:justify;}
.news_list li a .deta_btn {font-size: 14px;color: #666; margin-top:16px;}
.news_list li a .deta_btn:hover {color: #F44;}
.news_list{margin-bottom:20px; width:100%; min-width:1160px;}
.news_list .nomar{ margin-right:0px;}
.news_list li{ width:590px; float:left;overflow:hidden; height:92px;border-bottom: 2px solid #e7e6e6;overflow: hidden;padding-top: 14px;/*position: relative; */margin-right:20px; margin-bottom:20px;}
.newsdatal{width: 90px;height: 90px;background: #1b64c5;/*position: absolute; left:0;top: 14px;*/text-align: center;}
.newsdatal h1{font: 36px/60px "microsoft yahei";text-align: center;color: #fff;}
.newsdatal span{width: 100%;height: 20px;font: 12px/20px "microsoft yahei";color: #fff;text-align: center;}
.news_r{ width:470px;}
.news_r h2{font:700 15px/32px "microsoft yahei"; font-weight:normal; height:32px; overflow:hidden; color: #333;  font-size: 20px;}
.news_r .text{float: left;height: 52px;font: 12px/26px "microsoft yahei";color: #858586;overflow: hidden;}

.banner{position:relative;overflow:hidden; /*margin-bottom:50px;*/width:100%;min-width:1200px;}
.slides{position:relative;z-index:1;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center; margin-left:-30px;}
.flex-control-nav li{display:inline-block;width:50px;height:3px;margin:30px 8px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:3px;overflow:hidden;background:#fff;cursor:pointer;}
.flex-control-nav .flex-active{background:#ff8400;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%; margin-top:-20px;}
.flex-direction-nav li a{display:block;width:56px;height:86px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8; margin-top:-20px;}
.flex-direction-nav li a.flex-prev{left:30px;background:url(../images/prev_icon.gif) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:30px;background:url(../images/next_icon.gif) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}

