@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Microsoft YaHei;
	list-style:none;
	overflow-x:hidden;
}


table {
    font-family: Microsoft YaHei;
    font-size: 12px;
}
td {
    word-break: break-all;
	vertical-align:middle;
}
tr {
    vertical-align: top;
}
a:link, a:visited {
    text-decoration: none;
	font-style:normal;
}
a:hover {
    text-decoration: none;
	font-style:normal;
}
img {
    vertical-align: middle;
    border: 0px none;
}

.bx1200{ width:1200px; margin:0 auto;}

/*top*/
.top{ width:100%; height:110px; position:relative;}
.top_bg{}
.top_up{ width:100%; height:36px; background:url(../img/top_up.jpg) center center ;}
.top_up_left{width:70%; height:36px; float:left; text-align:left; color:#fff; font-size:12px; line-height:36px; text-indent:20px;}
.top_up_right{width:30%; height:34px; float:right; color:#fff; font-size:12px;}
.top_up_right a {width:64px; height:34px;color:#fff; line-height:34px;}
.top_up_right a:link{  text-align:center; float:left; color:#fff;}
.top_up_right a:hover{color:#ff0;}

.top_logo{ width:1350px; height:148px; margin:0 auto;}
.img_logo{}
.img_ioc{padding-top:-5px;}
.top_logo_up{ width:1250px; height:148px; margin:0 auto;}

/*导航*/
* { box-sizing: border-box; }
/*左浮动*/
.float-left { float: left; }

/*右浮动*/
.float-right { float: right; }

/*清除浮动*/
.clearfix::before { content: ""; display: table-cell; }
.clearfix::after { content: ""; display: table; clear: both; }
body { margin: 0; padding: 0; color: #333; font: 16px/24px "-apple-system", "Helvetica", "Microsoft YaHei", "PingFang SC"; outline: none; }
ul, li { margin: 0; padding: 0; list-style: none; }

a, a:after, a:before { text-decoration: none; color: #333; cursor: pointer; outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; 
    transition: all 0.5s; }
a:hover { color: #2073cf; }

/* 
- 设置导航高度宽度和背景色 
- 没有边距，文字贴着边不好看，给个内边距padding: 16px;
*/
.menu { padding: 0 5px; width: 892px; height: 45px;}
.menu_bgs{ width:892px; height:45px;float:right; margin-top:15px;}

/* 一级菜单设置为相对定位 */
.menu > ul > li { position: relative;}/*background:url(../img/xian_menut.jpg) no-repeat right;*/

/* 
- 因为导航背景颜色是黑色，所以设置一级导航的文字颜色是白色 
- 导航高48px，一级导航的文字要垂直居中，可以计算（48-文字行高）/2，然后设置外边距或者内边距，让文字刚好居中。
- 上面的居中方式太复杂了，不如line-height: 48px;让文字行高和导航高度一样，自然就居中了。
*/
.menu > ul > li > a { line-height: 45px; color: #000; margin-right:5px;}

.menu > ul > li > a { display: block; padding: 0 20px; line-height: 45px; color: #000; }

.menu > ul > li:hover > a{ padding:0 22px;line-height: 45px;}


.menu > ul > li:hover > a,
.menu > ul > li.active > a { background: #1e50ae; color:#fff; }


/* 
- 二级菜单会占用高度，因此需要给它设置绝对定位，因为一级菜单是相对定位，因此二级菜单的位置是根据一级菜单来的
- 二级菜单的宽度100%也是根据一级菜单来的
*/
.sub-menu { position: absolute; width: 146px; top: 45px; left: 0; background: #036fb8; box-shadow: 0 0 8px rgba(0,0,0,0.1); }
.sub-menu > li > a { display: block; padding: 8px; text-align: center; font-size: 14px; color: #1e50ae; }
.sub-menu > li + li > a { border-top: 1px solid rgba(181,181,181,0.3); }
.sub-menu > li:hover > a { background-color:rgba(30,80,174,1); color:#fff;}

.sub-menu { position: absolute; width: 146px; top: 45px; left: 0; background-color:rgba(255,255,255,1); box-shadow: 0 0 8px rgba(0,0,0,0.1); opacity: 0; z-index: 999; visibility: hidden; 
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; 
            transition: all 0.3s; 

            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0; 

            -webkit-transform:scaleY( 0 );
            -moz-transform:scaleY( 0 );
            -ms-transform:scaleY( 0 );
            -o-transform:scaleY( 0 );
            transform:scaleY( 0 ); }
			
.menu > ul > li:hover .sub-menu { opacity: 1; visibility: visible;
    -webkit-transform:scaleY( 1 );
    -moz-transform:scaleY( 1 );
    -ms-transform:scaleY( 1 );
    -o-transform:scaleY( 1 );
    transform:scaleY( 1 );  }

/*搜索*/
.sousuok{width: 100%;height:55px; background:#fff; border-bottom:1px #ededed solid;}
.sousuo_left{float: left;font-size: 16px;color: #666;width:1200px;line-height:55px; text-align:left;}
.sousuo_left span{color: #666;font-size: 16px;font-weight: bold;padding-left:13px;padding-right:0px;} 
.bx1200{ width:1200px; margin:0 auto;}

/*底部*/


/*图片放大img{transform:scale(1.07,1.07);    filter: brightness(110%);}*/



/*底部联系*/
.pflxdi{width: 100%;height: 470px;margin-top: 60px;}
.pflxk{width: 300px;float: right;margin-top: 55px;margin-right: 50px;}
.pflxbt{color: #fff;font-size: 22px;font-weight: bold;width: 280px;height: 65px;line-height: 65px;border-bottom: 1px solid #fff;}
.pflxnr{color: #fff;font-size: 16px;line-height: 26px;height: 210px;margin-top: 15px;}
.pflxdh{width: 245px;height: 60px;border-radius: 10px;background: #fff;padding: 15px;color: #272727;font-size: 16px;}
.pflxdh img{float: left;padding-left: 10px;}
.pflxdh p{color: #ff0;font-size: 28px;font-family: Impact;}
/*底部联系*/
.pfdibu{ width:100%;  height:245px;background:#2c2f34;overflow:hidden; text-align:left;}
.pfdi1{width: 240px;float: left;margin-top: 50px;margin-left: 80px;}
.pfdi1 h4{color: #fff;font-size: 20px;}
.pffldi{margin-top: 15px;}
.pffldi a{display: block;width: 50%;float: left;line-height: 26px;color: #929292;font-size: 14px;}
.pffldi a:hover{color: #ff0}
.pfdi2{width: 190px;float: left;margin-top: 50px;margin-left: 80px;}
.pfdi2 h4{color: #fff;font-size: 20px;}
.pfdhdi{margin-top: 15px;}
.pfdhdi li a{display: block;color: #929292;font-size: 14px;line-height: 26px;width: 50%;float: left;}
.pfdhdi li a:hover{color: #ff0}
.pfdi3{float: left;margin-top: 50px;margin-left: 100px;}
.pfdi3 h4{color: #fff;font-weight: normal;font-size: 20px;padding-left: 20px;}
.erweima_left{float: left;width: 245px;height: 105px;background: #424242;padding: 15px 20px 25px 20px;margin-top: 15px;color: #929292;font-size: 14px;line-height: 24px;}
.erweima{float: left;margin-top: 15px;}

/*版权*/
.dibanquan{ width:100%; background:#00284d; height:40px;margin: 0 auto;text-align: center;}
.dibanquan p{ font-size:14px; color:#a8afb8; line-height:40px;text-align:center;}

.foot-bottom{
        height:auto;
		padding-top:30px;
		padding-bottom:10px;
        text-align:left;
        line-height:25px;
		color:#a8afb8;
		background:#2c2f34;
		border-top:1px #424242 solid;
		font-size:14px;
		padding-top:10px;
    }
.foot-bottom a { color:#a8afb8;}
.foot-bottom a:hover { color:#ff0;}

/*关于我们*/
.main{ width:1200px; margin:0 auto; height:auto; overflow:hidden; margin-top:30px;}
.sitemap {
    height: 43px;
    line-height: 40px;
    font-size: 12px;
}
.nrbt{
    font-size: 22px;
	padding-left:20px;
}
.fl {
    float: left;
}
.fr {
    float: right;
	padding-right:20px;
}
/*right*/
.right{width:900px; height:auto; float:right; margin-bottom:20px; text-align:left;}
.right_a{width:1198px; height:auto; float:right; margin-bottom:20px; text-align:left;}
.right_top{ width:1200px; height:auto; margin:0 auto; text-align:center; margin-top:0px;}
.right_tf{ width:100%; height:60px; line-height:60px; text-transform:uppercase; color:#0a070a; font-size:40px; text-align:center; font-weight:bold;}
.right_r{ width:100%; height:50px; line-height:50px; text-align:center; font-size:28px; color:#337fca;}
.right_bg_a{ width:1198px; height:auto; margin:0 auto; margin-top:20px; overflow:hidden;}
.right_bg{ width:900px; height:auto; margin:0 auto; margin-top:20px; overflow:hidden;}
.right2_bg{ width:900px; height:auto; margin:0 auto; margin-top:10px; overflow:hidden;}
.right_bt{ width:900px; height:7px;}

.right_fr{float: right;	padding-right:20px; color:#999999; font-size:14px;}
.right_fr a{color:#999999;}
.right_fr a:visited{color:#999999;}
.right_fr a:hover{color:#c50c22;}
.right_fr a:active{color:#c50c22;}

/*左侧列表*/
/*left*/
.left{ float:left; width:250px; height:auto; margin:0 auto; overflow:hidden; margin-bottom:30px; background-color:#FFF;}
.left_pro_top{width:250px; height:70px;color:#FFF; overflow:hidden; background:#0459c3;
}
#left{
	width:250px;
	overflow:hidden;
	float:left;
	display:inline;
	}
.lx_left{ width:250px; margin-bottom:20px; background:#fff;}

.lx_bg{ width:100%; height:532px; overflow:hidden;}
.lx_body{ width:862px; height:481px; margin:0 auto;}
.lx_top{ width:731px; height:95px; margin:0 auto;}
.lx_body2{ width:650px; height:280px; color:#000; margin:0 auto; text-align:center; line-height:40px;}


.left_pro_bg{width:250px; height:auto; margin:0 auto; margin-bottom:20px;}

.left_list{ width:250px; height:auto; margin:0 auto; text-align:left; text-indent:50px; overflow:hidden;}
.left_list dl{}
.left_list dl dd{ width:250px; height:45px;  margin:0 auto; line-height:45px; font-size:14px;}
.left_list dl dd a{ text-decoration:none; color:#fff; display:block; background:url(../img/list_1.jpg) center no-repeat;}
.left_list dl dd a:hover{height:45px; line-height:45px; display:block; color:#333;
background:url(../img/list_0.jpg) center no-repeat;
-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-o-transition:all 0.1s linear; transition:all 0.1s linear;}


.left_list_on{ width:250px; height:auto; margin:0 auto;  text-align:left; text-indent:50px; overflow:hidden;}
.left_list_on dl{}
.left_list_on dl dd{ width:250px; height:45px;  margin:0 auto; line-height:45px; font-size:14px;}
.left_list_on dl dd a{ text-decoration:none; color:#333; display:block;background:url(../img/list_0.jpg) center no-repeat;}

.left_list_on dl dd a:visited{text-decoration:none; color:#333; display:block;}
.left_list_on dl dd a:hover{height:45px; line-height:45px; display:block; color:#fff;
background:url(../img/list_1.jpg) center no-repeat;
-webkit-transition:all 0.1s linear;-moz-transition:all 0.1s linear;-ms-transition:all 0.1s linear;-o-transition:all 0.1s linear; transition:all 0.1s linear;}
.left_list_on dl dd a:active{ text-decoration:none; color:#fff; display:block;}
.lxwm3{ line-height:26px; padding-left:10px; padding-bottom:15px; width:245px; margin:0 auto; text-align:left; color:#000; font-size:16px; padding-top:10px;}
.fen2{
	line-height: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 250px;
	background:#FFF;
}
.lx_bt{ width:250px; height:20px; background:#FFF;}




.left_lx{ width:300px; height:auto; margin:0 auto; overflow:hidden; margin-top:30px;}
.left_lx_top{ width:250px; height:142px; margin:0 auto; background:url(left_logo.jpg) no-repeat center top;}
.left_lx_tf{ float:left; color:#0f2e4a; font-size:18px; height:50px; font-weight:bold; line-height:50px;}
.left_lx_bg{ width:270px; height:auto; margin:0 auto;}
/*搜索*/

.sousuo{ font-size:14px; background:#2073cf; color:#FFF; border:1px solid #2073cf; padding:3px 10px 3px 10px;border-radius:10%;cursor:pointer;}
.sousuo:hover{ background:#004f9a;border:1px solid #2073cf;-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear; transition:all 0.5s linear;}


.anli_list{ width:275px; height:350px; float:left; margin-bottom:20px; margin-right:10px; padding-left:10px;}
.anli_list a{width:275px;height:350px; margin:0 auto; display:block; border:1px #ccc solid; color:#666666; cursor:pointer;}
.anli_list a:hover{width:275px;height:350px; display:block; margin:0 auto; border:#dddddd 1px solid; color:#094faf;
-webkit-box-shadow:0 0 10px #dddddd;  
  -moz-box-shadow:0 0 10px #dddddd; 
  box-shadow:0 0 10px #dddddd;}

.anli_list_text{ width:90%; height:auto; margin:0 auto; text-align:left; overflow:hidden; line-height:40px; margin-top:5px; font-size:16px;}

.news_author {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #505050;
    font-size: 12px;
    text-align: center;
    border-bottom: #e1e3df dashed 1px;
    margin: 0 auto;
    color: #666;
    margin-bottom: 20px;
}

.pageNavi{ width:90%; margin:0 auto; height:auto;}
.pageleft{ width:48%; height:40px; line-height:40px; text-align:center; float:left; margin-bottom:20px; font-size:14px; background:#F7F7F7;}
.pageright{ width:48%; height:40px;line-height:40px; text-align:center; float:right;margin-bottom:20px; font-size:14px;background:#F7F7F7;}
.pageleft a:hover{ color:#094faf;}
.pageright a:hover{ color:#094faf;}

/*banner*/
.fullSlide {width:100%;position:relative;height:700px; clear:both;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:700px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.fullSlide .bd li a {display:block;height:700px;}
.fullSlide .hd { position:absolute; z-index:7; bottom:10px; left:47%; padding:5px 6px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li{border-radius:14px;width:18px;height:18px; color:#eee;  background:#eee; float:left; cursor: pointer;display:block;margin-left: 5px;transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */ -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.fullSlide .hd ul .on{ width:32px;height:18px;background:#2f7fee; color:#0e60d1;}
.fullSlide .prev,.fullSlide .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;width:81px; height:80px;}
.fullSlide .prev{ background:url(../img/left1s.png) no-repeat;}
.fullSlide .next {left:auto;right:5%;background:url(../img/right1s.png) no-repeat;}


/*sy_banner*/
.sy_fullSlide {width:100%;position:relative;height:300px; clear:both;}
.sy_fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.sy_fullSlide .bd ul {width:100% !important;}
.sy_fullSlide .bd li {width:100% !important;height:300px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.sy_fullSlide .bd li a {display:block;height:300px;}
.sy_fullSlide .hd { position:absolute; z-index:7; bottom:10px; left:47%; padding:5px 6px;}
.sy_fullSlide .hd ul {text-align:center;}
.sy_fullSlide .hd ul li{border-radius:14px;width:18px;height:18px; color:#eee;  background:#eee; float:left; cursor: pointer;display:block;margin-left: 5px;transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */ -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.sy_fullSlide .hd ul .on{ width:32px;height:18px;background:#2f7fee; color:#0e60d1;}
.sy_fullSlide .prev,.sy_fullSlide .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;width:81px; height:80px;}
.sy_fullSlide .prev{ background:url(../img/left1s.png) no-repeat;}
.sy_fullSlide .next {left:auto;right:5%;background:url(../img/right1s.png) no-repeat;}

/*banner*/
.fullSlide2 {width:100%;position:relative;height:500px; clear:both;}
.fullSlide2 .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide2 .bd ul {width:100% !important;}
.fullSlide2 .bd li {width:100% !important;height:500px;overflow:hidden;text-align:center; background-position:center top;background-repeat:no-repeat;}
.fullSlide2 .bd li a {display:block;height:500px;}
.fullSlide2 .hd { position:absolute; z-index:7; bottom:20px; left:47%; padding:5px 6px;}
.fullSlide2 .hd ul {text-align:center;}
.fullSlide2 .hd ul li{border-radius:14px;width:18px;height:18px; color:#eee;  background:#eee; float:left; cursor: pointer;display:block;margin-left: 5px;transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; -moz-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Firefox 4 */-webkit-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Safari and Chrome */ -o-transition:width 0.5s,height 0.5s,background 0.5s,color 0.5s; /* Opera */}
.fullSlide2 .hd ul .on{ width:32px;height:18px;background:#2f7fee; color:#0e60d1;}
.fullSlide2 .prev,.fullSlide2 .next {	display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:5%;z-index:1;width:40px;height:60px;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;width:81px; height:80px;}
.fullSlide2 .prev{ background:url(../img/left1s.png) no-repeat;}
.fullSlide2 .next {left:auto;right:5%;background:url(../img/right1s.png) no-repeat;}






/*cp*/

.cp{ width:1200px; height:auto; margin:0 auto;}
.cp_top{width:1200px; height:190px; margin:0 auto; background:url(../img/cp_top.jpg) no-repeat;}
.cp_main{ width:1200px; height:auto; margin:0 auto;}


/*底部开始*/
.f_bg { background: url(../img/f_bg.jpg) no-repeat center 0; height:459px;}

/*服务内容*/

.index_fwnr {

    width:100%;

}

.index_box {

    width:1260px;

    margin:auto;

    padding-top:52px;

    position:relative;

}

.title_box {

    width:100%;

    text-align:center;

    position:relative;

    z-index:9;

}

.title_box_title1 {

    font-size:26px;

    color:#1969a8;

    line-height:48px;

}

.title_box_title2 {

    font-size:22px;

    line-height:30px;

    color:#b7b7b7;

    text-transform:uppercase;

    font-family:Arial;

    font-weight:initial;

}

.title_box_title3 {

    font-size:24px;

    color:#fff;

    line-height:38px;

}

.title_box_title4 {

    font-size:22px;

    line-height:30px;

    color:#fff;

    opacity:0.32;

    text-transform:uppercase;

    font-family:Arial;

    font-weight:initial;

}

.index_fwnr_list {

    width:100%;

    padding-top:33px;

}

.index_fwnr_list .bd {

    width:100%;

    height:320px;

}

.index_fwnr_list .bd ul {

    height:320px;

}

.index_fwnr_list .bd li {

    width:285px;

    height:271px;

    float:left;

    margin-right:40px;

    border-bottom:1px solid #e9e9e9;

    padding-top:10px;

    transition: all ease .3s;

}

.index_fwnr_list .bd li:hover {

    height:310px;

    padding-top:0;

    background:#1e50ae;

    border-bottom:none;

    box-shadow:0 5px 10px 0  #efefef;

}

.fwnr_list_img {

    width:285px;

    transition: all ease .3s;

}

.fwnr_list_title {

    width:100%;

    text-align:center;

    padding-top:22px;

    transition: all ease .3s;

}

.fwnr_list_title p {

    font-size:18px;

    line-height:32px;

    color:#333;

    transition: all ease .3s;

}

.fwnr_list_title span {

    font-size:12px;

    line-height:23px;

    color:#999;

}

.index_fwnr_list .bd li:hover .fwnr_list_title p, .index_fwnr_list .bd li:hover .fwnr_list_title span {

    color:#eee;

}

.fwnr_list_tb {

    width:30px;

    height:30px;

    margin:auto;

    margin-top:13px;

    display:none;

    transition: all ease .3s;

}

.index_fwnr_list .bd li:hover .fwnr_list_tb {

    display:block;

}

.fwnr_list_tb img {

    width:30px;

    height:30px;

}

.index_fwnr_list .hd {

    width:100%;

    height:42px;

    text-align:center;

    margin-top:30px;

    padding-bottom:55px;

}

.index_fwnr_list .hd .prev, .index_fwnr_list .hd .next {

    width:40px;

    height:40px;

    border:1px solid #dcdcdc;

    margin:0 3px;

    display:inline-block;

    cursor:pointer;

    transition: all ease .3s;

}

.index_fwnr_list .hd .prev {

    background:url(../images/tb6.jpg) center center no-repeat;

}

.index_fwnr_list .hd .prev:hover {

    background:url(../images/tb6-1.jpg) center center no-repeat;

    border:1px solid #4f64ae;

}

.index_fwnr_list .hd .next {

    background:url(../images/tb7-1.jpg) center center no-repeat;

}

.index_fwnr_list .hd .next:hover {

    background:url(../images/tb7.jpg) center center no-repeat;

    border:1px solid #4f64ae;

}
/*关于我们*/
.about_bg{background:url(../img/about_bg.jpg) center center no-repeat; width:1200px; margin:0 auto; height:538px;}
.about_left{ width:629px; height:538px; float:left;}
.about_right{ width:571px; height:538px;background:url(../img/about_right.jpg) center center no-repeat; float:right;}
.about_right_zi{font-size:24px; font-weight:500; padding-top:215px; padding-left:435px; position:absolute;}
.about_left_zi{ color:#474747; font-size:24px; padding-top:260px;}
.about_content{ font-size:14px; color:#a6a6a6; text-indent:20px; width:85%; margin-top:20px; line-height:30px;}
.about_more a{ border:1px #a5a5a5 solid; width:97px; height:36px;background:#fff; color:#a5a5a5; display:block; font-size:12px; text-align:center; line-height:36px; margin-top:20px;}
.about_more a:hover{border:1px #2e66c3 solid; width:97px; height:36px; color:#fff; background:#2e66c3;}
/*
.about_body{ width:1200px; margin:0 auto; background-color:rgba(255,255,255,0.9); height:365px;overflow:hidden; }
.about_left img{ width:600px; height:365px; float:left; overflow:hidden;  cursor: pointer;  transition: all 0.3s;}
.about_left img:hover{transform: scale(1.05);}
.about_title{ font-size:26px; color:#333; padding-top:50px; text-indent:30px;}
.abou_right{ float:right; width:600px; height:300px;}
.about_more{background:#006bbd; width:126px; height:40px; font-size:16px; text-align:center; line-height:40px; color:#fff;transition: all 0.3s; margin-top:10px;}
.about_more:hover{background:#bd0000;}*/
/*服务流程*/
.fuwuliucheng{ width:1000px; margin:0 auto;}
.fuwu_bg{ background:url(../images/fuwu_bg.jpg) center center no-repeat;width:1000px; height:530px;}
.fuwu_tu1{background:url(../images/q01.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu2{background:url(../images/q02.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu3{background:url(../images/q03.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu4{background:url(../images/q04.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu5{background:url(../images/q05.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu6{background:url(../images/q06.png) no-repeat; width:190px; height:190px; position:absolute; z-index:1; margin-left:70px;}
.fuwu_tu_zi{font-size:18px; color:#777777; position:relative; z-index:9; width:190px; margin-top:120px;}

/*案例展示*/
.zhanshi{ width:100%; height:555px; background:url(../images/zhanshi_bg.jpg) no-repeat;}
.pnav{width: 1200px;position: relative;padding-top: 1px;margin: 30px auto 0 auto;}
.pnav ul{text-align: center;}
.pnav ul li {display: block;margin: 0 14px;width: 270px;height: 250px;overflow: hidden;float: left; background:#fff;box-shadow:0 0 5px #ddd;}
.pnav ul li a{display: block;}
.pnav ul li a img{transition:  1s;width: 270px;height: 200px;border-radius: 0%;transition: all .3s; padding:5px; border:0px #ccc solid;}
.pnav ul li a p{text-align: center;font-size: 18px;color: #404040;margin-top: 0px;transition: .3s;width: 100%; line-height:50px;}

.pnav ul li:hover{background:#1e50ae; display:block;color: #fff;box-shadow:0 0 5px #000;}
.pnav ul li a:hover img{filter: brightness(100%);}
.pnav ul li a:hover p {color: #fff;}

.pnav .btnLeft,.pnav .btnRight{position:absolute;top:40%;margin-top:-10px;width:27px;height:51px;transition: 0.5s;opacity: 0.6;}
.pnav .btnLeft{left:-80px;background:url(../img/leftbtn.png) no-repeat center;}
.pnav .btnLeft:hover{left: -90px;opacity: 1;}
.pnav .btnRight{right:-80px;background:url(../img/rightbtn.png) no-repeat center;}
.pnav .btnRight:hover{right: -90px;opacity: 1;}
.guobg{width: 100%;padding-top: 1px;overflow: hidden;padding-bottom: 65px;}
.guobg .wrap1366{position: relative;}
.guobg .wrap1200{position: relative;}

.ptxt{width: 435px;height: 78px;position: absolute;left: 50px;top: 100px;}
.infoList{margin:50px 0 0;}
.produtlist li{margin-bottom:20px;width:326px;float:left;margin-right:20px;background: #fff;overflow: hidden;}
.produtlist li a{color: #000;display: block;position: relative;}
.produtlist li a img{width:326px;height:230px;display:block;transition: .5s;}
.produtlist li a em{display: block; font-size: 16px; color: #fff; height: 40px; position: absolute; left: 0; bottom: 0; background:url(../img/bg70.png) repeat; width: 286px; padding: 0 20px; overflow: hidden; line-height: 40px;transition: .5s;text-align: center;}
.produtlist li a em b{display: block;transition: .4s;}
.produtlist li a em p{font-size: 14px;text-align:left;}
.produtlist li a:hover em{line-height: 26px; height:84px; padding-top: 33px;cursor: pointer;}
.produtlist li a:hover em b{line-height: 50px;}
.produtlist li a:hover img{transform:scale(1.07,1.07);    filter: brightness(110%);}

.anli_more{background:#006bbd; width:126px; height:40px; font-size:16px; text-align:center; line-height:40px; color:#fff;transition: all 0.3s; margin-top:10px; margin:0 auto;}
.aanli_more:hover{background:#bd0000;}

/*新闻中心*/
.news_bg{ width:1920px; height:650px; background:url(../images/news_bg.jpg) no-repeat;}
.news_body{width:1180px; height:455px; background:#FFF; margin:0 auto;box-shadow:0 0 10px #ccc;opacity: 0.8;}
.news_left{ width:475px; height:auto; float:left;}
.news_list{ width:475px; height:160px; border-bottom:1px #ccc dashed;}
.news_right{ width:475px; height:auto; float:right;}
.news_list img{display: inline; float:left; margin-top:25px; width:98px; height:98px;}
.news_title a{font-size:18px; color:#000; margin-bottom:10px;}
.news_title a:hover{ color:#ae1e1e;}
.mews_jianjie{font-size:14px; color:#666; margin-top:10px;}
.news_zi{width:350px; height:125px; float:left; margin-left:26px; padding-top:30px;}

/*foot*/
.foot{color:#888888; font-size:14px;}
.foot a{color:#888888;}
.foot a:hover{ color:#ff0;}
.foot_lx_bg{width:100%; height:325px; background:#f7f7f7; overflow:hidden;}
.foot_lx_center{width:1150px; margin:0 auto; padding-top:40px;}
.foot_left{ width:600px; float:left;}
.foot_right{ width:500px; float:right;}
.foot_hang{width:100%; height:50px; padding-top:10px;}
.foot_hang_zi{font-size:18px; font-family:'微软雅黑'; color:#555; margin-left:10px;}
.foot_menu { padding: 0 0px; width: 690px; margin:0 auto; height: 65px;}

/* 一级菜单设置为相对定位 */
.foot_menu > ul > li { position: relative;}/*background:url(../img/xian_menut.jpg) no-repeat right;*/

/* 
- 因为导航背景颜色是黑色，所以设置一级导航的文字颜色是白色 
- 导航高48px，一级导航的文字要垂直居中，可以计算（48-文字行高）/2，然后设置外边距或者内边距，让文字刚好居中。
- 上面的居中方式太复杂了，不如line-height: 48px;让文字行高和导航高度一样，自然就居中了。
*/
.foot_menu > ul > li > a { line-height: 55px; color: #b6b6b6; margin-top:10px; margin-right:10px; font-size:14px;}

.foot_menu > ul > li > a { display: block; padding: 0 4px; line-height: 55px; color: #b6b6b6; }

.foot_menu > ul > li:hover > a { color:#ff0; }



/*业务领域*/

.yewulingyu{ background:#f4f5f7; width:100%; height:1124px;}
.yewu_top{ width:100%; font-size:30px; color:#000; text-align:center; padding-top:50px;}
.yewu_xian{width:120px; height:3px; background:#0662dd; margin:0 auto; margin-top:10px;}
.yewu_body{ width:1270px; margin:0 auto; margin-top:50px;}
.yewu_1{ width:404px; height:409px; float:left; display:block; z-index:2;}
.yewu_1 img:hover{transform: scale(1.08);
           -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s; }
.yewu_bai a{ width:358px; height:237px; background:url(../img/yewu_bai_1.jpg) no-repeat; display:block; position:absolute; margin-top:-55px; margin-left:22px; z-index:3;color:#a0a0a0;}
.yewu_bai a:hover{ background:url(../img/yewu_bai_2.jpg) no-repeat;color:#FFF;}
.yewu_bai_title{ font-size:20px; padding:35px 20px;}
.yewu_bai_content{ font-size:14px; width:90%; margin:0 auto;}
.yewu_bai_more{ font-size:14px; width:90%; text-align:right; padding-top:30px; margin:0 auto;}
.youshi_1{ width:100%; height:200px; }/*background:url(../img/title_tu3.jpg) center top;*/
.youshi_2{ width:100%; height:248px; }/*background:url(../img/title_tu2.jpg) center top;*/

/*公司新闻*/
.gongsi_news{ width:1200px; height:620px; margin:0 auto;}
.gongsi_news_top{ width:100%; font-size:30px; color:#000; text-align:center; padding-top:50px;}
.gongsi_news_xian{width:120px; height:3px; background:#0662dd; margin:0 auto; margin-top:10px;}
.gongsi_news_left{ width:49%; float:left; margin-top:40px;}
.gongsi_news_right{ width:49%; float:right; margin-top:40px;}

.news_lunbo{margin:0;padding:0;}
.news_lunbo p,.news_lunbo img{width:100% !important;height:auto;overflow:hidden;margin:0;padding:0;}
.news_lunbo:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);
           -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;}
.news_lunbo_txt{background:#206bd1 !important;text-align:left;overflow:hidden;margin:0;padding:18px 20px !important;}
.news_lunbo_txt b{font-size:16px;display:block;color:#fff !important;line-height:36px !important;border-bottom:1px solid #6caffe;padding-bottom:5px;margin-bottom:10px;}
.news_lunbo_txt span{font-size:13px;display:block;color:#6caffe;border:none;}

.am-list{margin-bottom:1.6rem;padding-left:0;}
.am-list>li{position:relative;display:block;margin-bottom:100px;background-color:#fff;border:1px solid #dedede;border-width:1px 0}
.am-list>li>a{display:block;padding:1rem 0}
.am-list>li>a.am-active,.am-list>li>a.am-active:focus,am-list>li>b>i:hover,.am-list>li>a.am-active:hover{z-index:2;color:#fff;background-color:#0e90d2;border-color:#0e90d2}
.am-list>li>a.am-active .am-list-item-heading,.am-list>li>a.am-active:focus .am-list-item-heading,.am-list>li>a.am-active:hover .am-list-item-heading{color:inherit}
.am-list>li>a.am-active .am-list-item-text,.am-list>li>a.am-active:focus .am-list-item-text,.am-list>li>a.am-active:hover .am-list-item-text{color:#b2e2fa}
.am-list>li>.am-badge{float:right}
.am-list>li>.am-badge+.am-badge{margin-right:5px}
.am-list-static>li{padding:.8rem .2rem}
.am-list-static.am-list-border>li{padding:1rem}
.am-list-border>li,.am-list-bordered>li{border-width:1px}
.am-list-border>li:first-child,.am-list-border>li:first-child>a,.am-list-bordered>li:first-child,.am-list-bordered>li:first-child>a{border-top-right-radius:0;border-top-left-radius:0}
.am-list-border>li:last-child,.am-list-border>li:last-child>a,.am-list-bordered>li:last-child,.am-list-bordered>li:last-child>a{margin-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.am-list-border>li>a,.am-list-bordered>li>a{padding:1rem}
.am-list-border>li>a:focus,.am-list-border>li>a:hover,.am-list-bordered>li>a:focus,.am-list-bordered>li>a:hover{background-color:#f5f5f5}
.am-list-striped>li:nth-of-type(even){background:#f5f5f5}
.am-list-item-hd{margin-top:0}
.am-list-item-text{line-height:1.4;font-size:1.3rem;color:#999;margin:0}





.home_newslist{list-style-type:decimal-leading-zero;border:none;margin:0;padding:0;}
.home_newslist li{border:none;margin:0;padding:0;background:none;}
.home_newslist li a{padding:15px;border-bottom:1px solid #ddd;}
.home_newslist li p{font-size:14px;color:#777;line-height:26px; padding-bottom:15px;}
.home_newslist li b{font-size:16px;display:block;color:#222;font-weight:normal; padding-bottom:16px; padding-top:16px;}
.home_newslist li i{font-style:normal;display:block;float:right;font-size:14px;font-weight:normal;color:#999;}
.home_newslist li a:hover{background:#206bd1;-webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;}
.home_newslist li a:hover b,.home_newslist li a:hover i,.home_newslist li a:hover span,.home_newslist li a:hover p{color:#FFF;
			-webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s; 
            transition: all 0.5s;
}

.news1_more a{ border:1px #e4e4e4 solid;  width:135px; height:40px;background:#f7f7f7; color:#878787; display:block; font-size:14px; text-align:center; line-height:40px; margin-top:20px;border-radius:5px; margin:0 auto; margin-bottom:30px;}
.news1_more a:hover{border:1px #2e66c3 solid;width:135px; height:40px; color:#fff; background:#2e66c3;}

.news2_more a{ border:1px #e4e4e4 solid;  width:135px; height:40px;background:#fff; color:#878787; display:block; font-size:14px; text-align:center; line-height:40px; margin-top:20px;border-radius:5px; margin:0 auto; margin-bottom:30px;}
.news2_more a:hover{border:1px #2e66c3 solid;width:135px; height:40px; color:#fff; background:#2e66c3;}



/*foot*/
.foot_top{background-color: #333438;padding: 60px 0;}
.foot_top dl dt{font-size: 16px;color: #fff;border-bottom: 1px solid #999;width: 130px;position: relative;height: 40px;line-height: 40px;margin-bottom: 20px;}
.foot_top dl.none{background: none;}
.foot_top dl dt b{width: 16px;height: 1px;background-color: #fff;display: inline-block;position: absolute;top: 5px;position: absolute;
    top: 40px;left: 0;}
.foot_top dl{background:url(../img/line_1.png) right 50% no-repeat;padding: 0 64px;height: 258px;}
.foot_top dl dd a,.foot_top dl dd{color: #999;line-height: 30px;}
.foot_top dl dd a:hover{text-decoration:none;color: #fff;}
.font_12{font-size: 14px;color: #999;text-align: center; width:20px; float:right; line-height:20px;}
.foot_top dl dd img{width: 100px;height:100px; margin-bottom:30px;}
.foot_bottom{background-color: #2e2f34;height: 60px;line-height: 60px;}
.foot_bottom p{text-align: center;color: #999;}
.mar50{margin-top: 50px;}
.wraper{width: 100%; min-width: 1200px;}
.wrap{width: 1200px; margin: 0 auto;}
.clearfix:before, .clearfix:after { content: ""; display: table;}
.clearfix:after { clear: both; }
.fl{float: left;}
.fr{float: right;}

.foot_menut{width:428px;}
.foot_menut span{float:left; width:107px; line-height:50px; font-size:14px;}