﻿@charset "utf-8";
/* CSS Document */
/*==========公共样式========*/
body{margin:0 auto; padding:0; font-family:"Microsoft YaHei"; font-size:14px; max-width:1920px; min-width:1200px;}
h1,h2,h3,h4,h5,h6,p,span,ul,li,dl,dt,dd,img{border:0;margin:0;padding:0;list-style:none;font-weight: normal;}
a{text-decoration:none; color:#666666;transition:all 0.5s;}
ol, ul {list-style:none} :focus {outline:none; }
.clr{clear: both;}
*{ margin: 0; padding: 0; }
/*公共样式*/
.clear:after{content: "";display: block;clear: both;}
.fl{float: left;}
.fr{float: right;}
.cl{clear: both;}
.w1100{width:1200px;margin:0  auto;}
.indexCen{width:1200px;margin: 0 auto;}
.index_Cen{width:1200px;margin: 0 auto;position: relative;}
.clearfix:after{ content:'.'; clear:both; display:block; height:0; visibility:hidden; line-height:0px;}
.clearfix{ zoom:1}
/*头部*/
.hed{width: 100%;height:35px;background: #f3f3f3;}
.hed_box{width: 1200px;height:35px;}
.hed_box p{color: #777777;line-height: 35px;float: left;}
.hed_box ul{float: right;}
.hed_box ul li{ background: url(../images/top01.jpg) no-repeat 6px center;float: right; text-align: right;line-height: 35px;padding-left: 16px;}
.hed_box ul li a{color: #777777;}
.hed_box ul li a:hover{color: #0169a6;}
.hed_box ul li.top1{background: none;}
/*logo*/
.top{width: 100%; height: 150px;}
.top_box{width: 1200px;height:150px;}
.top_box h1{width: 172px;float: left;}
.top_box h1 img{margin-top: 31px;}
.topter{float: left;}
.topter h2{margin-top: 43px;font-size: 30px;color: #2b2b2b;}
.topter h2 b{font-size: 30px;color: #0169a6;}
.topter h3{font-size: 14px;color: #777777;letter-spacing: 1px;}
.top_box dl{float: right;}
.top_box dl dt{float: left;color: #2b2b2b;margin-top: 49px;font-size: 15px; }
.top_box dl dd{float: right;font-size: 30px;color: #0169a6;font-weight: bold;clear: both;}
/*导航*/
/*.t-nav{width: 100%;position: fixed;top: 0;left: 0;border-top: none;z-index: 999;}*/
/*.nav{ width: 100%; height: 60px;background-color: #2b2b2b;}*/
/*.nav2{width: 1200px;height: 60px;}*/
/*.nav2 ul{width: 1200px;float: left;}*/
/*.nav2 ul li{ float:left;}*/
/*.nav2 ul li a{display: block;float:left;line-height:60px;color:#ffffff;padding: 0 48px;}*/
/*.nav2 ul li a:hover{background-color: #0169a6;}*/
/*.nav2 ul li a.on{background-color: #0169a6;!important;}*/
/*------------导航-------------*/
.t-nav{width: 100%;position: fixed;top: 0;left: 0;border-top: none;z-index: 999;}
.nav { width: 100%; height: 50px;background-color: #2b2b2b;}
.nav .menu, .menu ul {list-style: none;}
.nav .menu {height: 50px; text-align:center;}
.nav .menu li {width: 150px;}
.nav .menu>li {display: block;float: left;position: relative;}
.nav .menu a {color: #fff;display: block;font-size:16px;line-height: 50px;text-decoration: none;text-transform: uppercase;}
.nav .menu>li>a:hover{background:#0076c1;}
.nav .menu>li>a.on{ background:#0076c1;}
.nav .submenu {left: 0;max-height: 0;position: absolute;top: 100%;z-index: 0;-webkit-perspective: 400px;-moz-perspective: 400px;-ms-perspective: 400px;-o-perspective: 400px;perspective: 400px;}
.nav .submenu li {width: 150px;background:rgba(0,118,193,0.8);opacity: 0;-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transition: opacity .4s, -webkit-transform .5s;-moz-transition: opacity .4s, -moz-transform .5s;-ms-transition: opacity .4s, -ms-transform .5s;-o-transition: opacity .4s, -o-transform .5s;transition: opacity .4s, transform .5s;/*实现下拉菜单螺旋淡出*/}
.nav .menu .submenu li a{ font-size:13px;color:#fff;}
.nav .menu .submenu li:hover a {border-radius: 0;}
.nav .menu .submenu li:hover{ background: #ff6c00; }
.nav .menu>li:hover .submenu, .menu>li:focus .submenu {max-height: 2000px;z-index: 10;}
.nav .menu>li:hover .submenu li, .menu>li:focus .submenu li {opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
/*动画递进的时间 实现一个个螺旋子菜单*/
.nav .menu li:hover .submenu li:nth-child(1) {-webkit-transition-delay: 0s;-moz-transition-delay: 0s;-ms-transition-delay: 0s;-o-transition-delay: 0s;transition-delay: 0s;}
.nav .menu li:hover .submenu li:nth-child(2) {-webkit-transition-delay: 50ms;-moz-transition-delay: 50ms;-ms-transition-delay: 50ms;-o-transition-delay: 50ms;transition-delay: 50ms;}
.nav .menu li:hover .submenu li:nth-child(3) {-webkit-transition-delay: 100ms;-moz-transition-delay: 100ms;-ms-transition-delay: 100ms;-o-transition-delay: 100ms;transition-delay: 100ms;}
.nav .menu li:hover .submenu li:nth-child(4) {-webkit-transition-delay: 150ms;-moz-transition-delay: 150ms;-ms-transition-delay: 150ms;-o-transition-delay: 150ms;transition-delay: 150ms;}
.nav .menu li:hover .submenu li:nth-child(5) {-webkit-transition-delay: 200ms;-moz-transition-delay: 200ms;-ms-transition-delay: 200ms;-o-transition-delay: 200ms;transition-delay: 200ms;}
.nav .menu li:hover .submenu li:nth-child(6) {-webkit-transition-delay: 250ms;-moz-transition-delay: 250ms;-ms-transition-delay: 250ms;-o-transition-delay: 250ms;transition-delay: 250ms;}
.nav .menu li:hover .submenu li:nth-child(7) {-webkit-transition-delay: 300ms;-moz-transition-delay: 300ms;-ms-transition-delay: 300ms;-o-transition-delay: 300ms;transition-delay: 300ms;}
.nav .menu li:hover .submenu li:nth-child(8) {-webkit-transition-delay: 350ms;-moz-transition-delay: 350ms;-ms-transition-delay: 350ms;-o-transition-delay: 350ms;transition-delay: 350ms;}
/*首页 banner*/
.fullSlide{width:100%;position:relative;height:600px;background:#000;overflow: hidden;}
.fullSlide .bd{margin:0 auto;z-index:0;overflow:hidden; width:1920px; position:absolute; left:50%; margin-left:-960px;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:600px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:600px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:5px;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;overflow:hidden;background:#0169a6;filter:alpha(opacity=80);opacity:1;line-height:999px;margin-left: 15px;border-radius: 50px;}
.fullSlide .hd ul .on{background:#ff5d00;}
.fullSlide .prev,.fullSlide .next{position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;width:50px;height:50px;background:url(../images/slider-arrow.png) -122px -142px #0169a6 no-repeat;cursor:pointer;filter:alpha(opacity=40);opacity:0.5;display:none;border-radius: 100%;}
.fullSlide .next{left:auto;right:2%;background-position:-1px -143px;}
/*内页 banner*/
.fullSlide2{width:100%;position:relative;height:500px;background:#000;overflow: hidden;}
.fullSlide2 .bd{margin:0 auto;z-index:0;overflow:hidden; width:1920px; position:absolute; left:50%; margin-left:-960px;}
.fullSlide2 .bd ul{width:100% !important;}
.fullSlide2 .bd li{width:100% !important;height:500px;overflow:hidden;text-align:center;}
.fullSlide2 .bd li a{display:block;height:500px;}
.fullSlide2 .hd{width:100%;position:absolute;z-index:1;bottom:1px;left:0;height:20px;line-height:20px;}
.fullSlide2 .hd ul{text-align:center;}
.fullSlide2 .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:10px;height:10px;overflow:hidden;background:#0169a6;filter:alpha(opacity=80);opacity:1;line-height:999px;margin-left: 15px;border-radius: 50px;}
.fullSlide2 .hd ul .on{background:#ff5d00;}
.fullSlide2 .prev,.fullSlide2 .next{position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;width:50px;height:50px;background:url(../images/slider-arrow.png) -122px -142px #0169a6 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;border-radius: 100%;}
.fullSlide2 .next{left:auto;right:2%;background-position:-1px -143px;}
/*热搜关键字*/
.search_div{width: 100%;height:60px;border-bottom: 1px solid #f3f3f3;}
.ser{width:1200px;height:60px;}
.search{ position:relative; float: right;width:283px;height: 40px;margin-top: 10px;background-color: #f3f3f3;}
.search_tow{  border: none;  width:140px; color: #777777;font-size: 14px;padding-left: 10px;  height: 30px;margin-top: 5px;background: #f3f3f3;}
.search_button{  background: url(../images/btn.png) no-repeat center center;  cursor: pointer;width: 40px;height: 40px; position: absolute; right: 0; border: none;top: 0; }
#SearchType {width:80px;height:30px;line-height: 30px;border: none;color: #fff;text-indent: 13px;  margin: 5px 0 0 5px;letter-spacing: 5px;background: #0169a6;}
.sea_key{float: left;width: 800px;height:60px;line-height:60px;overflow: hidden; background: url(../images/serck.png) no-repeat left center;}
.sea_key a{color:#777777;margin: 0 15px;}
.sea_key a:hover{color: #0169a6;}
.sea_key span{color:#2b2b2b;padding-left: 18px;}
/*******产品展示******/
.cp{width:100%;height:872px;margin-top: -4px;}
.cp .cp_box{width:1200px;height:872px;margin: 0 auto;}
.cptop{width:1200px;height:132px;float: left;}
.cptop p{text-align: center;font-size: 26px;color: #0169a6;letter-spacing: 2px;margin-top: 77px;font-weight: bold;}
.cpter{width:1200px;height: 600px;float: left;}
.cpft{width:460px;height: 580px;float: left;background: #f3f3f3;}
.cpft dl{width:460px;height: 134px;float: left;}
.cpft dl dt{letter-spacing: 1px;font-size: 24px;color: #000000;background: url(../images/cp01.jpg) no-repeat left center;text-indent: 26px;margin: 38px 0 0 20px;}
.cpft dl dd{margin: 10px 0 0 47px;line-height: 22px;}
.cpft span{display: block;float: left;width:460px;height: 368px;overflow: hidden;}
.cpft span img{transition-duration: 0.3s;}
.cpft:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.cpft p{width:460px;float: left;margin-top: 20px;}
.cpft p b{display: block;width:100px;height: 36px;float: right;margin-right:20px;background: #0169a6;text-align: center;line-height: 36px;color: #fff;font-weight: normal;letter-spacing: 1px;transition: 0.3s;}
.cpft:hover b{background: #ff5d00;transition: 0.3s;}
.cpbt{width:720px;height: 280px;float: right;background: #f3f3f3;}
.cpbt span{display: block;float: left;width:350px;height: 280px;overflow: hidden;margin-left: 140px;}
.cpbt span img{transition-duration: 0.3s;}
.cpbt:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.cpbt dl{width:720px;float: right;margin-right: 10px;}
.cpbt dl dt{font-size: 15px;
    color: #000000;
    background: url(../images/cp01.jpg) no-repeat left center;
    text-indent: 26px;
    margin: 16px 0 0 18px;
    letter-spacing: 1px;
    float: left;
    margin-top: -34px;}
.cpbt dl dd{transition: 0.3s;width:80px;height: 29px;background: #0169a6;text-align: center;line-height: 29px;
color: #fff;font-size: 12px;float: right;margin-top: -37px;}
.cpbt:hover dd{background: #ff5d00;transition: 0.3s;}
.cpfor{width:740px;height: 280px;float: left;margin-top: 20px;}
.cpfor li{width:350px;height: 280px;float: left;margin-left: 20px;position: relative;overflow: hidden}
.cpfor li img{transition-duration: 0.3s;}
.cpfor li:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.cpfor li dl{width:350px;height: 70px;position: absolute;top: 210px;right: 10px;z-index: 111;}
.cpfor li dl dt{font-size: 15px;
    color: #000000;
    background: url(../images/cp01.jpg) no-repeat left center;
    text-indent: 24px;
    margin: 15px 0 0 21px;
    letter-spacing: 1px;
    float: left;
    margin-top: 40px;}
.cpfor li dl dd{transition: 0.3s;
    width: 80px;
    height: 29px;
    background: #0169a6;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    float: right;
    margin-top: 34px;}
.cpfor li:hover dd{background: #ff5d00;transition: 0.3s;}
.cpfoot{width:1200px;height: 80px;float: left;background: #0169a6;text-align: center;line-height: 80px;box-shadow: 0 0 15px 0 #dddddd;}
.cpfoot a{font-size: 18px;color: #fefeff;font-weight: bold;padding-left:26px;background: url(../images/cp02.png) no-repeat left center; }
.cpfoot a:hover{color: #ff5d00;}
/*选择我们*/
.choo{width:100%;height:1324px;background: #f3f3f3;}
.choo_box{width:1200px;height:1324px;}
.ystop{width:1200px;height:195px;float: left;}
.ystop p{text-align: center;margin-top: 70px;font-size: 36px;color: #2b2b2b;font-weight: bold;letter-spacing: 3px;}
.ystop span{display: block;text-align: center;font-size: 24px;color: #2b2b2b;letter-spacing: 2px;margin-top: 5px;}
.ys1{width:1200px;height:260px;float: left;}
.ys1 p{width:600px;height:260px;float: left;overflow: hidden;}
.ys1 p img{transition-duration: 0.3s;}
.ys1 p:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.ys1 dl{width:600px;height:260px;float: left;background: #ff5d00;}
.ys1 dl dt{font-size: 24px;color: #ffffff;margin: 76px 0 0 48px;}
.ys1 dl dd{width: 506px;color: #fff;line-height: 25px;margin: 20px 0 0 48px;}
.ys2{width:1200px;height:260px;float: left;}
.ys2 p{width:600px;height:260px;float: right;overflow: hidden;}
.ys2 p img{transition-duration: 0.3s;}
.ys2 p:hover img{-webkit-transform: scale(1.1,1.1);-moz-transform: scale(1.1,1.1);transform: scale(1.1,1.1);}
.ys2 dl{width:600px;height:260px;float: left;background: #0169a6;}
.ys2 dl dt{font-size: 24px;color: #ffffff;margin: 57px 0 0 48px;}
.ys2 dl dd{width: 506px;color: #fff;line-height: 25px;margin: 20px 0 0 48px;}
/************新闻**********/
.news{width:100%;height:780px;}
.news_box{width:1200px;height:780px;margin: 0 auto;}
/************新闻**********/
.xwft{width:390px;height:460px;float: left;margin-top: 60px;
    background: url(../images/xwft.jpg) no-repeat center center;}
.xwft div{width:390px;height:99px;float: left;}
.xwft div dl{margin-left: 30px;float: left;}
.xwft div dl dt{margin-top: 31px;}
.xwft div dl dd{font-size: 12px;color: #ffffff;font-weight: bold;font-family:"Arial";}
.xwft div a{float: right;display: block;width:13px;height:13px;font-size: 12px;text-align: center;
    border: 1px solid #fff;margin: 42px 30px 0 0; color: #fff;line-height: 10px}
.xwft div a:hover{border: 1px solid #0076c1;color: #0076c1;}
.xwft>img{width:330px;height:175px;margin: 0 0 0 30px;float: left;}
.xwft ul{width:390px;height:170px;float: left;}
.xwft ul li{width:330px;height:170px;float: left;margin-left: 30px;}
.xwft ul li a{display: block;width:330px;color: #2b2b2b;overflow: hidden;margin-top: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;line-height: 30px;font-size: 15px;float: left;}
.xwft ul li a:hover{color: #0076c1;}
.xwft ul li p{width:330px;height:48px;;overflow: hidden;color: #999999;
    text-overflow: ellipsis;font-size: 12px;line-height: 25px;float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;margin-top: 5px;}
.xwft ul li span{float: right;font-size: 2px;color: #999999;margin-top: 39px;}
.xwter{width:790px;height:220px;float: right;background: #f3f3f3;margin-top: 60px;}
.xwter div{width:790px;height:95px;float: left;}
.xwter div dl{margin-left: 30px;float: left;}
.xwter div dl dt{margin-top: 31px;}
.xwter div dl dd{font-size: 12px;color: #2b2b2b;font-weight: bold;font-family:"Arial";}
.xwter div a{float: right;display: block;width:13px;height:13px;font-size: 12px;text-align: center;
    border: 1px solid #999999;margin: 42px 30px 0 0; color: #999999;line-height: 10px}
.xwter div a:hover{border: 1px solid #0076c1;color: #0076c1;}
.xwter ul{width:810px;height:120px;float: left;}
.xwter ul li{width:330px;height:120px;float: left;margin-left: 30px;margin-right: 40px;
    background: url(../images/xw01.jpg) no-repeat left 103px;}
.xwter ul li a{display: block;width:330px;color: #2b2b2b;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;line-height: 30px;font-size: 15px;float: left;}
.xwter ul li a:hover{color: #0076c1;}
.xwter ul li p{width:330px;height:48px;;overflow: hidden;color: #999999;
    text-overflow: ellipsis;font-size: 12px;line-height: 25px;float: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;margin-top: 5px;}
.xwter ul li span{float: right;font-size: 2px;color: #999999;margin-top: 12px;}
.xwrt{width:790px;height:220px;float: right;background: url(../images/xwrt.jpg) no-repeat center center;margin-top: 20px;}
.xwrt div{width:790px;height:67px;float: left;}
.xwrt div dl{margin-left: 30px;float: left;}
.xwrt div dl dt{margin-top: 31px;}
.xwrt div dl dd{font-size: 12px;color: #2b2b2b;font-weight: bold;font-family:"Arial";}
.xwrt div a{float: right;display: block;width:13px;height:13px;font-size: 12px;text-align: center;
    border: 1px solid #999999;margin: 42px 30px 0 0; color: #999999;line-height: 10px}
.xwrt div a:hover{border: 1px solid #0076c1;color: #0076c1;}
.xwrt>p{float: left;margin-top: 90px;margin-left: 30px;}
.xwrt>p a{display: block;width:133px;height:38px;border: 1px solid #e5e5e5;text-align: center;
    line-height: 38px;font-size: 15px;color: #e5e5e5;}
.xwrt>p a:hover{color: #0076c1;border: 1px solid #0076c1;}
.xwrt ul{width:394px;height:145px;float:right;}
.xwrt ul li{margin-bottom: 18px;}
.xwrt ul li a{width:364px;display: block;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;text-indent: 33px;transition: 0s;color: #999999;}
.xwrt ul li a:hover{background: url(../images/faqck.jpg) no-repeat left center;transition: 0s;color: #0076c1;}
.xwfor{width:1225px;height:200px;float: left;margin-top: 20px;}
.xwfor li{width:386px;height:200px;float: left;margin-right: 20px;}
.xwfor li:nth-child(1){background: url(../images/vice1.jpg) no-repeat center center;}
.xwfor li:nth-child(2){background: url(../images/vice2.jpg) no-repeat center center;}
.xwfor li:nth-child(3){background: url(../images/vice3.jpg) no-repeat center center;}
.xwfor li a{display: block;width:386px;height:200px;background-color:rgba(243,243,243,0.8);transition: 0.3s;}
.xwfor li a:hover{background-color:rgba(243,243,243,0.3);transition: 0.3s;}
.xwfor li dl{margin-left: 50px;margin-top: 66px;float: left;}
.xwfor li dl dt{font-size: 30px;color: #2b2b2b;font-family:"Impact";letter-spacing: 4px; transition: 0.3s;}
.xwfor li dl dd{font-size: 24px;color: #2b2b2b;letter-spacing: 4px;transition: 0.3s;}
/*服务体系*/
.service{width:100%;height:525px;background: #2b2b2b;}
.service_box{width:1200px;height:525px;margin: 0 auto;}
.viceter{width:1200px;float: left;margin-top: 95px;}
.viceft{width:260px;height:320px;float: left;background: #fff;}
.viceft img{margin: 60px 0 0 20px;}
.viceft dl{margin: 1px 0 0 20px;}
.viceft dl dt a{font-size: 30px;color: #2b2b2b;font-weight: bold;letter-spacing: 4px;}
.viceft dl dt a:hover{color: #0169a6;}
.viceft dl dd{font-size: 16px;color: #e0e0e0;font-family:"Impact";}
.vicert{width:940px;float: left;}
.vicert li{width:450px;height:150px;float: left;margin-left: 20px;margin-bottom: 20px;}
.vicert li:nth-child(1){background: #0169a6;}
.vicert li:nth-child(2){background: #ff5d00;}
.vicert li:nth-child(3){background: #ff5d00;}
.vicert li:nth-child(4){background: #0169a6;}
.vicert li dl{width:270px;height:150px;float: left;margin-left: 30px;}
.vicert li dl dt{font-size: 30px;color: #ffffff;font-weight: bold;letter-spacing: 4px;margin-top: 30px;}
.vicert li dl dd{color: #ffffff;letter-spacing: 1px;margin-top: 10px;}
.vicert li a{display: block;width:100px;height:36px;float: right;background: #fff;text-align: center;line-height: 36px;color: #2b2b2b;margin: 57px 30px 0 0;}
.vicert li a:hover{color: #0169a6;}
/*******友情链接*******/
.box{width:100%;}
.box_tt{ width: 1200px;  margin: 0 auto;background: url(../images/link.png) no-repeat left 15px;}
.box ul{width: 1200px;overflow: hidden;}
.box li{ float: left; margin-right: 28px; }
.box li.link1{width: 97px;height: 60px;margin-right: 0;}
.box li a{ color: #777777;line-height: 60px;}
.box li a:hover{color: #ff5d00;}
/*底部*/
.foot{width:100%;height:388px;background: #f3f3f3;}
.foot .foot_con{ width:1200px; height:388px;}
.ter2{width:348px; float: left;}
.ter2 p{color: #3b73c2;margin-top: 68px;font-size: 18px;font-weight: bold;}
.ter2 ul{width:348px;margin-top: 30px;}
.ter2 ul li{width:120px;float: left;line-height: 45px;border-bottom: 1px solid #e5e5e5;margin-right: 40px;}
.ter2 ul li a{color: #777777;}
.ter2 ul li a:hover{color: #0169a6;}
.ter3{width:670px;float: left;}
.ter3 p{color: #3b73c2;margin-top: 68px;font-size: 18px;font-weight: bold;}
.ter3 ul{width:670px;margin-top: 34px;}
.ter3 ul li{float: left;color: #777777;line-height: 35px;}
.ter3 ul li a{color: #777777;}
.ter3 ul li a:hover{color: #0169a6;}
.ter3 ul li.terp1{width: 194px;padding-left: 23px;background: url(../images/ter01.png) no-repeat left center;}
.ter3 ul li.terp2{width: 191px;padding-left: 19px;background: url(../images/ter02.png) no-repeat left center;}
.ter3 ul li.terp3{width: 205px;padding-left: 24px;background: url(../images/ter03.png) no-repeat left center;}
.ter3 ul li.terp4{width: 670px;padding-left: 24px;background: url(../images/ter01.png) no-repeat left center;}
.ter3 ul li.terp5{width: 670px;padding-left: 24px;background: url(../images/ter05.png) no-repeat left center;}
.ter3 ul li.terp6{width: 670px;padding-left: 24px;background: url(../images/ter06.png) no-repeat left center;}
.ter3 ul li.terp7{width: 670px;padding-left: 24px;background: url(../images/ter06.png) no-repeat left center;}
.ter4{width:162px;float: right;}
.ter4 p{color: #3b73c2;margin-top:68px;font-size: 18px;font-weight: bold;}
.ter4 span{display: block;width:160px;height: 160px;margin-top: 30px;text-align: center;border: 1px solid #dadada; }
.ter4 span img{margin-top: 11px;}
.copy{width:100%;height:60px;background-color: #0169a6;}
.copy_box{width:1200px; height:60px;margin: 0 auto;}
.copy_box p{color:#fff;line-height: 60px;text-align: center;letter-spacing: 1px;}
.copy_box p a{color:#fff; }
.copy_box p a:hover{color: #ff5d00;}
